.disInB {
    display: inline-block
}

.iover {
    overflow: hidden
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.por {
    position: relative
}

.poa {
    position: absolute
}

.email {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.email:hover {
    color: #B5F373 !important;
    border-bottom: 1px solid #B5F373;
}

.not-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tac {
    text-align: center !important
}

.boxSizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.us-container {
    gap: 12px;
}

.us-text-container {
    max-width: 588px;
    width: 100%;
    justify-content: space-between;
}

.sub-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
}

.maxW {
    max-width: 1300px;
    margin: 0 auto
}

body, html {
    position: relative;
    height: 100%
}

h1, h2, h3, h4, h5, h6, i, li, p, ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-style: normal
}

body {
    background: rgba(15, 16, 11, 1);
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.swiper-container.text-light, .swiper-container.text-light .btn, .swiper-container.text-light .icon.icon-mouse {
    color: #fff
}

.swiper-container.text-light .swiper-pagination-bullet {
    color: hsla(0, 0%, 100%, .3)
}

.swiper-container.text-light .swiper-pagination-bullet-active {
    color: hsla(0, 0%, 100%, .8)
}

.logo img {
    width: 166px;
    height: 32px;
}

.swiper-container.text-light .nav .logo span {
    color: #fff
}

.slide-item-3 {
    color: #161d26;
}

.swiper-container.text-dark, .swiper-container.text-dark .btn-nina:before, .swiper-container.text-dark .btn-nina > span, .swiper-container.text-dark .icon.icon-mouse {
    color: #161d26
}

.swiper-container.text-dark .btn-nina:hover {
    background: rgba(242, 36, 64, .1)
}

.swiper-container.text-dark .swiper-pagination-bullet {
    color: rgba(0, 0, 0, .3)
}

.swiper-container.text-dark .swiper-pagination-bullet-active {
    color: rgba(0, 0, 0, .8)
}

.swiper-container.text-dark .nav .logo span {
    color: #161d26
}

.swiper-container.text-dark .nav .nav-list li a {
    color: rgba(22, 29, 38, .6)
}

.swiper-container.text-dark .nav .nav-list li.active a {
    color: rgba(255, 255, 255, 1)
}

.nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    backdrop-filter: blur(50px);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 64px;
}

