@charset "utf-8";
@font-face {
  src: url(../fonts/HelveticaInserat.ttf);
}
@font-face {
  font-family: 'FuturistCondensed';
  src: url('../fonts/FuturistCondensed Regular.TTF');/* IE9*/
  src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'), /* IE6-IE8 */
  /*url('../fonts/FuturistCondensed Regular.woff') format('woff'), *//* chrome、firefox */
  url('../fonts/FuturistCondensed Regular.TTF') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');/* iOS 4.1- */
}
i{font-style:normal}
@font-face {font-family: 'iconfont';
    src: url('font/iconfont.eot'); /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;font-family:iconfont;}
body {
  font-family: "微软雅黑";
  min-width: 320px;
  color: #666;
  overflow-x: hidden;
}
.iconfont {
  font-family: 'iconfont';
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.last {
  margin-right: 0 !important;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a {
  color: #666;transition: 0.5s;
}
a:hover {
  color: #850017;
  text-decoration: none;
}
a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:active  {text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
p{margin:0;}
.container {
  width:100%;max-width: 1310px;
}
.container-index{max-width: 1630px;}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
.ofh{overflow: hidden;}



  
/*-banner-*/
    .banner {width: 100%; position: relative;background: #ccc;z-index: 7;}
    .banner .swiper-slide{width: 100%; background-size: cover;background-position: center;position: relative;}
    .banner .swiper-slide img.img{width: 100%;}
    .banner-index .pic:after{padding-bottom:52.08%;}
    .banner-page .pic:after{padding-bottom:36.45%;}

    .banner-index .swiper-slide .content{width: 100%;position: absolute;left: 0;top:50%;transform: translateY(-50%); color: #fff;margin-top: 0.4%;}
    .banner-index .swiper-slide .content p{ transition: 0.8s;transform: translateY(30px);opacity: 0;}
    .banner-index .swiper-slide .content p.p1{font-size: 40px; transition-delay: 0s; }
    .banner-index .swiper-slide .content p.p1 em{font-style: italic;margin-right: 10px;font-family: 'Arial'; margin-left: 5px; color: #02B375; font-size: 60px; }
    .banner-index .swiper-slide .content p.p2{font-size: 18px;line-height: 1.6; transition-delay: 0.3s; padding-bottom:10px;}
    .banner-index .swiper-slide .content p.more{width: 150px;height: 50px;line-height: 50px;margin-top: 3.125vw; border:1px solid rgba(255,255,255,0.5);text-align: center;color: #fff; transition-delay: 0.6s;}
    .banner-index .swiper-slide.ani-slide .content p{transform: translate(0);opacity: 1;}




    .banner .swiper-banner .swiper-pagination{display: none;}
    .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet{ width:10px;height:10px;margin:0 4px; border-radius:50%; background:#fff;opacity: 1;}
    .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active{background:#850017;}
    .banner-page .swiper-banner .button{display:none!important;}

    #bannerDown{position: absolute; left: 50%;transform: translateX(-50%);text-align: center;color: #fff;text-transform: uppercase;opacity: 0.4; bottom:0;z-index: 1;cursor: pointer;transition: 0.5s;margin-bottom: 40px;
      -webkit-animation: ProgressDots 2s infinite both;
      animation: ProgressDots 2s infinite both; }
    #bannerDown:hover{opacity: 1;}
    @keyframes ProgressDots {
        0% {
            bottom: 70px;
        }
        50% {
            bottom: 50px;
        }
        100%{
            bottom: 70px;
        }
    }
    @-webkit-keyframes ProgressDots {
        0% {
            bottom: 70px;
        }
        50% {
            bottom: 50px;
        }
        100%{
            bottom: 70px;
        }
    }
    @-moz-keyframes ProgressDots {
        0% {
            bottom: 70px;
        }
        50% {
            bottom: 50px;
        }
        100%{
            bottom: 70px;
        }
    }
    @-o-keyframes ProgressDots {
        0% {
            bottom: 70px;
        }
        50% {
            bottom: 50px;
        }
        100%{
            bottom: 70px;
        }
    }

    @media (max-width: 991px) {
        .banner-index .swiper-banner .swiper-slide{height: 340px;}
        .banner-page .swiper-banner .swiper-slide{height:300px;}
        .banner .pic{display: none;}
        .banner-index .swiper-slide .content p.p1{font-size: 24px; }
        .banner-index .swiper-slide .content p.p2{font-size: 14px; padding-bottom: 0;}
        .banner-index .swiper-slide .content p.more{width: 100px;height: 35px;line-height: 35px;margin-top: 30px; }
        .banner-index .swiper-slide .content p.p1 em{       margin-right: 8px; font-size: 35px;}
    }

/*banner*/

.col-index-title{color: #333;}
.col-index-title h3{ font-size: 36px;position: relative; }
.col-index-title h3 span{display: block;font-size: 24px;margin-bottom: 5px;}
.col-index-titlef{color: #fff;}
.col-index-title h3{}
.col-index-title h3 a{ display: block;padding-bottom: 5px; position: absolute;right: 0;bottom: 0;font-size: 14px;color: #850017;border-bottom: 1px solid #850017; }

/*首页产品*/
.col-index-product{}
.col-index-product .col-index-title{padding:40px 3.125%;position: relative;margin-top: -50px; box-shadow: 0px 7px 15px 0px rgba( 0, 0, 0 ,0.15);background: #fff;z-index: 7;}
.col-index-product .list{}
.col-index-product .list ul.row{margin:0 -1.3vw;padding-top: 20px;}
.col-index-product .list ul li{padding: 0 1.3vw; margin-top: 3.9vw; }
.col-index-product .list ul li .pic{border-radius: 5px;}
.col-index-product .list ul li .pic:after{padding-bottom: 62%;}
.col-index-product .list ul li .pic img{ width: 100%;transition: 0.5s; }
.col-index-product .list ul li h5{line-height: 20px;position: relative;font-size: 18px;margin-top: 26px;padding-right: 120px;}
.col-index-product .list ul li h5 a{color: #333;}
.col-index-product .list ul li h5 span{display: block;position: absolute;right: 0;top:0;padding-left:30px;background: url(../images/icon.png) center left no-repeat;font-size: 14px;color: #888;}

.col-index-product .list ul li:hover .pic img{transform: scale(1.1);}
.col-index-product .list ul li:hover h5 a{color: #850017;}
.col-index-product .list ul li.li_en h5{padding-right:0}
.col-index-product .list ul li.li_en h5 span{display:none;}

.col-index-proapp{margin-top:5.2%;}
.col-index-proapp .list{ margin-top: 2.86%; }
.col-index-proapp .list ul.row{margin:0;}
.col-index-proapp .list ul li{padding: 0;font-size: 18px;}
.col-index-proapp .list ul li a{color: #fefefe;}
.col-index-proapp .list ul li .pic{}
.col-index-proapp .list ul li .pic img{width: 100%;}
.col-index-proapp .list ul li .pic:after{padding-bottom: 79.16%;}
.col-index-proapp .list ul li .bg{width: 0;height: 0;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);background: rgba(0,144,109,0.7);transition: 0.6s;}
.col-index-proapp .list ul li .text{width: 100%;position: absolute;left: 0;bottom:9.21%;transition: 0.5s;}
.col-index-proapp .list ul li .text h4{}
.col-index-proapp .list ul li .text .con{display: none; }
.col-index-proapp .list ul li .text p{margin-top: 1.56vw;font-size: 14px; line-height: 1.5em;height: 3em;overflow: hidden; color: #d1ede6; }
.col-index-proapp .list ul li .text span{display: inline-block;margin-top: 1.3vw; width: 2.08vw;height: 2.08vw;position: relative;border:1px solid #fff;border-radius: 50%;min-width: 30px;min-height: 30px;}
.col-index-proapp .list ul li .text span:before,
.col-index-proapp .list ul li .text span:after{content: '';background: #fff;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.col-index-proapp .list ul li .text span:before{width: 13px;height: 3px;}
.col-index-proapp .list ul li .text span:after{width: 3px;height: 13px;}
.col-index-proapp .list ul li.more .text{bottom: auto;top: 50%;transform: translateY(-50%);}
.col-index-proapp .list ul li a:hover .bg{width: 100%;height: 100%;}
.col-index-proapp .list ul li a:hover .text{bottom: 50%;transform: translateY(50%);}
.col-index-proapp .list ul li a:hover .text .con{display: block;}
.col-index-proapp .list ul li.more a:hover{color: #850017;}

/*首页设备*/
.col-index-case{ padding:4.68% 0;  }
.col-index-case .description{}
.col-index-case .description ul{}
.col-index-case .description ul:after{clear:both;display:table;content:" ";}
.col-index-case .description ul li{width: 33.33%;float: left;text-align: center; border-right: 1px solid #ccc;}
.col-index-case .description ul li .box{display: inline-block;padding-left: 60px; position: relative;text-align: left;}
.col-index-case .description ul li .box img{position: absolute;left: 0;top:0;}
.col-index-case .description ul li .box p{ font-size: 14px;color: #888;line-height: 1.3;}
.col-index-case .description ul li .box h4{font-size: 18px;color: #333;line-height: 1.3;}
.col-index-case .description ul li:last-child{border:0;}

.col-index-case .column{margin-top: 4.68vw;}
.col-index-case .column ul.row{margin:0 -1.04vw;}
.col-index-case .column ul li{padding: 0 1.04vw; color: #fff;}
.col-index-case .column ul li .padding{padding: 3.125vw 3.9vw;}
.col-index-case .column ul li h3{ font-size: 30px; }
.col-index-case .column ul li p{ max-width: 300px;margin:30px 0;height: 80px;  line-height: 1.6; }
.col-index-case .column ul li a{ display: inline-block;width: 130px;height: 45px;line-height: 45px;text-align:center;color: #fff;background: #850017; }

.col-index-case .list{ margin-top: 3.125vw;border-top:1px solid #e6e6e6; }
.col-index-case .list .swiper-picture{}
.col-index-case .list .swiper-picture ul{padding: 2.08vw 0;}
.col-index-case .list .swiper-picture ul li{}
.col-index-case .list .swiper-picture ul li .pic{ background: #edf1f5; }
.col-index-case .list .swiper-picture ul li .pic:after{padding-bottom: 113.33%;}
.col-index-case .list .swiper-picture ul li img{max-width: 95%;max-height: 95%;}
.col-index-case .list .swiper-picture .swiper-pagination{position: static;padding-top: 2.6vw;border-top:1px solid #e6e6e6;}
.col-index-case .list .swiper-picture .swiper-pagination .swiper-pagination-bullet { width: 10px;height: 10px;margin:0 4px;background: #ccc;opacity: 1; }
.col-index-case .list .swiper-picture .swiper-pagination .swiper-pagination-bullet-active{ background: #954232; }

/*首页关于我们*/
.col-index-about{}
.col-index-about .pic{}
.col-index-about .pic:after{padding-bottom:41.66%;}
.col-index-about .text{width: 100%;position: absolute;left: 0;top:5.72vw;}
.col-index-about .text .con{max-width:750px;margin-top: 1.56vw;  color: #fff;line-height:2;}
.col-index-about .text a{display: block;width:150px;height: 50px;line-height: 50px;  position: absolute;right: 0;bottom: 0;background: #954232;color: #fff;text-align: center;}


/*底部开始*/
.footer { padding: 3.9% 0; background: #3a3736;}
.footer h3{position: relative;}
.footer h3:before,
.footer h3:after{content: '';width: 100%; border-top:1px solid #9d9b9b;position: absolute;bottom:7px;}
.footer h3:before{right: 50%;margin-right: 120px;}
.footer h3:after{left: 50%;margin-left: 120px;}
.footerNav{margin-top: 30px; line-height: 1.8em;position: relative;z-index: 1; }
.footerNav a{ color: #fff; }
.footerNav a:hover{ color: #850017; }
.footerNavl a{margin-right: 6.25vw;}
.footerNavl a:last-child{margin-right: 0;}
.footerNavr a{margin-left: 6.25vw;}
.footerNavr a:first-child{margin-left: 0;}

.copy { margin-top: 2.86vw; }
.copy .qrcode span{ display: inline-block;margin-right: 15px; }
.copy .qrcode span img{}
.copy .qrcode span em{margin-top: 12px; display: block;color: #999;}
.copyright{margin-top: 50px;}
.copyright p{margin-top: 10px; color: #fff;line-height: 1.8; }
.copyright p a{color: #fff;}
.copyright p a:hover{color: #850017;}
.social span{display: inline-block; cursor: pointer;transition: 0.5s;margin-left: 14px;}
.social span i{font-size: 20px;}
.social span a{color: #fff}
.social span a:hover{color: #850017;}
.social span.weixin {position: relative;}
.social span.weixin em{display: none;width:100px;height:100px; position: absolute;left: 50%;margin-left: -50px;top:-120px;}
.social span.weixin:hover em{display: block;}

.footer .pull-left span:last-child{display: none;}


/*内页开始*/
.mbx{ height: 100px;line-height: 100px;background: rgba(255,255,255,0.8);position: relative;margin-top: -100px;z-index: 7; }
.mbx h2{float: left;font-size: 36px;color: #292929;line-height: 100px;}
.mbx i{ color: #850017; }
@media (max-width: 1200px) {
    .mbx{height: 80px;line-height: 80px;margin-top: -80px;}
    .mbx h2{line-height: 80px;font-size: 30px;}
}
@media (max-width: 991px) {
    .mbx{height: 60px;line-height: 60px;margin-top: -60px;}
    .mbx h2{line-height: 60px;font-size: 24px;}  
}
@media (max-width: 767px) {
    .mbx{height: 50px;line-height: 50px;margin-top: -50px;}
    .mbx h2{line-height: 50px;font-size: 20px;}  
}
.col-subnav{}
.col-subnav ul{display:-webkit-box;display:-moz-box;display:box;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;width:100%; }
.col-subnav ul li{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;text-align:center;padding: 1.5vw 0;}
.col-subnav ul li a{color: #292929;}
.col-subnav ul li a:hover,
.col-subnav ul li a.cur{color: #850017;}
/*关于我们*/
.col-page-about{padding: 5.2% 0;}
.col-page-about .pic{ width: 24.21%;max-width: 259px; }
.col-page-about .content{ width: 68.75%; }
.col-page-about .content p{ line-height: 1.8em;font-size: 14px; }
.col-page-about .content ul{margin:3.38vw 0; text-align: center; }
.col-page-about .content ul li{display: inline-block;width: 30%;padding: 0 5px;}
.col-page-about .content ul li p{ color: #333; }
.col-page-about .content ul li p span{ display: block; font-size: 60px;line-height: 0.8;color: #850017;font-weight: bold;font-family: 'Arial';margin-bottom: 3px; }

.col-about-culture{}
.col-about-culture .pic{ width: 100%;}
.col-about-culture .pic:after{padding-bottom: 36.45%;}
.col-about-culture .content{ position: relative;margin-top: -100px; padding-top: 55px;padding-left: 15px;padding-right: 15px; background: #fff; }
.col-about-culture .content .text{ width: 100%;max-width: 1280px;margin:0 auto; }
.col-about-culture .content h3{ font-size: 36px;font-weight: bold;color: #016e47;border-top:4px solid #016e47;border-bottom: 4px solid #016e47;padding: 22px 0;line-height: 1.3; margin-bottom: 3.125vw;}
.col-about-culture .content h4{ font-size: 24px;font-weight: bold;color: #333; margin-bottom:1.56vw; }
.col-about-culture .content p{max-width: 615px;margin:0 auto; line-height: 1.8em; }


.col-about-hj{padding: 3.125% 15px 4.16%;}
#certify { position: relative; width: 100%;max-width: 1480px;padding: 0 15px; margin:0 auto;z-index: 1;}

#certify .swiper-container { max-width: 1280px;margin:0 auto;position: static;padding-bottom: 60px;}
#certify  .swiper-slide {    width: 690px;    /*height: 408px;*/    }
#certify  .swiper-slide .pic{border-radius: 10px;background: #fff;}
#certify  .swiper-slide .pic img{width: 100%;opacity: 0.3}
#certify  .swiper-slide .pic:after{    padding-bottom: 53.33%;}

#certify  .swiper-slide-active .pic{box-shadow: 8px 13.856px 25px 0px rgba( 0, 0, 0,0.1 );}
#certify  .swiper-slide-active .pic img{opacity: 1;}

#certify .swiper-button-prev,
#certify .swiper-button-next {    width: auto;    height: auto; margin-top: -60px; background: none;opacity: 1;}
#certify .swiper-button-prev{left: 0;}
#certify .swiper-button-next{right: 0;}
#certify .swiper-button-prev i,
#certify .swiper-button-next i{ display: block;width: 60px;height: 44px;line-height: 39px;border:2px solid #74af9a;color: #016e47;text-align: center;font-weight: bold;transition: 0.5s;border-radius: 20px; }
#certify .swiper-button-prev i:hover,
#certify .swiper-button-next i:hover{background: #016e47;border-color: #016e47;color: #fff;}



/*联系我们*/
.col-page-contact{ padding-top: 3.64vw; }
.col-page-contact .title{margin-bottom: 2.6vw;}
.col-page-contact .title h2{ font-size: 40px;color: #292929;line-height: 39px; }
.col-page-contact .title1{margin-bottom: 1.82vw;}
.col-page-contact .title1 h3{ font-size: 36px;color: #333; }
#allmap {
  width: 100%;
  height: 420px;
}
#allmap img {
  max-width: 1070px;
  max-height: 368px;
}
#allmap label {
  max-width: 1070px;
}
.col-map{width: 50%;}
.col-map h4{ font-size: 30px;color: #333;margin-bottom: 25px; }
.col-contactway{width: 45%;max-width: 490px;}
.col-contactway ul{}
.col-contactway ul li{margin-bottom: 4.68vw;}
.col-contactway ul li:last-child{margin-bottom: 0;}
.col-contactway h4{font-size: 30px;color: #333;margin-bottom: 25px;}
.col-contactway p{ font-size: 16px;line-height: 1.8em; }

/*在线留言*/
.col-onlinemessage{ margin-top: 5.2vw;padding-bottom: 5.2vw; }
.col-onlinemessage hr{margin:0 0 5.2vw;border-top:1px solid #ccc;}
.col-onlinemessage .message{padding: 55px 15px; background: #f5f5f7;}
.col-onlinemessage .message h3{font-size: 36px; color: #333;}
.col-onlinemessage .message ul{ max-width: 1180px;margin:0 auto;margin-top:10px; }
.col-onlinemessage .message ul li{width: 100%;float: left;position: relative;margin-top: 21px;}
.col-onlinemessage .message ul li.li1{width: 48.43%;margin-right: 3.14%;}
.col-onlinemessage .message ul li.li1:nth-child(2n){margin-right: 0;}

.col-onlinemessage .message ul li input{ width: 100%;padding: 0 15px 0 45px;height: 50px;line-height: 48px;border:1px solid #999; }
.col-onlinemessage .message ul li textarea{width: 100%;padding: 15px;height: 240px;border:1px solid #999;float: left;}

.col-onlinemessage .message ul li.li4{}
.col-onlinemessage .message ul li.li4 input{width: 120px;padding: 0 15px;}
.col-onlinemessage .message ul li.sub{text-align: center;}
.col-onlinemessage .message ul li.sub input{width: 150px;height: 55px;margin:0 3px; background: #666464;color: #fff;padding: 0;border:0; }
.col-onlinemessage .message ul li.sub input:hover{background: #7b0004;}

.col-onlinemessage .message ul li.li_1:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-1.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_2:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-2.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_3:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-3.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_4:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-4.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_5:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-5.png) center center no-repeat;}

.col-onlinemessage input::-webkit-input-placeholder,.col-onlinemessage textarea::-webkit-input-placeholder {color: #cccccc;}
.col-onlinemessage input:-moz-placeholder,.col-onlinemessage textarea:-moz-placeholder {color:#cccccc;}
.col-onlinemessage input::-moz-placeholder,.col-onlinemessage textarea::-moz-placeholder {color:#cccccc;}
.col-onlinemessage input:-ms-input-placeholder,.col-onlinemessage textarea:-ms-input-placeholder {color:#cccccc;}





  /*loading页面*/
  #loading  
  {  
    width: 100%;
    height:100%;
    position:fixed;  
    z-index:999;  
    background:#ffffff;
    text-align: center;
    display: table;
  }   
  #loading span{
    display: table-cell;
    vertical-align: middle;
  }
  #loading span p{color:#fff;font-size: 20px;}
  #loading img{   
    display: inline-block; 
  }
  .scoll_dis  
  {   
    overflow:hidden;  
  }
  /*产品分类*/
  #catalog{
    width:1100px;
    margin: 15px auto;
    padding: 0 15px;
  }
  #catalog .catalog_title{width:10%;}
  .sicatalog_head {
    font-size: 44px;
    font-weight:bold;
    color: #d80808;
    font-family: Verdana,Arial;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding-left: 30px;
  }
  .f_l {
    float: left;
  }
  .dashed > ul > li{
    margin-left:30px; 
  }
  .dashed > div > span{
    height: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #333;
  }
  .sicatalog {
    overflow: hidden;
    margin: 0 80px;
  }
  .sicatalog .dashed:first-child {
    border-top: none;
  }
  .sicatalog .dashed {
    overflow: hidden;
    border-top: #aaa 1px dashed;
    padding: 13px 0px;
  }
  .sicatalog li {
    text-align: center;
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    margin: 0 13px;
  }
  .sicatalog li:hover,
  .sicatalog .active{
    background:#d80808; 
  }
  .sicatalog li:hover a,
  .sicatalog .active a{
    color:#fff;
  }
  /*产品放大镜*/
  .small > .active{
    border: 3px solid #d80808;
  }
  #magnifier > img{
    width: 100%;
    height:100%
  }
  /*滑块*/
  .magnifyingBegin{
    width: 175px;
    height: 210px;
    left: 0;
    top: 0;
    background-color: #454545;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: absolute;
    cursor: move;
    display: none;
  }
  /*放大镜显示区域*/
  .magnifyingShow{
    width: 370px;
    height: 420px;
    display: none;
    position: absolute;
    right: -400px;
    top: 0;
    overflow: hidden;
    background-color: #454545;
  }
  .magnifyingShow > img{
    width: 790px !important;
    max-width: none;
    height: 865px;
    margin-left:0;
    margin-top: 0;
  }
  /*生产实力*/
  .carousel ul li{
    width: 100%;
    float: none;
  }
  /*站点地图*/
  #map .con{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 50px; 
  }
  .con .hd h1 {
    width: 122px;
    height: 39px;
    font-size: 16px;
    line-height: 39px;
    font-family: "微软雅黑","MicrosoftYahei","宋体","Arial Narrow",sans-serif;
    text-align: center;
  }
  .con .hd {
    height: 39px;
    background: #fcfcfc;
    border-bottom: #fff 1px solid;
  }
  .con .bd {
    padding: 10px 0;
    border-top: #d6dbe1 1px solid;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd dl {
    padding: 0 0 10px 10px;
    zoom: 1;
  }
  .con .bd dd {
    float: left;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd ul {
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd li {
    float: left;
    height: 28px;
    padding: 0 5px;
    line-height: 28px;
  }
  .con .bd dd {
    margin: 6px;
  }
  /*站内搜索*/
  .goomay-keywords-light{
    background: #dc3545 !important;
    color:#ffffff !important;
  }
  #search{
    margin-top: 50px;
    margin-bottom: 50px;
    overflow:hidden
  }
  .search_left{
    /*float: left;*/
    /*width: 25%;*/
    border: 1px solid #d6d6d6;
    padding-top:5px;
    padding-bottom:5px;
  }
  .s_head{
    border-bottom: 1px solid #d6d6d6;
    height: 50px;
  }
  .s_head h2{
    line-height: 50px;
    /*margin-left: 15px;*/
  }
  .s_body ul{
    margin-top: 10px;
    margin-left: 20px;  
    margin-right: 20px;
  }
  .s_body ul span{
    display: block;
    color: #333;
    line-height: 40px;
  }
  .s_body ul input,
  .s_body ul select{
    height: 35px;
    width: 100%;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .s_body .sub input{
    height: 35px;
    line-height: 35px;
    background: #575757;
    border: 0;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
    text-align: center;
    padding-left: 0px;
  }
  .search_right{
    padding-left: 40px;
    /*float: right;*/
    /*width: 73%;*/
    /*border-top: 1px solid #d6d6d6;
    padding-bottom: 15px;
    padding-top: 20px; 
    padding-left: 20px;*/
  }
  .search_right .no-result{
    text-align: center;
    font-size: 30px;
    color:#d80808;
    margin-top:50px;
  }
  .search-result-title{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
  }
  .entry-image {
    float: left;
    width: 120px;
    margin: 0 20px 0 0;
  }
  .entry-c{
    position: relative;
    overflow: hidden;
  }
  .search-result-info{
    padding:5px 0;
  }
  .search-result-info li{
    display: inline-block;
  }
  .search_right em{
    color: #004cff;
  }
  .search_right .search-result{
    margin-left:25px;
  }
  .product_title a{
    color: #d80808;
    text-decoration: underline;
  }
  .search_right .search-li{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .search_right li{
    overflow: hidden;
  }
  .search-result-info li:before{
    content: '/';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5
  }
  .search-result-info li:first-child:before { display: none; }
  .product_list{
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6; 
    margin-bottom: 15px;
  }
  .product_img{
    float: left;
  }
  .product_img img{
    border-radius: 50%;
  }
  .product_img img:hover{
    width: 90px;
    height: 90px;
  }
  .product_body{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
  }
  .product_title{
    margin-bottom: 20px;
  }
  .se_news{
    float: right;
    width: 79%;
  }
  .news ul li .se_news a {
    color:#d80808;
    text-decoration: underline;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    transition: 0.3s;
  }
  .search_right .news .date em{
    color: #fff;
  }
  /*下载*/
  #download li{
    margin-bottom: 25px;
  }
  #download ul{
    margin-top: 50px;
    margin-bottom: 110px;
  }
  .down_head{
    margin-left: 25px;
    margin-bottom: 5px;
  }
  .down_body{
    margin: 0 15px;
    padding-top: 5px;
    border-top: 1px solid #d6d6d6;
    overflow: hidden;
  }
  .down_body div{
    margin:0 15px;
  }
  .down_body span{
    margin-right: 15px;
  }
  .f_r{
    float: right;
  }
  .f_l{
    float: left;
  }
  .download_title{
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
    padding: 8px;
  }
  .download_button,
  .link_button{
    display: inline-block;
    background: #23b7e5;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    color: #fff;
    border-radius: 2px;
  }
  .download_button:hover,
  .link_button:hover{
    background: #38c4f0;
    color: #fff;
  }
  .content_title{
    margin: 30px 0 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
  }
  .line{
    border-bottom: 1px solid #d6d6d6;
    margin: 15px 0;
  }
  #link h3{
    margin: 10px 15px;
  }
  #img_link,
  #text_link{
    margin-bottom: 50px;
    overflow: hidden;
  }
  #img_link li,
  #text_link li{
    float: left;
    margin: 0 10px;
  }


/****询盘****/
.inquiry-container .row{margin-left:0px;margin-right:0px;}
.inquiry-container li img{height:30px;}
.inquiry-container a{color:#000000;}
.inquiry-col{padding:0!important;}
.inquiry-title{font-size: 24px;margin:0px 0px 40px;color:#cccccc;position: relative;}
.inquiry-title:before{width: 90%;content:"";position: absolute;border-top: 1px dashed #cccccc;right: 0;top:15px;}
.inquiry-title:after{width: 90%;content:"";position: absolute;border-bottom: 1px dashed #cccccc;right: 0;top:20px;}
.inquiry-chose{background-color:#162c4c;color:#ffffff;padding:0px 20px;line-height: 50px}
.inquiry-chose .inquiry-select select{height:30px;color:#000000;line-height: 30px;width: 100%;border:none;padding:0 20px;cursor:pointer;}
.inquiry-container .classification{padding:0;}
.inquiry-search{text-align: right;}
.inquiry-search input{width: 290px;height: 30px;line-height: 30px;padding:0 10px;color:#000000;display: inline-block;float: right;margin: 10px 0;border: 0}
.inquiry-search i{width: 40px;height: 30px;background: #a0a0a0;color: #ffffff;float: right;line-height: 30px;text-align: center;font-size: 20px;margin: 10px 0;cursor:pointer;}
.inquiry-container .product-list{padding:20px 0 30px;border-bottom: 1px dashed #737373;color:#000000;}
.inquiry-container .fa-play{color:#ffffff;background: #162c4c;width: 24px;height:24px;line-height: 24px;text-align: center;}
.inquiry-container .product-list .product-ul li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-add,.inquiry-submit{background: #e60012;color:#ffffff;padding:8px 20px;width:130px;text-align: center;border-radius: 10px;cursor: pointer;}
.inquiry-submit{margin-top: 30px;}
.inquiry-add .fa{font-size: 16px}
.inquiry-list{margin-top:20px;}
.inquiry-container .list-head{background: #f2f2f2;height:46px!important;line-height: 46px!important;}
.inquiry-list li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-container .fa-times,.inquiry-container .fa-plus{font-size: 18px;cursor: pointer;}
.gm-row{margin:0;padding:0 !important;}
.inquiry-container .input-name{line-height: 40px;color:#0d0d0d;}
.inquiry-container .input-type input,.inquiry-container .input-type textarea{width: 100%;font-size: 12px;padding:5px;}
.inquiry-container .input-type textarea{height:140px;}
.inquiry-container .input-type input{height:40px;margin-bottom: 10px}
.inquiry-container .input-star{color:#cd0406;}
.inquiry-form{margin:50px 0 40px;}
.inquiry-submit{margin:0 auto;margin-top: 40px;}
.inquiry-add-page{margin-top:30px;}
.inquiry-page {padding:8px 0;text-align:right;}
.inquiry-page li {display: inline;}
.inquiry-page li a{font-family: arial;background: #ffffff;padding: 2px 6px;margin: 0 2px;font-size: 12px;display: inline;border:1px solid #cccccc;}
.inquiry-page li a:hover {background: #f3f3f3;}
.inquiry-page li.active a{background: #f3f3f3;color: #ababab;}
.inquiry-page li.bgnone a{display: none;}
.submit-hide{display: none;}
.inquiry-captcha .captcha_src{
  height:40px;
}
#BMapLib_search_bus_btn0{margin-right:0px!important;}
.tangram-suggestion-main{z-index: 99}

.baidu-map-content{
  margin:0;
  line-height:20px;
  padding:2px;
}
.baidu-map-content img{
  float:right;
  zoom:1;
  overflow:hidden;
  width:100px;
  height:100px;
  margin-left:3px;
}
/*产品规格*/
.spec-type{
  height: 32px;line-height: 32px;margin-top:3px
}
.spec-item{
  padding: 20px 0;
}
.spec-one-item{
  padding:5px 0;
}
.spec-val{
  padding-left: 0!important;
}
.choiceimg{
  width: 42px!important;
  height: 42px!important;
  padding: 2px!important;
}
.border-spec{
  border:1px solid #fff;
}
.border-spec:hover{
  border:1px dotted #f40;
}
.border-spec-active{
  border:1px dotted #f40;
}
.cartInvalid{
  background: #f0f0f0
}
.choice{
  padding: 0 10px;border: 1px solid #b8b7bd;cursor:pointer;float: left;margin-right: 5px;height: 32px;line-height: 32px;margin-top:3px;
}
.choice:hover{
  border: 1px solid #FF0036;
}
.choice-active{
  border: 1px solid #FF0036;
}
.choice-disabled{
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.click-disabled{
  pointer-events: none;
}
#gotoTop{
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0,0,0,0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
}
#gotoTop:hover{
  background-color: #850017;
}
.customer-service{
  z-index: 299;
  position: fixed;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 90px;
}
.customer-service li{
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0,0,0,0.3);
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 10px;
}
.customer-service li a{
  color: #FFF;
}
.customer-service li:hover{
  background-color: #1ABC9C !important;
}
/*普通产品询盘*/
.enquiry-area{width: 100%;height: 100%;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;padding: 0 0 25px;border: 1px solid #eee;font-size: 14px;background: #fff;overflow: hidden;}
.enquiry-area .enquiry-head{cursor: default;background: #003e59;color: #ffffff;position: relative;width: 100%;height: 55px;line-height: 55px;font-size: 16px;padding-left: 22px;}
.enquiry-area .enquiry-item{position: relative;background: #fff;padding:0 20px;margin-top: 20px;}
.enquiry-area .enquiry-item button{background: #ff6f00;border: none;border-bottom: 2px solid #ef5a00;color: #ffffff;padding: 8px 22px;border-radius: 3px;text-decoration: none;transition: background 200ms ease;outline: none;cursor: pointer;width: 100%;}
.enquiry-area .enquiry-item button i{display: inline-block;margin-left: 8px;}
.enquiry-area .enquiry-item .enquiry-input{box-sizing: border-box;width: 50%;padding: 10px;font-family: 'Open Sans', sans-serif;background: #fff;margin: 0;height: 40px;font-size: 14px;border: 1px solid #eee;border-left: 2px solid #003e59;outline: none;resize: none;overflow: hidden;border-radius: 3px;transition: box-shadow 200ms ease;}
.enquiry-area .enquiry-item .enquiry-textarea{width:100%!important;height:95px!important;}



input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #ccc;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#ccc;}
input::-moz-placeholder,textarea::-moz-placeholder {color:#ccc;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#ccc;}

/*分页*/
    .page { text-align: center;margin-top: 2.08vw; }
    .page li {  display: inline;}
    .page li a{
      font-family: 'arial';
      border-radius: 0!important;
      padding: 0 0 2px 0;
      margin: 0 0.52vw;
      display: inline;
      margin-bottom:0px;
      color:#333;font-size: 20px;
      border:0!important;
      background: none!important;position: relative;
    }
    .page li a:after{content: '';width: 100%; border-bottom: 2px solid #d90000;position: absolute;left: 0;bottom: 0;opacity: 0;}
    .page li a:hover,
    .page li.active a {
      color: #d90000!important;
    }
    .page li.active a:after {
      opacity: 1;
    }
    .page li.bgnone a{
      background: none;
    }
    .page li.bgnone a:hover {
      color: #d80808;
    }
    @media (max-width: 991px) {
        .page{margin-top: 30px;}
        .page li a{margin:0 5px;font-size: 16px;}
    }


/*产品中心start*/
.col-page-product{padding: 25px 0 3.64vw; background: #f5f5f7; }

.pro{ }
.pro ul.row{margin:0 -10px;}
.pro ul li{padding: 0 10px; margin-top: 1.04vw;}
.pro ul li .padding{padding: 2.6vw 1.3vw; background: #fff;border-radius: 5px;}
.pro ul li h5{font-size: 36px;}
.pro ul li h5 a{ color: #333; }
.pro ul li p{margin-top: 5px;margin-bottom: 1.56vw; font-size: 16px;line-height: 1.8em;height: 1.8em;color: #333; }
.pro ul li a.more{ color: #850017; }
.pro ul li .pic{margin-top: 20px;}
.pro ul li .pic:after{padding-bottom: 62%;}

/*产品详细页*/
.col-page-prodet{ background:#f5f5f7;padding: 4.16% 0;  }
.pro_show{ }
.pro_show .caseleft{width: 39%; }
.pro_show .caseright{width:57%; }
.pro_show .caseright h1{ line-height:1.3;font-size:24px;color: #000;}
.pro_show .caseright table{width: 100%;margin-top: 45px;}
.pro_show .caseright table tr td{width: 50%;padding: 13px 15px; word-break: break-all;border:1px solid #ededed;}

.pro_show .prenext{margin:30px 0 60px;padding: 20px 0 0; border-top:1px solid #e5e5e5;}

.pro_show .proshowcon .proshowh { border-bottom: 1px solid #ebebeb; line-height: 35px;}

.pro_show .proshowcon .proshowimg {
  text-align: center;
  padding-top: 40px;
}

#tab{position:relative;}
#tab .tabList ul li{
  float:left;
  background:#fefefe;
  background:-moz-linear-gradient(top, #fefefe, #ededed); 
  background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
  background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
  border:1px solid #ccc;
  padding:5px 0;
  width:100px;
  text-align:center;
  margin-left:-1px;
  position:relative;
  cursor:pointer;
}
#tab .tabCon{
  position:absolute;
  left:-1px;
  top:32px;
  border:1px solid #ccc;
  border-top:none;
  width:403px;
  height:100px;
}
#tab .tabCon div{
  padding:10px;
  position:absolute;
  opacity:0;
  filter:alpha(opacity=0);
}
#tab .tabList li.cur{
  border-bottom:none;
  background:#fff;
}
#tab .tabCon div.cur{
  opacity:1;
  filter:alpha(opacity=100);
}

.pro_show_pc .pic:after{padding-bottom: 62%;}
/*.pro_show_pc .pic img{max-width: 95%;}*/
.pro_show_phone .pic:after{padding-bottom: 62%;}

.swiper-container-product{  position: relative;  overflow: hidden;}
.pro_show_phone{/*margin:30px auto 0;*/display:none;}
.swiper-container-product-phone{ position: relative;  overflow: hidden;text-align:center;}

.jqueryzoom{
  /*height: 500px;*/
  width: 100%;
  overflow: hidden;
  border:1px solid #dcdcdc;
}
.jqueryzoom .cloudzoom{
  /*height: 100%;*/
  /*margin:0 auto;*/
  text-align: center;
}
.product-thumb{
  padding:0px 40px;
  position: relative;
  margin-top:10px;
}
.product-thumb .swiper-slide{
  /*height:120px;*/
  border:1px solid #ebebeb;
}
.product-thumb .cloudzoom-gallery{
  cursor: pointer;
  /*height: 100%;*/
}
.product-detail-prev{
  position: absolute;
  left: 0;
  color:#000000;
  padding:6px 8px;
  top:50%;
  margin-top:-27px;
  font-size: 30px;
}
.product-detail-next{
  position: absolute;
  right: 0;
  color:#000000;
  padding:6px 8px;
  top:50%;
  margin-top:-27px;
  font-size: 30px;
}
.cloudzoom-lens {
    border: 1px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    background: #fff;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border: 1px solid #888;
    width: 500px;
    height: 200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 99;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none; /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image: url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    /*background-image: url(ajax-loader.gif);*/
    width: 32px;
    height: 32px;
}

/* 产品详情页选项卡 */
.proshowcon_tab{
  margin:45px auto 0;
  background:#fff;
}
.proshowcon_tab .tab_menu{overflow:hidden;}
.proshowcon_tab .tab_menu li{
  width:125px;
  float:left;
  height:40px;
  line-height:40px;
  color:#fff;font-size: 18px;
  background:#fff;
  text-align:center;
  cursor:pointer;
}
.proshowcon_tab .tab_menu li.current{color:#000;background:#ebebeb;}
.proshowcon_tab .tab_menu li a{color:#fff;text-decoration:none;}
.proshowcon_tab .tab_menu li.current a{color:#333;}
.proshowcon_tab .tab_box{padding:20px;min-height: 200px;}
.proshowcon_tab .tab_box li{height:24px;line-height:24px;overflow:hidden;}
.proshowcon_tab .tab_box li span{margin:0 5px 0 0;font-family:"宋体";font-size:12px;font-weight:400;color:#ddd;}
.proshowcon_tab .tab_box .hide{display:none;}

.product-inquiry{ }
.product-inquiry h4{ color: #000; }
.product-inquiry ul{margin-top: 30px;}
.product-inquiry ul li{width: 48.75%;float: left;margin-bottom: 15px; margin-right: 2.5%;}
.product-inquiry ul li input{ width: 100%;padding: 11px 15px; background: #fff;border:1px solid #fff;line-height: 30px; }
.product-inquiry ul li textarea{ width: 100%;float: left;padding: 11px 15px;height:220px;background: #fff;border:1px solid #fff; }
.product-inquiry ul li:nth-child(2n){margin-right: 0;}
.product-inquiry ul li.li3{ width: 100%; }
.product-inquiry ul li.li4{ width: 100%;margin-left: 0;margin-right: 0; }
.product-inquiry ul li.li4 div{padding: 0;}
.product-inquiry ul li.li4 input{max-width: 120px;}
.product-inquiry ul li.sub{ width: 100%; }
.product-inquiry ul li.sub input{background: #850017;color: #fff;transition: 0.5s;}
.product-inquiry ul li.sub input:hover{ opacity: 0.8; }


/*产品应用*/
    .col-page-proapp{padding: 25px 0;}
    .proapp ul.row{margin:0 -1.04vw;}
    .proapp ul li{ padding:0 1.04vw;margin-top:2.08vw;  }
    .proapp ul li a{color: #fff;}
    .proapp ul li .pic{ border-radius: 5px; }
    .proapp ul li .pic:after{padding-bottom: 96.77%;}
    .proapp ul li .pic img{width: 100%;transition: 0.5s;}
    .proapp ul li .pic .bg{width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(../images/bg.png) center center no-repeat;background-size: cover;}
    .proapp ul li .pic .text{width: 100%;padding: 0 15px; position: absolute;left: 0;top:3.9vw;z-index: 2;font-size: 18px;}
    .proapp ul li .pic .text h5{ font-size: 36px; }
    .proapp ul li .pic .text p{margin:1.04vw 0 1.56vw; line-height: 1.6; }
    .proapp ul li .pic .text span{transition: 0.5s;}
    .proapp ul li a:hover img{transform: scale(1.05);}
    .proapp ul li a:hover span{color: #850017;}

    .col-proapp-detail{padding-top: 4.68%; background: #f5f5fc; }
    .col-proapp-detail .text{ width: 45.31%;margin-top: 2.34vw; }
    .col-proapp-detail .text h1{margin-bottom: 3.125vw; font-size: 36px;color: #333; }
    .col-proapp-detail .text h1 span{margin-bottom: 15px; display: block;font-size: 48px;font-weight: bold;color: #850015;line-height: 0.8; }
    .col-proapp-detail .text p{ font-size: 16px;color: #888;line-height: 1.8em; }
    .col-proapp-detail .img{width: 48.43%; }
    .col-proapp-detail .img .pic{ box-shadow: 6px 10.392px 20px 0px rgba( 0, 0, 0,0.15 );}
    .col-proapp-detail .img .pic img{width: 100%;}
    .col-proapp-detail .img .pic:after{padding-bottom: 96.77%;}
    .col-proapp-com{ margin-top: 3.64vw; }
    .col-proapp-com h4{ font-size: 18px;color: #343434; }
    .col-proapp-com ul.row{margin:0 -0.67vw;}
    .col-proapp-com ul li{ padding:0 0.67vw;margin-top: 1.35vw; }
    .col-proapp-com ul li .pic{ border:1px solid #e6e6e6;border-radius: 10px;transition: 0.5s; }
    .col-proapp-com ul li .pic:after{padding-bottom: 62%;}
    .col-proapp-com ul li .pic img{}
    .col-proapp-com ul li .pic:hover {opacity: 0.8;}
    .col-proapp-pn{border-top: 1px solid #ccc;padding: 3.125vw 0;margin-top: 4vw; font-size: 18px;color: #888;line-height: 25px; }
    .col-proapp-pn a{color: #888;}
    .col-proapp-pn a:hover{color: #850017;}

@media (max-width: 991px) {
    .pro ul.row{margin:0 -7px;}
    .pro ul li{padding: 0 7px; margin-top:15px;}
    .pro ul li .padding{padding: 25px 13px; }
    .pro ul li h5{font-size: 24px;}
    .pro ul li p{ margin-bottom:15px; font-size: 14px; }
    .pro ul li .pic{margin-top:15px;}


    .col-page-proapp{padding: 25px 0;}
    .proapp ul.row{margin:0 -7px;}
    .proapp ul li{ padding:0 7px;margin-top:15px;  }
    .proapp ul li .pic .text{ top:40px; font-size: 14px;}
    .proapp ul li .pic .text h5{ font-size:24px; }
    .proapp ul li .pic .text p{margin:10px 0 15px; }

    .col-proapp-detail{padding-top: 50px;  }
    .col-proapp-detail .text{ width: 100%;margin-top: 0; }
    .col-proapp-detail .text h1{margin-bottom: 25px; font-size:24px; }
    .col-proapp-detail .text h1 span{margin-bottom: 10px; font-size: 30px;  }
    .col-proapp-detail .text p{ font-size: 14px; }
    .col-proapp-detail .img{width: 100%; margin-top: 30px;}
    .col-proapp-detail .img .pic{ max-height: 600px;}
    .col-proapp-com{ margin-top: 40px; }
    .col-proapp-com ul.row{margin:0 -6px;}
    .col-proapp-com ul li{ padding:0 6px;margin-top: 15px; }
    .col-proapp-pn{ padding:30px 0;margin-top:40px; font-size: 14px;  }


.col-page-prodet{padding: 45px 0;}
.proshowcon_tab .tab_menu li{font-size: 16px;}
.product-inquiry h4{font-size: 16px;}


  .product-inquiry ul li input{padding: 5px 15px;}
  .product-inquiry ul li textarea{height: 150px;}
}
@media (max-width:767px) {
    .pro ul li h5{font-size: 18px;}

  .pro_show .caseleft{width: 100%; }
  .pro_show .caseright{width: 100%;margin-top: 30px;}
  .pro_show .caseright table{margin-top: 15px;}
  .pro_show .caseright h1{}
  .product-inquiry ul li{width: 100%;}

}

/*产品中心end*/
/*新闻中心start*/
.col-page-news{padding: 3.125% 0 6.25%; background: #f2f2f7; }
.news ul.row {margin:0 -1.56%;}
.news ul li {padding: 0 1.56%;margin-top:3.28%;}
.news ul li .pic{}
.news ul li .pic:after{padding-bottom: 50%;}
.news ul li .pic img{transition: 0.8s;}
.news ul li .text{padding:6.25% 7.5%; background: #fff;}
.news ul li .date{color: #888;}
.news ul li h5{font-size: 18px;margin-top: 10px;font-family: 'Din Bold';text-transform: uppercase;}
.news ul li h5 a{color: #004080;}
.news ul li p{margin-top: 30px;font-size: 16px; color: #888;line-height: 1.5em;height: 3em;overflow: hidden;}
.news ul li .more{margin-top:30px;}
.news ul li:hover img{transform:scale(1.1);}
.news ul li:hover h5 a{color: #f78316;}
.news ul li:hover .more a{color: #f78316;}


@media (max-width: 991px) {
  .col-page-news{ padding:40px 0 60px; }
  .news ul.row {margin:0 -1%;}
  .news ul li {padding: 0 1%;margin-top: 20px;}
  .news ul li .text{padding: 15px;}
  .news ul li h5{margin-top:8px;font-size: 16px;}
  .news ul li p{margin-top: 15px;font-size: 14px;}
  .news ul li .more{margin-top:15px;}
}
@media (max-width: 400px) {
  .news ul li{width: 100%;}
}

.newshow{padding-bottom:80px;}
.newshow .newshowtit {
  text-align: center;
  margin-top: 55px;
  border-bottom: 1px dotted #bfbebe;
}
.newshow .newshowtit h1 {
  font-size: 22px;
  color: #333;
}
.newshow .newshowtit .date {
  line-height:1.8em;padding: 22px 0;
  font-size: 12px;
  color: #999;
}
.newshow .newshowtxt{margin:30px 0;}
.newshow .newshowtxt p {
  line-height: 25px;
}
.newshow .newshowimg {
  text-align: center;
  margin: 65px 0;
}
.prev-next {
  float: left;
  margin-top: 10px;
}
.prev-next a {
  display: block;
  color: #999;
  line-height: 25px;
  transition: 0.3s;
}
.prev-next a b {
  color: #666;
}
.prev-next a:hover {
  color: #f08300;
}
.prev-next a.prev {
  border-bottom: 1px dashed #d4d4d4;
}
/*新闻中心end*/


.col-page-picture{padding: 4.16% 0 5.2%;}
.col-page-picture h3{ font-size: 36px;color: #333; }
.col-page-picture .lists{}
.col-page-picture .list { margin-top: 2.08vw; }
.col-page-picture .list .content{ font-size: 16px;line-height: 1.8em; }
.col-page-picture .list ul{ padding-top: 10px; }
.col-page-picture .list ul li{ width: 16.32%;float: left;margin-right:1.17%;margin-top: 1.17%; }
.col-page-picture .list ul li .pic{ border:1px solid #ccc; }
.col-page-picture .list ul li .pic:after{padding-bottom: 143.54%;}

.col-page-equipment{padding: 5.2% 0;}
.col-page-equipment .content{}
.col-page-equipment .content h3{margin-bottom: 1.4vw; font-size: 36px;color: #333;}
.col-page-equipment .content p{ line-height: 1.8em; }
.col-equip-nav{ margin-top: 2.08vw; }
.col-equip-nav a{ display: inline-block;margin:0 4.94vw; font-size: 18px;font-weight: bold;color: #666; }
.col-equip-nav a span{display: block;margin-bottom: 8px;}
.col-equip-nav a span img{display: block;margin:0 auto;}
.col-equip-nav a span img.img1{}
.col-equip-nav a span img.img2{display: none;}
.col-equip-nav a.flex-active{color: #840015;}
.col-equip-nav a.flex-active span img.img1{display: none;}
.col-equip-nav a.flex-active span img.img2{display: block;}
.col-equip-sildes{ margin-top: 2.08vw; }
.col-equip-sildes .swiper-equip{}
.col-equip-sildes .swiper-equip ul li .pic{transition: 0.5s;}
.col-equip-sildes .swiper-equip ul li .pic:after{padding-bottom: 63.49%;}
.col-equip-sildes .swiper-equip ul li .pic:hover{opacity: 0.8;}
.col-equip-sildes .swiper-equip .swiper-pagination{ position: static;margin-top: 2.86vw; }
.col-equip-sildes .swiper-equip .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background: #ccc;opacity: 1;margin:0 5px;}
.col-equip-sildes .swiper-equip .swiper-pagination .swiper-pagination-bullet-active{ background: #840015; }