body {
    background: #F9F9F9;
}

.sec1 {
    padding: 100px 0 80px;
}

.sec1 .wrap .part1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
}

.sec1 .wrap .part1 .l {
    width: 720px;
}

.sec1 .wrap .part1 .l .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 46px;
    margin-bottom: 50px;
}

.sec1 .wrap .part1 .l .p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.sec1 .wrap .part1 .r {
    width: 740px;
    overflow: hidden;
    border-radius: 8px;
}

.sec1 .wrap .part1 .r img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec1 .wrap .part1 .r:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .part2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .wrap .part2 .l {
    width: 740px;
    overflow: hidden;
    border-radius: 8px;
}

.sec1 .wrap .part2 .l img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec1 .wrap .part2 .l:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .part2 .r {
    width: 730px;
}

.sec1 .wrap .part2 .r ul li h5 {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.sec1 .wrap .part2 .r ul li p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.sec1 .wrap .part2 .r ul li:not(:last-child) {
    margin-bottom: 60px;
}

.crumbs_links {
    background: #F9F9F9;
}

.sec2 {
    padding: 103px 0 125px;
    overflow: hidden;
    background: #FFFFFF;
}

.sec2 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 46px;
}

.sec2 .wrap .des {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 20px 0 90px;
}

.sec2 .wrap .swiper {
    width: 1250px;
    overflow: unset;
    margin: 0 auto;
}

.sec2 .wrap .swiper .swiper-slide .img {
    width: 600px;
    height: 380px;
    border-radius: 8px;
    overflow: hidden;
}

.sec2 .wrap .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 3s;
}

.sec2 .wrap .swiper .swiper-slide p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 29px 0 0;
}

.sec2 .wrap .swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.sec2 .wrap .swiper-pagination {
    position: unset;
    margin: 66px 0 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.sec2 .wrap .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 27px;
    height: 5px;
    background: #BCC4CC;
    opacity: 0.2;
    margin: 0;
    cursor: pointer;
    transition: 0.6s;
    border-radius: unset;
}

.sec2 .wrap .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
    background: #005FD5;
}

.sec2 .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    background: #005FD5;
    opacity: 1;
}

.sec3 {
    padding: 77px 0 88px;
}

.sec3 .wrap .title {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 24px;
    color: #0048BF;
    line-height: 26px;
}

.sec3 .wrap .title span {
    font-size: 40px;
}

.sec3 .wrap .list .item {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EFF1F1;
    padding: 0 24px;
    position: relative;
}

.sec3 .wrap .list .item:not(:last-child) {
    margin-bottom: 20px;
}

.sec3 .wrap .list .item .btn {
    display: flex;
    align-items: center;
    width: fit-content;
    position: absolute;
    right: 22px;
    bottom: 15px;
    gap: 8px;
    transition: 0.6s;
}

.sec3 .wrap .list .item .btn p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.sec3 .wrap .list .item .btn .iconfont {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F5F6;
    border-radius: 50%;
    font-size: 8px;
    color: #707070;
    transform: rotate(90deg);
    transition: 0.6s;
}

.sec3 .wrap .list .item .block {
    width: 100%;
    padding: 20px 0 47px;
    cursor: pointer;
}

.sec3 .wrap .list .item .block .item_top {
    display: flex;
    align-items: flex-end;
    gap: 38px;
}

.sec3 .wrap .list .item .block .item_top .name {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 1;
    transition: 0.6s;
}

.sec3 .wrap .list .item .block .item_top .p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    margin-right: 12px;
}

.sec3 .wrap .list .item .block .item_text {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    width: 50%;
    margin: 10px 0 0;
}

.sec3 .wrap .list .item .none {
    padding: 0 0 36px;
    display: none;
}

.sec3 .wrap .list .item .none .none_box {
    margin-bottom: 30px;
}

.sec3 .wrap .list .item .none .none_box h5 {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.sec3 .wrap .list .item .none .none_box p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
}

