/*** 

====================================================================
  Resources / Css Files
====================================================================
 ***/
 @import url('bootstrap.min.css');
 @import url('swiper.min.css');
 @import url('animation.css');
  @import url('jquery.fancybox.min.css');
 @import url('../font-awesome/css/font-awesome.min.css');
 @font-face {
   font-family: 'DINPRO';
   src: url('../fonts/DINPRO-MEDIUM.OTF');
 }

  @font-face {
   font-family: 'barlowsemicondensed-medium';
   src: url('../fonts/barlowsemicondensed-medium.woff-webfont.ttf');
 }

 @font-face {
   font-family: 'barlowsemicondensed-regular';
   src: url('../fonts/barlowsemicondensed-regular.ttf');
 }
 
 /* reset css start */
 html {
  font-family: Microsoft YaHei;
  font-size: 16px;
  overflow-x: hidden;
 }
 
 body {
   font-family: Microsoft YaHei,Arial, sans-serif;
   font-size: 14px;
   color: #666666;
   position: relative;
   overflow-x: hidden;
   -webkit-font-smoothing: antialiased;
 }

 ::-webkit-scrollbar { width: 5px; }  
 ::-webkit-scrollbar-track { background: #f7f7f7; border-radius: 0px; }  
 ::-webkit-scrollbar-thumb { background: #999; border-radius: 0px; }  
 ::-webkit-scrollbar-thumb:hover { background: #ff591f; } 

 .page-wrapper{
  position: relative;
  overflow: hidden;
 }
 
 
 :root {
   --primary: #ff0000;
   --main:#00982a;
 }
 
 
 *:focus {
   outline: none;
 }
 
 * a{
   color: #333;
 }
 
 * a:hover{
   text-decoration: none;
   cursor: pointer;
 }
 
 p{
   margin-bottom: 0;
 }
 
 img {
   max-width: 100%;
   height: auto;
 }
 
 ul{
   margin-left: -40px;
   margin-bottom: 0;
   list-style: none;
 }
 
 img{
    max-width: 100%;
   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) */
 }

 h1,h2,h3,h4{
  margin-bottom: 0;
 }

 .div-img{
  overflow: hidden;
 }

 .div-img img{
  transition: all .6s;
 }
 
 .container-fluid{
   max-width: 94%;
   margin: auto;
   padding-left: 0;
   padding-right: 0;
 }

/*pc头部导航*/
.mHeader,.mItems{
  display: none;
}


.pcHeader{
  background-color: #fff;
  box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 10%);
  /*overflow: hidden;*/
}


.pcHeader .d2{
  max-width: 73%;
}

.pcHeader .d2 ul li{
  position: relative;
}

.pcHeader .d2 ul li:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 3px;
  background-color: #ff0000;
  opacity: 0;
  transition: all .5s ease;
}

.pcHeader .d2 ul li>a{
  display: block;
  padding: 35px 25px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  transition: all .5s ease;
  position: relative;
}

.pcHeader .d2 ul li>a:after{
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  opacity: 0;
}

.pcHeader .d2 ul li:hover:before{
    width: 100%;
    opacity: 1;
}

.pcHeader .d2 ul li:hover>a:before{
  width: 100%;
  opacity: 1;
}

.pcHeader .d2 ul li:hover>a:after{
  opacity: 1;
}

.pcHeader .d2 ul li>a:hover{
  transform: translateY(-100%);
}

.pcHeader .d3{
  padding-left: 45px;
}

.pcHeader .d3 span.s1{
  display: inline-block;
  vertical-align: super;
  cursor: pointer;
}

.pcHeader .d3 span.s1 svg{
  display: inline-block;
  width: 25px;
  height: 65px;
}

.pcHeader .d3 .tel{
  display: inline-block;
  color: #ff0000;
  font-size: 24px;
  font-family: 'barlowsemicondensed-medium';
}

 .pcHeader .d2 .sub-menu{
   position: absolute;
   background-color: #ff0000;
   /* background-color: rgba(23, 43, 137, 0.55); */
   overflow: hidden;
   z-index: 999;
   display: none;
 }
 
 .pcHeader .d2 .sub-menu a{
   padding: 15px 35px;
   display: block;
   min-width: 150px;
   width: max-content;
   color: #fff;

 }

