@charset "UTF-8";

.L_body {
    height: 100vh;
}

#three_video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

#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;
}

.layered {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.layered img {
    position: absolute;
    max-width: none;
    right: -10%;
    bottom: 0;
    width: 115%;
    min-height: 100%;
    object-fit: cover;
}

.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: 25%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.banenr_center .ban_tit {
    font-size: var(--f48);
    color: #fff;
    line-height: 110%;
    max-width: calc(var(--f48) * 26);
}

.banenr_center .ban_sum {
    font-size: var(--f30);
    color: #fff;
    line-height: 110%;
    margin-top: 2%;
}

.mySwiper2 .ab_tc {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 8%;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 2rem;
}

.mySwiper2 .ab_tc>div {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.mySwiper2 .tabcontrol {
    width: auto;
    font-weight: bold;
}

.mySwiper2 .tabcontrol-line {
    width: 8.125rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    position: relative;
}

.mySwiper2 span.tabcontrol-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    background: #fff;
    height: 1px;
    transition: all .5s ease;
}

.mySwiper2 .ab_tc .icon {
    cursor: pointer;
    font-size: 2rem;
}

.mySwiper2 .swiper-button-disabled {
    opacity: .3;
}

/* 第二屏 */
.two_box {
    height: 100vh;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
}

.two_box h2 {
    color: #f8f8f8;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 17.25vw;
    z-index: -1;
}

.two_box .two_box_item {
    height: 100vh;
    border-right: 1px solid #e0e7ed;
    display: flex;
    transition: all .5s ease;
    background: transparent;
    align-items: center;
    justify-content: center;
    padding-top: 6rem;
}

.two_box .two_box_item:hover {
    background: rgb(161 175 189 / 10%);
}

.two_box .two_box_item .Limg_con {
    padding-bottom: 128%;
    overflow: visible;
}

a.two_box_more {
    display: block;
    width: 100%;
    position: relative;
}

.two_box .Limg_con img {
    transform: translate(-45%, -50%);
    max-height: 75%;
    max-width: 75%;
}

a.two_box_more:hover .Limg_con img {
    transform: translate(-45%, -60%);
}

.two_box .two_box_item .two_name {
    text-align: center;
    color: #252733;
    font-size: calc(var(--f24) + 2px);
    text-transform: uppercase;
    line-height: 105%;
    max-width: 14rem;
    margin: auto;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: 5.2rem;
}

.two_box .two_box_more:after {
    content: '';
    display: block;
    width: 1rem;
    height: .25rem;
    background: var(--li);
    margin: 1.5rem auto 0;
}

/* 第三屏 */

.three_box {
    background: #f3f6f9;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 6rem;
}

.video_bg {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}

.three_box .video_bg {
    right: 0;
}

.rela_box .left {
    width: 38%;
}

.h_tit {
    font-family: 'DIN', sans-serif;
    font-weight: 700;
    color: var(--li);
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 100%;
}

.h_name {
    font-family: 'DIN', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: calc(var(--f48) - 2px);
    line-height: 112%;
}

.three_info {
    font-size: 1.125rem;
    color: #666;
}

.rela_box .h_name {
    margin: 7% 0 6%;
}

a.pulic_more {
    font-family: 'DIN', sans-serif;
    font-weight: 700;
    background: var(--li);
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: .25rem;
    line-height: 375%;
    padding: 0 1.7rem;
    transition: all .5s ease;
}

a.pulic_more:hover {
    background: #121a38;
}

.three_box .pulic_more {
    margin-top: 23%;
}

.three_box .flex {
    position: relative;
    z-index: 1;
    align-items: flex-end;
}

.three_box .right i {
    font-size: 4rem;
    vertical-align: top;
    line-height: 100%;
}

.three_box .right .num_info {
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 150%;
    margin-top: 23%;
}

.three_box .center:before {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 25%;
    border-bottom: 2px solid #e3e7ea;
}

.three_box .center:after {
    content: '';
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 25%;
    border-bottom: 2px solid #fff;
    opacity: .3;
}

.three_box .right {
    color: #fff;
    text-align: right;
    width: 30%;
}

.three_box .right span.counter {
    font-size: 6.25rem;
    display: inline-block;
    line-height: 100%;
}

.four_box {
    height: 100%;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    padding-top: 6rem;
}

.four_box .flex {
    justify-content: flex-end;
}

.four_box a.pulic_more {
    background: #121a38;
    margin-top: 19%;
}

.four_box a.pulic_more:hover {
    background: var(--li);
}

.five_box {
    height: 100%;
    background: url(/src/image/bg.jpg) center/cover;
    display: flex;
    align-items: center;
    color: #fff;
    padding-top: 6rem;
}

.five_box .five_name {
    font-weight: 700;
    font-size: var(--f30);
    line-height: 120%;
    margin: 0 0 4%;
    text-align: center;
}

.scrool_link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw 2vw;
}

.scrool_link ul li {
    width: calc((100% - 10vw) / 6);
    transition: all .5s ease;
    background: transparent;
    backdrop-filter: blur(100px);
    cursor: pointer;
}

.scrool_link ul li .Limg_con {
    padding-bottom: 50%;
}

