@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: #d43333;
  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: 1550px;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}

/*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:50.52%;}
.banner-page{margin-top: 100px;}
.banner-page .pic:after{padding-bottom:26.04%;}

.banner-index .swiper-slide .content{ width: 100%;position: absolute;left: 0;top:50%;transform: translateY(-50%); color: #fff;text-align: center;}
.banner-index .swiper-slide .content p{ transition: 0.8s;transform: translateY(30px);line-height: 1.5;opacity: 0;color: #fff;}
.banner-index .swiper-slide .content p.p1{font-size: 50px;font-weight: bold; transition-delay: 0s;}
.banner-index .swiper-slide .content p.p2{font-size: 28px; transition-delay: 0.3s;margin-top: 5px;}
.banner-index .swiper-slide .content p.more{display: inline-block;padding: 0.57vw 2.5vw;margin-top: 5.2vw; font-size: 20px;border:2px solid #fff;transition-delay: 0.6s;}
.banner-index .swiper-slide.ani-slide .content p{transform: translate(0);opacity: 1;}

.banner-page .swiper-slide .content{ width: 100%;position: absolute;left:0;top:50%;transform: translateY(-50%);text-transform: uppercase;}
.banner-page .swiper-slide .content h2{ font-size:50px;font-weight: bold; transition: 0.8s;opacity: 0;transform: translateY(30px);color: #fff; }
.banner-page .swiper-slide .content p{font-size:16px;transition: 0.8s;transform: translateY(30px);line-height: 1.3;opacity: 0;transition-delay: 0.3s;color:#fff;margin-top: 13px;}
.banner-page .swiper-slide .content p a{color: #fff;}
.banner-page .swiper-slide .content p a:hover{color: #d43333;}
.banner-page .swiper-slide .content p i{color: #d43333;}
.banner-page .swiper-slide.ani-slide .content h2{transform: translateY(0);opacity: 1;}
.banner-page .swiper-slide.ani-slide .content p{transform: translateY(0);opacity:1;}

.banner-index .swiper-banner .button{width: 100%;max-width: 1520px;position:absolute;bottom:14.43%;left: 50%;transform: translateX(-50%);z-index: 1;padding-right: 80px;}
.banner .swiper-banner .button:after{content: '';width: 80px;border-top:1px solid #fff;position: absolute;right: 0;top:7px;}
.banner .swiper-banner .swiper-pagination{position: static;text-align: right;}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet{display: inline-block; width:15px;height:15px;margin:0 5px;border-radius:50%; background:url(../images/dot.png) center center no-repeat;background-size: cover;opacity: 1;}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active{background-image: url(../images/dot-active.png)}
.banner-page .swiper-banner .swiper-pagination{display:none!important;}


@media (max-width: 991px) {
    .banner .pic{display: none;}
    .banner-index .swiper-banner .swiper-slide{height: 350px;}
    .banner-page{margin-top:55px;}
    .banner-page .swiper-banner .swiper-slide{height:250px;}
    
    
    .banner-index .swiper-slide .content p.p1{font-size: 24px; }
    .banner-index .swiper-slide .content p.p2{font-size: 14px; }
    .banner-index .swiper-slide .content p.more{font-size: 12px;margin-top: 30px;}
    .banner-index .swiper-banner .button{bottom: 7%;}
    
    .banner-page .swiper-slide .content h2{ font-size: 24px; }
    .banner-page .swiper-slide .content p{ font-size: 14px;margin-top: 8px; }

}
@media (max-width: 767px) {
    .banner-index .swiper-slide .content p.p1{font-size: 18px; }
} 

/*首页关于我们*/
.col-index-about{padding: 5.72% 0; color: #fff; }
.col-index-about h3{ font-size: 30px; }
.col-index-about h3 span{ display: block;width: 60px;border-top:2px solid #d43333;margin:1.25vw auto 2.86vw; }
.col-index-about p{ max-width: 827px;margin:0 auto; font-size: 16px;line-height: 1.8em; }
.col-index-about ul{padding-top: 2.08vw;}
.col-index-about ul li{display: inline-block;margin:1.82vw 4.47% 0;}
.col-index-about ul li img{display: block;margin: 0 auto 15px;}
.col-index-about a.more{ display: inline-block;margin-top: 4.16vw; padding:1.04vw 3.38vw;background: #d43333;color: #fff;font-size: 16px; }
.col-index-about a.more:hover{background: #fff;color: #d43333;}

/*首页产品*/
.col-index-productl{ width: 51.35%;height: 760px; }
.col-index-productl .pic{height: 100%;}
.col-index-productr{ width: 48.65%;height: 760px; }
.col-index-productr .content{width: 100%;max-width: 734px;padding:60px 8.56%;color: #fff;}
.col-index-productr .content h3{font-size: 30px;}
.col-index-productr .content p{max-width: 475px;margin-top: 1.56vw; font-size: 16px;line-height: 1.8em;}
.col-index-productr .content a{display: block;margin-top: 1.82vw; width: 76px;height: 33px;line-height: 33px;text-align: center;background: #d43333;color: #fff;}
.col-index-productr .content a i{font-size: 30px;}
.col-index-product .list{ width: 108.67%;position: absolute;right: 0;bottom: 30px; }
.col-index-product .list .swiper-product{}
.col-index-product .list ul li .pic:after{padding-bottom: 100%;}
.col-index-product .list ul li h5{text-align: center;font-size: 18px;margin-top: 14px;}
.col-index-product .list ul li h5 a{color: #fff;}
.col-index-product .list ul li:hover h5 a{color: #d43333;}
.col-index-product .list .swiper-product .button{padding-left: 3.64vw;margin-top: 50px;}
.col-index-product .list .swiper-product .swiper-button-prev,
.col-index-product .list .swiper-product .swiper-button-next{position: static;display: block;background: none;color: #fff;float: left;font-weight: bold;margin-left: 4.16vw;width: auto;height: auto;margin-top: 0;}
.col-index-product .list .swiper-product .swiper-button-prev i,
.col-index-product .list .swiper-product .swiper-button-next i{font-size: 40px;}
.col-index-product .list .swiper-product .swiper-button-next{transform: rotateY(180deg);}

/*首页技术团队*/
.col-index-title{}
.col-index-title h4{font-size: 50px;font-family: 'Impact';color: rgba(44,45,46,0.1);text-transform: uppercase;line-height: 0.8;font-weight: normal;}
.col-index-title h3{font-size: 40px;color: rgba(44,45,46);margin-top: -22px;}
.col-index-title span{display: block;margin-top: 25px; width: 88px;height: 4px;background: #d43333;}
.col-index-title.text-center span{margin-left: auto;margin-right: auto;}

.col-index-team{padding: 7.81% 0;}
.col-index-teaml{width: 60.85%;max-width: 826px;}
.col-index-teaml .bg{ width: 94.18%;height: 94.18%;position: absolute;left: 0;top:0;background: url(../images/imgbg.png) center center no-repeat;background-size: cover; }
.col-index-teaml .pic{margin-left: 4.84%;margin-top: 4.84%;}
.col-index-teaml .pic img{width: 100%;}
.col-index-teaml .pic:after{padding-bottom: 65.90%;}
.col-index-teamr{width: 37.17%;max-width: 550px;}
.col-index-teamr ul{padding-top:1.56vw; }
.col-index-teamr ul li{ margin-top: 2.34vw; }
.col-index-teamr ul li h4{font-size: 20px;margin-bottom: 0.36vw; color: #d43333;line-height: 1.3;}
.col-index-teamr ul li p{ font-size: 16px;line-height: 1.8em; }

/*首页新闻资讯*/
.col-index-news{padding: 60px 0 50px; background: #f9f9f9; }
.col-index-news .list{margin-top: 40px;}
.col-index-news .list ul li .pic:after{padding-bottom: 69.36%;}
.col-index-news .list ul li .pic img{ width: 100%; }
.col-index-news .list ul li .pic span{ width: 0;height:0;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);background: rgba(0,0,0,0.5);transition: 0.5s;}
.col-index-news .list ul li .pic i{display: block;width: 75px;height: 75px;line-height: 75px;background: rgba(255,255,255,0.6);text-align: center;border-radius: 50%;font-size: 40px; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);color: #d43333;font-weight: bold;transition: 0.5s;opacity: 0;}
.col-index-news .list ul li .date{margin:55px 0 45px;}
.col-index-news .list ul li .date span{padding: 10px 20px;display: inline-block; font-size: 30px;color: #fff;background: #d43333;font-family: 'Arial';line-height: 1em; }
.col-index-news .list ul li .date span i{display: inline-block;margin-right: 13px; font-size: 28px;transform: rotateY(180deg);line-height: 1em;top: -2px;position: relative;}
.col-index-news .list ul li p{font-size: 16px;line-height: 1.8em;height: 5.4em;overflow: hidden;}
.col-index-news .list ul li:hover .pic span{width: 100%;height: 100%;}
.col-index-news .list ul li:hover .pic i{opacity: 1;}

/*终端客户*/
.col-index-custom{ padding: 7.29% 0; }
.col-index-custom .list{margin-top: 60px;}
.col-index-custom .list ul li .pic{border:1px solid #969696;}
.col-index-custom .list ul li .pic:after{padding-bottom: 60.74%;}
.col-index-custom .list .swiper-pagination{position: static;margin-top: 54px;}
.col-index-custom .list .swiper-pagination .swiper-pagination-bullet{width: 15px;height: 15px;border-radius: 0;background: #fff;border:1px solid #2c2d2e;opacity: 1;margin:0 9px;}
.col-index-custom .list .swiper-pagination .swiper-pagination-bullet-active{background: #2c2d2e;}
.col-page-custom .list{margin-top: 0!important;}
/*底部开始*/
.footer { padding-top: 4.94%; background: #2c2d2e;}
.footer h4{margin-top: 8px; font-size: 20px;color: #fff; }
.footer h4 span{display: block;width: 55px;height: 3px;background: #d43333;margin-top: 14px;}

.footerInfor{ width: 30.92%;padding-right: 15px; }
.footerInfor img{margin-bottom: 40px;}
.footerInfor p{max-width: 275px; font-size: 16px;color: #fefefe;line-height: 1.8em;}
.footerInfor p a{color: #fff;margin-right: 20px;}
.footerInfor p a i{font-size: 20px;}
.footerInfor p a:hover{color: #d43333;}
.footerInfor p.link{margin-top: 60px;}

.footerNav{ width: 17.43%;padding-right: 15px; }
.footerNav ul{padding-top: 10px;}
.footerNav ul li{margin-top: 12px;line-height: 1.8em; font-size: 16px;color: rgba(255,255,255,0.5); }
.footerNav ul li a{color: rgba(255,255,255,0.5);}
.footerNav ul li a i{color: #d43333;}
.footerNav ul li a:hover {color: #fff;}

.footerCon{ width: 30.78%;padding-right: 15px; }
.footerCon ul{}
.footerCon ul li{margin-top: 20px; font-size: 16px;line-height: 1.8em;color: rgba(255,255,255,0.5);position: relative;padding-left: 40px;}
.footerCon ul li a{color: rgba(255,255,255,0.5);}
.footerCon ul li i{display: block;position: absolute;left: 0;top:4px; width: 20px;height: 20px;line-height: 18px;border:1px solid #969696;color: #969696;font-size: 12px;text-align: center;}
.footerCon ul li a:hover {color: #fff;}

.footerright {  width: 20.52%;}
.footerright ul{padding-top: 18px;}
.footerright ul li {  margin-top: 12px;}
.footerright ul li input {  width: 100%;  height: 40px;  background: #424243;  border: none;  color: #fff;font-size: 12px;  padding:0 10px;border-radius: 3px;  line-height: 40px;}
.footerright ul li input:focus {}
.footerright ul li textarea {  width: 100%;float: left;  height: 89px;  background: #424243;  border: none;  color: #fff;font-size: 12px;  padding:10px;border-radius: 3px;}
.footerright ul li textarea:focus {}
.footerright ul li.li4 {}
.footerright ul li.li4 input {width: 50%;max-width: 117px;  float: left;}
.footerright ul li.li4 img {  cursor: pointer;  float: left;  margin: 0 10px;}
.footerright ul li.li5 { }
.footerright ul li.li5 input {width: 50%;max-width: 117px;font-size: 14px; background: #d43333;  color: #fff;}
.footerright input::-webkit-input-placeholder,.footerright textarea::-webkit-input-placeholder {color: rgba(255,255,255,0.2);}
.footerright input:-moz-placeholder,.footerright textarea:-moz-placeholder {color:rgba(255,255,255,0.2);}
.footerright input::-moz-placeholder,.footerright textarea::-moz-placeholder {color:rgba(255,255,255,0.2);}
.footerright input:-ms-input-placeholder,.footerright textarea:-ms-input-placeholder {color:rgba(255,255,255,0.2);}

.copy {padding: 1.82% 0;margin-top: 3.64%; background: #d43333;}
.copy p {font-size: 16px;line-height: 1.8em; color: #fff;}
.copy p a {  color: #fff;}
.copy p a:hover {  text-decoration: underline;}

/*内页开始*/
/*关于我们*/
.col-page-about{padding: 7.81% 0;}
.col-page-about h2{ font-size: 40px;font-weight: bold;color: #151515; }
.col-page-about ul{margin-bottom: 70px;}
.col-page-about ul:after{clear:both;display:table;content:" ";}
.col-page-about ul li.li1{float: left; width: 70%;}
.col-page-about ul li.li1 p{max-width: 635px;font-size: 16px; line-height: 1.8em;}
.col-page-about ul li.li1 p.xian{margin-top: 35px; padding-left: 30px;border-left: 3px solid #d43333; }
.col-page-about ul li.li2{float: right;max-width: 230px;padding-top: 60px;border-top:1px solid #e5e5e5;}
.col-page-about ul li.li2 h3{ font-size: 14px;color: rgba(0,0,0,0.5);font-family: 'Impact';line-height: 2; }

.col-page-team{padding: 90px 0 100px; }
.col-page-team .list{}
.col-page-team .list ul.row{margin:0 -1.31%;}
.col-page-team .list ul li{padding: 0 1.31%;margin-top: 55px;}
.col-page-team .list ul li .padding{padding: 10px 10px 20px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.col-page-team .list ul li .pic{}
.col-page-team .list ul li .pic:after{padding-bottom: 72.15%;}
.col-page-team .list ul li h5{margin-top: 20px; font-size: 20px;color: #d43333; }
.col-page-team .list ul li h5 span{display: block;width: 30px;border-top:1px solid #d43333;margin:10px auto 8px;}
.col-page-team .list ul li .con{max-width: 280px;margin:0 auto; font-size: 16px;line-height: 1.8em; }

.col-page-num{padding: 7.81% 0;}
.col-page-num ul:after{clear:both;display:table;content:" ";}
.col-page-num ul li{width: 25%;float: left;text-align: center;color: #fff;}
.col-page-num ul li p{font-size: 60px;font-family: 'Impact';line-height: 0.8;}
.col-page-num ul li hr{ width: 51px;border-top:4px solid #d43333;margin:22px auto; }
.col-page-num ul li h5{font-size: 20px;}

.col-page-vision{padding: 7.81% 0;}
.col-page-vision .pic{ width: 46%; }
.col-page-vision .pic:after{padding-bottom: 85.71%;}
.col-page-vision .pic img{width: 100%;}
.col-page-vision .content{ width: 48.35%; }
.col-page-vision .content .con {padding-top: 1.56vw;}
.col-page-vision .content .con ul{}
.col-page-vision .content .con ul li{ font-size: 18px;line-height: 1.8em;position: relative;padding-left: 25px;margin-top: 1.3vw; }
.col-page-vision .content .con ul li:before{content: '';width: 10px;height: 10px;background: #d43333;position: absolute;left: 0;top:11px;}

/*生产设备*/
.col-page-equipment{padding: 5.2% 0;}
.equipment ul.row{margin:0 -1.31%;}
.equipment ul li{padding: 0 1.31%;margin-top: 2.63%;}
.equipment ul li .pic:after{padding-bottom: 101.14%;}
.equipment ul li .pic span{ width: 0;height:0;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);background: rgba(0,0,0,0.5);transition: 0.5s;}
.equipment ul li .pic i{display: block;width: 58px;height: 58px;line-height: 58px;background: rgba(255,255,255,0.2);text-align: center;border-radius: 50%;font-size: 24px; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);color: #fff;transition: 0.5s;opacity: 0;}
.equipment ul li h5{font-size: 20px;color: #000;text-align: center;margin-top: 20px;}
.equipment ul li:hover .pic span{width: 100%;height: 100%;}
.equipment ul li:hover .pic i{opacity: 1;}

/*荣誉*/
.col-page-honor{padding: 5.2% 0;}
.honor ul.row{margin:0 -0.92%;}
.honor ul li{padding: 0 0.92%;margin-top: 1.84%;}
.honor ul li .pic:after{padding-bottom: 145%;}
.honor ul li .pic span{ width: 0;height:0;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);background: rgba(0,0,0,0.5);transition: 0.5s;}
.honor ul li .pic i{display: block;width: 58px;height: 58px;line-height: 58px;background: rgba(255,255,255,0.2);text-align: center;border-radius: 50%;font-size: 24px; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);color: #fff;transition: 0.5s;opacity: 0;}
.honor ul li:hover .pic span{width: 100%;height: 100%;}
.honor ul li:hover .pic i{opacity: 1;}

/*质量管理*/
.col-honor-certi{padding: 7.81% 0;}
.col-honor-certi .list{max-width: 1400px;margin-top: 3.38vw;}
.col-honor-certi .list .swiper-honor{overflow: visible;}
.col-honor-certi .list ul li{ text-align: center; }
.col-honor-certi .list ul li .pic{ border:1px solid #9f9f9f; }
.col-honor-certi .list ul li .pic:after{padding-bottom: 137.77%;}
.col-honor-certi .list ul li .text{ margin-top: 23px;position: relative; }
.col-honor-certi .list ul li .text:before{content: '';width: 1000%;border-top:1px solid #ccc;position: absolute;left: 50%;top:10px;z-index: -1}
.col-honor-certi .list ul li .text .dian{width: 20px;height: 20px;border-radius: 50%;border:1px solid #cdcdcd;background: #fff;padding: 5px;margin:0 auto;}
.col-honor-certi .list ul li .text .dian span{display: block;width: 100%;height: 100%;border-radius: 50%;background: #d43333;}
.col-honor-certi .list ul li .text h5{margin-top: 10px; font-size: 40px;font-family: 'Impact';color: #d43333; }
.col-honor-certi .list ul li .text hr{width: 36px;margin:8px auto 5px; border-top:2px solid #666;}
.col-honor-certi .list ul li .text p{ font-size: 20px;line-height: 1.6; }

.col-test-equip{padding: 65px 0; background: #f9f9f9; }
.col-test-equip .list{ max-width: 1700px;padding: 0 15px;margin:40px auto 0;position: relative; }
.col-test-equip .list .swiper-equ{max-width: 1520px;margin:0 auto;position: static;}
.col-test-equip .list ul li{text-align: center;}
.col-test-equip .list ul li .pic:after{padding-bottom: 71.62%;}
.col-test-equip .list ul li .pic span{ width: 0;height:0;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);background: rgba(0,0,0,0.5);transition: 0.5s;}
.col-test-equip .list ul li .pic i{display: block;width: 58px;height: 58px;line-height: 58px;background: rgba(255,255,255,0.2);text-align: center;border-radius: 50%;font-size: 24px; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);color: #fff;transition: 0.5s;opacity: 0;}
.col-test-equip .list ul li:hover .pic span{width: 100%;height: 100%;}
.col-test-equip .list ul li:hover .pic i{opacity: 1;}
.col-test-equip .list ul li h5{margin-top: 13px; font-size: 20px;color: #151515; }

.col-test-equip .swiper-equ .swiper-pagination{position: static;margin-top: 45px;}
.col-test-equip .swiper-equ .swiper-pagination .swiper-pagination-bullet{ width: 15px;height: 15px;background: #c7c7c7;border-radius: 0;opacity: 1;border:2px solid #f9f9f9;}
.col-test-equip .swiper-equ .swiper-pagination .swiper-pagination-bullet-active{border-color: #d43333; background: #d43333;}

.col-test-equip .swiper-equ .swiper-button-next,
.col-test-equip .swiper-equ .swiper-button-prev{ width: 40px;height: 80px;margin-top:0;line-height: 80px;color: #fff;background: rgba(0,0,0,0.2);text-align: center;opacity: 1;top: 28.76%; }
.col-test-equip .swiper-equ .swiper-button-next i,
.col-test-equip .swiper-equ .swiper-button-prev i{font-size: 24px;}
.col-test-equip .swiper-equ .swiper-button-next:hover,
.col-test-equip .swiper-equ .swiper-button-prev:hover{background: #d43333}


/*联系我们*/
#allmap {
  width: 100%;
  height: 680px;
  margin-top: 7.81%;
}
#allmap img {
  max-width: 1070px;
  max-height: 368px;
}
#allmap label {
  max-width: 1070px;
}

.col-contact{padding: 7.29% 0; }
.col-contact .container{ overflow: hidden;}
.col-contact .title{}
.col-contact .title h3{font-size: 30px;color: #151515;}
.col-contact .title span{display: block;width: 90px;border-top: 3px solid #d43333;margin-top: 15px;}

.col-contactl{ width: 63%;padding-right: 3.28%; border-right: 1px solid #e5e5e5;padding-bottom: 9999px;margin-bottom: -9999px; }
.col-contactl .con{max-width: 795px;margin-top: 30px; font-size: 16px;line-height: 1.8em;}
.col-contactr{ width: 32.89%;max-width: 455px; padding-bottom: 9999px;margin-bottom: -9999px;}
.col-contactr .con{margin-top: 4.16vw;}
.col-contactr .con ul{}
.col-contactr .con ul li{padding: 25px 0; border-bottom: 1px solid #e7e7e7; }
.col-contactr .con ul li h4{margin-bottom: 18px; font-size: 20px;color: #000; }
.col-contactr .con ul li p{padding-left: 55px;min-height: 30px; position: relative;font-size: 16px;line-height: 1.8em;}
.col-contactr .con ul li p img{position: absolute;left: 0;top:0;}
.col-contactr .link{margin-top: 35px;}
.col-contactr .link a{margin-right: 2vw;}
.col-contactr .link a i{ font-size: 24px; }
/*在线留言*/
.message{ max-width: 795px; }
.message ul{}
.message ul li{float: left;width: 47.59%;margin-right: 4.82%;margin-top: 25px;}
.message ul li input{ width: 100%;padding:0 25px;height:55px;line-height: 53px; background: #e7e7e7;border:1px solid #e7e7e7; }
.message ul li textarea{width: 100%;height: 200px;padding:20px 25px;float: left;background: #e7e7e7;border:1px solid #e7e7e7;}
.message ul li:nth-child(2n){margin-right: 0;}
.message ul li.li3{width: 100%;}
.message ul li.li4{width: 100%;}
.message ul li.li4 input{width: 50%;max-width: 150px;margin-right: 10px;}
.message ul li.li5{width: 100%;}
.message ul li.li5 input{background: #d43333;border-color: #d43333;color: #fff;font-size: 16px;}

  /*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;min-height: 500px;
    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: #d43333;
}
.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;}
/*产品中心start*/
.col-page-product{ padding: 7.81% 0 6%; }
.col-page-product .list{width: 66%;}
.pro{margin-top: 14px;}
.pro ul.row{margin:0 -2.31%;}
.pro ul li{padding: 0 2.31%;margin-top: 3.62%;}
.pro ul li .padding{transition: 0.5s;border: 1px solid #e5e5e5;}
.pro ul li .pic:after{padding-bottom: 85%;}
.pro ul li .pic a i{display: block;width: 28px;height: 28px;position: absolute;right: 0;top:0;color: #d43333;}
.pro ul li .pic a.more,
.pro ul li .pic a.tel{ display: none;width: 30px;height: 30px;line-height: 28px;border:1px solid #d43333;background: #fff;position: absolute;right:10%;bottom: 7.8%;color: #fff;text-align: center;overflow: hidden; }
.pro ul li .pic a.more:hover,
.pro ul li .pic a.tel:hover{width: 120px;padding-right: 30px;background: #d43333;}
.pro ul li .pic a.more:hover i,
.pro ul li .pic a.tel:hover i{color: #fff;}

.pro ul li .pic a.more{margin-bottom: 40px;}
.pro ul li .text{padding: 20px; }
.pro ul li .text p{color: #d43333;font-size: 16px;}
.pro ul li .text h5{ font-size: 20px;color: #151515;}
.pro ul li .text h5 a{ color: #151515;}
.pro ul li:hover .pic a.more,
.pro ul li:hover .pic a.tel{display: block;}
.pro ul li:hover .padding{box-shadow: 0 0 10px rgba(0,0,0,.15);}


.col-page-productr{ width: 30%;max-width: 404px; }
.col-page-productr h3{ font-size: 30px;color: #151515; }
.col-page-productr h3 span{display: block;margin-top: 18px; width: 50px;border-top: 3px solid #d43333; }
.col-productr-nav{ }
.col-productr-nav ul{ margin-top: 3.125vw;}
.col-productr-nav ul li{padding: 10px 0;position: relative; border-bottom: 1px solid #e5e5e5;font-size: 18px;line-height: 1.8em;transition: 0.5s; }
.col-productr-nav ul li:hover,
.col-productr-nav ul li.on{padding-left: 30px;}
.col-productr-nav ul li:hover:before,
.col-productr-nav ul li.on:before{content: '';display: block; width: 10px;height: 10px;background: #d43333;position: absolute;left: 0;top:21px;}
.col-productr-nav ul li:hover a,
.col-productr-nav ul li.on a{color: #d43333;}

.col-productr-contact{padding: 13%;margin-top: 45px;}
.col-productr-contact h3{color: #fff;}
.col-productr-contact p{margin-top: 25px; font-size: 20px;color: #fff;font-family: 'Arial' }
.col-productr-contact p i{font-size: 20px;margin-right: 15px;}
.col-productr-contact p a{ color: #fff; }

/*产品详细页*/
.pro_show{margin-top: 7.81%;}
.pro_show .caseleft{width: 53%;max-width: 800px; }
.pro_show .caseright{width: 42.1%; }
.pro_show .caseright h1{ line-height:1.3;font-size:40px;font-weight: bold; color: #151515; border-bottom: 1px solid #e5e5e5;padding-bottom: 25px;}
.pro_show .caseright .con{ margin-top: 45px;line-height: 1.8em;font-size: 16px;min-height: 10.41vw; }
.pro_show .prenext{margin:30px 0 60px;padding: 20px 0 0; border-top:1px solid #e5e5e5;}

#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);
}
/* 产品详情页选项卡 */
.proshowcon_tab{
  margin-top: 4.68vw;
  background:#fff;
}
.proshowcon_tab .tab_menu{display: inline-block; border-bottom: 3px solid #e5e5e5;}
.proshowcon_tab .tab_menu li{
  float:left;
  text-align:center;
  cursor:pointer;font-size: 30px;padding-bottom: 24px;position: relative;margin-right: 2.6vw;
}
.proshowcon_tab .tab_menu li.current{color:#d43333; }
.proshowcon_tab .tab_menu li.current:after{ content: '';width: 100%;position: absolute;height: 3px;background: #d43333;left: 0;bottom:-3px; }
.proshowcon_tab .tab_menu li a{text-decoration:none;}
.proshowcon_tab .tab_menu li.current a{color:#d43333;}
.proshowcon_tab .tab_box{padding:2.6vw 0;width: 100%;}
.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;}


.pro_show_pc .pic:after{padding-bottom: 75%;}
.swiper-container-product .pic:after{padding-bottom: 80%;}
/*.pro_show_pc .pic img{max-width: 95%;}*/
.pro_show_phone .pic:after{padding-bottom: 75%;}

.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 80px;
  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:#fff;
  width: 50px;height: 100%;background: rgba(0,0,0,0.1);text-align: center;
  top:0;
  font-size: 30px;
}
.product-detail-next{
  position: absolute;
  right: 0;
  color:#fff;
  width: 50px;height: 100%;background: rgba(0,0,0,0.1);text-align: center;
  top:0;
  font-size: 30px;
}
.product-detail-prev i,
.product-detail-next i{ position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%); }
.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;
}

.col-prorecom{padding: 5.2vw 0 6.25vw;}
.col-prorecom .col-index-title h4{font-size: 40px;}
.col-prorecom .col-index-title h3{font-size: 30px;}
.col-prorecom .list{ padding: 0 6.25% ;position: relative;margin-top: 55px;margin-bottom: 50px; }
.col-prorecom .list ul li{ text-align: center; }
.col-prorecom .list ul li .padding{transition: 0.5s;border: 1px solid #e5e5e5;}
.col-prorecom .list ul li .pic:after{padding-bottom: 85%;}
.col-prorecom .list ul li .pic a i{display: block;width: 28px;height: 28px;position: absolute;right: 0;top:0;color: #d43333;}
.col-prorecom .list ul li .pic a.more,
.col-prorecom .list ul li .pic a.tel{ display: none;width: 30px;height: 30px;line-height: 28px;border:1px solid #d43333;background: #fff;position: absolute;right:10%;bottom: 7.8%;color: #fff;text-align: center;overflow: hidden; }
.col-prorecom .list ul li .pic a.more:hover,
.col-prorecom .list ul li .pic a.tel:hover{width: 120px;padding-right: 30px;background: #d43333;}
.col-prorecom .list ul li .pic a.more:hover i,
.col-prorecom .list ul li .pic a.tel:hover i{color: #fff;}
.col-prorecom .list ul li .pic a.more{margin-bottom: 40px;}
.col-prorecom .list ul li .text{padding: 20px; }
.col-prorecom .list ul li .text p{color: #d43333;font-size: 16px;}
.col-prorecom .list ul li .text h5{ font-size: 20px;color: #151515;}
.col-prorecom .list ul li .text h5 a{ color: #151515;}
.col-prorecom .list ul li:hover .pic a.more,
.col-prorecom .list ul li:hover .pic a.tel{display: block;}
.col-prorecom .swiper-relevant{ position: static; }
.col-prorecom .swiper-relevant .swiper-pagination{bottom: -50px;}
.col-prorecom .swiper-relevant .swiper-pagination .swiper-pagination-bullet{ width: 14px;height: 14px;border:2px solid #fff;background: #e5e5e5;margin:0 7px;opacity: 1;border-radius: 0; }
.col-prorecom .swiper-relevant .swiper-pagination .swiper-pagination-bullet-active{background: #d43333;border-color: #d43333;}
.col-prorecom .swiper-relevant .swiper-button-next{right: 0;}
.col-prorecom .swiper-relevant .swiper-button-prev{left: 0;}
.col-prorecom .swiper-relevant .swiper-button-next,
.col-prorecom .swiper-relevant .swiper-button-prev{ width: 50px;height: 100px;margin-top:0;line-height: 100px;color: #fff;background: rgba(0,0,0,0.1);text-align: center;opacity: 1;margin-top: -50px; }
.col-prorecom .swiper-relevant .swiper-button-next i,
.col-prorecom .swiper-relevant .swiper-button-prev i{font-size: 24px;}
.col-prorecom .swiper-relevant .swiper-button-next:hover,
.col-prorecom .swiper-relevant .swiper-button-prev:hover{background: #d43333}

@media (max-width:1200px) {
    .pro_show .caseright h1{ font-size:30px; }
    .pro_show .caseright .con{ font-size: 14px; }

    .proshowcon_tab .tab_menu li{font-size:24px;padding-bottom:18px; }
    .col-prorecom .swiper-relevant .swiper-button-next,
    .col-prorecom .swiper-relevant .swiper-button-prev{width: 40px;height: 80px;line-height: 80px;}
}

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

    .pro_show{margin-top: 60px;}
    .pro_show .caseleft{width: 100%;max-width: none; }
    .pro_show .caseright{width: 100%; margin-top: 30px;}
    .pro_show .caseright h1{font-size: 24px;padding-bottom: 20px;}
    .pro_show .caseright .con{margin-top: 30px;}
    .proshowcon_tab{margin-top: 0;}
    .proshowcon_tab .tab_menu li{font-size: 18px;padding-bottom: 10px;}
    .proshowcon_tab .tab_box{padding: 25px 0;}

    .col-prorecom{padding: 50px 0 60px;}
    .col-prorecom .col-index-title h4{font-size: 24px;}
    .col-prorecom .col-index-title h3{font-size: 18px;margin-top: -10px;}
    .col-prorecom .list{ margin-top: 30px;margin-bottom: 35px; }
    .col-prorecom .list ul li .text{padding: 15px; }
    .col-prorecom .list ul li .text p{ font-size: 14px;}
    .col-prorecom .list ul li .text h5{ font-size: 16px; }
    .col-prorecom .swiper-relevant .swiper-pagination{bottom: -35px;}
    .col-prorecom .swiper-relevant .swiper-pagination .swiper-pagination-bullet{ width: 10px;height: 10px; margin:0 4px;  }
    .col-prorecom .swiper-relevant .swiper-button-next,
    .col-prorecom .swiper-relevant .swiper-button-prev{ width: 40px;height: 80px; line-height: 80px; margin-top: -40px; }
    .col-prorecom .swiper-relevant .swiper-button-next i,
    .col-prorecom .swiper-relevant .swiper-button-prev i{font-size: 18px;}

    .product-thumb{padding: 0;}
    .product-detail-next,
    .product-detail-prev{width: 30px;font-size: 20px;height: 60px;top: 50%;margin-top: -30px;}
}

/*产品中心end*/
/*新闻中心start*/
.col-page-news{padding: 7% 0 5%; background: #f9f9f9;  }
.col-newsl{ width: 58.94%; }
.news ul { }
.news ul li {margin-top: 4.42vw; }
.news ul li .pic{}
.news ul li .pic:after{padding-bottom: 59.15%;}
.news ul li .pic img{width: 100%;}
.news ul li .pic span{display: block;width:100%;height:100%;position: absolute;left:0;top:100%;transition: 0.5s;background: url(../images/bg.png) center center no-repeat;background-size: cover;}
.news ul li .text{padding: 1.82vw; background: #fff;}
.news ul li .date{ margin-top:5px;}
.news ul li .date i{color: #d43333;}
.news ul li h4{font-size: 30px;color: #151515;line-height: 1.3;}
.news ul li h4 a{color: #151515;}
.news ul li p{font-size: 16px;margin-top: 10px; line-height: 1.8em;height:5.4em;overflow: hidden;  }
.news ul li:hover .pic span{top:0;}
.news ul li:hover h4 a{color: #d43333;}
.news ul li:first-child{margin-top: 0;}

.col-newsr{ width:38%;max-width: 528px; }


.yan_search{width:100%;position: relative;border-radius:5px;overflow: hidden; }
.yan_search i{width: 60px;text-align: center;display: block;position: absolute;left: 0;top:0px; font-size:24px;color:#fff;line-height:60px;height: 60px; background: #d43333}
.yan_search input{width:100%;padding: 0 20px 0 80px; background:#fff;border:1px solid #fff;line-height:58px;border-radius:5px;}
.yan_search input::-webkit-input-placeholder,.yan_search textarea::-webkit-input-placeholder {color: rgba(0,0,0,0.2);}
.yan_search input:-moz-placeholder,.yan_search textarea:-moz-placeholder {color:rgba(0,0,0,0.2);}
.yan_search input::-moz-placeholder,.yan_search textarea::-moz-placeholder {color:rgba(0,0,0,0.2);}
.yan_search input:-ms-input-placeholder,.yan_search textarea:-ms-input-placeholder {color:rgba(0,0,0,0.2);}
.yan_search1{max-width: 278px;}
.yan_search1 i{width: 50px;height: 50px;line-height: 50px;}
.yan_search1 input{ background: #e5e5e5;border-color: #e5e5e5;line-height: 48px;padding-left: 70px; }


.col-newsr-list{margin-top: 4.68vw;padding: 44px 24px; background: #fff;}
.col-newsr-list h4{font-size: 30px;color: #151515;text-align: center;}
.col-newsr-list ul{padding-top: 10px;}
.col-newsr-list ul li{padding-left: 170px;position: relative;height: 111px;margin-top: 30px;}
.col-newsr-list ul li .pic{width: 144px;height: 111px;position: absolute;left: 0;top:0;}
.col-newsr-list ul li h5{font-size: 18px;color: #151515;line-height: 1.8em;height: 3.6em;overflow: hidden;}
.col-newsr-list ul li h5 a{color: #151515;}
.col-newsr-list ul li .date{margin-top: 8px;font-size: 16px; line-height: 1.8em;}
.col-newsr-list ul li:hover h5 a{color: #d43333;}

.col-newsr-nav{ margin-top: 45px; }
.col-newsr-nav ul{ }
.col-newsr-nav ul li{float: left;width: 50%;text-align: center; font-size: 30px;line-height: 1.8em; }
.col-newsr-nav ul li a{display: block;padding: 1.04vw 0; background: #fff; color: #d43333; }
.col-newsr-nav ul li a:hover,
.col-newsr-nav ul li a.on{color: #fff;background: #d43333;}

.col-dingyue{ padding: 30px;background: #fff;margin-top: 45px; }
.col-dingyue h4{text-align: center; font-size: 30px;color: #151515; }
.col-dingyue p{text-align: center;margin-top: 10px; font-size: 16px;line-height: 1.8em; }
.col-dingyue ul{}
.col-dingyue ul li{ margin-top: 20px; }
.col-dingyue ul li input{padding: 0 15px; width: 100%;height: 53px;border:1px solid #e5e5e5;line-height: 53px;font-size:14px; }
.col-dingyue ul li.li4 img{height: 40px;}
.col-dingyue ul li.li5 input{ background: #151515;color: #fff; }
.col-dingyue1{background: #f9f9f9;}
.col-dingyue1 ul li input{background: #f9f9f9;}
@media (max-width: 991px) {
    .col-page-news{padding:60px 0 50px;  }
    .col-newsl{width: 100%;}
    .news ul li {margin-top: 25px; }
    .news ul li .text{padding: 18px; }
    .news ul li .date{ margin-top: 5px;}
    .news ul li h4{font-size: 20px;}
}
@media (max-width: 400px) {

}

.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: #d43333;
}
.prev-next a.prev {
  border-bottom: 1px dashed #d4d4d4;
}
/*新闻中心end*/

/*分页*/
.page { text-align: center;margin-top:3.94%;}
.page li {  display: inline;}
.page li a{
  font-family: arial;
  border-radius: 0!important;
  background: #e5e5e5;
  padding: 10px 18px;
  margin: 0 2px;
  display: inline;
  margin-bottom:0px;
  color:#fff;font-size: 20px;
  border:1px solid #e5e5e5;
}
.page li a:hover{
  background: #d43333;
  border: 1px solid #d43333;
  color: #fff;
}
.page li.active a {
  background: #d43333!important;
  border: 1px solid #d43333!important;
  color: #fff!important;
}
.page li.bgnone a{
  background: none;
}
.page li.bgnone a:hover {
  color: #d80808;
}