/*** 

====================================================================
  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;
   scroll-behavior: smooth;
   overflow-x: hidden;
 }
 
 body {
   font-family:微软雅黑,'SY', Arial, Tahoma, sans-serif;
   font-size: 16px;
   height: 100%;
   color: #000;
   position: relative;
   overflow-x: hidden;
   overflow-y: auto;
   -webkit-font-smoothing: antialiased;
 }
 
 body::-webkit-scrollbar{
   display: none;
 }
 
 :root {
   --primary: #e2231a;
   --main:#323232;
 }
 
 
 *:focus {
   outline: none;
 }
 
 a{
   color: #333333;
 }
 
 a:hover{
   text-decoration: unset;
   cursor: pointer;
 }
 
 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) */
 }

 .hd{
  overflow: hidden;
 }

 .sp65{
  padding: 65px 0;
 }
 
 .page-wrapper{
   position: relative;
   height: 100%;
 }
 
 .container-fluid{
   max-width: 1700px;
   margin: auto;
   padding-left: 5%;
   padding-right: 5%;
 }
 
 /* Header */
 .mainHeader{
   position:fixed;
   width: 100%;
   top:0;
   background-color:#fff;
   z-index: 9999;
   border-bottom: 1px solid rgba(255,255,255,.15);
   box-shadow: 0px 0px 8px 0 rgb(0 0 0 / 15%);
 }

 .mainHeader .d1 h1{
  margin-bottom: 0;
  font-size: unset;
 }
 
 .mainHeader .pnav{
   position: relative;
   display: inline-block;
 }
 
 .mainHeader .pnav>a{
  color: #000;
  display: block;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  font-size: 16px;
  font-weight: bold;
   padding: 30px 20px;
 }
 
 .mainHeader .pnav:hover>a{
   color: var(--primary);
 }
 
 .mainHeader .pnav .sub-menu{
   position: absolute;
   background-color: var(--primary);
   display: none;
 }
 
 .mainHeader .pnav .sub-menu a{
   padding: 10px 20px;
   display: block;
   min-width: 150px;
   width: max-content;
   color: #fff;
 }

 .mainHeader .d3{
  background-color: var(--primary);
  border-radius: 30px;
  transition: all .6s;
 }

 .mainHeader .d3:hover{
  background-color: #323232;
 }

 .mainHeader .d3>a{
    padding: 10px 25px;
    display: inline-block;
    min-width: 226px;
 }

 .mainHeader .d3>a span{
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    color: #fff;
    margin-left: 10px;
 }
 
 
 /* mobile menu */
 .mHeader,.mobile-inner-nav{
   display: none;
 }


/*banner*/
.banner{
  height: 650px;
}

.banner .swiper1{
  height: 100%;
}

.banner .swiper1 .swiper-wrapper{
  height: 100%;
}

.banner .swiper1 .swiper-slide{
  height: 100%;
}

.swiper1 .swiper-slide{
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: relative;
}

.swiper1 .swiper-slide .div-text{
  position: absolute;
  width: 100%;
  left: 0;
  top: 45%;
  transform: translateY(-40%);
  color: #fff;
  overflow: hidden;
}

.swiper1 .swiper-slide .div-text h2{
  font-size: 1.2rem;
}

.swiper1 .swiper-slide .div-text h2 span{
  display: inline-block;
}

.swiper1 .swiper-slide .div-text p.des{
  font-size: 18px;
  font-weight: lighter;
  max-width: 650px;
  margin-top: 10px;
  margin-top: 15px;
  line-height: 30px;
}

 .swiper1,.banner{
  height: 100%;
  position: relative;
  margin-top: 85px;
 }


 .swiper1 .banner-pagin{
  position: absolute;
  text-align: center;
  top: 50%;
  right: 25px;
}


.swiper1  .swiper-pagination-bullet{
  width: 13px;
  height: 13px;
  margin: 0 10px;
  background-color: #fff;
  opacity: .5;
}

.swiper1  .swiper-pagination-bullet-active{
  background-color: var(--primary);
  width: 15px;
  height: 15px;
  border: 1px solid var(--primary);
  opacity: 1;
}

.xw{
  padding: 15px 0;
  box-shadow: 2px 2px 30px 10px rgb(0 0 0 / 10%);
}

.xw .title p{
  font-size: 18px;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  width: max-content;
}

