@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0 }
*:focus {outline: none }
html { width:100%; height:100%; font-size:62.5%; /* 10÷16=62.5% */ }
body { font-size:1.4rem; line-height:1.8em; font-weight:400; font-family:"Microsoft YaHei", 微软雅黑, "PingFang SC", webfont, Helvetica, sans-serif, sans-serif; color:#000; background:#fff; height:100%; overflow-x: hidden; box-sizing: border-box }
em, q, cite, address { font-weight:400; font-style:normal }
h1, h2, h3, h4, h5, h6 { font-weight:400 }
address { display:inline }
img { border:none }
li { list-style:none }
q { quotes:none }
strong { font-weight:bold }
table { border-collapse:collapse }
th { text-align:left; font-weight:400 }
small { font-size:1rem }
i { font-style:normal } 
sup { position: relative; top: -1em; left: 3px }

::selection { background-color:#004098; color:#fff }
::-moz-selection { background-color:#004098; color:#fff }

/* link */
a { color:#000; outline-style:none; text-decoration:none; cursor:pointer; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s }
a:hover { color:#004098 }
a.a01, .a01 a { color:#4b4948 }
a.a01:hover, .a01 a:hover { color:#004098 }

/* clear float */
.cf { zoom:1 } /* for IE */
.cf:after { content:"."; display: block; clear:both; font-size:0; height:0; visibility:hidden; overflow:hidden } /* for other */
/* end of clear float */

/* float */
.fleft { float:left!important }
.fright { float:right!important }
.fnone { float:none!important }
/* text-align */
.tleft { text-align:left }
.tright { text-align:right }
.tcenter { text-align:center }
/* display */
.dis { display:block }
.undis { display:none }
.disinline { display:inline }
.disinblock { display:inline-block }
.disflex { display: flex; align-items: center }

/* form */
label { cursor:pointer }
label:hover { text-decoration:underline }
input, select, textarea { vertical-align: middle; color: #4b4948; font-family:"Microsoft YaHei", 微软雅黑, "PingFang SC", webfont, Helvetica, sans-serif, sans-serif; transition-duration: .2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; appearance: none; -moz-appearance:none; -webkit-appearance:none; border: 1px solid #e9e9e9; padding: 0 10px }
input[type="text"], input[type="password"], select { appearance:none; -moz-appearance:none; -webkit-appearance:none }
input::placeholder, textarea::placeholder { color: rgba(0,0,0,0.3) }
input[type="text"]:focus, input[type="password"]:focus, select:focus { border: 1px solid #004098 }

/*-------------------结构-------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time { display:block }

.container { width: 80%; margin-right: auto; margin-left: auto }
.container:before, .container:after { content:" "; display:table }
.container:after { clear: both }

/*-------------------定位-------------------*/
.positionRelative { position: relative }  
.positionAbsolute { position: absolute } 
.positionStatic { position:static!important; top: 0!important; margin-top: 0!important }

.poabsolute-wh50 { position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.poabsolute-w50 { position:absolute; left:50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0) }
.poabsolute-h50 { position:absolute; top:50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%) }
.poabsolute-t { position:absolute; top:0 }
.poabsolute-b { position:absolute; bottom:0 }

.left0 { left:0!important }
.right0 { right:0!important }

.zindex2 { z-index:2 }
.zindex3 { z-index:3 }

.overhidden { overflow:hidden }

/*-------------------通用圆角-------------------*/
.border-radius3 { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px }
.border-radius5 { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px }
.border-radius10 { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px }
.border-radius50 { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50% }

/*-------------------透明度-------------------*/
.opacity0_1 { filter:alpha(opacity=10); -moz-opacity:0.1; -khtml-opacity:0.1; opacity:0.1 }
.opacity0_2 { filter:alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity:0.2; opacity:0.2 }
.opacity0_5 { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5 }
.opacity0_6 { filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6 }
.opacity0_7 { filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7 }
.opacity0_8 { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8 }

/*-------------------字体颜色、样式、字体间距-------------------*/
@font-face {font-family: 'webfont';
	src: url('//at.alicdn.com/t/vez8cpp7mt43g14i.eot'); /* IE9*/
	src: url('//at.alicdn.com/t/vez8cpp7mt43g14i.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('//at.alicdn.com/t/vez8cpp7mt43g14i.woff') format('woff'), /* chrome、firefox */
	url('//at.alicdn.com/t/vez8cpp7mt43g14i.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('//at.alicdn.com/t/vez8cpp7mt43g14i.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}  

.enfont { font-family: enfont,Arial,sans-serif; font-weight: 400!important }
@font-face{
    font-family:'enfont';
    src: url('/font/DINEngschrift-Alternate.woff') format('woff'),
	url('/font/DINEngschrift-Alternate.ttf') format('truetype'),
	url('/font/DINEngschrift-Alternate.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.iconfont { line-height: 1em }
.fa-0_8x { font-size: 0.8em!important }
.fa-1x { font-size: 1em!important }
.fa-1_2x { font-size: 1.2em!important }
.fa-1_6x { font-size: 1.6em!important }
.fa-2x { font-size: 2em!important }
.fa-3x { font-size: 3em!important }
.fa-4x { font-size: 4em!important }
.fa-5x { font-size: 5em!important }

.font-bold { font-weight: 800 }
.font-thin { font-weight: 300 }
.font-normal { font-weight: 400 }

.fontSize12 { font-size:1.2rem }
.fontSize10 { font-size:1rem }

h2, .h2 { font-size: 6rem; line-height: 1.1em }
h3, .h3 { font-size: 3.6rem; line-height: 1.1em }
h4, .h4 { font-size: 3rem; line-height: 1.3em }
h5, .h5 { font-size: 2.6rem; line-height: 1.3em }
h6, .h6 { font-size: 1.8rem; line-height: 1.6em }


/*-------------------颜色--------------------*/
.colorfff, .colorfff a, a.colorfff { color: #fff }
.color000, .color000 a, a.color000 { color: #000 }
.color999 { color: #999 }
.color626262 { color: #626262 }
.color004098 { color: #004098 }
.colored6c00 { color: #ed6c00 }
.colorff6b00 { color: #ff6b00 }
.color87cfe6 { color: #87cfe6 }
.color71af3a { color: #71af3a }
.color0075be { color: #0075be }

.bgfff { background: #fff }
.bg000 { background: #000 }
.bg004098 { background: #004098 }
.bgf5f5f5 { background: #f5f5f5 }
.bgf8f8f8 { background: #f8f8f8 }
.bgfbfbfb { background: #fbfbfb }
.bg014099_90 { background: rgba(1,64,153,0.9) }

/*-----------------间距---------------------*/ 
.line-height1em { line-height:1em }
.line-height1_1em { line-height:1.1em }
.line-height1_3em { line-height:1.3em }
.line-height1_5em { line-height:1.5em }
.line-height1_6em { line-height:1.6em }
.line-height1_8em { line-height:1.8em }
.line-height2em { line-height:2em }

/*-------------------宽度、高度--------------------*/
.width20 { width:20% }
.width25 { width:25% }
.width30 { width:30% }
.width33 { width:33.33% }
.width35 { width:35% }
.width40 { width:40% }
.width45 { width:45% }
.width48 { width:48% }
.width50 { width:50% }
.width60 { width:60% }
.width65 { width:65% }
.width70 { width:70% }
.width75 { width:75% }
.width80 { width:80% }
.width90 { width:90% }
.width100 { width:100% }

.height50 { height: 50% }
.height100 { height: 100% }

.imgw20 { display:block; max-width:20%; height:auto }
.imgw30 { display:block; max-width:30%; height:auto }
.imgw40 { display:block; max-width:40%; height:auto }
.imgw50 { display:block; max-width:50%; height:auto }
.imgw60 { display:block; max-width:60%; height:auto }
.imgw90 { display:block; max-width:90%; height:auto }
.imgw100 { display:block; max-width:100%; height:auto }

/*-------------------区块-------------------*/
.area_100 { float:left; width:100% }
.area_90 { float:left; width:90% }
.area_80 { float:left; width:80% }
.area_75 { float:left; width:75% }
.area_70 { float:left; width:70% }
.area_66 { float:left; width:66.66% }
.area_65 { float:left; width:65% }
.area_60 { float:left; width:60% }
.area_55 { float:left; width:55% }
.area_50 { float:left; width:50% }
.area_48 { float:left; width:48% }
.area_45 { float:left; width:45% }
.area_40 { float:left; width:40% }
.area_35 { float:left; width:35% }
.area_33 { float:left; width:33.33% }
.area_30 { float:left; width:30% }
.area_28 { float:left; width:28% }
.area_25 { float:left; width:25% }
.area_22 { float:left; width:22% }
.area_20 { float:left; width:20% }
.area_10 { float:left; width:10% }

.box-sizing { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.margintop5 { margin-top:5px }
.margintop10 { margin-top:10px }
.margintop15 { margin-top:15px }
.margintop20 { margin-top:20px }
.margintop25 { margin-top:25px }
.margintop30 { margin-top:30px }
.margintop40 { margin-top:40px }
.margintop50 { margin-top:50px }
.margintop60 { margin-top:60px }

.marginbottom5 { margin-bottom:5px }
.marginbottom10 { margin-bottom:10px }
.marginbottom15 { margin-bottom:15px }
.marginbottom20 { margin-bottom:20px }
.marginbottom25 { margin-bottom:25px }
.marginbottom30 { margin-bottom:30px }
.marginbottom40 { margin-bottom:40px }
.marginbottom50 { margin-bottom:50px }
.marginbottom60 { margin-bottom:60px }

.marginleft5 { margin-left:5px }
.marginleft10 { margin-left:10px }
.marginleft15 { margin-left:15px }
.marginleft20 { margin-left:20px }
.marginleft30 { margin-left:30px }
.marginleft40 { margin-left:40px }
.marginleft50 { margin-left:50px }

.marginright5 { margin-right:5px }
.marginright10 { margin-right:10px }
.marginright20 { margin-right:20px }
.marginright30 { margin-right:30px }
.marginright40 { margin-right:40px }
.marginright50 { margin-right:50px }

.marginauto { margin-left:auto; margin-right:auto }

.paddingtop0 { padding-top:0!important }
.paddingtop5 { padding-top:5px }
.paddingtop10 { padding-top:10px }
.paddingtop15 { padding-top:15px }
.paddingtop20 { padding-top:20px }
.paddingtop30 { padding-top:30px }
.paddingtop35 { padding-top:35px }
.paddingtop40 { padding-top:40px }
.paddingtop50 { padding-top:50px }
.paddingtop60 { padding-top:60px }
.paddingtop80 { padding-top:80px }

.paddingbottom0 { padding-bottom:0!important }
.paddingbottom5 { padding-bottom:5px }
.paddingbottom10 { padding-bottom:10px }
.paddingbottom15 { padding-bottom:15px }
.paddingbottom20 { padding-bottom:20px }
.paddingbottom30 { padding-bottom:30px }
.paddingbottom35 { padding-bottom:35px }
.paddingbottom40 { padding-bottom:40px }
.paddingbottom45 { padding-bottom:45px }
.paddingbottom50 { padding-bottom:50px }
.paddingbottom60 { padding-bottom:60px }
.paddingbottom80 { padding-bottom:80px }
.paddingbottom100 { padding-bottom:100px }

.paddingleft0 { padding-left:0!important }
.paddingleft2 { padding-left:2px }
.paddingleft5 { padding-left:5px }
.paddingleft7 { padding-left:7px }
.paddingleft10 { padding-left:10px }
.paddingleft15 { padding-left:15px }
.paddingleft20 { padding-left:20px }
.paddingleft30 { padding-left:30px }
.paddingleft40 { padding-left:40px }
.paddingleft50 { padding-left:50px }

.paddingright0 { padding-right:0!important }
.paddingright2 { padding-right:2px }
.paddingright5 { padding-right:5px }
.paddingright7 { padding-right:7px }
.paddingright10 { padding-right:10px }
.paddingright15 { padding-right:15px }
.paddingright20 { padding-right:20px }
.paddingright30 { padding-right:30px }
.paddingright40 { padding-right:40px }
.paddingright50 { padding-right:50px }

.padding5 { padding:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding10 { padding:10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding15 { padding:15px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding20 { padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding30 { padding:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding40 { padding:40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding60 { padding:60px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.row5 { margin-left: -5px; margin-right: -5px }
.row10 { margin-left: -10px; margin-right: -10px }
.row15 { margin-left: -15px; margin-right: -15px }
.row20 { margin-left: -20px; margin-right: -20px }

.mo_dis { display: none }
.mo_undis { display:block }

/*-----------------线条---------------------*/ 
.line-000_05 { width:100%; height:1px; line-height:1px; font-size:0; background:rgba(0, 0, 0, 0.05); border:0 none }
.border-000_05 { border:1px solid rgba(0, 0, 0, 0.05) }

/*-------------------按钮-------------------*/ 
.button, a.button, input.button { text-decoration: none; text-align: center; display: inline-block; appearance: none; cursor: pointer; border: none; -webkit-transition-property: all; transition-property: all; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; box-sizing: border-box; border-top-right-radius: 15px; border-bottom-left-radius: 15px }

.button-m { padding: 10px 20px; line-height: 1em }
.button-l { padding: 10px 40px; line-height: 1em }
.button-xl { width: 180px; height: 40px; line-height: 40px }

.button-white-l, a.button-white-l, input.button-white-l { font-size: 1.2rem; line-height: 1em; padding: 10px 20px; border: 1px solid #fff; color:#fff }
a.button-white-l:hover, a:hover .button-white-l, input.button-white-l:hover { border: 1px solid #004098; background: #004098; color:#fff }
a.button-white-l:hover .iconfont, a:hover .button-white-l .iconfont, input.button-white-l:hover .iconfont { color:#fff }

.button-gray-l, a.button-gray-l, input.button-gray-l { font-size: 1.2rem; line-height: 1em; padding: 10px 20px; border: 1px solid #e9e9e9; color:#919191 }
a.button-gray-l:hover, a:hover .button-gray-l, input.button-gray-l:hover { border: 1px solid #004098; background: #004098; color:#fff }
a.button-gray-l:hover .iconfont, a:hover .button-gray-l .iconfont, input.button-gray-l:hover .iconfont { color:#fff }

.button-blue, a.button-blue, input.button-blue { background: #004098; color:#fff }
a.button-blue:hover, a:hover .button-blue, input.button-blue:hover { background: #1b70cc; color:#fff }

/*-------------------通用-------------------*/ 
.com-rows_1 { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.com-rows_2 { height:2.55em; line-height:1.3em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical }
.com-rows_max2 { max-height:2.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical }
.com-rows_3 { height:4.45em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_max3 { max-height:4.45em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_4 { height:5.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_max4 { max-height:5.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_5 { height:6.95em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical }
.com-rows_6 { height:8.35em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical }

.com-link { display: block; transition: all 0.3s; color: #000 }
.com-link:hover { transform: translateY(-3px) }

.block-padding { padding-top: 8vh; padding-bottom: 8vh }
.block-padding-t { padding-top: 8vh }
.block-padding-b { padding-bottom: 8vh }
.block-padding-t-10 { padding-top: calc(8vh - 10px) }
.block-padding-b-10 { padding-bottom: calc(8vh - 10px) }

.card-box { padding: 3vw; box-sizing: border-box }

.stats-grid-2column, .stats-grid-3column, .stats-grid-4column, .stats-grid-5column { display: grid; gap: 30px }
.stats-grid-2column { grid-template-columns: repeat(2, 1fr) }
.stats-grid-3column { grid-template-columns: repeat(3, 1fr) }
.stats-grid-4column { grid-template-columns: repeat(4, 1fr) }
.stats-grid-5column { grid-template-columns: repeat(5, 1fr) }

.com-corner { border-top-right-radius: 30px; border-bottom-left-radius: 30px; overflow: hidden }

.left-right-con { display: flex; flex-wrap: wrap; align-items: center; gap: 8% }
.left-right-con > div:first-child { flex: 1 }
.left-right-con > div:last-child { flex: 0 0 50% }
.left-right-box:nth-child(even) .left-right-con { flex-direction: row-reverse }

.index_page .headbox { background: transparent; box-shadow: 0 0 0 transparent } 
.index_page .headbox.current { top: -20px; background: rgba(255,255,255, 0.8); box-shadow: 0 0 10px rgba(0,0,0,0.1) }

.inside-page { padding-top: 80px }

.inside-title-line { width: 55px; height: 6px; margin-top: 8px; background: #87d0e5; position: relative; overflow: hidden }
.inside-title-line::before, .inside-title-line::after { content: ''; display: block; width: 33.33%; height: 100%; position: absolute; top: 0; transform: skew(-15deg) }
.inside-title-line::before { background: #6faf39; left: 33.33% }
.inside-title-line::after { background: #0775be; left: 66.66% }

.scroll { width: 100px; height: auto; z-index: 100; pointer-events: none; position: fixed; bottom: 30px; left: 50%; margin-left: -50px; color: #fff }
.scroll p { font-size: 12px; margin-top: 2px }
.scroll .bar { display: block; position: absolute; width: 2px; height: 5px; top: 6px; left: 50%; margin-left: -1px; background-color: rgba(255, 255, 255, 0.5); border-radius: 2px; overflow: hidden }
.scroll .bar:after { display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; background-color: #fff; -webkit-animation-name: suggest; animation-name: suggest; -webkit-animation-duration: 1.2s; animation-duration: 1.2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.6, 0, 0.2, 1) }
@-webkit-keyframes suggest {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	49.9% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}
}
@keyframes suggest {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	49.9% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}
}

.txtpic { width: 100%; height: 20px; overflow: hidden }
.txtpic1, .txtpic2, .txtpic3 { transform: skew(-15deg) }
.txtpic1 { width: 12%; margin-left: -2%; height: 20px; background: #87d0e5 }
.txtpic2 { width: 30%; height: 20px; background: #6faf39 }
.txtpic3 { width: 60%; height: 20px; background: #0775be }

.index-banner { height: 100vh; overflow: hidden }
.index-banner .banner { height: 100%; object-fit: cover; object-position: center }

.inside-kv { height: calc(60vh); min-height: 440px }
.inside-slogan { height: calc(60vh - 80px); min-height: 360px; top: 80px; display: flex; align-items: center }
.inside-kv .banner, .inside-kv-b .banner { height: 100%; object-fit: cover; object-position: center }

.inside-kv-b { height: calc(100vh); min-height: 500px }
.inside-kv-b .inside-slogan { height: calc(100vh - 80px); min-height: 420px }

/*-------------------头部-------------------*/
.headbox { width: 100%; height: 80px; background: rgba(255,255,255,1); position: fixed; top: 0; z-index: 1000; transition: all 0.3s; -webkit-transition-duration: all 0.3s; box-shadow: 0 0 10px rgba(0,0,0,0.1) }
.head-container { width: 96%; margin: 0 auto }
.headbox .logobox { width: auto; height: 20px; margin-top: 40px; transition: all 0.3s; -webkit-transition-duration: all 0.3s }
.nav { position: absolute;right: calc(2% + 30px) }
.nav .menuLi { float: left; display: block; position:relative }
.nav .menuLi .mainmenu { display:block; height:80px; line-height:100px; padding: 0 1.5vw; color:#000 }
.nav .menuLi .mainmenu:hover { color: #004098 }
.nav .menuLi.menuLipitchon .mainmenu, .nav .menuLi.menuLipitchon .mainmenu:hover { background: #004098; color: #fff; font-weight:bold }
.menuListBox { min-width: 100%; border-bottom: 5px solid #004098; line-height: 40px; position: absolute; top: 80px; left: 0; background: #f2f2f2; box-sizing: border-box; display:none }
.menuListBox a { display:block; padding: 0 1.5vw; box-sizing: border-box; height: 40px; line-height:40px; font-size: 12px; color: #060606; white-space:nowrap; -webkit-transition-duration: all 0.3s }
.menuListBox a:first-of-type { margin-top: 10px }
.menuListBox a:last-of-type { margin-bottom: 10px }
.menuListBox a:hover { background: #e4e4e4; color: #060606 }

.laber-nav { height: 20px; line-height: 20px; top: 40px; transition: all 0.3s; -webkit-transition-duration: all 0.3s }
.laber-nav .iconfont { line-height: 20px; font-size: 12px; margin-left: 5px }
.laber-nav a { width: 40px; height: 20px; line-height: 20px; text-align: center; color: #000 }
.laber-nav a:hover { opacity: 0.5 }

.headbox.current { top: -20px; background: rgba(255,255,255, 0.8) }
.headbox.current .logobox { height: 20px; margin-top: 40px }


/*-------------------底部-------------------*/
.footbox { background: #f7f7f7 }
.foot-container { width: 96%; margin: auto; padding: 5vh 0 8vh; box-sizing: border-box }
.foot-logo { width: 200px }
.foot-logo img { width: 100% }
.foot-link { float: right; display: flex; justify-content: space-between }
.foot-link li { margin-left: 40px }
.foot-link-title { display: block; font-weight: 800; margin-bottom: 10px; color: #373935 }
.foot-link-sub a { display: block; font-size: 1.2rem; line-height: 26px; color: rgba(0,0,0,0.6) }
.foot-link a:hover { color: #004098 }

.foot-content { width: 96%; margin: auto; padding: 20px 0; box-sizing: border-box }
.foot-content, .foot-content a { color: #818080 }
.foot-content a:hover { color: #004098 }
.foot-nav { display: flex; float: left }
.foot-nav li { margin-right: 20px }
.foot-nav li:last-child { margin-right: 0 }
.foot-copyright { display: flex; float: right }
.foot-copyright a { margin-left: 10px }
.foot-copyright img { vertical-align: middle }

.department-touch { cursor: pointer; position: relative }
.department-touch:hover { color: #004098 }
.department-pop { display: none; width: auto; position: absolute; left:0; bottom: 40px; background: #004098; padding: 20px 30px; box-sizing: border-box }
.department-pop a { color: #fff; display: inline-block; line-height: 30px; white-space: nowrap; float: none; font-weight: 400 }
.department-pop a:hover { color: rgba(255,255,255,0.6) }
.department-pop::after { content: ""; bottom: -14px; left: 10px; position: absolute; border-top: 15px solid #004098; border-left: 15px solid transparent; border-right: 15px solid transparent }


/*-------------------首页-------------------*/
.index-swiper .swiper { height: 100% }
.index-swiper .swiper-button-prev, .index-swiper .swiper-button-next { display: block; width: 40px; text-align: center; height: 40px; line-height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.5) }
.index-swiper .swiper-button-prev:after, .index-swiper .swiper-button-next:after { font-size: 14px; line-height: 40px; color: #626262 }
.index-swiper .swiper-button-prev:hover, .index-swiper .swiper-button-next:hover { background: #004098 }
.index-swiper .swiper-button-prev:hover:after, .index-swiper .swiper-button-next:hover:after { color: #fff }

.index-about { background: url(/en/images/index-img01.png) #fff right top no-repeat; background-size: auto 60% } 

.indexnews-panels-box { width: 90vw; margin-left: 10vw; height: 24vw }
.indexnews-panels { display: flex; width: 100%; height: 100%; overflow: hidden }
.indexnews-panels .panel { flex: 1; margin-right: 30px; min-width: 120px; background: #f7f7f7; border-top-right-radius: 30px; border-bottom-left-radius: 30px; overflow: hidden; position: relative; cursor: pointer; transition: all 0.8s }
.indexnews-panels .panel img { height: 100%; object-fit: cover; opacity: 0; transition: all 0.8s }
.indexnews-panels .panel-content { width: 100%; height: 100%; padding: 30px; box-sizing: border-box; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 10 }
.indexnews-panels .panel .news-title { transition: all 0.8s }
.indexnews-panels .panel-text { width: 100%; padding: 30px; box-sizing: border-box; position: absolute; bottom: 0; left: 0; transition: all 0.8s }
.indexnews-panels .panel-text .news-date { display: inline-block; text-align: center; transition: all 0.8s }
.indexnews-panels .panel-text .news-date span { color: #919191 }
.indexnews-panels .panel .iconfont { position: absolute; right: 30px; bottom: 30px; font-size: 20px; color: #919191 }
.indexnews-panels .panel.active .iconfont { display: none }
.indexnews-panels .panel.active { flex: 2; color: #fff }
.indexnews-panels .panel.active img { opacity: 1 }
.indexnews-panels .panel.active .news-title { width: 100%; padding: 30px; box-sizing: border-box; position: absolute; bottom: 0; left: 0 }
.indexnews-panels .panel.active .panel-text { width: auto; bottom: auto; left: auto; top: 0; right: 0 }
.indexnews-panels .panel.active .panel-text .news-date span { color: #fff }
.indexnews-panels .panel.active .panel-text .iconfont { display: none }

/*-------------------关于我们-------------------*/
.about-others>a>div { height: 100%; display: flex; align-content: space-between; flex-wrap: wrap } 
.about-others>a:nth-of-type(1)>div { background: rgba(1, 64, 153, 0.9) } 
.about-others>a:nth-of-type(2)>div { background: rgba(111, 175, 57, 0.9) } 

.about-advantage { background: url(/en/images/about/img03.jpg) center center no-repeat; background-size: cover }

.history-swiper .swiper-slide { transition: 300ms; transform: scale(0.6); opacity: 0.6; padding: 100px 0 }
.history-swiper .swiper-slide-active { transform: scale(1.4); opacity: 1 }
.history-swiper-button { height: 60px; bottom: 0; z-index: 100; position: relative; pointer-events: none }
.history-swiper-button .swiper-button-prev, .history-swiper-button .swiper-button-next, .history-swiper-button .swiper-slide { pointer-events: all }
.mySwiper11 { width: 60%; margin: auto; border-bottom: 1px solid rgba(0,0,0,0.1) }
.history-swiper-button .swiper-button-prev, .history-swiper-button .swiper-button-next { color: #004098 }
.history-swiper-button .swiper-button-prev:hover, .history-swiper-button .swiper-button-next:hover { opacity: 0.6 }
.history-swiper-button .swiper-button-prev:after, .history-swiper-button .swiper-button-next:after { font-size: 24px }
.history-swiper-button .swiper-slide { min-width:110px; height: 60px; line-height: 60px; text-align: center; font-size: 30px; transform: scale(0.6); position: relative; cursor: pointer; opacity: 0.3 }
.history-swiper-button .swiper-slide-active { transform: scale(1); opacity: 1; color: #004098 }
.history-swiper-button .swiper-slide-active::after { content: ""; width: 4em; height: 2px; background: #004098; position: absolute; left: 50%; margin-left: -2em; bottom: 0 }

.culture-con { margin-top: 80px; height: calc(100vh - 80px); overflow: hidden; background: url(/images/about/culture-img01.jpg) top center no-repeat; background-size: cover; display: grid; grid-template-columns: repeat(3, 1fr) }
.culture-con>div { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center }
.culture-con>div:nth-of-type(1), .culture-con>div:nth-of-type(3) { background: rgba(1, 64, 153, 0.74) }
.culture-con>div:nth-of-type(2) { background: rgba(1,64,153,0.42) }

.advantage-list .left-right-box { background: #014099; color: #fff }
.advantage-list .left-right-box:nth-child(even) { background: #0075be }

.timeline { padding-top: 10vh; padding-bottom: 8vh; width: 80%; margin: auto; position: relative }
.timeline::after { content: ""; width: 5px; height: 100%; position: absolute; top: 0; left: 50%; background: #004098; z-index: -1 }
.timeline-item { width: 50%; position: relative }
.timeline-item:nth-child(even) { left: 0 }
.timeline-item:nth-child(odd) { left: 50% }
.timeline-content { padding-left: 40px; box-sizing: border-box; position: relative }
.timeline-content::before { content: ''; background: #004098; border-radius: 50%; position: absolute; width: 17px; height: 17px; left: -6px; top: 10px }
.timeline-title { position: relative; }
.timeline-title h4 { display: inline-block; padding-bottom: 5px; font-weight: 800; position: relative }
.timeline-title::before, .timeline-content h4::before { content: ""; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0 }
.timeline-title::before { background: #e5e5e5 } 
.timeline-content h4::before { background: #004098 }
.timeline-content ul { padding-bottom: 20px; margin-top: 12px; color: #999 }
/* .timeline-content ul li { padding-left: 15px; position: relative }
.timeline-content ul li::before { content: ''; background: #999; border-radius: 50%; position: absolute; width: 4px; height: 4px; left: 0px; top: 9px } */
.timeline-item:nth-child(even) .timeline-content { padding-left: 0; padding-right: 40px; text-align: right }
.timeline-item:nth-child(even) .timeline-content::before { left: auto; right: -11px }
.timeline-item:nth-child(even) .timeline-content ul li { padding-left: 0; padding-right: 15px }
.timeline-item:nth-child(even) .timeline-content ul li::before { left: auto; right: 0 }

/*-------------------我们的业务-------------------*/
.anchor { display: block; width: 100%; position: absolute; top: -60px }
.business-numbox>div { background: transparent!important; border: 1px solid rgba(0, 0, 0, 0.05) }

.product-list { border: 1px solid rgba(0, 0, 0, 0.05); box-sizing: border-box; text-align: center }
.product-list .imgbox { height: 140px }
.product-li { color: #000; box-sizing: border-box }
div.product-li:first-of-type { float: left; width: 190px; border-right: 1px solid rgba(0, 0, 0, 0.05) }
.product-li-con { float: left; width: calc(100% - 190px); overflow-y: hidden; overflow-x: auto; white-space: nowrap }
.product-li li { padding: 10px; border-top: 1px solid rgba(0, 0, 0, 0.05); white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.product-li li:last-of-type { min-height: 80px }
a.product-li { display: inline-block; margin-right: -4px; vertical-align: top; white-space: normal; width: 210px; border-right: 1px solid rgba(0, 0, 0, 0.05); color: #999 }
a.product-li:last-of-type { border-right: 0 }
a.product-li:hover { background: #fafafa }
.product-list-4row a.product-li { min-width: calc(25% - 2px) }
.product-list-4row a.product-li:hover { background: #fff }
.product-li-con::-webkit-scrollbar { height: 6px }
.product-li-con::-webkit-scrollbar-track { background: #f1f1f1 }
.product-li-con::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 3px }

.del-swiper { padding-bottom: 40px!important }
.del-swiper .swiper-pagination { bottom: 0!important }
.del-swiper .swiper-pagination-bullet-active { background: #004098!important }

.honor-swiper .swiper { width: 80%; margin: auto }
.honor-swiper .swiper-wrapper { align-items: flex-end }
.honor-swiper .swiper-button-prev { left: 0 }
.honor-swiper .swiper-button-next { right: 0 }
.honor-swiper .swiper-slide { transform: scale(0.6); transform-origin: bottom center }
.honor-swiper .swiper-slide-active { transform: scale(1) }
.honor-swiper .swiper-slide-active p { display: block!important }
.honor-swiper .swiper-slide p  { display: none }
.honor-swiper .swiper-button-prev, .honor-swiper .swiper-button-next { background: #004098; transition: all 0.3s }
.honor-swiper .swiper-button-prev:hover, .honor-swiper .swiper-button-next:hover { background: #729dda }
.honor-swiper .swiper-button-prev:after, .honor-swiper .swiper-button-next:after { color: #fff; font-size: 16px }
.honor-swiper .swiper-button-prev.swiper-button-disabled, .honor-swiper .swiper-button-next.swiper-button-disabled { background: #a1a1a1 }

/*-------------------新闻动态-------------------*/
.swiper-horizontal > .news-scrollbar.swiper-scrollbar { width: 55%; height: 2px; left: auto; right: 0; bottom: 0 }
.swiper-horizontal > .news-scrollbar.swiper-scrollbar .swiper-scrollbar-drag { background: #004098 }
.nd-con img { max-width: 80% }

/*-------------------职业发展-------------------*/
.job-outside { display: flex }
.job-outside a { font-size: 12px; text-align: center; margin-right: 30px }
.job-outside img { width: 50px; height: auto; margin-bottom: -5px }

.staff-video::before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.5) }
.staff-video a:hover { opacity: 0.5 }
.staff-video img { object-fit: cover }
.staff-video .iconfont { font-size: 10em }
.staff-video.toplay::before { background: transparent }
.staff-video.toplay img { display: none }
.staff-video.toplay a { left: 0; bottom: 0; top:auto; transform: translate(0,0) }
.staff-video.toplay .iconfont:before { content: "\e629" }

.numbox { display: flex; justify-content: space-evenly }
.numbox>div { display: inline-block; padding: 20px 30px; box-sizing: border-box; background: #f5f5f5; border-top-right-radius: 30px; border-bottom-left-radius: 30px }

.kwicks { display: block; list-style-type: none; list-style: none; position: relative; margin: 0; padding: 0 }
.kwicks > * { display: block; overflow: hidden; padding: 0; margin: 0 }
.kwicks.kwicks-processed > * { margin: 0; position: absolute }
.kwicks-horizontal > * { float: left }
.kwicks-horizontal > :first-child { margin-left: 0 }
.kwicks-vertical > :first-child { margin-top: 0 }
.kwicks, .kwicks li { height: calc(60vh); min-height: 440px }
.kwicks li { position: relative }
.kwicks li.kwicks-expanded, #panel-1.kwicks-expanded h3, #panel-2.kwicks-expanded h3, #panel-3.kwicks-expanded h3, #panel-4.kwicks-expanded h3 { color: #fff }
#panel-1, #panel-1.kwicks-selected.kwicks-collapsed { background-image: none; background-color: #004098; color: #fff }
#panel-1.kwicks-expanded, #panel-1.kwicks-selected { background: url(/en/images/job/pk-img02.jpg) center center no-repeat; background-size: cover }
#panel-2 { background-color: #e1efda }
#panel-2 h3 { color: #69ae47 }
#panel-2.kwicks-expanded { background: url(/en/images/job/pk-img03.jpg) center center no-repeat; background-size: cover }
#panel-3 { background-color: #fce2d3 }
#panel-3 h3 { color: #f17024 }
#panel-3.kwicks-expanded { background: url(/en/images/job/pk-img01.jpg) center center no-repeat; background-size: cover }
#panel-4 { background-color: #e4f6fa }
#panel-4 h3 { color: #78d0e5 }
#panel-4.kwicks-expanded { background: url(/en/images/job/pk-img04.jpg) center center no-repeat; background-size: cover }

			

/*-------------------联系我们-------------------*/
.contact-info { display: flex; flex-direction: column }
.info-item { display: flex; align-items: center; margin-bottom: 10px }
.info-item:last-child { margin-bottom: 0 }
.label { margin-right: 20px; font-weight: bold; position: relative }
.label::before { content: ""; width: 1px; height: 12px; background: #fff; position: absolute; top: 50%; transform: translateY(-50%); right: -10px }
.value { flex: 1 }

.contact-con { height: 30vh; min-height: 300px; box-sizing: border-box; background: url(/en/images/contact-img01.jpg) center center no-repeat; background-size: cover }


/*-------------------响应式css-------------------*/
@media ( min-width:801px ) and ( max-width:1259px ) {	
  html { font-size: 58% }
  .container { width: 90% }
  .headbox .logobox, .headbox.current .logobox { height: 14px; margin-top: 43px }
  .nav .menuLi .mainmenu { padding: 0 1vw }
  .indexnews-panels-box { width: 95vw; margin-left: 5vw; height: 25vw }
  .indexnews-panels .panel-content, .indexnews-panels .panel-text, .indexnews-panels .panel.active .news-title { padding: 20px }


}
