.section {
    padding: 118px 0 100px;
}

.section .wrap .big {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 161px;
}

.section .wrap .big .l {
    width: 750px;
    padding: 40px 0 0;
}

.section .wrap .big .l .title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #006A52;
}

.section .wrap .big .l .text {
    margin: 26px 0 90px;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 46px;
}

.section .wrap .big .l .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;
}

.section .wrap .big .l .more .more_btn p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
}

.section .wrap .big .l .more .more_btn .iconfont {
    font-size: 10px;
    color: #FFFFFF;
}

.section .wrap .big .r {
    display: block;
    width: 750px;
    border-radius: 10px;
}

.section .wrap .small {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section .wrap .small .item {
    width: 750px;
}

.section .wrap .small .item .img {
    display: block;
    width: 100%;
    height: 420px;
    border-radius: 10px;
    margin-bottom: 60px;
}

.section .wrap .small .item .item_txt {
    width: 750px;
}

.section .wrap .small .item .item_txt .title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #006A52;
}

.section .wrap .small .item .item_txt .text {
    margin: 35px 0;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 38px;
}

.section .wrap .small .item .item_txt .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;
}

.section .wrap .small .item .item_txt .more .more_btn p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
}

.section .wrap .small .item .item_txt .more .more_btn .iconfont {
    font-size: 10px;
    color: #FFFFFF;
}

/*# sourceMappingURL=R&D.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 6.1458333333vw 0px 5.2083333333vw;
    }

    .section .wrap .big {
        margin-bottom: 8.3854166667vw;
    }

    .section .wrap .big .l {
        width: 39.0625vw;
        padding: 2.0833333333vw 0px 0px;
    }

    .section .wrap .big .l .title {
        font-size: 2.1875vw;
    }

    .section .wrap .big .l .text {
        margin: 1.3541666667vw 0px 4.6875vw;
        font-size: 1.0416666666vw;
        line-height: 2.3958333333vw;
    }

    .section .wrap .big .l .more .more_btn {
        gap: 0px 0.3125vw;
        padding: 0px 1.5625vw 0px 1.4583333333vw;
        height: 2.8125vw;
        border-radius: 0.3125vw;
    }

    .section .wrap .big .l .more .more_btn p {
        font-size: 0.78125vw;
    }

    .section .wrap .big .l .more .more_btn .iconfont {
        font-size: 0.5208333333vw;
    }

    .section .wrap .big .r {
        width: 39.0625vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .small .item {
        width: 39.0625vw;
    }

    .section .wrap .small .item .img {
        height: 21.875vw;
        border-radius: 0.5208333333vw;
        margin-bottom: 3.125vw;
    }

    .section .wrap .small .item .item_txt {
        width: 39.0625vw;
    }

    .section .wrap .small .item .item_txt .title {
        font-size: 2.1875vw;
    }

    .section .wrap .small .item .item_txt .text {
        margin: 1.8229166667vw 0px;
        font-size: 1.0416666666vw;
        line-height: 1.9791666666666vw;
    }

    .section .wrap .small .item .item_txt .more .more_btn {
        gap: 0px 0.3125vw;
        padding: 0px 1.5625vw 0px 1.4583333333vw;
        height: 2.8125vw;
        border-radius: 0.3125vw;
    }

    .section .wrap .small .item .item_txt .more .more_btn p {
        font-size: 0.78125vw;
    }

    .section .wrap .small .item .item_txt .more .more_btn .iconfont {
        font-size: 0.5208333333vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 50px 0 80px;
    }
    .section .wrap .big {
        flex-direction: column-reverse;
    }
    .section .wrap .big .r {
        width: 100%;
        border-radius: 6px;
    }
    .section .wrap .big .l {
        width: 100%;
        padding: 20px 0 0;
    }
    .section .wrap .big .l .title {
        font-size: 24px;
    }
    .section .wrap .big .l .text,.section .wrap .small .item .item_txt .text {
        font-size: 15px;
        line-height: 1.8;
        margin: 15px 0 30px;
    }
    .section .wrap .big .l .more .more_btn,.section .wrap .small .item .item_txt .more .more_btn {
        height: 40px;
        padding: 0 20px;
        border-radius: 4px;
        gap: 0 8px;
    }
    .section .wrap .small {
        display: block;
    }
    .section .wrap .small .item {
        width: 100%;
    }
    .section .wrap .small .item .img {
        height: 49vw;
        border-radius: 6px;
        margin-bottom: 20px;
    }
    .section .wrap .big .l .more .more_btn p,.section .wrap .small .item .item_txt .more .more_btn p {
        font-size: 15px;
    }
    .section .wrap .big .l .more .more_btn .iconfont,.section .wrap .small .item .item_txt .more .more_btn .iconfont {
        font-size: 10px;
    }
    .section .wrap .big {
        margin-bottom: 40px;
    }
    .section .wrap .small .item:not(:last-child) {
        margin-bottom: 40px;
    }
    .section .wrap .small .item .item_txt {
        width: 100%;
    }
    .section .wrap .small .item .item_txt .title {
        font-size: 24px;
    }
}
