img {
    object-fit: cover
}

.w1600 {
    width: 83.33333vw;
    margin: 0 auto
}

.sec1 {
    padding: 12.91667vw 0 6.82292vw
}

.sec1 .wrap .title {
    color: #000;
    font-weight: 700;
    line-height: 150%;
    /* text-transform: capitalize */
}

.sec1 .wrap .text {
    color: #000;
    font-weight: 400;
    line-height: 150%;
    margin: 1.45833vw 0 3.125vw
}

.sec1 .wrap .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2.5vw
}

.sec1 .wrap .img img {
    display: block;
    width: 100%;
    transition: 1s
}

.sec1 .wrap .img:hover img {
    transform: scale(1.1)
}

.sec1 .wrap .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.sec1 .wrap .bottom .l {
    width: 51.45833vw
}

.sec1 .wrap .bottom .l .l_title {
    color: #000000;
    font-weight: 600;
    line-height: 120%
}

.sec1 .wrap .bottom .l .l_text {
    color: #757575;
    font-weight: 400;
    line-height: 150%;
    margin: .20833vw 0 0
}

.sec1 .wrap .bottom .more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3125vw 1.66667vw .41667vw 1.66667vw;
    color: #FFF;
    font-weight: 400;
    line-height: 150%;
    /* text-transform: capitalize */;
    border-radius: .41667vw;
    background: #000;
    width: fit-content;
    margin: 0 0 0 auto;
    transition: 0.6s
}

.sec1 .wrap .bottom .more:hover {
    background: #3615DC
}

.sec2 {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.03);
    padding: 1.04167vw 0
}

.sec2 .wrap .list {
    display: flex;
    width: max-content;
    gap: 2.5vw;
    animation: img_go 60s infinite linear
}

.sec2 .wrap .list .item {
    width: fit-content;
    height: 4.16667vw;
    border-radius: .625vw;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 0 1.30208vw 0 1.14583vw;
    gap: .78125vw
}

.sec2 .wrap .list .item .item_r .item_r_title {
    color: #000;
    font-weight: 500;
    line-height: 150%;
    /* text-transform: capitalize */;
    margin-bottom: .20833vw;
    transition: 0.6s
}

.sec2 .wrap .list .item .item_r .labels {
    display: flex;
    gap: .83333vw
}

.sec2 .wrap .list .item .item_r .labels .label {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 1.45833vw;
    /* text-transform: capitalize */;
    padding: 0 .41667vw;
    border-radius: .20833vw;
    background: rgba(0, 0, 0, 0.05);
    width: fit-content
}

.sec2 .wrap .list .item .icon {
    width: 2.70833vw;
    height: 2.70833vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec2 .wrap .list .item .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: contain
}

.sec2 .wrap .list .item:hover .item_r .item_r_title {
    color: #3615DC
}

.sec3 {
    padding: 5.57292vw 0 0
}

.sec3 .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.38542vw
}

.sec3 .wrap .item {
    width: 25.52083vw;
    border-radius: 1.04167vw;
    background: rgba(0, 0, 0, 0.03);
    padding: 2.13542vw 1.82292vw 2.08333vw
}

.sec3 .wrap .item .img {
    width: 100%;
    height: 15.46875vw;
    border-radius: .83333vw;
    overflow: hidden
}

.sec3 .wrap .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s
}

.sec3 .wrap .item .item_title {
    color: #1E1E1E;
    font-weight: 700;
    line-height: 120%;
    margin: 2.08333vw 0 .83333vw
}

.sec3 .wrap .item .item_text {
    color: #757575;
    font-weight: 400;
    line-height: 150%
}

.sec3 .wrap .item:hover .img img {
    transform: scale(1.1)
}

.sec4 {
    padding: 12.5vw 0 16.51042vw
}

.sec4 .wrap .title {
    color: #000;
    font-weight: 700;
    line-height: 150%;
    /* text-transform: capitalize */
}

.sec4 .wrap .text {
    color: #000;
    font-weight: 400;
    line-height: 150%;
    margin: 1.45833vw 0 5.98958vw
}

.sec4 .wrap .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.sec4 .wrap .box .l {
    margin-top: .67708vw
}

.sec4 .wrap .box .l .img {
    width: 33.54167vw;
    padding: 3.125vw;
    border-radius: 1.04167vw;
    background: rgba(0, 0, 0, 0.03);
    display: none
}

.sec4 .wrap .box .l .img.on {
    display: block
}

.sec4 .wrap .box .l .img img,
.sec4 .wrap .box .l .img video {
    display: block;
    width: 100%;
    height: 31.82292vw;
    object-fit: cover;
    border-radius: 1.04167vw
}

.sec4 .wrap .box .r {
    width: 40.625vw
}

.sec4 .wrap .box .r .item {
    cursor: pointer;
    opacity: 0.3;
    transition: 0.6s
}

.sec4 .wrap .box .r .item:hover,
.sec4 .wrap .box .r .item.on {
    opacity: 1
}

.sec4 .wrap .box .r .item:not(:last-child) {
    margin-bottom: 2.5vw
}

