/*** 

====================================================================
  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: 'DINPRO';
   src: url('../fonts/DINPRO-MEDIUM.OTF');
 }

  @font-face {
   font-family: 'pop';
   src: url('../fonts/Poppins-Regular.ttf');
 }
 
 
 
 /* reset css start */
 html {
  font-size: 16px;
  overflow-x: hidden;
 }
 
 body {
   font-family: 'pop',"Helvetica Neue",Helvetica,Arial,sans-serif;
   height: 100%;
   color: #333;
   position: relative;
   overflow-x: hidden;
   -webkit-font-smoothing: antialiased;
 }

 .page-wrapper{
  position: relative;
  overflow: hidden;
 }
 
 
 :root {
   --primary: #009fe1;
   --main:#eb5b38;
 }
 
 
 *:focus {
   outline: none;
 }
 
 a{
   color: #333;
 }
 
 a:hover{
   text-decoration: unset;
   cursor: pointer;
   color: var(--primary);
 }
 
 p{
   margin-bottom: 0;
 }
 
 img {
   max-width: 100%;
   height: auto;
 }
 
 ul{
   margin-left: -40px;
   margin-bottom: 0;
   list-style: none;
 }
 
 img{
   image-rendering: -moz-crisp-edges; /* Firefox */
   image-rendering: -o-crisp-edges; /* Opera */      
   image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
   image-rendering: crisp-edges; 
   -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
 }

 h1{
  margin-bottom: 0;
 }


 .div-img{
  overflow: hidden;
 }
 
 
 .container-fluid{
   max-width: 1630px;
   margin: auto;
   padding-left: 5%;
   padding-right: 5%;
 }

 /*PC头部*/
 .mainHeader{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999 !important;
  width: 100%;
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
  transition: all 0.5s; 
  background-color: #fff;
 }

 .menuItems ul li{
  display: inline-block;
 }

 .menuItems ul li>a{
  display: block;
  position: relative;
  font-size: 18px;
  padding: 38px 30px;
  transition: color .5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 }

 .menuItems ul li>a:after{
  position: absolute;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 1.5px;
  background-color: var(--primary);
  transition: all .5s;
 }

  .menuItems ul li:hover>a:after{
    left: 0;
    width: 100%;
  }

  .menuItems ul li:hover>a{
    color: var(--primary);
  }


 .top-btns{
    margin-left: 20px;
  }

  .top-btns .tb{
   padding: 38px 0;
  }

.top-btns .language{
  padding: 38px 20px;
 }

 .top-btns svg{
  display: inline-block;
  fill: #6d6d6d;
 }

 .top-btns svg:hover{
  cursor: pointer;
  fill: var(--primary);
 }

 .nav-sub{
    background: #fff;
    position: absolute;
    top: 106px;
    height: auto;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    -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 .2s;
    transition: transform .3s .2s;
 }

 .nav-sub a{
  display: block;
  height: 45px;
  line-height: 45px;
  display: block;
  padding: 0 80px 0 20px;
  text-align: left;
  color: #333;
  font-size: 15px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
  transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
 }

 .menuItems ul li:hover .nav-sub{
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
 }

 .nav-sub span.nav-arrow{
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 10px;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transform: rotate(0deg) translate(-20px, 0px);
  -ms-transform: rotate(0deg) translate(-20px, 0px);
  transform: rotate(0deg) translate(-20px, 0px);
 }

 .nav-sub a:hover{
  background-color: var(--primary);
  color: #fff;
 }

 .nav-sub a:hover span.nav-arrow{
  opacity: 1;
  -webkit-transition:-webkit-transform 300ms cubic-bezier(0.68,-0.55,0.265,1.55),opacity 300ms;
  transition:transform 300ms cubic-bezier(0.68,-0.55,0.265,1.55),opacity 300ms;
  -webkit-transform:rotate(0deg) translate(0px,0px);
  -ms-transform:rotate(0deg) translate(0px,0px);
  transform:rotate(0deg) translate(0px,0px);
 }

 /*导航搜索*/
 .search-form{
    background: #fff;
    position: absolute;
    right: 125px;
    top: 106px;
    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;
 }

 .form1 input{
  background-color: #f5f5f5;
  border:none;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  color: #666666;
 }

 .form1 button{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--primary);
  vertical-align: middle;
  border:none;
  margin-left: -5px;
 }


 .search:hover .search-form{
   -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
 }

 /*导航语言*/
 .languages{
    position: absolute;
    right: 65px;
    top: 106px;
    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;
 }

 .languages a{
  display: block;
    padding: 15px 20px;
    background-color: #f5f5f5;
    transition: all .6s;
 }

 .languages a:hover{
  background-color: var(--primary);
  color: #fff;
 }

 .language:hover .languages{
  -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
 }

 /*mobile手机导航*/
 .nav-btn{
    margin-top: 45px;
    margin-right: 20px;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
 }

 .nav-btn .line{
  display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #333;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    transition: all .6s;
 }

 .nav-btn .line1{
    -webkit-transform-origin: 4px 0;
    -ms-transform-origin: 4px 0;
    transform-origin: 4px 0;
 }

 .nav-btn .line2{
  top: 8px;
 }

 .nav-btn .line3{
  bottom: 0;
    -webkit-transform-origin: 1px center;
    -ms-transform-origin: 1px center;
    transform-origin: 1px center;
 }

 .nav-btn.active{
    -webkit-animation: rotate 0.5s linear .2s;
    animation: rotate 0.5s linear .2s;
 }

 .nav-btn.active .line{
  background: #009fe1;
 }

 .nav-btn.active .line1{
  transform: rotate(45deg);
 }

 .nav-btn.active .line2{
  display: none!important;
 }

 .nav-btn.active .line3{
  transform: rotate(-45deg);
 }

 /*手机下拉菜单*/