.div-search{
  position: absolute;
  right: 3%;
  z-index: 999;
   height: auto;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

 .pcHeader .d3:hover .div-search{
   -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
 }

.div-search input{
  display: inline-block;
  background-color: #fff;
  border: none;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border: 2px solid #eee;
  vertical-align: bottom;
  margin-right: -10px;
}

.div-search button{
  display: inline-block;
  border:none;
  height: 45px;
  line-height: 45px;
  background-color: #ff0000;
  color: #fff;
  padding: 0 15px;

}

/*banner*/
.swiper1{
  overflow: hidden;
  position: relative;
}

.swiper1 .swiperbtn:after{
    font-size: 30px;
    color: rgba(255,255,255,.6);
    padding: 15px 10px;
    background: rgba(0,0,0,.6);
}

.swiper1 .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
}

/*产品推荐*/
.pt{
  padding: 65px 0;
}

.commonTit{
  text-align: center;
  font-family: 'barlowsemicondensed-medium';
}


.commonTit .t1{
  font-size: 40px;
  color: #d3d3d3;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
}


.commonTit .t2{
  font-size: 28px;
  color: #000;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;

}

.commonTit .t2:after{
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #ff0000;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/*首页产品分类*/
.pCates{
  max-width: 1000px;
  margin: 35px auto;
  font-size: 16px;
}

.pCates .item a{
  display: block;
  padding: 12px 0;
  text-align: center;
  background-color: #ff0000;
  color: #fff;
  border-radius: 25px;
  transition: all .6s;
}

.pCates .item a:hover{
  background-color: #333;
}

/*首页产品列表*/
.pLists{
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

.pLists .swiper2{
  overflow: hidden;
}

.pLists .item{
  margin-bottom: 25px;
}


.pLists .item a{
  display: block;
  color: #333;
  border: 1px solid #f2f2f2;
}

.pLists .item .div-img{
  position: relative;
}

.pLists .item .div-img img{
  width: 100%;
  transform: scale(1);
  transition: all .5s ease;
}

.pLists .item .div-img .mark{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all .6s;
}

.pLists .item .div-img .mark p{
  text-align: center;
  margin-top: 35%;
  position: relative;
  display: inline-block;
  padding: 10px 25px;
}

.pLists .item .div-img .mark p:after,.pLists .item .div-img .mark p:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all .5s;
}

.pLists .item .div-img .mark p:after{
  bottom: 0;
  left: 0;
}

.pLists .item .div-img .mark p:before{
  top: 0;
  left: 0;
}

.pLists .item:hover .div-img .mark p:before,.pLists .item:hover .div-img .mark p:after{
  width: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.pLists .item:hover .div-img .mark{
  opacity: 1;
}

.pLists .item .div-text{
  padding: 20px;
  background-color: #e5e5e5;
}

.pLists .item .div-text p{
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pLists .item .div-text .d2 span{
  display: block;
  width: 24px;
  height: 8px;  
}

.pLists .item .div-text .d2 span svg{
  display: inline-block;
  fill: #333;
}


.pLists .item:hover .div-img img{
  transform: scale(1.1);
}

.pLists .item:hover .div-text .d2 span svg{
  fill: #000;
}

.pLists .swiper-pagination{
  bottom: -15px;
}

.pLists .swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    border-radius: 0;
}

.pLists .swiperbtn:after{
  color: #ccc;
}


/*关于我们*/

.aboutBox{
  background-image: url(../images/abbg.jpg);
  background-size: cover;
  background-attachment: fixed;
}



.aboutBox .commonTit .t1,.aboutBox .commonTit .t2{
  color: #fff;
}

.aboutBox .commonTit .t2:after{
  background-color: #fff;
}

.aboutBox .content-main{
  background-color: #fff;
  padding: 65px 3%;
  border-radius: 5px;
  margin-top: 35px;
}

.aboutTxt h2.title{
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.aboutTxt p.des{
  margin: 25px 0;
  font-size: 16px;
  color: #555;
  line-height: 30px;
}

.numCounter{
  margin: 35px 0;
}

.numCounter .item{
  position: relative;
  text-align: center;
  border-left: 1px solid #ccc;
}

.numCounter .item:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 30%;
  background: #0644ac;
  z-index: 1;
}

.numCounter .item font{
  font-family: 'barlowsemicondensed-medium';
  font-size: 50px;
  color: #ff0000;
  line-height: 40px;
  display: inline-block;
}

.numCounter .item span{
  font-size: 16px;
  color: #333;
  text-align: right;
  display: inline-block;
  font-style: normal;
}

.numCounter .item p{
  margin-top: 5px;
}


.readMore a{
  display: inline-block;
  color: #fff;
  border: 2px solid #ff0000;
  padding: 9px 40px;
  border-radius: 25px;
  background-color: #ff0000;
  transition: all .6s;
  font-size: 16px;
  transition: all .6s;
}

.readMore a:hover{
  background-color: #fff;
  color: #00982a;
  border-color: #00982a;
}


/*新闻中心*/

.newsLists{
  margin-top: 85px;
}

.newsLists .item a{
  display: block;
  padding: 65px 25px;
  position: relative;
  border-radius: 5px;
  background: #f3f3f3;
  color: #464646;
  transition: all .5s ease;
}

.newsLists .item .date{
    position: absolute;
    width: auto;
    top: -14px;
    border-radius: 5px;
    margin: 0 0 40px;
    background-color: #ff0000;
    padding: 40px 10px 20px;
    transition: all .5s ease;
    color: #fff;
}

.newsLists .item .date .md{
    font-size: 30px;
    line-height: 30px;
}

.newsLists .item .date .year{
  font-size: 16px;
  text-align: left;
  transition: all .5s ease;
}


.newsLists .item .div-text{
  font-size: 17px;
  margin-top: 20px;
  transition: all .5s ease;
}

.newsLists .item p.des{
    line-height: 1.5;
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s ease;
}

.newsLists .item svg{
  transition: all .5s ease;
  transform: translateX(-25px);
  opacity: 0;
}

.newsLists .item:hover .div-text{
  transform: translateY(15px);
}

.newsLists .item:hover .date{
  padding: 55px 10px 20px;
  background-color: #00982a;
}

.newsLists .item:hover a{
  background-color: #ff0000;
  color: #fff;
}

.newsLists .item:hover p.title{
  color: #fff;
}

.newsLists .item:hover p.des{
  color: #fff;
}

.newsLists .item:hover svg{
  opacity: 1;
  transform: translateX(0);
}

.newsBox .more{
  margin-top: 45px;
}

.newsBox .more a{
  display: inline-block;
  padding: 13px 45px;
  border-radius: 30px;
  color: #fff;
  background-color: #ff0000;
  transition: all .5s ease;
}

.newsBox .more a:hover{
  background-color: #333;
}

.caseBox{
  margin-top: 25px;
}

.caseBox a{
  display: block;
  position: relative;
  color: #fff;
}

.caseBox .caseLeft{
  overflow: hidden;
}

.caseBox .caseLeft .div-text{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  margin: 25px;
  padding: 20px;
  border:0 solid #ff0000;
  transform: scale(1.05);
  transition: all .6s;
}

.caseBox .caseLeft .div-text p.title{
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}

.caseBox .caseLeft .div-text p.title:after{
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -10px;
}

.caseBox .caseLeft .div-text p.des{
  font-size: 14px;
  line-height: 1.8;
}

.caseBox .caseLeft:hover .div-text{
  transform: scale(1);
  border:1px solid #fff;
}


.caseBox .caseLeft .div-img{
  overflow: hidden;
}

.caseBox .caseLeft .div-img img{
  transition: all .6s;
}

.caseBox .caseLeft:hover .div-img img{
  transform: scale(1.1);
}

.caseBox .rtxt{
  background-color: rgba(51, 51, 51, 1);
  transition: all .6s;
}

.caseBox .rtxt a{
  display: block;
}

.caseBox .rtxt a .div-text{
  padding: 5px 20px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}


.caseBox .rtxt a .div-text p.title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.caseBox .rtxt a .div-text p.des{
  line-height: 1.6;
}

.caseBox .rtxt a:hover{
  cursor: pointer;
}

.caseBox .rtxt2{
  background-color: #ff0000;
}

.caseRight .div-img{
  position: relative;
}

.caseRight .div-img:after{
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  
  height: calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  left: 20px;
  top: 20px;
  border:0 solid #ff7300;
  transform: scale(1.1);
  transition: all .6s;
}

.caseRight .div-img:hover:after{
  border:1px solid #fff;
  transform: scale(1);
}


/*底部*/
.mainFooter{
  background-color: #333;
  color: #696969;
  padding-top: 65px;
}

.mainFooter a{
  color: #696969;
}


.mainFooter .d1{
  max-width: 850px;
}

.mainFooter .d1 .title{
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
    color: #e0e0e0;
}

.mainFooter .d1 ul li a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #909090;
}

.mainFooter .d2{
  color: #909090;
}

.mainFooter .d2 p.title{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;

}

.mainFooter .d2 a.tel{
  font-family: 'DINPRO';
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}

.mainFooter .add{
  margin-top: 15px;
}

.copyright{
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 15px 0;
  margin-top: 25px;
}

/*内页*/
.pageTit{
  position: relative;
  padding: 185px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.pageTit .div-text{
  color: #fff;
  text-align: center;
}

.pageTit .div-text p.p1{
  font-size: 30px;
  margin-bottom: 15px;
  position: relative;
}
/*
.pageTit .div-text p.p1:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  background-color: #fff;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%);
}*/

.pageTit .div-text p.p2{
  font-size: 18px;
}

/*面包屑导航*/
.breadMenu{
  position: absolute;
  bottom: 0;
  width: 100%;
  /*padding: 15px 0;*/
  background-color: rgba(0,0,0,.2);
}

.breadMenu .main{
  color: #fff;
}


.breadMenu a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  
  position: relative;
}

.breadMenu .d1 a{
  padding: 0 15px;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  font-weight: bold;
}

.breadMenu .d1 a:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}