.xw .title p::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ccc;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.zyyw_msg li a{
  display: block;
  width: 100%;
}

.zyyw_msg li a span{
  color: #999;
  min-width: 90px;
}

.zyyw_msg li a p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.zyyw_msg_slide{
  padding: 10px;
  left: 40px;
  width: 100%;
}
.zyyw_msg_slide>li{
  margin-bottom: 20px;
}




.section{
  position: relative;
  padding: 85px 0;
}



.productSec .proLists{
  overflow: hidden;
}

.productSec .proLists .pLeft{
  height: 100%;
  background-image: url(../images/p-all.jpg);
  background-size: cover;
  margin-top: 35px;
  padding: 15% 20px;
}

.productSec .proLists .pLeft h3.title{
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.productSec .proLists .pLeft p.stitle{
  line-height: 30px;
  color: #fff;
}

.productSec .proLists .pLeft .readMore{
  margin-top: 45px;
}

.productSec .proLists .item{
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}

.productSec .proLists .div-text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all .6s;
}

.productSec .proLists .item:hover .div-text{
  transform: translateY(0);
  opacity: 1;
}

.productSec .proLists .div-text a{
  display: block;
  padding: 10px 15px;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.productSec .proLists .div-img{
  overflow: hidden;
}

.productSec .proLists .div-img img{
  width: 100%;
  transition: all .6s;
}

.productSec .proLists .item:hover .div-img img{
  transform: scale(1.1);
}

.productSec .readMore{
  margin-top: 25px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
  background-color: #fff;
}

#fp-nav ul li a{
  position: relative;
}

#fp-nav ul li a.active::after{
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  padding: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -5px;
  right: -4px;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
  width: 11px;
  height: 11px;
}



/* 关于我们 */

.aboutDSec h3.btitle{
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: 'SY';
  font-weight: bold;
  line-height: 36px;
}

.aboutDSec .cdes p{
  line-height: 28px;
  margin-bottom: 25px;
  max-width: 600px;
}

.aboutDSec h3.btitle span{
  color: var(--primary);
}

.aboutDSec .more{
  margin-bottom: 65px;
  margin-top: 45px;
}

.aboutDSec .more a{
  padding: 10px 35px;
  border: 1px solid var(--primary);
  color: var(--primary);
  display: inline-block;
  transition: all .6s;
}

.aboutDSec .more a:hover{
  border: none;
  color: #fff;
}

.aboutDSec .more a.a1{
  background-color: var(--primary);
  color: #fff;
  margin-right: 15px;
  
}

.aboutDSec .aboutNum{
  margin-bottom: 90px;
}


.aboutNum .item font{
  font-size: 30px;
  color: var(--primary);
}

.aboutNum .item svg{
  display: block;
  width: 55px;
  margin-right: 15px;
}

.aboutNum .item .d2 p{
  font-size: 14px;
  margin-top: -5px;
}

.aboutDSec .aboutTech {
  background-image: url(../images/aboutR.jpg);
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
}

.aboutDSec .aboutTech p.des,.aboutDSec .aboutTech .title{
  max-width: 400px;
}


.aboutDSec .aboutTech .title{
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'SY';
  font-weight: bold;
  line-height: 36px;
}

.aboutDSec .aboutTech p.des{
  line-height: 28px;
    margin-bottom: 25px;
}

.aboutSec{
  overflow: hidden;
  padding-top: 65px;
}

.commonTit h3.title{
  font-size: 30px;
  margin-bottom: 5px;
  display: inline-block;
}

.commonTit span{
  display: inline-block;
  margin-left: 15px;
}



.aboutSec div.cdes{
  margin-top: 25px;
}

.aboutSec div.cdes p{
  color: #595959;
  line-height: 24px;
  font-size: 14px;
}


.aboutSec .readMore{
  margin-top: 65px;
  margin-bottom: 25px;
}
.readMore a{

  display: inline-block;
  padding: 10px 45px;
  color: #fff;
  background-color: var(--primary);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  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.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:var(--main);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* 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;
  height: 100%;
  background: var(--main);
  -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;

}
.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);
}


.scopes{
  margin-top: 1.8rem;
}

.scopes .item{
  margin-bottom: 15px;
}
.scopes .item a{
  display: block;
  text-align: center;
  padding: 35px 20px;
  color: #fff;
  background-color: var(--primary);
  position: relative;
  z-index: 1;
}

