html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial,'Times New Roman',"Microsoft YaHei";
    font-weight: 300
}

#all {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    display: none
}

#all.i {
    display: block
}

@media screen and (max-width: 2500px) {
    html,body {
        font-size:83%
    }
}

@media screen and (min-width: 2500px) {
    html,body {
        font-size:81%
    }
}

@media screen and (max-width: 2200px) {
    html,body {
        font-size:72%
    }
}

@media screen and (max-width: 1920px) {
    html,body {
        font-size:62.5%
    }
}

@media screen and (max-width: 1820px) {
    html,body {
        font-size:59.54%
    }
}

@media screen and (max-width: 1720px) {
    html,body {
        font-size:55.98%
    }
}

@media screen and (max-width: 1620px) {
    html,body {
        font-size:52.73%
    }
}

@media screen and (max-width: 1600px) {
    html,body {
        font-size:52.08%
    }
}

@media screen and (max-width: 1500px) {
    html,body {
        font-size:48.82%
    }
}

@media screen and (max-width: 1400px) {
    html,body {
        font-size:45.57%
    }
}

@media screen and (max-width: 1300px) {
    html,body {
        font-size:42.31%
    }
}

@media screen and (max-width: 1200px) {
    html,body {
        font-size:39.06%
    }
}

@media screen and (max-width: 1100px) {
    html,body {
        font-size:35.8%
    }
}

@media screen and (max-width: 1000px) {
    html,body {
        font-size:32.55%
    }
}

@media screen and (max-width: 900px) {
    html,body {
        font-size:29.3%
    }
}

@media screen and (max-width: 800px) {
    html,body {
        font-size:26.04%
    }
}

@media screen and (max-width: 750px) {
    html,body {
        font-size:24.414%
    }
}

@media screen and (max-width: 700px) {
    html,body {
        font-size:24.414%
    }
}

.navbar {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    position: fixed;
    top: 0px;
    z-index: 2000
}

.navbar .navbar-bg {
    width: 100%;
    height: 4.567vw;
    position: absolute;
    top: -0.4vw;
    left: 0;
    background: url(../image/navbar_bg.png) no-repeat;
    background-size: 100% 4.767vw
}

.navbar .navbar-main {
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.navbar .navbar-main .activeNav {
    color: #fff !important;
    font-weight: 550
}

.navbar .navbar-main .activeNav::before {
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    border-radius: 50%;
    background: #5cfff4;
    position: absolute;
    top: 50%;
    left: -1vw;
    transform: translate(0px, -50%)
}

.navbar .navbar-main .navbar-logo {
    width: 7.7604vw;
    height: 2.1875vw;
    background: url(../image/logo.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    float: left;
    position: relative;
    margin-left: 80px;
    margin-top: 1vw;
    cursor: pointer
}

.navbar .navbar-main .navbar-list {
    width: auto;
    height: 100%;
    float: right
}

.navbar .navbar-main .navbar-list .item-main {
    width: auto;
    margin-right: 5.2083vw;
    height: auto;
    float: left;
    position: relative
}

.navbar .navbar-main .navbar-list .item-main span {
    width: 100%;
    display: block
}

.navbar .navbar-main .navbar-list .item-main span a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none
}

.navbar .navbar-main .navbar-list .item-main .item-father {
    display: flex;
    justify-content: center;
    align-items: center
}

.navbar .navbar-main .navbar-list .item-main .item-father a {
    font-size: 0.9375vw;
    line-height: 4.567vw;
    color: #d0d0d0;
    font-weight: 550
}

.navbar .navbar-main .navbar-list .item-main .item-father a:hover {
    color: #1C1C1C
}

.navbar .navbar-main .navbar-list .item-main .item-children {
    margin-top: 1rem;
    height: 9.0788vw;
    transition: all 0.3s;
    opacity: 0;
    display: none
}

.navbar .navbar-main .navbar-list .item-main .item-children a {
    font-size: 1.7rem;
    line-height: 2;
    color: #707070
}

.navbar .navbar-main .navbar-list .item-main .item-children a:hover {
    color: #212121
}

.navbar .navbar-main .navbar-list .item-main:before {
    width: 0;
    height: 0.3rem;
    position: absolute;
    top: 5rem;
    left: 27%;
    background-color: #2d9dff;
    content: "";
    transition: all 0.5s ease;
    overflow: hidden
}

.navbar.m {
    width: 100%;
    height: 110px;
    transition: none;
    overflow: hidden;
    background: none
}

.navbar.m .navbar-bg {
    background: #000
}

.navbar.m.open {
    height: 100vh
}

.navbar.m.open .navbar-mask {
    background: rgba(0,0,0,0.55)
}

.navbar.m.open .navbar-main {
    left: 0
}

.navbar.m .navbar-bg {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center
}

.navbar.m .navbar-bg a {
    width: 207px;
    height: 58px;
    background: url(../image/m_logo.png);
    display: block;
    cursor: pointer
}

.navbar.m .navbar-main {
    margin: 0;
    width: 375px;
    height: calc(100vh - 110px);
    background: #1C1C1C;
    position: absolute;
    top: 110px;
    left: -375px;
    transition: all .5s ease
}

.navbar.m .navbar-main .activeNav {
    color: #21a5ff !important
}

.navbar.m .navbar-main .activeNav::before {
    content: ""
}

.navbar.m .navbar-main .navbar-list {
    width: 100%;
    float: none
}

.navbar.m .navbar-main .navbar-list .item-main {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    float: none
}

.navbar.m .navbar-main .navbar-list .item-main .item-father {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e6e6e6
}

.navbar.m .navbar-main .navbar-list .item-main .item-father a {
    font-size: 32px;
    line-height: 2;
    color: #808080
}

.navbar.m .navbar-main .navbar-list .item-main .item-father a.item-father-link {
    margin-left: 0
}

.navbar.m .navbar-main .navbar-list .item-main .item-father a.item-more {
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.navbar.m .navbar-main .navbar-list .item-main .item-children {
    margin-top: 0;
    margin-left: 50px;
    width: 325px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease;
    display: block
}

.navbar.m .navbar-main .navbar-list .item-main .item-children a {
    color: #000;
    font-size: 28px;
    line-height: 2;
    justify-content: flex-start
}

.navbar.m .navbar-main .navbar-list .item-main.hover .item-father a {
    color: #4b70f4
}

.navbar.m .navbar-main .navbar-list .item-main.hover .item-children {
    opacity: 1;
    max-height: 500px;
    transition: all 1s ease
}

.navbar.m .navbar-main .item-main:before {
    width: 0%
}

.navbar.m .navbar-status {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.navbar.m .navbar-status .navbar-status-main {
    width: 52px;
    height: 38px;
    position: relative
}

.navbar.m .navbar-status .navbar-status-main span {
    width: 40px;
    height: 1px;
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    transition: all 0.35s ease
}

.navbar.m .navbar-status .navbar-status-main.close .navbar-status-1 {
    top: 0px;
    transform: rotate(0deg)
}

.navbar.m .navbar-status .navbar-status-main.close .navbar-status-2 {
    left: 0px;
    top: 15px
}

.navbar.m .navbar-status .navbar-status-main.close .navbar-status-3 {
    top: 30px;
    transform: rotate(0deg)
}

.navbar.m .navbar-status .navbar-status-main.open .navbar-status-1 {
    top: 15px;
    transform: rotate(45deg)
}

.navbar.m .navbar-status .navbar-status-main.open .navbar-status-2 {
    top: 15px;
    left: -30px;
    opacity: 0
}

.navbar.m .navbar-status .navbar-status-main.open .navbar-status-3 {
    top: 15px;
    transform: rotate(-45deg)
}

.navbar.m .navbar-status .navbar-status-main:hover {
    opacity: 0.8
}

.navbar.m .navbar-mask {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    transition: all .5s ease
}

.banner {
    width: 100%
}

.banner .banner-top {
    width: 100%;
    height: 4.567vw;
    background-color: #1C1C1C
}

.banner .swiper-container {
    width: 100%;
    height: 22.6041vw;
    position: relative
}

.banner .swiper-container img {
    width: 100%;
    height: 100%;
    display: block
}

.banner .swiper-container-m {
    display: none
}

.banner.m {
    width: 750px
}

.banner.m .banner-top {
    width: 100%;
    height: 110px;
    background-color: #000
}

.banner.m .swiper-container {
    height: 539px
}

.tagviews {
    padding-left: 19.9vw;
    width: 100vw;
    height: 3.125vw;
    background: #1C1C1C;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000
}

.tagviews a {
    margin-right: 4.427vw;
    color: #3f3f3f;
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 0.3rem solid #1C1C1C;
    cursor: pointer
}

.tagviews a.hover {
    color: #47b4fe;
    border-bottom: 0.3rem solid #47b4fe
}

.tagviews.m {
    padding-left: 0;
    width: 750px;
    height: 90px;
    justify-content: space-around
}

.tagviews.m a {
    margin-right: 0;
    margin-top: 8px;
    font-size: 30px;
    line-height: 45px;
    cursor: pointer;
    border-bottom: 2px solid #1C1C1C
}

.tagviews.m a.hover {
    border-bottom: 2px solid #47b4fe
}

.location {
    width: 100vw;
    height: 2.6041vw;
    background: #fafbfa
}

.location .location-list {
    margin: 0 auto;
    width: 60.4167vw;
    height: 2.6041vw;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.location .location-list a {
    margin-right: 0.5rem;
    color: #acacac;
    font-size: 1.7rem;
    line-height: 2.6041vw;
    text-decoration: none
}

.page-top {
    width: 60px;
    height: 60px;
    background: url(../image/top.png) no-repeat;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 500;
    transition: all 0.5s ease;
    opacity: 0;
    cursor: pointer
}

.page-top.m {
    right: 15px
}

.page-top.active {
    opacity: 1
}

.advance {
    opacity: 0
}

.none {
    display: none !important
}

.anchor {
    width: 0 !important;
    height: 0 !important
}

@keyframes advance {
    to {
        margin-top: 0;
        opacity: 1
    }
}

.footer {
    width: 100%;
    height: 262px;
    background: #0b1218;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer .footer-main {
    width: 1060px;
    height: 84px;
    position: relative;
    transform-origin: center center
}

@media screen and (max-width: 1060px) {
    .footer .footer-main {
        height:calc(100vw / 1060 * 84);
        transform: scale(1)
    }
}

@media screen and (max-width: 1000px) {
    .footer .footer-main {
        transform:scale(0.94)
    }
}

@media screen and (max-width: 900px) {
    .footer .footer-main {
        transform:scale(0.84)
    }
}

@media screen and (max-width: 800px) {
    .footer .footer-main {
        transform:scale(0.75)
    }
}

@media screen and (max-width: 750px) {
    .footer .footer-main {
        transform:scale(0.7)
    }
}

.footer .footer-main span {
    display: block
}

.footer .footer-main .footer-icon {
    width: 205px;
    height: 84px;
    max-height: 100%;
    background: url(../image/footer.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0
}

.footer .footer-main .footer-icon_en {
    width: 205px;
    height: 60px;
    max-height: 100%;
    background: url(../image/footer_en.png) no-repeat;
    background-size: contain
}

.footer .footer-main .footer-icon_ens {
    width: 205px;
    height: 84px;
    max-height: 100%;
    background: url(../image/footer_en.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 100px !important;
    left: 100px !important
}

.footer .footer-main .footer-content {
    width: 750px;
    height: 100%;
    position: absolute;
    top: -2px;
    left: 300px
}

.footer .footer-main .footer-content p,.footer .footer-main .footer-content .footer-tips {
    margin: 5px 0;
    font-size: 13px;
    color: #6d8295
}

.footer .footer-main .footer-content .footer-tips {
    position: absolute;
    top: -4px;
    right: 80px
}

.footer .footer-main .footer-content .footer-green {
    width: 57px;
    height: 23px;
    background: url(../image/footer_green.png) no-repeat;
    position: absolute;
    top: 50px;
    right: 50px
}

.footer .footer-main .footer-content a {
    color: #6d8295;
    text-decoration: none;
    cursor: pointer
}

.footer .footer-main .footer-content a:hover {
    text-decoration: underline
}

.footer .footer-main .footer-link a {
    padding-right: 11px;
    margin-right: 8px;
    height: 16px;
    font-size: 15px;
    color: #6d8295;
    font-weight: 500;
    text-decoration: none;
    background: url(../image/footer_line.png) no-repeat no-repeat right center;
    overflow: hidden
}

.footer .footer-main .footer-link a:hover {
    text-decoration: underline
}

.footer .footer-main .footer-link a:last-child {
    background: none
}

.footer.m {
    width: 750px;
    height: 628px;
    background: url(../image/footer_m.jpg) no-repeat no-repeat center center;
    position: relative
}

.footer.m .footer-main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1)
}

.footer.m .footer-link {
    width: 260px;
    height: 125px;
    position: absolute;
    top: 100px;
    left: 397px
}

.footer.m .footer-link a {
    padding: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: 50%;
    height: 30px;
    float: left;
    display: block;
    background: none
}

.footer.m .footer-link a:hover {
    text-decoration: underline
}

.footer.m .footer-content {
    width: 575px;
    height: 320px;
    position: absolute;
    top: 275px;
    left: 88px
}

.footer.m .footer-content p {
    margin: 12px 0;
    font-size: 20px
}

.lg-en .footer .footer-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10vw
}

.lg-en .footer .footer-main .footer-icon {
    position: relative
}

.lg-en .footer .footer-content {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 600px;
    left: 4vw;
    top: 0
}

.lg-en .footer .footer-content span {
    padding-bottom: 0.7vw
}

.lg-en .footer .footer-content p {
    color: #989fa4;
    font-size: 16px
}

.lg-en .footer .footer-link a {
    font-size: 17px
}

*::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background-color: transparent
}

*::-webkit-scrollbar-thumb {
    background-color: #ff9e8d;
    border: none;
    border-radius: 5px
}

body {
    background-color: #02246c
}

body .check-all {
    -webkit-user-select: all;
    user-select: all
}

* {
    box-sizing: content-box
}

.m .swiper-index>.swiper-wrapper>.swiper-slide {
    height: 100vh
}

.m .touch-div {
    position: relative
}

.m .popup .wrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100vw;
    height: 400px;
    z-index: 2;
    white-space: nowrap
}

.m .popup .wrap video {
    width: 100%
}

.m .popup .wrap .close {
    display: none
}

.m .m_arrow {
    position: absolute;
    bottom: 65px;
    left: 50%;
    margin-left: -18.5px;
    width: 37px;
    height: 48px;
    background: url(../image/arrow.png) no-repeat;
    background-size: 100% 100%;
    animation: fadeOutDown 1.5s infinite;
    z-index: 2
}

.m .indicator {
    display: flex;
    position: absolute;
    top: 215px;
    left: 50%;
    transform: translateX(-50%);
    width: 640px;
    z-index: 2
}

.m .indicator .indicator_cn {
    position: relative;
    color: #ccc;
    margin: 0;
    padding: 0 22px;
    box-sizing: border-box;
    width: auto;
    height: auto;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    font-size: 26px;
    text-align: center;
    border-left: 1px solid #ccc
}

.m .indicator .indicator_cn:nth-child(1) {
    border: none
}

.m .indicator .indicator_cn .wrap {
    white-space: nowrap;
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.m .indicator .indicator_cn .hover_text {
    display: none
}

.m .indicator .indicator_cn:hover .wrap {
    transform: none
}

.m .indicator .indicator_cn.active {
    color: #00ffe4;
    background: none
}

.m .indicator .indicator_cn.active .wrap {
    transition: none
}

.m .indicator .indicator_cn.active .wrap::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 5px;
    background: #00ffe4
}

.m .indicator .indicator_en {
    position: relative;
    color: #ccc;
    margin: 0;
    padding: 0 1.45%;
    box-sizing: border-box;
    width: auto;
    height: auto;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    font-size: 24px;
    text-align: center;
    border-left: 1px solid #ccc
}

.m .indicator .indicator_en:nth-child(1) {
    border: none
}

.m .indicator .indicator_en .wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 22px
}

