@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%; padding-top: 80px; 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 } 

::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 }
a.a02, .a02 a { color:#fff }
a.a02:hover, .a02 a:hover { color:#fff; text-decoration: underline }

/* 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 }

.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: 6.6rem; line-height: 1.1em }
h3, .h3 { font-size: 4.4rem; line-height: 1.1em }
h4, .h4 { font-size: 3.2rem; 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 }

.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 }

.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-fff { width:100%; height:1px; line-height:1px; font-size:0; background:#fff; border:0 none }
.line-000 { width:100%; height:1px; line-height:1px; font-size:0; background:#000; border:0 none }
.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 }

.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-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 }

.button-white, a.button-white, input.button-white { background: #fff; color:#635f5d }
a.button-white:hover, a:hover .button-white, input.button-white:hover { background: #004098; color:#fff }

.button-gray-l, a.button-gray-l, input.button-gray-l { border: 1px solid rgba(0,0,0,0.05); color:#635f5d }
a.button-gray-l:hover, a:hover .button-gray-l, input.button-gray-l:hover { background: #004098; color:#fff }
a.button-gray-l:hover .iconfont, a:hover .button-gray-l .iconfont, input.button-gray-l:hover .iconfont { 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 }

.more-gray { color: #635f5d }
.more-white { color: #fff }

.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 }

sup { position: relative; top: -10px; left: 5px }

/*-------------------头部-------------------*/
.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: 136px; height: 20px; margin-top: 40px; background: url(../images/logo.png) 0 0 no-repeat; background-size: 100% 100%; 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: 20px; height: 20px; line-height: 20px; text-align: center; color: #000; width: 40px }
.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: 4vw }
.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 }

/*-------------------内页通用-------------------*/
.head_white { padding-top: 0 }
.head_white .headbox { background: transparent; box-shadow: 0 0 0 transparent } 
.head_white .headbox .logobox { background: url(../images/logo-w.png) 0 0 no-repeat; background-size: 100% 100% } 
.head_white .headbox .nav .menuLi .mainmenu, .head_white .headbox .laber-nav a { color:#fff }
.head_white .headbox .nav .menuLi .mainmenu:hover, .head_white .headbox.current .nav .menuLi .mainmenu:hover, .head_white .headbox.current .laber-nav a:hover { opacity: 0.5 }
.head_white .headbox.current { top: -20px; background: rgba(255,255,255, 0.8); box-shadow: 0 0 10px rgba(0,0,0,0.1) }
.head_white .headbox.current .nav .menuLi .mainmenu, .head_white .headbox.current .laber-nav a { color:#000 }
.head_white .headbox.current .logobox { background: url(../images/logo.png) 0 0 no-repeat; background-size: 100% 100% } 

.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% }

.inside-kv-b { height: calc(100vh); min-height: 500px }
.inside-kv-b .inside-slogan { height: 100%; min-height: 420px; top: 0; display: flex; align-items: center }
.inside-kv-b .banner { height: 100%; object-fit: cover; object-position: center }

/*-------------------首页-------------------*/
.scroll { width: 1em; height: auto; padding-bottom: 70px; box-sizing: border-box; position: fixed; bottom: 40px; right: 40px; color: #fff; z-index: 100; pointer-events: none; animation: updown 3s infinite; -webkit-animation: updown 3s infinite }
@keyframes updown {
	0%,50%,100% {
		transform: translateY(0px)
	}
	25% {
		transform: translateY(10px)
	}
}
@-webkit-keyframes updown {
	0%,50%,100% {
		transform: translateY(0px)
	}
	25% {
		transform: translateY(10px)
	}
}
.scroll p { font-size: 12px; line-height: 1.1; writing-mode: vertical-rl }
.scroll::before, .scroll::after { content: ''; display: block; width: 1px; background: #fff; position: absolute; pointer-events: auto }
.scroll::before { height: 60px; left: 50%; bottom: 0 }
.scroll::after { height: 15px; transform: rotate(-40deg); bottom: -1px; left: calc(50% - 5px) }

.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 }

.index-aboutbox { min-height: 80vh; box-sizing: border-box }
.index-research { height: 100vh; padding-top: 12vh; box-sizing: border-box; background: url(../images/index-img02.jpg) center bottom no-repeat; background-size: cover }

/*-------------------解决方案-------------------*/
.product-con01 { height: 100vh; min-height: 640px; max-height: 900px; background: url(../images/product/img01.jpg) center bottom no-repeat; background-size: cover }
.product-icon-grid { display: flex; justify-content: center }
.product-icon-grid div:nth-of-type(odd) .iconfont { display: inline-block; width: 3em; height: 3em; line-height: 3em; box-sizing: border-box; font-size: 3rem; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.3) }
.product-icon-grid div:nth-of-type(even) { width: 60px; padding-top: 2.2em }
.product-icon-grid div:nth-of-type(even) .iconfont { font-size: 1.6rem; opacity: 0.5 }

.product-tabs .tabs-header { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #dbdbdb; gap: 20px }
.product-tabs .tab-link { padding-top: 20px; box-sizing: border-box; text-decoration: none; transition: all 0.3s }
.product-tabs .tab-link:hover, .product-tabs .tab-link.active { color: #004098 }
.product-tabs .tab-link p { line-height: 1.3; margin-top: 5px }
.product-tabs .tab-content { display: none }
.product-tabs .tab-content.active { display: block }

.del-swiper { padding-bottom: 40px!important }
.del-swiper .swiper-pagination { bottom: 0!important }
.del-swiper .swiper-pagination-bullet-active { background: #004098!important }

/*-------------------研发创新-------------------*/
.research-con01 { flex-direction: row-reverse }
.research-con02 { background: url(../images/research/img03.png) #edeff0 left center no-repeat; background-size: auto 100% }
.research-con02 li { margin-top: 20px; padding-left: 20px; padding-bottom: 10px; border-bottom: 1px solid #dbdbdb; box-sizing: border-box; position: relative }
.research-con02 li::before { font-family: "iconfont" !important; content: "\e722"; position: absolute; top: 0; left: 0; font-size: 1.4rem }

/*-------------------服务与支持-------------------*/
.serve-slogan { top: 40%; transform: translate(-50%,-50%) }
.serve-iconbox { padding-bottom: 30px }
.serve-iconbox p { line-height: 1.2em; min-height: 2.4em; margin-bottom: 5px }
.serve-iconbox h6 { line-height: 1.2em }

/*-------------------关于我们-------------------*/
.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) } 

.timeline { padding-top: 10vh; padding-bottom: 8vh; width: 80%; margin: auto; position: relative }
.timeline::before { font-family: "iconfont" !important; content: "\e62e"; font-size: 41px; color: #004098; position: absolute; top: -20px; left: 50%; margin-left: -20px; z-index: 1000 }
.timeline::after { content: ""; width: 1px; height: 100%; position: absolute; top: 0; left: 50%; background: #e5e5e5; 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: 12px; height: 12px; left: -5.5px; top: 13px }
.timeline-title { position: relative; }
.timeline-title h4 { display: inline-block; padding-bottom: 5px; font-weight: 800; color: #004098; 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: -5.5px }
.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 }

.culture-con { height: calc(100vh); overflow: hidden; background: url(/images/about/culture-img01.jpg) center center no-repeat; background-size: cover; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -80px }
.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.6) }
.culture-con>div>div { width: 90%; margin: auto }


/*-------------------响应式css-------------------*/
@media ( min-width:801px ) and ( max-width:1259px ) {	
	html { font-size: 58% }
	.container { width: 90% }


}
