@charset "UTF-8";

::-webkit-scrollbar {
    width: 0px;
}

.L_body {
    height: 100vh;
}

.H_footer {
    background-color: #1b1d20;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.H_footer .padd {
    width: 100%;
}

#H_swiperbox {
    height: 100%;
}

.padd {
    padding-top: max(80px, 4vw);
}

.L_homepage {
    position: absolute;
    z-index: 2;
    right: 2% !important;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet {
    margin: max(10px, 0.781vw) 0;
    width: max(8px, 0.625vw);
    height: max(8px, 0.625vw);
    cursor: pointer;
    background: #fff;
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    border: none;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet:before {
    content: '';
    width: max(3px, 0.208vw);
    height: max(3px, 0.208vw);
    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.5);
}

.banenr_center {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.banenr_center .banner_Ele {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    opacity: .75;
    transform: perspective(1200px) translate3d(0, 0, 100px);
}

.h_swiper .swiper-slide-active .banner_Ele {
    transition: all 5s ease 0s;
    transform: perspective(1200px) translate3d(0, 0, 0px);
}


.h_swiper .ban_text {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.h_swiper .ban_text .ban_tit {
    font-size: max(38px, 2.813vw);
    color: #fff;
    font-weight: 700;
    line-height: 118%;
    max-width: max(500px, 34.896vw);
    margin-bottom: 5%;
}

.h_swiper .swiper-pagination-bullet {
    width: 59px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .5;
    transition: all .5s ease;
}

.h_swiper .swiper-pagination-bullet-active {
    height: 4px;
    opacity: 1;
}

.mySwiper .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 3%;
    left: 0;
    width: 100%;
    line-height: 0;
}

.two {
    background-color: #f2f3f5;
    height: 100%;
    display: flex;
    align-items: center;
}

.two .center {
    overflow: hidden;
}

.two .two_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 3%;
    gap: 5vw;
}

.two_top .public_more {
    border-color: var(--li);
    color: var(--li);
}

.swiper-slide-active .two_top .public_more {
    animation-duration: 1s;
    animation-delay: 0.4s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.two .two_top .two_tit {
    font-size: max(34px, 2.604vw);
    color: var(--li);
    font-weight: 700;
    line-height: 100%;
}

.swiper-slide-active .two .two_top .two_tit {
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.two .two_top .two_sum {
    font-size: max(16px, 0.938vw);
    color: #010101;
    font-weight: 300;
    margin-top: 2%;
}

.swiper-slide-active .two .two_top .two_sum {
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

a.pro_box {
    display: block;
    background: transparent;
    text-align: center;
    font-size: max(16px, 0.938vw);
    color: #000000;
    font-weight: 300;
    border-radius: 10px;
    padding: 11% 0;
    transition: all .8s ease;
}

.swiper-slide-active .two .two_top a.pro_box {
    animation-duration: 1s;
    animation-delay: 0.7s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.swiper-slide-active .two .two_bottom {
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

a.pro_box .Limg_con {
    padding-bottom: 100%;
}

a.pro_box .Limg_con img {
    max-height: 80%;
}

a.pro_box p {
    max-width: max(175px, 10.156vw);
    margin: 0 auto;
    min-height: max(47px, 2.813vw);
}

a.pro_box:hover {
    background: #fff;
    box-shadow: 0px 27px 50px rgb(0 31 67 / 22%);
}

.two_bottom .pro_swiper {
    overflow: visible;
}

.six_bottom .swiper .swiper-pagination-progressbar,
.two_bottom .pro_swiper .swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
    height: 1px;
    background: #e5e5e5;
    position: relative;
    max-width: 600px;
    margin: 2% auto;
}

.six_bottom .swiper .swiper-pagination-progressbar span.swiper-pagination-progressbar-fill,
.two_bottom .pro_swiper .swiper-pagination-progressbar span.swiper-pagination-progressbar-fill {
    background: var(--li);
    height: 3px;
    margin-top: -1.5px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgb(240 131 0 / 50%);
}



.three {
    position: relative;
    height: 100%;
}

.three .three_top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
    z-index: 2;
}

.swiper-slide-active .three .three_top {
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.three .three_top>img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.three .three_bottom .Limg_cov {
    height: 100vh;
    padding-bottom: 0;
    background: #000;
}

.three .three_bottom .Limg_cov img {
    opacity: .6;
}

.three .three_bottom .center {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translateX(-50%);
    z-index: 2;
}

.three .three_bottom .center p {
    font-size: max(16px, 0.938vw);
    color: var(--li);
    text-transform: uppercase;
    font-weight: 700;
}

.three .three_bottom .three_tit {
    font-size: max(32px, 2.5vw);
    color: #fff;
    font-weight: 700;
    line-height: 120%;
    margin: 1% 0 2%;
}

.busi_rela {
    display: flex;
    flex-wrap: wrap;
    gap: max(7px, 0.365vw);
    width: 75%;
}

.busi_rela a {
    background: #fff;
    display: block;
    color: #000;
    font-weight: 300;
    line-height: 150%;
    border-radius: 100px;
    padding: max(5px, 0.26vw) max(35px, 1.823vw);
    transition: all .5s ease;
}

.busi_rela a:hover {
    background: var(--li);
    color: #fff;
    box-shadow: 0 0 10px #eee;
}

.three .three_top ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.three .three_top ul li {
    width: calc(100% / 6);
    text-align: center;
    cursor: pointer;
}

ul.four_bottom li .left {
    width: max(50px, 5.208vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.four_bottom li .left img {
    max-width: 100%;
    object-fit: contain;
}

ul.four_bottom li .introd {
    width: calc((100% - max(50px, 5.208vw) - 1vw));
}

.three .three_top ul li .Limg_con {
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    border-radius: 50%;
    background: var(--li);
    margin: 0px auto 1.5vw;
    position: relative;
    transition: all 0.5s;
    overflow: visible;
    transform: scale(0);
    opacity: 0;
}

.three .three_top ul li .Limg_con img {
    max-width: 50%;
    max-height: 50%;
}

.three .three_top ul li.cur .Limg_con {
    transform: scale(1) rotate(360deg);
    opacity: 1;
}

.three .three_top ul li .Limg_con:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    border: 1px dashed #fff;
    content: "";
    border-radius: 50%;
    opacity: .37;
    -webkit-animation: guang2 1.2s linear;
    -moz-animation: guang2 1.2s linear;
    animation: guang2 1.2s linear;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}

.three .three_top ul li .asi {
    padding-bottom: 2.2vw;
    position: relative;
}

.three .three_top ul li .asi p {
    font-size: max(16px, 0.938vw);
    color: #fff;
    font-weight: 700;
    max-width: max(150px, 7.813vw);
    margin: 0 auto;
    min-height: max(47px, 2.448vw);
}

.three .three_top ul li .asi .dot {
    width: max(25px, 1.302vw);
    height: max(25px, 1.302vw);
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    transition: all 0.5s;
}

.three .three_top ul li .asi .dot i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    width: max(11px, 0.573vw);
    height: max(11px, 0.573vw);
    z-index: 3;
}

.three .three_top ul li .asi .dot:after,
.three .three_top ul li .asi .dot:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.three .three_top ul li .asi .dot:after {
    background: rgba(255, 255, 255, 0.5);
    -webkit-animation: guang 1.2s ease-out;
    -moz-animation: guang 1.2s ease-out;
    animation: guang 1.2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.three .three_top ul li .asi .dot:before {
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 2;
    -webkit-animation: guang 1.5s ease-out;
    -moz-animation: guang 1.5s ease-out;
    animation: guang 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.three .three_top ul li.cur .dot {
    background: var(--li);
    border-radius: 50%;
}

.four {
    height: 100%;
    background: url(/src/image/four.jpg) bottom right/cover no-repeat;
    display: flex;
    align-items: center;
}

.four_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}

.four_top .four_tit {
    font-size: max(32px, 2.5vw);
    color: #000;
    font-weight: 700;
    line-height: 120%;
}

.four_top .four_tit span {
    color: var(--li);
}

.swiper-slide-active .four_top .four_tit {
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.four_top .four_sub {
    font-size: max(24px, 1.875vw);
    color: #000;
    line-height: 120%;
}

.swiper-slide-active .four_top .four_sub {
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.four_top .right {
    text-align: right;
    color: #000;
    font-weight: 500;
}

.swiper-slide-active .four_top .right {
    animation-duration: 1s;
    animation-delay: 0.7s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.four_center {
    max-width: max(840px, 43.75vw);
    width: 55%;
    margin: 0 0 9%;
}

.swiper-slide-active .four_center {
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.four_center p {
    color: #000;
    font-weight: 300;
    line-height: 175%;
    margin: 7% 0;
}

.four_center a {
    color: var(--li);
    text-transform: uppercase;
}

ul.four_bottom {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}

.swiper-slide-active ul.four_bottom {
    animation-duration: 1s;
    animation-delay: 0.7s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

ul.four_bottom li {
    display: flex;
    gap: 1vw;
    align-items: center;
    min-width: 25%;
}

ul.four_bottom li span.counter {
    color: var(--li);
    font-size: max(40px, 3.125vw);
    font-weight: 500;
    line-height: 100%;
}

ul.four_bottom li i {
    color: var(--li);
    font-size: max(20px, 1.667vw);
    font-weight: 500;
    vertical-align: top;
}

ul.four_bottom li p {
    font-size: max(14px, 0.729vw);
    color: #000;
    font-weight: 300;
    line-height: 140%;
    min-height: 40px;
    margin-top: 0.5vw;
}

.five {
    height: 100%;
    background: url(/src/image/five.jpg) bottom center / cover no-repeat;
    display: flex;
    align-items: center;
}

.people {
    background: url(/src/image/people1.png) bottom center / cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.five .five_tit {
    font-size: max(16px, 0.938vw);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 155%;
}

.five .five_tit span {
    color: var(--li);
}

.swiper-slide-active .five .five_tit {
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.five .five_sub {
    font-size: max(60px, 7.292vw);
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.swiper-slide-active .five .five_sub {
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.five .five_sub span.num {
    color: var(--li);
    display: inline-block;
    min-width: max(230px, 27.604vw);
}

.five p {
    color: #fff;
    opacity: .6;
    font-weight: 300;
    max-width: max(500px, 30.208vw);
    margin: 2% 0 5%;
}

.swiper-slide-active .five p {
    animation-duration: 1s;
    animation-delay: 0.7s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.five a.public_more {
    border-color: var(--li);
    color: var(--li);
}

.swiper-slide-active .five a.public_more {
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.six {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.six .six_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2%;
}

.six .six_tit {
    color: var(--li);
    font-size: max(32px, 2.5vw);
    font-weight: 700;
    line-height: 100%;
}

.swiper-slide-active .six .six_tit {
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.six .six_top .right {
    display: flex;
    gap: 2vw;
    font-size: max(16px, 0.938vw);
    color: #666666;
    font-weight: 300;
    cursor: pointer;
}

.swiper-slide-active .six .six_top .right {
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.six .six_top .right span.cur {
    color: var(--li);
}

.six .six_top .right span.cur:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 3px;
    background: var(--li);
    vertical-align: middle;
    margin-right: 10px;
}

.news_swiper .swiper-slide{
    height: auto !important;
    min-height: 100%;
}

.six_bottom a.news_box {
    height: 100%;
    display: block;
    position: relative;
    padding: 9%;
    border: 1px solid #f2f4f7;
    overflow: hidden;
    transition: all .5s;
}

.six_bottom a.news_box:hover {
    border-color: var(--li);
}

.news_box .news_time {
    font-size: max(14px, 0.729vw);
    color: var(--li);
    font-weight: 500;
    border-bottom: 2px solid #dfdfdf;
    display: inline-block;
}

.news_tit {
    font-size: max(18px, 1.25vw);
    color: #000000;
    line-height: 150%;
    margin: 3% 0 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: max(76px, 5.625vw);
}

.news_box .txt_tc {
    transition: all .5s ease;
    transform: translateY(10%);
    opacity: 0;
}

.news_box .txt_tc .news_sum {
    color: #666666;
    font-weight: 300;
    line-height: 175%;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    margin: 6% 0 35%;
}

.news_box .txt_tc .news_more {
    color: var(--li);
    text-transform: uppercase;
}

.news_box .Limg_cov {
    padding-bottom: 65%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.six_bottom a.news_box:hover .Limg_cov {
    transform: translateY(100%);
}

.six_bottom a.news_box:hover .txt_tc {
    transform: translateY(0%);
    opacity: 1;
}

.six_bottom {
    position: relative;
}

.swiper-slide-active .six_bottom {
    animation-duration: 1s;
    animation-delay: 0.7s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.six_bottom .swiper {
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(10%);
}

.six_bottom .news1_swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.six_bottom .swiper.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}



.swiper-slide-active footer.yx_foot .left {
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.swiper-slide-active footer.yx_foot .right {
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.swiper-slide-active .seven_bottom {
    animation-duration: 1s;
    animation-delay: 0.7s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

@media only screen and (max-width:1200px) {}

@media only screen and (min-width:769px) {

    .three .three_top ul li:nth-child(2n+2) .Limg_con {
        margin-bottom: 1.5vw;
    }

    .three .three_top ul li:nth-child(2n+2) .asi {
        padding: 2.2vw 0 0;
    }

    .three .three_top ul li:nth-child(2n+2) .dot {
        bottom: auto;
        top: 0;
    }

    .three .three_top ul li:nth-child(1) {
        transform: translateY(-4vw);
    }

    .three .three_top ul li:nth-child(2) {
        transform: translateY(-2.6vw);
    }

    .three .three_top ul li:nth-child(3) {
        transform: translateY(-4.9vw);
    }

    .three .three_top ul li:nth-child(4) {
        transform: translateY(0.2vw);
    }

    .three .three_top ul li:nth-child(5) {
        transform: translateY(-7vw);
    }
}

@media only screen and (max-width:768px) {
    .padd {
        padding-top: 70px;
    }

    .h_swiper .ban_text .ban_tit {
        font-size: 28px;
    }

    .h_swiper .swiper-pagination-bullet {
        width: 40px;
    }

    .two .two_top .left {
        width: 100%;
    }

    .three .three_top {
        top: 20%;
    }

    .three .three_top>img {
        display: none;
    }

    .three .three_top ul li .asi .dot {
        display: none;
    }

    .three .three_top ul {
        gap: 10px;
    }

    .three .three_top ul li {
        width: calc((100% - 20px) / 3);
        text-align: center;
        cursor: pointer;
        background: rgb(255 255 255 / 20%);
        padding: 10px;
        transition: all .5s ease;
    }

    .three .three_top ul li .asi p {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        max-width: 100%;
        min-height: auto;
        line-height: 150%;
        margin-top: 10px;
    }

    .three .three_top ul li .asi {
        padding-bottom: 0;
    }

    .three .three_top ul li .Limg_con {
        width: 50px;
        height: 50px;
        line-height: 50px;
        overflow: visible;
        transform: scale(1);
        opacity: 1;
    }

    .three .three_bottom .three_tit {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .busi_rela a {
        padding: 5px 20px;
    }

    .busi_rela {
        width: 100%;
    }

    .three .three_top ul li.cur {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    .three .three_top ul li.cur .asi p {
        color: var(--li);
    }

    .four_top .right {
        display: none;
    }

    .four_top .four_tit {
        font-size: 24px;
    }

    .four_top .four_sub {
        font-size: 18px;
    }

    ul.four_bottom {
        flex-wrap: wrap;
    }

    ul.four_bottom li {
        width: calc((100% - 2vw) / 2);
        text-align: center;
        background: rgb(255 255 255 / 50%);
        padding: 10px;
    }

    ul.four_bottom li .left {
        display: none;
    }

    ul.four_bottom li .introd {
        width: 100%;
    }

    ul.four_bottom li span.counter {
        font-size: 32px;
    }

    .five .five_tit {
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 500;
    }

    .five .five_sub {
        font-size: 24px;
        margin: 20px 0;
    }

    .five .five_sub span.num {
        font-size: 48px;
        line-height: 100%;
        min-width: 195px;
    }

    .people {
        display: none;
    }

    .six .six_top {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .six .six_top .right {
        width: 100%;
        margin-top: 20px;
    }

    .six .six_top .right span {
        width: calc((100% - 2vw) / 2);
        background: #eee;
        text-align: center;
        padding: 10px;
    }

    .six .six_top .right span.cur {
        background: var(--li);
        color: #fff;
    }

    .six .six_top .right span.cur:before {
        display: none;
    }

    .six_bottom .swiper .swiper-pagination-progressbar,
    .two_bottom .pro_swiper .swiper-pagination-progressbar {
        margin: 20px auto;
    }

    .four_center {
        width: 100%;
    }

    .H_footer {
        height: auto !important;
    }
}