
[data-v-2bb72a94]::-webkit-scrollbar {
    display: none;
}
nav[data-v-2bb72a94] {
    height: 1rem;
    left: 0;
    background: transparent;
    position: fixed;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%;
    overflow-y: auto;
}
.nav-bg[data-v-2bb72a94] {
    background: rgba(255, 255, 255, 1);
    height: 100%;
    position: absolute;
    width: 100%;
}
.container[data-v-2bb72a94] {
    align-content: flex-start;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    overflow-y: auto;
}
.fake-nav[data-v-2bb72a94] {
    height: 1rem;
    background: transparent;
    position: relative;
    width: 100%;
}
nav a[data-v-2bb72a94] {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-2bb72a94]:link {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-2bb72a94]:visited {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-2bb72a94]:hover {
    text-decoration: none;
    color: rgba(28, 156, 222, 1);
}
nav a[data-v-2bb72a94]:active {
    text-decoration: none;
    color: rgba(28, 156, 222, 1);
}
.logo[data-v-2bb72a94] {
    cursor: pointer;
    display: flex;
    margin-left: 6vw;
    margin-top: 18%;
    height: 0.39rem;
    transform: translateY(-50%);
    vertical-align: top;
}
.path-container[data-v-2bb72a94] {
    height: 100%;
    justify-content: space-between;
    max-width: 70%;
    overflow-x: auto;
    position: absolute;
    right: 4%;
}
.path-container li[data-v-2bb72a94] {
    position: relative;
}
.path-container li > ul[data-v-2bb72a94] {
    display: none;
}
.path-container li:hover > ul[data-v-2bb72a94] {
    display: block;
}
.link[data-v-2bb72a94] {
    color: rgba(68, 68, 68, 1);
    cursor: pointer;
    font-size: 0.2rem;
    font-family: Arial;
    font-weight: 400;
    height: 1rem;
    min-width: 1.61rem;
    vertical-align: top;
    text-align: center;
    line-height: 1rem;
    overflow: hidden;
}
.link[data-v-2bb72a94]:hover::after {
    animation: scale-wider-data-v-2bb72a94 0.5s ease forwards;
    border-top: solid 0.02rem rgba(28, 156, 222, 1);
    bottom: 0.25rem;
    content: "";
    display: block;
    left: 20%;
    position: absolute;
    width: 60%;
}
@keyframes scale-wider-data-v-2bb72a94 {
0% {
    transform: scaleX(0);
}
100% {
    transform: scaleX(1);
}
}
.link[data-v-2bb72a94]:hover {
    background: white;
    color: rgba(28, 156, 222, 1);
}
.arrow[data-v-2bb72a94] {
    display: inline-block;
    margin-left: 0.05rem;
    vertical-align: middle;
    width: 0.14rem;
}
.sub-list[data-v-2bb72a94] {
    background: rgba(255, 255, 255, 1);
    position: fixed;
}

/* mobile */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
nav[data-v-2bb72a94] {
        background: rgba(255, 255, 255, 1);
        height: 0.8rem;
        left: 0;
        opacity: 1;
        position: fixed;
        text-overflow: ellipsis;
        top: 0;
        white-space: nowrap;
        width: 100%;
}
.fake-nav[data-v-2bb72a94] {
        height: 0.8rem;
        background: transparent;
        position: relative;
        width: 100%;
}
.logo[data-v-2bb72a94] {
        margin-top: 0.42rem;
        height: 0.31rem;
}
.menu-container[data-v-2bb72a94] {
        min-height: 0.8rem;
        position: absolute;
        top: 0;
        right: 0;
        width: 0.58rem;
}
.menu-btn[data-v-2bb72a94] {
        height: 0.26rem;
        right: 0.26rem;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: transform 0.2s;
        -webkit-transition: -webkit-transform 0.2s;
        top: 0.22rem;
        position: absolute;
        width: 0.32rem;
}
.rotate-90[data-v-2bb72a94] {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
}
.droplist[data-v-2bb72a94] {
        box-shadow: 0 0.03rem 0.25rem -0.02rem rgba(0, 0, 0, 0.14);
        position: fixed;
        height: auto;
        right: 0;
        top: 0.78rem;
        opacity: 1;
        transform: translateZ(100px);
        -webkit-transform: translateZ(100px);
}
.dropitem[data-v-2bb72a94] {
        background-color: rgba(255, 255, 255, 1);
        cursor: pointer;
        font-size: 0.16rem;
        height: 0.9rem;
        line-height: 0.9rem;
        position: relative;
        text-align: center;
        width: 2rem;
}
.dropitem[data-v-2bb72a94]:hover::after {
        animation: scale-wider-data-v-2bb72a94 0.5s ease forwards;
        border-top: solid 0.02rem rgba(28, 156, 222, 1);
        bottom: 0.2rem;
        content: "";
        display: block;
        left: 20%;
        position: absolute;
        width: 60%;
}
.dropitem[data-v-2bb72a94]:active::after {
        animation: scale-wider-data-v-2bb72a94 0.5s ease forwards;
        border-top: solid 0.02rem rgba(28, 156, 222, 1);
        bottom: 0.2rem;
        content: "";
        display: block;
        left: 20%;
        position: absolute;
        width: 60%;
}
.dropitem .sub-menu[data-v-2bb72a94] {
        display: none;
}
.dropitem:hover .sub-menu[data-v-2bb72a94] {
        display: block;
}
        /* .dropitem:active .sub-menu {
            display: block;
        } */
