@charset "UTF-8";

.L_body {
    height: 100vh;
}

#H_swiperbox {
    height: 100%;
}

.L_homepage {
    position: absolute;
    z-index: 2;
    right: 1.5% !important;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet {
    margin: 0.8rem 0;
    width: 0.75rem;
    height: 0.75rem;
    cursor: pointer;
    background: #f6f8fd;
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    border: none;
    border-radius: 50%;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet:before {
    content: '';
    width: 0.25rem;
    height: 0.25rem;
    background: var(--li1);
    display: block;
    border-radius: 50%;
    transition: all .5s;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet-active {
    background: var(--li);
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet-active:before {
    background: #fff;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet-active:before {
    background: #fff;
    transform: scale(1);
}

.banenr_center {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #121a38;
}

.banenr_center .banner_Ele {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    object-fit: cover;
}

.banenr_center video {
    opacity: 0.7;
}

.banenr_center .ban_text {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: right;
}

.banenr_center .ban_tit {
    font-size: var(--f60);
    color: #fff;
    font-weight: 700;
    line-height: 100%;
    max-width: calc(var(--f60) * 13);
    width: 94%;
    margin: 0 0 0 auto;
    text-transform: uppercase;
}

.banenr_center .ban_text a {
    display: inline-block;
    width: 15rem;
    line-height: 3rem;
    border: 0.1875rem solid var(--li);
    margin-top: 3%;
    font-size: var(--f18);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .5s ease;
}

.banenr_center .ban_text a:hover {
    background: var(--li);
    color: #fff;
}


.to_two {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: .3rem;
    cursor: pointer;
    transition: all .5s ease;
    margin: var(--f42) 0 0 auto;
    color: var(--li);
    font-size: var(--f48);
}

.to_two i {
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-timing-function:
        cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

/* 第二屏 */
#H_swiperbox .swiper-pagination {
    padding: 0 3%;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: .8rem;
    bottom: 3%;
}

#H_swiperbox .swiper-pagination span.swiper-pagination-bullet {
    display: block;
    margin-left: auto;
    width: var(--f40);
    height: 2px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    transition: all.5s ease;
}

#H_swiperbox .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: var(--f60);
    height: 5px;
    background: var(--li);
    opacity: 1;
}


/* 第二屏 */
.two_box {
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.two_swiper {
    width: 100%;
}


.two_center {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.two_center .banner_two {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    opacity: .9;
}

.two_center .two_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    color: #fff;
    opacity: 0;
}

.swiper-slide-active .two_swiper .two_center .two_text {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all .5s ease 1s;
}
.two_tit {
    font-size: var(--f60);
    text-transform: uppercase;
    line-height: 100%;
    max-width: calc(var(--f60) * 7);
}

.two_info {
    font-size: var(--f18);
    color: #fff;
    max-width: calc(var(--f18) * 30);
    line-height: 167%;
    margin: var(--f48) 0 calc(var(--f48) * 2);
}

.two_tc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    pointer-events: none;
    text-align: right;
    z-index: 1;
}

.two_pro_sa {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    width: 300px;
    opacity: 0;
    transform: translateX(10%);
}

.swiper-slide-active .two_pro_sa {
    opacity: 1;
    transform: translateX(0%);
    transition: all .5s ease 1s;
}

.two_lis {
    position: relative;
    z-index: 1;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: all;
    padding-right: calc(16px * 1.5);
    cursor: pointer;
    transition: all .5s ease;
}

.two_lis:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #fff;
    z-index: -1;
    right: 0;
    top: 0;
    transition: all .5s ease;
    -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

.current.two_lis {
    padding-right: calc(16px * 8);
}

.current.two_lis:before {
    width: 100%;
    background: var(--li);
}

.two_lis .tit {
    font-size: 16px;
    max-width: calc(16px * 8);
    text-transform: uppercase;
    line-height: 125%;
}

.two_lis img {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    max-width: 100px;
}

.current.two_lis img {
    opacity: 1;
    visibility: visible;
    right: 16px;
}


.three_box {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    background: #fff url(/src/image/h_3.jpg) center center / cover no-repeat;
}

.three_box .box {
    max-width: calc(var(--f60) * 8.25);
    margin-left: auto;
}

.h_tit {
    font-size: var(--f60);
    text-transform: uppercase;
    line-height: 100%;
    text-align: left;
}

.h_sum {
    font-size: var(--f18);
    line-height: 167%;
    margin: var(--f54) 0 calc(var(--f54) * 1.25);
    color: rgb(255 255 255 / 70%);
}


.four_box {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#three_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: calc(100% + 4px);
    object-fit: cover;
    transform: translate3d(-50%, -50%, 0) scale(1.01);
    backface-visibility: hidden;
    will-change: transform;
    z-index: -1;
}

.four_box .box {
    max-width: calc(var(--f60) * 8.25);
    color: #fff;
}

.four_box .box font {
    color: var(--li);
}


.five_box {
    position: relative;
    background: url(/src/image/h_5.jpg) center center / cover no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    text-align: center;
}

.five_tan {
    display: inline-flex;
    background: rgb(255 255 255 / 15%);
    border-radius: 10px;
    padding: 3px;
}

.five_tan span {
    font-size: var(--f18);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: var(--f54);
    padding: 0 var(--f30);
    border-radius: 10px;
    cursor: pointer;
    transition: all .5s ease;
}

.five_tan span.current {
    background: var(--li);
}

.five_tab {
    margin: 4% 0;
}

.five_div {
    display: none;
    text-align: left;
}

.current.five_div {
    display: block;
}

.current.five_div:after {
    content: '';
    clear: both;
    display: block;
}

.five_div .news_box {
    display: block;
    float: left;
    width: calc(96% / 3);
    padding: 2%;
    background: rgb(255 255 255 / 5%);
    color: #fff;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 10px;
    transition: all .5s ease;
}

.five_div a+a {
    margin-left: 2%;
}

span.news_time {
    text-transform: uppercase;
    opacity: .7;
}

.five_div .news_box .news_tit {
    font-size: var(--f20);
    line-height: 150%;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: calc(var(--f20) * 4.5);
    margin: 3% 0 10%;
}

.five_div .news_box .news_sum {
    opacity: .5;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: calc(var(--f16) * 5.1);
}

.five_div .news_box:hover {
    background: rgb(255 102 0 / 70%);
    backdrop-filter: blur(0px);
}

.five_box .pulic_more {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.five_box .pulic_more:hover {
    border-color: var(--li);
    color: var(--li);
}

#H_swiperbox .six_box {
    height: 100vh;
}


@media only screen and (max-width:1500px) {}

@media only screen and (min-width:769px) {
    .swiper-pag {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .pulic_more {
        height: 3.25rem;
    }

    .L_body {
        height: auto;
    }

    #H_swiperbox {
        overflow-y: visible;
        height: auto;
    }

    #H_swiperbox>.swiper-wrapper {
        height: auto;
        flex-wrap: wrap;
    }

    .banenr_center {
        height: 160vw;
        background-color: #121a38;
    }

    .banenr_center .ban_text {
        bottom: auto;
        top: 60%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .banenr_center .ban_tit {
        font-size: 24px;
        line-height: 150%;
        width: 300px;
        margin: 0 auto;
    }

    .to_two {
        margin: var(--f42) auto 0;
    }

    .two_center {
        position: relative;
        height: 150vw;
        overflow: hidden;

    }

    .two_tc {
        display: none;
    }

    .two_tit {
        font-size: 24px;
        text-transform: uppercase;
        line-height: 133%;
        max-width: 300px;
    }

    .two_info {
        margin: 20px 0 30px;
    }

    #H_swiperbox .two_box .two_swiper .swiper-pag {
        position: absolute;
        left: 0;
        z-index: 2;
        bottom: 40px;
        text-align: left;
        padding: 0 3%;
    }

    .two_center .two_text {
        top: 45%;
    }

    .two_box .two_swiper .swiper-pagination-bullet {
        width: 25px;
        height: 5px;
        display: inline-block;
        border-radius: 5px;
        background: #fff;
        transition: all .5s ease;
        border: 1px solid #bfbfbf;
    }

    .two_box .two_swiper .swiper-pagination-bullet-active {
        opacity: 1;
        background: var(--li);
        border-color: var(--li);
    }


    .five_box,
    .four_box,
    .three_box {
        height: auto;
        padding: 100px 0;
    }

    .three_box .box {
        max-width: 100%;
    }

    .h_tit {
        font-size: 24px;
        text-transform: uppercase;
        line-height: 150%;
        text-align: left;
        max-width: 300px;
    }

    .h_sum {
        margin: 20px 0 30px;
    }

    .five_tab {
        margin: 30px 0 50px;
    }

    .current.five_div {
        display: flex;
        overflow-x: auto;
        gap: 15px;
        scroll-snap-type: x mandatory;
        margin: 0;
        padding-bottom: 20px;
    }

    .five_div .news_box {
        width: auto;
        flex: 0 0 80%;
        scroll-snap-align: start;
        margin: 0;
        padding: 20px;
    }

    .current.five_div::-webkit-scrollbar {
        height: 5px;
    }

    .current.five_div::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 5px;
    }

    .current.five_div::-webkit-scrollbar-thumb {
        background: var(--li);
        border-radius: 5px;
    }

}

@media only screen and (max-height:690px) {}