.sec1 {
    padding: 136px 0 100px;
}

.sec1 .wrap .des {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 40px;
}

.sec1 .wrap .img {
    width: 1200px;
    margin: 60px auto 70px;
    border-radius: 10px;
    overflow: hidden;
}

.sec1 .wrap .img img {
    display: block;
    width: 100%;
}

.sec1 .wrap .num_list {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .num_list .item {
    min-width: 190px;
}

.sec1 .wrap .num_list .item .num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 40px;
    color: #346DCC;
}

.sec1 .wrap .num_list .item .p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 3px 0 0;
    text-align: center;
}

.sec2 {
    padding: 100px 0 0;
    background: linear-gradient(180deg, #F7F8FA 0%, #FFFFFF 100%);
}

.sec2 .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin-bottom: 41px;
}

.sec2 .des {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 2;
    text-align: center;
    width: 900px;
    margin: 0 auto;
}

.sec2 .box .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .box .fix .content {
    position: relative;
    z-index: 3;
}

.sec2 .box .fix .content .matter {
    width: 100%;
}

.sec2 .box .fix .content .matter .joke {
    background: #F7F8FA;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: 0.6s;
    transform-origin: top;
}

.sec2 .box .fix .content .matter .joke .l {
    width: 50%;
    padding: 0 88px 0 70px;
}

.sec2 .box .fix .content .matter .joke .l .h5 {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 51px;
}

.sec2 .box .fix .content .matter .joke .l ul li {
    display: flex;
}

.sec2 .box .fix .content .matter .joke .l ul li h5 {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    line-height: 2;
}

.sec2 .box .fix .content .matter .joke .l ul li p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 2;
    opacity: 0.6;
}

.sec2 .box .fix .content .matter .joke .img {
    width: 50%;
    height: 560px;
    border-radius: 10px;
    overflow: hidden;
}

.sec2 .box .fix .content .matter .joke .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .box .fix .content .matter .joke .img:hover img {
    transform: scale(1.1);
}

.sec2 .box .fix .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100vh);
}

.sec3 {
    background: #F9F9F9;
    padding: 133px 0 150px;
}

.sec3 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec3 .wrap .item {
    width: 760px;
}

