@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: #000;
}

.banenr_center .banner_Ele {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    object-fit: cover;
}

.banenr_center video {
    opacity: 0.85;
}

.banenr_center .ban_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: calc(var(--f36) * 34);
    width: 94%;
}

.banenr_center .ban_tit {
    font-size: var(--f48);
    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;
}

#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_top {
    position: relative;
    background: url(/src/image/probg1.jpg) center center /cover no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5.625rem 3% 0;
}

.two_top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 60%), transparent);
}

.two_box {
    max-width: 53rem;
    width: 100%;
}

.two_box .two_tit {
    font-size: var(--f48);
    color: #fff;
    line-height: 110%;
    font-weight: 700;
}

.two_box .two_tit span {
    color: var(--li);
}

.two_box .two_sum {
    color: #fff;
    margin: 3% 0 8%;
}

.h_more {
    display: inline-block;
    width: 15rem;
    line-height: 3rem;
    border: 0.1875rem solid var(--li);
    font-size: var(--f18);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .5s ease;
    text-align: center;
}

.h_more:hover {
    background: var(--li);
    color: #fff !important;
}

.two_top .two_link {
    display: flex;
    justify-content: space-between;
    max-width: 45rem;
    margin-top: 10%;
    text-align: center;
}

.two_top .two_link p {
    color: #fff;
    text-align: center;
    line-height: 130%;
    margin-top: var(--f18);
}

.two_top .two_link>div:hover img {
    transform: rotateY(360deg);
    transition: all .5s ease;
}

.two_bottom {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 1;
    transition: all 1s ease;
    transform: translateY(150%);
}

.soll.two_bottom {
    transform: translateY(0%);
}

.two_bottom>div {
    padding: 1% 3% 5%;
    background: #fff;
    overflow: hidden;
    position: relative;

}

.two_bottom:before {
    content: '';
    position: absolute;
    width: 1200%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    top: 0;
    transform: translate(-50%, -0.2%);
    z-index: -1;
}

.two_bottom .two_name {
    font-size: var(--f48);
    color: #000;
    text-align: center;
    font-weight: 700;
    line-height: 120%;
}

.soll.two_bottom .two_name {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-fill-mode: both;
}

.two_bottom .two_name span {
    color: var(--li);
}

.two_bottom .two_info {
    text-align: center;
    color: #888;
    line-height: 150%;
    margin: 1% 0 2%;
}

.soll.two_bottom .two_info {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-fill-mode: both;
}

.soll.two_bottom .two_Swiper {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-fill-mode: both;
}

.two_btnbox {
    display: flex;
    gap: var(--f36);
    justify-content: center;
}

.two_btnbox>div {
    position: static;
    transform: none;
    background-color: #fff;
    border-color: #DCDCDC;
    opacity: 1 !important;
}

.two_btnbox>div::after {
    color: #888;
    font-weight: 500;
}

.two_btnbox>div:hover {
    background: #fff;
    border-color: var(--li);
}

.two_btnbox>div:hover:after {
    color: var(--li);
}

.two_Swiper .Limg_con {
    padding-bottom: 86%;
    margin-bottom: 3%;
}

.two_Swiper p {
    color: #888;
    text-align: center;
    line-height: 150%;
}

.two_Swiper .swiper-slide:not(:last-child):before {
    content: '';
    background: url(/src/image/jt.png) center center no-repeat;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
}

.three_swiper .content {
    position: relative;
    overflow: hidden;
}

.three_swiper .Limg_cov {
    height: 100vh;
}