.scopes .item a::after{
  position:absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: #024795;
  top: 0;
  left: -15px;
  z-index: -1;
  transition: all .6s;
}

.scopes .item a:hover::after{
  width: 110%;
}

.scopes .item a p{
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.scopes .item a svg{
  max-width: 100px;
  display: inline-block;
  fill: #fff;
}

.aboutSec .items {
  margin-top: 25px;
  margin-bottom: 15px;
}

.aboutSec .items a{
  display: block;
  background-color: var(--primary);
  border-radius: 50%;
  padding: 20px;
}

.aboutSec .items a svg{
  display: block;
  transition: all .6s;
  width: 80px;
  height: 80px;
}

.aboutSec .items a:hover{
  background-color: var(--main);
}

.aboutSec .items a:hover svg{
  transform: rotateY(180deg);
}

.aboutSec .items p{
  margin-top: 10px;
}

.sectionP{
  background-color: rgba(255,255,255,.02);
}

.sectionP .pmore svg{
  display: inline-block;
  margin-left: 15px;
}

.hvr-forward {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}


.honorSec{
  padding-top: 100px;
  padding-bottom: 65px;
  margin-top: -45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}

.honorSec .main{
  overflow: hidden;
}

.honorSec .main .commonTit{
  margin-top: 45px;
  margin-bottom: 35px;
  color: #fff;
}

.honorSec .main .commonTit a{
  color: #fff;
}

.swiperR-pagination .swiper-pagination-bullet-active{
  background-color: var(--primary);
}



.honor-lists .item .div-img{
  position: relative;
  padding: 15px;
  background: #f2f2f2;
}

.honorSec .overlay-link{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(0, 0, 0, 0.6);
}

.honorSec .overlay-link a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}


.honorSec .overlay-link a span{
  font-size: 30px;
  font-weight: normal;
  color: #cd3333;
  display: inline-block;
  margin-top: 55%;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #cd3333;
  border-radius: 50%;
}

.honorSec .overlay-link a img{
  position: absolute;
  top: calc(50% - 39px);
  left: calc(50% - 39px);
}

.honorSec .div-img:hover .overlay-link{
    opacity: 1;
}

.honorSec .div-img{
  overflow: hidden;
}
.honorSec .div-img>img{
  transition: all .6s;
}

.honorSec .div-img:hover>img{
  transform: scale(1.1);
}

.xsSec{
  padding-top: 35px;
  padding-bottom: 65px;
  background-color: #f1f1f1;
}

.xsSec .items{
  margin-top: 35px;
}

.xsSec .items .item{
  background-color: #fff;
  margin: 15px 0;
}

.xsSec .items .item a{
  display: block;
  position: relative;
  padding: 45px 20px;
  color: #333;
  position: relative;
  z-index: 1;
  transition: all .6s;
  min-height: 150px;
}

.xsSec .items .item a::after{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: all .6s;
  background-color: var(--primary);
  z-index: -1;
}

.xsSec .items .item svg{
  display: block;
  width: 65px;
  height: 45px;
  fill: var(--primary);
  transition:all .6s;
}

.xsSec .items .item:hover a{
  color: #fff;
}

.xsSec .items .item:hover a::after{
  width: 100%;
}

.xsSec .items .item:hover svg{
  fill: #fff;
}


.newsDSection{
  background-image: url(../images/news-bg.jpg);
  padding: 85px 0;
}

.newsDSection .common-title{
  background-color: unset;
}

.newsDSection a.tjNews{
  display: block;
  width: 100%;
  padding: 4%;
  background-image: url(../images/tj-bg.jpg);
  background-size: cover;
  color: #333;
  background-attachment: fixed;
}

.newsDSection .newsList{
  margin-top: 25px;

  overflow: hidden;
}

.newsDSection .ltitle{
  font-size: 24px;
  font-weight: bold;
  color: #262626;
  position: relative;
  padding-left: 20px;
}

.newsDSection .ltitle:before{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border:3px solid #4bb9a0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.newsDSection .ltitle span{
  color: #8b8b8b;
}

.newsDSection .rtitle a{
  display: inline-block;
  color: #262626;
  border:1px solid #d6d6d6;
  padding: 10px 35px;
  transition: all .3s;
}

