@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: 'Arial',"微软雅黑";
  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 {transition: 0.5s;  color: #666;}
a:hover {  color: #e50112;  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: 1230px;
}
.container1 {
  max-width: 1530px;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}

/*-banner-*/
.banner {position: relative; background: #ccc;}
.banner .swiper-slide{background-size: cover;background-position: center;position: relative;}

.banner-index{/*height: 100vh;*/}
.banner-index-content{width: 100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.banner-index-content .container{max-width:1530px;}
.banner-index-content p{ color: #fff;opacity: 0;transition:all 1s; }
.banner-index-content p.p1{font-size:36px;font-weight: bold;line-height: 1.6; transform:translateY(30px);color: #e50112;}
.banner-index-content p.p2{font-size:53px;line-height: 1;font-weight: bold; transform:translateY(40px);margin-top: 10px;}
.banner-index-content p.p3{font-size: 24px;color: rgba(255,255,255,0.42);transform:translateY(50px);font-family: 'Arial';line-height: 1.6;margin-top: 5px;margin-bottom: 30px;}
.banner-index-content p.p4{font-size: 18px;color: #fff;line-height: 1.8em; transform:translateY(60px);max-width:392px;}
.banner .swiper-slide.ani-slide .banner-index-content p{transform:translateY(0);opacity:1;}

.banner-page .pic:after{padding-bottom:35.57%;}
.banner-page-content{ width: 100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);color: #fff;text-align: center; }
.banner-page-content h2{font-size: 54px;font-weight: bold; text-transform: capitalize;margin-bottom: 10px;}
.banner-page-content p{line-height: 1.6;}
.banner-page-content p.p1{font-size: 18px;color: rgba(255,255,255,0.8);}
.banner-page-content p.p2{font-size: 36px;color: #e50112;}

.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:15px;height:15px;margin:6px 0;border-radius:50%; background:#fff;opacity: 1;}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active{background:#e50112;}
.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) {
  #bannerDown img{width:15px;}
  .banner-index-content p.p1{font-size: 18px;}
  .banner-index-content p.p2{font-size: 20px;margin-top:5px;}
  .banner-index-content p.p3{font-size: 16px;margin-bottom: 15px;}
  .banner-index-content p.p4{font-size: 14px;max-width: 304px;}

  .banner-page .swiper-slide{height: 300px;}
  .banner-page-content h2{font-size: 24px;margin-bottom:6px;}
  .banner-page-content p.p1{font-size: 14px; }
  .banner-page-content p.p2{font-size: 18px; }

}


.col-index-title{}
.col-index-title h3{ font-size: 42px;font-weight: bold;color: #000;position: relative; }
.col-index-title h3 a{display: inline-block;position: absolute;right: 0;top:50%;transform: translateY(-50%);padding:1% 3%; color: #e50112;border:1px solid #e50112;font-size: 14px;font-weight: normal; }
.col-index-title h3 a:hover{background: #e50112;color: #fff;}
.col-index-title p{margin-top: 20px; font-size: 22px;color: #e50112;line-height: 1.5; }
.col-index-title span{display: block;width: 79px;height: 3px;background: #e50112;margin-top: 35px;}
.col-index-title1 h3{color: #fff;}


/*首页关于我们*/
.col-index-about{padding: 100px 0;}
.col-index-about .content{margin-top: 50px; font-size: 16px;color: rgba(0,0,0,0.7);line-height: 1.8em;}

.col-index-about-bot{padding: 100px 0;}
.col-index-about-bot h3{font-size: 36px;color: #fff;line-height: 1.3; }
.col-index-about-bot p{ font-size: 16px;color: rgba(255,255,255,0.6);line-height: 1.8em; }
.col-index-about-bot ul{ margin-top: 40px; }
.col-index-about-bot ul:after{clear:both;display:table;content:" ";}
.col-index-about-bot ul li{ float: left;text-align: center;margin-bottom: 25px;margin-right: 7.5%; }
.col-index-about-bot ul li p{font-size: 18px;color: #fff;}
.col-index-about-bot ul li img{display: block;margin:0 auto 15px;}
.col-index-about-bot ul li:last-child{margin-right: 0;}

/*首页产品*/
.col-index-product{padding: 100px 0 80px;}
.col-index-product .col-index-title{margin-bottom:30px;}
.product-container{padding-bottom:50px!important;}
.product-container .swiper-slide h3{font-size:14px; padding:15px 0; text-align:center; line-height:1.75; background:#f5f5f5; transition:.5s;}
.product-container .swiper-slide a{display:block; border:2px solid transparent;transition:.5s;}
.product-container .swiper-slide:hover h3{background:#e50112; color:#fff; transition:.5s;}
.product-container .swiper-slide:hover a{border:2px solid #e50112; transition:.5s;}


/*首页应用*/
.col-index-case{padding: 100px 0; position: relative; }
.col-index-case .desc{margin-top: 20px; font-size: 18px;color: rgba(255,255,255,0.6);line-height: 1.8em;}
.col-index-case-list{ width: 100%;max-width: 1500px;margin:30px auto 0; padding: 0 15px;position: relative; }
.col-index-case-list .swiper-index-case{max-width: 1200px;margin:0 auto; position: static;}
.col-index-case-list ul li .pic img{width: 100%;transition: 0.5s;}
.col-index-case-list ul li .pic:after{}
.col-index-case-list ul li h4{font-size: 16px;text-align: center;margin-top: 25px;}
.col-index-case-list ul li h4 a{color: #fff;}
.col-index-case-list ul li:hover img{transform: scale(1.1);}

.col-index-case-list .swiper-index-case .swiper-button-next,
.col-index-case-list .swiper-index-case .swiper-button-prev{ width: 40px;height: 40px;border-radius: 50%;border:1px solid #fff;background: none;position: absolute;left:auto;right: 4.33%;top:auto; bottom:42px;margin:0;opacity: 1; }
.col-index-case-list .swiper-index-case .swiper-button-prev{margin-bottom: 50px;}
.col-index-case-list .swiper-index-case .swiper-button-next:after,
.col-index-case-list .swiper-index-case .swiper-button-prev:after{content: '\e653';position: absolute;left:50%;top:50%;transform: translate(-50% ,-50%);font-size: 20px;color: #fff;font-family: 'iconfont'}
.col-index-case-list .swiper-index-case .swiper-button-prev{transform: rotateY(180deg);}
.col-index-case-list .swiper-index-case .swiper-button-next:hover,
.col-index-case-list .swiper-index-case .swiper-button-prev:hover{background: #e50112;border-color: #e50112;}


/*首页新闻资讯*/
.col-index-news{padding: 110px 0 140px; background: #f5f5f5; }
.col-index-news .swiper-news{margin-top:60px;}
.swiper-news ul{}
.swiper-news ul li{background:#fff;}
.swiper-news ul li h4{font-size: 24px;font-weight: bold;}
.swiper-news ul li h4 a{color: #000;}
.swiper-news ul li p{margin-top: 20px; font-size: 16px;color: rgba(0,0,0,0.51);line-height: 1.8em;height: 3.6em;overflow: hidden; }
.swiper-news ul li a.more{display: inline-block;margin-top: 20px;color: rgba(0,0,0,0.51);}
.swiper-news ul li a.more i{margin-left: 20px;}
.swiper-news ul li .txt{padding:20px 15px;}
.swiper-news ul li .pic{}
.swiper-news ul li .pic:after{padding-bottom: 66.31%;}
.swiper-news ul li img{}
.swiper-news ul li:hover{box-shadow:0 0 20px rgba(0,0,0,.1); transition:.5s;}
.swiper-news ul li:hover h4 a{color: #e50112;}
.swiper-news ul li:hover a.more{color: #e50112;}

.col-index-news .swiper-button-next,
.col-index-news .swiper-button-prev{ width: 30px;height: 30px;border-radius: 50%;background: none;position: absolute;left:auto;right:0;top:auto; bottom:-60px;margin:0;opacity: 1;color: #cacaca; }
.col-index-news .swiper-button-prev{margin-right: 50px;}
.col-index-news .swiper-button-next:after,
.col-index-news .swiper-button-prev:after{content: '\e63b';position: absolute;left:50%;top:50%;transform: translate(-50% ,-50%);font-size: 30px;font-family: 'iconfont'}
.col-index-news .swiper-button-prev{transform: rotateY(180deg);}
.col-index-news .swiper-button-next:hover,
.col-index-news .swiper-button-prev:hover{color: #e50112;}


/*底部开始*/
.footer {padding: 55px 0 10px 0; border-top: 6px solid #e50112; background: #323232;}
.footer .container{max-width: 1530px;}
.footer ul.row{}
.footer ul li{margin-top: 20px; }
.footer ul li.li{ width: 11.5%;}
.footer ul li.nav2{width:30%;}
.footer ul li.nav2 p{display:inline-block; width:48%;}
.footer ul li h4{margin-bottom:15px;color: #fff;line-height: 1.3}
.footer ul li h4 a{color: #e7e7e7;}
.footer ul li h4 a:hover{color: #fff;}
.footer ul li p{ line-height: 1.8em; }
.footer ul li p a{color: #949888;}
.footer ul li p a:hover{color: #fff;}

.footer ul li.footContact{}
.footer ul li.footContact div{float: right;}
.footer ul li.last{}
.footer ul li.last span{display: block;color: #73766b;line-height: 1.5em;margin-top: 10px;}

.copy {margin-top: 50px;}
.copy .container{ padding-top:10px; border-top:1px solid #444;}
.copy p { color: #949888;}
.copy p a {  color: #949888;}
.copy p a:hover {  color: #fff;}


/*内页开始*/
.col-subnav{ background: #f3f3f3;line-height: 55px; }
.col-subnav ul{}
.col-subnav ul li{width:16%; float: left;text-align: center;font-size: 16px;transition: 0.5s;background: #e9e9e9;margin-right: 1px; }
.col-subnav ul li a{color: #000;}
.col-subnav ul li:hover,
.col-subnav ul li.active{background:#c7322c; }
.col-subnav ul li:hover a,
.col-subnav ul li.active a{ color: #fff; }

/*分页*/
.page {
  text-align: center;
  margin-top:40px;
}
.page li {
  display: inline;
}
.page li a{
  font-family: arial;
  background: none!important;
  padding: 15px 21px;
  margin: 0 2px;
  display: inline;
  margin-bottom:0px;
  color:#424242;
  border:0!important;
}
.page li a:hover,
.page li.active a {
  background: #424242!important;
  color: #fff;
}

/*关于我们*/
.col-page-about{padding: 90px 0;background: #f7f7f7;}
.col-page-about .content{padding: 4.16%;background: #fbfbfb;margin-top: 35px;}
.col-page-about p{ color: rgba(0,0,0,0.6);line-height: 1.8em;}
.col-page-about .img{margin:40px auto 0; box-shadow: 0 0 20px rgba(0,0,0,0.25)}

.col-page-title{}
.col-page-title h2{ font-size: 42px;color: #000; }
.col-page-title p{margin-top: 20px; font-size: 18px;color: #707070;line-height: 1.8em; }
.col-page-title hr{ border-top:1px solid #e5e5e5;margin:30px 0 0; }
.col-page-title-red h2{color: #e50112;}

/*企业文化*/
.col-about-culture{padding: 100px 0;}
.col-about-culture .col-page-title h2{color: #fff;}
.col-about-culture .content{margin-top: 45px;}
.col-about-culture .content h4{font-size: 24px;color: #fff;margin-bottom: 20px;padding: 0 45px;}
.col-about-culture .content p{font-size: 16px;color: rgba(255,255,255,1);line-height: 1.8em;}
.col-about-culture .content .con1{padding: 45px;margin-bottom: 40px; background: rgba(255,255,255,0.07); }
.col-about-culture .content .con1 h4{padding: 0;}
.col-about-culture .content .con1 ul.ul1{}
.col-about-culture .content .con1 ul.ul1 li{width: 50%;padding-right: 5%;float: left;margin-bottom: 35px;}

/*企业荣誉*/
.col-about-honor{padding: 100px 0;}
.col-about-honor .container{max-width: 1410px;}
.col-about-honor .col-page-title h2{/*color: #fff;*/}
.col-imageslist{position: relative;}
.col-imageslist ul{ width: 100%;max-width: 1200px;margin:0 auto;position: static; }
.col-imageslist ul li .padding1{ padding:10px;border:1px solid #c78988;}
.col-imageslist ul li img{margin: 0 auto;}
.col-imageslist ul li h5{font-size: 16px;color: #fff;margin-top: 25px;text-align: center;}
.col-imageslist .owl-theme .owl-nav.disabled+.owl-dots{margin-top: 15px;}
.col-imageslist .owl-carousel .owl-item img{width: auto;}

.col-imageslist .owl-theme .owl-nav{margin:0;}
.col-imageslist .owl-theme .owl-nav [class*=owl-]{margin:0 ;position: absolute; width: 50px;height: 50px;font-size: 0;font-family: 'iconfont';border-radius:50%;border:0;color: #fff;transition: 0.5s;top:50%;margin-top: -25px;background: rgba(0,0,0,0.2);}
.col-imageslist .owl-theme .owl-nav .owl-prev{transform: rotateY(180deg);left:0;}
.col-imageslist .owl-theme .owl-nav .owl-next{right:0;}
.col-imageslist .owl-theme .owl-nav [class*=owl-]:after{content: '\e63b';position: absolute;left:50%;top:50%;transform: translate(-50% ,-50%);font-size: 20px;margin-top: 1px;}
.col-imageslist .owl-theme .owl-nav [class*=owl-]:hover{background:#e50112;color: #fff;}

.col-imageslist1{margin-top: 50px;}
.col-imageslist2{margin:60px auto 0;}

.col-about-images{padding: 110px 15px;}
.col-about-images .container2{max-width: 1410px;}
.col-about-images .col-index-about-bot{padding: 0}

/*检测仪器*/
.col-about-instrument{padding: 100px 0;}
.col-about-instrument .content{margin-top: 50px;}
.col-about-instrument .content ul{}
.col-about-instrument .content ul li{float: left;width: 23.94%;margin-right:1.41%;text-align: center;}
.col-about-instrument .content ul li img{margin-bottom: 25px;}
.col-about-instrument .content ul li p{font-size: 18px;color: #000;line-height: 1.8em;}
.col-about-instrument .content ul li:nth-child(4n){margin-right: 0;}

/*荣誉资质*/


/*解决方案*/
.col-page-case{padding: 40px 0 80px;}
/*.col-case-subnav{ width: 69.416%;margin:54px auto 0; }
.col-case-subnav a{display: block;width: 50%;text-align: center;margin-left: -1px; float: left;border:1px solid #e5e5e5;padding: 0.8vw 5px;position: relative;font-size: 16px;color: #000;}
.col-case-subnav a:after{content: '';width: 0;height: 2px;background: #e50112;position: absolute;left: 0;bottom: 0;transition: 0.5s;}
.col-case-subnav a:hover:after,
.col-case-subnav a.on:after{width: 100%;}*/

.case{}
.case ul.row{margin:0 -0.68%; }
.case ul li{padding: 0 0.68%; margin-top: 40px;}
.case ul li .pic{transition: 0.5s}
.case ul li .pic:after{padding-bottom: 69.40%;}
.case ul li .pic img{}
.case ul li h5{font-size: 16px;margin-top: 25px;}
.case ul li h5 a{color: rgba(0,0,0,0.7);}
.case ul li:hover .pic{opacity: 0.8;}
.case ul li:hover h5 a{color: #e50112;}


/*解决方案详细页*/


@media (max-width: 991px) {
.col-page-case{padding:20px 0 55px;}
/*.col-case-subnav{margin-top: 30px;}
.col-case-subnav a{font-size: 14px;}*/
.case ul li{ margin-top:30px;}
.case ul li h5{font-size:14px;margin-top: 15px;}
}
@media (max-width: 767px) {}

/*联系我们*/
.col-map{border:1px solid #cecece;padding: 8px;margin-top: 45px;}
#allmap {
  width: 100%;
  height: 459px;
}
#allmap img {
  max-width: 1070px;
  max-height: 368px;
}
#allmap label {
  max-width: 1070px;
}
.col-page-contact{padding: 100px 0;}
.col-page-contact .content{text-align: center;}
.col-page-contact .content h3{font-size: 36px;color: #000;}
.col-page-contact .content h4{font-size: 18px;color: rgba(0,0,0,0.3);text-transform: uppercase;margin-top: 10px;}
.col-page-contact .content p{font-size:16px;color: rgba(0,0,0,0.6);line-height: 1.8em;}
/*在线留言*/
.message {padding:60px 0;}
.message h3 {color: #000;}
.message .messagecon {
  width: 100%;max-width: 800px;
  margin: 20px auto 0;
}
.message .messagecon ul {}
.message .messagecon ul li{margin-top: 13px;}

.message .messagecon ul li input {
  width: 100%;padding: 0 15px;
  line-height: 35px;
  border: 1px solid #e4e5e5;
}
.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 #e4e5e5;
}
.message .messagecon ul li input:focus {
  border: 1px solid #b7282c;
}
.message .messagecon ul li textarea {
  width: 100%;padding:10px 15px;
  border: 1px solid #e4e5e5;
  height: 200px;
  float: left;
}
.message .messagecon ul li textarea:focus {
  border: 1px solid #b7282c;
}

.message .messagecon ul li.li4 input {
  width: 120px;
  float: left;
  color: #333;
}
.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 {
  width: 100%;max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.message .sub input {
  height: 48px;
  width: 20%;min-width: 100px;
  background: #575757;
  border: 0;
  margin-top: 40px;
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
}
.message .sub input:hover {
  background: #e02447;
}

.col-page-message{border-top:1px solid #d9d9d9;padding:100px 0;}
.col-page-message .content{width: 100%;max-width: 730px;margin:25px auto 0; font-size:16px;line-height: 1.8em;color: rgba( 136, 136, 136, 0.6 ); }


.col-page-message .message{padding:0;}
.col-page-message .messagecon{max-width: none;margin-top:28px;}
.col-page-message .message ul li{float: left;width:48.33%;margin-right: 3.34%;margin-top:17px;}
.col-page-message .message ul li:nth-child(2n){margin-right: 0;}
.col-page-message .message ul li input{padding: 7px 22px;border-color: #f8f8f8;background: #f8f8f8;}
.col-page-message .message ul li textarea{height:279px;padding: 7px 22px;border-color: #f8f8f8;background: #f8f8f8;}
.col-page-message .message ul li.li_3{width: 100%;margin-right: 0;}
.col-page-message .message ul li.li3{width: 100%;margin-right: 0;}
.col-page-message .message ul li.li4{width: 100%;margin-right: 0;}
.col-page-message .message ul li.sub{width: 100%;max-width: none;margin-right: 0;margin-top: 0;}
.col-page-message .message ul li.sub input{width:100%;height:54px;padding: 0;background: #e02447;border:0;margin-left: 0;margin-top: 25px;}

.col-page-message input::-webkit-input-placeholder,.col-page-message textarea::-webkit-input-placeholder {color: #a1a1a1;}
.col-page-message input:-moz-placeholder,.col-page-message textarea:-moz-placeholder {color:#a1a1a1;}
.col-page-message input::-moz-placeholder,.col-page-message textarea::-moz-placeholder {color:#a1a1a1;}
.col-page-message input:-ms-input-placeholder,.col-page-message textarea:-ms-input-placeholder {color:#a1a1a1;}
/*人才招聘*/
.col-talent{padding:80px 0;}
.col-talent .content_con{}
.col-talent .content_con h3{font-size:36px;color: #000;margin-bottom: 20px; }
.col-talent .content_con p{font-size:18px;color: #6d6d6d;line-height: 1.8em;}
.col-talent .row{margin:0;margin-top: 35px; position: relative;}
.col-talent .pic{width:100%;max-width:678px;margin:0 auto;}
.col-talent .pic:after{padding-bottom: 54.57%;}
.col-talent-left{padding: 0;width: 41.67%;}
.col-talent-left .content{}
.col-talent-left h3{font-size:36px;color: #000;margin-bottom: 25px;}
.col-talent-left p{ font-size: 16px;color: #6d6d6d;line-height: 1.8em;margin-bottom: 5px;}
.col-talent-img{padding: 0;width: 56.5%;position: absolute;right: 0;bottom: 8px;}

.col-recruitment{padding: 85px 0;border-top:1px solid #e9e9e9;}

.col-job{}
.col-job ul{margin-top:60px;}
.col-job ul li{ margin-bottom: 5px; }
.col-job ul li span.jia{display: block; width: 16px;height: 2px;background: rgba(0,0,0,0.38);position: absolute;right:3.16%;top:50%;margin-top: -1px;}
.col-job ul li span.jia:after{content: '';width: 2px;height: 16px;background: rgba(0,0,0,0.38);position: absolute;left:50%;top:50%;margin-left: -1px;margin-top: -8px;}
.col-job ul li.li1{padding:0 6.25%; margin-bottom: 0; background: #9d9b9b;font-size: 18px;height: 56px;line-height: 56px;color: #fff;text-transform: capitalize;}
.col-job ul li .jobtit{padding:0 6.25%;background: #f8f8f8;color: #000;height: 56px;line-height: 56px;position: relative;}
.col-job ul li .jobcon{display: none; padding:40px 6.25%;background: #f8f8f8;line-height: 1.8em;color: #000;}
.col-job ul li .jobcon .zwms{display: block;font-size: 16px;color: #000;margin-bottom: 15px;}
.col-job ul li.active .jobtit{background: #df193e;color: #f8f8f8;}
.col-job ul li.active span.jia,
.col-job ul li.active span.jia:after{background: rgba(255,255,255,0.38);}
.col-job ul li.active .jobcon {  display: block;}

/*产品中心*/
.col-page-product{padding:80px 0;}
.pro{}
.pro ul{margin-top: 50px; }
.pro ul li{position: relative; line-height: 75px; margin-bottom:20px; font-size: 16px;color: #000; transition: 0.5s; }
.pro ul li a{color: #000;}
.pro ul li h4{float: left;width: 29%; font-size: 16px;line-height: 75px; }
.pro ul li p{float: left;width: 71%;padding-left: 5px; padding-right: 90px; opacity: 0.7; }
.pro ul li span{opacity: 0.7;position: absolute;right:3.33%;top:0;}

.pro ul li h5{padding:15px 0; color:#fff; background:#999; transition:.5s all;}
.pro ul li:hover h5{background: #e50112;color: #fff; transition:.5s all;}
.pro ul li:hover a{color: #fff;}

.pro ul li.first{ font-size: 18px;background: #f3f3f3;color: #000; }

@media (max-width: 991px) {
  .col-page-product{padding: 55px 0;}
  .pro ul{margin-top: 30px;}
  .pro ul li{font-size: 14px;line-height: 40px;}
  .pro ul li h4{line-height: 40px;font-size: 14px;}
  .pro ul li p{padding-right: 70px;}
  .pro ul li.first{font-size: 16px;}
}
@media (max-width: 767px) {
  .pro ul li h4{width: 100%;padding-right: 70px;}
}

/*产品详细页*/
.product-detail{padding:30px 0;}
.pro_show{padding-top: 75px;}
.pro_show .back{}
.pro_show .back a{color: #868686;}
.pro_show .back a:hover{color: #e50112}
.pro_show h1{margin-top: 40px; font-size: 30px;color: #000;}
.pro_show .pro_contents{padding:30px 0;margin-top: 25px; border-top:1px solid #e5e5e5; }
.pro_show .pro_contents h4{font-size: 20px;color: #c81233;}
.pro_show .pro_content{margin-top:20px;}
.pro_show .pro_content p{font-size: 16px;color: #868686;line-height: 2em;}
.pro_show .pro_content img{margin:0 2.9% 15px 0;}

.pro_show .caseleft{width:100%; margin-top: 55px;}
.pro_show .caseright{width:100%;margin-top: 10px;}
.pro_show .caseright .crighttxt{padding:40px 0;}
.pro_show .caseright .crighttxt .crighttxttitle{font-size: 18px;color: #e50112;margin-bottom: 15px;}

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

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

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

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

.pro_show_pc .pic:after{padding-bottom: 75%;}
/*.pro_show_pc .pic img{max-width: 95%;}*/
.pro_show_phone .pic{max-width: 800px;margin:0 auto;border:1px solid #e5e5e5;}
.pro_show_phone .pic:after{padding-bottom:75%;}

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

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

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

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

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

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

/**/
.product-show{width:45%; display: inline-block;}
.product-desc{width: 53%; display: inline-block; vertical-align: top;}
.product-desc .inner{padding-left: 30px;}
.product-desc h1{font-size: 18px; line-height: 40px; margin: 10px 0; font-weight: bold;}
.product-desc .s-content{padding: 20px 0 0 0;}
.product-para{}
.product-para p{display: block; line-height: 40px; border-bottom: 1px solid #dedede;}
.jqueryzoom{ width: 100%; overflow: hidden; border:1px solid #dcdcdc;}
.jqueryzoom .cloudzoom{ text-align: center;}
.product-thumb{ padding:0px 40px; position: relative; margin-top:10px;}
.product-thumb .swiper-slide{ border:1px solid #ebebeb;}
.product-thumb .cloudzoom-gallery{ cursor: pointer;}
.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;}
.col-product-detail{margin: 20px auto;}
.col-product-detail .tab-menu{background: #fff; height: 45px; line-height: 45px; list-style: none; border: 1px solid #efefef;}
.col-product-detail .tab-menu li{padding: 0 10px;}
.col-product-detail .tab-content{background: #fff; padding: 10px;border: 1px solid #efefef; border-top: none;}


/*新闻资讯*/
    .col-page-news{padding: 40px 0 80px;}
    .news ul.row{margin:0 -1.41%;}
    .news ul li{padding: 0 1.41%;margin-top: 40px;}
    .news ul li .pic{}
    .news ul li .pic:after{padding-bottom: 66.31%;}
    .news ul li .pic img{transition: 0.5s;width: 100%;}
    .news ul li .text{padding:35px 20px; background: #fafafa; }
    .news ul li h5{ font-size: 24px;line-height: 1.3;font-weight: bold; }
    .news ul li h5 a{color: #000;}
    .news ul li p{margin-top: 10px; font-size: 16px;color: rgba(0,0,0,.51); line-height: 1.8em;height: 3.6em;overflow: hidden; }
    .news ul li .more{ margin-top: 10px; }
    .news ul li .more a{color: rgba(0,0,0,.51);}
    .news ul li .more a i{ font-size: 18px;position: relative;top:3px;margin-left: 20px; }
    .news ul li .more a:hover{color: #c7322c;}
    .news ul li:hover img{transform: scale(1.1);}
    .news ul li:hover h5 a{color: #c7322c;}


@media (max-width: 991px) {
    .col-page-news{padding: 30px 0 50px;}
    .news ul.row{margin:0 -7px;}
    .news ul li{padding: 0 7px;margin-top:15px;}
    .news ul li .text{padding:25px 15px; }
    .news ul li h5{ font-size:18px;  }
    .news ul li p{ font-size: 14px;}
    .news ul li .more{ font-size: 12px; }
}
@media (max-width: 767px) {
    .news ul li h5{ font-size:16px;  }
}
@media (max-width: 400px) {
    .news ul li{width: 100%;}
}


.newshow{padding-bottom:80px;}
.newshow .newshowtit {
  text-align: center;
  margin-top: 55px;
  border-bottom: 1px dotted #bfbebe;
}
.newshow .newshowtit h1 {
  font-size: 22px;
  color: #333;
}
.newshow .newshowtit .date {
  line-height:1.8em;padding: 22px 0;
  font-size: 12px;
  color: #999;
}
.newshow .newshowtxt{margin:30px 0;}
.newshow .newshowtxt .zwms{font-size: 16px;color:#000;margin-bottom: 8px;display: block;}
.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: #d80808;
}
.prev-next a.prev {
  border-bottom: 1px dashed #d4d4d4;
}
/*站点地图*/
.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;
}



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

/****询盘****/
.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}
@media (max-width: 992px) {
  /*.banner,.banner img,.banner_slide{height:300px!important;}*/
}
.banner_slide{
  background-position: center!important;
      background-size: cover!important;
}
.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: #e50112;
}
.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;}