@charset "utf-8";
.home-top-grid1 {
  background: rgba(11, 100, 143, 0.7);
  transition: 0.5s all;
}
.home-top-grid2 {
  background: rgba(226, 23, 55, 0.5);
  transition: 0.5s all;
}
.home-top-grid3 {
  background: rgba(11, 100, 143, 0.4);
  transition: 0.5s all;
}
@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 {  color: #666;transition: 0.5s;}
a:hover {  color: #21bdd9;  text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {  margin: 0;  padding: 0;}
p{margin:0;}
img {  border: 0;}
.container {  width: 100%;max-width: 1230px;}

.pic {  position: relative;  overflow: hidden;}
.pic:after {  content: "";  display: block;}

/*-banner-*/
.banner {  clear: both;}

.banner .slick-dots {  height:auto;  bottom:12.37%;}
.banner .slick-dots li {margin:0 4px;}
.banner .slick-dots li button {  background: #cfd4dc;  width:24px;  height: 3px;}
.banner .slick-dots li.slick-active button {  background:#fff;  width:24px;  height: 3px;}

.banner .slick-prev,
.banner .slick-next{width: 50px;height: 50px; border:0;text-align: center;line-height: 50px;font-family: 'iconfont';color: #fff;background:none;border:1px solid #fff; border-radius: 50%;transform: rotate(0deg);right:auto;left: 18.75%;top:auto; bottom:29.48%; }
.banner .slick-prev{transform: rotate(180deg);}
.banner .slick-next{margin-left: 60px;}
.banner .slick-prev:after,
.banner .slick-next:after{content: '\e653';position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);font-size: 20px;}
.banner .slick-prev:hover,
.banner .slick-next:hover{background: #21bdd9;border-color: #21bdd9;}

.banner-content {width: 100%;position: absolute;left: 0;bottom:42.78%;}
.banner-content .text1{margin-bottom: 10px; font-size:16px; color: #fff;letter-spacing: 3px; opacity: 0;}
.banner-content .text2{font-size:42px;font-weight: bold;color: #fff;opacity: 0;}
.banner-content .text3{margin-top: 30px; font-size:16px; color: #fff;opacity: 0;}

.banner-content-ny {width: 100%;position: absolute;left:0;top:46.79%;text-align: center;color: #fff;}
.banner-content-ny .con{opacity: 0;}
.banner-content-ny .text1{font-size: 48px;font-weight: bold;line-height: 1em;}
.banner-content-ny .text2{text-transform: uppercase;margin-top: 10px;}

.banner .banner_slide.slick-active .banner-content .text1{
    -webkit-animation: fadeInUp 0.8s both 0.1s;
      animation: fadeInUp 0.8s both 0.1s;  
}
.banner .banner_slide.slick-active .banner-content .text2{
    -webkit-animation: fadeInUp 1.2s both 0.2s;
      animation: fadeInUp 1.2s both 0.2s;  
}
.banner .banner_slide.slick-active .banner-content .text3{
    -webkit-animation: fadeInUp 1.2s both 0.3s;
    animation: fadeInUp 1.2s both 0.3s;  
}

.banner .banner_slide.slick-active .banner-content-ny .con{
    -webkit-animation: fadeInUp 1.2s both 0.1s;
      animation: fadeInUp 1.2s both 0.1s;  
}


@media (max-width: 1230px) {
    .banner .slick-prev,
    .banner .slick-next{left: 15px;bottom: 16.48%;}
    .banner-content{bottom: 30%;}
    .banner-content .text2{font-size: 34px;}
}
@media (max-width: 992px) {
    .banner .slick-prev,
    .banner .slick-next{display: none!important;}
    .banner-content-ny .con{}
}
@media (max-width: 767px) {

    .banner,.banner_slide{height:300px!important;}
    .banner img.img{display: none;}
    .banner-content .text1{font-size: 12px;}
    .banner-content .text2{font-size: 18px;}
    .banner-content .text3{font-size: 12px;margin-top: 20px;}
    .banner-content-ny {top:39%;}
    .banner-content-ny .text1{font-size: 24px;}
    .banner-content-ny .text2{font-size: 12px;}
}

.col-index-title{text-align: center;}
.col-index-title h3{font-size: 36px;font-weight: bold;color: #262626;text-transform: uppercase;}
.col-index-title span{display: block;font-size: 18px;color: #262626;}

/*首页产品*/
    .col-index-product{}
    .col-index-product ul.row{margin:-40px 0 0;position: relative;z-index: 3;}
    .col-index-product ul li{padding:24px 3.2% 120px;background:url(../images/bgpro.png) right bottom #21bdd9 no-repeat;color: #fff;transition: 0.5s;}
    .col-index-product ul li .title{padding: 20px 10px;border-bottom:1px solid #5cd5ea;}
    .col-index-product ul li .title h3{font-size: 30px;font-weight: bold;}
    .col-index-product ul li .title span{}
    .col-index-product ul li .desc{padding: 0 10px;margin:25px 0 20px;line-height: 1.8em;height:10.8em;overflow: auto;}
    .col-index-product ul li a.more{display: none;position: absolute;width: 100%;left:0;bottom:-60px;color: #343352;background-color: #ededed;line-height: 60px;text-align: center;}
    .col-index-product ul li.li2{background-color: #1da7bf;}
    .col-index-product ul li:hover {margin-top: -60px;}
    .col-index-product ul li:hover a.more{display: block;}

    .col-index-pro{padding: 66px 0 104px;}
    .col-index-pro .desc{margin-top: 30px; color: #262626;line-height: 2em;}
    .col-index-pro .more a{display: block;width: 220px;height: 56px;margin:70px auto 0;text-align: center;line-height: 56px;color: #fff;background-color: #21bdd9;border-radius: 2px;}
    .col-index-pro .more a:hover{opacity: 0.8}
/*首页关于我们*/
    .col-index-about {padding: 120px 0;color:#fff;}
    .col-index-about .content{max-width: 435px;}
    .col-index-about .title h3{font-size: 30px;font-weight: bold;text-transform: uppercase;}
    .col-index-about .title span{display: block;letter-spacing: 3px;}
    .col-index-about .desc{margin-top: 35px; line-height: 1.8em;}
    .col-index-about .more a{display: block;width: 200px;height: 50px;margin-top: 90px; line-height: 50px;color:#29b4cc;background: #fff;text-align: center;border-radius: 2px;}
/*首页六大创新*/
    .col-index-six{padding: 85px 0;}
    .col-index-six ul.row{margin-top: 20px;}
    .col-index-six ul li{text-align: center;margin-top: 30px;}
    .col-index-six ul li .padding{position: relative; padding-top: 80px;height: 180px;background: #e3f7fa;border-radius: 2px;font-size: 18px;color:#262626;line-height: 1.8em; }
    .col-index-six ul li span.num{display: block;width: 100%; position: absolute;left:0;top:30px;font-size: 100px;font-weight: bold;color: #c7ebf1;line-height: 80px;z-index: 1;}
    .col-index-six ul li .desc{position: relative;z-index: 2;}
/*首页新闻*/
    .col-index-news{padding: 53px 0 85px;}
    .col-index-news ul{padding-bottom: 64px;margin-top: 46px; border-bottom: 1px solid #ccc;}
    .col-index-news ul li{}
    .col-index-news ul li h4{line-height:1.2em;height: 2.4em;overflow: hidden;}
    .col-index-news ul li h4 a{color: #242424;}
    .col-index-news ul li .date{font-size: 12px;color: #808080;margin-top: 5px;}
    .col-index-news ul li p{height:5.4em;line-height: 1.8em;color: #545454;overflow: hidden;margin: 20px 0;}
    .col-index-news ul li a.detailed{color: #21bdd9;}
    .col-index-news .owl-theme .owl-nav{margin:0;}
    .col-index-news .owl-theme .owl-nav [class*=owl-]{display: block;margin:0;padding:0; position: absolute;border:1px solid #cdcdcd; width: 46px;height: 46px;background: #fff;font-size:0;font-family:"iconfont";color:#d0d0d0;text-align:center;transition:0.5s;border-radius:50%;bottom:-84px;}
    .col-index-news .owl-theme .owl-nav [class*=owl-]:before{font-size:14px;}
    .col-index-news .owl-theme .owl-nav .owl-prev{left:0;}
    .col-index-news .owl-theme .owl-nav .owl-prev:before{content:'\e607';}
    .col-index-news .owl-theme .owl-nav .owl-next{right:0;}
    .col-index-news .owl-theme .owl-nav .owl-next:before{content:'\e664';}
    .col-index-news .owl-theme .owl-nav [class*=owl-]:hover{background:#21bdd9;color: #fff;border-color: #21bdd9;}

    .col-index-news .more a{display: block;width: 180px;height: 46px;margin:37px auto 0; text-align: center;background: #21bdd9;color: #fff;border-radius: 2px;line-height: 46px;}
    .col-index-news .more a:hover{opacity: 0.8;}

/*底部开始*/
.footer {  background: #2e2e33;  padding-top: 60px;}
.footerleft {width: 196px;}
.footerleft ul {margin-top: 28px;}
.footerleft ul li { color: #fff;  line-height:30px;}

.footerright {}
.footerright div{margin-top: 25px;margin-left: 76px;}
.footerright h4 {font-size: 16px;text-transform: uppercase;}
.footerright h4 a {color: #fff;}
.footerright ul {margin-top: 20px;}
.footerright ul li {line-height: 30px;text-transform: capitalize;}
.footerright ul li a {color: #999;}

.copy {padding: 12px 0;margin-top: 45px;}
.copy p {  font-size: 12px;line-height: 1.8em;}

/*内页开始*/
/*副导航开始*/
/*面包屑导航*/
    .col-subnav{ background: #ededed;line-height: 60px;}
    .col-subnav ul{}
    .col-subnav ul li{}
    .col-subnav ul li a{padding: 0 45px; display: block;font-size: 16px;color: #404040;text-transform: capitalize;}
    .col-subnav ul li:hover a,
    .col-subnav ul li.on a{background: #21bdd9;color: #fff;}
    .mbx{ color: #808080;}

.col-page-title h2{color: #404040;text-transform: uppercase;}

/*关于我们*/
    .col-about{padding: 55px 0 108px;}
    .col-about .content{margin-top: 35px; line-height: 1.8em;font-size: 15px;color: #404040;}

    .col-culture{padding: 95px 0 70px; color: #fff;}
    .col-culture .container{max-width: 1290px;}
    .col-culture .col-page-title h2{color: #fff;}
    .col-culture .content{}
    .col-culture .content ul{text-align: center;}
    .col-culture .content ul:after{clear:both;display:table;content:" ";}
    .col-culture .content ul li{width:16.66%;float: left;font-size: 16px;line-height: 1.8em;margin-top: 65px;}
    .col-culture .content ul li:last-child{margin-right: 0;}
    .col-culture .content ul li .padding{max-width: 150px;margin:0 auto;}
    .col-culture .content ul li .text1{width:150px;height:150px;line-height: 150px; background: url(../images/titbg.png) center center no-repeat;font-size: 20px;border-radius: 50%;margin:0 auto 25px;}

    .ImageList{}
    .ImageList1{margin-top: 85px;}
    .ImageList2{margin-top: 55px;}
    .ImageList3{}
    .ImageList4{margin-top: 30px;}
    .ImageList ul{}
    .ImageList ul li{}
    .ImageList ul li .pic{}
    .ImageList1 ul li .pic:after{padding-bottom: 66.67%;}
    .ImageList3 ul li li {width: 48.83%;margin: 29px 2.34% 0 0;float: left;}
    .ImageList3 ul li li:nth-child(2n) {margin-right: 0;}
    .ImageList3 ul li li .pic:after{padding-bottom: 66.55%;}
    .ImageList4 ul li .pic:after{padding-bottom: 66.55%;}
    .ImageList1 .owl-theme .owl-nav.disabled+.owl-dots{margin-top: 55px;}
    .ImageList2 .owl-theme .owl-nav.disabled+.owl-dots{margin-top: 74px;}
    .ImageList3 .owl-theme .owl-nav.disabled+.owl-dots{margin-top: 52px;}
    .ImageList4 .owl-theme .owl-nav.disabled+.owl-dots{margin-top: 30px;}
    .ImageList .owl-theme .owl-dots .owl-dot span{width: 18px;height: 18px;margin:0 5px;background: url(../images/yuan.png) center center no-repeat;opacity: 1;}
    .ImageList .owl-theme .owl-dots .owl-dot.active span, .ImageList .owl-theme .owl-dots .owl-dot:hover span{background: url(../images/yuan-active.png) center center no-repeat;}

    .col-honor{padding: 122px 0;}

    .col-team{padding: 112px 0 0;}
    .col-team .row{margin:0;}
    .col-team .pic{padding: 0;}
    .col-team .pic:after{padding-bottom: 74.29%;}
    .col-team .pic.content:after{padding-bottom: 104%;}
    .col-team .padding{width: 100%;padding-right: 8%; position: absolute;left:50%;top:50%;transform:translate(-50%,-50%); font-size: 16px;}
    .col-team .padding .desc{margin-top: 20px; line-height: 3em;height: 18em;overflow: hidden;}
    .col-team .padding p{}
  
/*荣誉资质*/

.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;
}
/*技术*/
    .col-tech{padding: 85px 0 80px; color: #fff; }
    .col-tech .col-page-title h2{color: #fff;}
    .col-tech .desc{margin-top: 30px; font-size: 16px;line-height: 1.8em;}
    .col-tech .content{margin-top: 25px;}
    .col-tech .content h3{font-size: 18px;text-align: center;}
    .col-tech .content ul{text-align: center;}
    .col-tech .content ul:after{clear:both;display:table;content:" ";}
    .col-tech .content ul li{width:17.42%;height: 182px;padding:30px ;float: left; background: url(../images/bg.png)  center center no-repeat;background-size: contain; color: #666; margin-top: 44px;margin-left: -11px;}
    .col-tech .content ul li .number{font-size: 48px;font-weight: bold;color: #21bdd9;line-height: 1em!important;height: auto;overflow: hidden;}
    .col-tech .content ul li p{line-height: 1.8em;height: 5.4em;overflow: auto;}
    .col-tech .content ul li:first-child{margin-left: 0;}
    .col-tech .content ul li:nth-child(2n){margin-top: 134px;}

    .col-faming{padding: 75px 0 90px;}    
    .col-faming .images{width:25.42% ;margin:20px 10px 0 0;min-width: 200px;}
    .col-faming .content{width:67.33%;font-size: 16px;color: #545454;line-height: 1.8em;margin-top: 20px;}
    .col-faming .content img{margin:15px 15px 0 0;}
    .col-sc{padding: 90px 0 85px;}
    .col-sc .content{margin:45px 0 75px; font-size: 16px;color: #545454;line-height: 1.8em;}
    .col-sc h3{text-align: center;font-size: 18px;color: #404040;}
/*生产实力*/

.page {
  line-height: 50px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.page li {
  display: inline;
}
.page li a{
  font-family: arial;
  background: none;
  padding:0;
  margin: 0 10px;
  display: inline;
  color:#262626;
  border:0;
  border-bottom: 2px solid #fff;
}
.page li a:hover,
.page li.active a {
  border-bottom:2px solid #015eae;
  color: #015eae;
  background: none;
}
.page li.bgnone a{
  background: none;
}
.page li.bgnone a:hover {
  color: #d80808;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{background: none;color: #015eae;}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{border:0;}
/*生产实力详细页*/
.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: 600px;
}
#allmap img {
  max-width: 1070px;
  max-height: 368px;
}
#allmap label {
  max-width: 1070px;
}

    .col-contactway{width: 100%;max-width: 558px;margin:0 auto;padding: 130px 0 65px;}
    .col-contactway .pic{margin-top: 9px;}
    .col-contactway .con{margin-left: 25px;padding-left: 25px; border-left:1px solid #ccc;color: #545454;}
    .col-contactway .con p{margin-bottom: 15px;}
    .col-contactway .con .text1{margin:0; font-size: 24px;color: #404040;}
    .col-contactway .con .text2{margin-bottom: 25px; font-family: 'Arial';color: #999;}

/*在线留言*/
.col-message{padding: 140px 0 150px;}
.message .messagecon {}
.message .messagecon ul {}
.message .messagecon ul li{margin-bottom: 29px;}

.message .messagecon ul li input {
  width: 100%;
  line-height: 46px;padding: 0 15px;
  border: 1px solid #ccc;
}
.message .messagecon ul li input[type="radio"],.message .messagecon ul li input[type="checkbox"]{
  width: auto;
}
.message .messagecon ul li select{
  width: 100%;
  height: 50px;padding: 0 15px;
  border: 1px solid #ccc;
}
.message .messagecon ul li input:focus {
  border: 1px solid #236ab0;
}
.message .messagecon ul li textarea {
  width: 100%;
  border: 1px solid #ccc;
  height: 130px;padding: 15px;
  float: left;
}
.message .messagecon ul li textarea:focus {
  border: 1px solid #236ab0;
}
.message .messagecon ul li.yzm input{width:150px;margin-right: 5px;}
.message .messagecon ul li.yzm img{margin-right: 5px;}
.message .messagecon ul li.li4 {
  margin-top: 35px;
}
.message .messagecon ul li.li4 input {
  width: 38%;
  float: left;
  padding-left: 5px;
  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 .messagecon ul.phonemessage {
  width: 95%;
  display: none;
}
.message .messagecon ul.phonemessage textarea {
  margin-bottom: 35px;
}
.message .sub {
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
}
.message .sub input {
  height: 50px;
  width: 200px;
  background: #ededed;
  border:1px solid #e0e0e0;
  color: #4c4c4c;
  font-size: 16px;
  margin:0 15px;
  transition: 0.3s;
}
.message .sub input:hover {
  background: #21bdd9;
  border-color: #21bdd9;
  color: #fff;
}


  .onlineMess{}
  .onlineMess .message{margin:0;}
  .onlineMess .messagecon{max-width: none;margin-top:30px;}
  .onlineMess .messagecon ul{float:none;width:100%;margin:0;padding:64px 9.44% 37px;}
  .onlineMess .messagecon ul.ul1{}
  .onlineMess .messagecon ul.ul2{padding-top:37px;padding-bottom:31px;}
  .onlineMess .messagecon ul.ul1 li{float:left; width:48.07%;margin-right:3.86%;}
  .onlineMess .messagecon ul.ul1 li:nth-child(2n){margin-right:0;}

  .onlineMess .messagecon ul.ul1 li.li_1{width:100%;margin-right:0;}
  .onlineMess .messagecon ul.ul2 li{width: 100%;}
  .onlineMess .messagecon ul.ul2 li {margin-bottom:13px;}
  .onlineMess .messagecon ul li input{}
  .onlineMess .messagecon ul li select{}
  .onlineMess .messagecon ul li textarea{}
  .onlineMess .message .messagecon ul li.yzm img{margin-top: 5px;}
  .onlineMess input::-webkit-input-placeholder,.onlineMess textarea::-webkit-input-placeholder {color: #b2b2b2;}
  .onlineMess input:-moz-placeholder,.onlineMess textarea:-moz-placeholder {color:#b2b2b2;}
  .onlineMess input::-moz-placeholder,.onlineMess textarea::-moz-placeholder {color:#b2b2b2;}
  .onlineMess input:-ms-input-placeholder,.onlineMess textarea:-ms-input-placeholder {color:#b2b2b2;}
  .onlineMess h3{width:25%;height:100%; font-size:20px;color:#262626;position:absolute;left:0;top:0;background:#ededed;}
  .onlineMess h3 span{display:block;position:absolute;left:50%;top:50%;transform: translate(-50%, -50%);text-align:center;}
  .onlineMess .content{position:relative;padding-left:25%;border:1px solid #dcdcdc;margin-top:20px;background:#fff;}

/*人才招聘*/
.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;
}
/*产品中心*/
    .col-product{padding:90px 0;}
    .col-product.bg-ed{padding:100px 0;}
    .col-product .row{margin:0;}
    .col-product .pic{padding: 0;}
    .col-product .pic:after{padding-bottom: 72%;}
    .col-product .pic.content:after{padding-bottom: 51.43%;}
    .col-product .padding{width: 100%;padding-left: 8.57%; position: absolute;left:50%;top:50%;transform:translate(-50%,-50%); font-size: 15px;}
    .col-product .padding h4{font-weight: bold;}
    .col-product .padding a{color: #404040;}
    .col-product .padding p{margin:10px 0; line-height: 1.8em;height:10.8em;overflow: hidden;}
/*产品详细页*/
    .col-product-detail{padding: 46px 0 75px; }
    .pro_show{}
    .pro_show .row{margin:0;}
    .pro_show .image{padding-left: 0;padding-right: 0;}
/*    .pro_show .image .pic{border:1px solid #efefef;}
    .pro_show .image .pic:after{padding-bottom: 72%;}*/

    .proimglist-pc{}
    .proimglist-mob{}

.swiper-container-product{  position: relative;  overflow: hidden;}

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

    
    .pro_show .content{padding-left:3.5%;padding-right: 0; color: #000;}
    .pro_show h1{margin-top: 35px;font-size: 26px;}
    .pro_show .con{margin-top: 20px;}
    .pro_show .con p{margin-bottom: 8px;}
    .pro_show .prenext{margin-top: 30px;}

.pro_show .proshowcon .proshowh {
  line-height: 48px;
  background: #f6f6f6;
  margin-top: 64px;
}

.pro_show .proshowcon .proshowh b {
  font-size: 16px;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 3px solid #21bdd9;
}

.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);
}
.swiper-container-product{
  position: relative;
  overflow: hidden;
}
.jqueryzoom{
  /*height: 500px;*/
  width: 100%;
  overflow: hidden;
  border:1px solid #eeeeee;
}
.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;*/
}
.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:10px auto 0;
  background:#fff;
}
.proshowcon_tab .tab_menu{overflow:hidden;}
.proshowcon_tab .tab_menu li{
  width:130px;
  float:left;
  height:30px;
  line-height:30px;
  color:#fff;
  background:#fff;
  text-align:center;
  cursor:pointer;
}
.proshowcon_tab .tab_menu li.current{color:#333;background:#cdcdcd;}
.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;}
.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;}

/*新闻资讯*/
    .bg-ed{background: #ededed;}
    .newstop{padding: 92px 0;}
    .newstop .row{margin:0;}
    .newstop .pic{padding: 0;}
    .newstop .pic:after{padding-bottom: 76%;}
    .newstop .pic.content:after{padding-bottom: 54.29%;}
    .newstop .padding{width: 100%;padding-left: 7.14%; position: absolute;left:50%;top:50%;transform:translate(-50%,-50%); font-size: 16px;}
    .newstop .padding h4{font-size: 24px;}
    .newstop .padding h4 a{color: #262626;}
    .newstop .padding .date{margin-top: 10px; color: #999;}
    .newstop .padding p{margin:40px 0 10px; line-height: 1.8em;height:9em;overflow: hidden;}
    .newstop .padding a.more{color: #999;}

    .col-news{}
    .col-news ul.row{margin-top: 55px;}
    .col-news ul li{margin-top:59px;transition:0.5s;cursor:pointer;}
    .col-news ul li .padding{transition:0.5s;}
    .col-news ul li .pic:after{padding-bottom:78.95%;}
    .col-news ul li img{transition:0.5s;}
    .col-news ul li .content{padding:25px 15px 20px;border:1px solid #e6e6e6;border-top:0;}
    .col-news ul li .tips{color: #015eae;}
    .col-news ul li h4 {margin-top: 5px;}
    .col-news ul li h4 a{color:#404040;}
    .col-news ul li p{color:#999;line-height:1.8em;height:3.6em;overflow: hidden;margin:20px 0 0;}
    .col-news ul li .date{color:#999;margin-top:20px;text-align:right;}
    .col-news ul li:hover .padding{box-shadow: 0 5px 7px 0 #e6e6e6;}
    .col-news ul li:hover img{transform: scale(1.1);}
    .col-news ul li:hover h4 a{color:#015eae;}
.newshow{padding-bottom: 60px;}
.newshow .newshowtit {
  text-align: center;
  margin-top: 55px;
  border-bottom: 1px dotted #bfbebe;
}
.newshow .newshowtit h1 {
  font-size: 22px;
  color: #333;
}
.newshow .newshowtit .date {    padding: 12px 0;  line-height: 1.8em;  font-size: 12px;  color: #999;}
.newshow .newshowtxt {padding: 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: #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{
    position: absolute;
    bottom: 15px;
    right: 40px;
    border: 1px solid red;
    width: 75px;
    text-align: center;
    z-index: 99px
  }
  .apply a{
    color: red;
  }

/****询盘****/
.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}

.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: #21bdd9;
}
.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;}