@charset "UTF-8";

.banenr_center {
    position: relative;
    height: 100vh;
    background-color: #000;
}

.banenr_center .banner_Ele {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.ban_text {
    position: absolute;
    left: 50%;
    bottom: 3.5rem;
    transform: translateX(-50%);
    padding-bottom: 2rem;
}


.ban_tit {
    font-size: 4.5rem;
    line-height: 100%;
    color: #fff;
    max-width: 47rem;
}

a.ban_scrs.icon {
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 20%);
    border-radius: .3rem;
    color: #fff;
    font-size: 1.25rem;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .5s ease;
}

a.ban_scrs.icon:hover {
    background: rgb(255 255 255 / 80%);
    color: var(--li);
}

.ban_text .swiper-pagin {
    margin-bottom: 3.5rem;
    font-size: 1.5rem;
    color: #fff;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.ban_text .swiper-pagin span.my-bullet {
    cursor: pointer;
    opacity: .3;
    transition: all .5s ease;
}

.ban_text .swiper-pagin .my-bullet:before {
    content: '\e77a';
    font-family: "iconfont";
}

.ban_text .swiper-pagin span.my-bullet-active {
    opacity: 1;
    color: var(--li);
}

#section2 {
    padding: 9.5rem 0;
    position: relative;
    overflow: hidden;
}

#section2 .center {
    padding: 0 6.25rem;
}

.pro-vide-tit {
    font-size: 3.75rem;
    color: #000;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    max-width: 56rem;
    width: 100%;
    margin: auto;
    line-height: 100%;
}

.pro-vide-tit span {
    display: inline-flex;
    border-radius: .3rem;
    align-items: center;
    gap: .75rem;
    font-size: 2.25rem;
}

.pro-vide-tit .span1 {
    background: #d0daea;
    color: #144694;
    padding: 0 1rem;
}

.pro-vide-tit .span2 {
    background: #e4f4e3;
    color: #4cb944;
    padding: 0 1.15rem;
}

.pro-vide-tit .span3 {
    background: #d1edea;
    color: #17a398;
    padding: 0 2.15rem;
}

.pro-vide-sub {
    font-size: 1.125rem;
    color: #666666;
    line-height: 167%;
    max-width: 42rem;
    text-align: center;
    margin: 3.5rem auto 7.5rem;
}

#section2 .swiper-wrapper {
    padding-bottom: 7rem;
}

#section2 .swiper-slide-active {
    transform: translateY(2rem);
}

.pro-vide-slide {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 2rem 0 2rem 2rem;
    line-height: 0;
    max-width: 30rem;
}

.pro-vide-slide:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 50%;
    background: linear-gradient(0deg, black, transparent);
    opacity: .2;
    left: 0;
    bottom: 0;
    transition: all .5s ease;
}

.pro-vide-slide:hover:before {
    opacity: .8;
}

.pro-vide-slide i.icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: auto;
    aspect-ratio: 1/1;
    background: var(--color, #d71316);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
}

.pro-vide-slide:hover i.icon {

    transform: rotate(45deg);
}

.pro-vide-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 2.25rem;
    color: #fff;
    line-height: 117%;
    padding: 2.6rem;
}

.pro-vide-slide svg.clip-img image,
.pro-vide-slide svg.clip-img {
    width: 100%;
    height: auto;
    transform-origin: right top;
}

.pro-vide-slide:hover image {
    transform: scale(1.03);
}

.swiper-num {
    line-height: 100%;
    font-size: 1.125rem;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.swiper-num span.swiper-pagination-current {
    color: var(--li);
}

span.paginline {
    width: 4.2rem;
    height: 1px;
    background: #999999;
    position: relative;
    overflow: hidden;
}

.swiper-num .paginline::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 0;
    background: var(--li);
    z-index: 2;
}

.swiper-num .paginline.progress-animate::after {
    animation: pageline 5s linear forwards;
}

@keyframes pageline {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

#section3 {
    position: relative;
    border-radius: 1.875rem;
}

#section3 .wcu-are {
    position: sticky;
    left: 0;
    top: -1.875rem;
    background: url(/src/image/bg1.jpg) center center/cover no-repeat;
    min-height: calc(105vh + 3rem);
    border-radius: 1.875rem;
    padding: 10rem 0;
    background-attachment: fixed;
}

.wcu-box {
    position: relative;
    background: #fff;
    border-radius: 1.875rem;
    overflow: hidden;
    margin-top: -3rem;
    min-height: calc(110vh + 3rem);
    display: flex;
    align-items: flex-end;
    padding: 11rem 0;
}

.wcu-box .grid_bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: 1;
    background: url(/src/image/grid.png) center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    transform: translateX(-50%);
}

.wcu-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 20%);
}

