/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
 @import url('bootstrap.min.css');
 @import url('swiper.min.css');
 @import url('animation.css');
 @import url('jquery.fancybox.min.css');
 @font-face {
   font-family: 'SY';
   src: url('../fonts/SourceHanSansCN-Normal.ttf');
 }
 
 
 
 /* reset css start */
 html {
  font-size: 40px;
  overflow-x: hidden;
 }
 
 body {
  font-family: 微软雅黑, Arial, Tahoma, sans-serif;
  color: #262626;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 16px;
 }

 .pageWrap{
  position: relative;
 }
 
 
 :root {
   --primary: #3e618d;
   --main:#5e2f66;
 }

 
 *:focus {
   outline: none;
 }
 
 * a{
   color: #262626;
 }
 
 * a:hover{
   text-decoration: unset;
   cursor: pointer;
   color: var(--primary);
 }
 
 p{
   margin-bottom: 0;
 }
 
 img {
   max-width: 100%;
   height: auto;
 }
 
 ul{
   margin-left: -40px;
   margin-bottom: 0;
   list-style: none;
 }
 
 img{
   image-rendering: -moz-crisp-edges; /* Firefox */
   image-rendering: -o-crisp-edges; /* Opera */      
   image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
   image-rendering: crisp-edges; 
   -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
 }

 .sp65{
  padding: 1.5rem 0;
 }

 .div-img{
  overflow: hidden;
 }

 .over-h{
  overflow: hidden;
 }
 
 .page-wrapper{
   position: relative;
   height: 100%;
 }
 
 .container-fluid{
   max-width: 1400px;
   margin: auto;
   padding-left: 5%;
   padding-right: 5%;
 }
 
 /* Header */
 .mainHeader{
   position: fixed;
   width: 100%;
   z-index: 999;
   
 }

 .mainHeader.on{
  box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
 }

 .mainHeader .d1{
  padding: 15px 0;
 }

 .mainHeader .d1 img{
  max-height: 90px;
 }
 
 .mainHeader .d2{
   padding-left: 25px;
 }
 
 .mainHeader .pnav{
   position: relative;
 }
 
 .mainHeader .pnav>a{
   display: block;
   padding: 15px 25px;
   color: #fff;
   /*transition: all .3s;*/
   font-size: 16px;
   font-weight: bold;
 }
 
 .mainHeader .pnav:hover>a{
   color: #fff;
   /* background-color: rgba(23, 43, 137, 0.75); */
 }
 
 .mainHeader .pnav .sub-menu{
   position: absolute;
   background-color: #2668ca;
   /* background-color: rgba(23, 43, 137, 0.55); */
   overflow: hidden;
   z-index: 999;
   display: none;
 }
 
 .mainHeader .pnav .sub-menu a{
   padding: 15px 35px;
   display: block;
   min-width: 150px;
   width: 100%;
   color: #fff;
 }

 .mainHeader.on{
  background-color: #fff;
 }

 .mainHeader .language span{
   display: inline-block;
 }

 .mainHeader .language img{
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
 }
 
 .mainHeader .pnav.language:hover>a{
  background-color: unset;
  font-weight: bold;
 }

 .mainHeader.on .pnav>a{
  color: #333;
  font-weight: bold;
 }


 
 

 /* mobile menu */
 .mHeader,.mobile-inner-nav{
   display: none;
 }

 .banner{
  overflow: hidden;
  position: relative;
 }

 .banner .swiper-container .swiper-wrapper .swiper-slide{
  overflow: hidden;
  position: relative;
 }

 .banner .swiper-container .swiper-wrapper .swiper-slide .div-img img {
  width: 100%;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .div-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
  -moz-transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
  -o-transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
  transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
}

.banner .div-text{
  position: absolute;
  width: 100%;
  top: calc(50% - 100px);
  left: 0;
  color: #fff;
  z-index: 999;
  overflow: hidden;
}

.banner .div-text h2{
  font-size: 50px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
  position: relative;
  padding-top: 20px;
}

