@charset "utf-8";

/* 头部 */
.header {
  width: 100%;
  border-top: 4px solid #DA251D;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.header .w1560 {
  height: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_r_t {
  justify-content: right;
}

.head_r_t,
.head_link,
.head_link li a,
.head_nav {
  display: flex;
  align-items: center;
  z-index: 9;
}
.head_link{/* position: relative; */}
.head_link li {
  margin-right: 22px;
}

.head_link li a img {
  display: block;
  height: 13px;
  width: auto;
}

.head_link li a p {
  font-size: 16px;
  line-height: 16px;
  margin-left: 8px;
  color: #1F1A17;
  white-space: nowrap;
}
.head_link li#dln{
    position: relative;
}
.head_link li#dln #dl{
    position: absolute;
    background: #FFF;
    box-shadow: 1px 1px 17px #e4e4e4;
    bottom: -45px;
    left: 0;
    width: 190px;
}
.head_link li#dln #dl li{
    margin: 10px;
    float: left;
}
.head_link li#dln #dl li a p{
    font-size: 13px;
}
.head_search {
  position: relative;
  display: flex;
  align-items: center;
}

.head_search .text {
  width: 277px;
  height: 42px;
  border-radius: 7px;
  border: 1px solid #DA251D;
  padding: 0 75px 0 15px;
}

