
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 1 !important;}
.sub-nav-dot{display: flex; flex-wrap: wrap; width: 8px; justify-content: space-between; height: 17px;}
.sub-nav-dot span{display: inline-block; width: 50%; position: relative;}
.sub-nav-dot span::after{width: 2px; height: 2px; background: #C3C4C4;  position: absolute; content: '';z-index: 2;}

.common-more{ display: block;width: 1.55rem ; height: .52rem; line-height: .52rem; position: relative;border: 1px solid transparent; padding-left: .24rem;  box-sizing: border-box;transition: all .3s; z-index: 10;
  }
.common-more i{position: relative; z-index: 5; color: #666666; font-style: normal;transition: all .3s;font-size: 16px;}
.more-box{position: absolute; left: 0; right: 0; top: 0; bottom: 0; transform: skew(-10deg); border: 1px solid rgba(102,102,102,0.5); border-radius: .03rem; transition: all .3s ; box-sizing: border-box;}
.more-box-right{position: absolute; right: -.06rem; width: .12rem; height: 100%; top: -.06rem;transform: skew(-10deg); border-radius: 0.02rem; background: #2F5597;transition: all .3s ;}
.common-more:hover .more-box{border: 1px solid rgba(102,102,102,1);}
.common-more:hover .more-box-right{right: -.1rem; }

.news-more-box{ position: relative;width: .36rem; height: .36rem;   display: inline-block; opacity: 1;border-radius: 50%; border: 1px solid rgba(136, 136, 136, 1);}
.news-more-box::before{position: absolute; content: '';  left: 50%;top:50% ; width: .1rem; height: .1rem; border-top: 1px solid rgba(136, 136, 136, 1);  transform: rotate(45deg);  margin-top: -.05rem;margin-left: -.1rem;z-index: 99;}
.news-more-box::after{position: absolute; content: ''; top: 50%; width: .36rem; height: 1px; background:  rgba(136, 136, 136, 1);  left: -.18rem; }

.ind-title h5{font-size: .6rem;font-weight: bold;color: #CCCCCC;line-height: .73rem;font-family: "TrumpGothicEastBold";text-transform: uppercase;}
.abo_src3_case p{font-size: 16px !important;display: block !important;margin-top: 20px;line-height: .36rem !important;}
.ind-title p{ font-size: .3rem;font-weight: 400;color: #111111;line-height: .42rem;display: none;}
.section3-title p:nth-of-type(2){display: block !important;color: #fff;font-size:.2rem;margin-top: 20px;}
.cor666{color: #666666 !important;}
.bor2F5597{border: 1px solid #2F5597 !important;}
.borwhite{border: 1px solid rgba(255,255,255,0.5) !important;}
.common-more:hover .more-box.borwhite{border: 1px solid rgba(47, 85, 151, 1) !important;}
.common-more .more-box::after,.common-more .more-box.borwhite::after{ position: absolute; content: ''; left: 0; width: 0; top: 0; bottom: 0;background: #2F5597 ;  transition: all .3s;} 
.common-more:hover .more-box::after,.common-more:hover .more-box.borwhite::after{  width: 100%;  } 
.common-more:hover i{color: #fff;}
.bg-2F5597{background: #2F5597;}
.bg-829ECE{background: #829ECE;}

.martop31{margin-top: .31rem;}
.martop8{margin-top: .08rem;}
.weui-flex-warp {display: flex; }



/*  */
header{height: 80px;position: fixed;top: 0;left: 0; right: 0; z-index: 999;  transition: all 0.3s ease-in-out;display: flex;align-items: center; padding: 0 .8rem;justify-content: space-between;  background: rgba(0,0,0,0.4); border-bottom: 1px solid transparent;    transition: all .5s ease-in-out;}
.logo{ width: 2.1rem;  overflow: hidden; height: 45px; position: relative; }
.logo img{position: absolute; left: 0; top: 0; width: 100%; z-index: 999; }
.logo img:nth-child(2){opacity: 1; visibility: visible; transition: all .5s ease-in-out;}
.logo img:nth-child(1){opacity: 0; visibility: hidden;transition: all .5s ease-in-out;}
.header-nav{display: flex;justify-content: flex-end;align-items: center;height: 80px; }
.header-nav ul{list-style: none;padding-left: 0; margin-bottom: 0;}
.header-nav ul,.header-nav ul li{display: flex;justify-content: center;align-items: center;height: 100%;}
.header-nav ul li{ background: transparent;  transition: all 0.3s ease-in-out;}
.header-nav ul li >a{
  padding:0 1.6vw;font-size: 18px;
  position: relative;font-weight: bold;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;}
  .header-nav ul li >a::after{position: absolute; content: ''; width: 78%; height: 2px; background: #2F5597; left: 11%; bottom: -30px; opacity: 0; visibility: hidden;}
.sub-nav{
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    /* pointer-events: none; */
    top: 80px;
    opacity: 0;
    width: 100vw;
    /* background: rgba(250,251,253,0.8); */
    background: rgba(0,0,0,0.7);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    justify-content: space-between;
    padding: .45rem 3.8rem .45rem 3.6rem;
    box-shadow: 0px 4px 16px 0px rgb(95 95 95 / 14%);

  }
  .sub-nav .sub-nav-left{width: 58%; overflow: hidden; }
  .sub-nav .sub-nav-left img{ object-fit: cover; width: 100%;  height: 100%; transform: scale(1); transition: all .3s;}
  .sub-nav .sub-nav-right{width: 40%;}
  .sub-nav .sub-nav-right .nav-item{
    width: 100%;
  }
  
  .sub-nav .nav-item a{display: block; padding: 17px 0 20px; background: transparent; border-bottom: 1px solid #eeeeee; font-size: 16px;color: #ffffff;line-height: 22px;transition: all .5s ease-in-out; width: 82%; position: relative; }
  .sub-nav .nav-item a::after{position: absolute; content: ''; right: 3px; top: 50%; width: 8px; height: 8px; border-top: 1px solid #999;border-right: 1px solid #999; transform: rotate(45deg); transition: all .5s ease-in-out;}
  .sub-nav .nav-item a:hover{border-bottom: 1px solid #2F5597;}
  /* .sub-nav .nav-item a:hover::after{ border-top: 1px solid #2F5597;border-right: 1px solid #2F5597;} */
  .header-right {
    display: flex;
    align-items: center;
    transition: all .3s;

}
.header-search{
  display: flex;
  align-items: center;
  transition: all .3s ease;padding-right: .3rem; color: #fff;cursor: pointer;
}
.search-icon-gray{ width: 20px; height: 20px; overflow: hidden; position: relative;margin-right: 0.1rem; cursor: pointer;}
.search-icon-gray img{position: absolute; left: 0; top: 0; width: 100%; z-index: 999; }
.search-icon-gray img:nth-child(1){opacity: 1; visibility: visible; transition: all .5s ease-in-out;}
.search-icon-gray img:nth-child(2){opacity: 0; visibility: hidden;transition: all .5s ease-in-out;}
/* .header-search>img {
  width: 0.18rem;
  
  transition: all .3s ease;
} */
.header-search input{background: transparent; width:60px ; margin-right: .1rem; height: 20px; line-height: 20px;  color: #fff;}
.lan {
  display: flex;
  align-items: center;
  font-size: .18rem;
  transition: all .3s ease;
  color: #ffffff;
  padding-left: .2rem;
  position: relative;
}
.lan::after{ position: absolute; content: ''; left: 0; width: 1px; height: 20px; background: rgba(255,255,255,0.4); top: 1px; transition: all .3s ease-in-out;}
.lan a{color: rgba(255,255,255,.6);font-size: 16px;line-height: 22px; margin-right: .12rem; transition: all .3s ease-in-out;}
.lan a.on,.lan a:hover{color: rgba(255,255,255,1);}


.sub-nav.on{visibility: visible; opacity: 1;}
 .nav-icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}
 .nav-icon span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all .3s linear;
}
 .nav-icon span:not(:first-child) {
  margin-top: 4px;
}
 .nav-icon.on span:nth-of-type(1) {
  -webkit-transform: matrix(1,0,0,1,0,6) rotate(
45deg
);
  transform: matrix(1,0,0,1,0,6) rotate(
45deg
);
}
 .nav-icon.on span:nth-of-type(2) {
  width: 0;
}
 .nav-icon.on span:nth-of-type(3) {
  -webkit-transform: matrix(1,0,0,1,0,6) rotate(
45deg
);
  transform: matrix(1,0,0,1,0,-6) rotate(
-45deg
);
}

header.on .header-nav ul li.on >a::after,header.active .header-nav ul li.on >a::after{opacity: 1; visibility: visible;}
/* header.on,header.active{background: #ffffff; border-bottom: 1px solid #EBEBEB; }
header.on .header-nav ul li >a,header.active .header-nav ul li >a ,header.on   .header-search,header.active   .header-search{color: #333333;}
header.on .logo img:nth-child(1),header.on .search-icon-gray img:nth-child(1),header.active .logo img:nth-child(1),header.active .search-icon-gray img:nth-child(1){opacity: 0; visibility: hidden; }
header.on .logo img:nth-child(2),header.on .search-icon-gray img:nth-child(2),header.active .logo img:nth-child(2),header.active .search-icon-gray img:nth-child(2){opacity: 1; visibility: visible;}
header.on .header-nav ul li.on >a,header.active .header-nav ul li.on >a{color: #2F5597;}
header.on .header-nav ul li.on >a::after,header.active .header-nav ul li.on >a::after{opacity: 1; visibility: visible;}
header.on .lan a,header.active .lan a{color: rgba(117,117,117,0.6);}
header.on .lan::after,header.active .lan::after{background: rgba(51,51,51,0.4);}
header.on .header-search input,header.active .header-search input{color: #333;}
header.on .lan a.on,header.on .lan a:hover,header.active .lan a.on,header.active .lan a:hover{color: rgba(117,117,117,1);}
header.on input::-webkit-input-placeholder, header.on textarea::-webkit-input-placeholder,header.active input::-webkit-input-placeholder, header.active textarea::-webkit-input-placeholder{color: #333;} 
header.on input:-moz-placeholder, header.on textarea:-moz-placeholder,header.active input:-moz-placeholder, header.active textarea:-moz-placeholder{color: #333;} 
header.on input::-moz-placeholder, header.on textarea::-moz-placeholder,header.active input::-moz-placeholder, header.active textarea::-moz-placeholder{color: #333;} 
header.on input:-ms-input-placeholder,header.on  textarea:-ms-input-placeholder,header.active input:-ms-input-placeholder,header.active  textarea:-ms-input-placeholder{color: #333;} 
.search-box input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #333;} 
.search-box input:-moz-placeholder,.search-box  textarea:-moz-placeholder{color: #333;} 
.search-box input::-moz-placeholder,.search-box textarea::-moz-placeholder{color: #333;} 
.search-box input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #333;}  */
/* 缁便垺鎮冲锟� */
.search-box{
  position: fixed;
    height: 1rem;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    height: .89rem;
    z-index: 999;
    padding: 0 23%;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    cursor: pointer;
    transition: all .5s ease;
}
.search-close {
  display: flex; 
  align-items: center;
  width: .22rem;
  margin-left: 13.8vw;
  cursor: pointer;
  transition: all .3s ease;
}
.search-box >input{border-bottom: 1px solid #d7d7d7;width: 4rem;height: 50px;}
.search-box > img {width: 36px; height: 36px;}
.search-close:hover{transform: rotate(180deg);}
.search-box.on{transform: translateY(0%); opacity: 1;}
/* 鏉烆喗鎸遍崶锟� */

#section0 .swiper-slide{background-color: #efefef; overflow: hidden;}
#section0 .swiper-slide video{object-fit: cover; width: 100%; height: 100%;}
#section0 .swiper-container{height: 100vh;position: relative ;}
#section0 .images{height: 100%; width: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.banner-txt{position: absolute; top: 3.37rem; left: 1.5rem; }
.banner-txt1{color: #FFFFFF; font-size: 0.48rem; line-height: 0.67rem;font-weight: 500;/* width: 74%; */}
.banner-txt2{color: #FFFFFF; font-size: 0.28rem; line-height: 0.4rem; margin-top: .23rem; }

.banner-info {display: flex; position: absolute; color: #ffffff; align-items: center; z-index: 5; left: 0;justify-content: center;right: 0;top: 90vh; flex-wrap: wrap;}
.banner-info .mouse {
  width: 22px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 40px;
  margin-left: 0.1rem; margin-right: 0.1rem;
  position: relative;
}
.banner-info .mouse:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  top: 8px;
  left: 50%;
  margin-left: -1px;
  background: #fff;
  -webkit-animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
.banner-info p{width: 100%; text-align: center; margin-top: .12rem;font-size: 14px;color: #FFFFFF;line-height: 20px;}
.banner-page-num{position: absolute; z-index: 6; left: 9.896%; top: 91.8vh; height: .3rem;  width: 2.64rem; display: flex; justify-content: space-between;}
.banner-page-num span{ display: inline-block; color: #fff;  transition: all .3s;font-size: 18px;line-height: 25px;}

.my-swiper-scrollbar{position: absolute;left: calc(9.896% + .36rem); top: 93vh;  height: 1px; background: rgba(255,255,255,0.4); width: 1.92rem;z-index: 6;}
.my-swiper-scrollbar .my-swiper-scrollbar-drag{position: absolute; left: 0;  height: 1px; background: #fff;z-index: 7; top: -0.5px; transition-duration: 300ms; transition: all .3s; transform: translate3d(0,0,0);}
/* 鏉烆喗鎸卞锕€褰搁崚鍥ㄥ床闁匡拷 */
#section0 .swiper-button-next,#section0 .swiper-button-prev{top: 93vh;  width: .52rem; height: .52rem;  }
#section0 .swiper-button-next::before,#section0 .swiper-button-prev::before{position: absolute; left: 0; top: 0; right: 0; bottom: 0;border: 1px solid #fff; content: ''; z-index: 2; transform: skewX(-10deg); border-radius: 3px;}
#section0 .swiper-button-next::after,#section0 .swiper-button-prev::after{ position: absolute; content: '';width: .14rem; height: .14rem; border-top: 2px solid #ffffff; border-right: 2px solid #fff; z-index: 5;}
#section0 .swiper-button-next::after{transform: rotate(45deg); left: 50%; margin-left: -.1rem; top: 50%; margin-top: -0.07rem;}
#section0 .swiper-button-prev::after{transform: rotate(-135deg); left: 50%; margin-left: -.07rem; top: 50%; margin-top: -0.07rem;}
#section0 .swiper-button-next{background: none;right: 9.896%; }
#section0 .swiper-button-prev{background: none;right:calc(9.896% + .8rem) ; left: auto; }
#section0 .swiper-button-prev:hover::before,#section0 .swiper-button-next:hover::before{ background: #ffffff;}
#section0 .swiper-button-prev:hover::after,#section0 .swiper-button-next:hover::after{border-top: 2px solid #2F5597; border-right: 2px solid #2F5597;}


#section1{background: url(../images/bgimg1.jpg) no-repeat; background-size: 100%  100%;  background-position:  left center; height: 9rem; position: relative; }
#section1 .container{justify-content: flex-end;}
#section1 .section1-left{width: 45%; padding-right: .5rem; }
.section1-left {padding-top: 1.27rem; }
.section1-left .section1-txt{ margin-top: .45rem; margin-bottom: .52rem; max-width: 95%; }
.section1-left .section1-txt p{font-size: 18px;color: #333333;line-height: 34px; margin-bottom: .1rem; }
.section1-left .section1-txt p span{ color: rgba(47, 85, 151, 1);font-size: 18px;line-height: 34px; }
#section1 .section1-txt .common-more{margin-top: .85rem;}
.section1-list-box{ bottom: -.9rem; left: 0; right: 0; z-index: 2; height: 1.8rem; background: rgba(255,255,255,0.98);box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1); }
.section1-list{ height: 100%;align-items: center; }
.section1-list-item{width: 33.333%; display: flex; align-items: center;justify-content: center; position: relative;}
.section1-list-item:not(:last-child)::after{position: absolute; right: 0; top: 0.08rem; width: 2px ; height: .64rem; background: #EBEBEB; content: ''; z-index: 2;}
.section1-list-item img{width: .64rem; margin-right: .2rem; transform: translateY(0);transition: all .3s;}
.section1-list-item p{font-size: 18px;color: #2F5597;line-height:25px;  max-width: 80%;-webkit-line-clamp: 5;}
.section6-txt p{text-align: justify; font-size: 16px; line-height: 28px;}


#section2{background:url(../images/bgimg2.jpg) no-repeat; background-size: cover;   position: relative ; width: 100%;  height: 8.8rem; }
#section2 .container{align-items: center;}
#section2 .gif-box{width: 60%; padding-top: 3rem;}
#section2 .section2-txt{ padding-top: 2.67rem;width: 40%;  padding-right: 8%;}
.white20{ color: rgba(255,255,255,0.2) !important;}
#section2 .section2-txt .ind-title{margin-bottom: .75rem;}
#section2 .section2-txt .common-more{margin-top: 1.16rem;}
.section2-p2{font-size: 18px;color: #FFFFFF;line-height: 34px;}



#section3 { width: 100%; height: 100%; overflow: hidden; background: url(../images/bgimg3.png) no-repeat; background-size: 100% 100%; padding-top: .96rem; padding-bottom: 1.29rem; }
.section3-title{justify-content: space-between; align-items: center;  display: flex; margin-bottom: .43rem;}
.section3-content{align-items: flex-end;}
.section3-content .section3-content-left{ width: 53%;}
.section3-content .section3-content-left p{font-size: 18px;color: #666666;line-height: 32px; margin-bottom: .1rem;}
.cblue{color: rgba(47, 85, 151, 1) !important;}
.sec3-list{  margin-top: .61rem; justify-content: space-between; margin-bottom: 1.13rem; position: relative;  max-width: 73%;}
.sec3-list::after{position: absolute; content: ''; width: 100%; height: 2px ; background: #DDDDDD; left: 0; top: 0.525rem;z-index: 2;}
.sec3-list-item{cursor: pointer;position: relative;z-index: 3; }
.sec3-list-item .sec3-img{width: 1.05rem; height: 1.05rem; overflow: hidden; position: relative; margin: auto;}
.sec3-list-item .sec3-img img{position: absolute; left: 0; top: 0; opacity: 0;  visibility: hidden; object-fit: cover; width: 100%; height: 100%;  transition: all .5s; z-index: 2;}
.sec3-list-item .sec3-img img:nth-child(2){opacity: 1;  visibility: visible;}
.sec3-list-item p{font-size: .24rem;font-weight: 600;color: #0C1B35;line-height: 33px; margin-top: .12rem; text-align: center;  transition: all .5s;}
.sec3-list-item:hover .sec3-img img:nth-child(1),.sec3-list-item.on .sec3-img img:nth-child(1){opacity: 1;  visibility: visible; }
.sec3-list-item:hover .sec3-img img:nth-child(2),.sec3-list-item.on .sec3-img img:nth-child(2){opacity: 0;  visibility: hidden; }
.sec3-list-item:hover p,.sec3-list-item.on p{color: #2F5597;}
.sec3-apply h4{font-size: .38rem;font-weight: 600;color: #0C1B35;line-height: .53rem; margin-bottom: .46rem;}
.sec3-apply-outbox .sec3-apply-list{display: none;}
.sec3-apply-outbox .sec3-apply-list.on{display: block;}
.sec3-apply-outbox .sec3-apply-list > div {display: inline-block; width: 30%;}
.sec3-apply-outbox .sec3-apply-list > div:nth-child(2) {margin: 0 3.7777%;}
.sec3-apply-list{justify-content: space-between;}
.sec3-apply-list img{ width: 100%;  transition: all .5s;}

.section3-content .section3-content-right{ width: 47%; padding-left: 1.05rem;}

.section3-right-item{box-shadow: 0px 6px 25px 0px rgba(136, 136, 136, 0.21); background: rgba(255,255,255,0.95);  width: 100%;  overflow: hidden; }
.section3-content-right .section3-right-item{display: none;}
.section3-content-right .section3-right-item.on{display: block;}
.section3-right-item-img{width: 100%; overflow: hidden;  }
.section3-right-item-img img{ object-fit: cover;width: 100%; height: 100%; transform: scale(1); transition: all .5s;}
.section3-right-item-txt{display: flex; padding: .3rem .6rem;align-items: center;}
.section3-right-item-txt .section3-right-item-txt-p{flex: 1;}
.section3-right-item-txt .section3-right-item-txt-p h6{font-size: .28rem;font-weight: 500;color: #2F5597;line-height: .4rem;}
.section3-right-item-txt .section3-right-item-txt-p p{height:48px;font-size: 16px;font-weight: 400;color: #2F5597;height:48px; line-height: 24px; margin-top: 9px;}
.sec3-plus{width: 1.2rem; height: .5rem; position: relative;text-align: center; margin-left: .2rem;}
.sec3-plus span{color: #fff; font-size: 16px;  position: relative;z-index: 5; line-height: .48rem;}
.sec3-plus::after{position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #2F5597; z-index: 2; content: ''; transform: skewX(-10deg);border-radius: 2px;}
.section3-right-item:hover .section3-right-item-img img{transform: scale(1.1);}




#section4 {background: url(../images/bgimg4.jpg) no-repeat;  background-size: 100% auto; background-position: left top; padding-top: 1.38rem; padding-bottom: 1.3rem;}
.section4-p2{ margin-top: .37rem;font-size: 18px !important;color: #FFFFFF !important;line-height: 25px;}
.quality-list{ margin-top: .68rem; justify-content: space-between;}
.quality-list .quality-list-item{width: 23.5%;  height: 6rem; overflow: hidden;}
.ql-item-img{left: 0; top: 0; right: 0; bottom: 0; overflow: hidden;z-index: 2;}
.item-mask{left: 0; top: 0; right: 0; bottom: 0; overflow: hidden;z-index: 3; background: rgba(0,0,0,0.49); opacity: 0; visibility: hidden;  transition: all .2.4s ease 0s;}
.ql-item-img img{object-fit: cover; width: 100%; height: 100%;transform: scale(1); transition: all 2.4s ease 0s;}
.ql-item-txt{ left: 0; top: 16px; right: 0; bottom: 0; overflow: hidden;z-index: 4; color: #fff; padding: .8rem .4rem ; opacity: 0; visibility: hidden;  transition: all 2.4s ease 0s;}
.ql-item-txt p{font-size: 14px;color: #FFFFFF;line-height: 26px; text-align: left;}
.ql-item-txt .sec3-plus{margin: .4rem auto;}
.ql-item-txt .sec3-plus::after{background: transparent; border: 1px solid #fff; }
.ql-item-title{background: rgba(0,0,0,0.3); left: 0;  right: 0; bottom: 0; overflow: hidden;z-index: 5; padding: .34rem .1rem; display: flex;height: 94px;
 align-items: center; justify-content: center;}
.ql-item-title img{ width: .32rem; height: .32rem ; margin-right: .1rem;}
.ql-item-title p{ font-size: .18rem;color: #FFFFFF;line-height: 33px; transition: all .5s ease-in-out;font-weight:bold;}
.quality-list .quality-list-item:hover .item-mask,.quality-list .quality-list-item:hover .ql-item-txt{opacity: 1; visibility: visible; top: 0;}
.quality-list .quality-list-item:hover .ql-item-img img{transform: scale(1.3);}
/* .quality-list .quality-list-item:hover .ql-item-title p{color: #2F5597;} */
#section5{background: url(../images/bgimg5.jpg) no-repeat ,url(../images/ind-news-bg.png) no-repeat; background-size: 92.1% 60%,100% 40%; background-position: left top, left bottom; min-height: 5rem; padding-top: 1.2rem;position: relative; }
#section5 .news-list .swiper-slide{margin-right: .6rem;}
#section5 .ind-title,#section5 .news-list{margin-left: 7.9%; overflow: hidden;}
#section5 .news-list{margin-top: .79rem;  }
#section5 .news-list .swiper-container{padding-bottom: .5rem;}
.news-slide-item{ display: block; padding: .6rem; background: #fff;z-index: 1; box-shadow: 0px 4px 16px 0px rgba(95, 95, 95, 0.14);}
.news-silde-img{left: 0; right: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: 2;opacity: 0; transition: all .5s;}
.news-silde-mask{left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: 3; background: rgba(47, 85, 151, 0.6);opacity: 0;transition: all .5s;}
.news-silde-img img{object-fit: cover; width: 100%; height: 100%;}
.news-silde-txt{ color: #333; z-index: 5;}
.news-silde-txt .news-type{font-size: 16px;color: #2F5597;line-height: 22px; transition: all .5s;}
.news-silde-txt .news-txt1{font-size: .24rem;color: #333333;line-height: .36rem; margin-top: .3rem;transition: all .5s;}
.news-silde-txt .news-txt2{font-size: 14px;color: #777777;line-height: 26px; margin-top: .08rem;transition: all .5s; height: 52px; overflow: hidden;}
.news-time{ justify-content: space-between; margin-top: .2rem; align-items: center;font-family: "DIN-Regular";}
.news-time .newtime-span{font-size: 14px;color: #484848;line-height: 17px;}
.news-slide-item:hover .news-silde-img,.news-slide-item:hover .news-silde-mask{ opacity: 1;}
.news-slide-item:hover .news-silde-txt .news-type{opacity: 0;}
.news-slide-item:hover .news-silde-txt .news-txt1,.news-slide-item:hover .news-silde-txt .news-txt2,.news-slide-item:hover .news-time .newtime-span{color: #ffffff;}
.news-slide-item:hover .news-time .news-more-box{border: 1px solid rgba(255,255,255,1);}
.news-slide-item:hover .news-time .news-more-box::before{ border-top: 1px solid rgba(255,255,255, 1);}
.news-slide-item:hover .news-time .news-more-box::after{ background:  rgba(255,255,255, 1);  }
.news-slide-item:hover .news-silde-txt .news-txt1,.news-slide-item:hover .news-silde-txt .news-txt2{transform: translateY(-.7rem);}

#section5 .swiper-button-next,#section5 .swiper-button-prev{top: 30%; width: .52rem; height: .52rem;}
#section5 .swiper-button-next::before,#section5 .swiper-button-prev::before{position: absolute; left: 0; top: 0; right: 0; bottom: 0;border: 1px solid #fff; content: ''; z-index: 2; transform: skewX(-10deg); border-radius: 3px;}
#section5 .swiper-button-next::after,#section5 .swiper-button-prev::after{ position: absolute; content: '';width: .14rem; height: .14rem; border-top: 2px solid #ffffff; border-right: 2px solid #fff; z-index: 5;}
#section5 .swiper-button-next::after{transform: rotate(45deg); left: 50%; margin-left: -.1rem; top: 50%; margin-top: -0.07rem;}
#section5 .swiper-button-prev::after{transform: rotate(-135deg); left: 50%; margin-left: -.07rem; top: 50%; margin-top: -0.07rem;}
#section5 .swiper-button-next{background: none;right: 13%; }
#section5 .swiper-button-prev{background: none;right:calc(13% + .8rem) ; left: auto; }
#section5 .swiper-button-prev:hover::before,#section5 .swiper-button-next:hover::before{ background: #ffffff;}
#section5 .swiper-button-prev:hover::after,#section5 .swiper-button-next:hover::after{border-top: 2px solid #2F5597; border-right: 2px solid #2F5597;}
#section6{background: #f5f5f5; padding-top: 1.1rem; padding-bottom: 1.2rem;}
.section6-content{display: flex; justify-content: flex-end;}
.section6-content .section6-img{width: 80.3%; overflow: hidden;}
.section6-content .section6-img img{ object-fit: cover; width: 100%; height: 100%; transform: scale(1); transition: all .5s;}
.section6-txt{left: 0; top:.7rem ; width: 6.4rem; min-height: 3rem; background: rgba(255,255,255,0.97);box-shadow: 0px 4px 16px 0px rgba(95, 95, 95, 0.14); padding: .8rem; z-index: 5;}
.section6-txt .ind-title{margin-bottom: .45rem;}
.section6-txt .section6-p2{font-size: 18px;color: #666666;line-height: 30px; }
.section6-txt .common-more {margin-top: .63rem;}
/* footer */
/* .go-top{position: fixed; right: .3rem; bottom: 3.4rem; z-index: 20;width: 60px; height: 60px ; overflow: hidden; cursor: pointer; display: none;}
.go-top img{width: 60px; height: 60px;} */
/* 娓氀嗙珶鐎广垺婀� 缂冾噣銆� */
.side-box{ position: fixed; right: 0.2rem; bottom:1rem ; z-index: 50; min-height: 1.56rem; display: none; }
.kefu{position: relative; border-radius: 50%; cursor: pointer; display: block;}
.kefu::after{content: "";
  width: .70rem;
  height: .70rem;
  background: rgba(49, 113, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.35rem;
  margin-top: -.35rem;
  border-radius: 50%;
  animation: point1 2s infinite;}
.kefu img,.go-top img{width: 0.6rem; margin: auto;}
.go-top{margin-top: 0.2rem;  transition: all .3s ease; cursor: pointer;}

footer{background: #131D2C; min-height: 300px;  }
footer .footer{flex: 1; }
footer .footer .footer-content-top { padding-bottom: .3rem; justify-content: space-between;}
footer .footer-logo{ width: 1.72rem; margin-bottom: .56rem;}
footer .footer .footer-content-top  .footer-left{padding-top: .8rem; }
.footer .footer-content-top  .footer-left .footer-list{color: #FFFFFF; }
footer .footer-list ul{list-style: none; padding-left: 0;}
footer .footer-list ul li >p{font-size: 14px;font-weight: 600;color: #FFFFFF;line-height: .35rem; margin-bottom: .35rem;}
footer .footer-list ul li .footer-sub{width: 100%; margin-right: 1.3rem;}
footer .footer-list ul li:last-child .footer-sub{margin-right: 0rem;}
footer .footer-list ul li .footer-sub a{display: block;font-size: 14px;font-weight: 400;line-height: 35px;color: #777777;transition: all .3s;}
footer .copyright{ border-top: 1px solid rgba(255,255,255,0.15); color: #999999;line-height: 21px;padding-top: .29rem;
  padding-bottom: .30rem;}
footer  .copyright div{justify-content: space-between; align-items: center;}
footer  .copyright div span{display: inline-block; width: 10px; height: 10px; border-top: 1px solid #999999; border-right: 1px solid #999999; transform: rotate(-45deg);margin-top: 0.1rem; cursor: pointer;}
footer .copyright p{font-size: 15px;}
footer .copyright p a{color: #999999;transition: all .3s;}
footer .copyright p a:hover,footer .footer-list ul li .footer-sub a:hover{color: #fff;}
.footer-right{padding-top: .8rem;width: 26%; }
.footer-right .footer-right-p1{font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 22px; margin-bottom: .23rem;}
.footer-right .footer-right-p1 span{font-family: "DIN-Medium";}
.footer-right .footer-right-p1 img{width: 24px; height: 24px; display: inline-block; margin-right: .1rem;}
.footer-right-code {margin-top: .26rem;}
.footer-right-code  img{width: 1rem; }
.footer-right-code  p{color: #FFFFFF;font-size: 12px;line-height: .2rem;color: #777777;margin-top: 10px;}
.foot-jubao{padding-left: calc(24px + 0.16rem);color: #999999 !important;}
/* 閸愬懘銆� 婢堆冩禈 */
.inner-banner{position: relative;}
.inner-banner img,.inner-banner video{object-fit: cover; width: 100%; height: 100%;}
.inner-banner-txt{left: 0; top: 0; right: 0; bottom: 0;  z-index: 2; display: flex; align-items: center;}
.inner-banner-txt h4{font-size: .48rem;font-weight: 600; color: #FFFFFF; line-height: .67rem;text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.34); margin-bottom: .24rem;}
.inner-banner-txt p{font-size: .24rem;font-weight: 400; color: #FFFFFF; line-height: .33rem;text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.34);}
/* 閸愬懘銆夐弽鍥暯缁楊兛绔寸粔宥勭瑐閼昏鲸鏋冩稉瀣╄厬閺傦拷 */
.common_title1 h4{font-size: .6rem;font-weight: bold;color: #CCCCCC;line-height: .73rem;font-family: "TrumpGothicEastBold"; text-transform: uppercase;}
.common_title1 p{font-size: .3rem;font-weight: 400;color: #111111;line-height: .42rem;}
.contact_banh{height:7.14rem ;}
.contact-sec1{background: url(../images/joinus-bg1.jpg) no-repeat; background-size: 100% 100%; padding: 1.13rem 0 1.71rem;}
.contact-sec1 .common_title1{margin-top: .13rem;}
.contact-sec1 .contact-txt{ max-width: 49%; margin-top: .49rem;}
.contact-txt p{font-size: 16px;font-weight: 400;color: #666666;line-height: 34px;}
.contact-sec1-right{ top: 0; right: 0;background: #FFFFFF;
  box-shadow: 0px 15px 30px 0px rgba(62, 62, 62, 0.15);width: 6rem; padding: .23rem .43rem; z-index: 5;}
.contact-item{display: flex; margin-bottom: .51rem;  transform: translateY(0); transition: all .5s;}
.contact-item img{ width: .64rem; height: .64rem; margin-right: .26rem;}
.contact-item-txt{flex: 1; max-width: calc(100% - .64rem);}
.contact-item-txt h6{font-size: .2rem;font-weight: 600;color: #212121;line-height: .28rem; margin-top: 0; margin-bottom: .08rem;}
.contact-item-txt p{font-size: 14px;font-weight: 400;color: #333;line-height: 24px; text-align: justify;}
.contact-item-txt p:nth-child(2){ text-align: left;}
.contact-sec2-txt{ left: 0; top: 0; right: 0; bottom: 0; color: #fff; display: flex; align-items: center; justify-content: center;}
.contact-sec2-txt p{font-size: .24rem;font-weight: 400;line-height: .33rem; margin-bottom: .3rem;}
.contact-sec2-txt h5{font-size: .30rem;font-weight: 600;line-height: .75rem;}
.contact-sec3{ padding: .79rem 0  .88rem;}
.contact-sec3-con{ margin-top: .71rem;}
.title-h6{font-size: .4rem;font-weight: 600;color: #484848;line-height: .72rem;}
.contact-sec3-list{justify-content: space-between;}
.contact-sec3-item {width: 31.5%; background: #F9F9F9; padding: .55rem .5rem; transition: all .5s; margin-bottom: .3rem;}
.contact-sec3-item h6{font-size: .24rem;font-weight: 500;color: #2F5597; line-height: .33rem; display: flex; align-items: center; margin-bottom: .25rem; transition: all .5s;}
.contact-sec3-item h6 span{font-size: .32rem;color: #666666;line-height: .39rem;font-family: "DIN-Medium"; margin-right: .14rem;transition: all .5s;}
.contact-sec3-item p{font-size: 14px;font-weight: 400;color: #333333;transition: all .5s;line-height: 25px;}
.contact-sec4{background: #F2F3F4; padding: .83rem 0;}
.contact-sec4-con{ margin-top: .45rem;background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(47, 54, 69, 0.2);}
.contact-sec4-item{ display: flex; height: 100px; align-items: center; padding: 0 .75rem; position: relative; cursor: pointer;}
.contact-sec4-item::before{position: absolute; content: ''; width: 100%; height: 24px; background: url(../images/zhaopin-mask-up.png) repeat-x; background-size:  auto 100%; left: 0; top: 0; z-index: 2;}
.contact-sec4-item::after{position: absolute; content: ''; width: 100%; height: 24px; background: url(../images/zhaopin-mask-down.png) repeat-x; background-size:  auto 100%; left: 0; bottom: 0; z-index: 2;}
.contact-sec4-item-out:first-child .contact-sec4-item::before{ opacity: 0;}
.contact-sec4-item-out:last-child .contact-sec4-item::after{ opacity: 0;}

.contact-sec4-item .item-tab1{width: 47%;}
.contact-sec4-item .item-tab2{width: 16%;}
.contact-sec4-item .item-tab3{width: 20%;}
.contact-sec4-item .item-tab4{width: 15%;}
.contact-sec4-item .item-tab5{width: 10%;  text-align: center;line-height: 20px;}
.more-icon{ display: inline-block;  width: 14px; height: 2px; background: #999; border-radius: 4px; position: relative;}
.more-icon::after{position: absolute; content: ''; width: 2px; height: 14px;background: #999;border-radius: 4px; z-index: 2; top: 50%; margin-top: -7px; left: 50%; margin-left: -1px; transition: all .5s;}
.contact-sec4-item .item span{font-size: 14px;font-weight: 400;color: #666666;line-height: 20px;}
.contact-sec4-item .item p{font-size: 16px;font-weight: 600;color: #2F5597;line-height: 25px; margin-top: .08rem;}
.contact-sec4-item-con{ padding: .44rem 1.55rem .5rem  1.15rem; display: none; }
.contact-sec4-item-con h6{font-size: 16px;font-weight: 500;color: #212121;line-height: 22px; margin-bottom: 8px;}
.contact-sec4-item-con p{font-size: 18px;font-weight: 400;color: #6B6F78;line-height: 32px;}
.zpmart20{margin-top: .2rem;}
.zpmart34{margin-top: .34rem;}
.p-link a{ color: #2F5597; margin-right: .2rem;}
.p-link a img{  width: .81rem; height: .4rem; display: inline-block;}
.p-link span{cursor: pointer;}
.deliver{border: 1px solid #2F5597;padding: .06rem .15rem;margin-left: .2rem;  border-radius: 3px; background: transparent; transition: all .3s; position: relative; z-index: 3;}
.deliver i{font-style: normal;color: #6B6F78; position: relative; z-index: 5;}
.deliver::before{position: absolute; left: 0; top: 0; content: ''; width: 0; height: 100%;background: #2F5597; transition: all .3s; z-index: 2; }
.deliver:hover i{ color: #ffffff;}
.deliver:hover::before{width: 100%;}
.job-box{ position: fixed; z-index: 1000; left: 0; top: 0;  right: 0; bottom: 0; background: rgba(0,0,0,0.5); align-items: center; justify-content: center; display: none;}
.job-box.showbox{display: flex;}
.job-box-con{width: 6.4rem; height: 5.2rem; background: #fff; padding: .44rem;}
.job-close{width: 16px; height: 16px; top:20px  ; right: 20px; z-index: 2; cursor: pointer;}
.job-box-con h6{font-size: 20px;font-weight: 600;color: #333333;line-height: 28px; margin-bottom: .4rem;}
.job-box-con h6 span{color: #2F5597;}
.job-form{ width: 70%; margin: auto; }
.job-form .form-group {display: flex; align-items: center;}
.job-form .form-group label{width: 30%; text-align: right;font-size: 14px;font-weight: 400;
  color: #333333;line-height: 20px;}
  .job-form .form-group .common-more{margin: .2rem auto;}
.upfile-info{ font-size: 12px;font-weight: 400;color: #888888;line-height: 17px;}
.job-form .form-group input[type=file]{border: 0;box-shadow:none;}
.contact-sec4-item-out.on .item-tab5 .more-icon::after{transform: rotate(90deg);}
.upfilebox:empty:before{
  content: attr(placeholder);   
}
.upfilebox:focus:before{
  content:none;
}
/* 閸掑棝銆� */
.news-pages{ text-align: center; margin-top: .6rem;}

.news-pages .pagination>li>a,.news-pages .pagination>li>span{ margin-right: .1rem; width: .5rem; height: .5rem; line-height: .35rem; background-color: #ffffff; border: 0; color: #666666;border-radius: 6px;transform: skew(-10deg, 0);}
.news-pages .pagination>.active>a,.news-pages .pagination>li:hover>a{color: #fff; background-color: #2F5597; }
.add-more{ padding: .3rem; color: #999; font-size: 14px;}


/* 閺傜増鍧婇崝鐘电暆娴犲瀵屾い锟� */
.aboutm-about{padding-top: 100px;}
.aboutm-about .aboutm-p{font-size: 16px;}
.aboutm-about .col:nth-of-type(2){display: flex;flex-wrap: wrap;}
.aboutm-about .col:nth-of-type(2) .aboutm-p{width: 80%;padding-right: .8rem;line-height: 28px;color: #777;}
.aboutm-about2{display: flex;margin-top: 100px;}
.aboutm-about2 .ab1-sec1-con-left-list{width: 50%;background: url(../images/img/aboutm-bg1.png) center no-repeat;background-size: cover;margin-top: 0;padding: 100px 0;}
.aboutm-about2 .aboutm-img{width: 50%;}
.aboutm-about2 .aboutm-img img{width: 100%;height: 100%;}
.aboutm-dev{background: url(../images/img/aboutm-bg2.png) center no-repeat;background-size: cover;padding: 100px 0;}
.aboutm-dev-cont{padding: 50px 100px;}
.aboutm-dev-cont P{color: #2F5597;font-size: .36rem;margin-bottom: .3rem;font-weight: bold;}
.aboutm-cult{background: url(../images/img/aboutm-bg3.png) center no-repeat;background-size: cover;padding: 100px 0;}
.aboutm-cult-cont{display: flex;align-items: center; justify-content: space-between; flex-wrap: wrap;padding-bottom: 40px;}
.aboutm-cult-cont a{position: relative; width: 10.5%;  padding: 50px 10px 40px;font-size: 20px;color: #333;text-align: center;}
.aboutm-cult-cont img{margin-bottom: .3rem;margin: 0 auto;}
.aboutm-cult .common-more {margin: 0 auto;}
.aboutm-pesp{background: url(../images/img/aboutm-bg4.png) #f9f9f9  no-repeat;background-size: 100% 100%;background-position: right center;  height: 6rem;}
.aboutm-pesp-cont .ind-title{padding-bottom: .5rem;}

.aboutm-pesp-cont .aboutm-pesp-crip{padding-bottom: .5rem;width:38%;font-size: 16px;line-height: 28px;}
.aboutm-pesp-cont{padding-top: 10%;}
/* 閺備即妞堥崚妤勩€冩い鐢告桨 */
.news2-c1{padding: .6rem 0;background: #F2F3F4;}
.news2-item{ padding: .6rem .6rem .6rem .7rem;background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(192, 192, 192, 0.1); margin-bottom: .3rem; transition: all .5s;}
.news2-time {width: 1rem; margin-right: .7rem;}
.news2-time span{font-size: 18px;font-weight: 500;color: #2F5597;line-height: 25px;transition: all .5s;}
.news2-txt { flex: 1; max-width: calc(100% - 3.7rem);}
.news2-txt h5{ margin-bottom: .25rem; font-size: 20px;font-weight: 600;color: #333333;line-height: 36px;transition: all .5s;}
.news2-txt p{ font-size: 14px;font-weight: 400;color: #777777;line-height: 26px;transition: all .5s;}
.news2-more{width: 3rem;display: flex;
  align-items: center;justify-content: flex-end;}
.news2-more .news-more-txt{font-size: 16px;font-weight: 400; opacity: 0; color: #fff;line-height: 26px; margin-right: 30px;transition: all .5s;}
.news-more-icon{display: inline-block; width: 36px; height: 36px; position: relative ; border: 1px solid rgba(47, 85, 151, 0.2); border-radius: 50%;transition: all .5s;}
.news-more-icon::after{position: absolute; content: ''; width: 36px; height: 10px; left: -14px; top: 10px; background: url('../images/news-more-g.png') no-repeat; background-size: 100% 100%;transition: all .5s; }
.news2-detail-con{background: #ffffff; padding: .7rem 2.7rem;}
.news2-detail-con img{display: inline-block;}
.news2-detail-title{border-bottom: 1px solid #E5E5E5; padding-bottom: .3rem;}
.news2-detail-title h5{font-size: .28rem;font-weight: 600;color: #212121;line-height: .4rem;}
.news2-detail-title p{font-size: 14px;font-weight: 400;color: #888888;line-height: 24px; margin-top: .4rem;}
.news2-detail-content{padding: .39rem 0 .95rem;font-size: 16px; border-bottom: 1px solid #E5E5E5;}
.news2-detail-content img{max-width: 100%;}
.news2-detail-content *{font-size: inherit;}
.newsdel-btn{ padding-top: .6rem;}
.newsdel-btn a{display: flex;color: #333; margin-bottom: .3rem; align-items: center;}
.newsdel-btn a span{transition: all .3s; display: inline-block;color: #333; width: 1.08rem; height: 40px; text-align: center ; line-height: 40px; background: #F6F6F6; }
.newsdel-btn a p{flex: 1; transition: all .3s;padding-left: .2rem;color: #333;}
.map-box{width: 100%;height: 100%;  }
.map-out{width: 150vw;}
div#map{height: 7.9rem;width: 100%;}

.address-box{width: 50%; height: 5rem; padding-top: .36rem; padding-left: 7.9%; padding-right: 6.5%; background-color: #2F5597; background-image: url(../images/contact-bg1.png); background-size: auto; background-repeat: no-repeat; background-position: bottom right; bottom: 0; left: 0;}
.address-box-item{display: flex; cursor: pointer; align-items: center; padding-bottom: .20rem; padding-top: .2rem; border-bottom: 1px solid rgba(255,255,255,0.2);}

.address-box-item .address-box-item-img{width: .44rem; height: .44rem;  overflow: hidden; position: relative; margin-right: .2rem;}
.address-box-item .address-box-item-img img{ position: absolute;z-index: 2;  width: 100%; height: 100%; object-fit: cover; left: 0; top: 0;}
.address-box-item .address-box-item-img img:nth-child(1){opacity: 0;transition: all .3s;}
.address-box-item .address-box-item-img img:nth-child(2){opacity: 1;transition: all .3s;}
.address-box-item .address-box-item-txt{flex: 1;}
.address-box-item-txt p:nth-child(1){font-size: 20px;font-weight: 400; color: rgba(255,255,255,0.6);line-height: 28px; transition: all .3s;}
.address-box-item-txt p:nth-child(2){font-size: 14px;font-weight: 400; color: rgba(255,255,255,0.6);line-height: 22px;transition: all .3s;}
.address-box-item.on .address-box-item-txt p:nth-child(1){font-weight: 600; color: rgba(255,255,255,1);}
.address-box-item.on  .address-box-item-img img:nth-child(1){opacity: 1;}
.address-box-item.on .address-box-item-img img:nth-child(2){opacity: 0;}

.address-div{ padding: .8rem 0; background: url(../images/conact-bg2.png) no-repeat; background-size: 100% 100%; }
.address-div h6{ margin-bottom: .29rem; font-size: .4rem;font-weight: 500;color: #484848;line-height: .72rem;}
.address-list{justify-content: space-between;  flex-wrap: wrap;}
.address-item{width: 32%; margin-bottom: .3rem;background: #FFFFFF; transform: translateY(0); box-shadow: 0px 8px 16px 0px rgba(192, 192, 192, 0.2); transition: all .3s ease-in-out;}

.address-item .address-item-img{ width: 100%; height: 2.54rem; overflow: hidden; }
.address-item .address-item-img img{width: 100%; height: 100%; object-fit: cover;}
.address-item .address-item-txt{ padding: .26rem .3rem .3rem;}
.address-item-txt h6{font-size: .22rem;font-weight: 400;color: #333333;line-height: .36rem;}
.address-item-txt .address-item-txt-p{font-size: 14px;font-weight: 400;color: #888888;line-height: 20px; display: flex; align-items: center; margin-bottom: 0.16rem;}
.address-item-txt .address-item-txt-p img{ width: 18px; height: 18px; margin-right: 0.15rem;}
/* 娴溠冩惂1 */
.pro1-sec1{ padding: 1.01rem 0 .2rem;background: #F2F3F4;}
.pro1-sec1-con{flex-wrap: wrap;}
.pro1-sec1-con-left{ width: 100%;}
.pro1-sec1-con-left h5{font-size: .4rem;font-weight: 600;color: #2F5597;line-height: .6rem;  text-align: center;}
.pro1-sec1-con-right{ width: 100%; }
.pro1-sec1-con-right p{font-size: 18px;font-weight: 400;color: #484848;line-height: 36px; margin-top: .2rem; text-align: center; }

.pro1-sec2{background: #F2F3F4; padding-bottom: 2.23rem;}
.pro1-list{ flex-wrap: wrap;}
.pro1-list-item{width: 33.333%; height: 5.4rem; box-sizing: border-box; transition: all .5s ease-in-out; cursor: pointer; overflow: hidden;}
.pro1-list-item > img{object-fit: cover; width: 100%; height: 100%; transform: scale(1); transition: all 2.4s ease 0s;}
.pro1-item-mask{left: 0; top: 0; right: 0; bottom: 0;z-index: 3; background: rgba(0,0,0,0.6);transition: all 2.4s ease 0s; }
.pro1-item-txt{left: .5rem; top:40%; right: .5rem; bottom: 0; display: flex;  justify-content: center; z-index: 5;transition: all 2.4s ease;}
.pro1-item-txt div{ text-align: center;transition:  all 2.4s ease 0s;position: relative;width: 100%;}
.pro1-item-txt div img{ width: .48rem; height: .48rem; margin: auto;transition: all .5s ease-in-out;}
.pro1-item-txt div .pro1-item-txt-p1{ font-size: .32rem;font-weight: 600;color: #FFFFFF;line-height: .45rem; margin-top: .2rem; }
.pro1-item-txt div .pro1-item-txt-p2{position: absolute; font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 24px; text-align: justify;
margin-top: .14rem; opacity: 0; transform: translateY(16px); visibility: hidden; }
/* 娴溠冩惂2 */
.pro2-sec1{ background: url(../images/product2-bg1.jpg) no-repeat; background-size: 100% 100%;}
.pro2-sec1-img{ left: 0; top: 0; width: 40%; bottom:0;z-index: 2;  overflow: hidden;}
.pro2-sec1-img img{object-fit: cover; width: 100%; height: 100%; transform: scale(1); transition: all .5s;}
.pro2-sec1-con{ justify-content: flex-end; }
.pro2-sec1-con-right{ width: 60%;  padding-left: .5rem;padding-top: .3rem;  height: 7.5rem; overflow: hidden; position: relative;}
.pro2-sec1-con-right-up h3{font-size: .32rem;font-weight: 600;color: #212121;line-height: .75rem; padding-bottom: .05rem; border-bottom: 4px solid #2F5597; margin-bottom: .2rem;}
.pro2-sec1-con-right-up p{font-size: 16px;font-weight: 400;color: #777777;line-height: 29px; text-align: justify;  /*margin-bottom: .1rem;*/}
.pro2-sec1-list{ left: .5rem; bottom: 0.3rem;  position: absolute; }
.pro2-sec1-list p{font-size: 20px;font-weight: 400;color: #777777;line-height: 30px; margin-bottom: .2rem;}
.pro2-sec1-img-box{display: flex; flex-wrap: wrap;}
.pro2-sec1-img-box img{ width: .6rem; height: .6rem; margin-right: .2rem;margin-bottom: .2rem;}
.pro2-sec2{background: url(../images/product2-bg.jpg) no-repeat; background-size: 100% 100%;  padding-top: 1.16rem; padding-bottom: 1.2rem;}
.pro2-h4{font-size: .28rem;font-weight: 600;color: #FFFFFF;line-height: .37rem; margin-bottom: 1.2rem;}
.pro2-sec2 img,.pro2-sec3 img{margin: auto; max-width: 100%;}
.pro2-sec3{ padding: 1.47rem 0 1.2rem; background: url(../images/pro2-bg3.jpg) no-repeat; background-size: 100% 100%;}
.pro2-sec3 .pro2-h4{color: #212121; margin-bottom: .66rem;}
.pro2-sec4{padding: .96rem 0 1.68rem;background: #FCFCFC; }
.pro-sec4-top{justify-content: space-between; margin-bottom: 1.2rem;}
.pro-sec4-top-right{width: 45%; padding-top: 5px;}
.pro-sec4-top-right p{font-size: 16px;font-weight: 400;color: #333333;line-height: 30px;}
.pro2-sec6{ background: #EFF0F2; padding: .8rem 0 .2rem;}
.pro2-sec6-list{margin-top: .58rem; position: relative; padding-bottom: 1.5rem;}

/* .pro2-sec6-item { width: 22.5%; margin-bottom: .6rem; transform: translateY(0); transition: all .3s ease-in-out;} */
.pro2-sec6-list .my-prev,.pro2-sec6-list .my-next{top: 86%;}
.pro2-sec6-list .my-prev{left: 45%;}
.pro2-sec6-list .my-next{left: calc(45% + .72rem);}
.pro2-sec6-item  .pro2-sec6-item-img{ width: 100%; height: 4.32rem; overflow: hidden;}
.pro2-sec6-item  .pro2-sec6-item-img img{object-fit: contain; width: 100%; height: 100%; transform: scale(1); transition: all .3s ease-in-out;}
.pro2-sec6-item  .pro2-sec6-item-txt{ padding: .24rem;font-size: 18px; font-weight: 400;color: #333333;line-height: 25px; text-align: center;}


.pro2-sec7{padding: 1.47rem 0 1.2rem;background: #f9fbfc;}
.pro-adv{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;padding: 50px 0;}
.pro-adv a{position: relative;background: #fff;width: 18.5%;color: #2F5597;padding: 50px 10px 40px;text-align: center;}
.pro-adv a::after{position: absolute;content: "";background: url(../images/img/pro-adv-icobg.png) no-repeat;left: 50%;bottom: 2%;width: 90px;height: 99px;
    transform: translateX(-50%);}

.pro-adv-list p{height: 40px;font-size: 18px;}
.pro-adv-list img{margin: 0 auto;padding-bottom: 30px;}

.pro-adv a:hover{background: #2F5597;color: #fff;}
.pro-adv a .pro-adv-hover{opacity: 0;position: absolute;left: 50%;top: 22%;transform: translateX(-50%);}
.pro-adv a:hover .pro-adv-hover{opacity: 1;}
.pro2-sec8{padding: 1.47rem 0;}
.pro2-sec8 .row{margin: 0;}
.busi-cont{text-align: center;padding-top: 50px;}
.busi-cont .col{padding: 0;}
.busi-cont-list a{}
.busi-cont img{margin: 0 auto;}
.busi-cont h5{font-size: 20px;padding: 20px 0;}
.busi-cont p{font-size: 26px;}
.busi-cont-list{background: #F3F7FF;padding: 30px 0;position: relative;border: 1px solid #e4e7ef;}
.busi-cont-hover{opacity: 0;position: absolute;left: 50%;top:30px;transform: translateX(-50%);}
.busi-cont-list:hover{background: #2F5597;color: #fff;cursor: pointer;}
.busi-cont-list:hover a{color: #fff;}
.busi-cont-list:hover .busi-cont-hover{opacity: 1;}

.pro2-sec8-contact{padding: 0; display: none;}
.pro2-sec8-contact .busi-cont{padding-top: 0}
.pro2-sec8-contact .contact-box{text-align: left;flex: 1;    padding-left: .2rem;}
.pro2-sec8-contact .busi-cont-list{border: 0;background:none; align-items: center;}
.pro2-sec8-contact .busi-cont-list .contact-box h5{font-size: 16px; padding: 10px 0;}
.pro2-sec8-contact .busi-cont-list .contact-box p{font-size: 18px;}
.pro2-sec8-contact .busi-cont-list:hover{background:none; color: rgb(51, 51, 51);}
.pro2-sec8-contact .busi-cont-list:hover .busi-cont-hover{opacity: 0;}
.pro2-sec8-contact .busi-cont-list img{transition: all .3s; width: .5rem; height: .5rem;}
.pro2-sec8-contact .busi-cont-list:hover img{transform: translate(0,-10px);}





.pro3-sec2{ background: url(../images/product3-bg.jpg) no-repeat; background-size: 100% 100%; min-height: 9.2rem; padding-top: 1.58rem;}
.pro3-sec2-con{align-items: center;}
.pro3-sec2-con-left{width: 45%; }
.pro3-sec2-con-right{width: 55%; height: 100%;}

.pro3-sec2-con-left-txt{max-width:80%;}
.pro3-sec2-con-left-txt .pro2-h4{ margin-bottom: .32rem;}
.pro3-sec2-con-left-txt p{font-size: 16px;font-weight: 400;color: #CACACA;line-height: 32px; text-align: justify;}

.pro3-sec3{background: url(../images/img/pro3-bg.png) center center no-repeat;padding: 100px 0;background-size: cover;}
.pro3-sec3 .col{padding: 0;}
.pro3-sec3 .row{margin: 0;}
.pro3-crip{padding-top:40px;}
.pro3-img{padding-right: 12%;padding-top: 8%;padding-bottom: 30px;}
.pro3-crip dl dt{font-size: 24px;display: inline;padding-left: 40px;}
.pro3-crip dl dt:nth-child(1){background: url(../images/img/pro3-ico1.png) no-repeat;width: 32px;height: 32px;}
.pro3-crip dl dt:nth-of-type(2){background: url(../images/img/pro3-ico2.png) no-repeat;width: 32px;height: 32px;}
.pro3-crip dl dd{font-size: 16px;padding-bottom: 30px;padding-top: 10px;line-height: 34px; text-align: justify;}

.pro4-sec2{ padding: 1.8rem 0  2.2rem; background: url(../images/pro4-bg1.jpg) no-repeat; background-size: 100% 100%; }
.pro4-sec2-con{ align-items: center;}
.pro4-sec2-con-left{ width: 64%;}
.pro4-sec2-con-left-txt{ max-width: 100%;}
.pro4-sec2-con-left-txt p{font-size: 18px;font-weight: 400;color: #212121;line-height: 24px; flex: 1; /* text-align: justify; word-break: break-all; */}
.pro4-sec2-con-right{ width: 40%;}
.pro4-sec2 .pro2-h4{color: #212121; margin-bottom: .3rem;}
.pro4-sec2-list{ margin-top: .69rem; display: flex;flex-wrap: wrap;}
.pro4-sec2-list-item{ display: flex;align-items: center; width: 46%; margin-bottom: .26rem;margin-right: 20px;}
.pro4-sec2-list-item span{display: flex; align-items: center; justify-content: center; width: .56rem; height: .56rem; border: 1px solid rgba(0,0,0,0.3); border-radius: 50%; box-sizing: border-box; overflow: hidden; margin-right: .13rem; }
.pro4-sec2-list-item span img{width: .24rem; height: .24rem; }
.pro4-sec3{ background: url(../images/pro4-bg4.jpg) no-repeat; background-size: 100% 100%; padding: 1.24rem 0 1.12rem;}
.pro4-sec3-con{ align-items: center;}
.pro4-sec3-con-left{  width: 40%;}
.pro4-sec3-con-left-txt{max-width: 75%;}
.pro4-sec3-con-left .pro2-h4{color: #212121; margin-bottom: .64rem;}
.pro4-sec3-con-left p{font-size: 20px;font-weight: 400;color: #212121; line-height: 36px; text-align: justify;}
.pro4-sec3-con-right{  width: 60%;}
.news1-sec{background: #F2F3F4; padding: .6rem 0; }
.news1-list{ justify-content: space-between; flex-wrap: wrap;}
.news1-list-item{ display: block; width: 32%; background: #FFFFFF;box-shadow: 0px 8px 16px 0px rgba(192, 192, 192, 0.2); margin-bottom: .3rem; padding: .4rem .36rem; transition: all .5s ease-in-out;}

.news1-list-item-title span{ font-size: 14px;font-weight: 400;color: #484848; line-height: 17px;font-family: "DIN-Regular";transition: all .5s ease-in-out;}
.news1-list-item-title h4{ font-size: 20px;font-weight: 600;color: #333333; line-height: 32px; transition: all .5s ease-in-out; margin-top: .2rem; margin-bottom: .2rem; height: 64px; overflow: hidden;}
.news1-list-item-img{width: 100%; height: 2.15rem; overflow: hidden;}
.news1-list-item-img img{object-fit: contain; width: 100%; height: 100%;}
.news1-more{ display: flex; align-items: center; justify-content: space-between; margin-top: .28rem;}
.news1-more span{font-size: 14px;font-weight: 400;color: #777777;line-height: 26px;transition: all .5s ease-in-out;}
/* 閸忓厖绨幋鎴滄粦 */
.about1-ban{height: 100vh;}
.about1-p1{display: flex; align-items: center;}
.about1-p1 p{transform: translateY(.3rem);}
.about1-p1 img{ width: 2.69rem;}
.about1 h6{font-size: 28px;font-weight: 400;color: #FFFFFF;line-height: 40px;text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); margin-bottom: .24rem;}
.about1 p{font-size: 18px;font-weight: 400; color: #FFFFFF;line-height: 30px; text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); margin-bottom: 3px;}
.ab1-sec1{background: url(../images/about1-bg.jpg) no-repeat; background-size: 100% 100%; padding: 1.27rem 0 1.67rem;}
.ab1-sec1-con{align-items: flex-end;}
.ab1-sec1-con-left{width: 54%; }
.ab1-sec1-con-right{width: 46%;overflow: hidden;}
.ab1-sec1-con-left-txt{ margin-top: .74rem; max-width: 86%;}
.ab1-sec1-con-left-txt p{font-size: 18px;font-weight: 400;color: #777777;line-height: 33px; margin-bottom: .15rem; text-align: justify;}
.ab1-sec1-con-left-list{ width: 86%; display: flex; flex-wrap: wrap; margin-top: 1.4rem;}
.ab1-sec1-con-left-item{width: 33.3333%; text-align: center; padding: 0 .15rem; position: relative;}
.ab1-sec1-con-left-item:not(:last-child)::after{position: absolute; content: ''; top: 0; width: 1px; height: 100%; right: 0; background: #E2E2E1; z-index: 2;}
.ab1-sec1-con-left-item img{width: .84rem; height: .84rem;  margin: auto; margin-bottom: .21rem; transition:  all .3s; transform: translateY(0);}
.ab1-sec1-con-left-item span,.ab1-sec1-con-left-item span samp{font-size: .52rem;font-weight: 500;color: #000000;line-height: .63rem;font-family: "DIN-Medium";}
.ab1-sec1-con-left-item p{font-size: 16px;font-weight: 400;color: #888888;line-height: 22px; margin-top: 4px;}
/* 閸橈箓銆庨弬鍥у */
.abcul-sec1{ padding-top: .96rem;}
.abcul-sec1-con-left{width: 45%; padding-left: 12.65%;  position: relative;}
.abcul-sec1-con-right{width: 55%;}
.abcul-sec1-con-right-txt{width: 100%; }
.abcul-sec1-con-right h4{font-size: .36rem;font-weight: 500; color: #2F5597;line-height: .48rem; margin-bottom: .5rem;}

.abcul-sec1-con-right ul{padding-left: 0; overflow: hidden; }
.abcul-sec1-con-right ul li{display: flex; color: #6C6C6C;float: left;width: 44%;margin-bottom: 12px;margin-top: 12px; line-height: 24px;
    border-bottom: 1px solid #D8D8D8; height: 112px;margin-right: 50px;font-size: 16px;}
.abcul-sec1-con-right ul li:nth-child(2n){margin-right: 0;}
.abcul-sec1-con-right ul li div{display: flex;justify-content: center;align-items: center;}
.abcul-sec1-con-right ul li div p{line-height: 24px;}
.abcul-sec1-con-right ul li .ico{background: url(../images/img/comp-ico.png) no-repeat;width: 48px;height: 48px;display:inline-block;padding-right: 60px;}
.abcul-sec1-con-right ul li .ico-com1{background-position: 0 0;}
.abcul-sec1-con-right ul li .ico-com2{background-position: 0 -50px;}
.abcul-sec1-con-right ul li .ico-com3{background-position: 0 -102px;}
.abcul-sec1-con-right ul li .ico-com4{background-position: 0 -160px;}
.abcul-sec1-con-right ul li .ico-com5{background-position: 0 -210px;}
.abcul-sec1-con-right ul li .ico-com6{background-position: 0 -264px;}

/*.abcul-sec1-con-right p{font-size: 16px;font-weight: 400; color: #6C6C6C;line-height: 30px; margin-bottom: .1rem;}*/
.abcul-sec1-con-left-img{ left: 0; bottom: 0; width: 5.2rem; z-index: 5;}
.video-con-box{ margin-top: .4rem; position: relative; z-index: 10;  padding-bottom: .5rem;}
.video-con-box .swiper-pagination{bottom: .15rem; }
.video-con-box .swiper-pagination .swiper-pagination-bullet{width: 14px; height: 14px; border-radius: 50%; background: rgba(255,255,255,0.4); margin-right: 20px;}
.video-con-box .swiper-pagination .swiper-pagination-bullet-active{background: #fff;}
.video-slide-box{ width: 100%; height: 5.2rem; cursor: pointer; overflow: hidden;}
.video-slide-box .video-img{object-fit: cover; width: 100%; height: 100%;transform: scale(1); transition: all .5s;}
.audio-img-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.8rem !important;
  height: 0.8rem !important;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
  z-index: 5;
}
.audio-img-play .circle-play {
  /* object-fit: cover;
  width: 100%;
  height: 100%; */
  width: 0.8rem !important;
  height: 0.8rem !important;
  animation: myrotate 1s linear infinite;
}
@keyframes myrotate {
  0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  25%{-webkit-transform:rotate(90deg);transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
.audio-img-play .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.26rem !important;
  height: auto;
  margin-top: -0.12rem;
  margin-left: -0.13rem;
}
.abcul-sec2{background: url(../images/img/about-bg2.jpg) no-repeat; background-size: cover; height: 5.5rem; position: relative; z-index: 6; margin-top: -1.7rem; display: flex; align-items: center;}
.abcul-sec3{position: relative; z-index: 7; margin-top: -1.03rem; padding-bottom: 1.19rem;}
.abcul-sec3-con{ justify-content: space-between; flex-wrap: wrap;}
.abcul-sec3-item{margin-bottom: .8rem; width: 47.6%; height: 4.98rem; cursor: pointer; overflow: hidden; }
.abcul-sec3-item img{object-fit: cover; width: 100%; height: 100%;transform: scale(1); transition: all .5s;}
.abcul-sec3-item-txt{ left: 0; right: 0; bottom: 0; padding: .28rem .5rem ;}
.abcul-sec3-item-txt span{display: inline-block;font-size: .26rem;font-weight: 600; color: #FFFFFF;line-height: 28px;text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); padding-bottom: .16rem; margin-bottom: .11rem; position: relative;}
.abcul-sec3-item-txt span::after{position: absolute; content: ''; width: 100%; left: 0; bottom: 0; height: 2px;background: #FFFFFF;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);}
.abcul-sec3-item-txt p{font-size: 20px;font-weight:400; color: #FFFFFF;line-height: 30px; height: 120px; overflow: hidden; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); -webkit-line-clamp: 4;}

/* 鐟欏棝顣跺瑙勵攱 */
.honor-big-box{ position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 1000;  align-items: center; justify-content: center; display: none;}
.honor-big-box.on{display: flex;}
.honor-img-box{position: relative; background: #fff;  padding: .5rem;  }
.honor-img-box video{margin: auto; max-width: 100%; height: 65vh;}
.honor-close{display: block; width: .5rem; height: .5rem; border: 1px solid #999; border-radius: 50%; background: #fff; top: -0.25rem; right: -0.25rem; position: absolute; cursor: pointer;}
.honor-close::before,.honor-close::after{position: absolute; content: ''; width: .2rem; height: 2px; background: #999; left: 50%; top: 50%;  margin-top: -1px;margin-left: -0.1rem;}
.honor-close::before{ transform: rotate(45deg);}
.honor-close::after{transform: rotate(135deg);}
/* 缁€鍙ョ窗鐠愶絼鎹� */
.abrespon-sec1{ padding: .96rem 0;}
.abrespon-sec1-con-left{width: 52%;}
.abrespon-sec1-con-right{width: 48%;}
.abrespon-sec1-con-right p{font-size: 16px;font-weight: 400; color: #333333;line-height: 30px; margin-bottom: .1rem;}
.abrespon-sec2{ padding-left: 12.65%;}

.abrespon-sec2-swiper .swiper-container{padding-bottom: 2.85rem; }
.abrespon-sec2-item{background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(192, 192, 192, 0.2);transition: all .3s;}
.abrespon-sec2-item-img{ height: 4rem; width: 100%; overflow: hidden;}
.abrespon-sec2-item-img img{ height: 100%; width: 100%; object-fit: cover; transform: scale(1); transition: all .5s;}
.abrespon-sec2-item-txt{ padding: .26rem .3rem;}
.abrespon-sec2-item-txt p{ font-size: 14px;font-weight: 500;color: #333333;line-height: 28px;}

.abrespon-sec2-swiper .swiper-pagination.swiper-pagination-fraction{top: 76%;  font-size: 14px;font-weight: 500;color: #B2B2B2; line-height: 17px;font-family: "DIN-Medium"; text-align: left;}
.abrespon-sec2-swiper  .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current{font-size: 24px;color: #333333; line-height: 29px;}
.abrespon-sec2-swiper .swiper-container-horizontal>.swiper-scrollbar{ bottom: unset; top: 82%; width: 4rem; left: 0;}
.abrespon-sec2-swiper .swiper-scrollbar-drag{background: #0E59D1;}
.abrespon-sec3{ background: #F2F3F4; padding: 1rem 0;}
.abrespon-sec3-list{margin-top: .75rem;}
.abrespon-sec3-item{background: #fff; height: 66px; display: flex; align-items: center; justify-content: space-between; padding: .22rem .8rem .22rem .4rem; border-bottom: 1px solid #D8D8D8; transition: all .5s ease-in-out;}
.abrespon-sec3-item .pdficon{width: 20px; height: 20px; overflow: hidden; position: relative; }
.abrespon-sec3-item .pdficon img{position: absolute;width: 20px; height: 20px;  }
.abrespon-sec3-item .pdficon img:nth-child(1){ opacity: 1; visibility: visible; transition: all .5s ease-in-out;}
.abrespon-sec3-item .pdficon img:nth-child(2){opacity: 0; visibility: hidden; transition: all .5s ease-in-out;}
.abrespon-sec3-item  p{font-size: 16px;font-weight: 600;color: #333333;line-height: 22px; width: calc(100% - 3rem); padding: 0 .35rem; transition: all .5s ease-in-out;}
.abrespon-sec3-item  span{font-size: 16px;font-weight: 500;color: #999999;line-height: 22px; margin-right: 1.06rem; transition: all .5s ease-in-out;}
.abrespon-sec3-item .downicon{width: 19px; height: 20px; overflow: hidden; position: relative; }
.abrespon-sec3-item .downicon img{position: absolute;width: 19px; height: 20px;}
.abrespon-sec3-item .downicon img:nth-child(1){ opacity: 1; visibility: visible; transition: all .5s ease-in-out;}
.abrespon-sec3-item .downicon img:nth-child(2){opacity: 0; visibility: hidden; transition: all .5s ease-in-out;}


/* 閸愬懘銆夊锕€褰搁崚鍥ㄥ床闁匡拷 */
.my-next.swiper-button-next,.my-prev.swiper-button-prev{  width: .52rem; height: .52rem; background: none; }
.my-next.swiper-button-next::before,.my-prev.swiper-button-prev::before{position: absolute; left: 0; top: 0; right: 0; bottom: 0;border: 1px solid #DBDCDE; content: ''; z-index: 2; transform: skewX(-10deg); border-radius: 3px;}
.my-next.swiper-button-next::after,.my-prev.swiper-button-prev::after{ position: absolute; content: '';width: .14rem; height: .14rem; border-top: 2px solid #DBDCDE; border-right: 2px solid #DBDCDE; z-index: 5;}
.my-next.swiper-button-next::after{transform: rotate(45deg); left: 50%; margin-left: -.1rem; top: 50%; margin-top: -0.07rem;}
.my-prev.swiper-button-prev::after{transform: rotate(-135deg); left: 50%; margin-left: -.07rem; top: 50%; margin-top: -0.07rem;}
.my-prev.swiper-button-prev:hover::before,.my-next.swiper-button-next:hover::before{ background: #2F5597;}
.my-prev.swiper-button-prev:hover::after,.my-next.swiper-button-next:hover::after{border-top: 2px solid #fff; border-right: 2px solid #fff;}

.abrespon-sec2-swiper .my-next.swiper-button-next,.abrespon-sec2-swiper .my-prev.swiper-button-prev{top:78%;}
.abrespon-sec2-swiper .my-next.swiper-button-next{right: 12.65%; }
.abrespon-sec2-swiper .my-prev.swiper-button-prev{right:calc(12.65% + .8rem) ; left: auto; }
.ab1-sec2{ background: url(../images/img/about1-img2.jpg) no-repeat; background-size: cover; height: 9.5rem; padding: .9rem 0;}
.ab1-sec2-con{ margin-top: 1.12rem;  display: flex; justify-content: center;}
.ab1-cir-box{ display: inline-block; }
.ab1-cir-img{width: 5.06rem; height: 5.06rem; margin: auto;}
.ab1-cir-logo{ width: 2.58rem; height: .54rem; left: 50%; top: 50%; margin-left: -1.29rem; margin-top: -0.27rem;}
.small-cir-pos{width: 1.1rem; height: 1.1rem; }
.small-cir-pos span{display: inline-block; width: 1rem; height: 1rem ; border-radius: 50%; background: #fff; position: relative; overflow: hidden;}
.small-cir-pos span img{ width: .48rem; height: .48rem; position: absolute; left: 50%; top: 50%; margin-left: -0.24rem; margin-top: -0.24rem; transform: rotate(0) ; transition: all .5s;}
.sc-txt{font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 28px; position: absolute;  }
.sc-txt-right{left: 1.4rem; top: 50%; width: 4rem; margin-top: -40px;}
.sc-txt-left{left:-4.4rem; top: 50%; width: 4rem; margin-top: -47px;  direction: rtl;}
.sc-pos1{left: 75%; top: 3%;}
.sc-pos2{left: 89%; top: 40%;}
.sc-pos3{left: 75%; top: 76%;}

.sc-pos6{left: 5%; top: 3%;}
.sc-pos5{left: -9%; top: 40%;}
.sc-pos4{left: 5%; top: 76%;}
.ab1-sec3{ background: url(../images/about1-img3.jpg) no-repeat; background: 100% 100%; padding: .96rem  0 1rem;}
.ab1-sec3-con{padding-left: 12.65%; background: url(../images/aout-honor-bg.png) repeat-x; background-size: auto 130px; background-position: left bottom;  }
.ab1-sec3-con-txt{max-width: 39%; margin-top: .3rem; margin-bottom: .37rem;}
.ab1-sec3-con-txt p{font-size: 16px;font-weight: 400;color: #333333;line-height: 30px; }

.ab1-honor-swiper .swiper-container{padding-bottom: 110px;padding-top: .5rem;}
.ab1-honor-swiper .swiper-wrapper{align-items: flex-end;}
.ab1-honor-swiper .swiper-slide img{transform: scale(1); transition: all .5s; cursor: pointer;}
.ab1-honor-swiper .my-prev,.ab1-honor-swiper .my-next{top: 105%;}
.ab1-honor-swiper .my-prev{left: 40%;}
.ab1-honor-swiper .my-next{left: calc(40% + .72rem); }
/* 閸忓厖绨幋鎴滄粦 閸掑棝銆� */
.ab1-honor-swiper  .swiper-pagination.swiper-pagination-fraction{top: -57%; left: 10%; height: 1rem; font-size: 14px;font-weight: 500;color: #B2B2B2; line-height: 17px;font-family: "DIN-Medium";}
.ab1-honor-swiper  .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current{font-size: 24px;color: #333333; line-height: 29px;}

.ab1-honor-swiper  .swiper-scrollbar{position: absolute; left: 61%;
  top: -40%;
  width: 4rem;}
.ab1-honor-swiper .swiper-scrollbar-drag{background: #0E59D1;}
.myabout-swiper-scrollbar{position: absolute;left: calc(9.896% + .36rem); top: 90%;  height: 2px; background: #DBDCDE; width: 2.59rem;z-index: 6;}
.myabout-swiper-scrollbar .myabout-swiper-scrollbar-drag{position: absolute; left: 0;  height: 2px ; background: #2F5597;z-index: 7; top: -0.5px; transition-duration: 300ms; transition: all .3s; transform: translate3d(0,0,0);}
/* 閸氬牅缍旀导娆庡嵆 */
.abo_src3_case{background: #F2F3F4;padding: 100px 0;}
.abo_l_nav_box .swiper-slide {width:auto}
.abo_l_nav_box .swiper-slide a {padding-left:.2rem;padding-right:.2rem}
.abo_l_nav_box .swiper-slide a,.item_2>div,.nav .nav_con .navBox .item li .item_1 .nav_back1,.nav .nav_con .navBox .item li .item_1 a,.nav .nav_con .navBox .item li .item_1.item_1_a_sty .nav_back1,.nav .nav_con .navBox .item li .item_1.item_1_a_sty>li a,.nav .nav_con .navBox .item li .item_1>li>a,.nav .nav_con .navBox .item li .item_1>li>div>a,.nav .nav_con .navBox .item li a {font-size:14px}
.pub_case {width:90%;padding-right:0;padding-left:0}
.abo_src3_case .abo_con_mess .par_logo_box {display:flex;flex-wrap:wrap}

.abo_src3_case .abo_con_mess .par_logo_box a:nth-child(4n) {margin-right:0}
.abo_src3_case .abo_con_mess .par_logo_box a img {width:100%;display:block}
.abo_src3_case .ind-title p:nth-of-type(2){font-size: 16px;line-height: 28px;padding-top: 30px;width: 80%;margin: 0 auto;}

.abo_l_nav_box {margin-top:.45rem;position:relative;background:#fff;}
.abo_l_nav_box .swiper-slide {position:relative}
.abo_l_nav_box .swiper-slide::before {content:'';display:block;width:1px;height:calc(100% - .5rem);top:.25rem;right:0;position:absolute;background:#d2d2d2}
.abo_l_nav_box .swiper-slide:last-child::before {display:none}

.abo_l_nav_box .swiper-slide a {
    transition: all .3s ease;
    padding: .265rem .2rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    font-family: GOTHAM-BOLD_0;
}
.abo_l_nav_box .swiper-slide.selected a{color:#2F5597;}
.abo_l_nav_box .swiper-slide.selected a:before{content:'';display:block;width:.48rem;height:.04rem;background-color:#2F5597;position:absolute;bottom:0;left:50%;transform:translateX(-50%);transition:all .3s ease}


.abo_src3_case .abo_con_mess .par_logo_box a {background-color:#fff;width:24.15%;margin-top:.2rem;margin-right:1.133%}
.abo_l_nav_box .swiper-slide a::before  {content:'';display:block;width:0;height:.04rem;background-color:#2F5597;position:absolute;bottom:0;left:50%;transform:translateX(-50%);transition:all .3s ease}

@media all and (min-width:1025px) {.abo_l_nav_box .swiper-slide a:hover {color:#2F5597}
    .abo_l_nav_box .swiper-slide a:hover::before {width:.48rem}
}
.abo_l_nav_box .swiper-slide.swiper-slide-thumb-active a {color:#2F5597}
.abo_l_nav_box .swiper-slide.swiper-slide-thumb-active a::before {width:.48rem}
@media all and (max-width:1520px){ 
	.abcul-sec1-con-right ul li{height: 150px;}
}
@media all and (max-width:1425px){ 
  /* .quality-sec4-item:hover .quality-sec4-inner img,.quality-sec4-item:hover .quality-sec4-inner h6{display: none;} */
  .sc-txt{font-size: 14px; }
  .sc-txt-right{left: 1.4rem; width: 3rem;}
  .sc-txt-left{left: -3.7rem;width: 3.5rem;}
	
}
@media all and (max-width:1165px){ 
  .sc-txt-left{left: -3.1rem;
    width: 3rem;}
    .small-cir-pos.sc-pos4  .sc-txt-left{left: -3.7rem;
      width: 3.5rem;}
  .pro2-sec1-con-right-up p{line-height: 24px;}
  .pro2-sec1-list{bottom: 0rem;}
  .pro2-sec1-list p{margin-bottom: .1rem;}
}
@media all and (max-width:1024px) {
    .abo_l_nav_box .swiper-slide a {padding-left:.4rem;padding-right:.4rem}
    .abo_l_nav_box .swiper-slide {width:auto}
    .abo_l_nav_box .swiper-slide a,.nav .nav_con .navBox .item li .item_1 a,.nav .nav_con .navBox .item li .item_1.item_1_a_sty>li a,.nav .nav_con .navBox .item li .item_1>li>a,.nav .nav_con .navBox .item li .item_1>li>div>a {padding-top:0;padding-bottom:0;font-size:16px;line-height:3}
}

@media all and (max-width:980px) {
    .pro-adv a{width: 30%;margin-bottom: 30px;}
}

@media all and (max-width:640px) {
    .abo_l_nav_box .swiper-slide a,.nav .nav_con .navBox .item li .item_1 a {font-size:14px}
    .abo_l_nav_box .swiper-slide a,.pro_body .pro_l_nav_box .swiper-slide a {line-height:1}

    .abo_l_nav_box .swiper-slide {width:auto}
    .abo_l_nav_box .swiper-slide a {padding-left:.2rem;padding-right:.2rem}
    .abo_l_nav_box .swiper-slide a,.item_2>div,.nav .nav_con .navBox .item li .item_1 .nav_back1,.nav .nav_con .navBox .item li .item_1 a,.nav .nav_con .navBox .item li .item_1.item_1_a_sty .nav_back1,.nav .nav_con .navBox .item li .item_1.item_1_a_sty>li a,.nav .nav_con .navBox .item li .item_1>li>a,.nav .nav_con .navBox .item li .item_1>li>div>a,.nav .nav_con .navBox .item li a {font-size:14px}

    .pro-adv a{width: 47%;}
    .abo_src3_case .abo_con_mess .par_logo_box a{width: 48%;}
}
/* 鐠愩劑鍣烘稉搴ｎ吀閻烇拷 */
.quality-sec1{ padding: 0.5rem 0 .8rem;}
.quality-sec1-con{flex-wrap: wrap;}
.quality-sec1-con-left{width: 100%; text-align: center; margin-bottom: .3rem;}
.quality-sec1-con-right{width: 100%;}
.quality-sec1-con-right-txt h4{text-align: center;}
.quality-sec1-con-right-txt h4,.quality-sec1-con-right-txt p{font-size: .2rem;font-weight: 400; color: #484848;line-height: 38px; }
.quality-sec1-con-right-txt p{font-size: 18px;}
.quality-sec1-con-right-txt h4{font-weight: 600;  margin-bottom: .2rem; margin-top: 4px; color: #2F5597;}

.quality-sec1-con-right-list{ justify-content: space-between; align-items: stretch;}
.quality-sec1-list1-item{background: #F2F3F4; margin-bottom: .3rem; padding: .5rem .42rem .6rem .5rem;transition: all .5s;}
.quality-sec1-list1-item h5{font-size: .24rem;font-weight: 400;color: #333333;line-height: .4rem; margin-bottom: .24rem; transition: all .5s;}
.quality-sec1-list1-item p{font-size: 14px;font-weight: 400;color: #666666;line-height: 28px;transition: all .5s; text-align: justify;}
.quality-item-img-box{ width: 1rem; height: 1rem; position: absolute ; top: .74rem; right: .42rem;  overflow: hidden;}
.quality-item-img-box img{ position: absolute; left: 0; top: 0; width: 1rem; height: 1rem;}
.quality-item-img-box img:nth-child(1){opacity: 1; visibility: visible; transition: all .5s;}
.quality-item-img-box img:nth-child(2){opacity: 0;visibility: hidden; transition: all .5s;}
.item_2{width: 49%;}
.item_3{width: 32%;}
.item_2_pw75{width: 75%; }
.item_3_pw90{width: 90%; }
.quality-sec1-list1-item.item_3:nth-child(3) p{text-align: left;}
.quality-sec1-2{margin-top: .5rem; justify-content: space-around; display: flex;}
.quality-sec1-2-item{ width: 10% ; margin-right: 20px; height: 5rem;transition: all .6s;}
.quality-sec1-2-item:last-child{margin-right: 0;}
.quality-sec1-2-item.on{width: 68%;}
.quality-sec1-2-item img{width: 100%; height: 100%; object-fit: cover; }
.quality-sec1-2-txt{left: .5rem; bottom: .4rem; right: .5rem; opacity: 0; visibility: hidden;transition: all .6s;}
.quality-sec1-2-txt p{font-size: .24rem; font-weight: 400;color: #FFFFFF;line-height: 33px;}
.quality-sec1-2-item.on .quality-sec1-2-txt{opacity: 1; visibility: visible;}
.quality-sec2{ padding: 0.5rem 0 .4rem; background: url(../images/product2-bg1.jpg) no-repeat; background-size: 100% 100%;}
.quality-sec2-box{ padding: .59rem 2.03rem;}

.quality-sec2-swiper .swiper-container{ padding-top: .6rem; padding-bottom:.6rem;}
.quality-sec2-swiper .swiper-slide{
  width: 2.4rem;
  position: relative;
  transform: scale(1);
}
.quality-sec2-swiper .swiper-slide-active{
  transform: scale(1.15);
}
.quality-sec2-item-img{width: 100%; height: 3.63rem; overflow: hidden;}
.quality-sec2-item-img img{object-fit: contain ; width: 100%; height: 100%; opacity: 0.5; transition: all .3s;}
.quality-sec2-item-txt { padding: .27rem; text-align: center;}
.quality-sec2-item-txt  p{ font-size: 16px;font-weight: 400; color: #333333;line-height: 22px; opacity: 0; transition: all .3s;}
.quality-sec2-swiper .swiper-slide-active .quality-sec2-item-txt  p
,.quality-sec2-swiper .swiper-slide-active  .quality-sec2-item-img img{opacity: 1;}
.quality-sec2-swiper .my-prev{left: -.8rem;}
.quality-sec2-swiper .my-next{right: -.8rem;}
.ind-quality-img{margin: 60px 0 30px;}

.ind-title p.quality-sec2-p{display: block; font-size: 16px;font-weight: 400; color: #484848;line-height: 28px;  max-width: 62%; margin: auto; margin-top: .27rem;}
.quality-sec3{ padding: 0.5rem 0 .6rem; background: url(../images/bg.jpg) no-repeat; background-size: cover;}
.quality-sec3-swiper{margin-top: .62rem;}
.quality-sec3-swiper .swiper-container{ padding-top: 1rem; padding-bottom: 1rem;}
.quality-sec3-swiper .swiper-slide{
  width: 8.54rem;

  position: relative;
  transform: scale(0.75);
}
.quality-sec3-swiper .swiper-slide-active{
  transform: scale(1.25);
}


.quality-sec3-item-img{ width: 100%; height: 3.8rem; overflow: hidden;}
.quality-sec3-item-img img{object-fit:contain;width: 100%;  height: 100%;}
.quality-sec3-item-txt{padding: .25rem 3vw;  color: rgba(255,255,255,1);font-size: 16px; text-align: center;}
.quality-sec4{padding: 0.5rem 0 1.67rem;}
.quality-sec4-con{margin-top: .67rem; /* justify-content: space-between; */}
.quality-sec4-con1{display: flex;margin-bottom: 30px;}
.quality-sec4-con2{display: flex;}
.quality-sec4-con1 .quality-sec4-item{width: 50%;margin-right: 20px;overflow: hidden;}
.quality-sec4-con2 .quality-sec4-item{width: 33.33%;margin-right: 20px;overflow: hidden;}
.quality-sec4-con2 .quality-sec4-item:nth-child(1) .quality-sec4-inner h6{text-align: left;}

.quality-sec4-item img{width: 100%;  height: 100%; object-fit: cover; transform: scale(1); transition: all 2.4s ease 0s;}
.quality-sec4-item-mask{left: 0; right: 0; top: 0; bottom: 0;  z-index: 5;background: rgba(34, 44, 66, 0.82); transition: all 2.4s ease 0s;}
.quality-sec4-txt{left: 0; right: 0; top: 0; bottom: 0;  display: flex; align-items: center; justify-content: center; z-index: 10;}
.quality-sec4-inner{ text-align: center; padding: .25rem;transition: height 2.4s ease 0s; height: 1.52rem; }
.quality-sec4-inner img{width: 40px; height: 40px; margin: auto;transition: all 2.4s ease 0s;}
.quality-sec4-inner h6{font-size: 16px;font-weight: 600;color: #FFFFFF;line-height: 26px; margin-top: .11rem; margin-bottom: .1rem;}
.quality-sec4-inner p{font-size: 16px;text-align: justify; color: #FFFFFF;line-height: 22px; opacity: 0; visibility: hidden; transform: translateY(16px); transition: all 2.4s ease 0s;}
/* .history-sec-allbox{ width: 200vw; transform: translate(-94.2vw,0);} */
/* .history-sec-allbox.on{transform: translate(-69vw,0);} */
.history-sec .swiper-container{ z-index: 3;width: 100%; }
/* .history-sec::before{position: absolute; content: ''; width: 38px; height: 38px; background: url(../images/dot.png) no-repeat; background-size: 100% 100%;left: 21vw;top: 50%;margin-top: -19px; z-index: 5;} */
/* 閸欐垵鐫嶉崢鍡欌柤 */
.his-dev{position: relative;margin: 60px 0;}
.his-dev .container2{position: relative;}
.his-dev .ind-title{position: absolute;left: 0;top: 0;z-index: 1;}
.his-list::before{position:absolute;content: "";border-left: 2px dotted #8B9CBA;left: 50%;top: 0;width: 1px;height: 100%;display: block;}
.his-list ul{position: relative;padding-left: 0;}
.his-list ul::before{position: absolute;content: ""; left: 46%;top: 0;border-left: 1px solid #ddd;width: 1px;height: 100%;}
.his-list ul::after{position: absolute;content: ""; right: 46%;top: 0;border-left: 1px solid #ddd;width: 1px;height: 100%;}
.his-list ul li{}
.his-list ul li:nth-of-type(2n-1) .his-list-crip{margin-left: 56%;}

.his-list ul li:nth-of-type(2n){}
.his-list ul li:nth-of-type(2n-1) .his-list-con{}
.his-list ul li:nth-of-type(2n) .his-list-con{}
.his-list-con .his-dot{background: #2F5597;width: 14px;height: 14px;border-radius: 100%;position: absolute;left: 50%;transform: translateX(-50%);}
.his-list-con i{font-style: normal;font-size: .32rem;color: #2F5597;font-weight: bold;}
.his-list-con .his-list-crip img{width: 100%;}
.his-list ul li .his-list-crip p{text-align: justify;}
.his-list ul li:nth-of-type(2n) .his-list-crip{width: 50%;text-align: right;padding-right: 6%;}

.his-list ul li:nth-child(1) .his-list-crip p,.his-list ul li:nth-child(3) .his-list-crip p,.his-list ul li:nth-child(5) .his-list-crip p{text-align: left;}
.his-list ul li:nth-child(8) .his-list-crip p{text-align: right;}
.his-list ul li:nth-of-type(2n) .his-list-crip img{}
.his-list-con p{padding: 10px 0;font-size: 16px;}
/*.history-sec::after{position: absolute; content: '';z-index: 2; left: 22vw;  top: 50%; width: 78vw; height: 1px; background: #C2C3C3; margin-top: -0.5px;}
.history-sec .swiper-slide{ width: 11.2vw; height: 4.4rem; position: relative;z-index: 5; }
.slide-up{padding-top: .65rem; transition: all .5s;}
.history-item{position: relative; width: 100%; height: 100%;  transition: all .5s; z-index: 12; position: absolute; left: -10%; width: 170%; }
.history-item.item-up{padding-top: .69rem;}
.history-item.item-down{transform: translateY(98%);}
.history-item-img{width: 100%; height: 2.1rem;  margin-bottom: .17rem;}
.history-item img{ object-fit: cover; width: 100%; height: 100%;}
.history-item-mask{ left: 0; top: 0; right: 0; bottom: 0; background: rgba(47, 85, 151, 0.85); opacity: 0; visibility: hidden; transition: all .5s; z-index: 5;}
.history-item-txt{position: relative; left: 0; top: 0;   transition: all .5s; z-index: 105;transition: all .5s;}
.history-item-txt.down-active-txt{display: none;}
.history-item.item-down .history-item-txt{padding-top: .3rem; padding-bottom: .15rem;}
.history-item .history-item-txt h6{font-size: 16px;font-weight: 600; color: #333333; line-height: 25px; transition: all .5s;}
.history-item-txt p{font-size: 14px;font-weight: 400; color: #333333; line-height: 20px; transition: all .5s;}
.history-item-txt .his-year{font-size: .32rem;font-weight: bold;color: #2F5597;line-height: .39rem;font-family: "din-bold"; display: inline-block;  margin-top: .3rem;}
.his-dot{display: inline-block; width: 22px; height: 22px; position: relative; border: 2px solid #2F5597; border-radius: 50%; position: absolute; bottom: -5px; left: .5rem;}
.his-dot::before{position: absolute; content: ''; width: 14px; height: 14px; background: #2F5597; border-radius: 50%; left: 50%; top: 50%; margin-left: -7px; margin-top: -7px;z-index: 10;}
.his-dot::after{position: absolute; content: ''; width: 1px; height: 20px;background: #2F5597; left: 50%;  margin-left: -1px; }
.item-up .his-dot::after{top: -20px;}
.item-down .his-dot{top: -5px;}
.item-down .his-dot::after{top: unset;bottom: -20px;}
.history-sec .swiper-slide-active{ width: 62.5vw; height: 8.7rem; position: relative; margin-left: -45vw;z-index: 50;}
.history-sec .swiper-slide-active::before{position: absolute; content: ''; width: 38px; height: 38px; background: url(../images/dot.png) no-repeat; background-size: 100% 100%;left: 24vw;top: 50%;margin-top: -19px; z-index: 25;}
.history-sec .swiper-slide-active::after{position: absolute;content: '';z-index: 20; left: 25vw;  top: 50%; width: 78vw; height: 1px; background: #C2C3C3; margin-top: -0.5px;}
.history-sec .swiper-slide-active .history-item{ width: 100%;left: 0; padding-top: 0;transform: translateY(0);}
.history-sec .swiper-slide-active .history-item .history-item-mask{opacity: 1; visibility: visible;}
.history-sec .swiper-slide-active .history-item .history-item-txt{position: absolute;left: 2.03rem; right: 2.03rem; top: 1.95rem; text-align: center;  color: #ffffff; padding-top: 0; padding-bottom: 0;}
.history-sec .swiper-slide-active .history-item.item-down .history-item-txt{display: none;}
.history-sec .swiper-slide-active .history-item .history-item-txt.down-active-txt{display: block;}
.history-sec .swiper-slide-active .history-item .history-item-txt h6{font-size:.4rem;font-weight: 600; color: #FFFFFF;line-height: 56px;}
.history-sec .swiper-slide-active .history-item .history-item-txt p{font-size: 24px;color: #FFFFFF;line-height: 33px;}
.history-sec .swiper-slide-active .history-item .history-item-txt span{color: #ffffff;font-size: .61rem;line-height: .74rem; margin-top: .12rem;}
.history-sec .swiper-slide-active .history-item .history-item-img{ height: 100%; width: 100%;}
.history-sec .swiper-slide-active .history-item .his-dot{ display: none;}
.history-sec .swiper-button-prev{left: .6rem;}
.history-sec .swiper-button-next{right: .6rem;}*/
/* 閼斤綀鐛曠挧鍕窛瀵顢� */
.honor-big-box{ position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 1000;  align-items: center; justify-content: center; display: none;}
.honor-big-box.on{display: flex;}
.honor-img-box{position: relative; width: 40vw; background: #fff;  padding: .5rem;  }
.honor-img-box img{margin: auto; max-width: 100%;}
.honor-close{display: block; width: .5rem; height: .5rem; border: 1px solid #999; border-radius: 50%; background: #fff; top: -0.25rem; right: -0.25rem; position: absolute; cursor: pointer;}
.honor-close::before,.honor-close::after{position: absolute; content: ''; width: .2rem; height: 2px; background: #999; left: 50%; top: 50%;  margin-top: -1px;margin-left: -0.1rem;}
.honor-close::before{ transform: rotate(45deg);}
.honor-close::after{transform: rotate(135deg);}
@media(min-width: 1000px){
  .news2-item:hover{background: #2F5597;}
  .news2-item:hover .news2-time span, .news2-item:hover .news2-txt h5,.news2-item:hover .news2-txt p{color: #ffffff;}
  .news2-item:hover .news2-more .news-more-txt{opacity: 1;}
  .news2-item:hover .news-more-icon{border: 1px solid rgba(255,255,255,0.2);}
  .news2-item:hover .news-more-icon::after{background: url('../images/news-more-w.png') no-repeat; background-size: 100% 100%;}
  .section1-list-item:hover img,.sec3-apply-list img:hover,.address-item:hover,.ab1-sec1-con-left-item:hover img{transform: translateY(-10px);}
  .contact-sec3-item:hover{box-shadow: 0px 15px 30px 0px rgba(62, 62, 62, 0.15); background: #2F5597;}
  .contact-sec3-item:hover  h6, .contact-sec3-item:hover  h6 span, .contact-sec3-item:hover  p,.contact-sec3-item:hover  p a{color: #ffffff;}
  .newsdel-btn a:hover span,.newsdel-btn a:hover p{color: #2F5597;}

  .address-box-item:hover .address-box-item-txt p:nth-child(1){font-weight: 600; color: rgba(255,255,255,1);}
  .pro1-list-item:hover > img{transform: scale(1.3);}
  .pro1-list-item:hover  .pro1-item-mask{background: rgba(31, 83, 174, 0.74);}
  .address-box-item:hover  .address-box-item-img img:nth-child(1){opacity: 1;}
  .address-box-item:hover .address-box-item-img img:nth-child(2){opacity: 0;}
  .address-list  .address-item:last-child:nth-child(3n + 2) ,.news1-list  .news1-list-item:last-child:nth-child(3n + 2){
    margin-right: calc((100% - 32%) / 2);
  }
.pro1-list-item:hover .pro1-item-txt{top: 15%;align-items: unset;}
  .pro1-list-item:hover .pro1-item-txt div .pro1-item-txt-p2{ opacity: 1; visibility: visible; transform: translateY(0);}
  .pro1-list-item:hover  .pro1-item-txt div .pro1-item-txt-p1{margin-top: .3rem;}
  /* .pro2-sec6-list  .pro2-sec6-item:last-child:nth-child(4n + 2) {
    margin-right: calc((100% - 22.5%) / 3 * 2);
  }
  .pro2-sec6-list  .pro2-sec6-item:last-child:nth-child(4n + 3) {
    margin-right: calc((100% - 22.5%) / 3 * 1);
  } */
  .news1-list-item:hover{ background: #2F5597;}
  .news1-list-item:hover .news1-list-item-title span, .news1-list-item:hover .news1-list-item-title h4, .news1-list-item:hover .news1-more span{ color: #ffffff;}
  .news1-list-item:hover  .news-more-icon{border:  1px solid rgba(255,255,255,1);}
  .news1-list-item:hover  .news-more-icon::after{background: url(../images/news-more-w.png) no-repeat; }
  .abcul-sec3-item:hover img{transform: scale(1.1);}
  .abrespon-sec3-item:hover{background: #2F5597;}
  .abrespon-sec3-item:hover p,.abrespon-sec3-item:hover  span{ color: #fff;}
  .abrespon-sec3-item:hover .pdficon img:nth-child(1), .abrespon-sec3-item:hover .downicon img:nth-child(1){ opacity:0; visibility: hidden;}
  .abrespon-sec3-item:hover .pdficon img:nth-child(2),.abrespon-sec3-item:hover .downicon img:nth-child(2){opacity: 1; visibility: visible;}
  .small-cir-pos span:hover img{transform: rotate(90deg);}

  .quality-sec4-item:hover .quality-sec4-item-mask{ background: rgba(41, 88, 170, 0.74)}
  .quality-sec4-item:hover .quality-sec4-inner{height: auto;}
  .quality-sec4-item:hover .quality-sec4-inner p{ opacity: 1; visibility: visible; transform: translateY(0);}
  .contact-item:hover{transform: translateY(-10px);}
  .pro2-sec6-item:hover .pro2-sec6-item-img img,.sub-nav .sub-nav-left img:hover,.video-slide-box:hover .video-img,.pro2-sec1-img:hover img,.quality-sec4-item:hover img,.section6-content .section6-img:hover img,.abrespon-sec2-item:hover  .abrespon-sec2-item-img img{transform: scale(1.1);}
  .ab1-honor-swiper .swiper-slide img:hover{ transform: scale(1.3);}

  .quality-sec1-list1-item:hover{background: #0E59D1;}
  .quality-sec1-list1-item:hover  h5,.quality-sec1-list1-item:hover  p{color: #ffffff;}
  .quality-sec1-list1-item:hover .quality-item-img-box img:nth-child(1){opacity: 0; visibility: hidden;}
  .quality-sec1-list1-item:hover .quality-item-img-box img:nth-child(2){opacity: 1; visibility: visible;}
}
@media all and (max-width:1300px){
  .ql-item-title p{font-size: 14px;}

}
@media all and (max-width:780px) {
	.aboutm-about .col:nth-of-type(2) .aboutm-p{width: 100%;padding-right: 0;margin-bottom: 20px;margin-top: 20px;}
	
	.banner-txt1{width: 100% !important;}
	.aboutm-dev-cont{    padding: 50px;text-align: center;}
	.aboutm-dev-cont .common-more{margin: 0 auto;}
	.aboutm-pesp{background-size: 100% auto;background-position: right bottom;}
	.aboutm-pesp-cont .aboutm-pesp-crip{width: 100%;}
	.aboutm-about2 .ab1-sec1-con-left-list{padding: 20px 0;}
	.his-list{position: relative;margin-top: 40px;}
	.his-dev .ind-title{position: relative;text-align: center;}
	.pro3-crip dl dt{font-size: 18px;padding-bottom: 10px;}
	.pro3-crip dl dd{font-size: 16px;line-height: 30px;}
	.busi-cont p{font-size: 22px;}
	.ab1-cir-img,.ab1-cir-logo{display: none;}
	.small-cir-pos{position: relative !important;left: unset !important;top: unset !important;width: unset;height: unset;display: flex;
	margin-bottom: 20px;align-items: center;}
	.sc-txt{position: relative;width: unset !important;margin-left: 10px;flex: 1;}
	.ab1-sec2-con{justify-content: left;}
	.sc-txt-right{width: 5rem;left: unset !important;}
	.ab1-sec2{height: auto;}
	.abcul-sec1-con-right ul li{margin: 0;}
	.contact-sec2-txt h5{font-size: .34rem;line-height: .45rem;}
	.contact-sec2-txt{padding: 0 30px;}
	.common-more i{font-size: 14px;}
	.pro-adv-list p{font-size: 16px;}
	.quality-sec4-con .quality-sec4-item{width: 100%;margin-right: 0;}
  .quality-sec4-con1,.quality-sec4-con2{flex-wrap: wrap;}
  .quality-sec4-con1 .quality-sec4-item{height: 450px;}
  .sec3-apply-outbox .sec3-apply-list > div:nth-child(2) {margin: 0 2%;}
  
}
@media (max-width: 1660px){
	.pro2-sec1-con-right{padding-top: 0;}
}
@media (max-width: 1600px){
	.header-search{display: none;}
}
@media (max-width: 1500px){
  .section6-txt{padding: .45rem .8rem;}
  .section1-list-item p{max-width: 66%;}
  header{padding: 0 .5rem;}
  .banner-txt1{/* width: 50%; */}
  .header-nav ul li >a{font-size: 16px;}
}
@media (max-width: 1200px){
  .contact-sec4-item .item-tab1{width: 55%;}
  .contact-sec4-item .item-tab4{width: 29%;}
  .address-box{padding-top: .16rem;padding-left: 2.9%;padding-right: 4.5%;}
  
}

@media (max-width: 1048px){
    .abcul-sec1-con-right ul li{height:208px;}
    .abcul-sec1-con-right-txt{padding-right: 0;}
}

@media (max-width: 990px){
  #section0{height: 100vh; overflow: hidden; }
  #section0 .swiper-container .swiper-slide img{height: 100%; width: 100%; object-fit: cover;}
  .weui-flex-warp{ flex-wrap: wrap;}
  .weui-flex-warp-item{ width: 100% !important;}
  .m-none{display: none !important; }
  .pad30-m{padding: 30px !important;}
  .more-box::after{width: .3rem; left: -.185rem; margin-top: -1px;}
  .common-more{width: 2rem;height: .65rem;line-height: .65rem;}
  .ind-title h5{font-size: .5rem;}
  .ind-title span,.section3-right-item-txt .section3-right-item-txt-p h6,.address-item-txt h6{font-size: 18px;}
  .ind-title p{font-size: 18px; line-height: .4rem;}
  header{height: 60px;padding: 0 .3rem;box-shadow: 0 4px 5px rgb(0 0 0 / 10%); }
  .logo{width: 2rem; height: 26px;}
  .header-nav{position: fixed; top: 60px;left: 0;right: 0; bottom: 0; background: #fff;box-sizing: border-box; display: none;  height: auto;margin-left: 0;  overflow-y: auto; overflow-x: hidden;}
  .header-nav ul li >a{color: #333;}
  .sub-nav{padding: 0 30px;}
  .sub-nav .sub-nav-right{padding: 0;}
  .sub-nav .nav-item a{margin-bottom: 0rem; width: 100%;}
  .header-nav ul{flex-wrap: wrap;  width: 100%; height: unset;}
  .header-nav ul li{border-bottom: 1px solid rgba(226, 226, 226, 1);width: 100%;height: unset; flex-wrap: wrap;}
  .header-nav ul li >a{width: 100%;text-align: center; line-height: 60px;}
  .sub-nav{position: relative; top: 0; height: 0;}
  .sub-nav.on{height: 100%;}
  .sub-nav .nav-item a{justify-content: center;}
  .sub-nav .nav-item .more-box{display: none;}
  .banner-txt{left: 30px; right: 30px;}
  #section1{background-size: 100% auto; background-position: left bottom;}
  .section1-left .section1-txt,.pro3-sec2-con-left-txt{max-width: 100%;}
  .section1-left{padding-top: 30px; padding-right: 0;}
  .section1-list-box{  height: unset; bottom: -8rem;}
  .section1-list-item{margin-bottom: .1rem; padding: .2rem ;}
  .section1-list-item p{font-size: 16px; line-height: 26px; max-width: 60%;}
  .section1-list-item:not(:last-child)::after{background:transparent; }
  .section1-list-item:not(:last-child){border-bottom: 1px solid #EBEBEB;}
  #section2{height: unset; background: url(../images/m_bgimg2.jpg) no-repeat; background-size: 100% 100%; overflow: hidden;margin-top: 4rem;}
  #section2 .section2-txt{padding-top: 4rem; width: 100%;padding-right: 0;}
  #section2.pro_sec .section2-txt{padding-top: 30px; }
  #section2 .gif-box{width: 100%; padding-top: 15px;}
  .section2-p2,.section3-content .section3-content-left p,.section6-txt .section6-p2,.ql-item-title p,.pro2-sec1-con-right-up p,.pro4-sec3-con-left p,.ind-title p.quality-sec2-p,.quality-sec1-con-right-txt h4, .quality-sec1-con-right-txt p,.abrespon-sec2-item-txt p{font-size: 14px;}

 
  footer .footer-list ul{width: 100%;}
  footer .footer-list ul li .footer-sub{ display: none; margin-bottom: 30px;}
  footer .footer-list ul li >p{padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.3); position: relative;}
  footer .footer-list ul li >p::after{position: absolute; content: ''; top: 50%; right: 10px; width: 10px; height: 10px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); margin-top: -5px; transition: all .5s ;}
  footer .footer-list ul li >p.on::after{ transform: rotate(135deg);right: 10px;}
  footer .footer .footer-content-top .footer-left,.footer-right{padding-top: 30px;}
  footer .footer-logo{width: 2.6rem;}
  .footer-right-code img{width: 2rem; }
  footer .copyright p{font-size: 12px;}
  .inner-banner{height: 5rem;}
  #section1 .section1-left{padding-right: 0;}
  .section3-content .section3-content-right{padding-left: 0; margin-top: .3rem;}
  #section4{background-size: 100% 100%;}
  .sec3-list,.ind-title p.quality-sec2-p{max-width: 100%;}
  .sec3-plus{margin-left: .5rem;}
  .section4-p2{font-size: 16px !important; margin-bottom: .5rem;}
  #section5{background: url(../images/bgimg5.jpg) no-repeat ; background-size: 100% 100%;}
  #section5 .ind-title, #section5 .news-list{margin-left: 15px; margin-right: 15px;}
 #section0 .swiper-button-next, #section0 .swiper-button-prev{top: 95vh;}
 .banner-info{top: 91vh;}


    .aboutm-about2{flex-wrap: wrap;}
    .aboutm-about2 .ab1-sec1-con-left-list{width: 100%;}
    .aboutm-about2 .aboutm-img{width: 100%;}
    .aboutm-about2 .ab1-sec1-con-left-list{margin-bottom: 0;}
    .aboutm-cult-cont a{padding: 50px 2px 40px;}
    .aboutm-cult-cont a{width: 50%;}
    .abcul-sec1-con-right ul li{margin-right: 30px;height: 128px;width: 100%;}
  

 .quality-list .quality-list-item{margin-bottom: .3rem; height: unset;}
 .ql-item-img{position: relative;}
 .my-swiper-scrollbar{width: 1rem;    left: calc(5% + .4rem);}
 .banner-page-num{width: 1.9rem;top: 91.5vh;left: 5%;}
 .section1-left .section1-txt p,.section1-left .section1-txt p span,.contact-item-txt h6,.pro4-sec2-con-left-txt p{font-size: 16px;}
 .contact-sec1-right{position: relative; width: 100%; margin-top: .3rem;}
 .section6-txt{position: relative; top: 0;}
 .section6-content .section6-img,.ab1-sec1-con-left-list{width: 100%;}
 #section2 .section2-txt,.contact-sec1 .contact-txt,.ab1-sec1-con-left-txt,.ab1-sec3-con-txt,.pro4-sec2-con-left-txt,.pro4-sec3-con-left-txt{max-width: 100%;}
 .contact-sec4-item{padding: 0 15px; height: 120px;}
 .contact-sec4-item-con{padding: 30px;}
 .contact-sec4-item .item-tab1{width: 52%;}
.contact-sec4-item .item-tab2{width: 0%;}
.contact-sec4-item .item-tab3{width: 0%;}
.contact-sec4-item .item-tab4{width: 38%;}
.contact-sec4-item .item-tab5{width: 10%;}
.contact-sec4-item .item p{font-size: 14px;}

.news2-item{justify-content: flex-end; padding: 30px 15px; }
.news2-time{width: 2rem; margin-right:.2rem;padding-top: .2rem; }
.news2-txt { max-width: calc(100% - 2.2rem);}
.news2-more{margin-top: .3rem;}
.job-box-con,.map-box,.news1-list-item-img{height: unset;}
.job-form{width: 95%;}
.address-box,.pro2-sec1-img{position: relative;  width: 100%;height: unset;}
.pro1-item-txt{left: 15px; right: 15px;}
.pro1-item-txt div .pro1-item-txt-p2{opacity: 1; visibility: visible;}
.pro2-sec1-con-right{padding-top: 30px; padding-right: 15px; padding-left: 15px; padding-bottom: 30px; min-height: unset; height: unset;}
.pro2-sec1-con-right-up p{line-height: .45rem;}
.pro2-sec1-list{margin-top: 1rem; position: relative; left: unset; bottom: unset;}
/* .pro2-sec6-item{width: 48%;} */
.quality-sec1-2-item{width: 15%; margin-right: 10px;}
.quality-sec2-box{padding: 30px 60px;}
.quality-sec3-swiper .swiper-slide{width: 3rem;}
.quality-sec4-item{width: 100%; margin-bottom: .3rem;}
.about1-ban{height: 9rem;}
.ab1-honor-swiper .swiper-slide img{margin: auto;}
.ab1-honor-swiper .swiper-pagination.swiper-pagination-fraction{top: 81%; left: 0;}
.ab1-honor-swiper .swiper-scrollbar{top: 90%; width: 35vw; left: unset; right: 1rem;}
.sc-txt-right{left: -1rem;width: 2rem;top: unset;margin-top: unset;}
.sc-txt{line-height: 19px;font-size: 12px;}
.sc-txt-left{left: unset;width: 2rem;top: unset;margin-top: unset;direction: ltr;}
.ab1-sec3,.ab1-sec1{padding: .2rem 0 1rem;}
.ab1-sec1-con-left-list{margin-top: .5rem; margin-bottom: .5rem;}
.abcul-sec1-con-left{padding-left: 0; margin-bottom: .3rem;}
.abcul-sec1-con-right-txt{padding-right: 0;}
.abcul-sec1-con-left-img{display: none;}
.honor-img-box{max-width: 90%;}
.honor-img-box video{height: unset; }
.abrespon-sec1{padding: .5rem 0 0;}
.abrespon-sec3-item{padding: 15px;}
.abrespon-sec3-item span{margin-right: 10px;}
.abrespon-sec3-item p{padding: 0 0.1rem;}
.abrespon-sec2-swiper .swiper-container-horizontal>.swiper-scrollbar{ width: 3rem; top: 84%;}
.history-sec .swiper-slide-active .history-item .history-item-txt{left: 30px; top: 30px; right: 30px;}
/* .history-sec::before{left: 20vw;} */
.history-sec .swiper-slide-active .history-item .history-item-txt h6{font-size: .3rem;}
.history-sec .swiper-slide-active .history-item .history-item-txt p{font-size: 16px; line-height:26px ;}
.history-sec .swiper-slide-active{width: 100vw; margin-left: 0;}
.history-sec .swiper-button-next, .history-sec .swiper-button-prev{top: 65%;}
.video-con-box{margin-top: 0;padding-bottom: .8rem;}
.video-slide-box{height: unset;}
.video-slide-box .video-img{object-fit: contain;}
.history-sec .swiper-slide-active::before{left: 23vw;}
.quality-sec4-inner p{ opacity: 1; height: auto; visibility: visible;}
.pro1-sec1-con-right{padding-left: 0;}

.quality-sec3-swiper .swiper-slide,.quality-sec3-swiper .swiper-slide-active{transform: scale(1);}
.honor-img-box{width: 85vw;}
.quality-sec4-inner{height: auto;}
.item_3_pw90{width: 75%;}
.quality-sec1-list1-item h5{color: #2F5597; font-weight: 600;}
.abcul-sec3-item-txt span{font-size: 20px;}
.abcul-sec3-item-txt p{font-size: 16px;line-height: 22px;height: 44px;}
.small-cir-pos.sc-pos4  .sc-txt-left{left: unset;}
}
@media (max-width: 370px){
  .sc-pos5{left: -2%;}
  .sc-pos2{left: 80%;}
}
#section0 .swiper-slide .banner-txt{transform: translateY(40%); transition: all 1s ease; transition-delay: 0.3s; opacity: 0;}
#section0 .swiper-slide.active .banner-txt{transform: translateY(0); opacity: 1;}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.delay600{
  -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -ms-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
}
.delay900{
  -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -ms-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -o-animation-delay: .9s;
}



@keyframes myfadeup{
  0%{
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);}
    100%{
      opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
}
.myfadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes point1 {
  0% {
    transform:scale(.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(.8);
  }
}

.point1 {
  -webkit-animation-name: point1;
  animation-name: point1;
}

@keyframes bigtosmall {
  0% { 
  opacity: 1;
  -webkit-transform: scale(1.2); 
  -ms-transform: scale(1.2); 
  transform: scale(1.2);
  }
  100% { 
  opacity: 1;
  -webkit-transform: scale(1); 
  -ms-transform: scale(1); 
  transform: scale(1);
  }
}
.bigtosmall{
  -webkit-animation-name: bigtosmall;
  animation-name: bigtosmall;
  transform-origin: 50% 50%;
}

.h-100 {
  height: 100%!important;
}
.w-100 {
  width: 100%!important;
}
.position-relative {
  position: relative!important;
}

.history-banner .container2{margin: auto;}
.history-banner .inner-banner-txt p{ margin-bottom: .3rem;}
.history-banner .play-box{width: .8rem; height: .8rem; margin: auto; cursor: pointer;}