.sec1 {
    padding: 105px 0 120px;
}

.sec1 .wrap .sec1_top {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .sec1_top .text {
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 46px;
    width: 750px;
}

.sec1 .wrap .sec1_center {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 108px 0 118px;
}

.sec1 .wrap .sec1_center .l {
    width: 750px;
}

.sec1 .wrap .sec1_center .l .item:not(:last-child) {
    margin-bottom: 65px;
}

.sec1 .wrap .sec1_center .l .item .item_title {
    display: flex;
    align-items: center;
    gap: 0 38px;
    margin-bottom: 35px;
}

.sec1 .wrap .sec1_center .l .item .item_title p {
    font-weight: 400;
    font-size: 28px;
    color: #1A1A1A;
}

.sec1 .wrap .sec1_center .l .item .item_title .icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .sec1_center .l .item .item_title .icon img {
    display: block;
}

.sec1 .wrap .sec1_center .l .item .item_text {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 18px;
    color: #888888;
    line-height: 36px;
}

.sec1 .wrap .sec1_center .r {
    margin: 10px 0 0;
    width: 750px;
}

.sec1 .wrap .sec1_bottom {
    display: flex;
    gap: 0 46px;
}

.sec1 .wrap .sec1_bottom .item {
    width: 360px;
    padding: 50px 0 0;
    border-top: 1px solid #EDEDED;
    position: relative;
}

.sec1 .wrap .sec1_bottom .item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #006A52;
    position: absolute;
    top: -1px;
    left: 0;
    transform: scaleX(0);
    transition: 0.6s;
    transform-origin: left;
}

.sec1 .wrap .sec1_bottom .item h5 {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
}

.sec1 .wrap .sec1_bottom .item .num {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.sec1 .wrap .sec1_bottom .item .num p {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: 500;
    font-size: 46px;
    color: #1A1A1A;
    line-height: 1;
    transition: 0.6s;
}

.sec1 .wrap .sec1_bottom .item .num span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: 500;
    font-size: 46px;
    color: #1A1A1A;
    line-height: 1;
    transition: 0.6s;
}

.sec1 .wrap .sec1_bottom .item .num span.biao {
    font-size: 26px;
}

.sec1 .wrap .sec1_bottom .item:hover:after {
    transform: scaleX(1);
}

.sec1 .wrap .sec1_bottom .item:hover .num p, .sec1 .wrap .sec1_bottom .item:hover .num span {
    color: #006A52;
}

.sec2 {
    background: #F7F7F7;
    padding: 87px 0 95px;
}

.sec2 .wrap .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 84px 117px;
    margin: 56px 0 0;
}

.sec2 .wrap .list .item .icon {
    width: 66px;
    height: 60px;
    display: flex;
    align-items: center;
}

.sec2 .wrap .list .item .icon img {
    display: block;
    transition: 1s;
}

.sec2 .wrap .list .item .item_title {
    margin: 36px 0 34px;
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
}

.sec2 .wrap .list .item .item_text {
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    line-height: 32px;
}

.sec2 .wrap .list .item:hover .icon img {
    transform: rotateY(360deg);
}

.common_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #006A52;
}

.sec3 {
    padding: 115px 0 160px;
}

.sec3 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec3 .wrap .r {
    width: 750px;
}

.sec3 .wrap .r .text {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 38px;
}

.sec3 .wrap .r .more {
    margin: 40px 0 0;
}

.sec3 .wrap .r .more .more_btn {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0 6px;
    padding: 0 30px 0 28px;
    height: 54px;
    background: #006A52;
    border-radius: 6px;
}

.sec3 .wrap .r .more .more_btn p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
}

