body {
    background: #000000;
}

.index_banner {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.index_banner .banner_swiper {
    width: 100%;
    height: 100%;
}

.index_banner .banner_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_banner .banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 2s;
}

.index_banner .banner_swiper .swiper-slide .text {
    position: absolute;
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 60px;
    z-index: 3;
    opacity: 0;
    top: 28vh;
}

.index_banner .banner_swiper .swiper-slide .text div {
    font-family: 'HANDEL-GOTHIC';
    text-transform: uppercase;
}

.index_banner .banner_swiper .swiper-slide.swiper-slide-active .text {
    opacity: 1;
}

.index_banner .banner_swiper .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}

.index_banner .banner_swiper .swiper-pagination {
    display: flex;
    gap: 9px;
    bottom: 55px;
    justify-content: center;
}

.index_banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 20px;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    opacity: 1;
    margin: 0;
    transition: 0.6s;
    position: relative;
}

.index_banner .banner_swiper .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background: #F8AB21;
}

.index_banner .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background: rgba(255, 255, 255, 0.8);
}

.index_banner .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    animation: line 4s linear forwards;
}

.index_banner .banner_swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.8);
}

@keyframes line {
    100% {
        width: 100%;
    }
}

.sec1 {
    padding: 30px 0 0;
}

.sec1 .wrap {
    width: 1860px;
    margin: 0 auto;
}

.sec1 .wrap .swiper {
    width: 100%;
}

.sec1 .wrap .swiper .swiper-slide .slide_box {
    display: block;
    width: 100%;
    border-radius: 10px;
    background: #FAFAFA;
    height: 340px;
    overflow: hidden;
    position: relative;
}

.sec1 .wrap .swiper .swiper-slide .slide_box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .swiper .swiper-slide .slide_box p {
    position: absolute;
    bottom: 35px;
    padding: 0 30px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec1 .wrap .swiper .swiper-slide .slide_box:hover img {
    transform: scale(1.1);
}

.sec2 {
    padding: 26px 0 145px;
}

.sec2 .title {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 132px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 140px;
}

.sec2 .des {
    width: 1000px;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
}

.sec3 {
    height: 300vh;
}

.sec3 .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec3 .fix .sec3_top {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sec3 .fix .sec3_top .title {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.sec3 .fix .sec3_top .des {
    max-width: 90%;
    margin: 20px auto 0;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 24px;
}

.sec3 .fix .box {
    width: 100%;
    height: 100%;
    clip-path: inset(164px 260px);
}

.sec3 .fix .box .item {
    width: 100%;
    height: 100vh;
    position: relative;
}

.sec3 .fix .box .item:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(100% 0 0 0);
}

.sec3 .fix .box .item .item_top {
    width: 820px;
    position: absolute;
    left: calc(50vw - 700px);
    top: 150px;
    z-index: 3;
    transition: 0.6s;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}

.sec3 .fix .box .item .item_top.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sec3 .fix .box .item .item_top .h5 {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.sec3 .fix .box .item .item_top .p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 20px 0 47px;
}

.sec3 .fix .box .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4 .wrap .sec4_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.sec4 .wrap .sec4_top .title {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.sec4 .wrap .swiper_control {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec4 .wrap .swiper_control .l_box {
    display: flex;
    gap: 17px;
}

.sec4 .wrap .swiper_control .l_box .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 34px;
    background: #181919;
    border-radius: 17px;
    cursor: pointer;
    padding: 0 12px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    transition: 0.6s;
}

.sec4 .wrap .swiper_control .l_box .item:hover,
.sec4 .wrap .swiper_control .l_box .item.on {
    background: #F8AB21;
    color: #FFFFFF;
}

.sec4 .wrap .swiper_control .r_box {
    position: relative;
}

.sec4 .wrap .swiper_control .r_box .line {
    width: 272px;
    height: 2px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
}

.sec4 .wrap .swiper_control .r_box .line .tiao {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #F8AB21;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
}

.sec4 .wrap .swiper_box {
    position: relative;
}

.sec4 .wrap .swiper_box .swiper_items {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sec4 .wrap .swiper_box .swiper_items .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.sec4 .wrap .swiper_box .swiper_items .item .slide_box {
    width: 100%;
    padding: 0 72px 0 87px;
    position: absolute;
    bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_l {
    width: 570px;
}

.sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_l .h5 {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_l .p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_r .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 44px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 22px;
    transition: 0.6s;
}

.sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_r .more img {
    display: block;
    width: 21px;
    transition: 0.6s;
}

.sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_r .more:hover {
    background: #F8AB21;
}

.sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_r .more:hover img {
    filter: brightness(0) invert(1);
}

.sec4 .wrap .swiper_box .swiper_items .item.on {
    opacity: 1;
    pointer-events: auto;
}

.sec4 .wrap .swiper_box .btns {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 1460px;
    pointer-events: none;
}

.sec4 .wrap .swiper_box .btns .iconfont {
    width: 40px;
    height: 40px;
    background: rgba(214, 214, 214, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.6s;
}

.sec4 .wrap .swiper_box .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

.sec4 .wrap .swiper_box .btns .iconfont:hover {
    color: white;
    background: #F8AB21;
}

.sec4 .wrap .swiper_box .swiper {
    height: 700px;
    overflow: unset;
}

.sec4 .wrap .swiper_box .swiper .swiper-slide {
    height: 100%;
    position: relative;
    transform: scale(0.8);
    opacity: 0;
    transition: 0.6s;
}

.sec4 .wrap .swiper_box .swiper .swiper-slide>img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .wrap .swiper_box .swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.sec4 .wrap .swiper_box .swiper .swiper-slide.swiper-slide-active .slide_box {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: 0.6s;
}

.sec4 .wrap .swiper_box .swiper .swiper-pagination {
    display: flex;
    gap: 9px;
    bottom: 40px;
    justify-content: center;
}

.sec4 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 17px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    opacity: 1;
    margin: 0;
    transition: 0.6s;
    position: relative;
}

.sec4 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background: #F8AB21;
}

.sec4 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 31px;
    background: rgba(255, 255, 255, 0.8);
}

.sec4 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    animation: line 4s linear forwards;
}

.sec4 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.8);
}