.breadMenu .d1 a:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: #ff0000;
    transition: all .3s;
}

.breadMenu .d1 a:hover{
  color: #ff0000;
}

.breadMenu .d1 a:hover:before{
  left: 2%;
  width: 96%;
}

.breadMenu .d2 a:hover{
  color: #ff0000;
}

.breadMenu .d2{
  padding-right: 15px;
}

/*优势*/
.advBox{
  background-image: url(../images/adv-bg.jpg);
  background-size: cover;
  color: #fff;
}

.advBox .div-img{
  overflow: hidden;
}

.advBox .div-img img{
  transition: all .6s;
  width: 100%;
}

.advBox .item1 .d1{
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: bold;
}

.advBox .item1 .p2{
  font-size: 24px;
}

.advBox .item{
  height: 100%;
  padding: 25px;
  transition: all .6s;

}

.advBox .item p.p1{
  font-size: 18px;
  margin-bottom: 15px;
}

.advBox .item p.des{
  line-height: 1.8;
  color: #ccc;
}

.advBox .item:hover{
  cursor: pointer;
  background-color: rgb(0 6 47 / 62%);
}

.advBox .div-img:hover img{
  cursor: pointer;
  transform: scale(1.1);
}


/*我们的服务*/
.serviceBox .title{
  margin-bottom: 45px;
}

