.sec1 {
    padding: 4.2708333333vw 3.125vw 6.25vw;
    display: flex;
}
.video_sec {
    padding: 2vw 3.125vw 3vw;
}
.video_sec video {
    display: block;
    width: 100%;
    object-fit: cover;
}
.sec1 .l {
    width: 50%;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    padding: 1.6145833333vw 0 0;
    line-height: 1;
}

.sec1 .l .label {
    font-weight: 400;
    font-size: 1.25vw;
    color: #A61E41;
}

.sec1 .l .title {
    font-weight: 400;
    font-size: 3.125vw;
    color: #231815;
    margin: 1.8229166667vw 0 3.1770833333vw;
}

.sec1 .l .img {
    width: 34.375vw;
}

.sec1 .l .img img {
    display: block;
    width: 100%;
    margin-bottom: 2vw;
}

.sec1 .r {
    border-top: 1px solid #231815;
    width: 50%;
    padding: 0.3645833333vw 0 0 4.0625vw;
}

.sec1 .r .item {
    padding: 4.21875vw 0 0;
}

.sec1 .r .item h5 {
    font-weight: 500;
    font-size: 1.4583333333vw;
    color: #231815;
    line-height: 1;
    text-transform: uppercase;
}

.sec1 .r .item p {
    font-family: Poppins l;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #231815;
    line-height: 1.7708333333vw;
    margin: 2.0833333333vw 0 3.9583333333vw;
}

.sec1 .r .item .line {
    width: 100%;
    height: 1px;
    background: #231815;
}

.sec2 {
    padding: 6.25vw 3.125vw 0;
}

.sec2 .img {
    width: 100%;
}

.sec2 .img img {
    display: block;
    width: 100%;
}

.sec3 {
    padding: 13.5416666667vw 0 16.9791666667vw;
    position: relative;
    text-align: center;
    line-height: 1;
}

.sec3 .position {
    position: absolute;
}

.sec3 .position img {
    display: block;
}

.sec3 .position1 {
    left: 2.2916666667vw;
    top: 7.34375vw;
}

.sec3 .position1 img {
    width: 12.0833333333vw;
}

.sec3 .position2 {
    right: 3.0208333333vw;
    top: 26.0416666667vw;
}

.sec3 .position2 img {
    width: 15.46875vw;
}

.sec3 .bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: -8.3333333333vw;
    left: 0;
    opacity: 0.08;
}

.sec3 .bg img {
    display: block;
    width: 100%;
}

.sec3 .label {
    font-weight: 400;
    font-size: 1.25vw;
    color: #A61E41;
}

.sec3 .title {
    font-weight: 400;
    font-size: 2.7083333333vw;
    color: #231815;
    line-height: 3.3333333333vw;
    margin: 2.03125vw 0 2.8645833333vw;
    text-transform: uppercase;
}

.sec3 .text {
    width: 51.875vw;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #231815;
    line-height: 1.7708333333vw;
    margin: 0 auto;
}

.sec4 {
    width: 100vw;
    overflow: hidden;
    padding: 7.1875vw 0 0;
}

.sec4 .title {
    font-weight: 400;
    font-size: 3.125vw;
    color: #231815;
    text-transform: uppercase;
    padding: 0 3.125vw;
    margin-bottom: 2.6041666667vw;
}

.sec4 .swiper_box {
    width: 93.75vw;
    margin: 0 auto 7.2916666667vw;
    overflow: hidden;
    position: relative;
}

.sec4 .swiper_box:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #231815;
    opacity: 0.1;
    position: absolute;
    top: 0.3125vw;
    left: 0;
}

.sec4 .swiper_box .swiper {
    width: 96.3541666667vw;
    left: 50%;
    transform: translateX(-50%);
}

.sec4 .swiper_box .swiper .swiper-slide {
    cursor: pointer;
}

.sec4 .swiper_box .swiper .swiper-slide .dian {
    width: 0.6770833333vw;
    height: 0.6770833333vw;
    background: #E5E5E5;
    border-radius: 50%;
    margin: 0 auto 1.5625vw;
    transition: 0.6s;
}

.sec4 .swiper_box .swiper .swiper-slide p {
    font-weight: 400;
    font-size: 4.5833333333vw;
    color: #E5E5E5;
    text-align: center;
    transition: 0.6s;
}

.sec4 .swiper_box .swiper .swiper-slide.swiper-slide-active .dian, .sec4 .swiper_box .swiper .swiper-slide:hover .dian {
    background: #231815;
}

