.section {
    width: 100vw;
    height: 100vh;
    position: relative;
    padding: 300px 0;
}

.section .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.section .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.section .wrap {
    width: 1660px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .wrap .l {
    width: 345px;
}

.section .wrap .l .title {
    display: flex;
    align-items: center;
    margin: 0 0 80px;
}

.section .wrap .l .title .sq {
    width: 12px;
    height: 12px;
    background: #014099;
    margin-right: 12px;
}

.section .wrap .l .title h5 {
    font-weight: 500;
    font-size: 16px;
    color: #014099;
}

.section .wrap .l h1 {
    font-weight: 800;
    font-size: 40px;
    color: #111111;
    line-height: 52px;
    margin-bottom: 70px;
}

.section .wrap .l .num_list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
    border-top: 1px solid #E8E8E8;
}

.section .wrap .l .num_list .item {
    margin: 0 0 70px;
}

.section .wrap .l .num_list .item h5 {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 25px;
}

.section .wrap .l .num_list .item .num {
    display: flex;
    align-items: flex-start;
}

.section .wrap .l .num_list .item .num .count-item {
    font-weight: 600;
    font-size: 60px;
    color: #003E8D;
    line-height: 1;
    margin: 0 5px 0 0;
}

.section .wrap .l .num_list .item .num span {
    font-weight: 500;
    font-size: 22px;
    color: #003E8D;
}

.section .wrap .l .num_list .item:nth-child(1) {
    margin: 0 120px 0 0;
}

.section .wrap .l .num_list .item:nth-last-child(1) .num span {
    font-size: 16px;
}

.section .wrap .r {
    width: 388px;
}

.section .wrap .r .r_content {
    width: 100%;
}

.section .wrap .r .r_content .block {
    cursor: pointer;
    background: #004098;
    padding: 38px 12px 30px 34px;
    border-radius: 10px 10px 0px 0px;
    transition: 0.6s;
}

.section .wrap .r .r_content .block h4 {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    transition: 0.6s;
}

.section .wrap .r .r_content .none {
    display: none;
    padding: 0px 12px 30px 34px;
    background: #FFFFFF;
}

.section .wrap .r .r_content .none .r_text {
    overflow-y: scroll;
    max-height: 355px;
}

.section .wrap .r .r_content .none .r_text .item {
    padding: 0 0 15px;
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 25px;
}

.section .wrap .r .r_content .none .r_text .item h5 {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 10px;
}

.section .wrap .r .r_content .none .r_text .item p {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
}

.section .wrap .r .r_content .none .r_text::-webkit-scrollbar-track {
    background: #F2F2F2;
}

.section .wrap .r .r_content .none .r_text::-webkit-scrollbar-thumb {
    background: #004098;
}

.section .wrap .r .r_content.item_active .block {
    background: #FFFFFF;
}

.section .wrap .r .r_content.item_active .block h4 {
    color: #004098;
}

.section .wrap .r .r_content:nth-child(2) {
    transform: translateY(-10px);
}

.section .wrap .r .r_content:nth-child(2) .block {
    border-radius: 10px 10px;
}

.section .wrap .r .r_content:nth-child(2) .none {
    display: block;
}

.section .wrap .center {
    width: 800px;
    height: 800px;
    position: relative;
    transform: scale(0);
    transition: 1s;
}

.section .wrap .center.aos-animate {
    transform: scale(1);
}

.section .wrap .center .canvas {
    width: 100%;
    height: 100%;
}

.section .wrap .center .shadow {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/static/images/shadow.png");
    background-size: 89% 89%;
    background-position: 50%;
}

.header {
    background: unset;
}

