@charset "utf-8";
@font-face {
  src: url(../fonts/helveticainserat.ttf);
}
@font-face {
  font-family: 'FuturistCondensed';
  src: url('../fonts/futuristcondensed regular.ttf');/* IE9*/
  src: url('../fonts/futuristcondensed regular.ttf') format('embedded-opentype'), /* IE6-IE8 */
  /*url('../fonts/futuristcondensed regular.woff') format('woff'), *//* chrome、firefox */
  url('../fonts/futuristcondensed regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/futuristcondensed regular.svg#iconfont') format('svg');/* iOS 4.1- */
}
i{font-style:normal}
@font-face {font-family: 'iconfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;font-family:iconfont;}
body {
  font-family: "微软雅黑";
  min-width: 320px;
  color: #666;
  overflow-x: hidden;
}
.iconfont {
  font-family: 'iconfont';
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.last {
  margin-right: 0 !important;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a {
  color: #888;transition: 0.5s;
}
a:hover {
  color: #d9272a;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
p{margin:0;}
.container {
  width:100%;max-width: 1310px;
}
.container1 {
  max-width: 1630px;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}




/*-banner-*/





@keyframes ProgressYuan {
    0% {
        width: 100%; height: 100%;opacity: 1;
    }
    100%{
        width: 133%;height: 133%;opacity: 0;
    }
}
@-webkit-keyframes ProgressYuan {
    0% {
        width: 100%; height: 100%;opacity: 1;
    }
    100%{
        width: 133%;height: 133%;opacity: 0;
    }
}
@-moz-keyframes ProgressYuan {
    0% {
        width: 100%; height: 100%;opacity: 1;
    }
    100%{
        width: 133%;height: 133%;opacity: 0;
    }
}
@-o-keyframes ProgressYuan {
    0% {
        width: 100%; height: 100%;opacity: 1;
    }
    100%{
        width: 133%;height: 133%;opacity: 0;
    }
}



.banner-index .pic:after{padding-bottom:49.479%;}
.banner-index-content{width: 100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.banner-index-content p{ color: #fff;opacity: 0;transition:all 0.8s; }
.banner-index-content p.p1{ font-size:36px;line-height: 1.3; transform:translateY(30px);text-transform: uppercase;}
.banner-index-content p.p2{margin-top: 2px; font-size:48px;line-height: 1.3; transform:translateY(30px);transition-delay: 0.3s;}
.banner-index-content p.p3{margin-top: 4.37%; color: rgba(255,255,255,0.5); transform:translateY(30px);transition-delay: 0.6s;}
.banner .swiper-slide.ani-slide .banner-index-content p{transform:translateY(0);opacity:1;}

.banner-page .pic:after{padding-bottom:41.66%;}
.banner-page-content{ width: 100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);color: #fff; }
.banner-page-content h2{font-size: 48px; text-transform: uppercase;opacity: 0;transform:translateY(30px);transition: 0.8s;}
.banner .swiper-slide.ani-slide .banner-page-content h2{transform:translateY(0);opacity:1;}

.banner .swiper-banner .swiper-pagination{max-width: 1630px;padding: 0 15px;text-align: right;left: 50%;transform: translateX(-50%);bottom:7%;z-index: 2;}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet{ width:12px;height:12px;margin:0 10px 0 0; border-radius:6px;transition: 0.5s; background:#f5f4f5;opacity: 1; }
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active{width: 30px; background: #e02838;}
.banner-page .swiper-banner .swiper-pagination{display:none!important;}

.bannerDown{position: absolute;left:0; bottom: 0;width: 100%; 
  -webkit-animation: ProgressDots 2s infinite both;
  animation: ProgressDots 2s infinite both; }
.bannerDown i{display: inline-block;width: 50px;height: 50px;line-height: 50px;border-radius: 50%;border:1px solid rgba(255,255,255,0.5);color: #fff;font-size: 14px;text-align: center;transition: 0.5s;}
.bannerDown i:hover{background: #a82308;border-color: #a82308;}
#bannerDown{display: inline-block;cursor: pointer;position: relative;z-index: 1;}
@keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}
@-webkit-keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}
@-moz-keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}
@-o-keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}

@media (max-width: 991px) {
  #bannerDown img{width:80px;}
  .bannerDown i{width: 35px;height: 35px;line-height: 35px;font-size: 12px;}  
  .banner-index-content p.p1{ font-size: 20px;}
  .banner-index-content p.p2{ font-size: 24px;}
  .banner-index-content p.p3{ margin-top: 2%;}

  .banner-page .swiper-slide{height: 300px;}
  .banner-page-content h2{font-size: 24px;}

}
@media (max-width:767px) {
  .banner-index-content p.p1{ font-size:16px;}
  .banner-index-content p.p2{ font-size:18px;}
  .banner-index-content p.p3{}

}



.col-index-title h3{font-size: 36px;color: #333;}
.col-index-title1 h3{ color: #fff;}

/*首页产品*/
.col-index-product{padding: 5.46% 0;}
.col-index-product-list{margin-top: 3.75%;padding-bottom: 5px; position: relative;overflow: hidden;}
.col-index-product-list a.more{display: inline-block; position: absolute;bottom:8px;left:50%;transform: translateX(-50%);padding: 0 40px;line-height: 50px; background: #d9272a;color: #fff;border-radius: 25px;z-index: 2;}
.col-index-product-list a.more:hover{background: #fff;color: #d9272a; box-shadow: 2.5px 4.33px 8px 0px rgba( 11, 3, 6 ,0.1);}
.col-index-product-list .swiper-product{padding-bottom: 138px;overflow: visible;}
.col-index-product-list ul{}
.col-index-product-list ul li{ padding: 0px 0 20px; background: #fff;}
.col-index-product-list ul li .pic{}
.col-index-product-list ul li .pic:after{padding-bottom: 64.93%;}
.col-index-product-list ul li h5{font-size: 18px;margin-top: 15px;}
.col-index-product-list ul li h5 a{color: #000;}
.col-index-product-list ul li h5 a:hover{color: #d9272a;}
.col-index-product-list .swiper-button-next,
.col-index-product-list .swiper-button-prev{ width: 55px;height: 55px;background: #fff;opacity: 1;border-radius: 50%; top: auto;margin-top: 0;bottom: 0;color: #d9272a;box-shadow: 2.5px 4.33px 8px 0px rgba( 11, 3, 6 ,0.1); }
.col-index-product-list .swiper-button-prev{transform: rotateY(180deg);}
.col-index-product-list .swiper-button-next:after,
.col-index-product-list .swiper-button-prev:after{content: '\e603';position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);font-family: 'iconfont';font-weight: bold;font-size: 18px;margin-top: 1px;}
.col-index-product-list .swiper-button-next:hover,
.col-index-product-list .swiper-button-prev:hover{ background: #d9272a;color: #fff; }

/*首页关于我们*/
.col-index-about{padding: 5.2% 0;}
.col-aboutl{ width: 26.25%; }
.col-aboutl .col-index-title{margin-bottom:11.9%; }
.col-aboutl p{font-size: 16px;color: #888;line-height: 1.8em;}
.col-aboutl a.more{display: inline-block;padding: 0.57vw 2.08vw;margin-top: 19.04%; background: #d9272a;color: #fff;font-size: 16px;line-height: 1.8em;border-radius: 25px;box-shadow: 1px 1.732px 10px 0px rgba( 11, 3, 6 ,0.1);}
.col-aboutl a.more:hover{ background: #fff;color: #d9272a; }
.col-aboutr{width: 71.43%; position: absolute;top:-18px;right: 0; }
.col-aboutr h4{position: absolute;right: 0;top:7%; font-size: 16px;color: #343333; }
.col-aboutr ul{}
.col-aboutr ul li{position: absolute;font-size: 0.73vw;color: #333;}
.col-aboutr ul li .dian{display: inline-block;width: 8px;height: 8px;border-radius: 50%;background: #bf2225;margin:0 5px;}
.col-aboutr ul li.li1{left: 79.44%;top:46.05%;}
.col-aboutr ul li.li1 .dian{ position: relative; }
.col-aboutr ul li.li1 .dian:before,
.col-aboutr ul li.li1 .dian:after{content: '';width: 100%;height: 100%;background: #bf2225;opacity: 1;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);border-radius: 50%;}
.col-aboutr ul li.li2{left: 16.18%;top:27.14%;}
.col-aboutr ul li.li3{left: 19.42%;top:40.28%;}
.col-aboutr ul li.li4{left: 43.30%;top:29.77%;}
.col-aboutr ul li.li5{left: 44.18%;top:33.27%;}
.col-aboutr ul li.li6{left: 48.81%;top:31.52%;}
.col-aboutr ul li.li7{left: 61.94%;top:49.03%;}
.col-aboutr ul li.li8{left: 81.36%;top:37.65%;}
.col-aboutr ul li.li9{left: 85.38%;top:41.33%;}
.col-aboutr ul li.li10{left: 76.46%;top:65.67%;}
.col-aboutr ul li.li1 .dian:before{
  -webkit-animation: ProgressDian 1.5s infinite both;
  animation: ProgressDian 1.5s infinite both;
}
.col-aboutr ul li.li1 .dian:after{
  -webkit-animation: ProgressDian 2s infinite both;
  animation: ProgressDian 2s infinite both;
}
@keyframes ProgressDian {
    0% {
        width: 100%; height: 100%;opacity: 1;
    }
    100%{
        width: 1000%;height: 1000%;opacity: 0;
    }
}
@-webkit-keyframes ProgressDian {
    0% {
        width: 100%; height: 100%;opacity: 1;
    }
    100%{
        width: 1000%;height: 1000%;opacity: 0;
    }
}
@-moz-keyframes ProgressDian {
    0% {
        width: 100%; height: 100%;opacity: 1;
    }
    100%{
        width: 1000%;height: 1000%;opacity: 0;
    }
}
@-o-keyframes ProgressDian {
    0% {
        width: 100%; height: 100%;opacity: 1;
    }
    100%{
        width: 1000%;height: 1000%;opacity: 0;
    }
}


.col-index-three{margin-top: 10%;}
.col-index-three h3{padding-bottom:2.81%;  font-size: 24px;color: #333;border-bottom: 1px solid #ccc; }
.col-index-three ul{ margin-top: 5%; }
.col-index-three ul li{width:28.125%;float: left;padding: 6.25vw 30px 2.44vw;position: relative;cursor: pointer;transition: 0.5s; }
.col-index-three ul li img.img1{width: 10.57vw; position: absolute;right:10.7%;top:-18.33%;opacity: 0;transition: 0.5s;}
.col-index-three ul li h4{margin-top: 12px;margin-bottom: 1.82vw; font-size: 1.25vw;color: #fff; }
.col-index-three ul li a{ font-size: 0.83vw;color: #fff; }
.col-index-three ul li a:hover{ color: #d9272a; }

.col-index-three ul li.li1{ border-top-left-radius: 4px;border-bottom-left-radius: 4px; }
.col-index-three ul li.li3{ border-top-right-radius: 4px;border-bottom-right-radius: 4px; }
.col-index-three ul li.on{width: 43.75%;}
.col-index-three ul li.on img.img1{opacity: 1;}

/*首页应用领域*/
.col-index-application{padding: 10.41% 0;}
.col-index-application p{margin-top: 40px; max-width: 742px;color: #fff;line-height: 1.8em; }
.col-index-application a.more{display: inline-block;padding: 0.57vw 2.08vw;margin-top: 115px; background: #d9272a;color: #fff;font-size: 16px;line-height: 1.8em;border-radius: 25px;}
.col-index-application a.more:hover{background: #fff;color: #d9272a}





/*indexNews*/
.indexNews{width:100%;position:relative;background:url(../images/index-newsbg.jpg) center top no-repeat #d9272a;border-bottom:30px solid #d9272a;z-index: 2; margin-top:50px;}
.indexNews .w1200{ position:relative;padding: 65px 0 0 0;margin-bottom:-30px;}
.indexNews .titleBig{ position:absolute; top:-17px; left:0; width:165px; height:165px; background:#d9272a;}
.indexNews .titleBig a{padding-top:50px;padding-left:46px;}
.indexNews .titleBig .en{color: #fff;/*font-size:26px;*/line-height:30px;}
.indexNews .titleBig .cn{color: #fff;/*font-size:18px;*/}
.indexNews .newsBtn{ text-align:right;margin-bottom:66px;}
@media screen and (max-width:767px) {
.indexNews{background-size:cover;}
.indexNews .w1200{padding:20px 0 0 0}
.indexNews .titleBig{width:100px; height:100px;}
.indexNews .titleBig a{padding-top:25px;padding-left:20px;}
.indexNews .newsBtn{margin-bottom:30px;}
}



.indexNews .Newslist{padding:0;height:auto;color:#a0a0a0;font-size:0;line-height:normal; background:#fff;padding-top:78px;padding-bottom:40px;}
.indexNews .Newslist li{font-size:0;display:inline-block;*display:inline;zoom:1;margin:0;padding:0;list-style:none;width:50%;margin-bottom:38px; vertical-align:top;}
.indexNews .Newslist li a{display:block; margin:0 45px; position:relative; overflow:hidden;}
.indexNews .Newslist li .ImgBox{width:175px;height:105px;overflow:hidden; float:left;}
.indexNews .Newslist li .ImgBox img{max-width:100%;max-height:100%; display: block;}
.indexNews .Newslist li .ImgBox img{transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.indexNews .Newslist li:hover .ImgBox img{-moz-transform: scale(1.05); -webkit-transform: scale(1.05);transform: scale(1.05);}
.indexNews .Newslist li .listTitle{ float:left; width:250px;}
.indexNews .Newslist li .listTitle .listTitleNr{padding-left:25px;padding-top:10px;}
.indexNews .Newslist li .listTitle .t{display:block;font-size: 16px;color:#3f3a39;height:52px;line-height:26px; overflow:hidden;margin-bottom:4px;}
.indexNews .Newslist li .date{ width:60px; float:left;}
.indexNews .Newslist li .date .day{display:block; line-height:65px;background:#3f3a39;color:#fff;font-size:14px;text-align:center;}
.indexNews .Newslist li .date .year{display:block;line-height:40px;background:#d9272a;color:#fff;font-size:14px;text-align:center;}
.indexNews .Newslist li .more{display:block; line-height:30px;color:#eb6100;font-size:12px;}
.indexNews .Newslist li .more span{margin-left:10px;}
.indexNews .Newslist li a:hover .listTitle .t{color:#eb6100;}
@media screen and (max-width:1220px) {
.indexNews .Newslist li a{ margin:0 25px;}
}
@media screen and (max-width:1140px) {
.indexNews .Newslist li .date{ width:20%;}
.indexNews .Newslist li .ImgBox{width:80%;height:auto;}
.indexNews .Newslist li .listTitle .listTitleNr{padding-left:0;padding-top:10px;}
}
@media screen and (max-width:767px) {
.indexNews .Newslist{padding-top:50px;padding-bottom:40px;}
.indexNews .Newslist li{margin-bottom:15px;}
.indexNews .Newslist li a{ margin:0 10px;}	
.indexNews .Newslist li .date{ width:100%;}
.indexNews .Newslist li .date .day,
.indexNews .Newslist li .date .year{ width:50%; float:left;line-height:40px;}
.indexNews .Newslist li .ImgBox{width:100%;height:auto; float:none;}	
.indexNews .Newslist li .listTitle .t{font-size: 14px}
}
@media screen and (max-width:350px) {
.indexNews .Newslist li{width:100%;margin-bottom:15px; vertical-align:top;}	
.indexNews .Newslist li .listTitle .t{max-height:52px; height:auto;}
.indexNews .Newslist li .ImgBox img{width:100%;}
}

/*titleBox*/
.titleNr{position:relative;}
.titleBig a{ display:inline-block;}
.titleBig .en{color: #3f3a39;font-size:30px;line-height:40px;margin:0 auto;display:block;font-style: normal; text-align:left; font-weight: bold;}
.titleBig .cn{color: #3f3a39;font-size:20px;line-height:30px;margin:0 auto;display:block;font-style: normal; text-align:left; }
.titlewz{color: #909090;font-size:14px; line-height:26px;margin:0 auto;display:block;font-style: normal; text-align:center;margin-top:5px;}
@media screen and (max-width:1024px) {
.titleNr{margin-top:30px;}
}
@media screen and (max-width:767px) {
.titleBig .en{font-size:20px;line-height:30px;}
.titleBig .cn{font-size:16px;line-height:20px;}	
}

.w1200{ width: 1200px; margin: 0 auto; }
@media (max-width:1220px) {
.w1200{ width: 1100px; margin: 0 auto; }
}
@media (max-width:1140px) {
.w1200{ width: 94%; margin: 0 auto; }
}


/*newsnav*/
.newsnav {margin:0 auto;padding: 0;text-align:left;display:block;}
.newsnav .layout{ position:relative;}
.newsnav ul{margin:0 auto; font-size:0;}
.newsnav li {list-style:none;display:inline-block;*display:inline; zoom:1;text-align:left;}
.newsnav li a {display:inline-block;line-height:45px;font-size:14px; color:#fff; background:#d9272a;padding:0 46px;position:relative;text-align:center;}
.newsnav li a:hover,.newsnav li.on a{color:#d9272a; background:#fff;}
@media screen and (max-width:767px) {
.newsnav li a {	padding:0 20px;}
}





/*底部开始*/
.footer {  background: #282828;}
.footerleft{width: 29.25%;padding-top: 75px;padding-right: 15px; border-right:1px solid #e6e6e6;padding-bottom: 9999px;margin-bottom: -9999px;}
.footerleft h3{ font-size: 24px;color: #fff; }
.col-header-search{display:block;position:relative;width:100%;max-width: 312px; overflow:hidden;border-bottom: 1px solid #d8d8d8;margin-top: 25px;}
.col-header-search input{width:100%;background:none;border:0; line-height:36px;padding:0 30px 0 0;}
.col-header-search a#head_search{display:block;position:absolute;right:0;top:0;font-size:24px;color:#ccc;cursor:pointer;text-align:center;line-height:34px;}
.col-header-search a#head_search i{font-size: 20px;}

.footerleft ul{margin-top: 40px; margin-left:0px;}
.footerleft ul li{position: relative;padding-left: 39px;margin-bottom: 10px; color: #fff;line-height: 1.8em;}
.footerleft ul li img{position: absolute;left: 0;top:2px;}

.footerright{width: 70.75%;padding: 75px 0 45px;}
.footerright ul{}
.footerright ul li{width: 20%;}
.footerright ul li h4{margin-bottom: 40px; font-size: 16px; }
.footerright ul li h4 a{color: #fff;}
.footerright ul li h4 a:hover{text-decoration: underline;}
.footerright ul li p{margin-bottom: 12px; line-height: 1.5em; }

.social{ position: absolute;right: 0;bottom: 15px; }
.social h5{font-size: 16px;margin-bottom: 17px;color: #ccc;}
.social span{display: inline-block;cursor: pointer;transition: 0.5s;color: #b3b3b3;margin-left: 25px;}
.social span i{font-size: 20px;}
.social span:hover{color: #bf2225}
.social span.weixin {position: relative;}
.social span.weixin em{display: none;width:130px;height:130px; position: absolute;left: 50%;margin-left: -65px;top:-150px;}
.social span.weixin:hover em{display: block;}
.copy {padding: 37.5px 0; line-height: 1.8em; border-top: 1px solid #e6e6e6;}
.copy p {  font-size: 16px;  color: #ccc;}
.copy p a {  color: #ccc;}
.copy p a:hover {  color: #d9272a;}

.footer-page {  background: #282828;}
.footer-page .footerleft{  border-color: #666;}
.footer-page .footerleft h3{  color: #fff;}
.footer-page .col-header-search{border-bottom: 1px solid #838383;}
.footer-page .col-header-search a#head_search{color:#979797;}
.footer-page .footerleft ul li {  color: #fff;}
.footer-page .footerright ul li h4 a{  color: #fff;}
.footer-page .social h5{  color: #fff;}
.footer-page .copy{  border-color: #666;}

.footer-page input::-webkit-input-placeholder,.footer-page textarea::-webkit-input-placeholder {color: #999;}
.footer-page input:-moz-placeholder,.footer-page textarea:-moz-placeholder {color:#999;}
.footer-page input::-moz-placeholder,.footer-page textarea::-moz-placeholder {color:#999;}
.footer-page input:-ms-input-placeholder,.footer-page textarea:-ms-input-placeholder {color:#999;}

/*内页开始*/
.col-page-title{}
.col-page-title h3{font-size: 36px;color: #333;}
.col-page-title1 h3{ color: #fff;}
/*副导航开始*/
.col-subnav{padding: 1.56% 0; background: #f5f5fc; }
.col-subnav ul{display:-webkit-box;display:-moz-box;display:box;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal}
.col-subnav ul li{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;text-align:center;font-size: 16px;border-left: 1px solid #afafb0;}
.col-subnav ul li a{color: #333;}
.col-subnav ul li:hover a,
.col-subnav ul li.active a{color: #d9272a;}
.col-subnav ul li:last-child{border-right: 1px solid #afafb0;}
/*面包屑导航*/

/*关于我们*/
.col-page-about-bg{padding-right: 15px; background: url(../images/abbg1.jpg) right center repeat;}
.col-page-about{ width: 100%;max-width: 1600px;padding-left: 15px;padding-top: 60px;padding-bottom: 25px; }
.col-page-about .col-page-title{width: 100%;max-width: 1372px;height: 117px;padding-top: 65px;position: relative;}
.col-page-about .col-page-title img{position: absolute;left: 0;top:0;}
.col-page-about .col-page-title h3{width: 100%;padding-left: 6.7%;position: relative;z-index: 2;}

.col-page-about .box{width: 100%; max-width: 1280px;}

.col-about-img{margin-top: 4.68%;}
.col-about-img ul{}
.col-about-img ul.owl-carousel .owl-stage-outer{overflow: visible;}
.col-about-img ul li{ transition: 0.5s;opacity: 0.15;box-shadow: 0px 15px 40px 0px rgba( 0, 0, 0,0.1 ); }
.col-about-img ul li .pic{}
.col-about-img ul li .pic:after{padding-bottom: 35.15%;}
.col-about-img .active li{opacity: 1;border-top-left-radius:10px;border-bottom-left-radius: 10px;overflow: hidden; }
.col-about-img .owl-theme .owl-nav{margin-top: 0;}
.col-about-img .owl-theme .owl-nav [class*=owl-]{position: absolute;right: -6.25%;transform: rotate(90deg);color: #888;font-size: 25px;margin:0;}
.col-about-img .owl-theme .owl-nav .owl-prev{top:31.11%;}
.col-about-img .owl-theme .owl-nav .owl-next{bottom: 31.11%;}
.col-about-img .owl-theme .owl-nav [class*=owl-]:hover{background: none;color: #d9272a;}

.col-page-about .content{ margin-top: 5.85%;position: relative;padding-right: 10px; }
.col-page-about .content h4{width:500px; font-size: 36px;color: #e5e5e5;position: absolute;left:100%;top:0;transform: rotate(90deg);transform-origin: left top;margin-left: 7.42%; }
.col-page-about .content p{font-size: 16px;color: #666;line-height: 1.8em;}

.col-history{ position: relative;margin: 9.76% 0; }
.col-history:after{content: '';width: 100%;border-top:1px solid #ccc;position: absolute;left: 0;top:50%;}
.col-history ul{ height: 270px; }
.col-history ul li{ height: 135px;position: relative; }
.col-history ul li .dian{ width: 20px;height: 20px;background: #fff;border:4px solid #d9272a;border-radius: 50%;position: absolute;left:50%;margin-left: -10px; }
.col-history ul li .text{width: 100%;position: absolute;left: 0;}
.col-history ul li .num{margin-bottom: 12px; font-size: 48px;font-weight: bold;color: #d9272a;line-height: 0.8em; }
.col-history ul li p{ font-size: 16px;color: #666; }
.col-history ul li.li1{}
.col-history ul li.li1 .dian{bottom: -10px;}
.col-history ul li.li1 .text{top: 0;}
.col-history ul li.li0{margin-top: 135px;}
.col-history ul li.li0 .dian{top: -10px;}
.col-history ul li.li0 .text{bottom:0;}
.col-history .owl-theme .owl-nav{margin-top: 0;}
.col-history .owl-theme .owl-nav [class*=owl-]{margin:0; width: 50px;height: 50px;font-size: 0;font-family: 'iconfont';position: relative;background:#fff;border-radius:50%;border:1px solid #d9272a;color: #d9272a;transition: 0.5s;position: absolute;top:50%;margin-top: -25px; opacity: 1;}
.col-history .owl-theme .owl-nav .owl-prev{transform: rotateY(180deg);left:0;}
.col-history .owl-theme .owl-nav .owl-next{right:0;}
.col-history .owl-theme .owl-nav [class*=owl-]:after{content: '\e653';position: absolute;left:50%;top:50%;transform: translate(-50% ,-50%);font-size: 20px;}
.col-history .owl-theme .owl-nav [class*=owl-]:hover{background: #d9272a;}


/*销售网络*/
.col-page-network{padding: 90px 0 27px;}
.col-page-network ul li{position: absolute;font-size: 0.73vw;color: #fff;}
.col-page-network ul li .dian{display: inline-block;width: 8px;height: 8px;border-radius: 50%;background: #fbb443;margin:0 5px;}
.col-page-network ul li.li1{left: 36.65%;top:43.76%;}
.col-page-network ul li.li1 .dian{ position: relative;background: #fff; }
.col-page-network ul li.li1 .dian:before,
.col-page-network ul li.li1 .dian:after{content: '';width: 100%;height: 100%;background: #fff;opacity: 1;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);border-radius: 50%;}
.col-page-network ul li.li2{left: 73.69%;top:29.70%;}
.col-page-network ul li.li3{left: 76.85%;top:39.78%;}
.col-page-network ul li.li4{left: 1.42%;top:28.11%;}
.col-page-network ul li.li5{left: 2.21%;top:31.56%;}
.col-page-network ul li.li6{left: 6.47%;top:29.84%;}
.col-page-network ul li.li7{left: 19.98%;top:46.15%;}
.col-page-network ul li.li8{left: 38.70%;top:35.67%;}
.col-page-network ul li.li9{left: 42.57%;top:38.46%;}
.col-page-network ul li.li10{left: 32.70%;top:56.36%;}
.col-page-network ul li.li1 .dian:before{
  -webkit-animation: ProgressDian 1.5s infinite both;
  animation: ProgressDian 1.5s infinite both;
}
.col-page-network ul li.li1 .dian:after{
  -webkit-animation: ProgressDian 2s infinite both;
  animation: ProgressDian 2s infinite both;
}

/*生产能力*/
.col-page-equipment{padding: 5.2% 0;}
.col-page-equipment .content{max-width: 773px;margin: 1.56% auto 0; font-size: 14px;color: #666;line-height: 1.8em; }
.col-page-equipment .list{ margin-top: 3.125%; }
.col-page-equipment .list ul li .pic {max-height: 380px;transition: 0.5s;}
.col-page-equipment .list ul li .pic:after{padding-bottom: 60.8%;}
.col-page-equipment .list ul li .pic:hover{opacity: 0.6;}
.col-page-equipment .list .swiper-pagination{ position: static;margin-top:5.07%; }
.col-page-equipment .list .swiper-pagination-bullet{width: 10px;height: 10px;background: #ccc;opacity: 1}
.col-page-equipment .list .swiper-pagination-bullet-active{background: #d9272a;}
/*荣誉资质*/
.col-page-honor{padding: 5.2% 0;}
.col-page-honor .list{ margin-top: 4.68%; }
.col-page-honor .list ul li .pic {transition: 0.5s;border:1px solid #ccc;}
.col-page-honor .list ul li .pic:after{padding-bottom:100%;}
.col-page-honor .list ul li .pic img{height:82%; }
.col-page-honor .list ul li .pic:hover{opacity: 0.6;}
.col-page-honor .list ul li h5{margin-top: 30px;color: #333;}
.col-page-honor .list .swiper-pagination{ position: static;margin-top:3.51%; }
.col-page-honor .list .swiper-pagination-bullet{width: 10px;height: 10px;background: #ccc;opacity: 1}
.col-page-honor .list .swiper-pagination-bullet-active{background: #d9272a;}


.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;
}
.phonehonor {
  display: none;
}
.phonehonor ul {
  width: 100%;
}
.phonehonor ul li {
  width: 100%;
}
.phonehonor ul li .pic {
  width: 100%;
}
.phonehonor ul li .pic:after {
  padding-bottom: 45%;
}
.phonehonor .slick-dots li {
  display: inline-block;
  width: auto;
}
.phonehonor .slick-dots li button {
  background: #ddd;
}
.phonehonor .slick-dots li.slick-active button {
  background: #d80808;
}
/*生产实力*/
.case {
  margin-bottom: 30px;
  position: relative;
}
.case .casebg {
  width: 1000%;
  position: absolute;
  height: 157px;
  background: #ddd;
  left: -100%;
  top: 26%;
}
.case ul li {
  width: 24.767%;
  height: 312px;
  float: left;
  margin: 55px 3px 0 0;
  position: relative;
  z-index: 222;
}
.case ul li .pic {
  width: 100%;
  height: 57%;
}
.case ul li .pic:after {
  padding-bottom: 67%;
}
.case ul li .pic .casezzc {
  width: 100%;
  height: 100%;
  background: #d80808;
  opacity: 0.8;
  text-align: center;
  display: inline-block;
  display: none;
  z-index: 222;
  position: relative;
}
.case ul li .pic .casezzc .consu {
  padding: 5px 20px;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 25%;
  display: inline-block;
}
.case ul li .casetxt {
  padding: 25px 15px;
  background: #f9f9f9;
  transition: 0.3s;
}
.case ul li .casetxt a.casetit {
  color: #333;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
  height: 19px;
  overflow: hidden;
  line-height: 19px;
}
.case ul li .casetxt span {
  display: block;
  color: #999;
  transition: 0.3s;
  height: 20px;
  overflow: hidden;
}
.case ul li .casetxt a.caseview {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/caseview.png) no-repeat center;
  margin-top: 15px;
  transition: 0.3s;
}
.case ul li:hover .casezzc {
  display: block;
}
.case ul li:hover .casetxt {
  background: #d80808;
  opacity: 0.8;
  text-align: center;
}
.case ul li:hover .casetxt a.casetit {
  color: #fff;
}
.case ul li:hover .casetxt span {
  color: #fff;
}
.case ul li:hover .casetxt a.caseview {
  background: url(../images/caseviewhover.png) no-repeat center;
}
.case ul li:nth-child(4n) {
  margin-right: 0px;
}
/*生产实力详细页*/
.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;
}
/*联系我们*/
.col-page-contact{ padding: 4.68% 0 7.29%; }
.col-map{ width: 53.125%; }
#allmap {
  width: 100%;
  height: 520px;
}
#allmap img {


}
#allmap label {
  max-width: 1070px;
}
.col-contactway{width: 45.31%;}
.col-contactway ul{}
.col-contactway ul li{margin-bottom: 100px;}
.col-contactway h2{ font-size: 30px;color: #333;padding-bottom:40px; }
.col-contactway h2 img{display: block;margin-bottom: 10px;}
.col-contactway p{ font-size: 16px;color: #666;line-height: 1.8em; }
.col-contactway ul li:last-child{margin-bottom: 0;}
/*在线留言*/
.col-onlinemessage{padding: 5.2% 0; background: #f2f4fa;}
.col-onlinemessage .message{max-width: 1200px;margin:30px auto 0;}
.col-onlinemessage .message ul{}
.col-onlinemessage .message ul li{width: 100%;float: left;position: relative;margin-top: 21px;}
.col-onlinemessage .message ul li.li1{width: 48.43%;margin-right: 3.14%;}
.col-onlinemessage .message ul li.li1:nth-child(2n){margin-right: 0;}

.col-onlinemessage .message ul li input{ width: 100%;padding: 0 15px 0 45px;height: 50px;line-height: 48px;border:1px solid #999; }
.col-onlinemessage .message ul li textarea{width: 100%;padding: 15px;height: 240px;border:1px solid #999;float: left;}

.col-onlinemessage .message ul li.li4{}
.col-onlinemessage .message ul li.li4 input{width: 120px;padding: 0 15px;}
.col-onlinemessage .message ul li.sub input{margin-left: 0;background: #d9272a;font-size: 18px;color: #fff;padding: 0;border-color: #d9272a;height: 55px;}


.col-onlinemessage .message ul li.li_1:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-1.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_2:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-2.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_3:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-3.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_4:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-4.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_5:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-5.png) center center no-repeat;}

.col-onlinemessage input::-webkit-input-placeholder,.col-onlinemessage textarea::-webkit-input-placeholder {color: #cccccc;}
.col-onlinemessage input:-moz-placeholder,.col-onlinemessage textarea:-moz-placeholder {color:#cccccc;}
.col-onlinemessage input::-moz-placeholder,.col-onlinemessage textarea::-moz-placeholder {color:#cccccc;}
.col-onlinemessage input:-ms-input-placeholder,.col-onlinemessage textarea:-ms-input-placeholder {color:#cccccc;}




.message { width: 100%;max-width:1000px;margin:50px auto 80px; }
.message .messagecon {}
.message .messagecon ul {margin-top: 20px;}
.message .messagecon ul li{width:98%;margin:0 1%;float: left;}
.message .messagecon ul li.li_1{width: 48%;}

.message .messagecon ul li span {
  display: block;
  color: #333;
  line-height: 40px;
}
.message .messagecon ul li input {
  width: 100%;padding: 0 15px;
  line-height: 35px;
  border: 1px solid #999;
}
.message .messagecon ul li input[type="radio"],.message .messagecon ul li input[type="checkbox"]{
  width: auto;
}
.message .messagecon ul li select{
  width: 100%;
  height: 35px;
  border: 1px solid #999;
}
.message .messagecon ul li input:focus {
  border: 1px solid #029e65;
}
.message .messagecon ul li textarea {
  width: 100%;
  border: 1px solid #999;
  height: 240px;
  float: left;
}
.message .messagecon ul li textarea:focus {
  border: 1px solid #029e65;
}
.message .messagecon ul li.li4 {margin-top: 21px;}
.message .messagecon ul li.li4 input {
  width: 120px;
  float: left;
}
.message .messagecon ul li.li4 img {
  float: left;
  cursor: pointer;
  margin: 0 5px;
}
.message .messagecon ul li.li4 a {
  float: left;
  line-height: 35px;
}

.message .sub {text-align: center;margin-top: 45px!important;}
.message .sub input {
  height: 45px;
  width: 20%;min-width: 120px;
  background: #575757;
  border: 0;
  
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
}
.message .sub input:hover {
  background: #029e65;
}
/*人才招聘*/
.job ul {
  margin-top: 50px;
}
/*.job ul li {
  border-bottom: 1px solid #cecece;
}*/
.job ul li .jobtit {
  color: #333;
  line-height: 49px;
  cursor: pointer;
  background: url(../images/jobtitbg.png) no-repeat 99% center;
  position: relative;
  height: 49px;
  padding-right: 3%;
}
.job ul li .jobtit span {
  width: 63px;
  height: 49px;
  background: url(../images/jobbg1.png) no-repeat center;
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
}
.job ul li .jobtit span b {
  font-family: arial;
  font-size: 18px;
}
.job ul li .jobtit span.zhiwei {
  width: 90%;
  display: inline-block;
  height: 49px;
  overflow: hidden;
  background: none;
  color: #333;
  font-weight: normal;
  padding-left: 0;
}
.job ul li .jobtit span.zhiwei b {
  font-size: 14px;
}
.job ul li .jobtit i {
  width: 16px;
  height: 11px;
  background: #d80808;
  display: inline-block;
  position: absolute;
  top: 42px;
  left: 64px;
  transform: rotate(-39deg);
  display: none;
}
.job ul li .jobcon {
  background: #faf2db;
  padding: 25px 3% 38px 40px;
  display: none;
}
.job ul li .jobcon hr {
  border-top: 1px solid #cbc7bc;
}
.job ul li.active {
  border-bottom: 0;
}
.job ul li.active .jobtit {
  background: #d80808 url(../images/jobtit2.png) no-repeat 99% center;
  color: #fff;
}
.job ul li.active .jobtit i {
  display: block;
}
.job ul li.active .jobtit span.zhiwei {
  color: #fff;
}
.job ul li.active .jobcon {
  display: block;
}


/*站点地图*/
.mapwrap {
  margin: 40px auto;
  padding-bottom: 100px;
}
.mapwrap dl {
  margin: 20px auto 20px;
  overflow: hidden;
  line-height: 30px;
  width: 98%;
  transition: 0.3s;
}
.mapwrap dl:hover {
  box-shadow: 0 0 2px #d80808;
}
.mapwrap dl:hover dt a {
  color: #d80808;
  font-weight: bold;
}
.mapwrap dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.mapwrap dt:hover {
  background: #d80808;
}
.mapwrap dt:hover a {
  color: #fff !important;
}
.mapwrap dt a {
  color: #d80808;
  display: block;
  padding: 10px 0;
  transition: 0.3s;
}
.mapwrap dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.mapwrap dd {
  font-size: 14px;
  overflow: hidden;
  float: left;
  width: 85%;
  line-height: 40px;
}
.mapwrap dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.mapwrap dd .p2 a {
  color: #d80808;
  font-weight: bold;
  overflow: hidden;
  transition: 0.3s;
}
.mapwrap dd .p2 a:hover {
  color: #000;
}
.mapwrap dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.mapwrap dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
  margin-top: 1px;
  transition: 0.3s;
}
.mapwrap dd div a:hover {
  background: #d80808;
  color: #fff;
}


  /*loading页面*/
  #loading  
  {  
    width: 100%;
    height:100%;
    position:fixed;  
    z-index:999;  
    background:#ffffff;
    text-align: center;
    display: table;
  }   
  #loading span{
    display: table-cell;
    vertical-align: middle;
  }
  #loading span p{color:#fff;font-size: 20px;}
  #loading img{   
    display: inline-block; 
  }
  .scoll_dis  
  {   
    overflow:hidden;  
  }
  /*产品分类*/
  #catalog{
    width:1100px;
    margin: 15px auto;
    padding: 0 15px;
  }
  #catalog .catalog_title{width:10%;}
  .sicatalog_head {
    font-size: 44px;
    font-weight:bold;
    color: #d80808;
    font-family: Verdana,Arial;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding-left: 30px;
  }
  .f_l {
    float: left;
  }
  .dashed > ul > li{
    margin-left:30px; 
  }
  .dashed > div > span{
    height: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #333;
  }
  .sicatalog {
    overflow: hidden;
    margin: 0 80px;
  }
  .sicatalog .dashed:first-child {
    border-top: none;
  }
  .sicatalog .dashed {
    overflow: hidden;
    border-top: #aaa 1px dashed;
    padding: 13px 0px;
  }
  .sicatalog li {
    text-align: center;
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    margin: 0 13px;
  }
  .sicatalog li:hover,
  .sicatalog .active{
    background:#d80808; 
  }
  .sicatalog li:hover a,
  .sicatalog .active a{
    color:#fff;
  }
  /*产品放大镜*/
  .small > .active{
    border: 3px solid #d80808;
  }
  #magnifier > img{
    width: 100%;
    height:100%
  }
  /*滑块*/
  .magnifyingBegin{
    width: 175px;
    height: 210px;
    left: 0;
    top: 0;
    background-color: #454545;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: absolute;
    cursor: move;
    display: none;
  }
  /*放大镜显示区域*/
  .magnifyingShow{
    width: 370px;
    height: 420px;
    display: none;
    position: absolute;
    right: -400px;
    top: 0;
    overflow: hidden;
    background-color: #454545;
  }
  .magnifyingShow > img{
    width: 790px !important;
    max-width: none;
    height: 865px;
    margin-left:0;
    margin-top: 0;
  }
  /*生产实力*/
  .carousel ul li{
    width: 100%;
    float: none;
  }
  /*站点地图*/
  #map .con{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 50px; 
  }
  .con .hd h1 {
    width: 122px;
    height: 39px;
    font-size: 16px;
    line-height: 39px;
    font-family: "微软雅黑","MicrosoftYahei","宋体","Arial Narrow",sans-serif;
    text-align: center;
  }
  .con .hd {
    height: 39px;
    background: #fcfcfc;
    border-bottom: #fff 1px solid;
  }
  .con .bd {
    padding: 10px 0;
    border-top: #d6dbe1 1px solid;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd dl {
    padding: 0 0 10px 10px;
    zoom: 1;
  }
  .con .bd dd {
    float: left;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd ul {
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd li {
    float: left;
    height: 28px;
    padding: 0 5px;
    line-height: 28px;
  }
  .con .bd dd {
    margin: 6px;
  }
  /*站内搜索*/
  .goomay-keywords-light{
    background: #dc3545 !important;
    color:#ffffff !important;
  }
  #search{
    margin-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;
  }


/****询盘****/
.inquiry-container .row{margin-left:0px;margin-right:0px;}
/*.inquiry-container li img{height:30px;}*/
.inquiry-container a{color:#000000;}
.inquiry-col{padding:0!important;}
.inquiry-title{font-size: 24px;margin:0px 0px 40px;color:#cccccc;position: relative;}
.inquiry-title:before{width: 90%;content:"";position: absolute;border-top: 1px dashed #cccccc;right: 0;top:15px;}
.inquiry-title:after{width: 90%;content:"";position: absolute;border-bottom: 1px dashed #cccccc;right: 0;top:20px;}
.inquiry-chose{background-color:#162c4c;color:#ffffff;padding:0px 20px;line-height: 50px}
.inquiry-chose .inquiry-select select{height:30px;color:#000000;line-height: 30px;width: 100%;border:none;padding:0 20px;cursor:pointer;}
.inquiry-container .classification{padding:0;}
.inquiry-search{text-align: right;}
.inquiry-search input{width: 290px;height: 30px;line-height: 30px;padding:0 10px;color:#000000;display: inline-block;float: right;margin: 10px 0;border: 0}
.inquiry-search i{width: 40px;height: 30px;background: #a0a0a0;color: #ffffff;float: right;line-height: 30px;text-align: center;font-size: 20px;margin: 10px 0;cursor:pointer;}
.inquiry-container .product-list{padding:20px 0 30px;border-bottom: 1px dashed #737373;color:#000000;}
.inquiry-container .fa-play{color:#ffffff;background: #162c4c;width: 24px;height:24px;line-height: 24px;text-align: center;}
.inquiry-container .product-list .product-ul li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-add,.inquiry-submit{background: #e60012;color:#ffffff;padding:8px 20px;width:130px;text-align: center;border-radius: 10px;cursor: pointer;}
.inquiry-submit{margin-top: 30px;}
.inquiry-add .fa{font-size: 16px}
.inquiry-list{margin-top:20px;}
.inquiry-container .list-head{background: #f2f2f2;height:46px!important;line-height: 46px!important;}
.inquiry-list li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-container .fa-times,.inquiry-container .fa-plus{font-size: 18px;cursor: pointer;}
.gm-row{margin:0;padding:0 !important;}
.inquiry-container .input-name{line-height: 40px;color:#0d0d0d;}
.inquiry-container .input-type input,.inquiry-container .input-type textarea{width: 100%;font-size: 12px;padding:5px;}
.inquiry-container .input-type textarea{height:140px;}
.inquiry-container .input-type input{height:40px;margin-bottom: 10px}
.inquiry-container .input-star{color:#cd0406;}
.inquiry-form{margin:50px 0 40px;}
.inquiry-submit{margin:0 auto;margin-top: 40px;}
.inquiry-add-page{margin-top:30px;}
.inquiry-page {padding:8px 0;text-align:right;}
.inquiry-page li {display: inline;}
.inquiry-page li a{font-family: arial;background: #ffffff;padding: 2px 6px;margin: 0 2px;font-size: 12px;display: inline;border:1px solid #cccccc;}
.inquiry-page li a:hover {background: #f3f3f3;}
.inquiry-page li.active a{background: #f3f3f3;color: #ababab;}
.inquiry-page li.bgnone a{display: none;}
.submit-hide{display: none;}
.inquiry-captcha .captcha_src{
  height:40px;
}
#BMapLib_search_bus_btn0{margin-right:0px!important;}
.tangram-suggestion-main{z-index: 99}

.baidu-map-content{
  margin:0;
  line-height:20px;
  padding:2px;
}
.baidu-map-content img{
  float:right;
  zoom:1;
  overflow:hidden;
  width:100px;
  height:100px;
  margin-left:3px;
}
/*产品规格*/
.spec-type{
  height: 32px;line-height: 32px;margin-top:3px
}
.spec-item{
  padding: 20px 0;
}
.spec-one-item{
  padding:5px 0;
}
.spec-val{
  padding-left: 0!important;
}
.choiceimg{
  width: 42px!important;
  height: 42px!important;
  padding: 2px!important;
}
.border-spec{
  border:1px solid #fff;
}
.border-spec:hover{
  border:1px dotted #f40;
}
.border-spec-active{
  border:1px dotted #f40;
}
.cartInvalid{
  background: #f0f0f0
}
.choice{
  padding: 0 10px;border: 1px solid #b8b7bd;cursor:pointer;float: left;margin-right: 5px;height: 32px;line-height: 32px;margin-top:3px;
}
.choice:hover{
  border: 1px solid #FF0036;
}
.choice-active{
  border: 1px solid #FF0036;
}
.choice-disabled{
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.click-disabled{
  pointer-events: none;
}
#gotoTop{
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0,0,0,0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
}
#gotoTop:hover{
  background-color: #d9272a;
}
.customer-service{
  z-index: 299;
  position: fixed;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 90px;
}
.customer-service li{
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0,0,0,0.3);
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 10px;
}
.customer-service li a{
  color: #FFF;
}
.customer-service li:hover{
  background-color: #1ABC9C !important;
}
/*普通产品询盘*/
.enquiry-area{width: 100%;height: 100%;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;padding: 0 0 25px;border: 1px solid #eee;font-size: 14px;background: #fff;overflow: hidden;}
.enquiry-area .enquiry-head{cursor: default;background: #003e59;color: #ffffff;position: relative;width: 100%;height: 55px;line-height: 55px;font-size: 16px;padding-left: 22px;}
.enquiry-area .enquiry-item{position: relative;background: #fff;padding:0 20px;margin-top: 20px;}
.enquiry-area .enquiry-item button{background: #ff6f00;border: none;border-bottom: 2px solid #ef5a00;color: #ffffff;padding: 8px 22px;border-radius: 3px;text-decoration: none;transition: background 200ms ease;outline: none;cursor: pointer;width: 100%;}
.enquiry-area .enquiry-item button i{display: inline-block;margin-left: 8px;}
.enquiry-area .enquiry-item .enquiry-input{box-sizing: border-box;width: 50%;padding: 10px;font-family: 'Open Sans', sans-serif;background: #fff;margin: 0;height: 40px;font-size: 14px;border: 1px solid #eee;border-left: 2px solid #003e59;outline: none;resize: none;overflow: hidden;border-radius: 3px;transition: box-shadow 200ms ease;}
.enquiry-area .enquiry-item .enquiry-textarea{width:100%!important;height:95px!important;}



input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #ccc;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#ccc;}
input::-moz-placeholder,textarea::-moz-placeholder {color:#ccc;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#ccc;}
/*产品中心start*/
.col-page-product{padding: 6.25% 0; background: #f5f5fc; }

.col-page-product-nav{ width: 22.65%; }
.col-page-product-nav .col-header-search{margin:0;border:1px solid #cdcdcd;}
.col-page-product-nav .col-header-search input{padding-left: 20px;background: #fff;padding-right: 56px;}
.col-page-product-nav .col-header-search a#head_search{width: 36px; background: #d9272a;color: #fff;}
.col-page-product-nav h3{margin-top: 24px; padding: 0 20px;color: #fff;background: #d9272a; line-height: 70px;}
.col-page-product-nav ul{}
.col-page-product-nav ul li{padding:25px 20px; border:1px solid #e6e6e6;background: #fff;cursor: pointer;}
.col-page-product-nav ul li h4{font-size: 16px; color: #888;}
.col-page-product-nav ul li h4.down{position: relative;padding-right: 25px;}
.col-page-product-nav ul li h4.down:after{content: '\e9fb';position: absolute;right: 0;top:50%;transform: translateY(-50%);font-family: 'iconfont';font-size: 20px;}
.col-page-product-nav ul li h4 a{color: #888;}
.col-page-product-nav ul li h4 a:hover{color: #333;}
.col-page-product-nav ul li p{display: none; padding-top: 15px; }
.col-page-product-nav ul li p a{display: block;color: #888;margin:15px 0;}
.col-page-product-nav ul li p a:hover,
.col-page-product-nav ul li p a.on{color: #d9272a;}
.col-page-product-nav ul li.active{}
.col-page-product-nav ul li.active h4{color: #333;}
.col-page-product-nav ul li.active h4 a{color: #333;}
.col-page-product-nav ul li.active p{display: block;}
.col-page-product-nav ul li:hover{}
.col-page-product-nav ul li:hover h4{color: #333;}
.col-page-product-nav ul li:hover h4 a{color: #333;}

.col-page-product-right{ width: 73.90%; }
.col-page-product-right .title h3{ font-size: 36px;color: #d9272a; }
.col-page-product-right .content{border-top:1px solid #ccc;margin-top: 25px;padding-top: 20px; color: #333;line-height: 2em; }

.pro{}
.pro ul.row{margin:0 -4px;}
.pro ul li{padding: 0 4px;margin-top: 5.28%;}
.pro ul li .padding{transition: 0.5s;border-bottom: 1px solid #ccc;}
.pro ul li .pic{background: #fff;border:1px solid #e6e6e6;}
.pro ul li .pic:after{padding-bottom: 77.419%;}
.pro ul li .pic img{transition: 0.5s;}
.pro ul li .text{margin-top: 8%; text-align: center; }
.pro ul li .text h4{}
.pro ul li .text h4 a{ color: #333; }
.pro ul li:hover{}
.pro ul li:hover img{ transform: scale(1.1); }
.pro ul li:hover h4 a{ color: #d9272a;}

/*产品详细页*/
.col-page-proshow{padding: 5.2% 0;background: #f5f5fc;}
.pro_show{}
.pro_right{ width: 73.90%; }
.pro_right .pic{max-height: 400px; border:1px solid #e6e6e6;background: #fff; }
.pro_right .pic:after{padding-bottom: 42.105%;}
.pro_right h1{margin-top: 60px; font-size: 18px;color: #333; }
.pro_right .content{margin-top: 25px;padding-top: 25px;border-top:1px solid #ccc; color: #666;line-height: 1.8em; }
.pro_right .button{margin-top: 60px;}
.pro_right .button a{display: inline-block;width: 150px;height: 50px;line-height: 50px; color: #333;background: #fff;border:1px solid #d9272a;text-align: center;margin-right: 10px;}
.pro_right .button a:hover{background: #d9272a;color: #fff;}

.pro_show .prenext{display: none; margin:30px 0 60px;padding: 20px 0 0; border-top:1px solid #e5e5e5;}


.pro_show_pc .pic:after{padding-bottom: 53.76%;}
/*.pro_show_pc .pic img{max-width: 95%;}*/
.pro_show_phone{}
.pro_show_phone .product-thumb{width: 100%;margin:0 auto;}
.pro_show_phone .pic{max-height: 400px;padding: 20px 0;}
.pro_show_phone .pic:after{padding-bottom: 42.105;}
.pro_show_phone .swiper-pagination{position: absolute;}
.pro_show_phone .swiper-pagination .swiper-pagination-bullet{ width: 8px;height: 8px;margin:0 4px!important;background: #ccc;opacity: 1; }
.pro_show_phone .swiper-pagination .swiper-pagination-bullet-active{background: #d9272a;}

.swiper-container-product{  position: relative;  overflow: hidden;}
.swiper-container-product-phone{ position: relative;  overflow: hidden;text-align:center;}

.jqueryzoom{
  /*height: 500px;*/
  width: 100%;
  overflow: hidden;
  border:1px solid #dcdcdc;
}
.jqueryzoom .cloudzoom{
  /*height: 100%;*/
  /*margin:0 auto;*/
  text-align: center;
}
.product-thumb{
  /*padding:0px 40px;*/
  position: relative;
  /*margin-top:10px;*/
}
.product-thumb .swiper-slide{
  /*height:120px;*/
  /*border:1px solid #ebebeb;*/
}
.product-thumb .cloudzoom-gallery{
  cursor: pointer;
  /*height: 100%;*/
}
.product-detail-prev{
  position: absolute;
  left: 0;
  color:#000000;
  padding:6px 8px;
  top:50%;
  margin-top:-27px;
  font-size: 30px;
}
.product-detail-next{
  position: absolute;
  right: 0;
  color:#000000;
  padding:6px 8px;
  top:50%;
  margin-top:-27px;
  font-size: 30px;
}
.cloudzoom-lens {
    border: 1px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    background: #fff;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border: 1px solid #888;
    width: 500px;
    height: 200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 99;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none; /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image: url(../images/blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    /*background-image: url(../images/ajax-loader.gif);*/
    width: 32px;
    height: 32px;
}

/* 产品详情页选项卡 */
.proshowcon_tab{}
.proshowcon_tab .tab_menu{overflow:hidden;border-bottom: 1px solid #ccc;padding-bottom:5px;}
.proshowcon_tab .tab_menu li{
  float:left;
  font-size: 24px;
  color:#343434;font-family: 'Din Bold';
  text-transform: capitalize;
  cursor:pointer;
}
.proshowcon_tab .tab_menu li.current{color:#343434;}
.proshowcon_tab .tab_menu li a{color:#fff;text-decoration:none;}
.proshowcon_tab .tab_menu li.current a{color:#333;}
.proshowcon_tab .tab_box{padding:3.51%;margin-top: 40px; background: #f2f2f7; min-height: 200px;}
.proshowcon_tab .tab_box .hide{display:none;}
.proshowcon_tab .tab_box p{font-size: 14px;color: #888;}
.proshowcon_tab .tab_box table{ width: 100%; }
.proshowcon_tab .tab_box table tr{}
.proshowcon_tab .tab_box table td{padding: 14px;color: #888; border-bottom: 1px solid #ccc;line-height: 1.5em; }


.product-inquiry{margin-top: 9%;}
.product-inquiry h4{padding-bottom: 12px; font-size: 24px;color: #333;border-bottom: 1px solid #ccc; }
.product-inquiry ul{margin-top: 30px;}
.product-inquiry ul li{ margin-bottom: 20px; }
.product-inquiry ul li input{ width: 100%;line-height: 30px;padding: 10px 20px;border:1px solid #f2f2f7;background: #f2f2f7; }
.product-inquiry ul li textarea{ width: 100%;height: 240px; float: left;padding: 10px 20px;border:1px solid #f2f2f7;background: #f2f2f7; }
.product-inquiry ul li.li4 input{max-width: 150px;}
.product-inquiry ul li.sub input{max-width: 150px;text-transform: uppercase;color: #fff;background: #f78316;}

@media (max-width: 991px) {
.col-page-product{padding: 60px 0;}
.col-page-product-right{ width: 100%; }
.col-page-product-right .title h3{ font-size:24px;}
.col-page-product-right .content{ margin-top:15px;padding-top:10px;  line-height:1.8em; }

.pro ul li{margin-top:30px;}
.pro ul li .text{margin-top:15px;}
.pro ul li .text h4{font-size:14px;}

.col-page-proshow{padding:55px 0;}
.pro_right{width: 100%;}
.pro_right h1{margin-top: 30px; }
.pro_right .content{margin-top: 15px;padding-top: 15px; }
.pro_right .button{margin-top:30px;}
.pro_right .button a{width: auto;height: auto;padding: 5px 20px;line-height: 1.8em;}


  .proshowcon_tab .tab_menu li{font-size: 18px;}

  .product-inquiry{margin-top:45px;}
  .product-inquiry h4{  font-size:18px; }
  .product-inquiry ul{margin-top:20px;}
  .product-inquiry ul li{ margin-bottom:15px; }
  .product-inquiry ul li input{ padding: 5px 20px;}
  .product-inquiry ul li textarea{ height:120px; }

  .proshowcon_tab .tab_box table td{ width: 50%;}
}

/*产品中心end*/
/*新闻中心start*/
.col-page-news{padding: 5.2% 0;}
.col-page-news .col-header-search{position: absolute;right: 0;bottom:0;}
.news ul{ margin-top: 4.68%; }
.news ul li.row {margin:0;padding: 1.17% 0; background: #f5f5fc;transition: 0.5s;cursor: pointer;}
.news ul li .title {padding: 0 2.34%;}
.news ul li .title h4{ font-size: 16px;line-height: 30px; }
.news ul li .title h4 a{color: #333;}
.news ul li .title h4 a span{margin-right: 20px;}
.news ul li .desc {padding: 0;}
.news ul li .desc p{font-size: 16px;color: #888;line-height: 30px;}
.news ul li .more {padding: 0 2.34%;font-size: 16px;line-height: 30px;}
.news ul li .more a{color: #333;}
.news ul li:hover{box-shadow: 0px 5px 10px 0px rgba( 0, 0, 0,0.1 );z-index: 1;position: relative;}
.news ul li:hover a{color: #d9272a;}
.news ul li:nth-child(even){background: #fff;}


/*分页*/
.page { text-align: center;margin-top:4.68%;}
.page li {  display: inline;}
.page li a{
  font-family: arial;
  border-radius: 0!important;
  background: #fff;
  padding: 5px 10px;
  margin: 0 2px;
  display: inline;
  margin-bottom:0px;
  color:#d9272a;
  border:1px solid #cdcdcd!important;
}
.page li a:hover,
.page li.active a {
  background: #d9272a;
  border: 1px solid #d9272a!important;
  color: #fff;
}
.page li.bgnone a{
  background: none;
}
.page li.bgnone a:hover {
  color: #d80808;
}

@media (max-width: 991px) {
  .col-page-news{padding: 55px 0;}
  .news ul{ margin-top: 40px; }
  .news ul li .title h4{ font-size: 14px;line-height: 25px; }
  .news ul li .title h4 a span{margin-right: 10px;}
  .news ul li .desc p{font-size: 14px; line-height: 25px;}
  .news ul li .more { font-size: 14px;line-height: 25px;}
}
@media (max-width: 767px) {
  .news ul li.row{padding: 10px 0;}
  .news ul li .desc{padding: 0 2.34%;}
}

.newshow{padding-bottom:80px;}
.newshow .newshowtit {
  text-align: center;
  margin-top: 55px;
  border-bottom: 1px dotted #bfbebe;
}
.newshow .newshowtit h1 {
  font-size: 22px;
  color: #333;
}
.newshow .newshowtit .date {
  line-height:1.8em;padding: 22px 0;
  font-size: 12px;
  color: #999;
}
.newshow .newshowtxt{margin:30px 0;}
.newshow .newshowtxt p {
  line-height: 25px;
}
.newshow .newshowimg {
  text-align: center;
  margin: 65px 0;
}
.prev-next {
  float: left;
  margin-top: 10px;
}
.prev-next a {
  display: block;
  color: #999;
  line-height: 25px;
  transition: 0.3s;
}
.prev-next a b {
  color: #666;
}
.prev-next a:hover {
  color: #f08300;
}
.prev-next a.prev {
  border-bottom: 1px dashed #d4d4d4;
}
/*新闻中心end*/



.inquiry-form{margin-top: 7.8%;margin-bottom: 0}
.inquiry-form h3{color: #333;border-bottom: 1px solid #ccc;padding-bottom: 15px;}
.inquiry-form ul{margin-top:13px;}
.inquiry-form ul li{ margin-top: 17px;width: 32.03%;float: left;margin-right: 1.95%; }
.inquiry-form ul li input,
.inquiry-form ul li textarea{float: left; width: 100%;padding:4px 10px; line-height: 35px; background: #fff;border:1px solid #fff; }
.inquiry-form ul li textarea{height:240px; }

.inquiry-form ul li.li_3{width: 100%;}
.inquiry-form ul li.li4{width: 100%;margin:20px 0 0;}
.inquiry-form ul li.li4 div{padding: 0;}
.inquiry-form ul li.li4 input{max-width: 150px;margin-right: 10px;}
.inquiry-form ul li.sub{ width: 150px; }
.inquiry-form ul li.sub input{border-color: #d9272a;background: #d9272a;color: #fff;padding:4px 10px;}
.inquiry-form ul li:nth-child(3n){margin-right: 0;}
@media (max-width: 991px) {
  .inquiry-form{margin-top:50px;}
  .inquiry-form h3{font-size: 18px;}
  .inquiry-form ul{margin-top:8px;}
  .inquiry-form ul li input,
  .inquiry-form ul li textarea{line-height: 30px;}
  .inquiry-form ul li textarea{height:180px; }
}
@media (max-width: 767px) {
  .inquiry-form ul li{width: 100%;}
}

.col-page-applicationList{padding: 6.25% 0; background: #f5f5fc; }
.col-page-applicationList ul.row{margin:0;}
.col-page-applicationList ul li{padding: 0;border:1px solid #ccc;margin-top: -1px;margin-left: -1px;transition: 0.5s;}
.col-page-applicationList ul li a{transition: 0;}
.col-page-applicationList ul li .pic{}
.col-page-applicationList ul li .pic:after{padding-bottom:81.67%;}
.col-page-applicationList ul li .bg{opacity: 0;}
.col-page-applicationList ul li .bg:after{content: '';width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(0,0,0,0.2);}
.col-page-applicationList ul li .content{padding: 0 7.27%; position: absolute;left: 0;top:50%;transform: translateY(-50%);}
.col-page-applicationList ul li h3{font-size: 1.56vw;color: #333;transition: 0.5s;}
.col-page-applicationList ul li h3 span{display: block;font-size: 2.5vw;margin-bottom: 12px;}
.col-page-applicationList ul li p{margin:11.46% 0; font-size: 0.83vw;color: #888;transition: 0.5s;line-height: 1.8em;height: 3.6em;overflow: hidden;}
.col-page-applicationList ul li .more{font-size: 0.83vw;color: #d9272a;transition: 0.5s;}
.col-page-applicationList ul li:hover  {box-shadow: 6px 10.392px 20px 0px rgba( 0, 0, 0 ,0.1);}
.col-page-applicationList ul li:hover .bg{opacity: 1;}
.col-page-applicationList ul li:hover h3{color: #fff;}
.col-page-applicationList ul li:hover p{color: #fff;}
.col-page-applicationList ul li:hover .more{color: #fff;}

.col-application-show{ padding: 5.2% 0;background: #f5f5fc; }
.col-application-show .appl{ width: 49.21%; }
.col-application-show .appl .num{ font-size: 48px;color: #d9272a;line-height: 0.8em;font-weight: bold; }
.col-application-show .appl h1{margin: 15px 0 40px; font-size: 36px;color: #333; }
.col-application-show .appl p{ font-size: 16px;color: #888;line-height: 1.8em; }
.col-application-show .appl h4{color: #343434;margin-top: 27%;margin-bottom: 30px;}
.col-application-show .appr{ width: 42.96%;box-shadow: 6px 10.392px 20px 0px rgba( 0, 0, 0 ,0.1); }
.col-application-show .appr .pic{}
.col-application-show .appr .pic:after{padding-bottom: 109.09%;}

.col-application-show-list{padding: 3% 0; background: #f5f5fc;border-top:1px solid #ccc;}
.col-application-show-list ul.row{margin:0;}
.col-application-show-list ul li{padding-top: 1.56%;padding-bottom: 1.56%;margin-top: -1px;margin-left: -1px; border:1px solid #ccc; transition: 0.5s; }
.col-application-show-list ul li a{ color: #333; }
.col-application-show-list ul li:hover { background: #d9272a;}
.col-application-show-list ul li:hover a{ color: #fff; }
.col-application-show-list ul li.on { background: #d9272a;}
.col-application-show-list ul li.on a{ color: #fff; }

@media (max-width: 991px) {
  .col-page-applicationList{padding: 60px 0;}
  .col-page-applicationList ul li h3{font-size: 20px;}
  .col-page-applicationList ul li h3 span{font-size: 24px;}
  .col-page-applicationList ul li p{font-size: 14px;margin:25px 0;}
  .col-page-applicationList ul li .more{font-size: 14px;}

.col-application-show{ padding:55px 0;}
.col-application-show .appl{ width:100%; }
.col-application-show .appl .num{ font-size:24px;}
.col-application-show .appl h1{margin: 10px 0 20px; font-size: 18px;}
.col-application-show .appl p{ font-size: 14px; }
.col-application-show .appl h4{margin:30px 0 20px;font-size: 16px;}
.col-application-show .appr{ width:100%;margin-top: 30px; }
.col-application-show .appr .pic{max-height: 600px;}

.col-application-show-list{padding:40px 0;}
.col-application-show-list ul li{padding-top: 12px;padding-bottom: 12px;}
.col-application-show-list ul li h4{ font-size: 14px;}


}
@media (max-width: 767px) {
  .col-page-applicationList ul li .pic{max-height:300px; }
}

.headPhone{position: absolute;right: 55px;top:0;line-height:58px;z-index: 1;height: 55px;overflow: hidden;}
.headPhone a{color: #fff;}
.headPhone a i{font-size: 24px;}

.videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 10;display: none;}
#video{width: 98%;max-width: 1280px;max-height: 600px; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
#videoClose{position: absolute;right:10px;top:5px;color: #fff;cursor: pointer;font-size: 28px;transition: 0.5s;}
#videoClose:hover{color: #d9272a;}