/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
 @import url('bootstrap.min.css');
 @import url('swiper.min.css');
 @import url('animation.css');
 @font-face {
   font-family: 'SY';
   src: url('../fonts/SourceHanSansCN-Normal.ttf');
 }
 
 
 
 /* reset css start */
 html {
  font-size: 40px;
  scroll-behavior: smooth;
  overflow-x: hidden;
 }
 
 body {
  font-family: 'SY',微软雅黑, Arial, Tahoma, sans-serif;
  color: #262626;
  background-color: #fff;
  overflow-x: hidden;
 }
 
 
 :root {
   --primary: #62bdb1;
   --main:#cb4148;
 }

 *{
  font-size: 16px;
 }
 
 *: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) */
 }

 .bm{
  overflow: hidden;
 }

 .sp65{
  padding: 1.5rem 0;
 }

 .div-img{
  overflow: hidden;
 }

 .over-h{
  overflow: hidden;
 }
 
 .page-wrapper{
   position: relative;
   height: 100%;
 }
 
 .container-fluid{
   max-width: 1700px;
   margin: auto;
   padding-left: 5%;
   padding-right: 5%;
 }
 
 /* Header */
 .mainHeader{
   background-color: #FFF;
 }
 
 .mainHeader .d2{
   padding-left: 3.5rem;
 }
 
 .mainHeader .pnav{
   position: relative;
 }
 
 .mainHeader .pnav>a{
   display: block;
   padding: .75rem .5rem;
 }
 
 .mainHeader .pnav:hover>a{
   color: var(--primary);
 }
 
 .mainHeader .pnav .sub-menu{
   position: absolute;
   background-color: var(--primary);
   overflow: hidden;
   z-index: 999;
   display: none;
 }
 
 .mainHeader .pnav .sub-menu a{
   padding: .25rem .5rem;
   display: block;
   min-width: 150px;
   width: 100%;
   color: #fff;
 }

 .mainHeader .d3 a{
  display: inline-block;
  padding: 5px 15px 5px 15px;
  color: #fff;
  background-color: var(--primary);
  border-radius: 3px;
 }

 .mainHeader .d3 a:hover{
  background-color: #cb4148;
 }


 
 

 /* mobile menu */
 .mHeader,.mobile-inner-nav{
   display: none;
 }

 .banner{
  overflow: hidden;
  padding-bottom: 65px;
  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%;
  text-align: center;
  top: 30%;
  left: 0;
  color: #fff;
  z-index: 999;
  overflow: hidden;
}

.banner .div-text h2{
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.banner .div-text p{
  overflow: hidden;
  letter-spacing: 5px;
  font-size: 18px;
}

.banner .div-text p.p3{
  font-size: 1rem;
  font-weight: bold;
}

.numSection{
  position: absolute;
  width: 80%;
  max-width: 1700px;
  bottom: 0;
  right: 0;
  z-index: 1;

}

.numSection .d1{
  width: 100%;
  background-color: var(--primary);
  padding: 1.5rem 0 1.5rem 0;
}

.numSection .d1 .item{
  color: #FFF;
  position: relative;
  text-align: center;
}


.numSection .d1  .item1{
      min-width: 200px;
    padding: 0 25px;
  
}

.numSection .d1  .item1::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 92%;
  background-color: #fff;
  right: 0;
  top: 16%;
}

.numSection .d1 .item strong{
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  padding-right: 5px;
}

.numSection .mouse{
  position: relative;
}

.numSection .mouse img{
  margin-bottom: .4rem;
  padding-top: 1.25rem;
  animation: move 1s alternate ease-out infinite;
}

@keyframes move{
  from{
    transform: translateY(-.3rem);
  }

  to{
    transform: translateY(0);
  }
}

.numSection .mouse::after{
  position: absolute;
  content: "";
  width: 1px;
  height: .8rem;
  background-color: #fff;
  top: 0;
}

