.sec1 {
    padding: 212px 0 35.4166666vw;
    position: relative;
}

.sec1 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

.sec1 .bg img {
    display: block;
    max-height: unset;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec1 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.sec1 .wrap .l_box {
    width: 902px;
}

.sec1 .wrap .l_box .title {
    color: #DC755A;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 4px;
}

.sec1 .wrap .l_box .little_title {
    font-family: 'Resource Han Rounded CN Normal';
    color: #111;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 64px;
}

.sec1 .wrap .l_box .content {
    font-family: 'Resource Han Rounded CN Normal';
    color: #111;
    text-align: justify;
    font-size: 18px;
    font-weight: 350;
    line-height: 32px;
}

.sec1 .wrap .l_box .content * {
    font-family: 'Resource Han Rounded CN Normal';
}

.sec1 .wrap .r_box {
    width: 495px;
}

.sec1 .wrap .r_box .item {
    width: 100%;
}

.sec1 .wrap .r_box .item .item_line {
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    margin: 26px 0 0;
}

.sec1 .wrap .r_box .item .item_title {
    color: #DC755A;
    font-size: 42px;
    font-weight: 500;
}

.sec1 .wrap .r_box .item .item_title .num {
    display: flex;
    align-items: center;
    gap: 13px;
}

.sec1 .wrap .r_box .item .item_title .num span {
    color: #DC755A;
    font-size: 56px;
    font-weight: 500;
}

.sec1 .wrap .r_box .item .item_title .num p {
    color: #DC755A;
    font-size: 56px;
    font-weight: 500;
}

.sec1 .wrap .r_box .item .item_des {
    font-family: 'Resource Han Rounded CN Normal';
    color: #363C50;
    font-size: 18px;
    font-weight: 400;
}

.sec1 .wrap .r_box .item:not(:last-child) {
    margin-bottom: 20px;
}

.sec2 {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -100px 0 0;
    z-index: 3;
}

.sec2 .wrap {
    display: flex;
    justify-content: flex-end;
}

.sec2 .wrap .r_box {
    width: 637px;
}

.sec2 .wrap .r_box .title {
    color: #111;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 99px;
}

.sec2 .wrap .r_box .list {
    width: 100%;
}

.sec2 .wrap .r_box .list .item {
    width: 100%;
}

.sec2 .wrap .r_box .list .item:not(:last-child) {
    margin-bottom: 60px;
}

.sec2 .wrap .r_box .list .item .item_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0 85px 0 0;
}

.sec2 .wrap .r_box .list .item .item_box .icon {
    width: 63px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
}

.sec2 .wrap .r_box .list .item .item_box .item_r {
    width: 356px;
}

.sec2 .wrap .r_box .list .item .item_box .item_r .item_title {
    color: #111;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec2 .wrap .r_box .list .item .item_box .item_r .item_des {
    font-family: 'Resource Han Rounded CN Normal';
    color: #111;
    font-size: 18px;
    font-weight: 350;
}

.sec2 .wrap .r_box .list .item .item_box .item_r .item_des * {
    font-family: 'Resource Han Rounded CN Normal';
}

.sec2 .wrap .r_box .list .item .item_line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #DC755A 0%, #FFF 100%);
    margin: 54px 0 0;
}

.sec3 {
    height: 100vh;
    width: 100%;
    position: relative;
    padding: 14.0625vh 0 0;
}
.sec3 .ho_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sec3 .ho_box .ho_item {
    display: block;
    position: absolute;
    cursor: pointer;
}
.sec3 .ho_box .ho_item:nth-child(1) {
    width: 11.2vw;
    height: 15.3vw;
    top: 27vw;
    left: 25.8vw;
}
.sec3 .ho_box .ho_item:nth-child(2) {
    width: 10.3vw;
    height: 14.3vw;
    top: 15.6vw;
    left: 37.8vw;
}
.sec3 .ho_box .ho_item:nth-child(3) {
    width: 10.3vw;
    height: 15.3vw;
    top: 31.6vw;
    left: 44.3vw;
}
.sec3 .ho_box .ho_item:nth-child(4) {
    width: 10.3vw;
    height: 15.3vw;
    top: 22.6vw;
    left: 55.3vw;
}
.sec3 .ho_box .ho_item:nth-child(5) {
    width: 9.5vw;
    height: 14.9vw;
    top: 31.9vw;
    left: 70.1vw;
}
.sec3 .title {
    color: #333;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
}

.sec4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4 .title {
    position: absolute;
    width: 100%;
    top: 12.3vh;
    color: #FFF;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    z-index: 8;
}

.sec4 .btns {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    position: absolute;
    z-index: 3;
    pointer-events: none;
    width: 100%;
}

.sec4 .btns .jt {
    pointer-events: auto;
    cursor: pointer;
    opacity: 0.3;
    transition: 0.6s;
}

.sec4 .btns .jt.prev {
    transform: rotate(180deg);
}

.sec4 .btns .jt img {
    display: block;
    width: 14px;
}

.sec4 .btns .jt:hover {
    opacity: 1;
}

.sec4 .swiper {
    width: 100%;
    height: 100vh;
}

.sec4 .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec4 .swiper .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.sec4 .swiper .swiper-slide .slide-inner .slide_text {
    position: absolute;
    width: 100%;
    top: 12.3vh;
}

