/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animate.css');
@import url('owl.css');

/* reset css start */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #666;
  position: relative;
  overflow-x: hidden;
}

img{
	
  -webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

}

*:focus {
  outline: none;
}

a{
  color: #666;
}

a:hover{
  text-decoration: unset;
  cursor: pointer;
  color: #da191e;
}

p{
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul{
  list-style: none;
}

.div-img{
  overflow: hidden;
}

.container-fluid{
  padding-left: 4%;
  padding-right: 4%;
}

.section-sp{
  padding: 125px 0;
}

/**
 * header
 * 
 */
.page-top{
  background: #eeeeee;
  color: #717170;
}

.page-top p{
line-height: 35px;
}

header .header-top{
  padding: 15px 0;
}


header .head-menu-pc{
  background: #212121;
}


header .main-menu {
 padding: 0 5%;
}
header .main-menu ul {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
   display:flex; 
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: space-around;
  margin-bottom:0;
  padding-left:0;
  list-style:none;
}
header .main-menu ul li+li {
  margin-left:50px
}


header .main-menu ul li a {
  font-size: 16px;
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;
  display:block;
  position:relative;
  line-height:40px;
  padding: 15px 15px;
}

header .main-menu >ul>li>a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #da191e;
  bottom: 15px;
  transition: all .6s;
  text-align: center;
  left: 50%;
}

header .main-menu ul li:hover a{
  color: #da191e;
}

header .main-menu >ul>li:hover a:after{
  width: 100%;
  left: 0;
}

header .main-menu ul li.active{
  position: relative;
}

header .main-menu ul li.active:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #da191e;
  bottom: 15px;
}

header .main-menu ul li.dropdown {
  position:relative
}

header .main-menu ul li.dropdown:hover a{
  /*color: #da191e;*/
}
header .main-menu ul li.dropdown ul.sub-menu {
  position:absolute;
  z-index:9;
  text-align:left;
  opacity:0;
  visibility:hidden;
  -o-transform-origin:0 0;
  -ms-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  transform:rotateX(-75deg);
  -o-transform:rotateX(-75deg);
  -moz-transform:rotateX(-75deg);
  -webkit-transform:rotateX(-75deg);
  min-width:250px;
  left:auto!important;
  background:#fff;
  display:block;
  -o-transition:-o-transform .3s,opacity .3s;
  -ms-transition:-ms-transform .3s,opacity .3s;
  -moz-transition:-moz-transform .3s,opacity .3s;
  -webkit-transition:-webkit-transform .3s,opacity .3s;
  padding:20px 0;
  -webkit-box-shadow:-1px 10px 80px -15px rgba(0,0,0,.3);
  box-shadow:-1px 10px 80px -15px rgba(0,0,0,.3)
}
header .main-menu ul li.dropdown ul li {
  padding:0;
  margin:0;
  display:block
}
header .main-menu ul li.dropdown ul li.active>a,header .main-menu ul li.dropdown ul li:hover>a {
  /*color:#266bf9!important*/
}
header .main-menu ul li.dropdown ul li a {
  display:block;
  line-height:20px;
  padding:12px 0 12px 20px;
  font-weight:400;
  color:#2d2d2d;
  text-transform:capitalize
}
header .main-menu ul li.dropdown ul li a:hover {
  padding-left:25px
}
header .main-menu ul li.dropdown:hover .sub-menu {
  opacity:1;
  visibility:visible;
  transform:rotateX(0);
  -o-transform:rotateX(0);
  -moz-transform:rotateX(0);
  -webkit-transform:rotateX(0);
  -o-transition:-o-transform .3s,opacity .3s;
  -ms-transition:-ms-transform .3s,opacity .3s;
  -moz-transition:-moz-transform .3s,opacity .3s;
  -webkit-transition:-webkit-transform .3s,opacity .3s
}

.header-fixed{
  position: fixed!important;
  background: #fff;
  box-shadow: 0 0 5px #3333334d;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all .6s;
}

.header-fixed .main-menu ul li a{
  color: #fff;
}


.main-header .d1 .div-text{
  border-left: 1px solid #eee;
  padding-left: 25px;
  margin-left: 15px;
}

