/*** 

====================================================================
  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: #245aa2;
   --main:rgba(249, 187, 40, 1);
 }
 
 
 *:focus {
   outline: none;
 }
 
 a{
   color: #707070;
 }
 
 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: 1400px;
   margin: auto;
   padding-left: 2%;
   padding-right: 2%;
 }
 
 /* Header */
 .mainHeader{
   position:absolute;
   width: 100%;
   top:0;
   left: 0;
   z-index: 9999;
 }

 .mainHeader .d1 h1{
  margin-bottom: 0;
  font-size: unset;
 }

.mainHeader .d2 a{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border:1px solid #fff;
  border-radius: 50%;
}

.mainHeader .d2 a:hover{
  background-color: var(--main);
}
 
 .mainHeader .pnav{
   position: relative;
   display: inline-block;
 }
 
 .mainHeader .pnav>a{
  color: #fff;
  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: 14px;
  font-weight: bold;
   padding: 15px 10px;
 }
 
 .mainHeader .pnav:hover>a{
   color: var(--main);
 }
 
 .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;
 }


 .headerMenu{
  border-top: solid 1px #ffffff45;
  border-bottom: solid 1px #ffffff45;
 }


 .menus{
  max-width: 1200px;
  margin: auto;
 }
 
 
 /* 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;
 }

 .banner img{
  width: 100%;
 }


 .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: 5s cubic-bezier(0.59, 0.5, 0.41, 0.92);
  -moz-transition: 5s cubic-bezier(0.59, 0.5, 0.41, 0.92);
  -o-transition: 5s cubic-bezier(0.59, 0.5, 0.41, 0.92);
  transition: 5s cubic-bezier(0.59, 0.5, 0.41, 0.92);
}

.banner .banner-btn:after{
    font-size: 20px;
    color: #fff;
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-radius: 50%;
    transition: all .6s;
}

.banner .swiper-button-prev, .banner .swiper-button-next{
    width: 50px;
}

.banner .banner-btn:hover:after{
  background: var(--main);
} 




.swiper1  .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 5px;
  opacity: .5;
  border:1px solid #fff;
  border-radius: 0;
  background: unset;
  position: relative;
}

.swiper1  .swiper-pagination-bullet:after{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  top: 5px;
  left: 5px;
}

.swiper1  .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border:1px solid var(--main);
}

.swiper1  .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
  background-color: var(--main);
}


.xw{
  padding: 15px 0;
  background-color: rgba(217, 217, 217, 1);
}

.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%;
  color: #707070;
}

.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;
}


/*案例中心*/
.pt45{
  padding: 45px 0;
}

.commonTit{
  margin-bottom: 25px;
}

.commonTit .d1{
  font-size: 24px;
  font-weight: bold;
}

.commonTit .d2 a{
  font-size: 18px;
  font-weight: bold;
  color: #000;

}

.commonTit .d2 a:hover{
  color: var(--primary);
}

.clists a.item{
  display: block;
  position: relative;
  overflow: hidden;
}

.clists a.item .div-img{
  overflow: hidden;
}

.clists a.item .div-img img{
  width: 100%;
  transition: all .6s;
}

.clists a.item .div-text{
  position: absolute;
  left: 0;
  background-color: var(--primary);
  color: #fff;
  width: 100%;
  text-align: center;
  bottom:-45px;
  font-size: 14px;
  transition: all .8s;
}

.clists a.item .div-text p{
  padding: 15px;
}

.clists a.item .div-text span{
  display: inline-block;
  padding: 3px 15px;
  border:1px solid #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.clists a.item:hover .div-img img{
  transform: scale(1.2);
}

.clists a.item:hover .div-text{
  bottom: 0;
}

/*新闻中心*/

.newsSection{
  background-color: rgba(238, 238, 238, 1);
}

.newsSection .main a{
  display: block;
}

.newsSection .divleft{
  background-color: #fff;
}

