.header {
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

body {
    background: #F7F7F7;
}

.technology_links {
    background: #FFFFFF;
    border-radius: 32px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 86px auto 0;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    z-index: 10;
    padding: 6px;
    transition: 0.6s;
}
.technology_links.hide {
    top: 20px;
}
.technology_links .item {
    padding: 0 40px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    cursor: pointer;
    line-height: 52px;
    transition: 0.6s;
    border-radius: 26px;
}

.technology_links .item.on, .technology_links .item:hover {
    background: #2562AD;
    color: #FFFFFF;
}

.common_section .wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-radius: 14px;
    background: #FFFFFF;
}

.common_section .wrap .l {
    width: 700px;
    padding: 0 109px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.common_section .wrap .l h5 {
    font-weight: 800;
    font-size: 38px;
    color: #1A1A1A;
    margin-bottom: 68px;
}

.common_section .wrap .l p {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.common_section .wrap .r {
    width: 700px;
    border-radius: 14px;
    overflow: hidden;
}

.sec1 {
    padding: 111px 0 0;
}

.sec2 {
    padding: 130px 0 125px;
    text-align: center;
}

.sec2 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec2 .wrap .title {
    font-weight: 800;
    font-size: 38px;
    color: #1A1A1A;
    margin-bottom: 40px;
}

.sec2 .wrap .text {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    width: 850px;
    margin: 0 auto 62px;
}

.sec2 .wrap .content {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .content .item {
    width: 465px;
}

.sec2 .wrap .content .item .img {
    height: 480px;
    width: 100%;
    overflow: hidden;
}

.sec2 .wrap .content .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .wrap .content .item .item_text {
    width: 100%;
    height: calc(100% - 480px);
    background: #FFFFFF;
    margin: 3px 0 0;
    padding: 60px 100px 40px;
}

.sec2 .wrap .content .item .item_text p {
    font-weight: 500;
    font-size: 16px;
    color: #777777;
    line-height: 32px;
}

.sec2 .wrap .content .item:hover .img img {
    transform: scale(1.1);
}

.sec3 {
    background: #FFFFFF;
    padding: 108px 0 0;
    text-align: center;
}

.sec3 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec3 .wrap .title {
    font-weight: 800;
    font-size: 38px;
    color: #1A1A1A;
    margin-bottom: 32px;
}

.sec3 .wrap .text {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 36px;
    width: 850px;
    margin: 0 auto 75px;
}

.sec3 .wrap .content {
    width: 100%;
}

.sec3 .wrap .content .img_box {
    width: 100%;
    height: 554px;
    overflow: hidden;
    position: relative;
}

.sec3 .wrap .content .img_box .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec3 .wrap .content .img_box .img .label {
    width: 131px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    position: absolute;
    bottom: 55px;
    left: 285px;
    z-index: 2;
}

.sec3 .wrap .content .img_box .img img {
    display: block;
    height: 100%;
    width: 1400px;
    max-width: unset;
    position: absolute;
    right: 0;
}

.sec3 .wrap .content .img_box .img:nth-child(2) {
    left: unset;
    right: 0;
    width: 50%;
    z-index: 3;
}

.sec3 .wrap .content .img_box .img:nth-child(2) .label {
    left: unset;
    right: 285px;
}

.sec3 .wrap .content .img_box .cro_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

.sec3 .wrap .content .img_box .cro_btn .cro_btn_line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 554px;
    background: #FFFFFF;
    z-index: 1;
}

.sec3 .wrap .content .img_box .cro_btn .cro_btn_cir {
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.58);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    transition: 0.6s;
    position: relative;
    z-index: 2;
}

.sec3 .wrap .content .img_box .cro_btn .cro_btn_cir .iconfont {
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.sec3 .wrap .content .img_box .cro_btn .cro_btn_cir .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

.sec3 .wrap .content .img_box .cro_btn .cro_btn_cir:hover {
    background: #2562AD;
}

.sec3 .wrap .content .img_box .cro_btn .cro_btn_cir:hover .iconfont {
    color: #FFFFFF;
}

.sec4 {
    padding: 148px 0 0;
    background: #FFFFFF;
}

.sec4 .wrap {
    width: 100%;
    height: 100vh;
    position: relative;
}

.sec4 .wrap .img {
    width: 100%;
    height: 100%;
}

.sec4 .wrap .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .wrap .absolute {
    position: absolute;
    z-index: 3;
    top: 242px;
    left: 50%;
    transform: translate(-50%);
    width: 660px;
}
html[lang='en'] .sec4 .wrap .absolute {
    width: 860px;
}
.sec4 .wrap .absolute .title {
    font-weight: 800;
    font-size: 38px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 60px;
}

.sec4 .wrap .absolute .text_box {
    position: relative;
    margin-bottom: 26px;
}

.sec4 .wrap .absolute .text_box .text {
    opacity: 0;
    transform: translateY(20px);
}

.sec4 .wrap .absolute .text_box .text p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
}

.sec4 .wrap .absolute .text_box .text:not(:nth-child(1)) {
    position: absolute;
    top: 0;
}

.sec4 .wrap .absolute .text_box .text.on {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
}

.sec4 .wrap .absolute .page {
    display: flex;
    justify-content: center;
    gap: 0 5px;
}

.sec4 .wrap .absolute .page .page_item {
    width: 7px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: 0.6s;
    cursor: pointer;
}

.sec4 .wrap .absolute .page .page_item:hover {
    background: #2660AD;
}

.sec4 .wrap .absolute .page .page_item.on {
    width: 23px;
}

.sec5 {
    padding: 107px 0 0;
}


.sec5 .wrap .l h5 {
    margin-bottom: 40px;
}

.sec6 {
    padding: 82px 0 157px;
}

.sec6 .wrap {
    flex-direction: row-reverse;
}


.sec6 .wrap .l h5 {
    margin-bottom: 40px;
}

.sec5 .wrap .l,.sec6 .wrap .l {
    padding: 0 50px;
}
/*# sourceMappingURL=technology.css.map */
@media screen and (max-width: 1919px) {
    .technology_links {
        border-radius: 1.6666666667vw;
        margin: 4.4791666667vw auto 0px;
        top: 6.25vw;
        padding: 0.3125vw;
    }
    .technology_links.hide {
        top: 1.041666666666vw;
    }
    .technology_links .item {
        padding: 0px 2.0833333333vw;
        font-size: 0.8333333333vw;
        line-height: 2.7083333333vw;
        border-radius: 1.3541666667vw;
    }

    .common_section .wrap {
        width: 72.9166666667vw;
        border-radius: 0.7291666667vw;
    }

    .common_section .wrap .l {
        width: 36.4583333333vw;
        padding: 0 5.6770833333vw 0px;
    }

    .common_section .wrap .l h5 {
        font-size: 1.9791666667vw;
        margin-bottom: 3.5416666667vw;
    }

    .common_section .wrap .l p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .common_section .wrap .r {
        width: 36.4583333333vw;
        border-radius: 0.7291666667vw;
    }

    .sec1 {
        padding: 5.78125vw 0px 0px;
    }

    .sec2 {
        padding: 6.7708333333vw 0px 6.5104166667vw;
    }

    .sec2 .wrap {
        width: 72.9166666667vw;
    }

    .sec2 .wrap .title {
        font-size: 1.9791666667vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec2 .wrap .text {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        width: 44.2708333333vw;
        margin: 0px auto 3.2291666667vw;
    }

    .sec2 .wrap .content .item {
        width: 24.21875vw;
    }

    .sec2 .wrap .content .item .img {
        height: 25vw;
    }

    .sec2 .wrap .content .item .item_text {
        height: calc(100% - 25vw);
        margin: 0.15625vw 0px 0px;
        padding: 3.125vw 5.2083333333vw 2.8vw;
    }

    .sec2 .wrap .content .item .item_text p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec3 {
        padding: 5.625vw 0px 0px;
    }

    .sec3 .wrap {
        width: 72.9166666667vw;
    }

    .sec3 .wrap .title {
        font-size: 1.9791666667vw;
        margin-bottom: 1.6666666667vw;
    }

    .sec3 .wrap .text {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        width: 44.2708333333vw;
        margin: 0px auto 3.90625vw;
    }

    .sec3 .wrap .content .img_box {
        height: 28.8541666667vw;
    }

    .sec3 .wrap .content .img_box .img .label {
        width: 6.8229166667vw;
        height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
        font-size: 0.8333333333vw;
        bottom: 2.8645833333vw;
        left: 14.84375vw;
    }

    .sec3 .wrap .content .img_box .img img {
        width: 72.9166666667vw;
    }

    .sec3 .wrap .content .img_box .img:nth-child(2) .label {
        right: 14.84375vw;
    }

    .sec3 .wrap .content .img_box .cro_btn .cro_btn_line {
        width: 0.1041666667vw;
        height: 28.8541666667vw;
    }

    .sec3 .wrap .content .img_box .cro_btn .cro_btn_cir {
        width: 3.0208333333vw;
        height: 3.0208333333vw;
        box-shadow: rgba(0, 0, 0, 0.58) 0px 0px 0.625vw 0px;
        gap: 0px 0.4166666667vw;
    }

    .sec3 .wrap .content .img_box .cro_btn .cro_btn_cir .iconfont {
        font-size: 0.8333333333vw;
    }

    .sec4 {
        padding: 7.7083333333vw 0px 0px;
    }

    .sec4 .wrap .absolute {
        top: 12.6041666667vw;
        width: 34.375vw;
    }
    html[lang='en'] .sec4 .wrap .absolute {
        width: 44.79166666vw;
    }
    .sec4 .wrap .absolute .title {
        font-size: 1.9791666667vw;
        margin: 0px 0px 3.125vw;
    }

    .sec4 .wrap .absolute .text_box {
        margin-bottom: 1.3541666667vw;
    }

    .sec4 .wrap .absolute .text_box .text {
        transform: translateY(1.0416666667vw);
    }

    .sec4 .wrap .absolute .text_box .text p {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }

    .sec4 .wrap .absolute .page {
        gap: 0px 0.2604166667vw;
    }

    .sec4 .wrap .absolute .page .page_item {
        width: 0.3645833333vw;
        height: 0.2083333333vw;
        border-radius: 0.1041666667vw;
    }

    .sec4 .wrap .absolute .page .page_item.on {
        width: 1.1979166667vw;
    }

    .sec5 {
        padding: 5.5729166667vw 0px 0px;
    }



    .sec5 .wrap .l h5 {
        margin-bottom: 2.0833333333vw;
    }

    .sec6 {
        padding: 4.2708333333vw 0px 8.1770833333vw;
    }



    .sec6 .wrap .l h5 {
        margin-bottom: 2.0833333333vw;
    }

    .sec5 .wrap .l, .sec6 .wrap .l {
        padding: 0 2.604166666vw;
    }
}
@media screen and (max-width: 768px) {
    .common_banner .text1 h5 div {
        font-size: 24px;
        line-height: 1.4;
    }
    .common_banner .text1 h5 {
        width: 90vw;
    }
    .technology_links {
        display: none;
    }
    .sec1 {
        padding: 40px 0 0;
    }
    .common_section .wrap {
        width: 90%;
        flex-direction: column-reverse;
        border-radius: 6px;
    }
    .common_section .wrap .r {
        width: 100%;
    }
    .common_section .wrap .l {
        width: 100%;
        padding: 30px 20px;
    }
    .common_section .wrap .l h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .common_section .wrap .l p {
        font-size: 15px;
        line-height: 2;
    }
    .sec2 {
        padding: 40px 0 50px;
    }
    .sec2 .wrap {
        width: 90vw;
    }
    .sec2 .wrap .title {
        font-size: 22px;
        text-align: left;
        margin-bottom: 15px;
    }
    .sec2 .wrap .text {
        width: 100%;
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 2;
        text-align: left;
    }
    .sec2 .wrap .content .item {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec2 .wrap .content {
        flex-wrap: wrap;
    }
    .sec2 .wrap .content .item .img {
        height: 92vw;
    }
    .sec2 .wrap .content .item .item_text {
        height: unset;
        padding: 20px;

    }
    .sec2 .wrap .content .item .item_text p {
        font-size: 15px;
        line-height: 2;
        text-align: left;

    }
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .sec3 .wrap .title {
        font-size: 22px;
        text-align: left;
        margin-bottom: 15px;
    }
    .sec3 .wrap .text {
        width: 100%;
        font-size: 15px;
        line-height: 2;
        text-align: left;
        margin-bottom: 30px;
    }
    .sec3 .wrap .content .img_box .img img {
        width: 90vw;
    }
    .sec3 .wrap .content .img_box {
        height: 55vw;
    }
    .sec3 .wrap .content .img_box .cro_btn .cro_btn_line {
        height: 55vw;
    }
    .sec3 .wrap .content .img_box .img .label {
        height: 38px;
        font-size: 15px;
        width: fit-content;
        padding: 0 20px;
        border-radius: 19px;
    }
    .sec4 .wrap {
        height: 140vw;
    }
    .sec4 .wrap .absolute .title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sec4 .wrap .absolute .page .page_item {
        width: 7px;
        height: 4px;
        border-radius: 4px;
    }
    .sec4 .wrap .absolute .page {
        gap: 0 10px;
    }
    .sec4 .wrap .absolute .page .page_item.on {
        width: 23px;
    }
    .sec4 .wrap .absolute {
        width: 90vw !important;
    }
    .sec4 .wrap .absolute .text_box .text p {
        font-size: 15px;
        line-height: 2;
    }
    .sec5 {
        padding: 50px 0 0;
    }
    .sec6 {
        padding: 50px 0;
    }
    html[lang='en'] .sec3 .wrap .content .img_box .img .label {
        font-size: 10px;
    }
    html[lang='en'] .sec3 .wrap .content .img_box .img .label {
        left: 5.84375vw;
    }
    html[lang='en'] .sec3 .wrap .content .img_box .img:nth-child(2) .label {
        right: 4.84375vw;
    }
    html[lang='en'] .sec5 .wrap .l,html[lang='en'] .sec6 .wrap .l {
        padding: 30px 20px;
    }
    .sec3 .wrap .content .img_box .img .label {
        left: 25vw;
        transform: translateX(-50%);
    }
    .sec3 .wrap .content .img_box .img:nth-child(2) .label {
        right: 25vw;
        transform: translateX(50%);
    }
}
