* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

*, *::after, *::before {
    box-sizing: border-box;
}

img {
    object-fit: cover;
    vertical-align: middle;
}

img:not(.none) {
    max-width: 100%;
    max-height: 100%;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper, .div_bezier {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
    border-collapse: collapse;
}

::-webkit-scrollbar {
    display: none;
    width: 0;
}

[data-lenis-prevent] {
    padding: 0 20px 0 0;
}

[data-lenis-prevent]::-webkit-scrollbar {
    width: 4px;
    display: block;
}

[data-lenis-prevent]::-webkit-scrollbar-thumb {
    background: #666;
}

[data-lenis-prevent]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

._scroll_y {
    position: fixed;
    top: 0;
    right: 3px;
    width: 6px;
    height: 100vh;
    z-index: 9999;
    border-radius: 10px;
}

._scroll_y div {
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: black;
    opacity: 0;
    position: relative;
    transition: opacity 0.3s ease;
    cursor: grab;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

[data-wheel]::-webkit-scrollbar {
    width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
    background-color: transparent;
}

html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

section {
    overflow: hidden;
}

section.unset {
    overflow: unset;
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease;
    pointer-events: none;
}

.header .logo {
    display: block;
    width: 160px;
    pointer-events: auto;
    position: relative;
}

.header .logo img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.6s;
}

.header .logo img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
}

.header .header_r {
    display: flex;
    gap: 0 12px;
}

.header .header_r a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 25px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
    pointer-events: auto;
}

.header .header_r a:nth-child(2) {
    background: #FFFFFF;
    border: 1px solid white;
    color: #182745;
}

.header .header_r a:hover {
    border: 1px solid #182745 !important;
    background: #182745 !important;
    color: #FFFFFF !important;
}

.header.on {
    height: 70px;
}

.header.active .logo img:nth-child(1) {
    opacity: 0;
}

.header.active .logo img:nth-child(2) {
    opacity: 1;
}

.header.active .header_r a {
    border: 1px solid #182745;
    color: #182745;
}

.header.active .header_r a:nth-child(2) {
    background: #000;
    border: 1px solid black;
    color: #FFFFFF;
}

.footer {
    background: #000B20;
}

.footer .footer_top {
    background: #000B20;
    padding: 63px 0 227px;
    position: relative;
    z-index: 3;
}

.footer .footer_top .wrap {
    width: 1800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer .footer_top .wrap .footer_top_r {
    display: flex;
    align-items: flex-start;
}

.footer .footer_top .wrap .footer_top_r .logo {
    width: 160px;
    margin-right: 187px;
}

.footer .footer_top .wrap .footer_top_r .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.footer .footer_top .wrap .footer_top_r .footer_top_r_r .part:nth-child(1) {
    margin-bottom: 50px;
}

.footer .footer_top .wrap .footer_top_r .footer_top_r_r .part h5 {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 15px;
}

.footer .footer_top .wrap .footer_top_r .footer_top_r_r .part p {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}

.footer .footer_top .wrap .footer_top_r .footer_top_r_r .part .share {
    display: flex;
    gap: 0 8px;
}

.footer .footer_top .wrap .footer_top_r .footer_top_r_r .part .share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: 0.6s;
}

.footer .footer_top .wrap .footer_top_r .footer_top_r_r .part .share a img {
    filter: brightness(0) invert(1);
    transition: 0.6s;
    max-width: 50%;
}

.footer .footer_top .wrap .footer_top_r .footer_top_r_r .part .share a:hover {
    background-color: #FFFFFF;
}

.footer .footer_top .wrap .footer_top_r .footer_top_r_r .part .share a:hover img {
    filter: brightness(1) invert(0);
}

.footer .footer_top .wrap .footer_top_l {
    padding: 0 135px 0 0;
    display: flex;
    gap: 0 281px;
}

.footer .footer_top .wrap .footer_top_l .part h5 {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 18px;
}

.footer .footer_top .wrap .footer_top_l .part a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    position: relative;
    width: fit-content;
}

.footer .footer_top .wrap .footer_top_l .part a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #FFFFFF;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s;
}

.footer .footer_top .wrap .footer_top_l .part a:hover:after {
    transform: scaleX(1);
}

.footer .footer_logo {
    background: #000B20;
}

.footer .footer_logo .img {
    width: 1800px;
    opacity: 0.05;
    margin: 0 auto;
}

.footer .footer_logo .img img {
    display: block;
    width: 100%;
}

.footer .footer_sticky {
    background: #000B20;
    position: relative;
}

.footer .footer_bottom .wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 1800px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footer_bottom .wrap div {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.footer .footer_bottom .wrap div a {
    width: fit-content;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin: 0 0 0 auto;
    position: relative;
}

.footer .footer_bottom .wrap div a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s;
}

.footer .footer_bottom .wrap div a:hover:after {
    transform: scaleX(1);
}