.wcu-box video.wcu-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

#section3 .center {
    position: relative;
    z-index: 2;
    color: #fff;
}

.h-title {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 1.25rem;
    line-height: 3rem;
}

.h-title:before {
    content: "\e77a";
    font-family: 'iconfont';
    ;
    color: var(--li);
    position: absolute;
    left: 0;
    z-index: -1;
    font-size: 3rem;
    top: 50%;
    transform: translateY(-50%) rotate(12deg);
    line-height: 100%;
}

.h-title::after {
    content: attr(data-text);
    position: absolute;
    left: 1.25rem;
    top: 0;
    color: #fff;
    width: 1.75rem;
    overflow: hidden;
    white-space: nowrap;
}

.wcu-sub {
    font-size: 3.75rem;
    line-height: 120%;
    max-width: 50rem;
    width: 100%;
    margin-top: 1.5rem;
}

.wcu-sub font {
    color: #ffc857;
}

.wcu-top {
    max-width: 42rem;
    width: 100%;
    margin: 0 auto 12%;
}

.wcu-bottom {
    max-width: 31rem;
    margin-left: auto;
    font-size: 1.125rem;
    line-height: 144%;
}

.wcu-bottom:before {
    content: '';
    width: 4rem;
    display: block;
    height: .2rem;
    background: rgb(255 255 255 / 60%);
    margin-bottom: 2rem;
}

a.wcu-btn {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-top: 3rem;
}

.wcu-box .center .wcu-left a.wcu-btn {
    margin-top: 5.5rem;
}

.wcu-box .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.wcu-box .center .wcu-left {
    width: 50%;
}

.wcu-box .center .wcu-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15rem;
    align-items: flex-end;
}

.wcu-box .wcu-right .wcu-num {
    position: relative;
    padding-left: 5rem;
    width: 100%;
}

.wcu-box .wcu-right .wcu-num:before {
    content: '';
    background: url(/src/image/sign.png) center no-repeat;
    position: absolute;
    width: 5rem;
    height: 5rem;
    transform: translateX(-50%);
    left: 0;
    top: 2.1rem;
    background-size: contain;
}

.wcu-num span.counter {
    font-size: 6.875rem;
    line-height: 100%;
    display: inline-block;
}

.wcu-num i {
    font-size: 4rem;
    vertical-align: top;
    line-height: 100%;
}

.wcu-num p {
    font-size: 1.5rem;
    max-width: 26rem;
}

.wcu-box .wcu-right .wcu-num:last-child {
    max-width: 54.4%;
}

.section4 {
    padding: 7.5rem 0 2rem;
}

.section4 .h-title {
    color: #333;
}

.app_tit {
    font-size: 3.125rem;
    color: #000000;
    line-height: 120%;
    max-width: 48rem;
    width: 100%;
    margin: 2rem 0;
}

.app-swiper-box {
    display: flex;
    flex-wrap: wrap;
}

.swiper.app-swiper {
    order: 2;
    margin-top: 3.75rem;
    width: 100%;
}

.swiper.app-swiper .app-slide-box {
    display: block;
    position: relative;
    border-radius: 1.875rem;
    overflow: hidden;
}

.swiper.app-swiper .app-slide-box:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 50%;
    background: linear-gradient(0deg, black, transparent);
    opacity: .5;
    left: 0;
    bottom: 0;
    transition: all .5s ease;
    z-index: 1;
}

.swiper.app-swiper .app-slide-box:hover:before {
    opacity: 1;
}

.swiper.app-swiper .Limg_cov {
    padding-bottom: 63%;
}

.swiper.app-swiper .app-slide-box:hover img {
    transform: scale(1.05);
}

.swiper.app-swiper span {
    font-size: 2.5rem;
    color: #fff;
    line-height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 3.125rem;
    z-index: 2;
}

.app-swiper-buttom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-swiper-buttom .swiper-num {
    justify-content: flex-start;
}

.app-swiper-buttom .swiper-buttom {
    display: flex;
    gap: 0.675rem;
}

.app-swiper-buttom .swiper-buttom .icon {
    width: 4.375rem;
    height: 4.375rem;
    background: #f3f6fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.25rem;
    font-weight: bold;
    transition: all .5s ease;
    cursor: pointer;
}

.app-swiper-buttom .swiper-buttom .icon:hover {
    background: var(--li);
    color: #fff;
}

#section5 a.wcu-btn {
    color: #000000;
    margin: 0;
}

#section5 a.wcu-btn i.icon {
    color: var(--li);
}

ul.h_news {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 3.75rem;
}

ul.h_news li {
    width: calc((100% - 3rem) / 3);
}

.news_box {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f3f6fa;
    border-radius: 1.875rem;
    padding: 10% 9%;
    z-index: 1;
}

