/*** 

====================================================================
  Resources / Css Files
====================================================================
 ***/
 @import url('bootstrap.min.css');
 @import url('swiper.min.css');
 @import url('animation.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: #595959;
   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: #ae0200;
   --main:#abd807;
 }
 
 
 *:focus {
   outline: none;
 }
 
 * a{
   color: #333;
 }
 
 * 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{
    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: 1400px;
   margin: auto;
   padding-left: 2%;
   padding-right: 2%;
 }

/*pc头部导航*/
.mHeader,.mItems{
  display: none;
}


.pcHeader{
  background-color: #fff;
  box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 10%);
  overflow: hidden;
}

.pcHeader .d1{
  max-width: 450px;
}

.pcHeader .d2{
  max-width: 750px;
}

.pcHeader .d2 ul li{
  position: relative;
}

.pcHeader .d2 ul li:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 5px;
  background-color: var(--primary);
  opacity: 0;
  transition: all .5s ease;
}

.pcHeader .d2 ul li a{
  display: block;
  padding: 35px 15px;
  font-size: 16px;
  color: #333;
  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: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.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 a:hover{
  transform: translateY(-100%);
}

.pcHeader .d3 span.s1{
  display: inline-block;
  vertical-align: super;
}

.pcHeader .d3 span.s1 svg{
  display: inline-block;
  width: 35px;
  height: 35px;
}

.pcHeader .d3 .tel{
  display: inline-block;
  color: var(--primary);
  font-size: 24px;
  font-family: 'barlowsemicondensed-medium';
}

/*banner*/
.swiper1{
  overflow: hidden;
  position: relative;
}

.swiper1 .swiperbtn{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background: rgba(91, 112, 136,.5);
}

.swiper1 .swiperbtn:after{
    font-size: 20px;
    color: rgba(255,255,255,.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: 28px;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
}


.commonTit .t2{
  font-size: 20px;
  font-family: auto;
  color: #000;
  padding-bottom: 5px;
  position: relative;

}

/*.commonTit .t2:after{
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--primary);
  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: var(--primary);
  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;
  transition: all .6s;
}


.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;
}

.pLists1{
  margin-top: 25px;
}

.pLists1 .item .div-img .search{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  opacity: 0;
}

.pLists1 .item .div-img:after{
  content: '';
  position: absolute;
  left: -170px;
  top: -70px;
  width: 140px;
  height: 140px;
  background-color: rgb(45, 111, 102);
  transform: rotate(45deg);
  transition: all .5s ease;
  z-index: 1;
}

.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,.pLists1 .item:hover .div-img .search{
  opacity: 1;
}

.pLists1 .item:hover{
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  border:0;
}


.pLists .item:hover .div-img:after{
  left: -75px;
  top: -80px;
}

.pLists .item .div-text{
  padding: 20px;
  background-color: #e5e5e533;
}

.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: -25px;
}

.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: 36px;
  color: #000;
  font-weight: bold;
  padding-top: 15px;
  position: relative;
}

.aboutTxt h2.title:after{
  position: absolute;
  content: "";
  width: 65px;
  height: 2px;
  background-color: rgba(34, 34, 34, 1);
  left: 3px;
  top: 0;
}

.aboutTxt p.des{
  margin: 25px 0;
  font-size: 16px;
  color: #555;
  line-height: 30px;
}


.aboutBox .div-title p{
  font-size: 30px;
  color: #222;
}

.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: var(--primary);
  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 var(--primary);
  padding: 9px 40px;
  /*border-radius: 25px;*/
  background-color: var(--primary);
  transition: all .6s;
  font-size: 16px;
  transition: all .6s;
}

.readMore a:hover{
  background-color: #fff;
  color: var(--main);
  border-color: var(--main);
}

.aboutBox .adv{
  margin-bottom: 25px;
  line-height: 26px;
}

.aboutBox .adv strong{
  color: #000;
  display: inline-block;
  margin-right: 10px;
  min-width: 60px;
}

.aboutBox .adv span{
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.aboutBox .adv span:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #eee;
  right: 0;
  top: 6px;
}

.aboutBox .adv span.s1:after{
  width: 0;
}


/*新闻中心*/

.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;
  margin-bottom: 35px;
}