.nav .logo span {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    vertical-align: top;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.nav .logo img {
    display: inline-block;
    margin: 10px 0;
}

.nav .nav-list {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.nav .nav-list li {
    margin: 0 24px;
    min-height: 64px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.nav .nav-list li a {
    display: block;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .5);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.nav .nav-list li.active {
    border-bottom: 3px solid #B6F273;
}

.nav .nav-list li.active a {
    color: #fff;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(15, 16, 11, 1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-slide .btn {
    min-width: 280px;
    height: 48px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #265eee;
    font-size: 16px;
    font-weight: 700;
    text-align: center !important;
    line-height: 48px;
    background: transparent;
    cursor: pointer;
    outline: none
}

.swiper-slide .gonext-view {
    position: absolute;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    left: 50%;
    bottom: 48px;
    z-index: 5
}

.swiper-slide .gonext-view .icon.icon-mouse {
    margin-top: 40px
}

.swiper-slide.slide-item-1 {
    background: url(../images/bg-1.webp) 50% no-repeat;
    background-color: rgba(15, 16, 11, 1);
    background-size: cover
}

.swiper-slide.slide-item-1 .text-view {
    color: #fff;
    padding-bottom: 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%
}

.swiper-slide.slide-item-1 .text-view h1 {
    font-size: 88px;
    font-weight: 700;
    line-height: 130px;
    color: #B6F273;
    margin: 0;
}

.swiper-slide.slide-item-1 .text-view h2 {
    font-size: 88px;
    font-weight: 700;
    line-height: 130px;
}

.swiper-slide.slide-item-1 .text-view p {
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    color: rgba(160, 163, 167, 1);
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center !important
}

.swiper-slide.slide-item-1 .text-view .button {
    padding: 0;
    margin: 0 auto;
    margin-top: 32px;
    border-radius: 16px;
    width: 300px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    border: none;
    background: rgba(182, 242, 115, 0.3);
    /* background:linear-gradient(301.85deg, rgba(255, 137, 10, 0.3) 0.2%, #FFE991 97.33%); */
}

.swiper-slide.slide-item-1 .text-view .button span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 298px;
    height: 66px;
    border-radius: 16px;
    background: linear-gradient(86.64deg, rgba(16, 16, 11, 1) 0%, rgba(19, 20, 13, 1) 131.08%);
}

/* .swiper-slide.slide-item-1 .text-view .button:hover span {
    background: rgb(0, 0, 0, 0.6);
} */
/* 定义旋转动画 */
@keyframes backgroundRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* 应用旋转动画到指定元素 */
.swiper-slide.slide-item-1 .text-view .button {
    /* animation: backgroundRotate 3s linear infinite; */
    /* 设置变换原点为中心 */
    /* transform-origin: center; */
}

/* 如果需要只旋转背景而不旋转整个元素，可以使用伪元素方案 */
.swiper-slide.slide-item-1 .text-view .button {
    position: relative;
    overflow: hidden;
}

.swiper-slide.slide-item-1 .text-view .button::before {
    content: '';
    position: absolute;
    top: -150px;
    left: -50px;
    right: -50px;
    bottom: -150px;
    background: linear-gradient(90deg, rgba(65, 37, 8, 0.7) 0.2%, rgb(255, 247, 209) 97.33%);
    animation: backgroundRotate 2s linear infinite;
    transform-origin: center;
    z-index: -1;
}

.swiper-slide.slide-item-2 {
    background: linear-gradient(180deg, #01120A 0%, #000 95.61%);
}

.swiper-slide.slide-item-2 .text-view {
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    top: 45%;
    text-align: left;
}

.swiper-slide.slide-item-2 .text-view .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}

.swiper-slide.slide-item-2 .text-view .row img {
    border-radius: 12px;
    width: 520px;
    height: 364px;
}

.swiper-slide.slide-item-2 .text-view p {
    margin: 0;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    color: #fff;
    display: block;
    text-align: left;
}

.swiper-slide.slide-item-2 .text-view h2 {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    margin: 0;
    padding-bottom: 32px;
    color: #B6F273;
}

.swiper-slide.slide-item-2 .text-view i {
    font-size: 16px;
    margin: 0;
    line-height: 2em;
    font-weight: 500;
    display: block;
    width: 100%;
    font-style: normal;
    color: #fff;
    padding-top: 40px;
}

.swiper-slide.slide-item-3 {
    background: linear-gradient(180deg, #01120A 0%, #000 100%);
}

.swiper-slide.slide-item-3 .text-view {
    display: block;
    text-align: center !important
}

.swiper-slide.slide-item-3 .text-view h2 {
    font-size: 44px;
    line-height: normal;
    font-weight: 700;
    padding-top: 126px;
    color: #B6F273;
}

.swiper-slide.slide-item-3 .block-list {
    max-width: 1200px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    gap: 32px;
    text-align: left;
    margin-top: 32px;
}

.swiper-slide.slide-item-3 .block-list li {
    flex: 1;
    margin: 0;
    padding: 32px;
    box-sizing: border-box;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background: #181A15;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    overflow: hidden;
    color: #fff;
}

.swiper-slide.slide-item-3 .block-list li .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 16px;
}

.swiper-slide.slide-item-3 .block-list li svg.icon {
    width: 44px;
    height: 44px;
    display: block;
}

.swiper-slide.slide-item-3 .block-list li h4 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.swiper-slide.slide-item-3 .block-list li p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 12px;
}

.swiper-slide.slide-item-4 {
    background: url(../images/bg-4.webp) 50% no-repeat;
    background-size: cover;
}

.swiper-slide.slide-item-4 h3 {
    color: #B6F273;
    font-size: 44px;
    line-height: 65px;
    font-weight: 600;
}

.swiper-slide.slide-item-4 ul {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.swiper-slide.slide-item-4 ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 66px;
    padding-left: 16px;
    border-left: solid 8px #B6F273;
}

.swiper-slide.slide-item-4 ul p {
    margin: 0;
    margin-top: 4px;
    color: #A0A3A7;
    font-weight: 500;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0%;
    text-align: left;
}

.swiper-slide.slide-item-4 ul i {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0%;
    color: #fff;
    text-align: left;
}
.swiper-slide.slide-item-5{
    background: url(../images/bg-5.webp) 50% no-repeat;
    background-size: cover;
}
.swiper-slide.slide-item-5 .text-view {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.swiper-slide.slide-item-5 h3 {
    color: #B6F273;
    font-size: 44px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-top: 110px;
}

.swiper-slide.slide-item-5 ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    gap: 24px;
    max-width: 1200px;
    width: 100%;
    padding-top: 32px;
}

.swiper-slide.slide-item-5 li {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    background-color: #181A15;
    border-radius: 20px;
    padding: 40px 32px;
}

.swiper-slide.slide-item-5 li i {
    color: #B6F273;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
}

.swiper-slide.slide-item-5 li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    color: #FFFFFF;
}

