.img-scale {
  background-color: #f8f9fa;
}

.page-description-container {
  display: none;
  opacity: 0;
}

.home-ban>.home-i2 {
  display: none;
}

.img-scale,
.hover-scale {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all .8s ease;
  cursor: pointer;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #1e56b3 !important;
}

#fp-nav ul li a.active,
.fp-slidesNav ul li a.active {
  border-color: #1e56b3 !important;
}

.img-scale img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .8s ease;
}

.img-scale:hover img,
.hover-scale:hover {
  transform: scale(1.1);
  transition: all .8s ease;
}

.part {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* .p01{ background-image: url('../images/p01-bg.png');} */
/* .p02{ background-image: url('../images/p02-bg.jpg');} */
/* .p02{ background-image: #ffffff;}
.p03{ background-image: url('../images/p03-bg.png');}
.p04{ background-image: #ffffff;}
.p04{ background-image: url('../images/p04-bg.jpg');}
.p05{ background-image: url('../images/p05-bg.png');} */

.wrap {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width:1400px) {
  .wrap {
    width: 92%;
  }
}

@keyframes arrow {

  0%,
  100% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, -10px);
  }
}

.home-w-con {
  height: 105px;
  background-color: rgba(0, 0, 0, 0.52);
}

.home-icon {
  position: absolute;
  top: 93%;
  left: 50%;
}

.mauto {
  max-width: 1700px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

header {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  /*background: linear-gradient(#000000, transparent);*/
}

.header {
  position: relative;
}

.sub-nav-s-con .prowr {
  display: flex;
  display: -webkit-flex;
}

.sub-nav-s-con dd {
  flex: 1;
  -webkit-flex: 1;
  display: inline-block;
  padding-top: 12px;
}

.header-wrap {
  width: 90%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.header-wrap .header-logo {
  height: 82px;
  display: flex;
  align-items: center;
}

.header-wrap .header-logo::after {
  content: '';
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  width: 220px;
  height: 60px;
  display: block;
}

/* .header-ul li>a:hover {
  color: #ffffff;
  padding-bottom: 12px;
  border-bottom: 3px solid #ffffff;

} */

/* .header.active nav ul li>a {
  color: #000 !important;
}

.header.active .header-ul li>a:hover {
  border-bottom: 3px solid #000;
} */

.header-search .search-btn::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/s.png) no-repeat center
}

.header.active .header-search .search-btn::after {
  display: block;
  background: url(../images/search1.png) no-repeat center
}

.header-search .talk-b {
  width: max-content;
  margin-left: 30px;
}

.header-search .talk-b .i2,
.header-search .talk-b .i1 {
  margin-right: 9px;
}

.header.active .header-search .talk-b .i1,
.header-search .talk-b .i2 {
  display: none;
}

.header.active .header-search .talk-b .i2 {
  display: block;
}