.serviceBox .title p.p1{
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.serviceBox .title p.p2{
  color: #999;
}

.serviceLists .item{
  text-align: center;
  padding: 20px;
  transition: all .5s;
}

.serviceLists .item .tit{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 20px 0;
}

.serviceLists .item .des{
  color: #838792;
  line-height: 26px;
}

.serviceLists .item:hover{
  box-shadow: 0 0 15px #d9d9d9;
  transform: translateY(-15px);
}

/*荣誉资质*/
.honorLists .justified-gallery{
  height: 100%!important;
}

.honorLists #animated-thumbnails-gallery-office {
 /* display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
  align-items: center;*/
}

.honorLists #animated-thumbnails-gallery-office a {
  display: block;
  position: unset!important;
  padding: 15px 10px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  height: 100%!important;

}

.honorLists #animated-thumbnails-gallery-office a .pic {
  background-color: #f6f6f6!important;
  padding: 25px 20px;
  margin: 0 15px;
  transition: all 0.4s;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative; 
}

.honorLists #animated-thumbnails-gallery-office a .pic p{
  padding: 5px;
  margin-top: 15px;
}

.honorLists #animated-thumbnails-gallery-office a .pic img {
  display: block;
  /*width: 100*/
  /*width: 100%;
  max-width: 200px;*/
  position: unset;
  margin: 0 auto !important;
  object-fit: cover;
  transition: all .6s;
}