.main-header .d1 .div-text .p1{
  font-size: 32px;
  font-weight: bolder;
  color:#000;
}

.main-header .d1 .div-text .p1 font{
  /*color: #da191e;*/
  font-size: 32px;
}

.main-header .d1 .div-text .p2{
    display: block;
    margin-top: 5px;
    color: #666666;
    font-size: 18px;
    font-weight: bolder;
}

.main-header .d2 .top-tel {
  font-size: 16px;
  padding-right: 35px;
}

.main-header .d2 .top-tel font{
  font-size: 22px;
  font-weight: bolder;
  color: #da191e;
}

.main-header .d2 .top-tel img{
  margin: 0 10px;
}



/**
 * 
 * 大图
 */
.swiper1 .swiper-slide{
  position: relative;
}
.swiper1 .text{
  position: absolute;
  top: calc(50% - 150px);
  z-index: 9;
  max-width: 850px;
  color: #fff;
  left: 5%;
  padding: 45px 45px  85px 45px;
}

.swiper1 .text .des{
  font-size: 20px;
  line-height: 30px;
}

.swiper1  .text h2{
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 35px;
}

.swiper1 .text p{
  color: #da191e;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 15px;
}

/**
*热门关键词
**/
.hot-keywords{
  padding: 15px 0;
  background: #eee;
  color: #666;
}

.hot-keywords a{
  display: inline-block;
  margin-right: 15px;
}

.hot-keywords a:hover{
  text-decoration: underline;
}

/**
*特点
**/
.sp-85{
  padding: 85px 0;
}

.comm-title{
    padding-top: 25px;
    /*height: 80px;*/
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    color: #da191e;
    background: url(../image/spec_tbg.jpg) no-repeat center top;
}

.comm-title font{
    width: 8px;
    height: 8px;
    background: #da191e;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.comm-title span{
      display: block;
    font-size: 20px;
    color: #666666;
    font-weight: normal;
}

.exp-section .content{
  margin-top: 35px;
}

