@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: #af001f;  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;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
.bodycontent{position: relative;z-index: 1;}
.bg-fff{background: #fff;}
.footerbg{width: 100%;height: 100%;position: fixed;left:0;bottom:0;display: none;}


/*-banner-*/
#ban{position:relative;padding-bottom:0;margin:0 auto;padding-left:0;width:100%;padding-right:0;height:431px;overflow:hidden;padding-top:0;background:#fff fixed no-repeat center bottom;z-index: 2;}
#ban_scroll{width:21px;height: 68px;background:url(../images/scroll.png) center center no-repeat;position: absolute;left:50%;margin-left: -10.2px;bottom:8.2%;  -webkit-animation: Scroll 2s infinite both;
  animation: Scroll 2s infinite both;z-index: 1;cursor: pointer; }
@keyframes Scroll {
    0% { bottom:9%;  }
    50% {bottom:6%;}
    100% {bottom:9%;}
}
@-webkit-keyframes Scroll {
    0% { bottom:9%;  }
    50% {bottom:6%;}
    100% {bottom:9%;}
}
@-moz-keyframes Scroll {
    0% { bottom:9%;  }
    50% {bottom:6%;}
    100% {bottom:9%;}
}
@-o-keyframes Scroll {
    0% { bottom:9%;  }
    50% {bottom:6%;}
    100% {bottom:9%;}
}
.banner {  clear: both;}
.banner-index .banner_slide .img {
  width: 100%;
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -o-transform: scale(1.2, 1.2);
  /* IE 9 */
  -moz-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Chrome, Safari, Opera */
  transform: scale(1.2, 1.2);
  -webkit-transition: transform 5000ms ease-in-out;
  /* Safari */
  -moz-transition: transform 5000ms ease-in-out;
  /* Safari */
  -o-transition: transform 5000ms ease-in-out;
  /* Safari */
  -ms-transition: transform 5000ms ease-in-out;
  /* Safari */
  transition: transform 5000ms ease-in-out;
}

.banner .slick-dots { width: auto;height: auto;right:3.958%; bottom:7.14%;}
.banner .slick-dots li {display: block;margin:6px 0;}
.banner .slick-dots li button {background:url(../images/dot.png) no-repeat center;width: 18px;height: 18px;}
.banner .slick-dots li.slick-active button {background:url(../images/dot-on.png) no-repeat center;width: 18px;height: 18px;}

.banner-index .banner_slide .img img{  width: 100%;  transform: scale(1.2, 1.2);  transition: transform 5000ms ease-in-out;}
.banner-index .banner_slide.active .img img {  transform: scale(1, 1);}

.banner .bancontent{width: 100%;padding: 0 15px;position: absolute;left:50%;transform: translateX(-50%);color: #fff;top:23.8%;}
.banner .bancontent p{/* opacity: 0; */}
.banner .bancontent .text1{font-size:36px;}
.banner .bancontent .text2{font-size:18px;margin-top:5px;}
.banner .bancontent .textimg{margin-top: 20px;}

.banner .bancontent1{max-width: 1470px;top:auto; bottom: 21.08%;}
.banner .bancontent2{top:23.8%;}
.banner .bancontent img{display: inline-block;}
.banner .bancontent1 p{opacity: 0;
  filter: Alpha(opacity=0);
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);  
}

.banner .bancontent1 .text1{font-size: 32px;transition-delay: 0.2s;}
.banner .bancontent1 .text2{font-size: 18px;text-transform: uppercase;transition-delay: 0.6s;}

.banner .active .bancontent1 p{opacity: 1;
  filter: Alpha(opacity=100);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);  
}
.banner .bancontent2 p{opacity: 0;}
.banner .bancontent2 .text1{font-size: 36px;}
.banner .bancontent2 .text2{font-size: 18px;margin-top: 5px;}
.banner .bancontent2 .textimg{margin-top: 20px;}
.banner .bancontent2 .textimg img{width: 30.90%;}
.banner .banner_slide.slick-active .bancontent .text1{
    -webkit-animation: fadeInUp 1.5s both 0.1s;
    animation: fadeInUp 1.5s both 0.1s;
    opacity: 1;
}
.banner .banner_slide.slick-active .bancontent .text2{
    -webkit-animation: fadeInUp 1.5s both 0.5s;
      animation: fadeInUp 1.5s both 0.5s;  
}
.banner .banner_slide.slick-active .bancontent .textimg{
    -webkit-animation: fadeInUp 1.2s both 0.5s;
      animation: fadeInUp 1.2s both 0.5s;  
}