.scrool_link ul li .Limg_con img {
    max-height: 50%;
    max-width: 75%;
}

.scrool_link ul li:hover {
    background: rgb(0 0 0 / 25%);
}

.scrool_link ul li:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.six_box {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 6rem;
    text-align: center;
}

.six_box .h_name {
    margin-top: 1%;
}

.six_box .five_swiper {
    margin-top: 5%;
}

a.news_box {
    display: flex;
    flex-direction: column;
    color: #000;
    gap: var(--f48);
}

a.news_box .Limg_cov {
    padding-bottom: 68%;
    border-radius: .5rem;
}

.news_time {
    color: #999999;
    text-transform: uppercase;
}

.news_tit {
    font-size: 1.25rem;
    color: #000;
    margin: 6% 0 10%;
}

a.news_box span {
    color: #000000;
}

a.news_box span i {
    color: var(--li);
    font-weight: bold;
    font-size: 0.85rem;
}

a.news_box:hover img {
    transform: scale(1.05);
}

a.news_box:hover .news_tit {
    color: var(--li);
}

.footer {
    height: auto !important;
}

@media only screen and (max-width:1500px) {}

@media only screen and (min-width:769px) {

    .two_box .button .icon {
        width: var(--f60);
        height: var(--f60);
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--li);
        color: #fff;
        position: absolute;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        cursor: pointer;
        box-shadow: 0 0 10px rgb(228 19 20 / 50%);
    }

    .two_box .button .swiper-prev {
        left: 3%;
    }

    .two_box .button .swiper-next {
        right: 3%;
    }


    .six_box .swiper-wrapper {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .six_box .list {
        width: calc((100% - 12vw) / 3);
        display: block;
    }

    .six_box .list:nth-of-type(3n) .news_box {
        flex-direction: column-reverse;
    }

    .six_box .line {
        display: block;
        background: #efefef;
        width: 2px;
        position: relative;
        align-self: stretch;
    }

    .six_box .line:last-child {
        display: none;
    }


}

@media only screen and (max-width:768px) {
    .L_body {
        height: auto;
    }

    #H_swiperbox {
        overflow-y: visible;
        height: auto;
    }

    #H_swiperbox>.swiper-wrapper {
        height: auto;
        flex-wrap: wrap;
    }

    .banenr_center {
        height: 160vw;
    }

    .banenr_center .ban_tit {
        font-size: 26px;
        line-height: 133%;
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }

    .banenr_center .ban_sum {
        font-size: 16px;
        font-weight: 500;
    }

    .banenr_center .ban_text {
        bottom: 50%;
        transform: translate(-50%, 50%);
    }

    .two_box {
        height: auto;
        width: 100%;
    }

    .two_box h2 {
        height: 25%;
    }

    .two_box .two_box_item {
        height: auto;
        align-items: center;
        padding: 100px 0 150px;
    }

    .two_box .two_box_item .two_name {
        font-size: 18px;
        max-width: 85%;
        margin: auto;
        min-height: 4rem;
    }

    .two_box .two_box_item .Limg_con {
        padding-bottom: 100%;
    }

    .two_box .button {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 2;
        bottom: 10%;
        gap: 20vw;
    }

    .two_box .button .icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--li);
        color: #fff;
    }

    .four_box {
        padding-top: 0;
        background: #fff;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 50px;
    }
    .six_box,
    .five_box{
        padding: 50px 0;
    }

    .three_box {
        padding-top: 0;
        background: #fff;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .video_bg {
        width: 100%;
        height: 35vh;
        position: static;
    }

    .rela_box .left {
        width: 100%;
        margin-top: 30px;
    }

    .four_box a.pulic_more,
    .three_box .pulic_more {
        margin-top: 25px;
    }

    .rela_box .right {
        width: 100%;
        color: #333;
        text-align: left;
        background: #eee;
        padding: 20px;
        margin-top: 30px;
    }

    .three_box .right i {
        font-size: 24px;
    }

    .three_box .right span.counter {
        font-size: 48px;
    }

    .three_box .right .num_info {
        font-size: 16px;
        margin-top: 10px;
    }

    .three_box .center:before,
    .three_box .center:after {
        display: none;
    }

    .rela_box .h_name {
        margin: 10px 0;
    }

    .five_box .five_name {
        font-size: 24px;
    }

    .scrool_link ul {
        border-top: 1px solid rgb(255 255 255 / 30%);
        padding-top: 10%;
        display: flex;
        flex-wrap: wrap;
        gap: 3vw;
    }

    .scrool_link ul li {
        width: calc((100% - 6vw) / 3);
        border: 1px solid #7d8388;
    }

    .scrool_link ul li:last-child {
        display: none;
    }

    .scrool_link ul li .Limg_con img {
        max-height: 50%;
        max-width: 50%;
    }

    .five_swiper .swiper-pagination {
        position: relative;
        margin-top: 30px;

    }

}

@media only screen and (max-height:690px) {

    .three_info,
    .three_info {
        font-size: 14px;
    }

    .four_box a.pulic_more,
    a.pulic_more {
        line-height: 300%;
        padding: 0 1.3rem;
        margin-top: 15px;
    }

    .three_box .right .num_info {
        font-size: 14px;
        line-height: 133%;
    }
}