.sec1 {
    padding: 90px 0 0;
}

.sec1 .wrap .crumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 81px;
}

.sec1 .wrap .crumbs span {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.sec1 .wrap .crumbs a {
    font-weight: 300;
    font-size: 16px;
    color: #00aaec;
    line-height: 24px;
    transition: 0.6s;
}

.sec1 .wrap .crumbs a.on, .sec1 .wrap .crumbs a:hover {
    color: black;
}

.sec1 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #00AAEC;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sec1 .wrap .des {
    width: 910px;
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    margin-bottom: 80px;
}

.sec1 .wrap .part1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 62px;
}

.sec1 .wrap .part1 .part_l {
    width: 700px;
    display: flex;
    gap: 110px;
    align-items: center;
}

.sec1 .wrap .part1 .part_l .small_box {
    width: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .part1 .part_l .small_box .btns {
    position: absolute;
    gap: 410px;
    display: flex;
    pointer-events: none;
    flex-direction: column;
}

.sec1 .wrap .part1 .part_l .small_box .btns .jt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #DEE2E5;
    border-radius: 18px;
    cursor: pointer;
    pointer-events: auto;
}

.sec1 .wrap .part1 .part_l .small_box .btns .jt img {
    display: block;
    transform: rotate(90deg);
    width: 10px;
    transition: 0.6s;
    filter: brightness(0);
}

.sec1 .wrap .part1 .part_l .small_box .btns .jt:hover img {
    filter: brightness(1);
}

.sec1 .wrap .part1 .part_l .small_box .btns .jt.prev img {
    transform: rotate(-90deg);
}

.sec1 .wrap .part1 .part_l .small_box .swiper {
    width: 100%;
    height: 380px;
}