.newsLists .item .date{
    position: absolute;
    width: auto;
    top: -14px;
    border-radius: 5px;
    margin: 0 0 40px;
    background-color: var(--primary);
    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 .div-text p.title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.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: rgba(255, 149, 0, 1);
}

.newsLists .item:hover a{
  background-color: #111111;
  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{
  background-color: #f8f8f8;
}

.newsBox .more{
  margin-top: 45px;
}

.newsBox .more a{
  display: inline-block;
  padding: 13px 45px;
  border-radius: 30px;
  color: #fff;
  background-color: var(--primary);
  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);
  height: calc(100% - 50px);
  margin: 25px;
  padding: 20px;
  border:0 solid var(--primary);
  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: var(--primary);
}

.caseRight .div-img{
  position: relative;
}

.caseRight .div-img:after{
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 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: #000000;
  color: #999999;
}

.mainFooter .main{
  padding: 45px 0;

}

.mainFooter .p1{
  max-width: 800px;
  margin: auto;
  line-height: 24px;
  text-align: center;
}

.mainFooter .infos{
  margin-top: 45px;
  margin-bottom: 25px;
  line-height: 30px;
  color: #fff;
}

.mainFooter .infos span{
  color: #999;
}

.mainFooter .infos a{
  color: #fff;
}

.copyright {
  padding:15px 0;
  border-top: 1px solid #999;
  font-size: 12px;
  color: #fff;
}

.copyright a{
  color: #fff;
  margin:0 5px;
}

/*内页*/
.pageTit{
  position: relative;
  /*padding: 125px 0;*/
  background-size: cover;
  background-repeat: no-repeat;
}

.pageTit .div-text{
  color: #fff;
  text-align: center;
}

.pageTit .div-text p.p1{
  font-size: 36px;
  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{
  background: linear-gradient(#fff, #eee);
  border-bottom: 1px solid #e0e0e0;
  font-weight: 800;
  text-transform: uppercase;
  border-color: #e0e0e0;
  font-size: 14px;
}
.breadMenu .main{
  max-width: 1400px;
  margin: auto;
  border-radius: 0px;
  padding: 8px 15px;
}


.breadMenu a{
  display: inline-block;
  font-size: 14px;
  color: #222;
  
  position: relative;
}

.breadMenu .d1 a{
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
}

.breadMenu .d1 a:after{
 /*   content: "";
    position: absolute;
    width: 1px;
    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: var(--primary);
    transition: all .3s;
}

.breadMenu .d1 a:hover{
  color: var(--primary);
}

.breadMenu .d1 a:hover:before{
  left: 2%;
  width: 96%;
}

.breadMenu .d1 a.active{
  color: var(--primary);
}

.breadMenu .d1 a.active:before{
  left: 2%;
  width: 96%;
}

.breadMenu .d2 a{
  height: 60px;
  line-height: 60px;
}

.breadMenu .d2 a:hover{
  color: #ff7300;
}

.breadMenu .d2{
  padding-right: 15px;
}

.breadMenu p span{
  display: inline-block;
  padding: 0 5px;
}

/*优势*/
.advBox{
  background-image: url(../images/hg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.advBox .main{
  padding: 35px 45px;
  background-color: rgba(255,255,255,.6);
}

.advBox .div-left .title{
  color:#1d212c;
  font-size: 30px;
  margin: 15px 0 15px 15px;
  font-weight: bold;
}

.advBox .div-left p.des{
  color:#848894;
  margin-bottom: 25px;
}

.advBox .div-left .div-img{
  margin-top: 15px;
  margin-bottom: 35px;
}

.advBox .div-right{
  margin-top: 15px;
}

.advBox .div-right .item{
  margin-bottom: 30px;
}

.advBox .div-right .d1{
  min-width: 80px;
  margin-top: 1px;
}

.advBox .div-right .d1 img{
  width: 45px;
  margin-right: 25px;
}

.advBox .div-right .item p.p1{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}


/*我们的服务*/
.serviceBox .title{
  margin-bottom: 45px;
}

.serviceBox .title p.p1{
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.serviceBox .title p.p2{
  font-size: 20px;
  margin-bottom: 15px;
}

.serviceBox .title p.p3{
  margin-bottom: 15px;
}

.serviceBox .title p.p4{
  color: #ccc;
  max-width: 860px;
  margin: auto;
}




.serviceLists .item{
  text-align: center;
  padding: 20px;
  transition: all .5s;
  height: 100%;
  border:2px solid #eee;
}

.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);
}

.serviceLists .item .num{
  font-size: 46px;
  margin-top: 35px;
  font-weight: bold;
}

/*荣誉资质*/
.honorLists .gallery-item{

}

.honorLists #animated-thumbnails-gallery-office {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
  align-items: center;
}

.honorLists #animated-thumbnails-gallery-office a {
  display: block;
  width: calc(100% / 4) !important;
  position: unset;
  height: auto !important;
  padding: 15px 10px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
}

.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;
}

.honorLists #animated-thumbnails-gallery-office a .pic p{
  padding: 5px;
  margin-top: 15px;
}

