@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('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/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: #e50e19;
  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;
}

/*-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-index .pic:after{padding-bottom:49.479%;}
.banner-page .pic:after{padding-bottom:31.56%;}

.banner-index .swiper-slide .content{ width: 100%;position: absolute;left: 0;top:50%;transform: translateY(-50%);margin-top:1%; }
.banner-index .swiper-slide .content p{text-transform: uppercase; transition: 0.8s;transform: translateY(30px);line-height: 1.3;opacity: 0;}
.banner-index .swiper-slide .content p.p1{font-size: 36px;font-weight: bold;color: #cc040e; transition-delay: 0s;line-height: 1em;}
.banner-index .swiper-slide .content p.p1-1{font-size: 48px;font-weight: bold;color: #cc040e; transition-delay: 0s;line-height: 1em;}
.banner-index .swiper-slide .content p.p2{margin-top: 5px; font-size: 48px;color: #333;transition-delay: 0.3s;line-height: 1.2;}
.banner-index .swiper-slide .content p.p3{margin-top: 1.3%; font-size: 18px;color: #888;line-height: 1.8em;transition-delay: 0.6s;min-height: 3.6em}
.banner-index .swiper-slide .content p.more{margin-top: 4.6%; display: inline-block;padding:0.46vw 2.34vw;font-size: 14px;color: #fff;background: #cc040e;line-height: 1.8em;transition-delay: 0.9s; }

.banner-index .swiper-slide.ani-slide .content p{transform: translateY(0);opacity: 1;}
.banner-index .swiper-slide.ani-slide .content p.p1{ }
.banner-index .swiper-slide.ani-slide .content p.p2{ }

.banner-page .swiper-slide .content{ width: 100%;position: absolute;left:0;top:50%;transform: translateY(-50%);color: #fff;margin-top: 2.8%; }
.banner-page .swiper-slide .content h2{ font-size:36px; font-weight: bold;line-height:1.3;transition: 0.8s;opacity: 0;transform: translateY(30px); }
.banner-page .swiper-slide .content p{font-size:18px;transition: 0.8s;transform: translateY(30px);line-height:1.8em;opacity: 0;transition-delay: 0.3s;}

.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:0.7;}


.banner .swiper-banner .swiper-pagination{width:auto;left:auto; right: 3.9vw;bottom:10vh;}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet{display: block; width:18px;height:18px;margin:3px 0;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;}

#bannerDown{position: absolute; left: 50%;transform: translateX(-50%); bottom: 0;z-index: 1;cursor: pointer;
  -webkit-animation: ProgressDots 2s infinite both;
  animation: ProgressDots 2s infinite both; }

@keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}
@-webkit-keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}
@-moz-keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}
@-o-keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}

@media (max-width: 991px) {
  .banner-index .swiper-banner .swiper-slide{height: 350px;}
  .banner-page .swiper-banner .swiper-slide{height:320px;}
  .banner .pic{display: none;}

  .banner-index .swiper-slide .content p.p1{font-size: 20px;}
  .banner-index .swiper-slide .content p.p1-1{font-size: 22px;}
  .banner-index .swiper-slide .content p.p2{font-size: 22px;}
  .banner-index .swiper-slide .content p.p3{font-size: 14px;}
  .banner-index .swiper-slide .content p.more{margin-top: 20px;}

  .banner-page .swiper-slide .content h2{ font-size: 24px; }
  .banner-page .swiper-slide .content p{ font-size: 14px; }

}
@media (max-width: 767px) {

} 

/*首页关于我们*/
.col-index-about{padding: 4.42% 0 7.81%;}
.col-index-about .row{margin:0;}
.col-index-about .con{padding: 0;padding-right: 4.375%;}
.col-index-about .con h3{ font-size: 3.125vw;color: #e0e0e0;text-transform: uppercase; }
.col-index-about .con h4{margin-top:5px; font-size: 2.7vw;color: #a6030b; }
.col-index-about .con .desc{margin-top: 3.4%; font-size: 1.25vw;color: #333;line-height: 1.5; }
.col-index-about .content{padding: 5.47% 0; border-bottom: 1px solid #ccc;font-size: 0.72vw; line-height: 1.8;color: #888; }
.col-index-about .content p{max-width: 618px;}
.col-index-about .con a{display: inline-block;margin-top: 10%; padding: 0.65vw 2.44vw; color: #a6030b;line-height: 1.8em;background: #fff;border-radius: 25px;box-shadow: 2px 3.464px 10px 0px rgba( 11, 3, 6 ,0.15); }
.col-index-about .con a i{margin-left: 10px;}
.col-index-about .con a:hover{background: #a6030b;color: #fff;}
.col-index-about .img{padding: 0;padding-left: 3.125%;}
.col-index-about .pic{margin-top: 9.3%;}
.col-index-about .pic:after{padding-bottom: 72%;}

/*首页产品*/
.col-index-title{}
.col-index-title h3{font-size: 36px;color: #333;}
.col-index-title1 h3{ color: #fff;}
.col-index-title .more a{font-size: 18px;font-weight: bold;color: #730e01;}
.col-index-title .more a:hover{ color: #a6030b;}

.col-index-pro-nav{ line-height: 40px; }
.col-index-pro-nav a{display: inline-block; color: #fff;padding: 0 10px; }
.col-index-pro-nav a:hover{background: #a6030b;border-radius: 2px;}

.col-index-product-bg{padding-bottom: 120px;}
.col-index-product{padding: 4.94% 0 7.55%;}
.col-index-product .swiper-product{}
.swiper-product ul{margin-top: 2.81%;}
.swiper-product ul li{padding: 45px 0; background: #fff; }
.swiper-product ul li img{transition: 0.5s;}
.swiper-product ul li .pic:after{padding-bottom: 71.97%;}
.swiper-product ul li h5{margin-top: 40px; font-size: 24px;color: #333;}
.swiper-product ul li:hover img{transform: scale(1.1);}
/*首页新闻资讯*/
.col-index-news{padding-bottom: 6.25%; background: #f5f5fa; }
.col-index-news .col-index-title{padding: 0 39px; height: 120px;margin-top: -120px;line-height: 120px; background: #fff;border-top-left-radius: 8px;border-top-right-radius: 8px; }
.col-index-news .col-index-title h3{line-height: 120px;}

.col-index-news-box{ background: #fff; }
.col-index-news-box ul{width: 72.5%; margin:0;}
.col-index-news-box ul li{padding: 40px 39px 45px; border-top:1px solid #e6e6e6;border-right:1px solid #e6e6e6;transition: 0.5s;cursor: pointer;}
.col-index-news-box ul li .date{position: relative;transition: 0.5s;color: #333; }
.col-index-news-box ul li .date em{ font-size: 36px;font-weight: bold; line-height: 1em;}
.col-index-news-box ul li .date span{font-size: 12px;display: block;}
.col-index-news-box ul li .date a{position: absolute; text-transform: uppercase;right:0;bottom:10px;color: #333; }
.col-index-news-box ul li h5{font-size: 18px;margin-top: 20px;padding-top: 25px; border-top: 1px solid #ededed;transition: 0.5s;}
.col-index-news-box ul li h5 a{color: #333;}
.col-index-news-box ul li p{margin-top: 10px; line-height: 1.8em;height: 1.8em; color: #888;transition: 0.5s; }
.col-index-news-box ul li:hover{background-color: rgb( 158, 3, 11 );box-shadow: 2.5px 4.33px 10px 0px rgba( 11, 3, 6,0.15 );}
.col-index-news-box ul li:hover .date{color: #fff;}
.col-index-news-box ul li:hover .date a{color: #fff;}
.col-index-news-box ul li:hover h5 {border-color: rgba(255,255,255,0.66);}
.col-index-news-box ul li:hover h5 a{color: #fff;}
.col-index-news-box ul li:hover p{color: #fff;}
.col-index-news-box .img{width: 27.5%;padding:30px; border-top:1px solid #e6e6e6;margin-top: -2px;}
.col-index-news-box .pic{height: 420px;}
/*.col-index-news-box .pic:after{padding-bottom:110.52% ;}*/

.col-index-three{padding: 8.07% 0 4.42%;}
.col-index-three ul.row{margin:0 -1.56%;}
.col-index-three ul li{padding: 0 1.56%;}
.col-index-three ul li .padding{padding: 0 14%; height: 360px;color: #fff; background: rgba(255,255,255,0.3); }
.col-index-three ul li img{margin-top: -34px;}
.col-index-three ul li h4{margin-top: 40px; font-size: 36px;}
.col-index-three ul li hr{margin-top: 25px;margin-bottom: 20px; border-top:1px solid rgba(255,255,255,0.3); }
.col-index-three ul li p{line-height: 1.8em;height: 7.2em;overflow: hidden;}
.col-index-three ul li a{display: inline-block;padding: 0 1.04vw;color: #fff;background: #a6030b;line-height: 40px;border-radius: 20px;}
.col-index-three ul li a i{margin-left: 10px;}
.col-index-three ul li a:hover{background: #fff;color: #a6030b;}
/*首页合作伙伴*/
.col-index-partner{padding: 5.2% 0 6%;}
.col-index-partner .col-index-title .more a{line-height: 39px;}
.col-index-partner .owl-carousel-partner{}
.owl-carousel-partner ul.row{margin:0 -13.5px; padding-top: 20px;}
.owl-carousel-partner ul li{padding: 0 13.5px; margin-top: 25px; }
.owl-carousel-partner ul li .pic{border:3px solid #ebebeb;}
.owl-carousel-partner ul li .pic:after{padding-bottom: 26.31%;}
.owl-carousel-partner ul li h5{margin-top: 15px; color: #888;text-align: center; }
.col-index-partner .owl-theme .owl-nav{display: none;}

.col-page-partner{padding: 6.25% 0 7.29%;}
.col-page-partner .container{max-width: 1370px;}
.col-page-partners{position: relative;}
.col-page-partners .owl-carousel-partner{max-width: 1280px;margin:0 auto;position: static;}
.col-page-partner .owl-carousel-partner ul li .pic:after{padding-bottom: 33.33%;}
.col-page-partner .owl-theme .owl-nav{margin:0;}
.col-page-partner .owl-theme .owl-nav [class*=owl-]{padding: 0;margin:0;position: absolute;top:50%;transform: translateY(-50%;);font-size: 0;font-family: 'iconfont'}
.col-page-partner .owl-theme .owl-nav .owl-prev{left: 0;transform: rotate(180deg);}
.col-page-partner .owl-theme .owl-nav .owl-next{right: 0;}
.col-page-partner .owl-theme .owl-nav [class*=owl-]:after{content: '\e653';position: absolute;left:50%;top:50%;transform: translate(-50% ,-50%);font-size:30px;color: #ba040d;}
/*.col-page-partner .owl-theme .owl-nav [class*=owl-]:hover{background: #128bc4;}*/

/*底部开始*/
.footer{padding-top: 4%;}
.footer ul{margin-top: 3.75%;padding-top: 3.125%; border-top:1px solid rgba(255,255,255,0.33);}
.footer ul li{ width: 11.25%; }
.footer ul li h4{ font-size: 16px;color: #fff; }
.footer ul li h4 a{color: #fff;}
.footer ul li div{margin-top: 20px;}
.footer ul li div p{line-height: 1.8em;margin-bottom: 5px;}
.footer ul li div p a{color:#ccc}
.footer ul li.contact{width: auto;}
.footer ul li.contact p.tel{margin:15px 0 35px;font-size: 28px;font-weight: bold;color: #e50e19;line-height: 1em;}
.footer ul li.contact p span{ display: block;margin-top: 10px; color: #999; }
.footer ul li.contact p img{max-width:126px;}
.social{ margin-top: 7px;}
.social span{display: inline-block;width: 38px;height: 38px;margin-left: 20px; text-align: center;line-height: 34px;border-radius: 50%;background:none;cursor: pointer;transition: 0.5s;border:1px solid rgba(255,255,255,0.3);}
.social span:hover{}
.social span.weixin {position: relative;}
.social span.weixin em{display: none;width:130px;height:130px; position: absolute;right:0; top:-150px;}
.social span.weixin:hover em{display: block;}
.copy {margin-top: 4%; padding: 1.875% 0; border-top:1px solid rgba(255,255,255,0.33); }

/*内页开始*/
/*副导航开始*/
.col-subnav{border-bottom: 1px solid #e6e6e6;}
.col-subnav ul{}
.col-subnav ul li{ float: left;margin-right: 5.72vw; font-size: 16px;line-height: 1.8em; }
.col-subnav ul li a{display: block;padding:1.04vw 0;color: #888;position: relative;}
.col-subnav ul li a:after{content: '';width: 0;border-top:2px solid #a6030b;position: absolute;left: 50%;bottom: -1px;transform: translateX(-50%);transition: 0.5s;}
.col-subnav ul li:hover a,
.col-subnav ul li.active a{color: #a6030b;}
.col-subnav ul li:hover a:after,
.col-subnav ul li.active a:after{width: 100%;}

.mbx{ position: absolute;right: 15px;top:50%;transform: translateY(-50%); color: #999; }
.mbx a{ color: #999; }
.mbx a:hover{ color: #a6030b; }

.col-page-about{padding: 5.2% 0;}
.col-page-aboutl{ width: 51.56%; }
.col-page-aboutl .content{margin-top: 6%; font-size: 16px;color: #888;line-height: 1.8em; }
.col-page-aboutr{ width: 48.35%;margin-right: -4.29%;margin-top: -4.29%; }

.col-page-about-img{ max-width: 803px;margin:0 auto;padding: 0 25px;position: relative;margin-top: 5.85%; }
.col-page-about-img .swiper-img{position: static;overflow: visible;}
.swiper-img .swiper-slide{}
.swiper-img .swiper-slide .pic{opacity: 0.6;transition: 0.5s;}
.swiper-img .swiper-slide .pic:after{padding-bottom: 53.33%;}
.swiper-img .swiper-slide-active .pic{opacity: 1;}

.swiper-img .swiper-button-next,
.swiper-img .swiper-button-prev{margin:0; width: 50px;height: 50px;font-size: 0;font-family: 'iconfont';position: absolute;background:#ba040d;border-radius: 0;box-shadow: 2.5px 4.33px 5px 0px rgba( 11, 3, 6 ,0.2);margin-top: -25px;}
.swiper-img .swiper-button-prev{transform: rotateY(180deg);}
.swiper-img .swiper-button-next:after,
.swiper-img .swiper-button-prev:after{content: '\e653';position: absolute;left:50%;top:50%;transform: translate(-50% ,-50%);font-size:30px;color: #fff;}
.swiper-img .swiper-button-prev:hover,
.swiper-img .swiper-button-prev:hover{}



/*文化*/
.col-page-culture{padding-top: 8.59%;}
.col-page-culture .content{margin-top: 3.9%; position: relative;z-index: 1;height: 194px;}
.col-page-culture .content ul{width: 100%;position: absolute;top:0;left:0;}
.col-page-culture .content ul:after{clear:both;display:table;content:" ";}
.col-page-culture .content ul li{ width:48.43%;height: 380px; float: left;margin-right:3.125%;padding-top: 4.29%; background: #fff;}
.col-page-culture .content ul li:nth-child(2n){margin-right: 0;}
.col-page-culture .content ul li h4{ margin-top: 25px;font-size: 30px;color: #333;}
.col-page-culture .content ul li hr{ width: 36px;margin:10px auto 20px; border-top:3px solid #ba040d;}
.col-page-culture .content ul li p{ color: #888;line-height: 2em;}

.col-page-honorbg{padding-top: 185px;}
.col-page-honor{padding: 5.72% 0;}
.col-page-honor .swiper-honor{margin-top: 4.6%;}
.swiper-honor ul{}
.swiper-honor ul li{padding: 25px; border:1px solid #ccc; }
.swiper-honor ul li .pic{max-width: 208px;margin:0 auto;}
.swiper-honor ul li img{transition: 0.5s;}
.swiper-honor ul li .pic:after{padding-bottom: 141.82%;}
.swiper-honor ul li h5{margin-top: 22px; font-size: 18px;color: #333; }
.swiper-honor ul li:hover img{opacity: 0.5;}
.swiper-honor .swiper-pagination{position: static;margin-top:2.73%;}
.swiper-honor .swiper-pagination-bullet{ width: 10px;height: 10px;background: #ccc;opacity: 1; }
.swiper-honor .swiper-pagination-bullet-active{ background: #ba0f18; }

/*技术实力*/
.col-tech-title h3{font-size: 36px;color: #333;}
.col-tech-title-f h3{color:#fff;}
.col-tech-desc{margin-top: 20px; font-size: 16px;color: #888;line-height: 1.8em; }
.col-tech-desc-f{color:#ccc;}
.col-tech-desc-f p{max-width:845px;margin:0 auto; }

.col-tech-team{padding: 8.59% 0;}
.col-tech-expert{padding: 5.72% 0 6.77%;}
.col-tech-expert ul{}
.col-tech-expert ul li{ margin-top: 5%; }
.col-tech-expert ul li .pic{width: 31.25%;}
.col-tech-expert ul li .content{width: 67.18%;margin-top: 15px;}
.col-tech-expert ul li .content h4{margin-bottom: 20px; font-size: 24px;color:#333;}
.col-tech-expert ul li .content p{font-size: 14px;color: #888;line-height: 2em;}
.col-tech-expert ul li.li1 .pic{float: left;}
.col-tech-expert ul li.li0 .pic{float: right;}
.col-tech-expert ul li.li1 .content{float: right;}
.col-tech-expert ul li.li0 .content{float: left;}

/*案例*/
.col-page-case{padding: 5.2% 0;}
.col-case{}
.col-case ul.row{margin:0 -1.56%;}
.col-case ul li{ padding: 0 1.56%;margin-bottom: 3.9%; }
.col-case ul li .pic{}
.col-case ul li .pic:after{padding-bottom: 75%;}
.col-case ul li img{transition: 0.5s;}
.col-case ul li h4{margin-top: 6.25%; color: #333;}
.col-case ul li:hover img{transform: scale(1.1);}

/*生产设备*/
.col-tech-equip{padding: 5.2% 0 5.72%;}
.col-tech-equip .swiper-equip{margin-top: 6.64%;}
.swiper-equip ul{}
.swiper-equip ul li{}
.swiper-equip ul li .pic{}
.swiper-equip ul li .pic:after{padding-bottom: 65%;}
.swiper-equip .swiper-pagination{position: static;margin-top: 4.68%;}
.swiper-equip .swiper-pagination-bullet{ width: 10px;height: 10px;background: #ccc;opacity: 1; }
.swiper-equip .swiper-pagination-bullet-active{ background: #ba0f18; }
/*荣誉资质*/

.pic .zzc {
  width: 100%;
  height: 100%;
  background: url(../images/hzzcbg.png);
  position: absolute;
  bottom: 0;
  /*opacity: 0;filter: alpha(opacity=0);*/ display: none;
}
.pic .zzc span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/honorbtn.png) no-repeat center;
}
.pic:hover .zzc {
  display: block;
}




/*生产实力详细页*/
.caseshow {
  margin-top: 55px;
}
.caseleft {
  width: 47%;
}
.caseleft .big .pic:after {
  padding-bottom: 67%;
}
.caseleft .small {
  margin-top: 6px;
}
.caseleft .small .pic {
  cursor: pointer;
}
.caseleft .small .pic:after {
  padding-bottom: 66.9%;
}
.caseleft .small .slick-current .pic {
  border: 3px solid #d80808;
}
.caseright {
  width: 47%;
}
.caseright h3 {
  font-size: 22px;
  color: #333;
  background: url(../images/caseshow.png) no-repeat bottom left;
  line-height: 30px;
  padding-bottom: 10px;
  margin: 30px 0 15px;
}
.caseright .crighttxt {
  color: #6b6b6b;
  min-height: 160px;
}
.caseright .prenext {
  margin-top: 30px;
}
.caseright .prenext a {
  display: block;
  line-height: 30px;
}
.nyxg {
  margin-top: 70px;
}
/*联系我们*/
#allmap {
  width: 100%;
  height: 500px;box-shadow: 0px 6px 12px 0px rgba( 11, 3, 6,0.15 );margin-top: 5.85%;
}
#allmap img {
  max-width: 1070px;
  max-height: 368px;
}
#allmap label {
  max-width: 1070px;
}

.col-page-contact{padding: 5.46% 0;}
.col-page-contact .content{}
.col-page-contact .content h3{margin-bottom: 3.5%; font-weight: bold;font-size: 36px;color: #ba040d; }
.col-page-contact .content p{ font-size: 18px;color: #888;line-height: 1.8em; }
.col-page-contact .content .pic{width: 50%; max-width: 306px; position: absolute;right: 1.32%;bottom: 25px;z-index: -1;}

/*在线留言*/
.col-onlinemessage{padding-top:90px;padding-bottom: 100px;}
.col-onlinemessage .message{max-width: 1200px;margin:40px auto 0;}
.col-onlinemessage .message ul{}
.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 input{margin-left: 0;background: #a6030b;font-size: 18px;color: #fff;padding: 0;border-color: #a6030b;height: 55px;}


.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;}




.message { width: 100%;max-width:1000px;margin:50px auto 80px; }
.message .messagecon {}
.message .messagecon ul {margin-top: 20px;}
.message .messagecon ul li{width:98%;margin:0 1%;float: left;}
.message .messagecon ul li.li_1{width: 48%;}

.message .messagecon ul li span {
  display: block;
  color: #333;
  line-height: 40px;
}
.message .messagecon ul li input {
  width: 100%;padding: 0 15px;
  line-height: 35px;
  border: 1px solid #999;
}
.message .messagecon ul li input[type="radio"],.message .messagecon ul li input[type="checkbox"]{
  width: auto;
}
.message .messagecon ul li select{
  width: 100%;
  height: 35px;
  border: 1px solid #999;
}
.message .messagecon ul li input:focus {
  border: 1px solid #029e65;
}
.message .messagecon ul li textarea {
  width: 100%;
  border: 1px solid #999;
  height: 240px;
  float: left;
}
.message .messagecon ul li textarea:focus {
  border: 1px solid #029e65;
}
.message .messagecon ul li.li4 {margin-top: 21px;}
.message .messagecon ul li.li4 input {
  width: 120px;
  float: left;
}
.message .messagecon ul li.li4 img {
  float: left;
  cursor: pointer;
  margin: 0 5px;
}
.message .messagecon ul li.li4 a {
  float: left;
  line-height: 35px;
}

.message .sub {text-align: center;margin-top: 45px!important;}
.message .sub input {
  height: 45px;
  width: 20%;min-width: 120px;
  background: #575757;
  border: 0;
  
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
}
.message .sub input:hover {
  background: #029e65;
}
/*人才招聘*/
.job ul {
  margin-top: 50px;
}
/*.job ul li {
  border-bottom: 1px solid #cecece;
}*/
.job ul li .jobtit {
  color: #333;
  line-height: 49px;
  cursor: pointer;
  background: url(../images/jobtitbg.png) no-repeat 99% center;
  position: relative;
  height: 49px;
  padding-right: 3%;
}
.job ul li .jobtit span {
  width: 63px;
  height: 49px;
  background: url(../images/jobbg1.png) no-repeat center;
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
}
.job ul li .jobtit span b {
  font-family: arial;
  font-size: 18px;
}
.job ul li .jobtit span.zhiwei {
  width: 90%;
  display: inline-block;
  height: 49px;
  overflow: hidden;
  background: none;
  color: #333;
  font-weight: normal;
  padding-left: 0;
}
.job ul li .jobtit span.zhiwei b {
  font-size: 14px;
}
.job ul li .jobtit i {
  width: 16px;
  height: 11px;
  background: #d80808;
  display: inline-block;
  position: absolute;
  top: 42px;
  left: 64px;
  transform: rotate(-39deg);
  display: none;
}
.job ul li .jobcon {
  background: #faf2db;
  padding: 25px 3% 38px 40px;
  display: none;
}
.job ul li .jobcon hr {
  border-top: 1px solid #cbc7bc;
}
.job ul li.active {
  border-bottom: 0;
}
.job ul li.active .jobtit {
  background: #d80808 url(../images/jobtit2.png) no-repeat 99% center;
  color: #fff;
}
.job ul li.active .jobtit i {
  display: block;
}
.job ul li.active .jobtit span.zhiwei {
  color: #fff;
}
.job ul li.active .jobcon {
  display: block;
}


/*站点地图*/
.mapwrap {
  margin: 40px auto;
  padding-bottom: 100px;
}
.mapwrap dl {
  margin: 20px auto 20px;
  overflow: hidden;
  line-height: 30px;
  width: 98%;
  transition: 0.3s;
}
.mapwrap dl:hover {
  box-shadow: 0 0 2px #d80808;
}
.mapwrap dl:hover dt a {
  color: #d80808;
  font-weight: bold;
}
.mapwrap dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.mapwrap dt:hover {
  background: #d80808;
}
.mapwrap dt:hover a {
  color: #fff !important;
}
.mapwrap dt a {
  color: #d80808;
  display: block;
  padding: 10px 0;
  transition: 0.3s;
}
.mapwrap dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.mapwrap dd {
  font-size: 14px;
  overflow: hidden;
  float: left;
  width: 85%;
  line-height: 40px;
}
.mapwrap dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.mapwrap dd .p2 a {
  color: #d80808;
  font-weight: bold;
  overflow: hidden;
  transition: 0.3s;
}
.mapwrap dd .p2 a:hover {
  color: #000;
}
.mapwrap dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.mapwrap dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
  margin-top: 1px;
  transition: 0.3s;
}
.mapwrap dd div a:hover {
  background: #d80808;
  color: #fff;
}


  /*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-bottom: 50px;margin-top: 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: #a6030b;
}
.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: 3.8% 0;}
.col-page-pro-nav{ width: 18.75%; }
.col-page-pro-nav ul{margin-top: 19px; border:1px solid #cdcdcd; }
.col-page-pro-nav ul li{padding: 8% 6.25%; border-top: 1px solid #e6e6e6;cursor: pointer;transition: 0.5s; }
.col-page-pro-nav ul li a{ color: #888; }
.col-page-pro-nav ul li:hover,
.col-page-pro-nav ul li.active { background: #ba040d; }
.col-page-pro-nav ul li:hover a,
.col-page-pro-nav ul li.active a{ color: #fff; }
.col-page-pro-nav ul li h4{ color: #ba040d; }
.col-page-pro-nav ul li.tit{ background: #e6e6e6; }
.pro{ width: 76.64%;}
.pro ul.row{margin:0 -2%;}
.pro ul li{padding: 0 2%;margin-bottom: 3.56%;}
.pro ul li .padding{transition: 0.5s; }
.pro ul li .pic{background: #fff;border:1px solid #e6e6e6;}
.pro ul li .pic:after{padding-bottom: 120%;}
.pro ul li img{transition: 0.5s;}
.pro ul li h5{margin-top:18px; font-size: 18px;color: #333;}
.pro ul li:hover img{opacity: 0.5;transform: scale(1.05);}

.col-header-search{display:block;position:relative;width:100%;overflow:hidden;}
.col-header-search input{width:100%;background:none;border:1px solid #cdcdcd; line-height:48px;padding:0 63px 0 15px;}
.col-header-search a#head_search{display:block;position:absolute;right:0;top:0;font-size:20px;color:#fff;cursor:pointer;text-align:center;line-height:50px;background: #b73b41;width: 50px;}
.yan_search input::-webkit-input-placeholder,.yan_search textarea::-webkit-input-placeholder {color: #ccc;}
.yan_search input:-moz-placeholder,.yan_search textarea:-moz-placeholder {color:#ccc;}
.yan_search input::-moz-placeholder,.yan_search textarea::-moz-placeholder {color:#ccc;}
.yan_search input:-ms-input-placeholder,.yan_search textarea:-ms-input-placeholder {color:#ccc;}


/*产品详细页*/
.col-page-proshow{padding: 5.2% 0;}
.pro_show{}

.pro_title{position: relative;padding-right: 75px;padding-bottom: 5px; border-bottom: 1px solid #ccc; }
.pro_title h1{ font-size: 36px;font-family: 'Din Bold';color: #000; }
.pro_title a{position: absolute;right: 0;bottom:5px;font-size: 18px;color: #272727;text-transform: uppercase;}
.pro_title a:hover{color: #f78316;}


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


.pro_show_pc .pic:after{padding-bottom: 53.76%;}
/*.pro_show_pc .pic img{max-width: 95%;}*/
.pro_show_phone{background: #f0f1f5;margin-top: 5.46%;}
.pro_show_phone .product-thumb{width: 100%; max-width: 930px;margin:0 auto;}
.pro_show_phone .pic:after{padding-bottom: 53.76%;}
.pro_show_phone .swiper-pagination{position: absolute;bottom: 30px;}
.pro_show_phone .swiper-pagination .swiper-pagination-bullet{ width: 12px;height: 12px;margin:0 7px!important;background: #ccc;opacity: 1; }
.pro_show_phone .swiper-pagination .swiper-pagination-bullet-active{background: #f78316;}

.swiper-container-product{  position: relative;  overflow: hidden;}
.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(../images/blank.png);
}

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

/* 产品详情页选项卡 */
.proshowcon_tab{}
.proshowcon_tab .tab_menu{overflow:hidden;border-bottom: 1px solid #ccc;padding-bottom:5px;}
.proshowcon_tab .tab_menu li{
  float:left;
  font-size: 24px;
  color:#343434;font-family: 'Din Bold';
  text-transform: capitalize;
  cursor:pointer;
}
.proshowcon_tab .tab_menu li.current{color:#343434;}
.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:3.51%;margin-top: 40px; background: #f2f2f7; min-height: 200px;}
.proshowcon_tab .tab_box .hide{display:none;}
.proshowcon_tab .tab_box p{font-size: 14px;color: #888;}
.proshowcon_tab .tab_box table{ width: 100%; }
.proshowcon_tab .tab_box table tr{}
.proshowcon_tab .tab_box table td{padding: 14px;color: #888; border-bottom: 1px solid #ccc;line-height: 1.5em; }


.product-inquiry{margin-top: 9%;}
.product-inquiry h4{padding-bottom: 12px; font-size: 24px;color: #333;border-bottom: 1px solid #ccc; }
.product-inquiry ul{margin-top: 30px;}
.product-inquiry ul li{ margin-bottom: 20px; }
.product-inquiry ul li input{ width: 100%;line-height: 30px;padding: 10px 20px;border:1px solid #f2f2f7;background: #f2f2f7; }
.product-inquiry ul li textarea{ width: 100%;height: 240px; float: left;padding: 10px 20px;border:1px solid #f2f2f7;background: #f2f2f7; }
.product-inquiry ul li.li4 input{max-width: 150px;}
.product-inquiry ul li.sub input{max-width: 150px;text-transform: uppercase;color: #fff;background: #f78316;}

@media (max-width: 991px) {
.col-page-product{padding:40px 0;}
.col-page-pro-nav h4{font-size: 16px;}
.col-page-pro-nav ul li{padding:5%;}
.pro{ width: 76.64%;}
.pro ul.row{margin:0 -1%;}
.pro ul li{padding: 0 1%;margin-bottom: 20px;}
.pro ul li h5{margin-top:12px; font-size:14px; }

.col-header-search{ }
.col-header-search input{ line-height:34px; }
.col-header-search a#head_search{line-height:34px; width: 36px;}


  .col-page-proshow{padding:50px 0;}
  .pro_title h1{ font-size: 24px; }
  .pro_title a{ font-size:14px; }
  .pro_show_phone{margin-top: 35px;}
  .pro_show_phone .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin:0 4px!important;}

  .pro_show .description{padding: 20px 0 25px;}
  .pro_show .description p{ font-size: 18px; padding-left:18px;}
  .pro_show .description p:before{ width: 8px;height: 8px;margin-top: -4px;}

  .proshowcon_tab .tab_menu li{font-size: 18px;}

  .product-inquiry{margin-top:45px;}
  .product-inquiry h4{  font-size:18px; }
  .product-inquiry ul{margin-top:20px;}
  .product-inquiry ul li{ margin-bottom:15px; }
  .product-inquiry ul li input{ padding: 5px 20px;}
  .product-inquiry ul li textarea{ height:120px; }

  .proshowcon_tab .tab_box table td{ width: 50%;}
}
@media (max-width: 767px) {
.pro{ width: 100%;}
}
/*产品中心end*/
/*新闻中心start*/
.col-page-news{padding: 5.2% 0;}
.newstop{}
.newstop ul.row{margin:0 -1.56%;}
.newstop ul li{padding: 0 1.56%;margin-bottom: 3.125%;}
.newstop ul li .pic{}
.newstop ul li .pic img{width: 100%;}
.newstop ul li .pic:after{padding-bottom: 56.45%;}
.newstop ul li .text{ width: 100%;padding:0 105px 0 25px; position: absolute;left: 0;bottom:38px;color: #fff; }
.newstop ul li a.more{ display: block;width: 50px;height: 50px;position: absolute;right: 25px;top:50%;margin-top: -25px; border:1px solid #fff;color: #fff;opacity: 0.5;line-height: 50px;text-align: center;  }
.newstop ul li h5{margin-top: 13px; font-size: 24px; }
.newstop ul li h5 a{color: #fff;}
.newstop ul li:hover a.more{ border-color: #a6030b;background: #a6030b;opacity: 1;}

.news ul li { padding:3.125% 0; background: #fff; border-bottom: 1px solid #ccc;}
.news ul li h5{ font-size: 24px; }
.news ul li h5 a{display: block;padding-right: 95px; position: relative; color: #333;}
.news ul li h5 a span{ position: absolute;right: 0;top:5px;font-size: 14px; }
.news ul li .date{margin-top: 10px; color: #888; }
.news ul li h5 a:hover{color: #a6030b;}

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

@media (max-width: 991px) {
.col-page-news{padding: 55px 0;}
.newstop ul.row{margin: 0 -1%;}
.newstop ul li{padding: 0 1%; margin-bottom: 20px;}
.newstop ul li h5{margin-top: 8px; font-size: 16px;}
.newstop ul li a.more{width: 35px;height: 35px;margin-top: -17.5px;line-height: 35px;}

.news ul li{padding: 20px 0;}
.news ul li h5{font-size: 16px;line-height: 1.3;}
.news ul li h5 a span{top: 1px;}
.news ul li .date{margin-top: 6px;}
}
@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: #f08300;
}
.prev-next a.prev {
  border-bottom: 1px dashed #d4d4d4;
}
/*新闻中心end*/

.about_four{}
.about_four ul{}
.about_four ul li{width: 22%; float: left;margin-top: 5.4%;}
.about_four ul li.li2{width:34%;}
.about_four ul li span{ font-size: 2.7vw;font-weight: bold;color: #a6030b;line-height: 1em; }
.about_four ul li p{margin-top: 5px;font-size: 0.72vw; color: #333; }
.col-page-about .about_four{ width: 83.98%; }
.col-page-about .about_four ul li{margin-top:30px;}
.col-page-about .about_four ul li p{margin-top: 0; margin-bottom: 10px;}


.col-about-video{margin-top: 30px;}
.col-about-video p{margin-bottom: 10px;color: #333;}

#aPlay{ display: block;width: 2.7vw;height: 2.7vw; color:#fff; border-radius: 50%;text-align: center; background: #ba040d;position: relative;margin:0 auto;}
#aPlay i{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
#aPlay:hover{opacity: 0.6}
.videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 10;display: none;}

#video{width: 98%;max-width: 1280px;max-height: 600px; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
#videoClose{position: absolute;right:10px;top:5px;color: #fff;cursor: pointer;font-size: 28px;transition: 0.5s;}
#videoClose:hover{color: #d89705;}
@media (max-width: 991px) {
  
  #aPlay{width: 42px;height: 42px;line-height: 38px;}
}