/*
首页模块命名规范：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: "Outfit";
	font-weight: 300;
	src: url("../fonts/Outfit-Light.ttf") format("truetype");
  }
  @font-face {
	font-family: "Outfit";
	font-weight: normal;
	src: url("../fonts/Outfit-Regular.ttf") format("truetype");
  }
  @font-face {
	font-family: "Outfit";
	font-weight: 500;
	src: url("../fonts/Outfit-Medium.ttf") format("truetype");
  }
  @font-face {
	font-family: "Outfit";
	font-weight: bold;
	src: url("../fonts/Outfit-Bold.ttf") format("truetype");
  }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: 'iconfont';  /* Project id 1502878 */
	src: url('//at.alicdn.com/t/c/font_1502878_0oxnzxqpepvl.woff2?t=1776326164233') format('woff2'),
			 url('//at.alicdn.com/t/c/font_1502878_0oxnzxqpepvl.woff?t=1776326164233') format('woff'),
			 url('//at.alicdn.com/t/c/font_1502878_0oxnzxqpepvl.ttf?t=1776326164233') format('truetype');
}
html{overflow-x: hidden;}
body {min-width: 320px;color: #050505;overflow: hidden;font-family:"Outfit","microsoft yahei UI", sans-serif;}
.goomay a {
	font-family:"iconfont" !important;
	font-size:12px!important;
	color: #222!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: "\e625"; }
.goomay a:hover{color: #393939!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{word-break:normal !important}
li {list-style: none;}
i {font-style: normal;}
a {color: #222;}
a:focus{text-decoration: none;outline: none;color:#222;}
a:hover { color: #222;text-decoration: none;outline: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
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: 100%; width:100%;  margin: 0 auto; padding: 0 12.5vw;}
.container3 {max-width: 100%; width:100%;  margin: 0 auto; padding: 0 8.33vw;}
#page{padding-top: 0px; overflow: hidden;}
html.Ov,body.Ov,body.Ov #page{overflow:visible;}
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:-100px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0 !important;}
.table{display: table;width: 100%;height: 100%;margin:0;}
.table>.middle{display: table-cell;vertical-align: middle;}
.none{display: none !important;}
.flex{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.swiper-container,.swiper-container .swiper-slide{position: relative;}
.swiper-container{
	--swiper-theme-color: #003396;/* 设置Swiper风格 */
	--swiper-preloader-color: #003396;/* 单独设置预加载圆圈的颜色 */
}
/* 滚动条 */
::-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: #003396;border-radius: 3px;}  
/*滑块效果*/
::-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;/*背景颜色*/}

/* animates */
@-webkit-keyframes fadeUp {
	from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
	to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeUp {
	from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
	to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeUp {-webkit-animation-name: fadeUp;animation-name: fadeUp;}
@-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}
@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}
.fade {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
@-webkit-keyframes fadeDown {
	from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
	to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeDown {
	from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
	to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeDown {-webkit-animation-name: fadeDown;animation-name: fadeDown;}
@-webkit-keyframes fadeLeft {
	from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
	to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeLeft {
	from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
	to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeLeft {-webkit-animation-name: fadeLeft;animation-name: fadeLeft;}
@-webkit-keyframes fadeRight {
	from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
	to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeRight {
	from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
	to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeRight {-webkit-animation-name: fadeRight;animation-name: fadeRight;}



/* header */
.head{height: 4.5vw;min-height: 60px;}
.header{width: 100%;z-index: 999;position: fixed;top:20px;left: 0;transition: 0.35s;}
.header .inner{transition: 0.36s;background: transparent;position: relative;}
.header .inner .flex{display: -webkit-flex;display: -ms-flexbox;display: flex;padding: 0 3.125vw;align-items: center;height: 5.208vw;min-height: 60px;transition: 0.5s;}
.header .inner .logo{font-size: 0;margin-right: auto;position: relative;}
.header .inner .logo img{width: 9.17vw;min-width: 90px;transition: .35s;filter: brightness(0) invert(1);}
.header .inner nav{height: 100%;}
.header .inner nav ul{font-size: 0;display: flex;height: 100%;}
.header .inner nav ul li{display: flex;margin-right: 5vw;position: relative;}
.header .inner nav ul li>a{transition: 0.3s;display: flex;align-items: center;line-height: 1;position: relative;padding: 12px 0;color:#fff;}
.header .inner nav ul li .child {position: absolute;top: 100%;left: -20px;background: rgba(255,255,255,1);min-width: 240px;box-shadow: 0 24px 24px rgba(0,0,0,0.08);opacity: 0;transform: translateY(10px);pointer-events: none;transition: all 0.25s ease;padding: 10px 0;}
.header .inner nav ul li .child a {display: block;padding: 6px 20px;text-decoration: none;color: #444;transition: background 0.2s ease;}
.header .inner nav ul li .child a:hover {background: #f2f4f8;}
.header .inner nav ul li:hover .child {opacity: 1;transform: translateY(0);pointer-events: auto;}
.header .inner nav ul li.ProductNav{position: inherit;}
.header .inner nav ul li.ProductNav .child{width: 100%;position: absolute;left: 0;top: 100%;padding: 3.125vw 0 3.54vw;border-top: 1px solid #eeeeee;}
.header .inner nav ul li.ProductNav .child .wrap{display: flex;}
.header .inner nav ul li.ProductNav .child .wrap .item{padding: 0 1.25vw;border-right: 1px solid rgba(11,77,162,.12);flex: 1;}
.header .inner nav ul li.ProductNav .child .wrap .item:last-child{border-right: none;}
.header .inner nav ul li.ProductNav .child .wrap .item h3{margin-bottom: 0.99vw;}
.header .inner nav ul li.ProductNav .child .wrap .item h3 a{color:#003396;display: inline-block;padding: 0;background: transparent;}
.header .inner nav ul li.ProductNav .child .wrap .item p{margin-bottom: 0.57vw;}
.header .inner nav ul li.ProductNav .child .wrap .item p a{display: inline-block;padding: 0;color:rgba(6,30,76,.8);transition: .25s ease-in-out;}
.header .inner nav ul li.ProductNav .child .wrap .item p a:hover{background: transparent;color:#003396;}

.header .inner .language{font-size: 0;position: relative;text-transform: uppercase;}
.header .inner .language a{color:#888888;transition: .25s ease-in-out;margin: 0 6px;position: relative;text-transform: uppercase;}
.header .inner .language a:first-child::after{content:"";width: 1px;height: 16px;background: #888;position: absolute;top: 50%;transform: translateY(-50%);right: -6px;}
.header .inner .language a.active{color:#fff;}
.header .inner .index-search{position: relative;font-size: 0;line-height: 1;margin-right: 2.083vw;}
.header .inner .index-search>a{display: flex;align-items: center;transition: 0.35s;color:#fff;text-transform: uppercase;}
.header .inner .index-search .content{position: fixed;width:100%;height: 100%;top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 999;display: none;}
.header .inner .index-search .content .container{position: relative;height: 100%;}
.header .inner .index-search .content .s-content{background: #fff;text-align: center;padding:5vh 0;position: absolute;top:30%;width: 100%;left: 0;transform: translateY(20px);opacity: 0;transition: 0.5s;}
.header .inner .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
.header .inner .index-search .content .title{color:#242424;margin-bottom: 10px;line-height: 1.5;font-weight: 500;}
.header .inner .index-search .content .input{font-size: 0;line-height: 1;}
.header .inner .index-search .content input{height: 60px;outline: none;vertical-align: middle}
.header .inner .index-search .content .inpt3{padding-left: 20px;border:1px solid #d2d2d2;font-size: 16px;width: 60%;color:#292929;}
.header .inner .index-search .content .inpt3::-webkit-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3:-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3::-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3:-ms-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt4{width: 60px;background: #222;border:none;color:#fff;font-family: 'iconfont';}
.header .inner .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}


.header.active {top: 0;}
.header.active .inner{border-bottom: 1px solid #eeeeee;background: #fff;}
.header.active .inner .flex{height:4.5vw;}
.header.active .inner .logo img{filter: none}
.header.active .inner nav ul li>a,.header.active .inner .language a,.header.active .inner .index-search>a{color: #222;}


 
/* banner */
.col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;}
.col-banner .swiper-slide {font-size: 0;height: auto;}
.col-banner .swiper-slide .img{font-size: 0;width: 100%;height: 100%;}
.col-banner .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
.col-banner .swiper-slide .ban_cont{position: absolute;top: 50%;transform: translateY(-50%);color:#fff;left: 0;width: 100%;z-index: 2;transition: .15s;}
.col-banner .swiper-slide .ban_cont .content{opacity: 0;}
#col-index-banner,#col-index-banner .swiper-slide {height: 46.88vw;}
#col-index-banner .swiper-slide video{width: 100vw;height: 100%;object-fit: cover;position: relative;}
#col-index-banner .swiper-slide .ban_cont .content .s-content{font-weight: 300;margin-bottom: 3.75vw;}
#col-index-banner .swiper-slide .ban_cont .content .s-content h3{font-weight: normal;margin-bottom: 1.04vw;}
#col-index-banner .swiper-slide .ban_cont .content a.play{display: inline-block;color:rgba(255,255,255,.75);transition: .25s ease-in-out;}
#col-index-banner .swiper-slide .ban_cont .content a.play>*{display: inline-block;vertical-align: middle;}
#col-index-banner .swiper-slide .ban_cont .content a.play span{line-height: 1.286;margin-left: 10px;}
#col-index-banner .swiper-slide .ban_cont .content a.play:hover{color:#fff;}
#col-banner .swiper-slide .ban_cont{transform: none;top: auto;bottom: 7.40vw;}
#col-banner .swiper-slide .ban_cont .content .title{font-weight: bold;margin-bottom: 4px;}
#col-banner .swiper-slide .ban_cont .content .s-content{max-width: 958px;line-height: 1.66;}

.ContactBanner#col-banner::before{content:'';width: 100%;height: 6.25vw;background: linear-gradient(to bottom,#ebf0f7,#fff);position: absolute;left: 0;top: 100%;z-index: 1;}
.ContactBanner#col-banner .swiper-slide .ban_cont{top: 50%;transform: translateY(-50%);}
.RecruitBanner#col-banner .swiper-slide .ban_cont{bottom: 2.6vw;}
.RecruitBanner#col-banner .swiper-slide .ban_cont .content .s-content ul{max-width: 29.27vw;display: flex;justify-content: space-between;margin: 1.25vw 0;}
.RecruitBanner#col-banner .swiper-slide .ban_cont .content .s-content ul li{width: 49%;position: relative;}
.RecruitBanner#col-banner .swiper-slide .ban_cont .content .s-content ul li a{color:#fff;transition: .25s ease-in-out;border-radius: 10px;border: 1px solid #fff;padding: 20px;position: relative;display: block;width: 100%;height: 100%;}
.RecruitBanner#col-banner .swiper-slide .ban_cont .content .s-content ul li h3{margin-bottom: 4.17vw;}
.RecruitBanner#col-banner .swiper-slide .ban_cont .content .s-content ul li img{position: absolute;bottom: 20px;right: 20px;width: 3.75vw;min-width: 22px;filter: brightness(0) invert(1);transition: .25s ease-in-out;}
.RecruitBanner#col-banner .swiper-slide .ban_cont .content .s-content ul li a:hover {background: #fff;color:#003396;}
.RecruitBanner#col-banner .swiper-slide .ban_cont .content .s-content ul li a:hover img{filter: none;}
.RecruitBanner#col-banner .swiper-slide .ban_cont .content .s-content strong{display: block;margin-bottom: 4px;}



#page{background: linear-gradient(to right, #f9f2ff 0%, #f0f4ff 50%, #f9f2ff 100%);}
.col-index-product{position: relative;z-index: 2;padding: 8.54vw 0 3.125vw;}
.col-index-product .videoBg{width: 100%;height: 100%;position: absolute;left: 0;top:0;object-fit: cover;z-index: -1;}
.col-index-product h2{color:#003396;margin-bottom: 2.083vw;}
.col-index-product ul.list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-index-product ul.list li{border-radius: 10px;overflow: hidden;width: calc(33.33% - 11px);margin-bottom: 3vh;position: relative;}
.col-index-product ul.list li:nth-child(3n){margin-right: 0;}
.col-index-product ul.list li .title{width: 100%;color:#fff;position: absolute;left: 0;bottom: 1.35vw;padding: 0 1.25vw;display: flex;align-items: center;justify-content: space-between;}
.col-index-product ul.list li .title span{font-weight: 300;}
.col-index-product ul.list li .title .icon{flex-shrink: 0;}
.col-index-product ul.list li .title .icon img{width: 2.55vw;min-width: 24px;transform: none;}
.col-index-product .dot-1{width: 3em;height: 3em;top: 55%;right: 25%;border-radius: 50%;position: absolute;animation: 5s rotate infinite linear;z-index: -1;}
.col-index-product .dot-1::after{content: '';display: block;position: absolute;transform: translate(-1em,-1em);background: #003396;border-radius: 100%;background-color: #003396;width: 35vw;height: 35vw;left: -13em;top: -13em;filter: blur(6em);opacity: .3;}
@keyframes rotate {
	from { transform: rotate(0)}
	to {transform: rotate(359deg)}
}

.col-index-sticky{position: relative;z-index: 1;}
.col-index-sticky .sticky{position: sticky;height: 100vh;top: 0;}
.col-index-sticky .sticky .container2{display: flex;align-items: center;height: 100%;}
.col-index-sticky .sticky .container2 .img{border-radius: 1.563vw;overflow: hidden;}
.col-index-sticky .sticky .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition:transform .05s ease-in-out ,opacity .25s ease-in-out;transform-origin: 50% 30%;z-index: 2;}
.col-index-sticky .sticky .mask img{object-fit: cover;width: 100%;height: 100%;}
.col-index-sticky .sticky .title{position: absolute;width: 100%;position: absolute;left: 0;top: 57%;transform: translateY(-50%);color:#003396;transition: .25s ease-in-out;}
.col-index-sticky .sticky .title.cur,.col-index-sticky .sticky .mask.cur{opacity: 0;pointer-events: none;}
.col-index-sticky .height{height: 100vh;}

.odometer-digit{letter-spacing: 4px;}
.col-index-about{padding: 20px 0 8.33vw}
.col-index-about .content{line-height: 1.833;color:#003396;font-weight: 300;max-width: 1254px;margin: 0 auto 3.96vw;color:#061e4c;}
.col-index-about .content img{width: 34.9vw;min-width: 280px;}
.col-index-about .num ul{display: flex;justify-content: space-between;max-width: 1330px;margin: 0 auto 2.86vw;}
.col-index-about .num ul li{color:#003396;}
.col-index-about .num ul li p:nth-child(1){font-weight: 300;}
.col-index-about .num ul li p:nth-child(1) strong,.col-index-about .num ul li p:nth-child(1) .odometer{font-family: 'Outfit';line-height: 1;font-weight: 500;vertical-align: baseline;}
.col-index-about .num ul li p:nth-child(1) sup{top: -1em;}
.col-index-about .num ul li .odometer-formatting-mark{display: none !important;}
.col-index-about .more{display: flex;justify-content: center;}
.col-index-about .more a{display: flex;align-items: center;padding: 0.78vw 1.77vw;border-radius: 50px;border: 1px solid #003396;color:#003396;line-height: 1;transition: .25s ease-in-out;}
.col-index-about .more a span{margin-right: 1.35vw;}
.col-index-about .more a:hover{background: #003396;color:#fff;}

.col-index-partner{padding: 0 0 5vw;}
.col-index-partner h2{color:#003396;margin-bottom: 5.47vw;padding-bottom: 2.083vw;position: relative;}
.col-index-partner h2::after{content:'';width: 7.29vw;height: 1px;background: #a5d6fc;position: absolute;left: 0;bottom: 0;}
.col-index-partner .img{position: relative;}
.col-index-partner .img .content{position: absolute;left: 0;bottom: 0;width: 18.75vw;}
.col-index-partner .img .content ul li{margin-bottom: 1.66vw;color:#003396;font-weight: 300;}
.col-index-partner .img .content ul li:last-child{margin-bottom: 0;}
.col-index-partner .img .content ul li p:nth-child(1),.col-index-partner .img .content ul li p:nth-child(1) .odometer{font-family: 'Outfit';line-height: 1;font-weight: 500;vertical-align: bottom;}

.col-index-news{padding: 5vw 0 8.33vw;background: rgba(255,255,255,.25);}
.col-index-news .container2>.title{align-items: center;justify-content: space-between;margin-bottom: 3.44vw;display: flex;}
.col-index-news .container2>.title h2{color:#003396;}
.col-index-news .container2>.title .more a{display: flex;align-items: center;padding: 0.78vw 1.77vw;border-radius: 50px;border: 1px solid #003396;color:#003396;line-height: 1;transition: .25s ease-in-out;}
.col-index-news .container2>.title .more a span{margin-right: 1.35vw;}
.col-index-news .container2>.title .more a:hover{background: #003396;color:#fff;}
.col-index-news .container2>.flex{justify-content: space-between;flex-wrap: wrap;}
.col-index-news .flex .left{width: 56%;}
.col-index-news .flex .left a{display: flex;border-radius: 1.563vw;overflow: hidden;flex-wrap: wrap;}
.col-index-news .flex .left a .img{width: 40%;overflow: hidden;position: relative;}
.col-index-news .flex .left a .img img{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
.col-index-news .flex .left a .content{width: 60%;background: #003396;padding: 2.875vw 1.875vw 3.33vw;color:#fff;}
.col-index-news .flex .left a .content .column span{border: 1px solid #0072d9;border-radius: 30px;padding: 5px 14px;}
.col-index-news .flex .left a .content .title{line-height: 1.2;margin: 0.94vw 0 0.83vw;}
.col-index-news .flex .left a .content .s-content{line-height: 1.5;margin-bottom: 0.83vw;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 3;-moz-line-clamp: 3;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-index-news .flex .left a .content .date{color:#96c7f3;}
.col-index-news .flex .left a .content .more{margin-top: 2.5vw;display: flex;align-items: center;}
.col-index-news .flex .left a .content .more i.fa{width: 29px;height: 29px;border-radius: 50%;background-color: #fff;display: flex;align-items: center;justify-content: center;color:#2490f1;font-size: 12px;margin-right: 15px;}
.col-index-news .flex .right{width: 41%;}
.col-index-news .flex .right ul li:not(:last-child){margin-bottom: 0.94vw;padding-bottom: 1.563vw;position: relative;border-bottom:1px solid #c0e1ff;}
.col-index-news .flex .right ul li a{display: flex;justify-content: space-between;}
.col-index-news .flex .right ul li a .img{width: 115px;height: 115px;border-radius: 10px;overflow: hidden;position: relative;}
.col-index-news .flex .right ul li a .img img{width: 100%;height: 100%;object-fit: cover;}
.col-index-news .flex .right ul li a .content{width: calc(95% - 115px);color:#003396;}
.col-index-news .flex .right ul li a .content .f20{line-height: 1.5;margin-top: 0.83vw;}

.col-index-respon{text-align: center;padding: 8.96vw 0 7.71vw;}
.col-index-respon .name{color:#fff;background: #0073da;padding: 8px 2.083vw;border-radius: 43px;margin-bottom: 2.083vw;display: inline-block;}
.col-index-respon .content{text-shadow: 0.5px 0.866px 1px rgba(24, 24, 24, 0.12);font-weight: 300;margin-bottom: 2.92vw;color:#fff;}
.col-index-respon .content h3{font-weight: bold;line-height: 1.269;}
.col-index-respon .more{justify-content: center;display: flex;}
.col-index-respon .more a{display: flex;align-items: center;padding: 0.78vw 1.77vw;border-radius: 50px;border: 1px solid #fff;color:#fff;line-height: 1;transition: .25s ease-in-out;}
.col-index-respon .more a span{margin-right: 1.35vw;}
.col-index-respon .more a:hover{background: #003396;color:#fff;border-color: #003396;}

.footer{padding: 4.58vw 0 2.81vw;background: #fff;}
.footer .top{align-items: flex-start;justify-content: space-between;flex-wrap: wrap;display: flex;}
.footer .top .logo{max-width: 27%;}
.footer .top .logo img{width: 12.4vw;min-width: 100px;}
.footer .top .footer-nav{width: 73%;display: flex;justify-content: space-between;}
.footer .top .footer-nav li h3 a{color:#061e4c;font-weight: 500;}
.footer .top .footer-nav li .child{margin-top: 0.83vw;}
.footer .top .footer-nav li p{margin-bottom: 6px;}
.footer .top .footer-nav li p a{color:rgba(6,30,76,.85);transition: .25s ease-in-out;}
.footer .top .footer-nav li p a:hover{color:#003396;}
.footer .center{display: flex;align-items: center;margin: 20px 0 2.5vw;justify-content: space-between;}
.footer .center .info{width: 48%;}
.footer .center .info ul{display: flex;align-items: flex-end;justify-content: space-between;}
.footer .center .info ul li .name{padding-left: calc(12px + 1.66vw);position: relative;font-weight: 300;color:#061e4c;margin-bottom: 10px;}
.footer .center .info ul li .name::before{content:'';width: 1.67vw;height: 0.73vw;min-width: 12px;min-height: 5.2px;background: url(../images/dot.png) no-repeat center/100% 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.footer .center .info ul li h3{font-weight: 500;color:#0b4da2}
.footer .center .code{text-align: center;max-width: 48%;color:#061e4c;line-height: 1.625;}
.footer .center .code img{width: 6.93vw;min-width: 60px;margin-bottom: 0.63vw;}
.footer .bottom{color:rgba(26,26,26,.85);}





/* page */
.page {text-align: center;}
.page ul li a{border:none;background: none;color:#666;padding:0 2px;margin:0 10px;font-size: 18px;}
.page ul li.disabled a{border:none;background: none;}
.page ul li.active a{border:none;background: none;color: #003396;border-bottom: 4px solid #003396;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:none;background: none;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background: none;color:#666;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: none;color:#666;}
/* 内页 */
.overflow{overflow: hidden;}
.overflow img,.smallImg img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.overflow:hover img{-webkit-transform:scale(1.06);transform:scale(1.06)}
.smallImg:hover img{-webkit-transform:scale(0.92);transform:scale(0.95);}
.videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 9999999999;display: none;text-align: center;padding:5vh 1vw;}
.videoPop .col-video2{position: relative;width: 100%;height: 100%;}
#Video{max-width: 100%;max-height: 100%;position: absolute;max-width: 970px;top:50%;left: 50%;transform: translate(-50%,-50%);width: 100%;}
#videoClose{position: absolute;right:10px;top:5px;color: #fff;cursor: pointer;font-size: 36px;transition: 0.5s;z-index: 99;}
#videoClose:hover{color: #eee;}

.col-page{background: linear-gradient(to right, #fcfaff 0%, #fafbff 50%, #f7faff 100%);}
.col-page-about .col-1{padding: 6.25vw 0;}
.col-page-about .col-1 .name{color:#061e4c}
.col-page-about .col-1 .namemark{color:#003396;font-weight: bold;margin: 6px 0 2.86vw;}
.col-page-about .col-1 .num ul{display: flex;justify-content: space-between;margin: 0 0 3.125vw;}
.col-page-about .col-1 .num ul li{color:#003396;}
.col-page-about .col-1 .num ul li p:nth-child(1){font-weight: 300;}
.col-page-about .col-1 .num ul li p:nth-child(1) strong,.col-page-about .col-1 .num ul li p:nth-child(1) .odometer{font-family: 'Outfit';line-height: 1;font-weight: 500;vertical-align: baseline;}
.col-page-about .col-1 .num ul li p:nth-child(1) sup{top: -1em;}
.col-page-about .col-1 .num ul li .odometer-formatting-mark{display: none !important;}
.col-page-about .col-1 .content{line-height: 1.778;color:#061e4c;margin-bottom: 5vw;}
.col-page-about .col-1 .swiper-slide {border-radius: 10px;overflow: hidden;position: relative;}
.col-page-about .col-1 .swiper-slide .img{position: relative;min-height: 66px;}
.col-page-about .col-1 .swiper-slide .title{color:#fff;position: absolute;bottom: 10px;right: 0;width: 100%;text-align: right;padding: 0 20px;}
.col-page-about .col-2{padding: 6.25vw 0;}
.col-page-about .col-2 h2{font-weight: bold;color:#003396;margin-bottom: 9.43vw;padding-bottom: 15px;position: relative;}
.col-page-about .col-2 h2::after{content:'';width: 5.73vw;height: 1px;background: #003396;position: absolute;left: 0;bottom: 0;min-width: 25px;}
.col-page-about .col-2 .swiper-slide{color:#003396;}
.col-page-about .col-2 .swiper-slide .title{font-weight: bold;margin-bottom: 0.63vw;}
.col-page-about .col-2 .swiper-slide .content{font-weight: 300;}
.col-page-about .col-2 ul.list{margin-top: 10.417vw;display: flex;flex-wrap: wrap;}
.col-page-about .col-2 ul.list li{border: 1px solid rgba(0,51,150,.55);min-width: 162px;padding: 5px 20px;border-radius: 36px;transition: .25s ease-in-out;color:#003396;margin: 0 2.19vw 10px 0;text-align: center;cursor: pointer;}
.col-page-about .col-2 ul.list li:last-child{margin-right: 0;}
.col-page-about .col-2 ul.list li.active,.col-page-about .col-2 ul.list li:hover{background: #003396;border-color: #003396;color:#fff;}
.col-page-about .col-3{padding: 6.25vw 0 14.22vw;}
.col-page-about .col-3 h2{font-weight: bold;color:#003396;margin-bottom: 2.5vw;}
.col-page-about .col-3 .swiper-container{max-width: 34.38vw;margin-left: 15.63vw;}
.col-page-about .col-3 .swiper-container .swiper-slide {height: auto;}
.col-page-about .col-3 .swiper-container .swiper-slide .title{font-weight: bold;color:#003396;margin-bottom: 3px;}
.col-page-about .col-3 .swiper-container .swiper-slide .para{color:#061e4c;margin-bottom: 1.25vw;}
.col-page-about .col-3 .swiper-container .swiper-slide .content{color:#061e4c;}
.col-page-about .col-3 .swiper-container .swiper-slide .content ul{display: flex;flex-wrap: wrap;align-items: flex-start;}
.col-page-about .col-3 .swiper-container .swiper-slide .content ul li:nth-child(2n-1){width:78px;}
.col-page-about .col-3 .swiper-container .swiper-slide .content ul li:nth-child(2n-1) h3{font-weight: 600;color:#02329e;font-size: 24px;}
.col-page-about .col-3 .swiper-container .swiper-slide .content ul li:nth-child(2n){width: calc(100% - 78px);}
.col-page-about .col-3 .swiper-container .swiper-slide .content ul li:nth-child(2n) p{padding-left: 22px;position: relative;margin-bottom: 12px;}
.col-page-about .col-3 .swiper-container .swiper-slide .content ul li:nth-child(2n) p::before{content:'';width: 6px;height: 6px;border-radius: 50%;background: #02329e;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-page-about .col-3 .wrap{margin-top: -9.38vw;}
.col-page-about .col-3 .wrap .img{display: inline-block;font-size: 0;position: relative;width: 100%;}
.col-page-about .col-3 .wrap .img ul li{position: absolute;cursor: pointer;}
.col-page-about .col-3 .wrap .img ul li:nth-child(1){left: 0;top: 100%;}
.col-page-about .col-3 .wrap .img ul li:nth-child(2){left: 25.46%;top: 91.78%;}
.col-page-about .col-3 .wrap .img ul li:nth-child(3){left: 51.61%;top: 75.07%;}
.col-page-about .col-3 .wrap .img ul li:nth-child(4){left: 74.39%;top: 49.29%;}
.col-page-about .col-3 .wrap .img ul li:nth-child(5){left: 95.18%;top: 11.33%;}
.col-page-about .col-3 .wrap .img ul li .dot{width: 30px;height: 30px;border-radius: 50%;position: absolute;left: 0;top: 0;transform: translate(-50%,-50%);background: transparent;transition: .25s ease-in-out;}
.col-page-about .col-3 .wrap .img ul li .dot::after{content:'';width: 14px;height: 14px;background: #003396;border-radius: 50%;transition: .25s ease-in-out;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.col-page-about .col-3 .wrap .img ul li .inner{position: absolute;left: -15px;top: 20px;white-space: nowrap;}
.col-page-about .col-3 .wrap .img ul li .title{font-weight: bold;color:#003396;margin-bottom: 3px;line-height: 1.1;transition: .25s ease-in-out;opacity: .63;transform: scale(.75);}
.col-page-about .col-3 .wrap .img ul li .para{color:#061e4c;margin-bottom: 1.25vw;opacity: 0;transform: translateY(10px);visibility: hidden;transition: .25s ease-in-out;}
.col-page-about .col-3 .wrap .img ul li.active .dot{background: #003396;}
.col-page-about .col-3 .wrap .img ul li.active .dot::after{background: #fff;}
.col-page-about .col-3 .wrap .img ul li.active .title,.col-page-about .col-3 .wrap .img ul li.active .para{opacity: 1;transform: none;visibility: visible;}
.col-page-about .col-4 {padding: 6.25vw 0;background: rgba(255,255,255,.35);}
.col-page-about .col-4 h2{font-weight: bold;text-align: center;margin-bottom: 3.02vw;color:#003396}
.col-page-about .col-4 .swiper-slide .img img{box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.35);}
.col-page-about .col-4 .swiper-slide .title{margin-top: 1.875vw;}

.col-page-product{padding: 6.25vw 0;overflow: hidden;}
.col-page-product .flex{flex-wrap: wrap;justify-content: space-between;align-items: flex-start;position: relative;}
.col-page-product .flex::after{content:'';width: 1px;height: 100vh;background: rgba(11,77,162,.12);position: absolute;left: calc(250px + 4%);top: -6.25vw}
.col-page-product .flex .sider{width: 250px;}
.col-page-product .flex .sider h3{display: flex;color:#003396;margin-bottom: 0.99vw;align-items: center;padding-left: 20px;}
.col-page-product .flex .sider h3 i.iconfont{margin-right: 8px;}
.col-page-product .flex .sider ul li{margin-bottom: 0.99vw;}
.col-page-product .flex .sider ul li a{display: block;padding: 9px 5px 9px 44px;position: relative;border-radius: 45px;background: transparent;color:#0c0c0c;font-weight: bold;transition: .25s ease-in-out;}
.col-page-product .flex .sider ul li a::before{content:'';width: 7px;height: 7px;background: #003396;border-radius: 50%;transition: .25s ease-in-out;position: absolute;left: 20px;top: 50%;transform: translateY(-50%);}
.col-page-product .flex .sider ul li.active a,.col-page-product .flex .sider ul li a:hover{background: #003396;color:#fff;font-weight: bold;}
.col-page-product .flex .sider ul li.active a::before,.col-page-product .flex .sider ul li a:hover::before{background: #fff;}
.col-page-product .flex .lists{width: calc(92% - 250px);}
.col-page-product .flex .lists .title{display: flex;align-items: center;margin-bottom: 3.125vw;}
.col-page-product .flex .lists .title .icon {margin-right: 15px;}
.col-page-product .flex .lists .title .icon img{width: 2.55vw;min-width: 24px;filter: brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(2237%) hue-rotate(222deg) brightness(93%) contrast(102%);}
.col-page-product .flex .lists .title span{color:#003396;}
.col-page-product .flex .lists ul.list{display: flex;flex-wrap: wrap;}
.col-page-product .flex .lists ul.list li{width: 32%;margin-right: 2%;margin-bottom: 3%;padding: 0 1.875vw 1.875vw;text-align: center;}
.col-page-product .flex .lists ul.list li:nth-child(3n){margin-right: 0;}
.col-page-product .flex .lists ul.list li .img{overflow: hidden;}
.col-page-product .flex .lists ul.list li .img img{mix-blend-mode: multiply;}
.col-page-product .flex .lists ul.list li .title{color:#061e4c;margin: 1.25vw 0 0.78vw;font-weight: 500;}
.col-page-product .flex .lists ul.list li .s-content{font-weight: 300;line-height: 1.625;color:#061e4c;margin-bottom: 1.66vw;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 3;-moz-line-clamp: 3;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-page-product .flex .lists ul.list li .more{display: flex;align-items: center;justify-content: center;color:#003396;line-height: 1;}
.col-page-product .flex .lists ul.list li .more span{display: inline-block;}
.col-page-product .flex .lists ul.list li .more i.fa{width: 14px;height: 14px;border-radius: 50%;background: #003396;color:#fff;display: flex;align-items: center;justify-content: center;font-size: 12px;margin-left: 8px;}

.col-product-detail .mbx{background: #fff;display: flex;justify-content: flex-end;padding: 15px 7.29vw;color:#676767;}
.col-product-detail .mbx a{color:#676767;}
.col-product-detail .mbx i.iconfont{margin-right: 15px;}
.col-product-detail .pro_show{background: linear-gradient(to right,#032d80,#0b2048);color:#fff;padding: 5.208vw 0;}
.col-product-detail .pro_show .flex{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-product-detail .pro_show .flex .content{width: 48%;}
.col-product-detail .pro_show .flex .content .title{font-weight: bold;line-height: 1.286;margin-bottom: 1.35vw;}
.col-product-detail .pro_show .flex .content .s-content{font-weight: 300;line-height: 1.5;margin-bottom: 1.875vw;}
.col-product-detail .pro_show .flex .content a.contact_btn{display: inline-block;background: #fff;color:#003396;padding: 10px 25px;border-radius: 49px;}
.col-product-detail .pro_show .flex .content a.contact_btn>*{display: inline-block;vertical-align: middle;}
.col-product-detail .pro_show .flex .content a.contact_btn span{margin-left: 10px;font-weight: bold;}
.col-product-detail .pro_show .flex .img{width: 47%;}
.col-product-detail .detail{padding: 6.25vw 0;}
.col-product-detail .detail .item{margin-bottom: 5.208vw;}
.col-product-detail .detail .item:last-child{margin-bottom: 0;}
.col-product-detail .detail .item .title{color:#061e4c;margin-bottom: 2.71vw;padding-left: calc(12px + 1.875vw);position: relative;}
.col-product-detail .detail .item .title::before{content:'';width: 1.67vw;height: 0.73vw;min-width: 12px;min-height: 5.2px;background: url(../images/dot.png) no-repeat center/100% 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-product-detail .detail .item .content {color:#061e4c;}
.col-product-detail .detail .item .content ul li{margin-bottom: 2.083vw;padding-left: 2.5vw;}
.col-product-detail .detail .item .content ul li strong{font-weight: bold;color:#2c2c2c;position: relative;display: block;margin-bottom: 5px;font-size: 1.563vw;}
.col-product-detail .detail .item .content ul li strong::before{content:'';width: 10px;height: 10px;border-radius: 50%;background: #003396;position: absolute;left: -2.5vw;top: 50%;transform: translateY(-50%);}
.col-product-detail .detail .item .content table{width: 100%;text-align: center;}
.col-product-detail .detail .item .content table tr:nth-child(1){color:#fff;font-weight: bold;}
.col-product-detail .detail .item .content table td{vertical-align: middle;background: #f2f6ff;border: 1px solid #fff;padding: 12px 5px;line-height: 1.875;}
.col-product-detail .detail .item .content table tr:nth-child(1) td{background: #0b4da2;}
.col-product-detail .detail .item.resource .swiper-slide {height: auto;background: #fff;border: 1px solid #f0f0f0;border-radius: 10px;transition: .25s ease-in-out;}
.col-product-detail .detail .item.resource .swiper-slide a{display: flex;width: 100%;height: 100%;flex-direction: column;padding: 1.66vw 20px 1.875vw;}
.col-product-detail .detail .item.resource .swiper-slide a h3{color:#061e4c;margin-bottom: auto;line-height: 1.5;font-weight: 500;}
.col-product-detail .detail .item.resource .swiper-slide a .more{display: flex;align-items: center;color:#003396;line-height: 1;margin-top: 2.083vw;}
.col-product-detail .detail .item.resource .swiper-slide a .more span{display: inline-block;}
.col-product-detail .detail .item.resource .swiper-slide a .more i.fa{width: 14px;height: 14px;border-radius: 50%;background: #003396;color:#fff;display: flex;align-items: center;justify-content: center;font-size: 12px;margin-right: 8px;}
.col-product-detail .detail .item.resource .swiper-slide:hover{border-color: #003396;}



.message-form {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;}
.message-form .mask {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);}
.message-form .inner {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-width: 1000px;max-height: 90vh;margin: auto;padding: 3.54vw;background: rgba(255,255,255,.95);border-radius: 8px;overflow-y: auto;z-index: 10000;width: 90%;}
.message-form .close {position: absolute;top: 15px;right: 20px;font-size: 30px;cursor: pointer;color: #999;}
.message-form .close:hover {color: #333;}
.message-form .content{color:#003396;margin-bottom: 2.083vw;padding-bottom: 1.66vw;border-bottom: 1px solid #eeeeee;}
.message-form .content h3{margin-bottom: 0.78vw;}
.message-form form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.message-form form ul li{width: 48%;margin-bottom: 1.25vw;display: flex;align-items: center;}
.message-form form ul li span{flex-shrink: 0;margin-right: 1.04vw;color:#7d7d7d;}
.message-form form ul li input{flex-grow: 2;height: 34px;background: rgba(246,246,246,.32);border: 1px solid rgba(197,197,197,.32);padding-left: 10px;outline: none;}
.message-form form .sub{margin-top: 2.083vw;width: 8.8vw;height: 2.4vw;border-radius: 46px;display: flex;align-items: center;justify-content: center;min-width: 120px;min-height: 30px;background: #003396;color:#fff;border: none;outline: none;}

.col-page-partner h2{color:#003396;font-weight: bold;margin-bottom: 18px;}
.col-page-partner .col-1{padding: 6.25vw 0;}
.col-page-partner .col-1 .content{max-width: 810px;margin: 0 auto 4.38vw;color:#061e4c;line-height: 1.778;}
.col-page-partner .col-1 .slide{position: relative;}
.col-page-partner .col-1 .slide .swiper-button{width: auto;height: auto;position: absolute;top: 50%;transform: translateY(-50%);color:#b6b5bd;transition: .25s ease-in-out;outline: none;pointer-events: inherit;margin-top: 0;}
.col-page-partner .col-1 .slide .swiper-button::after{display: none;}
.col-page-partner .col-1 .slide .swiper-button-prev{left: -3.75vw;}
.col-page-partner .col-1 .slide .swiper-button-next{right: -3.75vw;}
.col-page-partner .col-1 .slide .swiper-button:hover{color:#003396}
.col-page-partner .col-2{padding: 6.25vw 0;background: linear-gradient(to right, #ededf5 0%, #eaeef5 50%, #e9eef5 100%);}
.col-page-partner .col-2 h2{margin-bottom: 4.17vw;}

.col-page-news .vicenav{padding: 1.25vw 0;border-bottom: 1px solid #eeeeee;}
.col-page-news .vicenav .flex a{margin-right: 4.79vw;color:#003396}
.col-page-news .col-1{padding: 6.25vw 0;}
.col-page-news .col-1 .flex{align-items: center;margin-bottom: 2.5vw;justify-content: space-between;}
.col-page-news .col-1 .flex h2{font-weight: bold;color: #003396;}
.col-page-news .col-1 .flex a.more{color:#666;font-weight: 300;border-bottom: 1px solid;transition: .25s ease-in-out;}
.col-page-news .col-1 .flex a.more:hover{color:#003396;}
.col-page-news .col-1 .swiper-slide {height: auto;background: #fff;border: 1px solid #f0f0f0;border-radius: 10px;transition: .25s ease-in-out;position: relative;z-index: 1;overflow: hidden;}
.col-page-news .col-1 .swiper-slide a{display: flex;width: 100%;height: 100%;flex-direction: column;padding: 1.875vw 1.875vw 2.81vw;}
.col-page-news .col-1 .swiper-slide a .img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;transition: .25s ease-in-out;visibility: hidden;}
.col-page-news .col-1 .swiper-slide a .date{color:#93a1bd;transition: .25s ease-in-out;margin-bottom: 1.04vw;}
.col-page-news .col-1 .swiper-slide a .title{color:#061e4c;transition: .25s ease-in-out;line-height: 1.5;margin-bottom: 3.125vw;}
.col-page-news .col-1 .swiper-slide a .more{display: flex;align-items: center;color:#003396;line-height: 1;margin-top: auto;transition: .25s ease-in-out;}
.col-page-news .col-1 .swiper-slide a .more span{display: inline-block;}
.col-page-news .col-1 .swiper-slide a .more i.fa{width: 14px;height: 14px;border-radius: 50%;background: #003396;color:#fff;display: flex;align-items: center;justify-content: center;font-size: 12px;margin-right: 8px;transition: .25s ease-in-out;}
.col-page-news .col-1 .swiper-slide:hover a .img{opacity: 1;visibility: visible;}
.col-page-news .col-1 .swiper-slide:hover a .date,.col-page-news .col-1 .swiper-slide:hover a .title,.col-page-news .col-1 .swiper-slide:hover a .more{color:#fff;}
.col-page-news .col-1 .swiper-slide:hover a .more i.fa{background: #fff;color:#003396;}
.col-page-news .col-2{padding: 5.208vw 0;}
.col-page-news .col-2 .flex{align-items: center;margin-bottom: 2.5vw;justify-content: space-between;}
.col-page-news .col-2 .flex h2{font-weight: bold;color: #003396;}
.col-page-news .col-2 .flex a.more{color:#666;font-weight: 300;border-bottom: 1px solid;transition: .25s ease-in-out;}
.col-page-news .col-2 .flex a.more:hover{color:#003396;}
.col-page-news .col-2 .swiper-slide a .img{overflow: hidden;position: relative;border-radius: 10px;min-height: 66px;margin-bottom: 1.25vw;}
.col-page-news .col-2 .swiper-slide a .date{color:#93a1bd;transition: .25s ease-in-out;margin-bottom: 1.04vw;}
.col-page-news .col-2 .swiper-slide a .title{color:#061e4c;transition: .25s ease-in-out;line-height: 1.5;margin-bottom: 1.563vw;}
.col-page-news .col-2 .swiper-slide a .more{display: flex;align-items: center;color:#003396;line-height: 1;transition: .25s ease-in-out;}
.col-page-news .col-2 .swiper-slide a .more span{display: inline-block;}
.col-page-news .col-2 .swiper-slide a .more i.fa{width: 14px;height: 14px;border-radius: 50%;background: #003396;color:#fff;display: flex;align-items: center;justify-content: center;font-size: 12px;margin-right: 8px;transition: .25s ease-in-out;}
.col-page-news .col-3 {padding: 6.25vw 0;}
.col-page-news .col-3 h2{font-weight: bold;color: #003396;margin-bottom: 2.81vw;}
.col-page-news .col-3 .flex{align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}
.col-page-news .col-3 .flex .left{width: 23%;}
.col-page-news .col-3 .flex .left a{display: block;position: relative;z-index: 1;}
.col-page-news .col-3 .flex .left a::after{content:'';width: 100%;height: 100%;background: #e7e7ec;position: absolute;bottom: -6px;right: -8px;z-index: -1;}
.col-page-news .col-3 .flex .right{width: 63%;}
.col-page-news .col-3 .flex .right .content {margin-bottom: 2.19vw;}
.col-page-news .col-3 .flex .right .content .title{color:#061e4c;font-weight: 500;margin-bottom: 12px;}
.col-page-news .col-3 .flex .right .content .s-content{font-weight: 300;line-height: 1.333;margin-bottom: 2.07836vw;}
.col-page-news .col-3 .flex .right .content a.dw{margin-top: 2.083vw;width: 8.8vw;height: 2.6vw;border-radius: 46px;display: flex;align-items: center;justify-content: center;min-width: 120px;min-height: 30px;background: #003396;color:#fff;}
.col-page-news .col-3 .flex .right .content a.dw span{margin-right: 1.25vw;}
.col-page-news .col-3 .flex .right .slide{position: relative;}
.col-page-news .col-3 .flex .right .slide .swiper-button{width: auto;height: auto;position: absolute;top: 50%;transform: translateY(-50%);color:#b6b5bd;transition: .25s ease-in-out;outline: none;pointer-events: inherit;margin-top: 0;font-size: 16px;;}
.col-page-news .col-3 .flex .right .slide .swiper-button::after{display: none;}
.col-page-news .col-3 .flex .right .slide .swiper-button-prev{left: 0;}
.col-page-news .col-3 .flex .right .slide .swiper-button-next{right: 0;}
.col-page-news .col-3 .flex .right .slide .swiper-button:hover{color:#003396}
.col-page-news .col-3 .flex .right .swiper-container{padding-bottom: 6px;}
.col-page-news .col-3 .flex .right .swiper-container .swiper-slide{text-align: center;}
.col-page-news .col-3 .flex .right .swiper-container .swiper-slide a{display: block;position: relative;}
.col-page-news .col-3 .flex .right .swiper-container .swiper-slide a .img{position: relative;margin-bottom: 12px;}
.col-page-news .col-3 .flex .right .swiper-container .swiper-slide a .img::after{content:'';width: 100%;height: 100%;background: #e7e7ec;position: absolute;bottom: -6px;right: -8px;z-index: -1;}
.col-page-news .col-3 .flex .right .swiper-container .swiper-slide a .title{margin-bottom: 5px;}
.col-page-news .col-4{
	padding: 0 0 6.25vw;
}

.col-page-news .col-4 h2{
	font-weight: bold;
	color: #003396;
	margin-bottom: 2.81vw;
	position: relative;
	padding-left: 20px;
}

/* 标题左侧装饰线 */
.col-page-news .col-4 h2::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 0.8em;
	background: #003396;
	border-radius: 3px;
}

/* 列表容器 - 一行两个 */
.col-page-news .col-4 .list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

/* 列表项 - 占一半宽度 */
.col-page-news .col-4 .list li{
	width: 50%;
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

/* 左列右侧加分隔线 */
.col-page-news .col-4 .list li:nth-child(odd){
	border-right: 1px solid #eee;
}

/* 前两个顶部加边框 */
.col-page-news .col-4 .list li:nth-child(1),
.col-page-news .col-4 .list li:nth-child(2){
	border-top: 1px solid #eee;
}

/* 链接区域 */
.col-page-news .col-4 .list li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.4vw 1vw;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
}

/* 文件名称 */
.col-page-news .col-4 .list .name{
	position: relative;
	padding-left: 22px;
	color: #333;
	transition: color 0.3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
	margin-right: 20px;
}

/* 名称前的小圆点 */
.col-page-news .col-4 .list .name::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 50%;
	transition: all 0.3s ease;
}

/* 日期区域 */
.col-page-news .col-4 .list .date{
	display: flex;
	align-items: center;
	color: #999;
	white-space: nowrap;
	transition: color 0.3s ease;
}

.col-page-news .col-4 .list .date .eyes{
	margin-left: 8px;
	font-size: 18px;
	color: #ccc;
	transition: all 0.3s ease;
}

/* hover 效果 */
.col-page-news .col-4 .list li:hover{
	background: #f7f9fc;
}

.col-page-news .col-4 .list li:hover a{
	padding-left: 1.6vw;
}

.col-page-news .col-4 .list li:hover .name{
	color: #003396;
}

.col-page-news .col-4 .list li:hover .name::before{
	background: #003396;
	box-shadow: 0 0 6px rgba(0, 51, 150, 0.4);
}

.col-page-news .col-4 .list li:hover .date{
	color: #003396;
}

.col-page-news .col-4 .list li:hover .date .eyes{
	color: #003396;
}

/* 移动端适配 - 一行一个 */
@media screen and (max-width: 768px){
	.col-page-news .col-4 h2{
		margin-bottom: 20px;
		padding-left: 15px;
	}
	.col-page-news .col-4 .list li{
		width: 100%;
	}
	.col-page-news .col-4 .list li:nth-child(odd){
		border-right: none;
	}
	.col-page-news .col-4 .list li:nth-child(2){
		border-top: none;
	}
	.col-page-news .col-4 .list li a{
		padding: 15px 5px;
		flex-wrap: wrap;
	}
	.col-page-news .col-4 .list .name{
		font-size: 15px;
		margin-right: 0;
		margin-bottom: 6px;
		white-space: normal;
	}
	.col-page-news .col-4 .list .date{
		font-size: 13px;
	}
	.col-page-news .col-4 .list li:hover a{
		padding-left: 5px;
	}
}

.col-news-list{padding: 6.25vw 0;}
.col-news-list h2{font-weight: bold;color:#003396;margin-bottom: 3.125vw;}
.col-news-list ul.list{display: flex;flex-wrap: wrap;}
.col-news-list ul.list li{width: 32%;margin-right: 2%;margin-bottom: 4%;}
.col-news-list ul.list li:nth-child(3n){margin-right: 0;}
.col-news-list ul.list li a .img{overflow: hidden;position: relative;border-radius: 10px;min-height: 66px;margin-bottom: 1.25vw;}
.col-news-list ul.list li a .date{color:#93a1bd;transition: .25s ease-in-out;margin-bottom: 1.04vw;}
.col-news-list ul.list li a .title{color:#061e4c;transition: .25s ease-in-out;line-height: 1.5;margin-bottom: 1.563vw;font-weight: 500;}
.col-news-list ul.list li a .more{display: flex;align-items: center;color:#003396;line-height: 1;transition: .25s ease-in-out;}
.col-news-list ul.list li a .more span{display: inline-block;}
.col-news-list ul.list li a .more i.fa{width: 14px;height: 14px;border-radius: 50%;background: #003396;color:#fff;display: flex;align-items: center;justify-content: center;font-size: 12px;margin-right: 8px;transition: .25s ease-in-out;}

.col-page-contact {background: #fff;}
.col-page-contact .col-1{padding: 1px 0 0;position: relative;}
.col-page-contact .col-1 .wrap{border-radius: 10px;background: #fff;margin-top: -13vw;box-shadow: 0 0 29px 0 rgba(0,51,150,.06);display: flex;flex-wrap: wrap;position: relative;z-index: 2;}
.col-page-contact .col-1 .wrap .content{width: 64.8%;padding: 30px 60px;}
.col-page-contact .col-1 .wrap .content h2{color:#003396;margin-bottom: 12px;}
.col-page-contact .col-1 .wrap .content .s-content{color:#061e4c;font-weight: 300;margin-bottom: 2.083vw;}
.col-page-contact .col-1 .wrap .content form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-contact .col-1 .wrap .content form ul li{width: 49%;margin-bottom: 1.563vw;}
.col-page-contact .col-1 .wrap .content form ul li:nth-child(n+7){width:100%}
.col-page-contact .col-1 .wrap .content form ul li input,.col-page-contact .col-1 .wrap .content form ul li textarea{width: 100%;height: 48px;border: 1px solid rgba(197,197,197,.32);padding-left: 18px;outline: none;}
.col-page-contact .col-1 .wrap .content form ul li textarea{height:auto;min-height: 120px;padding-top: 15px;}
.col-page-contact .col-1 .wrap .content form ul li.code{display: flex;}
.col-page-contact .col-1 .wrap .content form ul li.code input{width:120px}
.col-page-contact .col-1 .wrap .content form ul li.code img{max-width: calc(100% - 120px);}
.col-page-contact .col-1 .wrap .content form .sub{margin-top: 2.083vw;width: 8.8vw;height: 2.4vw;border-radius: 46px;display: flex;align-items: center;justify-content: center;min-width: 120px;min-height: 30px;background: #003396;color:#fff;border: none;outline: none;}
.col-page-contact .col-1 .wrap .img{width: 35.2%;}
.col-page-contact .col-2{padding: 6.25vw 0 8.33vw; }
.col-page-contact .col-2 h2{color:#003396;margin-bottom: 4vh;}
.col-page-contact .col-2 .content {color:#061e4c;line-height: 1.6;}
.col-page-contact .col-2 .content>ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-contact .col-2 .content>ul>li{width: 28%;border-right: 1px solid rgba(0,51,150,.07);}
.col-page-contact .col-2 .content>ul>li h3{font-weight: bold;color:#003396;margin-bottom: 1.875vw;}
.col-page-contact .col-2 .content>ul>li>ul{display: flex;flex-wrap: wrap;align-items: flex-start;}
.col-page-contact .col-2 .content>ul>li>ul li{margin-bottom: 20px;}
.col-page-contact .col-2 .content>ul>li>ul li:nth-child(2n-1){width: 90px;display: flex;align-items: center;}
.col-page-contact .col-2 .content>ul>li>ul li:nth-child(2n-1) img{margin-right: 8px;}
.col-page-contact .col-2 .content>ul>li>ul li:nth-child(2n){width: calc(100% - 90px);}

.col-page-recruit .col-1{padding: 6.25vw 0;background: #fff;}
.col-page-recruit .col-1 .flex{align-items: center;flex-wrap: wrap;justify-content: space-between;}
.col-page-recruit .col-1 .flex .content{width: 44%;}
.col-page-recruit .col-1 .flex .content h2{font-weight: bold;color:#003396;margin-bottom: 1.66vw;}
.col-page-recruit .col-1 .flex .content .s-content{color:#003396}
.col-page-recruit .col-1 .flex .content .s-content h3{line-height: 1.375;margin-bottom: 1.563vw;}
.col-page-recruit .col-1 .flex .content .s-content ul li{margin-bottom: 6px;padding-left: 2.083vw;position: relative;font-weight: 300;}
.col-page-recruit .col-1 .flex .content .s-content ul li::before{content:'';width: 5px;height: 5px;border-radius: 50%;background: #003396;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-page-recruit .col-1 .flex .img{width: 48%;border-radius: 10px;overflow: hidden;}
.col-page-recruit .col-2{padding: 6.25vw 0;}
.col-page-recruit .col-2 .flex{align-items: center;margin-bottom: 5.208vw;color:#003396;justify-content: space-between;flex-wrap: wrap;}
.col-page-recruit .col-2 .flex h2{max-width: 47%;font-weight: bold;}
.col-page-recruit .col-2 .flex .content{width: 53%;font-weight: 300;line-height: 1.5;}
.col-page-recruit .col-2 .swiper-slide{border-radius: 10px;overflow: hidden;;}

.col-news-detail{padding: 8.33vw 0;}
.col-news-detail h1{font-size: 1.875rem;font-weight: bold;}
.col-news-detail .info{padding: 12px 0 15px;border-bottom: 1px dotted #c6c6c6;margin-bottom: 4vh;font-size: 12px;display: flex;flex-wrap: wrap;}
.col-news-detail .info span.publisher{color:#222222;margin: 0 5px;}
.col-news-detail .content{font-size: 15px;line-height: 1.875;}
.col-news-detail .content p{margin-bottom: 5px;}
.col-news-detail .content h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
.col-news-detail .content h3{font-weight: bold;margin: 2px 0 8px;font-size: 1.65rem;}
.col-news-detail .content h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
.col-news-detail .content hr{border-color: #222222;margin: 3vh 0;width: 100%;}
.col-news-detail .content table{width: 100%;}
.col-news-detail .content table td{width: auto;border: 1px solid #ddd;padding: 10px;}
.col-news-detail .content a{display: inline-block;border-bottom: 1px solid;color:#222222;}
.col-news-detail .col_page{margin-top: 9vh;}
.col-news-detail .col_page li{padding: 8px 0;font-size: 15 px;color:#5a5a5a;}
.col-news-detail .col_page li:not(:last-child){border-bottom: 1px dotted #c6c6c6;} 
.col-news-detail .col_page li a{color:#9d9d9d;transition: 0.2s;}
.col-news-detail .col_page li a:hover{color:#222222;}

/* search */
#search{padding: 8vh 0 6vh;overflow:hidden}
#search .goomay-keywords-light{background: #222222 !important;color:#ffffff !important;}
#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:#333;}
#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: #333;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:#333;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: #222222;}
#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:#222222;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden;transition: 0.3s;}
#search .search_right .news .date em{color: #fff;}


/* media */

@media (max-width: 1800px) {

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

	
}
@media (max-width: 1460px) {
	.col-page-contact .col-2 .content>ul>li{width: 30%;}
	.col-page-about .col-3 .wrap{width: 90%;}
	.container2{padding: 0 8.33vw;}

	
	
}
@media (max-width: 1200px) {
	.col-page-about .col-3 .swiper-container .swiper-slide .content ul li:nth-child(2n-1) h3,.col-page-contact .col-2 .content>ul>li h3{font-size: 20px !important;}
	.col-page-about .col-2 ul.list li{min-width: 140px;padding: 4px 12px;}
	.container2{padding: 0 5.2vw;}
	.header{top: 0;}
	.header .inner nav ul li{margin-right: 2.5vw;}
	
	
}
@media (max-width: 992px) {
	#col-banner .swiper-slide .ban_cont .content .title{font-size: 18px !important;}
	.col-page-about .col-3 .swiper-container .swiper-slide .content ul li:nth-child(2n-1) h3,.col-product-detail .detail .item .content ul li strong,.col-page-news .col-1 .swiper-slide a .title,.col-page-news .col-2 .swiper-slide a .title,.col-news-list ul.list li a .title,.col-page-contact .col-2 .content>ul>li h3{font-size: 16px !important;}
	.col-index-product ul.list li .title span,.col-index-about .content,.col-index-about .num ul li p:nth-child(1),.col-index-partner .img .content,.col-page-about .col-1 .num ul li p:nth-child(1),#col-banner .swiper-slide .ban_cont .content .s-content,.col-product-detail .detail .item.resource .swiper-slide a h3{font-size: 14px !important;}
	
	.RecruitBanner#col-banner .swiper-slide .ban_cont .content .s-content ul li img{width: 2.8vw;right: 10px;bottom: 12px;}
	.col-page-contact .col-1 .wrap .content,.col-page-contact .col-1 .wrap .img{width: 100%;}
	.col-page-contact .col-1 .wrap .content{padding: 20px;}
	.col-page-contact .col-1 .wrap{margin-top: -4vw;}
	.col-page-news .vicenav{padding: 12px 0;}
	.col-product-detail .detail .item.resource .swiper-slide a{padding: 12px;}
	.col-product-detail .detail .item.resource .swiper-slide a h3{margin-bottom: 20px;}
	.col-product-detail .detail .item .content ul li{padding-left: 12px;}
	.col-product-detail .detail .item .content ul li strong::before{width: 6px;height: 6px;left: -12px;}
	.col-product-detail .detail .item .content table td{padding: 5px;}
	.col-product-detail .pro_show .flex .content a.contact_btn{padding: 8px 12px;line-height: 1;}
	.col-page-product .flex .lists ul.list li,.col-news-list ul.list li{width: 49%;margin-right: 2%;}
	.col-page-product .flex .lists ul.list li:nth-child(3n),.col-news-list ul.list li:nth-child(3n){margin-right: 2%;}
	.col-page-product .flex .lists ul.list li:nth-child(2n),.col-news-list ul.list li:nth-child(2n){margin-right: 0;}
	.col-page-product .flex .sider ul li a{padding: 4px 4px 4px 20px;}
	.col-page-product .flex .sider ul li a::before{left: 9px;width: 4px;height: 4px;}
	.col-page-about .col-3 .swiper-container .swiper-slide .content ul li:nth-child(2n-1){width: 50px;}
	.col-page-about .col-3 .swiper-container .swiper-slide .content ul li:nth-child(2n) p{padding-left: 8px;}
	#col-banner{margin-top: 60px !important;}
	#col-banner .swiper-slide{height: 35vh !important;}
	.RecruitBanner#col-banner .swiper-slide{height: 50vh !important;}
	.RecruitBanner#col-banner .swiper-slide .ban_cont .content .s-content ul{max-width: 240px;}
	.RecruitBanner#col-banner .swiper-slide .ban_cont .content .s-content ul li a{padding: 10px;}
	.col-page-about .col-3 .swiper-container .swiper-slide .title,.col-page-about .col-3 .swiper-container .swiper-slide .para{display: block !important;}
	.col-page-about .col-3 .swiper-container .swiper-slide .content ul li:nth-child(2n) p::before{width: 4px;height: 4px;}
	.col-page-about .col-3 .swiper-container{max-width: none;margin-left: 0;}
	.col-page-about .col-1 .swiper-slide .title{padding: 0 5px;bottom: 5px;}
	.footer .top,.footer .top .logo,.footer .center,.footer .center .info ul,.footer .center .code,.footer .bottom{display: block;text-align: center;width: 100%;max-width: none;}
	.footer .center .info ul li{text-align: left;margin-bottom: 12px;}
	.col-index-news .flex .left,.col-index-news .flex .right,.col-page-product .flex .sider,.col-page-product .flex .lists,.col-product-detail .pro_show .flex .content,.col-product-detail .pro_show .flex .img,.col-page-news .col-3 .flex .left,.col-page-news .col-3 .flex .right,.col-page-contact .col-2 .content>ul>li,.col-page-recruit .col-1 .flex .content,.col-page-recruit .col-1 .flex .img,.col-page-recruit .col-2 .flex h2,.col-page-recruit .col-2 .flex .content{width: 100%;max-width: none;margin-bottom: 20px;}
	.col-page-news .col-3 .flex .right .content{margin-bottom: 20px;}
	.col-page-news .col-3 .flex .right .slide{padding: 0 20px;}
	.col-index-partner .img .content{width: 120px;}
	.odometer-digit{letter-spacing: 1px;}
	.col-index-sticky .sticky .container2{display: block;}
	.col-index-sticky .sticky{position: relative;height: auto;}
	.col-index-sticky .sticky .mask{position: relative;height: auto;transform: none !important;}
	.col-index-sticky .sticky .title{opacity:  1 !important;position: relative;top: auto;transform: none !important;margin-top: -20%;margin-bottom: 5vw;}
	.col-index-product ul.list li{width: calc(50% - 7px);}
	#col-index-banner, #col-index-banner .swiper-slide{height: 50vh !important}
	.header .inner nav,.header .inner .language,.col-index-sticky .height,.footer .top .footer-nav,.col-page-about .col-3 .wrap,.col-page-product .flex::after{display: none !important;}

}
@media (max-width: 768px) {
	.col-page-about .col-2 ul.list {justify-content: space-between;}
	.col-page-about .col-2 ul.list li{width: 49%;margin: 0 0 10px;}
	.col-index-about .num ul,.col-page-about .col-1 .num ul {flex-wrap: wrap;}
	.col-index-about .num ul li,.col-page-about .col-1 .num ul li{width: 50%;margin-bottom: 15px;text-align: center;}
	.col-index-news .flex .left a .content .more i.fa{width: 20px;height: 20px;margin-right: 5px;}
	.col-index-respon .name,.col-index-respon .more a{padding: 4px 12px;}
	
}
@media (max-width: 468px) {
	.col-index-news .flex .left a .img,.col-index-news .flex .left a .content,.col-page-contact .col-1 .wrap .content form ul li{width: 100%;margin-right: 0 !important;}
	.col-page-contact .col-1 .wrap .content form ul li input, .col-page-contact .col-1 .wrap .content form ul li textarea{height: 30px;}
	.col-page-contact .col-1 .wrap .content form ul li.code img{height: 30px;}
	.col-index-news .flex .left a .img img{position: relative;}
	.col-index-news .flex .left a .content{padding: 15px;}
	.col-index-news .flex .left a .content .title{margin: 10px 0;}
	
}
@media (max-height: 700px) {

}


/*手机版菜单*/
.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: relative;padding: 15px;z-index: 12; }
	#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 .35s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .35s 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.active .mm_btn .menu_bar_item .rect,#header.cur .mm_btn .menu_bar_item .rect{background: #333;}
	#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 .35s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform: translateZ(0) rotate(45deg);-webkit-transition: -webkit-transform .35s 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;}
}