.head_search .btn {
  width: 60px;
  height: 42px;
  position: absolute;
  font-size: 0;
  background: #DA251D;
  border: 1px solid #DA251D;
  border-radius: 0px 7px 7px 0px;
  right: 0;
  top: 0;
  background-image: url(../images/search_fdj.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.head_l a,
.head_l a img{
  display:block;
}

.head_r {
  width: 50%;
}

.head_nav {
  width: 100%;
  margin-top: 20px;
}

.head_nav li {
  flex: 1;
  position: relative;
}

.head_nav li .yjlm {
  display: block;
  text-align: right;
  line-height: 60px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  color: #121212;
}

.head_nav li ol {
  display: none;
  padding: 17px 10px;
  border-top: 3px solid #DA251D;
  background: #FFFFFF;
  position: absolute;
  min-width: 100%;
  width: auto;
  left: 25%;
  top: 69px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.head_nav li ol::before {
  position: absolute;
  content: "";
  width: 37px;
  height: 9px;
  background-image: url(../images/nav_sj.png);
  top: -9px;
  left: calc(50% - 18.5px);
}

.head_nav li ol li a {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 17px;
  color: #121212;
  line-height: 43px;
  display: block;
  text-align: center;
}

.head_nav li ol li {
  transition: all 0.3s ease-in-out;
}

.head_nav li ol li:hover {
  background: #eee;
}


.seach_menu {
  display: none;
  align-items: center;
}

.seach_menu a {
  display: block;
}

.seach_menu .seach {
  width: 24px;
  height: 24px;
  background-image: url(../images/magnifyingGlass.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}

.seach_menu .menu span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333333;
  margin-bottom: 7px;
}

.seach_menu .menu span:last-child {
  margin-bottom: 0px;
}

/* 标题 */

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.title::before {
  width: calc(100% - 210px);
  position: absolute;
  content: "";
  height: 1px;
  background: #DDDDDD;
  left: 140px;
  top: calc(50% - 0.5px);
}

.title .txt {
  font-weight: bold;
  font-size: 29px;
  line-height: 30px;
  color: #D20A01;
}

.more {
  display: flex;
  align-items: center;
}

.more span {
  width: 12px;
  height: 15px;
  display: block;
  background: url(../images/more_before.png);
  transition: all 0.3s ease-in-out;
}

.more:hover span {
  background: url(../images/more_before_.png);
}

.more p {
  margin-left: 10px;
  font-size: 17px;
  color: #999999;
  transition: all 0.3s ease-in-out;
}

.more:hover p {
  color: #D20900;
}

/* 列表 */

.list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list li a p {
  font-weight: 400;
  font-size: 17px;
  color: #261816;
  line-height: 41px;
  width: calc(100% - 85px);
  padding-left: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.list li:hover a p {
  color: #D20900;
}

.list li a p::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #E2CFCB;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 2px);
  transition: all 0.3s ease-in-out;
}

.list li:hover a p::before {
  background: #BA1111;
}

.list li a span {
  font-family: Arial;
  font-weight: 400;
  font-size: 17px;
  color: #C1C1C1;
  line-height: 41px;
  transition: all 0.3s ease-in-out;
}

.list li:hover a span {
  color: #313131;
}

/* 尾部 */

.links {
  background: #EEEEEE;
  padding: 30px 0;
}

.links_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.links_main li {
  width: 31.4%;
}

.custom-select,
.custom-select2,
.custom-select3 {
  position: relative;
  display: inline-block;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 55px;
}

.select-selected,
.select-selected2,
.select-selected3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #fff;
  padding: 0px 20px;
  color: #FFFFFF;
  font-size: 16px;
  color: #132630;
  white-space: nowrap;
  cursor: pointer;
}

.select-selected::after,
.select-selected2::after,
.select-selected3::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  background: url(../images/xlk_jt.png);
  right: 20px;
  top: calc(50% - 4.5px);
  transition: transform 0.3s ease-in-out;
}

.custom-select:hover .select-selected::after,
.custom-select2:hover .select-selected2::after,
.custom-select3:hover .select-selected3::after,
.custom-select4:hover .select-selected4::after {
  transform: rotate(-180deg);
}

.select-items,
.select-items2,
.select-items3 {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
  z-index: 99;
  display: none;
  overflow: auto;
  background: #FBF9F9;
  border-top: 1px solid #eee;
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
  padding: 20px;
  max-height: 233px;
}
.select-items a,
.select-items2 a,
.select-items3 a {
  display: block;
  width: 100%;
  /* color: rgb(51, 51, 51); */
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
}

.select-items a+a,
.select-items2 a+a,
.select-items3 a+a {
  padding: 10px 0;
}

.select-items a:hover,
.select-items2 a:hover,
.select-items3 a:hover {
  /* background: #eee; */
}

.foot {
  background: #2C2C2C;
  border-top: 5px solid #DA251D;
  padding: 42px 0 32px;
}

.foot .w1360 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot .w1360 .bq p {
  font-size: 14px;
  color: #DBDBDB;
  line-height: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.foot .w1360 .bq p a {
  font-size: 14px;
  color: #DBDBDB;
  line-height: 34px;
  display: block;
  margin: 0 4px;
}

.foot .w1360 .bq p img {
  display: block;
  margin: 0 4px 0 14px;
}

.foot .w1360 .twoCode .img {
  width: 128px;
  height: 128px;
  overflow: hidden;
}

.foot .w1360 .twoCode .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.foot .w1360 .twoCode li p {
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
}

@media (max-width: 1600px) {
  .header .w1560 {
    width: 100%;
    padding: 15px 3%;
  }

  .links .w1360,
  .foot .w1360 {
    width: 100%;
    padding: 0 3%;
  }
}

@media (max-width: 1500px) {}

@media (max-width: 1200px) {
  .header {
    position: sticky;
    z-index: 9;
    top: 0;
    left: 0;
  }

  .head_r {
    display: none;
  }

  .seach_menu {
    display: flex;
  }

  .menu span {
    transition: transform 0.3s ease;
  }

  .menu span:first-child {
    margin-top: 0;
  }

  .menu.open span:nth-child(1) {
    width: 24px;
    transform: rotate(45deg);
    margin-top: 9px;
  }

  .menu.open span:nth-child(2) {
    width: 24px;
    transform: rotate(-45deg);
    margin-top: -9px;
  }

  .menu.open span:nth-child(3) {
    opacity: 0;
  }

  .red {
    display: block;
    position: absolute;
    right: -120%;
    top: 107px;
    height: calc(100vh - 107px);
    overflow: auto;
  }


  .footer .links .w1360,
  .foot .w1360 {
    width: 100%;
    padding: 0 3%;
  }
}

@media (max-width: 1024px) {
  .list li a p {
    font-size: 16px;
    line-height: 38px;
    width: calc(100% - 70px);
  }

  .list li a span {
    font-size: 16px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {

  .head_l {
    height: 60px;
  }

  .red {
    width: 100%;
    top: 94px;
    height: calc(100vh - 94px);
  }

  .head_l a {
    display: block;
    width: 100%;
    height: 100%;
  }


  .head_l a img {
    display: block;
    width: 100%;
    height: 100%;
  }

}

@media (max-width: 576px) {
  .links_main li {
    width: 100%;
  }

  .links_main li:nth-child(2) {
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  .head_l {
    height: 40px;
  }

  .header .w1560 {
    padding: 10px 3%;
  }

  .red {
    top: 64px;
    height: calc(100vh - 64px);
  }

  .foot .w1360 {
    justify-content: center;
    flex-wrap: wrap;
  }

  .twoCode {
    margin-top: 30px;
  }

  .foot .w1360 .bq p {
    justify-content: center;
    text-align: center;
  }


  .title .txt {
    font-size: 22px;
  }

  .title::before {
    width: calc(100% - 180px);
    left: 110px;
  }

}