body, html {
    line-height: 1;
    font-family: arial, Microsoft YaHei;
    -webkit-tap-highlight-color: transparent;
    background: #f0f0f5;
    color: #333
}

#header {
    position: relative
}

#header .navbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(10, 87, 165, 0.6);

}

#header .navbox .navbar-brand {
    margin-right: 70px
}

#header .navbox .nav-item {
    margin-right: 10px
}

#header .navbox .nav-item.active {
    border-bottom: 2px solid #fff
}

#header .navbox .nav-item:last-child {
    margin-right: 0
}

#header .navbox .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff
}

#header .display-all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .curtain {
    position: relative
}

#header .curtain__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

#header .curtain__title {
    font-size: 48px;
    text-shadow: 0 0 10px #344c7d;
    color: #fff
}

#header .curtain__en {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff
}

#header .curtain__txt {
    margin-top: 30px;
    font-size: 38px;
    color: #fff
}

#footer .contact {
    background: #f1f6f7
}

#footer .contact__item {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 116px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#footer .contact__iconBox {
    margin: 0 auto;
    width: 24px;
    height: 24px
}

#footer .contact__img {
    height: 100%
}

#footer .contact__info {
    margin-top: 8px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

#footer .contact__txt {
    font-size: 16px;
    line-height: 20px;
    color: #656565
}

#footer .footer__content .list {
    padding-top: 82px
}

#footer .footer__content .item {
    padding: 0;
    text-align: center
}

#footer .footer__content .item__title {
    font-size: 14px;
    color: #fff
}

#footer .footer__content .item__title .down, #footer .footer__content .item__title .up {
    width: 0;
    height: 0;
    display: none
}

#footer .footer__content .item__line {
    margin: 20px 0;
    height: 1px;
    background: #314457
}

#footer .footer__content .item__txtBox {
    transition: .4s
}

#footer .footer__content .item__txt {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 27px;
    color: #fff
}

#footer .footer__content .item__txt a {
    color: #fff
}

#footer .footer__content .item__txt:last-child {
    margin-bottom: 0
}

#footer .footer__content .item .qrcode {
    max-width: 104px;
    border: none;
}

#footer .footer__content .record {
    margin-top: 10px;
    width: 100%;
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#footer .footer__content .record__left {
    font-size: 14px;
    color: #D4D4D4
}

#footer .footer__content .record__right {
    text-align: right
}

#footer .footer__content .record__right a {
    font-size: 14px;
    color: #D4D4D4
}

#footer .footer__content .record__right a:first-child {
    padding-right: 38px;
    border-right: 1px solid #fff
}

#footer .footer__content .record__right a:last-child {
    padding-left: 38px
}

.justify-content-end {
    display: -ms-flexbox;
    display: flex
}

.align-right {
    text-align: right
}

.relative {
    position: relative
}

.backUp {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 80px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 555
}

.backUp img {
    width: 100%;
    height: 100%
}

#home-tab, #profile-tab {
    color: #0A57A5 !important;
}

#home-tab.active, #profile-tab.active {
    font-weight: 700;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .backUp {
        position: relative;
        display: none;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #e5dfd9;
        font-size: 10px;
        padding: 0 20px;
        box-sizing: border-box;
        background: #011c3f
    }
}