.sec3 .wrap .list .item .none .common_btn {
    margin: 30px 0 0;
    width: fit-content;
    padding: 0 20px;
    width: fit-content;
    height: 40px;
    background: #005FD5;
    border-radius: 21px 21px 21px 21px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec3 .wrap .list .item .none .common_btn p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sec3 .wrap .list .item .none .common_btn .iconfont {
    font-size: 8px;
    color: #FFFFFF;
}

.sec3 .wrap .list .item.item_active .btn {
    transform: translateY(-26px);
}

.sec3 .wrap .list .item.item_active .btn .iconfont {
    transform: rotate(-90deg);
}

.sec3 .wrap .list .item:hover .block .item_top .name {
    color: #005FD5;
}

.sec3 .wrap .list .item:hover .btn .iconfont {
    background: #005FD5;
    color: #FFFFFF;
}

@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 5.2083333333vw 0px 4.1666666667vw;
    }

    .sec1 .wrap .part1 {
        margin-bottom: 6.25vw;
    }

    .sec1 .wrap .part1 .l {
        width: 37.5vw;
    }

    .sec1 .wrap .part1 .l .title {
        font-size: 1.875vw;
        line-height: 2.3958333333vw;
        margin-bottom: 2.6041666667vw;
    }

    .sec1 .wrap .part1 .l .p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .sec1 .wrap .part1 .r {
        width: 38.5416666667vw;
        border-radius: 0.4166666667vw;
    }

    .sec1 .wrap .part2 .l {
        width: 38.5416666667vw;
        border-radius: 0.4166666667vw;
    }

    .sec1 .wrap .part2 .r {
        width: 38.0208333333vw;
    }

    .sec1 .wrap .part2 .r ul li h5 {
        font-size: 1.1458333333vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec1 .wrap .part2 .r ul li p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .sec1 .wrap .part2 .r ul li:not(:last-child) {
        margin-bottom: 3.125vw;
    }

    .sec2 {
        padding: 5.3645833333vw 0px 6.5104166667vw;
    }

    .sec2 .wrap .title {
        font-size: 1.875vw;
        line-height: 2.3958333333vw;
    }

    .sec2 .wrap .des {
        font-size: 0.8333333333vw;
        margin: 1.0416666667vw 0px 4.6875vw;
    }

    .sec2 .wrap .swiper {
        width: 65.1041666667vw;
    }

    .sec2 .wrap .swiper .swiper-slide .img {
        width: 31.25vw;
        height: 19.7916666667vw;
        border-radius: 0.4166666667vw;
    }

    .sec2 .wrap .swiper .swiper-slide p {
        font-size: 0.9375vw;
        margin: 1.5104166667vw 0px 0px;
    }

    .sec2 .wrap .swiper-pagination {
        margin: 3.4375vw 0px 0px;
        gap: 0.5208333333vw;
    }

    .sec2 .wrap .swiper-pagination .swiper-pagination-bullet {
        width: 1.40625vw;
        height: 0.2604166667vw;
    }

    .sec2 .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 3.125vw;
    }

    .sec3 {
        padding: 4.0104166667vw 0px 4.5833333333vw;
    }

    .sec3 .wrap .title {
        margin: 0px 0px 1.0416666667vw;
        font-size: 1.25vw;
        line-height: 1.3541666667vw;
    }

    .sec3 .wrap .title span {
        font-size: 2.0833333333vw;
    }

    .sec3 .wrap .list .item {
        border-radius: 0.5208333333vw;
        padding: 0px 1.25vw;
    }

    .sec3 .wrap .list .item:not(:last-child) {
        margin-bottom: 1.0416666667vw;
    }

    .sec3 .wrap .list .item .btn {
        right: 1.1458333333vw;
        bottom: 0.78125vw;
        gap: 0.4166666667vw;
    }

    .sec3 .wrap .list .item .btn p {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .list .item .btn .iconfont {
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        font-size: 0.4166666667vw;
    }

    .sec3 .wrap .list .item .block {
        padding: 1.0416666667vw 0px 2.4479166667vw;
    }

    .sec3 .wrap .list .item .block .item_top {
        gap: 1.9791666667vw;
    }

    .sec3 .wrap .list .item .block .item_top .name {
        font-size: 1.0416666667vw;
    }

    .sec3 .wrap .list .item .block .item_top .p {
        font-size: 0.8333333333vw;
        margin-right: 0.625vw;
    }

    .sec3 .wrap .list .item .block .item_text {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 0.5208333333vw 0px 0px;
    }

    .sec3 .wrap .list .item .none {
        padding: 0px 0px 1.875vw;
    }

    .sec3 .wrap .list .item .none .none_box {
        margin-bottom: 1.5625vw;
    }

    .sec3 .wrap .list .item .none .none_box h5 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.5208333333vw;
    }

    .sec3 .wrap .list .item .none .none_box p {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec3 .wrap .list .item .none .common_btn {
        margin: 1.5625vw 0px 0px;
        padding: 0px 1.0416666667vw;
        height: 2.0833333333vw;
        border-radius: 1.09375vw;
        gap: 0.5208333333vw;
    }

    .sec3 .wrap .list .item .none .common_btn p {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .list .item .none .common_btn .iconfont {
        font-size: 0.4166666667vw;
    }

    .sec3 .wrap .list .item.item_active .btn {
        transform: translateY(-1.3541666667vw);
    }
}

@media screen and (max-width: 768px) {
    .crumbs_links {
        display: none;
    }
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap .part1 {
        flex-direction: column-reverse !important;
    }
    .sec1 .wrap .part1 .r,.sec1 .wrap .part2 .l {
        width: 100%;
        border-radius: 8px;
    }
    .sec1 .wrap .part1 .l {
        width: 100%;
        padding: 30px 0 0;
    }
    .sec1 .wrap .part1 .l .title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec1 .wrap .part1 {
        margin-bottom: 40px;
    }
    .sec1 .wrap .part2 {
        flex-direction: column;
        gap: 20px;
    }
    .sec1 .wrap .part1 .l .p {
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .part2 .r {
        width: 100%;
    }
    .sec1 .wrap .part2 .r ul li h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .sec1 .wrap .part2 .r ul li p {
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .part2 .r ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .wrap .title {
        font-size: 20px;
        line-height: 1.4;
    }
    .sec2 .wrap .des {
        font-size: 15px;
        line-height: 2;
        margin: 15px 0 30px;
    }
    .sec2 .wrap .swiper {
        width: 100%;
    }
    .sec2 .wrap .swiper .swiper-slide .img {
        width: 100%;
        height: 40vw;
        border-radius: 8px;
    }
    .sec2 .wrap .swiper .swiper-slide p {
        margin: 10px 0 0;
        font-size: 15px;
    }
    .sec2 .wrap .swiper-pagination {
        margin: 35px 0 0;
        gap: 12px;
    }
    .sec2 .wrap .swiper-pagination .swiper-pagination-bullet {
        width: 26px;
        height: 2px;
    }
    .sec2 .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
    }
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .wrap .title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 25px;
    }
    .sec3 .wrap .title span {
        font-size: 24px;
    }
    .sec3 .wrap .list .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec3 .wrap .list .item {
        border-radius: 8px;
        padding: 20px 15px;
    }
    .sec3 .wrap .list .item .block {
        padding: 0 0 20px;
    }
    .sec3 .wrap .list .item .block .item_top {
        gap: 15px 8px;
        flex-wrap: wrap;
    }
    .sec3 .wrap .list .item .block .item_top .name {
        font-size: 18px;
        width: 100%;
    }
    .sec3 .wrap .list .item .block .item_top .p {
        font-size: 14px;
    }
    .sec3 .wrap .list .item .block .item_text {
        font-size: 14px;
        line-height: 1.6;
        width: 100%;
        margin: 15px 0 0;
        display: none;
    }
    .sec3 .wrap .list .item .btn {
        right: 10px;
        bottom: 8px;
        gap: 8px;
    }
    .sec3 .wrap .list .item .btn p {
        font-size: 13px;
    }
    .sec3 .wrap .list .item .btn .iconfont {
        width: 15px;
        height: 15px;
        font-size: 6px;
    }
    .sec3 .wrap .list .item .none .none_box h5 {
        font-size: 14px;
    }
    .sec3 .wrap .list .item .none .none_box p {
        font-size: 14px;
        line-height: 2;
    }
    .sec3 .wrap .list .item .none .common_btn {
        margin: 30px 0 0;
        height: 36px;
        border-radius: 18px;
        padding: 0 20px;
        gap: 5px;
    }
    .sec3 .wrap .list .item .none .common_btn .iconfont {
        font-size: 10px;
    }
    .sec3 .wrap .list .item .none .common_btn p {
        font-size: 14px;
    }
}
