/*
首页模块命名规范：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';}
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:0;display: block;height: 0;overflow: hidden;margin-bottom: 5%}
img[src=""],img:not([src]){opacity:0;}
/* 滚动条 */
::-webkit-scrollbar{width: 5px;  height: 110px;  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: #bdbdbd;}  
/*滑块效果*/
::-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%;}
.header .inner{margin:0 8.408%;height: 80px;line-height: 80px;position: relative;}
.header .logo{font-size: 0;height: 80px;line-height: 80px;position: relative;z-index: 1;}
.header .nav{position: absolute;width: 100%;left: 0;text-align: center;}
.header .nav ul{font-size: 0}
.header .nav ul li{display: inline-block;margin:0 22.5px;}
.header .nav ul li a{color:#404040;font-size: 16px;position: relative;}
.header .nav ul li a::after{position: absolute;
  bottom:-15px;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(178,0,12,.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  -moz-transition: opacity .3s,-moz-transform .3s;
  transition: opacity .3s,transform .3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);}
.header .nav ul li.active a,.header .nav ul li a:hover{color:#d8000f;}
.header .nav ul li.active a::after,.header .nav ul li a:hover::after{opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);}
.header .index-search{position: relative;}
.header .index-search input{line-height: 40px;background: none;outline: none;}
.header .index-search input.inpt3{border:1px solid #cccccc;border-top-left-radius: 40px;border-bottom-left-radius: 40px;border-right: none; padding-left: 18px;vertical-align: middle;width: 125px;transition: 0.2s}
.header .index-search input.inpt4{border:1px solid #cccccc;border-top-right-radius: 40px;border-bottom-right-radius: 40px;border-left: none;vertical-align: middle;width: 50px;background: url(../images/search.png)no-repeat center center;transition: 0.2s}
.header .index-search:hover input.inpt3,.header .index-search:hover input.inpt4{border-color: #d8000f}
.header .language{position: relative;margin-left: 35px;}
.header .language a{color:#404040;}
.header .language>a i.glyphicon{color: #b2000c;}
.header .language .lang-none{position: absolute;bottom: 0;line-height: 2;width: 100%;padding-left: 22px;display: none;}
.header .language:hover .lang-none{display: block;}


/* banner */
.col-banner {transition: 0.5s all ease;}
.col-banner .swiper-slide{background-position: center !important;background-size: cover !important;}
#col-index-banner .container{position: relative;height: 100%;}
#col-index-banner .ban_cont{color:#fff;position: absolute;top: 50%;transform: translateY(-50%);padding-bottom: 140px;}
#col-index-banner .ban_cont p:nth-child(1){transform: translateY(25px);opacity: 0;transition: all .5s;}
#col-index-banner .ban_cont p:nth-child(2){font-size: 55px;margin-bottom: 20px;transform: translateY(25px);opacity: 0;transition: all .5s;}
#col-index-banner .ban_cont p:nth-child(3){font-size: 20px;transform: translateY(25px);opacity: 0;transition: all .5s;}
#col-index-banner .ban_cont p:nth-child(4){font-size: 20px;transform: translateY(25px);opacity: 0;transition: all .5s;}
#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: .75s;}
#col-index-banner .swiper-slide-active .ban_cont p:nth-child(4){transform: none;opacity: 1;transition-delay: .75s;}
#col-index-banner .swiper-button-next{width: 60px;height: 60px;border:2px solid #fff;text-align: center;line-height: 56px;color: #fff;font-size: 32px;background: none;margin: 0;right: auto;left: 0;top: auto;bottom: 0;}
#col-banner .ban_cont{color:#fff;position: absolute;top: 50%;transform: translateY(-50%);}
#col-banner .ban_cont i{display: inline-block;transform: translateY(25px);opacity: 0;transition: all .5s;}
#col-banner .ban_cont h1{font-size: 55px;text-shadow: 0px 3px 8px rgba(9, 2, 4, 0.2);transform: translateY(25px);opacity: 0;transition: all .5s;}
#col-banner .swiper-slide-active .ban_cont i{transform: none;opacity: 1;transition-delay: .5s;}
#col-banner .swiper-slide-active .ban_cont h1{transform: none;opacity: 1;transition-delay: .6s;}

@keyframes expand {0% {box-shadow: 0 0 0 0px rgba(255,255,255,0.5);}70% {box-shadow: 0 0 0 40px rgba(255,255,255, 0);}100% {box-shadow: 0 0 0 40px rgba(255,255,255, 0);}}
@keyframes expand2 {0% {box-shadow: 0 0 0 0px rgba(255,255,255, 0.5);}30% {box-shadow: 0 0 0 0px rgba(255,255,255, 0.3);}100% {box-shadow: 0 0 0 40px rgba(255,255,255, 0);}}
@keyframes expand3 {0% {box-shadow: 0 0 0 0px rgba(31,71,158,0.5);}70% {box-shadow: 0 0 0 40px rgba(31,71,158, 0);}100% {box-shadow: 0 0 0 40px rgba(31,71,158, 0);}}
@keyframes expand4 {0% {box-shadow: 0 0 0 0px rgba(31,71,158, 0.5);}30% {box-shadow: 0 0 0 0px rgba(31,71,158, 0.3);}100% {box-shadow: 0 0 0 40px rgba(31,71,158, 0);}}


/* 首页about */
.col-index-about{padding: 5% 0}
.col-index-about h2{text-align: center;font-size: 36px;color:#404040;font-weight: bold;border-bottom: 1px solid #cccccc;padding-bottom: 15px;}
.col-index-about .content{margin:25px 0;text-align: center;color:#666;line-height: 1.8;font-size: 16px;}
.col-index-about .content p:nth-child(1){font-size: 20px;color:#404040;}
.col-index-about .content table{margin:30px 0;}
.col-index-about .content table td p:nth-child(1){font-size: 30px;color:#b3000c;font-weight: bold;}
.col-index-about .about_link{position: relative;}
.col-index-about .about_link>.img{height: 100%;float: left;width: 61.666%;right: -1.9%;position: relative;}
.col-index-about .about_link>.img .btn-play{width:90px; height:90px; text-align:center; margin:0 auto 4vw auto; border-radius:100%; background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.col-index-about .about_link>.img .btn-play i{font-size:2.5rem; color:#d8000f;width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.col-index-about .about_link>.img .btn-play .dot{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    font-size: 0;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 10;
    animation-iteration-count: infinite !important;
    background: transparent;
    cursor: pointer;
    line-height: 1;
    animation: expand 3s cubic-bezier(0,0,1,1);
  }
  
.col-index-about .about_link>.img .btn-play .dot2{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    font-size: 0;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 10;
    animation-iteration-count: infinite !important;
    background: transparent;
    cursor: pointer;
    line-height: 1;
    animation: expand2 3s cubic-bezier(0,0,1,1);
  }


.col-index-about .about_link ul{position: absolute;top:0;right: 0;height: 100%;width: 38.334%}
.col-index-about .about_link ul li{float: left;width: 50%;height: 50%;background: #f5f5f5;text-align: center;transition: 0.3s}
.col-index-about .about_link ul li a{display:table;width: 100%;height: 100%;}
.col-index-about .about_link ul li a .cell{display:table-cell; vertical-align:middle;}
.col-index-about .about_link ul li h3{font-size: 18px;color:#4c4c4c;margin-top:10px;transition: 0.3s}
.col-index-about .about_link ul li:nth-child(1){-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 90%);clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 90%);}
.col-index-about .about_link ul li:nth-child(3){-webkit-clip-path: polygon(100% 100%, 0 100%, 0 10%, 10% 0, 100% 0);clip-path: polygon(100% 100%, 0 100%, 0 10%, 10% 0, 100% 0);}
.col-index-about .about_link ul li:nth-child(1) .img i.img1{width: 68px;height:68px;display: inline-block;background: url(../images/develop.png)no-repeat center center;}
.col-index-about .about_link ul li:nth-child(1) .img i.img2{width: 68px;height:68px;display: none;background: url(../images/develop_h.png)no-repeat center center;}
.col-index-about .about_link ul li:nth-child(2) .img i.img1{width: 68px;height:68px;display: inline-block;background: url(../images/culture.png)no-repeat center center;}
.col-index-about .about_link ul li:nth-child(2) .img i.img2{width: 68px;height:68px;display: none;background: url(../images/culture_h.png)no-repeat center center;}
.col-index-about .about_link ul li:nth-child(3) .img i.img1{width: 68px;height:68px;display: inline-block;background: url(../images/honor.png)no-repeat center center;}
.col-index-about .about_link ul li:nth-child(3) .img i.img2{width: 68px;height:68px;display: none;background: url(../images/honor_h.png)no-repeat center center;}
.col-index-about .about_link ul li:nth-child(-n+2){border-bottom: 1px solid #d9d9d9;}
.col-index-about .about_link ul li:nth-child(2n-1){border-right: 1px solid #d9d9d9;}
.col-index-about .about_link ul li:hover{background: #d8000f}
.col-index-about .about_link ul li:hover .img1{display: none !important;}
.col-index-about .about_link ul li:hover .img2{display: inline-block !important;}
.col-index-about .about_link ul li:hover h3{color:#fff;}
.col-index-about .about_link ul li:nth-child(4) p{color:#b3000c;font-size: 16px;}
.col-index-about .about_link ul li:nth-child(4) i{width: 30px;height: 30px;border:1px solid #d8000f;text-align: center;color:#d8000f;line-height: 28px;font-size: 18px;margin-top:15px;}
.col-index-about .about_link ul li:nth-child(4):hover p{color:#fff}
.col-index-about .about_link ul li:nth-child(4):hover i{color:#fff;border:1px solid #fff;}

/* 首页product */
.col-index-product{padding: 6% 0 8%;color:#fff;}
.col-index-product h2{font-size: 36px;padding-bottom: 20px;margin-bottom: 40px;position: relative;}
.col-index-product h2::after{content:'';width:50px;height: 4px;background: #fff;position: absolute;bottom: 0;left: 0;}
.col-index-product h2>a{width: 200px;height: 50px;border:1px solid #fff;text-align: center;line-height: 48px;display: block;color:#fff;font-size: 15px; position:absolute; top:0; right:0;}
.col-index-product .product-container .swiper-slide h3{background:#fff; padding:15px 0; color:#333; font-size:1.4rem; text-align:center;}
.col-index-product ul{width: 50%}
.col-index-product ul li{float: left;width: 50%;margin-bottom: 10px;}
.col-index-product ul li a{color:#fff;line-height: 2;font-size: 16px;position: relative;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding-right: 25px}
.col-index-product ul li:nth-child(2n) a{padding-left:10%}
.col-index-product ul li a i{width: 20px;height:20px;border-radius: 50%;background: #d8000f;text-align: center;line-height: 20px;position: absolute;right: 0;top: 50%;margin-top: -10px;font-size: 12px;color:#fff;transition: 0.5s}
.col-index-product ul li a:hover{color:#d8000f;}
.col-index-product ul li a:hover i{transform: translateX(-10px)}



/* 首页news */
.col-index-news{padding: 5% 0;}
.col-index-news h2{text-align: center;padding-bottom: 10px;margin-bottom: 50px;position: relative;color:#404040;}
.col-index-news h2::after{content:'';width:50px;height: 4px;background: #d8000f;position: absolute;bottom: 0;left: 50%;margin-left: -25px;}
.col-index-news .pull-left{width: 41.666%;}
.col-index-news .pull-left .img{overflow: hidden;}
.col-index-news .pull-left .img a{transition: 0.5s;height: 365px;display: block;}
.col-index-news .pull-left:hover .img a{transform: scale(1.1)}
.col-index-news .pull-left p{color:#bfbfbf;margin:10px 0 0;}
.col-index-news .pull-left h3{margin-bottom: 10px;}
.col-index-news .pull-left h3 a{color:#404040;font-size: 20px;font-weight: bold;}
.col-index-news .pull-left h3 a:hover{color:#d8000f;text-decoration: underline}
.col-index-news .pull-left .desc{color:#404040;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.col-index-news .pull-right{width: 52.5%;text-align: right;}
.col-index-news .pull-right ul li{padding:20px 10px 15px 10px;border-bottom: 1px solid #bfbfbf;text-align: left}
.col-index-news .pull-right ul li:first-child{padding-top: 0}
.col-index-news .pull-right ul li p{color:#bfbfbf;line-height: normal;}
.col-index-news .pull-right ul li h3{margin-bottom: 10px;}
.col-index-news .pull-right ul li h3 a{color:#404040;font-size: 20px;font-weight: bold;}
.col-index-news .pull-right ul li .desc{color:#404040;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.col-index-news .pull-right ul li h3:hover a{color:#d8000f;text-decoration: underline}
.col-index-news .pull-right>a{display: inline-block;width: 50px;height:50px;border:2px solid #808080;position: relative;margin-top: 25px;}
.col-index-news .pull-right>a::before{content:'';width: 2px;height: 16px;background: #808080;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
.col-index-news .pull-right>a::after{content:'';width: 16px;height: 2px;background: #808080;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
/*  */
.col-index-scope{padding: 4.5% 0 8.5%;}
.col-index-scope .content{position: relative;color:#fff;}
.col-index-scope .content p:nth-child(2){font-size: 16px;margin-bottom: 40px;}
.col-index-scope .content p:nth-child(3){font-size: 25px;color:#d8000f;font-weight: bold}
.col-index-scope .content p:nth-child(4){font-size: 24px;font-weight: bold;width: 50%}
.col-index-scope .content a{display: block;width: 50px;height:50px;border:2px solid #fff;text-align: center;line-height: 46px;font-size: 24px;color:#fff;position: absolute;right: 0;bottom: 0;transition: 0.2s}
.col-index-scope .content a:hover{background: #d8000f;border:2px solid #d8000f}





/* page */
.page {text-align: center;}
.page .container{background: #f5f5f5;}
.page ul li a{border:none;background: none;color:#404040;margin:0 10px;width: 43px;height:43px;border:1px solid #cccccc;padding: 0;line-height: 41px;border-radius: 50% !important}
.page ul li.disabled a{border:1px solid #cccccc;background: none;}
.page ul li.active a{border:1px solid #d8000f;background: #d8000f;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 #d8000f;background: none;color:#404040}
.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 #d8000f;background: #d8000f;color:#fff;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: none;color:#404040;border:1px solid #d8000f}
.pagination>li:last-child>a, .pagination>li:last-child>span{color: #404040}
/* 内页 */
.col-page{position: relative;}/*内页通用页面外层容器样式*/

/* 关于我们 */
.col-profile{padding:0 0 5%;}
.col-profile .pull-left{width: 65%;}
.col-profile .pull-left h2{font-size: 30px;padding-bottom: 30px;margin-bottom: 40px;position: relative;color:#404040;}
.col-profile .pull-left h2::after{content:'';width: 30px;height:4px;position: absolute;bottom: 0;left: 0;background: #cccccc;}
.col-profile .pull-left .content{line-height: 1.8;color:#545454;font-size: 16px;}
.col-profile .pull-right{width: 30.5%}
.col-profile .pull-right table{width: 100%}
.col-profile .pull-right table td{padding: 25px 0;border-bottom: 1px solid #a8a8a8;position: relative;}
.col-profile .pull-right table td p:nth-child(1){color:#d8000f;}
.col-profile .pull-right table td p:nth-child(2){color:#404040;padding-right: 60px;}
.col-profile .pull-right table tr:nth-child(1) td::after{content:'';width: 57px;height: 52px;background: url(../images/1.jpg)no-repeat center center;position: absolute;right: 0;top:50%;margin-top: -28.5px;}
.col-profile .pull-right table tr:nth-child(2) td::after{content:'';width: 57px;height: 52px;background: url(../images/2.jpg)no-repeat center center;position: absolute;right: 0;top:50%;margin-top: -28.5px;}
.col-profile .pull-right table tr:nth-child(3) td::after{content:'';width: 57px;height: 52px;background: url(../images/3.jpg)no-repeat center center;position: absolute;right: 0;top:50%;margin-top: -28.5px;}
.col-profile .pull-right table tr:nth-child(4) td::after{content:'';width: 57px;height: 52px;background: url(../images/4.jpg)no-repeat center center;position: absolute;right: 0;top:50%;margin-top: -28.5px;}

.col-develop{background: url(../images/develop_bg2.jpg)no-repeat center bottom;background-size: cover;padding: 0 0 6%}
.col-develop .head{font-size: 30px;color:#fff;text-align: center;height: 220px;line-height: 220px;margin-bottom: 55px;}
.col-develop .develop-list{background: url(../images/line.png)no-repeat center 10px;}
.col-develop .develop-list .develop-container{padding-left: 40px;}
.col-develop .develop-list .swiper-slide h3{margin: 40px 0 20px;padding-top:15px;position: relative;color:#d8000f;font-size: 18px;display: inline-block}
.col-develop .develop-list .swiper-slide h3::before{content:'';width: 8px;height:8px;border-radius: 50%;background: #808080;position: absolute;top: 0;left: 50%;margin-left: -4px;}
.col-develop .develop-list .swiper-slide .content{color:#666666;}
.col-develop .develop-list .swiper-button{width: 40px;height: 40px;border-radius: 50%;background: #d8000f;margin:0;outline: none;top: 0;color:#fff;text-align: center;line-height: 40px;font-size: 20px;}
.col-develop .develop-list .swiper-button-prev{left: 0}
.col-develop .develop-list .swiper-button-next{right: 0}

.col-culture{padding: 0 0 6.5%;color:#fff}
.col-culture .content{line-height: 1.8;}
.col-culture .content p:nth-child(2n-1){font-size: 24px;}
.col-culture .content p:nth-child(2n){font-size: 16px;margin-bottom: 45px;}

.col-honor{padding: 0 0 5%;}
.col-honor h2{text-align: center;font-size: 30px;padding-bottom: 30px;margin-bottom: 40px;position: relative;color:#404040;}
.col-honor h2::after{content:'';width: 30px;height:4px;position: absolute;bottom: 0;left: 50%;margin-left: -15px;background: #cccccc;}
.col-honor .swiper-slide{border:2px solid #a8a8a8;}
.col-honor .swiper-slide .img{border-bottom: 2px solid #a8a8a8;overflow: hidden;}
.col-honor .swiper-slide .img img{transition: 0.3s;width: 100%}
.col-honor .swiper-slide:hover .img img{transform: scale(1.1)}
.col-honor .swiper-slide .title{padding: 12px 20px;color:#666666;}
.col-honor .swiper-slide .title i{width: 19px;height: 18px;background: url(../images/show.png)no-repeat center center;background-size:cover;display: block;}
.col-honor .honor-container{padding-bottom: 100px;}
.col-honor .honor-container .swiper-pagination{bottom: 0;margin: 0;}
.col-honor .honor-container .swiper-pagination span{border:1px solid rgb(204, 204, 204);border-radius: 50%;width: 39px;height: 39px;margin: 0 9px;background: none;opacity: 1;line-height: 37px;color: #404040;}
.col-honor .honor-container .swiper-pagination span:hover{color:#d8000f;border:1px solid #d8000f;}
.col-honor .honor-container .swiper-pagination span.swiper-pagination-bullet-active{background: #d8000f;color:#fff;border:1px solid #d8000f;}
.col-honor .honor-container .swiper-button{width: auto;background: none;top: auto;bottom: 10px;opacity: 1;color:#404040;outline: none;height: auto;}

.col-equipment{padding: 0 0 5%; background:#f5f5f5;}
.col-equipment h2{text-align: center;font-size: 30px;padding-bottom: 30px;margin-bottom: 40px;position: relative;color:#404040;}
.col-equipment h2::after{content:'';width: 30px;height:4px;position: absolute;bottom: 0;left: 50%;margin-left: -15px;background: #cccccc;}
/* .col-equipment .swiper-slide{border:2px solid #a8a8a8;} */
.col-equipment .swiper-slide .img{overflow: hidden;transition: 0.3s}
.col-equipment .swiper-slide .img>img{transition: 0.3s;width: 100%}
.col-equipment .swiper-slide .img:hover{transform: translateY(-5px);box-shadow: 5px 5px 10px rgba(0,0,0,.2);}
.col-equipment .honor-container{padding-bottom: 50px;padding-top: 10px;}
.col-equipment .honor-container .swiper-pagination{bottom: 0;margin: 0;}
.col-equipment .honor-container .swiper-pagination span{background: #d8000f;font-size: 0;width: 10px;height:10px;}

.col-organization{padding-bottom:15vh;}
.col-organization h2{text-align: center;font-size: 30px;padding-bottom: 30px;margin-bottom: 40px;position: relative;color:#404040;}
.col-organization h2::after{content:'';width: 30px;height:4px;position: absolute;bottom: 0;left: 50%;margin-left: -15px;background: #cccccc;}

/* 产品 */
.col-page-product{padding: 5% 0 3%;}
.col-page-product h2{text-align: center;font-size: 30px;padding-bottom: 30px;margin-bottom: 40px;position: relative;color:#404040;}
.col-page-product h2::after{content:'';width: 30px;height:4px;position: absolute;bottom: 0;left: 50%;margin-left: -15px;background: #cccccc;}
.col-page-product .container ul li{float: left;width: 32%;margin-right: 2%;margin-bottom: 60px;border:2px solid #cccccc;transition: 0.3s}
.col-page-product .container ul li:nth-child(3n){margin-right: 0}
.col-page-product .container ul li p{padding: 15px;}
.col-page-product .container ul li .img{padding:20px;}
.col-page-product .container ul li .img img{transition: 0.3s;}
.col-page-product .container ul li:hover .img img{transform: scale(1.1)}
.col-page-product .container ul li .title{border-top:2px dotted #cccccc;padding: 15px;color:#404040;transition: 0.3s;}
.col-page-product .container ul li .title span{display: inline-block;width: calc(100% - 24px);overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.col-page-product .container ul li .title i{width: 19px;height: 18px;background: url(../images/show.png)no-repeat center center;background-size:cover;display: block;}
.col-page-product .container ul li:hover{border:2px solid #d8000f;box-shadow: 0px 8px 12px 0px rgba(10, 2, 4, 0.22);transform: translateY(-5px)}
.col-page-product .container ul li:hover .title{background: #d8000f;border-top:2px solid #d8000f;color:#fff;}
.col-page-product .container ul li:hover .title i{background: url(../images/show2.png)no-repeat center center;background-size:cover;}



.col-page-detail .pro_show{padding: 40px 0;}
.col-page-detail .pro_show .caseleft{width:46%;}
.col-page-detail .pro_show .caseleft .gallery-top .bimg{border:1px solid #d8000f;}
.col-page-detail .pro_show .caseleft .gallery-top .bimg p{padding: 20px;}
.col-page-detail .pro_show .caseleft .gallery-top .bimg a{display: block;padding: 20px;cursor: pointer;}
.col-page-detail .pro_show .caseleft .col-thumb{margin-top:10px;position: relative;}
.col-page-detail .pro_show .caseleft .col-thumb .gallery-thumbs{padding: 0 1px;}
.col-page-detail .pro_show .caseleft .col-thumb .swiper-slide a{padding:20px 10px;display: block;border:1px solid #e5e5e5;}
.col-page-detail .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-detail .pro_show .caseleft .col-thumb .swiper-button-prev{left: 0}
.col-page-detail .pro_show .caseleft .col-thumb .swiper-button-next{right:0;}
.col-page-detail .pro_show .caseright{width: 54%;padding-left: 4%}
.col-page-detail .pro_show .caseright h2{font-size: 24px;font-weight: bold;color:#d8000f;margin:10px 0 30px;}
.col-page-detail .pro_show .caseright h3{font-size: 18px;color:#d8000f;margin-bottom: 15px;font-weight: bold;}
.col-page-detail .pro_show .caseright .content{color:#666;line-height: 1.8;font-size: 16px;margin-bottom: 30px;}
.col-page-detail .detail .box{margin-top: 50px;}
.col-page-detail .detail .box h3{font-size: 18px;color:#d8000f;margin-bottom: 15px;font-weight: bold;}
.col-page-detail .detail .box .content{color:#666;line-height: 1.8;font-size: 16px;margin-bottom: 30px;}

/* application */
.col-application{padding: 0 0 60px;background: #f5f5f5;position: relative;}
.col-application h2{text-align: center;font-size: 30px;padding-bottom: 30px;margin-bottom: 40px;position: relative;color:#404040;}
.col-application h2::after{content:'';width: 30px;height:4px;position: absolute;bottom: 0;left: 50%;margin-left: -15px;background: #cccccc;}
.col-application .application-container{padding:50px 22.2% 130px;position: relative;}
.col-application .application-container .swiper-pagination{bottom:0;}
.col-application .application-container .swiper-pagination span{background: #d8000f;}
.col-application .swiper-slide{}
.col-application .swiper-slide .img{opacity: 0.5;transition: 0.3s}
.col-application .swiper-slide.swiper-slide-active .img{opacity: 1;transform: scale(1.1);transition-delay:1s}
.col-application .swiper-slide .content{width: 380px;height: auto;background: rgba(255,255,255,0.9);padding: 55px 30px;min-height: 420px;position: absolute;top: 15%;left: 8%;transform: translateY(25px);opacity: 0;transition: all .5s;}
.col-application .swiper-slide .content h3{font-size: 24px;color:#d8000f;font-weight: bold;padding: 0 15px;}
.col-application .swiper-slide .content>p{color:#999999;border-bottom:1px solid #b2b2b2;margin-bottom: 25px;padding: 0 15px 15px;text-transform: capitalize;}
.col-application .swiper-slide .content .cont{line-height: 1.8;color:#545454;padding: 0 15px;}
.col-application .swiper-slide.swiper-slide-active .content{transform: none;opacity: 1;transition-delay: .66s;}
.col-application .swiper-button{width: 110px;height:56px;background-color: rgba(0,0,0,.8);margin-top: -80px;transition: 0.3s;}
.col-application .swiper-button-prev{background-image: url(../images/left.png);background-repeat: no-repeat;background-position: center;background-size:auto ;left: 19%}
.col-application .swiper-button-prev:hover{transform: translateX(-10px)}
.col-application .swiper-button-next{background-image: url(../images/right.png);background-repeat: no-repeat;background-position: center;background-size:auto;right: 19%}
.col-application .swiper-button-next:hover{transform: translateX(10px)}

.col-quality{padding: 0 0 4%;}
.col-quality h2{font-size: 30px;padding-bottom: 30px;margin-bottom: 40px;position: relative;color:#404040;}
.col-quality h2::after{content:'';width: 30px;height:4px;position: absolute;bottom: 0;left:0;background: #cccccc;}
.col-quality .content{color:#545454;font-size: 16px;margin-bottom: 25px;}
.col-quality .container>ul li{float: left;width: 24%;margin-right: 1.33%;margin-bottom: 18px;border:3px solid #d8000f;min-height: 300px;transition: 0.3s}
.col-quality .container>ul li:nth-child(4n){margin-right: 0}
.col-quality .container>ul li .img{transition: 0.3s}
.col-quality .container>ul li .img img{width: 100%}
.col-quality .container>ul li:hover .img{opacity: 0.5;}
.col-quality .container>ul li:hover {box-shadow: 5px 8px 15px rgba(0,0,0,.3);transform: translateY(-10px)}
.col-quality #pages{text-align: center;color:#868686;}
.col-quality #pages a{width:43px;height: 43px;text-align: center;line-height: 43px;border:1px solid #e5e5e5;transition: 0.3s;display: inline-block;margin:0 4px;color:#868686;}
.col-quality #pages a:hover,.col-quality #pages span.active a{color:#fff;background: #d8000f;}


/* news */
.col-page-news{padding: 4% 0 6%;}
.col-page-news .col-top{margin-bottom: 60px;height: 480px;}
.col-page-news .col-top .pull-left{width:65.8333%;height: 100%;}
.col-page-news .col-top .pull-left .box{height: 100%;position: relative;}
.col-page-news .col-top .pull-left .box a{display: block;color:#fff;height: 100%;}
.col-page-news .col-top .pull-left .box h2{font-size: 24px;position: absolute;left: 0;bottom: 130px;padding: 0 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 100%}
.col-page-news .col-top .pull-left .box .desc{position: absolute;left: 0;padding: 0 40px;bottom: 60px;line-height: 1.5;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.col-page-news .col-top .pull-right{width: 31.6666%;height: 100%;}
.col-page-news .col-top .pull-right .box{height: 100%;position: relative;}
.col-page-news .col-top .pull-right .box .img{overflow: hidden;}
.col-page-news .col-top .pull-right .box .img img{transition: 0.3s;width: 100%}
.col-page-news .col-top .pull-right .box .img:hover img{opacity: 0.8;transform: scale(1.1)}
.col-page-news .col-top .pull-right .box p{color:#666666;margin:25px 0 10px;}
.col-page-news .col-top .pull-right .box h2{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-bottom: 10px;}
.col-page-news .col-top .pull-right .box h2 a{font-size: 18px;color:#404040;}
.col-page-news .col-top .pull-right .box h2:hover a{color:#d8000f;}
.col-page-news .col-top .pull-right .box .desc{color:#a8a8a8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 1.5;}
.col-page-news .col-top .pull-right .box>a{ border:1px solid rgb(168, 168, 168);border-radius: 40px;padding:10px 35px; display: inline-block;color:#a8a8a8;transition: 0.3s;position: absolute;bottom: 0;left: 0}
.col-page-news .col-top .pull-right .box>a:hover{background: #d8000f;border:1px solid #d8000f;color: #fff;}
.col-page-news>.container ul li{width: 32%;margin-right: 2%;margin-bottom: 5.5%;float: left;}
.col-page-news>.container ul li:nth-child(3n){margin-right: 0}
.col-page-news>.container ul li .img{overflow: hidden;}
.col-page-news>.container ul li .img img{transition: 0.3s;width: 100%}
.col-page-news>.container ul li .img:hover img{opacity: 0.8;transform: scale(1.1)}
.col-page-news>.container ul li p{color:#666666;margin:25px 0 10px;}
.col-page-news>.container ul li h2{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-bottom: 10px;}
.col-page-news>.container ul li h2 a{font-size: 18px;color:#404040;}
.col-page-news>.container ul li h2:hover a{color:#d8000f;}
.col-page-news>.container ul li .desc{color:#a8a8a8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 1.5;}
.col-page-news>.container ul li>a{ border:1px solid rgb(168, 168, 168);border-radius: 40px;padding:10px 40px; display: inline-block;color:#a8a8a8;transition: 0.3s;margin-top:35px;}
.col-page-news>.container ul li>a:hover{background: #d8000f;border:1px solid #d8000f;color: #fff;}


/* 新闻详情页 */
.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-page-recruit{}
.col-mind{padding: 0 0 35px;font-size: 16px}
.col-mind h2{font-size: 30px;padding-bottom: 30px;margin-bottom: 40px;position: relative;color:#404040;text-align: center;}
.col-mind h2::after{content:'';width: 30px;height:4px;position: absolute;bottom: 0;left:50%;background: #cccccc;margin-left: -15px;}
.col-mind .cont{text-align: center;color:#404040;line-height: 1.8;margin-bottom: 35px;}
.col-mind .content{padding: 11% 0;line-height: 1.8;color: #fff;text-align: center;}
.col-mind .content p{margin-bottom: 20px;}
.col-mind .content p:last-child{margin-bottom: 0}
.col-recruitment{padding: 0 0 6%;}
.col-recruitment h2{font-size: 30px;padding-bottom: 30px;margin-bottom: 40px;position: relative;color:#404040;text-align: center;}
.col-recruitment h2::after{content:'';width: 30px;height:4px;position: absolute;bottom: 0;left:50%;background: #cccccc;margin-left: -15px;}
.col-recruitment .job-list{}
.col-recruitment .job-list ul li{margin-bottom: 5px;}
.col-recruitment .job-list ul li .title{background:#d6d6d6;padding: 12px 25px;border-left: 4px solid #767676;color:#d8000f;font-size: 16px;position: relative;cursor: pointer;transition: 0.3s}
.col-recruitment .job-list ul li .title:hover,.col-recruitment .job-list ul li .title.active{background: #d8000f;color:#fff;border-left: 4px solid #d8000f;}
.col-recruitment .job-list ul li .title:hover::after,.col-recruitment .job-list ul li .title.active::after{content:'-';line-height: 16px;}
.col-recruitment .job-list ul li .title::after{content:'+';width: 21px;height: 21px;border-radius: 50%;border:1px solid #fff;color:#fff;position: absolute;text-align: center;line-height: 19px;right: 20px;top:12px;font-size: 18px}
.col-recruitment .job-list ul li .title span{color:#fff;margin-right: 50px;}
.col-recruitment .job-list ul li .content{padding: 15px 30px 40px;background: #f2f2f2;color:#323232;line-height: 1.8;display: none;}
.col-recruitment .job-list ul li .content .box{margin-bottom: 25px;}

/* contact */
.col-way{padding: 0 0 40px;text-align: center;}
.col-way .content{}
.col-way .content table{width: 100%;margin: 30px 0 0;}
.col-way .content table td p{line-height: 1.8;margin-bottom: 5px;font-size: 16px;color:#545454}
.col-way .content table td div{display: inline-block;text-align: left}


.col-page-contact #allmap{width:100%;height:500px;box-shadow: 0.5px 0.866px 10px 0px rgba(9, 2, 4, 0.1);}
.col-page-contact #allmap img { max-width: 1070px; max-height: 500px;}
.col-page-contact #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-contact #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-message{padding: 0 0 5%;}
.col-message h2{font-size: 30px;padding-bottom: 30px;margin-bottom: 40px;position: relative;color:#404040;text-align: center;}
.col-message h2::after{content:'';width: 30px;height:4px;position: absolute;bottom: 0;left:50%;background: #cccccc;margin-left: -15px;}
.col-message ul li{width:45.834%;float: left;margin-bottom: 30px;}
.col-message ul li:nth-child(2n){float: right;}
.col-message ul li p{color:#808080;margin-bottom: 10px;font-size: 16px;}
.col-message ul li input{width: 100%;border:1px solid rgb(203, 203, 203);background-color: rgb(245, 245, 245);height: 49px;padding-left: 40px;}
.col-message ul li:nth-child(5){width: 100%;}
.col-message ul li textarea{width: 100%;border:1px solid rgb(203, 203, 203);background-color: rgb(245, 245, 245);padding: 15px 0 0 40px;min-height: 300px;}
.col-message ul li:nth-child(1) input{background-image: url(../images/1.png);background-repeat: no-repeat;background-position: 12px center;}
.col-message ul li:nth-child(2) input{background-image: url(../images/2.png);background-repeat: no-repeat;background-position: 12px center;}
.col-message ul li:nth-child(3) input{background-image: url(../images/3.png);background-repeat: no-repeat;background-position: 12px center;}
.col-message ul li:nth-child(4) input{background-image: url(../images/4.png);background-repeat: no-repeat;background-position: 12px center;}
.col-message ul li:nth-child(5) textarea{background-image: url(../images/5.png);background-repeat: no-repeat;background-position: 12px 15px;}
.col-message ul li input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */color: #bfbfbf;}
.col-message ul li input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */color: #bfbfbf;}
.col-message ul li input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */color: #bfbfbf;}
.col-message ul li input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/color: #bfbfbf;}
.col-message ul li textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */color: #bfbfbf;}
.col-message ul li textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */color: #bfbfbf;}
.col-message ul li textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */color: #bfbfbf;}
.col-message ul li textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/color: #bfbfbf;}
.col-message .col-sub{text-align: center}
.col-message .col-sub input{border-width: 1px;border-color: rgb(224, 224, 224);border-style: solid;background-color: rgb(237, 237, 237);width: 199px;height: 49px;font-size: 16px;color:#4c4c4c;transition: 0.3s}
.col-message .col-sub input:hover{background: #d8000f;border:1px solid #d8000f;color:#fff;}


/*  */


/* 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;}
.entry-c .entry-content{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;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;width: 50px;height: 50px;right: 15px;bottom:50px;cursor: pointer;text-align: center;text-align: center;color:#fff;background: #d8000f;display: none;}
#gotoTop i{font-size: 24px;}
#gotoTop span{display: block}
.footer{background: #f5f5f5;padding-top:60px;}
.footer .footer-nav{float: left;width: 75%;}
.footer .footer-nav>ul>li{float: left;width: 16.66%}
.footer .footer-nav>ul>li>a{color:#404040;font-weight: bold;font-size: 16px;}
.footer .footer-nav ul li ul{margin-top: 25px;}
.footer .footer-nav ul li ul li{margin-bottom:8px;}
.footer .footer-nav ul li ul li a{color:#808080;}
.footer .footer-nav ul li ul li a:hover{text-decoration: underline;color:#d8000f}

.footer .footer-info{float: right;width: 25%;text-align: right;line-height: 1.8;color:#666666;}
.footer .footer-info h1{margin-bottom: 20px;}

.footer .copyright{margin-top:50px;border-top:1px solid #dbdbdb;padding: 15px 0;color:#bfbfbf;}
.footer .copyright .pull-right a{background: none;padding: 0;display: inline-block;vertical-align: middle;color:#b3b3b3;font-size: 18px;line-height: normal;margin: 0 10px;height: 21px;width: 24px}
.footer .copyright .pull-right .bdsharebuttonbox{display: inline-block;vertical-align: middle}
.footer .copyright .pull-right a.bds_weixin{background: url(../images/weixin.png)no-repeat center center;}
.footer .copyright .pull-right a.bds_qzone{background: url(../images/qq.png)no-repeat center center;}


/* 副导航 */
.vicenav{height: 60px;line-height: 60px;background: #f5f5f5}
.vicenav .navList{float: left;}
.vicenav ul li{float: left;}
.vicenav ul li:last-child{margin-right: 0}
.vicenav ul li a{color:#545454;transition: 0.2s;font-size: 14px;display: block;padding: 0 25px;position: relative;}
.vicenav ul li a::before{content:'';width: 100%;height:3px;background: #d8000f;position: absolute;top: 0;left: 0;-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-transition: -webkit-transform .3s,opacity .3s;
-moz-transition: -moz-transform .3s,opacity .3s;
transition: transform .3s,opacity .3s;
pointer-events: none;opacity: 0;}
.vicenav ul li.active a,.vicenav ul li a:hover{color:#d8000f;background: #fff;}
.vicenav ul li.active a::before,.vicenav ul li a:hover::before{opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);}
.vicenav .mbx{float: right;color:#808080;}
.vicenav .mbx a{color:#808080;}

.vicenav.app-nav{background: #fff;}
.vicenav.app-nav ul li.active a,.vicenav.app-nav ul li a:hover{color:#d8000f;background: #f5f5f5;}
.vicenav.active{position: fixed;top: 0;left: 0;width: 100%;z-index: 99;box-shadow: 0 5px 15px rgba(0,0,0,.1)}
/* media */
@media (min-width: 1200px) {
  .container{width: 1200px}
}
@media (max-width: 1700px) {
  .header .nav ul li{margin:0 20px;}
  #col-index-banner .swiper-slide{height: 800px !important;}
  #col-banner .swiper-slide{height: 550px !important}
  
}
@media (max-width: 1600px) {
  #col-index-banner .swiper-slide{height: 750px !important;}
  #col-banner .swiper-slide{height: 500px !important}
  .header .inner{margin:0 5%;}
  
  
}
@media (max-width: 1500px) {
  #col-index-banner .swiper-slide{height: 700px !important;}
  #col-banner .swiper-slide{height: 450px !important}
  .header .inner{margin:0 4.5%;}
  
  
  
}
@media (max-width: 1400px) {
  #col-index-banner .swiper-slide{height: 650px !important;}
  #col-banner .swiper-slide{height: 400px !important}
  .header .inner{margin:0 4%;}
  .header .nav ul li{margin:0 15px;}
  
  
  
}
@media (max-width: 1300px) {
  #col-index-banner .swiper-slide{height: 600px !important;}
  .header .inner{margin:0 20px;}
  .header .language{margin-left: 10px}
  
  
}
@media (max-width: 1200px) {
  .col-page-news .col-top{height: 450px;}
  .col-quality ul li{width: 32%;margin-right: 2%;min-height: 200px;}
  .col-quality ul li:nth-child(4n){margin-right: 2%}
  .col-quality ul li:nth-child(3n){margin-right: 0}
  #col-banner .swiper-slide{height: 350px !important}
  .footer .footer-nav{width: 100%;float: none}
  .footer .footer-info{width: 100%;float: none;text-align: center}
  .col-index-scope,.col-culture{background-attachment: scroll !important;}
  .col-index-scope .content p:nth-child(4){width: 80%}
  .col-index-product ul{width: 80%}
  #col-index-banner .ban_cont p:nth-child(2){font-size: 32px;margin-bottom: 0}
  #col-index-banner .ban_cont{padding-bottom: 0;}
  #col-index-banner .swiper-button-next{position: relative;margin-top: 25px;}
  #col-index-banner .swiper-slide{height: 550px !important;}
  .header .nav ul li{margin:0 10px;}
  .header .nav ul li a{font-size: 14px;}
  
  .container{width: 100%;padding: 0 10px;}
}
@media (max-width: 1100px) {
  .col-page-news .col-top{height: 400px;}
  #col-index-banner .swiper-slide{height: 500px !important;}
  .header .inner{margin:0 10px;}
  
}
@media (max-width: 992px) {
  .col-application .swiper-slide.swiper-slide-active .img{transform: none;}
  #col-index-banner{margin-top:60px;}
  .index_header{position: fixed;z-index: 999;background: #fff;box-shadow: 0 5px 10px rgba(0,0,0,.1)}
  .header .logo img{width: 140px;}
  .col-message ul li{width: 100%;float: none;}
  .col-message .col-sub input{width: 120px;}
  .col-message ul li textarea{min-height: 100px}
  .col-page-news>.container ul li{width: 49%}
  .col-page-news>.container ul li:nth-child(3n){margin-right: 2%}
  .col-page-news>.container ul li:nth-child(2n){margin-right: 0}
  .col-page-news .col-top{height: auto;}
  .col-page-news .col-top .pull-left .box{height: 400px;margin-bottom: 20px;}
  .col-page-news .col-top .pull-right .box>a{position: relative;margin-top: 20px;}
  .col-page-news .col-top .pull-left,.col-page-news .col-top .pull-right{width: 100%;float: none !important;}
  .col-mind .content p{margin:0;}
  .col-application .application-container{padding: 0 0 130px;}
  .col-application .swiper-button-prev{left: 0;}
  .col-application .swiper-button-next{right:0;}
  .col-application .swiper-slide .content{left: 110px}
  .col-page-detail .pro_show .caseleft,.col-page-detail .pro_show .caseright{width: 100%;float: none !important;padding: 0}
  .col-page-detail .detail .box{margin-top: 0}
  .col-page-detail .pro_show .caseleft{width: 80%;margin:0 auto 20px}
  .vicenav .container>ul{width: 180px}
  .col-page-product .container ul li{width: 49%;margin-bottom: 30px;}
  .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-banner .ban_cont h1{font-size: 32px;}
  #col-banner .swiper-slide{height: 300px !important}
  .col-honor .honor-container .swiper-pagination{display: none}
  .col-profile .pull-left h2,.col-honor h2,.col-page-product h2,.col-application h2,.col-quality h2,.col-mind h2,.col-message h2,.col-index-product h2,.col-recruitment h2,.col-index-news h2,.col-equipment h2{font-size:24px;padding-bottom: 10px;margin-bottom: 20px;}
  .col-develop .head{font-size: 24px;height: 180px;line-height: 180px}
  .col-profile .pull-left{width: 100%}
  .col-profile .pull-right{width: 100%}
  .footer .footer-nav{display: none;}
  .footer{padding-top: 20px;}
  .footer .copyright{margin-top: 20px;}
  .footer .copyright span{display: block;text-align: center}
  .footer .copyright .pull-right{float: none !important;width: 100%;text-align: center;}
  .col-index-scope .content p:nth-child(3),.col-index-scope .content p:nth-child(4){font-size: 18px;}
  .col-index-news .pull-left{float: none !important;width: 100%;margin-bottom: 30px;}
  .col-index-news .pull-right ul li{padding: 20px 10px 15px 0;}
  .col-index-news .pull-right{float: none !important;width: 100%}
  .col-index-product ul{width: 100%}
  .col-index-about .about_link>.img{float: none;width: 100%;right: auto;}
  .col-index-about .about_link>.img img{width: 100%}
  .col-index-about .about_link ul{float: none;width: 100%;position: relative;height: 400px;}
  .col-index-about .about_link ul li:nth-child(1){clip-path: none;-webkit-clip-path:none;}
  .col-index-about .about_link ul li:nth-child(3){clip-path: none;-webkit-clip-path:none;}
  .col-index-about .about_link ul li{}
  .col-index-about h2{font-size: 24px;}
  .col-index-about .content p:nth-child(1){font-size: 18px;}
  #col-index-banner .swiper-slide{height: 450px !important;}
  .header .inner,.header .logo{line-height: 60px;height: 60px;}
  .header .inner{margin-right: 0}
  .header .index-search{margin-right: 70px}
  .header .language,.header .nav{display: none;}
  .vicenav .navList { position: relative;min-width: 180px;}
  .vicenav .navList ul {position: absolute;left: 0;top: 60px;width: 100%;background: #f5f5f5;border: 1px solid #eee;border-top: none;z-index: 98;display: none}
  .vicenav .navList p a {position: relative;display: block;height: 60px;line-height: 60px;text-align: center;color: #000;border-right: 1px solid #eee}
  .vicenav .navList p a::after {content: '';position: absolute;right: 20px;width: 14px;height: 14px;background: url(../images/down.png)no-repeat center center;background-size: cover;top: 50%;margin-top: -7px;transition: 0.3s;transform: rotate(180deg)}
  .vicenav .navList p a.active::after{transform: rotate(0)}
  .vicenav ul li{float: none !important;margin:0 ;text-align: center;width: 100%;margin:0 !important;}
  .vicenav .navList ul li a{display: block;line-height: 40px;font-size: 14px;}
  
}
@media (max-width: 768px) {
  .col-develop .develop-list{background: none;}
  .col-develop .col-develop-list {width: 380px !important;margin: 0 auto;position: relative;}
  .col-develop .col-develop-list .col-list {margin: 20px 0;}
  .col-develop .col-develop-list .col-list ul {color: #626262;margin: 0 !important;position: relative;background: url(../images/timeline_top.png) no-repeat top center;padding-top: 9px;background-position: 91px top;}
  .col-develop .col-develop-list .col-list ul li {margin: 0;position: relative;width: auto;background: url(../images/timeline_right.png) no-repeat !important;padding: 0 0 25px 150px !important;background-position: 50px top !important;}
  .col-develop .col-develop-list .col-list ul li h3 {text-align: left;font-size: 30px;line-height: 35px;color: #232323;font-weight: 300;}
  .col-develop .col-develop-list .col-list ul li .desc {position: relative;font-size: 15px;line-height: 31px;text-align: left;background: none;}
  .col-develop .col-develop-list .col-list ul li h3::before {content: "";width: 15px;height: 15px;border-width: 4px;border-style: solid;-webkit-border-radius: 100%;border-radius: 100%;position: absolute;left: 93px;top: 11px;margin-left: -8px;display: block;z-index: 1;border-color: #0071A4;}
  .col-develop .col-develop-list .col-list ul li h3 span {position: absolute;top: 8px;font-size: 12px;line-height: 18px;display: inline-block;padding: 2px 5px;-webkit-border-radius: 4px;border-radius: 4px;background-image: url(../images/stripes_3_b.png);background-color: #fbfbfb;color: #a8a8a8;left: 0 !important;right: auto;}
  .col-develop .col-develop-list .col-list ul li h3 span::after {content: "";display: block;position: absolute;right: -5px;top: 6px;width: 0px;height: 0px;border-style: solid;border-width: 5.5px 0 5.5px 5px;border-color: transparent transparent transparent transparent;border-left-color: #f8f8f8;}
  .s_body ul{margin-left: 0;}
  .s_body ul input, .s_body ul select{width: 100%}
  .search_right{padding-left: 15px;margin-top: 20px;}
  .col-index-news .pull-left h3 a,.col-index-news .pull-right ul li h3 a{font-size: 18px;}
  .col-way .content table td{display: block;width: 100%}
  .col-page-contact #allmap{height: 300px;}
  .col-page-news .col-top .pull-left .box{height: 300px;}
  .col-page-news .col-top .pull-left .box h2{padding: 10px}
  .col-page-news .col-top .pull-left .box .desc{padding: 0 10px;}
  .col-application .swiper-button{display: none;}
  .col-quality ul li{width: 49%;min-height: 100px;}
  .col-quality ul li:nth-child(3n){margin-right: 2%}
  .col-quality ul li:nth-child(2n){margin-right: 0}
  .col-application .application-container{padding-bottom: 20px}
  .col-application .swiper-slide .content{position: relative;top: auto;left: auto;width: 100%;min-height: auto}
  .col-application .swiper-button{top: 30%;}
  #col-banner .swiper-slide{height: 250px !important}
  #col-banner .ban_cont h1{font-size: 24px;}
  .vicenav .mbx{display: none;}
  .col-honor .swiper-slide .title{padding: 12px 5px;}
  .col-develop .develop-list .develop-container{padding: 0}
  .col-develop .head{height: 150px;line-height: 150px;margin-bottom: 30px;}
  .col-index-scope .content p:nth-child(4){width: 100%}
  .col-index-scope .content a{position: relative;margin-top: 20px;}
  .col-index-news .pull-left .img a{height: 250px;}
  .col-index-about .about_link ul{height: 350px;}
  .col-index-about .content table{width: 100%;margin:10px 0}
  .col-index-about .content table td{width: 50%;display: block;display: inline-block}
  #col-index-banner .ban_cont p:nth-child(2){font-size: 24px;}
  #col-index-banner .ban_cont p:nth-child(3),#col-index-banner .ban_cont p:nth-child(4){font-size: 16px;}
  #col-index-banner .swiper-button-next{width: 40px;height:40px;line-height: 38px;font-size: 24px;}
  #col-index-banner .swiper-slide{height: 400px !important;}

  
}
@media (max-width: 640px) {
  .col-page-news .col-top .pull-left .box{height: 200px;}
  .col-page-news .col-top .pull-left .box .desc{bottom: 10px}
  .col-page-news .col-top .pull-left .box h2{bottom: 50px}
  .col-recruitment .job-list ul li .title span{display: none}
  .col-recruitment .job-list ul li .content{padding: 10px 20px 30px;}
  #col-banner .swiper-slide{height: 150px !important}
  .col-index-product ul li{float: none;width: 100%;}
  .col-index-product ul li a{padding-left: 0 !important;}
  #col-index-banner .swiper-slide{height: 350px !important;}
  .header .index-search input.inpt3{display: none;}
  .header .index-search input.inpt4{width: 40px;height: 40px;line-height: 38px;border:1px solid #cccccc;border-radius: 50%}

  
}

@media (max-width: 530px) {
  .col-develop .col-develop-list {width: 260px !important;}
  .col-develop .col-develop-list .col-list ul {background-position: 21px top;}
  .col-develop .col-develop-list .col-list ul li {padding: 0 0 25px 80px !important;background-position: -20px top !important;}
  .col-develop .col-develop-list .col-list ul li .desc {font-size: 14px;}
  .col-develop .col-develop-list .col-list ul li h3::before {left: 24px;}
  .col-develop .col-develop-list .col-list ul li span {display: block !important;position: relative !important;margin-bottom: 20px;clear: both;}
  .entry-image{width: 100%;float: none;}
  .entry-c{width: 100%;}
  .col-page-news>.container ul li{width: 100%;margin-right: 0}
  .col-application .swiper-slide .content{padding:20px 10px;}
  .col-page-product .container ul li{width: 100%;margin-right: 0}
  .col-develop .head{height: 100px;line-height: 100px}
  #col-index-banner .swiper-slide{height: 300px !important;}

  
}
@media (max-width: 420px) {
  
}


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