.sec3 .wrap .r .more .more_btn .iconfont {
    font-size: 10px;
    color: #FFFFFF;
}
html[lang='en'] .sec2 .wrap .list .item .item_title {
    height: 58px;
}
/*# sourceMappingURL=R&D_center.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 5.46875vw 0px 6.25vw;
    }

    .sec1 .wrap .sec1_top .text {
        font-size: 1.25vw;
        line-height: 2.3958333333vw;
        width: 39.0625vw;
    }

    .sec1 .wrap .sec1_center {
        margin: 5.625vw 0px 6.1458333333vw;
    }

    .sec1 .wrap .sec1_center .l {
        width: 39.0625vw;
    }

    .sec1 .wrap .sec1_center .l .item:not(:last-child) {
        margin-bottom: 3.3854166667vw;
    }

    .sec1 .wrap .sec1_center .l .item .item_title {
        gap: 0px 1.9791666667vw;
        margin-bottom: 1.8229166667vw;
    }

    .sec1 .wrap .sec1_center .l .item .item_title p {
        font-size: 1.4583333333vw;
    }

    .sec1 .wrap .sec1_center .l .item .item_title .icon {
        width: 2.8645833333vw;
        height: 2.8645833333vw;
    }

    .sec1 .wrap .sec1_center .l .item .item_text {
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }

    .sec1 .wrap .sec1_center .r {
        margin: 0.5208333333vw 0px 0px;
        width: 39.0625vw;
    }

    .sec1 .wrap .sec1_bottom {
        gap: 0px 2.3958333333vw;
    }

    .sec1 .wrap .sec1_bottom .item {
        width: 18.75vw;
        padding: 2.6041666667vw 0px 0px;
    }

    .sec1 .wrap .sec1_bottom .item h5 {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .sec1_bottom .item .num {
        margin-bottom: 1.0416666667vw;
    }

    .sec1 .wrap .sec1_bottom .item .num p {
        font-size: 2.3958333333vw;
    }

    .sec1 .wrap .sec1_bottom .item .num span {
        font-size: 2.3958333333vw;
    }

    .sec1 .wrap .sec1_bottom .item .num span.biao {
        font-size: 1.3541666667vw;
    }

    .sec2 {
        padding: 4.53125vw 0px 4.9479166667vw;
    }

    .sec2 .wrap .list {
        gap: 4.375vw 6.09375vw;
        margin: 2.9166666667vw 0px 0px;
    }

    .sec2 .wrap .list .item .icon {
        width: 3.4375vw;
        height: 3.125vw;
    }

    .sec2 .wrap .list .item .item_title {
        margin: 1.875vw 0px 1.7708333333vw;
        font-size: 1.25vw;
    }

    .sec2 .wrap .list .item .item_text {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .common_title {
        font-size: 2.1875vw;
    }

    .sec3 {
        padding: 5.9895833333vw 0px 8.3333333333vw;
    }

    .sec3 .wrap .r {
        width: 39.0625vw;
    }

    .sec3 .wrap .r .text {
        font-size: 1.0416666666vw;
        line-height: 1.9791666666666vw;
    }

    .sec3 .wrap .r .more {
        margin: 2.0833333333vw 0px 0px;
    }

    .sec3 .wrap .r .more .more_btn {
        gap: 0px 0.3125vw;
        padding: 0px 1.5625vw 0px 1.4583333333vw;
        height: 2.8125vw;
        border-radius: 0.3125vw;
    }

    .sec3 .wrap .r .more .more_btn p {
        font-size: 0.78125vw;
    }

    .sec3 .wrap .r .more .more_btn .iconfont {
        font-size: 0.5208333333vw;
    }
    html[lang='en'] .sec2 .wrap .list .item .item_title {
        height: 3.0208333333333vw;
    }
}

@media screen and (max-width: 768px) {
    .common_title {
        font-size: 24px;
    }
    .sec1 .wrap .sec1_top {
        display: block;
    }
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap .sec1_top .text {
        width: 100%;
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .sec1_top .text {
        margin: 30px 0 0;
    }
    .sec1 .wrap .sec1_center {
        flex-direction: column-reverse;
        margin: 30px 0;
    }
    .sec1 .wrap .sec1_center .l {
        width: 100%;
        margin: 30px 0 0;
    }
    .sec1 .wrap .sec1_center .l .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .sec1 .wrap .sec1_bottom .item {
        width: 100%;
        padding: 20px 0 0;
    }
    .sec1 .wrap .sec1_bottom .item .num p {
        font-size: 40px;
    }
    .sec1 .wrap .sec1_bottom .item h5 {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 .wrap .sec1_bottom .item .num {
        margin-bottom: 10px;
    }
    .sec1 .wrap .sec1_bottom .item .num span {
        font-size: 16px;
    }
    .sec1 .wrap .sec1_bottom {
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .sec1 .wrap .sec1_center .l .item .item_title {
        gap: 0 8px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .sec1_center .l .item .item_title .icon {
        width: 35px;
        height: 35px;
    }
    .sec1 .wrap .sec1_center .l .item .item_title p {
        font-size: 18px;
    }
    .sec1 .wrap .sec1_center .l .item .item_text {
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .sec1_center .r {
        width: 100%;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .wrap .list {
        grid-template-columns: repeat(1, 1fr);
        margin: 40px 0 0;
        gap: 30px;
    }
    .sec2 .wrap .list .item {
        padding: 0 0 15px;
        border-bottom: 1px solid #cccccc;
    }
    .sec2 .wrap .list .item .icon {
        width: 40px;
        height: 36px;
    }
    .sec2 .wrap .list .item .item_title {
        font-size: 18px;
        margin: 15px 0;
    }
    .sec2 .wrap .list .item .item_text {
        font-size: 15px;
        line-height: 2;
    }
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .wrap {
        display: block;
    }
    .sec3 .wrap .r {
        width: 100%;
        margin: 30px 0 0;
    }
    .sec3 .wrap .r .text {
        font-size: 15px;
        line-height: 2;
    }
    .sec3 .wrap .r .more {
        margin: 30px 0 0;
    }
    .sec3 .wrap .r .more .more_btn {
        gap: 0 8px;
        padding: 0 20px;
        height: 40px;
        border-radius: 4px;
    }
    .sec3 .wrap .r .more .more_btn .iconfont {
        font-size: 10px;
    }
    .sec3 .wrap .r .more .more_btn p {
        font-size: 15px;
    }
    html[lang='en'] .sec2 .wrap .list .item .item_title {
        height: unset;
    }
}
