@charset "UTF-8";

.H_top {
    position: relative;
}

.h_nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
    z-index: 5;
    opacity: 0;
    transform: translate(0, -100%);
    padding: 0 5%;
}

.h_nav a.h_nav_more {
    color: #fff;
    text-transform: uppercase;
    line-height: max(94px, 4.5vw);
    font-size: max(16px, 0.94vw);
}

.h_one {
    position: relative;
    background: #000;
    height: 250vh;
    z-index: 1;
}

.h_one_cen {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.h_one .ban_img {
    /*opacity: .7;*/
    clip-path: polygon(47% 42%, 53% 42%, 53% 58%, 47% 58%);
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.ban_svg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    padding: 0 1px;
    overflow: hidden;
}

.ban_svg svg {
    opacity: 0;
    transform: translate(0, 100%);
}

.san_line {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: none;
    justify-content: space-between;
    z-index: 7;
    opacity: .1;
}

.san_line>div {
    width: 1px;
    height: 100%;
    background: #fff;
}

.six_line {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    z-index: 6;
}

.six_line>div {
    flex: 1;
    background: var(--li);
    transform-origin: left center;
    transform: scaleX(0);
}

.h_one .scll {
    text-align: center;
    z-index: 6;
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    color: #fff;
    font-weight: 300;
    transform: translate(0, 100%);
    opacity: 0;
}

.h_one .scll .lang {
    position: absolute;
    right: 5%;
    top: 0;
}

.h_one .scll .lang span:after {
    content: '\e681';
    font-family: 'iconfont';
    display: inline-block;
    font-weight: bold;
}

.h_one .scll .lang .langbox {
    position: absolute;
    width: max(100px, 5vw);
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 8px;
    display: none;
}

.h_one .scll .lang .langbox:before {
    content: '';
    border-top: 8px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.h_one .scll .lang .langbox a {
    display: block;
    color: var(--li);
    background: #fff;
    line-height: 200%;
    border-top: 1px solid #eee;
}

.h_one .scll .lang:hover .langbox {
    display: block;
}

.h_one .scll .lang .langbox a:hover {
    border-color: var(--li);
    background: var(--li);
    color: #fff;
}

.ban_tc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 500%);
    z-index: 8;
    transition: all 1s ease;
    opacity: 0;
    color: #fff;
}

.ban_tc.j_active {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.ban_tc h1 {
    font-size: max(48px, 3.75vw);
    max-width: max(500px, 37vw);
}

.ban_tc p {
    font-size: max(16px, 1.25vw);
    line-height: 167%;
    opacity: .5;
    margin: 4% 0 9%;
}

.ban_tc .ban_more {
    color: #fff;
    font-weight: 500;
}

.h_two {
    position: relative;
    background: #000;
    height: 350vh;
}

canvas#image-canvas {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    opacity: .7;
    object-fit: cover;
}

