@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);
}

.mySwiper2 img.tc {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.banenr_center {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #373737;
}

.banenr_center .banner_Ele {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    object-fit: cover;
}

.banenr_center video {
    opacity: 0.75;
}

.banenr_center .ban_text {
    position: absolute;
    bottom: 23%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    max-width: calc(var(--f54) * 18);
    width: 94%;
}

.banenr_center .ban_tit {
    font-size: var(--f54);
    color: #fff;
    font-weight: 700;
    line-height: 123%;
}

.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 {
    position: absolute;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    border: 2px solid rgb(255 255 255 / 50%);
    bottom: 3%;
    left: 50%;
    margin-left: -1.5rem;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: .3rem;
    cursor: pointer;
    transition: all .5s ease;
    padding-top: .5rem;
    opacity: 0;
}

.to_two i {
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function:
        cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

.to_two:hover {
    cursor: pointer;
    background: var(--li);
    border-color: var(--li);
}


/* 第二屏 */
.two_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.two_box .left {
    width: 50%;
    background: #fcf3f2;
    border-right: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 6rem;
}

.two_pro_1 {
    display: block;
    color: #2c2524;
    font-size: var(--f60);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    padding-left: 2%;
}

.two_box .left img {
    max-width: 50%;
    transform: translateY(-22px);
    transition: all .5s ease;
}

.two_box .left img:hover {
    transform: translateY(0px);
}

.two_info_1 {
    font-size: var(--f18);
    color: #666;
    max-width: calc(var(--f18) * 20);
    text-align: center;
    margin-top: 4%;
}

.two_box .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-top: 6rem;
}

.two_box .right>div {
    height: 50%;
    padding: 0 10%;
    align-items: center;
}

.two_box .right .top {
    border-bottom: 1px solid #e5e5e5;
}

.two_box .two_rl {
    width: 44%;
}

.two_box .two_rr {
    width: 44%;
}

.two_box .two_rr .Limg_con {
    padding-bottom: 100%;
}

.two_pro_2 {
    font-size: 1.625rem;
    line-height: 115%;
    color: #2c2524;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6%;
    transition: all .5s ease;
    display: block;
}

.two_info_2 {
    font-size: var(--f18);
    line-height: 150%;
}

.two_box .right>div:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.two_box .right>div:hover .two_pro_2 {
    color: var(--li);
}

.three_box {
    position: relative;
}

.app_swiper .Limg_cov {
    height: 100vh;
}

.app_swiper .Limg_cov+.center {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.three_sub {
    font-size: var(--f18);
    color: var(--li);
    text-transform: uppercase;
    font-weight: bold;
}

.three_name {
    font-size: var(--f48);
    font-weight: bold;
    line-height: 100%;
    margin: 1% 0 3%;
}

.three_box .three_info {
     color: rgb(255 255 255 / 80%);
    max-width: 36rem;
    width: 100%;
    margin-bottom: 6%;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    font-size: var(--f18);
}

.tree_more {
    display: flex;
    background: transparent;
    border: 2px solid rgb(255 255 255 / 20%);
    line-height: var(--f54);
    width: 10rem;
    justify-content: center;
    border-radius: .3rem;
    color: #fff;
    font-size: var(--f18);
    transition: all .5s ease;
}

.tree_more:hover {
    color: #fff;
    background: var(--li);
}

.three_ul {
    position: absolute;
    bottom: 5%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    gap: .6rem;
}

.three_ul li {
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 20%);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 11rem;
    height: 11rem;
    border-radius: .5rem;
    cursor: pointer;
}

.three_ul li .Limg_con {
    padding-bottom: 55%;
    width: 100%;
}

.three_ul li p {
    color: #fff;
    font-weight: bold;
    width: 78%;
    text-align: center;
    line-height: 120%;
    min-height: 2.5rem;
}

.three_ul li.cur {
    background: var(--li);
    border-color: var(--li);
}

.four_box {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 6rem 0 4%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.round .clir {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: var(--f18);
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    will-change: transform;
    transform: translateZ(0);
}


.round .clir img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1;
}

.round .clir .num {
    font-size: var(--f72);
    line-height: 100%;
    margin-bottom: .5rem;
}

.round .clir:nth-of-type(1) {
    width: 15.833vw;
    height: 15.833vw;
    top: 44%;
    left: 17%;
    --float-distance: 3rem;
    --float-duration: 3s;
    --float-delay: 0s;
    animation: clirFloat var(--float-duration) ease-in-out var(--float-delay) infinite;
}

.round .clir:nth-of-type(2) {
    width: 11.667vw;
    height: 11.667vw;
    top: 10%;
    left: 35%;
    --float-distance: 2rem;
    --float-duration: 2.5s;
    --float-delay: 1s;
    animation: clirFloat var(--float-duration) ease-in-out var(--float-delay) infinite;
}

.round .clir:nth-of-type(2) .num {
    color: var(--li);
}

.round .clir:nth-of-type(3) {
    width: 15.833vw;
    height: 15.833vw;
    bottom: 8%;
    right: 10%;
    --float-distance: 3rem;
    --float-duration: 4s;
    --float-delay: 3s;
    animation: clirFloat var(--float-duration) ease-in-out var(--float-delay) infinite;
}

.round .clir:nth-of-type(3) .num {
    font-size: 3.125vw;
    margin: .5rem 0;
}



.four_box .four_name {
    font-size: var(--f18);
    color: var(--li);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.four_tit {
    font-size: var(--f60);
    color: #2c2524;
    text-align: center;
    font-weight: bold;
    line-height: 110%;
    margin: 1% 0 3%;
}

a.four_more {
    display: flex;
    background: #2c2524;
    border: 2px solid #2c2524;
    line-height: var(--f54);
    width: 10rem;
    justify-content: center;
    border-radius: .3rem;
    color: #fff;
    font-size: var(--f18);
    transition: all .5s ease;
    margin: 0 auto;
}

a.four_more:hover {
    color: #fff;
    background: var(--li);
    border-color: var(--li);
}


.four_info {
    max-width: 38rem;
    text-align: center;
    margin: 10% auto 0;
}

.six_box {
    color: #fff;
    position: relative;
    background: #47495a;
    overflow: hidden;
    padding-top: 6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.six_box .swiper {
    overflow: visible;
}

.six_box .swiper .swiper-slide {
    opacity: 0;
    transition: all .5s ease;
    height: 100%;
}

.six_box .swiper .swiper-slide:before {
    content: '';
    position: absolute;
    left: -17%;
    top: 0;
    background: #fff;
    height: 100%;
    width: 1px;
    opacity: .1;
}

.six_box .swiper .swiper-slide-next,
.six_box .swiper .swiper-slide-next+div,
.six_box .swiper .swiper-slide-active {
    opacity: 1;
}

.six_box .swiper .swiper-slide-active::before {
    opacity: 0;
}

.six_box .six_name {
    text-align: center;
    font-size: var(--f48);
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 4%;
}

.news_box {
    position: relative;
    display: block;
    color: #fff;
}

.news_box .Limg_cov {
    padding-bottom: 60%;
    border-radius: .5rem;
    box-shadow: 0 20px 35px rgb(4 29 67 / 30%);
}

.news_box .news_time {
    color: rgb(255 255 255 / 60%);
    display: block;
    margin: 5% 0 3%;
}

.news_box .news_tit {
    font-size: var(--f18);
    line-clamp: 3;
    -webkit-line-clamp: 3;
    line-height: 167%;
    transition: all .5s ease;
    min-height: 5.7rem;
}

.news_box:hover .news_tit {
    color: var(--li);
}

.news_box:hover img {
    transform: scale(1.05);
}

.six_box .swiper-pagination {
    position: static;
    line-height: 100%;
    margin-top: 3%;
}

.seven_box {
    color: #fff;
    position: relative;
    background: #47495a;
    overflow: hidden;
    padding: 6rem 0 5rem;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}

.seven_box .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    z-index: -1;
}

.seven_box .se_ll {
    width: 50%;
    background: #fff;
    height: 100%;
}

.seven_box .se_rr {
    width: 50%;
    height: 100%;
}

.seven_box .se_rr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seven_box .center>.flex {
    align-items: center;
}

.seven_box .center>.flex>div {
    width: 50%;
}

.seven_box .top {
    margin-bottom: 9%;
}

.seven_box .top .left {
    display: flex;
    flex-direction: column;
    gap: 4vw;
}

.seven_box .top .left p {
    color: #999999;
    margin-bottom: 1%;
}

.seven_box .top .left a {
    color: var(--li);
    font-size: 2rem;
    font-weight: bold;
    line-height: 100%;
    display: block;
}

.seven_box .top .left .co {
    color: var(--li);
    line-height: 150%;
}

.seven_box .top .seve_tit {
    text-align: center;
    font-size: var(--f36);
    line-height: 133%;
    margin-bottom: 6%;
}

.seven_box .top .seve_more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 7.625rem;
    height: 7.625rem;
    background: rgb(255 255 255 / 10%);
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 120%;
    transition: all .5s ease;
    gap: .5rem;
    cursor: pointer;
    outline: 1px solid rgb(255 255 255 / 20%) !important;
    color: #fff;
}

.seven_box .top .seve_more:hover {
    background: var(--li);
    border-color: var(--li);
    outline: 10px solid rgb(255 255 255 / 0%) !important;
    outline-offset: 10rem;
}

.fo_sharing .fo_vt {
    color: #999;
    margin-bottom: 3%;
}

.fo_sharing .fo_more {
    color: #fff;
    font-size: var(--f24);
    font-weight: bold;
}

.fo_sharing a {
    width: var(--f60);
    height: var(--f60);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e7;
    border-radius: .3rem;
    margin: .5rem .5rem 0 0;
    transition: all .5s ease;
}

.fo_sharing a svg {
    width: 50%;
    height: auto;
}

.fo_sharing a:hover {
    background: var(--li);
}

.fo_sharing a:hover * {
    fill: #fff !important;
}


.seven_box .bottom .right {
    text-align: right;
    color: rgb(255 255 255 / 60%);
}

@media only screen and (max-width:1500px) {}

@media only screen and (min-width:769px) {
    @keyframes clirFloat {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(calc(-1 * var(--float-distance))) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

}

@media only screen and (max-width:768px) {
    .banenr_center .ban_text {
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .banenr_center .ban_tit {
        font-size: 32px;
        line-height: 133%;
        width: 340px;
        margin: 0 auto;
    }

    .two_box .left {
        width: 100%;
        padding-bottom: 2rem;
    }

    .two_pro_1 {
        font-size: 32px;
        padding-left: 0;
        margin-bottom: 1rem;
    }

    .two_box .left img {
        max-width: 30%;
        transform: translateY(-10px);
    }

    .two_box .right {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 2rem 0;
    }

    .two_box .right>div {
        width: 50%;
        height: 100%;
        padding: 0 10px;
        flex-direction: column-reverse;
        justify-content: flex-end;
        text-align: center;
    }

    .two_box .right .top {
        border-bottom: none;
    }

    .two_box .right>div>div {
        width: 100%;
    }

    .two_pro_2 {
        font-size: 16px;
        line-height: 133%;
    }

    .two_info_2 {
        display: none;
    }

    .three_ul li .Limg_con {
        display: none;
    }

    .three_ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .three_ul li {
        width: 7rem;
        height: 5rem;
    }

    .three_ul li .Limg_con {
        display: none;
    }

    a.four_more,
    .tree_more {
        font-size: 14px;
    }

    .four_box {
        justify-content: center;
    }

    .round .clir {
        position: static;
    }

    .round {
        width: 100%;
        padding: 0 3%;
        overflow: hidden;
        margin-top: 30px;
        order: 2;
    }

    .round .clir:nth-of-type(2),
    .round .clir:nth-of-type(1) {
        width: calc((100% - 10px) / 2);
        height: auto;
        background: #eee;
        padding: 10px;
        color: #333;
        font-weight: normal;
        margin: 5px 2.5px;
        float: left;
    }

    .round .clir:nth-of-type(3) {
        width: calc((100% - 10px) / 1);
        height: auto;
        background: #eee;
        padding: 10px;
        color: #333;
        font-weight: normal;
        margin: 5px;
    }

    .round .clir img {
        display: none;
    }

    .round .clir:nth-of-type(3) .num,
    .round .clir .num {
        font-size: 32px;
        font-weight: bold;
        color: var(--li);
    }

    .round .clir:nth-of-type(1) p {
        min-height: 32px;
    }

    .four_tit {
        font-size: 24px;
        width: 320px;
        margin: 10px auto 20px;
    }

    .six_box .swiper .swiper-slide:before {
        display: none;
        ;
    }

    .seven_box .se_ll {
        display: none;
    }

    .seven_box .se_rr {
        width: 100%;
        height: 100%;
    }

    .seven_box .center>.flex {
        align-items: normal;
        flex-direction: column;
    }

    .seven_box .top .right {
        display: none;
    }

    .seven_box .center>.flex>div {
        width: 100%;
    }

    .seven_box .top .left {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
        padding: 35px;
        background: rgb(255 255 255 / 80%);
        border-radius: .3rem;
    }

    .seven_box .bottom .right {
        text-align: center;
        color: rgb(255 255 255 / 60%);
        margin-top: 30px;
    }

    .fo_sharing {
        text-align: center;
    }

    .seven_box {
        padding: 70px 0 0;
        align-items: center;
    }

    .seven_box .top .left a {
        font-size: 24px;
    }

    .fo_sharing a {
        background: rgb(255 255 255 / 50%);
    }
}

@media only screen and (max-height:690px) {}