.honorLists #animated-thumbnails-gallery-office a:hover {
  color: #ff0000;
}

.honorLists #animated-thumbnails-gallery-office a:hover .pic img{
  transform: scale(1.05);
}

.honorLists #animated-thumbnails-gallery-office a:hover .pic p{
  background-color: #fff;
}

/*产品中心*/
.nyproBox .pLists .item .div-text{
  background-color: unset;
}

/*设备展示*/



.sbLists #animated-thumbnails-gallery-office a .pic img{
  max-height: 200px;
  height: 100%;
  width: auto;
}

.sbLists #animated-thumbnails-gallery-office .div-img{

  overflow: hidden;
}

/*内页新闻中心*/
.newsRec a{
  display: block;
  padding: 30px 30px 30px 50px;
  background: #fafafa;
  margin-bottom: 40px;
}

.newsRec a p.title{
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
}

.newsRec a p.des{
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #565656;
}

.newsRec span.more{
  display: inline-block;
  width: 130px;
  height: 30px;
  text-align: center;
  padding: 0;
  line-height: 30px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  color: #707070;
  margin-top: 15px;
}

.newsRec a:hover span.more{
  color: #ff0000;
  border: 1px solid #ff0000;
}


.nynewsLists  li a{
  display: block;
  padding: 15px 15px 25px 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  color: #565656;
  transition: all .6s;
}

.nynewsLists  li .time{
  min-width: max-content;
  text-align: center;
  padding: 15px 10px;
  background: #f5f5f5;
  margin-right: 35px;
  text-align: center;
  color: #707070;
  transition: all .6s ease;
}

.nynewsLists  li .time span{
  display: block;
}

.nynewsLists  li .time span.d{
  font-size: 42px;
  line-height: 46px;
}