.three_swiper .content:before {
    content: '';
    width: 100%;
    height: 9rem;
    background: linear-gradient(180deg, #000000, transparent);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.three_swiper .content .swiper_text {
    position: absolute;
    right: 3%;
    bottom: 35%;
    max-width: 31rem;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 1rem;
    backdrop-filter: blur(7px);
    color: #fff;
    padding: 1.5% 2.2%;
    transition: all .5s ease;
}

.three_swiper .content .sw_name {
    font-size: var(--f36);
    text-transform: uppercase;
    font-weight: 700;
}

.three_swiper .content p.sw_info {
    margin: 1rem 0 .5rem;
    padding-left: 1.5rem;
    position: relative;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.three_swiper .content p.sw_info:before {
    content: '\e664';
    font-family: "iconfont";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--li);
    font-size: var(--f18);
}

.three_swiper .content span {
    font-size: var(--f18);
    font-weight: 500;
    text-align: right;
    display: block;
    text-transform: uppercase;
}

.three_swiper .content .swiper_text:hover span {
    color: var(--li);
}

.three_swiper .swiper-button-prev {
    width: 3rem;
    height: 9rem;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 1rem;
    border: none;
    left: auto;
    right: 3%;
    transform: none;
    top: auto;
    bottom: 9%;
}

.three_swiper .swiper-button-prev .bgimg {
    position: absolute;
    top: 0px;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: cover;
    transition: all 0.3s;
    right: 100%;
    transform: translateX(-10%) scaleX(0);
    border: 3px solid var(--li);
    border-radius: .5rem;
    transform-origin: right top;
}

.three_swiper .swiper-button-prev:hover .bgimg {
    transform: translateX(-10%) scaleX(1);
}

.four_box {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0 3%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.four_box:before {
    content: '';
    position: absolute;
    width: 76%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/src/image/h_2.jpg) left center/cover no-repeat;
    z-index: -1;
}

.four_box:after {
    content: '';
    position: absolute;
    height: 1200%;
    aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 50%;
    left: 0%;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 1s ease .3s;
}

.swiper-slide-active .four_box:after {
    left: 47%;
}

.four_box .sdq {
    position: relative;
    z-index: 1;
    max-width: 53rem;
    width: 50%;
}

.four_box .sdq .four_nane {
    font-size: var(--f36);
    color: #000;
    line-height: 133%;
    font-weight: 700;
}

.four_box .sdq .four_nane span {
    color: var(--li);
}

.four_box .sdq .four_info {
    color: #888;
    max-width: 49rem;
    margin: 3% 0 6%;
}

.four_box .sdq .h_more {
    color: #333;
}

.four_box .sdq .four_img {
    display: flex;
    margin-top: 7%;
    align-items: center;
    gap: var(--f60);
}

.four_box .sdq .four_img img {
    transition: all .5s ease;
}

.four_box .sdq .four_img img:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0px 10px 1px #ccc);
}

.five_box {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 100vh;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 3%;
}

.five_box>div {
    width: 100%;
}

.five_box:before {
    content: '';
    position: absolute;
    width: 1200%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #F6F8FD;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0%);
    z-index: -1;
    transition: all 1s ease .3s;
}

.swiper-slide-active .five_box:before {
    bottom: 60%;
}

.five_box .five_name {
    font-size: var(--f48);
    color: #000;
    text-align: center;
    font-weight: 700;
    line-height: 120%;
}

.five_box .five_name span {
    color: var(--li);
}

.five_box .five_swiper {
    width: 100%;
    margin-top: 6%;
}

.five_box .five_swiper .ls {
    width: 47%;
}

.five_box .five_swiper .ls .Limg_cov {
    padding-bottom: 130%;
    border-radius: 1rem;
    overflow: hidden;
}

.five_box .five_swiper .lr {
    width: 47%;
}

.five_box .five_swiper .flex {
    align-items: center;
}

.five_box .five_swiper .news_tit {
    font-size: var(--f22);
    color: #000;
    font-weight: 500;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    line-height: 133%;
}

.five_box .five_swiper .lr span.h_more {
    color: #000;
}

.five_box .five_swiper .lr .news_key {
    margin: 5% 0 7%;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    font-size: 88%;
    line-height: 200%;
}

.five_box .five_swiper .lr .news_key span {
    color: var(--li);
    background: rgba(215, 81, 26, 0.12);
    padding: 0 .8rem;
}

.five_box .five_swiper .flex:hover img {
    transform: scale(1.1);
}

.six_box {
    position: relative;
    overflow: hidden;
    background: url(/src/image/h_3.jpg) center center / cover no-repeat;
    height: 100vh;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 4% 3%;
}