.mItems{
  display: none;
}

/*banner*/
.banner{
  margin-top: 106px;
  position: relative;
}

.banner .swiper-pagination-bullet {
    width:12px;
    height:12px;
    background-color:#ffffff;
    margin:0 14px;
    opacity:0.5;
    color:transparent;
}
.banner .swiper-pagination-bullet-active {
    opacity:1;
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    border:2px solid rgba(255,255,255,0.4);
    background-color:transparent;
    color:#ffffff;
}
.banner .swiper-pagination-bullet-active .rightcircle {
    -webkit-animation:circleProgressLoad_right 6.3s linear infinite;
    animation:circleProgressLoad_right 6.3s linear infinite;
}
.banner .swiper-pagination-bullet-active .leftcircle {
    -webkit-animation:circleProgressLoad_left 6.3s linear infinite;
    animation:circleProgressLoad_left 6.3s linear infinite;
}
.banner .swiper-pagination-bullet-active .wrapper_con {
    display:block;
}
.banner .swiper-pagination {
    font-size:0;
}
.banner .swiper-pagination > span {
    display:inline-block;
    vertical-align:middle;
    position:relative;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom:10% !important;
}
.banner .swiper-pagination-custom {
    bottom:10% !important;
}
.banner .swiper-pagination-fraction {
    bottom:10% !important;
}
.right {
    right:-2px;
}
.left {
    left:-2px;
}
.circleProgress {
    width:42px;
    height:42px;
    border:2px solid transparent;
    border-radius:50%;
    position:absolute;
    top:0;
    -webkit-transform:rotate(-135deg);
}
.rightcircle {
    border-bottom:2px solid #ffffff;
    border-left:2px solid #ffffff;
    right:0;
}
.leftcircle {
    border-top:2px solid #ffffff;
    border-right:2px solid #ffffff;
    left:0;
}
.wrapper_con {
    width:21px;
    height:42px;
    position:absolute;
    top:-2px;
    overflow:hidden;
    display:none;
}

.f-14{
    font-size: 14px;
    line-height: 38px;
}

@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }
  50%,
  100% {
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(225deg);
  }
}

/*首页产品分类*/
.proCates{
  background-color: var(--primary);
}

.proCates a.item{
  display: block;
  text-align: center;
  color: #fff;
  padding: 25px 15px;
  border-right: 1px solid rgba(255,255,255,0.3);
  font-size: 18px;
  transition: all .3s;
}

.proCates a.item:hover{
  background-color: var(--main);
}

/*首页产品列表*/
.pt{
  padding: 75px 0;
}