.header-search .talk-b .t1 {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

.header-search {
  width: auto;
  height: 25px;
  display: block;
  background-color: transparent;
}

.header-search-i {
  width: 60%;
  height: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.header-search .header-search-i input {
  width: calc(100% - 20px);
  background: transparent;
}

.header-search .header-search-i .search-btn {
  height: auto;
}

.search-btn::-webkit-input-placeholder {
  color: #ffffff;
}


.header-nav {
  height: 100%;
  display: flex;


}

.header-nav li {
  position: static;
  margin: 0 20px;
  width: 100px;
  cursor: pointer;
}

.header-nav li>a {
  display: block;
  line-height: 82px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.header-nav li>a.active,
.header-nav li>a:hover,
.header-nav li>a.on {
  color: #0E7EDD !important;
  background-color: #ffffff;
}

.header-nav li>a.on::after,
.header-nav li>a.active::after,
.header-nav li>a:hover::after {
  content: '';
  display: block;
  height: 2px;
  width: 30%;
  position: absolute;
  left: 35%;
  bottom: 20px;
  background: #fff;
  transition: all .6s linear;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
}

.header-nav li .sub-nav-s {
  position: absolute;
  top: 82px;
  left: 0%;
  /*transform: translateX(-47%);*/
  /*min-width: 1700px;*/
  width: 100vw;
  height: calc(100vh - 85px);
  display: block !important;
  padding: 40px;
  border: 1px solid #DDDDDD;
  opacity: 0.95;
  background-color: rgba(250, 250, 251, 0.95);
  /*margin-left: -20px;*/
  /*margin-right: -20px;*/
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  overflow-y: auto;
  transition: all .1s;
  -webkit-transition: all .1s;
}

.sub-nav-s-item {
  width: 100%;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-gap: 44px;
  column-gap: 44px;
  -webkit-column-gap: 44px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.sub-nav-s-i {
  width: auto;
  line-height: 45px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 27px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.sub-nav-s-i>a {
  display: flex;
  width: 100%;
  padding-left: 38%;
  height: 40px;
}

.sub-nav-s-i>a .t1 {
  line-height: normal !important;
}

.sub-nav-s-i>a:hover {
  background-color: #E4F0F9;
}

.sub-nav-s-i>a .i1 {
  margin-right: 13px;
}

.sub-nav-s-con {
  text-align: left;
  padding-left: 38%;
}

.sub-nav-s-con a {
  display: block;
}

.sub-nav-s-con a:hover {
  color: #096DC1;
}

.header-nav li .sub-nav {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  width: 150px;
  background: rgba(255, 255, 255, 0.8);
  transition: all .5s;
  -webkit-transition: all .5s
}

.header-nav li:hover .sub-nav-s,
.header-nav li:hover .sub-nav {
  visibility: visible;
  opacity: 1
}

.header-nav li .sub-nav a {
  display: block;
  line-height: 23px;
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-nav li .sub-nav a:hover {
  color: #096DC1;
  background: #fff;
}

.header.active {
  background-color: transparent;
  border-bottom: 0px solid transparent;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.header.active {
  background: #ffffff !important;
}

.header.active .header-search .talk-b .t1,
.header.active .header-nav li>a {
  color: #000000 !important;
}

.header.active .header-search .header-search-i input::-webkit-input-placeholder {
  color: #000000 !important;
}

.header.active .header-nav li>a:hover {
  color: #0E7EDD !important;
}

.header.active .header-search-i {
  border-bottom-color: #000000;
}

.header.active .header-nav li>a:hover::after {
  content: '';
  display: block;
  height: 2px;
  width: 30%;
  position: absolute;
  left: 35%;
  bottom: 20px;
  background: #fff;
  transition: all .6s linear;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
}

.header.active .header-wrap .header-search {
  background-image: url('../images/icon-search-black.png');
}

nav ul li {
  position: relative;
  float: left;
  text-align: center;
  margin: 0 10px;
  min-width: 90px;
  height: 85px;
}

nav ul li.cur a::after,
nav ul li:hover a::after {
  transform: scale(1);
  -webkit-transform: scale(1)
}

nav ul li>a {
  position: relative;
  /* margin: 24px 0; */
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}

nav ul li a span {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-top: 5px
}

nav ul li>a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transition: all .3s;
  -webkit-transition: all .3s
}

nav ul li .sub-nav {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  top: 85px;
  left: 48%;
  padding: 10px;
  width: 150px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all .5s;
  -webkit-transition: all .5s
}

nav ul li .sub-nav a {
  display: block;
  line-height: 23px;
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

nav ul li.search-btn {
  min-width: auto;
  cursor: pointer;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: none;
  margin: 0
}

.section {
  position: relative;
}

/* 顶部导航end */


/* 搜索 */
.fix-search {
  z-index: 999;
  top: 0;
  left: 0
}

.fix-search .hide {
  width: 20px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 1px;
  height: 35%;
  margin-top: -35%;
  background: #000
}

.fix-search .hide::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
  opacity: .5
}

.fix-search .txt,
.fix-search .btn {
  height: 50px;
  line-height: 50px
}

.fix-search .txt {
  width: calc(100% - 30px);
  font-size: 15px;
  padding: 0 15px 0 5px;
  border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
  border-color: #666
}

.fix-search .btn {
  width: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}


.banner-bg-swiper {
  width: 100%;
}

.hSwiper .swiper-pagination {
  width: max-content;
  position: static;
  display: inline-block;
  z-index: 99;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);

}

.hSwiper .swiper-pagination-icon span {
  width: 60px !important;
  height: 2px;
  border-radius: 5px;
}

.hSwiper .swiper-pagination-icon .swiper-pagination-bullet {
  width: 60px !important;
  border-radius: 5px;
  position: relative;
  background-color: rgb(255, 255, 255, 0.5) !important;
  transition: all 0.5s ease;
  opacity: 1;
}


.hSwiper .swiper-pagination-icon .swiper-pagination-bullet:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #087CDE !important;
  border-radius: 3px;
}

.hSwiper .swiper-pagination-icon .swiper-pagination-bullet.on:before {
  width: 100%;
  transition: all 5s linear;
}

.home-model2 {
  padding-top: 3%;
}

.home-model6,
.home-model5,
.home-model3,
.home-model2,
.hSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-model3-md,
.home-model2-md {
  display: none;
}

.hSwiper {
  max-height: 980px;
}

.home-model3 {
  z-index: 99;
  /*padding-top: 80px;*/
}

.home-ban {
  position: relative;
}


.home-ban,
.home-ban img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
}

.home-ban-more {
  position: absolute;
  right: 7%;
  bottom: 7%;
}

/* .home-model6,
.home-model5,
.home-model3,
.home-model2 {
  padding-top: 40px;
} */

/* .model3-t {
  padding-right: 65px;
} */

.model4-t,
.model6-t,
.model3-t,
.model2-t {
  width: max-content;
  margin: auto;
  display: block;
  text-align: center;
  z-index: 9;
}



.model2-t .t1 {
  font-size: 50px;
  font-weight: 400;
  color: #333333;
}

.model2-t .t2 {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  margin-top: 15px;
}

.home-produce-c>.t1 {
  font-size: 57px;
  font-weight: bold;
  color: #17223F;
  margin-left: 11px;
}

.home-produce-c>.t2 {
  width: max-content;
  height: 60px;
  padding: 0 30px;
  background-color: #17223F;
  font-size: 35px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
  border-radius: 10px;
  margin-top: 35px;
}

.home-produce-c>.i1 {
  margin-top: 26px;
}

.section-5,
.section-3 {
  background-color: #0E1937;
}

.section-6 {
  background-color: #F5F5F5;
}

.model3-t .t1 {
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
}

.model3-t .t2 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 16px;
}

.model5-v {
  height: 520px !important;
}

.model5-v video {
  width: 100%;
  height: 100%;
}

.model5-con,
.model5-v {
  width: 50%;
  display: inline-block;
}

.model5-con {
  padding: 0 6%;
}

.model5-con>.t1 {
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
}

.model5-con>.t2 {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.5;
  margin-top: 22px;
}

.model5-con-i {
  margin-top: 40px;
}

.model5-con-i>.t1 {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
}

.model5-con-i>.t2 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 40px;
}


.home-model5 {
  max-width: 1700px;
  margin: auto;
}

.home-model6,
.home-model2 {
  max-width: 1700px;
  margin: auto;
  display: block;
}

.home-model6-md {
  display: none;
}

.home-model3,
.home-model6,
.home-model5 {
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.model3-btn {
  position: relative;
  height: auto;
  left: 48.5%;
  bottom: -1%;
  transform: translateX(-50%);
  margin-top: 0 !important;
}

.model3-btn,
.model6-btn,
.model5-btn {
  width: 175px;
  height: 44px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 44px;
  border: 2px solid #EFEFF1;
  padding: 0 20px;
  margin-top: 50px;
}

.model6-btn {
  color: #27314C;
  border: 2px solid #27314C;
  margin: auto;
  margin-top: 50px;
}

.model6-t>.t1 {
  font-size: 50px;
  font-weight: 400;
  color: #333333;
}

.model6-t>.t2 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  opacity: 0.5;
  margin-top: 15px;
}

.dynamic-box {
  height: 390px;
  margin-top: 30px;
  position: relative;
}

.dynamicSwiper {
  --swiper-pagination-color: #ff0000;
}

.dynamicSwiper {
  width: 60%;
  overflow: hidden;
  position: relative;
}

.dynamic-s-b {
  height: 100%;
}

.dynamic-s-b:hover .dynamic-s-r h2 {
  color: #EF6439;
}

.dynamic-s-b-img {
  width: 55%;
}

.dynamic-s-b-img img {
  /*object-fit: cover;*/
}


.dynamic-s-r {
  width: 45%;
  padding: 35px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}

.dynamic-s-r h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}

.dynamic-s-r-c {
  margin-top: 38px;
  font-size: 16px;
}

.dynamic-s-r-img {
  margin-top: 50px;
}