.nynewsLists  li p.title{
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.nynewsLists  li a:hover p.title{
  color: #ff0000;
}

.nynewsLists  li .reTime{
  color: #b4b4b4;
  margin: 10px 0;
}

.nynewsLists  li .reTime svg{
  display: inline-block;
  vertical-align: bottom;
  margin-right: 3px;
  fill: #b4b4b4;
}

.nynewsLists  li p.des{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 26px;
    color: #999;
    font-size: 14px;
}

.nynewsLists  li .arrow{
  margin-left: 45px;
}

.nynewsLists  li .arrow svg{
  display: inline-block;
  fill: #b4b4b4;
}



/*人才招聘*/
.faqlist{
  padding-top: 35px;
  padding-bottom: 85px;
  max-width: 96%;
  margin: auto;
}

.faqlist ul li{
  margin-top: 20px;
}
.faqlist ul li:first-child{
  margin-top: 0;
}
.faqlist ul li .top{
  background: #f5f7f7;
  display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
  z-index: 0;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
  cursor: pointer;
}
.faqlist ul li .top:before{
  content: "";
  background: #2c2776;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.faqlist ul li .top h3{
  color: #07101a;
  font-size: 20px;
  line-height: 32px;
  padding: 15px 0;
  margin-bottom: 0;
}
.faqlist ul li .top i{
  color: #2c2776;
}
.faqlist ul li .bottom{
  background: #f5f7f7;
  padding: 30px;
  display: none;
}
.faqlist ul li .bottom p{
  line-height: 28px;
  color: #333;
}
.faqlist ul li .top.on{
  border-radius: 4px 4px 0 0;
}
.faqlist ul li .top.on:before{
  opacity: 1;
}
.faqlist ul li .top.on h3{
  color: #fff;
}
.faqlist ul li .top.on i{
  color: #fff;
  transform: rotate(90deg);
}

/*在线留言*/
.messageBox .main{
  padding: 65px 0;
  background-color: rgba(248, 248, 248, 1);
}

.messageBox .title{
  margin-bottom: 45px;
}

.messageBox .title p.p1{
  font-size: 32px;
  color: #333;
}

.messageBox .title p.p2{
  font-size: 20px;
  color: #ccc;
  position: relative;
  padding-bottom: 10px;
}

.messageBox .title p.p2:after{
  position: absolute;
  content: "";
  width: 55px;
  height: 4px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*留言form*/

.div-form{
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.div-form .item{
  /*margin-bottom: 25px;*/
}

.div-form .item input,.div-form .item textarea{
  display: block;
  width: 100%;
  background-color: #fff;
  border:none;
  min-height: 28px;
  line-height: 28px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.div-form .item .div-img{
  min-width: 100px;
  margin-left: 15px;
}

.div-form .item button{
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    padding: 10px 65px;
    transition: all .6s;
    border: unset;
    border-radius: 30px;
}

.div-form .item button:hover{
  background-color: #ff0000;
}


/*联系我们*/
.contactBox{
  padding-top: 65px;
  background-color: #f5f5f5;
}

.contactBox .main{
  max-width: 1400px;
  margin: auto;
}
.contactBox .title p.p1{
  font-size: 28px;
  font-weight: bold;
  color: #000;
}

.contactBox .title p.p2{
  font-size: 18px;
  color:#cfcfcf;
}

.cinfos{
  margin-top: 25px;
  color: #a9a9a9;
}

.cinfos .d1{
  margin-bottom: 25px;
  margin-top: 65px;
}

.cinfos .d1 .p1{
  font-size: 18px;
  color: #333;
}

.cinfos .d1 .share svg{
  display: inline-block;
  margin: 0 15px;
}

.cinfos .d2 p{
  margin-top: 15px;
}

.cinfos .d2 a{
  color: #a9a9a9;
}

/*新闻详情*/
.newsdesBox{
  font-size: 16px;
}

.newsdesBox h2.title{
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  
}

.newsdesBox .meta{
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}

.newsdesBox .meta span,.newsdesBox .meta a{
  display: inline-block;
  margin: 0 5px;
}

.newsdesBox .newsContent{
  min-height: 250px;
  color: #666;
}

.prev-next{
  margin-top: 25px;
  padding-bottom: 25px;
}


.prev-next a{
  color: #595959;
}

.prev-next a:hover{
  color: #ff0000;
}


/*图片集*/
.div-imgs .big-imgs{
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}

.div-imgs .big-imgs img{
  width: 100%;
}

.div-imgs{
  margin-top: 10px;
/*  padding: 0 35px;*/
  position: relative;
}

.div-imgs .swiper-slide img{
  width: 100%;
}

.div-imgs .pro-btn{
  position: absolute;
  top: 0;
  background-color: #ccc;
  color: #ff0000;
  width: 30px;
  height: 100%;
  text-align: center;
  font-size: 26px;
  font-family: 'DINPRO';
  z-index: 999;
}

.div-imgs .pro-btn>div{
  position: relative;
  height: 100%;
  width: 100%;
}

.div-imgs .pro-btn span{
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
}

.div-imgs .pro-btn.swiper-button-disabled{
  opacity: .6;
}

.div-imgs .pro-btn.pro-prev{
  left: 0;
} 

.div-imgs .pro-btn.pro-next{
  right: 0;
}

.small-imgs{
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
}

.small-imgs .proSmall{
  overflow: hidden;
}

.proDes{
  margin-top: 25px;
}

.prodesBox p.view{
  display: inline-block;
  font-size: 14px;
  color: #595959;
  margin-bottom: 25px
}

.prodesBox p.view i{
  display: inline-block;
  margin-right: 3px;
}

.proDes .title{
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
}


.proDes .title span{
  display: inline-block;
  padding: 15px 25px;
  border-bottom: 4px solid #ff0000;
}


.proDes .detail{
  min-height: 250px;
  padding-bottom: 20px;
}

.prodesBox .div-text h2.title{
  font-size: 30px;
  font-weight: bold;
  color: #262626;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.prodesBox .div-text p.des{
  margin: 25px 0;
  color: #595959;
  line-height: 30px;
}

.prodesBox .div-text .cate a{
  color: #707070;
}

.prodesBox .div-text .cate a:hover{
  color: #ff0000;
}

.top-back{
  position: fixed;
  top: 90%;
  right: 10px;
  padding: 10px;
  background-color: #ff0000;
  z-index: 99999;
  display: none;
}

.top-back.show{
  display: block;
}


.pleft{
  background-color: #f5f5f5;
  margin-top: -105px;
  position: relative;
  z-index: 1;
  padding-bottom: 85px;
}

.pleft div.title{
    height: 105px;
    line-height: 105px;
    color: #fff;
    padding: 0 25px;
    font-size: 36px;
    background-color: #ff0000;
    letter-spacing: 8px;
    text-align: center;
}

.pleft ul{
  display: block;
  margin-left: 0;
  padding: 35px 0 45px 0;
}


.pleft ul li{
  padding: 0 20px;
}

.pleft ul li a{
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  color: #545454;
  position: relative;
  transition: all .6s;
}

.pleft ul li a span{
  display: inline-block;
  position: absolute;
  right: 0;
}

.pleft ul li a:hover {
  color: #ff0000;
}

.pleft ul li a:hover svg{
  fill: #ff0000;
}

.pleft .readMore{
  margin-left: 20px;
}

.proBox .pLists{
  padding-top: 35px;
}

.mpleft{
  margin-top: 25px;
  text-align: center;
}

.mpleft ul{
  max-width: 650px;
   margin: auto;
}

.mpleft ul li {
  margin-bottom: 10px;
}

.mpleft ul li a{
  display: block;
  border:1px solid #eee;
  padding: 5px 25px;
  border-radius: 25px;
}

.aboutBlock{
  background-image: url(../images/about-b-bg.jpg);
  background-size: cover;
  margin-top: 45px;
  
}

.aboutBlock .main{
  background-image: url(../images/about-bg.jpg);

}

.aboutBlock .main .div-text{
  padding: 20px;
  background-color: #fff;
  background-image: url(../images/ab-txt-bg.jpg);
  position: relative;
  margin-right: -15%;
  background-position: right bottom;   
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.aboutLeft{
  height: 100%;
}

.aboutLeft .main{
  height: 100%;
}

.aboutLeft p.title{
  font-size: 18px;
  margin-bottom: 25px;
  color: #000;
  margin-top: 15px;
}

.aboutLeft p.des{
  line-height: 28px;
  margin-bottom: 25px;
}

.aboutNum{
  margin-top: 45px;
  padding: 0 25px 65px 25px;
}

.aboutNum .counter{
  font-size: 40px;
  color: #333333;
  font-family: 'DINPRO';
  font-weight: bold;
}

.aboutNum .d1{
  margin-right: 15px;
}

.aboutNum .d1 svg{
  width:76px;
  height: 76px;
}

.aboutNum .s2{
  font-size: 18px;
  display: block;
  
}

.aboutBlock .comTit{
  margin: 45px 0;
}

.comTit{
  font-size: 30px;
  color: #000000;
  letter-spacing: 3px;
}

.comTit font{
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.comTit span{
  font-size: 20px;
  display: inline-block;
}

.aboutBlock .div-img{
  overflow: hidden;
  height: 100%;
  position: relative;
}

.aboutBlock .div-img a.svideo{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.aboutBlock .div-img img{
  height: 100%;
}

.fancybox-slide>video{
  padding: 0!important;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.caseLists {
  margin-top: 35px;
}

.caseLists .item{
  cursor: pointer;
}

.caseLists .item:nth-child(even) .row{
  flex-direction: row-reverse;
}

.caseLists .item .div-img{
 /* max-height: 260px;*/
  overflow: hidden;
}

.caseLists .item .div-img img{
  width: 100%;
}

.caseLists .item .div-text{
  height: 100%;
   background-image: url(../images/case-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px 20px;
}

.caseLists .item p.title{
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.caseLists .item p.des{
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #999;
  margin-bottom: 15px;
}

.caseLists .item:hover img{
  transform: scale(1.1);
}

.newBlock{
  background-image: url(../images/bg.mp4);
}

.newsBLists{
  margin-top: 35px;
}

.newsBLists .item a{
  display: block;
}

.newsBLists .item a .div-img{
  position: relative;
  overflow: hidden;
}

.newsBLists .item a .div-img img{
  width: 100%;
  transition: all .6s;
}

.newsBLists .item a .date{
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
}

.newsBLists .item .div-text p{
  padding: 10px 5px;
  color: #333;
}


.newsBLists .item a:hover .div-img img{
  transform: scale(1.1);
}

.blockFooter{
  background-color: #333;
}

.blockFooter .top{
  background-color: #ff0000;
  color: #fff;
  padding: 15px 0;
}

.blockFooter .top .item .d1 svg{
  width: 36px;
  height: 36px;
}

.blockFooter .top .item .d2{
  font-size: 26px;
  font-weight: bold;
  margin-left: 5px;
}

.blockFooter .main{
  padding-top: 65px;
  padding-bottom: 65px;
  color: #fff
}

.blockFooter .main a{
  color: #fff;
  display: block;
  line-height: 26px;
  font-size: 20px;
}

.blockFooter .main a:hover{
  color: #ff0000;
}

.blockFooter .main ul li a{
  line-height: 30px;
  font-size: 16px;
  color: #999;
}

.fmenus{
  max-width: 650px;

}

.blockFooter  a.title{
  font-size: 18px;
  margin-bottom: 15px;
  display:block;
}

.blockFooter .item p{
  margin-top: 10px;
}

.copyright{
  padding: 15px 0;
}

.copyright p{
  font-size: 14px;
  color: #666666;
}

.nproBox{
  margin-bottom: 85px;
}

.nproBox .pleft{
  margin-top: 45px;
}

.nproBox .pLists{
    margin-top: 45px;
}

.contactBtn{
  display: inline-block;
  padding: 10px 35px;
  background-color: #ff0000; 
  font-size: 26px;
  font-weight: bold;
  border-radius: 30px;
  margin: 25px 0;
  color: #fff;
}

.contactBtn:hover{
  color: #fff;
}

.allinfos{
  margin-top: 35px;
}

.allinfos .item{
  padding: 35px 20px;
  background-color: #fff;
  margin-bottom: 25px;
}

.allinfos .item .d1{
  min-width: 65px;
}

.allinfos .item .d2 p.p2{
  font-size: 22px;
  color: #000;
  font-family: 'barlowsemicondensed-medium';
}

.messageTit{
  margin-top: 35px;
}

.messDiv{
  margin-top: 35px;
  padding-top: 65px;
  padding-bottom: 65px;
  background-image: url(../images/message-right.jpg);
  background-attachment: fixed;
}

.pagination a{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  margin: 0 5px;
}

.pagination a.page-num-current{
  background-color: #ff0000;
}

.pagination a:hover{
  background-color: #ff0000;
}

.honorBlock{
  position: relative;
  background-image: url(../images/bg.jpg);
  background-size: cover;
}

.honorBlock .vbg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



.indexHonorLists{
  margin-top: 35px;
  overflow: hidden;
}

.indexHonorLists .swiperHonor>.swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.indexHonorLists .swiperHonor .swiper-slide a{
  display: block;
  padding: 20px;
  border:1px solid #c59833;
}

.indexHonorLists .swiperHonor .swiper-slide a:hover{
  color: #c59833;
}

.indexHonorLists .swiperHonor .swiper-slide .div-img{
  height: 260px;
  overflow: hidden;
  text-align: center;
}

.indexHonorLists .swiperHonor .swiper-slide .div-img img{
  height: 100%;
  width: auto;
  transition: all .6s;
}

.indexHonorLists .swiperHonor .swiper-slide a:hover img{
  transform: scale(1.05);
}

.indexHonorLists .swiperHonor .swiper-slide .div-text p{
  text-align: center;
  line-height: 30px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}




















 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 