.indexproLists{
  background-color: rgba(245, 245, 245, 1);
}

.commTit h2{
  font-size: 42px;
  line-height: 42px;
  color: #1a1a1a;
  font-weight: bold;
  text-transform: uppercase;
}

.commTit p.des{
  font-size: 15px;
  color: #4c4c4c;
  line-height: 20px;
  margin-top: 15px;
}

.indexproLists .hotLists{
  margin-top: 35px;
}

.hotLists{
  position: relative;
  padding: 0 70px;
  text-align: center;
}

.hotLists .swiperH{
  overflow: hidden;
}

.hotLists .hbtn{
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    transition: all 0.4s;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 99;
    margin-top: -25px;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
}

.hotLists .hbtn.swiper-button-next{
  background: url(../images/listIcon1.png) no-repeat center center #fff;
}

.hotLists .hbtn.swiper-button-prev{
  background: url(../images/listIcon1.png) no-repeat center center #fff;
  transform: rotateY(180deg);
}

.hotLists .hbtn:hover{
  background: url(../images/listIcon2.png) no-repeat center center var(--primary);
}

.hotLists .swiper-button-prev:after,.hotLists .swiper-button-next:after{
  content: "";
}

.hotLists .item{
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.hotLists .item .div-img{
  padding: 20px 0;
  overflow: hidden;
}

.hotLists .item .div-img img{
  transition: all .6s;
}

.hotLists .item p.title{
    width: 100%;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 18px;
    margin-bottom: 10px;
}

.hotLists .item div.p_details span{
  display: inline-block;
  padding: 0 35px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  transition: all 0.4s;
  font-size: 14px;
  background: var(--main);
  margin: 10px 0 25px 0;
}

.hotLists .item div.p_details span:hover{
  background:var(--primary);
}

.hotLists .item:hover p.title{
  color: var(--primary);
}

.hotLists .item:hover .div-img img{
  transform: scale(1.05);
}

.all a{
    display: inline-block;
    padding: 12px 55px;
    border: 1px solid #666;
    border-radius: 40px;
    color: #1a1a1a;
    font-size: 16px;
    text-align: center;
    transition: all 0.4s;
}

.all a:hover{
  border:1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.indexproLists .all{
  margin-top: 35px;
}

/*关于我们*/
.commTit p.tit2{
  font-size: 18px;
  color: #eb5b38;
  line-height: 30px;
  margin: 10px 0 20px;
  font-weight: bold;
}

.indexAbout .content p{
  font-size: 16px;
  color: #4c4c4c;
  line-height: 28px;
  padding: 8px 0;
  text-indent: 30px;
  text-align: justify;
}

.indexAbout .aboutText{
  max-width: 750px;
}

.aboutAdv{
  margin-top: 25px;
}

.aboutAdv ul li{
  font-size: 16px;
  color: #666;
  font-family: pop;
  line-height: 36px;
  padding-left: 28px;
  background: url(../images/gou.png) no-repeat center left;
} 

/*留言*/
.divForm{
    background-color: var(--primary);
    padding: 50px;
    height: 100%;
    max-width: 580px;
    margin-left: auto;
    border-radius: 10px;
}

.divForm .title{
  text-align: center;
}

.divForm span{
    display: block;
    font-size: 36px;
    font-family: pop-b;
    color: #fff;
    text-align: center;
    margin: 30px auto 20px;
    font-weight: bold;
}

.divForm .form textarea{
    display: block;
    width: 100%;
    padding: 15px 0;
    min-height: 120px;
    border:none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    background-color: unset;
    margin-top: 25px;
}

.divForm .form input{
  display: block;
  width: 100%;
  border:none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  background-color: inherit;
  padding: 15px 0;
}

.divForm *::-webkit-input-placeholder{
  color: #ffffff;
} 

.divForm *:-moz-placeholder{
   color:#ffffff;
} 

.divForm *::-moz-placeholder{
  color: #ffffff;
}

.divForm *:-ms-input-placeholder{
  color: #ffffff;
} 

.divForm .form button{
  display: block;
  width: 180px;
  text-align: center;
  background-color: #eb5b38;
  padding: 0px;
  height: 50px;
  font-size: 16px;
  border:none;
  color: #fff;
  margin-top: 25px;
  transition: all .3s ease;
}

.divForm .form button:hover{
  background-color: #009fe1;
}

/*新闻中心*/
.indexNews{
  background-image: url(../images/newsBg.jpg);
  background-position: center center;
}

.newsLists{
  position: relative;
  padding-bottom: 65px;
  margin-top: 35px;
}

.newsLists .swiperN{
  overflow: hidden;
}

.newsLists a.item{
  display: block;
  background-color: #fff;
  border-radius: 4px;
  padding: 40px 30px;
  position: relative;
  transition: all 0.5s;
}

.newsLists a.item .title{
  font-size: 18px;
  height: 60px;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  margin: 16px 0;
  transition: all 0.4s;
  font-family: tit-b;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  padding-top: 12px;
}

.newsLists a.item .title:before{
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 0;
  left: 0;
  background: var(--primary);
  transition: all 0.4s;
}

.newsLists a.item:hover .title:before{
  width: 55px;
  background-color: #eb5b38;
}

.newsLists a.item:hover .title{
  color: var(--primary);
}

.newsLists a.item .des{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin: 20px 0;
}

.newsLists a.item .meta{
   padding-top: 20px;
  border-top: 1px solid #dbdbdb;
}

.newsLists a.item .time{
  font-size: 16px;
  color: #666;
  line-height: 20px;
}

.newsLists a.item .detail{
    font-size: 16px;
    color: var(--primary);
    position: absolute;
    right: 30px;
    bottom: 40px;
    transition: all 0.4s;
}

.newsLists a.item:hover .detail{
  color: #eb5b38;
}

/*底部*/
.mainFooter{
  background-color: rgba(0, 21, 41, 1);
  color: #fff;
}

.mainFooter a{
  font-size: 16px;
  line-height: 36px;
  color: #999;
  display: block;
  transition: all 0.5s;
}

.mainFooter a:hover{
  color: #fff;
}

.mainFooter a.title{
  color: #fff;
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.mainFooter .top{
  padding: 35px 0;
  border-bottom: 1px solid #062542;
  margin-bottom: 25px;
}

.mainFooter .top p.p1{
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  text-transform: uppercase;
}

.mainFooter .top p.p2{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  font-family: initial;
}

.mainFooter .top .d2 a{
  display: block;
  width: 100%;
  color: #fff;
  background: #eb5b38;
  position: relative;
  z-index: 10;
  font-size: 14px;
  transition: all 0.3s;
  border-radius: 30px;
  overflow: hidden;
  padding: 8px 35px;
  text-align: center;
}

.mainFooter .top .d2 a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #009fe1;
    transform: scale(0);
    transition: all 0.3s;
    z-index: -1;
    border-radius: 50px;
}

.mainFooter .top .d2 a:hover{
    letter-spacing: 1px;
}

.mainFooter .top .d2 a:hover:before {
    transform: scale(1);
}

.fmenus ul li a{
  line-height: 36px;
}

.copyright{
  background-color: rgba(1, 13, 26, 1);
  padding: 15px 0;
  color: #595959;
  font-size: 14px;
  margin-top: 25px;
}

.copyright a{
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin: 0 3px;
  line-height: 26px;
}

/*pagetitle*/
.pagetitle{
  padding: 125px 0;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.pagetitle h4.title{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 10px;
}

.pagetitle .bread{
  font-size: 14px;
}

.pagetitle .bread a{
  color: #fff;
}

.pagetitle .bread a:hover{
  color: var(--main);
}

.pagetitle .bread span{
  display: inline-block;
  font-size: 12px;
  margin: 0 3px;
}

/*内页 产品分类*/
.nproCates a{
  display: block;
}

.mainSlider .title{
  background-color: var(--primary);
  color: #fff;
  padding: 25px 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.mainSlider .title h4{
  font-size: 42px;
  font-weight: bold;
}

.mainSlider .title p{
    font-size: 16px;
    color: #666;
    font-family: "pop";
    text-transform: uppercase;
    color: #fff;
}

.nproSec{
  background-color: rgba(245, 245, 245, 1);
}

/*公共分类*/
.nproCates{
  transition: all 0.5s;
  background: #fff;
  margin-left: 0;
  border: 1px solid #dbdbdb;
  border-top:none;
}

.nproCates .tit{
  border-bottom: 1px solid #dbdbdb;
}

.nproCates a.ptit{
  font-size: 16px;
  color: #333;
  padding: 20px 10px;
  transition: all 0.5s;
}

.nproCates .item span.pbtn{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: var(--primary);
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.nproCates .item span.pbtn:after{
  position: absolute;
  content: "+";
  font-size: 20px;
  transform: translate(-50%);
  color: #fff;
  top: -2px;
  left: 11px;
  transition: all .6s;
}

.nproCates .item span.pbtn.on:after{
  content: "-";
}

.nproCates .psub{
  display: none;
}

.nproCates .psub a{
    display: block;
    width: 100%;
    transition: all 0.5s;
    background: #f8fafd;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px dashed #dbdbdb;
    font-size: 14px;
    color: #333;
    background-image: url(../images/pro_sort3.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}

.nproCates .psub a:hover{
  padding: 10px 10px 10px 30px;
}

.nproCates1 a.ptit{
  font-size: 18px;
  transition: all 0.3s;
  font-family: tit-b;
  width: 100%;
  padding: 20px 30px 20px 20px;
  position: relative;
}

.nproCates1 a.ptit svg{
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.nproCates1 .item.active{
  background-color: var(--main);
}

.nproCates1 .item.active a.ptit{
  color: #fff;
}

.nproCates1 .item.active svg{
  fill: #fff;
}

.nproCates1 .item:hover{
  background-color: var(--main);
}

.nproCates1 .item:hover a.ptit{
  color: #fff;
}

.nproCates1 .item:hover svg{
  fill: #fff;
}

.nproCates .item.active  a.ptit {
  color: var(--primary);
}

.nproCates .item.active.hason a.ptit{
  color: #333;
}


/*内页 产品列表*/
.nproLists a.item{
  display: block;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}

.nproLists a.item .div-img{
  padding: 20px 0;
  overflow: hidden;
}

.nproLists a.item .div-img img{
  width: 100%;
  transition: all .6s;
}



.nproLists a.item .div-text{
  padding: 15px 0;
  font-size: 18px;
  color: #333;
  border-top: 1px solid #dbdbdb;
  transition: all .3s;
  font-family: auto;
}

.nproLists a.item:hover .div-img img{
  transform: scale(1.1);
}

.nproLists a.item:hover .div-text{
  color: #fff;
  background-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: 20px;
  padding: 0 12px;
  background: #fff;
  margin: 0 5px;
  border: 1px solid #ccc;
}

.pagination a.page-link{
  background-color: #333;
  color: #fff;
}

.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;
}

.psearch{
  margin-top: 25px;
}

.psearch .form1{
  background-color: #fff;
}

.psearch .form1 input{
  width: calc(100% - 50px);
  background-color: #fff;
}

.psearch .form1 button{
  background-color: #eb5b38;
}

.allcatesBtn{
  color: #fff;
  background-color: var(--primary);
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
}

.mpsearch{
  margin-bottom: -15px;
}

.psearch .form1 button{
  color: #fff;
}

.dyForm .form1 button{
  background-color: var(--primary);
}

.div-mpCates{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  transition: left .3s;
  z-index: 9999;
  background-color: var(--primary);
}

.div-mpCates .d1{
  min-width: 60px;
  position: relative;
}

.div-mpCates .d1 span{
  display: inline-block;
  position: absolute;
  top: 120px;
  width: 100%;
  text-align: center;
  background-color: var(--main);
  color: #fff;
  padding: 5px 0;
  font-size: 20px;
}

.div-mpCates .d2{
  background-color: #fff;
  overflow-y: auto;
}

.nproCates .item.active .psub{
  display: block!important;
}

.nproCates .psub a.nactive{
  color: var(--primary);
}

.curcate{
  color: var(--primary);
}

/*相关产品*/
.swiperRelate{
  overflow: hidden;
  
  
}


.swiperRelate a{
  display: block;
  background-color: #fff;
  padding: 20px 10px;
}

.swiperRelate a .div-text{
  text-align: center;
  color: #1a1a1a;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  padding: 10px 10px;
  margin: 10px 10px;
  background: #f5f5f5;
}

.swiperRelate a .div-img img{
  width: 100%;
  transition: all .6s;
}

.swiperRelate a:hover .div-img img{
  transform: scale(1.1);
}

.swiperRelate a:hover .div-text{
  background:var(--primary);
  color: #fff;
}

.leftTit{
  font-weight: bold;
  font-size: 28px;
  color: #333;
  padding-left: 12px;
  border-left: 4px solid #eb5b38;
  margin: 45px 0 15px 0;
}

/*需求沟通*/
.xqForm textarea{
  padding: 10px;
  background: #fff;
  min-height: 120px;
  border:none;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 14px;
}

.xqForm input{
  padding: 0 10px;
  background: #fff;
  border:none;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 14px;
}

.xqForm button{
  display: block;
  width: 100%;
  background-color: var(--primary);
  color: #fff;
  border:none;
  padding: 12px 15px;
  border-radius: 3px;
  font-size: 14px;
  transition: all .3s; 
}

.xqForm button:hover{
  background-color: var(--main);
}

/*产品详情*/
/*图片集*/
.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: #f5f5f5;
  color: var(--primary);
  width: 30px;
  height: 100%;
  text-align: center;
  font-size: 28px;
  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: 15%;
  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;
}

.small-imgs{
  padding: 0 35px;
}

.proSmall .swiper-slide-thumb-active{
  border:1px solid var(--primary);
}


/**/
.product_info{
  padding: 30px;
  background-color: #fff;
}

.product_info .div-text h2.title{
  font-size: 32px;
  line-height: 32px;
  color: #333;
  margin-top: 25px;
  font-family: none;
}

.product_info .pline{
  height: 15px;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  margin: 25px 0;
}

.product_info .backContact a{
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  margin-right: 20px;
  transition: all 0.4s;
  color: #fff;
}

.product_info .backContact a:nth-child(1){
  border:1px solid var(--primary);
  background-color: var(--primary);
}

.product_info .backContact a:nth-child(1):hover{
  color: var(--primary);
}

.product_info .backContact a:nth-child(2){
  border:1px solid var(--main);
  background-color: var(--main);
}

.product_info .backContact a:nth-child(2):hover{
  color: var(--main);
}

.product_info .backContact a:hover{
  background-color: unset;
}

/*产品详情*/
.product_details .list-title{
  flex-direction: unset;
  margin-top: 15px;
}

.product_details .list-group a{
  display: block;
  width: 100%;
  text-align: center;
  background: #e8e8e8;
  border-bottom: 2px solid #009fe1;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.product_details .list-group a.active{
  background-color: var(--primary);
  color: #fff;
}

.product_details .tab-content{
  background-color: #fff;
  padding: 40px;
}

.product_details table.table{
  font-size: 14px;
}



.prev-next{
  background-color: #fff;
  border-top:1px solid #dbdbdb ;
  padding: 30px 40px;
}

/*相关下载*/
.downLists .item{
  background-color: #fff;
  margin-bottom: 10px;
  padding: 25px 20px;
  font-size: 14px;
}

.downLists .item .infos{
  margin-left: auto;
  max-width: 400px;
  text-align: right;
}

.downLists .item .infos a{
  display: inline-block;
  padding: 10px 25px;
  background-color: var(--main);
  color: #fff;
  transition: all .6s;
}

.downLists .item .infos a:hover{
  background-color: var(--primary);
}

.relateDwonload>div.title{
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 35px;
}

.relateDwonload .title span{
  display: inline-block;
  font-size: 24px;
  line-height: 60px;
  background: #009fe1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0 30px;
}

/*内页 新闻中心*/
.newsCate{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}
.newsCate a{
  display: inline-block;
  padding: 15px 55px;
  color: #fff;
  background-color: var(--primary);
  transition: all .6s;
  font-size: 18px;
}

.newsCate a:hover{
  background-color: var(--main);
}

.newsCate a.active{
  background-color: var(--main);
}

/*内页新闻列表*/
.nnewsLists .item a{
  display: block;
  color: #333;
}

.nnewsLists .item .title{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  transition: all 0.5s;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.nnewsLists .item{
  margin: 20px 10px;
  background: #f5f5f5;
  padding: 20px;
  transition: all 0.5s;
  border-radius: 4px;
}

.nnewsLists .item .time span{
  display: inline-block;
  color: #666;
  font-size: 16px;
  padding-left: 5px;
  line-height: 18px;
}

.nnewsLists .item .time svg{
  display: inline-block;
  vertical-align: sub;
}

.nnewsLists .item p.des{
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nnewsLists .item .div-img{
  position: relative;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  min-width: 30%;
  width: 30%;
  margin-right: 25px;
}

.nnewsLists .item .div-img img{
  width: 100%;
}

.nnewsLists .item .more span{
  display: inline-block;
  padding: 10px 25px;
  background-color: var(--main);
  color: #fff;
  transition: all .3s;
  border-radius: 0;
}

.nnewsLists .item .more span:hover{
  border-radius: 30px;
}

.nnewsLists .item:hover h2.title{
  color: var(--primary);
}

/*新闻详情*/
.nnewsDetail{
  background-color: rgba(245, 245, 245, 1);
}

.PrevAndNext{
  margin-top: 25px;
}

.p_articles{
  min-height: 300px;
}

.p_articles p{
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  color: #666;
}

.nnewsDetail .content{
  background-color: #fff;
  padding: 50px;
}

.nnewsDetail .content .title{
  font-size: 24px;
  line-height: 36px;
  color: #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}

.nnewsDetail .content .meta{
  color: #707070;
  text-align: center;
}

.nnewsDetail .content .meta ul li{
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}

.nnewsDetail .content .meta ul li a{
  color: #707070;
}


.nnewsDetail .newsSlider{
  min-width: 20%;
  margin-left: 40px;
} 

.slideNews .item{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.slideNews .item a{
  display: block;
  padding: 20px;
  color: #333;
  background-color: #fff;
  transition: all .3s;
}

.newsSlider .leftTit1{
  margin: 0 0 15px 0;
}

.slideNews .item:hover a{
  background-color: rgba(0,0,0,.4);
  color: #fff;
}

.slideNews .item .time{
  color: rgb(120, 120, 120);
}

.slideNews .item .time span.s1{
  font-family: Roboto;
  font-size: 20px;
  margin-right: 4px;
  transition: all .5s ease;
}

.slideNews .item .title{
  margin: 12px 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.slideNews .item .des{
    color: #4c4c4c;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all .5s ease;
    font-size: 14px;
    line-height: 22px;
}

.slideNews .item:hover .time,.slideNews .item:hover .title,.slideNews .item:hover .des{
  color: #fff;
}

/*文件下载*/
.ndownLists .item{
  background-color: #fff;
  padding: 25px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.ndownLists .item span{
  display: inline-block;
}

.ndownLists .item p.p1{
  margin-right: 15px;
}

.ndownLists .item p.p1 a{
  color: #707070;
}

.ndownLists .item span.s1,.ndownLists .item span.s2{
  margin-right: 15px;
}

.ndownLists .item .yl,.ndownLists .item .xz{
  display: inline-block;
  padding: 10px 25px;
  border-radius: 3px;
  background-color: var(--primary);
  color: #fff;
  transition: all .6s;
  min-width: 80px;
  text-align: center;
}

.ndownLists .item .yl{
  margin-left: 25px;
  border:1px solid var(--primary);
}

.ndownLists .item .xz{
  background-color: var(--main);
  margin-left: 10px;
  border:1px solid var(--main);
}

.ndownLists .item .yl:hover{
  background-color: unset;
  color: var(--primary);
}

.ndownLists .item .xz:hover{
  background-color: unset;
  color: var(--main);
}

/*内页 关于我们*/


.aboutContent{
  background-color: #fff;
  padding: 40px;
  min-height: 260px;
}

.aboutContent h2.title{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.aboutContent .details p{
  font-size: 16px;
  color: #333;
  line-height: 28px;
  padding: 5px 0;
  text-indent: 2rem;
  text-align: justify;
}

.aboutContent h3.title{
  font-weight: bold;
  color: #009fe1;
  font-size: 20px;
  margin-top: 10px;
}

/*产品视频*/
.viodeLists{
  margin-top: 25px;
}

.viodeLists a.item{
  display: block;
  margin-bottom: 25px;
  position: relative;
  border:1px solid #d9d9d9;
}

.viodeLists .div-img{
  overflow: hidden;
  position: relative;
}

.viodeLists .div-img img{
  width: 100%;
  transition: all .6s;
}

.viodeLists .mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  text-align: center;
  opacity: 0;
  transition: all .6s;
}

.viodeLists .mask svg{
  display: inline-block;
  margin-top: 20%;
}

.viodeLists .item:hover .div-img img{
  transform: scale(1.2);
}

.viodeLists .item:hover .mask{
  opacity: 1;
}

.fancybox-slide>*{
  width: 100%;
  max-width: 800px;
  padding: 0;
}

.viodeLists .item span.s1{
  display: inline-block;
  position: absolute;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  padding:5px 15px;
  font-size: 14px;
  bottom: 10px;
  right: 10px;
}

.viodeLists .item .div-text{
  padding: 20px 15px;
}

.viodeLists .item .div-text p.p1{
  color: #262626;
}

.viodeLists .item .div-text p.p2{
  font-size: 14px;
  color: #bfbfbf;
}

.viodeLists .item .div-text p.p2 span{
    font-family: unset;
    vertical-align: bottom;
    display: inline-block;
}

/*联系我们*/
.conSec{
  background-color: rgba(245, 245, 245, 1);
  padding-top: 65px;
}

.cinfos{
  margin-top: 25px;
}

.cinfos .item{
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.conSec .leftTit{
  margin-top: 0;
}

.cinfos .item .person{
  font-family: pop-b;
  font-size: 24px;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.cinfos .item svg{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.cinfos .item a{
  display: block;
  margin-bottom: 10px;
  color: #333;
}

.div-message{
  background-image: url(../images/messageBg.jpg);
  background-size: cover;
  background-attachment: fixed;
  margin-top: 65px;
  padding-bottom: 65px;
  color: #fff;
}

.div-message .main{
  background-color: var(--primary);
}

.div-message .main .messLeft{
  padding: 50px;
}

.div-message .main .messLeft .address{
  margin-bottom: 15px;
}

.divForm1{
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  max-width: unset;
}

.divForm1 .title{
  color: #333;
}

.divForm1 span{
   color: #1a1a1a; 
   margin-left: 0;
}

.divForm1 .form textarea{
  border:1px solid #dbdbdb;
  border-radius: 2px;
  padding: 15px;
  color: #333;
  margin-bottom: 15px;
}

.divForm1 .form input{
  border:1px solid #dbdbdb;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 12px 15px;
}

.divForm1 .form textarea::-webkit-input-placeholder,.divForm1 .form input::-webkit-input-placeholder{
  color: #333;
} 

.divForm1 .form textarea::-moz-placeholder,.divForm1 .form input::-moz-placeholder{
  color: #333;
}

.divForm1 .form textarea::-ms-input-placeholder,.divForm1 .form input::-ms-input-placeholder{
  color: #333;
}

.swiper-button-lock{
  display: block!important;
}

/*搜索结果*/
.searchLists{
  background-color: rgba(245, 245, 245, 1);
}

.searchLists .title{
  padding: 15px 25px;
  color: #fff;
  background-color: var(--primary);
}

.slists .item{
  margin-bottom: 5px;
}

.slists .item a{
  display: block;
  width: 100%;
  padding: 15px 25px;
  background-color: #fff;
  color: #333;
  transition: all .6s;
}

.slists .item a:hover{
  color: #fff;
  background-color: var(--primary);
}

/*荣誉证书*/
.de-honor{
  position: relative;
}

.de-honor .item{
  margin-bottom: 25px;
}

.de-honor .item a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.de-honor .item .div-img{
  padding: 20px;
  overflow: hidden;
}

.de-honor .item .div-img img{
  height: 100%;
  transition: all .6s;
}

.de-honor .item a .div-text p{
  text-align: center;
  padding: 10px 15px;
  background-color: #f5f5f5;
}

.de-honor .item a:hover .div-img img{
  transform: scale(1.05);
}

.de-honor1 .item{
  margin-bottom: 0;
}

















 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 