.sub-menu[data-v-2bb72a94] {
        position: absolute;
        right: 2rem;
        top: 0;
}
.arrow[data-v-2bb72a94] {
        left: 0.15rem;
        top: 50%;
        margin-top: -0.06rem;
        vertical-align: middle;
        width: 0.13rem;
        height: 0.06rem;
        position: absolute;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
}
}


footer[data-v-64d53602] {
    background-size: 100% 100%;
    color: white;
    font-size: 0.26rem;
    min-height: 1.02rem;
    padding-top: 0.2rem;
    box-sizing: border-box;
    /* line-height: 1.02rem; */
    text-align: center;
    width: 100%;
}
footer a[data-v-64d53602] {
    text-decoration: none;
    color: white;
    display: block;
    font-size: 0.18rem;
    line-height: 0.42rem;
}

/* -- mobile -- */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
footer[data-v-64d53602] {
        padding-top: 0.2rem;
        font-size: 0.13rem;
        min-height: 0.63rem;
}
footer a[data-v-64d53602] {
        font-size: 0.11rem;
        line-height: 0.36rem;
}
}
/* -- mobile end --*/

.home[data-v-f3d5acba] {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.swiper[data-v-f3d5acba] {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.swiper-container[data-v-f3d5acba] {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-item[data-v-f3d5acba] {
    position: relative;
}
.left-swiper-item[data-v-f3d5acba] {
    background: transparent;
    display: flex;
    justify-content: space-around;
}
.right-swiper[data-v-f3d5acba] {
    top: 0;
    position: absolute;
    right: 0;
}
.right-swiper-item[data-v-f3d5acba] {
    background: transparent;
    display: flex;
    justify-content: space-around;
}
.transparent[data-v-f3d5acba] {
    background: transparent;
    width: 50%;
}
.container[data-v-f3d5acba] {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.bg[data-v-f3d5acba] {
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.swiper-bg[data-v-f3d5acba] {
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 50%;
}
.next-btn[data-v-f3d5acba] {
    background: url(../.././img/home/next-normal.png) no-repeat center center;
    background-size: contain;
    border: none;
    height: 0.81rem;
    left: 50%;
    margin-left: -0.405rem;
    outline: none;
    position: absolute;
    bottom: 0.72rem;
    width: 0.81rem;
}
.next-btn[data-v-f3d5acba]:hover {
    background: url(../.././img/home/next-hover.png) no-repeat center center;
    background-size: contain;
}
.float-text[data-v-f3d5acba] {
    color: white;
    font-family: Helvetica Nece;
    font-weight: bold;
    font-size: 0.8rem;
    left: 1.07rem;
    position: absolute;
    top: 40%;
}
.float-text .pre-title[data-v-f3d5acba] {
    color: #80c8d6;
    font-size: 2.1rem;
}
.left[data-v-f3d5acba] {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.right[data-v-f3d5acba] {
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.text-wrapper[data-v-f3d5acba] {
    height: 100%;
    opacity: 0.4;
    position: relative;
    transition: opacity 0.5s linear;
    width: 50%;
}
.text[data-v-f3d5acba] {
    align-self: flex-start;
    animation: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 0.26rem;
    font-family: Helvetica Neue;
    font-weight: 300;
    height: 100%;
    line-height: 0.46rem;
    color: rgba(255, 255, 255, 1);
    opacity: 0;
    padding: 0 1.99rem;
    position: relative;
    width: 100%;
}
.text h2[data-v-f3d5acba] {
    color: rgba(255, 255, 255, 1);
    font-size: 0.7rem;
    font-family: Helvetica Neue;
    font-weight: bold;
    line-height: 0.7rem;
    margin-bottom: 0.5rem;
    white-space: pre-wrap;
}
.last-banner[data-v-f3d5acba] {
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size: 0.26rem;
    font-family: Arial;
    font-weight: normal;
    height: 100%;
    line-height: 0.46rem;
    width: 100%;
    padding: 0;
    position: relative;
    overflow-y: auto;
}
.last-banner .text-container[data-v-f3d5acba] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 1.2rem 1.9rem;
    height: 84vh;
}
.last-banner .text-container .title[data-v-f3d5acba] {
    /* width: 8.5rem; */
    font-size: 0.3rem;
    line-height: 0.42rem;
}
.last-banner .number-wrapper[data-v-f3d5acba] {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-top: 12%;
}
.last-banner footer[data-v-f3d5acba] {
    position: relative;
    /* transform: translateY(-45%); */
}
.number-item[data-v-f3d5acba] {
    width: 3.86rem;
}
.number[data-v-f3d5acba] {
    white-space: nowrap;
}
.number .int[data-v-f3d5acba] {
    color: rgba(255, 255, 255, 1);
    font-size: 2rem;
    font-family: Helvetica Neue;
    font-weight: 400;
}
.number .dec[data-v-f3d5acba] {
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
    font-family: Helvetica Neue;
    font-weight: 400;
}
.number .unit[data-v-f3d5acba] {
    background: white;
    border-radius: 50%;
    color: rgba(1, 1, 1, 0.8);
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 400;
    height: 0.74rem;
    line-height: 0.74rem;
    text-align: center;
    width: 0.74rem;
}
.number-wrapper .label[data-v-f3d5acba] {
    font-size: 0.36rem;
    font-family: Helvetica Neue;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 0.3rem;
    margin-left: 0.1rem;
    white-space: pre-wrap;
}
.swiper-slide-active .swiper-split .swiper-slide-active .text[data-v-f3d5acba] {
    animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.swiper-slide-active .swiper-split.prev .swiper-slide-active .text[data-v-f3d5acba] {
    animation: slide-in 1s 0.2s ease-out forwards;
}
.swiper-split .swiper-slide-active .text-wrapper[data-v-f3d5acba] {
    opacity: 1;
}

/* mobile */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
.home[data-v-f3d5acba] {
        touch-action: none;
        height: 100vh;
        position: relative;
        width: 100%;
        overflow: hidden;
}
.next-btn[data-v-f3d5acba] {
        bottom: 0.11rem;
        height: 0.49rem;
        margin-left: -0.25rem;
        width: 0.49rem;
}
.float-text[data-v-f3d5acba] {
        font-size: 0.28rem;
        font-family: Helvetica Neue;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        left: 50%;
        margin-left: -1.505rem;
        text-align: left;
        top: 1.11rem;
        width: 3.31rem;
}
.float-text .pre-title[data-v-f3d5acba] {
        color: #80c8d6;
        font-size: 0.75rem;
}
.text-wrapper[data-v-f3d5acba] {
        height: 100%;
        left: 0;
        opacity: 0.8;
        position: absolute;
        top: 0;
        width: 100%;
}
.text[data-v-f3d5acba] {
        font-size: 0.18rem;
        line-height: 0.3rem;
        padding: 0 0.2rem;
}
.text h2[data-v-f3d5acba] {
        font-size: 0.37rem;
        line-height: 0.4rem;
        margin-bottom: 0.12rem;
}
.swiper-slide-active .text[data-v-f3d5acba] {
        animation: slide-in-resver 0.6s ease forwards;
}
.swiper-slide-active .prev .text[data-v-f3d5acba] {
        animation: slide-in 0.6s ease forwards;
}
.swiper-slide-active .text-wrapper[data-v-f3d5acba] {
        transition: opacity 1s linear;
        opacity: 0.8;
}
.last-banner[data-v-f3d5acba] {
        font-size: 0.14rem;
        font-family: Arial;
        font-weight: normal;
        line-height: 0.22rem;
        overflow: hidden;
}
.last-banner .text-container[data-v-f3d5acba] {
        display: flex;
        flex-direction: column;
        height: 5.95rem;
        justify-content: center;
        padding: 1.17rem 0.22rem 0.2rem 0.22rem;
}
.last-banner .text-container .title[data-v-f3d5acba] {
        width: 100%;
        font-size: 0.18rem;
        line-height: 0.3rem;
}
.last-banner .number-wrapper[data-v-f3d5acba] {
        flex-direction: column;
        justify-content: space-evenly;
}
.number-item[data-v-f3d5acba] {
        margin-top: 0.15rem;
}
.number .int[data-v-f3d5acba] {
        color: rgba(255, 255, 255, 1);
        font-size: 0.38rem;
        font-family: Helvetica Neue;
        font-weight: 400;
}
.number .dec[data-v-f3d5acba] {
        color: rgba(255, 255, 255, 1);
        font-size: 0.19rem;
        font-family: Helvetica Neue;
        font-weight: 400;
}
.number .unit[data-v-f3d5acba] {
        background: white;
        border-radius: 50%;
        color: rgba(1, 1, 1, 0.8);
        font-size: 0.14rem;
        font-weight: 400;
        height: 0.19rem;
        line-height: 0.17rem;
        text-align: center;
        width: 0.19rem;
}
.number-wrapper .label[data-v-f3d5acba] {
        font-size: 0.13rem;
        font-family: Helvetica Neue;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        margin-top: 0.02rem;
        margin-left: 0;
}
.last-banner footer[data-v-f3d5acba] {
        transform: translateY(0);
}
}


html,
body {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.home .fake-nav {
    position: fixed;
}

