.crumbs_links {
    background: #F8F9FC;
}
.common_banner .img img {
    filter: brightness(0.8);
}
.sec1 {
    background: linear-gradient(180deg, #F8F9FC 0%, #D6E2F3 100%);
    padding: 146px 0 191px;
}

.sec1 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .wrap .l {
    width: 643px;
}

.sec1 .wrap .l .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 46px;
}

.sec1 .wrap .l .des {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 2;
    margin: 30px 0 90px;
}

.sec1 .wrap .l .btns {
    display: flex;
    gap: 20px;
}

.sec1 .wrap .l .btns .more {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    width: fit-content;
    height: 42px;
    background: #0F5EC5;
    border-radius: 21px;
}

.sec1 .wrap .l .btns .more p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sec1 .wrap .l .btns .more .iconfont {
    font-size: 10px;
    color: #FFFFFF;
}

.sec1 .wrap .l .btns .more .iconfont img {
    display: block;
    width: 12px;
    filter: brightness(0) invert(1);
}

.sec2 {
    padding: 120px 0 162px;
}

.sec2 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-bottom: 40px;
}

.sec2 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.sec2 .wrap .list .item {
    width: 500px;
}

.sec2 .wrap .list .item .img {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
}

.sec2 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .wrap .list .item .h5 {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    margin: 30px 0 18px;
}

.sec2 .wrap .list .item .p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    opacity: 0.6;
}

.sec2 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 7.6041666667vw 0px 9.9479166667vw;
    }

    .sec1 .wrap .l {
        width: 33.4895833333vw;
    }

    .sec1 .wrap .l .title {
        font-size: 1.875vw;
        line-height: 2.3958333333vw;
    }

    .sec1 .wrap .l .des {
        font-size: 0.8333333333vw;
        margin: 1.5625vw 0px 4.6875vw;
    }

    .sec1 .wrap .l .btns {
        gap: 1.0416666667vw;
    }

    .sec1 .wrap .l .btns .more {
        gap: 0.5208333333vw;
        padding: 0px 1.0416666667vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
    }

    .sec1 .wrap .l .btns .more p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .l .btns .more .iconfont {
        font-size: 0.5208333333vw;
    }

    .sec1 .wrap .l .btns .more .iconfont img {
        width: 0.625vw;
    }

    .sec2 {
        padding: 6.25vw 0px 8.4375vw;
    }

    .sec2 .wrap .title {
        font-size: 1.875vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec2 .wrap .list {
        gap: 2.6041666667vw;
    }

    .sec2 .wrap .list .item {
        width: 26.0416666667vw;
    }

    .sec2 .wrap .list .item .img {
        height: 14.5833333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec2 .wrap .list .item .h5 {
        font-size: 1.25vw;
        margin: 1.5625vw 0px 0.9375vw;
    }

    .sec2 .wrap .list .item .p {
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
}
@media screen and (max-width: 1919px) {
    .crumbs_links {
        display: none;
    }
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap {
        flex-direction: column-reverse;
    }
    .sec1 .wrap .r {
        width: 100%;
    }
    .sec1 .wrap .l {
        width: 100%;
        padding: 25px 0 0;
    }
    .sec1 .wrap .l .title {
        font-size: 18px;
        line-height: 1.4;
    }
    .sec1 .wrap .l .des {
        font-size: 15px;
        line-height: 1.8;
        margin: 15px 0 25px;
    }
    .sec1 .wrap .l .btns .more {
        gap: 6px;
        height: 40px;
        border-radius: 20px;
        padding: 0 20px;
    }
    .sec1 .wrap .l .btns {
        gap: 20px;
    }
    .sec1 .wrap .l .btns .more .iconfont {
        font-size: 8px;
    }
    .sec1 .wrap .l .btns .more .iconfont img {
        width: 10px;
    }
    .sec1 .wrap .l .btns .more p {
        font-size: 15px;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec2 .wrap .list {
        gap: 35px;
    }
    .sec2 .wrap .list .item {
        width: 100%;
        padding: 0 0 15px;
        border-bottom: 1px solid #ccc;
    }
    .sec2 .wrap .list .item .img {
        height: 55vw;
        border-radius: 8px;
    }
    .sec2 .wrap .list .item .h5 {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .sec2 .wrap .list .item .p {
        font-size: 15px;
        line-height: 1.8;
    }
}