.numSection  h2{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.numSection .dm{
  display: none;
}

/* 关于我们 */
.commonTit h4{
  font-size: 1.2rem;
  color: #000;
  font-weight: bolder;
  margin-bottom: .1rem;
}

.commonTit h4 span{
  color: var(--primary);
  font-size: 1.2rem;
}

.aboutSection .commonTit{
  margin-bottom: 1.5rem;
}

.readMore a{
  display: inline-block;
  padding: 5px 35px;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #000;
  position: relative;
}

.readMore a.active{
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.readMore a+a{
  margin-left: 15px;
}


/* 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);
}

.aboutSection .main h2.title{
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 15px 0;
}

.aboutSection .main .des p{
  line-height: 24px;
  margin-bottom: 10px;
}

.aboutSection .main .tbs{
  margin-top: 25px;
}

.aboutSection .main .tbs img{
  display: block;
  transition: all .6s;
  max-width: 100%;
}

.fzSection .commonTit{
  margin-bottom: 1.2rem;
}

.fzSection a.item{
  display: block;
  position: relative;
}

.fzSection a.item .div-text{
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(0);
  transition: all .6s;
}

.fzSection a.item .div-text p{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.fzSection a.item .div-img{
  position: relative;
}


.fzSection a.item .div-img::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  opacity: .3;
  transition: all .6s;
}

.fzSection a.item:hover .div-img::after{
  height: 100%;
}

.fzSection a.item:hover .div-text{
  bottom: 50%;
  transform: translateY(50%);
}

/* 产品推荐 */
.proSection{
   background-color: #f9f9f9;
}

.proSection .commonTit{
  position: relative;
}

.proSection .div-lists {
  margin-top: 1rem;
}

.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;
}

.div-lists  .swiper-slide a{
  display: block;
  position: relative;
  background-color: #fff;
}

.div-lists  .swiper-slide .div-img{
  padding-bottom: 85px;
  background-color: #fff;
}

.div-lists  .swiper-slide .div-text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px;
  text-align: center;

}

.div-lists  .swiper-slide .div-text p.cn{
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.div-lists  .swiper-slide .div-text p.en{
  color: #b0b0b0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.div-lists  .swiper-slide .div-img img{
  transition: all .6s;
}

.div-lists  .swiper-slide a:hover img{
  transform: scale(1.1);
}

/* 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) */
}

.caseSection .main{
  margin-top: 1.25rem;
}

.caseSection .main .div-left{
  position: relative;
  color: #fff;
}

.caseSection .main .div-left .div-img{
  max-height: 680px;
}

.caseSection .main .div-left .div-text{
  position: absolute;
  width: 100%;
  top: 20%;
  padding: 20px;
  transform: translateY(-25%);
}


.caseSection .main .div-left .more{
  max-width: 165px;
  margin-top: 30%;
  margin-bottom: 10%;
}

.caseSection .main .div-left h4.title{
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 25px;
  position: relative;
}

.caseSection .main .div-left h4.title::after{
  position: absolute;
  content: "";
  width: 35px;
  height: 4px;
  background-color: #fff;
  left: 0;
  bottom: 0px;
}

.caseSection .div-right .item{
  display: block;
  margin-bottom: 3%;
}


.caseSection .div-right .item .div-text{
  padding: 15px 0;
}

.caseSection .div-right .item .div-text p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.caseSection .div-right .item .div-img img{
  transition: all .6s;
}

.caseSection .div-right .item:hover .div-img img{
  transform: scale(1.1);
}

/* 新闻资讯 */
.newsSection .nMiddle .d1 h4,.newsSection .nMiddle .d1 h4 span{
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  color: #8b8b8b;
}

.newsSection .nMiddle .d1 h4 span{
 color: var(--primary);
}

.newsSection .nMiddle .d2{
  margin-bottom: 25px;
}

.newsLists a.item{
  display: block;
  padding: 20px;
  border: 1px solid #f3f3f3;
  color: #262626;
  transition: all .6s;
}

