.banner .text {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    bottom: unset;
    text-align: center;
}


.banner .banner_link {
    left: 50%;
    transform: translateX(-50%);
    bottom: 78px;
}
.banner .cb_link {
    height: 80px;
    background: #FFFFFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 120px;
    position: absolute;
    left: 50%;
    bottom: 65px;
    transform: translateX(-50%);
    max-width: 100%;
}

.banner .cb_link a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
    position: relative;
    white-space: nowrap;
}

.banner .cb_link a:after {
    content: "";
    width: 31px;
    height: 2px;
    background: #003894;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%) scaleX(0);
    transition: 0.6s;
}

.banner .cb_link a:hover, .banner .cb_link a.on {
    color: #003894;
}

.banner .cb_link a:hover:after, .banner .cb_link a.on:after {
    transform: translateX(-50%) scaleX(1);
}

.banner .cb_link a:not(:nth-last-child(1)) {
    margin-right: 150px;
}
.bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.bg img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
}

.proLinks {
    position: absolute;
    height: 80px;
    background: #FFFFFF;
    border-radius: 40px;
    z-index: 20;
    top: calc(100vh + 90px);
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0 76px;
}

.proLinks div {
    display: block;
    transition: 0.6s;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.proLinks div:not(:last-child) {
    margin-right: 70px;
}

.proLinks div:after {
    content: "";
    width: 31px;
    height: 2px;
    background: #003894;
    border-radius: 2px;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    bottom: -7px;
    left: 50%;
    transform-origin: center;
    transition: 0.6s;
}

.proLinks div:hover, .proLinks div.on {
    color: #003894;
}

.proLinks div:hover:after, .proLinks div.on:after {
    transform: translateX(-50%) scaleX(1);
}

.section {
    display: block;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.section .wrap {
    width: 79.16666667vw;
    margin: 14.1875vw auto 0;
}

.section .wrap h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 50px;
}

.section .wrap p {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 40px;
}

.section .wrap p .num {
    font-family: Roboto !important;
    font-weight: bold;
    font-size: 36px;
    background: linear-gradient(270deg, #0AABF6 0%, #0079E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section .wrap p strong {
    color: #111111;
}

.sec4 .wrap p span, .sec5 .wrap p span, .sec6 .wrap p span, .sec7 .wrap p span, .sec8 .wrap p span {
    width: fit-content;
    background: linear-gradient(270deg, #0AABF6 0%, #0079E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cursor {
    width: 116px;
    height: 116px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: opacity .3s, color .4s;
    border-radius: 50%;
    pointer-events: none;
    backface-visibility: hidden;
}

.cursor .position_cut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    background: rgba(255, 255, 255, 0.34);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: scale(0);
}

.cursor .position_cut img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: xuan 10s linear infinite;
}

.cursor .position_cut .iconfont {
    font-size: 30px;
    color: #003894;
    font-weight: 100;
}

.cursor.cursor_active .position_cut {
    transform: scale(1);
}

@keyframes xuan {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*# sourceMappingURL=pro.css.map */
@media screen and (max-width: 1600px) {
    .banner .cb_link {
        padding: 0 80px;
    }
    .banner .cb_link a:not(:nth-last-child(1)) {
        margin-right: 60px;
    }
    .banner .cb_link a {
        font-size: 16px;
    }
    .banner .cb_link {
        height: 70px;
    }
    .proLinks div {
        font-size: 16px;
    }
    .proLinks {
        height: 70px;
        padding: 0 50px;
    }
    .proLinks div:not(:last-child) {
        margin-right: 50px;
    }
    .section .wrap h2 {
        font-size: 32px;
    }
    .section .wrap p {
        font-size: 18px;
    }
    .section .wrap p .num {
        font-size: 30px;
    }

}
@media screen and (max-width: 1400px) {
    .proLinks div {
        font-size: 14px;
    }
    .proLinks {
        height: 60px;
        padding: 0 40px;
    }
    .proLinks div:not(:last-child) {
        margin-right: 40px;
    }
    .section .wrap h2 {
        font-size: 28px;
    }
    .section .wrap p {
        font-size: 16px;
    }
    .section .wrap p .num {
        font-size: 26px;
    }
    .section .wrap h2 {
        margin-bottom: 30px;
    }
    .section .wrap p {
        line-height: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .banner .cb_link {
        height: 55px;
        padding: 0 50px;
    }
    .banner .cb_link a:not(:nth-last-child(1)) {
        margin-right: 30px;
    }
    .banner .cb_link a {
        font-size: 14px;
    }
    .banner .cb_link a:after {
        width: 22px;
    }
    .banner .cb_link {
        bottom: 25px;
    }
    .proLinks {
        display: none;
    }
    .section {
        height: unset;
        transform: unset!important;
    }
    .section .wrap h2 {
        font-size: 24px;
    }
    .section .wrap {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0 auto;
    }
    .section .bg {
        position: unset;
    }
    .section .wrap>div {
        width: 50%;
    }
    .section .wrap p br {
        display: none;
    }
    .cursor {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .section {
        width: 90%;
        margin: 0 auto 50px;
    }
    .section .wrap {
        position: unset;
        transform: unset;
        width: 100%;
    }
    .section .wrap>div {
        width: 100%;
    }
    .section .wrap h2 {
        font-size: 18px;
        margin: 20px 0 10px;
        line-height: 1;
    }
    .section .wrap p {
        font-size: 14px;
        line-height: 1.8;
        display: inline;
    }
    .section .wrap p .num {
        font-size: 14px;
    }
    .banner {
        margin-bottom: 40px;
    }
    html[lang='en'] .banner .cb_link {
        height: unset;
        padding: 10px 15px;
        flex-wrap: wrap;
        width: 90%;
        justify-content: center;
        border-radius: 10px;
        position: unset;
        transform: unset;
        margin: 0 auto;
    }
    html[lang='en'] .banner .cb_link a {
        margin: 10px;
    }
    .banner .banner_link {
        display: none;
    }
    html[lang='en'] body .banner {
        height: unset !important;

    }
    html[lang='en'] .banner .text {
        position: unset;
        transform: unset;
        margin: 0 auto 30px;
    }
    html[lang='en'] .banner .img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    html[lang='en'] .banner {
        padding: 100px 0 30px;
    }
}