.sec4 .swiper_box .swiper .swiper-slide.swiper-slide-active p, .sec4 .swiper_box .swiper .swiper-slide:hover p {
    color: #231815;
}

.sec4 .text_swiper {
    width: 124.7916666667vw;
    left: 50%;
    transform: translateX(-50%);
}

.sec4 .text_swiper .swiper-slide {
    cursor: pointer;
}

.sec4 .text_swiper .swiper-slide .text {
    text-align: center;
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #231815;
    line-height: 1.7708333333vw;
    opacity: 0.2;
    transition: 0.6s;
}

.sec4 .text_swiper .swiper-slide.swiper-slide-active .text, .sec4 .text_swiper .swiper-slide:hover .text {
    opacity: 1;
}

.sec5 {
    padding: 1.1458333333vw 3.125vw 9.7395833333vw;
}

.sec5 .top {
    display: flex;
    align-items: center;
    margin: 0 0 2.6041666667vw;
    gap: 0 5vw;
}

.sec5 .top .title {
    font-weight: 400;
    font-size: 3.125vw;
    color: #231815;
    text-transform: uppercase;
}

.sec5 .top .control {
    display: flex;
    align-items: center;
}

.sec5 .top .control .item {
    margin-left: 3.9583333333vw;
    position: relative;
    cursor: pointer;
}

.sec5 .top .control .item:nth-child(1) {
    margin-left: 0;
}

.sec5 .top .control .item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #231815;
    transform: scaleX(0);
    transition: 0.6s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec5 .top .control .item p {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #231815;
    opacity: 0.5;
    transition: 0.6s;
    text-transform: uppercase;
}

.sec5 .top .control .item.on p, .sec5 .top .control .item:hover p {
    opacity: 1;
}

.sec5 .top .control .item.on:after, .sec5 .top .control .item:hover:after {
    transform: scaleX(1);
}

.sec5 .swiper_box {
    width: 100%;
    position: relative;
}

.sec5 .swiper_box .swiper {
    width: 100%;
    opacity: 0;
    transform: translateY(1.5625vw);
    pointer-events: none;
}

.sec5 .swiper_box .swiper .swiper-slide .img {
    width: 100%;
    overflow: hidden;
}

.sec5 .swiper_box .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec5 .swiper_box .swiper .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.sec5 .swiper_box .swiper:not(:nth-child(1)) {
    position: absolute;
    top: 0;
}

.sec5 .swiper_box .swiper.on {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
    transition: 0.8s;
}

/*# sourceMappingURL=company.css.map */
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 60px 5vw;
        display: block;
    }

    .sec1 .l {
        width: 100%;
        border: unset;
    }

    .sec1 .l .label {
        font-size: 15px;
    }

    .sec1 .l .title {
        font-size: 24px;
        margin: 15px 0 30px;
    }

    .sec1 .l .img {
        width: 100%;
    }

    .sec1 .r {
        width: 100%;
        padding: 0;
        border: none;
        margin: 30px 0 0;
    }

    .sec1 .r .item h5 {
        font-size: 22px;
    }

    .sec1 .r .item p {
        font-size: 16px;
        line-height: 1.8;
        margin: 20px 0 30px;
    }

    .sec1 .r .item {
        padding: 20px 0;
    }

    .sec2 {
        padding: 0 5vw;
    }
    .sec4 {
        padding: 60px 0 0;
    }
    .sec4 .title {
        font-size: 24px;
        padding: 0 5vw;
        margin-bottom: 40px;
    }
    .sec4 .swiper_box {
        width: 90vw;
    }
    .sec4 .swiper_box .swiper {
        width: 100%;
    }
    .sec4 .swiper_box .swiper .swiper-slide p {
        font-size: 36px;
        text-align: left;
    }
    .sec4 .swiper_box .swiper .swiper-slide .dian {
        width: 6px;
        height: 6px;
        margin: 0 0 10px 2px;

    }
    .sec4 .text_swiper {
        width: 90vw;
        margin: 0 auto;
        transform: unset;
        left: unset;
    }
    .sec4 .text_swiper .swiper-slide .text {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
    }
    .sec1 .l .img img {
        margin-bottom: 30px;
    }
    .sec5 .top .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sec5 {
        padding: 20px 5vw 80px;
    }
    .sec5 .top {
        display: block;
    }
    .sec5 .top .control {
        gap: 0 20px;
        margin-bottom: 40px;
    }
    .sec5 .top .control .item p {
        font-size: 16px;
    }
    .sec5 .top .control .item {
        margin: 0;
    }

}