.six_box:before {
    content: '';
    width: 100%;
    height: 9rem;
    background: linear-gradient(180deg, #000000, transparent);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.six_box:after {
    content: '';
    position: absolute;
    width: 1200%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgb(255 255 255 / 55%);
    left: 50%;
    top: 0%;
    transform: translate(-50%, 5%);
    z-index: -1;
    backdrop-filter: blur(10px);
    transition: all 1s ease .3s;
}

.swiper-slide-active .six_box:after {
    transform: translate(-50%, 1.5%);
}

.six_box .flex {
    width: 100%;
    position: relative;
}

.six_box .flex .six_tit,
.six_box .flex .six_name {
    font-size: var(--f36);
    color: #000;
    font-weight: bold;
    line-height: 150%;
}

.six_box .flex .left {
    color: #333;
    line-height: 175%;
    width: 44%;
    position: relative;
    padding-right: 5%;
}

.six_box .flex .left:before {
    content: '';
    position: absolute;
    right: 0%;
    top: 0;
    border-left: 1px solid #000;
    height: 100%;
    opacity: .2;
}

.six_box .right {
    width: 50%;
}

.six_box .flex .left .ts {
    font-size: var(--f24);
    color: var(--li);
    font-weight: bold;
    border-bottom: 2px solid var(--li);
    display: inline-block;
    margin: 2% 0;
}

.six_box .flex .left .other {
    color: #000;
}


.mefore {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 3%;
}

.mefore .input-group {
    width: calc((100% - 2rem) / 3);
    height: 3.75rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    padding: 0 1.5rem;
    display: flex;
    align-items: flex-end;
}

.mefore input.form-control {
    width: 100% !important;
    font-size: 1rem;
    color: #000;
    border: 0;
    outline: none;
    resize: none;
    height: 2.5rem;
}

.mefore label {
    position: absolute;
    left: 0;
    top: 1rem;
    font-size: var(--f18);
    color: #999;
    transition: 0.3s;
    pointer-events: none;
    width: 100%;
    padding: 0 1.5rem;
}

.mefore label i {
    color: var(--li);
    opacity: .5;
    margin-right: .2rem;
}

.mefore .input-group input:focus~label,
.mefore .e_textarea-66 textarea:focus~label,
.mefore .input-group input:valid~label,
.mefore .e_textarea-66 textarea:valid~label {
    transform: translateY(-15px);
    font-size: 88%;
}

.mefore .e_textarea-66 {
    width: 100%;
    border-radius: .5rem;
    overflow: hidden;
}

.mefore .e_textarea-66 textarea.form-control {
    width: 100%;
    border: 0;
    outline: none;
    resize: none;
    min-height: 8.5rem;
    vertical-align: top;
    padding: 2rem 1.5rem;
}

.Message_Form .code_box {
    width: 66%;
    background: #fff;
    border-radius: .5rem;
    align-items: center;
    padding-right: .5rem;
}

.Message_Form .code_box .input-group {
    width: calc((100% - 200px - 1rem) / 1);
}

button.btn-primary {
    background: var(--li);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    font-size: var(--f22);
    line-height: 3.75rem;
    width: 32%;
    border-radius: .5rem;
    cursor: pointer;
    transition: all .5s ease;
}


@media only screen and (max-width:1500px) {
    .swiper-slide-active .six_box:after {
        transform: translate(-50%, 1.5%);
    }
}

@media only screen and (min-width:769px) {}

@media only screen and (max-width:1200px) {
    .Message_Form .code_box {
        width: 100%;
        margin: 3% 0;
    }

    button.btn-primary {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    body br {
        display: none;
    }

    .banenr_center .ban_text a,
    .h_more {
        width: 12rem;
        line-height: 3rem;
        font-size: 14px;
    }

    .banenr_center .ban_tit {
        margin-bottom: 30px;
    }

    .two_top .two_link img {
        height: 50px;
    }

    .two_bottom>div {
        padding: 50px 20px;
    }

    .two_btnbox {
        display: flex;
        gap: var(--f36);
        justify-content: center;
        margin: 30px 0;
    }

    .two_bottom {
        height: 80vh;
    }

    .two_Swiper .Limg_con {
        padding-bottom: 60%;
    }

    .two_Swiper .swiper-slide:not(:last-child):before {
        width: 3rem;
        background-size: contain;
    }

    .three_swiper .content .swiper_text {
        right: 3%;
        width: 94%;
        padding: 20px;
    }

    .four_box:before {
        width: 100%;
        height: 50%;
    }

    .four_box:after {
        display: none;
    }

    .four_box {
        padding: 0;
        align-items: flex-end;
    }

    .four_box .sdq {
        max-width: 100%;
        width: 100%;
        padding: 30px 20px 80px;
        background: #fff;
    }

    .four_box .sdq .four_nane {
        font-size: 24px;
    }

    .four_box .sdq .four_img img {
        height: 30px;
    }

    .four_box .sdq .four_img {
        margin-top: 50px;
        gap: 30px;
    }

    .five_box .flex>div {
        width: 100%;
    }

    .five_box .flex>div {
        width: 100% !important;
    }

    .five_box .five_swiper .ls .Limg_cov {
        padding-bottom: 75%;
        margin-bottom: 20px;
    }

    .five_box .five_swiper {
        width: 100%;
        margin-top: 0;
    }

    .six_box .flex .left {
        width: 100%;
        padding: 0 0 50px;
    }

    .six_box .flex .left:before {
        display: none;
    }

    .six_box .right {
        display: none;
    }

    .swiper-slide-active .six_box:after {
        transform: translate(-50%, 7%);
    }

}

@media only screen and (max-height: 750px) and (max-width:768px){
    .four_box .sdq .four_nane {
        font-size: 18px;
    }

    .four_box .sdq .four_info {
        font-size: 12px;
    }

    .four_box .sdq .four_img {
        margin-top: 20px;
    }

    .four_box .sdq {
        padding: 30px 20px 50px;
    }

    .five_box .five_swiper .ls .Limg_cov {
        padding-bottom: 50%;
    }

    .five_box {
        padding: 70px 3% 0;
    }

    .swiper-slide-active .six_box:after {
        transform: translate(-50%, 5%);
    }

}


@media only screen and (max-height:690px) {
    .swiper-slide-active .six_box:after {
        transform: translate(-50%, 3%);
    }
}