.newsLists a.item h2.title{
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.newsLists a.item p.des{
  color: #676767;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  margin: 15px 0;
}

.newsLists a.item .meta{
  color:#aaaaaa;
  padding-left: 15%;
  position: relative;
}

.newsLists a.item .meta::after{
  position:absolute;
  content: "";
  width: 10%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #afafaf;
}

.newsLists a.item .meta span{
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  background-image: url(../images/time.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 22px;
}

.newsLists a.item:hover{
  background-color: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}

.newsLists a.item:hover .meta{
  color: #fff;
}

.newsLists a.item:hover p.des{
  color: #fff;
}

.newsLists a.item .div-img img{
  transition: all .6s;
}

.newsLists a.item:hover .div-img img{
  transform: scale(1.1);
}

.newsLists a.item:hover .meta span{
  background-image: url(../images/time-w.png);
}

.newsLists a.item:hover .meta::after{
  background-color: #fff;
}

.newsLists2 a.item{
  display: block;
  padding: 20px;
  border: 1px solid #f3f3f3;
  color: #262626;
  transition: all .6s;
}

.newsLists2 h2.title{
  margin-top: 25px;
   font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsLists2 p.des{
  color: #676767;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  margin: 15px 0;
}

.newsLists2 a.item{
  margin-bottom: 25px;
}

.newsLists2 a.item .meta{
  padding-left: 0;
}

.newsLists2 a.item .meta::after{
  display: none;
}

.newsLists2 a.item .div-img img{
  transition: all .6s;
}

.newsLists2 a.item:hover .div-img img{
  transform: scale(1.1);
}

.newsLists2 a.item:hover h2.title{
  color: var(--primary);
}

.newsLists2 a.item:hover .meta{
  color: var(--primary);
}

.newsLists2 a.item .m1 svg{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.newsLists2 a.item .meta span{
  display: inline-block;
}

.newsLists2 a.item .m1 span{
  overflow: hidden;
}

.newsLists2 a.item .m2 span{
  overflow: hidden;
}

.newsLists2 a.item .meta time{
  display: inline-block;
  color: #b8b8b8;
}

.newsLists2 a.item:hover svg{
  filter: drop-shadow(32px 0 0 var(--primary));
  -webkit-filter: drop-shadow(32px 0 0 var(--primary));
  transform: translate(-100%);
}

.newsLists2 a.item:hover time{
  color: var(--primary);
}



/* 底部 */
.mainFooter{
  background-color: var(--primary);
  color: #ffffff;
  margin-top: 35px;
}

.mainFooter .main{
  padding: 65px 0;
}

.mainFooter .d1 {
  position: relative;
}

.mainFooter .d1 .links{
  margin-top: 25px;
}

.mainFooter .d1 .links a{
  display: inline-block;
  width: 56px;
  height: 56px;
  padding: 10px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}

.mainFooter .d1 .links a svg{
  display: block;
  width: 100%;
}

.mainFooter .d1 .links a .mask{
  display: none;
  position: absolute;
  width: max-content;
  background-color: #fff;
  padding: 10px;
}

.mainFooter .d1 .links a:hover .mask{
  display: block;
}

.mainFooter .d2{
  border-left: 1px solid rgba(255, 255, 255, .8);
  border-right: 1px solid rgba(255, 255, 255, .8);
  margin: 0 3%;
  padding: 0 3%;
  min-width: 40%;
}

.mainFooter .d2 ul li{
  display: block;
}

.mainFooter .d2 p.title{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.mainFooter .d2 ul li a{
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.mainFooter .d3 strong{
  font-size: 1rem;
  display: block;
  margin-bottom: 25px;
}

.mainFooter .d3 div{
  margin-bottom: 15px;
}

.mainFooter .copyright{
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, .8);
}

.mainFooter .copyright a{
  color: #fff;
}

/* 关于我们 */
.pagetitle {
  position: relative;
}

.pagetitle .div-text{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pagetitle .div-text h3{
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}

.pagetitle .div-text h3::after{
  position: absolute;
  content: "";
  width: 30%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-color: var(--primary);
}

.curSite{
  border-bottom: 1px solid #a8a8a8;
}

.curSite .d1{
  padding: 25px 3px;
}

.curSite .d1 span{
  display: inline-block;
  margin: 0 5px;
}

.curSite .d1 img{
  vertical-align: text-bottom;
}

.curSite .d2 a{
  display: inline-block;
  padding: 25px 25px;
}

.curSite .d2 a.active{
  background-color: var(--primary);
  color: #fff;
}

.aboutSec .mainTxt {
  max-width: 750px;
  margin-left: auto;
  padding: 0 5%;
}

.aboutSec .since{
  position: relative;
  text-align: right;
  font-size: 1.2rem;
  margin: 25px 0;
}

.aboutSec .since strong{
  font-size: 1.2rem;
  color: var(--primary);
}

.aboutSec .since::after{
  position: absolute;
  content: "";
  width:calc(100% - 300px);
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #ccc;
}

.aboutSec .commonTit p.des{
  font-size: 18px;
  margin-top: 15px;
}

.aboutSec div.des p{
  line-height: 30px;
  margin-bottom: 15px;
}

.serviceSec{
 
  background-color: #f6f6f6;
  background-image: url(../images/about/service.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.serviceSec .commonTit p.des{
  margin-bottom: 35px;
  margin-top: 25px;
}

.serviceSec .div-text{
  position: relative;
  padding: 25px 15px;
}

.serviceSec .items{
  display: inline-block;
  border-top: 1px solid #e5e5e5;
}

.serviceSec .items .item{
  padding: 15px 65px 15px 25px;
  border-bottom: 1px solid #e5e5e5;
}

.serviceSec .items .item span{
  font-size: 20px;
  font-weight: bold;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 35px;
}


/* 联系我们 */
.conSec{
  padding-top: 65px;
  position: relative;
  z-index: 1;
}

.conSec .main{
  background-color: #f5f5f5;
}

.conSec .infos{
  background-color: var(--primary);
  color: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.conSec .infos .div-infomain{
  padding: 20px 15px 105px 15px;
  border: 1px solid #fff;
}

.conSec .infos .div-infomain .info img{
  width: 20px;
  max-width: 20px;
}

.conSec .infos .wxc{
  position: absolute;
  bottom: 45px;
  right: -45px;
  max-width: 80%;
}

.conSec .infos .ctitle{
  font-size: 18px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.conSec .infos .ctitle::after{
  position:absolute;
  content: "";
  width: 35px;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.conSec .info p{
  margin-bottom: 15px;
}

.conSec .info p span{
  display: inline-block;
  margin-left: 5px;
}

.conSec .tel{
  margin-top: 45px;
  padding-top: 15px;
  border-top: 1px solid #fff;
}

.conSec .tel .ttitle{
  font-size: 20px;
}

.conSec .tel strong{
  display: block;
  font-size: 36px;
  font-style: italic;
}

.conSec .div-form{
  padding: 20px;
  max-width: 100%;
}

.conSec .div-form input{
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 15px 25px;
  border-radius: 25px;
  margin-top: 25px;
  border: none;
}

.conSec input::placeholder{
  color: #bdbdbd;
}

.conSec input::-moz-placeholder{
  color: #bdbdbd;
}

.conSec .div-form .title{
  font-size: 30px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 15px;
  text-align: center;
}

.conSec .div-form button{
  display: block;
  width: 60%;
  min-width: 200px;
  margin: 35px auto;
  padding: 10px 15px;
  border: none;
  border-radius: 25px;
  background-color: var(--primary);
  color: #fff;
}

.conSec .xsInfos{
  padding: 20px;
}

.conSec .xsInfos .ctitle{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.conSec .xsInfos .item{
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #62bdb11f;
}

.conSec .xsInfos .item p{
  margin-bottom: 10px;
}

.conSec .xsInfos .item p span{
  font-weight: bold;
}

.nproSection{
  padding-top: 65px;
  padding-bottom: 85px;
  background-color: #fff;
}

.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 bottom;
  background-repeat: no-repeat;
  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: #f8f8f9;
  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 25px;
  display: block;
  position: relative;
  box-shadow: none;
  font-size: 18px;
  border:none;
  background: #f8f8f9;
}

.mainSlider .card-header button.btn-title:after{
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: var(--primary);
  left: 0;
  top: 50%;
}

.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;
  background-color: #f8f8f9;
}

.mainSlider .item-c a{
  display: block;
  font-size: 16px; 
}

.mainSlider .item-c a:hover,.mainSlider .item-c a.active{
  color: var(--primary);
}

.mainSlider .item-c a:not(:last-child){
  margin-bottom: 10px;
}

.nproLists .item{
  margin-bottom: 25px;
  overflow: hidden;
  background-color: #f8f8f9;
}

.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;

}

.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);
}

.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);
}


.conSection{
  overflow: hidden;
}

.conSection .main{
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border-radius: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center;
  padding: 65px 20px;
  background-image: url(../images/product/earth.jpg);
  background-size: cover;
  overflow: hidden;
}

.conSection .main h2{
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.conSection .main h2 span{
  color: var(--primary);
  font-size: 30px;
}

.conSection .main .item{
  position: relative;
}

.conSection .main .item:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a6abaa;
  right: -5%;
}

.conSection .main .itemL:after{
  opacity: 0;
}

.conSection .main .item p.p2{
  font-size: 26px;
  font-weight: bold;
  color: var(--primary);
}

.conSection .main .item strong{
  display: block;
  font-size: 20px;
  margin:15px 0;
}

.conSection .ttitle p{
  font-size: 28px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
  font-weight: bold;
}

.conSection .ttitle p::after{
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  background-color: var(--primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.proD .main h2.title{
  font-size: 20px;
  font-weight: bold;
  color: var(--primary);
  border-left: 4px solid var(--primary);
  padding-left: 5px;
  display: block;
}

.proD .main .desT{
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}

.proD .main .contact{
  margin-top: 15%;
}

.proD .main .contact a{
  display: inline-block;
}

.proD .main .contact a+a{
  margin-left: 15px;
}

.proD .main .div-img{
  background-color: #f8f8fa;
}

.proD .content .title{
  display: inline-block;
  border: 1px solid var(--primary);
  border-top-right-radius: 30px;
  margin-top: 35px;
}

.proD .content .title a,.proD .content .title span{
  padding: 15px 45px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-top-right-radius: 25px;
}

.proD .content .title .active span{
  background-color: var(--primary);
  color: #fff; 
}

.proD .content .title a{
  color: var(--primary);
}

.proD .con-text{
  padding: 25px 20px;
  min-height: 350px;
  background-color: #f8f8f9;
}

/* 新闻详情 */

.newsDet .main{
  background-color: #f8f8f8;
  padding: 35px 20px;
  
}
.newsDet .main h2.title{
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}

.newsDet .main .meta{
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 25px;
}

.newsDet .main .content-text{
  min-height: 250px;
}

.prev-next{
  margin-top: 25px;
}


 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 