.sec3 .wrap .item .icon {
    width: 56px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .wrap .item .icon img {
    display: block;
    max-height: 100%;
}

.sec3 .wrap .item .h5 {
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin: 48px 0 30px;
}

.sec3 .wrap .item .p {
    width: 700px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 36px;
    opacity: 0.6;
}

.sec3 .wrap .item .img {
    width: 100%;
    height: 460px;
    border-radius: 10px;
    overflow: hidden;
    margin: 40px 0 0;
}

.sec3 .wrap .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec3 .wrap .item:hover .img img {
    transform: scale(1.1);
}

.sec4 {
    width: 100%;
    position: relative;
}

.sec4 .wrap {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 185px;
    transform: translateX(-50%);
}

.sec4 .wrap .h5 {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 46px;
    margin-bottom: 30px;
}

.sec4 .wrap .p {
    width: 475px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 2;
}

.sec4 img {
    display: block;
    width: 100%;
}

@media screen and (min-height: 860px) {
    .sec2 .box .fix {
        margin: calc(120px - 50vh + 230px) 0 0;
    }
}

@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 7.0833333333vw 0px 5.2083333333vw;
    }

    .sec1 .wrap .des {
        font-size: 1.25vw;
        line-height: 2.0833333333vw;
    }

    .sec1 .wrap .img {
        width: 62.5vw;
        margin: 3.125vw auto 3.6458333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec1 .wrap .num_list .item {
        min-width: 9.8958333333vw;
    }

    .sec1 .wrap .num_list .item .num {
        font-size: 2.0833333333vw;
    }

    .sec1 .wrap .num_list .item .p {
        font-size: 0.8333333333vw;
        margin: 0.15625vw 0px 0px;
    }

    .sec2 {
        padding: 5.2083333333vw 0px 0px;
    }

    .sec2 .title {
        font-size: 1.875vw;
        margin-bottom: 2.1354166667vw;
    }

    .sec2 .des {
        font-size: 0.9375vw;
        width: 46.875vw;
    }

    .sec2 .box .fix .content .matter .joke {
        border-radius: 0.5208333333vw;
    }

    .sec2 .box .fix .content .matter .joke .l {
        padding: 0px 4.5833333333vw 0px 3.6458333333vw;
    }

    .sec2 .box .fix .content .matter .joke .l .h5 {
        font-size: 1.5625vw;
        margin-bottom: 2.65625vw;
    }

    .sec2 .box .fix .content .matter .joke .l ul li h5 {
        font-size: 0.9375vw;
    }

    .sec2 .box .fix .content .matter .joke .l ul li p {
        font-size: 0.9375vw;
    }

    .sec2 .box .fix .content .matter .joke .img {
        height: 29.1666666667vw;
        border-radius: 0.5208333333vw;
    }

    .sec3 {
        padding: 6.9270833333vw 0px 7.8125vw;
    }

    .sec3 .wrap .item {
        width: 39.5833333333vw;
    }

    .sec3 .wrap .item .icon {
        width: 2.9166666667vw;
        height: 2.7083333333vw;
    }

    .sec3 .wrap .item .h5 {
        font-size: 1.4583333333vw;
        margin: 2.5vw 0px 1.5625vw;
    }

    .sec3 .wrap .item .p {
        width: 36.4583333333vw;
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }

    .sec3 .wrap .item .img {
        height: 23.9583333333vw;
        border-radius: 0.5208333333vw;
        margin: 2.0833333333vw 0px 0px;
    }

    .sec4 .wrap {
        top: 9.6354166667vw;
    }

    .sec4 .wrap .h5 {
        font-size: 1.875vw;
        line-height: 2.3958333333vw;
        margin-bottom: 1.5625vw;
    }

    .sec4 .wrap .p {
        width: 24.7395833333vw;
        font-size: 0.8333333333vw;
    }

}
@media screen and (max-width: 768px) {
    .crumbs_links {
        display: none;
    }
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap .des {
        font-size: 16px;
        line-height: 1.4;
    }
    .sec1 .wrap .des br {
        display: none;
    }
    .sec1 .wrap .img {
        width: 100%;
        margin: 30px 0;
    }
    .sec1 .wrap .num_list {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px 0;
    }
    .sec1 .wrap .num_list .item .num {
        font-size: 28px;
    }
    .sec1 .wrap .num_list .item .p {
        font-size: 14px;
        margin: 4px 0 0;
    }
    .sec1 .wrap .num_list .item {
        width: 48%;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec2 .des {
        width: 100%;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 25px;
    }
    .sec2 .des br {
        display: none;
    }
    .sec2 .box {
        display: none;
    }
    .sec2 .sec2_swiper {
        display: block !important;
    }
    .sec2 .sec2_swiper .swiper-slide .img {
        width: 100%;
        height: 60vw;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .sec2 .sec2_swiper .swiper-slide .img img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .sec2 .sec2_swiper .swiper-slide .l .h5 {
        font-weight: bold;
        font-size: 18px;
        color: #000000;
        white-space: nowrap;
        line-height: 2;
    }
    .sec2 .sec2_swiper .swiper-slide .l ul li h5 {
        font-weight: bold;
        font-size: 14px;
        color: #000000;
        white-space: nowrap;
        line-height: 2;
    }
    .sec2 .sec2_swiper .swiper-slide .l ul li p {
        font-weight: 400;
        font-size: 14px;
        color: #000000;
        line-height: 2;
        opacity: 0.6;
    }
    .sec2 .sec2_swiper .swiper-pagination {
        position: unset;
        margin: 25px 0 0;
    }
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .wrap .item {
        width: 100%;
    }
    .sec3 .wrap  {
        flex-wrap: wrap;
        gap: 35px;
    }
    .sec3 .wrap .item .icon {
        width: 24px;
        height: 24px;
    }
    .sec3 .wrap .item .p {
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
    }
    .sec3 .wrap .item .img {
        height: 55vw;
        border-radius: 8px;
        margin: 15px 0 0;
    }
    .sec3 .wrap .item .h5 {
        font-size: 18px;
        margin: 15px 0;
    }
    .sec4 {
        padding: 60px 0;
    }
    .sec4 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .sec4 .wrap {
        position: unset;
        transform: unset;
    }
    .sec4 .wrap .h5 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
    .sec4 .wrap .p {
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
    }
}