.sec5 {
    width: 100%;
    height: calc(100vh + 2400px);
    position: relative;
}

.sec5 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec5 .bg {
    width: 100%;
    height: 100%;
}

.sec5 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec5 .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 110px 0 70px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.sec5 .box .top .label {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    gap: 9px;
    text-transform: uppercase;
}

.sec5 .box .top .label .sq {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
}

.sec5 .box .top .title {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 45px;
    text-transform: uppercase;
    margin: 30px 0 28px;
}

.sec5 .box .top .des {
    width: 645px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 50px;
}

.sec5 .box .numList {
    display: flex;
    margin: -30px 0 0;
    justify-content: space-between;
}

.sec5 .box .numList .item {
    min-width: 280px;
}

.sec5 .box .numList .item:nth-last-child(1) {
    min-width: unset;
}

.sec5 .box .numList .item p {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1;
}

.sec5 .box .numList .item .item_des {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    padding: 0 0 0 21px;
    position: relative;
    margin: 6px 0 0;
}

.sec5 .box .numList .item .item_des:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 3px;
}

.sec6 {
    padding: 100px 0 143px;
    background: #FFFFFF;
}

.sec6 .wrap .sec6_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 64px;
}

.sec6 .wrap .sec6_top .l {
    width: 630px;
}

.sec6 .wrap .sec6_top .l .title {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 50px;
    color: #000000;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.sec6 .wrap .sec6_top .l .des {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.sec6 .wrap .sec6_top .r .more_btn {
    border: 1px solid rgba(112, 112, 112, 0.2);
}

.sec6 .wrap .sec6_top .r .more_btn p {
    color: #000000;
}

.sec6 .wrap .sec6_top .r .more_btn img {
    filter: invert(1);
}

.sec6 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 69px 40px;
}

.sec6 .wrap .list .item {
    display: block;
    width: 320px;
}

.sec6 .wrap .list .item .img {
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
}

.sec6 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec6 .wrap .list .item .item_title {
    font-family: 'Manrope3 M';
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    margin: 25px 0 17px;
    transition: 0.6s;
}

.sec6 .wrap .list .item .item_des {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}

.sec6 .wrap .list .item .date {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    color: rgba(0, 0, 0, 0.4);
    margin: 18px 0 0;
}

.sec6 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.sec6 .wrap .list .item:hover .item_title {
    color: #F7AC21;
}


