@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 }

/* 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: "PingFang SC", webfont,"Hiragino Sans GB","STHeiti",Helvetica,"Microsoft Yahei",微软雅黑,黑体,Arial,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: 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 }

.bgfff { background: #fff }
.bg000 { background: #000 }
.bg004098 { background: #004098 }
.bgf7f7f7 { background: #f7f7f7 }
.bgfbfbfb { background: #fbfbfb }

/*-----------------间距---------------------*/ 
.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 }

/*-------------------按钮-------------------*/ 
.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 { 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) }

/*-------------------头部-------------------*/
.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% + 15px); }
.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 }
.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 }

.head_white .nav .menuLi.menuLipitchon .mainmenu, .head_white .nav .menuLi.menuLipitchon .mainmenu:hover { background:transparent; font-weight: 400 }

/*-------------------底部-------------------*/
.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 { width: 720px; float: right; display: flex; justify-content: space-between }
.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% }

/*-------------------首页-------------------*/
.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 }

.index-about { height: 100vh; min-height: 500px; padding-top: 8vh; box-sizing: border-box; background: url(/images/index-img01.jpg) bottom center no-repeat; background-size: cover }

.index-business { width: 90%; margin-left: 10%; padding-bottom: 40px; position: relative }
.index-business .swiper-scrollbar { width: 80%; height: 2px; position: absolute; left: 10%; bottom: 0 }
.index-business .swiper-scrollbar .swiper-scrollbar-drag { background: #004098 }

/*-------------------关于我们-------------------*/
.group-intro>div { border: 1px solid rgba(0, 0, 0, 0.05); padding: 20px; box-sizing: border-box }
.honor-imgbox { background: #f7f7f7; padding: 20px; box-sizing: border-box }
.culture-con { height: calc(100vh); margin-top: -80px; overflow: hidden; background: url(/images/about/culture-img01.jpg) center 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.6) }

/*-------------------我们的产品-------------------*/
.primary-tabs { display: flex; border-bottom: 1px solid rgba(0, 0, 0, 0.05) }
.primary-tabs .tab-link { font-size: 2.4rem; font-weight: 600; color: #626262; padding-bottom: 15px; margin-right: 60px; box-sizing: border-box; cursor: pointer }
.primary-tabs .tab-link:hover, .primary-tabs .tab-link.active { color: #004098 }
.primary-tabs .tab-link.active { border-bottom: 2px solid #004098 }

.secondary-tabs { display: flex }
.secondary-tabs .tab-link { font-size: 1.8rem; color: #626262; height: 50px; line-height: 50px; padding: 0 40px; border: 1px solid #626262; margin-right: 30px; box-sizing: border-box; display: flex; align-items: center; cursor: pointer }
.secondary-tabs .tab-link .iconfont { font-size: 2.2rem; margin-right: 5px; float: left; line-height: 50px }
.secondary-tabs .tab-link:hover, .secondary-tabs .tab-link.active:hover { color: #fff; background: #004098 }
.secondary-tabs .tab-link.active { color: #0775be; border: 1px solid #0775be; background: transparent }

.tab-content { padding-top: 40px; box-sizing: border-box; display: none }
.tab-content.active { display: block }
.tab-content .stats-grid-2column { gap: 40px }

.fixed-tabs { position: fixed; top: 60px; left: 0; right: 0; background: rgba(255, 255, 255, 0.8); padding: 20px 10% 0; z-index: 1000 }
.secondary-tabs.fixed-tabs { top: 121px; padding-bottom: 20px }

/*-------------------我们的业务-------------------*/
.hide-box { width: 100%; height: 100%; position: absolute; left: 0; top: 100%; z-index: 20; transition: all 0.3s }
.hide-box p { max-height: calc(100% - 60px); overflow-y: auto }
a:hover .hide-box { top: 0 }

/*-------------------核心技术-------------------*/
.core-serve { background: url(/images/core/img01.jpg) center right no-repeat; background-size: cover }
.core-serve-icon .iconfont { display: inline-block; width: 90px; height: 90px; line-height: 90px; font-size: 40px; color: #004098; background: #fff; border-radius: 50%; margin: auto }
.core-js1 { display: flex; align-items: center; background: url(/images/core/img02.jpg) #f7f7f7 center right no-repeat; background-size: 45% 100% }
.core-js2 { background: url(/images/core/img03.jpg) center center no-repeat; background-size: cover }
.core-js2 .stats-grid-3column { gap: 40px }
.core-js2 .stats-grid-3column>div { border: 1px solid rgba(255,255,255, 0.9) }
.core-list li { list-style-type: auto; margin-left: 20px }

/*-------------------联系我们-------------------*/
.contact-con { background: url(/images/contact-img01.jpg) center right no-repeat; background-size: cover }


/*-------------------响应式css-------------------*/
@media ( min-width:801px ) and ( max-width:1259px ) {	
	html { font-size: 58% }
	.container { width: 90% }
	.index-business { width: 95%; margin-left: 5% }
	.fixed-tabs { padding: 20px 5% 0 }

}