.exp-section .content .item{
    padding-top: 40px;
    width: 147px;
    height: 169px;
    text-align: center;
    background: url(../image/spec_lbg1.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.exp-section .content .item strong{
  font-size: 35px;
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.exp-section .content .item:hover{
  background: url(../image/spec_lbg2.jpg) no-repeat center top;
  color: #da191e;
  cursor: pointer;
}

/**
*产品中心
**/
.pro-section .comm-title{
  background: url(../image/pro_tbg.png) no-repeat center top;
}

.pro-section{
  background: url(../image/pro_bg.jpg) no-repeat center top;
  background-size: cover;
}

.pro-section .content{
  margin: 45px 0;
}


/**侧边**/
.slider .title{
  text-align: center;
  color: #fff;
  padding: 35px 0;
  background: #da191e;
}

.slider .title h2{
  font-size: 24px;
  font-weight: bolder;
}

.slider .title p{
  text-transform: uppercase;
}

.slider ul{
  margin-left: -40px;
  margin-bottom: 0;
}

.slider .pro-cates h3{
  padding-right: 45px;
  background: url(../image/dropdown.png) no-repeat right center; 
  background-size: 35px;
  background-color: #e2e2e2;
  margin-bottom: 0;

}
.slider .pro-cates h3 a{
  display: block;
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  color: #da191e;
  padding-left: 20px;
  font-weight: bold;
  background: #f0f0f0;
  /*border-left: 4px solid #bf0b0b;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.slider .pro-cates h3 a:hover{
  text-decoration: underline;
}

.slider .pro-cates ul li{
  padding-right: 45px;
  background: url(../image/dropdown2.png) no-repeat right center; 
  background-color: #fff;
}

.slider .pro-cates ul li{
  border-bottom: 1px solid #ccc;

}

.slider .pro-cates ul li a{
  display: block;
  padding: 25px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.slider .pro-cates ul li:hover{
  background-color: #da191e;
}

.slider .pro-cates ul li:hover a{
  color: #fff;
  text-decoration: underline;
}

.pro-cates .cates{
  display: none;
}

.pro-cates .cate:hover .cates{
  display: block;
}


/**
*产品列表
**/
.product-lists .item p{
  padding: 0 15px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-lists .item .div-img{
  overflow: hidden;
}

.product-lists .item .div-img img{
  transition: all .6s;
  height: 250px;
  width: 100%;
}

.product-lists .item:hover .div-img img{
  transform: scale(1.2);
}

.product-lists .item p{
  font-size: 16px;
  background: #fff;
}

.product-lists .item:hover p{
  background: #da191e;
  color: #fff;
}

.product-lists .item{
  margin-bottom: 25px;
}



.pro-bottom-tel{
  position: relative;
}

.pro-bottom-tel .text{
  position: absolute;
  bottom: 25%;
  width: 100%;
  color: #fff;
}

.pro-bottom-tel .text p font{
  font-size: 22px;
  font-weight: bolder;
}

.pro-bottom-tel .text p a{
  padding: 15px;
  background: #da191e;
  margin-left: 15px;
  color: #fff;
}



/**
 * 应用范围
 */
.scope-section{
  padding-top: 85px;
}
.scope-items .item {
  margin-top: 45px;
  padding: 25px;
  border:1px solid #fef4f4;
  position: relative;
}

.scope-items .item h2{
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 15px;
}

.scope-items .item p{
  line-height: 30px;

}

.scope-items .item:hover{
  cursor: pointer;
}

.scope-items .item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  opacity: 0.05;
  transition: all .6s;
}

.scope-items .item:hover::after {
  opacity: .2;
}

.scope-items .item:hover h2{
  color: #000;
}

.scope-items .item1::after {
  background-image: url(../image/sm1.png);
}

.scope-items .item2::after {
  background-image: url(../image/sm2.png);
}
.scope-items .item3::after {
  background-image: url(../image/sm3.png);
}
.scope-items .item4::after {
  background-image: url(../image/sm4.png);
}

.adv-section{
  padding-top: 45px;
}
.adv-section .adv-title{
  padding: 25px 35px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 65px;
  position: relative;
}

.adv-section .adv-title::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 45px;
  background-image: url(../image/down.png);
  background-repeat: no-repeat;
  bottom: -45px;

}

.adv-section .adv-title h2{
  font-size: 50px;
  color: #464a4b;
  font-weight: bolder;
}

.adv-section .adv-title h2 font{
    font-size: 65px;
    color: #da191e;
}

.adv-section .adv-title span{
    display: block;
    font-size: 24px;
    color: #666666;
    font-weight: normal;
}

.adv-section .main  .d1 .div-img{
  position: relative;
   width: 112px;
}

.adv-section .main  .d1 .div-img::after{
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    background: #ccc;
    left: 50%;
    bottom: 0;
    z-index: -1;
}

.adv-section .main  .d2  .div-img{
  position: relative;

}

.adv-section .main  .d2  .div-img::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  top: 0;
  z-index: -1;
  left: 56px;
}

.adv-section .main  .d2  .div-img::before{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #ccc;
  top: 0;
  left: 51px;
  border-radius: 50%;
}

.adv-section .main .div-text{
  padding-left: 25px;
}


.adv-section .div-text h2{
    color: #da191e;
    font-size: 30px;
    font-weight: bolder;
}

.adv-section .div-text .ad-substitle{
    margin-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    border-bottom: 1px solid #ccc;
}

.adv-section .div-text  p{
    display: block;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #555555;
}

.adv-section .div-text .zixun a{
  color: #fff;
  background: #da191e;
  padding: 10px 15px;
  margin-top: 15px;
  display: inline-block;
}

.adv-section .div-text .zixun a:hover{
  text-decoration: underline;
}


.adv-section .d2 .xjb{
  margin-top: 45px;
}

.adv-section .d2 .yypz{
  padding-top: 125px;
  position: relative;
}

.adv-section .d2 .yypz::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 56px;
    background: #ccc;
    top: -112px;
    z-index: -1;
}

.adv-section .d2 .yypz::before{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #ccc;
  top: 0;
  left: 51px;
  border-radius: 50%;
}

.adv-section .d3{
  background: #ebebeb;
  background-image: url(../image/sup_bg3.jpg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.adv-section .d3{
  padding: 55px 0;
  margin-top: 45px;
}

.adv-section .d3 .div-text{
  padding-left: 25px;
}

/**
 * 客户见证
 */

.jz-section{
  padding-top: 85px;
}
.jz-section .comm-title{
  background-image: url(../image/wit_tbg.jpg);
  margin-bottom: 45px; 
}
.wit ul.slogo{position:relative;overflow:hidden;display:block;margin-top:20px;height:350px;}
.wit .slogo li{position:absolute;display:block;float:left;margin-right:28px;width:170px;height:144px;background:url(../image/wit_pbgs.png) no-repeat left top;}
.wit .slogo li span{display:block;margin:25px auto 0;width:60px;height:60px;}
.wit .slogo li em{display:block;height:36px;line-height:36px;font-size:20px;color:#5f5f5f;text-align:center;font-style: normal;}
.wit .slogo li.cur,.wit .slogo li.cur2{background:url(../image/wit_pbgs2.png) no-repeat left top;}
.wit .slogo li.cur em,.wit .slogo li.cur2 em{color:#ffffff;font-style: normal;}
.wit .slogo li a:hover{text-decoration:none;}
.wit .slogo .li7.cur span,.wit .slogo .li7.cur2 span{background:url(../image/wit_l7-2.png) no-repeat left top;}

.wit .slogo .li1{left:0;top:80px;}
.wit .slogo .li2{left:138px;top:0;}
.wit .slogo .li3{left:280px;top:80px;}
.wit .slogo .li4{left:416px;top:0;}
.wit .slogo .li5{left:550px;top:80px;}
.wit .slogo .li6{left:690px;top:0;}
.wit .slogo .li7{left:830px;top:80px;}
.wit .slogo .li8{left:138px;top:175px;}
.wit .slogo .li9{left:416px;top:175px;}
.wit .slogo .li10{left:690px;top:175px;}

.wit .slogo li img{
  margin-top: 15px;
}

.wit .slogo li:hover{
  background:url(../image/wit_pbgs2.png) no-repeat left top;
}

.wit .slogo li:hover em{
  color: #fff;
}

.wit .slogo li:hover img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}


.jz-lists{
  position: relative;
}

.jz-lists .s-btn{
  position: absolute;
  top: 35%;
  width: 100%;
}

.jz-lists .s-btn span{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background: #ccc;
  border-radius: 50%;
  font-weight: bolder;
  position: absolute;
  z-index: 1;
}

.jz-lists .s-btn span.s-prev{
  left: -65px;
}

.jz-lists .s-btn span.s-next{
  right: -35px;
}

.jz-lists .s-btn span:hover{
  background: #da191e;
}

.jz-lists h5{
  text-align: center;
  display:block;
  font-size:20px;
}



.jz-lists .item{
  padding: 15px;
  border: 1px solid #eee;
}

.jz-lists .item .div-img{
  overflow: hidden;
}

.jz-lists .item .div-img img{
  height: 250px;
}

.jz-lists h5 a{
  color: #000;
  display: block;
  font-weight: bolder;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.jz-lists p {
  display: inline-block;
}

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

.jz-lists .item h5:hover a{
  color: #da191e;
}


/**
 * 关于我们
 */
.about-section{
  margin-top: 85px;
  background-image: url(../image/about_bg.jpg);
  background-size: 100% auto;
  padding-bottom: 200px;
}

.about-section .comm-title{
  background-image: url(../image/about_tbg.png);
}

.about-section .main{
  margin-top: 45px;
}

.about-section .main .div-text{
  padding: 45px 0;
}

.about-section .main .div-text h2{
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #666;
}

.about-section .main .div-text h2::after{
  position: absolute;
  content: "";
  width: 65px;
  height: 2px;
  background: #666;
  bottom: 0;
  left: 0;
}

.about-section .main .div-text div{
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-section .main .div-text div a{
    display: inline-block;
    margin-right: 20px;
    padding: 10px 15px;
    color: #ffffff;
    background: #da191e;
    text-align: center;
}

.about-section .main .div-text p{
  line-height: 30px;
}


/**
 * 生产设备
 */
.scsb-section{
  margin-top: -125px;
}
.scsb-section .leftSwiper{
  padding: 25px;
  background: #f2f2f2;
}

.scsb-section .div-text a{
  display: block;
  text-align: center;
  padding: 15px 15px;
  font-size: 16px;
}

.scsb-section  .leftSwiper .sb-btn{
  text-align: center;
  position: relative;
}

.scsb-section  .leftSwiper .sb-btn:after{
  position: absolute;
  content: "";
  width: calc(50% - 50px);
  height: 1px;
  background: #cccccc;
  top: 50%;
  right: 0;
}

.scsb-section  .leftSwiper .sb-btn:before{
  position: absolute;
  content: "";
  width: calc(50% - 50px);
  height: 1px;
  background: #cccccc;
  top: 50%;
  left: 0;
}

.scsb-section  .leftSwiper .sb-btn span{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  background: #989898;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  margin: 0 5px;
  transition: all .3s;
}

.scsb-section  .leftSwiper .sb-btn span:hover{
  background: #da191e;
}

.scsb-section  .leftSwiper .item img{
  transition: all .6s;
}

.scsb-section  .leftSwiper .item:hover img{
  transform: scale(1.1);
}

.scsb-section  .rightSwiper{
  padding: 45px 35px;
  background: #4c4c4c;
}

.scsb-section  .rightSwiper .title a{
  color: #fff;
}

.scsb-section .main>div{
  align-items: flex-end;
}

.scsb-section  .rightSwiper .swiper-button-next, .scsb-section  .rightSwiper .swiper-button-prev{
  background-size: 20px;
}

.scsb-section  .rightSwiper .swiper-button-next{
  right: 5px;
}

.scsb-section  .rightSwiper .swiper-button-prev{
  left: 5px;
}

.scsb-section  .rightSwiper{
  border-bottom: 4px solid #f2f2f2;
}

.scsb-section  .rightSwiper .title a{
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}

.scsb-section  .rightSwiper img{
  width: 100%;
}


/**
 * 新闻中心
 */
.newsLef .title{
  margin-bottom:15px;
}
.news-section .title .d1 a{
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 15px;
  color: #000;
}

.newsLef .title .d1 a{
  color: #da191e;
}

.newsLef .title .d2 a{
  color: #959595;
}

.newsLef .item .div-img{
  position: relative;
  padding: 2px;
}

.newsLef .item .div-img:after{
  position:absolute;
  content: "";
  right:1px;
  top:-2px;
  display:block;
  width:62px;
  height:62px;
  background:url(../image/news_pbg.png) no-repeat left top;
}

.newsLef .item .div-title {
  margin: 15px 0 10px 0;
}

.newsLef .item .div-title strong a{
  color: #000;
  font-size: 16px;
}

.newsLef .item .div-des{
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 15px;
}

.newsLef .news-lists{
  padding: 0 5px;
}

.newsLef .news-lists .list{
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.newsLef .news-lists .list:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #535353;
  left: 0;
  top: 45%;
}

.newsLef .news-lists .list:hover a{
  color: #da191e;
}

.newsLef .news-lists .list:hover:before{
  background:#da191e ;
}

.news-right{
  overflow: hidden;

}
.news-right .wd-lists{
  padding: 45px 15px;
  word-break: break-all;
  margin-top: 25px;
  /*min-height: 350px;*/
}

.news-right .item .div-img{
  overflow: hidden;
}

.news-right .item .div-img a{

    display: block;
    overflow: hidden;

}

.news-right .item{
  margin-bottom: 25px;
}

.news-right .item img{
  width: 100%;
  height: 100px;
}

.news-right .item .div-text{
  /*padding-left: 25px;*/
}

.news-right .item h5{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 30px;
  background:url(../image/faq_l1.jpg) no-repeat left 5px;
  margin-bottom: 5px;
}

.news-right .item h5 a{
  font-size: 14px;
  color: #000;
  font-weight: bolder;
}

.news-right .item .des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 30px;
  background:url(../image/faq_l2.jpg) no-repeat left 5px;
}

.f-links{
  padding: 25px 0;
  background: #f2f2f2;
}

.f-links a{
  display: inline-block;
}

.f-links a+a{
  margin-left: 15px;
}

/**
 * 底部
 */
.main-footer{
  padding: 65px 0;
  background-image: url(../image/footer-bg.jpg);
  background-size: 100% auto;
}

.main-footer .d1 p{
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 10px;
}

.main-footer .wxqq{
  margin-top: 25px;
}

.main-footer .wxqq a{
  display: inline-block;
}

.main-footer .wxqq a+a{
  margin-left: 25px;
}



.main-footer .d2{
  margin-left: 65px;
}

.main-footer .f-menus{
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 15px;
}

.main-footer .f-menus ul{
  margin-bottom: 0;
  padding-right: 35px;
}

.main-footer .f-menus li{
  display: inline-block;
  position: relative;
}

.main-footer .f-menus li a{
  color: #fff;
}

.main-footer .f-menus li a:hover{
  color: #da191e;
}

.main-footer .f-menus li+li:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background: #4c4c4c;
    left: -50%;
    top:calc(50% - 9px);
}

.main-footer .contact-infos{
  margin-top: 35px;
  color: #fff;
  padding-left: 35px;
}

.main-footer .contact-infos p{
  line-height: 20px;
  margin-bottom: 15px;
}

.copyright{
  padding: 15px 0;
  background: #212121;
}

.copyright .d2 a+a{
  margin-left: 25px;
}

/**
 * 固定底部
 */
 #fixed-footer{
  background: #da191e;
  padding: 25px 0;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  font-size: 16px;

}

  #fixed-footer>div>div>div{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  #fixed-footer>div>div>div:not(:last-child) a{
    border-right: 1px solid #fff;
  }

  #fixed-footer a{
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  /**
   * 当前位置
   */
  .cur-site{
    margin-bottom: 25px;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }

   .cur-site img{
    margin-right: 5px;
   }

  .cur-site strong{
    color: #da191e;
  }

  .small-banner{
    max-height: 450px;
    overflow: hidden;

  }

  /**
   * 侧边
   */
  
  .slider-contact{
    margin-top: 45px;
    font-size: 16px;

  }

  .slider-contact .infos{
    padding: 25px;
    border: 1px solid #eee;
  }
  .slider-contact .infos p{
    margin-bottom: 10px;
  }

  .slider-contact label{
    display: block;
    margin-bottom: 0;
  }

  .slider-contact .infos strong{
    font-size: 24px;
    color: #da191e;
    margin-bottom: 10px;
    display: block;
  }

  .slider-rec {
    margin-top: 45px;
  }

  .slider-rec .lists{
    padding: 25px;
    border: 1px solid #eee;
  }

  .slider-rec .lists .item{
    margin-bottom: 15px;
  }

  .slider-rec .lists .item img{
    border: 1px solid #ccc;
    transition: all .6s;
  }

  .slider-rec .lists .item .div-img{
    overflow: hidden;
  }

  .slider-rec .lists .item img:hover{
    border: 1px solid #da191e;
    transform: scale(1.1);
  }

  .slider-rec .lists .item a:hover{
    text-decoration: underline;
  }

  .slider-rec .lists .item p{
    padding: 15px;
  }

  /**
   * 产品推荐信息
   */
  .rec-lists .title{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bolder;
    color: #000;
  }

  .rec-lists .title span{
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    font-style: normal;
    padding-left: 5px;
    color: #999;
  }

  .rec-lists .item{
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
  }

  .rec-lists .item:after{
    position: absolute;
    content: "+";
    left: 0;
    top: calc(50% - 5px);
    background: #eee;
    width: 10px;
    height: 10px;
    line-height: 10px;
  }

  .rec-lists .item .d2{
    width: 75px;
    margin-right: 25px;
    font-size: 12px;
  }

/**
 * 产品详情
 */
.swiper5 .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
.swiper5 .swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
  }
.swiper5  .gallery-top {
    height: 80%;
    width: 100%;
  }
.swiper5 .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
.swiper5 .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
.swiper5 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

.product-detail .s1{
  height: 380px;
}

.product-detail .s2{
  height: 120px;
  margin-top: 25px;
}

.product-detail .s2 .swiper-slide{
    background-size: cover;
}

.product-detail .detail-top{
  margin-bottom: 45px;
}

.product-detail .detail-top .div-text h2{
  margin-top: 25px;
  font-size: 20px;
  text-align: center;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.product-detail .detail-top .div-text p{
  line-height: 24px;
  margin-bottom: 15px;
}

.product-detail .detail-top .div-text .d1{
  font-size: 24px;
  color: #000;
}

.detail-top .div-text .d1 strong{
  color: #da191e;
}


.detail-content{
  padding: 25px 0;
  margin: 25px 0;
  border-top: 1px dashed #eee;
  min-height: 250px;
}

.newscenter-lists{
  margin-bottom: 65px;
}

.newscenter-lists .d1{
  text-align: center;
  min-width: 85px;
}

.newscenter-lists .d1 font{
  font-size: 24px;
  font-weight: bolder;
  display: block;
  margin-bottom: 5px;
}

.newscenter-lists .d2{
  padding:0 25px;
}

.newscenter-lists .d2 h2{
  
  font-size: 18px;
  font-weight: bolder;
}

.newscenter-lists .d2 h2 a{
  color: #000;
}

.newscenter-lists .d3{
  width: 150px;
    text-align: center;
    margin-top: 15px;
}

.newscenter-lists .d3 a{
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background: #da191e;
  color: #fff;
  min-width: 100px;
}
.newscenter-lists .item{
  margin-bottom: 25px;
}

.newscenter-lists .item:nth-child(odd){
  padding: 25px 25px;
  background: #f2f2f2;
}

.newscenter-lists .item:nth-child(even){
  padding: 25px 25px;
  background: #fffcfc;
}

.newscenter-lists .item:hover{
    cursor: pointer;
}

.newscenter-lists .item a:hover{
  text-decoration: underline;
}

.news-slider-tj ul{
  padding-top: 15px;
}

.news-slider-tj ul li{
  display: block;
}

.news-slider-tj ul li a{
    display: block;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 35px;
    padding-right: 20px;
    background: url(../image/a2.gif) no-repeat left center;
}

.news-slider-tj ul li:nth-child(1) a,.news-slider-tj ul li:nth-child(2) a,.news-slider-tj ul li:nth-child(3) a{
  background: url(../image/a1.gif) no-repeat left center;
}

.news-detail .de-title h2{
  font-size: 24px;
  color: #000;
  margin-bottom: 5px;
}

.news-detail .meta{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.news-detail .content-main{
  min-height: 250px;
  padding: 25px 0;
}

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

/**
 * 客户见证
 */
.khjz-lists{
  margin: 45px 0;
}

.khjz-lists .item{
  margin-bottom: 30px;
  padding: 23px 25px 25px 25px;
  background: #f9f9f9;
  border: 1px solid #d7d7d7;
  border-bottom: 4px solid #d7d7d7;
}

.khjz-lists .div-img{
  max-width: 260px;
  overflow: hidden;
}

.khjz-lists .div-img img{
  max-width: 100%;
  transition: all .6s;
}

.khjz-lists .div-text{
  padding: 15px 25px;
}

.khjz-lists .div-text h3{
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #959595;
}

.khjz-lists .div-text h3 a:hover{
  text-decoration: underline;
}

.khjz-lists .div-text p{
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.khjz-lists .div-text div a{
  padding: 5px 15px;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  background: #da191e;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
}

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


/**
 * 关于我们
 */
.about-banner ul{
  margin-left: -35px;
}
.about-banner ul li{
  display: inline-block;
}

.about-banner ul li a{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #dddddd;
  color: #353535;
  text-align: center;
}

.about-banner ul li:not(:last-child) a{
  border-right: 1px solid #fff;
}

.about-banner ul li a:hover{
    background: #da191e;
    color: #fff;
    font-weight: bold;
}

.about-banner ul li.active a{
  background: #da191e;
    color: #fff;
    font-weight: bold;
}


.about-intro{
  text-align: center;
  margin-top: 25px;
}

.about-intro font{
  display: block;
  font-size: 45px;
  color: #eee;
  font-weight: bolder;
  position: relative;
  z-index: -1;
}

.about-intro font:after{
  position: absolute;
  content: "";
  width: calc(50% - 85px);
  height: 1px;
  background: #ccc;
  left: 0;
  bottom: 10px;
}

.about-intro font:before{
  position: absolute;
  content: "";
  width: calc(50% - 85px);
  height: 1px;
  background: #ccc;
  right: 0;
  bottom: 10px;
}

.about-intro .n-title div{
  font-size: 24px;
  font-weight: bolder;
  color: #da191e;
  margin-top: -31px;
  position: relative;
  z-index: 1;
}

.intro-main{
  margin-top: 25px;
}

.images-main{
  margin-top: 25px;
}

.images-main .item{
  margin-bottom: 25px;
}

.images-main .item .div-img{
  overflow: hidden;
  border: 2px solid #eee;
  text-align: center;
  padding: 15px;
}

.images-main .item .div-img img{
  transition: all .6s;
  width: 100%;
  height: 250px;
}


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

.images-main .item a{
  display: block;
}

.images-main .item p a{
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.contact-main{
  margin-top: 45px;
}

.contact-main .title{
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 25px;
}

.contact-main .item{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}
.pagination-wrapper{
    position: relative;
    padding-top: 45px;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.pagination-wrapper .pagination{
  position: relative;
    display: block;
}


.pagination a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
    padding: 0 25px;
    margin: 0 5px;
}

.pagination a:hover,.pagination a.page-num-current {
    color: #fff;
    background:#da191e;
    border-color: #da191e;
}

/**
 * 固定侧边
 */
.fixedLeft{
  position: fixed;
  top: calc(50% - 100px);
  z-index: 1;
}

/********toolbar*********/
.toolbar {
  width: 52px;
  position: fixed;
  right: 1%;
  top: 50%;
  margin-top: -115px;
  z-index: 999;
}
.toolbar dd {
  width: 51px;
  height: 51px;
  margin-bottom: 1px;
  position: relative;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-top: 4px;
  border: #ebebeb solid 1px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar dd i {
  width: 49px;
  height: 49px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar dd i span {
  width: 35px;
  height: 35px;
  display: block;
  margin: 8px 0 0 8px;
  background: url(../image/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
  display: none;
}
.toolbar .slide-tel {
  display: block;
  width: 0;
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  color: #FFF;
  position: absolute;
  padding: 0 0 0 53px;
  top: -1px;
  right: -2px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
}
.toolbar .pop {
  position: absolute;
  right: 65px;
  top: -65px;
  background: #da191e;
  display: none;
}
.toolbar .pop-code {
  width: 160px;
}
.toolbar .pop-code img {
  width: 160px;
  display: block;
  padding: 20px 20px;
}
.toolbar .pop-code h3 {
/*  height: 52px;*/
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.toolbar .pop-code h3 b {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.toolbar .qq span {
  background-position: -35px -47px;
}
.toolbar .qq a {
  width: 52px;
  height: 52px;
  cursor: pointer;
  display: block;
}
.toolbar .qq:hover {
  background-color: #da191e;
  border-radius: 100%;
}
.toolbar .qq:hover span {
  background-position: 0 -47px;
}
.toolbar .tel span {
  background-position: -35px 0;
}
.toolbar .tel:hover {
  background: #da191e;
}
.toolbar .tel:hover span {
  background-position: 0 0;
}
.toolbar .code span {
  background-position: -35px -95px;
}
.toolbar .code:hover {
  background-color: #da191e;
  border-radius: 100%;
}
.toolbar .code:hover span {
  background-position: 0 -95px;
}
.toolbar .top span {
  background-position: -35px -142px;
}
.toolbar .top:hover {
  background-color: #da191e;
  border-radius: 100%;
}
.toolbar .top:hover span {
  background-position: 0 -142px;
}