/*# sourceMappingURL=global.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 15.625vw 0;
    }

    .section .wrap {
        width: 86.4583333333vw;
    }

    .section .wrap .l {
        width: 17.96875vw;
    }

    .section .wrap .l .title {
        margin: 0px 0px 4.1666666667vw;
    }

    .section .wrap .l .title .sq {
        width: 0.625vw;
        height: 0.625vw;
        margin-right: 0.625vw;
    }

    .section .wrap .l .title h5 {
        font-size: 0.8333333333vw;
    }

    .section .wrap .l h1 {
        font-size: 2.0833333333vw;
        line-height: 2.7083333333vw;
        margin-bottom: 3.6458333333vw;
    }

    .section .wrap .l .num_list {
        padding: 1.5625vw 0px 0px;
    }

    .section .wrap .l .num_list .item {
        margin: 0px 0px 3.6458333333vw;
    }

    .section .wrap .l .num_list .item h5 {
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.3020833333vw;
    }

    .section .wrap .l .num_list .item .num .count-item {
        font-size: 3.125vw;
        margin: 0px 0.2604166667vw 0px 0px;
    }

    .section .wrap .l .num_list .item .num span {
        font-size: 1.1458333333vw;
    }

    .section .wrap .l .num_list .item:nth-child(1) {
        margin: 0px 6.25vw 0px 0px;
    }

    .section .wrap .l .num_list .item:nth-last-child(1) .num span {
        font-size: 0.8333333333vw;
    }

    .section .wrap .r {
        width: 20.2083333333vw;
    }

    .section .wrap .r .r_content .block {
        padding: 1.9791666667vw 0.625vw 1.5625vw 1.7708333333vw;
        border-radius: 0.5208333333vw 0.5208333333vw 0px 0px;
    }

    .section .wrap .r .r_content .block h4 {
        font-size: 0.9375vw;
    }

    .section .wrap .r .r_content .none {
        padding: 0px 0.625vw 1.5625vw 1.7708333333vw;
    }

    .section .wrap .r .r_content .none .r_text {
        max-height: 18.4895833333vw;
    }

    .section .wrap .r .r_content .none .r_text .item {
        padding: 0px 0px 0.78125vw;
        margin: 0px 0px 1.3020833333vw;
    }

    .section .wrap .r .r_content .none .r_text .item h5 {
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.5208333333vw;
    }

    .section .wrap .r .r_content .none .r_text .item p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .section .wrap .r .r_content:nth-child(2) {
        transform: translateY(-0.5208333333vw);
    }

    .section .wrap .r .r_content:nth-child(2) .block {
        border-radius: 0.5208333333vw;
    }

    .section .wrap .center {
        width: 41.6666666667vw;
        height: 41.6666666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .section {
        padding: 80px 0;
        height: unset;
    }

    .section .wrap {
        width: 90%;
        display: block;
    }

    .section .wrap .l {
        width: 100%;
    }

    .section .wrap .l .title h5 {
        font-size: 16px;

    }

    .section .wrap .l .title {
        margin-bottom: 15px;
    }

    .section .wrap .l .title .sq {
        width: 8px;
        height: 8px;
        margin-right: 6px;
    }

    .section .wrap .l h1 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .section .wrap .l .num_list .item .num .count-item {
        font-size: 40px;
        margin-right: 6px;
    }

    .section .wrap .l .num_list {
        justify-content: space-between;
        padding: 20px 0 0;
    }

    .section .wrap .center {
        width: 70vw;
        height: 70vw;
        transform: unset;
        margin: 30px auto;
    }

    .section .wrap .l .num_list .item:nth-child(1) {
        margin-right: 0;
    }

    .section .wrap .l .num_list .item h5 {
        font-size: 16px;
    }

    .section .wrap .l .num_list .item .num span {
        font-size: 18px;
    }

    .section .wrap .l .num_list .item:nth-last-child(1) .num span {
        font-size: 16px;
        margin: 3px 0 0;
    }

    .section .wrap .r {
        width: 100%;
    }

    .section .wrap .r .r_content .block {
        padding: 38px 12px 30px 34px;
        border-radius: 10px 10px 0px 0px;
    }

    .section .wrap .r .r_content .block h4 {
        font-size: 18px;
    }

    .section .wrap .r .r_content:nth-child(2) .block {
        border-radius: 10px 10px;
    }

    .section .wrap .r .r_content:nth-child(2) {
        transform: translateY(-10px);
    }

    .section .wrap .r .r_content .none .r_text .item {
        padding: 0 0 15px;
        border-bottom: 1px solid #E8E8E8;
        margin: 0 0 25px;
    }

    .section .wrap .r .r_content .none .r_text .item p {
        font-weight: 500;
        font-size: 16px;
        color: #888888;
        line-height: 24px;
    }

    .section .wrap .r .r_content .none .r_text .item h5 {
        font-weight: 500;
        font-size: 16px;
        color: #1A1A1A;
        margin: 0 0 10px;
    }

    .section .wrap .r .r_content .none {
        padding: 0px 12px 30px 34px;
    }

    .section .wrap .r .r_content .none .r_text {
        max-height: unset;
    }
}