.swiper-slide.slide-item-5 li button {
    min-height: 40px;
    min-width: 140px;
    backdrop-filter: blur(50px);
    background-color: #B6F273;
    border-radius: 8px;
    border: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

.default-view {
    height: auto;
    min-height: 100%
}

.needs-container{
    padding: 16px 32px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
}

.center-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.icon.icon-mouse {
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 50px;
    fill: currentColor
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: auto;
    left: 150px
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    margin: 30px 0;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    text-align: center !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4) {
    display: none
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: transparent
}

@media (min-width: 1601px) and screen {
    /* .swiper-slide.slide-item-3 .block-list li p {
        padding-top: 30px;
        padding-bottom: 20px
    } */
}

@media screen and (max-width: 1600px) {
    .swiper-container-vertical > .swiper-pagination-bullets {
        left: 100px
    }

    /* .swiper-slide.slide-item-2 .mask {
        width: 72%
    }

    .swiper-slide.slide-item-2 .text-view h2 {
        font-size: 42px;
        padding-bottom: 50px
    }

    .swiper-slide.slide-item-2 .text-view i {
        font-size: 16px
    }*/

    .swiper-slide.slide-item-3 .block-list li h4 {
        font-size: 18px
    }

}

@media screen and (max-width: 1350px) {
    .swiper-container-vertical > .swiper-pagination-bullets {
        left: 50px
    }

    /* .swiper-slide.slide-item-3 .block-list li h4 {
        font-size: 16px
    } */
}

:root {
    --animate-delay: 0.2s
}

.btn-nina {
    position: relative;
    background: #7986cb;
    color: #fff;
    overflow: hidden;
    transition: background-color .3s
}

.btn-nina > span {
    display: inline-block;
    opacity: 0;
    color: #fff;
    transform: translate3d(0, -10px, 0)
}

.btn-nina:before, .btn-nina > span {
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.btn-nina:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.btn-nina:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.btn-nina:hover:before {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
}

.btn-nina:hover > span {
    opacity: 1;
    transform: translateZ(0)
}

.btn-nina:hover > span:first-child {
    transition-delay: 45ms
}

.btn-nina:hover > span:nth-child(2) {
    transition-delay: .09s
}

.btn-nina:hover > span:nth-child(3) {
    transition-delay: .135s
}

.btn-nina:hover > span:nth-child(4) {
    transition-delay: .18s
}

.btn-nina:hover > span:nth-child(5) {
    transition-delay: .225s
}

.btn-nina:hover > span:nth-child(6) {
    transition-delay: .27s
}

.btn-nina:hover > span:nth-child(7) {
    transition-delay: .315s
}

.btn-nina:hover > span:nth-child(8) {
    transition-delay: .36s
}

.btn-nina:hover > span:nth-child(9) {
    transition-delay: .405s
}

.btn-nina:hover > span:nth-child(10) {
    transition-delay: .45s
}

.btn-nina:hover > span:nth-child(11) {
    transition-delay: .495s
}

.btn-nina:hover > span:nth-child(12) {
    transition-delay: .54s
}

.btn-nina:hover > span:nth-child(13) {
    transition-delay: .585s
}

.btn-nina:hover > span:nth-child(14) {
    transition-delay: .63s
}

.btn-nina:hover > span:nth-child(15) {
    transition-delay: .695s
}


.swiper-pagination {
    display: none !important;
}

.contact-img-address{
    width: 120px;
    height: 120px;
}

.contact-img-email{
    width: 100px;
    height: 100px;
}

.swiper-slide.slide-item-5 .footer .footer-logo {
    padding-top: 24px;
    padding-bottom: 32px;
}

.swiper-slide.slide-item-5 .footer .footer-logo img{
    width: 150px;
    height: 32px;
}

.swiper-slide.slide-item-5 .footer {
    width: 100%;
}

.swiper-slide.slide-item-5 .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    background: #181A15;
    color: #A0A3A7;
    font-size: 14px;
    font-weight: 400;
}


@-webkit-keyframes bounce {

0% 90 %

{
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02)
;
    transform: translate3d(0, -4px, 0) scaleY(1.02)
}
}