.banner .div-text h2:after{
  position: absolute;
  content: "";
  width: 100px;
  height: 6px;
  background-image:linear-gradient(to right, var(--primary), #1e7d45);
  left: 0;
  top: 0;
  border-radius: 10px;
}

.banner .div-text p{
  overflow: hidden;
}

.banner .div-text p.endes{
  font-size: 26px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.banner .div-text p.des{
  font-size: 22px;
  letter-spacing: 3px;
  max-width: 850px;
}

.banner .readMore{
  margin-top: 35px;
}

 .banner{
    --swiper-pagination-color: var(--primary);/* 两种都可以 */
  }

.div-page a{
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border:1px solid #dadada;
  transition: all .3s;
  margin-left: 5px;
}

.div-page .page-num-current,.div-page a:hover{
  color: #fff;
  background-color: var(--primary);
}

.prev-next{
  margin-top: 25px;
}


div.readMore a{
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  overflow: hidden;
}

div.readMore a svg{
  display: inline-block;
  fill: #fff;
  width: 22px;
  margin-left: 5px;
}

/* 关于我们 */
.commonTit h3{
  font-size: 36px;
  color: #262626;
  font-weight: bolder;
  margin-bottom: 10px;
}

.commonTit h3 font{
  color: var(--primary);
}

.commonTit h3 span{
  font-size: 16px;
  color: #8e9092;
  font-weight: lighter;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.aboutSection{
  background-color: #f1f5f8;
  background-image: url(../images/about/about-bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.aboutSection .div-text{
  padding-top: 25px;

}

.aboutSection .div-text p{
  line-height: 30px;
  text-indent: 30px;
  margin-bottom: 15px;
}

.aboutSection .div-text .readMore2{
  margin-top: 35px;
  margin-bottom: 15px;
}

.readMore2 span{
  display: inline-block;
  padding: 8px 35px;
  border: 2px solid var(--primary);
  color: var(--primary);
  border-radius: 25px;
  transition: all .6s;
}

.readMore2 a:hover span{
  background-color: var(--primary);
  color: #fff;
}

.aboutNum{
  margin-top: 45px;
  margin-bottom: 25px;
}

.aboutNum .num .d1{
  font-size: 40px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(left,#3e618d,#5e2f66,#1e7d43);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aboutNum .num .d1 font{
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-left: 3px;
  color: var(--primary);
}

.aboutNum .num p{
  color: #999;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
  border: 1px solid var(--primary)!important;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pbtn{
  position: absolute;
  right: 0;
  bottom: 0;
}

.pbtn span{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #262626;
  border-radius: 50%;
  position: relative;
}

.pbtn span:nth-child(1) svg{
  transform: rotate(-180deg);
}

.pbtn span svg{
  display: block;
  width: 45px;
  margin-top: 11px;
}

.pbtn span:hover{
  background-color: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  cursor: pointer;
  transition: all .3s;
}

.pbtn span:hover svg{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.pbtn span.s1{
  margin-right: 25px;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/* 产品中心 */

.proLists .list .div-img img{
  width: 100%;
  border: 1px solid #e8e8e9;
}

.proLists .list .div-text{
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 45px;
  border: 1px solid #e8e8e9;
  overflow: hidden;
  padding-left: 35px;
}

.proLists .list .div-text p{
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.proLists .list .div-text .d2{
  min-width: 46px;
  width: 46px;
  min-height: 46px;
  height: 46px;
  text-align: center;
  line-height: 40px;
  border-radius: 45px;
  transition: all .3s;
}

.proLists .list .div-text .d2 img{
  transition: all .3s;
}

.proLists .list:hover .div-img{
  overflow: hidden;
}

.proLists .list:hover .div-img img{
  transition: all .6s;
}

.proLists .list:hover .div-img img{
  transform: scale(1.1);
}

.proLists .list:hover .div-text .d2{
  background-color: var(--primary);
}

.proLists .list:hover .div-text .d2 img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}


/* 净化车间 */
.cjSection{
  background-image: url(../images/chejian/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cjSection .commonTit h3{
  color: #fff;
  margin-bottom: 5px;
}

.cjSection .commonTit p{
  color: #bcc0d7;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.swipercj{
  margin-top: 35px;
}

.swipercj .swiper-slide {
  width:978px;
  transition-timing-function:linear;
}
@media only screen and (max-width:1200px){
.swipercj  .swiper-slide {
      width:770px;
    }
}
@media only screen and (max-width:980px){
  .swipercj  .swiper-slide {
      width:471px;
    }
}
@media only screen and (max-height:480px){
  .swipercj  .swiper-slide {
      width:471px;
    }
}
.swipercj .swiper-slide img{
  width:100%;
}

.swipercj .swiper-button-next, .swipercj  .swiper-button-prev{
  width:86px;
  height:112px;
  background-size:86px 112px;
  margin-top:-56px;
  outline:none;
}

.swipercj .swiper-button-next span, .swipercj  .swiper-button-prev span{
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 43px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.swipercj .cjbtn span:hover{
  background-color: var(--primary);
}

.swipercj .cjbtn:hover img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cjbtn:after{
  display: none;
}


.swipercj  .swiper-button-next{
 
}
.swipercj  .swiper-button-prev{
    transform: rotate(180reg);
}		

.swipercj  .swiper-slide-next a,.swipercj  .swiper-slide-prev a{
  position: relative;
  display: block;
}

.swipercj  .swiper-slide-next a::after,.swipercj  .swiper-slide-prev a::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
}

.newsSection{
background-image: url(../images/news-bg.jpg);
background-size: cover;
background-attachment: fixed;
  /*background-color: #f1f5f8;*/
}

.newsSection .commonTit{
  margin-bottom: 35px;
}

.newsLists{
  margin-top: 25px;
}

.newsLists .newsLeft a{
  display: block;
}

.newsLeft .div-img{
  overflow: hidden;
}

.newsLeft .div-img img{
  width: 100%;
  transition: all .6s;
}

.newsLeft .div-text{
  padding: 15px;
  background-image: url(../images/news/bg.png);
  background-size: cover;
  color: #fff;
}

.newsLeft .div-text p{
  height: 56px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsRight{
  background-color: #fff;
}

.newsRight .nav-pills a{
  display: block;
  padding: 20px 20px 20px 20px;
  position: relative;
  z-index: 2;
}

.newsRight .nav-pills a.active{
  color: #fff;
}

.newsRight .nav-pills a.active:after{
  position: absolute;
  content: "";
  width: calc(100% + 65px);
  height: 100%;
  left: -65px;
  top: 0;
  background-color: var(--primary);
  z-index: -1;
}

.readMore3{
  text-align: right;
  padding-right: 20px;
}

.readMore3 a{
  display: inline-block;
}

.readMore3 a img{
  display: inline-block;
  margin: 15px 0 15px 15px;
}

.newsRight  .tab-pane img{
  width: 100%;
}

.mainFooter{
  background-color: #263f5e;
  color: #fff;
}

.mainFooter a{
  color: #fff;
}

.mainFooter .infos .item{
  max-width: 335px;
}

.mainFooter .infos .div-img{
  min-width: 45px;
  margin-right: 25px;
}

.mainFooter .infos .item p.p2{
  font-size: 26px;
  font-weight: bold;
  color: #2668ca;
}

.mainFooter .fastLink{
 /* padding: 45px 0;
  margin-top: 45px;
  border-top: 1px solid #687181;
  border-bottom: 1px solid #687181;*/
}

.mainFooter .div-logo{
  padding-right: 65px;
  margin-right: 65px;
  border-right: 1px solid #687181;
  height: 100%;
}

.mainFooter .div-logo p.des{
  font-size: 14px;
  margin-top: 25px;
}

.mainFooter p.title{
  font-size: 18px;
  margin-bottom: 25px;
}


.mainFooter ul li a{
  width: 100%;
  display: block;
  padding-right: 25px;
  position: relative;
  padding-bottom: 15px;
}

/*.mainFooter ul li a:after{
  position:absolute;
  content: "→";
  right: 0;
}*/

.mainFooter .item{
  padding-right: 30px;
}

.copyright{
  font-size: 13px;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #687181;
}

/* 关于我们 */
.pagetitle{
  position: relative;
  color: #fff;
  z-index: -1;
}

.pagetitle .div-text{
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  top: 45%;
}

.pagetitle .div-text p.title{
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  letter-spacing: 3px;
}

.pagetitle .div-text p.title::after{
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}


.pagetitle .current_wz{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 0;
}

.pagetitle .current_wz a{
  color: #fff;
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
}

.pagetitle .current_wz img{
  margin-right: 3px;
}

.b_bot{
  background-color: #f1f5f8;
  border-bottom: 2px solid #d6d8da;
}

.b_bot span{
  display: inline-block;
  padding: 30px 25px 25px 25px;
  position: relative;
  color: var(--primary);
  font-weight: bold;
}

.b_bot span::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--primary);
  bottom: -2px;
  left: 0;
}

.b_bot a{
  display: inline-block;
  padding: 30px 25px 25px 25px;
  position: relative;
  font-weight: bold;
}

.b_bot a.active{
  color: var(--primary);
}

.b_bot a.active::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--primary);
  bottom: -2px;
  left: 0;
}

.b_bot a:not(:last-child)::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #b8bbbe;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.aboutSection2{
  background-image: unset;
}

.aboutSection2 .commonTit h3 font{
  font-size: 24px;
  font-weight: bold;
}

.aboutSection2 .div-text p{
  text-indent: 0;
}

.st1{
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}


.curturl>div{
  line-height: 30px;
}

.btit{
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  font-family: 'Arial';
  margin-bottom: 25px;
}

.btit p{
  color: var(--primary);
}

.aboutSection2 .bimg{
  max-width: 120px;
}

.nhonorSec{
  padding: 85px 0;
  background-image: url(../images/about/earth.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.nhonorSec .commonTit h3{
  color: #fff;
}

.nhonorSec .commonTit{
  margin-bottom: 45px;
}

.ncontact{
  padding: 85px 0;
  background-color: #f1f5f8;
}

.ncontact .title{
  font-size: 30px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 35px;
}

.ncontact .item{
      margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8dadc;
}

.ncontact .item .d1{
  min-width: 35px;
  width: 35px;
}

/*.nmessage{
  padding: 85px;
  background-image: url(../images/contact/message-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nmessage .commonTit h3{
  color: #fff;
}

.nmessage .commonTit{
  margin-bottom: 45px;
}
*/
.nmessage form input,.nmessage form textarea{
  display: block;
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 15px;
}

/*.nmessage .main{
  max-width: 800px;
  margin: auto;
}
*/
.nmessage form .sub{
  text-align: center;
}

.nmessage form .sub button{
  border: none;
  margin-top: 25px;
  padding: 5px 35px;
  background: #ccc;
  color: #fff;
}

.nmessage form .sub button:hover{
  background:var(--primary);
}

.nmessage form .sub button:focus{
 /* border: none;
  margin-top: 25px;
  padding: 5px 35px;
  background: #ccc;
  color: #fff;*/
}

.nproSection{
  padding-top: 65px;
  padding-bottom: 85px;
  background-color: #f1f5f8;
}

.proSection{
  background-image: url(../images/pro-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.proSection .commonTit{
  margin-bottom: 35px;
}

.mainSlider .title{
  font-size: 26px;
  font-weight: bold;
  padding: 35px 25px;
  color: #fff;
  background-image: url(../images/product/title-bg.jpg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.mainSlider .title{
  font-size: 26px;
  font-weight: bold;
  padding: 35px 25px;
  color: #fff;
  background-color: var(--primary);
}

.mainSlider{
  background-color: #fff;
  display: block;
}

.mainSlider ul{
  margin-left: -40px;
}

.mainSlider .item{
  margin-bottom: 4px;
  border-bottom: 4px solid #eef1f6;
}

.mainSlider .card-header{
  display: block;
  padding-left: 15px;
  border-bottom: unset;
  background-color: #fff;
  transition: padding-left .6s ease-out;
}

.mainSlider .card-header.active button.btn-title{
  color: var(--primary);
  font-weight: bold;
}

.mainSlider .card-header:hover{
  padding-left: 25px;
}

.mainSlider .card-header button.btn-title{
  padding: 0 15px 0 30px;
  display: block;
  position: relative;
  box-shadow: none;
  font-size: 16px;
  border:none;
  background: #fff;
}

.mainSlider .card-header button:not(.collapsed)::after{
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/product/jiantou.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--primary);
  left: 0;
}

.mainSlider .card-header button.collapsed::after{
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/product/hengxian.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mainSlider .card-header button:not(.collapsed){
  color: var(--primary);
}





.mainSlider .card-header:hover a{
  color: var(--primary);
}

.mainSlider .item-c{
  padding-left: 35px;
  padding-bottom: 25px;
  padding-right: 15px;
  transition: padding-left .6s ease-out;
}

.mainSlider .item-c a{
  display: block;
  font-size: 14px; 
}

.mainSlider .item-c a:hover,.mainSlider .item-c a.active{
  color: var(--primary);
}

.mainSlider .item-c a:not(:last-child){
  margin-bottom: 10px;
}

.mainSlider ul li a{
  display: block;
  padding: 20px;
  border-bottom: 3px solid #f1f5f8;
}

.mainSlider ul li a:hover{
  background-color: #163964e6;
  color: #fff;
}


.nproLists .item{
  margin-bottom: 25px;
  overflow: hidden;
  background-color: #fff;
}

.nproLists .item a{
  display: block;
  transition: all .6s;
}

.nproLists .item .div-img{
  position: relative;
  overflow: hidden;
}

.nproLists .item .div-img img{
  transform: scale(1);
  transition: transform .6s ease;

}

.indexProLists .list{
  border:1px solid #eee;
  margin-bottom: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}

.indexProLists .list .div-text{
  padding: 15px 15px;
  text-align: center;
  transition: all .6s;
}

.indexProLists .list .div-img{
  overflow: hidden;
}

.indexProLists .list .div-img img{
  width: 100%;
  transition: all .6s;
}

.indexProLists .list:hover .div-text{
  background-color: var(--primary);
  color: #fff;
}

.indexProLists .list:hover .div-img img{
  transform: scale(1.1);
}


.nproLists .item .more{
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translate(-100%,-100%);
}

.nproLists .item .div-text p{
  padding: 15px;
  border-top: 1px solid #dadada;
}

.nproLists .item:hover .more{
  transform: translate(0,0);
}

.nproLists .item:hover a{
  color: var(--primary);
  font-weight: bold;
}

.nproLists .item:hover .div-img>img{
  transform: scale(1.1);
}

.conSection .pcontitle{
   display: block;
   font-size: 30px;
   font-weight: bold;
   margin-bottom: 35px;
   padding-bottom: 15px;
   position: relative;
}

.conSection .pcontitle:after{
  position: absolute;
  content: "";
  width: 35px;
  height: 4px;
  background-color: var(--primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nproSection .commonTit{
  margin-top: 45px;
}

.proDetail h2.ptitle{
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid var(--primary);
}

.proDetail .con{
  margin: 25px 0;
}

.proDetail .con a+a{
  margin-left: 25px;
}

.proDetail .d2 .d-title span{
  display: inline-block;
  padding: 10px 45px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-top-right-radius: 25px;
  background-color: var(--primary);
}

.proDetail .d2 .d-title{
  margin-top: 35px;
}

.proDetail .d2  .content{
  padding: 20px;
  background-color: #fff;
  min-height: 250px;
}

/* 新闻中心 */
.nnewsSec{
  padding: 85px 0;
  background-color: #f1f5f8;
}

.nnewsSec a.item{
  display: block;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 25px;
}

.nnewsSec a.item p.title{
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.nnewsSec a.item p.des{
  font-size: 14px;
  margin: 10px 0;
  color: #676767;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.nnewsSec a.item .meta span{
  display: inline-block;
  padding-left: 25px;
}

.nnewsSec a.item .meta .d1 span{
  background-image: url(../images/news/date.png);
  background-repeat: no-repeat;
  background-position: left;

}

.nnewsSec a.item .meta .d2 span{
  background-image: url(../images/news/arrow.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 15px;
  height: 15px;
}

.nnewsSec a.item:hover .d2 span{
  background-image: url(../images/news/arrow-active.png);
}

.nnewsSec a.item:hover .d1 span{
  background-image: url(../images/news/date-active.png);
}


.nnewsDetail{
  padding: 85px 0;
  background-color: #f1f5f8;
}

.nnewsDetail .main h2.title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.nnewsDetail .main{
  background-color: #fff;
  padding: 30px 15px;
}

.nnewsDetail .main .mata{
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}

.nnewsDetail .main .content{
  min-height: 250px;
}

.prev-next{
  margin-top: 25px;
}

.ncjSection{
  padding: 85px 0;
  background-color: #f1f5f8;
}

.ncjSection a.item{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

.ncjSection a.item .mask{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.ncjSection a.item .mask img{
  transition: all .6s;
  transform: translateY(150%);
  opacity: 0;
  
}

.ncjSection a.item .div-img{
  position: relative;
  z-index: 1;
}

.ncjSection a.item .div-img::after{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: #1f48a86e;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: all .6s;
}

.ncjSection a.item:hover .div-img::after{
  opacity: 1;
  width: 100%;
}

.ncjSection a.item:hover .mask img {
  opacity: 1;
  transform: translateY(0);
}

.ncjSection a.item .cjTit{
  padding: 15px;
  background-color: #fff;
}

.ncjSection a.item:hover .cjTit{
  color: var(--primary);
}

.caseSection .commonTit{
  margin-bottom: 35px;
}

.caseSection .swiper-button-prev:after{
  color: var(--primary);
}

.caseSection .swiper-button-next:after{
  color: var(--primary);
}

.caseSection .swiper-slide a{
  display: block;
  position: relative;
}

.caseSection .swiper-slide a .div-mark{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(64,97,140,.6);
  transition: all .6s;
}

.caseSection .swiper-slide a .div-mark span{
/*  display: inline-block;
  width: 45px;
  height: 4px;
  background-color: #fff;*/
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 35px;
  color: #fff;
}

.caseSection .swiper-slide a:hover .div-mark{
  height: 100%;
}


.newsLeft a{
  display: block;
  overflow: hidden;
  position: relative;
}

.newsLeft a .div-img{
  overflow: hidden;
}

.newsLeft a .div-img img{
  transition: all .6s;
  width: 100%；
}

.newsLeft p.tit{
  position: absolute;
  padding: 15px 15px;
  background-color: rgba(0,0,0,.2);
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
}

.newsLeft a:hover img{
  transform: scale(1.1);
}

.newsListRight .item{
  margin-bottom: 15px;
}

.newsListRight .item a{
  padding: 15px;
  display: block;
  background-color: #f5f5f5;
  
}

.newsListRight .item a .date{
  color: var(--primary);
  text-align: center;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}

.newsListRight .item a p.p1{
  font-size: 30px;
}

.newsListRight .item  p.title{
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.newsListRight .item  p.des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  line-height: 24px;
}

.pagination  a{
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border:1px solid #eee;
  margin: 0 5px;
}

.pagination  a.page-num-current{
  color: #fff;
  background-color: var(--primary);
}












			




 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 