.sec4 .wrap .box .r .item .item_title {
    color: #000;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: .41667vw;
    position: relative
}

.sec4 .wrap .box .r .item .item_title::after {
    content: "";
    width: .83333vw;
    height: .83333vw;
    transform: rotate(-45deg);
    position: absolute;
    left: -1.875vw;
    background: #1E1E1E;
    top: 15px
}

.sec4 .wrap .box .r .item .item_text {
    color: #757575;
    font-weight: 400;
    line-height: 150%
}

.sec_form {
    padding: 0 0 6.51042vw
}

@keyframes img_go {
    100% {
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 768px) {
    .sec_form {
        padding: 0 0 80px
    }

    .w1600 {
        width: 90%
    }

    .sec1 {
        padding: 80px 0 50px
    }

    .sec1 .wrap .title {
        font-size: 24px;
        line-height: 1.2
    }

    .sec1 .wrap .text {
        font-size: 16px;
        margin: 10px 0 30px
    }

    .sec1 .wrap .img {
        margin-bottom: 30px
    }

    .sec1 .wrap .bottom {
        display: block
    }

    .sec1 .wrap .bottom .l {
        width: 100%
    }

    .sec1 .wrap .bottom .l .l_title {
        font-size: 22px;
        margin-bottom: 20px
    }

    .sec1 .wrap .bottom .l .l_text {
        font-size: 16px
    }

    .sec1 .wrap .bottom .more {
        padding: 6px 20px;
        border-radius: 6px;
        font-size: 16px;
        margin-top: 30px
    }

    .sec2 {
        padding: 20px 0
    }

    .sec2 .wrap .list {
        gap: 40px;
        animation: img_go 50s infinite linear
    }

    .sec2 .wrap .list .item {
        height: 80px;
        padding: 0 20px;
        border-radius: 8px;
        gap: 10px
    }

    .sec2 .wrap .list .item .icon {
        width: 50px;
        height: 50px
    }

    .sec2 .wrap .list .item .item_r .item_r_title {
        margin-bottom: 4px
    }

    .sec2 .wrap .list .item .item_r .labels {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 10px
    }

    .sec2 .wrap .list .item .item_r .labels .label {
        color: rgba(0, 0, 0, 0.6);
        font-weight: 400;
        line-height: 26px;
        /* text-transform: capitalize */;
        padding: 0 8px;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.05);
        width: fit-content
    }

    .sec3 {
        padding: 30px 0 0
    }

    .sec3 .wrap {
        display: none
    }

    .sec3 .swiper {
        width: 90%;
        margin: 0 auto;
        display: block !important;
        overflow: hidden
    }

    .sec3 .swiper .swiper-slide {
        height: auto
    }

    .sec3 .swiper .swiper-slide .item {
        height: 100%;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.03);
        padding: 20px
    }

    .sec3 .swiper .swiper-slide .item .img {
        width: 100%;
        height: 50vw;
        border-radius: 8px;
        background: #FFFFFF;
        overflow: hidden
    }

    .sec3 .swiper .swiper-slide .item .img img {
        display: block;
        width: 100%;
        height: 100%
    }

    .sec3 .swiper .swiper-slide .item .item_title {
        margin: 15px 0 8px;
        color: #000;
        font-weight: 500;
        line-height: 150%;
        /* text-transform: capitalize */
    }

    .sec3 .swiper .swiper-slide .item .item_text {
        color: #757575;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 15px;
        font-size: 16px
    }

    .sec3 .swiper .swiper-pagination {
        position: unset;
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: 25px 0 0
    }

    .sec3 .swiper .swiper-pagination .swiper-pagination-bullet {
        display: block;
        margin: 0;
        width: 8px;
        height: 8px;
        background: #3615DC
    }

    .sec4 {
        padding: 80px 0 70px
    }

    .sec4 .wrap .title {
        font-size: 24px
    }

    .sec4 .wrap .text {
        font-size: 18px;
        margin: 10px 0 30px
    }

    .sec4 .wrap .box {
        display: block
    }

    .sec4 .wrap .box .l {
        width: 100%
    }

    .sec4 .wrap .box .l .img {
        width: 100%;
        padding: 30px
    }

    .sec4 .wrap .box .l .img img,
    .sec4 .wrap .box .l .img video {
        height: 323px;
        border-radius: 12px
    }

    .sec4 .wrap .box .r {
        width: 100%;
        margin: 20px 0 0
    }

    .sec4 .wrap .box .r .item {
        padding: 0 0 0 20px
    }

    .sec4 .wrap .box .r .item.on .item_text {
        display: block
    }

    .sec4 .wrap .box .r .item:not(:last-child) {
        margin-bottom: 20px
    }

    .sec4 .wrap .box .r .item .item_title {
        font-size: 16px;
        margin-bottom: 5px
    }

    .sec4 .wrap .box .r .item .item_title:after {
        width: 10px;
        height: 10px;
        left: -20px;
        top: 9px
    }

    .sec4 .wrap .box .r .item .item_text {
        font-size: 14px;
        display: none
    }
}