.news_box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/src/image/newsbg.jpg) right center/contain no-repeat;
    z-index: -1;
    transition: all .5s ease;
    opacity: 0;
}

.noimg .news_box:before {
    opacity: 1;
}

.news_box .news_time {
    font-size: 1.125rem;
    color: #d71316;
}

.news_box .news_t {
    font-size: 1.625rem;
    color: #000000;
    line-height: 153%;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: 7.5rem;
    margin: 1.875rem 0 3.5rem;
    transition: all .5s ease;
}
.news_box:hover .news_t {
    color: var(--li);
}
.news_box .Limg_cov {
    padding-bottom: 66%;
    z-index: 2;
    transition: all .5s ease;
    border-radius: 1.25rem;
}

.news_box:hover .Limg_cov img {
transform: scale(1.05);
}

.news_box .news_info {
    position: absolute;
    left: 10%;
    bottom: 9%;
    width: 80%;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    color: #666666;
    font-size: 1.125rem;
    line-height: 167%;
    transform: translateY(10px);
    opacity: 0;
    transition: all .5s ease;
}

.noimg .news_box .news_info {
    transform: translateY(0px);
    opacity: 1;
}

#section6 {
    padding: 7rem 0 2rem;
}

#section6 .center {
    background: url(/src/image/bg2.jpg);
    border-radius: 1.875rem;
    padding: 9.375rem 6.25rem;
}

#section6 p {
    font-size: 3.125rem;
    color: #fff;
    max-width: 48rem;
    line-height: 120%;
}

#section6 .wcu-btn {
    color: #fff;
}

#section6 .wcu-btn i {
    color: var(--li);
}

@media (min-width: 769px) {}

@media (max-width: 768px) {
    .nav-series {
        display: none;
    }

    .nav-fixed {
        padding: 1rem;
        background: #fff;
    }

    .yx-TopLang {
        color: #000;
    }

    .banenr_center {
        height: 160vw;
    }

    .ban_tit {
        font-size: 3rem;
    }

    #section2 {
        padding: 5rem 0;
    }

    #section2 .center {
        padding: 0;
    }

    .pro-vide-tit {
        font-size: 2.5rem;
        gap: .5rem;
    }

    .pro-vide-sub {
        margin: 2rem auto;
    }

    #section3 .wcu-are {
        position: relative;
        min-height: 0;
        border-radius: 0;
        padding: 5rem 0;
        background-attachment: scroll;
        top: 0;
    }

    .wcu-sub {
        font-size: 2.5rem;
    }

    .wcu-box {
        border-radius: 0;
        margin-top: 0;
        min-height: 0;
        padding: 5rem 0;
    }

    .wcu-box .center .wcu-left {
        width: 100%;
    }

    .wcu-box .center .wcu-left a.wcu-btn {
        margin-top: 2rem;
    }

    .wcu-box .center .wcu-right {
        width: 100%;
        gap: 3rem;
        align-items: flex-start;
        margin-top: 5rem;
    }

    .swiper.app-swiper span {
        font-size: 2rem;
        padding: 2rem;
    }

    .wcu-num span.counter {
        font-size: 4em;
    }

    .wcu-num i {
        font-size: 2rem;
    }

    .wcu-num p {
        font-size: 1.2rem;
        max-width: 100%;
    }

    .wcu-box .wcu-right .wcu-num:last-child {
        max-width: 100%;
    }

    .wcu-box .wcu-right .wcu-num:before {
        display: none;
    }

    .wcu-box .wcu-right .wcu-num {
        padding-left: 0;
    }

    .section4 {
        padding: 5rem 0;
    }

    .app_tit {
        font-size: 2.5rem;
        margin-bottom: 0;
    }

    .swiper.app-swiper {
        order: 0;
        margin: 2rem 0;
        width: 100%;
    }

    section#section5 {
        padding: 0;
    }

    #section5 a.wcu-btn {
        display: none;
    }

    ul.h_news {
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
        gap: 1.2rem;
        scroll-snap-type: x mandatory;
        margin-top: 2rem;
        flex-wrap: nowrap;
        padding-bottom: 2rem;
    }

    ul.h_news li {
        width: auto;
        flex: 0 0 85%;
        scroll-snap-align: start;
    }

    ul.h_news::-webkit-scrollbar {
        height: 5px;
    }

    ul.h_news::-webkit-scrollbar-track {
        background: #eee;
        border-radius: 5px;
    }

    ul.h_news::-webkit-scrollbar-thumb {
        background: var(--li);
        border-radius: 5px;
    }

    #section6 {
        padding: 5rem 0 2rem;
    }

    #section6 .center {
        padding: 5rem 2rem;
    }

    #section6 p {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {}