@charset "UTF-8";

.h_one {
    background-color: #2c2f33;
    background-image: none;
    background-position: 0 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 14% 0 8%;
}

.h_one .h_one_img {
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.h_one_img img {
    z-index: 0;
    width: 120%;
    height: 120%;
    max-width: none;
    object-fit: cover;
    margin-left: -10%;
    position: absolute;
    top: -20%;
    object-position: 100% 50%;
}

.h_one_bg {
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: linear-gradient(rgba(0, 0, 0, .79), rgba(0, 0, 0, .48) 42%, rgba(0, 0, 0, .79));
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.h_one_top h1 {
    font-size: max(48px, 3.542vw);
    color: #fff;
    font-weight: 900;
    max-width: max(550px, 36.458vw);
    line-height: 120%;
}

.h_one_txt {
    position: relative;
    width: 100%;
    z-index: 1;
}

.h_one_top h1 span {
    color: var(--li);
}

.h_one_sum {
    font-weight: 500;
    font-size: max(14px, 0.833vw);
    max-width: max(550px, 28.646vw);
    line-height: 150%;
    margin: 5% 0 25%;
    border-top: 1px solid #fff;
    padding-top: 2%;
}

.h_one_bottom {
    max-width: max(430px, 22.396vw);
    width: 100%;
    margin-left: auto;
}

.h_one_bottom p {
    font-size: max(16px, 0.938vw);
}

.h_one_bottom .one_time {
    font-weight: 500;
    color: var(--li1);
    font-size: max(100px, 5.208vw);
    margin-bottom: 3%;
}

.h_one_summary {
    font-size: max(14px, 0.833vw);
    line-height: 187%;
}


/* 第二屏 */
section.h_two {
    padding-top: 6%;
    position: relative;
    z-index: 1;
}

section.h_two:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 62%;
    background: #2e3949;
    z-index: -1;
    left: 0;
    top: 0;
}

.h_two .h_two_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h_two_left {
    width: 40%;
}

.h_two_left h2 {
    color: #ffffff;
    font-size: max(42px, 3.125vw);
}

.h_two_left h2 span {
    color: var(--li);
}

a.h_two_more {
    font-size: max(16px, 0.938vw);
    color: #fff;
    line-height: 150%;
    position: relative;
    display: inline-flex;
    gap: .5vw;
    align-items: center;
    margin: 5% 0 10%;
}

a.h_two_more i {
    position: relative;
}

a.h_two_more i:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
}

a.h_two_more i:after {
    content: '';
    width: 0%;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--li);
    transition: all 0.3s ease;
}

a.h_two_more:hover {
    color: var(--li);
}

a.h_two_more:hover i:after {
    left: 0;
    right: auto;
    width: 100%;
}

a.h_two_more:hover span {
    background: var(--li);
    transform: translateX(10px);
}

a.h_two_more span {
    width: max(22px, 1.146vw);
    height: max(22px, 1.146vw);
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

a.h_two_more span:after {
    content: '';
    width: max(7px, 0.365vw);
    height: max(7px, 0.365vw);
    border: 1px #2e3949;
    border-style: none solid solid none;
    display: block;
    transform: translateX(-25%) rotate(-45deg);
}

.h_two_right {
    width: 30%;
    font-size: max(14px, 0.833vw);
    color: rgb(255 255 255 / 50%);
    line-height: 187%;
}

.h_two_right:before {
    content: '';
    display: block;
    width: max(35px, 1.823vw);
    height: max(5px, 0.26vw);
    background: var(--li);
    margin-bottom: 10%;
}

.h_two_center {
    height: 0;
    padding-top: 57%;
    position: relative;
    margin-bottom: 9%;
}

.h_two_video {
    z-index: 3;
    width: 57%;
    height: 100%;
    max-width: 100%;
    min-width: 57%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    clip-path: inset(0 0 0 0 round var(--clip-path-border));
}

.h_video_box {
    z-index: 2;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    transition: opacity .3s;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%);
}