.h_two .tc {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h_two .tc li {
    height: 50%;
    width: 50%;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: max(30px, 3vw);
}

.h_two .tc li:nth-of-type(2n - 1) {
    margin-left: auto;
}

.h_two .tc li .top {
    font-size: max(20px, 1.563vw);
    font-weight: bold;
}

.h_two .tc li .bottom .counter {
    font-size: max(63px, 5.21vw);
}

.h_two .tc li .bottom i {
    font-size: max(36px, 3.1vw);
}

.h_two .tc li .bottom p {
    font-size: max(16px, 0.938vw);
    margin: 1% 0;
}

.h_two .tc li .ban_more {
    color: #fff;
}

.h_two.j_active {
    background-color: #fff;
}

.h_three {
    position: relative;
    background: #fff;
    height: 350vh;
}

.h_three .h_three_sk {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    gap: 2vw;
}

.h_three .h_three_sk p {
    color: #000;
    font-size: max(16px, 0.938vw);
}

.h_three .h_three_sk .txt_re {
    position: relative;
    font-size: max(24px, 1.875vw);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #d5d5d5;
    max-width: max(650px, 49vw);
    line-height: 145%;
    width: 94%;
}

.is--animated_text {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
}

.h_three .h_three_sk .ban_more {
    color: var(--li);
    font-weight: 500;
    margin-top: 2%;
}

.h_three_img {
    position: absolute;
    height: auto;
    left: 50%;
    top: 100vh;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: column;
    z-index: 2;
    gap: 6vw;
    pointer-events: none;
}

.h_three_img li {
    width: 27%;
}

.h_three_img li .Limg_cov {
    padding-bottom: 126%;
}

.h_three_img li:nth-of-type(1) {
    margin: 0 auto 10%;
    transform: translateX(10%);
}

.h_three_img li:nth-of-type(3) {
    margin: 0 0 0 auto;
    transform: translatey(-50%);
}

.H_bottom {
    background: #000;
}

.h_four {
    background: url(../jpg/h_four.jpg) center center/cover no-repeat;
    padding: 5% 0;
    min-height: 100vh;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.h_four .left {
    max-width: max(510px, 26vw);
}

.h_four .left h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: max(48px, 3.75vw);
    line-height: 100%;
}

.h_four .left p {
    color: #999;
    font-size: max(16px, 0.938vw);
    line-height: 167%;
    margin: 10% 0 25%;
}

.h_four .left a.ban_more {
    color: #fff;
    font-weight: 500;
}

.h_five {
    overflow: hidden;
    position: relative;
}

.h_five .left {
    font-size: max(48px, 3.75vw);
    color: #fff;
}

.h_five a.ban_more {
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.h_five .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 8% 0 5%;
}

.h_five .center:after {
    content: '';
    position: absolute;
    width: 100%;
    border: 1px #fff;
    border-style: none solid;
    height: 100%;
    left: 0%;
    top: 0;
    opacity: .1;
    display: none;
}

.h_five .center:before {
    content: '';
    position: absolute;
    width: 1px;
    background: #fff;
    height: 100%;
    left: 50%;
    top: 0;
    opacity: .1;
    margin-left: -0.5px;
    display: none;
}


.h_five .news_swiper {
    width: 100%;
    margin-top: 5%;
    z-index: 2;
    position: relative;
}

.news_swiper .swiper-button {
    margin-top: 5%;
    text-align: center;
}

.news_swiper .swiper-button .icon {
    display: inline-block;
    color: #c3c3c3;
    margin: 0 2%;
    font-size: max(24px, 1.8vw);
    cursor: pointer;
    transition: all .5s ease;
}

.news_swiper .swiper-button .icon:hover {
    color: #fff;
}


.h_five .news_swiper a.news_box {
    display: block;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 10px;
    background: #000;
    color: #fff;
    overflow: hidden;
    transition: all .5s ease;
}

.h_five .news_swiper .Limg_cov {
    padding-bottom: 75%;
    border-radius: 10px;
}

.h_five .news_swiper .news_txt {
    padding: 5%;
    position: relative;
}

.h_five .news_swiper .news_txt:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: #fff;
    opacity: .1;
    left: 5%;
    top: 0;
}

.h_five .news_swiper .news_txt .news_tit {
    font-size: max(18px, 1.25vw);
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: max(66px, 4.6vw);
    margin-bottom: 8%;
}

.h_five .news_swiper .news_txt i.icon {
    transform: rotate(180deg);
    display: inline-block;
    font-size: max(18px, 1.25vw);
}

.h_five .news_swiper .tc {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
    padding: 8% 10%;
    font-size: max(16px, 0.938vw);
    letter-spacing: 1px;
}

.h_five .news_swiper .tc .news_time {
    text-transform: uppercase;
}

.h_five .news_swiper .tc p {
    position: absolute;
    left: 10%;
    bottom: 10%;
    opacity: .5;
}

.h_five .news_swiper a.news_box:hover img {
    transform: scale(1.1);
}

.h_five .news_swiper a.news_box:hover {
    border-color: #bf9559;
}

@media only screen and (max-width:1200px) {}

@media only screen and (min-width:769px) {}

@media only screen and (max-width:768px) {
    .h_one .scll .lang {
        display: none;
    }

    .ban_svg,
    .six_line,
    .h_nav {
        display: none;
    }

    .h_two .tc li {
        height: 50%;
        width: 100%;
    }

    .h_one {
        height: 100vh;
    }

    .h_one .ban_img {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .ban_tc h1 {
        font-size: 36px;
    }

    .h_two {
        height: 300vh;
    }

    .h_two .tc li .top {
        font-size: 18px;
        font-weight: normal;
        line-height: 167%;
    }

    .h_two .tc li .bottom .counter {
        font-size: 54px;
    }

    .h_three .h_three_sk .txt_re {
        font-size: 18px;
    }

    .h_three {
        height: 250vh;
    }

    .h_four {
        padding: 80px 0;
        min-height: auto;
        background-attachment: scroll;
    }

    .h_four .left h2 {
        font-size: 28px;
        line-height: 134%;
        width: 250px;
    }

    .h_four .left p {
        color: #999;
        font-size: 14px;
        line-height: 167%;
        margin: 20px 0 40px;
    }

    .h_five .center {
        padding: 80px 0;
    }

    .h_five .left {
        font-size: 28px;
    }

    .h_five .news_swiper {
        margin-top: 30px;
    }

    .h_five .center:before,
    .h_five .center:after {
        display: none !important;
    }



}