/*
首页模块命名规范：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";
@font-face {
  font-family: "FRAHV";
  src: url("../fonts/FRAHV.ttf") format("truetype");
}
/* noto-sans-sc-300 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  src: url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.svg#NotoSans SC') format('svg'); /* Legacy iOS */
}
  
/* noto-sans-sc-regular */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: regular;
  src: url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.svg#NotoSans SC') format('svg'); /* Legacy iOS */
}
  
/* noto-sans-sc-500 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  src: url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.svg#NotoSans SC') format('svg'); /* Legacy iOS */
}

  
/* noto-sans-sc-700 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  src: url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.svg#NotoSans SC') format('svg'); /* Legacy iOS */
}
/* noto-sans-sc-900 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 900;
  src: url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.svg#NotoSans SC') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: "GeometricSlab703BT-Bold";
  src: url("../fonts/GeometricSlab703BT-Bold.otf") format("opentype");
}
html{overflow-x: hidden;}
body {font-family:'Noto Sans SC';min-width: 320px;color: #000;overflow: hidden;}
html.active{overflow-y: 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;outline: none;}
a:hover { color: #010101;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
img {border: 0;  max-width: 100%;}
.relative {position: relative;}
.container {max-width: 1200px;  padding: 0 10px;}
.container2 {max-width: 1620px; width:100%;  margin: 0 auto; padding: 0 10px;}
.container3 {max-width: 1320px; width:100%;  margin: 0 auto; padding: 0 10px;}
#page{padding-top: 0px; overflow: hidden;}
nav.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none; transition: .3s all;}
#BMapLib_transBox0 table td{box-sizing: content-box !important;}
.target-fix {position: relative;top:-120px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0 !important;}
.table{display: table;width: 100%;height: 100%;}
.table>.middle{display: table-cell;vertical-align: middle;}
/* 滚动条 */
::-webkit-scrollbar{width: 3px;  height: 5px;  background-color: #F5F5F5;  }  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);border-radius: 0;background-color: #F5F5F5;}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb{border-radius: 0;background-color: rgba(0, 0, 0, 0.5);}  
/*滑块效果*/
::-webkit-scrollbar-thumb:hover{border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);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{position: relative;width: 100%;z-index: 99;position: fixed;top:0;left: 0;}
.header .inner{height: 94px;line-height: 94px;transition: 0.36s;background: #fff;padding:0 30px;box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
.header .inner .logo{font-size: 0;height: 94px;line-height: 94px;transition: 0.36s;position: relative;z-index: 5;}
.header .inner nav ul{font-size: 0;white-space: nowrap;display: inline-block;position: absolute;left: 50%;transform: translateX(-50%);}
.header .inner nav ul li{display: inline-block;vertical-align: middle;margin-right: 60px;position: relative;font-size: 18px;}
.header .inner nav ul li:last-child{margin-right: 0;}
.header .inner nav ul li a{transition: color 0.3s;}
.header .inner nav ul li.active a,.header .inner nav ul li a:hover{color:#004098}
.header .inner nav ul li .child{white-space: nowrap;position: absolute;top:100%;left: 50%;transform: translateX(-50%);background: #fff;padding:20px 30px;line-height: 1.5;display: none;}
.header .inner nav ul li .child a{display: block;margin-bottom: 20px;color:#888888;font-size:16px;transition: 0.3s;}
.header .inner nav ul li .child a:last-child{margin-bottom: 0;}
.header .inner nav ul li .child a:hover{color:#004098}

.header .inner .language{margin-right: 20px;font-size: 16px;position: relative;z-index: 5;}
.header .inner .language a{color:#666666}
.header .inner .language a.active{color:#000000}
.header .inner .language i{color:#d2d2d2;}
.header .inner .index-search{margin-left: 5px;z-index: 5;}
.header .inner .index-search svg{vertical-align: text-bottom;}
.header .inner .index-search .s-content{position: absolute;background: #fff;top: 100%;left: 0;padding: 8vh 0;text-align: center;width: 100%;display: none;overflow: hidden;border-top: 1px solid #e5e5e5;}
.header .inner .index-search .s-content .content{font-size: 32px;color:#242424;margin-bottom: 25px;line-height: 1.5;}
.header .inner .index-search .s-content .input{font-size: 0;line-height: 1;}
.header .inner .index-search .s-content input{height: 69px;outline: none;vertical-align: middle}
.header .inner .index-search .s-content .inpt3{padding-left: 20px;border:1px solid #d2d2d2;font-size: 18px;width: 45%}
.header .inner .index-search .s-content .inpt3::-webkit-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .s-content .inpt3:-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .s-content .inpt3::-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .s-content .inpt3:-ms-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .s-content .inpt4{width: 69px;background: #313131 url(../images/search.png)no-repeat center center;border:none;}
/* banner */
.col-banner {transition: 0.5s all ease;position: relative;}
.col-banner .swiper-slide .container2{height: 100%;position: relative;}
.col-banner .swiper-slide{background-position: center !important;background-size: cover !important;position: relative;padding-top:94px}
#col-index-banner .ban_cont{position: absolute;width: 100%;left: 0;top:50%;transform: translateY(-50%);color:#fff;padding:0 10px 60px;z-index: 10;}
#col-index-banner .ban_cont p:nth-child(1),#col-index-banner .ban_cont p:nth-child(2){font-size: 52px;text-shadow: 1.5px 2.598px 8px rgba(6, 0, 1, 0.5);transform: translateY(20px);opacity: 0;transition: 0.5s;line-height: 1.3;}
#col-index-banner .ban_cont p:nth-child(3){font-size: 20px;line-height: 1.5;max-width: 490px;margin-top:20px;transform: translateY(20px);opacity: 0;transition: 0.5s;}
#col-index-banner .swiper-slide-active .ban_cont p:nth-child(1){transform: none;opacity: 1;transition-delay: 0.5s;}
#col-index-banner .swiper-slide-active .ban_cont p:nth-child(2){transform: none;opacity: 1;transition-delay: 0.6s;}
#col-index-banner .swiper-slide-active .ban_cont p:nth-child(3){transform: none;opacity: 1;transition-delay: 0.7s;}
#col-index-banner .swiper-btn{position: absolute;left: 0;bottom: 16vh;width: 100%;z-index: 10;}
#col-index-banner .swiper-btn .swiper-button{opacity: 1;display: inline-block;vertical-align: middle;line-height: 1;position: relative;top:auto;margin:0 !important;left: auto !important;right: auto !important;background: none;width: auto;height: auto;color:#fff;font-size: 32px;}
#col-index-banner .swiper-btn .swiper-pagination{position: relative;bottom: auto;width: auto;display: inline-block;vertical-align: middle;margin:0 20px;}
#col-index-banner .swiper-btn .swiper-pagination span{width: 6px;height: 6px;background: #fff;opacity: 1;margin:0 3px;vertical-align: middle;}
#col-index-banner .swiper-btn .swiper-pagination span.swiper-pagination-bullet-active{width: 10px;height: 10px;border:2px solid #fff;background: transparent;}
#col-index-banner .ban_cont table{position: absolute;width: 46%;right: 45px;top:50%;transform: translateY(-50%);}
#col-index-banner .ban_cont table td{padding:3.5px;text-align: center;}
#col-index-banner .ban_cont table td img{transform: scale(0.95);opacity: 0;transition: 0.36s;border-radius: 2px;}
#col-index-banner .swiper-slide-active .ban_cont table td img{transform: none;opacity: 1;}
#col-banner .ban_cont{color:#fff;position: absolute;width: 100%;left: 0;top:50%;transform: translateY(-50%);}
#col-banner .ban_cont h1{font-size: 52px;font-weight: 900;text-shadow: 1.5px 2.598px 8px rgba(6, 0, 1, 0.5);transform: translateY(20px);opacity: 0;transition: 0.5s;}
#col-banner .swiper-slide-active .ban_cont h1{transform: none;transition-delay: 0.5s;opacity: 1;}


/* count */
.col-index-count{padding:10vh 0 8vh;}
.col-index-count table{width: 100%;}
.col-index-count table td{width: 25%;padding-left: 105px;position: relative;color: #888888;font-size: 18px;line-height: 1.2;}
.col-index-count table td p:nth-child(1){position: absolute;left: 10px;top:50%;transform: translateY(-50%);}
.col-index-count table td p:nth-child(2){color:#000}
.col-index-count table td .odometer{font-weight: bold;vertical-align: baseline;}

/* product */
.col-index-product{background: #eeeeee;padding:8vh 0 11vh;text-align: center;}
.col-index-product h2{font-size: 40px;}
.col-index-product .content{font-size: 18px;color:#666;margin:10px 0 55px;}
.col-index-product ul{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.col-index-product ul li{flex:1;position: relative;overflow: hidden;    margin-right: 15px;}
/*
.col-index-product ul li:nth-child(2){margin:0 16px;}
*/
.col-index-product ul li:last-child{margin-right:0px;}
.col-index-product ul li .title{position: absolute;left: 0;width: 100%;bottom: 235px;color:#fff;}
.col-index-product ul li .title h3{font-size: 35px;font-weight: bold;margin-bottom: 5px;} 
.col-index-product ul li .title p.namemark{font-size: 20px;font-weight: 300;}
.col-index-product ul li .img{overflow: hidden;}
.col-index-product ul li .img img{transition: 0.8s;transform: scale(1.05);width:100%}
.col-index-product ul li:hover .img img{transform: none;}



/* 首页about */
.col-index-about .wrap{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.col-index-about .wrap .content{color:#fff;}
.col-index-about .wrap .content .namemark{font-size: 18px;text-transform: uppercase;}
.col-index-about .wrap .content .s-content{color:#cbd8e9;font-size: 16px;line-height: 1.8;max-width: 630px;}
.col-index-about .wrap .content .s-content p:nth-child(1){font-size: 40px;color:#fff;margin-bottom: 22px;}
.col-index-about .wrap .content a{width: 200px;height: 53px;border-radius: 53px;border:2px solid #4fc942;text-align: center;line-height: 49px;color:#fff;font-size: 18px;display: block;margin:8vh 0 0;transition: 0.3s;}
.col-index-about .wrap .content a:hover{background: #4fc942;box-shadow: 0px 5px 27px 0px rgba(6, 0, 1, 0.22);}
.col-index-about .wrap .img{flex:1;text-align: right;padding-left: 5vw;}
.col-index-about .wrap .img span{display: inline-block;position: relative;}
.col-index-about .wrap .img #play{color:#fff;font-size: 24px;text-align: center;position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);font-weight: 400;}
.col-index-about .wrap .img #play i{display: block;width: 77px;height: 77px;background: url(../images/play.png)no-repeat center;background-size: cover;margin:0 auto 6px;}

/* customer */
.col-index-customer{padding:10vh 0 13vh;text-align: center;}
.col-index-customer h2{font-size: 40px;margin-bottom: 8px;}
.col-index-customer .content{font-size: 18px;margin-bottom: 45px;}
.col-index-customer .swiper-container{padding-bottom: 55px;}
.col-index-customer .swiper-container .swiper-pagination{bottom:0;}
.col-index-customer .swiper-container .swiper-pagination span{width: 12px;height: 12px;background: #fff;opacity: 1;}
.col-index-customer .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{background: #004098;}
.col-index-customer .swiper-container .swiper-slide{cursor: pointer;}
.col-index-customer .swiper-container .swiper-slide .img{transition: 0.5s;width: 100%;}
.col-index-customer .swiper-container .swiper-slide:hover .img{transform: scale(0.9);}

/* 首页news */
.col-index-news{padding:9vh 0 12vh;}
.col-index-news h2{text-align: center;font-size: 40px;margin-bottom: 50px;font-weight: 400;}
.col-index-news .wrap{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.col-index-news .wrap .news-nav{background: #eeeeee;flex-shrink: 0;width: 205px;margin-right: 30px;}
.col-index-news .wrap .news-nav a{display: block;width: 100%;text-align: center;height:63px;line-height: 63px;font-size: 16px;border-bottom: 1px solid #d2d2d2;transition: 0.3s;}
.col-index-news .wrap .news-nav a:last-child{border-bottom: none;}
.col-index-news .wrap .news-nav a:hover,.col-index-news .wrap .news-nav a.active{background: #004098;color:#fff;}
.col-index-news .wrap .news-list{flex:1;}
.col-index-news .wrap .news-list .box{display: none;}
.col-index-news .wrap .news-list .box.active{display: block;}
.col-index-news .wrap .news-list .box .news-top{border-bottom: 1px solid #dcdcdc;padding-bottom: 30px;}
.col-index-news .wrap .news-list .box .news-top ul li{float: left;width: 49%;margin-right: 2%;}
.col-index-news .wrap .news-list .box .news-top ul li:nth-child(2n){margin-right: 0;}
.col-index-news .wrap .news-list .box .news-top ul li .img{overflow: hidden;margin-bottom: 25px;}
.col-index-news .wrap .news-list .box .news-top ul li .img img{transition: 0.5s;}
.col-index-news .wrap .news-list .box .news-top ul li:hover .img img{transform: scale(1.1);}
.col-index-news .wrap .news-list .box .news-top ul li h3{font-size: 18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-bottom: 5px;transition: 0.3s;}
.col-index-news .wrap .news-list .box .news-top ul li:hover h3{color:#004098}
.col-index-news .wrap .news-list .box .news-top ul li .content{font-size: 14px;color:#666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.col-index-news .wrap .news-list .box .news-top ul li p.date{margin-top: 16px;color:#8a8a8a;}
.col-index-news .wrap .news-list .box ul.list{padding:20px 0 0;}
.col-index-news .wrap .news-list .box ul.list li{padding:12px 0;border-bottom: 1px dashed #e5e5e5;}
.col-index-news .wrap .news-list .box ul.list li:last-child{border-bottom: none;}
.col-index-news .wrap .news-list .box ul.list li a{font-size: 16px;}
.col-index-news .wrap .news-list .box ul.list li span.title{display: inline-block;width: calc(100% - 85px);white-space: nowrap;text-overflow: ellipsis;overflow: hidden;transition: 0.3s;}
.col-index-news .wrap .news-list .box ul.list li span.title:hover{color:#004098}
.col-index-news .wrap .news-list .box ul.list li span.date{float: right;}

/* respon */
.col-index-respon{padding:9vh 0 8vh;position: relative;}
.col-index-respon::after{content:'';width: 100%;height: 3px;position: absolute;bottom: 0;left: 0;
  background-image: -moz-linear-gradient( 180deg, rgb(0,64,152) 0%, rgb(79,201,66) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(0,64,152) 0%, rgb(79,201,66) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(0,64,152) 0%, rgb(79,201,66) 100%);
}
.col-index-respon .content{width: 50%;margin-left: auto;padding-left:2.5vw;color:#fff}
.col-index-respon .content h2{font-size: 40px;margin-bottom: 25px;padding-bottom: 20px;position: relative;;}
.col-index-respon .content h2::after{content:'';width: 34px;height: 1px;background: #fff;position: absolute;bottom: 0;left: 0;}
.col-index-respon .content .s-content{font-size: 16px;line-height: 1.8;}
.col-index-respon .content a.more{padding:0 35px;height: 44px;line-height: 44px;border-radius: 44px;background: #fff;display: inline-block;margin-top:35px;transition: 0.3s;}
.col-index-respon .content a.more:hover{background: #004098;color:#fff}




/* page */
.page {text-align: center;}
.page ul li a{border:none;background: none;color:#868686;margin:0 3.5px;width: 35px;height:35px;border:1px solid #e5e5e5;padding: 0;line-height: 32px;background: #fff;}
.page ul li.disabled a{border:1px solid #e5e5e5;background: #fff;}
.page ul li.active a{border:none;background: #004098;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:#868686}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {border:none;background: #004098;color:#fff;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: #fff;color:#868686;}
.pagination>li:last-child>a, .pagination>li:last-child>span{color: #015eae}
/* 内页 */
/* 关于我们 */
.col-page-about h2{font-size: 36px;color:#004098;font-weight: bold;text-align: center;line-height: 1;}
.col-page-about p.namemark{font-size: 60px;font-weight: bold;color:#f2f2f2;text-align: center;text-transform: uppercase;line-height: 1.2;}
.col-profile{padding:7vh 0 0;}
.col-profile .wrap{padding:50px 0 60px;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.col-profile .wrap .img{flex:1;margin-right: 5vw;}
.col-profile .wrap .content{flex:1;}
.col-profile .wrap .content h3{font-size: 36px;margin-bottom: 50px;}
.col-profile .wrap .content .s-content{font-size: 18px;line-height: 2;}
.col-profile .col-content{padding:10vh 0;background: url(../images/profile_bg.jpg)no-repeat center;background-size: cover;color:#fff;text-align: center;}
.col-profile .col-content h3{font-size: 36px;font-weight: bold;margin-bottom: 35px;}
.col-profile .col-content .cont{font-size: 16px;line-height: 1.75;padding:0 3vw;height: 200px;overflow: hidden;margin-bottom: 45px;}
.col-profile .col-content a{color:#fff;font-size: 16px;display: inline-block;}
.col-profile .col-content a i{font-size: 13px;}
.col-profile .col-content a.none{display: none;}
.col-profile .col-content .cont p{text-align: left;}


.col-development{padding:8vh 10px 12vh;}
.col-development .develop-slide{margin-top:25px;position: relative;}
.col-development .develop-slide .container{position: relative;}
.col-development .develop-slide::after{content:'';width: 100%;top:370px;left: 0;background: rgba(0,0,0,0.15);position: absolute;height: 1px;}
.col-development .develop-slide .swiper-container{padding:360px 10px 0;}
.col-development .develop-slide .swiper-slide{position: relative;}
.col-development .develop-slide .swiper-slide .dot{display: block;margin:0 auto;width: 21px;height: 21px;border:4px solid #fff;background: #004098;border-radius: 50%;}
.col-development .develop-slide .swiper-slide .title{font-size: 30px;color:#004098;text-align: center;font-family: 'FRAHV';}
.col-development .develop-slide .swiper-slide:nth-child(2n) .title{position: absolute;left: 0;width: 100%;top:-50px;}
.col-development .develop-slide .swiper-slide .content{padding:12px 20px;border-radius: 5px;background: #004098;color:#fff;font-size: 16px;line-height: 1.8;position: relative;width:calc(100% + 20px);transition: 0.36s;margin-left: -10px;}
.col-development .develop-slide .swiper-slide:nth-child(2n-1) .content:hover{transform: translateY(5px);}
.col-development .develop-slide .swiper-slide:nth-child(2n) .content:hover{transform: translateY(-5px);}
.col-development .develop-slide .swiper-slide .content i{position: absolute;left: 50%;transform: translateX(-50%);font-size: 0;}
.col-development .develop-slide .swiper-slide:nth-child(2n-1) .content{position: absolute;bottom: 100%;margin-bottom: 20px;}
.col-development .develop-slide .swiper-slide:nth-child(2n-1) .content i{top:100%;margin-top: -4px;}
.col-development .develop-slide .swiper-slide:nth-child(2n) .content{margin-top:20px}
.col-development .develop-slide .swiper-slide:nth-child(2n) .content i{bottom: 100%;margin-bottom: -4px;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide .dot{background: #1b5bb3;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide .title{color:#1b5bb3;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide .content{background: #1b5bb3;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide .content i path{fill:#1b5bb3;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide .dot{background: #2b6ec9;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide .title{color:#2b6ec9;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide .content{background: #2b6ec9;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide .content i path{fill:#2b6ec9;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .dot{background: #4d84ce;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .title{color:#4d84ce;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .content{background: #4d84ce;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .content i path{fill:#4d84ce;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .dot{background: #7faeee;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .title{color:#7faeee;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .content{background: #7faeee;}
.col-development .develop-slide .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .content i path{fill:#7faeee;}
.col-development .develop-slide .swiper-button{background: none;width:auto;height: auto;margin:0;opacity: 1;color:#1b1b1b;font-size: 48px;top:332px}
.col-development .develop-slide .swiper-button-prev{left: -30px;}
.col-development .develop-slide .swiper-button-next{right: -30px;}
.col-culture .wrap{padding:10vh 10px 25vh;}
.col-culture .wrap h2{color:#fff}
.col-culture .wrap p.namemark{color:rgba(255, 255, 255, 0.14)}
.col-culture .wrap .content{color:#fff;text-align: center;margin-top:25px}
.col-culture .wrap .content table{width: 100%;}
.col-culture .wrap .content table td{width:50%;padding:0 3.5vw}
.col-culture .wrap .content table td p{font-weight: bold;font-size:22px;line-height: 1.4;}
.col-culture .wrap .content table td p:nth-child(1){font-size: 48px;font-weight: 900;margin-bottom: 20px;padding-bottom: 5px;position: relative;text-transform: uppercase;}
.col-culture .wrap .content table td p:nth-child(1)::after{content:'';width:35px;height: 5px;background: #009944;position: absolute;bottom: 0;left:50%;transform: translateX(-50%);}
.col-culture .list{position: relative;}
.col-culture .list .title{width:163px;height: 163px;background: #313131;text-align: center;border:11px solid rgba(255, 255, 255, 0.75);color:#fff;font-size:24px;padding:0 30px;border-radius: 50%;line-height: 1.2;position: absolute;top:0;left:50%;transform: translate(-50%,-50%);}
.col-culture .list .content table{width:100%;text-align: center;}
.col-culture .list .content table td{width:33.33%;padding:100px 8vw 6vh;color:#fff;}
.col-culture .list .content table td:nth-child(1){background: #76bb44;}
.col-culture .list .content table td:nth-child(2){background: #004098;}
.col-culture .list .content table td:nth-child(3){background: #f3b700;}
.col-culture .list .content table td p{font-size:16px;line-height: 1.8;}
.col-culture .list .content table td p:first-child{text-align: center;}
.col-culture .list .content table td p:nth-child(1){font-size: 24px;font-weight: bold;margin-bottom: 15px;}
.col-culture .list .title .table {display: flex;
  align-items: center;}
.col-honor .wrap{padding:11vh 33px;}
.col-honor .swiper-container{margin-top:55px;padding-bottom: 70px;}
.col-honor .swiper-container .swiper-pagination{bottom:0;}
.col-honor .swiper-container .swiper-pagination span{width: 10px;height: 10px;background: #a0a0a0;opacity: 1;}
.col-honor .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{background: #004098;}
.col-page-respon{padding:8vh 0 9vh;}
.col-page-respon ul.list li{float: left;width: 31%;margin-right: 3.5%;margin-bottom: 40px;}
.col-page-respon ul.list li:nth-child(3n){margin-right: 0;}
.col-page-respon ul.list li .img{overflow: hidden;}
.col-page-respon ul.list li .img img{transition: 0.5s;}
.col-page-respon ul.list li:hover .img img{transform: scale(0.95);}
.col-page-respon ul.list li p{padding-top:20px;font-size: 18px;line-height: 2;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 92px;}





/* 产品 */
.col-page-product{padding:7vh 0 0;background: #f4f4f4;}
.col-page-product .product-nav{text-align: center;font-size: 0;margin-bottom: 5vh;}
.col-page-product .product-nav ul li{font-size: 36px;font-weight: bold;margin:0 25px;display: inline-block;vertical-align: middle;}
.col-page-product .product-nav ul li a{transition: 0.3s;display: inline-block;line-height: 2;padding:0 2px;position: relative;}
.col-page-product .product-nav ul li a::after{content:'';width:0;left:50%;bottom:0;height: 4px;background: #004098;position: absolute;transition: 0.36s;}
.col-page-product .product-nav ul li.active a,.col-page-product .product-nav ul li a:hover{color:#004098}
.col-page-product .product-nav ul li.active a::after,.col-page-product .product-nav ul li a:hover::after{width:100%;left:0;}
.col-page-product .content{max-width: 860px;margin:40px auto 45px;font-size: 20px;line-height: 1.8;text-align: center;}
.col-page-product .list{padding:0 3.6vw}
.col-page-product .list li{float: left;width:24%;margin-right: 1.3333%;margin-bottom: 34px;transition: 0.36s;}
.col-page-product .list li:nth-child(4n){margin-right: 0;}
.col-page-product .list li .img{overflow: hidden;}
.col-page-product .list li .img img{width: 100%;transition: 0.8s;}
.col-page-product .list li:hover .img img{transform: scale(1.1);}
.col-page-product .list li:hover{box-shadow: 0px 5px 54px 0px rgba(6, 0, 1, 0.12);}
.col-page-product .page{margin-bottom: 6vh;}
.col-page-product .inquiry-container{padding:16vh 10px 9vh;}
.col-page-product .inquiry-container .wrap{width: 100%;max-width: 1320px;margin:0 auto;}
.col-page-product .inquiry-container .wrap {background: rgba(0,0,0,0.13);backdrop-filter:blur(10px)}
.col-page-product .inquiry-container .wrap  h2{height: 77px;line-height: 77px;padding-left: 40px;font-weight: bold;font-size: 30px;background: rgba(255,255,255,0.6);}
.col-page-product .inquiry-container .wrap  .s-content{padding:8vh 2.6vw;}
.col-page-product .inquiry-container .wrap  .s-content ul{float: left;}
.col-page-product .inquiry-container .wrap  .s-content ul:nth-child(1){width: 45%;}
.col-page-product .inquiry-container .wrap  .s-content ul:nth-child(2){width: 55%;padding-left: 2.8vw;}
.col-page-product .inquiry-container .wrap  .s-content ul li{margin-bottom: 20px;line-height: 1;}
.col-page-product .inquiry-container .wrap  .s-content ul li.form input{width: 100%;height: 54px;border-radius: 3px;background: #fff;border:none;outline: none;padding-left: 14px;}
.col-page-product .inquiry-container .wrap  .s-content ul li.form textarea{width: 100%;height: 126px;border-radius: 3px;background: #fff;border:none;outline: none;padding-left: 14px;padding-top:14px;}
.col-page-product .inquiry-container .wrap  .s-content ul li input[name="verify"]{height: 54px;border-radius: 3px;background: #fff;border:none;outline: none;padding-left: 14px;width: 138px;}
.col-page-product .inquiry-container .wrap  .s-content ul li .captcha_src{margin:0 10px;}
.col-page-product .inquiry-container .wrap  .s-content ul li a{color:#fff;font-size: 16px;display: inline-block;vertical-align: middle;line-height: 1.8;border-bottom: 1px solid #fff;margin-right: 10px;}
.col-page-product .inquiry-container .wrap  .s-content ul li .sub{width: 175px;height: 51px;background: #009a44;line-height: 54px;text-align: center;color:#fff;border-radius: 3px;font-size: 16px;border: none;padding: 0;}



/* 产品详情页 */




/* technology */
.col-page-innovation h2{font-size: 40px;font-weight: bold;color:#004098;text-align: center;}
.col-page-innovation h3{font-size: 30px;font-weight: bold;color:#000;text-align: center;}
.col-page-innovation p.namemark{color:#e0e0e0;font-size: 40px;font-weight: bold;text-transform: uppercase;text-align: center;margin-bottom: 25px;}
.col-technology {background: url(../images/technology-bg.jpg)no-repeat center;background-size:cover}
.col-technology .container2{padding:9vh 10px 0}
.col-technology .wrap{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.col-technology .wrap .content{flex:1;}
.col-technology .wrap .content .middle{padding-left:10vw;padding-right: 5vw;}
.col-technology .wrap .content p{font-size: 22px;color:#666;line-height: 2;}
.col-technology .wrap .content p:nth-child(1){font-size: 30px;font-weight: bold;color:#000;line-height: 1.4;}
.col-technology .wrap .content p:nth-child(2){font-size: 30px;font-weight: bold;color:#76bb44;line-height: 1.4;margin-bottom: 40px;}
.col-technology .wrap .img{flex:1;}
.col-slide{background: #f0f3f8;}
.col-slide .col-equipment{padding:9vh 0 7vh;}
.col-slide .col-equipment .swiper-slide{text-align: center;}
.col-slide .col-equipment .swiper-slide img{transition: 0.5s;}
.col-slide .col-equipment .swiper-slide:hover img{transform: scale(0.95);}
.col-slide .col-equipment .swiper-slide p{padding-top:18px;font-size: 18px;}
.col-slide .col-equipment .swiper-container{padding-bottom: 65px;}
.col-slide .col-equipment .swiper-container .swiper-pagination{bottom: 0;}
.col-slide .col-equipment .swiper-container .swiper-pagination span{width: 10px;height: 10px;background: #a0a0a0;opacity: 1;}
.col-slide .col-equipment .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{background: #004098;}
.col-slide .col-workshop .swiper-button{color:#e0e0e0;width:auto;height: auto;margin:0;position: absolute;transform: translateY(-50%);font-size: 100px;outline: none;background: none;opacity: 1;}
.col-slide .col-workshop .swiper-slide .img{overflow: hidden;}
.col-slide .col-workshop .swiper-slide .img img{transition: 5s;transform: scale(1.2);}
.col-slide .col-workshop .swiper-slide-active .img img{transform: none;transition-delay: 0.5s;}
.col-certification .container2{padding:9vh 10px 6vh;}
.col-certification p.namemark{margin-bottom: 40px;}
.col-certification .swiper-container{padding-bottom: 70px;}
.col-certification .swiper-container .swiper-pagination{bottom: 0;}
.col-certification .swiper-container .swiper-pagination span{width: 10px;height: 10px;background: #a0a0a0;opacity: 1;}
.col-certification .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{background: #004098;}

.col-certification .swiper-container .swiper-slide.wow.fadeIn{

  background-image: url(/public/static/index/web_default/images/huakuang.png);
    padding: 1%;
   background-size: 100%;
}


/* news */
.col-page-news {background: #f2f5f8;}
.news-nav{padding:52px 0;background: #fff;}
.news-nav ul{font-size: 0;}
.news-nav ul li{display: inline-block;margin-right: 32px;vertical-align: middle;}
.news-nav ul li:last-child{margin-right: 0;}
.news-nav ul li a{font-size:30px;color:#333333;font-weight: bold;transition: 0.2s;}
.news-nav ul li a:hover{color:#004098}
.news-nav ul li.active a{color:#004098;font-size: 36px;}
.col-page-news .list{padding:8vh 0 9vh;background: url(../images/news_bg.jpg)no-repeat center/cover;}
.col-page-news .list ul li{float: left;width:32%;margin-right: 2%;margin-bottom: 50px;background: #fff;transition: 0.36s;}
.col-page-news .list ul li:nth-child(3n){margin-right: 0;}
.col-page-news .list ul li .img{overflow: hidden;}
.col-page-news .list ul li .img img{width:100%;transition: 0.5s;}
.col-page-news .list ul li .content{padding:28px 25px 25px;}
.col-page-news .list ul li .content h3{font-size: 18px;line-height: 1.6;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-weight: 400;height:56px;margin-bottom: 13px;transition: 0.3s;}
.col-page-news .list ul li .content .s-content{white-space: nowrap;font-size: 16px;color:#666;margin-bottom: 20px;text-overflow: ellipsis;overflow: hidden;}
.col-page-news .list ul li .content p.date{font-weight: 300;color:#8a8a8a;font-size: 16px;}
.col-page-news .list ul li:hover{box-shadow: 0px 5px 54px 0px rgba(6, 0, 1, 0.12);transform: translateY(-5px);}
.col-page-news .list ul li:hover .img img{transform: scale(1.1);}
.col-page-news .list ul li:hover .content h3{color:#004098}







/* 新闻详情页 */
.col-news { position: relative; margin: 0 auto;}
.col-news-detail{background: #f2f5f8;}
.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;font-family: 'Light','simhei';}
.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 h2{font-size: 40px;font-weight: bold;color:#004098;text-align: center;}
.col-page-recruit p.namemark{color:#e0e0e0;font-size: 40px;font-weight: bold;text-transform: uppercase;text-align: center;margin-bottom: 25px;}
.col-idea .container{padding:9vh 0 7vh;}
.col-idea ul{font-size:0;}
.col-idea ul li{width: 32%;margin-right: 2%;display: inline-block;margin-bottom: 20px;color:#2a2a2a;vertical-align: top;}
.col-idea ul li:nth-child(3n){margin-right: 0;}
.col-idea ul li .img {overflow: hidden;}
.col-idea ul li .img img{transition: 0.5s;}
.col-idea ul li h3{font-size: 18px;margin:20px 0 10px;}
.col-idea ul li .content{line-height: 1.8;font-size: 14px;}
.col-idea ul li:hover .img img{transform: scale(0.95);}
.col-environment .swiper-slide .img{position: relative;}
.col-environment .swiper-slide .img::after{content:'';width: 100%;height: 194px;position: absolute;left: 0;bottom:0;
  background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.col-environment .swiper-slide .title{position: absolute;width: 100%;left: 0;bottom: 50px;color:#fff;font-size: 48px;font-weight: bold;transform: translateY(20px);opacity: 0;transition: 0.5s;}
.col-environment .swiper-slide-active .title{transition-delay: 0.5s;transform: none;opacity: 1;}
.col-environment .swiper-btn{position: absolute;width: 100%;left: 0;bottom: 55px;text-align: right;}
.col-environment .swiper-btn .swiper-button{position: relative;top: auto;left: auto !important;right: auto !important;background: none;color:#fff;font-size: 36px;display: inline-block;opacity: 1;outline: none;;}
.col-recruitment .container{padding:9vh 0;}
.col-recruitment ul{margin-top:60px;}
.col-recruitment li{width: 33.33%;float: left;background-color: #fff;transition: 0.36s;border:1px solid #dcdcdc;margin-top:-1px;margin-left: -1px;position: relative;}
.col-recruitment li a{display: block;height: 100%;padding: 30px 40px 35px;}
.col-recruitment li h3{font-size: 24px;margin-bottom: 20px;transition: 0.3s;}
.col-recruitment li:hover{background: #eeeeee;z-index: 1;}
.col-recruitment li:hover h3{color:#c21919}
.col-recruitment .content{height: 90px;overflow-y: auto;font-size: 14px;color: rgb(102, 102, 102);line-height: 2;}
.col-recruitment a>p{color:#666;}
.col-page-jobdetail{padding:6vh 0}
.col-page-jobdetail h1{font-size: 24px;padding: 15px 5px;border-bottom: 1px solid #ddd;margin-bottom: 30px;font-weight: bold;}
.col-page-jobdetail ul{background: #8c989f;padding: 5px 10px;color: #fff;margin-top: 30px;}
.col-page-jobdetail ul li{list-style: none;padding: 8px 5px 8px 100px;min-height: 20px;position: relative;border-bottom: 1px solid #ddd;}
.col-page-jobdetail ul li:last-child{border:none;}
.col-page-jobdetail ul li span{position: absolute;left: 0;top: 0;width: 100px;padding: 8px 5px;overflow: hidden;}
.col-page-jobdetail h3{margin: 30px 0 10px;padding: 0 10px;font-size: 16px;font-weight: normal;height: 40px;line-height: 40px;border-bottom: 1px solid #ddd;}
.col-page-jobdetail .content{padding: 0 10px;line-height: 2;}
.col-page-jobdetail .sub{margin-top: 30px;margin-left: 10px;}
.col-page-jobdetail .sub a{display: inline-block;background: #23b7e5;height: 35px;line-height: 35px;padding: 0 35px;color: #fff;border-radius: 2px;}
.col-page-jobdetail .met_tools {border-top: 1px solid #ddd;margin-top: 30px;position: relative;padding: 10px 10px 0;height: 50px;line-height: 50px;}
.col-page-jobdetail .met_tools .bdshare-button-style1-16 .bds_more {color: #333;float: left;}

.col-page-jobform{}
#cvlist {padding: 15px;}
#cvlist .v52fmbx {border: 1px solid #ddd;border-top: 0;overflow: hidden;text-align: left;}
#cvlist .v52fmbx h3{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;}
#cvlist .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;}
#cvlist .v52fmbx dl dt{padding: 15px 15px 10px 15px;width: 105px;text-align: left;font-weight: normal;overflow: hidden;line-height: 1.2;}
#cvlist .v52fmbx dl dd{-moz-box-flex: 1.0;-webkit-box-flex: 1.0;box-flex: 1.0;-ms-flex: 1;padding: 2px 15px;margin: 10px 0;}
#cvlist .v52fmbx dl dd 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;}
#cvlist .v52fmbx dl dd input[type="radio"]{border-radius: 100%;bottom: 3px;height: 15px;position: relative;vertical-align: middle;width: 15px;margin: 0;position: relative;top: -1px;margin-right: 6px;}
#cvlist .v52fmbx dl dd textarea{width: 350px;line-height: 1.5;height: 100px;padding: 7px 5px;border: 1px solid #dcdfe0;background-color: #fff;color: #333;outline: 0;}
#cvlist .v52fmbx dl dd input[type="submit"]{display: block;width: 201px;height: 54px;background: #004098;color:#fff;line-height: 52px;text-align: center;transition: 0.3s;font-size: 16px;}
#cvlist .v52fmbx dl dd input[type="submit"]:hover{box-shadow: 0px 5px 27px 0px rgba(6, 0, 1, 0.22);transform: translateY(-5px);}







/* contact */
.col-information .container{padding:10vh 10px;}
.col-information .content{width: 47%;float: left;}
.col-information .content .logo{margin-bottom: 38px;}
.col-information .content h3{font-size: 30px;font-weight: bold;margin-bottom: 30px;}
.col-information .content p{line-height: 2;font-size: 18px;color:#666;}
.col-information .col-map {width: 53%;float: right;}
.col-information .col-map #allmap {width:100%;height:427px;}
.col-information .col-map #allmap img { max-width: 1070px; max-height: 500px;}
.col-information .col-map #allmap label {max-width: 1070px;background: #fff !important;border:none !important;box-shadow: 0 2px 3px rgba(0,0,0,.1);padding: 10px !important;top: auto !important;bottom: 10px;left: 50% !important;transform: translateX(-45%)}
.col-information .col-map #allmap label::before{content: "";width: 0px;height: 0px;border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;bottom: -10px;left: 50%;margin-left: -10px;}
.col-information .col-map #allmap .BMapLib_SearchInfoWindow .BMapLib_bubble_content{overflow-y: auto !important;}
.col-message .container{padding:8vh 10px 11vh;}
.col-message h2{font-size: 40px;font-weight: bold;color:#004098;text-align: center;}
.col-message h3{font-size: 40px;font-weight: bold;color:rgba(0, 0, 0, 0.17);text-align: center;margin-bottom: 6vh;text-transform: uppercase;}
.col-message .message-container>p{font-size: 18px;margin-bottom: 35px;color:#666;}
.col-message .container form ul {float: left;width: 50%}
.col-message .container form ul li{line-height: 30px;margin-bottom: 20px;font-size: 0}
.col-message .container form ul li i{width: 80px;font-size: 14px;color:#000;display: inline-block;vertical-align: middle;}
.col-message .container form ul li span{display: inline-block;font-size: 14px;width: calc(100% - 80px);vertical-align: middle}
.col-message .container form ul li input{width: 100%;border:none;padding-left: 10px;;outline: none;background: #fff;}
.col-message .container form ul li textarea{width:100%;border:none;;outline: none;background: #fff;min-height: 270px;}
.col-message .container form ul li .form-check{display: inline-block;font-size: 14px;color:#868686;width: 60px;}
.col-message .container form ul li .form-check input{width:auto;margin-right: 5px;    vertical-align: middle;margin-bottom: 6px;}
.col-message .container form ul li:last-child i{vertical-align: top;}
.col-message .container form ul li:last-child span{vertical-align: top}
.col-message .container form .code{float: right;width: 50%;padding-left: 5%}
.col-message .container form .code .verify{line-height: 30px;border:none;padding-left: 10px;;background: #fff;}
.col-message .container form .code .recaptcha{color:#868686;margin:10px 0 15px;display: inline-block;border-bottom: 1px solid #868686;}
.col-message .container form .code .content{color:#868686;font-size: 14px;width: 90%;line-height: 1.8;}
.col-message .container form .code .sub{width: 200px;height: 42px;background: #004098;margin-top: 50px;border:none;outline: none;color:#fff;border-radius: 2px;transition: 0.36s;}
.col-message .container form .code .sub:hover{box-shadow: 0px 5px 27px 0px rgba(6, 0, 1, 0.22);transform: translateY(-5px);}




/* search */

#search .goomay-keywords-light{background: #dc3545 !important;color:#ffffff !important;}
#search{margin: 200px auto 50px;overflow:hidden}
#search .search_left{border: 1px solid #d6d6d6;padding-top:5px;padding-bottom:5px;}
#search .s_head{border-bottom: 1px solid #d6d6d6;height: 50px;}
#search .s_head h2{line-height: 50px;text-align: center;font-size: 24px;font-weight: bold;color:#d92129;}
#search .s_body ul{margin-top: 10px;}
#search .s_body ul span{display: block;color: #333;line-height: 40px;}
#search .s_body ul input,.s_body ul select{height: 35px;width: 100%;line-height: 35px;border: 1px solid #e6e6e6;padding-left: 10px;margin-bottom: 10px;}
#search .s_body .sub input{height: 45px;line-height: 45px;background: #d92129;border: 0;color: #fff;transition: 0.3s;text-align: center;padding-left: 0px;font-size: 16px;}
#search .search_right .no-result{text-align: center;font-size: 30px;color:#d80808;margin-top:50px;}
#search .search-result-title{font-size: 20px;color: #333;line-height: 30px;height: 30px;overflow: hidden;}
#search .entry-image {float: left;width: 120px;margin: 0 20px 0 0;}
#search .entry-c{position: relative;overflow: hidden;}
#search .search-result-info{padding:5px 0;}
#search .search-result-info li{display: inline-block;}
#search .entry-content p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#search .search_right em{color: #004cff;}
#search .search_right .search-result{margin-left:25px;}
#search .search_right .search-li{border-bottom: 1px solid #d6d6d6;margin-bottom: 30px;padding-bottom: 10px;}
#search .search_right li{overflow: hidden;}
#search .search-result-info li:before{content: '/';display: inline-block;margin-left: 10px;margin-right: 10px;opacity: 0.5}
#search .search-result-info li:first-child:before { display: none; }
#search .product_list{padding-bottom: 15px;border-bottom: 1px solid #d6d6d6; margin-bottom: 15px;}
#search .product_img{float: left;}
#search .product_img img{border-radius: 50%;}
#search .product_img img:hover{width: 90px;height: 90px;}
#search .product_body{float: left;margin-left: 20px;margin-top: 10px;}
#search .se_news{float: right;width: 79%;}
#search .news ul li .se_news a {color:#d80808;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden;transition: 0.3s;}
#search .search_right .news .date em{color: #fff;}




/* 底部 */
#gotoTop{width:58px;height:58px;display: block;border-radius: 50%;color:#fff;text-align: center;line-height: 52px;position: fixed;right: 30px;bottom: 15vh;background: #004098;z-index: 98;font-size: 30px;cursor: pointer;}
.footer{background: #1b1b1b;position: relative;z-index: 10;padding:7vh 0 0;}
.footer .wrap{padding-bottom: 11vh;border-bottom: 1px solid #898989;}
.footer .footer-nav{float: left;width: 79%;}
.footer .footer-nav ul li{float: left;width: 16.666%;}
.footer .footer-nav ul li a{color:#fff;font-size: 18px;}
.footer .footer-nav ul li .child{margin-top: 30px;}
.footer .footer-nav ul li .child a{display: block;font-size: 16px;color:#8c8c8c;margin-bottom: 8px;line-height: 1.6;transition: 0.3s;}
.footer .footer-nav ul li .child a:hover{color:#aaaaaa}
.footer .footer-info{text-align: right;width: 21%;float: right;}
.footer .footer-info .logo{margin-bottom: 30px;}
.footer .footer-info .address{color:#dddddd;margin-bottom: 20px;padding-right: 28px;position: relative;}
.footer .footer-info .address i{display: block;position: absolute;right: 1px;top:50%;transform: translateY(-50%);}
.footer .footer-info>p{color:#a4a4a4;line-height: 1.7;}
.footer .footer-info .share{margin-top:7vh;font-size: 0;}
.footer .footer-info .share a{display: inline-block;font-size: 18px;color:#fff;width: 45px;height: 45px;border-radius: 50%;margin:0 4px;text-align: center;line-height: 45px;transition: 0.3s;}
.footer .footer-info .share a.wechat{position: relative;background: #4fc942;}
.footer .footer-info .share a.wechat .code{position: absolute;bottom: 100%;left: 50%;transform: translateX(-50%);background: #4fc942;padding: 5px;border-radius: 3px;margin-bottom: 5px;display: none;}
.footer .footer-info .share a.wechat .code img{max-width: none;}
.footer .footer-info .share a.wechat .code::after{content:'';border-top:5px solid #4fc942;border-left: 5px solid transparent;border-right: 5px solid transparent;position: absolute;top:100%;left: 50%;transform: translateX(-50%);}
.footer .footer-info .share a.sina{background: #fca427;}
.footer .footer-info .share a.qq{background: #158fdd;}
.footer .footer-info .share a:not(.wechat):hover{opacity: 0.8;}
.footer .copyright{text-align: center;padding:35px 0;line-height: 1.8;color:#868686;font-size: 16px;}

.message-form{position: fixed;right: 30px;width:58px;height: 58px;border-radius: 50%;background: #004098;bottom:20px;z-index: 99;text-align: center;line-height: 56px;cursor: pointer; display: none;}
.message-form span.sign{font-size:0;line-height: 1;display: inline-block;vertical-align: middle;}
.message-form span.sign i{display: inline-block;}
.message-form span.sign i.msg{display: none;}
.message-form.active span.sign i.msg{display: inline-block;}
.message-form.active span.sign i.close-btn{display: none;}
.message-form .form{position: absolute;width: 300px;right: 0;bottom:78px;background: #fff;border-radius: 5px;overflow: hidden;line-height: 1.4;text-align: left;box-shadow: 0px 0px 30px 0px rgba(6, 0, 1, 0.2);display: none!important;}
.message-form .form .join-cont{padding:1.5vh 1vw;color:#fff;font-size:16px;line-height: 1.5;background: #004098;}
.message-form .form .join-cont p:nth-child(1){font-size:20px;margin-bottom: 12px;}
.message-form .form .list{padding:1.5vh 1vw 2vh;}
.message-form .form .list li{margin-bottom: 10px;}
.message-form .form .list li input,.message-form .form .list textarea{width:100%;padding-left: 12px;background: #f6f6f6;border:1px solid #dcdcdc;height: 30px;border-radius: 3px;box-shadow: inset 0px 0px 10px 0px rgba(6, 0, 1, 0.1);}
.message-form .form .list textarea{min-height: 100px;padding-top:10px;}
.message-form .form .list .col-sub input{width:100%;height: 42px;border-radius: 3px;border:none;background: #004098;color:#fff;}


/* 副导航 */
.vicenav{height: 70px;line-height: 70px;background: #004098;}
.vicenav ul{font-size: 0;text-align: center;}
.vicenav ul li{display: inline-block;font-size: 16px;margin:0 30px}
.vicenav ul li a{color:#fff;transition: 0.3s;}
.vicenav ul li.on a,.vicenav ul li a:hover{color:#7fa0cf}



/* 视频播放器 */
.video-box {position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;font-size: 0;z-index: 99999999999;}
.video-box button {display: inline-block;padding: 0;border: 0 none;background: none;text-align: center;outline: none;cursor: pointer;}
.video-box .video-button {display: inline-block;width: 36px;height: 36px;color: #fff;position: relative;overflow: hidden;}
.video-box .video-button i {font-size: 56px;}
.video-box .video-button.video-btn-volume i {font-size: 20px;}
.video-box .video-button.video-tooltip-toggle i {font-size: 20px;}
.video-box .video-video {position: relative;width: 100%;height: 100%;overflow: hidden;}
.video-box .video-video video {position: relative;display: block;top: 0;left: 0;width: 100%;height: 100%;background: #000;}
.video-box .video-container {width: 852px;min-height: 550px;max-height: 90vh;background: #000000;overflow: hidden;opacity: 0;}
.video-box .video-container.video-ready {opacity: 1;}
.video-box.quanping .video-container {width: 100%;height: 100%;max-height: 100%;position: relative;left: 0;top: 0;transform: none;}
.video-box.video-playing .video-div.video-hide-ui .video-ui {-webkit-transform: translateY(39px);-ms-transform: translateY(39px);transform: translateY(39px);}
.video-box.heibian .video-container {padding: 40px 0;}
.video-box.heibian .video-div.video-hide-ui .video-ui {-webkit-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);}
.video-box.heibian.quanping .video-container {padding: 0;}
.video-box.hideui .video-div .video-ui {-webkit-transform: translateY(39px);-ms-transform: translateY(39px);transform: translateY(39px);}
.video-box .i {font-family: none;height: 100%;width: 100%;background-size: 80%;background-position: center;background-repeat: no-repeat;}
.video-box .i:before,.video-box i:after {display: none !important;}
.video-box .i-voice-on {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-box .i-voice-off {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-box .i-bofang {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-box .i-zhanting {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-box .i-quanping {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-box .i-suoxiao {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-bg {position: absolute;height: 100%;width: 100%;background: #000;opacity: .9;}
.video-div {background: #000;font-size: 0;letter-spacing: -1px;position: absolute;height: 100%;width: 100%;top: 0;left: 0;}
.video-ui {position: absolute;width: 100%;height: 41px;background-color: rgba(0, 0, 0, 0.8);left: 0;bottom: 0;z-index: 6;letter-spacing: .25px;-webkit-transition: transform 0.3s ease;-o-transition: transform 0.3s ease;-ms-transition: transform 0.3s ease;-moz-transition: transform 0.3s ease;transition: transform 0.3s ease;-webkit-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);-moz-transform: translateY(0px);transform: translateY(0px);}
.video-loading-pulse {position: absolute;width: 6px;height: 24px;top: 50%;left: 50%;background-color: rgba(255, 255, 255, 0.2);-webkit-animation: pulse 750ms infinite;animation: pulse 750ms infinite;-webkit-animation-delay: 250ms;animation-delay: 250ms;}
.video-loading-pulse:before,.video-loading-pulse:after {content: '';position: absolute;display: block;height: 16px;width: 6px;background: rgba(255, 255, 255, 0.2);top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);-webkit-animation: pulse 750ms infinite;animation: pulse 750ms infinite;}
.video-loading-pulse:before {left: -12px;}
.video-loading-pulse:after {left: 12px;-webkit-animation-delay: 500ms;animation-delay: 500ms;}
@keyframes pulse {50% {  background: white;}}
.video-loading {opacity: 1;color: #2c97f6;font-size: 0;overflow: hidden;box-shadow: 0px 0px 0px 3600px #000;background: #000;width: 30px;height: 30px;-webkit-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}
.video-loading i {border-radius: 50%;width: 24px;height: 24px;display: block;border: 0.25rem solid rgba(255, 255, 255, 0.2);border-top-color: white;-webkit-animation: adeg 1s infinite linear;-o-animation: adeg 1s infinite linear;-ms-animation: adeg 1s infinite linear;-moz-animation: adeg 1s infinite linear;animation: adeg 1s infinite linear;}
.video-loading .i-loading:before {display: none;opacity: 0;visibility: hidden;}
.video-loading.yihuanchun {opacity: 0;}
@keyframes adeg {0% {  -webkit-transform: rotate(0deg);  transform: rotate(0deg);}100% {  -webkit-transform: rotate(360deg);  transform: rotate(360deg);}}
.video-close {position: absolute;top: calc(52px + 2%);right: 5%;width: 30px;height: 30px;cursor: pointer;background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat: no-repeat;}
.video-bofang.f-czspjuzhong {z-index: 2;font-size: 0;}
.video-bofang.f-czspjuzhong i {display: block;border-radius: 50%;text-align: center;background-color: rgba(0, 0, 0, 0.8);color: #fff;width: 60px;height: 60px;cursor: pointer;line-height: 62px;font-size: 66px;-webkit-transition: transform 1s;-o-transition: transform 1s;-ms-transition: transform 1s;-moz-transition: transform 1s;transition: transform 1s;}
.video-hide {z-index: 0 !important;}
.video-hide i {opacity: 0;-webkit-transform: scale(3);-o-transform: scale(3);-ms-transform: scale(3);-moz-transform: scale(3);transform: scale(3);will-change: transform, opacity;z-index: 0;}
.video-progress {display: block;position: absolute;width: 100%;bottom: 36px;height: 5px;cursor: pointer;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;z-index: 2;}
.video-progress:hover .video-progress-hover,.video-progress:hover .video-tooltip-time {opacity: 1;}
.video-tooltip-time {width: 46px;position: absolute;height: 20px;z-index: 5;left: 0;right: 0;bottom: 8px;opacity: 0;-webkit-transition: opacity 0.5s;-o-transition: opacity 0.5s;-ms-transition: opacity 0.5s;-moz-transition: opacity 0.5s;transition: opacity 0.5s;}
.video-tooltip-time .video-tinytip-content {margin-left: -23px;}
.video-tooltip-time .video-text {background: rgba(0, 0, 0, 0.5);padding: 2px;border-radius: 2px;}
.video-tinytip .video-tooltip-content {display: inline-block;padding: 0 4px;color: rgba(255, 255, 255, 0.5);font-size: 10px;line-height: 20px;text-align: center;}
.video-progress-padding {position: absolute;width: 100%;height: 16px;bottom: 0;z-index: 40;cursor: pointer;}
.video-progress-list {position: relative;top: -1px;z-index: 39;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.2);-webkit-transform: scaleY(0.6);-ms-transform: scaleY(0.6);transform: scaleY(0.6);transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);}
.video-progress-play,.video-progress-buffer,.video-progress-hover {position: absolute;top: 0;left: 0;width: 0;height: 100%;}
.video-progress-buffer {z-index: 33;background-color: rgba(255, 255, 255, 0.4);-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.video-progress-hover {z-index: 34;background-color: rgba(255, 255, 255, 0.5);opacity: 0;-webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);-o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);-ms-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);-moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);}
.video-progress-play {z-index: 35;background-color: #2c97f6;}
.video-progress-handle {width: 13px;height: 13px;position: absolute;top: 50%;right: -6.5px;margin-top: -6.5px;border-radius: 50%;background-color: #2c97f6;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);}
.video-progress-padding:hover + .video-progress-list {-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);}
.video-progress-padding:hover + .video-progress-list .video-progress-handle {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.video-controls-buttons {position: absolute;bottom: 0;left: 0;height: 36px;width: 100%;padding: 0 10px;z-index: 3;}
.video-time-panel {font-size: 12px;color: #777;display: inline-block;vertical-align: top;height: 36px;padding: 0 5px;line-height: 36px;letter-spacing: .25px;}
.video-time-panel-current {color: #DEDEDF;}
.video-fullscreen {float: right;}
.video-definition {float: right;width: 55px;height: 36px;position: relative;}
.video-definition .video-button {width: 100%;}
.video-definition .video-button span {background: #fff;color: #333;font-size: 14px;padding: 2px 5px;}
.video-definition .video-tooltip-content {width: 80px;left: 50%;margin-left: -40px;display: none;background: rgba(0, 0, 0, 0.5);}
.video-definition:hover .video-tooltip-content {position: absolute;bottom: 35px;color: #aaa;display: block;z-index: 6;}
.video-menu .video-menu-item {display: block;width: 100%;line-height: 36px;font-size: 14px;text-align: center;white-space: nowrap;padding: 0 12px;cursor: pointer;position: relative;height: 38px;background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 50%) center bottom no-repeat;background-size: 80% 1px;}
.video-menu .video-menu-item:hover {color: #fff;background: rgba(255, 255, 255, 0.12);}
.video-menu .video-menu-item.video-active {color: #FF8F00;}
.video-volume {float: right;position: relative;}
.video-popup .video-popup-content {transform: scaleY(0);bottom: 41px;position: absolute;}
.video-popup .video-popup-content:after {content: '';position: absolute;bottom: -10px;left: 50%;margin-left: -5px;border: 5px solid transparent;border-top-color: rgba(0, 0, 0, 0.5);}
.video-popup:hover .video-popup-content {-webkit-transform: scaleY(1);-o-transform: scaleY(1);-ms-transform: scaleY(1);-moz-transform: scaleY(1);transform: scaleY(1);}
.video-volume-slider {left: 0;width: 36px;height: 100px;cursor: pointer;background: rgba(0, 0, 0, 0.8);}
.video-tinytip-tiao {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-volume-range {position: absolute;left: 16px;top: 10px;width: 4px;height: 80px;background-color: rgba(0, 0, 0, 0.2);}
.video-volume-range-current {position: absolute;left: 0;bottom: 0;width: 100%;height: 50%;background-color: #2c97f6;}
.video-volume-handle {position: absolute;top: 0;left: -4px;width: 12px;height: 3px;background-color: #fff;}
@media (max-width: 998px) {
  .video-box .video-container {width: 80vw;max-height: 80vh;min-height: 44.9vw;}
}
@media (max-width: 468px) {
  .video-box .video-container {width: 100vw;min-height: 54.9vw;}
  .video-loading i {font-size: 26px;}
  .video-definition {display: none;}
}
 /*视频结尾*/
.f-czspjuzhong {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}





/* media */
@media (min-width: 1200px) {
  .container{width: 1200px}
}
@media (max-width: 1600px) {
  #col-index-banner .ban_cont table{width:40vw}
  
  
  
}
@media (max-width: 1460px) {
  .col-page-about p.namemark{font-size:54px}
  #col-banner .swiper-slide{height:600px !important}
  .col-index-count table td .odometer{font-size:36px !important}
  #col-index-banner .swiper-slide{height: 700px !important;}
  #col-index-banner .ban_cont p:nth-child(1), #col-index-banner .ban_cont p:nth-child(2),#col-banner .ban_cont h1{font-size:48px}
  .header .inner{padding:0 10px;}
  .header .inner nav ul li{margin-right:40px;}
  
  
}
@media (max-width: 1200px) {
  .col-honor .wrap{padding:6vh 10px;}
  .col-culture .list .content table td{padding:100px 3vw 20px}
  .col-page-about p.namemark{font-size: 48px;}
  #col-banner .swiper-slide{height:550px !important}
  .col-index-about .wrap .content{width:40%}
  .col-index-count table td .odometer{font-size:32px !important}
  #col-index-banner .swiper-slide{height: 650px !important;}
  #col-index-banner .ban_cont p:nth-child(1), #col-index-banner .ban_cont p:nth-child(2),.col-index-product h2,.col-index-about .wrap .content .s-content p:nth-child(1),.col-index-customer h2,.col-index-news h2,.col-index-respon .content h2,#col-banner .ban_cont h1,.col-culture .wrap .content table td p:nth-child(1),.col-page-innovation h2,.col-page-innovation p.namemark,.col-page-recruit h2,.col-page-recruit p.namemark,.col-environment .swiper-slide .title,.col-message h2,.col-message h3{font-size:36px}
  .header .inner .index-search .s-content input{height: 45px;}
  .header .inner .index-search .s-content .inpt4{width:45px}
  .header .inner .index-search .s-content .inpt3{width: 60%;font-size: 14px;}
  .header .inner .index-search .s-content{padding:6vh 0}
  .header .inner .index-search .s-content .content{font-size: 24px;}
  .header .inner nav ul li{margin-right:20px;font-size: 16px;}

  .container{width: 100%;padding-left: 10px !important;padding-right: 10px !important;}
}
@media (max-width: 992px) {
  .footer .footer-info .address{padding:0}
  .col-recruitment li a{padding:20px 25px;}
  .news-nav ul li.active a{font-size:32px;}
  .news-nav{padding:24px 0}
  .vicenav ul li{margin:0 10px}
  .col-technology .container2{padding-top:0}
  .col-technology .wrap .content p:nth-child(2){margin-bottom: 0;}
  .col-page-product .list li{width:32%;margin-right:2%}
  .col-page-product .list li:nth-child(4n){margin-right:2%}
  .col-page-product .list li:nth-child(3n){margin-right:0}
  .col-culture .wrap{padding:6vh 10px 15vh}
  .col-development .develop-slide .swiper-slide .content{width:100%;margin-left:0;}
  .col-development .develop-slide .swiper-container{padding:360px 0 0;}
  .col-profile .wrap{display: block;}
  .col-profile .wrap .content{margin-top:25px}
  .col-profile .wrap .content h3{margin-bottom: 20px;}
  .col-page-about p.namemark{font-size:36px}
  #col-banner .swiper-slide{height:500px !important}
  .footer .footer-nav{display: none;}
  .footer .footer-info{width:100%;text-align: center;float: none;}
  .footer .footer-info .address i{display:none;}
  .footer .footer-info .share{margin-top:20px}
  .footer .wrap{padding-bottom: 3vh;}
  .col-index-about .wrap .content .s-content p:nth-child(1){margin-bottom: 10px;}
  .col-index-about .wrap .content a{margin-top:20px;}
  .col-index-product ul li .title h3,.col-page-product .inquiry-container .wrap h2,.col-technology .wrap .content p:nth-child(1),.col-technology .wrap .content p:nth-child(2),.col-page-innovation h3,.news-nav ul li a,.col-information .content h3{font-size:24px}
  .col-index-count{padding:35px 0;}
  .col-index-count table td{display: inline-block;vertical-align: middle;width: 50%;margin:30px 0}
  .col-index-count table td .odometer{font-size:24px !important}
  #col-index-banner .swiper-btn{bottom:30px}
  #col-index-banner .swiper-slide{height: 600px !important;}
  #col-index-banner .ban_cont table{display: none;}
  #col-index-banner .ban_cont p:nth-child(1), #col-index-banner .ban_cont p:nth-child(2),.col-index-product h2,.col-index-about .wrap .content .s-content p:nth-child(1),.col-index-customer h2,.col-index-news h2,.col-index-respon .content h2,#col-banner .ban_cont h1,.col-page-about h2,.col-profile .wrap .content h3,.col-profile .col-content h3,.col-culture .wrap .content table td p:nth-child(1),.col-page-product .product-nav ul li,.col-page-innovation h2,.col-page-innovation p.namemark,.col-page-recruit h2,.col-page-recruit p.namemark,.col-environment .swiper-slide .title,.col-message h2,.col-message h3{font-size:32px}
  .header .inner .index-search{margin-right:50px}
  .header .inner,.header .inner .logo{height: 60px;line-height: 60px;}
  .header .inner .logo img{width:160px;}
  .header .inner nav,.header .inner .language{display: none;}
  
  
}
@media (max-width: 768px) {
  .col-page-product .product-nav ul li{margin:0 10px}
  .col-information .col-map #allmap{height:300px}
  .col-message .container form ul,.col-message .container form .code{width:100%;float: none;}
  .col-message .container form .code{padding-left: 80px;}
  .col-information .content,.col-information .col-map{float: none;width:100%;margin-bottom: 20px;}
  #cvlist .v52fmbx dl dd input,#cvlist .v52fmbx dl dd textarea{width:100%}
  .col-recruitment li{width: 50%;}
  .col-environment .swiper-slide .title{bottom:10px;}
  .col-environment .swiper-btn{bottom:10px}
  .col-environment .swiper-slide .img::after{height: 100px;}
  .col-environment .swiper-btn .swiper-button{font-size:28px;}
  .col-idea ul li{width:100%;margin:0 0 20px !important}
  .col-idea ul li .img img{width:100%}
  .col-page-news .list{padding:6vh 0 0;}
  .news-nav ul li{margin-right:15px}
  .col-page-respon ul.list li,.col-page-news .list ul li{width:49%;margin-right:2%}
  .col-page-respon ul.list li:nth-child(3n),.col-page-news .list ul li:nth-child(3n){margin-right:2%}
  .col-page-respon ul.list li:nth-child(2n),.col-page-news .list ul li:nth-child(2n){margin-right: 0;}
  .col-page-respon ul.list li p{padding-top:5px;height:69px}
  .col-technology .wrap .content .middle{padding:0;}
  .col-technology .wrap{display: block;}
  .col-page-product .inquiry-container .wrap .s-content ul{width:100% !important;padding:0 !important}
  .col-page-product .inquiry-container .wrap .s-content ul li .sub{display: block;margin-top:20px;}
  .col-page-product .list li{width:49%;}
  .col-page-product .list li:nth-child(3n){margin-right:2%}
  .col-page-product .list li:nth-child(2n){margin-right:0}
  .col-culture .list .content table td{display: block;width:100%;}
  .col-culture .list .content table td:not(:first-child){padding:20px 0;}
  .col-profile .col-content{padding:6vh 0;}
  .col-page-about p.namemark{font-size:32px;}
  #col-banner .swiper-slide{height:450px !important}
  .col-index-respon .content{width:100%;text-align: center;}
  .col-index-respon .content h2::after{left:50%;transform: translateX(-50%);}
  .col-index-news .wrap{display: block;}
  .col-index-news .wrap .news-nav{width:100%;font-size:0;padding:0;}
  .col-index-news .wrap .news-nav a:last-child{border-bottom:1px solid #d2d2d2}
  .col-index-news .wrap .news-nav a{display: inline-block;vertical-align: middle;width:50%}
  .col-index-about .wrap .img #play i{width:50px;height: 50px;}
  .col-index-about .wrap{display: block;}
  .col-index-about .wrap .content{width:100%;text-align: center;padding:30px 0 20px;}
  .col-index-about .wrap .content .s-content{max-width: none;}
  .col-index-about .wrap .content a{margin:20px auto 0;}
  .col-index-about .wrap .img{padding-left: 0;}
  .col-index-product ul{display: block;}
  .col-index-product ul li{margin:0 0 20px !important;}
  .col-index-product ul li .title h3,.col-index-about .wrap .img #play,.col-culture .wrap .content table td p,.news-nav ul li a{font-size:20px}
  .col-index-count table td{padding-left: 88px;font-size:16px}
  #col-index-banner .swiper-slide{height: 550px !important;}
  #col-index-banner .ban_cont p:nth-child(1), #col-index-banner .ban_cont p:nth-child(2),.col-news .met_module2 h1.met_title,.col-index-product h2,.col-index-about .wrap .content .s-content p:nth-child(1),.col-index-customer h2,.col-index-news h2,.col-index-respon .content h2,#col-banner .ban_cont h1,.col-page-about h2,.col-profile .wrap .content h3,.col-profile .col-content h3,.col-culture .wrap .content table td p:nth-child(1),.col-page-product .product-nav ul li,.col-page-innovation h2,.col-page-innovation p.namemark,.news-nav ul li.active a,.col-page-recruit h2,.col-page-recruit p.namemark,.col-environment .swiper-slide .title,.col-message h2,.col-message h3{font-size:24px}
  #col-index-banner .ban_cont p:nth-child(3),.col-technology .wrap .content p{font-size:18px}

  .message-form .form{width:320px;right:-20px;}
  
  
}
@media (max-width: 468px) {
  .col-page-product .inquiry-container .wrap h2{padding-left: 10px;height:50px;line-height: 50px;}
  .col-page-product .product-nav ul li{font-size: 18px;}
  .col-index-count table td p:nth-child(1) img{width:50px;}
  .col-index-count table td p:nth-child(1){left:0}
  .col-index-count table td{padding-left: 55px;}
  .header .inner .logo img{width:120px}
  #cvlist .v52fmbx dl dd input[type="submit"]{width:140px;height:45px;line-height: 43px;}
  .col-recruitment li{width:100%}
  .col-recruitment .content{height: auto;}
  .col-environment .swiper-slide .img::after{height: 50px;}
  .news-nav ul li.active a{font-size:20px;}
  .col-page-news .list ul li{width:100% !important;margin-right:0 !important}
  .vicenav{display: none;}
  .col-culture .wrap .content table td{padding:0;}
  .col-page-about p.namemark{font-size:28px}
  #col-banner .swiper-slide{height:300px !important}
  .col-index-news .wrap .news-list .box .news-top ul li{width:100%;margin-right:0;}
  .col-index-product ul li .title h3,.col-index-about .wrap .img #play,.news-nav ul li a{font-size:18px}
  #col-index-banner .swiper-slide{height: 450px !important;}
  #col-index-banner .ban_cont p:nth-child(3),.col-culture .wrap .content table td p,.col-technology .wrap .content p,.col-page-respon ul.list li p{font-size:16px}
  .message-form .form{width:280px}
  .message-form .form .join-cont,.message-form .form .list{padding:20px 10px;}
  
}


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