.h_video_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h_two_bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h_two_bottom ul li {
    width: 27%;
    color: #2e3949;
}

.h_two_bottom ul li.ts {
    width: 100%;
    margin-top: 10%;
}

.h_two_bottom ul li span.counter {
    font-size: max(48px, 3.75vw);
    line-height: 100%;
}

.h_two_bottom ul li i {
    font-size: max(28px, 2.188vw);
    vertical-align: top;
}

.h_two_bottom ul li p {
    opacity: .5;
    border-top: 1px solid #2e3949;
    font-size: max(16px, 0.938vw);
    padding-top: max(10px, .7vw);
    margin-top: max(10px, .5vw);
}

.h_two_bottom ul li.ts span.counter {
    font-size: max(160px, 10.938vw);
    color: var(--li);
    line-height: 100%;
}

.h_two_bottom ul li.ts i {
    color: var(--li);
    font-size: max(48px, 3.75vw);
}

/* 第三屏 */
.h_three {
    padding: 8% 0;
    position: relative;
    overflow: hidden;
}

.h_three h2 {
    color: var(--li1);
    font-size: max(32px, 3.125vw);
    max-width: max(300px, 23.438vw);
}

.h_three h2 span {
    color: #2e3949;
}

.h_three_center {
    position: relative;
}

.h_three_center img {
    width: 100%;
    object-fit: contain;
}

ul.Hot_spot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.Hot_spot li {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: max(14px, 0.833vw);
    color: #666666;
    cursor: pointer;
    z-index: 1;
}

ul.Hot_spot li.active {
    z-index: 2;
}

ul.Hot_spot li span {
    width: max(15px, 1.042vw);
    height: max(15px, 1.042vw);
    background: var(--li);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .5s ease;
    position: relative;
}

ul.Hot_spot li span:before {
    content: '';
    width: 40%;
    height: 40%;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
}

ul.Hot_spot li p {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s ease;
    padding-left: 0;
}

ul.Hot_tc li p.mo {
    position: absolute;
    z-index: 2;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    bottom: 10%;
    width: 90%;
    left: 5%;
    text-align: center;
    line-height: 134%;
}

ul.Hot_spot li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    border-radius: 50px;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .5s ease;
    box-shadow: 0 0 10px #999;
}

ul.Hot_spot li.active span {
    background: var(--li1);
    font-size: 0;
}

ul.Hot_spot li.active span:before {
    transform: translate(-50%, -50%) scale(1);
}

ul.Hot_spot li.active:before {
    width: 100%;
}

ul.Hot_spot li.active p {
    max-width: 100%;
    padding: 0 10px;
}

ul.Hot_spot li:nth-of-type(1) {
    left: 17%;
    top: 55%;
}

ul.Hot_spot li:nth-of-type(2) {
    left: 23%;
    top: 37%;
}

ul.Hot_spot li:nth-of-type(3) {
    left: 34%;
    top: 31%;
}

ul.Hot_spot li:nth-of-type(4) {
    left: 37%;
    top: 22%;
}

ul.Hot_spot li:nth-of-type(5) {
    left: 38%;
    top: 39%;
}

ul.Hot_spot li:nth-of-type(6) {
    left: 41%;
    top: 35%;
}

ul.Hot_spot li:nth-of-type(7) {
    left: 44%;
    top: 40%;
}

ul.Hot_spot li:nth-of-type(8) {
    left: 50%;
    top: 36%;
}

ul.Hot_spot li:nth-of-type(9) {
    left: 56%;
    top: 36%;
}

ul.Hot_spot li:nth-of-type(10) {
    left: 63%;
    top: 39%;
}

ul.Hot_spot li:nth-of-type(11) {
    left: 66%;
    top: 39%;
}

ul.Hot_tc li {
    position: fixed;
    width: 25%;
    height: 100vh;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 10px 10px rgb(0 0 0 / 10%);
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: all .5s ease;
    padding: 3% 0;
    z-index: 1;
    opacity: 0;
}