.honorLists #animated-thumbnails-gallery-office a .pic img {
  display: block;
  max-height: 200px;
  position: unset;
  margin: 0 auto !important;
  object-fit: cover;
  transition: all .6s;
}

.honorLists #animated-thumbnails-gallery-office a:hover {
  color: var(--primary);
}

.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{
  height: 100%;
  width: auto;
}

.sbLists #animated-thumbnails-gallery-office .div-img{
  height: 180px;
  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: var(--primary);
  border: 1px solid var(--primary);
}


.nynewsLists  li a{
  display: block;
  padding: 15px 15px 25px 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  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: 16px;
}

.nynewsLists  li .reTime{
  color: #b4b4b4;
  margin: 6px 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: 2;
  -webkit-box-orient: vertical;
}

.nynewsLists  li .arrow{
  margin-left: 45px;
}

.nynewsLists  li .arrow svg{
  display: inline-block;
  fill: #b4b4b4;
}

.nynewsLists  li a:hover{
  padding: 15px 15px 40px 15px;
}

.nynewsLists  li a:hover .time{
  background-color: #ccc;
  color: #fff;
}

.nynewsLists  li a:hover .arrow svg{
  fill: #e7463c;
}

/*人才招聘*/
.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: 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: 10px 15px;
  margin-bottom: 15px;
}

.div-form .item .div-img{
  min-width: 100px;
  margin-left: 15px;
}

.div-form .item button{
  display: block;
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  transition: all .6s;
  border:unset;
}

.div-form .item button:hover{
  background-color: var(--primary);
}


/*联系我们*/

.contactBox .main{
  max-width: 1400px;
  margin: auto;
}
.contactBox .title p.p1{
  font-size: 20px;
  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: #333;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}

.newsdesBox .meta{
  margin-bottom: 15px;
  font-size: 14px;
}

.newsdesBox .meta .item{
  margin-right: 15px;
}

.newsdesBox .newsContent{
  min-height: 250px;
  color: #666;
}


.prev-next{
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}


.prev-next a{
  color: #595959;
}

.prev-next a:hover{
  color: var(--primary);
}


/*图片集*/
.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: var(--primary);
  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;
}

.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;
}


.proDes .title span{
  display: inline-block;
  padding: 10px 25px;
  border-bottom: 2px solid var(--primary);
}


.proDes .detail{
  min-height: 250px;
  padding-bottom: 20px;
}

.prodesBox .div-text h2.title{
  font-size: 30px;
  font-weight: bold;
  color: #262626;
  margin: 20px 0;
}

.prodesBox .div-text p.des{
  background: #FFF1F0;
  margin: 18px 0;
  padding: 20px;
  color: #595959;
}

