.banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .img {
    width: 100%;
    height: 100%;
}

.banner .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .text {
    position: absolute;
    z-index: 3;
    text-align: center;
}

.banner .text span {
    color: #FFF;
    font-family: "Neue Kaine";
    font-size: 64px;
    font-weight: 600;
}

.sec1 {
    padding: 123px 0 0;
}

.sec1 .wrap {
    width: 1840px;
    margin: 0 auto;
}

.sec1 .wrap .sec1_top {
    width: 920px;
    margin: 0 0 180px auto;
}

.sec1 .wrap .sec1_top .title {
    color: #000;
    font-family: "Neue Kaine";
    font-size: 48px;
    font-weight: 600;
    line-height: 52px;
    text-transform: capitalize;
}

.sec1 .wrap .sec1_top .des {
    color: #555;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    text-transform: capitalize;
    margin: 25px 0 0;
}

.sec1 .wrap .box {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .box .l_box {
    width: 906px;
    height: 852px;
    border-radius: 28px;
    background: #FAFAFA;
    overflow: hidden;
}

.sec1 .wrap .box .l_box img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .wrap .box .r_box {
    width: 920px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 13px 0;
}

.sec1 .wrap .box .r_box .item .h5 {
    color: #000;
    font-family: "Neue Kaine";
    font-size: 24px;
    font-weight: 650;
    text-transform: capitalize;
}

.sec1 .wrap .box .r_box .item .p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.sec1 .wrap .box .r_box .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .wrap .box .r_box .item:nth-child(1) {
    width: 552px;
    height: 353px;
    border-radius: 28px;
    background: linear-gradient(270deg, #F3F3F3 0%, #F6E2B6 100%);
    overflow: hidden;
}

.sec1 .wrap .box .r_box .item:nth-child(4) {
    width: 552px;
    height: 486px;
    border-radius: 28px;
    background: linear-gradient(270deg, #F3F3F3 0%, #F6E2B6 100%);
    overflow: hidden;
}

.sec1 .wrap .box .r_box .item:nth-child(2) {
    width: 360px;
    height: 353px;
    border-radius: 28px;
    background: #F3F3F3;
    padding: 73px 43px 0 49px;
}

.sec1 .wrap .box .r_box .item:nth-child(2) .h5 {
    margin-bottom: 57px;
}

.sec1 .wrap .box .r_box .item:nth-child(3) {
    width: 360px;
    height: 486px;
    border-radius: 28px;
    background: #F3F3F3;
    padding: 120px 36px 0 39px;
}

.sec1 .wrap .box .r_box .item:nth-child(3) .h5 {
    margin-bottom: 57px;
}

.sec2 {
    padding: 155px 0 0;
}

.sec2 .wrap {
    width: 1840px;
    margin: 0 auto;
}

.sec2 .wrap .title {
    color: #1A1A1A;
    text-align: center;
    font-family: "Neue Kaine";
    font-size: 54px;
    font-weight: 600;
    text-transform: capitalize;
}

.sec2 .wrap .des {
    color: #1A1A1A;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 16px 0 10px;
}

.sec2 .wrap .fix_box {
    height: calc(100vh + 2700px);
}

.sec2 .wrap .fix_box .fix {
    height: 100vh;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
}

.sec2 .wrap .fix_box .fix .img {
    width: 100%;
    position: relative;
}

.sec2 .wrap .fix_box .fix .img img {
    display: block;
    width: 100%;
}

.sec2 .wrap .fix_box .fix .img .points {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec2 .wrap .fix_box .fix .img .points .point {
    position: absolute;
}

.sec2 .wrap .fix_box .fix .img .points .point .cir {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7F1085;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec2 .wrap .fix_box .fix .img .points .point .cir:after, .sec2 .wrap .fix_box .fix .img .points .point .cir:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #7F1085;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    animation: 3s scale linear infinite;
}

.sec2 .wrap .fix_box .fix .img .points .point .cir:before {
    animation-delay: 1.5s;
}

.sec2 .wrap .fix_box .fix .img .points .point .point_box {
    display: flex;
    position: absolute;
    width: max-content;
    gap: 28px;
    left: 10px;
    top: -6px;
}

.sec2 .wrap .fix_box .fix .img .points .point .point_box .line {
    width: 324px;
    height: 1px;
    border-top: 1px dashed #7F1085;
    margin: 11px 0 0;
    clip-path: inset(0 100% 0 0);
    transition: 0.6s;
}

.sec2 .wrap .fix_box .fix .img .points .point .point_box .point_box_text {
    width: 426px;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s;
}

.sec2 .wrap .fix_box .fix .img .points .point .point_box .point_box_text .h5 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}

.sec2 .wrap .fix_box .fix .img .points .point .point_box .point_box_text .p {
    margin: 26px 0 0;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.sec2 .wrap .fix_box .fix .img .points .point.on .point_box .line {
    clip-path: inset(0 0 0% 0) !important;
}

.sec2 .wrap .fix_box .fix .img .points .point.on .point_box .point_box_text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.sec2 .wrap .fix_box .fix .img .points .point:nth-child(1) {
    top: 468px;
    left: 850px;
}

.sec2 .wrap .fix_box .fix .img .points .point:nth-child(1) .point_box {
    flex-direction: row-reverse;
    right: 10px;
    left: unset;
    top: -6px;
}

.sec2 .wrap .fix_box .fix .img .points .point:nth-child(1) .point_box .line {
    clip-path: inset(0 0 0 100%);
}

.sec2 .wrap .fix_box .fix .img .points .point:nth-child(1) .point_box .point_box_text {
    text-align: right;
}

.sec2 .wrap .fix_box .fix .img .points .point:nth-child(2) {
    top: 482px;
    left: 1110px;
}

.sec2 .wrap .fix_box .fix .img .points .point:nth-child(2) .point_box .line {
    width: 259px;
}

.sec2 .wrap .fix_box .fix .img .points .point:nth-child(2) .point_box .point_box_text {
    width: 412px;
}

.sec2 .wrap .fix_box .fix .img .points .point:nth-child(3) {
    top: 416px;
    left: 1225px;
}

.sec2 .wrap .fix_box .fix .img .points .point:nth-child(3) .point_box .line {
    width: 200px;
}

.sec2 .wrap .fix_box .fix .img .points .point:nth-child(3) .point_box .point_box_text {
    width: 400px;
}

@keyframes scale {
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.sec3 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec3 .fix .wrap {
    width: 1840px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    margin: 0 auto;
}

.sec3 .fix .wrap .l_box {
    width: 790px;
    height: 852px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 73px 0 57px;
}

.sec3 .fix .wrap .l_box .l_box_top .title {
    color: #1A1A1A;
    font-family: "Neue Kaine";
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 28px;
}

.sec3 .fix .wrap .l_box .l_box_top .des {
    color: #969696;
    text-align: justify;
    font-family: "Neue Kaine";
    font-size: 16px;
    font-style: normal;
    font-weight: 483;
    line-height: 26px;
    /* 162.5% */
    text-transform: capitalize;
}

.sec3 .fix .wrap .l_box .l_box_bottom .item {
    display: none;
}

.sec3 .fix .wrap .l_box .l_box_bottom .item .h5 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sec3 .fix .wrap .l_box .l_box_bottom .item .p {
    color: #888;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.sec3 .fix .wrap .l_box .l_box_bottom .item.on {
    display: block;
}

.sec3 .fix .wrap .r_box {
    height: 852px;
    position: relative;
}

.sec3 .fix .wrap .r_box .item .img {
    width: 906px;
    height: 852px;
    border-radius: 28px;
    overflow: hidden;
    transform-origin: top center;
}

.sec3 .fix .wrap .r_box .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 {
    padding: 158px 0 0;
}

.sec4 .wrap {
    width: 1840px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec4 .wrap .l_box {
    width: 780px;
    padding: 46px 0 0;
}

.sec4 .wrap .l_box .title {
    color: #1A1A1A;
    font-family: "Neue Kaine";
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}

.sec4 .wrap .l_box .des {
    color: #888;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 64px 0 0;
}

.sec4 .wrap .r_box {
    width: 921px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 17px;
}

.sec4 .wrap .r_box .item {
    width: 450px;
}

.sec4 .wrap .r_box .item .img {
    width: 100%;
    height: 314px;
    border-radius: 28px;
    overflow: hidden;
}

.sec4 .wrap .r_box .item .p {
    color: #888;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 25px 0 0;
}

.sec4 .wrap .r_box .item:nth-child(1) .img, .sec4 .wrap .r_box .item:nth-child(2) .img {
    background: linear-gradient(270deg, #F3F3F3 0%, #F6E2B6 100%);
}

.sec5 {
    padding: 151px 0 0;
}

.sec5 .wrap {
    width: 1840px;
    margin: 0 auto;
}

.sec5 .wrap .item {
    width: 100%;
    height: 852px;
    border-radius: 28px;
    background: #F3F3F3;
    position: relative;
    display: flex;
    align-items: center;
}

.sec5 .wrap .item:not(:last-child) {
    margin-bottom: 102px;
}

.sec5 .wrap .item .item_box {
    position: absolute;
    left: 33px;
    width: 887px;
    height: 795px;
    border-radius: 28px;
    background: #FFF;
    z-index: 3;
    padding: 0 101px 0 134px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec5 .wrap .item .item_box .h5 {
    color: #1A1A1A;
    font-family: "Neue Kaine";
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}

.sec5 .wrap .item .item_box .p {
    color: #888;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 60px 0 0;
}

.sec5 .wrap .item .item_box .p1 {
    color: #1A1A1A;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.sec5 .wrap .item:nth-child(2) .item_box {
    background: #F6E2B6;
    padding: 113px 113px 75px 140px;
    justify-content: space-between;
    height: 100%;
    left: unset;
    right: 0;
}

.sec5 .wrap .item:nth-child(2) .item_box .h5 {
    margin-bottom: 39px;
}

.sec6 {
    padding: 171px 0 119px;
}

.sec6 .wrap {
    width: 1840px;
    margin: 0 auto;
}

.sec6 .wrap .title {
    color: #1A1A1A;
    text-align: center;
    font-family: "Neue Kaine";
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 55px;
}

.sec6 .wrap .swiper {
    overflow: unset;
}

.sec6 .wrap .swiper .swiper-slide .slide_box {
    display: block;
    width: 100%;
    background: #F6F7F8;
    border-radius: 12px;
}

.sec6 .wrap .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 346px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec6 .wrap .swiper .swiper-slide .slide_box .img img:nth-child(1) {
    max-height: 80%;
}

.sec6 .wrap .swiper .swiper-slide .slide_box .img img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}

.sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 35px 40px 40px 30px;
}

.sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l {
    width: 250px;
}

.sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .name {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 20px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .des {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #C9C9C9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 7px;
}

.sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r p {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont {
    font-size: 8px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec6 .wrap .swiper .swiper-slide .slide_box:hover .img .bg {
    opacity: 1;
}

.sec6 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_l .name {
    color: #7F1085;
}

.sec6 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_r p, .sec6 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_r .iconfont {
    color: #7F1085;
}

@media screen and (max-width: 1919px) {
    .banner .text span {
        font-size: 3.3333333333vw;
    }

    .sec1 {
        padding: 6.40625vw 0px 0px;
    }

    .sec1 .wrap {
        width: 95.8333333333vw;
    }

    .sec1 .wrap .sec1_top {
        width: 47.9166666667vw;
        margin: 0px 0px 9.375vw auto;
    }

    .sec1 .wrap .sec1_top .title {
        font-size: 2.5vw;
        line-height: 2.7083333333vw;
    }

    .sec1 .wrap .sec1_top .des {
        font-size: 0.9375vw;
        margin: 1.3020833333vw 0px 0px;
    }

    .sec1 .wrap .box .l_box {
        width: 47.1875vw;
        height: 44.375vw;
        border-radius: 1.4583333333vw;
    }

    .sec1 .wrap .box .r_box {
        width: 47.9166666667vw;
        gap: 0.6770833333vw 0px;
    }

    .sec1 .wrap .box .r_box .item .h5 {
        font-size: 1.25vw;
    }

    .sec1 .wrap .box .r_box .item .p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .box .r_box .item:nth-child(1) {
        width: 28.75vw;
        height: 18.3854166667vw;
        border-radius: 1.4583333333vw;
    }

    .sec1 .wrap .box .r_box .item:nth-child(4) {
        width: 28.75vw;
        height: 25.3125vw;
        border-radius: 1.4583333333vw;
    }

    .sec1 .wrap .box .r_box .item:nth-child(2) {
        width: 18.75vw;
        height: 18.3854166667vw;
        border-radius: 1.4583333333vw;
        padding: 3.8020833333vw 2.2395833333vw 0px 2.5520833333vw;
    }

    .sec1 .wrap .box .r_box .item:nth-child(2) .h5 {
        margin-bottom: 2.96875vw;
    }

    .sec1 .wrap .box .r_box .item:nth-child(3) {
        width: 18.75vw;
        height: 25.3125vw;
        border-radius: 1.4583333333vw;
        padding: 6.25vw 1.875vw 0px 2.03125vw;
    }

    .sec1 .wrap .box .r_box .item:nth-child(3) .h5 {
        margin-bottom: 2.96875vw;
    }

    .sec2 {
        padding: 8.0729166667vw 0px 0px;
    }

    .sec2 .wrap {
        width: 95.8333333333vw;
    }

    .sec2 .wrap .title {
        font-size: 2.8125vw;
    }

    .sec2 .wrap .des {
        font-size: 0.8333333333vw;
        margin: 0.8333333333vw 0px 0.5208333333vw;
    }


    .sec2 .wrap .fix_box .fix .img .points .point .cir {
        width: 0.625vw;
        height: 0.625vw;
    }

    .sec2 .wrap .fix_box .fix .img .points .point .point_box {
        gap: 1.4583333333vw;
        left: 0.5208333333vw;
        top: -0.3125vw;
    }

    .sec2 .wrap .fix_box .fix .img .points .point .point_box .line {
        width: 16.875vw;
        margin: 0.5729166667vw 0px 0px;
    }

    .sec2 .wrap .fix_box .fix .img .points .point .point_box .point_box_text {
        width: 22.1875vw;
        transform: translateY(1.5625vw);
    }

    .sec2 .wrap .fix_box .fix .img .points .point .point_box .point_box_text .h5 {
        font-size: 1.1458333333vw;
    }

    .sec2 .wrap .fix_box .fix .img .points .point .point_box .point_box_text .p {
        margin: 1.3541666667vw 0px 0px;
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(1) {
        top: 24.375vw;
        left: 44.2708333333vw;
    }

    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(1) .point_box {
        right: 0.5208333333vw;
        top: -0.3125vw;
    }

    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(2) {
        top: 25.1041666667vw;
        left: 57.8125vw;
    }

    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(2) .point_box .line {
        width: 13.4895833333vw;
    }

    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(2) .point_box .point_box_text {
        width: 21.4583333333vw;
    }

    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(3) {
        top: 21.6666666667vw;
        left: 63.8020833333vw;
    }

    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(3) .point_box .line {
        width: 10.4166666667vw;
    }

    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(3) .point_box .point_box_text {
        width: 20.8333333333vw;
    }

    .sec3 .fix .wrap {
        width: 95.8333333333vw;
    }

    .sec3 .fix .wrap .l_box {
        width: 41.1458333333vw;
        height: 44.375vw;
        padding: 3.8020833333vw 0px 2.96875vw;
    }

    .sec3 .fix .wrap .l_box .l_box_top .title {
        font-size: 2.5vw;
        margin-bottom: 1.4583333333vw;
    }

    .sec3 .fix .wrap .l_box .l_box_top .des {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec3 .fix .wrap .l_box .l_box_bottom .item .h5 {
        font-size: 1.25vw;
        margin-bottom: 0.78125vw;
    }

    .sec3 .fix .wrap .l_box .l_box_bottom .item .p {
        font-size: 0.9375vw;
    }

    .sec3 .fix .wrap .r_box {
        height: 44.375vw;
    }

    .sec3 .fix .wrap .r_box .item .img {
        width: 47.1875vw;
        height: 44.375vw;
        border-radius: 1.4583333333vw;
    }

    .sec4 {
        padding: 8.2291666667vw 0px 0px;
    }

    .sec4 .wrap {
        width: 95.8333333333vw;
    }

    .sec4 .wrap .l_box {
        width: 40.625vw;
        padding: 2.3958333333vw 0px 0px;
    }

    .sec4 .wrap .l_box .title {
        font-size: 2.5vw;
    }

    .sec4 .wrap .l_box .des {
        font-size: 0.9375vw;
        margin: 3.3333333333vw 0px 0px;
    }

    .sec4 .wrap .r_box {
        width: 47.96875vw;
        gap: 0.8333333333vw 0.8854166667vw;
    }

    .sec4 .wrap .r_box .item {
        width: 23.4375vw;
    }

    .sec4 .wrap .r_box .item .img {
        height: 16.3541666667vw;
        border-radius: 1.4583333333vw;
    }

    .sec4 .wrap .r_box .item .p {
        font-size: 0.9375vw;
        margin: 1.3020833333vw 0px 0px;
    }

    .sec5 {
        padding: 7.8645833333vw 0px 0px;
    }

    .sec5 .wrap {
        width: 95.8333333333vw;
    }

    .sec5 .wrap .item {
        height: 44.375vw;
        border-radius: 1.4583333333vw;
    }

    .sec5 .wrap .item:not(:last-child) {
        margin-bottom: 5.3125vw;
    }

    .sec5 .wrap .item .item_box {
        left: 1.71875vw;
        width: 46.1979166667vw;
        height: 41.40625vw;
        border-radius: 1.4583333333vw;
        padding: 0px 5.2604166667vw 0px 6.9791666667vw;
    }

    .sec5 .wrap .item .item_box .h5 {
        font-size: 2.5vw;
    }

    .sec5 .wrap .item .item_box .p {
        font-size: 0.9375vw;
        margin: 3.125vw 0px 0px;
    }

    .sec5 .wrap .item .item_box .p1 {
        font-size: 0.9375vw;
    }

    .sec5 .wrap .item:nth-child(2) .item_box {
        padding: 5.8854166667vw 5.8854166667vw 3.90625vw 7.2916666667vw;
    }

    .sec5 .wrap .item:nth-child(2) .item_box .h5 {
        margin-bottom: 2.03125vw;
    }

    .sec6 {
        padding: 8.90625vw 0px 6.1979166667vw;
    }

    .sec6 .wrap {
        width: 95.8333333333vw;
    }

    .sec6 .wrap .title {
        font-size: 2.5vw;
        margin-bottom: 2.8645833333vw;
    }

    .sec6 .wrap .swiper .swiper-slide .slide_box {
        border-radius: 0.625vw;
    }

    .sec6 .wrap .swiper .swiper-slide .slide_box .img {
        height: 18.0208333333vw;
    }

    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom {
        padding: 1.8229166667vw 2.0833333333vw 2.0833333333vw 1.5625vw;
    }

    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l {
        width: 13.0208333333vw;
    }

    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .name {
        font-size: 1.0416666667vw;
    }

    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .des {
        font-size: 0.8333333333vw;
    }

    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r {
        gap: 0.3645833333vw;
    }

    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r p {
        font-size: 0.7291666667vw;
    }

    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont {
        font-size: 0.4166666667vw;
    }
}

@media screen and (max-width: 768px) {
    .banner .text {
        top: 20%;
    }
    .banner .text span {
        font-size: 20px;
    }
    .sec1 {
        padding: 60px 5vw 0;
    }
    .sec1 .wrap {
        width: 100%;
    }
    .sec1 .wrap .sec1_top {
        width: 100%;
        margin: 0 0 25px;
    }
    .sec1 .wrap .sec1_top .title {
        font-size: 20px;
        line-height: 1.3;
    }
    .sec1 .wrap .sec1_top .des {
        font-size: 14px;
        margin: 15px 0 0;
        text-align: left;
    }
    .sec1 .wrap .box {
        flex-wrap: wrap;
        gap: 15px;
    }
    .sec1 .wrap .box .l_box {
        width: 100%;
        height: 80vw;
        border-radius: 8px;
    }
    .sec1 .wrap .box .r_box {
        gap: 15px;
        width: 100%;
    }
    .sec1 .wrap .box .r_box .item {
        border-radius: 8px;
        width: 100% !important;
        height: unset !important;
    }
    .sec1 .wrap .box .r_box .item:nth-child(1) {
        width: 100%;
        height: 58vw;
    }
    .sec1 .wrap .box .r_box .item:nth-child(2),.sec1 .wrap .box .r_box .item:nth-child(3) {
        padding: 30px 20px;
    }
    .sec1 .wrap .box .r_box .item .h5 {
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    .sec1 .wrap .box .r_box .item .p {
        font-size: 13px;
    }
    .sec2 {
        padding: 80px 0 240px;
        overflow: hidden;
    }
    .sec2 .wrap {
        width: 90%;
    }
    .sec2 .wrap .title {
        font-size: 20px;
    }
    .sec2 .wrap .des {
        font-size: 14px;
        margin: 10px 0 25px;
    }
    .sec2 .wrap .fix_box {
        height: unset;
    }
    .sec2 .wrap .fix_box .fix {
        height: unset;
    }
    .sec2 .wrap .fix_box .fix .img img {
        width: 190%;
        margin-left: -45%;
        max-width: unset;
    }
    .sec2 .wrap .fix_box .fix .img {
    }
    .sec2 .wrap .fix_box .fix .img .points .point .cir {
        width: 8px;
        height: 8px;
    }
    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(1) {
        top: 42.675vw;
        left: 39.270833vw;
    }
    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(2) {
        top: 44.104167vw;
        left: 62.8125vw;
    }
    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(3) {
        top: 36.666667vw;
        left: 70.802083vw;
    }
    .sec2 .wrap .fix_box .fix .img .points .point .point_box .point_box_text .p {
        font-size: 13px;
    }
    .sec2 .wrap .fix_box .fix .img .points .point .point_box .point_box_text .h5 {
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    .sec2 .wrap .fix_box .fix .img .points .point .point_box .point_box_text {
        width: 65vw;
    }
    .sec2 .wrap .fix_box .fix .img .points .point .point_box {
        display: block;
    }
    .sec2 .wrap .fix_box .fix .img .points .point .point_box .line {
        width: 1px;
        height: 160px;
        border-top: unset;
        border-right: 1px dashed #7F1085;
    }
    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(1) .point_box {
        right: unset;
        left: 3px;
    }
    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(1) .point_box .point_box_text {
        text-align: left;
        margin: 15px 0 0 -10vw;
    }
    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(2) .point_box .point_box_text {
        width: 61vw;
        text-align: right;
        margin: 10px -10px 0 0;
    }
    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(3) .point_box .point_box_text {
        width: 65vw;
        text-align: right;
        margin: 10px -10px 0 0;
    }
    .sec2 .wrap .fix_box .fix .img .points .point .point_box {
        right: 0;
        left: unset;
        pointer-events: none;
    }
    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(2) .point_box .line {
        width: 1px;
        margin: 0 3px 0 auto;
    }
    .sec2 .wrap .fix_box .fix .img .points .point:nth-child(3) .point_box .line {
        width: 1px;
        margin: 0 3px 0 auto;
    }
    .sec3 {
        height: unset !important;
    }
    .sec3 .fix {
        height: unset;
    }
    .sec3 .fix .wrap {
        width: 90%;
        display: block;
    }
    .sec3 .fix .wrap .l_box {
        width: 100%;
        height: unset;
    }
    .sec3 .fix .wrap .r_box {
        display: none;
    }
    .sec3 .fix .wrap .l_box .l_box_top .title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sec3 .fix .wrap .l_box .l_box_top {
        margin-bottom: 35px;
    }
    .sec3 .fix .wrap .l_box .l_box_top .des {
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
    }
    .sec3 .fix .wrap .l_box .l_box_top .des br {
        display: none;
    }
    .sec3 .fix .wrap .l_box .l_box_bottom .item {
        display: block;
        padding: 0 0 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #D9D9D9;
    }
    .sec3 .fix .wrap {
        border-bottom: none;
    }
    .sec3 .fix .wrap .l_box .l_box_bottom .item .img {
        display: block !important;
    }
    .sec3 .fix .wrap .l_box .l_box_bottom .item .h5 {
        font-size: 18px;
        margin: 15px 0;
        line-height: 1.2;
    }
    .sec3 .fix .wrap .l_box .l_box_bottom .item .p {
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
    }
    .sec4 {
        padding: 50px 0 0;
    }
    .sec4 .wrap {
        width: 90%;
        display: block;
    }
    .sec4 .wrap .l_box {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    .sec4 .wrap .l_box .title {
        font-size: 20px;
    }
    .sec4 .wrap .l_box .des {
        font-size: 13px;
        line-height: 1.6;
    }
    .sec4 .wrap .r_box {
        width: 100%;
        gap: 10px;
    }
    .sec4 .wrap .r_box .item {
        width: 100%;
        padding: 0 0 15px;
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 30px;
    }
    .sec4 .wrap .r_box .item .img {
        height: 60vw;
    }
    .sec4 .wrap .r_box .item .p {
        font-size: 13px;
        margin: 20px 0 0;
        text-align: left;
    }
    .sec4 .wrap .r_box .item .img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sec5 {
        padding: 40px 0 0;
    }
    .sec6 .wrap {
        width: 90%;
    }
    .sec6 {
        padding: 80px 0 40px;
        overflow: hidden;
    }
    .sec6 .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec6 .wrap .swiper .swiper-slide .slide_box .img {
        height: 60vw;
    }
    .sec6 .wrap .swiper .swiper-slide .slide_box {
        border-radius: 8px;
    }
    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom {
        padding: 15px;
    }
    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l {
        width: 70%;
    }
    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .name {
        font-size: 14px;
    }
    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r p {
        font-size: 12px;
    }
    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r {
        gap: 4px;
    }
    .sec6 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont {
        font-size: 6px;
    }
    .sec5 .wrap .item {
        height: unset;
        border-radius: 10px;
        display: block;
        overflow: hidden;
        background: #F3F3F3;
    }
    .sec5 .wrap .item img {
        display: block;
        position: unset;
    }
    .sec5 .wrap .item .item_box {
        position: unset;
        width: 100%;
        height: unset;
        padding: 30px 20px 30px;
    }
    .sec5 .wrap .item .item_box .h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec5 .wrap .item .item_box .p {
        font-size: 13px;
        margin: 12px 0 0;
        text-align: left;
    }
    .sec5 .wrap .item .item_box .p1 {
        font-size: 13px;
        text-align: left;
    }
    .sec5 .wrap .item:nth-child(2) .item_box .h5 {
        margin-bottom: 10px;
    }
    .sec5 .wrap .item:nth-child(2) img {
        max-width: unset;
        width: 172%;
    }
    .sec5 .wrap .item:nth-child(1) img {
        max-width: unset;
        width: 172%;
        margin-left: -72%;
    }
    .sec5 .wrap .item:nth-child(1) .item_box {
        width: calc(100% - 10px);
        margin: 0 0 5px 5px;
    }
    .banner .img  img {
        display: none;
    }
    .banner .ph {
        display: block !important;
    }
}