.h_three_center.active ul.Hot_tc li {
    opacity: 0;
    visibility: hidden;
}

ul.Hot_tc li.active {
    transform: translateX(0);
    opacity: 1;
}

ul.Hot_tc li .Limg_con {
    width: 100%;
    height: 85%;
}

.Hot_tc .colse {
    width: max(40px, 2.604vw);
    height: max(40px, 2.604vw);
    border-radius: 50%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 0 10px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    fill: #333;
    transition: all .5s ease;
}

.Hot_tc .colse svg {
    width: 40%;
    height: auto;
}

.Hot_tc .colse:hover {
    fill: #fff;
    background: var(--li);
    transform: translateX(-50%) rotate(90deg);
}

.h_three_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h_three_bottom .h_three_left {
    width: 57%;
}

.h_three_bottom .h_three_right {
    width: 30%;
    color: #2e3949;
    font-size: max(14px, 0.833vw);
    line-height: 187%;
}

.h_three_left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw 0;
    justify-content: space-between;
}

.h_three_left ul li {
    width: 45%;
}

.h_three_left ul li .counter {
    font-size: max(42px, 2.708vw);
    color: #2e3949;
}

.h_three_left ul li p {
    font-size: max(16px, 0.938vw);
    color: #2e3949;
    opacity: .5;
}

/* 第四屏 */
section.h_four {
    position: relative;
}

.h_four_bg {
    background: #2e3949;
}

.h_four_bg .w50 {
    width: 50%;
    margin-left: auto;
}

.h_four_bg .Limg_cov {
    padding-bottom: 100%;
}

.banenr_center {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
}

.banenr_center .butes {
    font-size: max(63px, 4.688vw);
    line-height: 100%;
    font-weight: 300;
    width: 62%;
    margin-left: auto;
    text-transform: uppercase;
}


.h_four_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 18%;
    flex-wrap: wrap;
}

.h_four_bottom .info {
    font-size: max(16px, 0.938vw);
    line-height: 187%;
    max-width: max(350px, 20.313vw);
    width: 100%;
}

.h_four_tc {
    position: absolute;
    top: 10%;
    width: 100%;
    left: 0;
    z-index: 10;
}

.h_four_tc .tc_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 3%;
    margin-bottom: 3%;
}

.h_four_tc .tc_top h2 {
    font-size: max(16px, 0.938vw);
    color: #fff;
}

.h_four_tc .indban_pagination {
    display: inline-block;
    width: auto;
    font-size: max(16px, 0.938vw);
    color: #fff;
    font-weight: 300;
}

.h_four_tc .tc_bottom {
    position: relative;
    display: flex;
    gap: 0.5vw;
}

.h_four_tc .tc_bottom>div {
    position: relative;
    margin: 0;
    transform: none;
    transition: all .5s ease;
}

.h_four_tc .tc_bottom>div::after {
    color: #2e3949;
}

.h_four_tc .tc_bottom>div:hover {
    background: var(--li);
}


/* 第五屏 */
section.h_five {
    width: 100%;
    position: relative;
}

.h_five_bg {
    width: 100%;
    height: 300vh;
}

.h_five_height {
    height: auto;
    min-height: 100vh;
    opacity: 1;
    color: #fff;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.f_five_link {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(30px);
    opacity: 0;
}

.f_five_link.js--active {
    transition: all .5s ease;
    transform: translateY(0px);
    opacity: 1;
}

.f_five_link ul {
    display: flex;
    gap: 3vw;
    flex-wrap: wrap;
}

.f_five_link ul li {
    width: calc((100% - 15vw) / 6);
}

.f_five_link ul li:nth-child(n+12) {
    display: none;
}

.f_five_link ul li:last-child {
    display: block !important;
}

.f_five_link ul .Limg_con {
    padding-bottom: 40%;
    background: transparent;
    transition: all .5s ease;
    cursor: pointer;
}

.f_five_link ul .Limg_con:hover {
    background: var(--li1);
}

