﻿@charset "utf-8";

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
}

body {
    font-family: PingFangSC-Regular, PingFang SC, PingFang SC ExtraLight, 'Microsoft Yahei', 'SimSun', Helvetica Neue, Helvetica, -apple-system, SF UI Text, Arial, Lucida Grande, sans-serif;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.5;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
    color: #333;
    outline: none;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

a:focus {
    outline: none;
}

input[type=text]:focus, input[type=button]:focus, input[type=submit]:focus {
    outline: none;
}

/*IE*/
input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input[type=button]::-moz-focus-inner {
    outline: 0;
}

/*火狐*/
input[type="button"], input[type="submit"], input[type="reset"], input[type=text], textarea {
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    border: none;
}

/* clear */

.cl {
    clear: both;
    height: 0px;
    line-height: 0px;
}

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

.cf {
    *zoom: 1;
}

/* display */
.dn {
    display: none;
}

.di {
    display: inline;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

/* if the element is block level(eg. div, li), using 'inline_any' instead */
/* text-align */
.t_c {
    text-align: center;
}

.t_r {
    text-align: right;
}

.t_l {
    text-align: left;
}

.t_j {
    text-align: justify;
}

/* white-space */
.nowrap {
    white-space: nowrap;
}

/* word-wrap */
.bk {
    word-wrap: break-word;
}

/* vertical-align */
.vm {
    vertical-align: middle;
}

.vtb {
    vertical-align: text-bottom;
}

.vb {
    vertical-align: bottom;
}

.vt {
    vertical-align: top;
}

.ellipsis-f {
    /*超出一排省略号*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-ftwo {
    /*超出两排省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gray-bg {
    background-color: #f9f9f9;
}

.re {
    position: relative;
}

.lang-sel{
    color: #fff;
    cursor: pointer;
    position: relative;
    float: left;
    width: 50px;
    margin-left: 10px;
    margin-top: 18px;
    /* line-height: 52px; */
    font-size: 12px;
    z-index: 100;
}
.lang-sel img{
    width: 12px;
    height: 12px;
    vertical-align: top;
    margin-top: 2px;
}
.lang-sel .lang-sel-list{
    position: absolute;
    top: 48px;
    left: -12px;
    background-color: #fff;
    width: 60px;
    display: none;
    z-index: 10000;
    box-shadow: 0px 0px 18px 0px rgba(116, 168, 207, 0.4);
}
.lang-sel .lang-sel-list div{
    line-height: 40px;
    text-align: center;
}
.lang-sel .lang-sel-list div a{
    color: rgba(7, 27, 63, 1);
}
.lang-sel .lang-sel-list div a:hover{
    color: #1c6bff;
}
.lang-sel .lang-sel-list .triangle{
    width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 25px;
    transform: rotate(45deg);
}

.header-phone{
    width: 124px;
    height: 24px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 16px;
    padding-left: 30px;
    position: relative;
    float: left;
    margin-left: 18px;
    margin-top: 14px;
}
.header-phone .header-phone-icon{
    position: absolute;
    left: 2px;
    top: 1px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-phone .header-phone-icon img{
    width: 10px;
    height: 10px;
}
.header-login {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    margin-left: 16px;
    margin-top: 18px;
    float: left;
    display: block;
}
.header-login:hover, .header-login:link{
    color: #fff;
    text-decoration: underline;
}

.to-case-detail{
    text-align: center;
    margin-top: 100px;
    font-size: 14px;
}
.to-case-detail a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    width: 180px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 44px;
    background: #1C6BFF;
    box-shadow: 0px 0px 30px 0px rgba(28, 107, 255, 0.2);
}
.to-case-detail a:hover{
    color: #fff;
}
.to-case-detail a .iconfont{
    font-size: 14px;
}


/* 客户案例-解决方案 */

.more-tab{
    padding: 82px 181px;
}
.more-title{
    color: #071B3F;
    font-size: 32px;
    text-align: center;
    margin-bottom: 96px;
}
.more-tab-box{
    background-color: #F2F6FF;
    padding: 30px;

}
.more-tab-item{
    display: inline-block;
    padding: 0 6px;
    width: 250px;
    height: 52px;
    line-height: 52px;
    color: #071B3F;
    font-size: 16px;
    margin-bottom: 34px;
    margin-right: 0;
}
.more-tab-item img{
    width: 36px;
    vertical-align: middle;
}
.more-tab-item i{
    visibility: hidden;
    float: right;
    color: #88B1FF;
}
.more-tab-item:hover{
    background-color: #fff;
}
.more-tab-item:hover i{
    visibility: visible;
}
/* 客户案例 */
.success-example{
    padding-top: 80px;
    height: 660px;
}
.solution-logolist{
    height: 300px !important;
    margin-top: 0 !important;
}
.success-example .title {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #071B3F;
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
}
.case-swiper-container{
    width: 1044px;
    height: 390px;
    position: relative;
    margin: 80px auto 0;
    overflow: hidden;
}
.case-swiper-container .swiper-slide{
    width: 100%;
    height: 100%;
    padding: 15px;
}
.swiper-case-detail-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 108px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgba(116, 168, 207, 0.2);
}
.swiper-case-detail-item-logo{
    width: 235px;
    height: 167px;
    border-radius: 4px;
    border: 1px solid rgba(28, 94, 255, 0.2);
    margin-right: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-case-detail-item-content {
    flex: 1;
}
.swiper-case-detail-item-title{
    font-size: 20px;
    color: #071B3F;
    height: 50px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.swiper-case-detail-item-desc{
    font-size: 14px;
    color: rgba(7, 27, 63, 0.6);
    line-height: 26px;
    /* margin-bottom: 32px; */
    height: 120px;
}
.swiper-case-detail-item-operate .btn-a{
    display: inline-block;
    width: 164px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #1C6BFF;
    line-height: 44px;
    padding-left: 35px;
    padding-right: 24px;
    color: #1C6BFF;
    font-size: 14px;
    margin-right: 80px;
}
.swiper-case-detail-item-operate .btn-a i{
    float: right;
    font-size: 22px;
}
.swiper-case-detail-item-operate .text-a, .swiper-case-detail-item-operate .text-a:hover, .swiper-case-detail-item-operate .text-a:active {
    color: #1C6BFF;
    font-size: 14px;
}
.swiper-button-next-case, .swiper-button-prev-case{
    border: 1px solid rgba(7, 27, 63, 0.6);
    color: rgba(7, 27, 63, 0.6);
    width: 38px;
    height: 38px;
    border-radius: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 170px;
    background-color: #fff;
}
.swiper-button-next-case{
    right: 46px;
}
.swiper-button-prev-case{
    left: 44px;
}
.swiper-button-next-case:after, .swiper-button-prev-case:after {
    content: '';
}
.swiper-pagination-case{
    bottom: 0;
    left: 0;
    right: 0;
}
.swiper-pagination-case .swiper-pagination-bullet{
    margin-left: 5px;
    margin-right: 5px;
}

/*@media screen and (max-width: 760px) {*/
@media screen and (max-width: 1024px) {
    .more-tab{
       padding: 3rem 0 0; 
    }
    .more-tab-box{
        padding: 3rem 2rem 1rem;
    }
    .more-tab-item{
        width: 19rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.65rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
        background: #fff;
        margin-left: 0.7rem;
        margin-right: 0.7rem !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .more-tab-item img{
        width: 2.6rem;
    }
    .more-title{
        font-size: 2.25rem;
        margin-bottom: 2rem;
    }
    .more-tab-item i{
        visibility: visible;
        font-size: 1.7rem;
    }
    .success-example{
        height: auto;
        padding-top: 2rem;
    }
    .solution-logolist{
        height: auto !important;
    }
    .success-example .title {
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 1rem;
    }
    .case-swiper-container{
        width: 90%;
        height: 44rem;
        margin: 2rem auto;
    }

    .swiper-case-detail-item{
        padding: 2rem 4rem;
        display: block;
    }
    .swiper-case-detail-item-logo{
        width: 100%;
        height: 13rem;
        padding-top: 2rem;
        margin-right: 1.5rem;
        margin-top: 1rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .swiper-case-detail-item-title{
        font-size: 1.8rem;
        height: auto;
        margin-bottom: 1rem;
    }
    .swiper-case-detail-item-desc{
        font-size: 1.45rem;
        line-height: normal;
        margin-bottom: 2.5rem;
        height: 9rem;
    }
    .swiper-case-detail-item-operate{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .swiper-case-detail-item-operate .btn-a{
        width: 12rem;
        height: 3rem;
        line-height: 3rem;
        border-radius: 3rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        font-size: 1.45rem;
        margin-right: 3rem;
    }
    .swiper-case-detail-item-operate .btn-a i{
        font-size: 1.6rem;
    }
    .swiper-case-detail-item-operate .text-a, .swiper-case-detail-item-operate .text-a:hover, .swiper-case-detail-item-operate .text-a:active{
        font-size: 1.45rem;
    }

    .swiper-button-next-case, .swiper-button-prev-case{
        display: none;
    }
    .swiper-button-next-case i, .swiper-button-prev-case i{
        font-size: 1.4rem;

    }
    .swiper-button-next-case{
        right: 1.3rem;
    }
    .swiper-button-prev-case{
        left: 1.3rem;
    }
    .swiper-button-next-case:after, .swiper-button-prev-case:after {
        content: '';
    }
    .swiper-pagination-case{
        bottom: 0;
        left: 0;
        right: 0;
    }
    .swiper-pagination-case .swiper-pagination-bullet{
        margin-left: 5px;
        margin-right: 5px;
        width: 0.6rem;
        height: 0.6rem;
    }

    .to-case-detail{
        text-align: center;
        margin-top: 4rem;
        font-size: 1.6rem;
    }
    .to-case-detail a{
        display: inline-block;
        color: #fff;
        font-size: 1.6rem;
        width: 15rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        border-radius: 4rem;
        background: #1C6BFF;
        box-shadow: 0px 0px 30px 0px rgba(28, 107, 255, 0.2);
    }
    .to-case-detail a .iconfont{
        font-size: 1.6rem;
    }

    .xf_fix {
        display: none;
    }

    .header_fix {
        display: none;
    }

    .mainhb {
        font-size: 1rem;
        /*margin: 0 auto;*/
    }

    .mainhb .box1main {
        width: 100%;
        background-image: url(../index-jump/images/new202009/mainbox1bg_mob.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 40.9375rem 20rem;
        overflow: hidden;
    }

    .mainhb .box1main .header {
        width: 100%;
        height: 6.125rem;
        overflow: hidden;
        margin-top:2.13rem;
        position: relative;
    }

    .mainhb .box1main .header .logo {
        width: 5.31rem;
        height: 2.5rem;
        position:absolute;
        left: 2.5rem;
    }

    .mainhb .box1main .header .logo img {
        width: 5.31rem;
        height: 2.5rem;
    }

    .mainhb .box1main .header .line,
    .mainhb .box1main .header .title,
    .mainhb .box1main .header .nav,
    .mainhb .box1main .header .line1,
    .mainhb .box1main .header .mfsy,
    .header-phone, .header-login
    {
        display: none;
    }

    .mainhb .box1main .header .menulistv{
        width:2.5rem;
        height:2.5rem;
        position:absolute;
        right: 2.5rem;
    }
    .mainhb .box1main .header .menulistv img{
        width:2.5rem;
        height:2.5rem;
    }

    .mainhb .box1main .banner1 {
        width: 100%;
        position: relative;
        height: 52.625rem;
    }

    .mainhb .box1main .banner1 .content {
        width: 100%;
        text-align: center;
        position: absolute;
        top:30.875rem;

    }

    .mainhb .box1main .banner1 .content h1 {
        height: 4.19rem;
        font-size: 3rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 4.19rem;
        letter-spacing: 2px;
    }

    .mainhb .box1main .banner1 .content h1 span {
        font-family: DINPro-Medium;
    }

    .mainhb .box1main .banner1 .content h2 {
        margin-top: 2.56rem;
        font-size: 1.75rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.63rem;
        letter-spacing: 1px;
    }

    .mainhb .box1main .banner1 .content .btn {
        display: inline-block;
/*        width: 13.5rem;
        height: 4.5rem;
        line-height: 4.5rem;*/
        padding:0.7rem 0;
        padding-right:3.7rem;
        background-color: #1C6BFF;
        background-image: url(../index-jump/images/new202009/arrow1.png);
        background-repeat: no-repeat;
        background-position: 9.8rem center;
        background-size: 2.12rem 2.12rem;
        box-shadow: 0rem 0rem 1.88rem 0rem rgba(28, 107, 255, 0.2);
        border-radius: 2.75rem;
        margin-top: 3.6rem;
        font-size: 1.75rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        text-indent: 2.4rem;
        text-align: left;
    }
    .mainhb .box1main .banner1 .content .mfsy{
        background-position: 18.6rem center;
    }

    .mainhb .box1main .banner1 .ptimg {
        position: relative;
/*        width: 43.1875rem;
        height: 30.3125rem;*/
        width: 38.86875rem;
        height: 27.28125rem;
/*        transform:scale(0.9,0.9);
        -webkit-transform:scale(0.9,0.9);  !*兼容-webkit-引擎浏览器*!
        -moz-transform:scale(0.9,0.9);     !*兼容-moz-引擎浏览器*!*/
        margin-left:2.1rem;
        margin-top:-3rem;
        overflow: hidden;
    }

    .mainhb .box1main .banner1 .ptimg .pt1 {
        display: block;
        position: absolute;
/*        width: 43.1875rem;
        height: 30.3125rem;*/
        width: 38.86875rem;
        height: 27.28125rem;
        z-index: 300;
    }

    .mainhb .box1main .banner1 .ptimg .pt2 {
        display: block;
        position: absolute;
/*        width: 43.1875rem;
        height: 30.3125rem;*/
        width: 38.86875rem;
        height: 27.28125rem;
        z-index: 200;
    }

    .mainhb .box1main .banner1 .ptimg .op1 {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 300;
    }

    .mainhb .box1main .banner1 .ptimg .dh1, .mainhb .box1main .banner1 .ptimg .dh2, .mainhb .box1main .banner1 .ptimg .dh3 {
        display: block;
        position: absolute;
        z-index: 500;
        animation-timing-function: linear;
/*        width: 2.125rem;
        height: 6.875rem;*/
        width: 1.9125rem;
        height: 6.1875rem;
    }
/*    .mainhb .box1main .banner1 .ptimg .dh1 {
        animation: b1dh1 2s infinite;
        animation-direction: alternate;
    }

    .mainhb .box1main .banner1 .ptimg .dh2 {

        animation: b1dh2 2s infinite;
        animation-direction: alternate;
    }

    .mainhb .box1main .banner1 .ptimg .dh3 {
        animation: b1dh3 2s infinite;
        animation-direction: alternate;
    }

.mainhb .box1main .banner1 .ptimg .dh1, .mainhb .box1main .banner1 .ptimg .dh2, .mainhb .box1main .banner1 .ptimg .dh3 {
    display: block;
    position: absolute;
    z-index: 500;
    animation-timing-function: linear;
    width: 34px;
    height: 110px;
}
    .mainhb .box1main .banner1 .ptimg .dh4 {
        display: block;
        position: absolute;
        z-index: 250;
        animation: b1dh4 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
        width:5.5rem;
        height: 4rem;
    }*/

    .mainhb .box1main .banner1 .ptimg .dh1bug {
        animation: b1dh1 2s infinite;
        animation-direction: alternate;
    }

    .mainhb .box1main .banner1 .ptimg .dh2bug {

        animation: b1dh2 2s infinite;
        animation-direction: alternate;
    }

    .mainhb .box1main .banner1 .ptimg .dh3bug {
        animation: b1dh3 2s infinite;
        animation-direction: alternate;
    }

    .mainhb .box1main .banner1 .ptimg .dh4bug {
        display: block;
        position: absolute;
        z-index: 250;
        animation: b1dh4 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
        width:5.5rem;
        height: 4rem;
    }

    @keyframes b1dh4 {
        0% {
/*            left: 25.625rem;
            top: 16.75rem;*/
            left: 23.0625rem;
            top: 15.075rem;
        }
        100% {
/*            left: 21.75rem;
            top: 18.875rem;*/
            left: 19.575rem;
            top: 16.9875rem;
        }
    }

    @keyframes b1dh1 {
        0% {
/*            left: 6.8125rem;
            top: 10.625rem;*/
            left: 6.13125rem;
            top: 9.5625rem;
        }
        100% {
/*            left: 6.8125rem;
            top: 9.375rem;*/
            left: 6.13125rem;
            top: 8.4375rem;
        }
    }
    @keyframes b1dh2 {
        0% {
/*            left: 13.1875rem;
            top: 6.5rem;*/
            left: 11.86875rem;
            top: 5.85rem;
        }
        100% {
/*            left: 13.1875rem;
            top: 5.25rem;*/
            left: 11.86875rem;
            top: 4.725rem;
        }
    }

    @keyframes b1dh3 {
        0% {
/*            left: 19.6875rem;
            top: 2.125rem;*/
            left: 17.71875rem;
            top: 1.9125rem;
        }
        100% {
/*            left: 19.6875rem;
            top: 0.875rem;*/
            left: 17.71875rem;
            top: 0.7875rem;
        }
    }

    .mainhb .box1main .banner1 .ptimg img {
        /* width: 631px;
     height: 457px;*/
    }


    .mainhb .box2main {
        width:100%;
        padding-top: 6rem;
    }

    .mainhb .box2main .title {
        overflow: hidden;
    }

    .mainhb .box2main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .mainhb .box2main .title h2 {
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }

    .mainhb .box2main .content {
        width: 100%;
    }

    .mainhb .box2main .content .list {
        width:90%;
        margin: 0 auto;
        margin-top:4.25rem;
    }
    .mainhb .box2main .content .list .simg{
        float:left;
        height: 6rem;
        padding-right:2.6rem;
    }

    .mainhb .box2main .content .list img {
        width: 5.5rem;
        height: 5.5rem;
    }

    .mainhb .box2main .content .list .t1 {
        display: block;
        font-size: 1.75rem;
        font-weight: 400;
        color: #071B3F;
        overflow: hidden;

    }

    .mainhb .box2main .content .list .info {
        display: block;
        font-size: 1.5rem;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        margin-top: .75rem;
        text-align: left;
    }




    .mainhb .box4main {
        width: 100%;
        background: url(../index-jump/images/new202009/mainbox4bg.png) no-repeat;
        background-size: 100% 100%;
        /* margin-top: 7rem; */
        padding: 6rem 0;
    }

    .mainhb .box4main .title {
        overflow: hidden;
    }

    .mainhb .box4main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #ffffff;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .mainhb .box4main .title h2 {
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: #ffffff;
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }

    .mainhb .box4main .content {
        width: 100%;
    }

    .mainhb .box4main .content .list {
        width:90%;
        margin: 0 auto;
        margin-top:4.25rem;
    }

    .mainhb .box4main .content .list .simg {
        float:left;
        height: 6rem;
        padding-right:2.6rem;
    }
    .mainhb .box4main .content .list img {
        width: 5.5rem;
        height: 5.5rem;
    }

    .mainhb .box4main .content .list .t1 {
        display: block;
        font-size: 1.75rem;
        font-weight: 400;
        color: #ffffff;
        overflow: hidden;
    }

    .mainhb .box4main .content .cut1 {
       display: none;
    }


    .mainhb .box4main .content .list .info {
        display: block;
        font-size: 1.5rem;
        font-weight: 400;
        color: #ffffff;
        margin-top: .75rem;
        text-align: left;
    }


    .mainhb .box11main {
        width: 100%;
        background: #f8fbff;
        overflow: hidden;

    }
    .mainhb .box11main .cmain{
        display: flex;
        flex-direction:column;
    }
    .mainhb .box11main .pt {
        width: 37.25rem;
        height: 37.5rem;
        background: url(../index-jump/images/new202009/b11pt.jpg) no-repeat;
        background-size: 37.25rem 37.5rem;
        font-size: 1.125rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #000000;
        overflow: hidden;
        margin: 0 auto;
        order: 10;
    }

    .mainhb .box11main .pt .line1 {
        margin-left: 6.875rem;
        margin-top: 5.9375rem;
        overflow: hidden;
    }

    .mainhb .box11main .pt .line2 {
        margin-left: 30.875rem;
        margin-top: 0.2375rem;
        overflow: hidden;
    }

    .mainhb .box11main .pt .line3 {
        margin-left: 24.25rem;
        margin-top: 7.525rem;
        overflow: hidden;
    }

    .mainhb .box11main .pt .line4 {
        margin-left: 7.8125rem;
        margin-top: 4.075rem;
        overflow: hidden;
    }

    .mainhb .box11main .pt .line5 {
        margin-left: 25.625rem;
        margin-top: 2.5125rem;
        overflow: hidden;
    }

    .mainhb .box11main .content {
        padding: 1rem 2.5%;
        overflow: hidden;
        text-align: center;
        order: 1;
    }

    .mainhb .box11main .content h1 {
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        letter-spacing: 1px;
        padding-top:2rem;
    }

    .mainhb .box11main .content h2 {
        margin-top: 1.5rem;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        letter-spacing: 2px;
    }

    .mainhb .box11main .content .more {
        display: inline-block;
/*        width: 13.5rem;
        height: 4.5rem;
        line-height: 4.5rem;*/
        padding:0.7rem 0;
        padding-right:3.7rem;
        background-color: #1C6BFF;
        background-image: url(../index-jump/images/new202009/arrow2.png);
        background-repeat: no-repeat;
        background-position: 10.19rem center;
        background-size: 1.75rem;
        box-shadow: 0rem 0rem 1.88rem 0rem rgba(28, 107, 255, 0.2);
        border-radius: 2.75rem;
        margin-top: 3.6rem;
        font-size: 1.75rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        text-indent: 2.4rem;
        text-align: left;
    }

    .mainhb .box11main .content .more a {
        color: rgba(255, 255, 255, 0.94);
    }


    .mainhb .box3main {
        width: 100%;
        margin-top: 6rem;
        overflow: hidden;
    }

    .mainhb .box3main .title {
        overflow: hidden;
    }

    .mainhb .box3main .title h1 {
        text-align: center;
        padding: 0 2rem;
        height: 6.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .mainhb .box3main .title h2 {
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }

    .mainhb .box3main .content {
        display: none;
    }
    .mainhb .box3main .content_mobi {
        width:100%;
    }

    .mainhb .box3main .content_mobi .m {
        width: 43rem;
        height: 24.25rem;
        background: url(../index-jump/images/four-view.png) no-repeat;
        background-size: 43rem 24.25rem;
        margin: 0 auto;
        margin-top:5rem;
        overflow: hidden;
    }


    .mainhb .box3main .content_mobi .list{
        padding: 0 5%;
        padding-top:2.75rem;

    }
    .mainhb .box3main .content_mobi .list .t1{
        font-size: 1.75rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;}
    .mainhb .box3main .content_mobi .list .c1{
        font-size: 1.5rem;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 2.5rem;margin-top:1rem;display: block;}


    .mainhb .box3main .content_mobi .m .line1, .mainhb .box3main .content_mobi .m .line2 {
        font-size: 1.75rem;
        font-weight: 400;
        color: #1C5EFF;
        /*margin-top: 2.1875rem;*/
    }

    .mainhb .box3main .content_mobi .m .line2 {
        margin-top: 4.0625rem;
    }

    .mainhb .box3main .content_mobi .m .line1 .t1, .mainhb .box3main .content_mobi .m .line2 .t1 {
        /*width: 60px;*/
        /*width: 3.5rem;*/
        /*height: 1.5rem;*/
        display: inline-block;
        padding: .75rem;
        background: #f1f6ff;
        border-radius: 0.25rem;
        margin-left: 8rem;
        display: inline-block;
        text-align: center;
        line-height: 1.5rem;
    }

    .mainhb .box3main .content_mobi .m .line1 .t2, .mainhb .box3main .content_mobi .m .line2 .t2 {
/*        width: 3.5rem;
        height: 1.5rem;*/
        display: inline-block;
        padding: .75rem;
        background: #f1f6ff;
        border-radius: 0.25rem;
        margin-left: 16rem;
        display: inline-block;
        text-align: center;
        line-height: 1.5rem;
    }


    .mainhb .box5main {
        width: 100%;
        background: #f8fbff;
        overflow: hidden;
        padding: 3rem 0;
        margin-top:6rem;

    }

    .mainhb .box5main .title {
        overflow: hidden;
    }

    .mainhb .box5main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .mainhb .box5main .title h2 {
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }

    .mainhb .box5main .content {
        /*width: 100%;*/
        overflow: hidden;
    }

    .mainhb .box5main .content .pt {
        width: 34.375rem;
        height: 31.25rem;
        margin: 0 auto;
        margin-top: 5.5625rem;
        background: url(../index-jump/images/new202009/b5pt.png) no-repeat;
        background-size: 34.375rem 31.25rem;
        position: relative;

    }

    .mainhb .box5main .content .pt img {
        width: 2rem;
        height: 8.375rem;
    }

/*    .mainhb .box5main .content .pt .b5ac1 {
        position: relative;
        animation: b5ac1 2s infinite;
        animation-direction: alternate;
    }

    .mainhb .box5main .content .pt .b5ac2 {
        position: relative;
        animation: b5ac2 3s infinite;
        animation-direction: alternate;
    }*/
    .mainhb .box5main .content .pt .b5ac1bug {
        position: relative;
        animation: b5ac1 2s infinite;
        animation-direction: alternate;
    }

    .mainhb .box5main .content .pt .b5ac2bug {
        position: relative;
        animation: b5ac2 3s infinite;
        animation-direction: alternate;
    }
    @keyframes b5ac1 {
        0% {
            left: 2.0625rem;
            top: 11.875rem;
        }
        100% {
            left: 2.0625rem;
            top: 13.75rem;
        }
    }

    @keyframes b5ac2 {
        0% {
            left: 31.125rem;
            top: 8.125rem;
        }
        100% {
            left: 31.125rem;
            top: 10rem;
        }
    }

    .mainhb .box5main .content .listmain {
        overflow: hidden;
    }

    .mainhb .box5main .content .list {
        padding: 0 5%;
        padding-top:2.75rem;
    }

    .mainhb .box5main .content .list .icon,.mainhb .box5main .content .list .cut1 {
      display: none;
    }

    .mainhb .box5main .content .list .t1 {
        font-size: 1.75rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
    }
    .mainhb .box5main .content .list .info {
        font-size: 1.5rem;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 2.5rem;margin-top:1rem;display: block;
    }



    .mainhb .box6main {
        width: 100%;
        overflow: hidden;
        padding:6rem 0;
    }


    .mainhb .box6main .title {
        overflow: hidden;
    }

    .mainhb .box6main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .mainhb .box6main .title h2 {
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }

    .mainhb .box6main .content {
        overflow: visible;
        padding-top: 4rem;
        position: relative;
    }

    .mainhb .box6main .content .list {
        position: relative;
        float: left;
        overflow: hidden;
        width: 20.4375rem;
        height: 23.3125rem;
        background: #FFFFFF;
        border-radius: 0.5rem;
        border: 1px solid rgba(28, 94, 255, 0.2);
        margin-left: 2rem;
        margin-top:2rem;
        text-align: center;
        transition: box-shadow 0.5s;
    }

    .mainhb .box6main .content .list:hover {
        box-shadow: 0px 0px 30px 0px rgba(56, 108, 203, 0.2);
        border-radius: 0.5rem;
        border: none;
    }

    .mainhb .box6main .content .list .simg {
        margin-top: 3.55rem;
    }

    .mainhb .box6main .content .list .simg img {
        width: 8rem;
    }

    .mainhb .box6main .content .list .t1 {
        font-size: 1.75rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        margin-top: 4rem;
    }

    .mainhb .box6main .content .list .info {
        display: none;
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
        width: 20.4375rem;
        height: 23.3125rem;
        padding-top: 3.375rem;
        overflow: hidden;
        transition: top 0.5s;

    }

    .mainhb .box6main .content .list:hover .info {
        display: block;
    }

    .mainhb .box6main .content .list .info .infolist {
        margin-bottom: 4px;
        text-align: left;
        padding: 0 1rem;
        overflow: hidden;
        font-size: 1.25rem;
        font-weight: 400;
        color: #071B3F;
        line-height: 2rem;
    }

    .mainhb .box6main .content .list .info .infolist i {
        display: inline-block;
        width: 0.375rem;
        height: 0.375rem;
        background: #1C6BFF;
        overflow: hidden;
        border-radius: 50%;
        line-height: 1.5rem;
        vertical-align: top;
        margin-top: 0.75rem;
    }

    .mainhb .box6main .content .list .info .infolist span {
        display: inline-block;
        width: 17.5rem;
        overflow: hidden;
        margin-left: 0.35rem;
    }



    .mainhb .box7main {
        width: 100%;
       overflow: hidden;
        /* background: #f8fbff; */
        padding: 6rem 0;
    }

    .mainhb .box7main .title {
        overflow: hidden;
    }

    .mainhb .box7main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;

    }

    .mainhb .box7main .title h2 {
        width: 78%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }

    .mainhb .box7main .content {
        margin-top: 3.25rem;
        display: flex;
        flex-direction:column;
        /*justify-content:center;*/
    }

    .mainhb .box7main .content .list {
        overflow: hidden;
        text-align: center;
        flex:1;
        margin-bottom:5rem;
    }

    .mainhb .box7main .content .cut {
        display: none;
    }

    .mainhb .box7main .content .list .nummain {
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
        color: #1C6BFF;
    }

    .mainhb .box7main .content .list .nummain .num {
        display: block;
        float: left;
        font-size: 4.5rem;
        font-weight: 400;
        overflow: hidden;
    }

    .mainhb .box7main .content .list .nummain .fbmain {
        display: block;
        float: left;
        position: relative;
        margin-left: -0.3125rem;
    }

    .mainhb .box7main .content .list .nummain .fbmain .simg {
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        position: relative;
        margin-top: 0.9375rem;
    }

    .mainhb .box7main .content .list .nummain .fbmain .simg img {
        width: 2.375rem;
        height: 2.375rem;
    }

    .mainhb .box7main .content .list .nummain .fbmain .bfb {
        display: block;
        font-size: 0.875rem;
        margin-top: 0.625rem;
    }

    .mainhb .box7main .content .list .info {
        display: inline-block;
        width:28.125rem;
        vertical-align: middle;
        font-size: 1.5rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.65);
        line-height: 1.7;
        text-align: left;
        margin-left: 1rem;
    }


    .mainhb .box8main {
        width: 100%;
        background-color: #f8fbff;
        background-image: url(../index-jump/images/new202009/mainbox4bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        padding: 3rem 0;
    }

    .mainhb .box8main .title {
        overflow: hidden;
    }

    .mainhb .box8main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #ffffff;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .mainhb .box8main .title h2 {
        margin: 0 auto;
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: #ffffff;
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
        width: 80%;

    }

    .mainhb .box8main .content {
        margin-top: 1rem;
        overflow: hidden;
    }

    .mainhb .box8main .content .list {
        width: 80%;
        height: 35rem;
        margin:0 auto;
        background: #FFFFFF;
        box-shadow: 0rem 0rem 1.875rem 0rem rgba(116, 168, 207, 0.15);
        border-radius: 0.5rem;
        text-align: center;
        overflow: hidden;
        margin-top:2rem;
    }

    .mainhb .box8main .content .list .simg {
        margin-top: 3.875rem;
        overflow: hidden;
    }

    .mainhb .box8main .content .list .simg img {
        width: 14rem;
        height: 14rem;
    }

    .mainhb .box8main .content .list .t1 {
        margin-top: 2.625rem;
        font-size: 2rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
    }

    .mainhb .box8main .content .list .info {
        padding: 0 2.5rem;
        font-size: 1.5rem;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 1.7;
        margin-top: 1.5625rem;
        text-align: center;
    }


    .mainhb .box9main {
        width: 100%;
        background: #f8fbff;
        overflow: hidden;
        padding:6rem 0;
        text-align: center;
    }

    .mainhb .box9main .title {
        overflow: hidden;
    }

    .mainhb .box9main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .mainhb .box9main .title h2 {
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }

    .mainhb .box9main .content {
        width: 75rem;
        overflow: hidden;
        margin-top: 4.25rem;
        background: url(../index-jump/images/new202009/b9pt-new.png) no-repeat;
        background-position: top center;
        background-size: 37.625rem 36.4375rem;
        position: relative;
        transform:scale(0.8,0.8);
        /*-webkit-transform:scale(0.9,0.9);  !*兼容-webkit-引擎浏览器*!*/
        /*-moz-transform:scale(0.9,0.9);     !*兼容-moz-引擎浏览器*!*/
        margin-left:-15rem;

    }

    .mainhb .box9main .content .dotlist {
        position: absolute;
    }

    .mainhb .box9main .content .dotlist .dot1 {
        width: 2.125rem;
        height: 2.125rem;
        position: absolute;
        top: 8.125rem;
        left: 21.25rem;
    }

    .mainhb .box9main .content .dotlist .dot2 {
        width: 2.125rem;
        height: 2.125rem;
        position: absolute;
        top: 27.6875rem;
        left: 22.125rem;
    }

    .mainhb .box9main .content .dotlist .dot3 {
        width: 2.125rem;
        height: 2.125rem;
        position: absolute;
        top: 26.875rem;
        left: 51.875rem;
    }

    .mainhb .box9main .content .dotlist .dot4 {
        width: 2.125rem;
        height: 2.125rem;
        position: absolute;
        top: 7.375rem;
        left: 52.1875rem;
    }

    .mainhb .box9main .content .dotlist .dot {
        position: absolute;
        width: 0.75rem;
        height: 0.75rem;
        background: #1C6BFF;
        border-radius: 50%;
        opacity: 1;
        top: 0.6875rem;
        left: 0.6875rem;
    }

    .mainhb .box9main .content .dotlist .pulse {
        position: absolute;
        width: 2.125rem;
        height: 2.125rem;
        background: #E8F0FF;
        border-radius: 50%;
        /*animation: warn 2.5s ease 0.9s infinite;*/
    }

    .mainhb .box9main .content .dotlist .dot1 .pulse {
        animation: warn 2.5s ease 0.1s infinite;
    }

    .mainhb .box9main .content .dotlist .dot2 .pulse {
        animation: warn 2.5s ease 0.3s infinite;
    }

    .mainhb .box9main .content .dotlist .dot3 .pulse {
        animation: warn 2.5s ease 0.6s infinite;
    }

    .mainhb .box9main .content .dotlist .dot4 .pulse {
        animation: warn 2.5s ease 0.9s infinite;
    }


    @keyframes warn {
        0% {
            transform: scale(0);
            opacity: 1;
        }
        100% {
            transform: scale(1);
            opacity: 0.8;


        }
    }

    .mainhb .box9main .content .line1 {
        overflow: hidden;
        margin-top: 4.6875rem;
        width: 100%;
    }


    .mainhb .box9main .content .line1 .simg1 {
        float: left;
        overflow: hidden;
        margin-left: 3px;
        width: 8rem;
        height: 8rem;
        visibility: hidden;
        /*animation: b9line1simg1 6s infinite;*/
        /*animation-timing-function: linear;*/
        z-index: 500;
        position: relative;
        margin-top: 0.625rem;
    }


    .mainhb .box9main .content .line1 .simg2 {
        float: left;
        overflow: hidden;
        margin-left: 22.5rem;
        width: 8rem;
        height: 8rem;
        position: relative;
        margin-top: 0px;
        visibility: hidden;
        z-index: 500;
        position: relative;
        /*animation: b9line1simg2 6s infinite;*/
        /*animation-timing-function: linear;*/
    }

    .mainhb .box9main .content .line1 .simg1 img, .mainhb .box9main .content .line1 .simg2 img {
        width: 8rem;
        height: 8rem;
    }

    .mainhb .box9main .content .line1 .c1 {
        float: left;
        overflow: hidden;
        margin-left: 10.3125rem;
        text-align: right;
        position: relative;
        margin-top: 0.625rem;
    }

    .mainhb .box9main .content .line1 .c1 .nummain {
        overflow: hidden;
        margin-top: 1.125rem;
    }

    .mainhb .box9main .content .line1 .c1 .nummain .num {
        display: inline-block;
        font-size: 2.25rem;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.85);
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .mainhb .box9main .content .line1 .c1 .nummain .fhmain {
        display: inline-block;
        overflow: hidden;
    }

    .mainhb .box9main .content .line1 .c1 .nummain .fhmain .fh {
        width: 0.8125rem;
        height: 1.25rem;
        font-size: 1.25rem;
        font-weight: 500;
        color: #1C6BFF;
        line-height: 1.25rem;
    }

    .mainhb .box9main .content .line1 .c1 .nummain .fhmain .dw {
        width: 0.8125rem;
        height: 1.0625rem;
        font-size: 0.75rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
        line-height: 1.0625rem;
    }

    .mainhb .box9main .content .line1 .c1 .info {
        font-size: 1.125rem;
        font-weight: 500;
        /*color: rgba(0, 0, 0, 0.65);*/
        color: #5b6983;
        width: 7.8125rem;
    }

    .mainhb .box9main .content .line1 .c2 {
        float: left;
        overflow: hidden;
        margin-left: 0px;
        position: relative;
        /*margin-top: -20px;*/
    }

    .mainhb .box9main .content .line1 .c2 .nummain {
        overflow: hidden;
        margin-top: 1.125rem;
    }

    .mainhb .box9main .content .line1 .c2 .nummain .num {
        display: inline-block;
        font-size: 2.25rem;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.85);
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .mainhb .box9main .content .line1 .c2 .nummain .fhmain {
        display: inline-block;
        overflow: hidden;
    }

    .mainhb .box9main .content .line1 .c2 .nummain .fhmain .fh {
        width: 0.8125rem;
        height: 1.25rem;
        font-size: 1.25rem;
        font-weight: 500;
        color: #1C6BFF;
        line-height: 1.25rem;
    }

    .mainhb .box9main .content .line1 .c2 .nummain .fhmain .dw {
        width: 0.8125rem;
        height: 1.0625rem;
        font-size: 0.75rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
        line-height: 1.0625rem;
    }

    .mainhb .box9main .content .line1 .c2 .info {
        font-size: 1.125rem;
        font-weight: 500;
        /*color: rgba(0, 0, 0, 0.65);*/
        color: #5b6983;
    }

    /*line2*/
    .mainhb .box9main .content .line2 {
        overflow: hidden;
        margin-top: 11.25rem;
        width: 100%;
    }

    .mainhb .box9main .content .line2 .simg1 {
        float: left;
        overflow: hidden;
        margin-left: 0px;
        width: 8rem;
        height: 8rem;
        visibility: hidden;
        z-index: 500;
        position: relative;

        /*animation: b9line2simg1 6s infinite;*/
        /*animation-timing-function: linear;*/
    }


    .mainhb .box9main .content .line2 .simg2 {
        float: left;
        overflow: hidden;
        margin-left: 21.5625rem;
        width: 8rem;
        height: 8rem;
        visibility: hidden;
        z-index: 500;
        position: relative;
        margin-top: -0.625rem;
        /*animation: b9line2simg2 6s infinite;*/
        /*animation-timing-function: linear;*/
    }


    .mainhb .box9main .content .line2 .simg1 img, .mainhb .box9main .content .line2 .simg2 img {
        width: 8rem;
        height: 8rem;
    }


    .mainhb .box9main .content .line2 .c1 {
        float: left;
        overflow: hidden;
        margin-left: 12.1875rem;
        text-align: right;
        /*margin-top: 10px;*/
    }

    .mainhb .box9main .content .line2 .c2 {
        float: left;
        overflow: hidden;
        margin-left: 0px;
        margin-top: -0.625rem;
    }

    .mainhb .box9main .content .line2 .c1 .nummain, .mainhb .box9main .content .line2 .c2 .nummain {
        overflow: hidden;
        margin-top: 1.125rem;
    }

    .mainhb .box9main .content .line2 .c1 .nummain .num, .mainhb .box9main .content .line2 .c2 .nummain .num {
        display: inline-block;
        font-size: 2.25rem;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.85);
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .mainhb .box9main .content .line2 .c1 .nummain .fhmain, .mainhb .box9main .content .line2 .c2 .nummain .fhmain {
        display: inline-block;
        overflow: hidden;
    }

    .mainhb .box9main .content .line2 .c1 .nummain .fhmain .fh, .mainhb .box9main .content .line2 .c2 .nummain .fhmain .fh {
        width: 0.8125rem;
        height: 1.25rem;
        font-size: 1.25rem;
        font-weight: 500;
        color: #1C6BFF;
        line-height: 1.25rem;
    }

    .mainhb .box9main .content .line2 .c1 .nummain .fhmain .dw, .mainhb .box9main .content .line2 .c2 .nummain .fhmain .dw {
        width: 0.8125rem;
        height: 1.0625rem;
        font-size: 0.75rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
        line-height: 1.0625rem;
    }

    .mainhb .box9main .content .line2 .c1 .info, .mainhb .box9main .content .line2 .c2 .info {
        font-size: 1.125rem;
        font-weight: 500;
        /*color: rgba(0, 0, 0, 0.65);*/
        color: #5b6983;
    }

    .mainhb .box9main .more {
        display: inline-block;
        margin: 0 auto;
/*        width: 13.5rem;
        height: 4.5rem;
        line-height: 4.5rem;*/
        padding:0.7rem 0;
        padding-right:3.7rem;
        background-color: #1C6BFF;
        background-image: url(../index-jump/images/new202009/arrow2.png);
        background-repeat: no-repeat;
        background-position: 10.19rem center;
        background-size: 1.75rem;
        box-shadow: 0rem 0rem 1.88rem 0rem rgba(28, 107, 255, 0.2);
        border-radius: 2.75rem;
        font-size: 1.75rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        text-indent: 2.4rem;
        text-align: left;
        margin-top: 4.375rem;

    }
    .mainhb .box9main .bj{
        background-position: 18.6rem center;
    }

    .mainhb .box9main .content .line1 .act1 {
        visibility: visible;
    }

    .mainhb .box9main .content .line2 .act1 {
        visibility: visible;
    }

    .case-area{
        width: 100%;
        height: auto;
        background-color: #F2F6FF;
        background-image: url(../index-jump/images/new202009/index_case_all.png);
        background-size: 89rem auto;
        background-repeat: no-repeat;
        background-position: right bottom;
        padding: 4rem 3rem 40rem;
    }
    .case-area-list{
        width: 100%;
        overflow: hidden;
        padding-left: 5.3rem;
    }
    .case-area-title{
        font-size: 2.25rem;
        color: #071B3F;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    .case-area-desc{
        font-size: 1.75rem;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        margin-bottom: 3rem;
        text-align: center;
    }
    .case-area-item{
        float: left;
        width: 14rem;
        height: 4rem;
        line-height: 4rem;
        border-radius: 40px;
        border: 1px solid rgba(7, 27, 63, 0.2);
        color: rgba(7, 27, 63, 0.6);
        font-size: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1rem;
        margin-right: 2rem;
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .case-area-item i{
        color: #C2C9D9;
        font-size: 2.35rem;
    }
    .case-area-item:hover{
        color: #fff;
        background-color: #1C6BFF;
        border-color: #1C6BFF;
    }
    .case-area-item:hover i{
        color: #fff;
    }

    .mainhb .box10main {
        width: 100%;
        padding:6rem 0;
        overflow: hidden;
    }
    .mainhb .training-system{
        height: auto;
    }

    .mainhb .box10main .title {
        overflow: hidden;
    }

    .mainhb .box10main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;

    }

    .mainhb .box10main .title h2 {
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }
    /* .mainhb .box10main .swiper-container-mobi{padding:2rem 2.5%;} */

    .mainhb .listmain{
        padding: 4rem 2rem;
    }
    .mainhb .box10main .list {
        padding: 0 1.25rem;
    }


    .mainhb .box10main .list .listbox {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border: 1px solid rgba(28, 107, 255, 0.2);
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

    .mainhb .box10main .list .logom {
        height: 6.875rem;
        display: flex;
        justify-content: space-between;
        padding: 0 1.625rem;
    }

    .mainhb .box10main .list .logoimg {
        align-self: center;
    }

    .mainhb .box10main .list .logoimg img {
        max-height: 5rem;
        max-width: 10rem;
    }

    .mainhb .box10main .list .fh {
        align-self: center;
    }

    .mainhb .box10main .list .fh img {
        width: 3.125rem;
        height: 2.5625rem;
    }

    .mainhb .box10main .list .info {
        font-size: 1.25rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.45);
        line-height: 2;
        padding: 0 1.625rem;
        text-align: justify;
    }

    .mainhb .box10main .list .btn{
        text-align: right;
        margin-top: 2rem;
        margin-right: 1.625rem;
        /* padding-bottom: 2rem; */
    }
    .mainhb .box10main .list .btn a{
        color: #1C6BFF;
        font-size: 1.6rem;
    }

    .mainhb .box10main .logolist {
        overflow: hidden;
        width: 100%;
        position: relative;
        margin-top: 2rem;
    }

    .mainhb .box10main .logolist .maks1 {
        width: 12.125rem;
        height: 41.5rem;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        border-radius: 0.125rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 200;
    }

    .mainhb .box10main .logolist .maks2 {
        width: 12.125rem;
        height: 41.5rem;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        border-radius: 0.125rem;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 200;
    }

    .mainhb .box10main .logolist .main {
        position: relative;
        z-index: 100;
    }

    /*.mainhb .box10main .logolist .main .line1{position: relative;display: flex;justify-content:space-between;}
.mainhb .box10main .logolist .main .line2{position: relative;display: flex;justify-content:space-between;margin-top:34px;}*/
    .mainhb .box10main .logolist .main .line1 {
        width: 100%;
        height: 5rem;
        animation-name: customer-logo1, scrollBrand1;
        /*background-position: -1100px 0;*/
        animation-fill-mode: forwards, none;
        animation-timing-function: ease, linear;
        animation-iteration-count: 1, infinite;
        animation-duration: .46667s, 40s;
        background-image: url(../index-jump/images/new202009/logo1.png);
        background-repeat: no-repeat;
        /*background-size: 157.625rem 5.125rem;*/
        /* background-size: 153.4375rem 5.125rem; */
        background-size: 270.4375rem 2.6rem;
    }

    .mainhb .box10main .logolist .main .line2 {
        width: 100%;
        height: 5rem;
        animation-name: customer-logo1, scrollBrand1;
        /* background-position: -1100px 0;*/
        animation-fill-mode: forwards, none;
        animation-timing-function: ease, linear;
        animation-iteration-count: 1, infinite;
        animation-duration: .46667s, 60s;
        background-image: url(../index-jump/images/new202009/logo2.png);
        background-repeat: no-repeat;
        /*background-size: 157.625rem 5.125rem;*/
        /* background-size: 152rem 5.125rem; */
        background-size: 270.4375rem 2.6rem;
        margin-top: 2.125rem;
    }

    .mainhb .box10main .logolist .main .line3{
        width: 100%;
        height: 5rem;
        animation-name: customer-logo1, scrollBrand1;
        /*background-position: -1100px 0;*/
        animation-fill-mode: forwards, none;
        animation-timing-function: ease, linear;
        animation-iteration-count: 1, infinite;
        animation-duration: .46667s, 40s;
        background-repeat: no-repeat;
        background-image: url(../index-jump/images/new202009/logo3.png);
        /* background-size: 152rem 3rem; */
        background-size: 270.4375rem 2.6rem;
        background-position-y: 0 !important;
        margin-top: 2.125rem;
    }

    /*logo*/
    @keyframes customer-logo1 {
        0% {
            opacity: 0;
            transform: scale(0.7);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    /*logo移动*/
    @keyframes scrollBrand1 {
        0% {
            background-position: 0 0;
        }
        to {
            background-position: -68.75rem 0;
        }
    }

    /*.mainhb .box10main .logolist .main img{max-height: 80px;}
.mainhb .box10main .logolist .main .line1 img:nth-child(2){ margin-left:-20px;}
.mainhb .box10main .logolist .main .line2 img:nth-child(2){ margin-left:-20px;}
.mainhb .box10main .logolist .main .line2 img{}*/
    .mainhb .box10main .swiper-pagination-bullet-active {
        display: none;
    }

    .mainhb .box10main .swiper-button-prev {
        display: none;
    }

    .mainhb .box10main .swiper-button-next {
        display: none;
    }

    .mainhb .box10main .swiper-button-prev::after, .mainhb .box10main .swiper-button-next::after {
        content: ' ';
    }


    .mfsybox {
        width: 100%;
        height: 15rem;
        overflow: hidden;
        background: url(../index-jump/images/new202009/mfsyboxbg.png) no-repeat;
        background-size: 100% 15rem;
    }

    .trial-btn, .trial-btn:hover {
        width: 13.125rem;
        height: 3.6875rem;
        line-height: 3.6875rem;
        border-radius: 3rem;
        background: #fff;
        color: #1C6BFF;
        font-weight: 600;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top:1.35rem;
        font-size: 1.75rem;
    }

    .mfsybox h1 {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 3.5rem;
        font-size: 2.25rem;
        font-weight: 400;
        color: #FFFFFF;
    }


    .footer {
        width: 100%;
        overflow: hidden;
        background: #091633;
        padding-top:5.75rem;
        padding-bottom: 6rem;
    }

    .footer .logo{
        padding: 0 2rem;
        display: flex;
    }
    .footer .logo .logo-img{
        width: 9rem;
        height: 5rem;
        margin-bottom: 1rem;
    }
    .footer .logo .lianxi{
        color: #8e94a1;
        font-size: 1.2rem;
        margin-bottom: 1rem;
        width: 23rem;
    }
    .footer .logo .gzh{
        margin-bottom: 2rem;
        float: right;
    }
    .footer .logo .gzh div{
        color: #8e94a1;
        font-size: 1.2rem;
        margin-bottom: 0.4rem;
    }
    .footer .logo .gzh img{
        width: 9rem;
        height: 9rem;
    }
    .footer .fnav ul{
        overflow: hidden;
        width: 48%;
        display: inline-block;
        padding-left:2.56rem;
        /* height: 19rem; */
        vertical-align: top;
        margin-bottom: 1.4rem;
    }
    .footer .fnav ul:nth-child(1), .footer .fnav ul:nth-child(2){
        /* height: 11rem; */
    }
    .footer .fnav ul:nth-child(5){
        display: inline-block;
        width:26rem;
        /* height: 12rem; */
        padding-left:2.56rem;
    }
    .footer .fnav ul li{
        display: block;
        font-size: 1.25rem;
        font-weight: 400;
        margin-right:1.88rem;
        float: left;
        margin-top:1.12rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .footer .fnav ul li.news-li{
        width: 100%;
    }
    .footer .fnav ul li a{color: #8e94a1;}
    .footer .fnav ul li:nth-child(1){
        height: 2.06rem;
        font-size: 1.5rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 2.06rem;
        margin-right:0;
        margin-top:0;
        float: none;
        clear: both;
    }
    .footer .fnav ul li:nth-child(1) a{color: #ffffff;}
    
    .footer .fnav ul li img {
        vertical-align: middle;
        margin-right: 0.3125rem;
        width:1.25rem;
    }

    .footer .fnav ul.cases-ul{
        /* width: 50%; */
    }

    .footer .fnav ul li.cases-li{
        width: 100%;
    }
    .footer .fnav ul li.cases-li a{
        float: left;
        width: 50%;
        margin-bottom: 1.12rem;
    }

    .footer .copyright {
        padding-top:5.58rem;
        padding-bottom: 3rem;
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
        font-size: 1.25rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.65);
    }
    .header_fix_mobi{
        width: 100%;
        height: 6.75rem;
        background: rgba(9, 22, 51, 0.8);
        overflow: hidden;
        position: fixed;
        /*top: 0;*/
        top: -6.8rem;
        transition: top 0.5s;
        z-index: 9999;
    }
    .header_fix_mobi .logo{position:absolute;width:6.375rem; height: 3.4375rem;left:2rem;top:1.8rem;}
    .header_fix_mobi .logo img{width:6.375rem; height: 3.4375rem}
    .header_fix_mobi .mfsy{
/*        width: 10.25rem;
        height: 3.13rem;
        line-height: 3.13rem;
        text-align: center;*/
        padding:0.2rem 1.5rem;
        border-radius: 1.56rem;
        border: 0.06rem solid #FFFFFF;
        position:absolute;
        /* left:29.5rem; */
        right: 7rem;
        top:1.8rem;
        font-size: 1.75rem;
        font-weight: 400;
        color: #FFFFFF;
    }
    .header_fix_mobi .mfsy a{color: #FFFFFF;}


    .header_fix_mobi .menulistv{
        width:2.5rem;
        height:2.5rem;
        position:absolute;
        right: 2.5rem;
        top:2rem;
    }
    .header_fix_mobi .menulistv img{
        width:2.5rem;
        height:2.5rem;
    }
    .mobinavmain{
        width:100%;
        height: 100%;
        position:fixed;
        top:0;
        left:0;
        background: #ffffff;
        z-index: 999999;
        overflow: hidden;
        display: none;
    }
    .lang-sel-pc{
        display: none;
    }
    .lang-sel{
        color: #1C6BFF;
        font-size: 1.75rem;
        line-height: 6.75rem;
        float: right;
        margin-right: 5.5rem;
        padding: 0 2rem;
        width: auto;
        margin-left: 0;
        margin-top: 0;
    }
    .lang-sel .lang-sel-list{
        left: auto;
        right: 0;
        top: 6rem;
        width: 8rem;
        box-shadow: 0px 0px 1.5rem 0px rgb(116 168 207 / 20%);
    }
    .lang-sel .lang-sel-list .triangle{
        width: 1.2rem;
        height: 1.2rem;
        top: -0.5rem;
        left: 3.45rem;
        box-shadow: 0px 0px 1.5rem 0px rgb(116 168 207 / 20%);
    }
    .lang-sel img{
        width: 2rem;
        height: 2rem;
        margin-bottom: -0.3rem;
        vertical-align: inherit;
        margin-top: 0;
    }
    .mobinavmain .mobinavmain-scroll{
        width: 100%;
        height: 82%; 
        overflow-y: auto;
    }
    .mobinavmain .mfsy{
        /* position:absolute; */
        /* overflow: hidden; */
        background: #1C6BFF;
        border-radius: 2.75rem;
        font-size: 1.75rem;
        font-weight: 400;
        padding: 1rem 3.25rem;
        /* bottom: 10rem; */
        color: #ffffff;
        /* left:50%; */
        /* margin-left:-6.5rem; */
        margin: 12rem auto 3rem;
        width: 14rem;
        text-align: center;
        /* display: inline-block; */
    }
    .mobinavmain .mfsy a{color: #ffffff;}

    .mobinavmain .logo{
        width:5.31rem;
        height:2.5rem;
        position:absolute;
        left: 2.5rem;
        top:2.13rem;}
    .mobinavmain .logo img{        width:5.31rem;
        height:2.5rem;}
    .mobinavmain .menulistc{
        width:2.5rem;
        height:2.5rem;
        position:absolute;
        right: 2.5rem;
        top:2.13rem;
    }
    .mobinavmain .menulistc img{       width:2.5rem;
        height:2.5rem;}
    .mobinavmain .box1{
        position: relative;
        height: 6.75rem;
        border-bottom: solid 0.06rem #f3f4f5;
    }

    .mobinavmain ul{
        display: block;
        padding:0 2rem;
        /*height: 20rem;*/
        overflow-y: scroll;
    }
    .mobinavmain ul li{
        display: block;
        padding:1.8rem 0;
        border-bottom: solid 1px #f3f4f5;
        font-size: 2rem;
        font-weight: 500;
        color: #071B3F;
        font-family: PingFangSC-Medium, PingFang SC;
    }
    .mobinavmain ul li a{
        color: #071B3F;
    }
    .mobinavmain ul li .icon{
        width: 2.2rem;
        height: 2.2rem;
        float: right;
        margin-top: 0.4rem;
    }
    .mobinavmain ul li .menu{
        overflow: hidden;
        margin-top: 1.8rem;
        display: none;
    }
    .mobinavmain ul li .menu .item{
        width: 50%;
        float: left;
        margin-bottom: 0.4rem;
    }
    .mobinavmain ul li .menu .item a{
        font-size: 1.8rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
    }
    /*.mobinavmain ul li a{color: #071B3F;}*/


    /*面试mobi*/
    .mainhb .msbox1main {
        width: 100%;
        height: 66.81rem;
        background-image: url(../index-jump/images/new202009/bsb1bg_mobi.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 66.81rem;
        overflow: hidden;
    }

    .mainhb .msbox1main .header {
        width: 100%;
        height: 6.125rem;
        overflow: hidden;
        margin-top:2.13rem;
        position: relative;
    }

    .mainhb .msbox1main .header .logo {
        width: 5.31rem;
        height: 2.5rem;
        position:absolute;
        left: 2.5rem;
    }

    .mainhb .msbox1main .header .logo img {
        width: 5.31rem;
        height: 2.5rem;
    }
    .mainhb .msbox1main .header .line,
    .mainhb .msbox1main .header .title,
    .mainhb .msbox1main .header .nav,
    .mainhb .msbox1main .header .line1,
    .mainhb .msbox1main .header .mfsy,
    .header-phone, .header-login{
        display: none;
    }


    .mainhb .msbox1main .header .menulistv{
        width:2.5rem;
        height:2.5rem;
        position:absolute;
        right: 2.5rem;
    }
    .mainhb .msbox1main .header .menulistv img{
        width:2.5rem;
        height:2.5rem;
    }

    .mainhb .msbox1main .banner1 {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .mainhb .msbox1main .banner1 .content {
        width: 100%;
        text-align: center;
        position: relative;
        margin-top:4rem;
    }

    .mainhb .msbox1main .banner1 .content h1 {
        font-size: 3.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        letter-spacing: 1px;

    }

    .mainhb .msbox1main .banner1 .content h2 {
        display: inline-block;
        width: 36.25rem;
        margin-top: 1.5rem;
        font-size: 1.5rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);

    }


    .mainhb .msbox1main .banner1 .content .fun1 {
        margin-top: 6rem;
    }

    .mainhb .msbox1main .banner1 .content .btn1 {
        display: inline-block;
/*        width: 13.25rem;
        height: 4.5rem;
        line-height: 4.5rem;*/
        padding:0.8rem 2.8rem;
        background: #FFA726;
        border-radius: 2.75rem;
        font-size: 1.75rem;
        color: #FFFFFF;
        text-align: center;
    }

    .mainhb .msbox1main .banner1 .content .btn2 {
        display: inline-block;
        margin-left: 1.75rem;
/*        width: 13.25rem;
        height: 4.5rem;
        line-height: 4.5rem;*/
        padding:0.8rem 2.8rem;
        border-radius: 2.75rem;
        border: 0.06rem solid #FFFFFF;
        font-size: 1.75rem;
        color: #FFFFFF;
        text-align: center;

    }

    .mainhb .msbox1main .banner1 .ptimg {
        display: inline-block;
        width: 34.375rem;
        height: 19.9375rem;
        margin-top:6.69rem;
    }

    .mainhb .msbox1main .banner1 .ptimg img {
        width: 34.375rem;
        height: 19.9375rem;
    }


    .mainhb .msbox2main {
        width: 100%;
        /*background: #f8fbff;*/
        overflow: hidden;
        margin-top:6rem;
    }

    .mainhb .msbox2main .title {
        overflow: hidden;
    }

    .mainhb .msbox2main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .mainhb .msbox2main .title h2 {
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }

    .mainhb .msbox2main .content {
        width:100%;
        display: flex;
        justify-content:center;
        margin-top:6rem;
    }


    .mainhb .msbox2main .content .list {
        margin: 0 0.75rem;
        text-align: center;
        height: 16.375rem;
        background: #FFFFFF;
        border-radius: 0.25rem;
        border: 1px solid rgba(28, 94, 255, 0.2);
        flex-grow:1;
    }

    .mainhb .msbox2main .content .list:nth-child(1) .simg {
        margin-top: 3.5rem;
        height: 8.625rem;
    }


    .mainhb .msbox2main .content .list:nth-child(2) .simg {
        margin-top: 3rem;
        height: 10.0625rem;
    }

    .mainhb .msbox2main .content .list:nth-child(3) .simg {
        margin-top: 3rem;
        height: 10.25rem;
    }

    .mainhb .msbox2main .content .list .simg img {
    }

    .mainhb .msbox2main .content .list:nth-child(1) .simg img {
        width: 11rem;
        height: 8.625rem;
    }

    .mainhb .msbox2main .content .list:nth-child(2) .simg img {
        width: 10.4375rem;
        height: 10.0625rem;
    }

    .mainhb .msbox2main .content .list:nth-child(3) .simg img {
        width: 9.5rem;
        height: 10.25rem;
    }

    .mainhb .msbox2main .content .list .t1 {
        position: relative;
        height: 1.75rem;
        font-size: 1.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 28px;

    }

    .mainhb .msbox2main .content .list:nth-child(1) .t1 {
        margin-top: 0.5625rem;
    }

    .mainhb .msbox2main .content .list:nth-child(2) .t1 {
        margin-top: -0.625rem;
    }

    .mainhb .msbox2main .content .list:nth-child(3) .t1 {
        margin-top: -0.8125rem;
    }

    .mainhb .msbox7main {
        width: 100%;
        height: auto;
        background: #F8FBFF;
        margin-top: 6rem;
        padding-bottom: 6rem;
    }
    .mainhb .msbox7main .title{
        text-align: center;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .mainhb .msbox7main .title h1{
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
    }
    .mainhb .msbox7main .title h2{
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        width: 90%;
        margin: 1.5rem auto 0;
    }
    .mainhb .msbox7main .content{
        width: 96%;
        display: block;
        margin: 0 auto;
    }

    .mainhb .msbox3main {
        width: 100%;
        margin-top: 6rem;
        overflow: hidden;
        /* background: #f8fbff; */
        text-align: center;
        padding-bottom: 6rem;
    }

    .mainhb .msbox3main .title{
        text-align: center;
    }
    .mainhb .msbox3main .title h1{
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
    }

    .mainhb .msbox3main .cmain {

    }

    .mainhb .msbox3main .pt {
        display: inline-block;
        width: 37.0625rem;
        height: 30.5625rem;
        overflow: hidden;
        margin-top:4rem;

    }

    .mainhb .msbox3main .pt img {
        width: 37.0625rem;
        height: 30.5625rem;
    }

    .mainhb .msbox3main .content {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 4rem;
    }

    .mainhb .msbox3main .content h1, .mainhb .msbox5main .content h1 {
        font-size: 1.75rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        letter-spacing: 1px;
    }

    .mainhb .msbox3main .content .listmain, .mainhb .msbox5main .content .listmain {
        overflow: hidden;
        text-align: left;
    }

    .mainhb .msbox3main .content .listmain .list, .mainhb .msbox5main .content .listmain .list {
        overflow: hidden;
        margin-top: 1rem;
    }

    .mainhb .msbox3main .content .listmain .list i, .mainhb .msbox5main .content .listmain .list i {
        display: inline-block;
        width: 0.5rem;
        height: 0.5rem;
        background: #1C6BFF;
        margin-top: 1.5rem;
        margin-left: 0.9375rem;
        border-radius: 50%;
        vertical-align: top;
    }

    .mainhb .msbox3main .content .listmain .list span, .mainhb .msbox5main .content .listmain .list span {
        display: inline-block;
        margin-top: 0.875rem;
        margin-left: 0.5rem;
        width: 90%;
        font-size: 1.25rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2rem;
        letter-spacing: 2px;
    }


    .mainhb .msbox4main {
        width: 100%;
        overflow: hidden;
        /* background: #f8fbff; */
        text-align: center;
        padding: 2rem 0;
        display: flex;
        flex-direction:column;
    }

    .mainhb .msbox4main .title,.mainhb .msbox6main .title {
        overflow: hidden;
        order:2;
        width: 90%;
        margin: 0 auto;
        margin-top: 4rem;
    }

    .mainhb .msbox4main .title h1, .mainhb .msbox6main .title h1 {
        font-size: 1.75rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 2.8125rem;
        letter-spacing: 1px;
    }

    .mainhb .msbox4main .title .listmain, .mainhb .msbox6main .title .listmain {
        overflow: hidden;
        text-align: left;
    }

    .mainhb .msbox4main .title .listmain .list, .mainhb .msbox6main .title .listmain .list {
        overflow: hidden;
        margin-top: 1rem;
    }

    .mainhb .msbox4main .title .listmain .list i, .mainhb .msbox6main .title .listmain .list i {
        display: inline-block;
        width: 0.5rem;
        height: 0.5rem;
        background: #1C6BFF;
        margin-top: 1.5rem;
        margin-left: 0.9375rem;
        border-radius: 50%;
        vertical-align: top;
    }

    .mainhb .msbox4main .title .listmain .list span, .mainhb .msbox6main .title .listmain .list span {
        display: inline-block;
        margin-top: 0.875rem;
        margin-left: 0.5rem;
        width: 90%;
        font-size: 1.25rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2rem;
        letter-spacing: 2px;
    }

    .mainhb .msbox4main .content,.mainhb .msbox6main .content {
        overflow: hidden;
        order:1;
    }

    .mainhb .msbox4main .content .pt {
        display: inline-block;
        width: 40.4375rem;
        height: 34.4375rem;
    }

    .mainhb .msbox4main .content .pt img {
        width: 40.4375rem;
        height: 34.4375rem;
    }




    .mainhb .msbox5main {
        width: 100%;
        overflow: hidden;
        /* background: #f8fbff; */
        text-align: center;
        padding: 3rem 0;

    }

    .mainhb .msbox5main .cmain {

    }


    .mainhb .msbox5main .pt {
        width: 37.375rem;
        height: 33.1875rem;
        display: inline-block;
        overflow: hidden;
        margin-top:4rem;
    }

    .mainhb .msbox5main .pt img {
        width: 37.375rem;
        height: 33.1875rem;
    }

    .mainhb .msbox5main .content {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 4rem;
    }


    .mainhb .msbox6main {
        width: 100%;
        overflow: hidden;
        /* background: #f8fbff; */
        text-align: center;
        padding: 2rem 0;
        display: flex;
        flex-direction:column;
        padding-bottom: 6rem;
    }

    .mainhb .msbox6main .content .pt {
        display: inline-block;
        width: 37.4375rem;
        height: 36.625rem;
    }

    .mainhb .msbox6main .content .pt img {
        width: 37.4375rem;
        height: 36.625rem;
    }

    /*题库mobi*/
    .mainhb .tkbox1main {
        width: 100%;
        height: 66.81rem;
        background-image: url(../index-jump/images/new202009/bsb1bg_mobi.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 66.81rem;
        overflow: hidden;
    }

    .mainhb .tkbox1main .header {
        width: 100%;
        height: 6.125rem;
        overflow: hidden;
        margin-top:2.13rem;
        position: relative;
    }

    .mainhb .tkbox1main .header .logo {
        width: 5.31rem;
        height: 2.5rem;
        position:absolute;
        left: 2.5rem;
    }

    .mainhb .tkbox1main .header .logo img {
        width: 5.31rem;
        height: 2.5rem;
    }
    .mainhb .tkbox1main .header .line,
    .mainhb .tkbox1main .header .title,
    .mainhb .tkbox1main .header .nav,
    .mainhb .tkbox1main .header .line1,
    .mainhb .tkbox1main .header .mfsy,
    .header-phone, .header-login{
        display: none;
    }


    .mainhb .tkbox1main .header .menulistv{
        width:2.5rem;
        height:2.5rem;
        position:absolute;
        right: 2.5rem;
    }
    .mainhb .tkbox1main .header .menulistv img{
        width:2.5rem;
        height:2.5rem;
    }

    .mainhb .tkbox1main .banner1 {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .mainhb .tkbox1main .banner1 .content {
        width: 100%;
        text-align: center;
        position: relative;
        margin-top:4rem;
    }

    .mainhb .tkbox1main .banner1 .content h1 {
        font-size: 3.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        letter-spacing: 1px;

    }

    .mainhb .tkbox1main .banner1 .content h2 {
        display: inline-block;
        margin-top: 1.5rem;
        font-size: 1.75rem;
        font-weight: 400;
        color: #FFFFFF;

    }
    .mainhb .tkbox1main .banner1 .content h3 {
        display: inline-block;
        width: 36.25rem;
        margin-top: 2.5rem;
        font-size: 1.5rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);

    }

    .mainhb .tkbox1main .banner1 .content .fun1 {
        margin-top: 6rem;
    }

    .mainhb .tkbox1main .banner1 .content .btn1 {
        display: inline-block;
/*        width: 13.25rem;
        height: 4.5rem;
        line-height: 4.5rem;*/
        padding:0.8rem 2.8rem;
        background: #FFA726;
        border-radius: 2.75rem;
        font-size: 1.75rem;
        color: #FFFFFF;
        text-align: center;
    }

    .mainhb .tkbox1main .banner1 .content .btn2 {
        display: inline-block;
        margin-left: 1.75rem;
/*        width: 13.25rem;
        height: 4.5rem;
        line-height: 4.5rem;*/
        padding:0.8rem 2.8rem;
        border-radius: 2.75rem;
        border: 0.06rem solid #FFFFFF;
        font-size: 1.75rem;
        color: #FFFFFF;
        text-align: center;

    }

    .mainhb .tkbox1main .banner1 .ptimg {
        display: inline-block;
        width: 31.25rem;
        height: 23.9375rem;
        margin-top:4rem;
    }

    .mainhb .tkbox1main .banner1 .ptimg img {
/*        width: 34.375rem;
        height: 26.3125rem;*/
        width: 31.25rem;
        height: 23.9375rem;
    }



    .tkbox2main {
        overflow: hidden;
        width:100%;
        padding-bottom: 4rem;
    }

    .tkbox2main .list {
        width:100%;
        margin-top: 6rem;
        overflow: hidden;
        vertical-align: middle;
    }

    .tkbox2main .list .simg {
        display: block;
        margin-left:2.5rem;
        float: left;
        width: 12.5rem;
        height: 9.75rem;

    }

    .tkbox2main .list .simg img {
/*        width: 9.375rem;
        height: 7.3125rem;*/
        width: 12.5rem;
        height: 9.75rem;
    }

    .tkbox2main .list .t1 {
        display: block;
        float: left;
        font-size: 1.75rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: #071B3F;
        line-height: 1.7;
        letter-spacing: 2px;
        text-align: left;
        padding-right:2.5rem;
        margin-left:2rem;
        margin-top:1.5rem;
    }


    .tkbox3main {
        width: 100%;
        overflow: hidden;
        background: #f8fbff;
        padding: 6rem 0;
    }

    .tkbox3main .title {
        overflow: hidden;
    }

    .tkbox3main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .tkbox3main .title h2 {
        width:80%;
        margin:0 auto;
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;


    }

    .tkbox3main .content {
        width:100%;
        overflow: hidden;
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-top:6rem;
    }

    .tkbox3main .content .list {
        flex-basis:45%;
        background: #FFFFFF;
        border-radius: 1px;
        border: 1px solid rgba(28, 107, 255, 0.2);
        text-align: center;
        margin: 1rem;
        padding:3rem 0;
    }


    .tkbox3main .content .list .simg {
        display: inline-block;
        width: 10rem;
        height: 10rem;
        background-size: 10rem 10rem;
        background-repeat: repeat;
    }

    .tkbox3main .content .list:nth-child(1) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg1.png);
    }

    .tkbox3main .content .list:nth-child(2) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg2.png);
    }

    .tkbox3main .content .list:nth-child(3) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg3.png);
    }

    .tkbox3main .content .list:nth-child(4) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg4.png);
    }

    .tkbox3main .content .list .t1 {
        font-size: 2rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 1.5625rem;
        margin-top: 3rem;
    }

    .tkbox3main .content .list .info {
        font-size: 1.25rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 1.7;
        margin-top: 2rem;
    }


    .tkbox4main {
        width: 100%;
        overflow: hidden;
        padding: 6rem 0;
    }

    .tkbox4main .title {
        overflow: hidden;
        text-align: center;
    }

    .tkbox4main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .tkbox4main .title h2 {
        width:80%;
        margin:0 auto;
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;  }

    .tkbox4main .content {
        width: 100%;
        text-align: center;
        margin-top: 6rem;
    }

    .tkbox4main .content img {
/*        width: 46.875rem;
        height: 25.375rem;*/
        width: 46.875rem;
        height: 26.6875rem;
    }


    .tkbox5main {
        width: 100%;
        overflow: hidden;
        background: #f8fbff;
        text-align: center;
        padding: 2rem 0;
        display: flex;
        flex-direction:column;
        padding-top:6rem;
    }

    .tkbox5main .title, .tkbox7main .title {
        overflow: hidden;
        order:2;
        width: 90%;
        margin: 0 auto;
        margin-top: 4rem;
    }

    .tkbox5main .title h1, .tkbox7main .title h1 {
        font-size: 3rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 2.8125rem;
        letter-spacing: 1px;
    }

    .tkbox5main .title h2, .tkbox7main .title h2 {
        font-size: 1.5rem;
        font-family: PingFangSC-Medium, PingFang SC;
        line-height: 2.8125rem;
        letter-spacing: 1px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.8);
        line-height: 1.7;
        margin-top: 3.125rem;
        text-align: left;
    }

    .tkbox5main .title .listmain, .tkbox7main .title .listmain {
        overflow: hidden;
        text-align: left;
    }

    .tkbox5main .title .listmain .list, .tkbox7main .title .listmain .list {
        overflow: hidden;
        margin-top: 1rem;
    }

    .tkbox5main .title .listmain .list i, .tkbox7main .title .listmain .list i {
        display: inline-block;
        width: 0.5rem;
        height: 0.5rem;
        background: #1C6BFF;
        margin-top: 1.5rem;
        margin-left: 0.9375rem;
        border-radius: 50%;
        vertical-align: top;
    }

    .tkbox5main .title .listmain .list span, .tkbox7main .title .listmain .list span {
        display: inline-block;
        margin-top: 0.875rem;
        margin-left: 0.5rem;
        width: 90%;
        font-size: 1.25rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2rem;
        letter-spacing: 2px;
    }

    .tkbox5main .content {
        overflow: hidden;
        order:1;
    }

    .tkbox5main .content .pt {
        display: inline-block;
        width: 26.875rem;
        height: 29.4375rem;
    }

    .tkbox5main .content .pt img {
        width: 26.875rem;
        height: 29.4375rem;
    }



    .tkbox6main {
        width: 100%;
        /*margin-top: 6rem;*/
        overflow: hidden;
        background: #f8fbff;
        text-align: center;
        padding-bottom: 6rem;
    }

    .tkbox6main .cmain {

    }


    .tkbox6main .pt {
        display: inline-block;
        width: 31.625rem;
        height: 26rem;
        overflow: hidden;
        margin-top:4rem;
    }

    .tkbox6main .pt img {
        width: 31.625rem;
        height: 26rem;
    }

    .tkbox6main .content {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 4rem;
    }

    .tkbox6main .content h1, .tkbox8main .content h1 {
        font-size: 3rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 2.8125rem;
        letter-spacing: 1px;
    }

    .tkbox6main .content h2, .tkbox8main .content h2 {
        font-size: 1.5rem;
        font-family: PingFangSC-Medium, PingFang SC;
        line-height: 2.8125rem;
        letter-spacing: 1px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.8);
        line-height: 1.7;
        margin-top: 3.125rem;
        text-align: left;
    }

    .tkbox6main .content .listmain, .tkbox8main .content .listmain {
        overflow: hidden;
        text-align: left;
    }

    .tkbox6main .content .listmain .list, .tkbox8main .content .listmain .list {
        overflow: hidden;
        margin-top: 1rem;
    }

    .tkbox6main .content .listmain .list i, .tkbox8main .content .listmain .list i {
        display: inline-block;
        width: 0.5rem;
        height: 0.5rem;
        background: #1C6BFF;
        margin-top: 1.5rem;
        margin-left: 0.9375rem;
        border-radius: 50%;
        vertical-align: top;
    }

    .tkbox6main .content .listmain .list span, .tkbox8main .content .listmain .list span {
        display: inline-block;
        margin-top: 0.875rem;
        margin-left: 0.5rem;
        width: 90%;
        font-size: 1.25rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2rem;
        letter-spacing: 2px;
    }





    .tkbox7main {
        width: 100%;
        overflow: hidden;
        background: #f8fbff;
        text-align: center;
        padding: 2rem 0;
        display: flex;
        flex-direction:column;
    }

    .tkbox7main .title {
        overflow: hidden;
        order:2;
        width: 90%;
        margin: 0 auto;
        margin-top: 4rem;
    }

    .tkbox7main .content {
        overflow: hidden;
        order:1;
    }

    .tkbox7main .content .pt {
        display: inline-block;
        width: 25.25rem;
        height: 25.75rem;
    }

    .tkbox7main .content .pt img {
        width: 25.25rem;
        height: 25.75rem;
    }


    .tkbox8main {
        width: 100%;
        /*margin-top: 6rem;*/
        overflow: hidden;
        background: #f8fbff;
        text-align: center;
        padding-bottom: 6rem;
    }

    .tkbox8main .cmain {

    }

    .tkbox8main .pt {
        display: inline-block;
        width: 33.75rem;
        height: 26.5625rem;
        overflow: hidden;
        margin-top:4rem;
    }

    .tkbox8main .pt img {
        width: 33.75rem;
        height: 26.5625rem;
    }

    .tkbox8main .content {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 4rem;
    }


    .tkbox9main {
        width: 100%;
        overflow: hidden;
        background: url(../index-jump/images/new202009/mfsyboxbg.png) no-repeat;
        background-size: 100% 100%;
        padding: 5rem 0;
    }

    .tkbox9main .l {

    }

    .tkbox9main .l h1 {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 1rem;
        font-size: 2.25rem;
        font-weight: 400;
        color: #FFFFFF;
    }

    .tkbox9main .l .sqty {
        width: 13.125rem;
        height: 3.6875rem;
        line-height: 3.6875rem;
        border-radius: 3rem;
        background: #fff;
        color: #1C6BFF;
        font-weight: 600;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 1.35rem;
        font-size: 1.75rem;
    }

    .tkbox9main .r {
        margin-top: 4rem;
        width:100%;
        text-align: center;
    }

    .tkbox9main .r .simg {
        display: inline-block;
        width: 3rem;
    }

    .tkbox9main .r .simg img {
        width: 3rem;
        height: 3rem;
        vertical-align: middle;
    }

    .tkbox9main .r .telmain {
        display: inline-block;
        color: #FFFFFF;
        margin-left: 1.25rem;
        vertical-align: middle;
    }

    .tkbox9main .r .telmain .t1 {
        display: inline-block;
        font-size: 2rem;
        font-weight: 400;
    }

    .tkbox9main .r .telmain .num {
        display: inline-block;
        font-family: DINPro-Medium;
        font-size: 2rem;
    }




    .tkbox11main {
        width: 100%;
        overflow: hidden;
        padding: 6rem 0;
        background: linear-gradient(#ffffff 0%, #fafcff 20%, #f2f6ff 100%);
    }

    .tkbox11main .title {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .tkbox11main .content {
        margin-top: 6rem;
    }

    .tkbox11main .content .boxlist {
        width: 90%;
        height: 20.1875rem;
        margin:0 auto;
        margin-bottom: 3rem;
        background: linear-gradient(180deg, #FFFFFF 0%, #FBFCFF 100%);
        box-shadow: 0px -10px 40px 0px rgba(230, 238, 255, 0.7);
        border-radius: 8px 8px 0px 0px;
        overflow: hidden;
        position: relative;
    }

    .tkbox11main .content .boxlist .jbt1 {
        position: absolute;
        width: 6.875rem;
        height: 2.0625rem;
        font-size: 1.12rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        top: 1.25rem;
        right: 1.125rem;
    }

    .tkbox11main .content .boxlist .jbt1 span {
        text-align: center;
        width: 6.875rem;
        height: 2.0625rem;
        line-height: 2.0625rem;
        position: relative;
        display: block;
        z-index: 200;
    }

    .tkbox11main .content .boxlist .jbt1::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        background: #FFA726;
        transform: skew(-10deg);
        border-radius: 2px;
        overflow: hidden;
    }

    .tkbox11main .content .boxlist .jbt2 {
        position: absolute;
        width: 7.9375rem;
        height: 2.0625rem;
        font-size: 1.12rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        top: 1.25rem;
        right: 1.125rem;
    }

    .tkbox11main .content .boxlist .jbt2 span {
        text-align: center;
        width: 7.9375rem;
        height: 2.0625rem;
        line-height: 2.0625rem;
        position: relative;
        display: block;
        z-index: 200;
    }

    .tkbox11main .content .boxlist .jbt2::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        background: #1C6BFF;
        transform: skew(-10deg);
        border-radius: 2px;
        overflow: hidden;
    }

    .tkbox11main .content .c1 {
        width: 100%;
        height: 20.1875rem;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
        text-align: center;
    }

    .tkbox11main .content .c1 .simg {
        margin-top: 5.375rem;
    }

    .tkbox11main .content .c1 .simg1 img {
        width: 4.875rem;
        height: 4.8125rem;
    }

    .tkbox11main .content .c1 .simg2 img {
        width: 5rem;
        height: 5rem;
    }

    .tkbox11main .content .c1 .t1 {
        height: 3.125rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.125rem;
        margin-top: 1.5625rem;
    }

    .tkbox11main .boxlist .c2 {
        width: 100%;
        height: 20.1875rem;
        background: #ffffff;
        position: absolute;
        top: 20.3125rem;
        left: 0;
        z-index: 80;
        text-align: center;
        transition: top 0.5s;
    }

    .tkbox11main .boxlist:hover .c2 {
        top: 0;
    }

    .tkbox11main .content .c2 .t1 {
        font-size: 1.75rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 2.5rem;
        margin-top: 3.0625rem;
        padding-bottom: 1.875rem;
        overflow: hidden;
    }

    .tkbox11main .content .c2 .list {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 1.25rem;
        overflow: hidden;
        text-align: left;
    }

    .tkbox11main .content .c2 .list i {
        display: inline-block;
        width: 1.875rem;
        height: 1.875rem;
        background: url(../index-jump/images/new202009/tkb11simg3.png) no-repeat;
        background-size: 1.875rem 1.875rem;
        position: relative;
        margin-top: 0px;
        vertical-align: top;
    }

    .tkbox11main .content .c2 .list span {
        display: inline-block;
        width: 35rem;
        margin-left: 0.5rem;
        font-size: 1.25rem;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.8);
        line-height: 1.7;
    }

/*.bs 笔试*/

    .mainhb .bsbox1main {
        width: 100%;
        height: 66.81rem;
        background-image: url(../index-jump/images/new202009/bsb1bg_mobi.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 66.81rem;
        overflow: hidden;
    }

    .mainhb .bsbox1main .header {
        width: 100%;
        height: 6.125rem;
        overflow: hidden;
        margin-top:2.13rem;
        position: relative;
    }

    .mainhb .bsbox1main .header .logo {
        width: 5.31rem;
        height: 2.5rem;
        position:absolute;
        left: 2.5rem;
    }

    .mainhb .bsbox1main .header .logo img {
        width: 5.31rem;
        height: 2.5rem;
    }
    .mainhb .bsbox1main .header .line,
    .mainhb .bsbox1main .header .title,
    .mainhb .bsbox1main .header .nav,
    .mainhb .bsbox1main .header .line1,
    .mainhb .bsbox1main .header .mfsy,
    .header-phone, .header-login{
        display: none;
    }


    .mainhb .bsbox1main .header .menulistv{
        width:2.5rem;
        height:2.5rem;
        position:absolute;
        right: 2.5rem;
    }
    .mainhb .bsbox1main .header .menulistv img{
        width:2.5rem;
        height:2.5rem;
    }

    .mainhb .bsbox1main .banner1 {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .mainhb .bsbox1main .banner1 .content {
        width: 100%;
        text-align: center;
        position: relative;
        margin-top:4rem;
    }

    .mainhb .bsbox1main .banner1 .content h1 {
        font-size: 3.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        letter-spacing: 1px;

    }

    .mainhb .bsbox1main .banner1 .content h2 {
        display: inline-block;
        margin-top: 1.5rem;
        font-size: 1.75rem;
        font-weight: 400;
        color: #FFFFFF;

    }
    .mainhb .bsbox1main .banner1 .content h3 {
        display: inline-block;
        width: 36.25rem;
        margin-top: 2.5rem;
        font-size: 1.5rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);

    }

    .mainhb .bsbox1main .banner1 .content .fun1 {
        margin-top: 6rem;
    }

    .mainhb .bsbox1main .banner1 .content .btn1 {
        display: inline-block;
/*        width: 13.25rem;
        height: 4.5rem;
        line-height: 4.5rem;*/
        padding:0.8rem 2.8rem;
        background: #FFA726;
        border-radius: 2.75rem;
        font-size: 1.75rem;
        color: #FFFFFF;
        text-align: center;
    }

    .mainhb .bsbox1main .banner1 .content .btn2 {
        display: inline-block;
        margin-left: 1.75rem;
/*        width: 13.25rem;
        height: 4.5rem;
        line-height: 4.5rem;*/
        padding:0.8rem 2.8rem;
        border-radius: 2.75rem;
        border: 0.06rem solid #FFFFFF;
        font-size: 1.75rem;
        color: #FFFFFF;
        text-align: center;

    }

    .mainhb .bsbox1main .banner1 .ptimg {
        display: inline-block;
        width: 36.25rem;
        height: 21.25rem;
        margin-top:4rem;
    }

    .mainhb .bsbox1main .banner1 .ptimg img {
        /*        width: 34.375rem;
                height: 26.3125rem;*/
        width: 36.25rem;
        height: 21.25rem;
    }


    .mainhb .bsbox3main {
        width: 100%;
        overflow: hidden;
        padding:6rem 0;
    }

    .mainhb .bsbox3main .title {
        overflow: hidden;
    }

    .mainhb .bsbox3main .title h1 {
        text-align: center;
        height: 3.13rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
    }

    .mainhb .bsbox3main .title h2 {
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }

    .mainhb .bsbox3main .content {
        overflow: visible;
        padding-top: 4rem;
        position: relative;
    }

    .mainhb .bsbox3main .content .tksm {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
        background: url(../index-jump/images/new202009/bsb3bg.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 3rem;
    }

    .mainhb .bsbox3main .content .tksm h1 {
        font-size: 2rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: 1.8125rem;
        margin-left: 2.0625rem;
    }

    .mainhb .bsbox3main .content .tksm h2 {
        font-size: 1.4rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: 1rem;
        margin-left: 2.0625rem;
    }

    .mainhb .bsbox3main .content .tksm .info {
        width: 90%;
        font-size: 1.35rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.85);
        line-height: 1.7;
        margin-top: 1rem;
        margin-left: 2.0625rem;
    }

    .mainhb .bsbox3main .content .list {
        width:90%;
        margin: 0 auto;
        margin-top:4.25rem;
    }

    .mainhb .bsbox3main .content .list .simg {
        float:left;
        height: 8rem;
        padding-right:2.6rem;
    }

    .mainhb .bsbox3main .content .list .simg img {
        width: 5.5rem;
        height: 5.5rem;
    }

    .mainhb .bsbox3main .content .list .t1 {
        display: block;
        font-size: 1.75rem;
        font-weight: 400;
        color: #071B3F;
        overflow: hidden;
    }

    .mainhb .bsbox3main .content .list .info {
        display: block;
        font-size: 1.35rem;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        margin-top: .35rem;
        text-align: left;
    }


    .mainhb .bsbox4main,
    .mainhb .bsbox6main {
        width: 100%;
        overflow: hidden;
        background: #f8fbff;
        text-align: center;
        padding: 2rem 0;
        display: flex;
        flex-direction:column;
    }

    .mainhb .bsbox4main .title,
    .mainhb .bsbox6main .title {
        overflow: hidden;
        order:2;
        width: 90%;
        margin: 0 auto;
        margin-top: 4rem;
    }

    .mainhb .bsbox4main .title h1,
    .mainhb .bsbox6main .title h1 {
        font-size: 2rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 2.8125rem;
        letter-spacing: 1px;
    }

    .mainhb .bsbox4main .title .listmain,
    .mainhb .bsbox6main .title .listmain {
        overflow: hidden;
        text-align: left;
    }

    .mainhb .bsbox4main .title .listmain .list,
    .mainhb .bsbox6main .title .listmain .list {
        overflow: hidden;
        margin-top: 1rem;
    }

    .mainhb .bsbox4main .title .listmain .list i,
    .mainhb .bsbox6main .title .listmain .list i {
        display: inline-block;
        width: 0.5rem;
        height: 0.5rem;
        background: #1C6BFF;
        margin-top: 1.5rem;
        margin-left: 0.9375rem;
        border-radius: 50%;
        vertical-align: top;
    }

    .mainhb .bsbox4main .title .listmain .list span,
    .mainhb .bsbox6main .title .listmain .list span {
        display: inline-block;
        margin-top: 0.875rem;
        margin-left: 0.5rem;
        width: 90%;
        font-size: 1.25rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2rem;
        letter-spacing: 2px;
    }

    .mainhb .bsbox4main .content,.mainhb .bsbox6main .content {
        overflow: hidden;
        order:1;
    }

    .mainhb .bsbox4main .content .pt {
        display: inline-block;
        width: 40.4375rem;
        height: 34.4375rem;
    }

    .mainhb .bsbox4main .content .pt img {
        width: 40.4375rem;
        height: 34.4375rem;
    }

    .mainhb .bsbox6main .content .pt {
        display: inline-block;
        width: 37.5rem;
        height: 26rem;
    }

    .mainhb .bsbox6main .content .pt img {
        width: 37.5rem;
        height: 26rem;
    }



    .mainhb .bsbox5main,
    .mainhb .bsbox7main {
        width: 100%;
        overflow: hidden;
        background: #f8fbff;
        text-align: center;
        padding-bottom: 6rem;
    }

    .mainhb .bsbox5main .cmain {

    }

    .mainhb .bsbox5main .pt {
        width: 37.25rem;
        height: 37.5rem;
        background: url(../index-jump/images/new202009/b11pt.jpg) no-repeat;
        background-size: 37.25rem 37.5rem;
        font-size: 1.125rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #000000;
        overflow: hidden;
        margin: 0 auto;
        text-align: left;

    }

    .mainhb .bsbox5main .pt .line1 {
        margin-left: 6.875rem;
        margin-top: 5.9375rem;
        overflow: hidden;
    }

    .mainhb .bsbox5main .pt .line2 {
        margin-left: 30.875rem;
        margin-top: 0.9375rem;
        overflow: hidden;
    }

    .mainhb .bsbox5main .pt .line3 {
        margin-left: 24.25rem;
        margin-top: 8.125rem;
        overflow: hidden;
    }

    .mainhb .bsbox5main .pt .line4 {
        margin-left: 7.8125rem;
        margin-top: 4.375rem;
        overflow: hidden;
    }

    .mainhb .bsbox5main .pt .line5 {
        margin-left: 25.625rem;
        margin-top: 3.3125rem;
        overflow: hidden;
    }

    .mainhb .bsbox5main .content,
    .mainhb .bsbox7main .content {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 4rem;
    }

    .mainhb .bsbox5main .content h1,
    .mainhb .bsbox7main .content h1 {
        font-size: 2rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        letter-spacing: 1px;
    }

    .mainhb .bsbox5main .content .listmain,
    .mainhb .bsbox7main .content .listmain {
        overflow: hidden;
        text-align: left;
    }

    .mainhb .bsbox5main .content .listmain .list,
    .mainhb .bsbox7main .content .listmain .list {
        overflow: hidden;
        margin-top: 1rem;
    }

    .mainhb .bsbox5main .content .listmain .list i,
    .mainhb .bsbox7main .content .listmain .list i {
        display: inline-block;
        width: 0.5rem;
        height: 0.5rem;
        background: #1C6BFF;
        margin-top: 1.5rem;
        margin-left: 0.9375rem;
        border-radius: 50%;
        vertical-align: top;
    }

    .mainhb .bsbox5main .content .listmain .list span,
    .mainhb .bsbox7main .content .listmain .list span {
        display: inline-block;
        margin-top: 0.875rem;
        margin-left: 0.5rem;
        width: 90%;
        font-size: 1.25rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2rem;
        letter-spacing: 2px;
    }
    .mainhb .bsbox7main .pt{
        display: inline-block;
        width: 37.5rem;
        height: 32.8125rem;
        overflow: hidden;
        margin-top:4rem;
    }
    .mainhb .bsbox7main .pt img{
        width: 37.5rem;
        height: 32.8125rem;
    }


    .mainhb .bsbox2main {
        width: 100%;
        background: #f8fbff;
        overflow: hidden;
        padding: 0 0 6rem;
    }

    .mainhb .bsbox2main .content {
        position: relative;
        height: 68.5rem;
        overflow: hidden;

    }
    .mainhb .bsbox2main .content .pt{display: none;}
    .mainhb .bsbox2main .content .pt_mobi {
        display: block;
        position: absolute;
/*        width: 750px;
        height: 837px;*/
        width: 46.875rem;
        height: 52.3125rem;
        left: 0px;
        top: 6rem;
        z-index: 100;
        padding: 0 1.5rem;
    }

    .mainhb .bsbox2main .title {
        text-align: center;
        overflow: hidden;
    }

    .mainhb .bsbox2main .title h1 {
        text-align: center;
        height: auto;
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 3.13rem;
        letter-spacing: 1px;
        margin-top: 1rem;
        padding: 0 1rem;
    }

    .mainhb .bsbox2main .title h2 {
        display: inline-block;
        width:90%;
        margin:0 auto;
        text-align: center;
        font-size: 1.5rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.06rem;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }

    .mainhb .bsbox2main .title .more {
        display: inline-block;
/*        width: 13.5rem;
        height: 4.5rem;
        line-height: 4.5rem;*/
        padding:0.7rem 0;
        padding-right:3.7rem;
        background-color: #1C6BFF;
        background-image: url(../index-jump/images/new202009/arrow2.png);
        background-repeat: no-repeat;
        background-position: 10.19rem center;
        background-size: 1.75rem;
        box-shadow: 0rem 0rem 1.88rem 0rem rgba(28, 107, 255, 0.2);
        border-radius: 2.75rem;
        margin-top: 3.6rem;
        font-size: 1.75rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        text-indent: 2.4rem;
        text-align: left;
    }
    .mainhb .bsbox2main .title .more a{ color: rgba(255, 255, 255, 0.94);}
    .bsbox2main .content .dhdj1{
        position: absolute;
        width: 6.3125rem;
        height: 8.5625rem;
        top: 8rem;
        left: 4.9375rem;
        z-index: 666;
        /*background: #0D6AFF;*/

    }
    .bsbox2main .content .dhdj2{
        position: absolute;
        width: 6.3125rem;
        height: 8.5625rem;
        top: 8rem;
        left: 33.6875rem;
        z-index: 666;
        /*background: #0D6AFF;*/
    }
    .bsbox2main .content .dhdj3{
        position: absolute;
        width: 6.3125rem;
        height: 8.5625rem;
        top: 22.5rem;
        left: 19.6875rem;
        z-index: 666;
        /*background: #0D6AFF;*/
    }
    .bsbox2main .content .dhdj4{
        position: absolute;
        width: 6.3125rem;
        height: 8.5625rem;
        top: 47.125rem;
        left: 8.875rem;
        z-index: 666;
        /*background: #0D6AFF;*/
    }
    .bsbox2main .content .dhdj5{
        position: absolute;
        width: 6.3125rem;
        height: 8.5625rem;
        top: 44.5625rem;
        left: 36.125rem;
        z-index: 666;
        /*background: #0D6AFF;*/
    }


    .bsbox2main .content .sdh1_1 {
        position: absolute;
        width: 1.75rem;
        height: 1.4375rem;
        top: 1.0625rem;
        left: 5.25rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh1_1_1.png");
        background-repeat: no-repeat;
        background-size: 1.75rem 1.4375rem;
        z-index: 200;
        animation: bssdh1_1 0.2s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .bsbox2main .content .sdh1_2 {
        position: absolute;
        width: 1.75rem;
        height: 1.4375rem;
        top: 3.75rem;
        left: 5.25rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh1_2_1.png");
        background-repeat: no-repeat;
        background-size: 1.75rem 1.4375rem;
        z-index: 200;
        animation: bssdh1_2 0.4s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .bsbox2main .content .sdh1_3 {
        position: absolute;
        width: 3.25rem;
        height: 4.75rem;
        top: 6.5rem;
        left: 8.25rem;
        background-image: url("../index-jump/images/new202009/dysj.png");
        background-repeat: no-repeat;
        background-size: 3.25rem auto;
        z-index: 200;
        
    }

    .bsbox2main .content .sdh1_3bug {
        animation: bssdh1_3 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    @keyframes bssdh1_1 {
        0% {
            background-image: url("../index-jump/images/new202009/bsb2sdh1_1_1.png");
        }
        100% {
            background-image: url("../index-jump/images/new202009/bsb2sdh1_1_2.png");
        }
    }
    @keyframes bssdh1_2 {
        0% {
            background-image: url("../index-jump/images/new202009/bsb2sdh1_2_1.png");
        }
        100% {
            background-image: url("../index-jump/images/new202009/bsb2sdh1_2_2.png");
        }
    }

    @keyframes bssdh1_3 {
        0% {
            top: 6.5rem;
            left: 8.25rem;
        }
        100% {
            top: 7rem;
            left: 8.25rem;
        }
    }

     .bsbox2main .content .sdh2_1{
        position: absolute;
        width: 2.0625rem;
        height: 3.4375rem;
        top: 10.0625rem;
        left: 28.975rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh2_1.png");
        background-repeat: no-repeat;
        background-size: 2.0625rem 3.4375rem;
        z-index: 200;
/*        animation: bssdh2_1 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;*/
    }
    .bsbox2main .content .sdh2_1bug{
        animation: bssdh2_1 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .bsbox2main .content .sdh2_2 {
        position: absolute;
        width: 2.4375rem;
        height: 3.0625rem;
        top: 3rem;
        left: 34.3125rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh2_2.png");
        background-repeat: no-repeat;
        background-size: 2.4375rem 3.0625rem;
        z-index: 200;
/*        animation: bssdh2_2 2.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;*/
    }
    .bsbox2main .content .sdh2_2bug{
        animation: bssdh2_2 2.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .bsbox2main .content .sdh2_3 {
        position: absolute;
        width: 3.3125rem;
        height: 6.3125rem;
        top: 9.4375rem;
        right: 6.75rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh2_3.png");
        background-repeat: no-repeat;
        background-size: 3.3125rem 6.3125rem;
        z-index: 300;
    }

    .bsbox2main .content .sdh2_4 {
        position: absolute;
        width: 3.4375rem;
        height: 3.625rem;
        top: 7.575rem;
        left: 33.625rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh2_4.png");
        background-repeat: no-repeat;
        background-size: 3.4375rem 3.625rem;
        z-index: 250;
/*        animation: bssdh2_4 4s infinite;
        animation-timing-function: linear;*/
    }
    .bsbox2main .content .sdh2_4bug{
        animation: bssdh2_4 4s infinite;
        animation-timing-function: linear;
    }

    @keyframes bssdh2_1 {
        0% {
            top: 10.0625rem;
            left: 28.975rem;
        }
        100% {
            top: 10.6875rem;
            left: 28.975rem;
        }
    }
    @keyframes bssdh2_2 {
        0% {
            top: 3rem;
            left: 34.3125rem;
        }
        100% {
            top: 2.525rem;
            left: 34.3125rem;
        }
    }
    @keyframes bssdh2_4 {
        0% {
            top: 7.575rem;
            left: 33.625rem;
        }
        10% {
            top: 7.8875rem;
            left: 33.875rem;
        }
        11%, 50% {
            -webkit-transform: translateY(0);
        }
        51%, 55%, 61%, 65% {
            -webkit-transform: translateY(-1px);
        }
        52%, 53%, 58%, 64% {
            -webkit-transform: translateY(1px);
        }
        65% {
            -webkit-transform: translateY(0);
        }
        66%, 89% {
            top: 7.8875rem;
            left: 33.875rem;
        }
        90% {
            top: 7.8875rem;
            left: 33.875rem;

        }
        100% {
            top: 7.575rem;
            left: 33.625rem;

        }

    }
    .bsbox2main .content .sdh3_1 {
        position: absolute;
        width: 1.375rem;
        height: 1.375rem;
        /*top: 255px;*/
        /*top: 316px;*/
        /*left: 317px;*/
        top: 22.75rem;
        left: 19.8125rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh3_1.png");
        background-repeat: no-repeat;
        background-size: 1.375rem 1.375rem;
        z-index: 200;
/*        animation: bssdh3_1 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;*/
    }
    .bsbox2main .content .sdh3_1bug{
        animation: bssdh3_1 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .bsbox2main .content .sdh3_2 {
        position: absolute;
        width: 2.375rem;
        height: 6.0625rem;
        top: 23rem;
        left: 20.5625rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh3_2.png");
        background-repeat: no-repeat;
        background-size: 2.375rem 6.0625rem;
        z-index: 300;
        /*animation: bssdh3_2 1.5s infinite;*/
        /*animation-direction: alternate;*/
        /*animation-timing-function: linear;*/
    }

    .bsbox2main .content .sdh3_3 {
        position: absolute;
        width: 4.625rem;
        height: 4.5rem;
        /*top: 262px;*/
        /*top: 323px;*/
        /*left: 302px;*/
        top: 23.1875rem;
        left: 18.875rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh3_3.png");
        background-repeat: no-repeat;
        background-size: 4.625rem 4.5rem;
        z-index: 400;
/*        animation: bssdh3_3 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;*/
    }
    .bsbox2main .content .sdh3_3bug{
        animation: bssdh3_3 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    @keyframes bssdh3_1 {
        0% {
            /*top: 255px;*/
            /*top: 326px;*/
            /*left: 317px;*/
            top: 23.375rem;
            left: 19.8125rem;
        }
        100% {
            /*top: 245px;*/
            top: 22.75rem;
            left: 19.8125rem;
        }
    }
    @keyframes bssdh3_3 {
        0% {
/*            top: 272px;
            left: 659px;*/
            /*top: 333px;*/
            /*left: 302px;*/
            top: 23.8125rem;
            left: 18.875rem;
        }
        100% {
/*            top: 262px;
            left: 659px;*/
            top: 23.1875rem;
            left: 18.875rem;
        }
    }

    .bsbox2main .content .sdh4_1 {
        position: absolute;
        width: 1.1375rem;
        height: 2.4375rem;
        top: 43.8rem;
        left: 5.1525rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh4_1.png");
        background-repeat: no-repeat;
        background-size: 1.1375rem 2.4375rem;
        z-index: 200;
/*        animation: bssdh4_1 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;*/
    }
    .bsbox2main .content .sdh4_1bug{
        animation: bssdh4_1 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }
    @keyframes bssdh4_1 {
        0% {
            top: 43.8rem;
            left: 5.1525rem;
        }

        100% {
            top: 44.425rem;
            left: 5.1525rem;
        }
    }

    .bsbox2main .content .sdh5_1 {
        position: absolute;
        width: 1.125rem;
        height: 1.1875rem;
        top: 39.75rem;
        left: 40.1875rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh5_1.png");
        background-repeat: no-repeat;
        background-size: 1.125rem 1.1875rem;
        z-index: 50;
    }

    .bsbox2main .content .sdh5_2 {
        position: absolute;
        width: 1.125rem;
        height: 1.1875rem;
        top: 39.75rem;
        left: 40.1875rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh5_2.png");
        background-repeat: no-repeat;
        background-size: 1.125rem 1.1875rem;
        z-index: 50;
/*        animation: bssdh5_2 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;*/
    }
    .bsbox2main .content .sdh5_2bug{
        animation: bssdh5_2 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .bsbox2main .content .sdh5_3 {
        position: absolute;
        width: 1rem;
        height: 1.98rem;
        top: 45rem;
        left: 42.6875rem;
        background-image: url("../index-jump/images/new202009/bsb2sdh5_1-2.png");
        background-repeat: no-repeat;
        background-size: 1rem 1.98rem;
        z-index: 200;
    }
    .bsbox2main .content .sdh5_3bug{
        animation: bssdh5_3 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    @keyframes bssdh5_2 {
        0% {
            top: 40.375rem;
            left: 40.1875rem;
        }
        100% {
            top: 39.75rem;
            left: 40.1875rem;
        }
    }
    @keyframes bssdh5_3 {
        0% {
            top: 45.5rem;
            left: 42.6875rem;
        }
        100% {
            top: 45rem;
            left: 42.6875rem;
        }
    }


    .bsbox2main .content .dh1,
    .bsbox2main .content .dh2,
    .bsbox2main .content .dh3,
    .bsbox2main .content .dh4,
    .bsbox2main .content .dh5 {
        display: none;
    }

    .bsbox2main .content .dh1 {
        position: absolute;
        top: 13.6875rem;
        left: 6.75rem;
        /*z-index: 200;*/
        z-index: 500;
    }

    .bsbox2main .content .dh1 .dsimg {
        position: relative;
        width: 1.25rem;
        height: 1rem;
        background-image: url("../index-jump/images/new202009/bsb2dh1d.png");
        background-repeat: no-repeat;
        background-size: 1.25rem 1rem;
    }

    .bsbox2main .content .dh1 .xsimg {
        position: relative;
        width: 7rem;
        height: 4.375rem;
        background-image: url("../index-jump/images/new202009/bsb2dh1x.png");
        background-repeat: no-repeat;
        background-size: 7rem 4.375rem;
        margin-left: 0.625rem;
        margin-top: -0.625rem;
    }

    .bsbox2main .content .dh1 .infomain {
        position: relative;
        margin-left: 2.3125rem;
        margin-top: -3.125rem;
    }

    .bsbox2main .content .dh1 .infomain .box,
    .bsbox2main .content .dh2 .infomain .box,
    .bsbox2main .content .dh3 .infomain .box,
    .bsbox2main .content .dh4 .infomain .box,
    .bsbox2main .content .dh5 .infomain .box {
        background: #FFFFFF;
        box-shadow: 0rem 0rem 1.875rem 0rem rgba(116, 168, 207, 0.15);
        border-radius: 0.5rem;
        overflow: hidden;
        padding-top:.5rem;
    }

    .bsbox2main .content .dh1 .infomain .box i,
    .bsbox2main .content .dh2 .infomain .box i,
    .bsbox2main .content .dh3 .infomain .box i,
    .bsbox2main .content .dh4 .infomain .box i,
    .bsbox2main .content .dh5 .infomain .box i {
        display: inline-block;
        width: 0.375rem;
        height: 0.375rem;
        background: #FFA726;
        margin-top: 1rem;
        margin-left: 0.9375rem;
        border-radius: 50%;
        vertical-align: top;
    }

    .bsbox2main .content .dh1 .infomain .box span,
    .bsbox2main .content .dh2 .infomain .box span,
    .bsbox2main .content .dh3 .infomain .box span,
    .bsbox2main .content .dh4 .infomain .box span,
    .bsbox2main .content .dh5 .infomain .box span {
        display: inline-block;
        margin-top: 0.5rem;
        margin-left: 0.5rem;
        font-size: 1.25rem;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 1.7;
    }

    .bsbox2main .content .dh1 .infomain .box {
        width: 26.19rem;
        height: 10.25rem;
    }

    .bsbox2main .content .dh1 .infomain .box span {
        width: 22.94rem;
    }


    .bsbox2main .content .dh2 {
        position: absolute;
        top: 15.25rem;
        left: 38.875rem;
        z-index: 200;
    }

    .bsbox2main .content .dh2 .dsimg {
        position: relative;
        width: 1.1875rem;
        height: 0.9375rem;
        background-image: url("../index-jump/images/new202009/bsb2dh2d.png");
        background-repeat: no-repeat;
        background-size: 1.1875rem 0.9375rem;
    }

    .bsbox2main .content .dh2 .xsimg {
        position: relative;
        width: 2.9375rem;
        height: 9.4375rem;
        background-image: url("../index-jump/images/new202009/bsb2dh2x.png");
        background-repeat: no-repeat;
        background-size: 2.9375rem 9.4375rem;
        margin-left: -0.625rem;
        margin-top: -0.5rem;
    }

    .bsbox2main .content .dh2 .infomain {
        position: relative;
        margin-left: -14rem;
        margin-top: -2.125rem;
    }

    .bsbox2main .content .dh2 .infomain .box {
        width: 19.44rem;
        height: 10.81rem;
    }

    .bsbox2main .content .dh2 .infomain .box span {
        width: 16.19rem;
    }


    .bsbox2main .content .dh3 {
        position: absolute;
        top: 31.0625rem;
        left: 25.2375rem;
        z-index: 200;
    }

    .bsbox2main .content .dh3 .dsimg {
        position: relative;
        width: 1.1875rem;
        height: 0.9375rem;
        background-image: url("../index-jump/images/new202009/bsb2dh3d.png");
        background-repeat: no-repeat;
        background-size: 1.1875rem 0.9375rem;
    }

    .bsbox2main .content .dh3 .xsimg {
        position: relative;
        width: 7rem;
        height: 4.375rem;
        background-image: url("../index-jump/images/new202009/bsb2dh3x.png");
        background-repeat: no-repeat;
        background-size: 7rem 4.375rem;
        margin-left: 0.625rem;
        margin-top: -0.5rem;
    }

    .bsbox2main .content .dh3 .infomain {
        position: relative;
        margin-left: -0.625rem;
        margin-top: -3.125rem;
    }

    .bsbox2main .content .dh3 .infomain .box {
        width: 18.38rem;
        height: 10.5rem;
    }

    .bsbox2main .content .dh3 .infomain .box span {
        width: 15.25rem;
    }


    .bsbox2main .content .dh4 {
        position: absolute;
        top: 51.8125rem;
        left: 8.8125rem;
        z-index: 200;
    }

    .bsbox2main .content .dh4 .dsimg {
        position: relative;
        width: 1.25rem;
        height: 0.9375rem;
        background-image: url("../index-jump/images/new202009/bsb2dh4d.png");
        background-repeat: no-repeat;
        background-size: 1.25rem 0.9375rem;
    }

    .bsbox2main .content .dh4 .xsimg {
        position: relative;
        width: 3.3125rem;
        height: 7.5rem;
        background-image: url("../index-jump/images/new202009/bsb2dh4x.png");
        background-repeat: no-repeat;
        background-size: 3.3125rem 7.5rem;
        margin-left: -1.25rem;
        margin-top: -0.5rem;
    }

    .bsbox2main .content .dh4 .infomain {
        position: relative;
        margin-left: -6.5625rem;
        margin-top: -2rem;
    }

    .bsbox2main .content .dh4 .infomain .box {
        width: 22.38rem;
        height: 8.31rem;
    }

    .bsbox2main .content .dh4 .infomain .box span {
        width: 19.13rem;
    }

    .bsbox2main .content .dh5 {
        position: absolute;
        top: 52.575rem;
        left: 37.65rem;
        z-index: 200;
    }

    .bsbox2main .content .dh5 .dsimg {
        position: relative;
        width: 1.25rem;
        height: 0.9375rem;
        background-image: url("../index-jump/images/new202009/bsb2dh5d.png");
        background-repeat: no-repeat;
        background-size: 1.25rem 0.9375rem;
    }

    .bsbox2main .content .dh5 .xsimg {
        position: relative;
        width: 2.625rem;
        height: 4.6875rem;
        background-image: url("../index-jump/images/new202009/bsb2dh5x.png");
        background-repeat: no-repeat;
        background-size: 2.625rem 4.6875rem;
        margin-left: -2.0625rem;
        margin-top: -0.5rem;
    }

    .bsbox2main .content .dh5 .infomain {
        position: relative;
        margin-left: -16.875rem;
        margin-top: -3.3125rem;
    }

    .bsbox2main .content .dh5 .infomain .box {
        width: 21rem;
        height: 10.56rem;
    }

    .bsbox2main .content .dh5 .infomain .box span {
        width: 16.94rem;
    }

    .single-btn{
        width: auto !important;
    }
    .phone-float-mobi{
        width: 4rem;
        height: 4rem;
        border-radius: 4rem;
        border: 1px solid #1C6BFF;
        position: fixed;
        right: 1rem;
        bottom: 20rem;
        background: #fff;
        z-index: 10000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .phone-float-mobi img{
        width: 2rem;
        height: 2rem;
        margin-right: 0.8rem;
        margin-left: 0.8rem;
    }
    .phone-float-mobi span{
        color: #1C6BFF;
        font-size: 1.8rem;
        width: 0;
        height: 2.5rem;
        overflow: hidden;
        display: block;
    }
    /* ai-sign-up-page start */
    .mainhb{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .mainhb .ai-header{
        display: block;
        width: 100%;
        height: 6.125rem;
        overflow: hidden;
        margin-top: 2.13rem;
        position: fixed;
        top: 0;
    }
    .mainhb .ai-header .logo{
        width: 5.31rem;
        height: 2.5rem;
        position: absolute;
        left: 2.5rem;
    }
    .mainhb .ai-header .menulistv{
        width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    right: 2.5rem;
    }
    .mainhb .signupbox .header{display: none;}
    .mainhb .signupbox{
        background-image: url('../index-jump/images/new202009/ai-sign-up/bg-2.png');
        background-size: cover;
        background-position: center;
        padding-bottom: 3rem;
    }
    .sign-up-page-banner{
        width: 100%;
        height: auto;
        /* background: linear-gradient(87deg, #5E86F8 0%, #3058EE 100%); */
        /* background-image: url('../index-jump/images/new202009/ai-sign-up/bg-2.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; */
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 6.75rem;
        padding-bottom: 3rem;
    }
    .sign-up-page-banner img{
        width: 24rem;
        margin: 3rem auto 0;
        display: block;
    }
    .sign-up-page-banner .left{
        padding-top: 3rem;
        color: #fff;
    }
    .sign-up-page-banner .left .h1{
        font-size: 3.25rem;
        letter-spacing: 1px;
        margin-bottom: 1.5rem;
    }
    .sign-up-page-banner .left .h2{
        font-size: 1.75rem;
        font-weight: 300;
        margin-bottom: 1.5rem;
    }
    .sign-up-page-banner .left .h3{
        font-size: 1.5rem;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 4rem;
    }
    .sign-up-page-banner .left .button{
        background: #FFA726;
        box-shadow: 0px 0px 12px 0px rgba(77, 108, 229, 0.58);
        border-radius: 2.75rem;
        border: none;
        font-size: 1.75rem;
        padding: 0.8rem 2.8rem;
        color: #fff;
        display: block;
        margin: 0 auto;
    }
    .sign-up-page-desc-con{
        background: #F8FBFF;
        width: 100%;
        height: auto;
        padding-top: 3rem;
        padding-bottom: 8rem;
    }
    .sign-up-page-desc{
        width: 90%;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(116, 168, 207, 0.15);
        border-radius: 4px;
        margin: 0 auto;
        padding: 3rem 4rem;
        text-align: center;
        background-image: url('../index-jump/images/new202009/ai-sign-up/ox.png');
        background-size: 80% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    .sign-up-page-desc .h1{
        font-size: 2.25rem;
        color: #071B3F;
        letter-spacing: 1px;
        margin-bottom: 2rem;
    }
    .sign-up-page-desc .desc{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-size: 1.7rem;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
    }
    .sign-up-page-function{
        /* background: #F8FBFF; */
        padding: 3rem 2rem 0;
    }
    .sign-up-page-function .h1{
        font-size: 2.25rem;
        color: #071B3F;
        letter-spacing: 1px;
        margin-bottom: 3rem;
        text-align: center;
    }
    .sign-up-page-function-row{
        /* display: flex;
        justify-content: space-between;
        align-items: flex-start; */
        padding-bottom: 10rem;
    }
    .row-reverse{
        /* flex-direction: row-reverse; */
    }
    .sign-up-page-function-row .tit{
        font-size: 1.75rem;
        color: #071B3F;
        margin-bottom: 1.4rem;
    }
    .sign-up-page-function-row .item{
        width: 100%;
        font-size: 1.5rem;
        font-weight: 300;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: rgba(7, 27, 63, 0.8);
        line-height: 2.4rem;
        letter-spacing: 2px;
        margin-bottom: 1rem;
        display: flex;
    }
    .sign-up-page-function-row .item b{
        width: 0.45rem;
        height: 0.45rem;
        background: #1C6BFF;
        border-radius: 0.45rem;
        margin-top: 1rem;
        margin-right: 1rem;
    }
    .sign-up-page-function-row .item span{
        flex: 1;
    }

    .sign-up-page-function-row img{
        width: 70%;
        height: auto;
        display: block;
        margin: 0 auto 1rem;
    }
    .sign-up-page-function-row .f1-content{
        padding-top: 2rem;
    }
    .sign-up-page-function-row .f2-content{
        padding-top: 2rem;
    }
    .sign-up-page-function-row .f3-content{
        padding-top: 2rem;
    }
    .sign-up-page-function-row .f4-content{
        padding-top: 2rem;
    }
    .sign-up-page-function-row .f5-content{
        padding-top: 2rem;
    }
    .sign-up-page-function-row .f6-content{
        padding-top: 2rem;
    }
    .sign-up-page-function-row .f7-content{
        padding-top: 2rem;
    }
    .as-box{
        padding: 4rem 3rem;
        background: #F8FBFF;
    }
    .as-box .h1{
        font-size: 2.25rem;
        color: #071B3F;
        letter-spacing: 1px;
        margin-bottom: 3rem;
        text-align: center;
    }
    .as-box-flex{
        display: block;
    }
    .as-box-item{
        display: inline-block;
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid rgba(28, 94, 255, 0.2);
        text-align: center;
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin: 0 0 2rem;
    }
    .as-box-item div{
        color: #071B3F;
        font-size: 1.75rem;
        margin-top: 2rem;
    }
    .as-box-item img{display: block;margin: 0 auto;width: 30%;}
    /* ai-sign-up-page end */

    /* recruitment-exam start */
    .re-content .banner{
        width: 100%;
        height: auto;
        padding-top: 10rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
        background-image: url('../index-jump/images/new202009/ai-sign-up/s-bg-1.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .re-content .banner img{
        width: 100%;
    }
    .re-content .banner .header-left{
        color: #fff;
    }
    .re-content .banner .header-left .header-h1{
        font-size: 3.25rem;
        margin-bottom: 1.5rem;
    }
    .re-content .banner .header-left .header-h2{
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    .re-content .banner .header-left .header-desc{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        line-height: 2.4rem;
    }
    .re-content .title{
        font-size: 2.25rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        letter-spacing: 1px;
        text-align: center;
    }
    .re-cha{
        padding: 4rem 3rem;
        height: auto;
    }
    .re-cha .title{
        margin-bottom: 4rem;
        margin-top: 4rem;
    }
    .re-cha-item{
        display: flex;
        float: left;
        width: 100%;
        margin-bottom: 4rem;
    }
    .re-icon{
        width: 7rem;
        height: 7rem;
        border-radius: 7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 2rem;
    }
    .re-icon img{
        width: 3.2rem;
        height: 3.2rem;
    }
    .re-r{
        flex: 1;
    }
    .re-r-t{
        font-size: 1.75rem;
        color: #071B3F;
        margin-bottom: 1rem;
    }
    .re-r-b{
        color: rgba(7, 27, 63, 0.6);
        line-height: 2.4rem;
        font-size: 1.5rem;
    }
    .s1-1{
        background-color: rgba(28, 107, 255, 0.1);
    }
    .s1-2{background-color: rgba(86, 189, 127, .1);}
    .s1-3{background-color: rgba(150, 114, 255, .1);}
    .s1-4{background-color: rgba(77, 223, 253, .1);}
    .re-solu{
        padding: 6rem 3rem 1rem;
        background: #F8FBFF;
        overflow: hidden;
    }
    .re-solu .title{
        margin-bottom: 4rem;
    }
    .re-solu-item{
        margin-bottom: 3rem;
        padding: 4rem 3rem 4rem;
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 4px;
        float: left;
    }
    .re-solu-item:hover{
        box-shadow: 0px 0px 30px 0px rgba(116, 168, 207, 0.15);
    }
    .re-solu-icon{
        width: 7rem;
        height: 7rem;
        background: rgba(28, 107, 255, 0.1);
        border-radius: 7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 4rem;
    }
    .re-solu-icon img{
        width: 3rem;
        height: 3rem;
    }
    .re-solu-h1{
        color: #071B3F;
        font-size: 1.75rem;
        text-align: center;
    }
    .re-solu-desc{
        color: rgba(7, 27, 63, 0.6);
        font-size: 1.5rem;
        line-height: 2.4rem;
        margin-top: 2rem;
    }

    /* recruitment-exam end */
}

/*@media screen and (min-width: 765px) {*/
@media screen and (min-width: 1025px) {
    .content_mobi,
    .pt_mobi,
    .header_fix_mobi,
    .mobinavmain,
    .swiper-container-mobi,
    .mainhb .menulistv,
    .phone-float-mobi
    { display: none;}

    .mainhb {
        position: relative;
        width: 1440px;
        max-width: 1440px;
        min-width: 1440px;
        overflow: hidden;
        /*margin: 0 auto;*/
    }

    .mainhb .box1main {
        width: 100%;
        height: 570px;
        background-image: url(../index-jump/images/new202009/mainbox1bg.png);
        background-repeat: no-repeat;
        background-position: top right;
        /* overflow: hidden; */
    }

    .mainhb .box1main .header {
        /*width: 100%;*/
        width: 1200px;
        margin: 0 auto;
        height: 56px;
        /* overflow: hidden; */
    }

    .mainhb .box1main .header .logo {
        width: 60px;
        height: 28px;
        margin-top: 11px;
        float: left;
        /*margin-left: 162px;*/
    }

    .mainhb .box1main .header .logo img {
        width: 60px;
        height: 28px;
    }

    .mainhb .box1main .header .line {
        float: left;
        width: 1px;
        height: 12px;
        background: rgba(0, 0, 0, 0.45);
        border-radius: 1px;
        margin-left: 27px;
        margin-top: 20px;
    }

    .mainhb .box1main .header .title {
        float: left;
        height: 20px;
        font-size: 14px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.85);
        line-height: 20px;
        margin-left: 17px;
        margin-top: 16px;
    }

    .mainhb .box1main .header .nav {
        float: left;
        /*margin-left: 457px;*/
        margin-left: 130px;
        /* overflow: hidden; */
        width: 528px;
    }

    .mainhb .box1main .header .nav ul {
        /* overflow: hidden; */
        display: block;
        /* width: 110%; */
    }

    .mainhb .box1main .header .nav ul li {
        position: relative;
        display: inline-block;
        height: 54px;
        line-height: 54px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.85);
        margin-right: 16px;
        cursor: pointer;
    }

        
    .mainhb .box1main .header .nav ul li .arrow-down1-white,
    .mainhb .box1main .header .nav ul li .arrow-down2-white,
    .mainhb .box1main .header .nav ul li .arrow-down3-white {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 2px;
    }

    .mainhb .box1main .header .nav ul li .arrow-up1-white,
    .mainhb .box1main .header .nav ul li .arrow-up2-white,
    .mainhb .box1main .header .nav ul li .arrow-up3-white {
      display: none;
      width: 12px;
      height: 12px;
      margin-left: 4px;
    }

    .mainhb .box1main .header .nav ul li .layer-big-white {
      /* display: none;
      padding-top: 35px;
      width: 175px;
      height: 195px;
      position: absolute;
      top: 30px;
      left: -58px;
      background-image: url(https://cdn.oxcoder.com/index-jump/images/new202009/layer-big.png);
      background-repeat: no-repeat;
      background-size: 175px 195px;
      z-index: 10000;
      text-align: center; */
    }

    .mainhb .box1main .header .nav ul li .layer-big-white a,
    .mainhb .box1main .header .nav ul li .layer-small1-white a,
    .mainhb .box1main .header .nav ul li .layer-small2-white a {
      color: #5E6B82;
    }
    .mainhb .box1main .header .nav ul li .layer-big-white a:hover,
    .mainhb .box1main .header .nav ul li .layer-small1-white a:hover,
    .mainhb .box1main .header .nav ul li .layer-small2-white a:hover {
      color: #1C6BFF;
    }

    .mainhb .box1main .header .nav ul li .layer-big-white .layer-desc-white,
    .mainhb .box1main .header .nav ul li .layer-small1-white .layer-desc-white,
    .mainhb .box1main .header .nav ul li .layer-small2-white .layer-desc-white {
      margin-bottom: 12px;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
    }

    .mainhb .box1main .header .nav ul li .layer-small1-white,
    .mainhb .box1main .header .nav ul li .layer-small2-white {
      /* display: none;
      padding-top: 40px;
      width: 175px;
      height: 136px;
      position: absolute;
      top: 30px;
      left: -58px;
      background-image: url(https://cdn.oxcoder.com/index-jump/images/new202009/layer-small.png);
      background-repeat: no-repeat;
      background-size: 175px 136px;
      z-index: 10000;
      text-align: center; */
    }

    .mainhb .box1main .header .nav ul li:hover, .mainhb .box1main .header .nav ul .active {

        font-family: PingFang SC;
        /* font-weight: 600; */
        border-bottom: solid 2px #ffffff;
    }

    .mainhb .box1main .header .nav ul li a {
        color: rgba(255, 255, 255, 0.85);
    }
    /* 客户案例下拉样式 */
    .kehu-anli-box{
        display: none;
        position: fixed;
        left: 125px;
        right: 125px;
        z-index: 100000;
    }
    .kehuanli-t:hover .kehu-anli-box{
        display: block; 
    }
    .kehu-anli-panel{
        display: block;
        margin: 0 auto;
        width: 1190px;
        padding: 30px 60px 34px;
        background-color: #fff;
        box-shadow: 0px 0px 16px 0px rgba(116, 168, 207, 0.15);
        border: 1px solid rgba(28, 107, 255, 0.2);
        line-height: normal;
    }
    .kehu-anli-item{
        display: inline-block;
        width: 208px;
        margin-bottom: 24px;
        padding-top: 7px;
        padding-left: 6px;
        cursor: pointer;
    }
    .kehu-anli-item:hover{
        background-color: rgba(28, 107, 255, 0.06);
        border-radius: 2px;
    }
    .kehu-anli-item-title{
        font-size: 16px;
        color: #071B3F;
        margin-bottom: 12px;
        text-align: center;
    }
    .kehu-anli-item-logos{
        width: 100%;
    }
    .kehu-anli-item-logo{
        position: relative;
        display: inline-block;
    }
    .kehu-anli-item-logo .hover{
        display: none;
        width: 16px;
        height: 42px;
        background: rgba(28, 107, 255, 0.6);
        border-radius: 0px 4px 4px 0px;
        color: #fff;
        position: absolute;
        right: 6px;
        top: 6px;
        align-items: center;
        justify-content: center;
    }
    .kehu-anli-item-logo:hover .hover{
        display: flex;
    }
    .kehu-anli-item-logo img{
        width: 98px;
    }
    /* 解决方案下拉样式 */
    .solution-big-box{
        display: none;
        position: fixed;
        left: 163px;
        right: 163px;
        z-index: 100000;
    }
    .solution-t:hover .solution-big-box{
        display: block;
    }
    .solution-big-panel{
        display: block;
        margin: 0 auto;
        width: 1114px;
        background: #FFFFFF;
        box-shadow: 0px 0px 16px 0px rgba(116, 168, 207, 0.15);
        border: 1px solid rgba(28, 107, 255, 0.2);
        padding: 30px 40px 28px;
    }
    .solution-item{
        display: inline-block;
        width: 230px;
        margin: 0 10px 20px;
        padding: 0 6px 10px;
    }
    .solution-item:hover{
        background-color: rgba(28, 107, 255, 0.06);
        border-radius: 2px;
    }
    .solution-item-title{
        font-size: 16px; 
        color: #071B3F !important;
        display: block;
        text-align: center;
    }
    .solution-item-desc{
        font-size: 12px;
        color: #838D9F;
        line-height: 22px;
        height: 58px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: justify;
        /* margin-bottom: 16px; */
    } 
    .solution-item-imgs{
        display: flex;
    }
    .solution-item-imgs img{
        width: 50%;
    }
    /* 关于我们下拉样式 */
    .about-t{
        position: relative;
    }
    .about-box{
        display: none;
        position: absolute;
        z-index: 10000;
        left: -208px;
        width: 486px;
        height: 402px;
        background-color: #fff;
        box-shadow: 0px 0px 16px 0px rgba(116, 168, 207, 0.15);
    }
    .about-t:hover .about-box{
        display: block;
    }
    .about-box-left{
        width: 50%;
        height: 100%;
        float: left;
        padding-top: 24px;
    }
    .about-box-right{
        background-color: #1c6bff;
        width: 50%;
        height: 100%;
        float: left;
        color: #fff;
        padding-top: 31px;
        padding-left: 46px;
        line-height: 20px;
    }
    .nav ul li .about-box .about-box-left .about-item{
        display: block;
        font-size: 16px;
        color: #071B3F !important;
        text-align: center;
        height: 37px;
        line-height: 37px;
        margin-bottom: 10px;
    }
    .nav ul li .about-box .about-box-left .about-item a{
        font-size: 16px;
        color: #071B3F !important;
    }
    .nav ul li .about-box .about-box-left .about-item:hover{
        background-color: rgba(28, 107, 255, 0.06);
        color: #1C6BFF !important;
    }
    .nav ul li .about-box .about-box-left .about-item:hover a{
        color: #1C6BFF !important;
    }
    .nav ul li .about-box .about-box-left .about-item i{
        visibility: hidden;
        margin-left: 28px;
    }
    .nav ul li .about-box .about-box-left .about-item:hover i{
        visibility: visible;
    }
    .about-box-right-line1{
        font-size: 14px;
        margin-bottom: 4px;
    }
    .about-box-right-line2{
        font-size: 16px;
        margin-bottom: 22px;
    }
    .about-box-right-line3{
        font-size: 14px;
        margin-top: 85px;
        margin-bottom: 11px;
    }
    .about-box-right img{
        width: 86px;
        height: 86px;
    }
    /* 产品服务下拉 */
    .product-service-t{
        position: relative;
    }
    .product-service-box{
        display: none;
        position: absolute;
        z-index: 10000;
        left: -240px;
        width: 900px;
        height: 464px;
        background-color: #fff;
        box-shadow: 0px 0px 16px 0px rgba(116, 168, 207, 0.15);
        border: 1px solid rgba(28, 107, 255, 0.2);
        padding: 35px 54px 65px;
    }
    .product-service-t:hover .product-service-box{
        display: block;
    }
    .nav ul li .product-service-box .product-service-item{
        width: 260px;
        height: 184px;
        float: left;
        padding: 10px 8px 0;
        margin-bottom: 24px;
    }
    .nav ul li .product-service-box .product-service-item:hover{
        background: rgba(28, 107, 255, 0.06);
        border-radius: 2px;
    }
    .product-service-title{
        font-size: 16px;
        color: #071B3F;
        text-align: center;
        margin-bottom: 16px;
        line-height: normal;
    }
    .product-service-desc{
        line-height: 22px;
        height: 58px;
        overflow: hidden;
        color: #838D9F;
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: justify;
    }
    .product-service-logo{
        display: flex;
    }
    .product-service-logo img{
        width: 50%;
    }
    /* 支持与服务 */
    .support-t{
        position: relative;
    }
    .support-box{
        display: none;
        position: absolute;
        left: -180px;
        z-index: 10000;
        width: 760px;
        height: 445px;
        padding-top: 28px;
        padding-left: 58px;
        padding-right: 58px;
        background-color: #fff;
        box-shadow: 0px 0px 16px 0px rgba(116, 168, 207, 0.15);
        border: 1px solid rgba(28, 107, 255, 0.2);
        line-height: normal;
        cursor: default;
    }
    .support-t:hover .support-box{
        display: block;
    }
    .nav ul li .support-box .support-title{
        border-bottom: 1px solid #F1F6FF;
        margin-bottom: 23px;
        padding-bottom: 2px;
        width: 538px;
    }
    .nav ul li .support-box .support-title a{
        font-size: 16px;
        color: #071B3F !important;
        height: 37px;
        line-height: 37px;
        padding-left: 9px;
        padding-right: 21px;
        display: inline-block;
    }
    .nav ul li .support-box .support-title a:hover{
        border-radius: 2px;
        background-color: rgba(28, 107, 255, 0.06);;
        color: #1C6BFF !important;
    }
    .nav ul li .support-box .support-title a i{
        margin-left: 28px;
        visibility: hidden;
    }
    .nav ul li .support-box .support-title a:hover i{
        visibility: visible;
    }
    .nav ul li .support-box .support-sec-title a{
        color: #071B3F !important;
        font-size: 14px;
        margin-right: 57px;
    }
    .nav ul li .support-box .support-sec-title a:hover{
        color: #1C6BFF !important;
    }
    .nav ul li .support-box .support-sec-title img{
        width: 20px;
        height: 20px;
        margin-right: 4px;
        vertical-align: middle;
        margin-top: -2px;
    }
    .support-nav{
        height: 200px;
    }
    .support-nav>div{
        width: 50%;
        float: left;
    }
    .support-nav-title{
        color: #071B3F;
        font-size: 14px;
        margin-bottom: 11px;
    }
    .support-nav-logo{
        width: 98px;
        height: 55px;
        position: relative;
        float: left;
    }
    .support-nav-logo img{
        width: 98px;
        height: 55px;
    }
    .support-nav-logo div{
        position: absolute;
        right: 5px;
        top: 6px;
        z-index: 100;
        width: 16px;
        height: 43px;
        background: rgba(28, 107, 255, 0.6);
        border-radius: 0px 4px 4px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: hidden;
    }
    .support-nav-logo:hover div{
        visibility: visible;
    }
    .mainhb .box1main .header .line1 {
        float: left;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.45);
        margin-top: 20px;
    }

    .mainhb .box1main .header .mfsy {
        float: left;
        overflow: hidden;
        width: 72px;
        height: 24px;
        line-height: 24px;
        border-radius: 16px;
        border: 1px solid #FFFFFF;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        margin-left: 16px;
        margin-top: 14px;
    }

    .mainhb .box1main .header .mfsy a {
        color: #FFFFFF;
    }

    .mainhb .box1main .banner1 {
        width: 100%;
        height: 515px;
    }

    .mainhb .box1main .banner1 .content {
        float: left;
        /*width: 385px;*/
        width: 455px;
        margin-left: 144px;
        margin-top: 150px;
    }

    .mainhb .box1main .banner1 .content h1 {
        display: block;
        height: 56px;
        font-size: 40px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 56px;
        letter-spacing: 2px;
    }

    .mainhb .box1main .banner1 .content h1 span {
        font-family: DINPro-Medium;
    }

    .mainhb .box1main .banner1 .content h2 {
        margin-top: 28px;
        display: block;
        font-size: 16px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        letter-spacing: 2px;
    }

    .mainhb .box1main .banner1 .content .btn {
        display: block;
        width: 146px;
        height: 44px;
        line-height: 44px;
        background-color: #1C6BFF;
        background-image: url(../index-jump/images/new202009/arrow1.png);
        background-repeat: no-repeat;
        background-position: 116px center;
        background-size: 18px 18px;
        box-shadow: 0px 0px 12px 0px rgba(28, 94, 255, 0.25);
        border-radius: 22px;
        margin-top: 40px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        text-indent: 26px;
    }
    .mainhb .box1main .banner1 .content .mfsy{
        width: 220px;
        background-position: 180px center;
    }

    .mainhb .box1main .banner1 .ptimg {
        position: relative;
        float: left;
        /*margin-left: 68px;*/
        margin-left: 6px;
        width: 691px;
        height: 485px;
        z-index: 1;
    }

    .mainhb .box1main .banner1 .ptimg .pt1 {
        display: block;
        position: absolute;
        width: 691px;
        height: 485px;
        z-index: 300;
    }

    .mainhb .box1main .banner1 .ptimg .pt2 {
        display: block;
        position: absolute;
        width: 691px;
        height: 485px;
        z-index: 200;
    }

    .mainhb .box1main .banner1 .ptimg .dh1, .mainhb .box1main .banner1 .ptimg .dh2, .mainhb .box1main .banner1 .ptimg .dh3 {
        display: block;
        position: absolute;
        z-index: 500;
        animation-timing-function: linear;
        width: 34px;
        height: 110px;
    }

    .mainhb .box1main .banner1 .ptimg .dh1 {

        animation: b1dh1 2s infinite;
        animation-direction: alternate;
    }

    .mainhb .box1main .banner1 .ptimg .dh2 {

        animation: b1dh2 2s infinite;
        animation-direction: alternate;
    }

    .mainhb .box1main .banner1 .ptimg .dh3 {
        animation: b1dh3 2s infinite;
        animation-direction: alternate;
    }

    .mainhb .box1main .banner1 .ptimg .dh4 {
        display: block;
        position: absolute;
        z-index: 250;
        animation: b1dh4 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    @keyframes b1dh4 {
        0% {
            left: 410px;
            top: 268px;
        }
        100% {
            left: 348px;
            top: 302px;
        }
    }

    @keyframes b1dh1 {
        0% {
            left: 109px;
            top: 170px;
        }
        100% {
            left: 109px;
            top: 150px;
        }
    }

    @keyframes b1dh2 {
        0% {
            left: 211px;
            top: 104px;
        }
        100% {
            left: 211px;
            top: 84px;
        }
    }

    @keyframes b1dh3 {
        0% {
            left: 315px;
            top: 34px;
        }
        100% {
            left: 315px;
            top: 14px;
        }
    }

    .mainhb .box1main .banner1 .ptimg img {
        /* width: 631px;
     height: 457px;*/
    }

    .mainhb .box2main {
        width: 1200px;
        height: 627px;
        margin: 0 auto;
    }

    .mainhb .box2main .title {
        overflow: hidden;
    }

    .mainhb .box2main .title h1 {
        text-align: center;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
        margin-top: 39px;
    }

    .mainhb .box2main .title h2 {
        text-align: center;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 28px;
        letter-spacing: 2px;
        margin-top: 2px;
    }

    .mainhb .box2main .content {
        width: 100%;
    }

    .mainhb .box2main .content .list {
        height: 140px;
        float: left;
        width: 25%;
        margin-top: 60px;
        text-align: left;
    }

    .mainhb .box2main .content .list img {
        margin: 0 45px;
        width: 44px;
        height: 44px;
    }

    .mainhb .box2main .content .list .t1 {
        display: block;
        /*height: 22px;*/
        padding: 0 45px;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071B3F;
        line-height: 22px;
        padding-top: 20px;
        overflow: hidden;

    }

    .mainhb .box2main .content .list .info {
        display: block;
        padding: 0 45px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 22px;
        margin-top: 10px;
        text-align: left;
    }


    .mainhb .box3main {
        width: 100%;
        height: 665px;
        margin: 0 auto;
        margin-top: 140px;
    }

    .mainhb .box3main .title {
        overflow: hidden;
    }

    .mainhb .box3main .title h1 {
        text-align: center;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .mainhb .box3main .title h2 {
        text-align: center;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 28px;
        letter-spacing: 2px;
        margin-top: 12px;
    }

    .mainhb .box3main .content {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 90px;
        position: relative;
    }

    .mainhb .box3main .content .l {
        float: left;
        position: relative;
        width: 225px;
        margin-left: 34px;
        margin-right: 14px;
    }

    .mainhb .box3main .content .m {
        float: left;
        position: relative;
        width: 642px;
        height: 432px;
        background: url(../index-jump/images/four-view.png) no-repeat;
        background-size: 642px 432px;
    }

    .mainhb .box3main .content .r {
        float: left;
        position: relative;
        width: 225px;
        margin-left: 27px;
    }

    .mainhb .box3main .content .l .list, .mainhb .box3main .content .r .list {
        width: 100%;
        margin-bottom: 82px;
        overflow: hidden;
    }

    .mainhb .box3main .content .l .list .t1, .mainhb .box3main .content .r .list .t1 {
        height: 28px;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 28px;
    }

    .mainhb .box3main .content .l .list .c1, .mainhb .box3main .content .r .list .c1 {
        font-size: 14px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 28px;
        margin-top: 21px;
    }

    .mainhb .box3main .content .m .line1, .mainhb .box3main .content .m .line2 {
        font-size: 14px;
        font-weight: 400;
        color: #1C5EFF;
        margin-top: 35px;
    }

    .mainhb .box3main .content .m .line2 {
        margin-top: 65px;
    }

    .mainhb .box3main .content .m .line1 .t1, .mainhb .box3main .content .m .line2 .t1 {
        /*width: 60px;*/
        width: 56px;
        height: 24px;
        background: #f1f6ff;
        border-radius: 4px;
        margin-left: 145px;
        display: inline-block;
        text-align: center;
        line-height: 24px;
    }

    .mainhb .box3main .content .m .line1 .t2, .mainhb .box3main .content .m .line2 .t2 {
        width: 56px;
        height: 24px;
        background: #f1f6ff;
        border-radius: 4px;
        margin-left: 275px;
        display: inline-block;
        text-align: center;
        line-height: 24px;
    }


    .mainhb .box4main {
        width: 100%;
        height: 548px;
        background: url(../index-jump/images/new202009/mainbox4bg.png) no-repeat;
        background-size: 100% 548px;
        /* margin-top: 110px; */
    }

    .mainhb .box4main .title {
        overflow: hidden;
    }

    .mainhb .box4main .title h1 {
        text-align: center;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 45px;
        letter-spacing: 1px;
        margin-top: 72px;
    }

    .mainhb .box4main .title h2 {
        text-align: center;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8);
        line-height: 28px;
        letter-spacing: 2px;
        margin-top: 10px;
    }

    .mainhb .box4main .content {
        width: 1200px;
        margin: 0 auto;
    }

    .mainhb .box4main .content .list {
        height: 300px;
        float: left;
        width: 25%;
        margin-top: 75px;
        text-align: center;
    }

    .mainhb .box4main .content .list img {
        width: 68px;
        height: 68px;
    }

    .mainhb .box4main .content .list .t1 {
        display: block;
        height: 33px;
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 33px;
        margin-top: 25px;
    }

    .mainhb .box4main .content .cut1 {
        text-align: center;
        width: 100%
    }

    .mainhb .box4main .content .cut1 i {
        display: inline-block;
        margin-right: 4px;
        width: 4px;
        height: 4px;
        background: #FDCE63;
    }

    .mainhb .box4main .content .list .info {
        display: block;
        padding: 0 48px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
        margin-top: 15px;
        text-align: center;
    }

    .mainhb .box5main {
        width: 100%;
        height: 900px;
        background: #f8fbff;
    }

    .mainhb .box5main .title {
        overflow: hidden;
    }

    .mainhb .box5main .title h1 {
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
        margin-top: 126px;
        text-align: center;
    }

    .mainhb .box5main .title h2 {
        text-align: center;

        height: 28px;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 28px;
        letter-spacing: 2px;
        margin-top: 12px;
    }

    .mainhb .box5main .content {
        /*width: 100%;*/
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    .mainhb .box5main .content .pt {
        width: 550px;
        height: 500px;
        float: left;
        margin-left: 35px;
        margin-top: 89px;
        background: url(../index-jump/images/new202009/b5pt.png) no-repeat;
        background-size: 550px 500px;
        position: relative;
    }

    .mainhb .box5main .content .pt img {
        width: 32px;
        height: 134px;
    }

    .mainhb .box5main .content .pt .b5ac1 {
        position: relative;
        animation: b5ac1 2s infinite;
        animation-direction: alternate;
    }

    .mainhb .box5main .content .pt .b5ac2 {
        position: relative;
        animation: b5ac2 3s infinite;
        animation-direction: alternate;
    }

    @keyframes b5ac1 {
        0% {
            left: 33px;
            top: 190px;
        }
        100% {
            left: 33px;
            top: 220px;
        }
    }

    @keyframes b5ac2 {
        0% {
            left: 498px;
            top: 130px;
        }
        100% {
            left: 498px;
            top: 160px;
        }
    }

    .mainhb .box5main .content .listmain {
        width: 460px;
        overflow: hidden;
        float: right;
        margin-right: 38px;
        margin-top: 80px;
    }

    .mainhb .box5main .content .list {
        padding-bottom: 45px;
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    .mainhb .box5main .content .list .icon {
        width: 18px;
        height: 14px;
        display: block;
        background: url(../index-jump/images/new202009/b5sicon.png) no-repeat;
    }

    .mainhb .box5main .content .list .t1 {
        display: block;
        position: relative;
        margin-left: 25px;
        margin-top: -8px;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        letter-spacing: 1px;
    }

    .mainhb .box5main .content .list .cut1 {
        text-align: left;
        padding-top: 18px;
        margin-left: 23px;
        line-height: 0;
        overflow: hidden;
        width: 100%;
    }

    .mainhb .box5main .content .list .cut1 i {
        display: inline-block;
        margin-right: 4px;
        width: 4px;
        height: 4px;
        background: #FDCE63;
        overflow: hidden;

    }

    .mainhb .box5main .content .list .info {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 28px;
        margin-top: 23px;
        margin-left: 25px;
    }


    .mainhb .box6main {
        width: 100%;
        height: 625px;
        margin: 0 auto;
        /*background: #f8fbff;*/
    }

    .mainhb .box6main .title {
        overflow: hidden;
    }

    .mainhb .box6main .title h1 {
        text-align: center;
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
        margin-top: 60px;
    }

    .mainhb .box6main .title h2 {
        text-align: center;
        height: 28px;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 28px;
        letter-spacing: 2px;
        margin-top: 12px;
    }

    .mainhb .box6main .content {
        width: 1200px;
        margin: 0 auto;
        overflow: visible;
        margin-top: 100px;
        position: relative;
    }

    .mainhb .box6main .content .list {
        position: relative;
        float: left;
        overflow: hidden;
        width: 263px;
        height: 300px;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid rgba(28, 94, 255, 0.2);
        margin-left: 24px;
        text-align: center;
        transition: box-shadow 0.5s;
    }

    .mainhb .box6main .content .list:first-child {
        margin-left: 38px;
    }

    .mainhb .box6main .content .list:hover {
        box-shadow: 0px 0px 30px 0px rgba(56, 108, 203, 0.2);
        border-radius: 8px;
        border: none;
    }

    .mainhb .box6main .content .list .simg {
        margin-top: 50px;
    }

    .mainhb .box6main .content .list .simg img {
        width: 100px;
    }

    .mainhb .box6main .content .list .t1 {
        height: 28px;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 28px;
        margin-top: 60px;
    }

    .mainhb .box6main .content .list .info {
        display: none;
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
        width: 263px;
        height: 246px;
        padding-top: 54px;
        overflow: hidden;
        transition: top 0.5s;

    }

    .mainhb .box6main .content .list:hover .info {
        display: block;
    }

    .mainhb .box6main .content .list .info .infolist {
        margin-bottom: 4px;
        text-align: left;
        padding: 0 25px;
        overflow: hidden;
        font-size: 14px;
        font-weight: 400;
        color: #071B3F;
        line-height: 24px;
    }

    .mainhb .box6main .content .list .info .infolist i {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #1C6BFF;
        overflow: hidden;
        border-radius: 50%;
        line-height: 24px;
        vertical-align: top;
        margin-top: 8px;
    }

    .mainhb .box6main .content .list .info .infolist span {
        display: inline-block;
        width: 197px;
        overflow: hidden;
        margin-left: 9px;
    }


    .mainhb .box7main {
        width: 100%;
        height: 580px;
        /* background: #f8fbff; */
        /* margin-top: 100px; */
    }

    .mainhb .box7main .title {
        overflow: hidden;
    }

    .mainhb .box7main .title h1 {
        text-align: center;
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
        margin-top: 150px;

    }

    .mainhb .box7main .title h2 {
        text-align: center;
        height: 28px;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 28px;
        letter-spacing: 2px;
        margin-top: 12px;
    }

    .mainhb .box7main .content {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 52px;
    }

    .mainhb .box7main .content .list {
        float: left;
        overflow: hidden;
        width: 386px;
        text-align: center;
    }

    .mainhb .box7main .content .cut {
        float: left;
        overflow: hidden;
        background: #e4edff;
        width: 1px;
        height: 40px;
        margin-top: 29px;
    }

    .mainhb .box7main .content .list .nummain {
        display: inline-block;
        overflow: hidden;
        color: #1C6BFF;
    }

    .mainhb .box7main .content .list .nummain .num {
        display: block;
        float: left;
        font-size: 72px;
        font-weight: 400;
        overflow: hidden;
    }

    .mainhb .box7main .content .list .nummain .fbmain {
        display: block;
        float: left;
        position: relative;
        margin-left: -5px;
    }

    .mainhb .box7main .content .list .nummain .fbmain .simg {
        display: block;
        width: 38px;
        height: 38px;
        position: relative;
        margin-top: 15px;
    }

    .mainhb .box7main .content .list .nummain .fbmain .simg img {
        width: 38px;
        height: 38px;
    }

    .mainhb .box7main .content .list .nummain .fbmain .bfb {
        display: block;
        font-size: 14px;
        margin-top: 10px;
    }

    .mainhb .box7main .content .list .info {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.65);
        line-height: 20px;
        padding: 0 95px;
    }

    .mainhb .box8main {
        width: 100%;
        height: 780px;
        background-color: #fff;
        background-image: url(../index-jump/images/new202009/mainbox8bg-new1.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 1440px 572px;
    }

    .mainhb .box8main .title {
        overflow: hidden;
    }

    .mainhb .box8main .title h1 {
        text-align: center;
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 45px;
        letter-spacing: 1px;
        margin-top: 106px;
    }

    .mainhb .box8main .title h2 {
        text-align: center;

        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8);
        line-height: 28px;
        letter-spacing: 2px;
        margin-top: 12px;
    }

    .mainhb .box8main .content {
        width: 1200px;
        margin: 0 auto;
        margin-top: 60px;
    }

    .mainhb .box8main .content .list {
        float: left;
        width: 320px;
        height: 512px;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(116, 168, 207, 0.15);
        border-radius: 8px;
        margin-left: 42px;
        text-align: center;
    }

    .mainhb .box8main .content .list:first-child {
        margin-left: 78px;
    }

    .mainhb .box8main .content .list .simg {
        margin-top: 78px;
        overflow: hidden;
    }

    .mainhb .box8main .content .list .simg img {
        width: 196px;
        height: 196px;
    }

    .mainhb .box8main .content .list .t1 {
        margin-top: 42px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
    }

    .mainhb .box8main .content .list .info {
        padding: 0 40px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 28px;
        margin-top: 25px;
        text-align: left;
    }

    .mainhb .box9main {
        width: 100%;
        height: 1065px;
        background: #fff;
    }

    .mainhb .box9main .title {
        overflow: hidden;
    }

    .mainhb .box9main .title h1 {
        text-align: center;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
        margin-top: 139px;
    }

    .mainhb .box9main .title h2 {
        text-align: center;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 28px;
        letter-spacing: 2px;
        margin-top: 12px;
    }

    .mainhb .box9main .content {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 100px;
        background: url(../index-jump/images/new202009/b9pt-new.png) no-repeat;
        background-position: top center;
        background-size: 602px 583px;
        position: relative;
    }

    .mainhb .box9main .content .dotlist {
        position: absolute;
    }

    .mainhb .box9main .content .dotlist .dot1 {
        width: 34px;
        height: 34px;
        position: absolute;
        top: 130px;
        left: 340px;
    }

    .mainhb .box9main .content .dotlist .dot2 {
        width: 34px;
        height: 34px;
        position: absolute;
        top: 443px;
        left: 354px;
    }

    .mainhb .box9main .content .dotlist .dot3 {
        width: 34px;
        height: 34px;
        position: absolute;
        top: 430px;
        left: 830px;
    }

    .mainhb .box9main .content .dotlist .dot4 {
        width: 34px;
        height: 34px;
        position: absolute;
        top: 118px;
        left: 835px;
    }

    .mainhb .box9main .content .dotlist .dot {
        position: absolute;
        width: 12px;
        height: 12px;
        background: #1C6BFF;
        border-radius: 50%;
        opacity: 1;
        top: 11px;
        left: 11px;
    }

    .mainhb .box9main .content .dotlist .pulse {
        position: absolute;
        width: 34px;
        height: 34px;
        background: #E8F0FF;
        border-radius: 50%;
        /*animation: warn 2.5s ease 0.9s infinite;*/
    }

    .mainhb .box9main .content .dotlist .dot1 .pulse {
        animation: warn 2.5s ease 0.1s infinite;
    }

    .mainhb .box9main .content .dotlist .dot2 .pulse {
        animation: warn 2.5s ease 0.3s infinite;
    }

    .mainhb .box9main .content .dotlist .dot3 .pulse {
        animation: warn 2.5s ease 0.6s infinite;
    }

    .mainhb .box9main .content .dotlist .dot4 .pulse {
        animation: warn 2.5s ease 0.9s infinite;
    }


    @keyframes warn {
        0% {
            transform: scale(0);
            opacity: 1;
        }
        100% {
            transform: scale(1);
            opacity: 0.8;


        }
    }

    .mainhb .box9main .content .line1 {
        overflow: hidden;
        margin-top: 75px;
        width: 100%;
    }


    .mainhb .box9main .content .line1 .simg1 {
        float: left;
        overflow: hidden;
        margin-left: 3px;
        width: 128px;
        height: 128px;
        visibility: hidden;
        /*animation: b9line1simg1 6s infinite;*/
        /*animation-timing-function: linear;*/
        z-index: 500;
        position: relative;
        margin-top: 10px;
    }

    /*
@keyframes b9line1simg1 {
    0% {
        opacity: 0.2;
    }
    10% {
        opacity: 1;
    }
    25% {
        !*visibility: visible;*!
        opacity: 1;
    }
    26%, 100% {
        !*visibility: hidden;*!
        opacity: 0;
    }
}*/
    .mainhb .box9main .content .line1 .simg2 {
        float: left;
        overflow: hidden;
        margin-left: 360px;
        width: 128px;
        height: 128px;
        position: relative;
        margin-top: 0px;
        visibility: hidden;
        z-index: 500;
        position: relative;
        /*animation: b9line1simg2 6s infinite;*/
        /*animation-timing-function: linear;*/
    }

    /*
@keyframes b9line1simg2 {
    0%, 25% {
        !*visibility: hidden;*!
        opacity: 0;
    }
    26% {
        opacity: 0.2;
    }
    36% {
        opacity: 1;
    }
    50% {
        !*visibility: visible;*!
        opacity: 1;
    }
    51%, 100% {
        !*visibility: hidden;*!
        opacity: 0;
    }
}*/
    .mainhb .box9main .content .line1 .simg1 img, .mainhb .box9main .content .line1 .simg2 img {
        width: 128px;
        height: 128px;
    }

    .mainhb .box9main .content .line1 .c1 {
        float: left;
        overflow: hidden;
        margin-left: 165px;
        text-align: right;
        position: relative;
        margin-top: 10px;
    }

    .mainhb .box9main .content .line1 .c1 .nummain {
        overflow: hidden;
        margin-top: 18px;
    }

    /*
.mainhb .box9main .content .line1 .c1 .nummain .num {
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    font-family: PingFangSC-Medium, PingFang SC;
}

.mainhb .box9main .content .line1 .c1 .nummain .fh {
    display: inline-block;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1C6BFF;
    vertical-align: top;
    line-height: 50px;
}*/
    .mainhb .box9main .content .line1 .c1 .nummain .num {
        display: inline-block;
        font-size: 36px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.85);
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .mainhb .box9main .content .line1 .c1 .nummain .fhmain {
        display: inline-block;
        overflow: hidden;
    }

    .mainhb .box9main .content .line1 .c1 .nummain .fhmain .fh {
        width: 13px;
        height: 20px;
        font-size: 20px;
        font-weight: 500;
        color: #1C6BFF;
        line-height: 20px;
    }

    .mainhb .box9main .content .line1 .c1 .nummain .fhmain .dw {
        width: 13px;
        height: 17px;
        font-size: 12px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
        line-height: 17px;
    }

    .mainhb .box9main .content .line1 .c1 .info {
        font-size: 18px;
        font-weight: 500;
        /*color: rgba(0, 0, 0, 0.65);*/
        color: #5b6983;
        width: 125px;
    }

    .mainhb .box9main .content .line1 .c2 {
        float: left;
        overflow: hidden;
        margin-left: 0px;
        position: relative;
        /*margin-top: -20px;*/
    }

    .mainhb .box9main .content .line1 .c2 .nummain {
        overflow: hidden;
        margin-top: 18px;
    }

    .mainhb .box9main .content .line1 .c2 .nummain .num {
        display: inline-block;
        font-size: 36px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.85);
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .mainhb .box9main .content .line1 .c2 .nummain .fhmain {
        display: inline-block;
        overflow: hidden;
    }

    .mainhb .box9main .content .line1 .c2 .nummain .fhmain .fh {
        width: 13px;
        height: 20px;
        font-size: 20px;
        font-weight: 500;
        color: #1C6BFF;
        line-height: 20px;
    }

    .mainhb .box9main .content .line1 .c2 .nummain .fhmain .dw {
        width: 13px;
        height: 17px;
        font-size: 12px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
        line-height: 17px;
    }

    .mainhb .box9main .content .line1 .c2 .info {
        font-size: 18px;
        font-weight: 500;
        /*color: rgba(0, 0, 0, 0.65);*/
        color: #5b6983;
    }

    /*line2*/
    .mainhb .box9main .content .line2 {
        overflow: hidden;
        margin-top: 180px;
        width: 100%;
    }

    .mainhb .box9main .content .line2 .simg1 {
        float: left;
        overflow: hidden;
        margin-left: 0px;
        width: 128px;
        height: 128px;
        visibility: hidden;
        z-index: 500;
        position: relative;

        /*animation: b9line2simg1 6s infinite;*/
        /*animation-timing-function: linear;*/
    }

    /*
@keyframes b9line2simg1 {
    0%, 50% {
        !*visibility: hidden;*!
        opacity: 0;
    }
    51% {
        opacity: 0.2;
    }
    61% {
        opacity: 1;
    }
    75% {
        !*visibility: visible;*!
        opacity: 1;
    }
    76%, 100% {
        !*visibility: hidden;*!
        opacity: 0;
    }
}*/
    .mainhb .box9main .content .line2 .simg2 {
        float: left;
        overflow: hidden;
        margin-left: 345px;
        width: 128px;
        height: 128px;
        visibility: hidden;
        z-index: 500;
        position: relative;
        margin-top: -10px;
        /*animation: b9line2simg2 6s infinite;*/
        /*animation-timing-function: linear;*/
    }

    /*

@keyframes b9line2simg2 {
    0%, 75% {
        !*visibility: hidden;*!
        opacity: 0;
    }
    76% {
        opacity: 0.2;
    }
    86% {
        opacity: 1;
    }
    100% {
        !*visibility: visible;*!
        opacity: 1;
    }
}
*/
    .mainhb .box9main .content .line2 .simg1 img, .mainhb .box9main .content .line2 .simg2 img {
        width: 128px;
        height: 128px;
    }


    .mainhb .box9main .content .line2 .c1 {
        float: left;
        overflow: hidden;
        margin-left: 195px;
        text-align: right;
        /*margin-top: 10px;*/
    }

    .mainhb .box9main .content .line2 .c2 {
        float: left;
        overflow: hidden;
        margin-left: 0px;
        margin-top: -10px;
    }

    .mainhb .box9main .content .line2 .c1 .nummain, .mainhb .box9main .content .line2 .c2 .nummain {
        overflow: hidden;
        margin-top: 18px;
    }

    .mainhb .box9main .content .line2 .c1 .nummain .num, .mainhb .box9main .content .line2 .c2 .nummain .num {
        display: inline-block;
        font-size: 36px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.85);
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .mainhb .box9main .content .line2 .c1 .nummain .fhmain, .mainhb .box9main .content .line2 .c2 .nummain .fhmain {
        display: inline-block;
        overflow: hidden;
    }

    .mainhb .box9main .content .line2 .c1 .nummain .fhmain .fh, .mainhb .box9main .content .line2 .c2 .nummain .fhmain .fh {
        width: 13px;
        height: 20px;
        font-size: 20px;
        font-weight: 500;
        color: #1C6BFF;
        line-height: 20px;
    }

    .mainhb .box9main .content .line2 .c1 .nummain .fhmain .dw, .mainhb .box9main .content .line2 .c2 .nummain .fhmain .dw {
        width: 13px;
        height: 17px;
        font-size: 12px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
        line-height: 17px;
    }

    .mainhb .box9main .content .line2 .c1 .info, .mainhb .box9main .content .line2 .c2 .info {
        font-size: 18px;
        font-weight: 500;
        /*color: rgba(0, 0, 0, 0.65);*/
        color: #5b6983;
    }

    .mainhb .box9main .more {
        display: block;
        width: 146px;
        height: 44px;
        background-color: #1C6BFF;
        background-image: url(../index-jump/images/new202009/arrow2.png);
        background-repeat: no-repeat;
        background-position: 100px center;
        background-size: 14px 14px;
        box-shadow: 0px 0px 12px 0px rgba(28, 94, 255, 0.25);
        border-radius: 22px;
        margin: 0 auto;
        margin-top: 70px;
        text-indent: 33px;
        line-height: 44px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
    }
    .mainhb .box9main .bj{
        width: 220px;
        background-position: 180px center;
    }

    .mainhb .box9main .content .line1 .act1 {
        visibility: visible;
    }

    .mainhb .box9main .content .line2 .act1 {
        visibility: visible;
    }

    .case-area{
        width: 1440px;
        height: 674px;
        background-color: #F2F6FF;
        background-image: url(../index-jump/images/new202009/index_case_all.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding-left: 146px;
        padding-top: 90px;
    }
    .case-area-list{
        width: 42%;
        overflow: hidden;
    }
    .case-area-title{
        font-size: 32px;
        color: #071B3F;
        margin-bottom: 12px;
    }
    .case-area-desc{
        font-size: 20px;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        margin-bottom: 50px;
    }
    .case-area-item{
        float: left;
        width: 146px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        border: 1px solid rgba(7, 27, 63, 0.2);
        color: rgba(7, 27, 63, 0.6);
        font-size: 16px;
        padding-left: 18px;
        padding-right: 12px;
        margin-right: 32px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .case-area-item i{
        color: #C2C9D9;
        font-size: 22px;
    }
    .case-area-item:hover{
        color: #fff;
        background-color: #1C6BFF;
        border-color: #1C6BFF;
    }
    .case-area-item:hover i{
        color: #fff;
    }

    .mfsybox {
        width: 100%;
        height: 240px;
        overflow: hidden;
        background: url(../index-jump/images/new202009/mfsyboxbg.png) no-repeat;
        background-size: 1440px 240px;
    }

    .trial-btn, .trial-btn:hover {
        width: 144px;
        height: 40px;
        background: #fff;
        border-radius: 4px;
        color: #1C6BFF;
        font-weight: 600;
        line-height: 40px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .mfsybox h1 {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
        font-size: 28px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .mfsybox .tjmain {
        width: 415px;
        height: 42px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 30px;
    }

    .mfsybox .tjmain .inp1 {
        display: block;
        float: left;
        width: 310px;
        height: 40px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.25);
        border-radius: 2px 0 0 2px;
        border: 1px solid rgba(255, 255, 255, 0.45);
        text-indent: 22px;
        font-size: 12px;
        font-weight: 400;
        color: #ffffff;
    }

    .mfsybox .tjmain input.inp1::-webkit-input-placeholder {
        color: #cad3fb;
    }

    .mfsybox .tjmain input.inp1:-moz-placeholder {
        color: #cad3fb;
    }

    .mfsybox .tjmain input.inp1::-moz-placeholder {
        color: #cad3fb;
    }

    .mfsybox .tjmain input.inp1:-ms-input-placeholder {
        color: #cad3fb;
    }

    /*input::-webkit-input-placeholder {*/
    /*    color: #cad3fb;*/
    /*}*/
    .mfsybox .tjmain .sub1 {
        display: block;
        float: left;
        border: none;
        width: 100px;
        height: 40px;
        line-height: 40px;
        background: #FFFFFF;
        border-radius: 0px 2px 2px 0px;
        font-size: 14px;
        font-family: PingFang SC;
        /* font-weight: 600; */
        color: #1C6BFF;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .mainhb .box10main {
        width: 100%;
        height: 1100px;
        margin-top: 140px;
    }
    .mainhb .training-system{
        height: 700px;
    }

    .mainhb .box10main .title {
        overflow: hidden;
    }

    .mainhb .box10main .title h1 {
        text-align: center;

        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;

    }

    .mainhb .box10main .title h2 {
        text-align: center;

        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 28px;
        letter-spacing: 2px;
        margin-top: 12px;
    }

    .mainhb .box10main .listmain {
        width: 1200px;
        height: 330px;
        overflow: visible;
        margin: 0 auto;
        margin-top: 50px;
    }

    .mainhb .box10main .listmain .list {
        overflow: hidden;
        width: 336px;
        height: 262px;
        background: #FFFFFF;
        border: 1px solid rgba(28, 107, 255, 0.2);
        border-radius: 4px;
        float: left;
        margin-left: 20px;
        position: absolute;
        transition: width 0.3s, margin-left 0.3s;
    }

    .mainhb .box10main .listmain .list:nth-child(1) {
        margin-left: 74px;
    }

    .mainhb .box10main .listmain .list:nth-child(2) {
        margin-left: 430px;
    }

    .mainhb .box10main .listmain .list:nth-child(3) {
        margin-left: 787px;
    }

    .mainhb .box10main .listmain .list:nth-child(1):hover {
        margin-left: 62px;
    }

    .mainhb .box10main .listmain .list:nth-child(2):hover {
        margin-left: 418px;
    }

    .mainhb .box10main .listmain .list:nth-child(3):hover {
        margin-left: 775px;
    }


    .mainhb .box10main .listmain .list:hover {
        border: none;
        box-shadow: 0px 6px 22px 0px rgba(74, 105, 130, 0.25);
        width: 360px;
        height: 262px;
    }

    .mainhb .box10main .listmain .list .listbox {
        width: 336px;
        margin: 0 auto;
    }

    /*.mainhb .box10main .listmain .list_c{
    background: linear-gradient(105deg, #6B97FF 0%, #1050FF 100%);
    box-shadow: none;
    }*/
    .mainhb .box10main .listmain .list .logom {
        height: 110px;
        display: flex;
        justify-content: space-between;
        padding: 0 26px;
    }

    .mainhb .box10main .listmain .list .logoimg {
        align-self: center;
    }

    .mainhb .box10main .listmain .list .logoimg img {
        max-height: 38px;
        max-width: 140px;
    }

    .mainhb .box10main .listmain .list .fh {
        align-self: center;
    }

    .mainhb .box10main .listmain .list .fh img {
        width: 50px;
        height: 41px;
    }

    .mainhb .box10main .listmain .list .info {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.45);
        line-height: 22px;
        padding: 0 26px;
        text-align: justify;
        height: 84px;
    }
    .listmain .list .btn{
        margin-top: 20px;
        margin-right: 26px;
        text-align: right;
    }
    .listmain .list .btn a{
        color: #1C6BFF;
        font-size: 14px;
    }

    .mainhb .box10main .listmain .list_c .info {
        color: #FFFFFF;
    }

    .mainhb .box10main .logolist {
        overflow: hidden;
        width: 100%;
        position: relative;
        margin-top: 60px;
    }

    .mainhb .box10main .logolist .maks1 {
        width: 434px;
        height: 648px;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 200;
    }

    .mainhb .box10main .logolist .maks2 {
        width: 434px;
        height: 648px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        border-radius: 2px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 200;
    }

    .mainhb .box10main .logolist .main {
        position: relative;
        z-index: 100;
    }

    /*.mainhb .box10main .logolist .main .line1{position: relative;display: flex;justify-content:space-between;}
.mainhb .box10main .logolist .main .line2{position: relative;display: flex;justify-content:space-between;margin-top:34px;}*/
    .mainhb .box10main .logolist .main .line1 {
        width: 100%;
        height: 80px;
        animation-name: customer-logo1, scrollBrand1;
        animation-fill-mode: forwards, none;
        animation-timing-function: ease, linear;
        animation-iteration-count: 1, infinite;
        animation-duration: .46667s, 60s;
        background-image: url(../index-jump/images/new202009/logo1.png);
        background-repeat: no-repeat;
        background-size: 4746px 44px;
    }

    .mainhb .box10main .logolist .main .line2 {
        width: 100%;
        height: 80px;
        animation-name: customer-logo1, scrollBrand1;
        animation-fill-mode: forwards, none;
        animation-timing-function: ease, linear;
        animation-iteration-count: 1, infinite;
        animation-duration: .46667s, 90s;
        background-image: url(../index-jump/images/new202009/logo2.png);
        background-repeat: no-repeat;
        background-size: 4647px 44px;
        margin-top: 34px;

    }
    .mainhb .box10main .logolist .main .line3{
        width: 100%;
        height: 80px;
        animation-name: customer-logo1, scrollBrand1;
        animation-fill-mode: forwards, none;
        animation-timing-function: ease, linear;
        animation-iteration-count: 1, infinite;
        animation-duration: .46667s, 75s;
        background-repeat: no-repeat;
        background-image: url(../index-jump/images/new202009/logo3.png);
        background-size: 4770px 45px;
        background-position-y: 20px !important;
        margin-top: 34px;
    }

    /*logo*/
    @keyframes customer-logo1 {
        0% {
            opacity: 0;
            transform: scale(0.7);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    /*logo移动*/
    @keyframes scrollBrand1 {
        0% {
            background-position: 0 0;
        }
        to {
            background-position: -3400px 0;
        }
    }

    /*.mainhb .box10main .logolist .main img{max-height: 80px;}
.mainhb .box10main .logolist .main .line1 img:nth-child(2){ margin-left:-20px;}
.mainhb .box10main .logolist .main .line2 img:nth-child(2){ margin-left:-20px;}
.mainhb .box10main .logolist .main .line2 img{}*/
    .mainhb .box10main .swiper-pagination-bullet-active {
        background: linear-gradient(104deg, #6B97FF 0%, #1050FF 100%);
    }

    .mainhb .box10main .swiper-button-prev {
        width: 36px;
        height: 108px;
        left: 0;
        right: auto;
        top: 45%;
        margin-left: 130px;


    }

    .mainhb .box10main .swiper-button-next {
        width: 36px;
        height: 108px;
        left: auto;
        right: 0;
        top: 45%;
        margin-right: 130px;
    }

    .mainhb .box10main .swiper-button-prev::after, .mainhb .box10main .swiper-button-next::after {
        content: ' ';
    }


    .footer {
        width: 100%;
        height: 376px;
        background: #091633;
    }

    .footer-con{
        margin-left: 180px;
        margin-right: 150px;
    }

    .footer .logo {
        padding-top: 50px;
        float: left;
    }

    .footer .logo .logo-img {
        width: 102px;
        height: 55px;
    }

    .footer .lianxi{
        font-size: 12px;
        color: #8e94a1;
        margin-top: 25px;
    }
    .footer .lianxi div{
        margin-bottom: 8px;
    }
    .footer .gzh div{
        font-size: 12px;
        color: #8e94a1;
        margin-top: 24px;
        margin-bottom: 8px;
    }
    .footer .gzh img{
        width: 80px;
    }

    .footer .fnav {
        width: 750px;
        float: right;
        height: 233px;
        margin-top: 80px;
        margin-left: 150px;
    }

    .footer .fnav ul {
        display: block;
        float: left;
        min-width: 110px;
        overflow: hidden;
    }

    .footer .fnav ul li {
        display: block;
        width: 100%;
        margin-bottom: 8px;
        overflow: hidden;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .footer .fnav ul li.news-li a{
        display: block;
        width: 236px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .footer .fnav ul li a {
        color: #8e94a1;
    }
    .footer .fnav ul.cases-ul{
        margin-left: 20px;
        width: 180px;
    }

    .footer .fnav ul li.cases-li{
        width: 100%;
    }
    .footer .fnav ul li.cases-li a{
        float: left;
        width: 50%;
        margin-bottom: 8px;
    }

    .footer .fnav ul li:first-child {
        display: block;
        width: 100%;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .footer .fnav ul li:first-child a {
        color: #FFFFFF;
    }

    .footer .fnav ul li img {
        vertical-align: bottom;
        margin-right: 5px;
    }

    .footer .copyright {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 95px;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.65);
    }


    .mainhb .box11main {
        width: 100%;
        height: 600px;
        margin-top: 0px;
        background: #f8fbff;
    }

    .mainhb .box11main .cmain {
        width: 1200px;
        margin: 0 auto;
    }

    .mainhb .box11main .pt {
        width: 596px;
        height: 600px;
        background: url(../index-jump/images/new202009/b11pt.jpg) no-repeat;
        background-size: 596px 600px;
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #000000;
        overflow: hidden;
        float: left;
    }

    .mainhb .box11main .pt .line1 {
        margin-left: 110px;
        margin-top: 95px;
        overflow: hidden;
    }

    .mainhb .box11main .pt .line2 {
        margin-left: 494px;
        margin-top: 15px;
        overflow: hidden;
    }

    .mainhb .box11main .pt .line3 {
        margin-left: 388px;
        margin-top: 130px;
        overflow: hidden;
    }

    .mainhb .box11main .pt .line4 {
        margin-left: 125px;
        margin-top: 70px;
        overflow: hidden;
    }

    .mainhb .box11main .pt .line5 {
        margin-left: 410px;
        margin-top: 53px;
        overflow: hidden;
    }

    .mainhb .box11main .content {
        width: 580px;
        overflow: hidden;
        float: left;
    }

    .mainhb .box11main .content h1 {
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
        margin-left: 95px;
        margin-top: 155px;
    }

    .mainhb .box11main .content h2 {
        margin-left: 95px;
        margin-top: 45px;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        letter-spacing: 2px;
    }

    .mainhb .box11main .content .more {
        display: block;
        width: 146px;
        height: 44px;
        line-height: 44px;
        background-color: #1C6BFF;
        background-image: url(../index-jump/images/new202009/arrow2.png);
        background-repeat: no-repeat;
        background-position: 100px center;
        background-size: 14px 14px;
        box-shadow: 0px 0px 12px 0px rgba(28, 94, 255, 0.25);
        border-radius: 22px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        text-indent: 33px;
        margin-left: 95px;
        margin-top: 74px;
    }

    .mainhb .box11main .content .more a {
        color: rgba(255, 255, 255, 0.94);
    }


    /*笔试*/
    .mainhb .bsbox1main {
        width: 100%;
        height: 458px;
        background-color: #f8fbff;
        background-image: url(../index-jump/images/new202009/bsb1bg.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 1440px 456px;
        /* overflow: hidden; */
    }

    .mainhb .bsbox1main .header {
        /*width: 100%;*/
        width: 1200px;
        margin: 0 auto;
        height: 56px;
        /* overflow: hidden; */
    }

    .mainhb .bsbox1main .header .logo {
        width: 60px;
        height: 28px;
        margin-top: 11px;
        float: left;
        /*margin-left: 162px;*/
    }

    .mainhb .bsbox1main .header .logo img {
        width: 60px;
        height: 28px;
    }

    .mainhb .bsbox1main .header .line {
        float: left;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.94);
        border-radius: 1px;
        margin-left: 27px;
        margin-top: 20px;
    }

    .mainhb .bsbox1main .header .title {
        float: left;
        height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        line-height: 20px;
        margin-left: 17px;
        margin-top: 16px;
    }

    .mainhb .bsbox1main .header .nav {
        float: left;
        /*margin-left: 457px;*/
        margin-left: 130px;
        /* overflow: hidden; */
        width: 528px;
    }

    .mainhb .bsbox1main .header .nav ul {
        /* overflow: hidden; */
        display: block;
        /* width: 110%; */
    }

    .mainhb .bsbox1main .header .nav ul li {
        position: relative;
        display: inline-block;
        height: 54px;
        line-height: 54px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.85);
        margin-right: 16px;
        cursor: pointer;
    }
    
    .mainhb .bsbox1main .header .nav ul li .arrow-down1-white,
    .mainhb .bsbox1main .header .nav ul li .arrow-down2-white,
    .mainhb .bsbox1main .header .nav ul li .arrow-down3-white {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 2px;
    }

    .mainhb .bsbox1main .header .nav ul li .arrow-up1-white,
    .mainhb .bsbox1main .header .nav ul li .arrow-up2-white,
    .mainhb .bsbox1main .header .nav ul li .arrow-up3-white {
      display: none;
      width: 12px;
      height: 12px;
      margin-left: 4px;
    }

    .mainhb .bsbox1main .header .nav ul li .layer-big-white {
      /* display: none;
      padding-top: 35px;
      width: 175px;
      height: 195px;
      position: absolute;
      top: 30px;
      left: -58px;
      background-image: url(https://cdn.oxcoder.com/index-jump/images/new202009/layer-big.png);
      background-repeat: no-repeat;
      background-size: 175px 195px;
      z-index: 10000;
      text-align: center; */
    }

    .mainhb .bsbox1main .header .nav ul li .layer-big-white a,
    .mainhb .bsbox1main .header .nav ul li .layer-small1-white a,
    .mainhb .bsbox1main .header .nav ul li .layer-small2-white a {
      color: #5E6B82;
    }
    .mainhb .bsbox1main .header .nav ul li .layer-big-white a:hover,
    .mainhb .bsbox1main .header .nav ul li .layer-small1-white a:hover,
    .mainhb .bsbox1main .header .nav ul li .layer-small2-white a:hover {
      color: #1C6BFF;
    }

    .mainhb .bsbox1main .header .nav ul li .layer-big-white .layer-desc-white,
    .mainhb .bsbox1main .header .nav ul li .layer-small1-white .layer-desc-white,
    .mainhb .bsbox1main .header .nav ul li .layer-small2-white .layer-desc-white {
      margin-bottom: 12px;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
    }

    .mainhb .bsbox1main .header .nav ul li .layer-small1-white,
    .mainhb .bsbox1main .header .nav ul li .layer-small2-white {
      /* display: none;
      padding-top: 40px;
      width: 175px;
      height: 136px;
      position: absolute;
      top: 30px;
      left: -58px;
      background-image: url(https://cdn.oxcoder.com/index-jump/images/new202009/layer-small.png);
      background-repeat: no-repeat;
      background-size: 175px 136px;
      z-index: 10000;
      text-align: center; */
    }

    .mainhb .bsbox1main .header .nav ul li:hover, .mainhb .box1main .header .nav ul .active {

        font-family: PingFang SC;
        /* font-weight: 600; */
        border-bottom: solid 2px #ffffff;
    }

    .mainhb .bsbox1main .header .nav ul li a {
        color: rgba(255, 255, 255, 0.85);
    }

    .mainhb .bsbox1main .header .line1 {
        float: left;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.45);
        margin-top: 20px;
    }

    .mainhb .bsbox1main .header .mfsy {
        float: left;
        overflow: hidden;
        width: 72px;
        height: 24px;
        line-height: 24px;
        border-radius: 16px;
        border: 1px solid #FFFFFF;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        margin-left: 16px;
        margin-top: 14px;
    }

    .mainhb .bsbox1main .header .mfsy a {
        color: #FFFFFF;
    }

    .mainhb .bsbox1main .banner1 {
        width: 100%;
        height: 400px;
    }

    .mainhb .bsbox1main .banner1 .content {
        float: left;
        /*width: 385px;*/
        width: 480px;
        margin-left: 158px;
        margin-top: 65px;
    }

    .mainhb .bsbox1main .banner1 .content h1 {
        display: block;
        height: 50px;
        font-size: 36px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        letter-spacing: 1px;

    }

    .mainhb .bsbox1main .banner1 .content h2 {
        display: block;
        margin-top: 12px;
        height: 24px;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 24px;

    }

    .mainhb .bsbox1main .banner1 .content h3 {
        display: block;
        margin-top: 24px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        line-height: 28px;

    }

    .mainhb .bsbox1main .banner1 .content .fun1 {
        overflow: hidden;
        margin-top: 40px;
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .mainhb .bsbox1main .banner1 .content .btn1 {
        display: block;
        float: left;
        /* width: 112px; */
        width: 160px;
        height: 38px;
        line-height: 38px;
        background: #FFA726;
        box-shadow: 0px 0px 12px 0px rgba(77, 108, 229, 0.58);
        border-radius: 22px;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
    }

    .mainhb .bsbox1main .banner1 .content .btn2 {
        display: block;
        float: left;
        margin-left: 16px;
        width: 112px;
        height: 38px;
        line-height: 38px;
        border-radius: 22px;
        border: 1px solid #FFFFFF;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
    }

    .mainhb .bsbox1main .banner1 .ptimg {
        position: relative;
        float: left;
        margin-left: 60px;
        margin-top: 30px;
        width: 581px;
        height: 342px;
    }

    .mainhb .bsbox1main .banner1 .ptimg img {
        width: 581px;
        height: 342px;
    }

    .mainhb .bsbox2main {
        width: 100%;
        height: 898px;
        background: #f8fbff;
        overflow: hidden;
    }

    .mainhb .bsbox2main .content {
        position: relative;
        height: 650px;
        overflow: hidden;
    }

    .mainhb .bsbox2main .content .pt {
        position: absolute;
        width: 1125px;
        height: 425px;
        left: 158px;
        top: 82px;
        z-index: 100;
    }

    .mainhb .bsbox2main .title {
        text-align: center;
    }

    .mainhb .bsbox2main .title h1 {

        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .mainhb .bsbox2main .title h2 {

        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 30px;
        letter-spacing: 2px;
        margin-top: 16px;
    }

    .mainhb .bsbox2main .title .more {
        display: inline-block;
        width: 146px;
        height: 44px;
        line-height: 44px;
        background-color: #1C6BFF;
        background-image: url(../index-jump/images/new202009/arrow2.png);
        background-repeat: no-repeat;
        background-position: 100px center;
        background-size: 14px 14px;
        box-shadow: 0px 0px 12px 0px rgba(28, 94, 255, 0.25);
        border-radius: 22px;
        margin-top: 35px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        text-indent: 33px;
        text-align: left;
    }

    .bsbox2main .content .dhdj1{
        position: absolute;
        width: 83px;
        height: 133px;
        top: 277px;
        left: 212px;
        z-index: 666;
        /*background: #0D6AFF;*/

    }
    .bsbox2main .content .dhdj2{
        position: absolute;
        width: 83px;
        height: 133px;
        top: 140px;
        left: 418px;
        z-index: 666;
        /*background: #0D6AFF;*/
    }
    .bsbox2main .content .dhdj3{
        position: absolute;
        width: 83px;
        height: 133px;
        top: 262px;
        left: 651px;
        z-index: 666;
        /*background: #0D6AFF;*/
    }
    .bsbox2main .content .dhdj4{
        position: absolute;
        width: 83px;
        height: 133px;
        top: 200px;
        left: 992px;
        z-index: 666;
        /*background: #0D6AFF;*/
    }
    .bsbox2main .content .dhdj5{
        position: absolute;
        width: 83px;
        height: 133px;
        top: 263px;
        left: 1159px;
        z-index: 666;
        /*background: #0D6AFF;*/
    }


    .bsbox2main .content .sdh1_1 {
        position: absolute;
        width: 28px;
        height: 23px;
        top: 263px;
        left: 203px;
        background-image: url("../index-jump/images/new202009/bsb2sdh1_1_1.png");
        background-repeat: no-repeat;
        background-size: 28px 23px;
        z-index: 200;
        animation: bssdh1_1 0.2s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .bsbox2main .content .sdh1_2 {
        position: absolute;
        width: 28px;
        height: 23px;
        top: 306px;
        left: 203px;
        background-image: url("../index-jump/images/new202009/bsb2sdh1_2_1.png");
        background-repeat: no-repeat;
        background-size: 28px 23px;
        z-index: 200;
        animation: bssdh1_2 0.4s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .bsbox2main .content .sdh1_3 {
        position: absolute;
        width: 51px;
        height: 62px;
        top: 284px;
        left: 273px;
        background-image: url("../index-jump/images/new202009/dysj.png");
        background-repeat: no-repeat;
        background-size: 51px 62px;
        z-index: 200;
        animation: bssdh1_3 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    @keyframes bssdh1_1 {
        0% {
            background-image: url("../index-jump/images/new202009/bsb2sdh1_1_1.png");
        }
        100% {
            background-image: url("../index-jump/images/new202009/bsb2sdh1_1_2.png");
        }
    }
    @keyframes bssdh1_2 {
        0% {
            background-image: url("../index-jump/images/new202009/bsb2sdh1_2_1.png");
        }
        100% {
            background-image: url("../index-jump/images/new202009/bsb2sdh1_2_2.png");
        }
    }
    @keyframes bssdh1_3 {
        0% {
            top: 284px;
            left: 273px;
        }
        100% {
            top: 274px;
            left: 273px;
        }
    }

    .bsbox2main .content .sdh2_1 {
        position: absolute;
        width: 33px;
        height: 55px;
        top: 149px;
        left: 332px;
        background-image: url("../index-jump/images/new202009/bsb2sdh2_1.png");
        background-repeat: no-repeat;
        background-size: 33px 55px;
        z-index: 200;
        animation: bssdh2_1 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .bsbox2main .content .sdh2_2 {
        position: absolute;
        width: 39px;
        height: 49px;
        top: 61px;
        left: 419px;
        background-image: url("../index-jump/images/new202009/bsb2sdh2_2.png");
        background-repeat: no-repeat;
        background-size: 39px 49px;
        z-index: 200;
        animation: bssdh2_2 2.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .bsbox2main .content .sdh2_3 {
        position: absolute;
        width: 53px;
        height: 101px;
        top: 148px;
        left: 430px;
        background-image: url("../index-jump/images/new202009/bsb2sdh2_3.png");
        background-repeat: no-repeat;
        background-size: 53px 101px;
        z-index: 300;
    }

    .bsbox2main .content .sdh2_4 {
        position: absolute;
        width: 55px;
        height: 58px;
        top: 118px;
        left: 395px;
        background-image: url("../index-jump/images/new202009/bsb2sdh2_4.png");
        background-repeat: no-repeat;
        background-size: 55px 58px;
        z-index: 250;
        animation: bssdh2_4 4s infinite;
        /*animation-direction: alternate;*/
        animation-timing-function: linear;
        /*animation-timing-function:ease;*/
        /*animation-timing-function:cubic-bezier(0.68,-0.55,0.27,0.55);*/
    }

    @keyframes bssdh2_1 {
        0% {
            top: 149px;
            left: 332px;
        }
        100% {
            top: 129px;
            left: 332px;
        }
    }
    @keyframes bssdh2_2 {
        0% {
            top: 61px;
            left: 419px;
        }
        100% {
            top: 51px;
            left: 419px;
        }
    }
    @keyframes bssdh2_4 {
        0% {
            top: 118px;
            left: 395px;
        }
        10% {
            top: 123px;
            left: 400px;
        }
        11%, 50% {
            -webkit-transform: translateY(0);
        }
        51%, 55%, 61%, 65% {
            -webkit-transform: translateY(-1px);
        }
        52%, 53%, 58%, 64% {
            -webkit-transform: translateY(1px);
        }
        65% {
            -webkit-transform: translateY(0);
        }
        66%, 89% {
            top: 123px;
            left: 400px;
        }
        90% {
            top: 123px;
            left: 400px;

        }
        100% {
            top: 118px;
            left: 395px;

        }

    }
    .bsbox2main .content .sdh3_1 {
        position: absolute;
        width: 22px;
        height: 22px;
        /*top: 255px;*/
        top: 265px;
        left: 674px;
        background-image: url("../index-jump/images/new202009/bsb2sdh3_1.png");
        background-repeat: no-repeat;
        background-size: 22px 22px;
        z-index: 200;
        animation: bssdh3_1 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .bsbox2main .content .sdh3_2 {
        position: absolute;
        width: 38px;
        height: 97px;
        top: 258px;
        left: 684px;
        background-image: url("../index-jump/images/new202009/bsb2sdh3_2.png");
        background-repeat: no-repeat;
        background-size: 38px 97px;
        z-index: 300;
        /*animation: bssdh3_2 1.5s infinite;*/
        /*animation-direction: alternate;*/
        /*animation-timing-function: linear;*/
    }

    .bsbox2main .content .sdh3_3 {
        position: absolute;
        width: 74px;
        height: 72px;
        /*top: 262px;*/
        top: 272px;
        left: 659px;
        background-image: url("../index-jump/images/new202009/bsb2sdh3_3.png");
        background-repeat: no-repeat;
        background-size: 74px 72px;
        z-index: 400;
        animation: bssdh3_3 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    @keyframes bssdh3_1 {
        0% {
            /*top: 255px;*/
            top: 265px;
            left: 674px;
        }
        100% {
            /*top: 245px;*/
            top: 255px;
            left: 674px;
        }
    }
    @keyframes bssdh3_3 {
        0% {
            /*top: 262px;*/
            top: 272px;
            left: 659px;
        }
        100% {
            /*top: 252px;*/
            top: 262px;
            left: 659px;
        }
    }

    .bsbox2main .content .sdh4_1 {
        position: absolute;
        width: 14px;
        height: 37px;
        top: 155px;
        left: 924px;
        background-image: url("../index-jump/images/new202009/bsb2sdh4_1-2.png");
        background-repeat: no-repeat;
        background-size: 14px 37px;
        z-index: 200;
        animation: bssdh4_1 1.5s infinite;
        /*animation-direction: normal;*/
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    /*@keyframes bssdh4_1 {
    0% {
        top: 165px;
        left: 939px;
    }
    25% {
        left: 940px;
    }
    50% {
        top: 160px;
    }
    75% {
        left: 938px;
    }
    100% {
!*        top: 155px;
        left: 939px;*!
        top: 165px;
        left: 939px;
    }
}*/
    @keyframes bssdh4_1 {
        0% {
            top: 155px;
            left: 924px;
        }

        100% {
            top: 145px;
            left: 924px;
        }
    }

    .bsbox2main .content .sdh5_1 {
        position: absolute;
        width: 18px;
        height: 19px;
        top: 275px;
        left: 1213px;
        background-image: url("../index-jump/images/new202009/bsb2sdh5_1.png");
        background-repeat: no-repeat;
        background-size: 18px 19px;
        z-index: 50;
        /*    animation: bssdh5_1 1.5s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;*/
    }

    .bsbox2main .content .sdh5_2 {
        position: absolute;
        width: 18px;
        height: 19px;
        top: 275px;
        left: 1213px;
        background-image: url("../index-jump/images/new202009/bsb2sdh5_2.png");
        background-repeat: no-repeat;
        background-size: 18px 19px;
        z-index: 50;
        animation: bssdh5_2 1.5s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    @keyframes bssdh5_2 {
        0% {
            top: 256px;
            left: 1213px;
        }
        100% {
            top: 275px;
            left: 1213px;
        }
    }

    .bsbox2main .content .sdh5_3 {
        position: absolute;
        width: 14px;
        height: 34px;
        top: 286px;
        left: 1259px;
        background-image: url("../index-jump/images/new202009/bsb2sdh5_1-2.png");
        background-repeat: no-repeat;
        background-size: 14px 34px;
        z-index: 200;
        animation: bssdh5_3 1.5s infinite;
        /*animation-direction: normal;*/
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    @keyframes bssdh5_3 {
        0% {
            top: 286px;
            left: 1259px;
        }
        100% {
            top: 276px;
            left: 1259px;
        }
    }






    .bsbox2main .content .dh1,
    .bsbox2main .content .dh2,
    .bsbox2main .content .dh3,
    .bsbox2main .content .dh4,
    .bsbox2main .content .dh5 {
        display: none;
    }

    .bsbox2main .content .dh1 {
        position: absolute;
        top: 390px;
        left: 252px;
        z-index: 200;
    }

    .bsbox2main .content .dh1 .dsimg {
        position: relative;
        width: 20px;
        height: 16px;
        background-image: url("../index-jump/images/new202009/bsb2dh1d.png");
        background-repeat: no-repeat;
        background-size: 20px 16px;
    }

    .bsbox2main .content .dh1 .xsimg {
        position: relative;
        width: 112px;
        height: 70px;
        background-image: url("../index-jump/images/new202009/bsb2dh1x.png");
        background-repeat: no-repeat;
        background-size: 112px 70px;
        margin-left: 10px;
        margin-top: -10px;
    }

    .bsbox2main .content .dh1 .infomain {
        position: relative;
        margin-left: 77px;
        margin-top: -50px;
    }

    .bsbox2main .content .dh1 .infomain .box,
    .bsbox2main .content .dh2 .infomain .box,
    .bsbox2main .content .dh3 .infomain .box,
    .bsbox2main .content .dh4 .infomain .box,
    .bsbox2main .content .dh5 .infomain .box {
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(116, 168, 207, 0.15);
        border-radius: 8px;
        overflow: hidden;
    }

    .bsbox2main .content .dh1 .infomain .box i,
    .bsbox2main .content .dh2 .infomain .box i,
    .bsbox2main .content .dh3 .infomain .box i,
    .bsbox2main .content .dh4 .infomain .box i,
    .bsbox2main .content .dh5 .infomain .box i {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #FFA726;
        margin-top: 16px;
        margin-left: 15px;
        border-radius: 50%;
        vertical-align: top;
    }

    .bsbox2main .content .dh1 .infomain .box span,
    .bsbox2main .content .dh2 .infomain .box span,
    .bsbox2main .content .dh3 .infomain .box span,
    .bsbox2main .content .dh4 .infomain .box span,
    .bsbox2main .content .dh5 .infomain .box span {
        display: inline-block;
        margin-top: 8px;
        margin-left: 8px;
        font-size: 12px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 24px;
    }

    .bsbox2main .content .dh1 .infomain .box {
        width: 273px;
        height: 92px;
    }

    .bsbox2main .content .dh1 .infomain .box span {
        width: 218px;
    }


    .bsbox2main .content .dh2 {
        position: absolute;
        top: 255px;
        left: 485px;
        z-index: 200;
    }

    .bsbox2main .content .dh2 .dsimg {
        position: relative;
        width: 19px;
        height: 15px;
        background-image: url("../index-jump/images/new202009/bsb2dh2d.png");
        background-repeat: no-repeat;
        background-size: 19px 15px;
    }

    .bsbox2main .content .dh2 .xsimg {
        position: relative;
        width: 47px;
        height: 151px;
        background-image: url("../index-jump/images/new202009/bsb2dh2x.png");
        background-repeat: no-repeat;
        background-size: 47px 151px;
        margin-left: -10px;
        margin-top: -8px;
    }

    .bsbox2main .content .dh2 .infomain {
        position: relative;
        margin-left: -124px;
        margin-top: -34px;
    }

    .bsbox2main .content .dh2 .infomain .box {
        width: 224px;
        height: 90px;
    }

    .bsbox2main .content .dh2 .infomain .box span {
        width: 172px;
    }


    .bsbox2main .content .dh3 {
        position: absolute;
        top: 368px;
        left: 765px;
        z-index: 200;
    }

    .bsbox2main .content .dh3 .dsimg {
        position: relative;
        width: 19px;
        height: 15px;
        background-image: url("../index-jump/images/new202009/bsb2dh3d.png");
        background-repeat: no-repeat;
        background-size: 19px 15px;
    }

    .bsbox2main .content .dh3 .xsimg {
        position: relative;
        width: 112px;
        height: 70px;
        background-image: url("../index-jump/images/new202009/bsb2dh3x.png");
        background-repeat: no-repeat;
        background-size: 112px 70px;
        margin-left: 10px;
        margin-top: -8px;
    }

    .bsbox2main .content .dh3 .infomain {
        position: relative;
        margin-left: 75px;
        margin-top: -80px;
    }

    .bsbox2main .content .dh3 .infomain .box {
        width: 224px;
        height: 90px;
    }

    .bsbox2main .content .dh3 .infomain .box span {
        width: 172px;
    }


    .bsbox2main .content .dh4 {
        position: absolute;
        top: 277px;
        left: 982px;
        z-index: 200;
    }

    .bsbox2main .content .dh4 .dsimg {
        position: relative;
        width: 20px;
        height: 15px;
        background-image: url("../index-jump/images/new202009/bsb2dh4d.png");
        background-repeat: no-repeat;
        background-size: 20px 15px;
    }

    .bsbox2main .content .dh4 .xsimg {
        position: relative;
        width: 53px;
        height: 120px;
        background-image: url("../index-jump/images/new202009/bsb2dh4x.png");
        background-repeat: no-repeat;
        background-size: 53px 120px;
        margin-left: -20px;
        margin-top: -8px;
    }

    .bsbox2main .content .dh4 .infomain {
        position: relative;
        margin-left: -105px;
        margin-top: -12px;
    }

    .bsbox2main .content .dh4 .infomain .box {
        width: 224px;
        height: 90px;
    }

    .bsbox2main .content .dh4 .infomain .box span {
        width: 172px;
    }

    .bsbox2main .content .dh5 {
        position: absolute;
        top: 400px;
        left: 1179px;
        z-index: 200;
    }

    .bsbox2main .content .dh5 .dsimg {
        position: relative;
        width: 20px;
        height: 15px;
        background-image: url("../index-jump/images/new202009/bsb2dh5d.png");
        background-repeat: no-repeat;
        background-size: 20px 15px;
    }

    .bsbox2main .content .dh5 .xsimg {
        position: relative;
        width: 42px;
        height: 75px;
        background-image: url("../index-jump/images/new202009/bsb2dh5x.png");
        background-repeat: no-repeat;
        background-size: 42px 75px;
        margin-left: -33px;
        margin-top: -8px;
    }

    .bsbox2main .content .dh5 .infomain {
        position: relative;
        margin-left: -256px;
        margin-top: -53px;
    }

    .bsbox2main .content .dh5 .infomain .box {
        width: 224px;
        height: 90px;
    }

    .bsbox2main .content .dh5 .infomain .box span {
        width: 172px;
    }

    /*

!*bsb2dh1*!
.mainhb .bsbox2main .content .dh1 {
    position: absolute;
    bottom: 284px;
    left: 389px;
    z-index: 200;
    width: 69px;

}

.mainhb .bsbox2main .content .dh1 .t1 {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #071B3F;
    line-height: 20px;;
    position: relative;
    margin-left: 8px;
}

.mainhb .bsbox2main .content .dh1 .simg {
    margin-top: 0px;
    position: relative;
    width: 62px;
    height: 62px;
    overflow: hidden;
    z-index: 300;
    margin-left: 5px;
    margin-top: -8px;
}

.mainhb .bsbox2main .content .dh1 .simg img {
    width: 62px;
    height: 62px;
}

.mainhb .bsbox2main .content .dh1 .spt {
    position: relative;
    width: 69px;
    height: 75px;
    background: url(https://cdn.oxcoder.com/index-jump/images/new202009/bsb2ptd1.png) no-repeat;
    background-size: 69px 75px;
    margin-top: -30px;
    z-index: 250;
}

.mainhb .bsbox2main .content .dh1:hover .spt, .mainhb .bsbox2main .content .dh1 .act {
    height: 96px;
    background: url(https://cdn.oxcoder.com/index-jump/images/new202009/bsb2ptd12.png) no-repeat;
    background-size: 69px 96px;
    transition: height 0.3s;
}

.mainhb .bsbox2main .content .dh1 .infomain {
    position: absolute;
    z-index: 200;
    left: -230px;
    top: -50px;
    visibility: hidden;
}

.mainhb .bsbox2main .content .dh1:hover .infomain, .mainhb .bsbox2main .content .dh1 .act1 {
    visibility: visible;
}

.mainhb .bsbox2main .content .dh1 .infomain .box {
    width: 224px;
    height: 96px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(116, 168, 207, 0.15);
    border-radius: 4px;
}

.mainhb .bsbox2main .content .dh1 .infomain .box i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FFA726;
    margin-top: 24px;
    margin-left: 15px;
    border-radius: 50%;
    vertical-align: top;
}

.mainhb .bsbox2main .content .dh1 .infomain .box span {
    display: inline-block;
    margin-top: 14px;
    margin-left: 8px;
    width: 175px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(7, 27, 63, 0.6);
    line-height: 24px;
}

.mainhb .bsbox2main .content .dh1 .infomain .xux {
    width: 164px;
    height: 56px;
    border-bottom: 1px dashed #1C6BFF;
    border-left: 1px dashed #1C6BFF;
    position: relative;
    margin-left: 67px;
}


!*bsb2dh2*!
.mainhb .bsbox2main .content .dh2 {
    position: absolute;
    bottom: 348px;
    left: 540px;
    z-index: 200;
    width: 69px;

}

.mainhb .bsbox2main .content .dh2 .t1 {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #071B3F;
    line-height: 20px;;
    position: relative;
    margin-left: 8px;
}

.mainhb .bsbox2main .content .dh2 .simg {
    margin-top: 0px;
    position: relative;
    width: 62px;
    height: 62px;
    overflow: hidden;
    z-index: 300;
    margin-left: 5px;
    margin-top: -8px;
}

.mainhb .bsbox2main .content .dh2 .simg img {
    width: 62px;
    height: 62px;
}

.mainhb .bsbox2main .content .dh2 .spt {
    position: relative;
    width: 69px;
    height: 75px;
    background: url(https://cdn.oxcoder.com/index-jump/images/new202009/bsb2ptd1.png) no-repeat;
    background-size: 69px 75px;
    margin-top: -30px;
    z-index: 250;
}

.mainhb .bsbox2main .content .dh2:hover .spt {
    height: 96px;
    background: url(https://cdn.oxcoder.com/index-jump/images/new202009/bsb2ptd12.png) no-repeat;
    background-size: 69px 96px;
    transition: height 0.3s;
}

.mainhb .bsbox2main .content .dh2 .infomain {
    position: absolute;
    z-index: 200;
    left: -280px;
    top: -80px;
    visibility: hidden;
}

.mainhb .bsbox2main .content .dh2:hover .infomain {
    visibility: visible;
}

.mainhb .bsbox2main .content .dh2 .infomain .box {
    width: 273px;
    height: 122px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(116, 168, 207, 0.15);
    border-radius: 4px;
}

.mainhb .bsbox2main .content .dh2 .infomain .box i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FFA726;
    margin-top: 24px;
    margin-left: 15px;
    border-radius: 50%;
    vertical-align: top;
}

.mainhb .bsbox2main .content .dh2 .infomain .box span {
    display: inline-block;
    margin-top: 14px;
    margin-left: 8px;
    width: 218px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(7, 27, 63, 0.6);
    line-height: 24px;
}

.mainhb .bsbox2main .content .dh2 .infomain .xux {
    width: 169px;
    height: 40px;
    border-bottom: 1px dashed #1C6BFF;
    border-left: 1px dashed #1C6BFF;
    position: relative;
    margin-left: 94px;
}

!*bsb2dh3*!
.mainhb .bsbox2main .content .dh3 {
    position: absolute;
    bottom: 411px;
    left: 686px;
    z-index: 200;
    width: 69px;

}

.mainhb .bsbox2main .content .dh3 .t1 {
    width: 88px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #071B3F;
    line-height: 20px;;
    position: relative;
    margin-left: 0px;
}

.mainhb .bsbox2main .content .dh3 .simg {
    margin-top: 0px;
    position: relative;
    width: 62px;
    height: 62px;
    overflow: hidden;
    z-index: 300;
    margin-left: 5px;
    margin-top: -8px;
}

.mainhb .bsbox2main .content .dh3 .simg img {
    width: 62px;
    height: 62px;
}

.mainhb .bsbox2main .content .dh3 .spt {
    position: relative;
    width: 69px;
    height: 75px;
    background: url(https://cdn.oxcoder.com/index-jump/images/new202009/bsb2ptd1.png) no-repeat;
    background-size: 69px 75px;
    margin-top: -30px;
    z-index: 250;
}

.mainhb .bsbox2main .content .dh3:hover .spt {
    height: 96px;
    background: url(https://cdn.oxcoder.com/index-jump/images/new202009/bsb2ptd12.png) no-repeat;
    background-size: 69px 96px;
    transition: height 0.3s;
}

.mainhb .bsbox2main .content .dh3 .infomain {
    position: absolute;
    z-index: 200;
    left: -280px;
    top: -40px;
    visibility: hidden;
}

.mainhb .bsbox2main .content .dh3:hover .infomain {
    visibility: visible;
}

.mainhb .bsbox2main .content .dh3 .infomain .box {
    width: 224px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(116, 168, 207, 0.15);
    border-radius: 4px;
}

.mainhb .bsbox2main .content .dh3 .infomain .box i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FFA726;
    margin-top: 24px;
    margin-left: 15px;
    border-radius: 50%;
    vertical-align: top;
}

.mainhb .bsbox2main .content .dh3 .infomain .box span {
    display: inline-block;
    margin-top: 14px;
    margin-left: 8px;
    width: 172px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(7, 27, 63, 0.6);
    line-height: 24px;
}

.mainhb .bsbox2main .content .dh3 .infomain .xux {
    width: 159px;
    height: 26px;
    border-bottom: 1px dashed #1C6BFF;
    border-left: 1px dashed #1C6BFF;
    position: relative;
    margin-left: 137px;
}

!*bsb2dh4*!
.mainhb .bsbox2main .content .dh4 {
    position: absolute;
    bottom: 349px;
    left: 845px;
    z-index: 200;
    width: 69px;

}

.mainhb .bsbox2main .content .dh4 .t1 {
    !*width: 88px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #071B3F;
    line-height: 20px;;position: relative;margin-left:0px;*!
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #071B3F;
    line-height: 20px;;
    position: relative;
    margin-left: 8px;
}

.mainhb .bsbox2main .content .dh4 .simg {
    margin-top: 0px;
    position: relative;
    width: 62px;
    height: 62px;
    overflow: hidden;
    z-index: 300;
    margin-left: 5px;
    margin-top: -8px;
}

.mainhb .bsbox2main .content .dh4 .simg img {
    width: 62px;
    height: 62px;
}

.mainhb .bsbox2main .content .dh4 .spt {
    position: relative;
    width: 69px;
    height: 75px;
    background: url(https://cdn.oxcoder.com/index-jump/images/new202009/bsb2ptd1.png) no-repeat;
    background-size: 69px 75px;
    margin-top: -30px;
    z-index: 250;
}

.mainhb .bsbox2main .content .dh4:hover .spt {
    height: 96px;
    background: url(https://cdn.oxcoder.com/index-jump/images/new202009/bsb2ptd12.png) no-repeat;
    background-size: 69px 96px;
    transition: height 0.3s;
}

.mainhb .bsbox2main .content .dh4 .infomain {
    position: absolute;
    z-index: 200;
    left: 68px;
    top: -70px;
    visibility: hidden;
}

.mainhb .bsbox2main .content .dh4:hover .infomain {
    visibility: visible;
}

.mainhb .bsbox2main .content .dh4 .infomain .box {
    width: 224px;
    height: 114px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(116, 168, 207, 0.15);
    border-radius: 4px;
    margin-left: 48px;
}

.mainhb .bsbox2main .content .dh4 .infomain .box i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FFA726;
    margin-top: 24px;
    margin-left: 15px;
    border-radius: 50%;
    vertical-align: top;
}

.mainhb .bsbox2main .content .dh4 .infomain .box span {
    display: inline-block;
    margin-top: 14px;
    margin-left: 8px;
    width: 172px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(7, 27, 63, 0.6);
    line-height: 24px;
}

.mainhb .bsbox2main .content .dh4 .infomain .xux {
    width: 145px;
    height: 33px;
    border-bottom: 1px dashed #1C6BFF;
    border-right: 1px dashed #1C6BFF;
    position: relative;
    margin-left: 0px;
}


!*bsb2dh5*!
.mainhb .bsbox2main .content .dh5 {
    position: absolute;
    bottom: 284px;
    left: 991px;
    z-index: 200;
    width: 69px;

}

.mainhb .bsbox2main .content .dh5 .t1 {
    width: 88px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #071B3F;
    line-height: 20px;;
    position: relative;
    margin-left: 0px;

}

.mainhb .bsbox2main .content .dh5 .simg {
    margin-top: 0px;
    position: relative;
    width: 62px;
    height: 62px;
    overflow: hidden;
    z-index: 300;
    margin-left: 5px;
    margin-top: -8px;
}

.mainhb .bsbox2main .content .dh5 .simg img {
    width: 62px;
    height: 62px;
}

.mainhb .bsbox2main .content .dh5 .spt {
    position: relative;
    width: 69px;
    height: 75px;
    background: url(https://cdn.oxcoder.com/index-jump/images/new202009/bsb2ptd1.png) no-repeat;
    background-size: 69px 75px;
    margin-top: -30px;
    z-index: 250;
}

.mainhb .bsbox2main .content .dh5:hover .spt {
    height: 96px;
    background: url(https://cdn.oxcoder.com/index-jump/images/new202009/bsb2ptd12.png) no-repeat;
    background-size: 69px 96px;
    transition: height 0.3s;
}

.mainhb .bsbox2main .content .dh5 .infomain {
    position: absolute;
    z-index: 200;
    left: 68px;
    top: -110px;
    visibility: hidden;
}

.mainhb .bsbox2main .content .dh5:hover .infomain {
    visibility: visible;
}

.mainhb .bsbox2main .content .dh5 .infomain .box {
    width: 224px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(116, 168, 207, 0.15);
    border-radius: 4px;
    margin-left: 48px;
}

.mainhb .bsbox2main .content .dh5 .infomain .box i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FFA726;
    margin-top: 24px;
    margin-left: 15px;
    border-radius: 50%;
    vertical-align: top;
}

.mainhb .bsbox2main .content .dh5 .infomain .box span {
    display: inline-block;
    margin-top: 14px;
    margin-left: 8px;
    width: 172px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(7, 27, 63, 0.6);
    line-height: 24px;
}

.mainhb .bsbox2main .content .dh5 .infomain .xux {
    width: 123px;
    height: 91px;
    border-bottom: 1px dashed #1C6BFF;
    border-right: 1px dashed #1C6BFF;
    position: relative;
    margin-left: 0px;
}
*/
    .mainhb .bsbox3main {
        width: 100%;
        height: 775px;
        /*background: #f8fbff;*/
        overflow: hidden;
    }

    .mainhb .bsbox3main .title {
        text-align: center;
        margin-top: 140px;
    }

    .mainhb .bsbox3main .title h1 {

        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .mainhb .bsbox3main .title h2 {
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 30px;
        letter-spacing: 2px;
        margin-top: 16px;
    }

    .mainhb .bsbox3main .content {
        position: relative;
        height: 390px;
        overflow: visible;
        margin-top: 82px;
    }

    .mainhb .bsbox3main .content .tksm {
        width: 307px;
        height: 353px;
        float: left;
        background: url(../index-jump/images/new202009/bsb3bg.png) no-repeat;
        background-size: 307px 353px;
        margin-left: 158px;
    }

    .mainhb .bsbox3main .content .tksm h1 {
        height: 33px;
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 33px;
        margin-top: 29px;
        margin-left: 33px;
    }

    .mainhb .bsbox3main .content .tksm h2 {
        height: 22px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 22px;
        margin-top: 16px;
        margin-left: 33px;
    }

    .mainhb .bsbox3main .content .tksm .info {
        width: 241px;
        height: 178px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.85);
        line-height: 28px;
        margin-top: 35px;
        margin-left: 33px;
    }

    .mainhb .bsbox3main .content .list {
        position: relative;
        float: left;
        text-align: center;
        width: 249px;
        height: 353px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid rgba(28, 107, 255, 0.2);
        margin-right: 24px;
    }

    .mainhb .bsbox3main .content .list:hover {
        width: 270px;
        height: 384px;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(56, 108, 203, 0.2);
        border-radius: 4px;
        margin-top: -15px;
        margin-right: 14px;
        border: none;
    }

    .mainhb .bsbox3main .content .list:nth-child(2) {
        margin-left: 24px;
    }

    .mainhb .bsbox3main .content .list:hover:nth-child(2) {
        margin-left: 14px;
    }

    .mainhb .bsbox3main .content .list:hover:nth-child(3), .mainhb .bsbox3main .content .list:hover:nth-child(4) {
        margin-left: -10px;
    }

    .mainhb .bsbox3main .content .list .simg {
        margin-top: 43px;
    }

    .mainhb .bsbox3main .content .list .simg img {
        width: 48px;
        height: 48px;
    }

    .mainhb .bsbox3main .content .list .t1 {
        height: 28px;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 28px;
        margin-top: 42px;
    }

    .mainhb .bsbox3main .content .list .info {
        width: 180px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 28px;
        margin: 0 auto;
        margin-top: 19px;
        text-align: left;
    }

    .mainhb .bsbox4main {
        width: 100%;
        height: 630px;
        background: #f8fbff;
        overflow: hidden;
        position: relative;
    }

    .mainhb .bsbox4main .title {
        width: 492px;
        overflow: hidden;
        float: left;
        margin-top: 192px;
        /*margin-left: 157px;*/
        position: absolute;
        /*left:157px;*/
        left: -495px;
    }

    .mainhb .bsbox4main .title h1 {
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .mainhb .bsbox4main .title .listmain {
        overflow: hidden;
    }

    .mainhb .bsbox4main .title .listmain .list {
        overflow: hidden;
        margin-top: 32px;
    }

    .mainhb .bsbox4main .title .listmain .list i {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #1C6BFF;
        margin-top: 24px;
        margin-left: 15px;
        border-radius: 50%;
        vertical-align: top;
    }

    .mainhb .bsbox4main .title .listmain .list span {
        display: inline-block;
        margin-top: 14px;
        margin-left: 8px;
        width: 450px;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        letter-spacing: 2px;
    }

    .mainhb .bsbox4main .content {
        width: 631px;
        height: 527px;
        /*float: left;*/
        /*margin-left: 76px;*/
        position: absolute;
        /*right:118px;*/
        right: -640px;
    }

    .mainhb .bsbox4main .content .pt {
        width: 631px;
        height: 527px;
    }

    .mainhb .bsbox4main .content .pt img {
        width: 631px;
        height: 527px;
        margin-top: 40px;
    }


    .mainhb .bsbox5main {
        width: 100%;
        height: 650px;
        margin-top: 0px;
        background: #f8fbff;
    }

    .mainhb .bsbox5main .cmain {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    .mainhb .bsbox5main .pt {
        width: 596px;
        height: 600px;
        background: url(../index-jump/images/new202009/b11pt.jpg) no-repeat;
        background-size: 596px 597px;
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #000000;
        overflow: hidden;
        /*float: left;*/
        position: absolute;
        left: -760px;
        /*left:0px;*/
    }

    .mainhb .bsbox5main .pt .line1 {
        margin-left: 110px;
        margin-top: 95px;
        overflow: hidden;
    }

    .mainhb .bsbox5main .pt .line2 {
        margin-left: 494px;
        margin-top: 15px;
        overflow: hidden;
    }

    .mainhb .bsbox5main .pt .line3 {
        margin-left: 388px;
        margin-top: 130px;
        overflow: hidden;
    }

    .mainhb .bsbox5main .pt .line4 {
        margin-left: 125px;
        margin-top: 70px;
        overflow: hidden;
    }

    .mainhb .bsbox5main .pt .line5 {
        margin-left: 410px;
        margin-top: 53px;
        overflow: hidden;
    }

    .mainhb .bsbox5main .content {
        width: 496px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 218px;
        /*margin-left: 65px;*/
        position: absolute;
        /*right:10px;*/
        right: -660px;
    }

    .mainhb .bsbox5main .content h1 {
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .mainhb .bsbox5main .content .listmain {
        overflow: hidden;
    }

    .mainhb .bsbox5main .content .listmain .list {
        overflow: hidden;
        margin-top: 32px;
    }

    .mainhb .bsbox5main .content .listmain .list i {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #1C6BFF;
        margin-top: 24px;
        margin-left: 15px;
        border-radius: 50%;
        vertical-align: top;
    }

    .mainhb .bsbox5main .content .listmain .list span {
        display: inline-block;
        margin-top: 14px;
        margin-left: 8px;
        width: 458px;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        letter-spacing: 2px;
    }


    .mainhb .bsbox6main {
        width: 100%;
        height: 511px;
        background: #f8fbff;
        overflow: hidden;
        position: relative;
    }

    .mainhb .bsbox6main .title {
        width: 492px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 130px;
        /*margin-left: 157px;*/
        position: absolute;
        left: -500px;
    }

    .mainhb .bsbox6main .title h1 {
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .mainhb .bsbox6main .title .listmain {
        overflow: hidden;
    }

    .mainhb .bsbox6main .title .listmain .list {
        overflow: hidden;
        margin-top: 30px;
    }

    .mainhb .bsbox6main .title .listmain .list i {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #1C6BFF;
        margin-top: 24px;
        margin-left: 15px;
        border-radius: 50%;
        vertical-align: top;
    }

    .mainhb .bsbox6main .title .listmain .list span {
        display: inline-block;
        margin-top: 14px;
        margin-left: 8px;
        width: 450px;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        letter-spacing: 2px;
    }

    .mainhb .bsbox6main .content {
        width: 626px;
        height: 434px;
        /*float: left;*/
        /*margin-left: 0px;*/
        margin-top: 55px;
        position: absolute;
        right: -630px;
    }

    .mainhb .bsbox6main .content .pt {
        width: 626px;
        height: 434px;
    }

    .mainhb .bsbox6main .content .pt img {
        width: 626px;
        height: 434px;
    }


    .mainhb .bsbox7main {
        width: 100%;
        height: 635px;
        margin-top: 0px;
        background: #f8fbff;
    }

    .mainhb .bsbox7main .cmain {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }


    .mainhb .bsbox7main .pt {
        width: 636px;
        height: 557px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 16px;
        position: absolute;
        left: -800px;
    }

    .mainhb .bsbox7main .pt img {
        width: 636px;
        height: 557px;
    }

    .mainhb .bsbox7main .content {
        width: 496px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 200px;
        /*margin-left: 20px;*/
        position: absolute;
        right: -656px;
    }

    .mainhb .bsbox7main .content h1 {
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .mainhb .bsbox7main .content .listmain {
        overflow: hidden;
    }

    .mainhb .bsbox7main .content .listmain .list {
        overflow: hidden;
        margin-top: 32px;
    }

    .mainhb .bsbox7main .content .listmain .list i {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #1C6BFF;
        margin-top: 24px;
        margin-left: 15px;
        border-radius: 50%;
        vertical-align: top;
    }

    .mainhb .bsbox7main .content .listmain .list span {
        display: inline-block;
        margin-top: 14px;
        margin-left: 8px;
        width: 458px;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        letter-spacing: 2px;
    }

    /*面试*/
    .mainhb .msbox1main {
        width: 100%;
        height: 458px;
        background-image: url(../index-jump/images/new202009/bsb1bg.png);
        background-size: 1440px 456px;
        background-repeat: no-repeat;
        background-position: top center;
        /* overflow: hidden; */
    }

    .mainhb .msbox1main .header {
        /*width: 100%;*/
        width: 1200px;
        margin: 0 auto;
        height: 56px;
        /* overflow: hidden; */
    }

    .mainhb .msbox1main .header .logo {
        width: 60px;
        height: 28px;
        margin-top: 11px;
        float: left;
        /*margin-left: 162px;*/
    }

    .mainhb .msbox1main .header .logo img {
        width: 60px;
        height: 28px;
    }

    .mainhb .msbox1main .header .line {
        float: left;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.94);
        border-radius: 1px;
        margin-left: 27px;
        margin-top: 20px;
    }

    .mainhb .msbox1main .header .title {
        float: left;
        height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        line-height: 20px;
        margin-left: 17px;
        margin-top: 16px;
    }

    .mainhb .msbox1main .header .nav {
        float: left;
        /*margin-left: 457px;*/
        margin-left: 130px;
        /* overflow: hidden; */
        width: 528px;
    }

    .mainhb .msbox1main .header .nav ul {
        /* overflow: hidden; */
        display: block;
        /* width: 110%; */
    }

    .mainhb .msbox1main .header .nav ul li {
        position: relative;
        display: inline-block;
        height: 54px;
        line-height: 54px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.85);
        margin-right: 16px;
        cursor: pointer;
    }

        
    .mainhb .msbox1main .header .nav ul li .arrow-down1-white,
    .mainhb .msbox1main .header .nav ul li .arrow-down2-white,
    .mainhb .msbox1main .header .nav ul li .arrow-down3-white {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 2px;
    }

    .mainhb .msbox1main .header .nav ul li .arrow-up1-white,
    .mainhb .msbox1main .header .nav ul li .arrow-up2-white,
    .mainhb .msbox1main .header .nav ul li .arrow-up3-white {
      display: none;
      width: 12px;
      height: 12px;
      margin-left: 4px;
    }

    .mainhb .msbox1main .header .nav ul li .layer-big-white {
      /* display: none;
      padding-top: 35px;
      width: 175px;
      height: 195px;
      position: absolute;
      top: 30px;
      left: -58px;
      background-image: url(https://cdn.oxcoder.com/index-jump/images/new202009/layer-big.png);
      background-repeat: no-repeat;
      background-size: 175px 195px;
      z-index: 10000;
      text-align: center; */
    }

    .mainhb .msbox1main .header .nav ul li .layer-big-white a,
    .mainhb .msbox1main .header .nav ul li .layer-small1-white a,
    .mainhb .msbox1main .header .nav ul li .layer-small2-white a {
      color: #5E6B82;
    }
    .mainhb .msbox1main .header .nav ul li .layer-big-white a:hover,
    .mainhb .msbox1main .header .nav ul li .layer-small1-white a:hover,
    .mainhb .msbox1main .header .nav ul li .layer-small2-white a:hover {
      color: #1C6BFF;
    }

    .mainhb .msbox1main .header .nav ul li .layer-big-white .layer-desc-white,
    .mainhb .msbox1main .header .nav ul li .layer-small1-white .layer-desc-white,
    .mainhb .msbox1main .header .nav ul li .layer-small2-white .layer-desc-white {
      margin-bottom: 12px;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
    }

    .mainhb .msbox1main .header .nav ul li .layer-small1-white,
    .mainhb .msbox1main .header .nav ul li .layer-small2-white {
      /* display: none;
      padding-top: 40px;
      width: 175px;
      height: 136px;
      position: absolute;
      top: 30px;
      left: -58px;
      background-image: url(https://cdn.oxcoder.com/index-jump/images/new202009/layer-small.png);
      background-repeat: no-repeat;
      background-size: 175px 136px;
      z-index: 10000;
      text-align: center; */
    }

    .mainhb .msbox1main .header .nav ul li:hover, .mainhb .box1main .header .nav ul .active {

        font-family: PingFang SC;
        /* font-weight: 600; */
        border-bottom: solid 2px #ffffff;
    }

    .mainhb .msbox1main .header .nav ul li a {
        color: rgba(255, 255, 255, 0.85);
    }

    .mainhb .msbox1main .header .line1 {
        float: left;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.45);
        margin-top: 20px;
    }

    .mainhb .msbox1main .header .mfsy {
        float: left;
        overflow: hidden;
        width: 72px;
        height: 24px;
        line-height: 24px;
        border-radius: 16px;
        border: 1px solid #FFFFFF;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        margin-left: 16px;
        margin-top: 14px;
    }

    .mainhb .msbox1main .header .mfsy a {
        color: #FFFFFF;
    }

    .mainhb .msbox1main .banner1 {
        width: 100%;
        height: 400px;
    }

    .mainhb .msbox1main .banner1 .content {
        float: left;
        /*width: 385px;*/
        width: 480px;
        margin-left: 158px;
        margin-top: 65px;
    }

    .mainhb .msbox1main .banner1 .content h1 {
        display: block;
        height: 50px;
        font-size: 36px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        letter-spacing: 1px;

    }

    .mainhb .msbox1main .banner1 .content h2 {
        display: block;
        margin-top: 24px;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;

    }


    .mainhb .msbox1main .banner1 .content .fun1 {
        overflow: hidden;
        margin-top: 36px;
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .mainhb .msbox1main .banner1 .content .btn1 {
        display: block;
        float: left;
        /* width: 112px; */
        width: 160px;
        height: 38px;
        line-height: 38px;
        background: #FFA726;
        box-shadow: 0px 0px 12px 0px rgba(77, 108, 229, 0.58);
        border-radius: 22px;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
    }

    .mainhb .msbox1main .banner1 .content .btn2 {
        display: block;
        float: left;
        margin-left: 16px;
        width: 112px;
        height: 38px;
        line-height: 38px;
        border-radius: 22px;
        border: 1px solid #FFFFFF;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
    }

    .mainhb .msbox1main .banner1 .ptimg {
        position: relative;
        float: left;
        margin-left: 110px;
        margin-top: 50px;
        width: 489px;
        height: 284px;
    }

    .mainhb .msbox1main .banner1 .ptimg img {
        width: 489px;
        height: 284px;
    }


    .mainhb .msbox2main {
        width: 100%;
        height: 608px;
        /*background: #f8fbff;*/
        overflow: hidden;
    }

    .mainhb .msbox2main .title {
        text-align: center;
        margin-top: 74px;
    }

    .mainhb .msbox2main .title h1 {
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .mainhb .msbox2main .title h2 {
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 30px;
        letter-spacing: 2px;
        margin-top: 16px;
    }

    .mainhb .msbox2main .content {
        position: relative;
        height: 282px;
        overflow: visible;
        margin-top: 100px;
    }


    .mainhb .msbox2main .content .list {
        position: relative;
        float: left;
        text-align: center;
        width: 360px;
        height: 262px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid rgba(28, 94, 255, 0.2);
        margin-right: 24px;
    }

    .mainhb .msbox2main .content .list:hover {
        width: 382px;
        height: 278px;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(56, 108, 203, 0.2);
        border-radius: 4px;
        /*border: 1px solid rgba(28, 94, 255, 0.2);*/
        border: none;
        margin-top: -8px;
        margin-right: 14px;
    }

    .mainhb .msbox2main .content .list:nth-child(1) {
        margin-left: 157px;
    }

    .mainhb .msbox2main .content .list:hover:nth-child(1) {
        margin-left: 146px;
    }

    .mainhb .msbox2main .content .list:hover:nth-child(2), .mainhb .msbox2main .content .list:hover:nth-child(3) {
        margin-left: -11px;
    }

    .mainhb .msbox2main .content .list:nth-child(1) .simg {
        margin-top: 56px;
        height: 138px;
    }


    .mainhb .msbox2main .content .list:nth-child(2) .simg {
        margin-top: 48px;
        height: 161px;
    }

    .mainhb .msbox2main .content .list:nth-child(3) .simg {
        margin-top: 48px;
        height: 164px;
    }

    .mainhb .msbox2main .content .list .simg img {
    }

    .mainhb .msbox2main .content .list:nth-child(1) .simg img {
        width: 176px;
        height: 138px;
    }

    .mainhb .msbox2main .content .list:nth-child(2) .simg img {
        width: 167px;
        height: 161px;
    }

    .mainhb .msbox2main .content .list:nth-child(3) .simg img {
        width: 152px;
        height: 164px;
    }

    .mainhb .msbox2main .content .list .t1 {
        position: relative;
        height: 28px;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 28px;

    }

    .mainhb .msbox2main .content .list:nth-child(1) .t1 {
        margin-top: 9px;
    }

    .mainhb .msbox2main .content .list:nth-child(2) .t1 {
        margin-top: -10px;
    }

    .mainhb .msbox2main .content .list:nth-child(3) .t1 {
        margin-top: -13px;
    }
    .mainhb .msbox7main {
        width: 100%;
        height: 688px;
        background: #F8FBFF;
    }
    .mainhb .msbox7main .title{
        text-align: center;
        padding-top: 68px;
        padding-bottom: 60px;
    }
    .mainhb .msbox7main .title h1{
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }
    .mainhb .msbox7main .title h2{
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 30px;
        letter-spacing: 2px;
        margin-top: 16px;
    }
    .mainhb .msbox7main .content{
        width: 1114px;
        display: block;
        margin: 0 auto;
    }

    .mainhb .msbox3main {
        width: 100%;
        height: 580px;
        margin-top: 0px;
        overflow: hidden;
        /* background: #f8fbff; */
    }

    .mainhb .msbox3main .title{
        text-align: center;
        padding-top: 68px;
    }
    .mainhb .msbox3main .title h1{
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .mainhb .msbox3main .cmain {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }


    .mainhb .msbox3main .pt {
        width: 593px;
        height: 489px;
        overflow: hidden;
        float: left;
        margin-top: 55px;
        position: absolute;
        left: -753px;

    }

    .mainhb .msbox3main .pt img {
        width: 593px;
        height: 489px;
    }

    .mainhb .msbox3main .content {
        width: 496px;
        overflow: hidden;
        float: left;
        margin-top: 184px;
        /*margin-left: 84px;*/
        position: absolute;
        right: -656px;
    }

    .mainhb .msbox3main .content h1, .mainhb .msbox5main .content h1 {
        height: 45px;
        font-size: 26px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .mainhb .msbox3main .content .listmain, .mainhb .msbox5main .content .listmain {
        overflow: hidden;
    }

    .mainhb .msbox3main .content .listmain .list, .mainhb .msbox5main .content .listmain .list {
        overflow: hidden;
        margin-top: 32px;
    }

    .mainhb .msbox3main .content .listmain .list i, .mainhb .msbox5main .content .listmain .list i {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #1C6BFF;
        margin-top: 24px;
        margin-left: 15px;
        border-radius: 50%;
        vertical-align: top;
    }

    .mainhb .msbox3main .content .listmain .list span, .mainhb .msbox5main .content .listmain .list span {
        display: inline-block;
        margin-top: 14px;
        margin-left: 8px;
        width: 458px;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        letter-spacing: 2px;
    }


    .mainhb .msbox4main {
        width: 100%;
        height: 577px;
        /* background: #f8fbff; */
        overflow: hidden;
        position: relative;
    }

    .mainhb .msbox4main .title {
        width: 500px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 146px;
        /*margin-left: 157px;*/
        position: absolute;
        left: -500px;
    }

    .mainhb .msbox4main .title h1, .mainhb .msbox6main .title h1 {
        font-size: 26px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .mainhb .msbox4main .title .listmain, .mainhb .msbox6main .title .listmain {
        overflow: hidden;
    }

    .mainhb .msbox4main .title .listmain .list, .mainhb .msbox6main .title .listmain .list {
        overflow: hidden;
        margin-top: 32px;
    }

    .mainhb .msbox4main .title .listmain .list i, .mainhb .msbox6main .title .listmain .list i {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #1C6BFF;
        margin-top: 24px;
        margin-left: 15px;
        border-radius: 50%;
        vertical-align: top;
    }

    .mainhb .msbox4main .title .listmain .list span, .mainhb .msbox6main .title .listmain .list span {
        display: inline-block;
        margin-top: 14px;
        margin-left: 8px;
        width: 450px;
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        letter-spacing: 2px;
    }

    .mainhb .msbox4main .content {
        width: 647px;
        height: 551px;
        /*float: left;*/
        /*margin-left: 32px;*/
        margin-top: -6px;
        position: absolute;
        right: -650px;
    }

    .mainhb .msbox4main .content .pt {
        width: 647px;
        height: 551px;
    }

    .mainhb .msbox4main .content .pt img {
        width: 647px;
        height: 551px;
    }


    .mainhb .msbox5main {
        width: 100%;
        height: 614px;
        margin-top: 0px;
        /* background: #f8fbff; */

    }

    .mainhb .msbox5main .cmain {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }


    .mainhb .msbox5main .pt {
        width: 598px;
        height: 531px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 35px;
        position: absolute;
        left: -758px;
    }

    .mainhb .msbox5main .pt img {
        width: 598px;
        height: 531px;
    }

    .mainhb .msbox5main .content {
        width: 496px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 124px;
        /*margin-left: 84px;*/
        position: absolute;
        right: -656px;
    }


    .mainhb .msbox6main {
        width: 100%;
        height: 674px;
        /* background: #f8fbff; */
        overflow: hidden;
        position: relative;
    }

    .mainhb .msbox6main .title {
        width: 500px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 146px;
        /*margin-left: 157px;*/
        position: absolute;
        left: -500px;
    }

    .mainhb .msbox6main .content {
        width: 599px;
        height: 586px;
        /*float: left;*/
        /*margin-left: 63px;*/
        margin-top: 10px;
        position: absolute;
        right: -600px;
    }

    .mainhb .msbox6main .content .pt {
        width: 599px;
        height: 586px;
    }

    .mainhb .msbox6main .content .pt img {
        width: 599px;
        height: 586px;
    }


    /*题库 .tk*/
    .mainhb .tkbox1main {
        width: 100%;
        height: 458px;
        background-image: url(../index-jump/images/new202009/bsb1bg.png);
        background-size: 1440px 456px;
        background-repeat: no-repeat;
        background-position: top center;
        /* overflow: hidden; */
    }

    .mainhb .tkbox1main .header {
        /*width: 100%;*/
        width: 1200px;
        margin: 0 auto;
        height: 56px;
        /* overflow: hidden; */
    }

    .mainhb .tkbox1main .header .logo {
        width: 60px;
        height: 28px;
        margin-top: 11px;
        float: left;
        /*margin-left: 162px;*/
    }

    .mainhb .tkbox1main .header .logo img {
        width: 60px;
        height: 28px;
    }

    .mainhb .tkbox1main .header .line {
        float: left;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.94);
        border-radius: 1px;
        margin-left: 27px;
        margin-top: 20px;
    }

    .mainhb .tkbox1main .header .title {
        float: left;
        height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        line-height: 20px;
        margin-left: 17px;
        margin-top: 16px;
    }

    .mainhb .tkbox1main .header .nav {
        float: left;
        /*margin-left: 457px;*/
        margin-left: 130px;
        /* overflow: hidden; */
        width: 528px;
    }

    .mainhb .tkbox1main .header .nav ul {
        /* overflow: hidden; */
        display: block;
        /* width: 110%; */
    }

    .mainhb .tkbox1main .header .nav ul li {
        position: relative;
        display: inline-block;
        height: 54px;
        line-height: 54px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.85);
        margin-right: 16px;
        cursor: pointer;
    }

        
    .mainhb .tkbox1main .header .nav ul li .arrow-down1-white,
    .mainhb .tkbox1main .header .nav ul li .arrow-down2-white,
    .mainhb .tkbox1main .header .nav ul li .arrow-down3-white {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 2px;
    }

    .mainhb .tkbox1main .header .nav ul li .arrow-up1-white,
    .mainhb .tkbox1main .header .nav ul li .arrow-up2-white,
    .mainhb .tkbox1main .header .nav ul li .arrow-up3-white {
      display: none;
      width: 12px;
      height: 12px;
      margin-left: 4px;
    }

    .mainhb .tkbox1main .header .nav ul li .layer-big-white {
      /* display: none;
      padding-top: 35px;
      width: 175px;
      height: 195px;
      position: absolute;
      top: 30px;
      left: -58px;
      background-image: url(https://cdn.oxcoder.com/index-jump/images/new202009/layer-big.png);
      background-repeat: no-repeat;
      background-size: 175px 195px;
      z-index: 10000;
      text-align: center; */
    }

    .mainhb .tkbox1main .header .nav ul li .layer-big-white a,
    .mainhb .tkbox1main .header .nav ul li .layer-small1-white a,
    .mainhb .tkbox1main .header .nav ul li .layer-small2-white a {
      color: #5E6B82;
    }
    .mainhb .tkbox1main .header .nav ul li .layer-big-white a:hover,
    .mainhb .tkbox1main .header .nav ul li .layer-small1-white a:hover,
    .mainhb .tkbox1main .header .nav ul li .layer-small2-white a:hover {
      color: #1c6bff;
    }

    .mainhb .tkbox1main .header .nav ul li .layer-big-white .layer-desc-white,
    .mainhb .tkbox1main .header .nav ul li .layer-small1-white .layer-desc-white,
    .mainhb .tkbox1main .header .nav ul li .layer-small2-white .layer-desc-white {
      margin-bottom: 12px;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
    }

    .mainhb .tkbox1main .header .nav ul li .layer-small1-white,
    .mainhb .tkbox1main .header .nav ul li .layer-small2-white {
      /* display: none;
      padding-top: 40px;
      width: 175px;
      height: 136px;
      position: absolute;
      top: 30px;
      left: -58px;
      background-image: url(https://cdn.oxcoder.com/index-jump/images/new202009/layer-small.png);
      background-repeat: no-repeat;
      background-size: 175px 136px;
      z-index: 10000;
      text-align: center; */
    }

    .mainhb .tkbox1main .header .nav ul li:hover, .mainhb .box1main .header .nav ul .active {

        font-family: PingFang SC;
        /* font-weight: 600; */
        border-bottom: solid 2px #ffffff;
    }

    .mainhb .tkbox1main .header .nav ul li a {
        color: rgba(255, 255, 255, 0.85);
    }

    .mainhb .tkbox1main .header .line1 {
        float: left;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.45);
        margin-top: 20px;
    }

    .mainhb .tkbox1main .header .mfsy {
        float: left;
        overflow: hidden;
        width: 72px;
        height: 24px;
        line-height: 24px;
        border-radius: 16px;
        border: 1px solid #FFFFFF;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        margin-left: 16px;
        margin-top: 14px;
    }

    .mainhb .tkbox1main .header .mfsy a {
        color: #FFFFFF;
    }

    .mainhb .tkbox1main .banner1 {
        width: 100%;
        height: 400px;
    }

    .mainhb .tkbox1main .banner1 .content {
        float: left;
        /*width: 385px;*/
        width: 475px;
        margin-left: 155px;
        margin-top: 70px;
    }

    .mainhb .tkbox1main .banner1 .content h1 {
        display: block;
        height: 50px;
        font-size: 36px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        line-height: 50px;
        letter-spacing: 1px;

    }

    .mainhb .tkbox1main .banner1 .content h2 {
        display: block;
        margin-top: 12px;
        height: 32px;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;

    }

    .mainhb .tkbox1main .banner1 .content h3 {
        display: block;
        margin-top: 24px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        line-height: 28px;

    }

    .mainhb .tkbox1main .banner1 .content .fun1 {
        overflow: hidden;
        margin-top: 36px;
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .mainhb .tkbox1main .banner1 .content .btn1 {
        display: block;
        float: left;
        /* width: 112px; */
        width: 160px;
        height: 38px;
        line-height: 38px;
        background: #FFA726;
        box-shadow: 0px 0px 12px 0px rgba(77, 108, 229, 0.58);
        border-radius: 22px;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
    }

    .mainhb .tkbox1main .banner1 .content .btn2 {
        display: block;
        float: left;
        margin-left: 16px;
        width: 112px;
        height: 38px;
        line-height: 38px;
        border-radius: 22px;
        border: 1px solid #FFFFFF;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
    }

    .mainhb .tkbox1main .banner1 .ptimg {
        position: relative;
        float: left;
        margin-left: 160px;
        margin-top: 19px;
        width: 457px;
        height: 350px;
    }

    .mainhb .tkbox1main .banner1 .ptimg img {
        width: 457px;
        height: 350px;
    }

    .tkbox2main {
        width: 1200px;
        height: 500px;
        overflow: hidden;
        margin: 0 auto;
    }

    .tkbox2main .list {
        text-align: center;
        margin-top: 95px;
        width: 33%;
        float: left;
        overflow: hidden;
    }

    .tkbox2main .list .simg {
    }

    .tkbox2main .list .simg img {
        width: 214px;
        height: 167px;
    }

    .tkbox2main .list .t1 {
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: #071B3F;
        line-height: 32px;
        letter-spacing: 2px;
        margin-top: 54px;
    }

    .tkbox3main {
        width: 100%;
        height: 500px;
        overflow: hidden;
        background: #f8fbff;
    }

    .tkbox3main .title {
        width: 360px;
        float: left;
        margin-left: 156px;
        overflow: hidden;
        margin-top: 259px;
    }

    .tkbox3main .title h1 {
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .tkbox3main .title h2 {
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        letter-spacing: 2px;
        margin-top: 40px;
    }

    .tkbox3main .content {
        width: 800px;
        float: left;
        position: relative;
        margin-top: 178px;
        margin-left: 50px;
    }

    .tkbox3main .content .list {
        position: relative;
        float: left;
        width: 180px;
        height: 286px;
        background: #FFFFFF;
        border-radius: 1px;
        border: 1px solid rgba(28, 107, 255, 0.2);
        text-align: center;
        margin-left: -1px;
    }


    .tkbox3main .content .list .simg {
        display: inline-block;
        width: 84px;
        height: 84px;
        margin-top: 34px;
        background-size: 84px 84px;
        background-repeat: repeat;
    }

    .tkbox3main .content .list:nth-child(1) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg1.png);
    }

    .tkbox3main .content .list:nth-child(2) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg2.png);
    }

    .tkbox3main .content .list:nth-child(3) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg3.png);
    }

    .tkbox3main .content .list:nth-child(4) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg4.png);
    }

    .tkbox3main .content .list .t1 {
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 25px;
        margin-top: 31px;
    }

    .tkbox3main .content .list .info {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 24px;
        margin-top: 14px;
    }

    .tkbox3main .content .list:hover, .tkbox3main .content .actlist1 {
        width: 200px;
        height: 360px;
        background: linear-gradient(105deg, #6B97FF 0%, #1050FF 100%);
        box-shadow: 0px 10px 40px 0px rgba(16, 80, 255, 0.2);
        border-radius: 1px;
        border: none;
        margin-top: -37px;
        margin-left: -10px;
        margin-right: -10px;
        z-index: 200;
    }

    .tkbox3main .content .list:hover .t1, .tkbox3main .content .actlist1 .t1 {
        color: #ffffff;
    }

    .tkbox3main .content .list:hover .info, .tkbox3main .content .actlist1 .info {
        font-size: 16px;
        color: #ffffff;
    }

    .tkbox3main .content .list:hover .simg {
        display: inline-block;
        width: 84px;
        height: 84px;
        margin-top: 34px;
    }

    .tkbox3main .content .list:hover:nth-child(1) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg1b.png);
    }

    .tkbox3main .content .list:hover:nth-child(2) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg2b.png);
    }

    .tkbox3main .content .list:hover:nth-child(3) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg3b.png);
    }

    .tkbox3main .content .list:hover:nth-child(4) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg4b.png);
    }

    .tkbox3main .content .actlist1:nth-child(1) .simg {
        background-image: url(../index-jump/images/new202009/tkb3simg1b.png);
    }

    .tkbox4main {
        width: 100%;
        height: 1025px;
        overflow: hidden;
    }

    .tkbox4main .title {
        overflow: hidden;
        text-align: center;
        margin-top: 140px;
    }

    .tkbox4main .title h1 {
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .tkbox4main .title h2 {
        font-size: 20px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        letter-spacing: 2px;
        margin-top: 12px;
    }

    .tkbox4main .content {
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    .tkbox4main .content img {
/*        width: 1124px;
        height: 609px;*/
        width: 1164px;
        height: 663px;
    }


    .tkbox5main {
        width: 100%;
        height: 600px;
        background: #f8fbff;
        overflow: hidden;
        position: relative;
    }

    .tkbox5main .title, .tkbox7main .title {
        width: 545px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 150px;
        /*margin-left: 157px;*/
        position: absolute;
        left: -545px;
    }

    .tkbox5main .title h1, .tkbox7main .title h1 {
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .tkbox5main .title h2, .tkbox7main .title h2 {
        font-size: 16px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        margin-top: 50px;
    }

    .tkbox5main .title .listmain, .tkbox7main .title .listmain {
        overflow: hidden;
        margin-top: 30px;
    }

    .tkbox5main .title .listmain .list, .tkbox7main .title .listmain .list {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .tkbox5main .title .listmain .list i, .tkbox7main .title .listmain .list i {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #1C6BFF;
        margin-top: 10px;
        margin-left: 15px;
        border-radius: 50%;
        vertical-align: top;
    }

    .tkbox5main .title .listmain .list span, .tkbox7main .title .listmain .list span {
        display: inline-block;
        margin-left: 5px;
        width: 510px;
        font-size: 12px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 24px;
    }

    .tkbox5main .content {
        width: 380px;
        height: 416px;
        /*float: left;*/
        /*margin-left: 130px;*/
        margin-top: 99px;
        position: absolute;
        right: -380px;
    }

    .tkbox5main .content .pt {
        width: 380px;
        height: 416px;
    }

    .tkbox5main .content .pt img {
        width: 380px;
        height: 416px;
    }


    .tkbox6main {
        width: 100%;
        height: 586px;
        margin-top: 0px;
        background: #f8fbff;
        overflow: hidden;
    }

    .tkbox6main .cmain {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }


    .tkbox6main .pt {
        width: 506px;
        height: 416px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 86px;
        position: absolute;
        left: -666px;
    }

    .tkbox6main .pt img {
        width: 506px;
        height: 416px;
    }

    .tkbox6main .content {
        width: 545px;
        overflow: hidden;
        float: left;
        margin-top: 95px;
        /*margin-left: 90px;*/
        position: absolute;
        right: -705px;
    }

    .tkbox6main .content h1, .tkbox8main .content h1 {
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .tkbox6main .content h2, .tkbox8main .content h2 {
        font-size: 16px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        margin-top: 50px;
    }

    .tkbox6main .content .listmain, .tkbox8main .content .listmain {
        overflow: hidden;
        margin-top: 30px;
    }

    .tkbox6main .content .listmain .list, .tkbox8main .content .listmain .list {
        overflow: hidden;
        margin-top: 10px;
    }

    .tkbox6main .content .listmain .list i, .tkbox8main .content .listmain .list i {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #1C6BFF;
        margin-top: 10px;
        margin-left: 15px;
        border-radius: 50%;
        vertical-align: top;
    }

    .tkbox6main .content .listmain .list span, .tkbox8main .content .listmain .list span {
        display: inline-block;
        margin-left: 5px;
        width: 510px;
        font-size: 12px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.6);
        line-height: 24px;
    }


    .tkbox7main {
        width: 100%;
        height: 607px;
        background: #f8fbff;
        overflow: hidden;
        position: relative;
    }

    .tkbox7main .title {
        margin-top: 130px;
    }

    .tkbox7main .content {
        width: 404px;
        height: 412px;
        float: left;
        /*margin-left: 123px;*/
        margin-top: 94px;
        position: absolute;
        right: -404px;
    }

    .tkbox7main .content .pt {
        width: 404px;
        height: 412px;
    }

    .tkbox7main .content .pt img {
        width: 404px;
        height: 412px;
    }


    .tkbox8main {
        width: 100%;
        height: 580px;
        margin-top: 0px;
        background: #f8fbff;
        overflow: hidden;
    }

    .tkbox8main .cmain {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    .tkbox8main .pt {
        width: 540px;
        height: 425px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 78px;
        /*margin-left: 38px;*/
        position: absolute;
        left: -700px;
    }

    .tkbox8main .pt img {
        width: 540px;
        height: 425px;
    }

    .tkbox8main .content {
        width: 545px;
        overflow: hidden;
        /*float: left;*/
        margin-top: 123px;
        /*margin-left: 52px;*/
        position: absolute;
        right: -705px;
    }

    .tkbox9main {
        width: 100%;
        height: 281px;
        overflow: hidden;
        background: url(../index-jump/images/new202009/mfsyboxbg.png) no-repeat;
        background-size: 1440px 281px;
    }

    .tkbox9main .l {
        width: 282px;
        overflow: hidden;
        margin-top: 90px;
        margin-left: 299px;
        float: left;
    }

    .tkbox9main .l h1 {
        font-size: 28px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
    }

    .tkbox9main .l .sqty {
        display: block;
        overflow: hidden;
        width: 140px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 20px;
        margin-top: 25px;
        font-size: 16px;
        font-weight: 400;
        color: #266CFF;
        line-height: 40px;
        letter-spacing: 1px;
        text-align: center;
    }

    .tkbox9main .r {
        width: 310px;
        float: left;
        margin-left: 312px;
        margin-top: 105px;
        overflow: hidden;
    }

    .tkbox9main .r .simg {
        width: 72px;
        float: left;
    }

    .tkbox9main .r .simg img {
        width: 72px;
        height: 72px;
    }

    .tkbox9main .r .telmain {
        width: 200px;
        float: left;
        color: #FFFFFF;
        line-height: 36px;
        margin-left: 20px;
    }

    .tkbox9main .r .telmain .t1 {
        font-size: 20px;
        font-weight: 400;
    }

    .tkbox9main .r .telmain .num {
        font-family: DINPro-Medium;
        font-size: 28px;
    }

    .tkbox11main {
        width: 100%;
        height: 425px;
        overflow: hidden;
        padding-top: 30px;
        background: linear-gradient(#ffffff 0%, #fafcff 20%, #f2f6ff 100%);
    }

    .tkbox11main .title {
        text-align: center;
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
    }

    .tkbox11main .content {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 60px;
    }

    .tkbox11main .content .boxlist {
        float: left;
        margin-left: 40px;
        width: 460px;
        height: 323px;
        background: linear-gradient(180deg, #FFFFFF 0%, #FBFCFF 100%);
        box-shadow: 0px -10px 40px 0px rgba(230, 238, 255, 0.7);
        border-radius: 8px 8px 0px 0px;
        overflow: hidden;
        position: relative;
    }

    .tkbox11main .content .boxlist:nth-child(1) {
        margin-left: 123px;
    }

    .tkbox11main .content .boxlist .jbt1 {
        position: absolute;
        width: 79px;
        height: 24px;
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        top: 20px;
        right: 18px;
    }

    .tkbox11main .content .boxlist .jbt1 span {
        text-align: center;
        width: 79px;
        height: 24px;
        line-height: 24px;
        position: relative;
        display: block;
        z-index: 200;
    }

    .tkbox11main .content .boxlist .jbt1::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        background: #FFA726;
        transform: skew(-10deg);
        border-radius: 2px;
        overflow: hidden;
    }

    .tkbox11main .content .boxlist .jbt2 {
        position: absolute;
        width: 92px;
        height: 24px;
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        top: 20px;
        right: 18px;
    }

    .tkbox11main .content .boxlist .jbt2 span {
        text-align: center;
        width: 92px;
        height: 24px;
        line-height: 24px;
        position: relative;
        display: block;
        z-index: 200;
    }

    .tkbox11main .content .boxlist .jbt2::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        background: #1C6BFF;
        transform: skew(-10deg);
        border-radius: 2px;
        overflow: hidden;
    }

    .tkbox11main .content .c1 {
        width: 460px;
        height: 323px;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
        text-align: center;
    }

    .tkbox11main .content .c1 .simg {
        margin-top: 86px;
    }

    .tkbox11main .content .c1 .simg1 img {
        width: 78px;
        height: 77px;
    }

    .tkbox11main .content .c1 .simg2 img {
        width: 80px;
        height: 80px;
    }

    .tkbox11main .content .c1 .t1 {
        height: 50px;
        font-size: 36px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 50px;
        margin-top: 25px;
    }

    .tkbox11main .boxlist .c2 {
        width: 460px;
        height: 323px;
        background: #ffffff;
        position: absolute;
        top: 325px;
        left: 0;
        z-index: 80;
        text-align: center;
        transition: top 0.5s;
    }

    .tkbox11main .boxlist:hover .c2 {
        top: 0;
    }

    .tkbox11main .content .c2 .t1 {
        font-size: 28px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 40px;
        margin-top: 49px;
        padding-bottom: 30px;
        overflow: hidden;
    }

    .tkbox11main .content .c2 .list {
        width: 400px;
        margin-left: 29px;
        margin-bottom: 20px;
        overflow: hidden;
        text-align: left;
    }

    .tkbox11main .content .c2 .list i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../index-jump/images/new202009/tkb11simg3.png) no-repeat;
        background-size: 20px 20px;
        position: relative;
        margin-top: 0px;
        vertical-align: top;
    }

    .tkbox11main .content .c2 .list span {
        display: inline-block;
        width: 366px;
        margin-left: 8px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(7, 27, 63, 0.8);
        line-height: 22px;
    }


    .header_fix {
        width: 1440px;
        max-width: 1440px;
        min-width: 1440px;
        height: 52px;
        /* overflow: hidden; */
        background: #3a455c;
        position: fixed;
        top: -53px;
        transition: top 0.5s;
        z-index: 9999;
    }
    .header_fix .m{
        width:1200px;
        margin: 0 auto;
    }

    .header_fix .logo {
        width: 40px;
        margin-top: 8px;
        float: left;
        /*margin-left: 155px;*/
    }

    .header_fix .logo img {
        width: 41px;
    }

    .header_fix .line {
        float: left;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 1px;
        margin-left: 20px;
        margin-top: 20px;
    }

    .header_fix .title {
        float: left;
        height: 20px;
        font-size: 14px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.8);
        line-height: 20px;
        margin-left: 17px;
        margin-top: 16px;
    }

    .header_fix .nav {
        float: left;
        /*margin-left: 457px;*/
        margin-left: 130px;
        /* overflow: hidden; */
        width: 528px;
    }

    .header_fix .nav ul {
        /* overflow: hidden; */
        display: block;
        /* width: 120%; */
    }

    .header_fix .nav ul li {
        position: relative;
        display: inline-block;
        height: 52px;
        line-height: 52px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        margin-right: 54px;
        cursor: pointer;
    }

    
    .header_fix .nav ul li .arrow-down1,
    .header_fix .nav ul li .arrow-down2,
    .header_fix .nav ul li .arrow-down3 {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 2px;
    }

    .header_fix .nav ul li .arrow-up1,
    .header_fix .nav ul li .arrow-up2,
    .header_fix .nav ul li .arrow-up3 {
      display: none;
      width: 12px;
      height: 12px;
      margin-left: 4px;
    }

    .header_fix .nav ul li .layer-big, 
    .mainhb .box1main .header .nav ul li .layer-big-white,
    .mainhb .box1main .header .nav ul li .layer-small1-white,
    .mainhb .box1main .header .nav ul li .layer-small2-white,
    .header_fix .nav ul li .layer-small1,
    .header_fix .nav ul li .layer-small2,
    .mainhb .bsbox1main .header .nav ul li .layer-big-white,
    .mainhb .msbox1main .header .nav ul li .layer-big-white,
    .mainhb .tkbox1main .header .nav ul li .layer-small1-white,
    .mainhb .tkbox1main .header .nav ul li .layer-small2-white,
    .mainhb .bsbox1main .header .nav ul li .layer-small1-white,
    .mainhb .bsbox1main .header .nav ul li .layer-small2-white,
    .mainhb .msbox1main .header .nav ul li .layer-small1-white,
    .mainhb .msbox1main .header .nav ul li .layer-small2-white,
    .mainhb .tkbox1main .header .nav ul li .layer-big-white {
      display: none;
      padding-top: 22px;
      padding-bottom: 6px;
      width: 135px;
      height: auto;
      position: absolute;
      top: 48px;
      left: -40px;
      box-shadow: 0px 6px 20px 0px rgba(7, 27, 63, 0.2);
      border-radius: 4px;
      background-color: #fff;
      /* background-image: url(https://cdn.oxcoder.com/index-jump/images/new202009/layer-big.png); */
      background-repeat: no-repeat;
      background-size: 175px 195px;
      z-index: 10000;
      text-align: center;
    }
    .header_fix .nav ul li .layer-big::before,
    .mainhb .box1main .header .nav ul li .layer-big-white::before,
    .mainhb .box1main .header .nav ul li .layer-small1-white::before,
    .mainhb .box1main .header .nav ul li .layer-small2-white::before,
    .header_fix .nav ul li .layer-small1::before,
    .header_fix .nav ul li .layer-small2::before,
    .mainhb .bsbox1main .header .nav ul li .layer-big-white::before,
    .mainhb .msbox1main .header .nav ul li .layer-big-white::before,
    .mainhb .tkbox1main .header .nav ul li .layer-small1-white::before,
    .mainhb .tkbox1main .header .nav ul li .layer-small2-white::before,
    .mainhb .bsbox1main .header .nav ul li .layer-small1-white::before,
    .mainhb .bsbox1main .header .nav ul li .layer-small2-white::before,
    .mainhb .msbox1main .header .nav ul li .layer-small1-white::before,
    .mainhb .msbox1main .header .nav ul li .layer-small2-white::before,
    .mainhb .tkbox1main .header .nav ul li .layer-big-white::before{
        content:'';
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 2px;
        transform: rotate(45deg);
        position: absolute;
        top: -5px;
        left: 61px;
        background: #fff;
    }

    .layer-align-left{
        width: 152px !important;
        padding-left: 26px !important;
        text-align: left !important;
    }

    .header_fix .nav ul li .layer-big a,
    .header_fix .nav ul li .layer-small1 a,
    .header_fix .nav ul li .layer-small2 a {
      color: #5E6B82;
    }
    .header_fix .nav ul li .layer-big a:hover,
    .header_fix .nav ul li .layer-small1 a:hover,
    .header_fix .nav ul li .layer-small2 a:hover{
        color: #1C6BFF;
    }

    .header_fix .nav ul li .layer-big .layer-desc,
    .header_fix .nav ul li .layer-small1 .layer-desc,
    .header_fix .nav ul li .layer-small2 .layer-desc {
      margin-bottom: 12px;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
    }

    .header_fix .nav ul li .layer-small1,
    .header_fix .nav ul li .layer-small2 {
      /* display: none;
      padding-top: 40px;
      width: 175px;
      height: 136px;
      position: absolute;
      top: 30px;
      left: -58px;
      background-image: url(https://cdn.oxcoder.com/index-jump/images/new202009/layer-small.png);
      background-repeat: no-repeat;
      background-size: 175px 136px;
      z-index: 10000;
      text-align: center; */
    }

    .header_fix .nav ul li:hover, .header_fix .nav ul .active {
        color: #FFFFFF;
        font-family: PingFang SC;
        /* font-weight: 600; */
        border-bottom: solid 2px #ffffff;
    }

    .header_fix .nav ul li a {
        color: rgba(255, 255, 255, 0.85);
    }

    .header_fix .line1 {
        float: left;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.45);
        margin-top: 20px;
    }

    .header_fix .mfsy {
        float: left;
        overflow: hidden;
        width: 72px;
        height: 24px;
        line-height: 24px;
        border-radius: 16px;
        border: 1px solid #FFFFFF;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        margin-left: 16px;
        margin-top: 14px;
    }

    .header_fix .mfsy a {
        color: #FFFFFF;
    }

    .xf_fix {
        position: fixed;
        bottom: 250px;
        right: 10px;
        z-index: 9999;
    }

    .xf_fix .sqsy {
        display: block;
        width: 50px;
        height: auto;
        background: #1C6BFF;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 16px;
        text-align: center;
        padding: 12px 0;
        overflow: hidden;
        margin-bottom: 70px;
        /* z-index: 2;
    position: absolute;
    top: 0;
    left: 0; */
        position: relative;
        z-index: 100;
    }

    .xf_fix .zxbox{
        width: 50px;
        height: 204px;
        position: absolute;
        top: -56px;
        right: 0px;
    }

    .xf_fix .zximg {
        width: 50px;
        height: 50px;
        background: #1C6BFF;
        border-radius: 4px;
        text-align: center;
        margin-top: 10px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .xf_fix .zximg img {
        width: 24px;
        height: 24px;
        margin-top: 13px;
    }

    .xf_fix .scrolltop {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        box-shadow: 0px 2px 4px 0px rgba(7, 27, 63, 0.12);
        border-radius: 4px;
        text-align: center;
        margin-top: 10px;
        visibility: hidden;
        /*visibility:visible;*/
    }

    .xf_fix .scrolltop img {
        width: 16px;
        height: 9px;
        margin-top: 21px;
    }

    .xf_fix .zxmain {
        position: absolute;
        width: 224px;
        height: 204px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(7, 27, 63, 0.12);
        border-radius: 4px;
        overflow: hidden;
        top: 0;
        right: 60px;
        display: none;
    }

    .xf_fix .zxmain .line1 {
        margin-top: 55px;
        margin-left: 32px;
        overflow: hidden;
        height: 24px;
        font-size: 14px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: #071B3F;
        cursor: pointer;
    }

    .xf_fix .zxmain .line1 img {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
    }

    .xf_fix .zxmain .line1 span {
        margin-left: 22px;
        height: 24px;
        line-height: 15px;
        display: inline-block;
    }

    .xf_fix .zxmain .line2 {
        margin-top: 38px;
        margin-left: 32px;
        overflow: hidden;
        font-size: 14px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: #071B3F;
    }

    .xf_fix .zxmain .line2 img {
        width: 24px;
        height: 24px;
        display: inline-block;
    }

    .xf_fix .zxmain .line2 .tel {
        display: inline-block;
        margin-left: 22px;
    }

    .xf_fix .zxmain .line2 .tel .t {
        height: 20px;
        font-size: 14px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: #071B3F;
        line-height: 20px;
    }

    .xf_fix .zxmain .line2 .tel .num {
        height: 19px;
        font-size: 16px;
        font-family: DINPro-Medium;
        font-weight: 500;
        color: #1C6BFF;
        line-height: 19px;
        margin-top: 3px;
        text-decoration: none
    }


    .syboxmain {
        width: 683px;
        height: 718px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(7, 27, 63, 0.12);
        border-radius: 8px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 90px;
        margin-bottom: 80px;
    }

    .syboxmain h1 {
        text-align: center;
        height: 45px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
        margin-top: 73px;
    }

    .syboxmain .inpmain {
        width: 520px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 20px;
    }

    .syboxmain .inpmain .inputname {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #021B42;
        overflow: hidden;
        margin-top: 20px;
    }

    .syboxmain .inpmain .inputname span {
        color: #FF3B3B;
        margin-right: 6px;
    }

    .syboxmain .inpmain .inp1 {
        display: block;
        width: 520px;
        height: 50px;
        background: #FFFFFF;
        border: 1px solid rgba(7, 27, 63, 0.1);
        overflow: hidden;
        margin-top: 13px;
        font-size: 18px;
        font-weight: 400;
        text-indent: 14px;
        color: #333333;
    }

    .syboxmain .inpmain input.inp1::-webkit-input-placeholder {
        color: rgba(7, 27, 63, 0.2);
    }

    .syboxmain .inpmain input.inp1:-moz-placeholder {
        color: rgba(7, 27, 63, 0.2);
    }

    .syboxmain .inpmain input.inp1::-moz-placeholder {
        color: rgba(7, 27, 63, 0.2);
    }

    .syboxmain .inpmain input.inp1:-ms-input-placeholder {
        color: rgba(7, 27, 63, 0.2);
    }

    .syboxmain .inpmain input:focus {
        border: 1px solid #1C6BFF;
    }

    .syboxmain .inpmain .sub1 {
        overflow: hidden;
        width: 520px;
        height: 44px;
        background: #1C6BFF;
        border-radius: 22px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.94);
        line-height: 44px;
        text-align: center;
        border: none;
        margin-top: 30px;
    }

    /* recruitment-exam start */
    .re-content .banner{
        width: 100%;
        height: 544px;
        margin-top: 52px;
        background-image: url('../index-jump/images/new202009/ai-sign-up/s-bg-1.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        padding-left: 158px;
        padding-top: 132px;
    }
    .re-content .banner img{
        position: absolute;
        right: 25px;
        top: 0;
        width: 850px;
    }
    .re-content .banner .header-left{
        width: 520px;
        color: #fff;
    }
    .re-content .banner .header-left .header-h1{
        font-size: 40px;
        letter-spacing: 4px;
        margin-bottom: 20px;
    }
    .re-content .banner .header-left .header-h2{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .re-content .banner .header-left .header-desc{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        line-height: 24px;
    }
    .re-content .title{
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071B3F;
        line-height: 45px;
        letter-spacing: 1px;
        text-align: center;
    }
    .re-cha{
        padding: 92px 158px;
        height: 614px;
    }
    .re-cha .title{
        margin-bottom: 98px;
    }
    .re-cha-item{
        display: flex;
        float: left;
        width: 50%;
        margin-bottom: 63px;
    }
    .re-icon{
        width: 70px;
        height: 70px;
        border-radius: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 28px;
    }
    .re-icon img{
        width: 32px;
        height: 32px;
    }
    .re-r{
        width: 384px;
    }
    .re-r-t{
        font-size: 20px;
        color: #071B3F;
        margin-bottom: 8px;
    }
    .re-r-b{
        color: rgba(7, 27, 63, 0.6);
        line-height: 24px;
    }
    .s1-1{
        background-color: rgba(28, 107, 255, 0.1);
    }
    .s1-2{background-color: rgba(86, 189, 127, .1);}
    .s1-3{background-color: rgba(150, 114, 255, .1);}
    .s1-4{background-color: rgba(77, 223, 253, .1);}
    .re-solu{
        padding: 98px 149px 0;
        height: 1206px;
        background: #F8FBFF;
    }
    .re-solu .title{
        margin-bottom: 84px;
    }
    .re-solu-item{
        margin: 9px;
        padding: 48px 34px 0;
        width: 264px;
        height: 430px;
        background-color: #fff;
        border-radius: 4px;
        float: left;
    }
    .re-solu-item:hover{
        box-shadow: 0px 0px 30px 0px rgba(116, 168, 207, 0.15);
    }
    .re-solu-icon{
        width: 70px;
        height: 70px;
        background: rgba(28, 107, 255, 0.1);
        border-radius: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 40px;
    }
    .re-solu-icon img{
        width: 30px;
        height: 30px;
    }
    .re-solu-h1{
        color: #071B3F;
        font-size: 20px;
        line-height: 31px;
        text-align: center;
    }
    .re-solu-desc{
        color: rgba(7, 27, 63, 0.6);
        font-size: 14px;
        line-height: 24px;
        margin-top: 28px;
    }

    /* recruitment-exam end */

    /* ai-sign-up-page start */
    .mainhb .ai-header{display: none;}
    .mainhb .signupbox{
        height: 518px;
        background-image: url('../index-jump/images/new202009/ai-sign-up/bg-2.png');
        background-size: 1440px 518px;
    }
    .sign-up-page-banner{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 157px;
        padding-right: 179px;
    }
    .sign-up-page-banner img{
        width: 471px;
        padding-top: 32px;
    }
    .sign-up-page-banner .left{
        width: 629px;
        padding-top: 80px;
        color: #fff;
    }
    .sign-up-page-banner .left .h1{
        font-size: 36px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    .sign-up-page-banner .left .h2{
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .sign-up-page-banner .left .h3{
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 28px;
        margin-bottom: 34px;
    }
    .sign-up-page-banner .left .button{
        width: 159px;
        height: 38px;
        background: #FFA726;
        box-shadow: 0px 0px 12px 0px rgba(77, 108, 229, 0.58);
        border-radius: 22px;
        border: none;
        color: #fff;
        font-size: 12px;
    }
    .sign-up-page-desc-con{
        background: #F8FBFF;
        width: 100%;
        height: 483px;
        padding-top: 60px;
    }
    .sign-up-page-desc{
        width: 1124px;
        height: 291px;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(116, 168, 207, 0.15);
        border-radius: 4px;
        margin: 0 auto;
        padding: 50px 76px 0;
        text-align: center;
        background-image: url('../index-jump/images/new202009/ai-sign-up/ox.png');
        background-size: 329px 188px;
        background-position-x: right;
        background-position-y: bottom;
        background-repeat: no-repeat;
    }
    .sign-up-page-desc .h1{
        font-size: 32px;
        color: #071B3F;
        letter-spacing: 1px;
        margin-bottom: 34px;
    }
    .sign-up-page-desc .desc{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-size: 20px;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
    }
    .sign-up-page-function{
        /* background: #F8FBFF; */
        padding: 88px 159px;
    }
    .sign-up-page-function .h1{
        font-size: 32px;
        color: #071B3F;
        letter-spacing: 1px;
        margin-bottom: 58px;
        text-align: center;
    }
    .sign-up-page-function-row{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 120px;
    }
    .row-reverse{
        flex-direction: row-reverse;
    }
    .sign-up-page-function-row .tit{
        font-size: 24px;
        color: #071B3F;
        margin-bottom: 30px;
    }
    .sign-up-page-function-row .item{
        width: 458px;
        font-size: 20px;
        font-weight: 300;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: rgba(7, 27, 63, 0.8);
        line-height: 32px;
        letter-spacing: 2px;
        margin-bottom: 28px;
        display: flex;
    }
    .sign-up-page-function-row .item b{
        width: 6px;
        height: 6px;
        background: #1C6BFF;
        border-radius: 6px;
        margin-top: 12px;
        margin-right: 14px;
    }
    .sign-up-page-function-row .item span{
        flex: 1;
    }

    .sign-up-page-function-row .f1{
        width: 473px;
        height: 373px;
    }
    .sign-up-page-function-row .f1-content{
        padding-top: 77px;
    }
    .sign-up-page-function-row .f2{
        width: 486px;
        height: 452px;
    }
    .sign-up-page-function-row .f2-content{
        padding-top: 53px;
    }
    .sign-up-page-function-row .f3{
        width: 466px;
        height: 479px;
    }
    .sign-up-page-function-row .f3-content{
        padding-top: 159px;
    }
    .sign-up-page-function-row .f4{
        width: 435px;
        height: 424px;
    }
    .sign-up-page-function-row .f4-content{
        padding-top: 131px;
    }
    .sign-up-page-function-row .f5{
        width: 553px;
        height: 433px;
    }
    .sign-up-page-function-row .f5-content{
        padding-top: 152px;
    }
    .sign-up-page-function-row .f6{
        width: 414px;
        height: 444px;
    }
    .sign-up-page-function-row .f6-content{
        padding-top: 157px;
    }
    .sign-up-page-function-row .f7{
        width: 523px;
        height: 509px;
    }
    .sign-up-page-function-row .f7-content{
        padding-top: 128px;
    }
    .as-box{
        padding: 88px 146px 135px;
        background: #F8FBFF;
    }
    .as-box .h1{
        font-size: 32px;
        color: #071B3F;
        letter-spacing: 1px;
        margin-bottom: 58px;
        text-align: center;
    }
    .as-box-flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .as-box-item{
        display: inline-block;
        width: 263px;
        height: 326px;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid rgba(28, 94, 255, 0.2);
        text-align: center;
        padding-top: 46px;
        margin: 0 12px;
        position: relative;
    }
    .as-box-item div{
        color: #071B3F;
        font-size: 20px;
        margin-top: 40px;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
    }
    .as-box-item img{display: block;margin: 0 auto;}
    .as-box-item .as1{width: 109px;}
    .as-box-item .as2{width: 101px;}
    .as-box-item .as3{width: 123px;}
    .as-box-item .as4{width: 115px;}

    /* ai-sign-up-page end */
}