.prodesBox .div-text .cate a{
  color: #707070;
}

.prodesBox .div-text .cate a:hover{
  color: var(--primary);
}



/*内页 分页代码*/
.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;
}

.pagination a.page-num.page-num-current{
  background: var(--primary);
  color: #FFFFFF;
  border-color: var(--primary);
}

.pagination a:hover{
  background: var(--primary);
  color: #fff;
}

.cproBox .cmain{
  max-width: 1200px;
  margin: auto;
}

.cproBox .div-text{
  margin: 25px 0;
  line-height: 2;
  color: #333;
}

.cproBoxImgs .item{
  position: relative;
}

.cproBoxImgs .item .div-des{
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  left: 25px;
  top: 25px;
}

.cproBoxImgs .item .div-des p{
  position: relative;
  padding-bottom: 15px;
}

.cproBoxImgs .item .div-des p:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 1px;
  background-color: rgba(255, 189, 41, 1);
  left: 0;
  bottom: 0;
}

.advBox1 .title{
  font-size: 24px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 25px;
  color:#2d2d2d;
}

.advBox1 .title:after{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: rgba(255, 149, 0, 1);
  left: 0;
  top: 10px;
}

.advBox1 .item{
  margin-bottom: 25px;
  padding: 20px;
  background-color: #f8f8f8;
  position: relative;
}

.advBox1 .item .d1 img{
  border-radius: 50%;
}

.advBox1 .item:after{
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: rgba(255, 149, 0, 1);
  left: 0;
  bottom: 0;
  transition: all .8s;
}

.advBox1 .item:hover:after{
  width: 100%;
}

.advBox1 .item .d2{
  margin: 15px 0;
}

.advBox1 .item .d2 .p1{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.advBox1 .item .d2 .p2{
  color: #999;
  line-height: 1.8;
}

.advBox1 .item .d3{
  padding-left: 10px;
  line-height: 1.8;
  position: relative;
}

.advBox1 .item .d3:after{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255, 149, 0, 1);
  left: 0;
  top: 10px;
}

/*网站侧边*/
.slideInfo{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}

.slideInfo .item{
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  width: 75px;
  height: 75px;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}

.slideInfo .item .tb{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.slideInfo .item .infos{
  position: absolute;
  right: 70px;
  bottom: 0;
  width: max-content;
  max-width: 200px;
  height: 100%;
  padding: 0 35px;
  display: flex;
  align-items: center;
  background-color: var(--primary);
  color: #fff;
  transform: translateX(100%);
  transition: all .6s;
  z-index: -1;
  opacity: 0;
}

.slideInfo .item:hover .infos{
 transform: translateX(0);
 opacity: 1;
}

.slideInfo .item .infos a{
  color: #fff;
}

.slideInfo .item .infos1{
  background-color: var(--primary);
}

.slideInfo .item .infos2{
  right: 45px;
  background-color: unset;
}

.top-back{
  padding: 15px;
  background-color: var(--primary);
  text-align: center;
}

.top-back{
  display: none;
}

.top-back.show{
  display: block;
}

.slideInfo p{
  margin-top: 5px;
}

.nyaboutBox .commonTit .t3{
  margin-bottom: 45px;
  margin-top: 15px;
  color: #999;
}

.nyaboutBox .aboutTxt h3.title{
  color: #222;
  font-size: 26px;
  font-weight: bold;
}

.leftSlider .title{
  font-size: 24px;
  padding: 15px 20px;
  background-color: var(--primary);
  color: #fff;
}


.leftSlider ul li a{
  display: block;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
}

.leftSlider ul li a:hover{
  border-left: 2px solid var(--primary);
  color: var(--primary);
}

.contactBox .title p.p1{
  margin-bottom: 15px;
}

.contactBox .infos{
  line-height: 26px;
  color: #999；
}

.contactBox .infos a{
  color: #999;
}

.contactBox .infos p{
  margin-bottom: 3px;
}

.contactBox .infos a:hover{
  color: var(--primary);
}














 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 