.dynamic-list {
  width: 32%;
  margin-left: 133px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dynamic-list-i {
  background-color: #FFFFFF;
}

.dynamic-list-i:hover .dynamic-list-i-con div {
  color: #EF6439;
}

.dynamic-list-i-img {
  width: 250px;
}

.dynamic-list-i-img img {
  object-fit: cover;
}

.dynamic-list-i-con {
  width: -webkit-fill-available;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  padding: 25px 30px;
}

.dynamic-list-i-con div {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}

.dynamic-page {
  position: absolute;
  height: 100%;
  top: 0;
  right: 36%;
}

.dynamic-pagination {
  position: absolute;
  top: 0 !important;
  left: auto !important;
  right: 0;
  display: flex;
  width: 4% !important;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}

.dynamic-pagination span {
  position: relative;
  z-index: 99;
  left: 50%;
  margin: 0 !important;
  transform: translateX(-50%);

}

.dynamic-pagination::after {
  width: 1px;
  height: 100%;
  background-color: #DDDDDD;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.dynamic-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.dynamic-pagination .swiper-pagination-bullet-active {
  background: url(../images/icon.png)no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../images/ft1.png)no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pub-footer {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding-top: 0px;

}

.pub-footer .footer-i:nth-child(1) {
  width: 16%;
}

.pub-footer .footer-i:nth-child(2) {
  width: 54%;
}


.pub-footer .footer-i:nth-child(3) {
  width: 16%;
}


.footer-logo {
  margin-bottom: 50px;
}

.footer-i-info {
  padding: 0 5px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

.footer-i-info .i1 {
  margin-right: 11px;
}

.footer-i-info .t1 {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}


.footer-i-item .t1 {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.footer-i-item-list {
  margin-top: 38px;
}

.pub-footer-link>a:hover,
.footer-i-item-list>a:hover{
    color: #326CC3;
}

.footer-i-item-list .t2 {
  font-size: 14px;
  font-weight: 400;
  color: #DDDDDD;
  margin-bottom: 10px;
  display: block;
}

.footer-i-item-list .t2:last-child {
  margin-bottom: 0;
}

.footer-input .i1 {
  width: 100%;
  height: 36px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border-radius: 10px;
  line-height: 36px;
  color: #FFFFFF;
}

.footer-input .text1::-webkit-input-placeholder,
.footer-input .i1::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #DDDDDD;
}

.footer-input-b {
  margin-top: 34px;
}

.footer-input {
  margin-bottom: 14px;
}

.footer-input .text1 {
  width: 100%;
  height: 81px;
  padding: 10px;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border-radius: 10px;
}

.footer-input-btn {
  width: 136px;
  height: 43px;
  border: 1px solid #737577;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 43px;
  text-align: center;
  border-radius: 10px;
  background-color: rgb(255, 255, 255, 0.5);
}


.pub-footer-link {
  margin-top: 50px;
}



.pub-footer-link .t1 {
  font-size: 14px;
  font-weight: 400;
  color: #DDDDDD;
  margin: 0 10px;
}

.footer-box {
  padding: 40px 0;
  /*padding-bottom: 35px;*/
  /*padding-bottom: 0;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-md {
  display: none;
}

.footer-info {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}

.home-model4 {
    height: calc(969px - 82px) !important;
  /*height: inherit !important;*/
}
.model4Swiper2{
  padding-top: 4% !important;
}
.model4Swiper2 {
  width: 20%;
  height: calc(969px - 82px) !important;
  border-right: 1px solid #17223F;
  margin: 0;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #333333 !important;
  line-height: 26px !important;
}

.model4Swiper2 .swiper-slide {
  /*height: 18% !important;*/
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  padding: 0 20px;
}

/*.model4Swiper2 .swiper-slide,*/
/*.model4Swiper2 .swiper-wrapper {*/
/*  -webkit-transform: translate3d(0px, 0, 0);*/
/*  -moz-transform: translate3d(0px, 0, 0);*/
/*  -o-transform: translate(0px, 0px);*/
/*  -ms-transform: translate3d(0px, 0, 0);*/
/*  transform: translate3d(0px, 0, 0);*/
/*}*/

.model4Swiper2 .swiper-slide.swiper-slide-thumb-active>.t1 {
    /*font-weight: bold !important;*/
  color: #FFFFFF !important;
}

.model4Swiper2 .swiper-slide.swiper-slide-thumb-active {
  background: #EF6439;
}

.model4Swiper2 .swiper-slide .t1 {
  font-size: 18px;
  font-weight: bold !important;
  color: #333333 !important;
  line-height: 26px;
}

.model4-t .t1 {
  font-size: 50px;
  font-weight: 400;
  color: #333333;
}

.model4-t .t2 {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  opacity: 0.5;
  margin-top: 15px;
}



.model4-s {
  width: 100%;
  margin-top: 30px;
}

.model4-s-r,
.model4-s-l {
  width: 33%;
}

.model4-s-l p {
  font-size: 18px !important;
  font-family: Arial !important;
  font-weight: 400 !important;
  color: #333333 !important;
}

.model4-s-l>.t1 {
  font-size: 32px;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
}

.model4-s-l>.t1::after {
  width: 44px;
  height: 4px;
  content: '';
  display: block;
  background-color: #17223F;
  margin-top: 28px;
}

.model4-s-l>.t2 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
}

.model4-s-l>.i1 {
  margin-top: 40px;
}

.pub-tobody {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}

.model4-page {
  margin-top: 11%;
  margin-right: 5%;
}

.model4-prev,
.model4-next {
  width: 73px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.model4-prev {
  background-color: #EF6439;
}

.model4-next {
  background-color: #17223F;
}

.jiejueSwiper {
  width: 100%;
  /*height: 600px;*/
  /*margin-top: 20px;*/
  padding-top: 50px;
  padding-left: 3.9%;
  position: relative;
}

.jiejueSwiper .swiper-slide:nth-child(odd) .jiejueSwiper-img {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}

.jiejueSwiper .swiper-slide:nth-child(even) .jiejueSwiper-img {
  position: relative;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s ease;
}

.active .jiejueSwiper .swiper-slide:nth-child(odd) .jiejueSwiper-img {
  transform: translateX(0%);
  opacity: 1;
  transition: all 1s ease 0.5s;
}

.active .jiejueSwiper .swiper-slide:nth-child(even) .jiejueSwiper-img {
  transform: translateX(0%);
  opacity: 1;
  transition: all 1s ease 0.5s;
}


.jiejueSwiper .swiper-slide img {
  display: block;
  width: 100%;
  /*min-height: 380px;*/
  object-fit: cover;
  height: 100%;
}

.jiejueSwiper .swiper-slide.swiper-slide-active {
  transform: translateX(-29.9556px) translateZ(-159.407px) rotateY(0deg) !important;
}

/* .jiejueSwiper::after {
  width: 360px;
  height: 520px;
  background-color: #ffffff;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-53%);
} */

.jiejueSwiper::after {
  width: 18.5%;
  height: 450px;
  background-color: #ffffff;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-48%) translateY(-51%);
}

.jiejueSwiper .jiejueSwiper-img {
  height: max-content;
  position: relative;
  z-index: 99;
}

.jiejueSwiper .jiejueSwiper-img .t2 {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}

.jiejueSwiper .swiper-slide.swiper-slide-active>.t1 {
  opacity: 1;
}

.jiejueSwiper .swiper-slide>.t1 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  transition: all 0.5s linear;
}

.model3-btn-box {
  position: relative;

}

.jiejuePage {
  height: 45px;
  max-width: 600px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -50px;
  left: 48%;
  transform: translateX(-50%);
  z-index: 9;
}

.jiejuePage .jiejue-next,
.jiejuePage .jiejue-prev {
  width: 45px;
  height: 45px;
}

.m-search-box {
  width: 40%;
  height: 38px;
  justify-content: space-between;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: 60px;
  padding: 10px;
  border-radius: 20px;
  z-index: 999;
  transform: translateY(-50%);
}

.m-search-box>.i1 {
  width: 80%;
  background-color: transparent;
}

.m-search-box a>.s2 {
  display: none;
}

.m-search-box>.i1::-webkit-input-placeholder {
  color: #FFFFFF !important;
}

.md-loadmore {
  visibility: hidden;
  opacity: 0;
}

.model4-md {
  display: none;
}



/* news  */


/*   */
@media (max-width:1800px) {
  .jiejueSwiper::after {
    position: absolute;
    transform: translateX(-49%) translateY(-50%);
  }
}

@media (max-width:1700px) {

  .home-model5,
  .home-model2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jiejueSwiper {
    /*height: 570px;*/
    margin-top: 0px;
    padding-top: 50px;
  }

  .jiejueSwiper::after {
    width: 20%;
    height: 446px;
    content: '';
    display: block;

  }

  .dynamic-box {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

@media (max-width:1600px) {
  .model4Swiper .swiper-slide.swiper-slide-prev {
    opacity: 0 !important;
  }

  .model6-btn {
    margin-top: 20px;
  }

  .footer {
    padding: 0 20px;
  }

  .section-2 {
    background-size: cover !important;
  }

  .jiejueSwiper::after {
    width: 19%;
    height: 400px;
    position: absolute;
    transform: translateX(-50%) translateY(-52%);
  }

  .model4Swiper {
    padding: 0 20px;
  }

  .model4-s-l>.t1,
  .home-produce-c>.t1,
  .model6-t>.t1,
  .model5-con>.t1,
  .model2-t .t1,
  .model4-t .t1,
  .model3-t .t1 {
    font-size: 36px;
  }

  .home-produce-c>.t2 {
    font-size: 24px;
    height: 55px;
    line-height: 55px;
  }

  .dynamic-list-i-img {
    width: 50%;
  }
}

@media (min-width:1500px) {


  .header-wrap {
    width: 88%;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }

  .header-nav li {

    margin: 0 10px;
    width: 100px;
    cursor: pointer;
  }
}

@media (max-width:1500px) {
  .model5-v {
    height: 400px !important;
  }

  .dynamic-list-i-con {
    padding: 20px 30px;
  }

  .model4Swiper2 .swiper-slide {
    padding: 0 20px;
    margin-bottom: 30px !important;
  }

  .sub-nav-s-con,
  .sub-nav-s-i>a {
    padding-left: 10%;
  }

  .jiejueSwiper .swiper-slide img {
    min-height: auto;
  }

  .hSwiper {
    max-height: auto;
  }

  .header-wrap {
    width: 96%;
  }

  .home-produce-c>.t1 {
    font-size: 40px;
  }

  .home-produce-c>.t2 {
    width: max-content;
    padding: 0 30px;
    background-color: #17223F;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 10px;
    margin-top: 35px;
  }

  .jiejueSwiper::after {
    width: 19%;
    height: 400px;
    position: absolute;
    transform: translateX(-51%) translateY(-52%);
  }

  .home-model3,
  .home-model6,
  .home-model5 {
    position: absolute;
    height: auto;
    top: 52%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .model6-t>.t1,
  .model5-con>.t1,
  .model2-t .t1,
  .model4-t .t1,
  .model3-t .t1 {
    font-size: 36px;
  }

  .jiejueSwiper .swiper-slide>.t1 {
    margin-top: 15px;
  }

  .jiejuePage {
    max-width: 500px;
  }


  .model3-btn {
    position: relative;
    bottom: 32%;
  }

  .model4Swiper {
    padding: 0 20px;
  }

  .model4Swiper2 {
    width: 23%;
    height: inherit;
    padding-top: 0;
  }

  .model4-s {
    margin-top: 30px;
  }

  .model5-con-i>.t1 {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
  }

  .dynamic-s-r-img {
    margin-top: 20px;
  }

  .dynamic-s-r-c {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width:1400px) {
  .model3-t .t2 {
    margin-top: 10px;
  }

  .jiejueSwiper {
    padding-top: 30px;
  }


  .model4Swiper2 .swiper-slide p span,
  .model4Swiper2 .swiper-slide p,
  .model4Swiper2 .swiper-slide .t1 {
    font-size: 18px !important;
    line-height: 26px;
  }

  .model4-s {
    margin-top: 15px;
  }

  .dynamic-list-i-img {
    width: 60%;
  }

  .dynamic-list-i-con {
    padding: 20px 30px;
  }

  .header-nav li {
    /*position: relative;*/
    margin: 0 5px;
    width: 100px;
    cursor: pointer;
  }

  .banner-bg-swiper {
    height: 900px;
  }

  .dynamic-box {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .model6-btn {
    margin-top: 10px;
  }

  .dynamic-s-r {
    padding: 20px;
  }

  .model5-con-i>.t2,
  .dynamic-s-r-img,
  .dynamic-s-r-c {
    margin-top: 15px;
  }

  .dynamic-s-r h2 {
    margin-bottom: 15px;
  }

  .jiejueSwiper::after {
    height: 370px;
  }

  .model4Swiper,
  .model4Swiper2 {
    padding-top: 3%;
  }

  .model5-con-i>.t1 {
    font-size: 26px;
  }

  .model5-con-i>.t2 {
    font-size: 16px;
  }

}

@media (max-width:1350px) {
  .model5-con-i {
    margin-top: 30px;
  }

  .model6-t>.t1,
  .model5-con>.t1,
  .model2-t .t1,
  .model4-t .t1,
  .model3-t .t1 {
    font-size: 30px;
  }

  .dynamic-s-r h2 {
    font-size: 18px;
  }

  .dynamic-list-i-con div,
  .model6-t>.t2 {
    font-size: 16px !important;
  }

  .dynamic-list-i-con {
    padding: 10px 30px;
  }

  .dynamic-list-i-img {
    width: 50%;
  }

  .model4-s-r,
  .model4-s-l {
    width: 30%;
  }

  .dynamic-box {
    height: 320px;
  }

  .dynamic-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .model4-t .t2,
  .model6-t>.t2 {
    margin-top: 10px;
  }
}

@media (max-width:1300px) {

  .dynamic-list-i-img {
    width: 65%;
  }

  .model5-v {
    width: 40% !important;
    margin: auto;
  }

  .model5-con-i {
    margin-top: 20px;
  }

  .header-nav li {
    width: 95px;
    margin: 0 0px;
  }

  .jiejueSwiper::after {
    width: 20%;
    height: 380px;

  }

  .jiejuePage {
    max-width: 480px;
  }

  .model4Swiper2 {
    width: 30%;
  }

  .model4Swiper2 .swiper-slide {
    margin-bottom: 20px !important;
  }

  .model4Swiper2 .swiper-slide p span,
  .model4Swiper2 .swiper-slide p,
  .model4Swiper2 .swiper-slide .t1 {
    font-size: 16px !important;
    line-height: 26px;
  }

  .model4-s-l>.t1 {
    font-size: 32px;
  }

  .home-produce-c>.t1 {
    font-size: 28px;
  }

  .home-produce-c>.t2 {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin-top: 20px;
  }

  .model6-t>.t1,
  .model5-con>.t1,
  .model2-t .t1,
  .model4-t .t1,
  .model3-t .t1 {
    font-size: 30px;
  }

  .home-produce-c>.i1 {
    margin-top: 20px;
  }

  .jiejueSwiper .swiper-slide>.t1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .jiejueSwiper::after {
    width: 19.5%;
    height: 330px;
  }

  .home-model3 {
    position: absolute;
    top: 58%;
  }

  .jiejuePage {}

  /*.model3-btn {*/
  /*  position: absolute;*/
  /*  left: 50%;*/
  /*  bottom: -3%;*/
  /*}*/

  .model3-btn,
  .model6-btn,
  .model5-btn {
    width: 150px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .jiejueSwiper .swiper-slide>.t1 {
    font-size: 12px;
    line-height: 30px;
  }

  .jiejuePage .jiejue-next,
  .jiejuePage .jiejue-prev {
    width: 40px;
    height: 40px;
  }

  .model4-prev,
  .model4-next {
    width: 60px;
    height: 60px;
  }

  .model4Swiper2 .swiper-slide {
    padding: 0 10px;
  }

  .dynamic-list-i-con div {
    font-size: 14px;
  }

  .dynamic-s-r h2 {
    font-size: 18px;
  }

  .dynamic-s-r-c {
    margin-top: 20px;
    font-size: 14px;
  }

  .home-ban-more {
    width: 30px;
  }

  .model5-con {
    padding: 0px 5%;
  }
}

@media (max-width:1280px) {

  .dynamic-list-i-img {
    width: 54%;
  }

  .dynamic-list-i-con {
    padding: 15px 30px;
  }

  .model5-btn {
    margin-top: 30px;
  }

  .dynamicSwiper {
    width: 60%;
  }


  .header-nav li {
    width: 90px;
    margin: 0 0px;
  }

  .header-search {
    width: 18%;
  }

  .jiejuePage {
    max-width: 410px;
  }

  .home-model3 {
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  /*.model3-btn {*/
  /*  position: absolute;*/
  /*  left: 50%;*/
  /*  bottom: -5%;*/
  /*  transform: translateX(-65%);*/
  /*}*/
  .jiejueSwiper {
    padding-top: 30px !important;
  }

  .jiejueSwiper::after {
    width: 19.5%;
    height: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-51.5%) translateY(-55%);
  }

  .model4-s-l>.t2 {
    font-size: 16px;
    line-height: 36px;
  }

  .model4-s-l>.t1 {
    font-size: 28px;
  }

  .model4-prev,
  .model4-next {
    width: 55px;
    height: 55px;
  }

  .footer-box,
  .home-model6 {
    position: static;
    transform: scale(0.9);
  }

  .dynamic-list {
    width: 40%;
    margin-left: 100px;
  }

  .dynamic-page {
    position: absolute;
    height: 100%;
    top: 0;
    right: 41%;
  }

  .footer-info {
    font-size: 12px;
  }


}

@media (max-width:1100px) {

  .model4Swiper,
  .model4Swiper2 {
    padding-top: 8%;
  }

  .model4Swiper2 {
    width: 35%;
  }

  .dynamic-list-i-img {
    width: 55%;
  }

  .jiejueSwiper .swiper-slide>.t1 {
    color: #ffffff !important;
  }

  .jiejueSwiper::after {
    display: none;
  }

  .sub-nav-s-i {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sub-nav-s-con,
  .sub-nav-s-i>a {
    padding-left: 3%;
  }

  .section-4 {
    padding-top: 20px !important;
  }

  .home-model2 {
    margin-bottom: 40%;
  }

  .section-2,
  .section-3,
  .section-4,
  .section-5,
  .section-6 {
    padding: 20px;
  }

  .home-produce-c {
    margin-top: 25px;
  }

  .home-produce-c>.t1 {
    font-size: 32px;
  }

  .jiejuePage {
    top: -40%;
    max-width: 490px;
  }

  /*.home-model5 {*/
  /*  position: static;*/
  /*  transform: scale(0.8);*/
  /*}*/

  .home-model6 {
    /* position: static;
    transform: none; */
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .home-model3 {
    padding-top: 0;
  }

  .model5-con-i>.t1 {
    font-size: 22px;
  }

  .model5-con-i>.t2 {
    font-size: 14px;
  }

  .model3-btn {
    border-color: #fff;
    color: #fff;
  }

  .dynamic-list {
    margin-left: 20px;
  }

  .dynamic-box {
    height: 340px;
  }

  .dynamic-list-i {
    margin-bottom: 10px;
  }

  .jiejueSwiper {
    height: 500px;
  }

  .model3-t {
    padding-right: 0;
  }

  .model4Swiper {
    height: auto;
  }

  .dynamic-page {
    display: none;
  }

  .dynamic-list-i-con {
    padding: 20px;
  }

  .dynamic-s-r {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }


}

@media (max-width:1024px) {
  .dynamic-list-i {
    margin-bottom: 14px;
  }

  .model4Swiper2 {
    width: 40%;
  }

  .model4Swiper {
    padding: 7% 20px !important;
  }

  #fullpage {
    position: absolute !important;
    top: 0;
  }

  .home-model5 {
    position: static;
    transform: none;
  }

  .jiejueSwiper::after {
    width: 23%;
    height: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-54%) translateY(-62%);
  }

  .model4Swiper2 .swiper-slide {
    height: 25% !important;
  }



  .model4Swiper,
  .model4Swiper2 {
    padding-top: 7%;
  }

  .section-3 {
    padding: 20px 0 !important;
  }

  .jiejueSwiper .swiper-slide img {
    min-height: 250px;
  }

  .home-model3 {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
  }
}

@media (max-width:1024px) {

  .dynamic-list-i-img,
  .dynamic-s-b-img {
    width: 60%;
  }

  .dynamic-list-i-con {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    padding: 10px;
  }

  .jiejueSwiper::after {
    width: 90%;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-56%) translateY(-50%);
    display: none;
  }


  .jiejuePage {
    max-width: 380px;
  }

  .home-model2 {
    margin-bottom: 0% !important;
  }

  .section-6 {
    padding-top: 20px !important;
  }

  .header-m .m-menu>.nav>li:last-child a::after {
    width: 15px;
    height: 20px;
    border: none !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    margin-right: 3%;
    background: url(../images/earth1.png)no-repeat center center !important;
    background-size: contain !important;
    /* display: none !important; */
  }

  .m-search-box>.i1 {
    color: #ffffff !important;
  }

  .header-m.active .m-search-box>.i1 {
    color: #000000 !important;
  }

  .header-m .nav>li>a img {
    width: 15px;
  }
}

@media (max-width:980px) {
  .model5-v {
    width: 100% !important;
  }

  header {
    height: 60px !important;
  }

  .section-2 {
    background: #F9F9F9 !important;
    padding: 60px 0 0 0 !important;
  }

  .home-model2-md {
    width: 100%;
    height: 72%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .section-2 {
    background: url(../images/b-md.png)#F9F9F9 no-repeat center center !important;
    background-size: contain !important;
  }

  .home-model2-mdb,
  .home-model2-mdt {
    text-align: center;
  }

  .home-model2-mdb>.md-loadmore {
    padding: 0 20px;
    background: #333333;
    margin-top: 20px;
  }

  .home-model2-mdb>.md-loadmore>.t1 {
    color: #FFFFFF;
  }

  .home-model2-mdb>.t1 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
  }

  .home-model2-mdt>.t1 {
    font-size: 28px;
    font-weight: 800;
    color: #444444;
  }

  .home-model2-md-flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .home-model2-mdt>.t2 {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
  }

  .home-model2-md img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .home-model3-md {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    padding: 0 20px;
    padding-top: 30px;
  }

  .home-model3-md>.t1 {
    font-size: 28px;
    font-family: SourceHanSansCN;
    font-weight: 800;
    color: #FFFFFF;
  }

  .home-model3-md>.t2 {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
  }

  .model3swiper-list {
    margin-top: 15px;
  }

  .model3swiper-list .list-i:nth-child(4),
  .model3swiper-list .list-i:nth-child(3) {
    margin-bottom: 0;
  }

  .model3swiper-list .list-i {
    width: 48%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 13px 20px;
    margin-bottom: 15px;
  }

  .model3swiper-list .list-i>.t2 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: normal;
  }

  .model3swiper-md {
    padding-bottom: 30px;
  }

  .model3swiper-md>.swiper-pagination {
    height: max-content;
    top: auto !important;
    bottom: 0 !important;
  }

  .model3swiper-md>.swiper-pagination span {
    width: 30px !important;
  }

  .model3swiper-md>.swiper-pagination>.swiper-pagination-bullet-active {
    background: #ffffff !important;
  }

  .model3swiper-md>.swiper-pagination>.swiper-pagination-bullet {
    background: #878A91;
  }

  .list-img {
    margin: auto;
    height: auto;
    background: #878787;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .list-img>.t1 {
    position: absolute;
    left: 50%;
    bottom: 3%;
    width: 100%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 5px 5px #000000;
  }

  .md-loadmore {
    visibility: visible;
    opacity: 1;
    width: max-content;
    height: 40px !important;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 0 30px;
    margin: auto;
  }

  .md-loadmore>.t1 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-right: 5px;
  }

  .home-model6,
  .home-model4 {
    display: none;
  }

  .home-model6-md {
    display: block;
    text-align: center;
  }

  .home-model6-md>.t1 {
    font-size: 28px;
    font-weight: 800;
    color: #444444;
  }

  .home-model6-md>.t2 {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
  }

  .model6md-list {
    margin-top: 20px;
  }

  .model6md-img {
    width: 35%;
    border-radius: 10px;
  }

  .model6md-i {
    background: #ffffff;
    box-shadow: 5px 6px 6px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .model6md-i:hover .model6md-con>.t1 {
    color: #EF6439;
  }

  .model6md-con {
    width: 65%;
    padding: 0 15px;
    text-align: left !important;
  }

  .model6md-con>.t1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: normal;
  }

  .model6md-con>.t2 {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
  }

  .model4-md-top {
    text-align: center;
  }

  .model4-md-top>.t1 {
    font-size: 28px;
    font-weight: 800;
    color: #444444;
  }

  .model4-md-top>.t2 {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #444444;
    margin-top: 10px;
  }

  .model4-md-more {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    color: #666666;
  }

  .model4Swiper-next,
  .model4Swiper-prev {
    width: 20%;
  }

  .section-4 {
    position: relative;
    background: #F5F5F5;
  }

  .home-model6-md {
    padding: 0 20px;
  }

  .home-model6-md,
  .home-model5,
  .model4-md {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    display: block;
  }

  .home-model6-md>.md-loadmore {
    background: #333333;
    margin-top: 20px;
  }

  .home-model6-md>.md-loadmore>.t1 {
    font-weight: bold;
    color: #FFFFFF;
  }

  .model4Swiper-md {
    margin-top: 20px;
  }

  .model4Swiper-img {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }

  .model4Swiper-box>.t1 {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
  }

  .model4Swiper-num {
    height: max-content;
    font-weight: 400;
    display: flex;
    align-items: flex-end;
  }

  .model4Swiper-num>.swiper-pagination {
    position: static !important;
    display: flex;
    align-items: baseline;
  }

  .model4Swiper-num>.swiper-pagination span {
    width: 40px !important;
    font-size: 18px;
    color: #333333;
  }

  .model4Swiper-num>.swiper-pagination>.swiper-pagination-current {
    font-size: 24px;
    color: #326FB7;
  }

  .model4Swiper-num>.n1 {
    font-size: 24px;
    color: #326FB7;
  }

  .model4Swiper-num>.n3,
  .model4Swiper-num>.n2 {
    font-size: 18px;
    color: #333333;
  }

  .model4Swiper-num>.n3 {
    margin: 0 2%;
  }

  .model4Swiper-page {
    width: 60%;
    margin: auto;
    margin-top: 10px;
  }

  .footer-info,
  .footer-box {
    display: none;
  }

  .footer-md {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0 20px;
  }

  .footer {
    padding: 0 20px !important;
    background: url(../images/mdfooter.png)no-repeat !important;
    background-size: auto !important;

  }

  .md-msg-i {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 10px 20px;
  }

  .md-msg-i>.t1 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
  }

  .md-msg-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 8px;
  }

  .md-msg-input>.i2,
  .md-msg-input>.i1 {
    color: #FFFFFF;
    background: transparent;
  }

  .md-msg-input>.i2 {
    width: 100%;
    height: 30px;
  }

  .md-msg-input span {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
  }

  .md-msg-submit {
    width: max-content;
    height: 35px;
    line-height: 35px;
    padding: 0 60px;
    display: block;
    margin: auto;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 15px;
  }

  .md-msg-menu-i {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50%;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .md-msg-menu-i>img {
    width: 45%;
  }

  .md-msg-menu {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
  }

  .md-msg-menu-item {
    width: 30%;
  }

  .md-msg-menu-item>.t1 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 15px;
    text-align: center;
    word-break: break-all;
  }

  .md-info {
    width: 100%;
    margin-top: 25px;
  }

  .md-info>.t1 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
  }

  .md-info>.t2 {
    font-size: 12px;
    font-weight: 400;
    color: #DDDDDD;
    margin-top: 10px;
  }

  .md-info>.t2 a {
    margin: 0 3%;
  }

  /* mobile  */



  .model3-btn-box,
  .jiejuePage,
  .home-model3,
  .home-model2 {
    display: none;
  }

  .fullpage-wrapper {
    position: absolute !important;
    top: 0;
  }

  .dynamicSwiper {
    display: none;
  }

  .dynamic-list {
    width: 100%;
    margin: 0;
  }

  .home-ban-more,
  .home-ban>.home-i1 {
    display: none;
  }

  .home-ban>.home-i2 {
    display: block;
  }

  .hSwiper .swiper-pagination-icon span {
    width: 50px !important;
    height: 5px;
    border-radius: 0px !important;
  }

  .hSwiper .swiper-pagination-icon .swiper-pagination-bullet:before {
    background: #ffffff !important;
  }

  .hSwiper .swiper-pagination-icon .swiper-pagination-bullet {
    width: 50px !important;
  }

  .model5-con-i>.t1 {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 20px;
  }

  .model5-btn {
    display: none;
  }

  .model5-con>.md-loadmore {
    margin: inherit;
    margin-top: 10px;
    margin-right: auto !important;
  }

  .md-loadmore img {
    width: 15px;
  }

  .model5-con-i>.t2 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
  }
}


