@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0 }
*:focus {outline: none }

html {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size:62.5%; /* 10÷16=62.5% */
    width:100%;
    height:100%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;    
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased; 
    -moz-font-smoothing:antialiased; 
    font-smoothing:antialiased;
}
body { 
    font-family:"DECATHLON-Regular", "SourceHanSansCN", "PingFang SC", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
    font-size:14px; font-size:1.4rem; /* 12÷10=1.2 */
    font-weight:400;
    line-height:150%; 
    color:#000; 
    background: #fff; 
    height:100%
}
@font-face {
  font-family: "SourceHanSansCN";
  font-weight: 400;
  src: url("../images/SourceHanSansCN-Regular.ttf") format("truetype"),
  url("../images/SourceHanSansCN-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "DECATHLON-Regular";
  font-weight: 350;
  src: url("../images/DECATHLON-Regular.ttf") format("truetype"),
  url("../images/DECATHLON-Regular.woff") format("woff");
  font-display: swap;
}

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 { -webkit-text-size-adjust:none; font-size:10px }
i { font-style:normal } 

::selection { background-color:#00689d; color:#fff }
::-moz-selection { background-color:#00689d; color:#fff }

/* link */
a { color:#000; outline-style:none; text-decoration:none; cursor:pointer; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s }
a:hover { color: #3643BA }

.a01 { color: #3643BA }
.a01:hover { color: #00689d }

.com-more { display: inline-block; position: relative }
.com-more .iconfont { position: absolute; right: -18px; top: 2px }
.com-more:hover .iconfont { -webkit-animation: right01 1s infinite; animation: right01 1s infinite }
@-webkit-keyframes right01 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes right01 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

/* 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 }

.cursor_pointer { cursor:pointer }

/* form */
label { cursor:pointer }
label:hover { text-decoration:underline }
input, select, textarea { vertical-align:middle; color:#000; font-family:font-family:"DECATHLON-Regular", "SourceHanSansCN", "PingFang SC", "Microsoft YaHei", 微软雅黑, Arial, sans-serif; transition-duration:0.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:0; -webkit-border-radius:0; border-radius:0; appearance:none; -moz-appearance:none; -webkit-appearance:none }
input[type="text"], input[type="password"], select { appearance:none; -moz-appearance:none; -webkit-appearance:none }

/*-------------------结构-------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time { display:block }

.cd-main-content { width:100%; margin:0 auto; overflow: hidden }

.container { 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: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%) }
.poabsolute-h50 { position:absolute; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-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-radius50 { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50% }

/*-------------------透明度-------------------*/
.opacity0 { filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0 }
.opacity0_05 { filter:alpha(opacity=5); -moz-opacity:0.05; -khtml-opacity:0.05; opacity:0.05 }
.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';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_u9zir9d9xc.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_u9zir9d9xc.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_u9zir9d9xc.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_u9zir9d9xc.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_u9zir9d9xc.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_u9zir9d9xc.svg#思源黑体-普通') format('svg'); /* iOS 4.1- */
}

.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-2_4x { font-size: 2.4em!important }
.fa-3x { font-size: 3em!important }
.fa-4x { font-size: 4em!important }

.font-bold { font-weight: 800 }
.font-thin { font-weight: 300 }

h1, .h1 { font-size: 72px; line-height:1.1em }
h2, .h2 { font-size: 46px; line-height:1.1em }
h3, .h3 { font-size: 36px; line-height:1.1em }
h4, .h4 { font-size: 26px; line-height:1.1em }
h5, .h5 { font-size: 22px; line-height:1.5em }
h6, .h6 { font-size: 16px; line-height:1.5em }

.fontSize10 { font-size:10px }
.fontSize12 { font-size:12px }

/*-----------------间距---------------------*/ 
.line-height1em { line-height:1em }
.line-height1_1em { line-height:1.1em }
.line-height1_2em { line-height:1.2em }
.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 }

/*-------------------颜色--------------------*/
.colorfff, .colorfff a, a.colorfff { color: #fff }
.color000, .color000 a, a.color000 { color: #000 }
.color11294b { color: #11294b }
.color117fb6 { color: #117fb6 }
.color007dbc { color: #3643BA }

.bgfff { background: #fff }
.bg000 { background: #000 }
.bgf4f4f4 { background: #f4f4f4 }
.bgf7f7f7 { background: #f7f7f7 }
.bgf0f0f0 { background: #f0f0f0 }

/*-------------------宽度、高度--------------------*/
.width15 { width:15% }
.width20 { width:20% }
.width25 { width:25% }
.width30 { width:30% }
.width33 { width:33.33% }
.width40 { width:40% }
.width45 { width:45% }
.width48 { width:48% }
.width50 { width:50% }
.width55 { width:55% }
.width60 { width:60% }
.width66 { width:66.66% }
.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 }
.imgw70 { display:block; max-width:70%; 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_85 { float:left; width:85% }
.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_52 { float:left; width:52% }
.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_25 { float:left; width:25% }
.area_20 { float:left; width:20% }
.area_15 { float:left; width:15% }
.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 }
.marginbottom30 { margin-bottom:30px }
.marginbottom40 { margin-bottom:40px }
.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 }
.marginleft60 { margin-left:60px }

.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 }
.paddingbottom50 { padding-bottom:50px }
.paddingbottom60 { padding-bottom:60px }
.paddingbottom80 { padding-bottom:80px }

.paddingleft0 { padding-left:0!important }
.paddingleft5 { padding-left:5px }
.paddingleft10 { padding-left:10px }
.paddingleft15 { padding-left:15px }
.paddingleft20 { padding-left:20px }
.paddingleft30 { padding-left:30px }
.paddingleft40 { padding-left:40px }
.paddingleft50 { padding-left:50px }
.paddingleft60 { padding-left:60px }

.paddingright0 { padding-right:0!important }
.paddingright5 { padding-right:5px }
.paddingright10 { padding-right:10px }
.paddingright15 { padding-right:15px }
.paddingright20 { padding-right:20px }
.paddingright30 { padding-right:30px }
.paddingright40 { padding-right:40px }
.paddingright50 { padding-right:50px }
.paddingright60 { padding-right:60px }

.padding2 { padding:2px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.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 }
.padding15_20 { padding:15px 20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.row2 { margin-left: -2px; margin-right: -2px }
.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 }

/*-------------------按钮-------------------*/ 
.button, a.button, input.button { text-decoration: none; text-align: center; display: inline-block; appearance: none; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition-property: all; transition-property: all; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s }

.button-s, a.button-s, input.button-s { padding: 0 10px; height: 22px; line-height:22px; font-size: 12px }
.button-m, a.button-m, input.button-m { padding: 10px 30px; line-height:1em }
.button-l, a.button-l, input.button-l { padding: 15px 60px; line-height:1em }
.button-xl, a.button-xl, input.button-xl { width: 100%; text-align: center; height: 40px; line-height:40px }

.button-000, a .button-000, input.button-000 { background: #000; color:#fff }
.button-000:hover, a:hover .button-000, input.button-000:hover { background: rgba(0,0,0,0.6); color:#fff }

.button-blue, a .button-blue, input.button-blue { background: #3643BA; color:#fff }
.button-blue:hover, a:hover .button-blue, input.button-blue:hover { background: #3643BA; color:#fff }

.button-blue-l, a .button-blue-l, input.button-blue-l { border: 1px solid #3643BA; color:#3643BA; background: #fff }
.button-blue-l:hover, a:hover .button-blue-l, input.button-blue-l:hover { background: #3643BA; color:#fff }

.button-gray, a .button-gray, input.button-gray { background: #e6e2e2; color: #999 }
.button-gray:hover, a:hover .button-gray, input.button-gray:hover { background: #e6e2e2; color: #999 }

.button-fff, a .button-fff, input.button-fff { background: rgba(255, 255, 255, 0.9); color:#031017 }
.button-fff:hover, a:hover .button-fff, input.button-fff:hover { background: #3643BA; color:#fff }

/*-------------------通用-------------------*/ 
.com-rows_1 { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.com-rows_2 { height:2.75em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.com-rows_max2 { max-height:2.75em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.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.55em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_max4 { max-height:5.55em; line-height:1.4em; 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 }

.zoomimg { -moz-transition: 2s; -o-transition: 2s; -webkit-transition: 2s; transition: 2s }
a:hover .zoomimg, .zoomimg:hover { transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05) }

.com-link { display: block; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s }
.com-link:hover { -webkit-transform:translatey(-3px); transform:translatey(-3px) }

.com-shadow { box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1) }

.block-padding { padding-top: calc(12vh); padding-bottom: calc(12vh) }
.block-padding-t { padding-top: calc(12vh) }
.block-padding-b { padding-bottom: calc(12vh) }
.block-padding-t45 { padding-top: calc(12vh - 15px) }
.block-padding-b45 { padding-bottom: calc(12vh - 15px) }
.block-padding-t40 { padding-top: calc(12vh - 20px) }
.block-padding-b40 { padding-bottom: calc(12vh - 20px) }

.card-padding { padding: 40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.headspace { width: 100%; height: 60px }

.pointernone { pointer-events: none }
.pointerall { pointer-events: all }

/*-------------------分页css开始-------------------*/
div.quotes { text-align:center }
div.quotes a { display: inline-block; padding:5px 10px; text-decoration:none; margin:0; margin-left:1px; margin-right: 1px; background:#fff }
div.quotes a:hover, .gray div.quotes a:hover { padding:5px 10px; background:#c2c2c2; color:#fff }
div.quotes a:active, .gray div.quotes a:active { padding:5px 10px; color:#fff }
div.quotes a.current, .gray div.quotes a.current { padding:5px 10px; background:#3643BA; color:#fff }
div.quotes a.disabled, .gray div.quotes a.disabled { padding:5px 10px; color:#f2f2f2 }
div.quotes a.disabled:hover, .gray div.quotes a.disabled:hover { background:none }
div.quotes a#pre { margin-right: -3px }
div.quotes a#next { margin-left: -3px }

/*-------------------头部-------------------*/
.headbox { width: 100%; height: 60px; background: #fff; border-bottom: 1px solid #eff1f3; position: fixed; top: 0; left: 0; z-index: 1000 }
.navbox { width: 100%; height: 100% }
.logo { width: 156px; height: 30px; background: url(../images/logo@2x.png?v0.1) 0 0 no-repeat; background-size: 100% 100%; position: absolute; left: 20px; top: 15px; z-index: 1000 }
.head-wechat { height: 20px; line-height: 20px; margin-top: 20px }
.head-wechat .iconfont { line-height: 20px }
.WeChat-ewm { width: 20px; height: 20px; line-height: 20px; text-align: center; color: #000f17 }
.WeChat-img { width: 100px; height:auto; position: absolute; right: -10px } 
.nav .menuLi { float:left; display:block; position:relative }
.nav .menuLi .mainmenu { display:block; height:60px; line-height:60px; padding-left: 20px; padding-right: 20px; position:relative; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; color: #000f17; font-weight: bold; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
.nav .menuLi .mainmenu:hover, .nav .menuLi .mainmenu.menuLiBnameover { color: #3643BA }
.nav .menuLi .mainmenu.menuLipitchon::after { content: ""; width: 24px; height: 2px; background: #000f17; position: absolute; top: 50px; left: 50%; margin-left: -12px }
.menuListBox { width: auto; text-align: left; line-height:30px; position:absolute; top:60px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background: #fff; border: 1px solid #eff1f3; display:none }
.menuListBox a { position: relative; display: inline-block; white-space:nowrap; padding: 0 20px; font-size: 12px; line-height:30px; color: #000f17; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; white-space:nowrap }
.menuListBox a:hover { color: #3643BA }
.menuListBox a:first-of-type { margin-top: 10px }
.menuListBox a:last-of-type { margin-bottom: 10px }
.menuListBox a:before { background-color: #3643BA; content: ''; position: absolute; left: 10px; top: 15px; width: 5px; height: 1px;  transition: -webkit-transform .2s ease; transition: transform .2s ease; -webkit-transform-origin: right; transform-origin: right; -webkit-transform: scaleX(0); transform: scaleX(0) }
.menuListBox a:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; transform-origin: left }

/*-------------------底部-------------------*/ 
.foot-con { background: url(../images/foot-bg.jpg) center center no-repeat; background-size: cover }
.foot-con.block-padding { padding-bottom: calc(2vh) }
.foot-link a { display: inline-block; margin: 0 30px }
.foot-link a:hover { color: rgba(255,255,255,0.6) }
.foot-con ul { display: flex; justify-content: space-evenly; width: 440px; margin: auto }
.foot-con li { width: 220px; overflow: hidden }
.foot-con li .ewm { width: 120px; height: auto }
@media ( max-width:800px ) {
	.foot-con ul { width: 100%; max-width: 400px }
}

.gototop { display:block; width:40px; height:40px; text-align: center; line-height: 40px; background:#707070; position:fixed; right:10px; bottom:10px; z-index:101; transition-duration:0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; display:none; filter:alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity:0.2; opacity:0.2 }
.gototop .iconfont { color: #fff }
.gototop:hover { background: #000;; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1 }

/*-------------------首页-------------------*/ 
.index-swiper .swiper-slide::before { content: ""; width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,0.55) }
.index-swiper.swiper-horizontal > .swiper-pagination-bullets { left: 50%; transform: translateX(-50%); bottom: 50px; text-align: right; pointer-events: none }
.index-swiper.swiper-horizontal .swiper-pagination-bullet  { width: 15px; height: 3px; border-radius: 0; background: #fff; margin: 0!important; pointer-events: all }

.inglabel, .finishedlabel { display: block; width: 60px; text-align: center; height: 22px; line-height: 24px; font-size: 12px; color: #fff; border-radius: 2px; position: absolute; right: -70px; top: 50%; margin-top: -12px } 
.inglabel { background: #3643BA } 
.finishedlabel { background: #acadaf } 

.message-box { padding-left: 40px; box-sizing: border-box; position: relative } 
.message-box::before { content: ""; width: 1px; height: 14px; position: absolute; top: 13px; left: 25px; background: #000 } 
.message-box .iconfont { line-height: 40px; margin-left: -40px }
.message-swiper { width: 100%; height: 40px; line-height: 40px }
.message-txt { width: calc(100% - 200px); white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.message-time { width: 200px }

.mo_calendar-list { display: flex; justify-content: center } 

.index-search span { float: left; height: 40px; line-height: 40px }
.index-search input, .index-search select { height: 40px; line-height: 40px; border: 1px solid #e6e6e6; padding: 0 10px }
.index-search input:focus, .index-search select:focus { border: 1px solid #3643BA }
.index-search-select { float: left; width: 150px; margin-right: 20px }
.index-search-select select { width: 100% }
.index-search-select::before { font-family: "iconfont" !important; color: #999; position: absolute; pointer-events: none; content: "\e600"; font-size: 12px; top: 9px; right: 10px }
.index-search-input { float: right }
.index-search-input input { float: right; width: 150px }
.index-search-input .button { float: right; width: 50px; text-align: center; height: 40px; line-height: 40px }
.index-search-input .button .iconfont { line-height: 40px }

.index-search-date { float: left } 
.index-search-date input { width: 150px; float: left }
.index-search-date span { display: inline-block; width: 20px; text-align: center; position: relative }
.index-search-date::before, .index-search-date span::before { font-family: "iconfont" !important; content: "\e609"; color: #999; font-size: 16px; line-height: 40px; position: absolute; top: 0px; pointer-events: none }
.index-search-date::before { right: 10px }
.index-search-date span::before { left: -25px }

.btn-box { width: 100%; height: 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.btn-box span { display: inline-block; height: 20px; line-height: 22px; padding: 0 5px; background: #eef2f3; border-radius: 2px }
.btn-box span:first-of-type { margin-right: 5px }
.calendar-list dl { padding-left: 18px; line-height: 22px }
.calendar-list dt { margin-left: -18px }
.calendar-list dt .iconfont { font-size: 12px; line-height: 20px }

.recommend-swiper .swiper-slide { width: 20%; margin-left: 30px }
.recommend-swiper .swiper-slide:first-of-type { width: calc(40% - 90px); margin-left: 0 }
.recommend-imgbox { width: 100%; height: 250px; position: relative; }
.recommend-imgbox::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); position: absolute; top: 0; left: 0 }
.recommend-swiper { position: relative }
.recommend-swiper .swiper-button-next, .recommend-swiper .swiper-button-prev { width: 16px; height: 16px; line-height: 16px; top: -50px; margin-top: 0; color: #000; }
.recommend-swiper .swiper-button-prev:after, .recommend-swiper .swiper-button-next:after { font-size: 12px }
.recommend-swiper .swiper-button-next { right: 0 } 
.recommend-swiper .swiper-button-prev { left: auto; right: 30px }

.default-con { display: flex; justify-content: center }
.default-con .ewm { width: 100px; height: auto }

.detail-page { background: #f9f9fc }
#detail img { max-width: 100% }
.del-list { display: flex; justify-content: space-between }
.del-list>div { border-left: 1px solid rgba(0,0,0,0.05); padding-right: 30px; padding-left: 30px; box-sizing: border-box }
.del-list>div:first-of-type { border-left: 0; padding-left: 0 }
.del-list>div:last-of-type { padding-right: 0 }

.post-list { padding: 30px 30px 30px 20px; box-sizing: border-box; border-top: 1px solid rgba(0,0,0,0.05); position: relative }
.post-list .icon-decathlon { float: left; color: #3643BA; margin-left: -20px }
.post-list .icon-next { font-size: 16px; position: absolute; top: 50%; margin-top: -8px; right: 0 }
.post-list .icon-xueweimao, .post-list .icon-renyuan { opacity: 0.8; margin-right: 3px }

.check-pop { width: calc(100vw); height: calc(100vh); background: rgba(0,0,0,0.3); position: fixed; top: 0; left: 0; z-index: 1000; display: none }
::-webkit-scrollbar {
width:6px;
height:6px
}
::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,.2)
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(0,0,0,.1)
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:rgba(0,0,0,.3)
}
::-webkit-scrollbar-thumb:vertical:active {
background-color:rgba(0,0,0,.7)
}
.apply-pop { width: calc(100vw); height: calc(100vh); position: relative }
.apply-pop .icon-close { opacity: 0.3; position: fixed; top: calc(10vh + 15px); right: calc(50vw - 335px); cursor: pointer; transition: all 0.3s; z-index: 10; display: none }
.apply-pop .icon-close:hover, .win-con .icon-close:hover, .tologin-con .icon-close:hover { transform: rotate(90deg) }

.check-con, .win-con, .tologin-con { border-radius: 3px; overflow-x: hidden; overflow-y: auto; position: absolute; top:50%; left:50%; -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%) scale(0); -o-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); transition: all 0.3s }
.check-con { width: 700px; height: calc(80vh) }
.win-con, .tologin-con { width: 600px; padding: 30px; box-sizing: border-box; background: #fff; display: flex; justify-content: center }
.win-con>div, .tologin-con>div { padding: 30px; box-sizing: border-box; position: relative } 
.win-con>div:nth-of-type(2)::before, .tologin-con>div:nth-of-type(2)::before { content: ""; width: 1px; height: calc(100% - 60px); position: absolute; top: 30px; left:  0; background: rgba(0,0,0,0.05) }
.win-con .icon-close, .tologin-con .icon-close { opacity: 0.3; position: absolute; top: 20px; right: 20px; cursor: pointer; transition: all 0.3s; z-index: 10 }
.win-con .ewm, .tologin-con .ewm { width: 130px; height: auto; margin: auto }

.check-con.zoom, .win-con.zoom, .tologin-con.zoom { -webkit-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); -o-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1) }
.check-con textarea, .check-con input { padding: 5px; background: #f5f5f5; border: 0; }
.check-con textarea::-webkit-input-placeholder { font-size: 12px }

.apply-pop .check-con h5 { padding-bottom: 15px; border-bottom: 1px solid rgba(0,0,0,0.05); position: relative }
.apply-pop .check-con h5::after { content: ""; width: 45px; height: 2px; position: absolute; bottom: 0; left: 0; background: #3643BA }
.apply-form .apply-title, .apply-form input, .apply-form select { width: 100% }
.apply-form .apply-title { display: block; font-size: 12px; color: rgba(0,0,0,0.5); margin-top: 20px; margin-bottom: 5px }
.apply-form.area_50.padding10 .apply-title { margin-top: 0 }
.apply-form .apply-title:hover { text-decoration: none }
.apply-form input, .apply-form select { height: 36px; line-height: 36px; padding: 0; border: 0; border-bottom: 1px solid rgba(0,0,0,0.05); background: transparent }
.apply-form input::placeholder { color: #000 }
.apply-form input:focus, .apply-form select:focus { border-bottom: 1px solid #3643BA }
.apply-form-select::before { font-family: "iconfont" !important; content: "\e600"; font-size: 12px; position: absolute; top: 9px; right: 10px }
.apply-form-radio label { display: block; width: 100px; height: 36px; line-height: 36px; position: relative; float: left; margin-right: 10px; padding-left: 10px; box-sizing: border-box; overflow: hidden }
.apply-form-radio label:hover { text-decoration: none }
.apply-form-radio input { width: 100%; height: 100%; border: 1px solid rgba(0,0,0,0.05); position: absolute; top: 0; left: 0; z-index: 2 }
.apply-form-radio input:checked { border: 1px solid #3643BA }
.apply-form-radio input::before { font-family: "iconfont" !important; content: "\e601"; position: absolute; bottom: 0; right: 0; pointer-events: none; font-size: 16px; height: 16px; line-height: 16px; color: rgba(0,0,0,0.05) }
.apply-form-radio input[type="radio"]:checked::before { color: #3643BA }

.apply-form-file { width: 100%; height: 46px; line-height: 46px; border: 1px dashed #bfc1c3; background: #f7f7f7; box-sizing: border-box; position: relative }
.apply-form-file::before  { font-family: "iconfont" !important; content: "\eb093"; font-size: 12px; position: absolute; top: 0; left: 50%; margin-left: -8px; pointer-events: none }
.apply-form-file input { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; opacity: 0 }

.apply-form-checkbox { line-height: 30px }
.apply-form-checkbox input { width: 16px; height: 16px; background: rgba(0,0,0,0.05); border-bottom: 0; margin-right: 5px; position: relative }
.apply-form-checkbox input:focus { border-bottom: 0 }
.apply-form-checkbox input[type="checkbox"]:checked::before { font-family: "iconfont" !important; content: "\e715"; position: absolute; top: 2px; left: 2px; font-size: 12px; height: 12px; line-height: 12px; color: #fff }
.apply-form-checkbox input[type="checkbox"]:checked { background: #3643BA }

.apply-form-code { padding-right: 120px }
.apply-form-code .code-btn { width: 100px; margin-right: -120px; height: 36px; line-height: 36px; float: right; text-align: center; color: #3643BA; border: 1px solid; box-sizing: border-box }	
.apply-form-code .code-btn:hover { background: #3643BA; color: #fff }

.privacy-page p { line-height: 1.8em }
.privacy-list { padding-left: 30px; box-sizing: border-box }
.privacy-list li { list-style-position: outside; list-style-type: disc; margin-top: 10px }
.privacy-list, .privacy-page .txt { margin-top: 20px }

.user-theme h3 { line-height: 40px }
.user-page .headportrait { width: 40px; height: 40px; border-radius: 50%; margin-right: 10px } 
.user-list-box { padding: 20px; position: relative }
.user-list { padding-left: 115px }
.user-img { float: left; width: 100px; margin-left: -115px }
.user-con { float: left; width: 100%; position: relative; pointer-events: none }
.user-title { width: calc(100% - 100px); margin-top: 8px }
.user-updown { width: 100px; text-align: right; position: absolute; top: 50%; transform: translateY(-50%); right: 20px }
.user-updown .a01 { display: inline-block; line-height: 22px; padding-right: 20px }
.user-updown .a01 .iconfont { line-height: 22px; position: absolute; right: 0; transform: rotate(180deg); transition: all 0.3s }
.user-bigtitle, .user-activity, .user-del, .user-alink { display: none }
.user-list-box dl { padding-left: 10em; box-sizing: border-box; margin-top: 10px }
.user-list-box dt { margin-left: -10em; color: rgba(0,0,0,0.4) }
.user-del-list { display: flex; justify-content: flex-start }
.user-del-list>div:first-of-type { padding-right: 15% }
.user-resume { margin-bottom: 10px; padding: 10px 15px; line-height: 26px; box-sizing: border-box; border: 1px dashed #bfc1c3; background: #f7f7f7 }
.user-resume .button { border: 1px solid #e0e1e1; background: #fff; margin-left: 10px }
.user-resume .btn-del { color: #de5534 }
.user-resume .btn-again { color: #3643BA }
.user-list-box.unfold { padding: 30px }
.user-list-box.unfold .user-bigtitle { display: block; margin-bottom: 20px }
.user-list-box.unfold .user-list { padding-left: 220px }
.user-list-box.unfold .user-img { float: left; width: 200px; margin-left: -220px }
.user-list-box.unfold .user-title { margin-top: 0 }
.user-list-box.unfold .user-updown { top: 30px; transform: translateY(0); right: 30px }
.user-list-box.unfold .user-updown .a01 .iconfont { transform: rotate(0deg) }
.user-list-box.unfold .user-activity, .user-list-box.unfold .user-del { display: block } 
.user-list-box.unfold .user-alink { display: block; position: absolute; top: 0; right: 0; color: rgba(0, 0, 0, 0.5); pointer-events: all } 
.user-list-box.unfold .user-alink:hover { color: #3643BA }

.mo_box img { max-width: 100% }

.copyright { display: flex; justify-content: center }
.copyright img { width:14px; margin-top: 2px; margin-right: 2px } 

/*-------------------响应式css-------------------*/

@media ( min-width:1600px ) {
.container, .index-swiper.swiper-horizontal > .swiper-pagination-bullets { width:1500px }

}

@media ( min-width:1300px ) and ( max-width:1599px ) {
.container, .index-swiper.swiper-horizontal > .swiper-pagination-bullets { width:1260px }

}

@media ( min-width:1100px ) and ( max-width:1299px ) {
.container, .index-swiper.swiper-horizontal > .swiper-pagination-bullets { width:990px }
.card-padding { padding: 30px }


}



@media ( min-width:801px ) and ( max-width:1099px ) {	
.container, .index-swiper.swiper-horizontal > .swiper-pagination-bullets { width: 90%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.card-padding { padding:20px }

}
