/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@charset "utf-8";
html{overflow-x: hidden;}
body {font-family:'Noto Sans SC';min-width: 320px;color: #000;overflow: hidden;}
@font-face {
  font-family: 'goomay';  /* project id 523133 */
  src: url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.eot');
  src: url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.woff') format('woff'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.svg#goomay') format('svg');
}
.goomay a {
  font-family:"goomay" !important;
  font-size:12px!important;
  color: rgb(255,255,255,.5)!important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e602"; }
.goomay a:hover{color: rgb(255,255,255,1)!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
li {list-style: none;}
i {font-style: normal;}
a {color: #000;}
a:focus{text-decoration: none}
a:hover { color: #000;text-decoration: none;}
p,h1,h2,h3,h4,h5,h6,ul,
li {  margin: 0;  padding: 0;}
img {  border: 0;  max-width: 100%;}
.relative { position: relative;}
.container {  width: 1200px;  padding: 0;}
.container2 {  max-width: 1500px; width:100%;  margin: 0 auto;  }
.syposition{position: relative;background-color: #fff;}
#page{padding-top: 0px; overflow: hidden;}
nav.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none; width: 55px; height: 55px; position: absolute; right: 0; top:0;  background: #0067b7; transition: .3s all;}
#BMapLib_transBox0 table td{box-sizing: content-box !important;}
.target-fix {position: relative;top: -80px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0;}
/* header */
.header{width: 100%;position: fixed;z-index: 100;}
.header .inner{padding: 0 50px;background: rgba(0,0,0,.5);transition: 0.3s;position: relative;}
.header .logo{font-size: 0;line-height: 100px;transition: 0.3s;z-index: 2;position: relative;}
.header .logo a{display: block;}
.header .nav {position: absolute;top: 0;left: 0;width: 100%;}
.header .nav ul{font-size: 0;text-align: center;}
.header .nav ul li{display: inline-block;line-height: 100px;font-size: 16px;margin:0 2%;transition: 0.2s}
.header .nav ul li a{color:#fff;transition: 0.3s}
.header .nav ul li.active a,.header .nav ul li:hover a{color:#015eae;}
.header .col-index-search{line-height: 100px;padding-right: 30px;position: relative;margin-right:20px;transition: 0.2s}
.header .col-index-search::after{content:'';width: 1px;height:16px;background: #808080;position: absolute;right: 0;top: 50%;margin-top:-8px;}
.header .col-index-search a{color:#fff;transition: 0.3s}
.header .col-index-search a i{margin-left:8px;}
.header .language{line-height: 100px;color:#fff;position: relative;padding-left: 35px;transition: 0.2s}
.header .language::before{content:'';width:13px;height:13px;background: url(../images/lang.png)no-repeat center center;position: absolute;left:15px;top:50%;margin-top:-6.5px;}
.header .language a{color:#fff;transition: 0.3s}
.header .language .lang-none{display: none;position: absolute;line-height: normal;bottom: 10px;width: 100%;}
.header .language:hover .lang-none{display: block;}

.header.active .inner{background: #fff;box-shadow: 0 5px 10px rgba(0,0,0,.1)}
.header.active .logo,.header.active .col-index-search,.header.active .nav ul li,.header.active .language{line-height: 80px;}
.header.active .nav ul li a,.header.active .col-index-search a,.header.active .language a{color:#000;}
.header.active .nav ul li.active a,.header.active .nav ul li:hover a{color:#015eae}
.header.active .language::before{background: url(../images/lang_b.png)no-repeat center center;}
.header.active .logo img{filter: drop-shadow(0 80px #000);position: relative;top: -80px;}

/* banner */
.col-banner {transition: 0.5s all ease;}
.col-banner .swiper-slide{background-position: center !important;background-size: cover !important;}
.col-banner .swiper-slide .container{position: relative;height: 100%}
#col-index-banner .swiper-slide .ban_cont{
  position: absolute;bottom: 20%;
  /* background-image: url(../images/title_bg.jpg);background-size:cover;-webkit-background-clip: text;background-clip: text;-moz-background-clip:text;color:transparent; */
  -webkit-animation: fadeOutRight 1s both; animation: fadeOutRight 1s both;
}
#col-index-banner .swiper-slide .ban_cont p:nth-child(2){font-weight: bold;}
#col-index-banner .swiper-pagination{bottom: 25px;}
#col-index-banner .swiper-pagination span{width:30px;height: 4px;opacity: 1;background: none;border:1px solid rgba(255,255,255,0.5);border-radius: 0}
#col-index-banner .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;border-color:#fff;}
#col-index-banner .swiper-slide.swiper-slide-active .ban_cont{ -webkit-animation: fadeInDown 1s both 1s;  animation: fadeInDown 1s both 1s;}
#col-index-banner .swiper-button{background: none;width:60px;height:60px;border-radius: 100%;border:1px solid #fff;text-align: center;line-height: 58px;margin:0;color:#fff;font-size: 24px;top: auto;bottom: 20%;}
#col-index-banner .swiper-button-prev{left:auto;right:19%;margin-right: 80px;}
#col-index-banner .swiper-button-next{right: 19%}
#col-banner .ban_cont{position: absolute;width: 100%;top:50%;transform: translateY(-50%);color:#fff;}
#col-banner .ban_cont h1{font-size: 48px;font-weight: 400;transform: translateY(25px);opacity: 0;transition: all .5s;}
#col-banner .swiper-slide-active .ban_cont h1{transform: none;opacity: 1;transition-delay: .5s;}


/* 首页about */
.col-index-about{padding: 6% 0 5%;}
.col-index-about .col-title{margin-bottom: 35px;}
.col-index-about .col-title h2{font-size: 36px;font-weight: bold;position: relative;z-index: 1;}
.col-index-about .col-title p{text-transform: uppercase;font-weight: bold;font-size: 72px;color: transparent;  -webkit-text-stroke: 1px  #e5e5e5;line-height: 1;margin-top:-30px;}
.col-index-about .container>table td{width: 50%;vertical-align: top;}
.col-index-about .container>table td:nth-child(1){padding-right: 8%;}
.col-index-about .container>table td:nth-child(1) div{position: relative;padding-bottom: 40px;}
.col-index-about .container>table td:nth-child(1) div::after{width: 80%;height:80%;content:'';position: absolute;bottom: 0;right:-30px;background: #015eae;z-index: -1;}
.col-index-about .container>table td:nth-child(2){padding-left: 45px;position: relative;background: url(../images/TS.jpg)no-repeat center bottom;}
.col-index-about .container>table td:nth-child(2) .col-cont{margin-top: 30px;}
.col-index-about .container>table td:nth-child(2) .col-cont p:nth-child(1){font-size: 24px;font-weight: bold;}
.col-index-about .container>table td:nth-child(2) .col-cont hr{border-top:3px solid #015eae;margin:12% 0;}
.col-index-about .container>table td:nth-child(2) .col-cont p:nth-of-type(2){color:#3f3f3f;line-height: 1.8}
.col-index-about .container>table td:nth-child(2) a{background-color: rgb(1, 94, 174);width: 161px;height: 51px;color: #fff;text-align: center;line-height: 51px;display: block;margin-top:15%;transition: 0.3s}
.col-index-about .container>table td:nth-child(2) a:hover{box-shadow: 0 5px 10px rgba(0,0,0,.1)}
.col-index-about .col-num{margin-top:6%}
.col-index-about .col-num table{width: 100%;}
.col-index-about .col-num table td{width: 25%;text-align: center;line-height: normal;border:1px solid #cccccc;height: 180px;vertical-align: middle}
.col-index-about .col-num table td p{line-height: normal}
.col-index-about .odometer .odometer-radix-mark{vertical-align: top}


/* 首页product */
.col-index-product{background-attachment: fixed !important;height: 640px;}
.col-index-product .col-title{margin-bottom: 35px;margin-top:10%}
.col-index-product .col-title h2{font-size: 36px;font-weight: bold;position: relative;color:#fff;z-index: 1;}
.col-index-product .col-title p{text-transform: uppercase;font-weight: bold;font-size: 72px;color: rgba(0,0,0,.2);  -webkit-text-stroke: 1px  rgba(245,245,245,0.2);line-height: 1;margin-top:-30px;}
.col-index-product .col-cont{margin-bottom: 5%;}
.col-index-product .col-cont ul{width: 325px;}
.col-index-product .col-cont ul li{float: left;width: 115px;position: relative;font-size: 16px;line-height: 2}
.col-index-product .col-cont ul li::after{content:'>';width: 20px;height:20px;background: #035ba7;border-radius: 50%;color:#fff;text-align: center;line-height: 20px;position: absolute;right: 0;top: 50%;margin-top:-10px;font-size: 12px;font-family: '黑体';padding-left: 3px;transition: 0.3s}
.col-index-product .col-cont ul li:nth-child(2n){width: 210px;padding-left: 50px;}
.col-index-product .col-cont ul li a{color:#fff;display: block;}
.col-index-product .col-cont ul li a:hover{text-decoration: underline;color: rgb(1, 94, 174)}
.col-index-product .col-cont ul li:hover::after{transform: translateX(5px)}
.col-index-product .container>a{width: 220px;height:50px;text-align: center;line-height: 48px;border:1px solid #fff;color:#fff;display:inline-block;transition: 0.3s}
.col-index-product .container>a:hover{background: #015eae;border:1px solid #015eae;}
.col-product-list{padding: 5% 0 3%;}
.col-product-list .swiper-slide{overflow: hidden;}
.col-product-list .swiper-slide img{width: 100%;transition: 0.5s}
.col-product-list .swiper-slide:hover img{transform: scale(1.1)}
.col-product-list .product-container{padding-bottom: 170px;}
.col-product-list .product-container::after{content:'';width: 100%;height: 1px;background: #fff;position: absolute;left: 0;bottom: 100px;}
.col-product-list .swiper-button{width: 66px;height:46px;margin:0;top:auto;bottom: 0;opacity: 1 !important;outline: none}
.col-product-list .swiper-button-next{background: url(../images/right.png)no-repeat center center;right: 0;}
.col-product-list .swiper-button-prev{background: url(../images/left.png)no-repeat center center;left: 0;}

/* 首页news */
.col-index-news{padding: 5% 0 6%;}
/* .col-index-news .col-title{margin-bottom: 35px;} */
.col-index-news .col-title h2{font-size: 36px;font-weight: bold;position: relative;z-index: 1;}
.col-index-news .col-title p{text-transform: uppercase;font-weight: bold;font-size: 72px;color: transparent;  -webkit-text-stroke: 1px  #e5e5e5;line-height: 1;margin-top:-30px;}
.col-index-news .col-news-list{margin-top: -100px;}
.col-index-news .col-news-list .col-tab ul{font-size: 0;text-align: right;}
.col-index-news .col-news-list .col-tab ul li{display: inline-block;font-size: 16px;margin-bottom: 70px;font-weight: bold;line-height: 45px;margin-left: 40px;}
.col-index-news .col-news-list .col-tab ul li.active{border-bottom: 3px solid #015eae;}
.col-index-news .col-news-list .col-tab ul li a{padding: 0 5px;}
.col-index-news .col-news-list .col-box .box{display: none;}
.col-index-news .col-news-list .col-box .box.active{display: block;}
.col-index-news .col-news-list .col-box .box table{width: 100%; table-layout: fixed;}
.col-index-news .col-news-list .col-box .box td{width: 50%;vertical-align: top;}
.col-index-news .col-news-list .col-box .box td:nth-child(1){padding-right: 3%;position: relative;}
.col-index-news .col-news-list .col-box .box td:nth-child(1) .col-img{overflow: hidden;margin-bottom: 25px;}
.col-index-news .col-news-list .col-box .box td:nth-child(1) .col-img img{transition: 0.5s;width: 100%}
.col-index-news .col-news-list .col-box .box td:nth-child(1) .col-img:hover img{transform: scale(1.1)}
.col-index-news .col-news-list .col-box .box td:nth-child(1) h2{font-size: 18px;font-weight: bold;margin-bottom: 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: 0.2s}
.col-index-news .col-news-list .col-box .box td:nth-child(1) h2:hover a{color:#015eae}
.col-index-news .col-news-list .col-box .box td:nth-child(1) .col-desc{color:#404040;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-bottom: 30px;}
.col-index-news .col-news-list .col-box .box td:nth-child(1) p{color:#999999;}
.col-index-news .col-news-list .col-box .box td:nth-child(1) p a{color:#262626;float: right;}
.col-index-news .col-news-list .col-box .box td:nth-child(1) p a:hover{text-decoration: underline}
.col-index-news .col-news-list .col-box .box td:nth-child(1)>a{width: 220px;height:50px;text-align: center;line-height: 48px;color:#fff;background: #015eae;position: absolute;left: 0;bottom: 20px;transition: 0.3s}
.col-index-news .col-news-list .col-box .box td:nth-child(1)>a:hover{box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.col-index-news .col-news-list .col-box .box td:nth-child(2){}
.col-index-news .col-news-list .col-box .box td:nth-child(2) li{float: left;width: 48%;margin-right: 4%;margin-bottom: 20px;}
.col-index-news .col-news-list .col-box .box td:nth-child(2) li:nth-child(2n){margin-right: 0;}
.col-index-news .col-news-list .col-box .box td:nth-child(2) li .col-img{overflow: hidden;margin-bottom: 20px;}
.col-index-news .col-news-list .col-box .box td:nth-child(2) li .col-img img{transition: 0.5s;width: 100%}
.col-index-news .col-news-list .col-box .box td:nth-child(2) li .col-img:hover img{transform: scale(1.1)}
.col-index-news .col-news-list .col-box .box td:nth-child(2) li h2{font-size: 18px;font-weight: bold;margin-bottom: 5px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: 0.2s}
.col-index-news .col-news-list .col-box .box td:nth-child(2) li h2:hover a{color:#015eae}
.col-index-news .col-news-list .col-box .box td:nth-child(2) li .col-desc{color:#404040;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-bottom: 20px;}
.col-index-news .col-news-list .col-box .box td:nth-child(2) li p{color:#999999;}
.col-index-news .col-news-list .col-box .box td:nth-child(2) li p a{color:#262626;float: right;}
.col-index-news .col-news-list .col-box .box td:nth-child(2) li p a:hover{text-decoration: underline}




/* page */
.page {text-align: center;margin:30px 0 0;}
.page ul li a{border:none;background: none;color:#2e7879;padding:6px 3px;margin:0 10px;}
.page ul li.disabled a{border:none;background: none;}
.page ul li.active a{border:none;background: none;color:#015eae;border-bottom: 3px solid #015eae;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:none;background: none;color:#015eae}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background: none;color:#2e7879;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: none;color:#2e7879;}
.pagination>li:last-child>a, .pagination>li:last-child>span{color: #015eae}
/* 内页 */
.col-page{position: relative;}/*内页通用页面外层容器样式*/

/* 关于我们 */
.col-page-about{}
.col-page h2{color:#262626;font-size: 30px;text-align: center;position: relative;padding-bottom: 20px;font-weight: bold;margin-bottom: 3%}
.col-page h2::after{content:'';width:40px;height:4px;background: #015eae;position: absolute;bottom: 0;left: 50%;margin-left: -20px;}
.col-profile{padding: 5% 0 7%;position: relative;}
.col-profile::before{content: '';width: 100%;height: 60%;background: #ededed;position: absolute;top: 0;left: 0;z-index: -1;}
.col-profile .col-cont{color:#262626;line-height: 2;font-size: 18px;margin-bottom: 40px;}
.col-quality{background-attachment: fixed !important;height: 600px;padding-top:8%;text-align: center;}
.col-quality h2{color:#fff}
.col-quality h2::after{background: #fff}
.col-quality .col-cont{color: #fff;line-height: 2;font-size: 18px;}
.col-quality .col-cont p:nth-child(1){color:#e5e3e3;margin-bottom: 20px;}
.col-honor{padding: 5% 0 6%;}
.col-honor .product-container{padding-bottom: 140px;padding-top: 10px;}
.col-honor .product-container .swiper-slide{overflow: hidden;transition: 0.3s}
.col-honor .product-container .swiper-slide img{transition: 0.5s}
.col-honor .product-container .swiper-slide:hover{transform: translateY(-5px)}
.col-honor .swiper-button{top: auto;bottom: 0;width: 50px;height: 50px;border-radius: 50%;text-align: center;line-height: 48px;background:#015eae;color:#fff;font-size: 24px;outline: none}
.col-honor .swiper-button-prev{left: 50%;margin-left: -60px;}
.col-honor .swiper-button-next{right: 50%;margin-right: -60px;}





/* 产品 */
.col-page-product{background: #ededed;padding: 6% 0;}
.col-page-product .container ul li{float: left;width: 32%;margin-right: 2%;margin-bottom: 55px;overflow: hidden;transition: 0.5s all;}
.col-page-product .container ul li:nth-child(3n){margin-right: 0;}
.col-page-product .container ul li img{width: 100%;transition: 0.5s}
.col-page-product .container ul li:hover{box-shadow: 0 5px 10px rgba(0,0,0,.1);transform: translateY(-5px)}
.col-page-product .container ul li:hover img{transform: scale(1.1)}

.col-page-product .pro_show{padding: 50px 0;margin-bottom: 30px;}
.col-page-product .pro_show .caseleft{width: 50%}
.col-page-product .pro_show .caseright{width: 50%;position: relative;padding-top:10px;padding-left: 8%;line-height: 2}
.col-page-product .pro_show .caseright h2{font-size: 24px;color:#d7010e;}
.col-page-product .pro_show .caseright h1{font-size: 32px;color:#000;margin-bottom: 20px;}
.col-page-product .pro_show .caseright div{font-size: 16px;color:#000;}
.col-page-product .pro_show .caseright ul{margin-top:20%}
.col-page-product .pro_show .caseright ul a{width:190px;height:50px;line-height: 48px;text-align: center;border:1px solid #1b1b1b;color:#000;font-size: 16px;transition: 0.3s all ease;display: inline-block;margin-right: 12px;}
.col-page-product .pro_show .caseright ul a:last-child{margin-right: 0;}
.col-page-product .pro_show .caseright ul a:hover{background: #004286;color:#fff}

.jqueryzoom{width: 80%;overflow: hidden;margin:0 auto}
.jqueryzoom .cloudzoom{ margin:0 auto; text-align: center; width: 100%;}
.product-thumb{position: relative;margin-top:15px;}
/* .product-thumb .swiper-slide{padding: 15px} */
.product-thumb .swiper-slide{border:1px solid #e5e5e5;}
.product-thumb .cloudzoom-gallery{cursor: pointer;width: 100%;}
/* 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;z-index: 99;}
/* CSS for captions */
.cloudzoom-caption {display: none; 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;}
.col-product-detail{margin:40px 0 6%;}
.col-product-detail .col-detail{margin-bottom: 10px;}
.col-product-detail .col-detail h3{font-size: 18px;color:#000;padding-bottom: 10px;border-bottom: 1px solid #dcdcdc;margin-bottom: 20px;}
.col-product-detail .col-detail div{min-height: 60px;line-height: 1.8;color:#666;}
/* 品质保证 */
.col-page-ensure{background: #ededed;}
.col-technology{padding: 5% 0;}
.col-technology .col-cont{height: 600px;padding:10%;color:#fff;line-height: 2}
.col-process{padding: 5% 0;}
.col-process .col-slide{padding: 55px 0 0;}
.col-process .col-slide .picture-container{padding-bottom: 100px;padding-top: 5px;}
.col-process .col-slide .picture-container .swiper-slide{overflow: hidden;transition: 0.3s}
.col-process .col-slide .picture-container .swiper-slide:hover{transform: translateY(-5px);box-shadow: 0 5px 10px rgba(0,0,0,.2)}
.col-process .col-slide .swiper-button{top: auto;bottom: 0;opacity: 1 !important;background: #fff;color:#4c4c4c;width: 46px;height: 46px;border-radius: 50%;text-align: center;line-height: 44px;font-size: 24px;}
.col-process .col-slide .swiper-button-prev{left: 50%;margin-left: -60px;}
.col-process .col-slide .swiper-button-next{right: 50%;margin-right: -60px;}
.col-process .col-slide .swiper-button-next{right:50%;margin-right: -60px;}
.col-equipment{padding: 3% 0 5%;}
.col-equipment .col-slide{padding: 55px 0;}
.col-equipment .col-slide:nth-of-type(1){background: url(../images/equipment_bg.jpg)no-repeat center center;background-size: cover;color:#fff;}
.col-equipment .col-slide h3{text-align: center;font-size: 18px;margin-bottom: 50px;}
.col-equipment .col-slide .product-container{padding-bottom: 100px;padding-top: 5px;}
.col-equipment .col-slide .product-container .swiper-slide{overflow: hidden;transition: 0.3s}
.col-equipment .col-slide .product-container .swiper-slide:hover{transform: translateY(-5px);box-shadow: 0 5px 10px rgba(0,0,0,.2)}
.col-equipment .col-slide .swiper-button{top: auto;bottom: 0;opacity: 1 !important;background: #fff;color:#4c4c4c;width: 46px;height: 46px;border-radius: 50%;text-align: center;line-height: 44px;font-size: 24px;}
.col-equipment .col-slide .swiper-button-prev{left: 50%;margin-left: -60px;}
.col-equipment .col-slide .swiper-button-next{right: 50%;margin-right: -60px;}
.col-equipment .col-slide .swiper-button-next{right:50%;margin-right: -60px;}

/* news */
.col-news-top{padding: 55px 0;background: #eee}
.col-news-top table{width: 100%}
.col-news-top table td{vertical-align: middle}
.col-news-top table td:first-child{width: 35%;overflow: hidden;}
.col-news-top table td:first-child .col-news-img{transition: 0.8s all;}
.col-news-top table td:first-child .col-news-img img{width: 100%;}
.col-news-top table:hover td:first-child .col-news-img{transform: scale(1.1)}
.col-news-top table td:last-child{padding-left: 45px}
.col-news-top table td:last-child h3{font-size: 24px;margin-bottom: 10px;}
.col-news-top table td:last-child>p{color:#999999;margin-bottom: 20px;font-size: 16px;}
.col-news-top table td:last-child .col-news-desc{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;white-space:pre-line;overflow: hidden;color:#666666;margin-bottom: 55px;font-size: 16px;line-height: 1.5}
.col-news-top table td:last-child>a{color:#858585;}
.col-news-top table td:last-child>a:hover{text-decoration: underline;}
.col-news-list{padding: 5% 0;}
.col-news-list .container ul li{float: left;width:31%;margin-right: 3.5%;border:1px solid #d2d2d2;margin-bottom: 40px;transition: 0.3s all}
.col-news-list .container ul li:nth-child(3n){margin-right: 0;}
.col-news-list .container ul li .col-news-img{overflow: hidden;}
.col-news-list .container ul li .col-news-img img{transition: 0.8s;}
.col-news-list .container ul li:hover .col-news-img img{transform: scale(1.1)}
.col-news-list .container ul li .col-news-cont{padding: 20px 15px;;line-height: 1.5}
.col-news-list .container ul li .col-news-cont>i{color:#015eae;}
.col-news-list .container ul li .col-news-cont h3{font-size: 18px;line-height: 1.5;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-bottom: 5px;}
.col-news-list .container ul li .col-news-cont h3 a{color:#404040;}
.col-news-list .container ul li .col-news-cont .col-news-desc{display: -webkit-box;-webkit-box-orient: vertical;white-space:pre-line;-webkit-line-clamp: 2;overflow: hidden;color:#999999;margin-bottom: 20px;}
.col-news-list .container ul li .col-news-cont>p{color:#b5b5b5;text-align: right;}
.col-news-list .container ul li:hover{box-shadow: 0px 4px 6px 0px rgba(9, 2, 4, 0.12);}



/* 新闻详情页 */
.col-news { position: relative; margin: 0 auto; margin: 0 auto;}
.col-news article {margin:40px 0;float: left;width: 100%;}
.col-news .met_clear {clear: both;}
.col-news .met_module2 h1.met_title {font-size: 28px;font-weight: normal;padding: 5px 0;color:#000;}
.col-news .met_module2 .met_infos {color: #818181;font-size: 12px;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.col-news .met_module2 .met_time { padding-right: 6px;}
.col-news .met_module2 .met_source {padding-right: 6px;}
.col-news .met_module2 .met_source a {color: #607fa6;}
.col-news .met_module2 .met_editor { padding: 0 10px;color:#000;}
.col-news .met_editor {line-height: 2;}
.col-news .met_tools {border-top: 1px solid #ddd;margin-top: 30px;position: relative;padding: 10px 10px 0;}
.col-news .met_tools .met_page {clear: both;color: #818181;}
.col-news .met_tools .met_page li {display: inline-block;list-style: none;margin-right: 30px;}
.col-news .met_tools .met_page li:last-child{margin-right: 0}
.col-news .met_tools .met_page li span {padding-right: 5px;}
.col-news .met_tools .met_page a {color: #607fa6;}
/* contact */
.col-way{text-align: center;padding: 6% 0 5%;background: #ededed;}
.col-way .col-cont{margin-bottom: 25px;}
.col-way .col-cont p:nth-of-type(2){letter-spacing: 2px}
.col-way>p{color:#404040;font-size: 16px;line-height: 1.5}
.col-map{position: relative;}
.col-map::before{content: '';width: 100%;height:45%;background: #ededed;position: absolute;top: 0;left: 0;}
.col-map #allmap{width:100%;height:600px;box-shadow: 0.5px 0.866px 10px 0px rgba(9, 2, 4, 0.1);}
.col-map #allmap img { max-width: 1070px; max-height: 600px;}
.col-map #allmap label {max-width: 1070px;background: #fff !important;border:none !important;box-shadow: 0 2px 3px rgba(0,0,0,.1);padding: 10px !important;top: auto !important;bottom: 10px;left: 50% !important;transform: translateX(-45%)}
.col-map #allmap label::before{content: "";width: 0px;height: 0px;border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;bottom: -10px;left: 50%;margin-left: -10px;}
.col-page-contact .col-message{padding:6% 0;}
.col-page-contact .col-message .container{position: relative;}
/* .col-page-contact .col-message h2{font-size: 24px;height:100px;line-height: 100px;text-align: center;font-weight: 400} */
.col-page-contact .col-message table{width: 100%;border:1px solid #cccccc;}
.col-page-contact .col-message table tr:first-child{border:1px solid #cccccc;}
/* .col-page-contact .col-message table tr:first-child td:nth-child(2){padding-right: 280px;} */
.col-page-contact .col-message table td{padding: 50px 0;font-size: 0}
.col-page-contact .col-message table td input,.col-page-contact .col-message table td select,.col-page-contact .col-message table td textarea{font-size: 14px;outline: none}
.col-page-contact .col-message table td:first-child{width:25%;text-align: center;font-size: 16px;vertical-align: middle;background: #f9f9f9;}
.col-page-contact .col-message table td:last-child{padding: 35px 80px;background: #fff;}
.col-page-contact .col-message table tr:first-child input {width:48%;margin-right:4%;margin-bottom: 15px; height: 45px;line-height: 45px;border:1px solid #c9c9c9;padding-left: 20px;}
.col-page-contact .col-message table tr:first-child select{width: 48%;margin-bottom: 15px; height: 45px;line-height: 45px;border:1px solid #c9c9c9;padding-left: 20px;color:#c7c7c7;}
.col-page-contact .col-message table tr:first-child input:nth-child(2n){margin-right: 0}
.col-page-contact .col-message table tr:first-child input:last-child{width: 100%}
.col-page-contact .col-message table tr:last-child input{width: 100%;margin-bottom: 15px; height: 45px;line-height: 45px;border:1px solid #c9c9c9;padding-left: 20px;}
.col-page-contact .col-message table tr:last-child textarea{width: 100%;margin-bottom: 15px;padding-top:15px;height:130px;border:1px solid #c9c9c9;padding-left: 20px;}
.col-page-contact .col-message table tr:last-child input[name="verify"]{width:240px;background: #f8f8f8;}
.col-page-contact .col-message table tr:last-child a.recaptcha{font-size: 14px;text-decoration: underline;color:#c7c7c7;}
.col-page-contact .col-message .sub{padding: 60px 0 55px;text-align: center}
.col-page-contact .col-message .sub input{width: 170px;height: 50px;line-height: 48px;border:1px solid #bfbfbf;text-align: center;color:#575757;transition: 0.3s;background: #ededed;margin:0 5px;}
.col-page-contact .col-message .sub input:hover{background: #015eae;color:#fff;}
.col-page-contact .col-message table td textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */color: #c7c7c7;}
.col-page-contact .col-message table td textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/color: #c7c7c7;}
.col-page-contact .col-message table td input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */color: #c7c7c7;}
.col-page-contact .col-message table td input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/color: #c7c7c7;}
.col-page-contact .col-message table td select::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */color: #c7c7c7;}
.col-page-contact .col-message table td select:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td select::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td select:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/color: #c7c7c7;}

/*  */


/* search */
.goomay-keywords-light{background: #dc3545 !important;color:#ffffff !important;}
#search{margin: 50px auto ;overflow:hidden}
.search_left{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;}
.s_body ul{margin-top: 10px;margin-left: 20px;  }
.s_body ul span{display: block;color: #333;line-height: 40px;}
.s_body ul input,.s_body ul select{height: 35px;width: 80%;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;}
.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;}
.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;}
.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;}



.col-wrap{}/*内页模块通用外层容器样式*/
.col-about, .col-img-wrap, .col-product-wrap{}/*内页模块外层容器样式*/
.col-about .title-head{}/*标题头*/
.col-about .content{}/*内容*/
.col-about .content .s-title{}/*终极标题*/
.col-about .content .s-content{}/*终极内容*/


/* 底部 */
#gotoTop{z-index: 299;position: fixed;z-index: 2;width: 50px;height: 50px;right: 15px;bottom:50px;cursor: pointer;text-align: center;text-align: center;color:#fff;background: #015eae;display: none;}
#gotoTop i{font-size: 24px;}
#gotoTop span{display: block}
.footer{background: #333333;padding: 55px 0 45px;}
.footer .col-nav{font-size: 0;padding-bottom: 50px;border-bottom: 1px solid #4c4c4c;}
.footer .col-nav>div{font-size: 14px;vertical-align: top;display: inline-block;}
.footer .col-nav .col-info{line-height: 2;width: 30%; font-size: 16.5px;}
.footer .col-nav .col-info h3{font-size: 16px;margin-bottom: 20px;color:#fff;}
.footer .col-nav .col-info p{color:#cccccc;}
.footer .col-nav .col-list{border-left: 1px solid #4c4c4c;border-right: 1px solid #4c4c4c;width: 37.5%;padding:0 0 35px 10%; }
.footer .col-nav .col-list h3{font-size: 16px;margin-bottom: 20px;color:#fff;}
.footer .col-nav .col-list h3 a{color:#fff;}
.footer .col-nav .col-list ul li{float: left;width: 40%;line-height: 2}
.footer .col-nav .col-list ul li a{color:#ccc;}
.footer .col-nav .col-link{padding-left: 9%;}
.footer .col-nav .col-link h3{font-size: 16px;margin-bottom: 20px;color:#fff;}
.footer .col-nav .col-link ul li{line-height: 2;}
.footer .col-nav .col-link ul li a{color:#ccc;}
.footer .col-nav ul li a:hover{text-decoration: underline}
.footer .copyright{padding-top:40px;color:#808080}






/* 副导航 */
.vicenav{line-height: 60px;background: #fff;height: 60px;border-bottom:1px solid #dcdcdc;position: relative;z-index: 11;box-shadow: 0px 0px 1px 0px rgba(9, 2, 4, 0.2);}
.vicenav .container{padding: 0 !important}
.vicenav .navList ul{float: left;}
.vicenav .navList ul li{float: left;transition: 0.3s all}
.vicenav .navList ul li:last-child{margin-right: 0;}
.vicenav .navList ul li a{display: block;width:100%;padding: 0 30px;height: 60px;color:#262626;font-size: 16px;transition: 0.3s;}
.vicenav .navList ul li.active,.vicenav .navList ul li:hover{background:#015eae}
.vicenav .navList ul li.active a,.vicenav .navList ul li:hover a{color:#fff;}
.vicenav .mbx{float: right;}
.vicenav .productList{display: inline-block;position: relative;}
.vicenav .productList span a{padding: 0 25px;border-bottom: 1px solid #999999;position: relative;}
.vicenav .productList span a i{margin-left: 5px}
.vicenav .productList ul{position: absolute;width: 460px;background: #fff;padding: 20px 0;display: none;}
.vicenav .productList ul li{float: left;width: 50%;padding-left: 15%;line-height: 2;font-size: 16px;}
.vicenav .productList ul li a{color:#262626;}





/* media */
@media (min-width: 1200px) {
  .container{width: 1200px}
}
@media (max-width: 1700px) {
  #col-index-banner .swiper-slide{height: 900px !important;}
  .header .nav ul li{margin:0 1.5%;}
}
@media (max-width: 1600px) {
  #col-index-banner .swiper-slide{height: 850px !important;}
  .col-quality{height: 550px;}
  #col-banner .swiper-slide{height:600px !important;}
  
}
@media (max-width: 1500px) {
  #col-banner .swiper-slide{height:550px !important;}
  .header .nav ul li{margin:0 1.2%;}
  .header .inner{padding: 0 40px;}
  
  
}
@media (max-width: 1400px) {
  #col-index-banner .swiper-slide{height: 750px !important;}
  .col-quality{height: 500px;}
  #col-banner .swiper-slide{height:500px !important;}
  .header .inner{padding: 0 30px;}
  .header .nav ul li{margin:0 1%;}
  
}
@media (max-width: 1300px) {
  #col-banner .swiper-slide{height:450px !important;}
  .header .inner{padding: 0 20px;}
  .header .col-index-search{padding-right: 15px;margin-right: 10px;}
  .header .language{padding-left:25px;}
  .header .language::before{left: 5px}
  
}
@media (max-width: 1200px) {
  #col-index-banner .swiper-slide{height:700px !important;}
  .col-quality{height: 400px}
  .vicenav .navList {float: left;position: relative;min-width: 200px;}
  .vicenav .navList p a {position: relative;display: block;height: 60px;line-height: 60px;padding: 0 50px 0 35px;color: #000;border-right: 1px solid #dddddd;}
  .vicenav .navList ul {position: absolute;left: 0;top: 60px;width: 100%;background: #fff;border: 1px solid #dddddd;border-top: none;display: none;}
  .vicenav .navList p a::after {content: '';position: absolute;right: 20px;top: 50%;margin-top: -4px;width: 12px;height: 7px;background: url(../images/ico_subn.png) no-repeat;}
  .vicenav .navList ul li {float: none !important;margin: 0;text-align: center;}
  .vicenav .navList ul li a{padding: 0;}

  #col-banner .swiper-slide{height:400px !important;}
  .col-index-product{height: 550px;}
  .col-index-product .col-title{margin-top:60px}
  .header .logo a img{width: 200px;}
  .header .inner{padding: 0 10px;}
  .header .nav ul li{margin:0 1%;}

  .container{width: 100%;padding: 0 10px;}
}
@media (max-width: 1100px) {
  .col-banner{}
  
}
@media (max-width: 992px) {
  #col-index-banner .swiper-slide{height: 600px !important;}
  .header .col-index-search::after{display: none;}
  .col-page-contact .col-message table tr:last-child input[name="verify"]{width: 180px;}
  .col-news-top table td {width: 100% !important;display: block;padding: 0 !important;margin: 10px 0;}
  #col-index-banner .swiper-button{display: none;}
  .col-map #allmap{height: 500px;}
  .col-technology .col-cont{height: 500px;padding: 8%}
  .col-quality .col-cont{font-size: 16px;}
  .col-honor .product-container{padding-bottom: 80px}
  .col-quality,.col-index-product{background-attachment: scroll !important;}
  #col-banner .swiper-slide{height:380px !important;}
  .footer .col-nav .col-list{width: 40%;padding-left: 5%}
  .footer .col-nav .col-list ul li{width: 50%}
  .footer .col-nav .col-link{padding-left: 5%}
  .footer .col-nav .col-info{width: 35%}
  .footer .copyright .footer_logo img{width: 200px;}
  .col-index-news .col-news-list .col-box .box td{width: 100%;display: block;padding: 0 !important;}
  .col-index-news .col-news-list .col-box .box td:nth-child(1)>a{position: relative;left: auto;bottom: auto;display: block;margin: 20px 0}
  .col-index-news .col-news-list .col-tab ul li{margin-bottom: 20px;}
  .col-index-product{height: 500px;}
  .col-index-product .col-title{margin-top:40px}
  .col-index-about .container>table td:nth-child(2) .col-cont hr{margin:5% 0}
  .col-index-about .container>table td:nth-child(2){padding-left: 0;}
  #col-index-banner .swiper-slide .ban_cont p:nth-child(2) span{font-size: 48px !important}
  .header .nav,.header .language{display: none;}
  .header .col-index-search{margin-right: 70px;}
  .header .logo, .header .col-index-search, .header .nav ul li, .header .language{line-height: 80px;}
  #header a.mm_btn{top: 10px !important;}
  #header.active a.mm_btn{top: 0 !important;}
  .header.active .logo, .header.active .col-index-search, .header.active .nav ul li, .header.active .language{line-height: 60px;}
  /* .header.active .logo, .header.active .col-index-search{line-height: 60px;}
  .header.active .logo{line-height: 60px;} */
}
@media (max-width: 768px) {
  #col-index-banner .swiper-slide{height: 550px !important;}
  .col-news .met_module2 h1.met_title{font-size: 24px;}
  .col-page-contact .col-message table tr:last-child input[name="verify"]{width: 120px;}
  .col-index-product .container>a{width: 160px;}
  .col-index-news .col-news-list .col-box .box td:nth-child(1)>a{width: 160px;}
  .col-news-list .container ul li{width: 49%;margin-right: 2%;margin-bottom: 20px;}
  .col-news-list .container ul li:nth-child(3n){margin-right: 2%;}
  .col-news-list .container ul li:nth-child(2n){margin-right: 0}
  .col-news-top table td:last-child h3{font-size: 18px;}
  .col-news-top table td:last-child>p{font-size: 14px;}
  .col-news-top table td:last-child .col-news-desc{font-size: 14px;}
  .col-page-contact .col-message table td{width: 100% !important;display: block;padding: 20px 0}
  .col-page-contact .col-message table td:last-child{padding: 20px 30px;}
  .col-map #allmap{height: 400px;}
  .vicenav .mbx{display: none;}
  .col-way .col-cont p:nth-of-type(1) span{font-size: 24px !important;}
  .col-equipment .col-slide h3{margin-bottom: 20px;font-size: 14px}
  .col-equipment .col-slide .product-container{padding-bottom: 60px;}
  .col-technology .col-cont{height: auto;padding: 4%;line-height: 1.8}
  .col-technology .col-cont span{font-size: 14px !important;}
  .col-page-product .pro_show .caseleft,.col-page-product .pro_show .caseright{width: 100%;float: none;}
  .vicenav .productList ul{width: 400px;}
  .vicenav .productList ul li{padding-left: 10%}
  .col-page-product .container ul li{margin-bottom: 30px;width: 49%;}
  .col-page-product .container ul li:nth-child(3n){margin-right: 2%}
  .col-page-product .container ul li:nth-child(2n){margin-right: 0}
  .col-quality{height: auto;padding: 8% 0;}
  .col-page h2{font-size: 24px;}
  .col-profile .col-cont{font-size: 16px;}
  .vicenav .navList p a{padding: 0 20px;}
  #col-banner .swiper-slide .ban_cont h1{font-size: 32px;}
  #col-banner .swiper-slide{height:320px !important;}
  .footer .copyright .footer_logo{float: none !important;width: 100%;text-align: center;}
  .footer .copyright span{display: block;float: none !important;text-align: center;}
  .footer .copyright{padding-top:20px;}
  .footer{padding: 20px 0 30px}
  .footer .col-nav .col-info{display: none;}
  .footer .col-nav .col-link{width: 40%;padding-left: 0;text-align: center;}
  .footer .col-nav .col-list{width: 60%;border-left: none;}
  .col-product-list .product-container{padding-bottom: 100px;}
  .col-product-list .product-container::after{bottom: 70px;}
  .col-index-product{height: auto;padding-bottom: 40px;}
  .col-index-product .col-title{margin-bottom: 15px;}
  .col-index-about .col-num table td{width: 50%;display: inline-block;padding-top:35px;}
  .col-index-about .container>table td:nth-child(2) .col-cont p:nth-child(1){font-size: 18px;}
  .col-index-about .container>table td:nth-child(2) a{margin-top:5%}
  .col-index-about .container>table td{width: 100%;padding: 0 !important;display: block;}
  #col-index-banner .swiper-slide .ban_cont p:nth-child(2) span{font-size: 32px !important}
  #col-index-banner .swiper-slide .ban_cont p:nth-child(1) span{font-size: 18px !important}
  .col-index-about .col-title h2,.col-index-product .col-title h2,.col-index-news .col-title h2{font-size: 24px}
  .col-index-about .col-title p,.col-index-product .col-title p,.col-index-news .col-title p{font-size: 38px;margin-top: -15px;}
  .col-index-about .col-title p,.col-index-product .col-title p{font-size: 38px;}

}
@media (max-width: 640px) {
  #col-index-banner .swiper-slide{height: 500px !important;}
  .col-index-about .col-title,.col-index-product .col-title,.col-index-news .col-title{text-align: center;}
  .col-page-contact .col-message table tr:last-child a.recaptcha{display: inline-block;font-size: 12px;}
  .col-page-contact .col-message table td:last-child img{width: 100px;}
  .col-map #allmap{height: 300px;}
  .col-way .col-cont p:nth-of-type(1) span{font-size: 20px !important;}
  .col-way .col-cont p:nth-of-type(2){letter-spacing: 0}
  #col-banner .swiper-slide .ban_cont h1{font-size: 24px;}
  .col-index-news .col-news-list{margin-top: 0;}
  .col-index-news .col-news-list .col-tab ul{text-align: left}
  .col-index-news .col-news-list .col-tab ul li{margin-left: 0;margin-right: 40px;}
  .col-index-news .col-title{margin-bottom: 0;}
  
}

@media (max-width: 530px) {
  .col-index-about .container>table td:nth-child(1) div{padding-bottom: 20px}
  .col-page-contact .col-message table td:last-child{padding: 15px 20px;}
  .col-page-contact .col-message .sub input{width: 120px;}
  .col-page-contact .col-message table tr:first-child input{width: 100%;}
  .col-page-contact .col-message table tr:first-child select{width: 100%}
  .vicenav .navList{min-width: 180px}
  #col-banner .swiper-slide{height:280px !important;}
  .footer .col-nav .col-link{width: 100%;padding-left: 5%}
  .footer .col-nav{padding-bottom: 10px;}
  .footer .col-nav .col-list{display: none;}
  .col-index-news .col-news-list .col-box .box td:nth-child(2) li{width: 100%;margin-right: 0 !important;}
  .col-index-news .col-news-list .col-box .box tr,.col-index-news .col-news-list .col-box .box tbody,.col-index-news .col-news-list .col-box .box table{width: 100%;display: block;}
  .col-index-about .col-num table td p:nth-child(1)>strong>span{font-size: 36px !important}
  .col-index-about .col-num table td{padding-top:15px;height: 100px;}
  
}
@media (max-width: 420px) {
  #col-index-banner .swiper-slide{height: 450px !important;}
  #col-banner .swiper-slide{height:200px !important;}
  .col-news-list .container ul li{width: 100%;margin-right: 0 !important;}
  .vicenav .productList ul{width: 100%;}
  .vicenav .productList ul li{width: 100%;text-align: center;padding-left: 0}
  .header .logo a img{width: 140px}
  .col-index-product .col-cont ul{width: 100%}
  .col-index-product .col-cont ul li{width: 40%}
  .col-index-product .col-cont ul li:nth-child(2n){width: 60%;padding-left: 20px;}
  
}


/*手机版菜单*/
.mm-slideout{z-index: auto!important;}
@media screen and (max-width: 992px)  {
  #header a.mm_btn {background: center center no-repeat #005ead;display: block;width: 60px;height:60px;position: absolute;top: 0;right:0; padding: 15px;z-index: 1; }
  #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
  #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
  #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #fff; position: absolute; left: 0; top: 14px;/*transition: transform .2s ease .2s;-webkit-transition: -webkit-transform .2s ease .2s;*/-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
  #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
  #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
  #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
  #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
  #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
  #header .mm_btn.is_active .menu_bar_item {transform: translateZ(0) rotate(45deg);transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform: translateZ(0) rotate(45deg);-webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;}
  /*菜单弹出方向*/
  .mm-menu_offcanvas{left: auto!important;}
  .mm-menu{right: 0!important;}
  .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
  .mm-slideout{z-index: 10!important;}
  .mm-menu.mm-menu_pageshadow:after{content: ""; display: block; width: 20px; height: 120%; position: absolute; right: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.3);}/*弹出菜单边阴影*/
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform: translate(-80vw,0)!important;-ms-transform: translate(-80vw,0)!important;transform: translate(-80vw,0)!important;-webkit-transform: translate3d(-80vw,0,0)!important;transform: translate3d(-80vw,0,0)!important;/*transform: translate3d(80vw,0,0)!important;*/}
  .mm-wrapper_opened .mm-menu_fx-menu-slide {-webkit-transform: translate(0,0)!important;-ms-transform: translate(0,0)!important;transform: translate(0,0)!important;-webkit-transform: translate3d(0,0,0)!important;transform: translate3d(0,0,0)!important;}
  /**/
  #menu{ color:rgba(0,0,0,.8);}
  #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
  #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
  #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
  #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
  #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);}
  #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
  #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
  #menu .mm-listitem a{font-size: 16px;}
}
@media (min-width: 550px){
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {-webkit-transform: translate(-440px,0)!important;-ms-transform: translate(-440px,0)!important;transform: translate(-440px,0)!important;-webkit-transform: translate3d(-440px,0,0)!important;transform: translate3d(-440px,0,0)!important;}
}