.newsDSection .rtitle a+a{
  margin-left: 25px;
}

.newsDSection .rtitle a:hover{
  color: #fff;
  background-color: #4bb9a0;
  border:1px solid #4bb9a0;
}

.newsDSection .tjNews .title{
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newsDSection .tjNews  p.des{
  font-size: 14px;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsDSection .tjNews .more{
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
}

.newsDSection .tjNews .div-img{
  overflow: hidden;
}

.newsDSection .tjNews .div-img img{
  width: 100%;
  transition: transform .6s;
}

.newsDSection .tjNews:hover .div-img img{
  transform: scale(1.1);
}

.newsDSection .item{
  margin-bottom: 30px;
  padding-top: 15px;
  transition: all .3s;
}

.newsDSection .item a{
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #cecece;
}

.newsDSection .item .d1{
  text-align: center;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #cecece;
  transition: all .6s;
}

.newsDSection .item .d1 strong{
  font-size: 24px;
  display: block;
}

.newsDSection .item .d1 p{
  font-size: 14px;
  color: #aaaaaa;
}

.newsDSection .item .d2 .title{
  font-size: 20px;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.newsDSection .item .d2 p.des{
  font-size: 14px;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newsDSection .item:hover{
  background-color: var(--primary);
  /* background-image: url(../images/news/item-bg.jpg); */
  background-size: 100% 100%;
}


.newsDSection .item:hover .d1{
  padding-left: 15px;
}

.newsDSection .item:hover a{
  color: #fff;
}

.newsDSection .item:hover .d1 p{
  color: #fff;
}

.newsDSection .commonTit .title font{
  color: var(--primary);
}



/* 新闻中心 */

.sectionN .main{
  overflow: hidden;
}
.sectionN .news_all{
  background-image: url(../images/news_rt.jpg);
  height: 100%;
  padding: 65px 20px 35px 20px;
  color: #fff;
}

.sectionN .news_all .readMore a{
  overflow: hidden;
  border-radius: 25px;
}

.sectionN .news_all p.entitle{
  color: #fff;
}

.sectionN .news_all p.ndes{
  margin-top: 25px;
  margin-bottom: 45px;
}

.newsLists a.item{
  display: block;
  color: #333333;
}

.newsLists a.item .div-img {
  position: relative;
  overflow: hidden;
}

.newsLists a.item .div-img img{
  transition: all .6s;
  width: 100%;
}

.newsLists a.item .div-img span{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  background-color: #0000002e;
  color: #fff;
  padding: 5px 20px;
}

.newsLists a.item p.title{
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}

.newsLists a.item p.des{
  font-weight: lighter;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.newsLists a.item:hover p.title{
  color: var(--primary);
}

.newsLists a.item:hover .div-img img{
  transform: scale(1.1);
}



/* 底部导航 */
.sectionF{
  padding: 2.5rem 0;
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.sectionF .ftop{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #494949;
}

.sectionF .ftop span{
  font-weight: bold;
}

.sectionF .ftop a{
  color: #ffffff94;
  padding: 0 15px;
  display: inline-block;
  position: relative;
}

.sectionF .ftop a:hover{
  color: var(--primary);
}

.sectionF .ftop a::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ffffff94;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sectionF .fmiddle a{
  color: #ffffff94;
}

.sectionF .fmiddle .title{
  font-size: 20px;
  margin: 15px 0;
}

.sectionF .d1 span{
  color: #D3D3D3;
}

.sectionF .d1 p{
  margin-bottom: 5px;
}

.sectionF .tel{
  font-size: 30px;
  font-weight: bold;
  font-family: 'SY';
  color: var(--primary)!important;
  font-style: italic;
}
.copyright a{
  color: #fff;
}

.section.active .aboutSec .div-text,.section.active .newsLists .news_all,.sectionA.active .div-img1{
  animation: slideInLeft .8s;
}

.section.active .aboutSec .div-img,.section.active .newsLists .newsRight,.sectionA.active .list{
  animation: slideInRight .8s;
}

.sectionC .infos{
  color: #fff;
}

.sectionC .infos .info{
  margin-top: 25px;
}

.sectionC .infos .info p{ 
  margin-bottom: 10px;
  font-size: 14px;
}

.sectionC .infos .info p svg{
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.sectionC .infos .info p a{
  color: #fff;
}

.sectionC .infos .info strong{
  font-size: 20px;
}

.sectionC .div-form input{
  border-radius: 2px;
  padding-left: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  background: rgba(0,0,0,0);
  border: solid 1px rgba(255,255,255,0.3);
  box-shadow: 0px 0px 0px #fff;
  font-size: 14px;
  margin-bottom: 15px;
  color: #7b7b7b;
}

.sectionC .div-form textarea{
  border: solid 1px rgba(255,255,255,0.3);
  padding-left: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: rgba(0,0,0,0);
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffff;
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
  color: #7b7b7b;
} 

textarea:-moz-placeholder,input:-moz-placeholder{
   color:#7b7b7b;
} 

textarea::-moz-placeholder,input::-moz-placeholder{
  color: #7b7b7b;
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
  color: #7b7b7b;
} 

.sectionC .div-form button{
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: var(--primary);
  border: 2px solid var(--primary);
}


/* 关于我们 */
.pageTitle{
  position: relative;
  padding: 240px 0 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pageTitle .div-text{
  text-align: center;
}

.pageTitle .div-text span{
  font-size: 32px;
  color: #fff;
  font-weight: bold;
 letter-spacing: 5px;
}

.aboutSec2 .div-img{
  height: 100%;
  min-height: 450px;
  background-image: url(../images/compay.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 25px;
}

.aboutSec2 .cdes p strong{
  font-weight: bold;
}

.dhMenu {
  background-color: #f2f2f2;
}

.dhMenu ul{
  margin-left: -40px;
  display: block;
}

.dhMenu ul li{
  display: inline-block;
}

.dhMenu ul li a{
  display: block;
  padding: 15px 35px;
  position: relative;
  color: #666;
  font-size: 14px;
}

.dhMenu .d1 a{
  display: inline-block;
  padding: 15px 5px;
}


.dhMenu ul li.active a::after{
  opacity: 0;
}

.dhMenu ul li.active a,.dhMenu ul li.active a:hover{
  background-color: var(--primary);
  color: #fff;
}

.dhMenu ul li a:hover{
  color: var(--primary);
}

.conSec{
  margin-bottom: 65px;
}

.conSec .title{
  font-size: 26px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}

.conSec .stitle{
  font-size: 18px;
  font-weight: bold;
  color: #ccc;
  margin-bottom: 20px;
}

.conSec .infoLeft{
  background-color: #f7f7f7;
  height: 100%;
  padding: 45px 20px;
}

.conSec .infoLeft .qr{
  display: inline-block;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 25px;
}

.conSec .infos p{
  margin-bottom: 10px;
  line-height: 28px;
}

.conSec .infos p svg{
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.conSec .infoRight{
  background-color: #b7000be0;
  color: #fff;
  height: 100%;
  padding: 65px 5%;
}

.conSec .infoRight .title{
  color: #fff;
}

.conSec .infoRight form{
  max-width: 850px;
  margin: auto;
}

.conSec .infoRight input{
  display: block;
  width: 100%;
  border: none;
  background-color: unset;
  border-bottom: 1px solid var(--primary);
  height: 65px;
  line-height: 65px;
  color: #fff;
}

.conSec .infoRight textarea{
  display: block;
  width: 100%;
  border: none;
  background-color: unset;
  border-bottom: 1px solid var(--primary);
  color: #fff;
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
  color: #ccc;
} 

textarea:-moz-placeholder,input:-moz-placeholder{
   color:#ccc;
} 

textarea::-moz-placeholder,input::-moz-placeholder{
  color: #ccc;
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
  color: #ccc;
} 

.conSec .infoRight{
  margin-top: 45px;
}

.conSec .infoRight button{
  display: inline-block;
  padding: 10px 65px;
  background: unset;
  border: 2px solid #fff;
  border-radius: 25px;
  margin-top: 35px;
  color: #fff;
  transition: all .6s;
}

.conSec .infoRight button:hover{
  background: #fff;
  color: var(--main);
}

.conSec .infos span{
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

/* 产品中心 */
.proSec{
  background-color: #eee;
  padding-bottom: 65px;
}

.proSec .item{
  margin-bottom: 25px;
  background-color: #f5f5f5;
}

.proSec .item a{
  display: block;
  width: 100%;
  height: 100%;
  color: #262626;
}

.proSec .item .readMore{
  margin-top: 25px;
}

.proSec .item .readMore span{
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  border: 2px solid var(--primary);
  color: var(--primary);
  overflow: hidden;
}

.proSec .item .div-img{
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}

.proSec .item .div-img img{
  width: 100%;
  
  transition: all .6s;
}

.proSec .item .div-text{
  padding: 35px 20px;
  
}

.proSec .item .div-text p.title{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.proSec .item .div-text div.des{
  font-size: 14px;
  line-height: 26px;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.proSec .item a:hover .div-img img{
  transform: scale(1.1);
}

.proSec .item a:hover .readMore span{
  background-color: var(--primary);
  color: #fff;
}

.newsSec{
  padding-bottom: 65px;
}

.newsSec .item{
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.newsSec .item a{
  display: block;
  width: 100%;
  height: 100%;
  color: #262626;
}

.newsSec .item .div-text .meta{
  min-width: 200px;
  font-size: 14px;
  color:var(--main);
  text-align: right;
}

.newsSec .item .div-text .title{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  transition: all .6s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newsSec .item .div-text .des p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #999999;
}

.newsSec .item .div-img{
  overflow: hidden;
}

.newsSec .item .div-img img{
  width: 100%;
  transition: all .6s;
}

.newsSec .item:hover .div-img img{
  transform: scale(1.1);
}

.newsSec .item:hover p.title{
  color: var(--main);
}

.newsContent{
  padding-bottom: 65px;
}

.newsContent h2.title{
  font-size: 20px;
  font-weight: bold;
}

.newsContent .meta{
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.newsContent .content{
  padding: 20px 0;
  min-height: 250px;
}

.yySec h2.title{
  color: var(--primary);
}

.prev-next{
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.prev-next a:hover{
  color: var(--main);
}


.proDetail{
  padding-bottom: 65px;
}

.proDetail .div-imgs{
  overflow: hidden;
}

.proDetail .bimgs{
  --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
  --swiper-navigation-color: var(--primary);/* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;/* 设置按钮大小 */
  border: 2px solid #eee;
}

.proDetail .proContent .top{
  
}

.proDetail .proContent .prev-btn{
  left: 25px;
}

.proDetail .proContent .next-btn{
  right: 25px;
}

.proDetail .proContent h2.title{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.proDetail .proContent .div-text{
  padding: 20px;
}

.proDetail .proContent .pcate{
  margin-top: 25px;
}

.proDetail .proContent .pcate a{
  font-weight: bold;
  color: var(--primary);
}

.proDetail .proContent p.des{
  line-height: 28px;
  font-size: 14px;
}

.proDetail .proContent .btns{
  margin-top: 25px;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #d5d5d5;
}

.proDetail .proContent .btns a{
  display: inline-block;
  padding: 15px 35px;
  background-color:var(--primary);
  color: #fff;
}

.proDetail .proContent .btns a+a{
  margin-left: 25px;
  background-color: #ff6600;
}

.proDetail .content{
  margin-top: 35px;
}

.proDetail .content div.title{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
}

.proDetail .content div.title span{
  color: #fff;
  padding: 15px 35px;
  background-color: var(--primary);
  display: inline-block;
}

.proDetail .content .contentMain{
  min-height: 250px;
  padding: 25px;
}

.proDetail .content .prev-next{
  padding: 20px;
  margin-top: 35px;
}

/* 企业文化 */
.curSec{
  background-image: url(../images/cur-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.curSec h2{
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 35px;
  color: var(--primary);
  margin-top: 45px;
}

.curSec .item{
  margin-bottom: 45px;
}

.curSec .item p{
 color: #fff;
 margin-bottom: 15px;
}


.nproSection{
  padding-top: 65px;
  padding-bottom: 85px;
  background-color: #eee;
}

.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 #eee;
}

.card-header{
  padding: 15px;
}

.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 25px;
  display: block;
  position: relative;
  box-shadow: none;
  font-size: 16px;
  border:none;
  background: #fff;
}

.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;
}

.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;
}

.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;

}

.nproLists .item .more{
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translate(-100%,-100%);
}

.nproLists .item .div-text p{
  padding: 15px;
  background-color: var(--primary);
  color: #fff;
}

.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: 0 5px;
}

.div-page .page-num-current,.div-page a:hover{
  color: #fff;
  background-color: var(--primary);
}








 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 