/*
首页模块命名规范：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:'arial','simhei';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(0,0,0,1)!important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e602"; }
.goomay a:hover{color: rgb(0,0,0,.5)!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{word-break:normal !important}
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: 1600px; width:100%;  margin: 0 auto; padding: 0 10px;}
.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:-60px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0 !important;}
/* 滚动条 */
::-webkit-scrollbar{width: 5px;  height: 5px;  background-color: #F5F5F5;  }  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);border-radius: 10px;background-color: #F5F5F5;}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb{border-radius: 10px;background-color: rgba(222,95,40,0.8);}  
/*滑块效果*/
::-webkit-scrollbar-thumb:hover{border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.4);}
/*IE滚动条颜色*/
html {scrollbar-face-color:#bfbfbf;/*滚动条颜色*/scrollbar-highlight-color:#000;scrollbar-3dlight-color:#000;scrollbar-darkshadow-color:#000;scrollbar-Shadow-color:#adadad;/*滑块边色*/scrollbar-arrow-color:rgba(0,0,0,0.4);/*箭头颜色*/scrollbar-track-color:#eeeeee;/*背景颜色*/}
/* header */
.header{width: 100%;position: fixed;top: 0;left: 0;z-index: 99;}
.header .inner{background: rgba(255,255,255,0);height: 100px;line-height: 100px;transition: all 0.3s;overflow: hidden;}
.header .logo{font-size: 0;height: 100px;line-height: 100px;transition: all 0.3s}
.header .logo img:nth-child(2){display: none}
.header .nav{}
.header .nav ul li{float: left;margin-right: 30px;}
.header .nav ul li a{color:#fff;font-size: 14px;transition: color 0.2s}
.header .language a{display: inline-block;vertical-align: middle;color:#e0e0e0;}
.header .language a:first-child{padding-right: 12px;margin-right: 10px;position: relative;}
.header .language a:first-child::after{content:'';width: 1px;height: 13px;background: #e0e0e0;position: absolute;top: 50%;right: 0;margin-top: -6.5px;}
.header .language a:hover,.header .language a.active{color:#de5f28;}
.header.active .inner,.header.is_header .inner{background: #fff;height: 90px;line-height: 90px;}
.header.active .logo,.header.is_header .logo{height: 90px;line-height: 90px;}
.header.active .logo img:nth-child(1),.header.is_header .logo img:nth-child(1){display: none;}
.header.active .logo img:nth-child(2),.header.is_header .logo img:nth-child(2){display: inline}
.header.active .nav ul li a,.header.is_header .nav ul li a{color:#000;}
.header.active .language a,.header.is_header .language a{color:#000;}
.header.active .language a:hover,.header.active .language a.active,.header.is_header .language a:hover,.header.is_header .language a.active{color:#de5f28;}
.header.active .language a:first-child::after,.header.is_header .language a:first-child::after{background: #de5f28;}
.header .nav ul li.active a,.header .nav ul li a:hover,.header.active .nav ul li.active a,.header.active .nav ul li a:hover,.header.is_header .nav ul li.active a,.header.is_header .nav ul li a:hover{color:#de5f28}

.header.is_header{position: relative;}
/* banner */
#page section{position: relative;z-index: 2;}
.col-banner {transition: 0.5s all ease;position: relative;}
.col-banner .container{position: relative;height: 100%;}
.col-banner .swiper-slide{background-position: center !important;background-size: cover !important;}
#col-index-banner .banner-container{position: fixed;top:0;left: 0;width: 100%;z-index: 1;}
#col-index-banner .banner-container{position: fixed;top:0;left: 0;width: 100%;z-index: 1;}
#col-index-banner .ban_cont{position: absolute;width: 100%;top: 50%;left: 0;transform: translateY(-50%);color:#ededf4;}
#col-index-banner .ban_cont p:nth-child(1){transform: translateY(25px);opacity: 0;transition: all .5s;margin-bottom: 25px;}
#col-index-banner .ban_cont p:nth-child(2){transform: translateY(25px);opacity: 0;transition: all .5s;font-size: 52px;}
#col-index-banner .ban_cont p:nth-child(3){transform: translateY(25px);opacity: 0;transition: all .5s;margin-bottom: 45px;}
#col-index-banner .ban_cont a{transform: translateY(25px);opacity: 0;transition: all .5s;font-size: 18px;font-weight: bold;color: #ededf4;display: inline-block;}
#col-index-banner .ban_cont a:hover{text-decoration: underline;}
#col-index-banner .ban_cont a i{font-size: 20px;font-family: 'arial'}
#col-index-banner .swiper-slide-active .ban_cont p:nth-child(1){transform: none;opacity: 1;transition-delay: .5s;}
#col-index-banner .swiper-slide-active .ban_cont p:nth-child(2){transform: none;opacity: 1;transition-delay: .66s;}
#col-index-banner .swiper-slide-active .ban_cont p:nth-child(3){transform: none;opacity: 1;transition-delay: .77s;}
#col-index-banner .swiper-slide-active .ban_cont a{transform: none;opacity: 1;transition-delay: .88s;}
#col-index-banner .swiper-pagination span{background: #fff;width: 11px;height: 11px;opacity: 1;}
#col-index-banner .swiper-pagination span.swiper-pagination-bullet-active{background: #de5f28}
#col-banner .ban_cont{position: absolute;width: 100%;top: 50%;left:0;transform: translateY(-50%);color:#ededf4;}
#col-banner .ban_cont h1{font-size: 52px;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 0;min-height: 850px;}
.col-index-about h2{color:#2e2e2e;font-size: 42px;}
.col-index-about .content{color:#8d8d8d;margin: 20px 0;line-height: 1.8}
.col-index-about .tabNav{}
.col-index-about .tabNav ul{border-bottom: 1px solid rgba(210,210,210,0.67);}
.col-index-about .tabNav ul li{float: left;height: 40px;line-height: 40px;}
.col-index-about .tabNav ul li a{color:#8d8d8d;transition: 0.2s all;display: block;height: 100%;padding: 0 30px;}
.col-index-about .tabNav ul li.active a,.col-index-about .tabNav ul li:hover a{color:#de5f28;border-bottom: 2px solid #de5f28}
.col-index-about .tabBox{margin-top: 40px;}
.col-index-about .tabBox .box{display: none;}
.col-index-about .tabBox .box.active{display: block;}
.col-index-about .tabBox .box:nth-child(1){-webkit-animation: fadeInUp 0.5s both 0.2s;animation: fadeInUp 0.5s both 0.2s;}
.col-index-about .tabBox .box table{width: 75%;}
.col-index-about .tabBox .box td{color:#8d8d8d;}
.col-index-about .tabBox .box td img{margin-right: 8px;}
.col-index-about .tabBox .box td p span{display: inline-block;vertical-align: bottom;line-height: 1}


/* 首页product */
.col-index-product{background: #fff;padding: 5% 0 0;}
.col-index-product h2{font-size: 30px;margin-bottom: 30px;}
.col-index-product .product-search{display: inline-block;position: relative;z-index: 3;}
.col-index-product .product-search .col-list{display: inline-block;position: relative;vertical-align: middle}
.col-index-product .product-search .col-list p{border:1px solid #dcdcdc;padding:0 10px;min-width: 140px;position: relative;cursor: pointer;color:#4f4f4f;height: 50px;line-height: 50px;}
.col-index-product .product-search .col-list p::after{content:'>';font-family: 'simhei';font-size: 8px;color:#4f4f4f;transform: rotate(90deg);position: absolute;right: 10px;top:0;transition: 0.3s}
.col-index-product .product-search .col-list ul{position: absolute;width: 100%;background: #fff;z-index: 2;border:1px solid #dcdcdc;border-top: none;display: none}
.col-index-product .product-search .col-list ul li{padding: 0 10px;height: 40px;line-height: 40px;}
.col-index-product .product-search .col-list ul li a{color:#4f4f4f;transition: 0.2s}
.col-index-product .product-search .col-list ul li a:hover{color:#de5f28;}
.col-index-product .product-search .col-list:hover ul{display: block;}
.col-index-product .product-search .col-list:hover p::after{transform: rotate(-90deg)}
.col-index-product .product-search input{height: 50px;line-height: 50px;vertical-align: middle;border:1px solid #dcdcdc;outline: none}
.col-index-product .product-search input.inpt3{padding-left: 20px;border-right: none;width: 340px;}
.col-index-product .product-search input.inpt4{width: 50px;background:url(../images/search.png)no-repeat center center;border-left: none;}
.col-index-product .product-search input.inpt3::-webkit-input-placeholder {color: #b8b8b8;}
.col-index-product .product-search input.inpt3:-moz-placeholder {color: #b8b8b8;}
.col-index-product .product-search input.inpt3::-moz-placeholder {color: #b8b8b8;}
.col-index-product .product-search input.inpt3:-ms-input-placeholder {color: #b8b8b8;}
.col-index-product .tabBox{margin-top:-30px;}
.col-index-product .tabBox .box{display: none;position: relative;}
.col-index-product .tabBox .box.active{display: block;}
.col-index-product .tabBox .box .product-container{padding:80px 20px 20px;}
.col-index-product .tabBox .box .swiper-slide{position: relative;transition: 0.3s}
.col-index-product .tabBox .box .swiper-slide .img{overflow: hidden;}
.col-index-product .tabBox .box .swiper-slide .img img{transition: 0.5s;}
.col-index-product .tabBox .box .swiper-slide .title{padding: 20px 25px;}
.col-index-product .tabBox .box .swiper-slide .title h3{font-size: 18px;border-top:1px solid #e5e5e5;transition: 0.2s;padding-top: 25px;margin-bottom: 5px;}
.col-index-product .tabBox .box .swiper-slide .title .content{color:#868686;line-height: 1.5}
.col-index-product .tabBox .box .swiper-slide:hover{box-shadow: 0px 0px 21px 0px rgba(6, 0, 1, 0.09);}
.col-index-product .tabBox .box .swiper-slide:hover .img img{transform: scale(1.1)}
.col-index-product .tabBox .box .swiper-slide:hover .title h3{color: #de5f28;}
.col-index-product .tabBox .box .swiper-pagination{bottom: auto;top: 0;text-align: right;display: inline-block;width: auto;right: 0;left: auto;}
.col-index-product .tabBox .box .swiper-pagination span{width: 11px;height: 11px;background: #bfbfbf;opacity: 1;}
.col-index-product .tabBox .box .swiper-pagination span.swiper-pagination-bullet-active{background: #de5f28;}
.col-index-product .container>p{text-align: center;margin:50px auto 6%;}
.col-index-product .container>p a{display: inline-block;color:#4f4f4f;}
.col-index-product .container>p a i{width: 40px;height: 40px;border-radius: 50%;border:1px solid #dddddd;text-align: center;display: inline-block;vertical-align: middle;line-height: 40px;margin-left: 15px;}
.col-index-product .container>p a:hover{color:#de5f28}
.col-index-product .proList{text-align: center;padding: 6% 0 8%;}
.col-index-product .proList .content{color:#fff;font-size: 30px;width: 30%;margin:0 auto 50px;}
.col-index-product .proList ul{font-size: 0;}
.col-index-product .proList ul li{font-size: 16px; border-width: 2px;border-color: rgb(255, 255, 255);border-style: solid;border-radius: 27px;width: 241px;height: 53px;text-align: center;line-height: 49px;display: inline-block;transition: 0.2s;margin:0 8px;}
.col-index-product .proList ul li a{color:#fff;display: block;height: 100%;transition: 0.2s;}
.col-index-product .proList ul li:hover{border:2px solid #de5f28;background: #de5f28}


/* 首页news */
.col-index-news{padding: 5% 0;background: #fff;}
.col-index-news .sale{text-align: center;}
.col-index-news .sale h2{font-size: 32px;margin-bottom: 10px;position: relative;z-index: 1;}
.col-index-news .sale .content{font-size: 16px;color:#868686;position: relative;z-index: 1;}
.col-index-news .sale .img{margin-top: -30px;position: relative;}
.col-index-news .sale .img i{display: block;position: absolute;top: 50%;right: 50%;margin-top: -5px;margin-right: 10px;transition: 0.2s;}
.col-index-news .sale .img i:hover{box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.32);}
.col-index-news .news-list{}
.col-index-news .news-list h2{text-align: center;font-size: 30px;margin-bottom: 40px;}
.col-index-news .news-list .news-container{padding: 20px}
.col-index-news .news-list .swiper-slide{padding: 25px 30px;transition: 0.3s;}
.col-index-news .news-list .swiper-slide p{color:#666666;margin-bottom: 10px;}
.col-index-news .news-list .swiper-slide h3{font-size: 18px;margin-bottom: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.col-index-news .news-list .swiper-slide .content{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color:#868686;line-height: 1.5}
.col-index-news .news-list .swiper-slide:hover{background-color: rgb(255, 255, 255);box-shadow: 0px 0px 27px 0px rgba(6, 0, 1, 0.12);transform: translateY(-5px)}
.col-index-news>a{border-radius: 27px;background-color: rgb(222, 95, 40);width: 180px;height: 57px;margin:40px auto 0;text-align: center;line-height: 57px;color:#fff;font-size: 16px;display: block;transition: 0.3s}
.col-index-news>a:hover{box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.12);}
/* 首页recruit */
.col-index-recruit{padding: 5% 0 6%}
.col-index-recruit .wrap{width: 50%;float: right;color:#fff;}
.col-index-recruit .wrap h2{font-size: 36px;margin-bottom: 15px;}
.col-index-recruit .wrap .content{font-size: 18px;line-height: 1.5;margin-bottom: 50px;}
.col-index-recruit .wrap a{color:#fff;font-size: 16px;display: block}
.col-index-recruit .wrap a:hover{text-decoration: underline}
.col-index-recruit .wrap a i{font-size: 10px;font-family: 'simhei';}







/* page */
.page {text-align: center;}
.page ul li a{border:none;background: none;color:#2e7879;margin:0 3px;width: 43px;height:43px;border:1px solid #e5e5e5;padding: 0;line-height: 41px;}
.page ul li.disabled a{border:1px solid #e5e5e5;background: none;}
.page ul li.active a{border:1px solid #e5e5e5;background: #a72126;color:#fff;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:1px solid #e5e5e5;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 {border:1px solid #e5e5e5;background: #a72126;color:#fff;}
.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-about .col-profile{}
.col-page-about .col-profile .container{padding: 40px 0 5%;}
.col-page-about .col-profile h2{font-size: 36px;margin-bottom: 30px;}
.col-page-about .col-profile .img{float: left;width: 40%;padding-right: 4%;}
.col-page-about .col-profile .content{float: right;width: 60%;color:#666;line-height: 1.8}
.col-page-about .col-profile .content p{margin-bottom: 15px;}
.col-page-about .col-profile .content p:nth-child(1){font-size: 24px;color:#000;padding-left: 20px;line-height: 1;margin-bottom: 5px;position: relative;}
.col-page-about .col-profile .content p:nth-child(1)::before{content:'';width: 5px;height: 52px;background: #a72126;position: absolute;top: 0;left: 0;}
.col-page-about .col-profile .content p:nth-child(2){padding-left: 20px;font-size: 24px;color:#000;margin-bottom: 5%;line-height: 1}
.col-page-about .col-profile .title{padding-left: 18px;font-size: 24px;margin-bottom: 25px;position: relative;}
.col-page-about .col-profile .title::before{content:'';width: 5px;height: 32px;background-color: #a72126;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-page-about .col-profile .s-content{font-size: 16px;color:#666;line-height: 2;}

.col-page-about .col-culture{}
.col-page-about .col-culture .container{padding: 6% 0 5%;}
.col-page-about .col-culture .content{}
.col-page-about .col-culture .content h2{font-size: 36px;padding-bottom: 15px;margin-bottom: 6vh;position: relative;}
.col-page-about .col-culture .content h2::after{content: '';width: 45px;height: 4px;background: #a72126;position: absolute;bottom: 0;left: 0;}
.col-page-about .col-culture .content p{font-size: 16px;line-height: 1.8}
.col-page-about .col-culture .list{width: 66%;float: right;}
.col-page-about .col-culture .list ul{}
.col-page-about .col-culture .list ul li{float: left;width: 33.33%;padding: 4px;}
.col-page-about .col-culture .list ul li .wrap{background: rgba(255,255,255,0.8);height: 260px;padding: 40px 35px 0;transition: 0.3s}
.col-page-about .col-culture .list ul li .wrap:hover{background: rgba(255,255,255,1);transform: translateY(-5px)}
.col-page-about .col-culture .list ul li .img{margin-bottom: 30px;}
.col-page-about .col-culture .list ul li h3{margin-bottom: 10px;font-size: 18px;}
.col-page-about .col-culture .list ul li .cont{color:#666666;}
.col-page-about .col-honor{background: #eeeeee;}
.col-page-about .col-honor .container{padding: 5.5% 0;}
.col-page-about .col-honor h2{font-size: 36px;padding-bottom: 15px;margin-bottom: 40px;position: relative;}
.col-page-about .col-honor h2::after{content: '';width: 45px;height: 4px;background: #a72126;position: absolute;bottom: 0;left: 0;}
.col-page-about .col-honor .honor-container{padding-bottom: 45px;}
.col-page-about .col-honor .swiper-pagination{bottom: 0;}
.col-page-about .col-honor .swiper-pagination span{background: #fff;opacity: 1;width: 10px;height: 10px;}
.col-page-about .col-honor .swiper-pagination span.swiper-pagination-bullet-active{background: #a72126;}
.col-page-about .col-organization{}
.col-page-about .col-organization .container{padding: 4% 0 6%;}
.col-page-about .col-organization h2{font-size: 36px;padding-bottom: 15px;margin-bottom: 50px;position: relative;}
.col-page-about .col-organization h2::after{content: '';width: 45px;height: 4px;background: #a72126;position: absolute;bottom: 0;left: 0;}


/* 产品 */
.col-page-product{padding-bottom: 5%}
.col-page-product .product-search{margin:65px 0 35px;font-size: 0;}
.col-page-product .product-search input{font-size: 18px;height: 58px;outline: none;vertical-align: middle}
.col-page-product .product-search input.inpt3{width:-moz-calc(100% - 150px);width:-webkit-calc(100% - 150px);width: calc(100% - 150px);padding-left: 15px;background: none;border: 1px solid #e5e5e5;}
.col-page-product .product-search input.inpt4{width: 150px;background:#a72126;color:#fff;text-align: center;border:none}
.col-page-product .product-search input.inpt3::-webkit-input-placeholder {color: #b8b8b8;}
.col-page-product .product-search input.inpt3:-moz-placeholder {color: #b8b8b8;}
.col-page-product .product-search input.inpt3::-moz-placeholder {color: #b8b8b8;}
.col-page-product .product-search input.inpt3:-ms-input-placeholder {color: #b8b8b8;}
.col-page-product .product-nav{margin-bottom: 40px;}
.col-page-product .product-nav ul{border:1px solid #dcdcdc;}
.col-page-product .product-nav ul li{float: left;text-align: center;}
.col-page-product .product-nav ul li:nth-last-child(2), .col-page-product .product-nav ul li:nth-last-child(2) ~ li {width: 50%;}
.col-page-product .product-nav ul li:nth-last-child(3), .col-page-product .product-nav ul li:nth-last-child(3) ~ li {width: 33.33%;}
.col-page-product .product-nav ul li:nth-last-child(4), .col-page-product .product-nav ul li:nth-last-child(4) ~ li {width: 25%;}
.col-page-product .product-nav ul li:nth-last-child(5), .col-page-product .product-nav ul li:nth-last-child(5) ~ li {width: 20%;}
.col-page-product .product-nav ul li:nth-last-child(6), .col-page-product .product-nav ul li:nth-last-child(6) ~ li {width: 16.66%;}
.col-page-product .product-nav ul li:not(:last-child){border-right: 1px solid #dcdcdc;}
.col-page-product .product-nav ul li a{display: block;height: 60px;line-height: 60px;background: #f3f3f3;color:#191919;font-size: 18px;transition: 0.2s;}
.col-page-product .product-nav ul li.active a,.col-page-product .product-nav ul li a:hover{background:#a72126;color: #fff;}
.col-page-product .product-list{}
.col-page-product .product-list ul{font-size: 0;}
.col-page-product .product-list ul li{display: inline-block;vertical-align: top;width: 32%;margin-right: 2%;margin-bottom: 45px;}
.col-page-product .product-list ul li:nth-child(3n){margin-right: 0;}
.col-page-product .product-list ul li .img{border:1px solid #e5e5e5;position: relative;overflow: hidden;margin-bottom: 25px;}
.col-page-product .product-list ul li .img img{transition: 0.5s;}
.col-page-product .product-list ul li:hover .img img{transform: scale(1.1)}
.col-page-product .product-list ul li .img span.new{font-family: 'simhei';font-style: italic;color:#a72126;font-weight: bold;font-size: 20px;display: block;border-right:1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;position: absolute;top: 0;left: 0;width: 80px;text-align: center;line-height: 35px;}
.col-page-product .product-list ul li h2{font-size: 24px;margin-bottom: 5px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.col-page-product .product-list ul li:hover h2{color: #a72126}
.col-page-product .product-list ul li .content{color:#666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.col-page-product .pro_show{padding: 40px 0;}
.col-page-product .pro_show .caseleft{width:45%;}
.col-page-product .pro_show .caseleft .gallery-top .bimg a{display: block;cursor: pointer;}
.col-page-product .pro_show .caseleft .col-thumb{margin-top:10px;position: relative;}
.col-page-product .pro_show .caseleft .col-thumb .gallery-thumbs{padding: 0 1px;}
.col-page-product .pro_show .caseleft .col-thumb .swiper-slide.swiper-slide-thumb-active{border:1px solid #000;}
.col-page-product .pro_show .caseleft .col-thumb .swiper-slide a{display: block;border:1px solid #e5e5e5;}
.col-page-product .pro_show .caseleft .col-thumb .swiper-button{background: rgba(26,26,26,0.3);opacity: 1;color:#fff;font-size: 20px;height: 46px;line-height:46px;width: 20px;text-align: center;margin: 0;transform: translateY(-50%);outline: none;}
.col-page-product .pro_show .caseleft .col-thumb .swiper-button-prev{left: 0}
.col-page-product .pro_show .caseleft .col-thumb .swiper-button-next{right:0;}
.col-page-product .pro_show .caseright{width: 55%;padding-left: 5%}
.col-page-product .pro_show .caseright h2{font-size: 30px;margin-bottom: 5px;}
.col-page-product .pro_show .caseright>.content{color:#666666;margin-bottom: 40px;}
.col-page-product .pro_show .caseright h3{font-size: 18px;margin-bottom: 15px;}
.col-page-product .pro_show .caseright .box .content{color:#666;line-height: 1.8;font-size: 16px;margin-bottom: 30px;}
.col-page-product .detail .box{margin-top: 50px;}
.col-page-product .detail .box h3{font-size: 18px;margin-bottom: 20px;}
.col-page-product .detail .box .content{color:#666;line-height: 1.8;font-size: 16px;margin-bottom: 30px;}





/* innovation */
.col-management{}
.col-management>.container{padding: 55px 0 4%;}
.col-management>.container h2{margin-bottom: 25px;color:#0d0d0d;font-size: 30px;}
.col-management>.container .content{width: 75%;color:#666666;font-size: 18px;line-height: 1.8}
.col-management .wrap{padding: 30px 0 25px;}
.col-management .wrap h3{margin-bottom: 25px;font-size: 24px;}
.col-management .wrap table{}
.col-management .wrap td{width: 130px;height: 130px;border:3px solid #e5e5e5;border-radius: 50%;color:#fff;display: inline-block;text-align: center;padding-top: 30px;}
.col-management .wrap td:not(:first-child){margin-left: -10px;}
.col-management .wrap td:nth-child(1){background: #a72126}
.col-management .wrap td:nth-child(2){background: #f39800}
.col-management .wrap td:nth-child(3){background: #88bd49}
.col-management .wrap td p:nth-child(1){font-size: 24px;line-height: 1}
.col-management .wrap td p:nth-child(2){font-size: 18px;line-height: 1}
.col-team{}
.col-team .container{padding: 5% 0 0;}
.col-team h2{font-size: 30px;color:#0d0d0d;margin-bottom: 45px;}
.col-team .team-container{padding: 70px 0 55px;}
.col-team .swiper-slide{background: #f1f1f1;padding: 0 10px 10px;text-align: center;transition: 0.3s}
.col-team .swiper-slide .img{border:3px rgb(255, 255, 255) solid;border-radius: 50%;background-color: rgb(255, 255, 255);box-shadow: 0px 0px 9px 0px rgba(6, 0, 1, 0.15);width: 159px;height: 159px;overflow: hidden;margin:-60px auto 15px;}
.col-team .swiper-slide h3{font-size: 18px;}
.col-team .swiper-slide a>p{font-size: 18px;margin-bottom: 15px;}
.col-team .swiper-slide .content{font-size: 12px;color:#868686;line-height: 1.8;height: 140px;overflow: hidden;}
.col-team .swiper-slide:hover{transform: translateY(-5px);box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.15);}
.col-team .swiper-pagination{bottom: 0 !important}
.col-team .swiper-pagination span{width: 12px;height: 12px;background: #b5b5b5;opacity: 1;}
.col-team .swiper-pagination span.swiper-pagination-bullet-active{background: #a72126;}
.col-achievement{}
.col-achievement .container{padding: 5% 0 0;}
.col-achievement h2{font-size: 30px;color:#0d0d0d;margin-bottom: 20px;}
.col-achievement .tabNav{margin-bottom: 45px;}
.col-achievement .tabNav ul{}
.col-achievement .tabNav ul li{float: left;width: 50%;border:1px solid #dcdcdc;}
.col-achievement .tabNav ul li:nth-child(2){border-left: none;}
.col-achievement .tabNav ul li a{display: block;height: 60px;line-height: 60px;font-size: 18px;color:#4d4d4d;background: #f7f7f7;text-align: center;transition: 0.2s;}
.col-achievement .tabNav ul li.active a,.col-achievement .tabNav ul li a:hover{background: #a72126;color:#fff;}
.col-achievement .tabBox{}
.col-achievement .tabBox .box{display: none;}
.col-achievement .tabBox .box.active{display: block;}
.col-achievement .tabBox .box .achievement-container{padding-bottom: 100px;}
.col-achievement .tabBox .box .swiper-slide{border:1px solid #e5e5e5;}
.col-achievement .tabBox .box .swiper-button{top: auto;bottom: 0;margin:0;background: #fff;border-radius: 50%;width: 56px;height: 56px;border:1px solid #eeeeee;text-align: center;line-height: 54px;font-size: 24px;color:#6d6d6d;transition: 0.2s}
.col-achievement .tabBox .box .swiper-button:hover{background: #a72126;color:#fff;}
.col-achievement .tabBox .box .swiper-button-prev{left: 50%;margin-left: -65px;}
.col-achievement .tabBox .box .swiper-button-next{right: 50%;margin-right: -65px;}
.col-quality{}
.col-quality .container{padding: 5% 0;}
.col-quality h2{font-size: 30px;color:#0d0d0d;margin-bottom: 20px;}
.col-quality .achievement-container{padding-top: 45px;border-top:1px solid #e5e5e5;padding-bottom: 100px;}
.col-quality .swiper-button{top: auto;bottom: 0;margin:0;background: #fff;border-radius: 50%;width: 56px;height: 56px;border:1px solid #eeeeee;text-align: center;line-height: 54px;font-size: 24px;color:#6d6d6d;transition: 0.2s}
.col-quality .swiper-button:hover{background: #a72126;color:#fff;}
.col-quality .swiper-button-prev{left: 50%;margin-left: -65px;}
.col-quality .swiper-button-next{right: 50%;margin-right: -65px;}


/* news */
.col-page-news{padding-top: 35px;}
.col-page-news .news-top{margin:0 0 50px;}
.col-page-news .news-top .newsTop-container{}
.col-page-news .news-top .swiper-slide{}
.col-page-news .news-top .swiper-slide .img{height: 300px;position: relative;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.col-page-news .news-top .swiper-slide .img .title{position: absolute;bottom: 30px;left: 40px;width: 65%;color:#fff}
.col-page-news .news-top .swiper-slide .img .title h2{font-size: 30px;margin-bottom: 10px;transform: translateY(25px);opacity: 0;transition: all .5s;}
.col-page-news .news-top .swiper-slide .img .title .content{font-size: 16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transform: translateY(25px);opacity: 0;transition: all .5s;}
.col-page-news .news-top .swiper-slide.swiper-slide-active .img .title h2{transform: none;opacity: 1;transition-delay: .5s;}
.col-page-news .news-top .swiper-slide.swiper-slide-active .img .title .content{transform: none;opacity: 1;transition-delay: .6s;}
.col-page-news .news-top .swiper-pagination{width: auto;right:40px;bottom: 30px;left: auto;}
.col-page-news .news-top .swiper-pagination span{width: 12px;height: 12px;border:1px solid #e5e5e5;background: none;opacity: 1;}
.col-page-news .news-top .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}
.col-page-news .news-list{}
.col-page-news .news-list ul li{float: left;width: 32.4%;margin-right: 1.4%;margin-bottom: 35px;transition: 0.3s}
.col-page-news .news-list ul li:nth-child(3n){margin-right: 0;}
.col-page-news .news-list ul li .img{overflow: hidden;transition: 0.3s}
.col-page-news .news-list ul li .img img{transition: 0.3s;}
.col-page-news .news-list ul li .title{border:1px solid #eeeeee;padding: 25px 25px 35px;}
.col-page-news .news-list ul li .title p{color:#666;margin-bottom: 5px;}
.col-page-news .news-list ul li .title p i{color:#de5f28;margin-right: 5px;}
.col-page-news .news-list ul li .title h2{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 18px;margin-bottom: 20px;transition: 0.2s}
.col-page-news .news-list ul li .title h2:hover{color:#de5f28;}
.col-page-news .news-list ul li .title .content{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color:#666;line-height: 1.8}
.col-page-news .news-list ul li:hover{box-shadow: 0px 0px 27px 0px rgba(6, 0, 1, 0.12);transform:translateY(-5px)}
.col-page-news .news-list ul li:hover .img{box-shadow: 0px 0px 27px 0px rgba(6, 0, 1, 0.12);}
.col-page-news .news-list ul li:hover .img img{transform: scale(1.1)}




/* 新闻详情页 */
.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;}
/* recruit */
.col-concept{}
.col-concept>.container{padding-top: 50px;}
.col-concept>.container h2{font-size: 36px;margin-bottom: 30px;}
.col-concept>.container .desc{font-size: 18px;width: 50%;margin-bottom: 30px;line-height: 1.8;}
.col-concept>.container ul li{margin-bottom: 45px;}
.col-concept>.container ul li .img{float: left;width: 50%;padding-right: 3%}
.col-concept>.container ul li .title{float: right;width: 50%;padding: 4% 5% 0;}
.col-concept>.container ul li .title h3{font-size: 20px;margin-bottom: 25px;color:#000;}
.col-concept>.container ul li .title .content{color:#666;font-size: 16px;line-height: 1.8}
.col-concept>.container ul li:nth-child(2n) .img{float: right;width: 50%;padding-right: 0;padding-left: 3%;}
.col-concept>.container ul li:nth-child(2n) .title{float: left;width: 50%;}
.col-concept .concept-content{padding: 40px 0;}
.col-concept .concept-content p{font-size: 14px;color:#666;line-height: 1.6}
.col-concept .concept-content p:nth-child(1){font-size: 24px;color:#000;margin-bottom: 20px;}

.col-recruitment .container{padding: 5% 0;}
.col-recruitment h2{font-size: 36px;margin-bottom: 50px;}
.col-recruitment .job table {width:100%;}
.col-recruitment .job table tr th{padding: 15px 0;font-size: 14px;font-weight: normal;width:25%;background: #eeeeee;text-align: center;}
.col-recruitment .jobtit table tr td{width:25%;padding:15px 0;font-size: 15px;text-align: center;}
.col-recruitment .job>ul>li:not(:first-child){border-bottom: 1px solid rgba(149,149,149,0.4);}
.col-recruitment .job ul li .jobtit {color: #333;cursor: pointer;position: relative;}
.col-recruitment .job ul li .jobcon {display: none;padding:20px 6%;margin:0 40px 5px;background: #f9f9f9;position: relative;}
.col-recruitment .job ul li .jobcon div{margin-bottom: 20px;color: #666;}
.col-recruitment .job ul li .jobcon td{padding: 0;}
.col-recruitment .job ul li .jobcon hr {border-top: 1px solid #cbc7bc;}
.col-recruitment .job ul li.active .jobtit{border:none;}
.col-recruitment .job ul li.active .jobcon{border-bottom: 0;-webkit-animation: fadeIn 1s both ;animation: fadeIn 1s both ;display: block;}
.col-recruitment .job ul li.active .jobtit .read_more{color:#b20009;}
.col-recruitment .job ul li.active .jobtit i {display: block;}
.col-recruitment .job ul li.active .jobtit span.zhiwei {color: #fff;}
.col-recruitment .jobcon ul {border-bottom: #e5e5e5 1px solid;padding-bottom: 10px;}
.col-recruitment .jobcon ul li{width:33.33%;float: left;;margin-bottom: 20px;line-height: 1.8;}
.col-recruitment .jobcon .content{padding: 15px 0;}
.col-recruitment .jobcon .content .box{float: left;width: 50%;padding-right: 5%;color:#000;line-height: 1.8;}
.col-recruitment .applyment{padding-top: 15px;border-top:1px solid #eeeeee;}
.col-recruitment .applyment a{color:#fff;display: inline-block;padding: 10px 50px;background: #a72126;transition: 0.3s}
.col-recruitment .applyment a:hover{box-shadow: 0px 0px 32px 0px rgba(6, 0, 1, 0.09);}

.col-recruitment #messagelist {padding: 15px;}
.col-recruitment #messagelist .v52fmbx {margin: 30px 0 0;}
.col-recruitment .v52fmbx {border: 1px solid #ddd;border-top: 0;overflow: hidden;text-align: left;}
.col-recruitment .v52fmbx_hr {border-top: 1px solid #ddd;margin: 0;padding: 0 5px 0 15px;font-weight: bold;font-size: 16px;background: #ddd;height: 60px;line-height: 60px;}
.col-recruitment .v52fmbx dl {border-top: 1px solid #ddd;margin: 0;display: -webkit-box;display: -moz-box;display: box;display: -ms-flexbox;position: relative;padding: 5px 0;}
.col-recruitment .v52fmbx dl {width: 100%;zoom: 1;background: #fff;}
.col-recruitment .v52fmbx dl dt {padding: 15px 15px 10px 15px;width: 105px;text-align: left;font-weight: normal;overflow: hidden;line-height: 1.2;}
.col-recruitment .v52fmbx dl dd {-moz-box-flex: 1.0;-webkit-box-flex: 1.0;box-flex: 1.0;-ms-flex: 1;padding: 2px 0 0 15px;margin: 10px 0;}
.col-recruitment .v52fmbx dl dd .fbox {margin: 0 10px 0 0;}
.col-recruitment .ftype_input .fbox {float: left;}
.col-recruitment .ftype_input .fbox input {width: 350px;height: 28px;line-height: 28px\9;padding: 2px 5px;border: 1px solid #dcdfe0;background-color: #fff;color: #333;outline: 0;border-radius: 2px;}
.col-recruitment .v52fmbx dl.noborder {border-bottom: 0;}
.col-recruitment .submit {display: block;background: #a72126;border: 0 none;height: 34px;line-height: 26px;padding: 0 35px;color: #fff;cursor: pointer;border-radius: 2px;font-family: 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
.col-recruitment .submit:hover{box-shadow: 0px 0px 32px 0px rgba(6, 0, 1, 0.09);}
.ftype_input textarea {width: 350px;line-height: 1.5;height: 100px;padding: 7px 5px;border: 1px solid #dcdfe0;background-color: #fff;color: #333;outline: 0;}


/* contact */
.col-page-support{}
.col-page-support .col-information{border-bottom: 1px solid #e5e5e5;}
.col-page-support .col-information .container{padding: 4% 0;}
.col-page-support .col-information .wrap{background: #f7f7f7;border:1px solid #e5e5e5;padding: 30px 45px;}
.col-page-support .col-information .wrap h2{font-size: 30px;margin-bottom: 30px;color:#191919;}
.col-page-support .col-information .wrap ul li{float: left;width: 33.33%;padding: 0 ;}
.col-page-support .col-information .wrap ul li:not(:first-child){padding-left: 6%}
.col-page-support .col-information .wrap ul li h3{color:#010101;font-size: 24px;margin-bottom: 10px;}
.col-page-support .col-information .wrap ul li p{line-height: 1.8;color:#666;font-size: 16px;}
.col-page-support .col-information .wrap ul li .img{display: inline-block;vertical-align: middle}
.col-page-support .col-information .wrap ul li span{display: inline-block;vertical-align: middle;margin-left: 20px;color:#303030;text-align: center;}

.col-page-support .col-map{}
.col-page-support .col-map .container{padding: 50px 0 0;}
.col-page-support .col-map h2{font-size: 30px;margin-bottom: 15px;}
.col-page-support #allmap{width:100%;height:500px;box-shadow: 0px 0px 12px 0px rgba(6, 0, 1, 0.12);}
.col-page-support #allmap img { max-width: 1070px; max-height: 500px;}
.col-page-support #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-page-support #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-support .col-message{}
.col-page-support .col-message .container{position: relative;padding:5% 0;}
.col-page-support .col-message h2{font-size: 30px;margin-bottom: 30px}
.col-page-support .col-message table{width: 100%;border-top:1px solid #1b1b1b;border-bottom: 1px solid #1b1b1b;}
.col-page-support .col-message table tr:first-child{border-bottom:1px solid #bfbfbf;}
.col-page-support .col-message table tr:first-child td:nth-child(2){padding-right: 280px;}
.col-page-support .col-message table td{padding: 50px 0;font-size: 0}
.col-page-support .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-support .col-message table td:first-child{width:15%;text-align: center;font-size: 16px;vertical-align: middle;background: #f9f9f9;}
.col-page-support .col-message table td:last-child{padding: 35px 80px;background: #fff;}
.col-page-support .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;vertical-align: top}
.col-page-support .col-message table tr:first-child select{outline: none;width: 48%;margin-bottom: 15px; height: 45px;line-height: 45px;border:1px solid #c9c9c9;padding-left: 20px;color:#c7c7c7;font-size: 14px;}
.col-page-support .col-message table tr:first-child input:nth-child(2n){margin-right: 0}
.col-page-support .col-message table tr:first-child input:last-child{width: 100%}
.col-page-support .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-support .col-message table tr:last-child textarea{outline: none;font-size: 14px;width: 100%;margin-bottom: 15px;padding-top:15px;height:130px;border:1px solid #c9c9c9;padding-left: 20px;}
.col-page-support .col-message table tr:last-child input[name="verify"]{width:240px;background: #f8f8f8;}
.col-page-support .col-message table tr:last-child a.recaptcha{font-size: 14px;text-decoration: underline;color:#c7c7c7;display: inline-block}
.col-page-support .col-message .sub{padding: 60px 0 0;text-align: center}
.col-page-support .col-message .sub input{width: 170px;height: 50px;line-height: 48px;border:1px solid #bfbfbf;text-align: center;color:#575757;transition: 0.3s;background: #FFF;margin:0 5px;}
.col-page-support .col-message .sub input:hover{background: #a72126;color:#fff;}
.col-page-support .col-message table td textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */color: #c7c7c7;}
.col-page-support .col-message table td textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */color: #c7c7c7;}
.col-page-support .col-message table td textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */color: #c7c7c7;}
.col-page-support .col-message table td textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/color: #c7c7c7;}
.col-page-support .col-message table td input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */color: #c7c7c7;}
.col-page-support .col-message table td input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */color: #c7c7c7;}
.col-page-support .col-message table td input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */color: #c7c7c7;}
.col-page-support .col-message table td input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/color: #c7c7c7;}
.col-page-support .col-message table td select::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */color: #c7c7c7;}
.col-page-support .col-message table td select:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */color: #c7c7c7;}
.col-page-support .col-message table td select::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */color: #c7c7c7;}
.col-page-support .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 .product-search{margin:65px 0 35px;font-size: 0;}
#search .product-search input{font-size: 18px;height: 58px;outline: none;vertical-align: middle}
#search .product-search input.inpt3{width:-moz-calc(100% - 150px);width:-webkit-calc(100% - 150px);width: calc(100% - 150px);padding-left: 15px;background: none;border: 1px solid #e5e5e5;}
#search .product-search input.inpt4{width: 150px;background:#a72126;color:#fff;text-align: center;border:none}
#search .product-search input.inpt3::-webkit-input-placeholder {color: #b8b8b8;}
#search .product-search input.inpt3:-moz-placeholder {color: #b8b8b8;}
#search .product-search input.inpt3::-moz-placeholder {color: #b8b8b8;}
#search .product-search input.inpt3:-ms-input-placeholder {color: #b8b8b8;}

.search_right>ul li{float: left;width: 32%;margin-right: 2%;margin-bottom: 45px;}
.search_right>ul li:nth-child(3n){margin-right: 0;}
.search_right>ul li .img{border:1px solid #e5e5e5;position: relative;overflow: hidden;margin-bottom: 25px;}
.search_right>ul li .img img{transition: 0.5s;}
.search_right>ul li:hover .img img{transform: scale(1.1)}
.search_right>ul li .img span.new{font-family: 'simhei';font-style: italic;color:#a72126;font-weight: bold;font-size: 20px;display: block;border-right:1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;position: absolute;top: 0;left: 0;width: 80px;text-align: center;line-height: 35px;}
.search_right>ul li h2{font-size: 24px;margin-bottom: 5px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.search_right>ul li:hover h2{color: #a72126}
.search_right>ul li .content{color:#666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}


.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;width: 50px;height: 50px;right: 15px;bottom:50px;cursor: pointer;text-align: center;color:#fff;background: #de5f28;display: none;}
#gotoTop i{font-size: 24px;}
#gotoTop span{display: block}
.footer{background: #1b1b1b;position: relative;z-index: 2;}
.footer .footer-top{padding:5% 0 20px;}
.footer .footer-top .pull-right{margin-top: 20px;}
.footer .footer-nav{border-top:1px solid rgba(220,220,220,0.11);border-bottom: 1px solid rgba(220,220,220,0.11);}
.footer .footer-nav ul li{float: left;height: 70px;line-height: 70px;padding:0 40px;position: relative;}
.footer .footer-nav ul li:first-child{padding-left: 0;}
.footer .footer-nav ul li:not(:last-child)::after{content:'';width: 1px;height: 12px;background: rgba(210,210,210,0.2);position: absolute;right: 0;top:50%;margin-top: -6px;}
.footer .footer-nav ul li a{color:rgba(255,255,255,0.67);transition: 0.2s;}
.footer .footer-nav ul li a:hover{color:#de5f28;}
.footer .footer-info{padding:25px 0 50px;}
.footer .footer-info .info{color:#aeaeae;line-height: 1.5}
.footer .footer-info .info p{margin-bottom: 5px;}
.footer .footer-info .code{}
.footer .footer-info .code ul li{float: left;color:#acacac;font-size: 12px;text-align: center;margin:0 8px;}
.footer .footer-info .code ul li img{opacity: 0.8;}
.footer .footer-info .code ul li p{margin-top: 10px;}
.footer .copyright{text-align: center;padding: 35px 0;color:#878787;background: #000;}

/* 副导航 */
.vicenav{border-bottom: 1px solid #e5e5e5;height: 50px;line-height: 50px;}
.vicenav .container>div{float: left;}
.vicenav .home{padding-left: 15px;color:#666666;width: 135px;border-left: 1px solid #e5e5e5;}
.vicenav .home i{margin-right: 10px;}
.vicenav .class1{border-left: 1px solid #e5e5e5;border-right:1px solid #e5e5e5;}
.vicenav .class1 a{display: block;height: 100%;padding-left: 25px;width: 165px;color:#666666;}
.vicenav .navList{position: relative;}
.vicenav .navList p{padding-left: 25px;width: 175px;color:#666666;border-right:1px solid #e5e5e5;cursor: pointer;position: relative;}
.vicenav .navList p::after{content:''; width: 0px;height: 0px;border-top: 4px solid #666666;border-left: 3.5px solid transparent;border-right: 3.5px solid transparent;position: absolute;right:25px;top:50%;margin-top: -2px;transition: 0.3s}
.vicenav .navList ul{position: absolute;left: 0;width: 100%;background: #fff;z-index: 10;display: none;border:1px solid #e5e5e5;border-top: none;}
.vicenav .navList ul li{line-height:40px;}
.vicenav .navList ul li a{display: block;padding-left: 25px;color:#666666;transition: 0.2s;}
.vicenav .navList ul li a:hover{background: #de5f28;color:#fff;}
.vicenav .navList p.active::after{transform: rotate(180deg)}



/* media */
@media (min-width: 1200px) {
  .container{width: 1200px}
}
@media (max-width: 1700px) {
  
  
}
@media (max-width: 1600px) {
  
  
  
}
@media (max-width: 1500px) {
  #col-banner .swiper-slide{height: 350px !important;}
  
  
}
@media (max-width: 1400px) {
  #col-banner .swiper-slide{height: 300px !important;}
  .col-index-product .proList .content{width: 50%}
  
  
  
}
@media (max-width: 1300px) {
  
  
}
@media (max-width: 1200px) {
  #col-banner .swiper-slide{height: 280px !important;}
  .footer .footer-nav ul li{padding: 0 30px;}
  .col-index-product .proList .content{width: 60%;}
  #col-index-banner .ban_cont p:nth-child(1){margin-bottom: 10px;}
  #col-index-banner .ban_cont p:nth-child(2){font-size: 32px;}
  .header .nav ul li{margin-right: 15px;}
  .vicenav .container{padding: 0 !important;}
  .container{width: 100%;padding-left: 10px !important;padding-right: 10px !important;}
}
@media (max-width: 1100px) {
  .col-index-about .tabBox .box table{width: 100%}
  
}
@media (max-width: 992px) {
  .header.is_header{position: fixed;}
  #col-banner{margin-top: 60px;}
  .col-page-support .col-message table tr:first-child td:nth-child(2){padding-right: 80px;}
  .col-page-support .col-information .wrap ul li h3{font-size: 20px;margin:0;}
  .col-page-support .col-information .wrap{padding: 20px 35px;}
  .col-page-support .col-information .wrap ul li:not(:first-child){padding-left: 20px;}
  .col-concept>.container .desc{width: 80%;font-size: 16px;}
  .col-page-news .news-top .swiper-slide .img .title{width: 85%}
  .col-page-news .news-top .swiper-slide .img{height: 250px;}
  .col-management>.container .content{width: 100%;}
  .col-page-about .col-culture .content{width: 100%;}
  .col-page-about .col-culture .list{width: 100%;}
  .col-page-about .col-culture .content h2{margin-bottom: 40px;}
  #col-banner .ban_cont h1{font-size: 36px;}
  #col-banner .swiper-slide{height: 250px !important;}
  .footer .footer-top{text-align: center;}
  .footer .footer-top .footer-logo,.footer .footer-top .pull-right,.footer .footer-info .info,.footer .footer-info .code{float: none !important;width: 100%}
  .footer .footer-nav ul li{width:50%;padding: 0;height: 40px;line-height: 40px;border-bottom: 1px solid rgba(220,220,220,0.11);text-align: center;}
  .footer .footer-nav ul li:last-child{width: 100%}
  .footer .footer-nav{border-bottom: none;}
  .footer .footer-nav ul li:not(:last-child)::after{display: none;}
  .footer .footer-info{padding: 10px 0;text-align: center;}
  .footer .footer-info .code ul li{display: inline-block;float: none;}
  .footer .copyright{padding: 15px 0;}
  .col-index-recruit .wrap{width: 80%}
  .col-index-news .sale .img i img{width: 70px;}
  .col-index-product .proList{background-attachment: scroll !important;}
  .col-index-product .proList .content{width: 100%;font-size: 24px;margin-bottom: 30px;}
  .col-index-about{min-height: 750px;background-position: 80% bottom !important;}
  .col-index-about h2{font-size: 36px;}
  .header .inner,.header .logo{height: 80px;line-height: 80px;}
  .header.active .inner, .header.is_header .inner,.header.active .logo, .header.is_header .logo{height: 60px;line-height: 60px;}
  #header.active a.mm_btn,#header.is_header a.mm_btn{top: 0}
  .header .nav,.header .language{display: none;}
  
}
@media (max-width: 768px) {
  .col-page-support .col-message .container,.col-recruitment .container,.col-team .container,.col-achievement .container,.col-quality .container,.col-page-about .col-culture .container,.col-page-about .col-honor .container,.col-page-about .col-organization .container{padding: 30px 0;}
  #search .product-search input{font-size: 16px;}
  .col-concept .concept-content p:nth-child(1){font-size: 20px;margin-bottom: 10px;}
  .col-index-product .proList .content{font-size: 20px;margin-bottom: 20px;padding: 0 10px;}
  .col-index-product .container>p{margin:20px 0 5%}
  .col-page-support .col-message table td{width: 100% !important;display: block;}
  .col-page-support .col-message table td:first-child{padding: 20px 0;}
  .col-page-support .col-message table td:last-child{padding: 20px 10px !important;}
  .col-page-support #allmap{height: 300px;}
  .col-page-support .col-information .wrap ul li{width: 100%;padding-left: 0 !important;}
  .col-recruitment .job ul li .jobcon{padding: 10px 20px;margin:0 10px 5px;}
  .col-concept>.container .desc{width: 100%}
  .col-concept>.container ul li .img,.col-concept>.container ul li .title{width: 100% !important;padding: 0 !important;text-align: center;margin-bottom: 20px;}
  .col-concept>.container ul li .title h3{font-size: 18px;margin-bottom: 10px;}
  .col-page-news .news-list ul li .title{padding: 20px 20px 25px;}
  .col-page-news .news-list ul li{width: 49%;margin-right: 2%;}
  .col-page-news .news-list ul li:nth-child(3n){margin-right: 2%}
  .col-page-news .news-list ul li:nth-child(2n){margin-right: 0}
  .col-page-news .news-top .swiper-pagination{right: 20px;bottom: 10px}
  .col-page-news .news-top .swiper-slide .img .title{width: 100%;left: 0;padding:0 10px;}
  .col-page-news .news-top .swiper-slide .img{height: 200px;}
  .col-page-product .pro_show .caseleft,.col-page-product .pro_show .caseright{width: 100%;padding-left: 0;margin-bottom: 20px;}
  .col-page-product .detail .box{margin:0;}
  .col-page-product .pro_show .caseright>.content{margin-bottom: 20px;}
  .col-page-product .product-list ul li .img{padding-top: 20px;margin-bottom: 10px;}
  .col-page-product .product-list ul li .img span.new{font-size: 14px;width: 60px;line-height: 30px;}
  .col-page-product .product-list ul li h2,.search_right>ul li h2{font-size: 20px;}
  .col-page-product .product-list ul li,.search_right>ul li{width: 49%}
  .col-page-product .product-list ul li:nth-child(3n),.search_right>ul li:nth-child(3n){margin-right: 2%}
  .col-page-product .product-list ul li:nth-child(2n),.search_right>ul li:nth-child(2n){margin-right: 0}
  .col-page-product .product-search{margin:20px 0 10px;}
  .col-page-product .product-search input,.col-page-product .product-nav ul li a{font-size: 14px;}
  .col-achievement .tabNav ul li a{font-size: 14px;height: auto;line-height: normal;padding: 15px 0;}
  .col-management .wrap td p:nth-child(1){font-size: 18px;}
  .col-management .wrap td p:nth-child(2){font-size: 16px;}
  .col-management>.container .content{font-size: 16px;}
  .col-management .wrap h3{font-size: 16px;margin-bottom: 20px;}
  .col-page-about .col-profile .content p:nth-child(1),.col-page-about .col-profile .content p:nth-child(2){font-size: 18px;}
  .col-page-about .col-profile .img{width: 100%;margin-bottom: 20px;padding-right: 0}
  .col-page-about .col-profile .content{width: 100%}
  #col-banner .swiper-slide{height: 220px !important;}
  .header .logo img{width: 150px;}
  .col-index-recruit .wrap .content{margin-bottom: 30px;}
  .col-index-recruit .wrap{width: 100%}
  .col-index-news>a{margin-top: 20px;width: 150px;height: 40px;line-height: 40px;}
  .col-index-news .news-list .swiper-slide{padding: 15px 20px;}
  .col-index-news .sale .img{margin-top: -10px;}
  .col-index-news .sale .img i img{width: 60px;}
  .col-page-support .col-map h2,.col-page-support .col-message h2,.col-page-support .col-information .wrap h2,.col-recruitment h2,.col-concept>.container h2,.col-page-news .news-top .swiper-slide .img .title h2,.col-page-product .pro_show .caseright h2,.col-quality h2,.col-achievement h2,.col-index-product h2,.col-index-news .sale h2,.col-index-news .news-list h2,.col-index-recruit .wrap h2,.col-page-about .col-profile h2,.col-page-about .col-culture .content h2,.col-page-about .col-honor h2,.col-page-about .col-organization h2,.col-management>.container h2,.col-team h2{font-size: 24px;margin-bottom: 10px;}
  .col-index-product .tabBox{margin-top:10px;}
  .col-index-product .tabBox .box .product-container{padding-top: 40px;}
  .col-index-about .tabBox .box table td{display: inline-block;width: 50%;margin-bottom: 20px;}
  .col-index-about h2{font-size: 24px;}
  .col-index-about .content{margin:10px 0;}
  #col-index-banner .ban_cont p:nth-child(1) img{width: 60%}
  #col-index-banner .ban_cont p:nth-child(2),#col-banner .ban_cont h1{font-size: 24px;}
  #col-index-banner .ban_cont p:nth-child(3){margin-bottom: 20px;}
  
}
@media (max-width: 640px) {
  .col-page-news .news-top .swiper-slide .img .title h2{font-size: 20px;margin:0;}
  .col-page-about .col-culture .list ul li{width: 50%}
  #col-banner .swiper-slide{height: 200px !important;}
  .col-index-product .proList ul li{width: auto;}
  .col-index-product .proList ul li a{padding: 0 50px;}
  .col-index-product .product-search .col-list{display: block;margin-bottom: 20px;}
  
  
}

@media (max-width: 530px) {
  .col-index-about .tabNav ul li a{padding: 0 15px;}
  .col-index-product .tabBox .box .product-container{padding: 20px;}
  .col-index-product .tabBox .box .swiper-pagination{width: 100%;text-align: center}
  .col-page-support .col-message table tr:first-child input,.col-page-support .col-message table tr:first-child select{width: 100%}
  .col-page-support .col-message .sub input{width: 130px;}
  .col-page-support .col-information .wrap{text-align: center;padding: 20px 10px;;}
  .col-recruitment .jobcon .content .box{width: 100%;padding-right: 0}
  .col-recruitment .jobcon ul li{width: 50%;margin-bottom: 10px;}
  .col-page-news .news-top .swiper-slide .img{height: 150px;}
  .col-page-news .news-list ul li{width: 100%;margin-right: 0 !important}
  .col-page-product .product-nav ul li a{height: 40px;line-height: 40px;}
  .col-page-product .product-nav ul li{width: 100% !important;}
  .col-page-product .product-nav ul li:not(:last-child){border-right: none;border-bottom: 1px solid #dcdcdc;}
  .col-management .wrap table{width: 100%}
  .col-management .wrap h3{text-align: center;}
  .col-management .wrap td{display: block;margin:0 auto 10px !important;}
  .col-management .wrap td:not(:first-child){margin: 0;}
  .col-page-about .col-culture .list ul li .wrap{padding: 20px 15px 0;height: 220px;}
  .vicenav .home{display: none;}
  .vicenav .class1 a{width: auto;padding: 0 20px;}
  .col-index-news .news-list .news-container{padding:20px 15px;}
  .col-index-news .news-list .swiper-slide{padding: 10px 15px;}
  .col-index-news .sale .img i img{width: 40px;}
  .col-index-product .proList ul li a{padding: 0 40px;}
  .col-index-product .product-search input.inpt3{width: 200px}
  .col-index-about{min-height: 650px}
  
  
}
@media (max-width: 420px) {
  .col-recruitment .jobcon ul li{width: 100%;}
  .col-recruitment .jobtit table tr td{font-size:14px;}
  .col-page-about .col-culture .list ul li{width: 100%}
  .col-page-about .col-culture .list ul li .wrap{text-align: center;}
  #col-banner .swiper-slide{height: 120px !important;}
  .col-index-news .news-list .news-container{}
  .col-index-product .proList ul li a{padding: 0 30px;}
  #col-index-banner .ban_cont p:nth-child(1) img{width: 50%}
  #col-index-banner .ban_cont a{font-size: 16px;}
  
}


/*手机版菜单*/
.mm-slideout{z-index: auto!important;}
@media screen and (max-width: 992px)  {
  #header a.mm_btn {background: center center no-repeat #a72126;display: block;width: 60px;height:60px;position: absolute;top: 10px;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;}
}