@media (max-width: 991px) {
  .banner,.banner .banner_slide{height:410px;}
  #ban{height: 300px;}
}
@media (max-width: 767px) {
  .banner,.banner .banner_slide{height:320px;}
  .banner .bancontent .text1{font-size: 18px;}
  .banner .bancontent .text2{font-size: 12px;}
  .banner .bancontent1 .text1{font-size: 18px;}
  .banner .bancontent1 .text2{font-size: 12px;}
  .banner .bancontent2 .text1{font-size: 18px;}
  .banner .bancontent2 .text2{font-size: 12px;}
  .banner .bancontent2 .textimg img{min-width: 125px;}


}

.indexall{position: relative;z-index: 2;background-color: #fff;}

.index-content{}
.index-content h2{font-size: 28px;color: #af001f;text-transform: capitalize;}
.index-content .content{font-size: 16px; line-height: 2em;color: #888;}
.index-content a.more{position: relative;font-size: 18px;color: #af001f;text-transform: uppercase;}
.index-content a.more:after{content: "\e63b";position: absolute;right:-25px;top:50%;transform:translateY(-50%);font-family: 'iconfont';}
.index-content a.more:hover{text-decoration: underline;}

.index-content a.more1{display: inline-block;width: 52px;height: 52px;line-height: 52px;border:1px solid #c7c7c7;border-radius: 50%;position: relative;color: #8d8d8d;text-transform: uppercase;}
.index-content a.more1:after{content: '\e664';position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);font-family: 'iconfont';font-size: 20px;}
.index-content a.more1:hover{background-color:#af001f;border-color: #af001f;color: #fff;}

.index-content a.more2{display: inline-block;width:122px;height:39px;line-height:39px;text-align: center;color: #767676;border:1px solid #aaa9a9;border-radius: 20px;text-transform: uppercase;}
.index-content a.more2:hover{background-color: #af001f;border-color: #af001f;color: #fff;}
/*首页关于我们*/
.col-index-about{padding: 83px 0 90px;}
.col-index-about .index-content{width: 100%;max-width: 543px;}
.col-index-about .index-content .content{margin:40px 0 45px; height: 12em;overflow: hidden;}
.about_four{width:100%;max-width: 520px;}
.about_four ul li{width:50%;float:left;color:#888;padding-left:18px;margin:47px 0 42px; border-left: 2px solid #da251d;font-size: 16px;line-height: 1em;}
.about_four ul li p.tit{margin-top: 12px;}
.about_four ul li span{font-size:6.0rem;line-height:0.8em;color:#555;}
.about_four ul li em{position:relative;top:-28px;left:15px;}
/*首页视频*/
.col-index-video{}
.col-index-video .row{margin:0;}
.playVideo{padding: 0;}
.playVideo .pic{width: 100%;}
.playVideo .pic img{z-index:2;width: 100%;}
.playVideo .pic:after{padding-bottom:62.8125%;}
.playVideo .play{display: block;position:absolute;width:93px;height:93px;border-radius:50%;background:rgba(0,0,0,0.48);left:50%;margin-left:-46.5px;top:50%;margin-top:-46.5px;z-index:3;text-align:center;line-height:93px;}
.playVideo .play i{color:#fff;font-size:40px;}
.playVideo .play:hover{background:#af001f;}
.playVideo .about-video{width:100%;height:100%; position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;}
.playVideo .about-video1{display: none;}
.invideo{padding: 0;}
.invideo .pic{}
.invideo .pic:after{padding-bottom: 62.8125%;}
.videoCon{width:100%;max-width:615px;padding: 0 15px; position: absolute;left:0;top:50%;transform: translateY(-50%);}
.videoCon .index-content{max-width: 470px;}
.videoCon .index-content .content{margin:20px 0 50px; font-size: 14px;height: 6em;overflow: hidden;}
/*铸造*/
.col-index-zhuzao{}
.indexzhuzaoIcon{width: 84px;position: absolute;z-index: 2;left: 50%;top:50%;transform: translate(-50%,-50%);}
.indexzhuzaoIcon span{display: block;width: 84px;height: 84px;margin:1px 0; transition:0.5s;  cursor: pointer;}
.indexzhuzaoIcon span.span1{background:url(../images/icon1.png) center center no-repeat;background-color: #af001f;}
.indexzhuzaoIcon span.span2{background:url(../images/icon2.png) center center no-repeat;background-color: #00448a;}
.indexzhuzaoIcon span:hover{opacity: 0.9;}
.col-index-zhuzao .row{margin:0;}
.inzhuzaoleft{padding: 0;}
.inzhuzaoleft .pic:after{padding-bottom: 62.29%;}
.inzhuzaoleft .zhuzaoCon{width: 100%;max-width: 615px;padding: 0 60px 0 15px;position: absolute;right:0;top:50%;transform: translateY(-50%);}
.zhuzaoCon .index-content{max-width: 510px;}
.zhuzaoCon .index-content h2{font-size: 30px;}
.zhuzaoCon .index-content .content{margin:35px 0 65px;height: 6em;overflow: hidden;}
.inzhuzaoright{padding: 0;}
.inzhuzaoright .pic img{width: 100%;}
.inzhuzaoright .pic:after{padding-bottom: 62.29%;}
/*先进设备*/
.col-index-equipment{}
.col-index-equipment .row{margin:0;}
.col-index-equipment .inequipl{padding: 0;background-color: #af001f;z-index: 1;}
.col-index-equipment .inequipl .pic{width:94.375%;margin-left: 13.54%; top:50%; transform: translateY(-50%);}
.col-index-equipment .inequipl .pic:after{padding-bottom: 61.70%;}
.col-index-equipment .inequipr{padding: 0}
.col-index-equipment .inequipr .pic{}
.col-index-equipment .inequipr .pic:after{padding-bottom: 76.15%;}
.inequipr .inequipCon{width: 100%;max-width: 685px;padding: 0 15px 0 91px;position: absolute;left:0;top: 50%;transform: translateY(-50%);}
.inequipr .inequipCon .index-content{max-width: 507px;}
.inequipr .inequipCon .index-content h2{font-size: 30px;}
.inequipr .inequipCon .index-content .content{margin:30px 0 25px; height: 6em;overflow: hidden;}

/*首页产品*/
.col-index-product{padding: 80px 0 96px;}
.inprotit{}
.inprotit h2{font-size: 30px;color: #000;}
.inprotit a.more{display: block;position: absolute;right:25px;top:50%;transform: translateY(-50%); font-size: 16px;color: #af001f;}
.inprotit a.more:after{content: "\e63b";position: absolute;right:-25px;top:50%;transform:translateY(-50%);font-family: 'iconfont';}
.inprotit a.more:hover{text-decoration: underline;}
.col-index-product .row{margin:10px -9px 0;}
.inpro{padding: 0 9px;}
.inpro ul{}
.inpro ul.ul1{}
.inpro ul.ul2{}
.inpro ul li{margin-top: 20px;padding: 40px 0; width:100%;float: left; border:1px solid #ddd; }
.inpro ul li.li2,
.inpro ul li.li3,
.inpro ul li.li4,
.inpro ul li.li5{width: 48.56%;padding: 25px 0; margin-right: 2.88%;}
.inpro ul li.li3,
.inpro ul li.li5{margin-right: 0;}
.inpro ul li h5{padding: 0 8.48%;font-size: 16px;}
.inpro ul li h5 a{color: #000;}
.inpro ul li.li2 h5,
.inpro ul li.li3 h5,
.inpro ul li.li4 h5,
.inpro ul li.li5 h5{padding: 0 12.28%;}
.inpro ul li .pic{}
.inpro ul li img{transition: 0.5s;}
.inpro ul li .pic:after{padding-bottom: 49.23%}
.inpro ul li.li2 .pic:after,
.inpro ul li.li3 .pic:after,
.inpro ul li.li4 .pic:after,
.inpro ul li.li5 .pic:after{padding-bottom: 43.859%;}
.inpro ul li:hover img{transform: scale(1.1);}
.inpro ul li:hover h5 a{color: #af001f;}

/*首页新闻资讯*/
.col-index-news{}
.col-index-news .row{margin:0;}
.col-index-news .pic:after{padding-bottom: 52.1875%;}
.col-index-news .innewsCon{ width: 100%;max-width: 630px;padding: 0 15px; position: absolute;right:0;top:50%;transform: translateY(-50%); }

.col-index-news .innewstit{}
.col-index-news .innewstit h3{font-size: 36px;color: #000;line-height: 1em;text-transform: capitalize;}
.col-index-news .innewstit h3 span{display: block;margin-top:12px; font-size: 30px;color: rgba(0,0,0,0.5);}

.innewsl{padding: 0;}
.innewsl ul{width: 100%;max-width:465px;margin-top: 30px;}
.innewsl ul li{}
.innewsl ul li h4{font-size: 18px;}
.innewsl ul li h4 a{color: #000;}
.innewsl ul li .date{color: #6b696a;}
.innewsl ul li p{margin-top: 15px; line-height: 1.8em;height: 3.6em;overflow: hidden;}
.innewsl .owl-theme .owl-nav.disabled+.owl-dots{margin-top: 25px;text-align: left;}
.innewsl .owl-theme .owl-dots .owl-dot span{width: 8px;height: 8px;margin:0 16px 0 0;background:#838181;opacity: 1;}
.innewsl .owl-theme .owl-dots .owl-dot.active span, .innewsl .owl-theme .owl-dots .owl-dot:hover span{background: #b5263b;}

.innewsr{padding: 0;background-color: #af001f}
.innewsr .innewsCon{right:auto;left:0;}
.innewsr .innewsCon .innewstit{width: 100%;max-width: 440px;}
.innewsr .innewsCon .innewstit h3{color:#fff;}
.innewsr .innewsCon .innewstit h3 span{color: rgba(255,255,255,0.5);}

.innewsr a.more{display: block;margin-top: 75px; width:48px;height:48px;line-height:48px;position: relative;color: #fff;background: rgba(255,255,255,0.2);}
.innewsr a.more:after{content: '\e63b';position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);font-family: 'iconfont';font-size: 20px;}
.innewsr a.more:hover{background-color:#fff;color: #af001f;}

/*底部开始*/
.footerOn{position: relative;z-index: 1;}
.footer { padding-top: 118px; color: #fff; }
.footer h3{text-transform: uppercase;}
.footer ul{padding-top: 17px;}
.footer ul li{margin-top: 13px;}
.footer ul li a{color: #fff;text-transform: capitalize;}
.footer ul li a:hover{text-decoration: underline;}
.footer ul li.li1 a{margin-right: 9.4%;}
.footer ul li.li1 a:last-child{margin-right: 0;}
.footer .padding{width: 100%;max-width: 265px;margin:0 auto;}
.qrcode{ width: 37%;margin-top: 26px; }
.qrcode span{ display: block;margin-top: 25px; }
.join{width:57%;margin-top: 26px;padding-top: 40px;}
.join p{font-size: 16px;line-height: 1.8em;}
.join a{display: block;margin-top: 35px; width: 113px;height: 34px;line-height: 34px;color: #fff;background: #af001f;text-align: center;}
.copy {padding: 55px 0;margin-top: 125px; background: #f1f1f1;line-height: 1.8em;}
.copy p {color: #000}
.copy p a {  color: #000;}
.copy p a:hover {  color: #af001f;}

/*内页开始*/
/*副导航开始*/
.vicenav { position: relative;margin-top: -68px; background-color: rgba( 218, 37, 29 ,0.502); }
.vicenavwrap{text-align: center;line-height: 68px;}
.vicenavwrap a{display: inline-block; padding: 0 10px;margin:0 1.45%;position: relative; font-size: 16px;color: #fff;text-transform: capitalize;}
.vicenavwrap a:after{content: '';width:0;border-bottom: 4px solid #f72a21;position: absolute; left:50%;bottom:0;transition: 0.5s;}
.vicenavwrap a:hover:after,
.vicenavwrap a.cur:after{width: 100%;;left:0;}

/*关于我们*/
.nytit h2 {font-size: 28px;color: #000;line-height: 1.1em;text-transform: uppercase;}
.nytit-red h2{color: #af001f;}
.nytit-f h2{color: #fff;}
.nytit .desc{margin-top: 25px; font-size: 18px;color: #af001f;line-height: 1.8em;}
.nytit .con{margin-top: 5px; font-size: 14px;color: #231815;line-height: 1.8em;}

.col-about-four{background-color: #da251d;padding: 36px 0 46px;}
.col-about-four .about_four{max-width: none;}
.col-about-four .about_four ul li{width: 25%;margin:0;padding: 30px 0 20px 3%; color: #ea9a98;border:0;border-right:1px solid #e1514a;}
.col-about-four .about_four ul li:last-child{border:0;}
.col-about-four .about_four ul li span{color: #fff;}

.col-page-about{padding: 70px 0 130px;}
.col-page-about hr{width: 62px;margin:35px auto; border-color: #adadad;}
.col-page-about .content{line-height: 2em;color: #888;}
/*视频*/
.col-about-video{padding: 80px 0;}
.col-about-video .container{max-width: 1292px;}
.aboutVideo{}
.aboutVideo .playVideo{width: 64.97%;}
.aboutVideo .playVideo .play{width: 80px;height: 80px;margin-top: -40px;margin-left: -40px;line-height: 80px;}
.aboutVideo .playVideo .pic{}
.aboutVideo .playVideo .pic:after{padding-bottom: 62.56%;}
.aboutVideoRight{ width: 32.65%;padding: 0 2.45%;margin-top: 55px; }
.aboutVideoRight .content{margin-top: 45px; line-height: 1.8em;color: #888; }
/*文化*/
.col-culture{padding: 70px 0 79px;}
.col-culture .row{margin:0;}
.col-culturel{padding:0 1.5% 0 0;margin-top: 43px; height: 239px; }
.col-culturel .pic{height: 239px;}
.col-culturer{padding: 0 0 0 0.83%;margin-top: 43px; height: 239px;overflow: auto; color: #fff;line-height: 2em;}
.col-culturer::-webkit-scrollbar{width:2px;height:2px;}
.col-culturer::-webkit-scrollbar-track-piece{background-color: #d65b56;}
.col-culturer::-webkit-scrollbar-thumb:vertical{height: 2px;background-color: #af001f;}
.col-culturer::-webkit-scrollbar-thumb:horizontal{width: 2px;background-color: #d65b56;}
/*企业荣誉*/
.col-page-honor{padding: 90px 0 100px;}
.col-page-honor .container{max-width: 1410px;}

.ImageSwiper{position: relative;margin-top: 50px;overflow: hidden;padding: 0 88px;}
.ImageList{overflow: hidden;}
.ImageList ul{}
.ImageList ul li{background-color: #fff;}
.ImageList ul li a span{display: block;width: 100%;height: 100%;position: absolute;left:0;top:0;background: url(../images/zoom.png) rgba(0,0,0,0.6) center center no-repeat;opacity: 0;transition: 0.5s;}
.ImageList ul li a:hover span{opacity: 1;}

.ImageList .swiper-button-next, .ImageList .swiper-button-prev{width: 50px;height: 50px;background:rgba(0,0,0,0.2);font-family:'iconfont';border-radius: 50%;font-size: 0;position: absolute;margin:0;top:50%;margin-top: -25px;transition: 0.5s;}
.ImageList .swiper-button-next:after, .ImageList .swiper-button-prev:after{content: '\e63b';position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);color: #fff;font-size: 20px;}
.ImageList .swiper-button-next:hover, .ImageList .swiper-button-prev:hover{background: #af001f}
.ImageList .swiper-button-prev{transform: rotate(180deg);left:0;}
.ImageList .swiper-button-next{right:0;}

.col-page-honor .ImageList ul li{padding: 10px;}
.col-page-honor .ImageList ul li .pic{width: 100%;max-width: 235px; margin:0 auto;}

/*发展历程*/
.col-about-develop{padding: 85px 0 195px;position: relative;}
.col-about-develop:before,
.col-about-develop:after{content: '';height: 29px;position: absolute;bottom: 0;}
.col-about-develop:before{width: 76.36%;background: rgba(218,37,29,0.65);left:0;}
.col-about-develop:after{width: 23.64%;background: rgba(0,0,0,0.38);right:0;}

.col-about-develop .container{max-width: 1350px;}

.about_fzlc{padding: 0 60px;margin-top: 95px;}
.about_fzlc .owl-stage-outer:after{content: ''; border-top:1px dashed #f6f6f6;position:absolute;width:100%;left:50%;top:50%;transform: translate(-50%,-50%);}

.about_fzlc ul{height:320px;position:static;}
.about_fzlc ul li{height:50%;transition:0.3s;position:absolute;left:0;width:100%;}
.about_fzlc ul .owl-item:nth-child(odd) li{top:50%;margin-top:-12px;padding-top:110px;background:url(../images/dian.png) center top no-repeat;}
.about_fzlc ul .owl-item:nth-child(odd) li:hover{background:url(../images/dian-on.png) center top no-repeat;}
.about_fzlc ul .owl-item:nth-child(even) li{bottom:50%;margin-bottom:-12px;padding-bottom:110px;background:url(../images/dian.png) center bottom no-repeat;}
.about_fzlc ul .owl-item:nth-child(even) li:hover{background:url(../images/dian-on.png) center bottom no-repeat;}
.about_fzlc ul li .date{display:block;width:101px;height:58px;color:#fff;position:absolute;left:50%;margin-left:-50.5px;text-align: center;font-size: 24px;font-weight: bold;}
.about_fzlc ul .owl-item:nth-child(odd) li .date{top:38px;padding-top:14px;background:url(../images/date-1.png) center top no-repeat;}
.about_fzlc ul .owl-item:nth-child(even) li .date{bottom:38px;padding-top:0px;background:url(../images/date-2.png) center top no-repeat;}
.about_fzlc ul li p{color:#fff;font-size:16px;line-height: 1.8em;}
.about_fzlc ul li .con{height:3.6em;overflow:auto;}
.about_fzlc ul li .con::-webkit-scrollbar{width:3px;height:3px;}
.about_fzlc ul li .con::-webkit-scrollbar-track-piece{background-color: #eeeeee;}
.about_fzlc ul li .con::-webkit-scrollbar-thumb:vertical{height: 3px;background-color: #af001f;}
.about_fzlc ul li .con::-webkit-scrollbar-thumb:horizontal{width: 3px;background-color: #eeeeee;}



.about_fzlc .owl-carousel .owl-stage-outer{height: 100%;}
.about_fzlc .owl-carousel .owl-stage{height: 100%;}
.about_fzlc .owl-carousel.owl-drag .owl-item{height: 100%;}
.about_fzlc .owl-theme .owl-nav{margin:0;}
.about_fzlc .owl-theme .owl-nav [class*=owl-]{margin:0; width:50px;height:50px;font-size: 0;font-family: 'iconfont';position: absolute;top:50%;margin-top: -25px; background:none;border-radius: 0;border:1px solid #7c8997;color: #7c8997;}
.about_fzlc .owl-theme .owl-nav [class*=owl-]:after{content: '\e63b';position: absolute;left:50%;top:50%;transform: translate(-50% ,-50%);font-size: 20px;}
.about_fzlc .owl-theme .owl-nav .owl-prev{left:0;transform: rotateY(180deg);}
.about_fzlc .owl-theme .owl-nav .owl-next{right:0;}
.about_fzlc .owl-theme .owl-nav [class*=owl-]:hover{background: #af001f;border-color: #af001f;color: #fff;}



/*设备展示*/
.col-page-equip{padding: 90px 0 110px;}
.col-page-equip .container{max-width: 1410px;}


/*核心实力*/
.title-service{}
.title-service h2{font-size: 30px;color: #af001f;}
.col-service .content {margin-top: 33px;  font-size: 16px;font-family: "SourceHanSansCN"; color: rgba( 29, 29, 31, 0.69 );  line-height: 2em;}

.col-jiagong{padding-top: 83px;}
.col-jiagong .images{padding: 30px 0 17px;}
.col-jiagong .images ul.row{margin:0 -16px;}
.col-jiagong .images ul li{padding: 0 16px;margin-top: 16px;}
.col-jiagong .images ul li .pic{width: 100%;max-width: 584px;margin:0 auto;}
.col-jiagong .images ul li .pic:after{padding-bottom: 63.869%;}
.col-jiagong .images ul li img{transition: 0.5s;}
.col-jiagong .images ul li a span{display: block;width: 100%;height: 100%;position: absolute;left:0;top:0;background: url(../images/zoom.png) rgba(0,0,0,0.3) center center no-repeat;opacity: 0;transition: 0.5s;}
.col-jiagong .images ul li a:hover span{opacity: 1;}
.col-jiagong .images ul li a:hover img{transform: scale(1.1);}

.col-zhuzao{padding: 35px 0 80px;}

.col-liuc{padding:85px 0 154px;background: #fafafa;}
.col-liuc .title-service h2{color: #000;}
.col-liuc.col-service .content{margin-top: 65px;}
.col-liuc .images{margin-top: 68px;}
.col-liuc .images ul.row{margin:0 -11px;}
.col-liuc .images ul li{padding: 0 11px;margin-top:22px;}
.col-liuc .images ul li .pic{width: 100%;max-width: 385px;margin:0 auto;}
.col-liuc .images ul li .pic:after{padding-bottom: 72.467%;}
.col-liuc .images ul li img{transition: 0.5s;}
.col-liuc .images ul li a span{display: block;width: 100%;height: 100%;position: absolute;left:0;top:0;background: url(../images/zoom.png) rgba(0,0,0,0.3) center center no-repeat;opacity: 0;transition: 0.5s;}
.col-liuc .images ul li a:hover span{opacity: 1;}
.col-liuc .images ul li a:hover img{transform: scale(1.1);}
/*荣誉资质*/
.honorcon ul {
  margin: 60px 0 100px;
}
.honorcon ul li {
  background: url(../images/honorbg.jpg) no-repeat bottom center;
  width: 205px;
  margin: 0 7.78% 0 0;
  height: 260px;
  float: left;
  position: relative;
}
.honorcon ul li .pic {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  bottom: 20px;
  text-align: center;
}
.honorcon ul li .pic img {
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  padding: 12px 10px 0;
  max-height: 100%;
}
.honorcon ul li .pic .zzc {
  width: 100%;
  height: 100%;
  background: url(../images/hzzcbg.png);
  position: absolute;
  bottom: 0;
  /*opacity: 0;filter: alpha(opacity=0);*/ display: none;
}
.honorcon ul li .pic .zzc span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/honorbtn.png) no-repeat center;
}
.honorcon ul li:hover .zzc {
  display: block;
}
.honorcon ul li:nth-child(4n) {
  margin-right: 0;
}



.page {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 80px;
}
.page li {
  display: inline;
}
.page li a{
  font-family: arial;
  background: none;
  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;
  color: #fff;
}

/*生产实力详细页*/
.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: 670px;
}
#allmap img {
  max-width: 1070px;
  max-height: 670px;
}
#allmap label {
  max-width: 1070px;
}
.col-contact-way{padding: 95px 0;}
.contactway{width: 30.58%;}
.contactway h2{font-size: 24px;color: #000;}
.contactway hr{margin:35px 0 60px; border-color: #ccc;}
.contactway .con{line-height: 1.8em;color:#000;}
/*营销网络*/
.col-page-network{padding: 70px 0 100px;border-top:1px solid #cedeea;}
.col-page-network h2{font-size: 30px;color: #000;text-transform: capitalize;}
.col-contact-network{margin-top: 50px;}
.col-contact-network table{width: 100%;}
.col-contact-network table tr{ border-bottom: 1px solid #f2f2f2;}
.col-contact-network table tr:last-child{ border-bottom:0;}
.col-contact-network table tr td{ width: 33%;padding: 25px 0; color: #000;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: #085996;
}
.col-page-message{width: 61.66%;}
.col-page-message h3{color: #565656;text-transform: uppercase;}
.messages{margin-top: 20px;}
.messages .messagecon ul li{width: 48.75%;float: left; margin-right: 2.5%;margin-top: 20px;border-radius: 20px;overflow: hidden;}
.messages .messagecon ul li:nth-child(2n){margin-right: 0;}
.messages .messagecon ul li input {
  width: 100%;padding: 0 20px;border-radius: 20px;
  line-height: 45px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
}
.messages .messagecon ul li input[type="radio"],.messages .messagecon ul li input[type="checkbox"]{
  width: auto;
}
.messages .messagecon ul li select{
  width: 100%;
  height: 35px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
}
.messages .messagecon ul li input:focus {
  border: 1px solid #e31307;
}
.messages .messagecon ul li textarea {
  width: 100%;padding: 13px 20px;border-radius: 20px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  height: 219px;
  float: left;
}
.messages .messagecon ul li textarea:focus {
  border: 1px solid #e31307;
}
.messages .messagecon ul li.li3{width: 100%;margin-right: 0;}
.messages .messagecon ul li.li4 {width: 100%;margin-right: 0;}
.messages .messagecon ul li.li4 input {
  width: 120px;
  float: left;
  color: #333;
}
.messages .messagecon ul li.li4 img {
  float: left;
  cursor: pointer;
  margin: 0 5px;
}
.messages .messagecon ul li.li4 a {
  float: left;
  line-height: 35px;
}

.messages ul li.sub {width: 100%;margin-right: 0;text-align: right;margin-top: 30px;}
.messages ul li.sub input {
  height: 48px;
  width: 138px;
  background: #085996;
  border: 0;
  color: #fff;text-transform: uppercase;
  transition: 0.3s;
}
.messages .sub input:hover {
  opacity: 0.8
}

/*人才招聘*/
.col-job-title{}
.col-job-title h3{color: #000;font-size: 30px;line-height: 1em;text-transform: uppercase;}
.col-job-title h3 span{font-size: 18px;display: block;margin-top: 5px;color: #969696;}

.col-page-talent{padding:90px 0 110px;}
.col-page-talent .content{}
.col-page-talent .content ul{}
.col-page-talent .content ul:after{clear:both;display:table;content:" ";}
.col-page-talent .content ul li{ width:31.5% ;float: left;margin:20px 2.75% 0 0;background: #f3f3f3; }
.col-page-talent .content ul li:last-child{margin-right: 0;}
.col-page-talent .content ul li hr{ width: 35px;margin:0 0 30px 0; border-top:5px solid #0d87c2; }
.col-page-talent .content ul li .con{padding: 34px 10.58% 50px;font-size: 18px; line-height: 1.5em;color: #000;}

.col-page-recruit{padding: 80px 0;}
.col-page-recruit .col-job-title h3{color: #fff;}

.col-job{}
.col-job ul{margin-top: 40px;}
.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;}
.col-job ul li .jobtit{padding:0 6.25%;background: rgba(255,255,255,0.9);color: #000;height: 56px;line-height: 56px;position: relative;}
.col-job ul li .jobcon{display: none; padding:40px 6.25%;background: #fff;}
.col-job ul li.active .jobtit{background: rgba(238,8,8,0.9);color: #fff;}
.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;}

/*产品中心*/
.pro ul.row {margin-left: -12.5px;margin-right: -12.5px;margin-top: 32px; }
.pro ul li {margin-top:48px;padding-left: 12.5px;padding-right: 12.5px;}
.pro ul li .padding{padding:40px 0 45px; border: 1px solid #e7e7e7;}
.pro ul li .pic {  width: 100%;}
.pro ul li .pic img {  transition: 0.5s;}
.pro ul li .pic:after {  padding-bottom:70.866%;}
.pro ul li h5  {text-align: center; margin-top: 15px;font-size: 16px;line-height: 1.5em;}
.pro ul li h5 a { color: #000; }
.pro ul li:hover h5 a { color: #af001f;}
.pro ul li:hover img {  transform: scale(1.1);}

/*产品详细页*/
.pro_show{padding:40px 0;}
.pro_show .caseleft{width: 31.92%; margin-top:40px;}
.pro_show .caseright{width: 64.33%; margin-top:40px;}
.pro_show .caseright h1{line-height:1.8em;font-size:24px;color: #000;}
.pro_show .caseright table{width: 100%;margin-top: 45px;}
.pro_show .caseright table tr td{width: 50%;padding: 13px 15px; word-break: break-all;border:1px solid #ededed;}

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

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

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

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

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

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

.jqueryzoom{
  /*height: 500px;*/
  width: 100%;
  overflow: hidden;
  border:1px solid #dcdcdc;
}
.jqueryzoom .cloudzoom{
  /*height: 100%;*/
  /*margin:0 auto;*/
  text-align: center;
}
.product-thumb{
  padding:0px 23px;
  position: relative;
  margin-top:40px;
}
.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:#e7e7e7;
  padding:0 5px;
  top:50%;
  transform: translateY(-50%);
  font-size: 20px;
  background-color: #b0b0b0;
}
.product-detail-next{
  position: absolute;
  right: 0;
  color:#e7e7e7;
  padding:0 5px;
  top:50%;
  transform: translateY(-50%);
  font-size: 20px;
  background-color: #b0b0b0;
}
.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:46px 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;}

/*新闻资讯*/
.newstop{padding:85px 0;background-color: #f2f2f2;}
.newstop .pic{width: 39.42%;height: 324px;}
.newstop .pic.content{width: 55.83%;}
.newstop .padding{width: 100%; position: absolute;left:50%;top:50%;transform:translate(-50%,-50%); color: #999;}
.newstop .padding h4{font-size: 24px;}
.newstop .padding h4 a{color: #666;}
.newstop .padding .date{margin-top: 15px;font-size: 14px;}
.newstop .padding hr{border-color: #d6d6d6;margin:25px 0 45px;}
.newstop .padding p{margin:0; font-size: 16px; line-height: 1.8em;height:7.2em;overflow: hidden;}
.newstop .padding a.more{color: #999;}
.news ul{padding-top: 65px;}
.news ul li {padding: 20px 0;}
.news ul li .padding{ height: 308px;padding:2.5% 2.5% 2.5% 4.58%; background: #f6f6f6;transition: 0.5s;}
.news ul li .pic {width: 31.748%;height: 100%;}
.news ul li .pic:after { }
.news ul li .pic img {  transition: 0.5s;}
.news ul li .content {width:64.57%;}
.news ul li .date{margin-top:25px;font-size: 18px;line-height: 0.8em; border-left:4px solid #da251d;padding-left: 13px;color: #da251d;}
.news ul li .date span{display: block;margin-bottom: 14px; font-size:36px;line-height: 0.8em;}
.news ul li h4{margin-top:35px;font-size: 24px;}
.news ul li h4 a{color: #666;}
.news ul li p{margin-top:15px;font-size: 16px; color: #999;line-height: 1.8em;height: 3.6em;overflow: hidden;}
.news ul li:hover h4 a{  color: #fe0000;}
.news ul li:hover img {  transform: scale(1.1);}
.news ul li:hover .padding{box-shadow: 0 5px 10px 0px #ddd}

.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 {
  line-height: 1.8em;padding: 22px 0;
  font-size: 12px;
  color: #999;
}
.newshow .newshowtxt{margin:30px 0;}
.newshow .newshowtxt p {
  /*margin-top: 25px;*/
  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;
}




  /*# 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{
   padding: 55px 15px;min-height:800px;
    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: #d15050;color: #fff;  }
  .apply a:hover{background: #af001f;}

/****询盘****/
.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: #af001f;
}
.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;}