.sec1 {
    padding: 180px 0 60px;
    background: #FAFDFE;
}

.sec1 .wrap {
    display: flex;
    gap: 60px;
}
.sec1 .wrap .l_box {
    width: 300px;
}
.sec1 .wrap .l_box .big_swiper {
    width: 100%;
    margin-bottom: 30px;
}
.sec1 .wrap .l_box .big_swiper .swiper-slide {
    border-radius: 5px;
    height: 300px;
    overflow: hidden;
}
.sec1 .wrap .l_box .big_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 2s;
}
.sec1 .wrap .l_box .big_swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .l_box .small_swiper {
    width: 100%;
}
.sec1 .wrap .l_box .small_swiper .swiper-slide {
    border-radius: 5px;
    height: 60px;
    overflow: hidden;
}
.sec1 .wrap .l_box .small_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 2s;
}
.sec1 .wrap .l_box .small_swiper .swiper-slide:hover img {
    transform: scale(1.1);
}
.sec1 .wrap .r_box {
    flex: 1;
}
.sec1 .wrap .r_box .title {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}
.sec1 .wrap .r_box .des {
    margin: 25px 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.sec1 .wrap .r_box .content {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.sec1 .wrap .r_box .content h5 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sec1 .wrap .r_box .content ul li {
    padding: 0 0 0 26px;
    position: relative;

}
.sec1 .wrap .r_box .content ul li:not(:nth-last-child(1)) {
    margin-bottom: 13px;
}
.sec1 .wrap .r_box .content ul li:after {
    content: url("/static/images/xl.svg");
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
}

.sec2 {
    padding: 30px 0 100px;
}
.sec2 .wrap .part_title {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.sec2 .wrap .part .table table {
    width: 100%;
}
.sec2 .wrap .part .table table tr th {
    background: #1CB5E0;
    padding: 10px 0 10px 90px;
    color: #FFF;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    width: 500px;
}
.sec2 .wrap .part .table table tr td {
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    padding: 10px 0 10px 90px;
}
.sec2 .wrap .part .table table tr th:nth-last-child(1) {
    width: 400px;
}
.sec2 .wrap .part .table table tr:nth-child(2n+1) td {
    background: #F8FAFC;
}
.sec2 .wrap .part .content {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.sec2 .wrap .part {
    padding: 30px 0 0;
}
.sec2 .wrap .part:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width: 1365px) {
    .sec1 .wrap .r_box .title {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .wrap {
        display: block;
    }
    .sec1 {
        padding: 100px 0 70px;
    }
    .sec1 .wrap .l_box {
        width: 100%;
    }
    .sec1 .wrap .r_box {
        margin: 20px 0 0;
    }
    .sec1 .wrap .r_box .title {
        font-size: 22px;
    }
    .sec2 {
        padding: 30px 0 50px;
    }
    .sec2 .wrap .part .table table {
        width: max-content;
    }
    .sec2 .wrap .part .table {
        width: 100%;
        overflow-x: auto;
    }
    .sec2 .wrap .part .table table tr th {
        width: unset !important;
        padding: 10px 15px !important;
    }
    .sec2 .wrap .part .table table tr td {
        padding: 10px 15px !important;
    }
}