@media only screen and (max-width: 768px) {
    #header .navbar-brand {
        padding-left: .5rem;
        width: 100px
    }

    #header .navbox .navbar {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .5rem;
        padding-left: 0;
        padding-right: 0;
        background: rgba(10, 87, 165, 0.6)
    }

    #header .navbox .navbar-nav {
        /*background: #314457*/
    }

    #header .navbox .navbar-toggler {
        margin-right: .5rem;
        color: #fff
    }

    #header .navbox .nav-item.active {
        border-bottom: 1px solid #fff
    }

    #header .navbox .nav-item:last-child {
        margin-right: 0
    }

    #header .navbox .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
        color: #fff;
        font-size: 12px
    }

    #header .display-all {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header .curtain__title {
        font-size: 24px
    }

    #header .curtain__en {
        margin-top: 12px;
        margin-bottom: 20px;
        font-size: 16px
    }

    #header .curtain__txt {
        margin-top: 15px;
        font-size: 20px
    }

    #footer .footer__content .list {
        padding-top: 0;
        border-top: 1px solid #e1e1e1
    }

    #footer .footer__content .item {
        border-bottom: 1px solid #e1e1e1
    }

    #footer .footer__content .item:last-child {
        border-bottom: 0
    }

    #footer .footer__content .item__title {
        padding: 0 20px !important;
        box-sizing: border-box;
        height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #footer .footer__content .item__title .up {
        width: 20px;
        height: 20px
    }

    #footer .footer__content .item__title .down {
        display: block;
        width: 20px;
        height: 20px
    }

    #footer .footer__content .item__txt {
        padding: 0 20px !important;
        box-sizing: border-box;
        margin-bottom: 0;
        height: 32px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    #footer .footer__content .item__txt:first-child {
        border-top: 1px solid #e1e1e1
    }

    #footer .footer__content .item .footer__txtBox {
        display: none
    }

    #footer .footer__content .record {
        width: auto
    }

    #footer .footer__content .record__left, #footer .footer__content .record__right {
        text-align: center
    }

    .mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        display: none
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .navbox .navbar-brand {
        margin-right: 50px !important
    }

    .navbox .nav-item {
        margin-right: 6px !important
    }

    .navbox .nav-link {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
        font-size: 13px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1400px !important
    }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #7e8c8d;
    -webkit-backface-visibility: hidden;
    text-decoration: none
}

li {
    list-style: none
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


.content-block {
    padding: 0;
}

.content-block.full {
    padding: 0 !important;
}

.swiper-slide-active .container.position-relative .center{
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

.container.position-relative .center{
    /*position: absolute;*/
    /*transform: translateY(0%);*/
    /*top: 0;*/
    width: 100%;
    transition: all .8s;
}

.content-block>.container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-block__title {
    margin-bottom: 16px;
    font-size: 36px;
    font-weight: 700;
    color: #0A57A5
}

.content-block__title--EN {
    font-size: 20px;
    color: #414141
}

.content-block__block {
    margin: 15px 0 48px;
    width: 26px;
    height: 5px;
    background: #FFC300
}

.content-block__txt {
    font-size: 16px;
    line-height: 30px;
    color: #707070
}

.content-block__more {
    max-width: 160px
}

.content-block__img {
    max-width: 514px
}

.content-block__imgBox {
    background: white;
    padding-top: 5px;
}

.content-block .read_more {
    margin-top: 20px;
    display: block;
    text-align: center
}

.solution {
    padding: 70px 0;
    background: #fff
}

.solution__title {
    font-size: 32px;
    text-align: center;
    color: #1f1f1f
}

.solution__title--EN {
    margin-top: 16px;
    font-size: 20px;
    text-align: center;
    color: #414141
}

.solution__block {
    margin: 26px auto 0;
    width: 47px;
    height: 5px;
    background: #115aa2
}

.solution__subtitle {
    margin-top: 70px;
    margin-bottom: 70px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.solution__subtitle .solution__index {
    margin-right: 4px;
    margin-top: -20px;
    font-size: 24px;
    color: #1f96d5
}

.solution__subtitle .slash {
    margin-right: 2px;
    margin-top: -12px;
    font-size: 40px;
    color: #105ca2
}

.solution__subtitle .solution__subtitle--txt {
    font-size: 28px;
    color: #1f1f1f
}

.solution__item {
    text-align: center
}

.solution__item .item__title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #1e95d4
}

.solution__item .item__txt {
    font-size: 20px;
    line-height: 30px;
    color: #707070
}

.plan {
    text-align: center
}

.plan__wrapper {
    background: #fff
}

.plan__imgBox, .plan__wrapper {
    transition: all .3s ease-in-out;
    position: relative;
    top: 0;
    margin: 0 auto;
    max-width: 380px
}

.plan:hover .plan__imgBox, .plan:hover .plan__wrapper {
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19);
    top: -2px
}

.plan__title {
    padding-top: 56px;
    margin-bottom: 18px;
    font-size: 24px;
    color: #1e1e1e
}

.plan__txt {
    font-size: 20px;
    line-height: 34px;
    color: #707070
}

.plan__txt:last-child {
    padding-bottom: 56px
}

.swiper-container {
    /*margin-top: 20px;*/
    /*max-width: 900px !important*/
}

.swiper-slide img {
    /*border: 4px solid #eee*/
    border: none;
    display: block;
}

.swiper-wrap {
    position: relative
}

.swiper-wrap .unit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    width: 16px;
    line-height: 24px
}