.f_five_link ul .Limg_con img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}

.h_five_ab {
    z-index: -1;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
}

.h_five_z {
    width: 100%;
    height: 100%;
    position: relative;
}

.h_five_z .vdieo_post {
    width: 100%;
    height: 120%;
    -webkit-backdrop-filter: grayscale() brightness(0%) invert();
    backdrop-filter: grayscale() brightness(0%) invert();
    mix-blend-mode: color;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0%;
    left: 0;
    --clip: 10%;
    --clip-Y: 50%;
    clip-path: circle(var(--clip) at 50% var(--clip-Y));
}

.h_five_bg_txt {
    z-index: -2;
    width: max-content;
    height: 100vh;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    position: absolute;
    top: 0;
    left: 100%;
}

.h_five_bg_txt .our-mission {
    color: var(--li);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    font-size: max(100px, 7.813vw);
    user-select: none;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.h_five_ab .blank_tc {
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .37) 56%, rgba(0, 0, 0, .6));
    transition: opacity .3s;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    opacity: 0;
}

.h_five_ab .blank_tc.js--active {
    opacity: 1;
}


.h_six {
    padding: 7% 0 9%;
}

.h_six h2 {
    color: #2e3949;
    font-size: max(48px, 3.75vw);
    line-height: 100%;
}

.six_sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4% 0 7%;
}

.six_sort a.six_more {
    display: inline-block;
    font-size: max(14px, 0.833vw);
    color: #283043;
    border: 1px solid #c8c8c8;
    min-width: max(180px, 10.938vw);
    text-align: center;
    line-height: max(48px, 3.229vw);
    border-radius: 50px;
    margin-right: max(15px, 1vw);
    transition: all .5s ease;
}

.six_sort a.six_more:hover {
    background: var(--li);
    color: #fff;
    border-color: var(--li);
}

.news_right {
    position: relative;
    display: flex;
    gap: 10px;
}

.news_right>div {
    position: static;
    transform: none;
    background-color: #f1f2f3;
}

.news_right>div:after {
    color: #c6c6c6;
}

.top_newsbox .Limg_cov {
    padding-bottom: 140%;
    opacity: 0;
    transition: all .5s ease;
}

.news_tc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 7%;
    z-index: 1;
}

.news_tc:before {
    content: '';
    background: #f4f5f7;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .5s ease;
}

.news_tc .news_tit {
    color: #000;
    font-size: max(16px, 0.938vw);
    font-weight: 700;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    line-height: 167%;
    margin-bottom: 3%;
    transition: all .5s ease;
}

.news_tc .news_summ {
    font-size: max(12px, 0.729vw);
    color: #fff;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    opacity: 0;
    transition: all .5s ease;
    font-weight: 400;
    line-height: 180%;
    transform: translateY(10%);
}

.news_time {
    position: absolute;
    bottom: 0;
    left: 5%;
    border-top: 1px solid #c2c4c5;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3% 0;
    font-size: max(14px, 0.833vw);
    color: #666666;
    line-height: 150%;
    transition: all .5s ease;
}

.news_time .time_1 {
    font-size: max(54px, 3.75vw);
    color: var(--li1);
    line-height: 100%;
    transition: all .5s ease;
}

a.top_newsbox:hover .news_tc:before {
    background: #000;
    opacity: .3;
}

a.top_newsbox:hover .Limg_cov {
    opacity: 1;
}

a.top_newsbox:hover * {
    color: #fff;
}

a.top_newsbox:hover .news_summ {
    opacity: .8;
    transform: translateY(0);
}

a.top_newsbox:hover img {
    transform: scale(1.05);
}