.sec4 .swiper .swiper-slide .slide-inner .slide_text .title {
    color: #FFF;
    font-size: 48px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.sec4 .swiper .swiper-slide .slide-inner .img {
    width: 100%;
    height: 100%;
}

.sec4 .swiper .swiper-slide .slide-inner .img img {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 11.0416666667vw 0px 35.4167vw;
    }

    .sec1 .wrap .l_box {
        width: 46.9791666667vw;
    }

    .sec1 .wrap .l_box .title {
        font-size: 2.5vw;
        margin-bottom: 0.2083333333vw;
    }

    .sec1 .wrap .l_box .little_title {
        font-size: 2.0833333333vw;
        margin-bottom: 3.3333333333vw;
    }

    .sec1 .wrap .l_box .content {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .sec1 .wrap .r_box {
        width: 25.78125vw;
    }

    .sec1 .wrap .r_box .item .item_line {
        margin: 1.3541666667vw 0px 0px;
    }

    .sec1 .wrap .r_box .item .item_title {
        font-size: 2.1875vw;
    }

    .sec1 .wrap .r_box .item .item_title .num {
        gap: 0.6770833333vw;
    }

    .sec1 .wrap .r_box .item .item_title .num span {
        font-size: 2.9166666667vw;
    }

    .sec1 .wrap .r_box .item .item_title .num p {
        font-size: 2.9166666667vw;
    }

    .sec1 .wrap .r_box .item .item_des {
        font-size: 0.9375vw;
    }

    .sec1 .wrap .r_box .item:not(:last-child) {
        margin-bottom: 1.0416666667vw;
    }

    .sec2 {
        margin: -5.2083333333vw 0px 0px;
    }

    .sec2 .wrap .r_box {
        width: 33.1770833333vw;
    }

    .sec2 .wrap .r_box .title {
        font-size: 2.5vw;
        margin-bottom: 5.15625vw;
    }

    .sec2 .wrap .r_box .list .item:not(:last-child) {
        margin-bottom: 3.125vw;
    }

    .sec2 .wrap .r_box .list .item .item_box {
        padding: 0px 4.4270833333vw 0px 0px;
    }

    .sec2 .wrap .r_box .list .item .item_box .icon {
        width: 3.28125vw;
        height: 3.125vw;
        margin: 0.5208333333vw 0px 0px;
    }

    .sec2 .wrap .r_box .list .item .item_box .item_r {
        width: 18.5416666667vw;
    }

    .sec2 .wrap .r_box .list .item .item_box .item_r .item_title {
        font-size: 1.5625vw;
        margin-bottom: 0.78125vw;
    }

    .sec2 .wrap .r_box .list .item .item_box .item_r .item_des {
        font-size: 0.9375vw;
    }

    .sec2 .wrap .r_box .list .item .item_line {
        margin: 2.8125vw 0px 0px;
    }

    .sec3 .title {
        font-size: 2.5vw;
    }

    .sec4 .title {
        font-size: 2.5vw;
    }

    .sec4 .btns {
        padding: 0px 2.0833333333vw;
    }

    .sec4 .btns .jt img {
        width: 0.7291666667vw;
    }

    .sec4 .swiper .swiper-slide .slide-inner .slide_text .title {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 768px) {
    .sec3 .ho_box {
        display: none;
    }
    .sec1 {
        padding: 70px 0 45vw;
    }

    .sec1 .bg {
        background: #F5F7F7;
    }

    .sec1 .bg img {
        transform: unset !important;
    }

    .sec1 .wrap {
        display: block;
    }

    .sec1 .wrap .l_box {
        width: 100%;
    }

    .sec1 .wrap .l_box .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .sec1 .wrap .l_box .little_title {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .sec1 .wrap .l_box .content {
        font-size: 13px;
        line-height: 1.8;
    }

    .sec1 .wrap .r_box {
        width: 100%;
        margin: 35px 0 0;
    }

    .sec1 .wrap .r_box .item .item_title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .sec1 .wrap .r_box .item .item_title .num p {
        font-size: 28px;
    }

    .sec1 .wrap .r_box .item .item_title .num span {
        font-size: 28px;
    }

    .sec1 .wrap .r_box .item .item_des {
        font-size: 13px;
    }

    .sec1 .wrap .r_box .item .item_line {
        margin: 15px 0 0;
    }

    .sec1 .wrap .r_box .item:not(:last-child) {
        margin-bottom: 15px;
    }

    .sec2 {
        margin: 0;
        height: unset;
    }

    .sec2 .common_bg {
        width: 200%;
        right: 0;
        left: unset;
    }

    .sec2 .wrap {
        padding: 50px 0 50vw;
    }

    .sec2 .wrap .r_box {
        width: 100%;
    }

    .sec2 .wrap .r_box .title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .sec2 .wrap .r_box .list .item .item_box {
        display: block;
        padding: 0;
    }

    .sec2 .wrap .r_box .list .item .item_box .item_r {
        width: 100%;
        margin: 15px 0 0;
    }

    .sec2 .wrap .r_box .list .item .item_box .item_r .item_title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .sec2 .wrap .r_box .list .item .item_box .item_r .item_des {
        font-size: 13px;
    }

    .sec2 .wrap .r_box .list .item .item_box .icon {
        width: 26px;
        height: 22px;
    }

    .sec2 .wrap .r_box .list .item .item_line {
        margin: 15px 0 0;
    }

    .sec2 .wrap .r_box .list .item:not(:last-child) {
        margin-bottom: 20px;
    }

    .sec3 {
        height: 37vh;
        padding: 30px 0 0;
    }

    .sec3 .title {
        font-size: 20px;
        top: 50px;
    }

    .sec4 .title {
        font-size: 20px;
        top: 50px;
    }

    .sec4 .swiper {
        height: 50vh;
    }

    .sec4 .btns {
        padding: 0 20px;
    }

    .sec4 .btns .jt img {
        width: 7px;
    }
}