.divleft .d1{
  height: 100%;
  background-color: var(--main);
  color: #fff;
  padding: 25px 20px;
}

.divleft .d1 p.p1{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

.divleft .d1 a.more{
  display: inline-block;
  padding: 5px 25px;
  border:1px solid #fff;
  margin-top: 25px;
  color: #fff;
}

.divleft .d2{
  padding: 20px 20px;
  font-size: 14px;
  color: #707070;
}

.divleft .d2 a{
  color: #707070;
}

.divleft .d2 .item1 .div-img img{
  min-width: 160px;
  padding-right: 20px;
}

.divleft .d2 p.title{
  color: var(--main);
  margin-bottom: 10px;
}

.divleft .d2 p.des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.divleft .d2 .tit{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 20px;
}

.divleft .d2 .tit svg{
  display: inline-block;
  margin-right: 5px;
  fill: #707070;
}

.divleft .d2 .date{
  min-width: 80px;
  color: #595959;
}

.divleft .d2 ul{
  margin-top: 15px;
}

.divleft .d2 ul li{
  display: block;
  margin-bottom: 8px;
}

.divleft .d2 ul li a:hover{
  color: var(--main);

}

.divleft .d2 ul li a:hover svg{
  fill: var(--main);
}

.divright a{
  display: block;
}

.divright .div-img{
  padding-right: 15px;
  min-width: 140px;
  width: 140px;
  overflow: hidden;s
}

.divright .div-img img{
  min-width: fit-content;
  height: 100%;

}

.divright .item{
  background-color: #fff;
}

.divright .item+.item{
  margin-top: 30px;
}

.divright p.title{
  color: #000;
  margin-bottom: 5px;
}

.divright p.des{
  font-size: 12px;
  line-height: 20px;
  color: #707070;
}

.divright .div-text{
  padding: 15px 15px;
}

.divright .item:hover p.des{
  color: var(--primary);
}

/*首页底部企业文化*/
.zzwh{
  padding: 45px 0;
  background-color: #fff;
}

.zzwh a.item{
  display: block;
  margin: 10px 0;
}

.zzwh a.item p.title{
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.zzwh a.item p.des{
  font-size: 12px;
  color: #707070;
}

.zzwh a.item svg{
  fill: #cdcdcd;
  margin-right: 5px;
  transition: all .6s;
}

.zzwh a.item:hover svg{
  fill: var(--main);
}

/*底部*/
.mainFooter{
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  background-color: rgba(46, 65, 80, 1);
}

.mainFooter a{
  color: #fff;
}

.mainFooter a:hover{
  color: var(--main);
}

.nmenu{
  padding: 15px 0;
  background-color: rgba(217, 217, 217, 1);
  color: #666;
  font-size: 14px;
}

.nmenu a{
  color: #666;
}

.ncontent{
  padding-top: 45px;
  padding-bottom: 65px;
}

.mainSlider{
  display: block;
  background-color: #8b8b8b;
}

.mainSlider .title{
  padding: 40px 20px 20px 20px;
  color: #fff;
  background-color: var(--primary);
  position: relative;
}

.mainSlider .title:before{
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #fff;
  top: 30px;
  left: 20px;
}

.mainSlider a{
  display: block;
  color: #fff;
  padding: 15px 20px;
  border-bottom: solid 1px #a5a5a5;
}

.mainSlider a.active{
  background-color:#7d7d7d;
}

.mainSlider a:hover{
  background-color:#7d7d7d;
}

.ncontent .cdes{
  color: #595959;
  line-height: 30px;
  font-size: 14px;
}

.ncontent .cdes h2.title{
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.hasSub .submenu{
  display: none;
}

.hasSub a{
  position: relative;
}

li.hasSub{
  position: relative;
}

li.hasSub>svg{
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 23px;
  transform: rotate(180deg);
  transition: all .6s;
}

.hasSub.on>svg{
  transform: rotate(0deg);
}

.hasSub a svg{
  fill: #fff;
}

.commonLists a.item{
  display: block;
  margin-bottom: 5px;
}

.commonLists a.item .div-img{
  position: relative;
  overflow: hidden;
}

.commonLists a.item .div-more{
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  color: #fff;
  transform: rotate(90deg);
  transition: all .5s;
}

.commonLists a.item:hover .div-more{
  left: 0;
  transform: rotate(0deg);
}

.commonLists a.item .div-more>div{
  height: 100%;
}

.commonLists a.item .div-more .dtxt{
  width: 100%;
  text-align: center;
  padding: 10%;
}

.commonLists a.item .title{
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.commonLists a.item .more{
  font-size: 14px;
}

.commonLists a.item .more svg{
  display: inline-block;
  margin-right: 5px;
}

.commonLists a.item .tit{
  text-align: center;
  padding: 5px 0;
}

.nnewsLists .divleft .d2 ul li{
  margin-top: 15px;
}

.nproDetail .big-imgs{
  border:2px solid #eee;
  overflow: hidden;
}


.small-imgs{
  margin-top: 10px;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
}

.small-imgs .pro-btn{
  position: absolute;
  top: 0;
 /* background-color: #ccc;*/
  color: #595959;
  width: 30px;
  height: 100%;
  line-height: 75px;
  text-align: center;
  font-size: 40px;
  z-index: 999;
  /*font-family: 'DINPRO';*/
}

.small-imgs .pro-btn.swiper-button-disabled{
  opacity: .3;
}

.small-imgs .pro-btn.pro-prev{
  left: 0;
} 

.small-imgs .pro-btn.pro-next{
  right: 0;
}

.small-imgs .swiper-slide-thumb-active{
  border:2px solid red;
}

.views{
  font-size: 14px;
  margin: 10px 0;
  color: #595959;
}

.views svg{
  display: inline-block;
  margin-right: 5px;
}

.nproDetail .divRight h2.title{
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.nproDetail .divRight p.cate{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.nproDetail .content .title{
  border-bottom: 1px solid #eee;
}

.nproDetail .content .title span{
  display: inline-block;
  padding: 15px 25px;
  border-bottom: 2px solid var(--primary);
}

.nproDetail .content .details{
  padding: 20px 0;
}

.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.pagination a{
  color: #666;
}
.pagination a.page-item{
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 12px;
  background: #fff;
  margin: 0 5px;
  border: 1px solid #ccc;
}
.pagination a.page-num,
.pagination span.page-num{
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 5px;
}

.nnewsDetail h2.title{
  font-size: 20px;
  font-weight: bold;
  color: #000; 
  text-align: center;
}

.nnewsDetail div.meta{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.nnewsDetail div.meta span.s1{
  display: inline-block;
  margin-left: 15px;
}

.nnewsDetail .content{
  min-height: 300px;
}

.nprev-next{
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/*在线留言*/
.mesMain .d1{
  min-width: 120px;
  text-align: right;
  padding-right: 5px;
}

.mesMain form{
  max-width: 550px;
  text-align: center;
}

.mesMain form>div{
  margin-bottom: 15px;
}
 

 .mesMain .d2 input{
  line-height: 30px;
  height: 30px;
  width: 100%;
 }

  .mesMain .d2 textarea{
    width: 100%;
  }



 .mesMain form>div img{
  margin-left: 10px;
  max-height: 35px;
 }

.mesMain form button{
  display: inline-block;
  padding: 5px 25px;
  background-color: var(--primary);
  color: #fff;
  border:none;
  margin-top: 15px;
 }

 .contactInfo{
  margin-top: 25px;
 }

 .contactInfo .item{
  padding: 5px 15px;
  font-size: 14px;
 }

  .contactInfo .item:nth-child(odd){
    background-color: #f0f0f0;
  }

    .contactInfo .item:nth-child(even){
    background-color: #fafafa;
  }
 
 
 
 
 
 
 
 
 
 
 
 