@media (max-width:768px) {

  .list-img {
    width: 75%;
    /*margin: auto;*/
  }

  .fixed-b {
    display: none;
  }

  .model5-v {
    height: 350px !important;
  }

  .model6-t>.t2 {
    margin-top: 15px;
  }



  .section-3 {
    padding: 0 0 20px 0 !important;
  }

  .section-6,
  .section-5 {
    padding-top: 20px !important;
  }

  .model5-con {
    padding: 0 !important;
  }

  .model5-con>.t1,
  .model5-con>.t2,
  .model6-btn-box,
  .model4-page,
  .model4-s-l>.i1 {
    display: none;
  }

  .model5-v {
    margin-bottom: 0 !important;
  }

  .model3-btn-box {
    margin-top: 0px;
    height: max-content !important;
  }

  .jiejueSwiper .swiper-slide>.t1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    font-size: 16px !important;
  }



  .model4-s-l>p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
  }

  .section-6>div,
  .section-5>div,
  .section-4>div {
    height: max-content !important;
  }

  .section-4 {
    height: max-content;
    padding-top: 20px !important;
  }

  .model4-s-l>.t1 {
    font-size: 20px;
  }



  .dynamic-s-r-c,
  .dynamic-s-r-img,
  .model4-s-l>.t1::after {
    margin-top: 10px;
  }

  .dynamic-s-r h2 {
    margin-bottom: 10px;
  }

  .model4-s {
    margin-top: 20px;
  }

  .model4Swiper {
    padding: 0 !important;
  }

  /* .section-2 {
    padding-top: 0 !important;
  } */

  .section {
    height: 100% !important;
  }

  .jiejuePage,
  .model4-page {
    display: none;
  }

  .model6-t>.t1,
  .model5-con>.t1,
  .model2-t .t1,
  .model4-t .t1,
  .model3-t .t1 {
    font-size: 20px;
  }

  .model2-t .t2 {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: 15px;
  }

  .home-produce-c>.t1 {
    font-size: 20px;
  }

  .home-produce-c>.t2 {
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    margin-top: 20px;
    padding: 0 20px
  }

  .home-ban-more {
    width: 20px;
  }

  .home-produce-c>.i1 {
    width: 50px;
  }

  .home-produce-c {
    margin: auto;
    margin-top: 20px !important;
    display: block;
  }

  .home-produce-c>.t1 {
    text-align: center;
  }

  .home-model2 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: max-content;
  }

  .home-model3 {
    position: relative !important;
    top: -8% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }


  .pub-footer {
    padding-top: 0;
  }

  .footer-box-t {
    display: block;
  }

  .pub-footer .footer-i:nth-child(3),
  .pub-footer .footer-i:nth-child(2),
  .pub-footer .footer-i:nth-child(1) {
    width: 100%;
  }

  .pub-footer .footer-i:nth-child(2) {
    display: none;
  }

  .footer-logo,
  .footer-i-info {
    margin-bottom: 30px;
  }

  .footer-i-item-list {
    margin-top: 0;
  }

  .footer-i-item {
    margin-bottom: 20px;
  }

  .footer-box {

    padding: 30px 20px;

  }

  .pub-footer-link {
    margin-top: 30px;
    display: none;
  }

  .footer-info {}

  .home-model5,
  .dynamic-s-b {
    display: block;
  }

  .dynamic-box {
    padding: 0;
    height: auto;
  }

  .home-model6,
  .home-model5 {
    position: static !important;
    transform: none !important;
  }

  .dynamic-s-b-img {
    width: 100%;
    height: auto;
  }

  .model5-con,
  .model5-v {
    width: 100%;
  }

  .model4-s-l,
  .model5-v {
    margin-bottom: 20px;
  }

  .home-model5 {
    padding: 0;
  }

  .model4-s-l>.i1,
  .model4-s-l>.t1::after,
  .model4-s-l>.t2,
  .model5-btn {
    margin-top: 20px;
  }

  .model6-btn,
  .model4Swiper2 {
    display: none;
  }

  .model4-s {
    display: block;
  }

  .model4-s-r,
  .model4-s-l {
    width: 100%;
  }

  .home-model4 {
    height: auto !important;
  }

  .model4Swiper {
    height: max-content;
  }

  .jiejueSwiper {
    height: auto;
    margin-left: 20px;
    padding-top: 0px !important;
  }

  .jiejueSwiper::after {
    width: 90%;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-56%) translateY(-50%);
    display: none;
  }

  .model3swiper-list .list-i>.t2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (max-width:640px) {

  .md-msg-menu-item>.t1,
  .md-info>.t1 {
    font-size: 12px;
  }

  .model5-v {
    height: 220px !important;
  }

  .list-img {
    width: 100%;
  }

  .m-search-box a>.s1,
  .m-search-box a>.s2 {
    width: 21px;
  }

  .header-m {
    height: 50px;
  }

  .header-m .logo {
    height: 50px;
    line-height: 50px;
  }

  .header-m .m-menu-b {
    width: 60px;
    height: 50px;
    padding: 19px 15px;
  }

  .m-search-box {
    width: 35%;
    height: 35px;
  }

  .model5-con-i {
    margin-top: 15px;
  }

  .model4Swiper-md {
    margin-top: 15px;
  }

  .model4Swiper-img {
    margin-bottom: 15px;
  }

  .home-model2-mdb>.md-loadmore {
    margin-top: 10px;
  }

  .home-model2-md {
    height: 73%;
  }

  .list-img {
    margin-bottom: 6px;
  }

  .md-loadmore,
  .md-msg-submit {
    height: 45px !important;
    line-height: 45px !important;
  }

  .model4Swiper-next,
  .model4Swiper-prev {
    width: 18%;
  }

  .model6md-img {
    width: 30%;
  }

  .home-model6-md>.t2,
  .model4-md-top>.t2,
  .home-model2-mdt>.t2,
  .home-model3-md>.t2 {
    margin-top: 5px;
  }

  .model3swiper-list .list-i:nth-child(4),
  .model3swiper-list .list-i:nth-child(3),
  .model6md-i {
    margin-bottom: 10px;
  }

  .md-msg-input>.i2 {

    height: 25px;
  }

  .md-msg-input {
    padding: 5px 10px;
  }

  .model3swiper-md {
    padding-bottom: 20px;
  }

  .model3swiper-list .list-i {
    padding: 6px 15px;
    margin-bottom: 10px;
  }

  .model3swiper-list,
  .home-model6-md>.md-loadmore,
  .model6md-list,
  .model5-con-i>.t1,
  .model5-con-i>.t2,
  .md-msg-menu,
  .md-msg-submit {
    margin-top: 15px;
  }

  .md-msg-input {
    margin-bottom: 8px;
  }

  .md-msg-menu-item>.t1 {
    margin-top: 10px;
  }

  .md-msg-menu-i {
    width: 40px;
    height: 40px;
  }

  .model5-con-i>.t2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .md-loadmore img {
    width: 13px;
  }

  .md-msg-i>.t1,
  .home-model2-mdt>.t1,
  .home-model3-md>.t1,
  .model4-md-top>.t1,
  .home-model6-md>.t1 {
    font-size: 26px;
  }


  .model5-con-i>.t1 {
    font-size: 20px !important;
  }

  .home-model2-mdt>.t2,
  .home-model3-md>.t2,
  .model4-md-top>.t2,
  .model5-con-i>.t2,
  .md-loadmore>.t1,
  .model6md-con>.t1,
  .home-model6-md>.t2 {
    font-size: 16px;
  }

  .model4-md-more,
  .home-model2-mdb>.t1,
  .list-img>.t1,
  .model4Swiper-box>.t1 {
    font-size: 18px !important;
  }

  .md-msg-submit,
  .md-msg-input span {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
  }

  .md-info {
    margin-top: 10px;
  }
}

