html {
    background: #fff;
    color: #000
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ""
}

abbr,
acronym {
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

a,
li {
    color: #000;
    list-style: none;
    text-decoration: none
}

* {
    -webkit-touch-callout: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Pingfang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, Helvetica ;
    /*font-weight: 400;*/
    max-height: 999999999rem;
}
.cur{
    cursor: pointer;
}
html {
    overflow-X: hidden;
    font-size: 1.25vw
}

.poa {
    position: absolute
}

.por {
    position: relative
}

.dib {
    display: inline-block
}

.db {
    display: block
}

.dn {
    display: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.fln {
    float: none
}

.vam {
    vertical-align: middle
}

.vat {
    vertical-align: top
}

.vab {
    vertical-align: bottom
}

.mb05 {
    margin-bottom: .5rem
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.tal {
    text-align: left
}

.oh, .oh1, .oh2, .oh3 {
    overflow: hidden
}

.oh1,
.oh2,
.oh3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box
}

.oh3 {
    -webkit-line-clamp: 3
}

.oh1 {
    -webkit-line-clamp: 1
}

.mt2 {
    margin-top: 2rem
}

.nodew100p,
.w100p {
    width: 100%
}
.w50p {
    width: 50%;
}
.h100p,
.nodeh100p {
    height: 100%
}

.lh100p {
    line-height: 100%
}

.lh200p {
    line-height: 200%
}

.cover {
    height: 100%;
    width: 100%
}

.trcol2 {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s
}

.tropa03 {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.tropa02 {
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.fwn {
    font-weight: 400
}

.fw700 {
    font-weight: 700
}

.fw900 {
    font-weight: 900
}

.fs15 {
    font-size: 1.5rem
}

.fs1 {
    font-size: 1rem
}

.fs083 {
    font-size: .83rem
}

.fs075 {
    font-size: .75rem
}

.fs066 {
    font-size: .66rem
}

.fs058 {
    font-size: .58rem
}

.fs05 {
    font-size: .5rem
}

.fs0 {
    font-size: 0
}

.fscollogo {
    color: #002fa7
}

.fscolfff {
    color: #fff
}

.bgclogo {
    background-color: #002fa7
}

.bgcfff {
    background-color: #fff
}

.w625m0a {
    margin: 0 auto;
    width: 62.5rem
}

.w656m0a {
    margin: 0 auto;
    width: 65.6rem
}

.poftop {
    position: fixed;
    top: 0;
    width: 100%
}

@media screen and (max-width:1000px) {
    html {
        font-size: 12.5px
    }
}