.header {
    height: 108px;
    position: relative;
    border-bottom: 1px solid #CCCCCC
}

.header>img {
    float: left;
    width: 160px;
    height: 53px;
    margin-top: 25px;
    cursor: pointer;
}

.header>div {
    position: absolute;
    bottom: 20px;
    right: 0
}

.header>div>div {
    float: left;
    padding: 0 20px 22px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    z-index: 99
}

.header>div>div.last {
    padding-right: 0
}

.header>div>div.onItem {
    position: relative
}

.header>div>div.onItem>span {
    width: 100%;
    display: inline-block;
    background: #fff;
    height: 3px;
    margin-bottom: -4px
}

.header>div>div.onItem>div {
    position: absolute;
    top: 41px;
    right: -6px;
    width: 110px;
    text-align: center;
    color: #000;
    font-size: 14px;
    border-bottom: 0;
    border-radius: 3px;
    box-shadow: 0 0 12px #0000001f;
    padding: 10px 0;
    z-index: 9999;
    background: #fff
}

.header>div>div.onItem>div>div {
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 3px
}

.header>div>div.onItem>div>div:hover {
    background: #034e9f;
    color: #fff
}

.header>div>div.active {
    color: #034e9f
}

.header>div>div.activeOne>div {
    left: -16px
}

.header>div .iconSpan {
    position: absolute;
    bottom: 2px;
    width: 32px;
    height: 3px;
    z-index: 98;
    display: block;
    background: #034e9f;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.footer {
    background: #000;
    text-align: left
}

.footer .footerMain {
    color: #fff6;
    padding: 0 40px;
    width: 1120px;
    margin: 0 auto;
    font-size: 14px
}

.footer .footerMain>.fl {
    float: left;
    padding-top: 44px;
    width: 698px
}

.footer .footerMain>.fl>.top {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.footer .footerMain>.fl>.top>img {
    width: 182px;
    height: 60px
}

.footer .footerMain>.fl>.con {
    margin-top: 16px;
    margin-bottom: 19px;
    position: relative
}

.footer .footerMain>.fl>.con>img {
    width: 20px;
    height: 20px;
    position: absolute
}

.footer .footerMain>.fl>.con>.oneSpan {
    padding-right: 20px
}

.footer .footerMain>.fl>.con>.twoSpan {
    padding-left: 24px
}

.footer .footerMain>.fl>.con>.thrSpan {
    cursor: pointer;
    padding-left: 18px
}

.footer .footerMain>.fl>.bot {
    position: relative;
    padding-left: 22px;
    margin-bottom: 47px
}

.footer .footerMain>.fl>.bot>img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0
}

.footer .footerMain>.fr {
    float: right;
    margin-left: 26px
}

.footer .footerMain>.fr>div {
    margin: 24px 0 12px
}

.footer .footerMain>.fr>span {
    display: block;
    width: 16px;
    height: 2px;
    background: #034e9f;
    margin-bottom: 12px
}

.footer .footerMain>.fr>img {
    width: 120px;
    height: 120px;
    margin-bottom: 8px
}

.footer .footerMain>.fr>p {
    padding-left: 11px
}

.footer .footerMain>.fr.code {
    position: relative;
    padding-bottom: 30px
}

.footer .footerMain>.fr.code>p {
    position: absolute;
    right: -62px
}

.topDiv {
    position: fixed;
    right: 20px;
    bottom: 450px;
    width: 54px;
    height: 38px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: none;
    background: #333
}

.topDiv.fadeIn {
    padding: 10px 0 6px;
    display: block
}

.topDiv:hover {
    background: #034e9f
}

.topDiv>a {
    display: inline-block;
    width: 54px;
    height: 38px;
    color: #fff;
    text-decoration: none
}

.topDiv>a>img {
    width: 16px;
    height: 16px
}

@media (min-width: 760px) and (max-width: 1199px) {
    .header {
        height: 10.45vh;
        position: relative
    }

    .header>img {
        float: left;
        width: 9.31vw;
        height: 4.69vh;
        margin-top: 3.05vh
    }

    .header>div {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .header>div>div {
        float: left;
        margin-right: 2.45vw;
        cursor: pointer;
        font-size: 15px
    }

    .header>div>div.active {
        color: #034e9f
    }

    .header>div>div.active>span {
        width: 100%;
        display: inline-block;
        background: #034e9f;
        height: 3px;
        margin-bottom: -5px
    }

    .header>div>div:last-child {
        margin-right: 0
    }

    .footer .footerMain {
        width: calc(100% - 60px);
        padding: 0;
        font-size: 1vw
    }

    .footer .footerMain>.fl {
        width: 625px
    }
}