.content-text-box{
    width: 70%;
    background: rgba(0, 93, 186, 0.8);
    padding: 50px 120px;
    color: white;
    min-width: 800px;
}

.content-text-box__title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.content-text-box__block {
    font-size: 20px;
    line-height: 35px;
}

.content-text-box__block p{
    margin: 30px 0;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .unit {
        margin-top: 20px;
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
        transform: translateY(0) !important;
        text-align: center;
        font-size: 14px !important
    }

    .content-block {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .content-block__title {
        margin-bottom: 9px;
        font-size: 24px
    }

    .content-block__title--EN {
        font-size: 16px
    }

    .content-block__block {
        margin: 17px 0 24px
    }

    .content-block__txt {
        font-size: 14px;
        line-height: 28px
    }

    .content-block .read_more {
        margin-bottom: 20px
    }

    .solution {
        padding: 30px 0
    }

    .solution__title {
        font-size: 24px
    }

    .solution__title--EN {
        margin-top: 8px;
        font-size: 16px
    }

    .solution__block {
        margin: 13px auto 0
    }

    .solution__subtitle {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .solution__subtitle .solution__index {
        font-size: 20px
    }

    .solution__subtitle .slash {
        font-size: 30px
    }

    .solution__subtitle .solution__subtitle--txt {
        font-size: 20px
    }

    .solution__item {
        margin-bottom: 15px
    }

    .solution__item .item__title {
        margin-bottom: 10px;
        font-size: 20px
    }

    .solution__item .item__txt {
        font-size: 16px;
        line-height: 28px
    }

    .solution__imgBox {
        margin: 0 auto 24px
    }

    .plan {
        margin-bottom: 20px
    }

    .plan:last-child {
        margin-bottom: 0
    }

    .plan__title {
        padding-top: 28px;
        margin-bottom: 9px;
        font-size: 20px
    }

    .plan__txt {
        font-size: 16px;
        line-height: 30px
    }

    .plan__txt:last-child {
        padding-bottom: 28px
    }

    .d-sm-block-plan {
        display: none !important
    }

    .swiper-slide img {
        /*border: 4px solid #eee*/
        border: none
    }
    .content-text-box{
        width: 95%;
        padding: 20px;
        min-width:auto;
    }
    .content-text-box .content-text-box__block{
        font-size: 16px;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .d-sm-block-plan {
        display: -ms-flexbox;
        display: flex
    }

    .content-block__imgBox {
        -ms-flex-pack: center;
        justify-content: center
    }

    .read_more {
        text-align: right !important
    }

    .swiper-slide img {
        /*border: 8px solid #eee*/
        border: none
    }
}

@media (min-width: 768px) and (max-width: 1080px) {
    .content-text-box{
        width: 80%;
        padding: 50px 80px;
    }
    .unit {
        left: -35px
    }

    .swiper-slide img {
        /*border: 8px solid #eee*/
        border: none
    }

    .content-block {
        padding: 0
    }

    .content-block__title {
        margin-bottom: 14px
    }

    .content-block__block {
        margin: 28px 0 36px
    }

    .content-block__txt {
        font-size: 14px
    }

    .solution {
        padding: 60px 0
    }

    .solution__title--EN {
        margin-top: 12px
    }

    .solution__block {
        margin: 20px auto 0
    }

    .solution__subtitle {
        margin-top: 56px;
        margin-bottom: 56px
    }

    .solution__item {
        margin-bottom: 20px
    }

    .solution__item .item__title {
        margin-bottom: 14px;
        font-size: 20px;
        color: #1e95d4
    }

    .solution__item .item__txt {
        font-size: 16px
    }
}

@media (min-width: 1080px) and (max-width: 1200px) {
    .content-text-box{
        width: 80%;
        padding: 50px 80px;
    }

    .unit {
        left: -35px
    }
}

@media (min-width: 1200px) {
    .unit {
        left: 60px
    }
}