@media (max-width:375px) {

  .md-loadmore,
  .md-msg-submit {
    height: 40px !important;
    line-height: 40px !important;
  }

  .md-msg-i>.t1,
  .home-model2-mdt>.t1,
  .home-model3-md>.t1,
  .model4-md-top>.t1,
  .home-model6-md>.t1 {
    font-size: 22px;
  }

  .home-model2-mdt>.t2,
  .home-model3-md>.t2,
  .model4-md-top>.t2,
  .model5-con-i>.t2,
  .md-loadmore>.t1,
  .model6md-con>.t1,
  .home-model6-md>.t2 {
    font-size: 15px;
  }

  .model3swiper-list,
  .home-model6-md>.md-loadmore,
  .model6md-list,
  .model5-con-i>.t1,
  .model5-con-i>.t2,
  .md-msg-menu,
  .md-msg-submit {
    margin-top: 10px;
  }

  .list-img {
    width: 90%;
  }
}

@media (max-width:1024px) {
  body {
    padding-top: 70px !important
  }

  header {
    height: 70px
  }

  .header-m {
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: transparent;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: none;
  }

  .header-m.active {
    background: transparent;

  }

  .header-m.active .m-search-box a>.s1 {
    display: none;
  }

  .header-m.active .m-search-box a>.s2 {
    display: block;
  }

  .header-m.active .m-search-box>.i1::-webkit-input-placeholder {
    color: #646464 !important;
  }

  .header-m.active .m-search-box {
    border: 2px solid #646464;
  }

  .header-m::after {
    display: none;
    position: fixed;
    content: '';
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
  }

  .header-m .logo {
    position: absolute;
    left: 4%;
    height: 60px;
    line-height: 60px;
    z-index: 999;
    /* transform: translateX(-50%); */
    /* -webkit-transform: translateX(-50%) */
  }

  .header-m .logo img {
    max-height: 40px
  }

  .header-m .m-menu-b {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 15px;
    z-index: 999;
  }

  .header-m .m-menu-b .m-menu-b-i {
    display: block;
    content: '';
    width: 25px;
    height: 2px;
    z-index: 999;
    transition: all .3s ease-out .3s;
    -webkit-transition: all .3s ease-out .3s;
    background: rgb(255, 255, 255)
  }

  .header-m.active .m-menu-b .m-menu-b-i {
    background: #222;
  }

  .header-m .m-menu-b .m-menu-b-i:nth-child(1) {
    transform: translateY(-4px) rotate(0);
    -webkit-transform: translateY(-4px) rotate(0)
  }

  .header-m .m-menu-b .m-menu-b-i:nth-child(3) {
    transform: translateY(4px) rotate(0);
    -webkit-transform: translateY(4px) rotate(0)
  }

  .header-m .m-menu {
    display: none;
    z-index: 888;
    position: fixed;
    width: 100%;
    /* width: 260px; */
    height: 100%;
    top: 0;
    left: 0;
    /* left: -260px; */
    opacity: 1;
    background: #fafafa;
    text-align: left;
    padding-top: 70px
  }

  .header-m .m-menu::after {
    position: absolute;
    top: 70px;
    content: '';
    width: 100%;
    height: 1px;
    background: #ebebeb
  }

  .header-m .nav {
    height: calc(100% - 82px);
    overflow-x: hidden;
    overflow-y: auto
  }

  .header-m .nav>li {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    animation: resize .5s both;
    -webkit-animation: resize .5s both
  }

  .header-m .nav>li>a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
    color: #666;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 50px
  }

  .header-m .nav>li>a::after {
    position: absolute;
    content: '';
    left: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: 1px solid #999;
    border-radius: 50%;
    background: transparent;
    transition: all .3s;
    -webkit-transition: all .3s
  }

  .header-m .nav>li .sub-nav {
    display: none
  }

  .header-m .nav>li .sub-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 40px;
    background: #f2f2f2;
    color: #4E4E4E
  }

  .header-m .nav>li .sub-nav a::before,
  .header-m .nav>li .sub-nav a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid transparent;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s
  }

  .header-m .nav>li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555
  }

  .header-m .nav>li .sub-nav a::after {
    border-left: 5px #ebebeb solid
  }

  .header-m .nav>li.cur {
    position: relative
  }

  .header-m .nav>li.cur::after,
  .header-m .nav>li.cur::before {
    position: absolute;
    content: '';
    background: #999;
    transition: all .5s;
    -webkit-transition: all .5s
  }

  .header-m .nav>li.cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px
  }

  .header-m .nav>li.cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px
  }

  .header-m .nav>li.active::after {
    background: #fff
  }

  .header-m .nav>li.active::before {
    height: 0
  }

  .header-m .nav>li.active>a {
    color: #fff;
    background: #004b88
  }

  .header-m .nav>li.active>a::after {
    border-color: #fff;
    background: #fff
  }

  .header-m .nav>li.active .sub-nav li {
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
  }

  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
    background-size: 23px
  }

  html.active {
    height: 100%;
    overflow: hidden
  }

  html.active body {
    height: 100%;
    overflow: hidden
  }

  html.active .header-m {
    left: 0
  }

  html.active .header-m::after {
    display: block
  }

  html.active .header-m .m-menu-b .m-menu-b-i {
    background: #000
  }

  html.active .header-m .m-menu-b .m-menu-b-i:nth-child(1) {
    transform: translateY(4px) rotate(225deg);
    -webkit-transform: translateY(4px) rotate(225deg)
  }

  html.active .header-m .m-menu-b .m-menu-b-i:nth-child(2) {
    display: none;
  }

  html.active .header-m .m-menu-b .m-menu-b-i:nth-child(3) {
    transform: translateY(-6px) rotate(-225deg);
    -webkit-transform: translateY(-6px) rotate(-225deg)
  }

  html.active .header-m .m-menu {
    display: block;
    left: 0
  }

  /* html.active footer,
  html.active main,
  html.active .i-banner,
  html.active .banner {
    transform: translateX(260px);
    -webkit-transform: translateX(260px)
  } */
}

.active .fadeleft {
  transform: translateX(0%);
  opacity: 1;
  transition: all 1s ease 0.5s;
}

.active .faderight {
  transform: translateX(0%);
  opacity: 1;
  transition: all 1s ease 0.5s;
}

.active .fadetop {
  transform: translateX(0%);
  opacity: 1;
  transition: all 1s ease 0.5s;
}

.active .fadedown {
  transform: translateX(0%);
  opacity: 1;
  transition: all 1s ease 0.5s;
}

.fadeleft {
  height: inherit;
  position: relative;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.5s ease;
}

.faderight {
  height: inherit;
  position: relative;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease;
}

.fadetop {
  height: inherit;
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}

.fadedown {
  height: inherit;
  position: relative;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s ease;
}

/* 2023/2/7 */
.hSwiper .h-prev,
.hSwiper .h-next {
    position: absolute;
    top: 42%;
    width: 48px;
    height: 48px;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
    overflow: hidden;
    text-indent: -12.5rem;
    border: 0;
    border-radius: 50%;
    background-color: #000;
    transition: all .25s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-next {
    left: 3% !important;
}

.h-prev {
    right: 3% !important;
}

.hSwiper:hover .h-prev,
.hSwiper:hover .h-next {
    opacity: 0.5;
}