.indexBanner {
    hyphens: auto;
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
    box-sizing: border-box;
    transition: all .3s
}

.indexBanner .banner {
    display: block;
    flex: 1;
    text-align: center;
    padding: 30px 0
}

.indexBanner .banner img {
    width: 80%
}

.indexBanner .text {
    color: white;
    padding-bottom: 10vw
}

.indexBanner .text .b_title {
    width: 80%;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
}

.indexBanner .text .b_subTitle {
    width: 80%;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px
}

.textBar {
    height: 100px;
    background: #f0f0f0;
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    display: flex
}

.textBar::-webkit-scrollbar {
    display: none
}

.textBar .l {
    width: 12%;
    line-height: 100px;
    height: 100px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px
}

.textBar .s {
    width: 1px;
    height: 40px;
    margin: 0 10px;
    background: #2251ff
}

.textBar .r {
    height: 100px;
    /* width: 22%; */
    font-size: 14px;
    padding-top: 25px;
    margin-left: 20px;
}

.textBar .r .num {
    color: #2251ff;
    font-size: 24px
}

.illustrate .lImg {
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover
}

.illustrate .lImg_bg1 {
    background-image: url('assets/image/index_i_1.webp')
}

.illustrate .lImg_bg2 {
    background-image: url('assets/image/index_i_2.webp')
}

.illustrate .rText {
    padding: 20px;
    box-sizing: border-box;
    hyphens: auto
}

.illustrate .rText .title {
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
}

.illustrate .rText .info {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 20px 0
}

.illustrate .rText .link h4 {
    margin: 10px 20px 10px 0;
    font-size: 16px;
    cursor: pointer;
}

.illustrate .rText .link h4:hover {
    transition: all .3s;
    transform: translateY(-5px)
}

.illustrate .rText .link i {
    padding-left: 10px;
    color: #2251ff
}

.dynamics {
    background: #f0f0f0;
    padding: 30px
}

.dynamics .dynamicText {
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding: 30px 0
}

.dynamics .dynamic {
    transition: all .3s;
    max-width: 368px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: white;
    padding: 0 !important
}

.dynamics .dynamic img {
    width: 100%
}

.dynamics .dynamic .title,
.dynamics .dynamic .text {
    hyphens: auto;
    padding: 20px 30px;
    transition: all .3s;
    cursor: pointer;
}

.dynamics .dynamic .title {
    font-weight: 500;
    font-size: 24px
}

.dynamics .dynamic .title:hover {
    color: #2251ff;
    text-decoration: underline
}

.dynamics .dynamic .text {
    font-weight: 300;
    font-size: 16px
}

.helpText {
    padding: 30px 0;
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
    text-align: center;
    color: white
}

.helpText h1 {
    font-size: 30px
}

.helpText p {
    font-size: 14px;
    font-weight: 400
}

.indexNavBar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: transparent;
    border: none;
    z-index: 999;
}

.topNavBar .navOptions {
    color: white !important
}

.topNavBar .navList {
    color: white
}

.topNavBar .navList .navItem>a {
    color: white
}

@media (min-width:576px) {
    .indexBanner {
        display: flex
    }

    .indexBanner .banner img {
        width: 50vw
    }

    .indexBanner .text {
        color: white
    }

    .indexBanner .text .b_title {
        font-size: 26px
    }

    .indexBanner .text .b_subTitle {
        font-size: 14px
    }

    .helpText h1 {
        font-size: 30px
    }

    .helpText p {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .indexBanner {
        display: flex
    }

    .indexBanner .banner {
        padding: 0
    }

    .indexBanner .banner img {
        width: 50vw
    }

    .illustrate .lImg {
        height: 500px
    }

    .illustrate .rText {
        padding: 50px;
        height: 500px
    }
}

@media (min-width:992px) {
    .dynamics .dynamic:hover {
        box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3)
    }

    .illustrate .lImg {
        height: 450px
    }

    .illustrate .rText {
        padding: 10%;
        height: 450px
    }

    .illustrate .rText .title {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .indexBanner {
        display: flex
    }

    .indexBanner .banner img {
        width: 46vw
    }

    .indexBanner .text {
        color: white;
        padding-bottom: 15vw
    }

    .indexBanner .text .b_title {
        font-size: 50px
    }

    .indexBanner .text .b_subTitle {
        font-size: 18px
    }
}

@media (max-width:1441px) {
    .textBar {
        display: block;
        overflow-x: scroll;
        white-space: nowrap
    }

    .textBar>div {
        display: inline-block
    }

    .textBar .l {
        width: 100px
    }

    .textBar .r {
        /* width: 300px */
    }
}

@media (min-width:1441px) {
    .newContent {
        max-width: 1440px;
        margin: 0 auto
    }
}
@media (max-width:768px) {
    .topNavBar .logo {
        width:100px;
    }
}