.m .indicator .indicator_en .hover_text {
    display: none
}

.m .indicator .indicator_en:hover .wrap {
    transform: none
}

.m .indicator .indicator_en.active {
    color: #00ffe4;
    background: none
}

.m .indicator .indicator_en.active .wrap {
    transition: none
}

.m .indicator .indicator_en.active .wrap::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 5px;
    background: #00ffe4
}

.m .more {
    width: 234px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    padding-left: 85px;
    box-sizing: border-box;
    background-image: url("../image/btn_more_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 765px !important;
    left: 50%;
    margin-left: -117px;
    transform: none !important
}

@supports (background-image: url("../assets/index/m/btn_more_bg.webp")) {
    .m .more {
        background-image:url("../assets/index/m/btn_more_bg.webp")
    }
}

@supports not (background-image: url("../assets/index/m/btn_more_bg.webp")) {
    .m .more {
        background-image:url("../image/btn_more_bg.png")
    }
}

.m .banner-main {
    background-image: url("../image/bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/m/bg.webp")) {
    .m .banner-main {
        background-image:url("../assets/index/m/bg.webp")
    }
}

@supports not (background-image: url("../assets/index/m/bg.webp")) {
    .m .banner-main {
        background-image:url("../image/bg1.png")
    }
}

.m .banner-main video,.m .banner-main .logo {
    display: none
}

.m .banner-main .slogan_cn {
    position: absolute;
    top: 390px;
    left: 50%;
    margin-left: -220.5px;
    width: 441px;
    height: 478px;
    background-image: url("../image/slogan.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/m/slogan.webp")) {
    .m .banner-main .slogan_cn {
        background-image:url("../assets/index/m/slogan.webp")
    }
}

@supports not (background-image: url("../assets/index/m/slogan.webp")) {
    .m .banner-main .slogan_cn {
        background-image:url("../image/slogan.png")
    }
}

.m .banner-main .slogan_en {
    position: absolute;
    top: 390px;
    left: 50%;
    margin-left: -220.5px;
    width: 441px;
    height: 478px;
    background-image: url("../image/slogan1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/m/en/slogan.webp")) {
    .m .banner-main .slogan_en {
        background-image:url("../assets/index/m/en/slogan.webp")
    }
}

@supports not (background-image: url("../assets/index/m/en/slogan.webp")) {
    .m .banner-main .slogan_en {
        background-image:url("../image/slogan1.png")
    }
}

.m .banner-main .btn_play_en {
    position: absolute;
    top: 975px;
    left: 50%;
    margin-left: -37px;
    width: 74px;
    height: 74px
}

.m .banner-main .btn_play {
    position: absolute;
    top: 975px;
    left: 50%;
    margin-left: -37px;
    width: 74px;
    height: 74px
}

.m .banner-main .arrow {
    position: absolute;
    bottom: 100px !important;
    top: auto;
    left: 50%;
    margin-left: -18.5px;
    width: 37px;
    height: 48px
}

.m .case {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    background-image: url("../image/bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/case/m/bg.webp")) {
    .m .case {
        background-image:url("../assets/index/case/m/bg.webp")
    }
}

@supports not (background-image: url("../assets/index/case/m/bg.webp")) {
    .m .case {
        background-image:url("../image/bg2.png")
    }
}

.m .case .ani_wrap {
    height: 100%;
    min-height: 1560px
}

.m .case .case-swiper {
    margin: 0 auto;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    background-image: url("../image/bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: visible
}

@supports (background-image: url("../assets/index/case/m/bg.webp")) {
    .m .case .case-swiper {
        background-image:url("../assets/index/case/m/bg.webp")
    }
}

@supports not (background-image: url("../assets/index/case/m/bg.webp")) {
    .m .case .case-swiper {
        background-image:url("../image/bg2.png")
    }
}

.m .case .case-swiper .bg1 {
    position: absolute;
    top: 165px;
    left: 50%;
    transform: translateX(-50%);
    width: 640px;
    height: 847px;
    background-image: url("../image/c_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden
}

.m .case .case-swiper .bg1:after {
    display: none
}

.m .case .case-swiper .bg_wrap {
    display: none
}

.m .case .case-swiper .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    min-height: 1560px !important;
    position: relative;
    display: block;
    overflow: hidden
}

.m .case .case-swiper .swiper-slide .swiper-slide-main {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: visible
}

.m .case .case-swiper .swiper-slide .case-title {
    display: none
}

.m .case .case-swiper .swiper-slide .info {
    z-index: 2;
    position: absolute;
    top: 995px;
    left: 50%;
    margin-left: -339px;
    transform: translate3d(0, 0, 0);
    width: 678px;
    height: 414px;
    background-image: url("../image/info_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.9375vw;
    animation: none
}

@supports (background-image: url("../assets/index/case/m/info_bg.webp")) {
    .m .case .case-swiper .swiper-slide .info {
        background-image:url("../assets/index/case/m/info_bg.webp")
    }
}

@supports not (background-image: url("../assets/index/case/m/info_bg.webp")) {
    .m .case .case-swiper .swiper-slide .info {
        background-image:url("../image/info_bg.png")
    }
}

.m .case .case-swiper .swiper-slide .info .m_tit {
    z-index: 3;
    height: 71px;
    position: absolute;
    left: 40px;
    top: 40px;
    animation: none
}

.m .case .case-swiper .swiper-slide .info .m_tit.tit1 {
    width: 188px;
    background: url(../image/title1.png) no-repeat;
    background-size: 100% 100%
}

.m .case .case-swiper .swiper-slide .info .m_tit.tit2 {
    width: 237px;
    height: 75px;
    background: url(../image/title2.png) no-repeat;
    background-size: 100% 100%
}

.m .case .case-swiper .swiper-slide .info .m_tit.tit3 {
    width: 238px;
    height: 75px;
    background: url(../image/title3.png) no-repeat;
    background-size: 100% 100%
}

.m .case .case-swiper .swiper-slide .info .m_tit.tit4 {
    width: 280px;
    height: 74px;
    background: url(../image/title4.png) no-repeat;
    background-size: 100% 100%
}

.m .case .case-swiper .swiper-slide .info p {
    margin: 0;
    position: absolute;
    top: 135px;
    left: 40px;
    width: 600px;
    font-size: 24px;
    line-height: normal
}

.m .case .case-swiper .swiper-slide .info p span:nth-of-type(1) {
    display: inline-block;
    margin: 5px 0 8px
}

.m .case .case-swiper .swiper-slide .info p span:nth-of-type(2) {
    font-size: 24px;
    line-height: 12px
}

.m .case .case-swiper .swiper-slide .info .btn_play {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 115px;
    height: 54px;
    background: url(../image/btn_play.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.m .case .case-swiper .swiper-slide .link {
    z-index: 200;
    position: absolute;
    top: 300px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    animation: none;
    display: flex
}

.m .case .case-swiper .swiper-slide .link a {
    margin: 0 10px;
    position: relative;
    display: block;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    width: 187px;
    height: 50px;
    line-height: 50px;
    background: url(../image/btn_bg.png) no-repeat;
    border-radius: 25px
}

.m .case .case-swiper .swiper-slide .link a:hover {
    color: #00ffe4
}

.m .case .case-swiper .swiper-slide .link a:hover .wrapper {
    height: 122px;
    width: 109px
}

.m .case .case-swiper .swiper-slide .link a .wrapper {
    transition: all 0.5s;
    position: absolute;
    top: auto;
    bottom: 70px;
    left: 39px;
    width: 109px;
    height: 0;
    overflow: hidden
}

.m .case .case-swiper .swiper-slide .link a .wrapper .bg {
    display: block;
    width: 109px;
    height: 122px;
    background: url(../image/qrcode_bg.png) no-repeat;
    background-size: 100% 100%
}

.m .case .case-swiper .swiper-slide .link a .wrapper img {
    position: absolute;
    top: 10px;
    left: 9.5px;
    width: 90px;
    height: 90px
}

.m .case .case-swiper .swiper-slide .parallax_wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.m .case .case-swiper .swiper-slide .parallax_wrap .case-img_m {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    top: 245px !important
}

.m .case .case-swiper .swiper-slide .parallax_wrap .case-img_m.img1 {
    width: 712px;
    height: 770px;
    background: url(../image/character6.png) no-repeat;
    background-size: 100% 100%
}

.m .case .case-swiper .swiper-slide .parallax_wrap .case-img {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    top: 175px !important;
    height: 800px
}

.m .case .case-swiper .swiper-slide .parallax_wrap .case-img.img1 {
    width: 712px;
    height: 770px;
    background: url(../image/character1.png) no-repeat;
    background-size: 100% 100%
}

.m .case .case-swiper .swiper-slide .parallax_wrap .case-img.img2 {
    width: 720px;
    height: 759px;
    background: url(../image/character2.png) no-repeat;
    background-size: 100% 100%
}

.m .case .case-swiper .swiper-slide .parallax_wrap .case-img.img3 {
    width: 720px;
    height: 736px;
    background: url(../image/character3.png) no-repeat;
    background-size: 100% 100%
}

.m .case .case-swiper .swiper-slide .parallax_wrap .case-img.img4 {
    width: 715px;
    height: 960px;
    background: url(../image/character4.png) no-repeat;
    background-size: 100% 100%
}

.m .case .case-swiper .swiper-slide .parallax_wrap .flash {
    position: absolute !important;
    left: 260px !important;
    top: 210px !important;
    width: 111px;
    height: 114px;
    background: url(../image/flash.png) no-repeat;
    background-size: 100% 100%;
    animation: flash 6s infinite
}

.m .case .case-swiper .swiper-slide .prize_swiper {
    display: none
}

.m .case .case-swiper .swiper-slide .btn {
    position: absolute;
    right: 9vw;
    bottom: 20.3125vw;
    width: 100px
}

.m .case .case_indicator {
    align-items: center;
    position: absolute;
    top: 845px;
    left: 50%;
    margin-left: -320px;
    background-color: rgba(0,22,62,0.8);
    width: 640px;
    height: 160px;
    transform: translate3d(0, 0, 0);
    justify-content: space-between;
    overflow: auto;
    gap: 18px
}

.m .case .case_indicator div {
    width: 118px;
    height: 116px;
    position: relative;
    cursor: pointer;
    margin-left: 0px
}

.m .case .case_indicator div img {
    width: 104px;
    height: 102px;
    padding: 2px;
    border: 5px solid #70747b;
    border-radius: 15px
}

.m .case .case_indicator div img:hover,.m .case .case_indicator div img.active {
    border: 5px solid #00ffe4
}

.m .case .case_indicator div span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0)
}

.m .about {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../assets/index/m/bg.webp) no-repeat;
    background-size: 100% 100%;
    overflow-x: hidden;
    overflow-y: auto !important
}

.m .about .ani_wrap {
    height: 100%;
    min-height: 1560px
}

.m .about .about_swiper {
    margin: 0 auto;
    width: 640px;
    height: 100%;
    overflow: hidden
}

.m .about .about_swiper .swiper-slide {
    width: 100% !important;
    height: 100%
}

.m .about .about_swiper .swiper-slide .about_en {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 350px;
    z-index: 99999
}

.m .about .about_swiper .swiper-slide .about_en .about_text2 {
    color: #1C1C1C;
    font-size: 23px;
    line-height: 32px;
    font-family: NotoSansCJKsc-Light;
    max-height: 17%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.m .about .about_swiper .swiper-slide .about_en .about_text2 span {
    display: inline-block;
    margin-bottom: 10px
}

.m .about .about_swiper .swiper-slide .about_en .about_text3 {
    width: 100%;
    color: #1C1C1C;
    font-size: 23px;
    font-family: NotoSansCJKsc-Light
}

.m .about .about_swiper .swiper-slide .about_en .about_text3 span {
    display: inline-block;
    margin-bottom: 10px
}

.m .about .about_swiper .swiper-slide .about_en .about_text3 :nth-child(2) {
    margin-top: 30px;
    color: #1C1C1C;
    display: block;
    font-size: 32px;
    font-weight: 700
}

.m .about .about_swiper .swiper-slide .about_en .about_text5 {
    color: #1C1C1C;
    left: 0px
}

.m .about .about_swiper .swiper-slide .about_en .about_text5 .about_box {
    position: relative;
    margin-right: 11px;
    width: 639px;
    height: 105px;
    margin-bottom: 23px
}

.m .about .about_swiper .swiper-slide .about_en .about_text5 .about_box>div {
    transition: all 0.5s;
    background: url(../image/about1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 639px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.m .about .about_swiper .swiper-slide .about_en .about_text5 .about_box .about_icon {
    position: relative
}

.m .about .about_swiper .swiper-slide .about_en .about_text5 .about_box .about_text_x {
    width: auto;
    position: relative;
    font-size: 34px;
    font-weight: 550
}

.m .about .about_swiper .swiper-slide .about_en .about_text5 .about_box .about_icon2 {
    width: 69px;
    height: 69px;
    background: url(../image/icon2.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .about_en .about_text5 .about_box .about_icon1 {
    width: 66px;
    height: 55px;
    background: url(../image/icon1.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .about_en .about_text5 .about_box .about_icon3 {
    width: 77px;
    height: 55px;
    background: url(../image/icon3.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .about_en .about_text5 .about_box .about_icon4 {
    width: 81px;
    height: 44px;
    background: url(../image/icon4.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide.swiper-slide-active {
    z-index: 3
}

.m .about .about_swiper .swiper-slide .title {
    position: absolute;
    top: 340px;
    left: 0;
    height: 28px
}

.m .about .about_swiper .swiper-slide .text1 {
    margin: 0;
    position: absolute;
    color: #1C1C1C;
    top: 400px;
    left: 0;
    width: 100%;
    font-size: 23px;
    line-height: 40px;
    max-height: 40%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.m .about .about_swiper .swiper-slide .text1 span {
    display: inline-block;
    margin-bottom: 10px
}

.m .about .about_swiper .swiper-slide .text2 {
    position: absolute;
    width: 100%;
    left: 0;
    color: #1C1C1C;
    top: 390px;
    font-size: 23px;
    line-height: 32px;
    font-family: NotoSansCJKsc-Light;
    max-height: 17%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.m .about .about_swiper .swiper-slide .text2 span {
    display: inline-block;
    margin-bottom: 10px
}

.m .about .about_swiper .swiper-slide .text3 {
    position: absolute;
    width: 100%;
    left: 0px;
    color: #1C1C1C;
    top: 700px;
    font-size: 23px;
    height: 100px;
    font-family: NotoSansCJKsc-Light
}

.m .about .about_swiper .swiper-slide .text3 span {
    display: inline-block;
    margin-bottom: 10px
}

.m .about .about_swiper .swiper-slide .text3 :nth-child(2) {
    margin-top: 30px;
    color: #1C1C1C;
    display: block;
    font-size: 32px;
    font-weight: 700
}

.m .about .about_swiper .swiper-slide .text5 {
    position: absolute;
    color: #1C1C1C;
    top: 800px;
    left: 0px
}

.m .about .about_swiper .swiper-slide .text5 .box {
    position: relative;
    margin-right: 11px;
    width: 639px;
    height: 105px;
    margin-bottom: 23px
}

.m .about .about_swiper .swiper-slide .text5 .box>div {
    transition: all 0.5s;
    background: url(../image/about1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 639px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.m .about .about_swiper .swiper-slide .text5 .box .icon {
    position: relative
}

.m .about .about_swiper .swiper-slide .text5 .box .text_x {
    width: auto;
    position: relative;
    font-size: 34px;
    font-weight: 550
}

.m .about .about_swiper .swiper-slide .text5 .box .icon2 {
    width: 69px;
    height: 69px;
    background: url(../image/icon2.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .text5 .box .icon1 {
    width: 66px;
    height: 55px;
    background: url(../image/icon1.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .text5 .box .icon3 {
    width: 77px;
    height: 55px;
    background: url(../image/icon3.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .text5 .box .icon4 {
    width: 81px;
    height: 44px;
    background: url(../image/icon4.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show1 {
    position: absolute;
    top: 1100px;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto
}

.m .about .about_swiper .swiper-slide .show1 img {
    width: 291px;
    margin: 0 0 50px 0;
    transition: all 0.5s
}

.m .about .about_swiper .swiper-slide .show1 img:hover {
    transform: none
}

.m .about .about_swiper .swiper-slide .show2 {
    position: absolute;
    top: 460px;
    left: 0;
    display: block;
    width: 100%;
    height: auto
}

.m .about .about_swiper .swiper-slide .show2 p {
    position: absolute;
    top: 0;
    font-size: 26px;
    margin: 0;
    color: #00ffe4
}

.m .about .about_swiper .swiper-slide .show2 p .span2 {
    position: absolute;
    top: 415px;
    left: 0;
    margin-left: 0
}

.m .about .about_swiper .swiper-slide .show2 .row2 {
    width: 100%;
    margin-top: 125px;
    overflow-x: auto
}

.m .about .about_swiper .swiper-slide .show2 .row2 .box {
    margin-top: 0
}

.m .about .about_swiper .swiper-slide .show2 .row3 {
    margin-left: 5.555%;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.m .about .about_swiper .swiper-slide .show2 .row3 .box {
    position: relative;
    margin-right: 0vw;
    width: 254px;
    height: 381px
}

.m .about .about_swiper .swiper-slide .show2 .row3 .box>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.m .about .about_swiper .swiper-slide .show2 .row3 .box>a>div {
    transition: all 0.5s;
    background: url(../image/box_bg_hover.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.m .about .about_swiper .swiper-slide .show2 .row3 .box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.m .about .about_swiper .swiper-slide .show2 .row3 .box .icon5 {
    width: 169px;
    height: 169px;
    background: url(../image/icon5_hover.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show2 .row3 .box .icon6 {
    width: 169px;
    height: 169px;
    background: url(../image/icon6_hover.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show2 .row3 .box .icon7 {
    width: 169px;
    height: 169px;
    background: url(../image/icon7_hover.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show2 .row3 .box .icon8 {
    width: 169px;
    height: 169px;
    background: url(../image/icon8_hover.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show2 .box {
    flex-shrink: 0;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    margin-top: 45px;
    width: 194px;
    height: 290px;
    text-indent: -40px;
    overflow: hidden
}

.m .about .about_swiper .swiper-slide .show2 .box>a>div {
    pointer-events: none;
    background: url(../image/box_bg_hover1.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show2 .box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.m .about .about_swiper .swiper-slide .show2 .box .icon2 {
    width: 130px;
    height: 119px;
    background: url(../image/icon1_hover.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show2 .box .icon1 {
    width: 89px;
    height: 110px;
    background: url(../image/icon2_hover.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show2 .box .icon3 {
    width: 98px;
    height: 139px;
    background: url(../image/icon3_hover.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show2 .box .icon4 {
    width: 127px;
    height: 136px;
    background: url(../image/icon4_hover.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show2 .box .icon5 {
    width: 92px;
    height: 136px;
    background: url(../image/icon5_hover1.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show2 .box .icon6 {
    width: 85px;
    height: 136px;
    background: url(../image/icon6_hover1.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show2 .box .icon7 {
    width: 83px;
    height: 136px;
    background: url(../image/icon7_hover1.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show3 {
    position: absolute;
    top: 540px;
    left: 0;
    width: 100%
}

.m .about .about_swiper .swiper-slide .show3 .tit {
    color: #00ffe4;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 35px;
    width: 100%;
    text-align: center
}

.m .about .about_swiper .swiper-slide .show3 .text {
    color: #1C1C1C;
    font-size: 30px;
    text-align: center;
    width: 100%
}

.m .about .about_swiper .swiper-slide .show3 .text span:nth-child(1) {
    display: block;
    margin-bottom: 20px
}

.m .about .about_swiper .swiper-slide .show3 .history_timeLine {
    position: absolute;
    top: 425px;
    left: 0;
    width: 100%;
    overflow: hidden
}

.m .about .about_swiper .swiper-slide .show3 .history_timeLine .line {
    position: absolute;
    left: 50px;
    top: 90px;
    width: calc(100% - 100px);
    border-bottom: 1px solid #1C1C1C;
    box-sizing: border-box
}

.m .about .about_swiper .swiper-slide .show3 .history_timeLine .container {
    position: relative;
    height: 150px;
    width: calc(100% - 100px);
    padding: 20px 0
}

.m .about .about_swiper .swiper-slide .show3 .history_timeLine .container .wrapper {
    margin-top: 28px;
    width: 2748px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 30px;
    box-sizing: border-box;
    transition: all 0.6s
}

.m .about .about_swiper .swiper-slide .show3 .history_timeLine .slide {
    position: relative;
    margin-right: 134px;
    width: 71px !important;
    height: 70px;
    background: url(../image/circle.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.m .about .about_swiper .swiper-slide .show3 .history_timeLine .slide .year {
    position: absolute;
    bottom: -60px;
    color: #00ffe4;
    font-size: 24px;
    width: 100%;
    text-align: center
}

.m .about .about_swiper .swiper-slide .show3 .history_timeLine .slide.active {
    width: 90px !important;
    height: 90px;
    background: url(../image/circle_active.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show3 .history_timeLine .slide.active::before {
    position: absolute;
    top: 28.5px;
    left: -33px;
    content: "";
    width: 156px;
    height: 33px;
    background: url(../image/indicator.png) no-repeat;
    background-size: 100% 100%
}

.m .about .about_swiper .swiper-slide .show3 .history_timeLine .slide.active::after {
    position: absolute;
    top: -7px;
    left: -7px;
    content: "";
    width: 104px;
    height: 104px;
    background: url(../image/circle_round.png) no-repeat;
    background-size: 100% 100%;
    animation: pulse 2s infinite
}

.m .about .about_swiper .swiper-slide .show3 .history_timeLine .slide.active .year {
    color: #1C1C1C;
    bottom: -80px
}

.m .about .about_swiper .swiper-slide .show3 .btn .disabled {
    opacity: 0.2
}

.m .about .about_swiper .swiper-slide .show3 .swiper-button-prev:after {
    content: url(../image/arrow_left.png) !important
}

.m .about .about_swiper .swiper-slide .show3 .swiper-button-next:after {
    content: url(../image/arrow_right.png) !important
}

.m .about .about_swiper .swiper-slide .show4 {
    position: absolute;
    top: 440px;
    left: 0;
    display: flex;
    width: 100%
}

.m .about .about_swiper .swiper-slide .show4 .timeLine {
    position: relative;
    width: 100%;
    height: auto;
    color: #ccc;
    font-size: 20px;
    padding-left: 0;
    border-left: none;
    z-index: 2
}

.m .about .about_swiper .swiper-slide .show4 .timeLine .aniSpan {
    color: #1C1C1C;
    position: absolute;
    top: 0;
    left: 50px;
    width: 40px;
    height: 4px;
    background: #1C1C1C;
    transition: all 0.6s
}

.m .about .about_swiper .swiper-slide .show4 .timeLine .year_container {
    border-top: 1px solid #00ffe4;
    overflow: hidden;
    width: calc(100% - 100px);
    margin: 0 auto
}

.m .about .about_swiper .swiper-slide .show4 .timeLine .year_wrap {
    transition: all 0.6s;
    padding-top: 20px;
    width: 1160px
}

.m .about .about_swiper .swiper-slide .show4 .timeLine .year_wrap p {
    display: inline-block;
    position: relative;
    width: 50px !important;
    height: auto !important;
    cursor: pointer;
    margin: 0 49px 0 0
}

.m .about .about_swiper .swiper-slide .show4 .timeLine .year_wrap p:hover,.m .about .about_swiper .swiper-slide .show4 .timeLine .year_wrap p.active {
    color: #00ffe4
}

.m .about .about_swiper .swiper-slide .show4 .timeLine .prev {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 20px;
    height: 29px;
    background: url(../image/prev.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.m .about .about_swiper .swiper-slide .show4 .timeLine .prev.disabled {
    opacity: 0.2
}

.m .about .about_swiper .swiper-slide .show4 .timeLine .next {
    position: absolute;
    bottom: 50%;
    left: auto;
    right: 0;
    width: 20px;
    height: 29px;
    background: url(../image/next.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.m .about .about_swiper .swiper-slide .show4 .timeLine .next.disabled {
    opacity: 0.2
}

.m .about .about_swiper .swiper-slide .show4 .prize_wrap {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 560px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow-x: auto
}

.m .about .about_swiper .swiper-slide .show4 .prize_wrap .year_swiper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden
}

.m .about .about_swiper .swiper-slide .show4 .prize_wrap .swiper-wrapper {
    height: 100%
}

.m .about .about_swiper .swiper-slide .show4 .prize_wrap .swiper-slide {
    pointer-events: all;
    z-index: 999;
    position: relative;
    width: 100%;
    height: 560px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background: none;
    overflow-x: auto
}

.m .about .about_swiper .swiper-slide .show4 .prize_wrap .prize {
    display: block;
    width: 465px;
    height: 86px;
    background: url(../image/prize_bg.png) no-repeat;
    background-size: 100% 100%;
    color: #1C1C1C;
    margin-bottom: 61px;
    margin-right: 50px
}

.m .about .about_swiper .swiper-slide .show4 .prize_wrap .prize p {
    text-align: center;
    margin: 2px auto 10px;
    font-size: 32px;
    width: 420px
}

.m .about .about_swiper .swiper-slide .show4 .prize_wrap .prize p:nth-child(1) {
    color: #1C1C1C
}

.m .about .about_swiper .swiper-slide .show4 .prize_wrap .prize p:nth-child(2) {
    font-size: 24px;
    color: #1C1C1C
}

.m .about .about_swiper .swiper-slide .show4 .btn {
    display: none
}

.m .about .pic {
    display: none
}

.m .about .swiper-button-prev:after {
    content: url(../image/prev1.png) !important
}

.m .about .swiper-button-prev:hover::after {
    content: url(../image/prev_hover.png) !important
}

.m .about .swiper-button-next:after {
    content: url(../image/next1.png) !important
}

.m .about .swiper-button-next:hover::after {
    content: url(../image/next_hover.png) !important
}

.m .join {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../assets/index/m/bg.webp) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    overflow-y: auto
}

.m .join .ani_wrap {
    height: 100%;
    min-height: 1510px
}

.m .join .join_swiper {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.m .join .join_swiper .swiper-slide {
    width: 100%;
    height: 100%
}

.m .join .join_swiper .swiper-slide .show1 {
    position: absolute;
    top: 490px;
    left: 50%;
    margin-left: -320px;
    width: 640px;
    height: auto;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0
}

.m .join .join_swiper .swiper-slide .show1 .box {
    position: relative;
    color: #cccccc;
    transition: all 0.5s;
    margin: 0 55px 80px;
    height: 165px;
    box-sizing: border-box;
    cursor: pointer;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.m .join .join_swiper .swiper-slide .show1 .box .icon {
    position: relative;
    bottom: auto
}

.m .join .join_swiper .swiper-slide .show1 .box .icon .hover_wrap {
    display: none
}

.m .join .join_swiper .swiper-slide .show1 .box .icon0 {
    width: 65px;
    height: 64px;
    background: url(../image/icon_design.png) no-repeat;
    background-size: 100% 100%
}

.m .join .join_swiper .swiper-slide .show1 .box .icon1 {
    width: 73px;
    height: 50px;
    background: url(../image/icon_cehua.png) no-repeat;
    background-size: 100% 100%
}

.m .join .join_swiper .swiper-slide .show1 .box .icon2 {
    width: 69px;
    height: 57px;
    background: url(../image/icon_tech.png) no-repeat;
    background-size: 100% 100%
}

.m .join .join_swiper .swiper-slide .show1 .box .icon3 {
    width: 60px;
    height: 63px;
    background: url(../image/icon_kefu.png) no-repeat;
    background-size: 100% 100%
}

.m .join .join_swiper .swiper-slide .show1 .box .icon4 {
    width: 57px;
    height: 57px;
    background: url(../image/icon_yunying.png) no-repeat;
    background-size: 100% 100%
}

.m .join .join_swiper .swiper-slide .show1 .box .icon5 {
    width: 37px;
    height: 65px;
    background: url(../image/icon_adv.png) no-repeat;
    background-size: 100% 100%
}

.m .join .join_swiper .swiper-slide .show1 .box .icon6 {
    width: 62px;
    height: 57px;
    background: url(../image/icon_bussiness.png) no-repeat;
    background-size: 100% 100%
}

.m .join .join_swiper .swiper-slide .show1 .box .icon7 {
    width: 93px;
    height: 59px;
    background: url(../image/icon_support.png) no-repeat;
    background-size: 100% 100%
}

.m .join .join_swiper .swiper-slide .show1 .box .tit {
    position: relative;
    text-align: center;
    font-size: 26px;
    width: 140px;
    margin-left: -70px;
    top: 0
}

.m .join .join_swiper .swiper-slide .show1 .box .num {
    text-align: center;
    line-height: 36px;
    width: 90px;
    height: 36px;
    font-size: 26px;
    background: url(../image/num_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0
}

.m .join .join_swiper .swiper-slide .show1 .more {
    width: 184px;
    height: 48px;
    padding-left: 38px;
    padding-top: 2px;
    top: 735px !important;
    left: 50%;
    right: 0;
    margin-left: 0;
    transform: translateX(-50%) !important
}

.m .join .join_swiper .swiper-slide .show1 .more div {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    background: url(../image/btn_more_dot_bg.png) no-repeat;
    background-size: 100% 100%;
    animation: rotate 3s infinite linear;
    cursor: pointer
}

.m .join .join_swiper .swiper-slide .show1 .contacts_box {
    position: absolute;
    top: -234px;
    left: -14px
}

.m .join .join_swiper .swiper-slide .show1 .contacts_box>div img {
    width: 239px;
    height: 28px;
    object-fit: cover
}

.m .join .join_swiper .swiper-slide .show1 .contacts_box .contacts_tell {
    margin-top: 86px;
    width: 538px;
    height: 44vh;
    background-image: url("../assets/index/join/job_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 157px 67px
}

@supports (background-image: url("../assets/index/join/m/en/job_bg.webp")) {
    .m .join .join_swiper .swiper-slide .show1 .contacts_box .contacts_tell {
        background-image:url("../assets/index/join/m/en/job_bg.webp")
    }
}

@supports not (background-image: url("../assets/index/join/m/en/job_bg.webp")) {
    .m .join .join_swiper .swiper-slide .show1 .contacts_box .contacts_tell {
        background-image:url("../assets/index/join/job_bg.png")
    }
}

.m .join .join_swiper .swiper-slide .show1 .contacts_box .contacts_tell p {
    height: 20%;
    width: 100%;
    margin: 72px 0px
}

.m .join .join_swiper .swiper-slide .show1 .contacts_box .contacts_tell p>span {
    display: block;
    margin-top: 20px
}

.m .join .join_swiper .swiper-slide .show1 .contacts_box .contacts_tell p :nth-child(1) {
    width: 100%;
    font-size: 32px;
    color: #00b9ff
}

.m .join .join_swiper .swiper-slide .show1 .contacts_box .contacts_tell p :nth-child(2) {
    font-size: 24px;
    color: #ffffff
}

.m .join .join_swiper .swiper-slide .fuli_swiper {
    position: absolute;
    top: 490px;
    left: 50%;
    margin-left: -320px;
    width: 640px;
    display: flex;
    justify-content: space-between
}

.m .join .join_swiper .swiper-slide .fuli_swiper .fuli-prev {
    display: none
}

.m .join .join_swiper .swiper-slide .fuli_swiper .fuli-next {
    display: none
}

.m .join .join_swiper .swiper-slide .fuli_swiper .img_wrap {
    display: flex;
    flex-wrap: wrap
}

.m .join .join_swiper .swiper-slide .fuli_swiper .img_wrap .m_img {
    margin-right: 20px;
    width: 140px;
    height: auto;
    margin-bottom: 90px;
    transition: all 0.5s
}

.m .join .join_swiper .swiper-slide .fuli_swiper .img_wrap .m_img:hover {
    transform: scale(1.1)
}

.m .join .join_swiper .swiper-slide .show3 {
    position: absolute;
    top: 490px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.m .join .join_swiper .swiper-slide .show3 img {
    width: 678px;
    height: auto;
    margin-bottom: 10px;
    transition: all 0.5s
}

.m .join .join_swiper .swiper-slide .show3 img:hover {
    transform: scale(1.1)
}

.m .join .join_swiper .swiper-slide .show4 {
    position: absolute;
    top: 490px;
    left: 0;
    width: 100%;
    height: auto
}

.m .join .join_swiper .swiper-slide .show4 .life-prev,.m .join .join_swiper .swiper-slide .show4 .life-next {
    display: none
}

.m .join .join_swiper .swiper-slide .show4 .life-pagination {
    left: 50%;
    transform: translate(-50%, 0)
}

.m .join .join_swiper .swiper-slide .show4 .life-pagination .swiper-pagination-bullet {
    margin-left: 0.5vw
}

.m .join .join_swiper .swiper-slide .show4 .life_swiper {
    width: 100%;
    height: 684px;
    overflow: hidden
}

.m .join .join_swiper .swiper-slide .show4 .life_swiper .swiper-slide {
    width: 490px !important;
    height: 684px;
    background: none
}

.m .join .join_swiper .swiper-slide .show4 .life_swiper .swiper-slide.swiper-slide-active {
    z-index: 2
}

.m .join .join_swiper .swiper-slide .show4 .life_swiper .swiper-slide .img_box {
    position: relative;
    width: 90%
}

.m .join .join_swiper .swiper-slide .show4 .life_swiper .swiper-slide .img_box .join_btn {
    position: absolute;
    top: 500px;
    left: 106px;
    width: 196px;
    height: 50px;
    background: url(../image/btn_jump.png) no-repeat;
    background-size: 100% 100%;
    animation: pulse-big 2s infinite;
    cursor: pointer;
    z-index: 1
}

.m .join .join_swiper .swiper-slide .show4 .life_swiper .swiper-slide .img_box img {
    position: relative;
    display: block;
    width: 90%;
    height: 90%
}

.m .join .title {
    position: absolute;
    top: 350px;
    left: calc((100% - 640px) / 2);
    height: 35px;
    z-index: 2
}

.m .join .text {
    display: none
}

.m .join .pic {
    display: none
}

.m .m_title {
    position: absolute;
    width: 640px;
    top: 350px;
    left: 50%;
    margin-left: -320px;
    font-size: 36px;
    font-weight: bold;
    color: #1C1C1C;
    padding-left: 20px
}

.m .m_title::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0px;
    width: 10px;
    height: 20px;
    background: url(../image/title_bg.png) no-repeat;
    background-size: 100% 100%
}

.m .info {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../image/bg.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    overflow-y: auto
}

.m .info .ani_wrap {
    height: 100%;
    min-height: 1560px
}

.m .info .news-list {
    position: absolute;
    width: 640px;
    top: 490px;
    left: 50%;
    margin-left: -320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.m .info .news-list .news-item {
    position: relative;
    width: 100%;
    height: 9.8438vw;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 14px;
    background: #0144bd;
    box-shadow: 0px 10px 20px 0px rgba(2,29,82,0.5);
    width: 100%;
    height: 210px
}

.m .info .news-list .news-item:hover {
    background: #0144bd
}

.m .info .news-list .news-item:hover .news-sub .news-title {
    color: #1C1C1C
}

.m .info .news-list .news-item:hover .news-sub .news-desc,.m .info .news-list .news-item:hover .news-sub .news-addtime {
    color: #1C1C1C
}

.m .info .news-list .news-item img {
    width: 280px;
    height: 155px;
    position: absolute;
    top: 25px;
    transform: none;
    left: 20px
}

.m .info .news-list .news-item .news-sub {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 315px
}

.m .info .news-list .news-item .news-sub span {
    display: block;
    text-align: left
}

.m .info .news-list .news-item .news-sub .news-title {
    width: 100%;
    height: auto;
    margin: 20px 0px;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    color: #1C1C1C;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.m .info .news-list .news-item .news-sub .news-desc {
    font-size: 20px;
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box
}

.m .info .news-list .news-item .news-sub .news-addtime {
    position: absolute;
    bottom: 25px;
    left: 0px;
    color: #21a5ff;
    font-size: 16px
}

.m .info .news-list .more_text {
    display: none
}

.m .info .more {
    width: 184px;
    height: 48px;
    top: 1230px !important;
    right: 50%;
    padding-left: 38px;
    padding-top: 2px;
    transform: translate(50%, 0);
    display: flex;
    align-items: center;
    margin-left: 0;
    transform: translateX(-50%) !important
}

.m .info .more div {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    background: url(../image/btn_more_dot_bg.png) no-repeat;
    background-size: 100% 100%;
    animation: rotate 3s infinite linear;
    cursor: pointer
}

.m .info .text {
    display: none
}

.m .publicBuild {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../image/bg2.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    overflow-y: auto
}

.m .publicBuild .ani_wrap {
    height: 100%;
    min-height: 1560px
}

.m .publicBuild .m_title {
    top: 350px
}

.m .publicBuild .wrapper {
    position: absolute;
    width: 640px;
    top: 460px;
    left: 50%;
    margin-left: -320px
}

.m .publicBuild .wrapper .publicBuild_swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.m .publicBuild .wrapper .publicBuild_swiper .swiper-slide {
    width: 100%
}

.m .publicBuild .wrapper .publicBuild_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 18.75vw;
    border-radius: 14px;
    height: 357px
}

.m .publicBuild .wrapper .publicBuild_swiper .swiper-slide span {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    padding-left: 20px;
    padding-right: 180px
}

.m .publicBuild .wrapper .publicBuild_swiper .swiper-pagination {
    bottom: 12px
}

.m .publicBuild .wrapper .news-list {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0;
    top: 0;
    left: 0
}

.m .publicBuild .wrapper .news-list .news-item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    background-color: #0144bd;
    box-shadow: 0px 10px 20px 0px rgba(2,29,82,0.5);
    width: 640px;
    height: 100px
}

.m .publicBuild .wrapper .news-list .news-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15.5px;
    right: 20px;
    width: 28px;
    height: 31px;
    background: url(../image/arrow1.png) no-repeat;
    background-size: 100% 100%
}

.m .publicBuild .wrapper .news-list .news-item .news-title {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 500px;
    height: auto;
    font-size: 24px;
    color: #1C1C1C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m .publicBuild .wrapper .news-list .news-item .news-addtime {
    position: absolute;
    top: 15px;
    left: 20px;
    height: auto;
    color: #00ffe4;
    font-size: 22px
}

.m .publicBuild .more {
    width: 184px;
    height: 48px;
    top: 1230px !important;
    right: 50%;
    padding-left: 38px;
    padding-top: 2px;
    transform: translate(50%, 0);
    display: flex;
    align-items: center;
    margin-left: 0;
    transform: translateX(-50%) !important
}

.m .publicBuild .more div {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    background: url(../image/btn_more_dot_bg.png) no-repeat;
    background-size: 100% 100%;
    animation: rotate 3s infinite linear;
    cursor: pointer
}

.m .publicBuild .text {
    display: none
}

.m .ani_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto
}

.m .swiper-index .slide-footer {
    height: 628px !important
}

.m .igs-lgs {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    display: flex;
    padding-bottom: 8vh
}

.m .igs-lgs span {
    width: 50%;
    font-family: NotoSansCJKsc-Light;
    font-size: 3.89vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4vw;
    letter-spacing: 0vw;
    text-align: center;
    padding: 0vw 7vw;
    z-index: 9;
    border-right: 1px solid #999
}

.m .igs-lgs span:nth-last-child(1) {
    border-right: none
}

.m .footer-icon {
    position: absolute;
    top: 100px !important;
    left: 95px !important
}

.m .current {
    background: none;
    background-color: #0b1218
}

.m .footer-content {
    padding-top: 25px;
    border-top: 1px solid #202020;
    top: 230px !important
}

.swiper-index {
    height: 100%;
    overflow: hidden
}

.swiper-index .swiper-slide {
    overflow: hidden
}

.swiper-index .slide-footer {
    height: 262px !important
}

.navbar_bg {
    height: 4.167vw !important;
    background-image: linear-gradient(90deg, #2b0e8a 0%, #160745 74%, #000 100%),linear-gradient(#000, #000) !important;
    background-blend-mode: normal, normal !important
}

.popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background: rgba(0,0,0,0.8)
}

.popup .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55.7292vw;
    height: 30.7292vw
}

.popup video {
    width: 100%
}

.popup .close {
    position: absolute;
    top: 0;
    right: -3vw;
    width: 2.3958vw;
    height: 2.4479vw;
    background: url(../image/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.5s
}

.popup .close:hover {
    transform: rotate(90deg)
}

.mores {
    width: 5vw !important;
    margin-right: 3vw !important;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

.mores:hover .popups {
    display: block
}

.mores .item-father {
    gap: 0.5vw
}

.mores .popups {
    display: none;
    width: 5vw;
    height: 5vw;
    position: absolute;
    right: -0vw;
    top: 4.1vw;
    border-style: solid;
    border-width: 0.001vw;
    background: #050308;
    border-image-source: linear-gradient(0deg, #00ffe4 0%, #00847e 59%, #000817 100%);
    box-shadow: 0px 12px 24px rgba(87,203,178,0.15),0px 6px 10px rgba(87,203,178,0.3);
    border-radius: 4px;
    border-image-slice: 1;
    z-index: 999 !important;
    padding: 1vw 0 0 0;
    animation: fadeInTop 0.6s ease-in-out forwards;
    cursor: pointer
}

.mores .popups a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 1vw;
    text-align: center;
    margin-bottom: 1vw
}

.mores .popups a:hover,.mores .popups a.active {
    color: #00ffe4
}

.igs-lgs {
    position: absolute;
    bottom: 0;
    width: 63.89vw;
    display: flex;
    overflow: hidden;
    display: flex;
    padding-bottom: 10vw
}

.igs-lgs span {
    font-family: NotoSansCJKsc-Light;
    font-size: 3.89vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4vw;
    letter-spacing: 0vw;
    text-align: center;
    padding: 0vw 9vw;
    z-index: 9;
    border-right: 1px solid #999
}

.igs-lgs span:nth-last-child(1) {
    border-right: none
}

.banner-main {
    width: 100vw;
    height: 100%;
    position: relative
}

.banner-main video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-main .cover {
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: rgba(0,0,0,0.3)
}

.banner-main .logo {
    position: absolute;
    top: 1vw;
    left: 80px;
    width: 7.7604vw;
    height: 2.1875vw;
    background: url(../image/logo_white.png) no-repeat;
    background-size: 100% 100%
}

.banner-main .slogan {
    position: absolute;
    top: 10.8583vw;
    left: -6.3229vw;
    width: 100%;
    height: 9.1667vw;
    transform: translateX(-1000px)
}

.banner-main .slogan div {
    margin-bottom: 1.5vw
}

.banner-main .slogan .u {
    margin-left: 1.5vw
}

.banner-main .slogan img {
    height: 11.1667vw;
    margin-right: 0.5vw
}

.banner-main .btn_play {
    position: absolute;
    top: 14.8583vw;
    left: 41.5833vw;
    width: 3.8542vw;
    height: 3.8542vw;
    background: url(../image/btn_play1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.5s
}

.banner-main .btn_play:hover {
    transform: scale(1.2)
}

.banner-main .btn_play_en {
    position: absolute;
    top: 17vw;
    left: 60.5vw;
    width: 3.8542vw;
    height: 3.8542vw;
    background: url(../image/btn_play1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.5s
}

.banner-main .btn_play_en:hover {
    transform: scale(1.2)
}

.banner-main .arrow {
    position: absolute;
    top: 41.4896vw;
    left: 14.3229vw;
    width: 1.9271vw;
    height: 2.5vw;
    background: url(../image/arrow.png) no-repeat;
    background-size: 100% 100%;
    animation: fadeOutDown 1.5s infinite
}

.case {
    width: 100%;
    height: 100vh;
    position: relative
}

.case .case-swiper {
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-image: url("../image/bg5.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/case/bg.png")) {
    .case .case-swiper {
        background-image:url("../assets/index/case/bg.png")
    }
}

@supports not (background-image: url("../assets/index/case/bg.png")) {
    .case .case-swiper {
        background-image:url("../image/bg5.png")
    }
}

.case .case-swiper .bg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62.1875vw;
    height: 100%;
    background-image: url("../image/bg1_1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden
}

@supports (background-image: url("../assets/index/case/bg1_1.webp")) {
    .case .case-swiper .bg1 {
        background-image:url("../assets/index/case/bg1_1.webp")
    }
}

@supports not (background-image: url("../assets/index/case/bg1_1.webp")) {
    .case .case-swiper .bg1 {
        background-image:url("../image/bg1_1.png")
    }
}

.case .case-swiper .bg1.bg1_2 {
    width: 58.5417vw;
    background-image: url("../image/bg2_1.png")
}

@supports (background-image: url("../assets/index/case/bg2_1.png")) {
    .case .case-swiper .bg1.bg1_2 {
        background-image:url("../assets/index/case/bg2_1.png")
    }
}

@supports not (background-image: url("../assets/index/case/bg2_1.png")) {
    .case .case-swiper .bg1.bg1_2 {
        background-image:url("../image/bg2_1.png")
    }
}

@keyframes cross1 {
    from {
        opacity: 0.2;
        transform: translate3d(0, 0, 0) rotate(20deg)
    }

    to {
        transform: translate3d(62vw, 0, 0) rotate(20deg);
        opacity: 0
    }
}

.case .case-swiper .bg_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.case .case-swiper .bg2 {
    position: absolute;
    bottom: 0;
    left: 20.5729vw !important;
    width: 45.9896vw;
    height: 100%;
    background-image: url("../image/bg1_2.png");
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/case/bg1_2.png")) {
    .case .case-swiper .bg2 {
        background-image:url("../assets/index/case/bg1_2.png")
    }
}

@supports not (background-image: url("../assets/index/case/bg1_2.png")) {
    .case .case-swiper .bg2 {
        background-image:url("../image/bg1_2.png")
    }
}

.case .case-swiper .bg3 {
    position: absolute;
    bottom: 0;
    left: 38.8021vw !important;
    width: 41.5625vw;
    height: 100%;
    background-image: url("../image/bg1_3.png");
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/case/bg1_3.png")) {
    .case .case-swiper .bg3 {
        background-image:url("../assets/index/case/bg1_3.png")
    }
}

@supports not (background-image: url("../assets/index/case/bg1_3.png")) {
    .case .case-swiper .bg3 {
        background-image:url("../image/bg1_3.png")
    }
}

.case .case-swiper .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    display: block
}

.case .case-swiper .swiper-slide .swiper-slide-main {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden
}

.case .case-swiper .swiper-slide .case-title {
    height: 4.4792vw;
    position: absolute;
    left: 7.8125vw;
    bottom: 36.8542vw
}

.case .case-swiper .swiper-slide .case-title img {
    height: 100%
}

.case .case-swiper .swiper-slide .info {
    position: absolute;
    bottom: 19.0104vw;
    left: 7.8125vw;
    width: 17.344vw;
    height: 15.369vw;
    background: url(../image/text_bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 1.598vw 1.198vw;
    box-sizing: border-box;
    font-size: 0.9375vw
}

.case .case-swiper .swiper-slide .info p {
    font-size: 0.92vw;
    line-height: 1.3555vw;
    margin-top: 0
}

.case .case-swiper .swiper-slide .info p span {
    white-space: pre-line
}

.case .case-swiper .swiper-slide .info p span:nth-of-type(1) {
    display: inline-block;
    margin: 5px 0 8px
}

.case .case-swiper .swiper-slide .info p span:nth-of-type(2) {
    font-size: 0.82vw;
    line-height: 1.3vw
}

.case .case-swiper .swiper-slide .info .btn_play {
    width: 3.8021vw;
    height: 1.9271vw;
    background: url(../image/btn_play2.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    animation: pulse-big 2s infinite
}

.case .case-swiper .swiper-slide .info1 {
    position: absolute;
    bottom: 19.0104vw;
    left: 7.8125vw;
    width: 17.344vw;
    height: 15.369vw;
    background: url(../image/text_bg1.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 1.598vw 1.198vw;
    box-sizing: border-box;
    font-size: 0.9375vw
}

.case .case-swiper .swiper-slide .info1 p {
    font-size: 0.92vw;
    line-height: 1.3555vw;
    margin-top: 0
}

.case .case-swiper .swiper-slide .info1 p span {
    white-space: pre-line
}

.case .case-swiper .swiper-slide .info1 p span:nth-of-type(1) {
    display: inline-block;
    margin: 5px 0 8px
}

.case .case-swiper .swiper-slide .info1 p span:nth-of-type(2) {
    font-size: 0.82vw;
    line-height: 1.3vw
}

.case .case-swiper .swiper-slide .info1 .btn_play {
    width: 3.8021vw;
    height: 1.9271vw;
    background: url(../image/btn_play2.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    animation: pulse-big 2s infinite
}

.case .case-swiper .swiper-slide .link {
    position: absolute;
    bottom: -9.1146vw
}

.case .case-swiper .swiper-slide .link a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.0417vw;
    margin-bottom: 1.25vw;
    text-decoration: none
}

.case .case-swiper .swiper-slide .link a:hover {
    color: #00ffe4
}

.case .case-swiper .swiper-slide .link a:hover .wrapper {
    width: 6.3021vw
}

.case .case-swiper .swiper-slide .link a .wrapper {
    transition: all 0.5s;
    position: absolute;
    top: -2.2vw;
    left: 6vw;
    width: 0;
    height: 5.625vw;
    overflow: hidden
}

.case .case-swiper .swiper-slide .link a .wrapper .bg {
    display: block;
    width: 6.3021vw;
    height: 5.625vw;
    background: url(../image/qrcode_bg1.png) no-repeat;
    background-size: 100% 100%
}

.case .case-swiper .swiper-slide .link a .wrapper img {
    position: absolute;
    top: 0.4vw;
    left: 1.1vw;
    width: 4.8vw;
    height: 4.8vw
}

.case .case-swiper .swiper-slide .parallax_wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.case .case-swiper .swiper-slide .parallax_wrap .case-img {
    position: absolute !important;
    left: 0;
    top: auto !important;
    bottom: 0vw;
    width: 100vw;
    height: 50.8854vw;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.case .case-swiper .swiper-slide .parallax_wrap .flash {
    position: absolute !important;
    left: 45.4vw !important;
    top: 22.2vw !important;
    width: 5.7813vw;
    height: 5.9375vw;
    background: url(../image/flash.png) no-repeat;
    background-size: 100% 100%;
    animation: flash 6s infinite
}

.case .case-swiper .swiper-slide .prize_swiper {
    position: absolute;
    right: 6.7vw;
    width: 16.6667vw;
    height: 26vw;
    bottom: 12vw;
    overflow: hidden
}

.case .case-swiper .swiper-slide .prize_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.case .case-swiper .swiper-slide .prize_swiper .prize {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 16.6667vw;
    height: 2.3438vw;
    background: url(../image/prize_bg1.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-bottom: 2vw
}

.case .case-swiper .swiper-slide .prize_swiper .prize p {
    width: 90%;
    padding: 0vw 1.111vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.1vw;
    font-size: 0.8333vw
}

.case .case-swiper .swiper-slide .btn {
    position: absolute;
    right: 9vw;
    bottom: 20.312vw;
    width: 100px
}

.case .case_indicator {
    display: flex;
    position: absolute;
    bottom: 6.25vw;
    right: 2.8vw;
    z-index: 3
}

.case .case_indicator div {
    width: calc(3.15vw + 4px);
    height: calc(3.15vw + 4px);
    position: relative;
    cursor: pointer;
    margin-left: 1vw
}

.case .case_indicator div:hover img,.case .case_indicator div.active img {
    transform: translateY(-0.5vw) scale(1.1)
}

.case .case_indicator div img {
    transition: all 0.3s;
    width: 3.67vw;
    height: 3.67vw;
    border-radius: 0.417vw;
    cursor: pointer
}

.case .case_indicator div span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0)
}

.about {
    position: relative;
    width: 100%;
    height: 100.5vh;
    background-image: url("../image/bg6.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/about/bg.png")) {
    .about {
        background-image:url("../assets/index/about/bg.png")
    }
}

@supports not (background-image: url("../assets/index/about/bg.png")) {
    .about {
        background-image:url("../image/bg6.png")
    }
}

.about .about_swiper {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.about .about_swiper .swiper-slide {
    width: 100vw;
    height: 100vh
}

.about .about_swiper .swiper-slide .title {
    position: absolute;
    top: 13.3625vw;
    left: 9.1146vw;
    height: 2.7604vw
}

.about .about_swiper .swiper-slide .text1 {
    position: absolute;
    color: #1C1C1C;
    top: 20vw;
    left: 9.1146vw;
    width: 41vw;
    font-size: 0.8vw;
    line-height: 1.82vw
}

.about .about_swiper .swiper-slide .text1 span {
    display: inline-block;
    margin-bottom: 1vw
}

.about .about_swiper .swiper-slide .text1 img {
    height: 92%;
    position: absolute;
    left: -3.5vw;
    object-fit: cover
}

.about .about_swiper .swiper-slide .text2 {
    position: absolute;
    color: #1C1C1C;
    top: 18vw;
    left: 9.1146vw;
    width: 87vw;
    font-size: 1vw;
    line-height: 1.555vw;
    letter-spacing: 0vw;
    font-family: NotoSansCJKsc-Light
}

.about .about_swiper .swiper-slide .text2 span {
    display: inline-block;
    margin-bottom: 1vw
}

.about .about_swiper .swiper-slide .text3 {
    position: absolute;
    color: #1C1C1C;
    top: 24vw;
    left: 9.1146vw;
    width: 87vw;
    font-size: 1vw;
    line-height: 2vw;
    letter-spacing: 0vw;
    font-family: NotoSansCJKsc-Light
}

.about .about_swiper .swiper-slide .text3 span {
    display: inline-block;
    margin-bottom: 1vw
}

.about .about_swiper .swiper-slide .text4 {
    position: absolute;
    color: #1C1C1C;
    top: 28vw;
    left: 9.1146vw;
    width: 87vw;
    font-size: 1vw;
    line-height: 2vw;
    letter-spacing: 0vw;
    display: flex
}

.about .about_swiper .swiper-slide .text4 .box {
    position: relative;
    margin-right: 1vw;
    width: 21vw;
    height: 10vw
}

.about .about_swiper .swiper-slide .text4 .box>div {
    transition: all 0.5s;
    background: url(../image/about11.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 21vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7vw
}

.about .about_swiper .swiper-slide .text4 .box>div:hover {
    width: 100%;
    height: 100%;
    background: url(../image/about2.png) no-repeat;
    background-size: 100% 100%;
    width: 21vw;
    height: 10vw
}

.about .about_swiper .swiper-slide .text4 .box .text_x {
    width: auto;
    font-size: 1.7vw;
    line-height: 1.8vw
}

.about .about_swiper .swiper-slide .text4 .box .icon2 {
    width: 5vw;
    height: 5vw;
    background: url(../image/icon2.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .text4 .box .icon1 {
    width: 5vw;
    height: 4vw;
    background: url(../image/icon1.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .text4 .box .icon3 {
    width: 5vw;
    height: 4vw;
    background: url(../image/icon3.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .text4 .box .icon4 {
    width: 6vw;
    height: 3vw;
    background: url(../image/icon4.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show1 {
    position: absolute;
    top: 19.7917vw;
    right: 6.1979vw;
    width: 39.1771vw;
    height: 18.0729vw
}

.about .about_swiper .swiper-slide .show1 img {
    width: 15.1563vw;
    margin: 0 2.5vw 3vw 0;
    transition: all 0.5s
}

.about .about_swiper .swiper-slide .show1 img:hover {
    transform: scale(1.1)
}

.about .about_swiper .swiper-slide .show1 .acc_item :nth-child(1) {
    position: absolute;
    bottom: -2vw;
    left: -2vw;
    width: 1vw;
    height: 1vw;
    background: url(../image/acc2.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show1 .acc_item :nth-child(2) {
    position: absolute;
    top: -1.5vw;
    right: 3vw;
    width: 1.5vw;
    height: 1.5vw;
    background: url(../image/acc3.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 {
    position: absolute;
    top: 22.555vw;
    left: 9.1146vw;
    display: flex;
    align-items: center;
    height: 15.1042vw
}

.about .about_swiper .swiper-slide .show2 p {
    position: absolute;
    top: -4vw;
    font-size: 1.3vw;
    font-weight: 400;
    color: #00ffe4
}

.about .about_swiper .swiper-slide .show2 p .span2 {
    margin-left: 21vw
}

.about .about_swiper .swiper-slide .show2 p .span2 img {
    position: absolute;
    top: 0.3vw;
    left: 27vw;
    width: 1vw;
    height: 1vw;
    object-fit: cover
}

.about .about_swiper .swiper-slide .show2 .row2 {
    display: flex
}

.about .about_swiper .swiper-slide .show2 .row2 img {
    position: absolute;
    bottom: -2.2vw;
    right: 3vw;
    width: 1vw;
    height: 1vw;
    object-fit: cover
}

.about .about_swiper .swiper-slide .show2 .row3 {
    position: relative;
    width: 70vw;
    display: flex;
    margin-left: 20%;
    justify-content: space-between
}

.about .about_swiper .swiper-slide .show2 .row3>img {
    position: absolute;
    top: 0;
    left: -5.333vw;
    width: 1.233vw
}

.about .about_swiper .swiper-slide .show2 .row3 .acc_item {
    position: absolute;
    width: 1vw;
    height: 1vw;
    z-index: 500
}

.about .about_swiper .swiper-slide .show2 .row3 .acc_item :nth-child(1) {
    position: fixed;
    right: 37vw;
    bottom: 6.555vw;
    width: 1vw;
    height: 1vw;
    background: url(../image/acc2.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .row3 .acc_item :nth-child(2) {
    position: fixed;
    right: 15vw;
    top: 23vw;
    width: 1vw;
    height: 1vw;
    background: url(../image/acc2.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .row3 .box {
    position: relative;
    margin-right: 0vw;
    width: 9.4792vw;
    height: 14.0625vw
}

.about .about_swiper .swiper-slide .show2 .row3 .box>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about .about_swiper .swiper-slide .show2 .row3 .box>a>div {
    transition: all 0.5s;
    background: url(../image/box_bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.about .about_swiper .swiper-slide .show2 .row3 .box>a>div:hover {
    width: 10.1042vw;
    height: 15.1042vw;
    background: url(../image/box_bg_hover1.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -40px
}

.about .about_swiper .swiper-slide .show2 .row3 .box>a>div:hover .icon5 {
    background: url(../image/icon5_hover2.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .row3 .box>a>div:hover .icon6 {
    background: url(../image/icon6_hover2.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .row3 .box>a>div:hover .icon7 {
    background: url(../image/icon7_hover2.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .row3 .box>a>div:hover .icon8 {
    background: url(../image/icon8_hover1.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .row3 .box.box2 {
    margin-right: 8.8917vw
}

.about .about_swiper .swiper-slide .show2 .row3 .box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about .about_swiper .swiper-slide .show2 .row3 .box .icon5 {
    width: 6.1042vw;
    height: 7.2396vw;
    background: url(../image/icon5.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .row3 .box .icon6 {
    width: 6.3229vw;
    height: 7.0833vw;
    background: url(../image/icon6.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .row3 .box .icon7 {
    width: 5.7917vw;
    height: 7.0833vw;
    background: url(../image/icon7.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .row3 .box .icon8 {
    width: 5.4271vw;
    height: 7.0833vw;
    background: url(../image/icon8.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box {
    position: relative;
    margin-right: 1.8229vw;
    width: 9.4792vw;
    height: 14.0625vw
}

.about .about_swiper .swiper-slide .show2 .box>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about .about_swiper .swiper-slide .show2 .box>a>div {
    transition: all 0.5s;
    background: url(../image/box_bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.about .about_swiper .swiper-slide .show2 .box>a>div:hover {
    width: 10.1042vw;
    height: 15.1042vw;
    background: url(../image/box_bg_hover1.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -40px
}

.about .about_swiper .swiper-slide .show2 .box>a>div:hover .icon2 {
    background: url(../image/icon1_hover.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box>a>div:hover .icon1 {
    background: url(../image/icon2_hover.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box>a>div:hover .icon3 {
    background: url(../image/icon3_hover.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box>a>div:hover .icon4 {
    background: url(../image/icon4_hover.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box>a>div:hover .icon5 {
    background: url(../image/icon5_hover1.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box>a>div:hover .icon6 {
    background: url(../image/icon6_hover1.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box>a>div:hover .icon7 {
    background: url(../image/icon7_hover1.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box.box2 {
    margin-right: 8.8917vw
}

.about .about_swiper .swiper-slide .show2 .box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about .about_swiper .swiper-slide .show2 .box .icon2 {
    width: 6.7708vw;
    height: 6.1979vw;
    background: url(../image/icon11.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box .icon1 {
    width: 4.6354vw;
    height: 5.7292vw;
    background: url(../image/icon21.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box .icon3 {
    width: 5.1042vw;
    height: 7.2396vw;
    background: url(../image/icon31.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box .icon4 {
    width: 6.3229vw;
    height: 7.0833vw;
    background: url(../image/icon41.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box .icon5 {
    width: 4.7917vw;
    height: 7.0833vw;
    background: url(../image/icon51.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box .icon6 {
    width: 4.4271vw;
    height: 7.0833vw;
    background: url(../image/icon61.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 .box .icon7 {
    width: 4.3229vw;
    height: 7.0833vw;
    background: url(../image/icon71.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show2 img {
    width: 20%;
    position: absolute;
    bottom: -3vw;
    object-fit: cover
}

.about .about_swiper .swiper-slide .show3 {
    position: absolute;
    top: 27.8646vw;
    left: 9.1146vw
}

.about .about_swiper .swiper-slide .show3 .tit {
    color: #1C1C1C;
    font-size: 2.8125vw;
    margin-top: 0;
    margin-bottom: 2vw
}

.about .about_swiper .swiper-slide .show3 .text {
    width: 90%;
    color: #1C1C1C;
    font-size: 1.3542vw
}

.about .about_swiper .swiper-slide .show3 .history_timeLine {
    position: absolute;
    top: -1vw;
    left: 37.5vw;
    width: 47.6563vw;
    overflow: hidden
}

.about .about_swiper .swiper-slide .show3 .history_timeLine .line {
    position: absolute;
    left: 5vw;
    top: 3.7vw;
    width: calc(100% - 10vw);
    border-bottom: 1px solid #1C1C1C;
    box-sizing: border-box
}

.about .about_swiper .swiper-slide .show3 .history_timeLine .container {
    position: relative;
    height: 8.3vw;
    width: calc(100% - 10vw);
    margin: 0 auto;
    overflow: hidden
}

.about .about_swiper .swiper-slide .show3 .history_timeLine .container .wrapper {
    margin-top: 1.3vw;
    width: 130vw;
    display: flex;
    align-items: center;
    padding: 0 2vw;
    box-sizing: border-box;
    transition: all 0.6s
}

.about .about_swiper .swiper-slide .show3 .history_timeLine .slide {
    position: relative;
    margin-right: 6vw;
    width: 3.6979vw !important;
    height: 3.6458vw;
    background: url(../image/circle.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: background 0.3s
}

.about .about_swiper .swiper-slide .show3 .history_timeLine .slide .year {
    position: absolute;
    bottom: -3.3vw;
    color: #1C1C1C;
    font-size: 1.25vw;
    width: 100%;
    text-align: center
}

.about .about_swiper .swiper-slide .show3 .history_timeLine .slide.active {
    width: 4.6875vw !important;
    height: 4.6875vw;
    background: url(../image/circle_active.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show3 .history_timeLine .slide.active::before {
    position: absolute;
    top: 1.6vw;
    left: -1.7185vw;
    content: "";
    width: 8.125vw;
    height: 1.7188vw;
    background: url(../image/indicator.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show3 .history_timeLine .slide.active::after {
    opacity: 1;
    position: absolute;
    top: -0.3646vw;
    left: -0.3646vw;
    content: "";
    width: 5.4167vw;
    height: 5.4167vw;
    background: url(../image/circle_round.png) no-repeat;
    background-size: 100% 100%;
    animation: pulse 2s infinite
}

.about .about_swiper .swiper-slide .show3 .history_timeLine .slide.active .year {
    color: #1C1C1C;
    bottom: -3.6vw
}

.about .about_swiper .swiper-slide .show3 .btn>div {
    top: calc(50% - 0.3vw)
}

.about .about_swiper .swiper-slide .show3 .btn .disabled {
    opacity: 0.2
}

.about .about_swiper .swiper-slide .show3 .swiper-button-prev {
    left: 30px
}

.about .about_swiper .swiper-slide .show3 .swiper-button-prev:after {
    content: url(../image/arrow_left.png) !important
}

.about .about_swiper .swiper-slide .show3 .swiper-button-next {
    right: 30px
}

.about .about_swiper .swiper-slide .show3 .swiper-button-next:after {
    content: url(../image/arrow_right.png) !important
}

.about .about_swiper .swiper-slide .show3 img {
    position: fixed;
    bottom: 6vw;
    width: 1vw;
    height: 1vw;
    object-fit: cover
}

.about .about_swiper .swiper-slide .show3 .acc_item {
    position: absolute;
    width: 1vw;
    height: 1vw;
    z-index: 500
}

.about .about_swiper .swiper-slide .show3 .acc_item :nth-child(1) {
    position: fixed;
    right: 51vw;
    width: 1vw;
    height: 1vw;
    background: url(../image/acc2.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show3 .acc_item :nth-child(2) {
    position: fixed;
    right: 7vw;
    top: 23vw;
    width: 1vw;
    height: 1vw;
    background: url(../image/acc2.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show4 {
    position: absolute;
    top: 21.875vw;
    left: 19.5313vw;
    display: flex
}

.about .about_swiper .swiper-slide .show4 img {
    position: absolute;
    top: 50%;
    left: -200%;
    width: 1vw;
    height: 1vw
}

.about .about_swiper .swiper-slide .show4 .acc_item {
    position: absolute;
    right: -57vw;
    top: -3vw;
    width: 1vw;
    height: 1vw;
    background: url(../image/acc2.png) no-repeat;
    background-size: 100% 100%
}

.about .about_swiper .swiper-slide .show4 .timeLine {
    position: relative;
    height: 20.5vw;
    color: #1C1C1C;
    font-size: 1vw;
    padding-left: 1vw;
    border-left: 1px solid #00ffe4;
    z-index: 2
}

.about .about_swiper .swiper-slide .show4 .timeLine .aniSpan {
    color: #1C1C1C;
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 0.15vw;
    height: 1.9vw;
    background: #1C1C1C;
    transition: all 0.6s
}

.about .about_swiper .swiper-slide .show4 .timeLine .year_container {
    overflow: hidden;
    height: 100%
}

.about .about_swiper .swiper-slide .show4 .timeLine .year_wrap {
    transition: all 0.6s
}

.about .about_swiper .swiper-slide .show4 .timeLine .year_wrap p {
    position: relative;
    width: 2.6042vw !important;
    height: 1.9vw !important;
    line-height: 1.9vw;
    cursor: pointer;
    margin: 0 0 1.9vw
}

.about .about_swiper .swiper-slide .show4 .timeLine .year_wrap p:hover,.about .about_swiper .swiper-slide .show4 .timeLine .year_wrap p.active {
    color: #00ffe4
}

.about .about_swiper .swiper-slide .show4 .timeLine .prev {
    position: absolute;
    bottom: 1.5vw;
    left: -2vw;
    width: 1.1979vw;
    height: 0.7292vw;
    background: url(../image/arrow_top.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.about .about_swiper .swiper-slide .show4 .timeLine .prev.disabled {
    opacity: 0.2
}

.about .about_swiper .swiper-slide .show4 .timeLine .next {
    position: absolute;
    bottom: 0vw;
    left: -2vw;
    width: 1.1979vw;
    height: 0.7292vw;
    background: url(../image/arrow_down.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.about .about_swiper .swiper-slide .show4 .timeLine .next.disabled {
    opacity: 0.2
}

.about .about_swiper .swiper-slide .show4 .prize_wrap {
    padding-top: 0.9vw;
    margin-left: 2vw;
    position: absolute;
    left: 6vw;
    width: 47.6563vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.about .about_swiper .swiper-slide .show4 .prize_wrap .year_swiper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden
}

.about .about_swiper .swiper-slide .show4 .prize_wrap .swiper-wrapper {
    height: auto
}

.about .about_swiper .swiper-slide .show4 .prize_wrap .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background: none;
    align-content: flex-start
}

.about .about_swiper .swiper-slide .show4 .prize_wrap .prize {
    display: block;
    width: 21.7188vw;
    height: 3.2292vw;
    background: url(../image/prize_bg1.png) no-repeat;
    background-size: 100% 100%;
    color: #1C1C1C;
    margin-bottom: 1.8vw
}

.about .about_swiper .swiper-slide .show4 .prize_wrap .prize p {
    text-align: center;
    margin: 0.3vw 0;
    font-size: 0.8333vw
}

.about .about_swiper .swiper-slide .show4 .prize_wrap .prize p:nth-child(1) {
    color: #1C1C1C
}

.about .about_swiper .swiper-slide .show4 .btn {
    position: absolute;
    right: -9vw;
    bottom: 3vw;
    width: 100px;
    height: auto
}

.about .pic {
    position: absolute;
    top: 3.88vw;
    right: 0;
    width: 55.2083vw;
    height: 12.1354vw;
    background-image: url("../image/pic.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2
}

@supports (background-image: url("../assets/index/about/pic.png")) {
    .about .pic {
        background-image:url("../assets/index/about/pic.png")
    }
}

@supports not (background-image: url("../assets/index/about/pic.png")) {
    .about .pic {
        background-image:url("../image/pic.png")
    }
}

.about .pic.pic2 {
    width: 55.2083vw;
    height: 12.0833vw;
    background-image: url("../image/pic2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/about/pic2.png")) {
    .about .pic.pic2 {
        background-image:url("../assets/index/about/pic2.png")
    }
}

@supports not (background-image: url("../assets/index/about/pic2.png")) {
    .about .pic.pic2 {
        background-image:url("../image/pic2.png")
    }
}

.about .pic.pic3 {
    width: 55.2083vw;
    height: 12.0833vw;
    background-image: url("../image/pic3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/about/pic3.png")) {
    .about .pic.pic3 {
        background-image:url("../assets/index/about/pic3.png")
    }
}

@supports not (background-image: url("../assets/index/about/pic3.png")) {
    .about .pic.pic3 {
        background-image:url("../image/pic3.png")
    }
}

.about .pic.pic4 {
    width: 55.2083vw;
    height: 12.0833vw;
    background-image: url("../image/pic4.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/about/pic4.png")) {
    .about .pic.pic4 {
        background-image:url("../assets/index/about/pic4.png")
    }
}

@supports not (background-image: url("../assets/index/about/pic4.png")) {
    .about .pic.pic4 {
        background-image:url("../image/pic4.png")
    }
}

.about .swiper-button-prev:after {
    content: url(../image/prev1.png) !important
}

.about .swiper-button-prev:hover::after {
    content: url(../image/prev_hover.png) !important
}

.about .swiper-button-next:after {
    content: url(../image/next1.png) !important
}

.about .swiper-button-next:hover::after {
    content: url(../image/next_hover.png) !important
}

.join {
    position: relative;
    width: 100%;
    height: 102.3vh;
    background-image: url("../image/bg7.png");
    background-repeat: no-repeat;
    background-size: cover
}

@supports (background-image: url("../assets/index/join/bg.png")) {
    .join {
        background-image:url("../assets/index/join/bg.png")
    }
}

@supports not (background-image: url("../assets/index/join/bg.png")) {
    .join {
        background-image:url("../image/bg7.png")
    }
}

.join .join_swiper {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.join .join_swiper .swiper-slide {
    width: 100vw;
    height: 100vh
}

.join .join_swiper .swiper-slide .show1 {
    position: absolute;
    top: 13.0208vw;
    left: 16.9271vw;
    width: 64.3229vw;
    height: 22.5521vw;
    background-image: url("../image/job_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 2.7vw 4vw 0 12vw;
    box-sizing: border-box
}

@supports (background-image: url("../assets/index/join/job_bg.png")) {
    .join .join_swiper .swiper-slide .show1 {
        background-image:url("../assets/index/join/job_bg.png")
    }
}

@supports not (background-image: url("../assets/index/join/job_bg.png")) {
    .join .join_swiper .swiper-slide .show1 {
        background-image:url("../image/job_bg.png")
    }
}

.join .join_swiper .swiper-slide .show1 .box {
    position: relative;
    color: #fff;
    transition: all 0.5s;
    margin-right: 8vw;
    padding-top: 4.5vw;
    height: 6.25vw;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none
}

.join .join_swiper .swiper-slide .show1 .box .icon {
    position: absolute;
    bottom: 3.9063vw;
    left: 50%;
    transform: translate(-50%, 0)
}

.join .join_swiper .swiper-slide .show1 .box .icon .hover_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-out
}

.join .join_swiper .swiper-slide .show1 .box .icon .hover_wrap .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon0 {
    width: 2.5vw;
    height: 2.3958vw;
    background: url(../image/icon_design1.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon0 .hover {
    height: 2.3958vw;
    background: url(../image/icon_design_hover.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon1 {
    width: 2.8646vw;
    height: 1.9271vw;
    background: url(../image/icon_cehua1.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon1 .hover {
    height: 1.9271vw;
    background: url(../image/icon_cehua_hover.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon2 {
    width: 2.5vw;
    height: 2.3958vw;
    background: url(../image/icon_tech1.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon2 .hover {
    height: 2.3958vw;
    background: url(../image/icon_tech_hover.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon3 {
    width: 2.3438vw;
    height: 2.5vw;
    background: url(../image/icon_kefu1.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon3 .hover {
    height: 2.5vw;
    background: url(../image/icon_kefu_hover.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon4 {
    width: 2.4479vw;
    height: 2.4479vw;
    background: url(../image/icon_yunying1.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon4 .hover {
    height: 2.4479vw;
    background: url(../image/icon_yunying_hover.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon5 {
    width: 1.4063vw;
    height: 2.4479vw;
    background: url(../image/icon_adv1.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon5 .hover {
    height: 2.4479vw;
    background: url(../image/icon_adv_hover.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon6 {
    width: 2.7083vw;
    height: 2.5vw;
    background: url(../image/icon_bussiness1.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon6 .hover {
    height: 2.5vw;
    background: url(../image/icon_bussiness_hover.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon7 {
    width: 4.0104vw;
    height: 2.5vw;
    background: url(../image/icon_support1.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .icon7 .hover {
    height: 2.5vw;
    background: url(../image/icon_support_hover.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box .tit {
    position: absolute;
    width: 6vw;
    top: 3vw;
    left: 50%;
    margin-left: -3vw;
    text-align: center;
    font-size: 1.0417vw;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0
}

.join .join_swiper .swiper-slide .show1 .box .num {
    text-align: center;
    line-height: 1.25vw;
    width: 3.125vw;
    height: 1.25vw;
    margin: 0.6vw auto;
    font-size: 0.9375vw;
    background: url(../assets/index/join/num_bg.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .box:hover .hover_wrap {
    height: 100%
}

.join .join_swiper .swiper-slide .show1 .box:hover .tit {
    color: #00ffe4
}

.join .join_swiper .swiper-slide .show1 .box:hover .num {
    background: url(../image/num_bg_hover.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .more {
    padding-top: 0.123vw;
    top: 20vw;
    right: -12vw;
    color: #ffffff;
    padding-left: 2.057vw;
    padding-top: 0.34vw;
    display: flex;
    align-items: center;
    width: 9.583vw;
    height: 2.5vw
}

.join .join_swiper .swiper-slide .show1 .more:hover {
    right: -12.5vw
}

.join .join_swiper .swiper-slide .show1 .more:hover>div {
    animation: rotate 3s infinite linear;
    cursor: pointer
}

.join .join_swiper .swiper-slide .show1 .more div {
    display: inline-block;
    width: 1vw;
    height: 1vw;
    line-height: 1vw;
    margin-right: 0.5vw;
    background: url(../image/btn_more_dot_bg.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show1 .contacts_box {
    position: absolute;
    left: 8vw
}

.join .join_swiper .swiper-slide .show1 .contacts_box>div img {
    width: 25.57vw;
    height: 2.76vw
}

.join .join_swiper .swiper-slide .show1 .contacts_box .contacts_tell {
    margin-top: 2.25vw;
    width: 51vw
}

.join .join_swiper .swiper-slide .show1 .contacts_box .contacts_tell p {
    height: 25%;
    width: 50vw
}

.join .join_swiper .swiper-slide .show1 .contacts_box .contacts_tell p :nth-child(1) {
    width: 47vw;
    height: 6vw;
    line-height: 3vw;
    font-family: NotoSansCJKsc-Medium;
    font-size: 1.588vw;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0vw;
    color: #00b9ff
}

.join .join_swiper .swiper-slide .show1 .contacts_box .contacts_tell p :nth-child(2) {
    font-family: NotoSansCJKsc-Medium;
    font-size: 1vw;
    color: #fff
}

.join .join_swiper .swiper-slide .fuli_swiper {
    position: absolute;
    top: 15.3646vw;
    left: 26.8229vw;
    width: 44.7917vw
}

.join .join_swiper .swiper-slide .fuli_swiper .fuli-prev {
    left: -5vw
}

.join .join_swiper .swiper-slide .fuli_swiper .fuli-prev:after {
    content: url(../image/prev2.png) !important
}

.join .join_swiper .swiper-slide .fuli_swiper .fuli-next {
    right: 0vw
}

.join .join_swiper .swiper-slide .fuli_swiper .fuli-next:after {
    content: url(../image/next2.png) !important
}

.join .join_swiper .swiper-slide .fuli_swiper .img_wrap .m_img {
    margin-right: 2.3438vw;
    width: 6.5625vw;
    height: auto;
    margin-bottom: 3.3854vw;
    transition: all 0.5s
}

.join .join_swiper .swiper-slide .fuli_swiper .img_wrap .m_img:hover {
    transform: scale(1.1)
}

.join .join_swiper .swiper-slide .fuli_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    background: none;
    overflow: visible
}

.join .join_swiper .swiper-slide .fuli_swiper .swiper-slide img {
    display: block;
    width: 9.5833vw;
    margin-right: 2.58vw;
    transition: all 0.5s
}

.join .join_swiper .swiper-slide .fuli_swiper .swiper-slide img:hover {
    transform: scale(1.1)
}

.join .join_swiper .swiper-slide .show3 {
    position: absolute;
    top: 15.1042vw;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3
}

.join .join_swiper .swiper-slide .show3 img {
    height: 4.0104vw;
    margin-bottom: 3vw;
    transition: all 0.5s
}

.join .join_swiper .swiper-slide .show3 img:hover {
    transform: scale(1.1)
}

.join .join_swiper .swiper-slide .show4 {
    position: absolute;
    top: 12.8438vw;
    left: 19.5313vw;
    width: 60vw;
    height: 21vw;
    z-index: 3
}

.join .join_swiper .swiper-slide .show4 .life-prev {
    left: -3vw !important
}

.join .join_swiper .swiper-slide .show4 .life-prev:after {
    content: url(../image/prev2.png) !important
}

.join .join_swiper .swiper-slide .show4 .life-next {
    right: -3vw !important
}

.join .join_swiper .swiper-slide .show4 .life-next:after {
    content: url(../image/next2.png) !important
}

.join .join_swiper .swiper-slide .show4 .life-pagination {
    left: 50%;
    transform: translate(-50%, 0)
}

.join .join_swiper .swiper-slide .show4 .life-pagination .swiper-pagination-bullet {
    margin-left: 0.5vw;
    background: #00ffe4
}

.join .join_swiper .swiper-slide .show4 .life_swiper {
    width: 100%;
    height: 23.4375vw;
    overflow: hidden
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m {
    position: relative;
    width: 100%;
    margin: 1vw 1vw
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m .icon {
    position: absolute
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m .icon:hover {
    transform: scale(1.1)
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m .icon:hover .join_btn {
    position: absolute;
    top: 15vw;
    left: 2.8229vw;
    width: 7.6vw;
    height: 1.7vw;
    background: url(../assets/index/join/btn_jump.png) no-repeat;
    animation: pulse-big 2s infinite;
    background-size: 100% 100%;
    z-index: 1
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m .icon1 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background: url(../assets/index/join/1.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m .icon1:hover {
    height: 100%;
    background: url(../assets/index/join/1.png) no-repeat;
    background-size: 100% 100%;
    transform: scale(1.1)
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m .icon2 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background: url(../assets/index/join/2.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m .icon2:hover {
    height: 100%;
    background: url(../assets/index/join/2.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m .icon3 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background: url(../assets/index/join/3.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m .icon3:hover {
    height: 100%;
    background: url(../assets/index/join/3.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m .icon4 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background: url(../assets/index/join/4.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show4 .life_swiper .img_box_no_m .icon4:hover {
    height: 100%;
    background: url(../assets/index/join/4.png) no-repeat;
    background-size: 100% 100%
}

.join .join_swiper .swiper-slide .show4 .life_swiper .swiper-slide {
    width: 37.9167vw !important;
    height: 23.4375vw;
    background: none
}

.join .join_swiper .swiper-slide .show4 .life_swiper .swiper-slide.swiper-slide-active {
    z-index: 2
}

.join .join_swiper .swiper-slide .show4 .life_swiper .swiper-slide .img_box {
    position: relative;
    width: 100%
}

.join .join_swiper .swiper-slide .show4 .life_swiper .swiper-slide .img_box img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.join .text {
    position: absolute;
    top: 6.25vw;
    right: 1.8229vw;
    width: 10.3125vw;
    height: 4.9479vw;
    background: url(../assets/index/join/text.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2
}

.join .pic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72.0833vw;
    height: 18.0208vw;
    background: url(../assets/index/join/pic.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2
}

.join .pic.pic2 {
    width: 72.0833vw;
    height: 15.55vw;
    background: url(../assets/index/join/pic2.png) no-repeat;
    background-size: 100% 100%
}

.join .pic.pic3 {
    width: 72.0833vw;
    height: 15.1069vw;
    background: url(../assets/index/join/pic3.png) no-repeat;
    background-size: 100% 100%
}

.join .pic.pic4 {
    width: 72.0833vw;
    height: 25.2921vw;
    background: url(../assets/index/join/pic4.png) no-repeat;
    background-size: 100% 100%
}

.info {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("../assets/index/join/bg.png");
    background-repeat: no-repeat;
    background-size: cover
}

@supports (background-image: url("../assets/index/info/bg.png")) {
    .info {
        background-image:url("../assets/index/info/bg.png")
    }
}

@supports not (background-image: url("../assets/index/info/bg.png")) {
    .info {
        background-image:url("../assets/index/join/bg.png")
    }
}

.info .news-list {
    position: absolute;
    width: 61.8229vw;
    top: 13.0208vw;
    left: 18.75vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.info .news-list .news-item {
    position: relative;
    width: 60.7292vw;
    height: 9.8438vw;
    overflow: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-bottom: 1.3021vw;
    background: url(../image/news_bg.png) no-repeat;
    background-size: 100% 100%
}

.info .news-list .news-item:hover {
    width: 100%;
    background: url(../image/news_bg_hover.png) no-repeat;
    background-size: 100% 106.5%
}

.info .news-list .news-item:hover .news-sub .news-title {
    color: #000
}

.info .news-list .news-item:hover .news-sub .news-desc,.info .news-list .news-item:hover .news-sub .news-addtime {
    color: #808080
}

.info .news-list .news-item:hover .more_text {
    position: absolute;
    top: 1vw;
    right: 3vw;
    width: 5.9896vw;
    height: 0.7292vw;
    background: url(../image/read_more_hover.png) no-repeat;
    background-size: 100% 100%
}

.info .news-list .news-item img {
    width: 15.1042vw;
    height: 8.3333vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 1vw
}

.info .news-list .news-item .news-sub {
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 18.2167vw
}

.info .news-list .news-item .news-sub span {
    display: block;
    text-align: left
}

.info .news-list .news-item .news-sub .news-title {
    width: 90%;
    height: 1.686vw;
    padding: 2.2vw 0 0.5vw;
    font-size: 1.25vw;
    color: #1C1C1C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.info .news-list .news-item .news-sub .news-desc {
    font-size: 0.8333vw;
    color: #1C1C1C
}

.info .news-list .news-item .news-sub .news-addtime {
    position: absolute;
    bottom: 1.0833vw;
    left: 0;
    color: #e189ff;
    font-size: 1.04vw
}

.info .news-list .more_text {
    position: absolute;
    top: 1vw;
    right: 3vw;
    width: 5.9896vw;
    height: 0.7292vw;
    background: url(../image/read_more.png) no-repeat;
    background-size: 100% 100%
}

.info .more {
    color: #ffffff;
    padding-left: 2.057vw;
    padding-top: 0.34vw;
    display: flex;
    align-items: center
}

.info .more:hover>div {
    animation: rotate 3s infinite linear;
    cursor: pointer
}

.info .more div {
    display: inline-block;
    width: 1vw;
    height: 1vw;
    line-height: 1vw;
    margin-right: 0.5vw;
    background: url(../image/btn_more_dot_bg.png) no-repeat;
    background-size: 100% 100%
}

.info .text {
    position: absolute;
    top: 6.25vw;
    right: 1.8229vw;
    width: 8.5417vw;
    height: 4.9479vw;
    background: url(../assets/index/join/news.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2
}

.publicBuild {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("../assets/index/join/bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@supports (background-image: url("../assets/index/info/bg2.png")) {
    .publicBuild {
        background-image:url("../assets/index/info/bg2.png")
    }
}

@supports not (background-image: url("../assets/index/info/bg2.png")) {
    .publicBuild {
        background-image:url("../assets/index/join/bg2.png")
    }
}

.publicBuild .wrapper {
    position: absolute;
    width: 71.0938vw;
    top: 16.1458vw;
    left: 14.8438vw
}

.publicBuild .wrapper .publicBuild_swiper {
    position: relative;
    width: 33.0729vw;
    height: 19.0104vw;
    overflow: hidden;
    border-radius: 0.5vw
}

.publicBuild .wrapper .publicBuild_swiper .swiper-slide {
    width: 100%
}

.publicBuild .wrapper .publicBuild_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%
}

.publicBuild .wrapper .publicBuild_swiper .swiper-slide span {
    position: absolute;
    padding: 0 10vw 0 1vw;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2vw;
    line-height: 2vw;
    color: #1C1C1C;
    background: rgba(2,29,82,0.8);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1vw
}

.publicBuild .wrapper .publicBuild_swiper .swiper-pagination {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 0px;
    box-sizing: border-box;
    bottom: 0.5vw
}

.publicBuild .wrapper .publicBuild_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #00ffe4
}

.publicBuild .wrapper .news-list {
    position: absolute;
    width: 36.1979vw;
    height: 100%;
    top: 0;
    left: 35vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.publicBuild .wrapper .news-list a {
    position: relative;
    width: 36.1979vw;
    height: 4.1667vw;
    overflow: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
    border-bottom: 1px solid #76a1cf;
    box-sizing: border-box
}

.publicBuild .wrapper .news-list a:hover {
    border: none;
    background-image: linear-gradient(90deg, #4713b1 0%, #3278ff 100%);
    background-image: linear-gradient(90deg, #4713b1 0%, #3278ff 100%);
    background-image: linear-gradient(90deg, #4713b1 0%, #3278ff 100%)
}

.publicBuild .wrapper .news-list a:hover .news-title,.publicBuild .wrapper .news-list a:hover .news-addtime {
    color: #1C1C1C
}

.publicBuild .wrapper .news-list a .news-title {
    position: absolute;
    bottom: 0.5vw;
    left: 0.3vw;
    font-size: 1.25vw;
    color: #00b9ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.publicBuild .wrapper .news-list a .news-addtime {
    position: absolute;
    top: 0.5vw;
    left: 0.3vw;
    color: #00ffe4;
    font-size: 1.04vw
}

.publicBuild .text {
    position: absolute;
    top: 6.25vw;
    right: 1.8229vw;
    width: 8.5417vw;
    height: 4.9479vw;
    background: url(../assets/index/join/news.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2
}

.publicBuild .more {
    position: absolute;
    top: 40.625vw;
    right: 50%;
    padding-left: 2.057vw;
    padding-top: 0.34vw;
    transform: translate(50%, 0);
    display: flex;
    align-items: center;
    width: 9.583vw;
    height: 2.5vw
}

.publicBuild .more:hover>div {
    animation: rotate 3s infinite linear;
    cursor: pointer
}

.publicBuild .more div {
    display: inline-block;
    width: 1vw;
    height: 1vw;
    line-height: 1vw;
    margin-right: 0.5vw;
    background: url(../image/btn_more_dot_bg.png) no-repeat;
    background-size: 100% 100%
}

.publicBuild .more:hover {
    right: 49%
}

.indicator {
    display: flex;
    position: absolute;
    top: 8.5938vw;
    left: 9.1146vw;
    z-index: 2
}

.indicator .indicator_cn {
    position: relative;
    color: #1C1C1C;
    font-size: 1.0417vw;
    width: 7.7604vw;
    height: 1.3417vw;
    line-height: 1.3417vw;
    text-align: center;
    margin: 0;
    cursor: pointer;
    overflow: hidden
}

.indicator .indicator_cn .wrap {
    transition: all 0.2s;
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.indicator .indicator_cn .hover_text {
    position: absolute;
    top: -1.5vw;
    left: 0;
    color: #00ffe4;
    width: 100%;
    height: 100%;
    background: url(../image/tag_bg.png) no-repeat;
    background-size: 100% 100%
}

.indicator .indicator_cn:hover .wrap {
    transform: translate(0, 1.5vw)
}

.indicator .indicator_cn.long {
    width: 8.2813vw
}

.indicator .indicator_cn.long.active {
    background: url(../assets/index/join/tag_bg_long.png) no-repeat;
    background-size: 100% 100%
}

.indicator .indicator_cn.long .hover_text {
    background: url(../assets/index/join/tag_bg_long.png) no-repeat;
    background-size: 100% 100%
}

.indicator .indicator_cn.active {
    color: #00ffe4;
    background: url(../image/tag_bg.png) no-repeat;
    background-size: 100% 100%
}

.indicator .indicator_cn.active .wrap {
    transition: none
}

.indicator .indicator_en {
    position: relative;
    color: #1C1C1C;
    width: 10.7604vw;
    height: 1.3417vw;
    line-height: 1.3417vw;
    text-align: center;
    margin: 0;
    cursor: pointer;
    overflow: hidden
}

.indicator .indicator_en .wrap {
    white-space: nowrap;
    transition: all 0.2s;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.88vw
}

.indicator .indicator_en .hover_text {
    position: absolute;
    top: -1.5vw;
    left: 0;
    color: #00ffe4;
    width: 100%;
    height: 100%;
    font-size: 0.88vw;
    background: url(../image/tag_bg.png) no-repeat;
    background-size: 100% 100%
}

.indicator .indicator_en:hover .wrap {
    transform: translate(0, 1.5vw)
}

.indicator .indicator_en.long {
    width: 8.2813vw
}

.indicator .indicator_en.long.active {
    background: url(../assets/index/join/tag_bg_long.png) no-repeat;
    background-size: 100% 100%
}

.indicator .indicator_en.long .hover_text {
    font-size: 0.88vw;
    background: url(../assets/index/join/index/tag_bg_long.png) no-repeat;
    background-size: 100% 100%
}

.indicator .indicator_en.active {
    color: #00ffe4;
    background: url(../image/tag_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.88vw
}

.indicator .indicator_en.active .wrap {
    transition: none
}

.more {
    width: 9.583vw;
    height: 2.5vw;
    line-height: 2.5vw;
    padding-left: 4vw;
    padding-top: 0.26vw;
    box-sizing: border-box;
    background: url(../assets/index/join/btn_more_bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 42.9vw;
    right: 11.58vw;
    color: #1C1C1C;
    text-decoration: none;
    font-size: 1vw;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease
}

.more:hover {
    right: 10.78vw
}

.ani_wrap {
    width: 100vw;
    height: 100vh
}

.show {
    display: flex
}

.show_no {
    display: none
}

@keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse-big {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes jello {
    from,11.1%,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft-fast {
    animation: fadeInLeft 0.6s ease-in-out forwards
}

.fadeInLeft {
    animation: fadeInLeft 0.9s ease-in-out forwards
}

.fadeInLeft-slow {
    animation: fadeInLeft 1.2s ease-in-out forwards
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight-fast {
    animation: fadeInRight 0.6s ease-in-out forwards
}

.fadeInRight {
    animation: fadeInRight 0.8s ease-in-out forwards
}

.fadeInRight-indicator {
    animation: fadeInRight 1.1s ease-in-out forwards
}

.fadeInRight-slow {
    animation: fadeInRight 1.3s ease-in-out forwards
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    animation: fadeInDown 0.6s ease-in-out forwards
}

.prizeInDown {
    animation: fadeInDown 0.6s 0.3s ease-in-out backwards;
    z-index: 2
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    animation: fadeInUp 0.6s ease-in-out forwards
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation: fadeOutDown 0.6s ease-in-out forwards
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }
}

.fadeOutUp {
    animation: fadeOutUp 0.6s ease-in-out forwards
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation: slideInUp 0.8s ease-in-out forwards
}

@keyframes rotate {
    0% {
        transform: scale(1) rotate(0deg)
    }

    50% {
        transform: scale(1.5) rotate(-90deg)
    }

    100% {
        transform: scale(1) rotate(0deg)
    }
}

@-webkit-keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 6, 8)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInTop {
    animation: fadeInTop 0.9s ease-in-out forwards
}