.sec1 .common_swiper_tab{
    display: none;
}
.sec5 .bg.PE,
.sec4 .wrap .swiper_box.PE,
.sec3 .fix .main.PE{
    display: none;
}


.sec6 .wrap .list.PE{
    display: none;
}
@media screen and (max-width: 1919px) {
    .index_banner .banner_swiper .swiper-slide .text {
        font-size: 2.6041666667vw;
        line-height: 3.125vw;
    }

    .index_banner .banner_swiper .swiper-pagination {
        gap: 0.46875vw;
        bottom: 2.8645833333vw;
    }

    .index_banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 1.0416666667vw;
        height: 0.3125vw;
        border-radius: 0.2083333333vw;
    }

    .index_banner .banner_swiper .swiper-pagination .swiper-pagination-bullet::after {
        border-radius: 0.2083333333vw;
    }

    .index_banner .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 2.0833333333vw;
    }

    .sec1 {
        padding: 1.5625vw 0px 0px;
    }

    .sec1 .wrap {
        width: 96.875vw;
    }

    .sec1 .wrap .swiper .swiper-slide .slide_box {
        border-radius: 0.5208333333vw;
        height: 17.7083333333vw;
    }

    .sec1 .wrap .swiper .swiper-slide .slide_box p {
        bottom: 1.8229166667vw;
        padding: 0px 1.5625vw;
        font-size: 0.9375vw;
    }

    .sec2 {
        padding: 1.3541666667vw 0px 7.5520833333vw;
    }

    .sec2 .title {
        font-size: 6.875vw;
        margin-bottom: 7.2916666667vw;
    }

    .sec2 .des {
        width: 52.0833333333vw;
        font-size: 1.25vw;
        line-height: 1.875vw;
    }

    .sec3 .fix .sec3_top .title {
        font-size: 2.6041666667vw;
    }

    .sec3 .fix .sec3_top .des {
        margin: 1.0416666667vw auto 0px;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec3 .fix .box {
        clip-path: inset(8.5416666667vw 13.5416666667vw);
    }

    .sec3 .fix .box .item .item_top {
        width: 42.7083333333vw;
        left: calc(-36.4583333333vw + 50vw);
        top: 7.8125vw;
        transform: translateY(1.0416666667vw);
    }

    .sec3 .fix .box .item .item_top .h5 {
        font-size: 2.6041666667vw;
    }

    .sec3 .fix .box .item .item_top .p {
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        margin: 1.0416666667vw 0px 2.4479166667vw;
    }

    .sec4 .wrap .sec4_top {
        margin-bottom: 2.5vw;
    }

    .sec4 .wrap .sec4_top .title {
        font-size: 2.6041666667vw;
    }

    .sec4 .wrap .swiper_control {
        margin-bottom: 1.5625vw;
    }

    .sec4 .wrap .swiper_control .l_box {
        gap: 0.8854166667vw;
    }

    .sec4 .wrap .swiper_control .l_box .item {
        height: 1.7708333333vw;
        border-radius: 0.8854166667vw;
        padding: 0px 0.625vw;
        font-size: 0.8333333333vw;
    }

    .sec4 .wrap .swiper_control .r_box .line {
        width: 14.1666666667vw;
        height: 0.1041666667vw;
    }

    .sec4 .wrap .swiper_control .r_box .line .tiao {
        height: 0.1041666667vw;
    }

    .sec4 .wrap .swiper_box .swiper_items .item .slide_box {
        padding: 0px 3.75vw 0px 4.53125vw;
        bottom: 3.125vw;
    }

    .sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_l {
        width: 29.6875vw;
    }

    .sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_l .h5 {
        font-size: 1.5625vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_l .p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_r .more {
        width: 3.6458333333vw;
        height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
    }

    .sec4 .wrap .swiper_box .swiper_items .item .slide_box .slide_r .more img {
        width: 1.09375vw;
    }

    .sec4 .wrap .swiper_box .btns {
        gap: 76.0416666667vw;
    }

    .sec4 .wrap .swiper_box .btns .iconfont {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.7291666667vw;
    }

    .sec4 .wrap .swiper_box .swiper {
        height: 36.4583333333vw;
    }

    .sec4 .wrap .swiper_box .swiper .swiper-pagination {
        gap: 0.46875vw;
        bottom: 2.0833333333vw;
    }

    .sec4 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 0.8854166667vw;
        height: 0.1041666667vw;
        border-radius: 0.2083333333vw;
    }

    .sec4 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet::after {
        border-radius: 0.2083333333vw;
    }

    .sec4 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 1.6145833333vw;
    }

    .sec5 {
        height: calc(125vw + 100vh);
    }

    .sec5 .box {
        padding: 5.7291666667vw 0px 3.6458333333vw;
    }

    .sec5 .box .top .label {
        font-size: 0.8333333333vw;
        gap: 0.46875vw;
    }

    .sec5 .box .top .label .sq {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }

    .sec5 .box .top .title {
        font-size: 2.0833333333vw;
        line-height: 2.34375vw;
        margin: 1.5625vw 0px 1.4583333333vw;
    }

    .sec5 .box .top .des {
        width: 33.59375vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin-bottom: 2.6041666667vw;
    }

    .sec5 .box .numList {
        margin: -1.5625vw 0px 0px;
    }

    .sec5 .box .numList .item {
        min-width: 14.5833333333vw;
    }

    .sec5 .box .numList .item p {
        font-size: 2.6041666667vw;
    }

    .sec5 .box .numList .item .item_des {
        font-size: 0.8333333333vw;
        line-height: 0.8333333333vw;
        padding: 0px 0px 0px 1.09375vw;
        margin: 0.3125vw 0px 0px;
    }

    .sec5 .box .numList .item .item_des::after {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        top: 0.15625vw;
    }

    .sec6 {
        padding: 5.2083333333vw 0px 7.4479166667vw;
    }

    .sec6 .wrap .sec6_top {
        margin-bottom: 3.3333333333vw;
    }

    .sec6 .wrap .sec6_top .l {
        width: 32.8125vw;
    }

    .sec6 .wrap .sec6_top .l .title {
        font-size: 2.6041666667vw;
        margin-bottom: 0.8333333333vw;
    }

    .sec6 .wrap .sec6_top .l .des {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec6 .wrap .list {
        gap: 3.59375vw 2.0833333333vw;
    }

    .sec6 .wrap .list .item {
        width: 16.6666666667vw;
    }

    .sec6 .wrap .list .item .img {
        height: 11.4583333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec6 .wrap .list .item .item_title {
        font-size: 0.9375vw;
        line-height: 1.25vw;
        height: 2.5vw;
        margin: 1.3020833333vw 0px 0.8854166667vw;
    }

    .sec6 .wrap .list .item .item_des {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        height: 2.5vw;
    }

    .sec6 .wrap .list .item .date {
        font-size: 0.8333333333vw;
        margin: 0.9375vw 0px 0px;
    }
}

@media screen and (max-width: 1600px) {
    .sec4 .wrap .swiper_box .swiper {
        height: 32.458333vw;
    }
}

@media screen and (max-width: 1024px) {
    .index_banner .banner_swiper .swiper-slide .text {
        font-size: 24px;
        line-height: 1.6;
    }

    .index_banner .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 32px;
        border-radius: 2px;
    }

    .index_banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 4px;
    }

    .index_banner .banner_swiper .swiper-pagination {
        gap: 10px;
        bottom: 30px;
    }

    .index_banner .banner_swiper .swiper-slide.swiper-slide-active .text {
        transform: translate(-50%, 0px);
        transition-delay: .3s;
    }

    .index_banner .banner_swiper .swiper-slide .text {
        width: 90vw;
        left: 50%;
        text-align: center;
        line-height: 1.2;
        opacity: 0;
        transition: all .6s;
        transform: translate(-50%, 20px);
    }

    .index_banner .banner_swiper .swiper-slide .text p {
        font-family: 'HANDEL-GOTHIC';
        text-transform: uppercase;
    }

    .index_banner .banner_swiper {
        transform: none !important;
    }

    .sec1 .wrap .swiper .swiper-slide .slide_box {
        height: auto;
    }

    .sec1 .wrap .swiper .swiper-slide .slide_box p {
        font-size: 14px;
        padding: 0 20px;
        bottom: 20px;
    }

    .sec1 .wrap .swiper .swiper-slide .slide_box {
        border-radius: 10px;
    }

    .sec1 {
        padding-top: 50px;
    }

    .sec1 .wrap {
        width: 90vw;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .sec1 .common_swiper_tab{
        margin-top: 30px;
    }
    .sec1 .common_swiper_tab{
        display: flex;
    }
    .sec2{
        width: 90vw;
        margin: 0 auto;
        padding: 0 0 50px;
    }
    .sec2 .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sec2 .des{
        width: 100%;
        font-size: 14px;
        line-height: 2;
    }
    .sec3 .fix .sec3_top .title{
        font-size: 24px;
    }
    .sec3 .fix .sec3_top .des{
        width: 90vw;
        margin-top: 20px;
        font-size: 14px;
        line-height: 2;
    }
    .sec3 .fix .sec3_top{
        position: static;
        width: 90vw;
        margin: 0 auto;
    }
    .sec3{
        height: auto !important;
    }
    .sec3 .fix .box.PC{
        display: none;
    }
    .sec3 .fix .main.PE{
        display: block;
        margin-top: 30px;
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }
    .sec3 .fix .main.PE .item {
        padding: 10px 10px 20px;
        border-radius: 10px;
        display: block;
        height: 100%;
        background-color: #fff;
    }
    .sec3 .fix .main.PE .item .img{
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .sec3 .fix .main.PE .item .content{
        padding: 0 10px;
    }
    .sec3 .fix .main.PE .item .text .h5{
        color: #111;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec3 .fix .main.PE .item .text .p{
        margin-bottom: 20px;
    }
    .sec3 .fix .main.PE .item .text .p p{
        color: #111;
        font-size: 14px;
        line-height: 1.6;
    }
    .sec3 .fix .main.PE .swiper-slide{
        height: auto;
    }
    .sec3 .fix .main.PE .item .more_btn{
        border: 1px solid #111;
    }
    .sec3 .fix .main.PE .item .more_btn p{
        color: #111;
    }
    .sec3 .fix .main.PE .item .more_btn img{
        filter: invert(1);
    }
    .sec3 .fix{
        height: auto;
    }
    .sec3 .fix .main.PE .common_swiper_tab{
        margin-top: 30px;
    }
    .sec4{
        height: auto !important;
    }
    .sec4 .fix{
        padding: 50px 0;
        height: auto;
    }
    .sec4 .wrap .sec4_top .title{
        font-size: 24px;
    }
    .sec4 .wrap .sec4_top{
        margin-bottom: 30px;
    }
    .sec4 .wrap .swiper_control{
        display: none;
    }
    .sec4 .wrap .swiper_control .l_box{
        gap: 10px;
    }
    .sec4 .wrap .swiper_control .l_box .item{
        font-size: 14px;
        height: 36px;
        border-radius: 18px;
        padding: 0 20px;
    }
    .sec4 .wrap .swiper_control{
        margin-bottom: 30px;
    }
    .sec4 .wrap .swiper_box.PE{
        display: block;
    }
    .sec4 .wrap .swiper_box.PC{
        display: none;
    }
    .sec4 .wrap .swiper_box .swiper{
        height: auto;
    }
    .sec4 .wrap .swiper_box .swiper .swiper-slide{
        opacity: 1;
        transform: none;
    }
    .sec4 .wrap .swiper_box .swiper .swiper-slide .item{
        display: block;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 10px 20px;
    }
    .sec4 .wrap .swiper_box .swiper .swiper-slide .item .img{
        border-radius: 10px;
        overflow: hidden;
    }
    .sec4 .wrap .swiper_box .swiper{
        overflow: hidden;
    }
    /* .sec4 .wrap .swiper_box .swiper .swiper-slide .item .more_btn{
        border: 1px solid #111;
    }
    .sec4 .wrap .swiper_box .swiper .swiper-slide .item .more_btn p{
        color: #111;
    }
    .sec4 .wrap .swiper_box .swiper .swiper-slide .item .more_btn img{
        filter: invert(1);
    } */
    .sec4 .wrap .swiper_box .swiper .swiper-slide .item .img{
        margin-bottom: 20px;
    }
    .sec4 .wrap .swiper_box .swiper .swiper-slide .item .text .h5{
        color: #111;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec4 .wrap .swiper_box .swiper .swiper-slide .item .text .p p{
        font-size: 14px;
        color: #111;
        line-height:1.6;
    }
    .sec4 .wrap .swiper_box .swiper .swiper-slide .item .text{
        margin-bottom: 10px;
    }
    .sec4 .wrap .swiper_box .swiper .swiper-slide .item .content{
        padding: 0 10px;
    }
    .sec4 .wrap .swiper_box .swiper .swiper-slide{
        height: auto;
    }
    .sec4 .wrap .swiper_box .swiper .swiper-slide .item{
        height: 100%;
    }
    .sec5 .box{
        padding: 0;
    }
    .sec4 .wrap .swiper_box .btns{
        position: static;
        transform: none;
        width: fit-content;
        gap: 20px;
        margin-top: 30px;
    }
    .sec4 .wrap .swiper_box .btns .iconfont{
        width: 42px;
        height: 42px;
        border-radius: 50%;
        font-size: 16px;
    }
    .sec5{
        height: auto;
    }
    .sec5 .box{
        padding-bottom: 50px;
        position: relative;
        z-index: 2;
        left: 0;
        transform: none;
    }
    .sec5 .box .top .label{
        font-size: 14px;
        gap: 10px;
    }
    .sec5 .box .top .label .sq{
        width: 6px;
        height: 6px;
    }
    .sec5 .box .top .title{
        font-size: 20px;
        line-height: 1.6;
    }
    .sec5 .box .top .des{
        width: 100%;
        font-size: 14px;
        line-height: 2;
        margin-bottom: 30px;
    }
    .sec5 .fix{
        height: auto;
    }
    .sec5 .bg{
        position: absolute;
    }
    .sec5 .box .numList{
        margin-top: 100px;
    }
    .sec5 .bg.PE{
        display: block;
    }
    .sec5 .bg img{
        object-position: top;
    }
    .sec5 .box .numList .item p{
        font-size:36px;
    }
    .sec5 .box .numList .item .item_des{
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.6;
        padding-left: 14px;
    }
    .sec5 .box .numList .item .item_des::after{
        width: 6px;
        height: 6px;
        top: 10px;
    }
    .sec5 .box .numList .item{
        width: calc(50% - 10px);
    }
    .sec5 .box .numList{
        flex-wrap: wrap;
        gap:30px 20px;
    }
    .sec5 .box .top .title{
        margin: 20px 0;
    }
    .sec6{
        padding: 50px 0;
    }
    .sec6 .wrap .sec6_top{
        flex-direction: column;
        align-items: start;
    }
    .sec6 .wrap .sec6_top .l {
        width: 100%;
        margin-bottom: 20px;
    }

    .sec6 .wrap .sec6_top .l .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sec6 .wrap .sec6_top .l .des {
        font-size: 14px;
        line-height: 2;
    }
    .sec4 .wrap .swiper_box .btns .iconfont{
        background-color: #fff;
        color: #111;
    }
    .sec6 .wrap .list.PC{
        display: none;
    }
    .sec6 .wrap .list.PE{
        display: block;
    }
    .sec6 .wrap .list .item{
        width: 100%;
    }
    .sec6 .wrap .list .item .img{
        height: 28.458333vw;
        border-radius: 10px;
    }
    .sec6 .wrap .list .item .item_title{
        font-size: 18px;
        line-height: 1.5;
        height: 54px;
        margin: 10px 0;
    }
    .sec6 .wrap .list .item .item_des{
        font-size: 14px;
        line-height: 1.5;
        height: 42px;
    }
    .sec6 .wrap .list .item .date{
        font-size: 12px;
        margin-top: 10px;
    }
    .sec6 .wrap .list.PE .common_swiper_tab{
        margin-top: 30px;
    }
    .sec6 .wrap .list.PE .common_swiper_tab .cir{
        background-color: #111;
    }
    .sec6 .wrap .list.PE .common_swiper_tab .cir span{
        color: #fff;
    }
    .sec6 .wrap .sec6_top{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .sec1 .wrap {
        width: 95vw;
        margin-right: 0;
    }
    .sec3 .fix .main.PE{
        width: 95vw;
        margin-right: 0;
    }
    .sec3 .fix .main.PE .item{
        padding: 15px;
    }
    .sec4 .fix .wrap{
        width: 95vw;
        margin-right: 0;
    }
    .sec4 .wrap .sec4_top{
        width: 90vw;
    }
    .sec5 .box .numList .item p{
        font-size:28px;
    }
    .sec6 .wrap .list .item .img {
        height: 53.458333vw;
    }
    .sec6 .wrap{
        width:95vw;
        margin-right: 0;
    }
    .sec6 .wrap .sec6_top{
        width: 90vw;
    }
}