@media only screen and (min-width:769px) {
    .mo {
        display: none !important;
    }
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:768px) {
    .pc {
        display: none !important;
    }

    .h_one {
        padding: 150px 0 70px;
    }

    .h_three h2,
    .h_two_left h2,
    .h_one_top h1 {
        font-size: 32px;
    }

    .h_one_top {
        transform: translateY(-10px);
        transition: all .5s ease;
    }

    .h_one_bottom {
        opacity: 0;
        transform: translateY(100%);
        transition: all .5s ease;
    }

    .mo_active .h_one_top {
        transform: translateY(-100%);
        opacity: 0;
    }

    .mo_active .h_one_bottom {
        opacity: 1;
        transform: translateY(0%);
    }

    .h_one_sum {
        border-color: rgb(255 255 255 / 30%);
    }

    .h_one_bottom .one_time {
        font-size: 63px;
    }

    section.h_two {
        padding-top: 70px;
    }

    .h_two_left {
        width: 100%;
    }

    .h_two_right {
        width: 100%;
    }

    .h_two_bottom ul {
        gap: 15px;
    }

    .h_two_bottom ul li {
        width: 100%;
    }

    .h_two_bottom ul li.ts span.counter {
        font-size: max(48px, 3.75vw);
    }

    .h_two_bottom ul li.ts i {
        font-size: max(28px, 2.188vw);
    }

    .h_two_bottom ul li.ts {
        width: 100%;
        margin-top: 0;
    }

    section.h_two:before {
        height: 55%;
    }

    .h_three {
        padding: 70px 0;
    }

    ul.Hot_spot li p {
        display: none;
    }

    ul.Hot_tc li {
        width: 100%;
        height: 35vh;
    }

    .Hot_tc .colse {
        bottom: auto;
        left: auto;
        top: 5%;
        right: 5%;
        transform: none;
    }

    .h_three .h_three_bottom>div {
        width: 100%;
    }

    .h_three_left ul li .counter {
        font-size: 32px;
    }

    .h_three_left ul li p {
        font-size: 12px;
    }

    .h_three_center {
        margin: 20px 0;
    }

    .h_three_left ul li {
        width: calc(50% - 2vw);
        background: #eee;
        padding: 15px;
    }

    .h_three_left ul li p br {
        display: none;
    }

    .h_three_bottom .h_three_right {
        margin-top: 20px;
    }

    .h_four_bg .w50 {
        width: 100%;
        margin-left: auto;
    }

    .h_four_bg .Limg_cov {
        padding-bottom: 160%;
        background: #2e3949;
    }

    .h_four_bg .Limg_cov img {
        opacity: .6;
    }

    .banenr_center .butes {
        font-size: 42px;
        width: 100%;
    }

    .h_four_tc .tc_bottom {
        gap: 10px;
    }

    .h_four_bg .banenr_center {
        position: absolute;
        top: 60%;
    }

    .h_four_bottom .info {
        font-size: 14px;
        line-height: 150%;
    }

    .h_five_z .vdieo_post {
        clip-path: none;
        height: 100%;
    }

    .h_five_bg {
        width: 100%;
        height: auto;
    }

    .h_two_video {
        clip-path: none !important;
        border-radius: 10px;
        width: 100% !important;
    }

    .h_video_box {
        width: 100% !important;
    }

    .f_five_link ul li {
        width: calc((100% - 6vw) / 3);
    }

    .f_five_link ul .Limg_con {
        padding-bottom: 60%;
        background: rgb(65 86 116 / 10%);
    }

    .h_five_height {
        height: auto;
        min-height: auto;
    }

    .h_six,
    .f_five_link ul {
        padding: 70px 0;
    }

    .h_six h2 {
        font-size: 32px;
    }

    .six_sort a.six_more {
        font-size: 14px;
        min-width: 80px;
        padding: 0px 15px;
        margin-right: 10px;
        line-height: 42px;
    }

    .news_right {
        display: none;
    }

    .news_tc .news_tit {
        line-height: 125%;
    }

    .news_tc .news_summ {
        display: none;
    }

    .news_time .time_1 {
        font-size: 36px;
    }

    .news_swiper {
        padding-bottom: 50px !important;
    }

    .f_five_link ul .Limg_con img {
        max-width: 70%;
        max-height: 70%;
    }

}