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;*/
    z-index: 9999;
    width: 100%;
    background: #0A57A5;
}

#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: 12px;
    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
}

#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: #fff
}

#footer .footer__content .record__right {
    text-align: right
}

#footer .footer__content .record__right a {
    font-size: 14px;
    color: #fff
}

#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%
}

@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 .navbox {
        position:absolute;
    }

    .curtain__img {
        margin-top: 55px;
    }

    #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)
}

.nop {
    padding: 0
}

.wrap {
    padding: 70px 15px;
    background: #fff;
    margin-bottom: 50px;
}

.plan {
    background: #115aa2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    width: 100%
}

.plan__title {
    font-weight: 700;
    font-size: 24px
}

.plan__txt {
    width: 280px;
    font-size: 12px;
    line-height: 24px;
    text-align: center
}

.plan__block {
    width: 48px;
    height: 5px;
    background: #fff;
    margin: 12px auto 8px
}

.planItem__info img {
    height: 100%;
    vertical-align: top
}

.planItem .case {
}

.planItem .case__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #0A57A5;
    font-size: 36px;
    align-items: flex-start;
}
.planItem .case__title * {
    font-weight: 700;
}
.planItem .case__title i {
    color: #E5E5E5;
    vertical-align: super;
}
.planItem .case__title span {
    margin-left: 20px;
}
.planItem .case__title .case__title-txt b{
    font-size: 60px;
    font-weight: 700;
}

.planItem .case__txt {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}
.planItem .case__txt b{
    font-weight: bold;
}

.planItem .case__block {
    margin: 30px 0;
    width: 100%;
    height: 1px;
    background: rgba(229, 229, 229, 1);
}

.planItem .case__imgWrapper img {
    border: 2px solid #d6e5f5;
    margin: 20px 0;
}

.product {
    padding: 40px 0;
    background: #fff
}

.product__title {
    font-size: 32px;
    text-align: center;
    color: #1f1f1f
}

.product__title--EN {
    margin-top: 16px;
    font-size: 20px;
    text-align: center;
    color: #414141
}

.product__block {
    margin: 34px auto 80px;
    width: 47px;
    height: 5px;
    background: #115aa2
}

.product__imgBox {
    position: relative
}

.product__item .mask {
    padding: 0 15px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease-in-out;
    font-size: 30px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0
}

.product__item:hover .mask {
    opacity: 1
}

.block__title {
    margin-bottom: 16px;
    font-size: 36px;
    font-weight: 700;
    color: #0A57A5;
}

.block__block {
    margin: 15px 0 48px;
    width: 26px;
    height: 5px;
    background: #FFC300
}


.content-block .images {
    font-size: 18px;
    line-height: 26px;
    color: #383838;
}

.content-block .images img{
    /*margin-bottom: 30px;*/
    font-size: 0;
}

#position_discovery .content-block .images img{
    max-width: 450px;
    width: 100%;
}

#recruitment_process .process_img{
    width: 100%;
}

#join_us .images img{
    max-width: 100%;
}

.content-block .images .title{
    color: white;
    font-size: 36px;
    margin: 30px 0;
    font-weight: 500;
}

.content-block .images .text{
    color: white;
    line-height: 35px;
}

#recruit_process .images{
    padding: 80px 0 50px 0;
}

#recruit_process .images .title{
    color: #0A57A5;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .wrap{
        padding: 40px 0;
        margin-bottom: 25px;
    }
    .planItem .case__title{
        font-size: 28px;
    }
    .planItem .case__title .case__title-txt b{
        font-size: 40px;
    }
    .planItem .case__block{
        margin: 15px 0;
    }
    .planItem .case__imgWrapper img{
        margin: 5px 0;
        border: none;
    }
    .planItem .case__txt{
        line-height: 28px;
        font-size: 16px;
    }
    .after-sales .numeral{
        margin: 20px 0;
        font-size: 18px;
    }
    .after-sales .numeral .num{
        margin-bottom: 15px;
    }
    .after-sales .numeral .num b{
        font-size: 40px;
    }
    .after-sales .images img{
        width: 100% !important;
        margin-bottom: 10px;
    }
}