.sec1 .wrap .part1 .part_l .small_box .swiper .swiper-slide {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid rgba(112, 112, 112, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sec1 .wrap .part1 .part_l .small_box .swiper .swiper-slide img {
    display: block;
    max-width: 80%;
    max-height: 80%;
    transition: 3s;
}

.sec1 .wrap .part1 .part_l .small_box .swiper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #00AAEC;
}

.sec1 .wrap .part1 .part_l .small_box .swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .part1 .part_l .big_box {
    width: 507px;
    height: 421px;
}
.sec1 .wrap .part1 .part_l .big_box .swiper {
    height: 100%;
}
.sec1 .wrap .part1 .part_l .big_box .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec1 .wrap .part1 .part_r {
    width: 600px;
}

.sec1 .wrap .part1 .part_r .part_r_title {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    margin-bottom: 15px;
}

.sec1 .wrap .part1 .part_r .part_r_des {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    margin-bottom: 50px;
}

.sec1 .wrap .part1 .part_r .table {
    margin-bottom: 40px;
}

.sec1 .wrap .part1 .part_r .table table tr th {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 30px;
    padding: 0 15px 0 0;
    text-align: left;
}

.sec1 .wrap .part1 .part_r .table table tr td {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.sec1 .wrap .part1 .part_r .common_more {
    margin: 0;
    padding: 2px 2px 2px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sec1 .wrap .part1 .part_r .common_more p {
    font-family: 'Montserrat L';
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

.sec1 .wrap .part1 .part_r .common_more p div {
    font-family: 'Montserrat L';
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

.sec1 .wrap .part2 {
    border-top: 1px solid #E5E5E5;
    padding: 60px 0;
}

.sec1 .wrap .part2 .part_title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #00AAEC;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sec1 .wrap .part2 .swiper {
    width: 100%;
}

.sec1 .wrap .part2 .swiper .swiper-slide .slide_box {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DEE2E5;
    padding: 84px 42px 32px;
}

.sec1 .wrap .part2 .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .part2 .swiper .swiper-slide .slide_box .img img {
    display: block;
}

.sec1 .wrap .part2 .swiper .swiper-slide .slide_box .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 50px 0 20px;
}

.sec1 .wrap .part2 .swiper .swiper-slide .slide_box .p {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    height: 120px;
}

.sec1 .wrap .part2 .swiper .swiper-slide .slide_box .more {
    margin: 30px 0 0;
    width: 100%;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat R';
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    transition: 0.6s;
}

.sec1 .wrap .part2 .swiper .swiper-slide .slide_box .more:hover {
    background: #00AAEC;
    border: 1px solid #00AAEC;
    color: #FFFFFF;
}

.sec_crumbs {
    position: sticky;
    top: 50px;
    width: 100%;
    background: #FFFFFF;
    z-index: 99;
}

.sec_crumbs .wrap {
    display: flex;
    align-items: center;
    gap: 100px;
}

.sec_crumbs .wrap .item {
    font-family: 'Montserrat R';
    padding: 21px 0;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
}

.sec_crumbs .wrap .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: 1s;
}

.sec_crumbs .wrap .item:hover:after, .sec_crumbs .wrap .item.on:after {
    transform: scaleX(1);
}

.anthor {
    background: #F2F3F5;
}

.anthor .wrap .title {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 36px;
    color: #000000;
}

.section_detail {
    padding: 80px 0 0;
}

.section_detail .wrap .list {
    margin: 29px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}

.section_detail .wrap .list .item {
    width: 240px;
}

.section_detail .wrap .list .item .img {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}

.section_detail .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.section_detail .wrap .list .item p {
    font-family: 'Montserrat R';
    margin: 20px 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.section_features {
    padding: 100px 0 0;
}

.section_features .wrap .list {
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 120px;
}

.section_features .wrap .list .item {
    width: 400px;
}

.section_features .wrap .list .item .img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.section_features .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.section_features .wrap .list .item h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 20px;
    color: #00AAEC;
    margin-bottom: 20px;
}

.section_features .wrap .list .item p {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.section_application {
    padding: 100px 0 0;
}

.section_application .wrap .des {
    margin: 30px 0 36px;
    width: 1010px;
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
}

.section_application .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
}

.section_application .wrap .list .item {
    width: 220px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 18px 25px 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_application .wrap .list .item .icon {
    width: 35px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_application .wrap .list .item .p {
    width: 120px;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.section_video {
    padding: 100px 0 0;
}

.section_video .wrap .des {
    width: 1010px;
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    margin: 30px 0 60px;
}

.section_video .wrap .img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_video .wrap .img > img {
    display: block;
    width: 100%;
}

.section_video .wrap .img .play {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 62px;
    height: 62px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    transition: 0.6s;
}

.section_video .wrap .img .play img {
    display: block;
    width: 13px;
    transition: 0.6s;
    transform: translateX(1px);
}

.section_video .wrap .img .play:hover {
    background: #000000;
}

.section_video .wrap .img .play:hover img {
    filter: invert(1);
}

.anthor:last-child {
    padding-bottom: 126px;
}

.section_service {
    padding: 100px 0 0;
}

.section_service .list {
    margin: 39px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
}

.section_service .list .item {
    width: 710px;
    height: 330px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding: 0 0 0 58px;
    z-index: 3;
}

.section_service .list .item .icon {
    width: 45px;
    height: 42px;
    display: flex;
    align-items: center;
}

.section_service .list .item .icon img {
    display: block;
}

.section_service .list .item .p {
    font-family: 'Montserrat R';
    width: 300px;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
}

.section_bottom {
    padding: 124px 0;
    background: #00AAEC;
}

.section_bottom .wrap .des {
    font-family: 'Montserrat R';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}

.section_bottom .wrap .common_more {
    padding-left: 20px;
    background: unset;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.section_bottom .wrap .common_more .cir {
    background: #FFFFFF;
}

.section_bottom .wrap .common_more .cir .jt img {
    filter: invert(1);
}

.section_bottom .wrap .common_more p {
    font-family: 'Montserrat L';
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
}

.section_bottom .wrap .common_more p div {
    font-family: 'Montserrat L';
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
}

.section_advantage {
    padding: 80px 0 0;
}

.section_advantage .wrap .list {
    gap: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0;
}

.section_advantage .wrap .list .item {
    width: 640px;
}

.section_advantage .wrap .list .item .img {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}

.section_advantage .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.section_advantage .wrap .list .item h5 {
    font-family: 'Montserrat R';
    font-weight: 400;
    font-size: 20px;
    color: #00AAEC;
    margin: 20px 0;
}

.section_advantage .wrap .list .item p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.section_benefits {
    padding: 80px 0 0;
}

.section_benefits .wrap .title {
    text-align: center;
}

.section_benefits .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    margin: 30px 0 0;
}

.section_benefits .wrap .list .item {
    width: 460px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    padding: 0 32px;
    gap: 62px;
}

.section_benefits .wrap .list .item .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section_benefits .wrap .list .item .icon:after {
    content: "";
    position: absolute;
    right: -30px;
    width: 1px;
    height: 91px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 50.63%, #FFFFFF 100%);
}

.section_benefits .wrap .list .item .icon img {
    display: block;
    max-height: 50%;
    max-width: 50%;
}

.section_benefits .wrap .list .item p {
    font-family: 'Montserrat R';
    width: 240px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.section_area {
    padding: 90px 0 94px;
}

.section_area .wrap .title {
    text-align: center;
    margin-bottom: 40px;
}

.section_area .wrap .area_swiper .swiper-slide {
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.section_area .wrap .area_swiper .swiper-slide .label {
    padding: 0 15px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px 18px 18px 18px;
    width: fit-content;
    display: flex;
    align-items: center;
    position: absolute;
    left: 13px;
    bottom: 16px;
    z-index: 3;

}

.section_area .wrap .area_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section_area .wrap .area_swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.section_specifications {
    padding: 80px 0 100px;
    background: #FFFFFF;
}

.section_specifications .wrap .title {
    text-align: center;
}

.section_specifications .wrap .list {
    display: flex;
    justify-content: center;
    gap: 160px;
    margin: 84px 0 0;
}

.section_specifications .wrap .list .item {
    width: 200px;
}

.section_specifications .wrap .list .item .icon {
    width: 89px;
    height: 89px;
    background: #00AAEC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.section_specifications .wrap .list .item .icon img {
    display: block;
    max-width: 30%;
    max-height: 30%;
}

.section_specifications .wrap .list .item .h5 {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.section_specifications .wrap .list .item .p {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 10px 0 0;
    text-align: center;
}

.section_care {
    padding: 80px 0 0;
}

.section_care .wrap .title {
    text-align: center;
    margin-bottom: 40px;
}

.section_care .wrap .list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.section_care .wrap .list .item {
    width: 220px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0 0 0 20px;
}

.section_care .wrap .list .item .icon {
    width: 35px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_care .wrap .list .item p {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    width: 120px;
}


@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 4.6875vw 0px 0px;
    }

    .sec1 .wrap .crumbs {
        gap: 0.4166666667vw;
        margin-bottom: 4.21875vw;
    }

    .sec1 .wrap .crumbs span {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .crumbs a {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec1 .wrap .title {
        font-size: 2.2916666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec1 .wrap .des {
        width: 47.3958333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin-bottom: 4.1666666667vw;
    }

    .sec1 .wrap .part1 {
        padding: 0px 0px 3.2291666667vw;
    }

    .sec1 .wrap .part1 .part_l {
        width: 36.4583333333vw;
        gap: 5.7291666667vw;
    }

    .sec1 .wrap .part1 .part_l .small_box {
        width: 4.1666666667vw;
    }

    .sec1 .wrap .part1 .part_l .small_box .btns {
        gap: 21.3541666667vw;
    }

    .sec1 .wrap .part1 .part_l .small_box .btns .jt {
        width: 1.25vw;
        height: 1.25vw;
        border-radius: 0.9375vw;
    }

    .sec1 .wrap .part1 .part_l .small_box .btns .jt img {
        width: 0.5208333333vw;
    }

    .sec1 .wrap .part1 .part_l .small_box .swiper {
        height: 19.7916666667vw;
    }

    .sec1 .wrap .part1 .part_l .small_box .swiper .swiper-slide {
        border-radius: 0.4166666667vw;
    }

    .sec1 .wrap .part1 .part_l .big_box {
        width: 26.40625vw;
        height: 21.9270833333vw;
    }

    .sec1 .wrap .part1 .part_r {
        width: 31.25vw;
    }

    .sec1 .wrap .part1 .part_r .part_r_title {
        font-size: 1.5625vw;
        margin-bottom: 0.78125vw;
    }

    .sec1 .wrap .part1 .part_r .part_r_des {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin-bottom: 2.6041666667vw;
    }

    .sec1 .wrap .part1 .part_r .table {
        margin-bottom: 2.0833333333vw;
    }

    .sec1 .wrap .part1 .part_r .table table tr th {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        padding: 0px 0.78125vw 0px 0px;
    }

    .sec1 .wrap .part1 .part_r .table table tr td {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .sec1 .wrap .part1 .part_r .common_more {
        padding: 0.1041666667vw 0.1041666667vw 0.1041666667vw 1.0416666667vw;
    }

    .sec1 .wrap .part1 .part_r .common_more p {
        font-size: 0.7291666667vw;
    }

    .sec1 .wrap .part1 .part_r .common_more p div {
        font-size: 0.7291666667vw;
    }

    .sec1 .wrap .part2 {
        padding: 3.125vw 0px;
    }

    .sec1 .wrap .part2 .part_title {
        font-size: 2.2916666667vw;
        margin-bottom: 1.5625vw;
    }

    .sec1 .wrap .part2 .swiper .swiper-slide .slide_box {
        border-radius: 0.5208333333vw;
        padding: 4.375vw 2.1875vw 1.6666666667vw;
    }

    .sec1 .wrap .part2 .swiper .swiper-slide .slide_box .img {
        height: 13.8020833333vw;
    }

    .sec1 .wrap .part2 .swiper .swiper-slide .slide_box .h5 {
        font-size: 1.25vw;
        margin: 2.6041666667vw 0px 1.0416666667vw;
    }

    .sec1 .wrap .part2 .swiper .swiper-slide .slide_box .p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        height: 6.25vw;
    }

    .sec1 .wrap .part2 .swiper .swiper-slide .slide_box .more {
        margin: 1.5625vw 0px 0px;
        height: 2.0833333333vw;
        border-radius: 1.0416666667vw;
        font-size: 0.7291666667vw;
    }

    .sec_crumbs {
        top: 2.6041666667vw;
    }

    .sec_crumbs .wrap {
        gap: 5.2083333333vw;
    }

    .sec_crumbs .wrap .item {
        padding: 1.09375vw 0px;
        font-size: 0.8333333333vw;
    }

    .sec_crumbs .wrap .item::after {
        height: 0.1041666667vw;
    }

    .anthor .wrap .title {
        font-size: 1.875vw;
    }

    .section_detail {
        padding: 4.1666666667vw 0px 0px;
    }

    .section_detail .wrap .list {
        margin: 1.5104166667vw 0px 0px;
        gap: 2.0833333333vw 3.125vw;
    }

    .section_detail .wrap .list .item {
        width: 12.5vw;
    }

    .section_detail .wrap .list .item .img {
        height: 12.5vw;
        border-radius: 0.5208333333vw;
    }

    .section_detail .wrap .list .item p {
        margin: 1.0416666667vw 0px 0px;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .section_features {
        padding: 5.2083333333vw 0px 0px;
    }

    .section_features .wrap .list {
        margin: 2.0833333333vw 0px 0px;
        gap: 3.125vw 6.25vw;
    }

    .section_features .wrap .list .item {
        width: 20.8333333333vw;
    }

    .section_features .wrap .list .item .img {
        height: 9.375vw;
        border-radius: 0.5208333333vw;
        margin-bottom: 1.5625vw;
    }

    .section_features .wrap .list .item h5 {
        font-size: 1.0416666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .section_features .wrap .list .item p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .section_application {
        padding: 5.2083333333vw 0px 0px;
    }

    .section_application .wrap .des {
        margin: 1.5625vw 0px 1.875vw;
        width: 52.6041666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .section_application .wrap .list {
        gap: 1.0416666667vw 1.25vw;
    }

    .section_application .wrap .list .item {
        width: 11.4583333333vw;
        border-radius: 0.5208333333vw;
        padding: 0.9375vw 1.3020833333vw 0.9375vw 1.0416666667vw;
    }

    .section_application .wrap .list .item .icon {
        width: 1.8229166667vw;
        height: 1.6145833333vw;
    }

    .section_application .wrap .list .item .p {
        width: 6.25vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .section_video {
        padding: 5.2083333333vw 0px 0px;
    }

    .section_video .wrap .des {
        width: 52.6041666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 1.5625vw 0px 3.125vw;
    }

    .section_video .wrap .img {
        border-radius: 0.5208333333vw;
    }

    .section_video .wrap .img .play {
        width: 3.2291666667vw;
        height: 3.2291666667vw;
    }

    .section_video .wrap .img .play img {
        width: 0.6770833333vw;
    }

    .anthor:last-child {
        padding-bottom: 6.5625vw;
    }

    .section_service {
        padding: 5.2083333333vw 0px 0px;
    }

    .section_service .list {
        margin: 2.03125vw 0px 0px;
        gap: 1.0416666667vw 0px;
    }

    .section_service .list .item {
        width: 36.9791666667vw;
        height: 17.1875vw;
        border-radius: 0.5208333333vw;
        gap: 0.78125vw;
        padding: 0px 0px 0px 3.0208333333vw;
    }

    .section_service .list .item .icon {
        width: 2.34375vw;
        height: 2.1875vw;
    }

    .section_service .list .item .p {
        width: 15.625vw;
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
    }

    .section_bottom {
        padding: 6.4583333333vw 0px;
    }

    .section_bottom .wrap .des {
        font-size: 0.9375vw;
        margin-bottom: 1.5625vw;
    }

    .section_bottom .wrap .common_more {
        padding-left: 1.0416666667vw;
    }

    .section_bottom .wrap .common_more p {
        font-size: 0.7291666667vw;
    }

    .section_bottom .wrap .common_more p div {
        font-size: 0.7291666667vw;
    }

    .section_advantage {
        padding: 4.1666666667vw 0px 0px;
    }

    .section_advantage .wrap .list {
        gap: 2.6041666667vw 0px;
        margin: 2.0833333333vw 0px 0px;
    }

    .section_advantage .wrap .list .item {
        width: 33.3333333333vw;
    }

    .section_advantage .wrap .list .item .img {
        height: 12.5vw;
        border-radius: 0.5208333333vw;
    }

    .section_advantage .wrap .list .item h5 {
        font-size: 1.0416666667vw;
        margin: 1.0416666667vw 0px;
    }

    .section_advantage .wrap .list .item p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .section_benefits {
        padding: 4.1666666667vw 0px 0px;
    }

    .section_benefits .wrap .list {
        gap: 1.0416666667vw 1.5625vw;
        margin: 1.5625vw 0px 0px;
    }

    .section_benefits .wrap .list .item {
        width: 23.9583333333vw;
        height: 7.2916666667vw;
        border-radius: 0.5208333333vw;
        padding: 0px 1.6666666667vw;
        gap: 3.2291666667vw;
    }

    .section_benefits .wrap .list .item .icon {
        width: 4.1666666667vw;
        height: 4.1666666667vw;
    }

    .section_benefits .wrap .list .item .icon::after {
        right: -1.5625vw;
        height: 4.7395833333vw;
    }

    .section_benefits .wrap .list .item p {
        width: 12.5vw;
        font-size: 0.8333333333vw;
    }

    .section_area {
        padding: 4.6875vw 0px 4.8958333333vw;
    }

    .section_area .wrap .title {
        margin-bottom: 2.0833333333vw;
    }

    .section_area .wrap .area_swiper .swiper-slide {
        height: 12.5vw;
        border-radius: 0.5208333333vw;
    }

    .section_area .wrap .area_swiper .swiper-slide .label {
        padding: 0px 0.78125vw;
        height: 1.875vw;
        border-radius: 0.9375vw;
        left: 0.6770833333vw;
        bottom: 0.8333333333vw;
        font-size: 0.833vw;
    }

    .section_specifications {
        padding: 4.1666666667vw 0px 5.2083333333vw;
    }

    .section_specifications .wrap .list {
        gap: 8.3333333333vw;
        margin: 4.375vw 0px 0px;
    }

    .section_specifications .wrap .list .item {
        width: 10.4166666667vw;
    }

    .section_specifications .wrap .list .item .icon {
        width: 4.6354166667vw;
        height: 4.6354166667vw;
        margin: 0px auto 1.0416666667vw;
    }

    .section_specifications .wrap .list .item .h5 {
        font-size: 0.8333333333vw;
    }

    .section_specifications .wrap .list .item .p {
        font-size: 0.8333333333vw;
        margin: 0.5208333333vw 0px 0px;
    }

    .section_care {
        padding: 4.1666666667vw 0px 0px;
    }

    .section_care .wrap .title {
        margin-bottom: 2.0833333333vw;
    }

    .section_care .wrap .list {
        gap: 1.25vw;
    }

    .section_care .wrap .list .item {
        width: 11.4583333333vw;
        height: 4.1666666667vw;
        border-radius: 0.5208333333vw;
        gap: 1.3020833333vw;
        padding: 0px 0px 0px 1.0416666667vw;
    }

    .section_care .wrap .list .item .icon {
        width: 1.8229166667vw;
        height: 1.4583333333vw;
    }

    .section_care .wrap .list .item p {
        font-size: 0.8333333333vw;
        line-height: 1.0416666667vw;
        width: 6.25vw;
    }
}

@media screen and (max-width: 768px) {
    .sec1 {
        padding: 100px 0 40px;
    }
    .sec1 .wrap .crumbs {
        display: none;
    }
    .sec1 .wrap .title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .des {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .sec1 .wrap .part1 {
        display: block;
    }
    .sec1 .wrap .part1 .part_l {
        width: 100%;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .sec1 .wrap .part1 .part_l .small_box {
        width: 100%;
    }
    .sec1 .wrap .part1 .part_l .big_box {
        width: 100%;
        height: 70vw;
    }
    .sec1 .wrap .part1 .part_l .small_box .swiper {
        height: 14vw;
    }
    .sec1 .wrap .part1 .part_l .small_box .swiper .swiper-slide {
        border-radius: 4px;
    }
    .sec1 .wrap .part1 .part_l .small_box .btns {
        display: none;
    }
    .sec1 .wrap .part1 .part_r {
        width: 100%;
        margin: 30px 0 0;
    }
    .sec1 .wrap .part1 .part_r .part_r_title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec1 .wrap .part1 .part_r .part_r_des {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
    .sec1 .wrap .part1 .part_r .table table tr th {
        font-size: 13px;
        line-height: 25px;
        padding: 0 8px 0 0;
    }
    .sec1 .wrap .part1 .part_r .table table tr td {
        font-size: 13px;
        line-height: 25px;
    }
    .sec1 .wrap .part1 .part_r .common_more {
        margin: 20px 0 0;
    }
    .sec_crumbs {
        display: none;
    }
    .section_detail {
        padding: 50px 0 0;
    }
    .anthor .wrap .title {
        font-size: 20px;
    }
    .section_detail .wrap .list {
        margin: 35px 0 0;
        gap: 30px 0 ;
        justify-content: space-between;
    }
    .section_detail .wrap .list .item {
        width: 48%;
    }
    .section_detail .wrap .list .item .img {
        height: 43vw;
        border-radius: 4px;
    }
    .section_detail .wrap .list .item p {
        font-size: 13px;
        margin: 10px 0 0;
        line-height: 1.2;
    }
    .section_features {
        padding: 70px 0 0;
    }
    .section_features .wrap .list {
        gap: 30px;
        margin: 30px 0 0;
    }
    .section_features .wrap .list .item {
        width: 100%;
        padding: 0 0 15px;
        border-bottom: 1px solid #cccccc;
    }
    .section_features .wrap .list .item .img {
        height: 40vw;
        border-radius: 4px;
        margin-bottom: 16px;
    }
    .section_features .wrap .list .item h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section_features .wrap .list .item p {
        font-size: 14px;
        line-height: 1.3;
    }
    .section_application {
        padding: 70px 0 0;
    }
    .section_application .wrap .des {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin: 15px 0 25px;
    }
    .section_application .wrap .list {
        gap: 20px 2vw;
    }
    .section_application .wrap .list .item {
        width: 44vw;
        border-radius: 4px;
        padding: 15px;
    }
    .section_application .wrap .list .item .p {
        width: calc(100% - 40px);
        font-size: 13px;
        line-height: 1.2;
    }
    .section_application .wrap .list .item .icon {
        width: 22px;
        height: 22px;
    }
    .section_care {
        padding: 70px 0 0;
    }
    .section_video {
        padding: 70px 0 0;
    }
    .section_video .wrap .des {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin: 15px 0 25px;
    }
    .section_video .wrap .img {
        border-radius: 6px;
    }
    .section_video .wrap .img .play {
        width: 36px;
        height: 36px;
    }
    .section_video .wrap .img .play img {
        width: 8px;
    }
    .section_service {
        padding: 70px 0 0;
    }
    .anthor:last-child {
        padding-bottom: 60px;
    }
    .section_service .list {
        margin: 30px 0 0;
        gap: 30px;
    }
    .section_service .list .item {
        width: 100%;
        height: 40vw;
        border-radius: 6px;
        gap: 15px;
        padding: 0 0 0 20px;
    }
    .section_service .list .item .p {
        width: 40vw;
        font-size: 13px;
        line-height: 1.4;
    }
    .section_service .list .item .icon {
        width: 22px;
        height: 22px;
    }
    .section_bottom {
        padding: 50px 0 70px;
    }
    .section_bottom .wrap .des {
        font-size: 15px;
        margin-bottom: 35px;
    }
    .section_advantage {
        padding: 60px 0 0;
    }
    .section_advantage .wrap .list {
        gap: 30px;
        margin: 30px 0 0;
    }
    .section_advantage .wrap .list .item {
        width: 100%;
        padding: 0 0 15px;
        border-bottom: 1px solid #cccccc;
    }
    .section_advantage .wrap .list .item .img {
        height: 33vw;
        border-radius: 6px;
    }
    .section_advantage .wrap .list .item h5 {
        font-size: 16px;
        margin: 15px 0 10px;
    }
    .section_advantage .wrap .list .item p {
        font-size: 14px;
        line-height: 1.3;
    }
    .section_benefits {
        padding: 70px 0 0;
    }
    .section_benefits .wrap .list {
        margin: 30px 0 0;
        gap: 20px 0;
        justify-content: space-between;
    }
    .section_benefits .wrap .list .item {
        width: 100%;
        border-radius: 4px;
        height: 60px;
    }
    .section_benefits .wrap .list .item .icon::after {
        height: 50px;
    }
    .section_benefits .wrap .list .item p {

    }
    .section_benefits .wrap .list .item .icon {
        width: 40px;
        height: 40px;
    }
    .section_benefits .wrap .list .item p {
        width: calc(100% - 60px);
        font-size: 13px;
    }
    .section_area {
        padding: 70px 0 50px;
    }
    .section_area .wrap .title {
        margin-bottom: 25px;
    }
    .section_area .wrap .area_swiper .swiper-slide {
        height: 70vw;
        border-radius: 6px;
    }
    .section_area .wrap .area_swiper .swiper-slide .label {
        font-size: 13px;
        height: 30px;
        padding: 0 15px;
        border-radius: 15px;
        left: 15px;
        bottom: 15px;
    }
    .section_specifications {
        padding: 60px 0;
    }
    .section_specifications .wrap .list {
        gap: 20px 0;
        margin: 30px 0 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section_specifications .wrap .list .item .icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 10px;
    }
    .section_specifications .wrap .list .item .h5 {
        font-size: 15px;
    }
    .section_specifications .wrap .list .item .p {
        font-size: 14px;
    }
    .section_specifications .wrap .list .item {
        width: 48%;
    }
    .section_care .wrap .title {
        margin-bottom: 35px;
    }
    .section_care .wrap .list {
        flex-wrap: wrap;
        gap: 20px 0;
        justify-content: space-between;
    }
    .section_care .wrap .list .item {
        width: 49%;
        height: unset;
        min-height: 80px;
        border-radius: 10px;
        padding: 0 15px;
        gap: 10px;
    }
    .section_care .wrap .list .item p {
        font-size: 13px;
        line-height: 1.2;
        width: calc(100% - 68px);
    }
    .section_care .wrap .list .item .icon {
        width: 28px;
        height: 28px;
    }
}