.footer .footer_bottom .wrap .l, .footer .footer_bottom .wrap .r {
    width: 40%;
}

.nav {
    width: 100vw;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    margin: -118px 0 0;
    transition: 0.6s;
    z-index: 999;
}

.nav .nav_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 52px;
    position: relative;
}

.nav .nav_box:after {
    content: "";
    width: 540px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 28px;
    position: absolute;
    transition: 0.6s;
}

.nav .nav_box .item {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #182745;
    transition: 0.4s;
    position: relative;
    z-index: 3;
    text-transform: capitalize;
}

.nav .nav_box .item:hover, .nav .nav_box .item.on {
    color: #F0AA21;
}

.nav.on {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav.on .nav_box:after {
    width: 100vw;
    height: 100px;
    border-radius: 0px;
}

.nav.active {
    height: 70px;
}

.nav.active .nav_box:after {
    height: 70px;
}

.common_banner {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.common_banner .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.common_banner .img img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 2s;
}

.common_banner.on .img img {
    transform: scale(1);
}

.w-1600 {
    width: 1600px;
    margin: 0 auto;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(18, 37, 74, 0);
    border-radius: 50%;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    transition: 0.6s;
}

.page a:nth-child(1) {
    transform: rotate(180deg);
}

.page a:nth-child(1), .page a:nth-last-child(1) {
    background: rgba(18, 37, 74, 0.1);
    margin: 0 12px;
}

.page a:nth-child(1) img, .page a:nth-last-child(1) img {
    display: block;
    width: 16px;
}

.page a:nth-child(1):hover, .page a:nth-last-child(1):hover {
    background: #12254A;
}

.page a:nth-child(1):hover img, .page a:nth-last-child(1):hover img {
    filter: brightness(0) invert(1);
}

.page a.on, .page a:hover {
    background: #12254A;
    color: #FFFFFF;
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 1919px) {
    [data-lenis-prevent] {
        padding: 0px 1.0416666667vw 0px 0px;
    }

    [data-lenis-prevent]::-webkit-scrollbar {
        width: 0.2083333333vw;
    }

    ._scroll_y {
        right: 0.15625vw;
        width: 0.3125vw;
        border-radius: 0.5208333333vw;
    }

    ._scroll_y div {
        border-radius: 0.5208333333vw;
    }

    [data-wheel]::-webkit-scrollbar {
        width: 0.3645833333vw;
    }

    .header {
        height: 5.2083333333vw;
        padding: 0px 3.125vw;
    }

    .header .logo {
        width: 8.3333333333vw;
    }

    .header .header_r {
        gap: 0px 0.625vw;
    }

    .header .header_r a {
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        padding: 0px 1.3020833333vw;
        font-size: 0.8333333333vw;
    }

    .header.on {
        height: 3.6458333333vw;
    }

    .footer .footer_top {
        padding: 3.28125vw 0px 11.8229166667vw;
    }

    .footer .footer_top .wrap {
        width: 93.75vw;
    }

    .footer .footer_top .wrap .footer_top_r .logo {
        width: 8.3333333333vw;
        margin-right: 9.7395833333vw;
    }

    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part:nth-child(1) {
        margin-bottom: 2.6041666667vw;
    }

    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part h5 {
        font-size: 0.7291666667vw;
        margin-bottom: 0.78125vw;
    }

    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part p {
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
    }

    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part .share {
        gap: 0px 0.4166666667vw;
    }

    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part .share a {
        width: 1.6666666667vw;
        height: 1.6666666667vw;
        border-radius: 0.4166666667vw;
    }

    .footer .footer_top .wrap .footer_top_l {
        padding: 0px 7.03125vw 0px 0px;
        gap: 0px 14.6354166667vw;
    }

    .footer .footer_top .wrap .footer_top_l .part h5 {
        font-size: 0.7291666667vw;
        margin-bottom: 0.9375vw;
    }

    .footer .footer_top .wrap .footer_top_l .part a {
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
    }

    .footer .footer_logo .img {
        width: 93.75vw;
    }

    .footer .footer_bottom .wrap {
        width: 93.75vw;
        height: 3.125vw;
    }

    .footer .footer_bottom .wrap div {
        font-size: 0.7291666667vw;
    }

    .footer .footer_bottom .wrap div a {
        font-size: 0.7291666667vw;
    }

    .footer .footer_bottom .wrap div a::after {
        bottom: -0.1041666667vw;
    }

    .nav {
        height: 5.2083333333vw;
        margin: -6.1458333333vw 0px 0px;
    }

    .nav .nav_box {
        gap: 0px 2.7083333333vw;
    }

    .nav .nav_box::after {
        width: 28.125vw;
        height: 2.8645833333vw;
        border-radius: 1.4583333333vw;
    }

    .nav .nav_box .item {
        font-size: 0.8333333333vw;
    }

    .nav.on {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
    }

    .nav.on .nav_box::after {
        height: 5.2083333333vw;
    }

    .nav.active {
        height: 3.6458333333vw;
    }

    .nav.active .nav_box::after {
        height: 3.6458333333vw;
    }

    .w-1600 {
        width: 83.3333333333vw;
    }

    .page a {
        width: 2.34375vw;
        height: 2.34375vw;
        font-size: 0.8333333333vw;
    }

    .page a:nth-child(1), .page a:nth-last-child(1) {
        margin: 0px 0.625vw;
    }

    .page a:nth-child(1) img, .page a:nth-last-child(1) img {
        width: 0.8333333333vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner {
        height: 40vh;
    }
    .header {
        height: 60px !important;
        padding: 0 5vw !important;
        background: #FFFFFF !important;
        pointer-events: auto !important;
    }

    .header .logo {
        width: 100px;
    }

    .header .header_r a {
        display: none;
    }

    .nav {
        display: block !important;
        width: 100vw;
        height: 100vh !important;
        position: fixed;
        top: 0;
        left: 0;
        transform: unset;
        z-index: 999;
        background: #FFFFFF;
        margin: 0;
        clip-path: inset(0 0 100% 0);
        transition: 1s;
    }
    .nav.show {
        clip-path: inset(0 0 0% 0);
    }
    .header .logo img {
        height: auto;
        object-fit: contain;
        max-height: unset;
    }

    .header .logo img:nth-child(1) {
        opacity: 0 !important;
    }

    .header .logo img:nth-child(2) {
        opacity: 1 !important;
    }

    .nav .nav_box {
        display: block;
        width: 100%;
        padding: 100px 5vw 0;
        height: 100%;
    }

    .nav .nav_box .item {
        font-size: 16px;
        line-height: 60px;
        border-bottom: 1px solid #ccc;
        display: block !important;
    }

    .header .header_r .menu {
        display: block !important;
        transform: translateX(15px);
    }

    .header .header_r .menu svg {
        stroke: #000000;
        width: 64px;
        height: 38px;
        stroke-width: 1px;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
        display: block;
    }

    .header .header_r .menu svg path {
        transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
        stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
        stroke-dashoffset: var(--offset, 126px);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .header .header_r .menu svg path:nth-child(2) {
        --duration: .7s;
        --easing: ease-in;
        --offset: 100px;
        --array-2: 74px;
    }

    .header .header_r .menu svg path:nth-child(3) {
        --offset: 133px;
        --array-2: 107px;
    }

    .header .header_r .menu.active svg path {
        --offset: 57px;
    }

    .header .header_r .menu.active svg path:nth-child(1), .menu.active svg path:nth-child(3) {
        --delay: .15s;
        --easing: cubic-bezier(.2, .4, .2, 1.1);
    }

    .header .header_r .menu.active svg path:nth-child(2) {
        --duration: .4s;
        --offset: 2px;
        --array-1: 1px;
    }

    .header .header_r .menu.active svg path:nth-child(3) {
        --offset: 58px;
    }
    .common_banner .img {
        transform: unset !important;
    }
    .w-1600 {
        width: 90vw;
    }
    .footer .footer_top .wrap {
        width: 90%;
        display: block;
    }
    .footer .footer_top .wrap .footer_top_r {
        display: block;
    }
    .footer .footer_top {
        padding: 50px 0 50px;
    }
    .footer .footer_top .wrap .footer_top_r .logo {
        width: 180px;
        margin: 0 auto 50px;
    }
    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part:nth-child(1) {
        margin-bottom: 40px;
    }
    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part p {
        font-size: 16px;
        line-height: 1.4;
    }
    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part p br {
        display: none;
    }
    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part .share {
        gap: 0 10px;
        justify-content: center;
    }
    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part .share a {
        width: 30px;
        height: 30px;
        border-radius: 4px;
    }
    .footer .footer_top .wrap .footer_top_r .footer_top_r_r .part {

        padding: 0 0 0px;
        text-align: center;
    }
    .footer .footer_top .wrap .footer_top_l {
        padding: 40px 0 0;
        display: block;
        display: none;
    }
    .footer .footer_top .wrap .footer_top_l .part {
        width: 100%;
    }
    .footer .footer_top .wrap .footer_top_l .part h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .footer .footer_top .wrap .footer_top_l .part a {
        font-size: 16px;
        line-height: 60px;
        border-bottom: 1px solid #FFFFFF;
        width: 100%;
    }
    .footer .footer_bottom .wrap {
        width: 90%;
        padding: 20px 0;
        height: unset;
        display: block;
    }
    .footer .footer_bottom .wrap div {
        font-size: 14px;
        width: 100% !important;
        text-align: center;
    }
    .footer .footer_bottom .wrap .center {
        margin: 10px 0;
    }
    .footer .footer_logo .img {
        width: 90%;
    }
    .footer .footer_logo {
        padding: 0 0 20px;
    }
    .footer .footer_bottom .wrap div a {
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: 0;
    }
}
