.home-page-swiper {
    position: relative;
    height: 100svh;
}
.swiper-slide {
    position: relative;
    height: 100svh;
    width: 100%;
    background-size: cover;
    /*padding: 120px 50px 0;*/
    padding: 0 50px;
    background-position: center;
}

.bg-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100svh;
    object-fit: cover;
}

.bg-video video {
    width: 100vw;
    height: 100svh;
    object-fit: cover;
}
.bg-video::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100svh;
    background-color: #070826;
    opacity: .4;
}

.page-2::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100svh;
    /*background-color: rgba(0,0,38,.2);*/
    z-index: 0;
}




.jrs-line {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    height: 100svh;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;

    max-width: 1920px !important;
    margin: 0 auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.jrs-linem,
.jrs-line {
    display: flex;
}

.jrs-linem,
.jrs-linem3 {
    height: 100%;
}

.jrs-linem {
    position: relative;
}

.jrs-linem4 {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
}

.jrs-linem4 {
    top: 50%;
    transform: translateY(-50%);
}

.jrs-linem3 {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.jrs-linem1:last-child {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}




.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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



.gdd {
    position: absolute;
    background: url(/themes/theme-cnbianya/assets/img/gd.png) center no-repeat;
    opacity: 0.3;
}

.gdd {
    width: 12px;
    height: 100%;
    top: 0;
}

.gdd-l {
    left: -7px;
}

.gdd-r {
    right: -7px;
}

.gdd1 {
    animation: moves1 6s linear infinite;
}

.gdd2 {
    animation: moves2 6s linear infinite;
}

@keyframes moves1 {
    0% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes moves2 {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-50%);
    }
}


.jrs-linem1 {
    width: 10.4%;
}

.jrs-nav,
.jrs-linem2 {
    width: 79.1%;
    display: flex;
    transition: all 0.3s ease;
}

.jrs-nav a {
    color: #fff;
    display: inline-block;
    position: relative;
}

.jrs-linem3 {
    width: 25%;
}

.jrs-linem3s {
    width: 33%;
}

.jrs-line {
    height: 100svh;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    height: 100svh;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
}

.jrs-linem,
.jrs-line {
    display: flex;
}

.jrs-linem,
.jrs-linem3 {
    height: 100%;
}

.jrs-linem {
    position: relative;
}

.jrs-linem4 {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
}

.jrs-linem4 {
    top: 50%;
    transform: translateY(-50%);
}

.jrs-linem3 {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.jrs-linem1:last-child {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}


.slide-content {
    position: relative;
    width: 79.121%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    top: 40%;
    height: 100%;
    max-width: 1440px;
}

.slide-content-1 {
    top: calc(var(--hh) + 203px);
}

.slide-content-3 {
    top: 0;
    padding-top: calc(var(--hh));
    /*padding-bottom: 70px;*/
    display: flex;
    align-items: center;


}

.sc3-product-pc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
}

.sc3-product-pc > div {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(9.300000190734863px);
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.sc3-product-pc > div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 4;
}

.sc3-product-pc > div:nth-child(2) {
    grid-area: 1 / 4 / 2 / 5;
}

.sc3-product-pc > div:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
}

.sc3-product-pc > div:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
}

.sc3-product-pc > div:nth-child(5) {
    grid-area: 2 / 3 / 3 / 5;
}

.slide-content-1-bottom {
    position: relative;
    width: 79.121%;
    left: 50%;
    color: #FFF;
    bottom: 24px;
    transform: translate(-50%, -100%);
    max-width: 1440px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.slide-content-1-bottom-info {
    padding-top: 23px;
    padding-bottom: 21px;
    border-top: none;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    display: flex;
}

.slide-content-1-bottom-info > div {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.slide-content-1-bottom-info > div::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    width: 1px;
    height: 25px;
    background-color: #FFF;
    transform: translate(-50%, -50%);
    opacity: .5;
}

.slide-content-1-bottom-info > div:nth-last-child(1)::after {
    display: none;
}

.slide-content-1-bottom-info-item > div:nth-child(1) {
    font-family: DIN-Black;
    font-size: 40px;
}

.slide-content-1-bottom-info-item .suffix {
    margin-left: 7.5px;
    font-size: 30px !important;
    font-family: SourceHanSansCN-Regular !important;
}

.slide-content-1-bottom-info-item:nth-last-child(1) .suffix {
    font-size: 24px !important;
    font-family: SourceHanSansCN-Regular !important;
}

.slide-content-1-bottom-info-item > div:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 22px; /* 157.143% */
}


.slide-content-1-bottom-down {
    margin-top: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sc3-title {
    color: #212121;
    font-size: 28px;
    font-style: normal;
    font-family: SourceHanSansCN-Bold !important;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.56px;
    font-weight: bold;

    margin: 0 -73px;
    text-align: center;
}


.sc3-link {
    margin-top: 16px;
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 26px; /* 144.444% */
    letter-spacing: 1.8px;
    margin-left: -73px;
    margin-right: -73px;
}


.sc3-content {
    padding: 40px 73px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0 !important;
}

.sc3-product .sc3-content:nth-last-child(1), .sc3-product .sc3-content:nth-last-child(5) {
    padding: 40px 73px;
}

.sc3-image {
    display: flex;
    justify-content: center;
}


.slide-content-4 {
    top: calc(var(--hh) + 138px);
}


.sc4-subtitle {
    color: #FF6E00;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 128.571% */
    letter-spacing: 2.8px;
}


.sc4-title {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 113.333% */
    letter-spacing: 1.2px;
}

.sc4-list {
    margin-top: 8px;
    display: flex;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
    letter-spacing: 1.6px;
}

.sc4-list .line {
    display: inline-block;
    height: 13px;
    width: 1px;
    border-radius: 5px;
    background-color: #8C8C8C;
    margin: 0 20px;
    transform: translateY(50%);
}


.slide-content-4 {
    position: relative;
}

.sc4-b-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
}

.sc4-b-list-item {
    height: 220px;
    border-radius: 8px;
    background: rgba(226, 226, 226, .2);
    padding: 38px 40px;
    display: flex;
    flex-direction: column;
}

.sc4-b-list-item-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    letter-spacing: 0.4px;
}


.sc4-b-list-item-subtitle {
    color: #D9D9D9;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    font-family: SourceHanSansCN-Light;
    font-weight: 200;
}


.sc4-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.sc4-bottom-content {
    width: 100%;
    height: 128px;
    background-color: #fff;
    padding: 0 50px;
}

.sc4-bottom-down {
    display: flex;
    justify-content: center;
    color: #fff;
    margin-bottom: 24px;
}

.sc4bc-l-1 {
    color: #FF6E00;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
}

.sc4bc-l-2 {
    color: #FF6E00;
    font-size: 28px;
    font-family: "SourceHanSansCN-Bold";
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.56px;
}

.sc4bc-l-3 {
    color: #8C8C8C;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
}

.sc4bc-r {
    font-family: "SourceHanSansCN-Bold";
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
}

.sc4bc-r .ori {
    color: #FF6E00;
}

.sc4bc-r > div > div {
    text-align: right;
    margin-right: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sc4bc-r-line {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 130px;
    width: 2px;
    height: 50px;
    background-color: rgba(0,0,0,.3);
}


.slide-content-5 {
    top: calc(var(--hh) + 171px);
    display: flex;
    justify-content: space-between;
}

.sc5-r-list-item {
    border-bottom: 1px solid #8C8C8C;
    margin-bottom: 25px;
}
.sc5-r-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.sc5-r-list-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc5-r-list-item-title-left {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    font-family: SourceHanSansCN-Bold;
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.36px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.sc5-r  {
    max-width: 828.5px;
}

.sc5-r-list-item-title-right {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.24px;
}

.sc5-r-list-item-content {
    color: #FFF;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-family: SourceHanSansCN-Light;
    font-weight: 350;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
    opacity: 0.6;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.sc5-r-list-item-link {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-family: SourceHanSansCN-Light;
    font-weight: 350;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
}

.page-6 {
    padding: 0;
}


.backtop {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    opacity: .6;
}


.backtop-3 {
    right: 71px;
    bottom: 68.5px;
}

.backtop-4 {
    right: 71px;
    bottom: 220.5px;
}

.backtop-5 {
    right: 71px;
    bottom: 147.5px;
}

@media screen and (max-width: 1675px) {
    .slide-content, .slide-content-1-bottom {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }

    .slide-content-1-bottom {
        transform: translate(-50%, -100%);
    }


    .jrs-linem2 {
        width: 188%;
    }
}

@media screen and (max-width: 1445px) {
    .slide-content, .slide-content-1-bottom {
        width: 95%;
    }

    .slide-content-1-bottom {
        transform: translate(-50%, -100%);
    }


    .jrs-linem2 {
        width: 400%;
    }
}

@media screen and (max-width: 1549px) {
    /*.page-6 {*/
    /*    height: 771px !important;*/
    /*}*/
}

@media screen and (max-width: 1375px) {
    .sc4bc .sc4bc-r {
        padding-right: 0;
    }
    .sc4bc-r-line {
        margin: 0 20px;
    }
    .sc4bc .sc4bc-r > div > div:nth-child(1) {
        margin-right: 20px;
    }
    .sc4bc .sc4bc-r > div > div:nth-child(2) {
        margin-right: 20px !important;
    }
    .backtop {
        right: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .sc4-b-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .sc4-b-list-item {
        padding: 20px;
        height: auto;
        flex-direction: row;
    }
    .sc4-b-list-item-title {
        margin-top: 0 !important;
    }
    .sc4-b-list-item-desc {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1290px) {
    /*.slide-content-5 {*/
    /*    flex-direction: column;*/
    /*    justify-content: unset;*/
    /*    top: calc(var(-hh) + 70px)*/
    /*}*/
    /*.sc5-r {*/
    /*    margin-top: 70px;*/
    /*    width: 100%;*/
    /*    max-width: 100%;*/
    /*}*/

    .sc3-content {
        padding: 25px;
    }

    .sc3-product {
        .parent {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(2, 1fr);
        }
    }

    .sc3-product > div:nth-child(1) { grid-area: 1 / 1 / 2 / 5; }
    .sc3-product > div:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    .sc3-product > div:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
    .sc3-product > div:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
    .sc3-product > div:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }

    /*.sc3-product > div:not(:nth-child(1)) .sc3-title {*/
    /*    text-align: center !important;*/
    /*}*/

    .sc3-title {
        font-size: 20px;
        /*padding: 0 71px;*/
    }

    .sc3-link > a > div {
        font-size: 12px;
    }
}


@media screen and (max-width: 1000px) {
    .sc3-product {
        .parent {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            grid-template-rows: repeat(2, 1fr);
        }
    }

    .sc3-product > div:nth-child(1) { grid-area: 1 / 1 / 2 / 4; }
    .sc3-product > div:nth-child(2) { grid-area: 2 / 1 / 3 / 3; }
    .sc3-product > div:nth-child(3) { grid-area: 2 / 3 / 3 / 5; }
    .sc3-product > div:nth-child(4) { grid-area: 2 / 5 / 3 / 7; }
    .sc3-product > div:nth-child(5) { grid-area: 1 / 4 / 2 / 7; }

    .sc3-product > div {
        max-height: 250px;
    }

    .sc5-r-list-item-content {
        -webkit-line-clamp: 1;
    }
}

@media screen and (max-height: 1070px) {
    .sc3-content {
        padding: 25px;
    }
    .sc3-title {
        font-size: 20px;
    }
    .sc3-product > div {
        max-height: 330px;
    }
    .sc3-image {
        margin-top: 5px !important;
        max-height: 200px;
    }
    .sc3-image img {
        height: 100%;
    }
    .sc3-link > a > div {
        font-size: 14px;
    }

    .slide-content-4 {
        top: calc(var(-hh) + 18px + 20px);
    }
    .sc4-btn {
        margin-top: 20px !important;
    }
    .sc4-b-list {
        margin-top: 40px !important;
    }

    .slide-content-5 {
        top: calc(var(--hh) + 18px);
    }
}

@media screen and (max-width: 800px) {
    .swiper-slide, .jrs-line {
        padding: 0 10px;
    }
    .slide-content-1-bottom-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 10px;
    }

    .slide-content-1-bottom-info .slide-content-1-bottom-info-item:nth-child(2n)::after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
    }

    .slide-content-1 {
        top: calc(var(--hh) + 100px) !important;
    }

    .slide-content-1 > p {
        font-size: 18px;
    }

    .slide-content-1 > h3 span, .slide-content-5 h3 span {
        font-size: 35px;
        line-height: 35px;
    }

    .slide-content-1 a {
        margin-top: 40px;
    }

    .home-link-btn {
        font-size: 12px !important;
        padding: 10px 20px !important;
    }

    .page-6 {
        padding: 0;
        height: 389px !important;
    }
}


.sc3-product > div, .sc3-product > div * {
    transition: all .3s;
}

.sc3-product .sc3-content:hover {
    background: rgba(255, 255, 255, 1);
}

.sc3-product .sc3-content:hover img {
    transform: scale(1.1);
}

.sc3-product > div:nth-child(1):hover img {
    transform: scale(1.05);
}

.backtop{
    transition: all .3s;
}
.backtop:hover {
    opacity: 1;
}

.page-5 {
    position: relative;
}
.page-5::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100svh;
    background-color: rgba(0, 9, 34,.67);
}


.jrs-kc {
    position: fixed;
    width: 100%;
    height: 100svh;
    z-index: 222;
    left: 0;
    top: 0;
    display: flex;
}

.jrs-kc-50 {
    width: 50px;
}

.jrs-kcm {
    height: 100%;
    position: relative;
}

.jrs-kcmline {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
}

.jrs-kc-6 {
    width: calc((100% - 50px)/6);
}


.backtop {
    display: none !important;
}


.sc3-product-mobile .sc3-content {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(9.300000190734863px);
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}


@media screen and (max-width: 1279px) {
    .slide-content-1-bottom-info-item > div:nth-child(1) {
        font-size: 30px;
    }

    .slide-content-1-bottom-info-item .suffix {
        font-size: 20px !important;
    }

    .slide-content-1-bottom-info-item:nth-last-child(1) .suffix {
        font-size: 16px !important;
    }
    .slide-content-1-bottom-down {
        display: none;
    }
    .page-3 .sc3-product-pc {
        display: none;
    }
    .page-3 .sc3-product-mobile {
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }
    .sc3-product .sc3-title {
        color: #212121;
        font-family: "Microsoft YaHei UI";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22.5px; /* 160.714% */
        letter-spacing: 0.28px;
    }

    .sc3-product .sc3-content {
        padding: 15px !important;
    }

    .sc3-link > a > div {
        font-size: 12px;
    }

    .sc3-product > .sc3-content:nth-child(1) {
        height: 162px;
    }

    .sc3-product-mobile-bottom {
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .sc3-product > div {
        max-height: unset !important;
    }

    .sc3-image {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .sc3-link {
        margin-top: 5px;
    }
    .sc3-link > a:nth-child(1) {
        margin-right: 5px;
    }

    .sc3-link > a > div {
        margin-right: 0 !important;
    }

    .sc3-product-mobile-top .sc3-content .sc3-image {
        display: block;
        width: 100%;
    }
    .sc3-product-mobile-top .sc3-content .sc3-image img {
        height: 100%;
        margin: 0 auto;
    }

    .sc4-bottom {
        display: none;
    }

    .sc4-subtitle {
        color: #FF6E00;
        font-family: "Microsoft YaHei UI";
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 20.398px !important; /* 145.703% */
        letter-spacing: 1.4px !important;
    }
    .sc4-title {
        margin-top: 3px;
    }
    .sc4-title span, .sc4-title {
        color: #FFF;
        font-family: "Microsoft YaHei UI";
        font-size: 26px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 38.53px !important; /* 148.193% */
        letter-spacing: 2.6px !important;
    }

    .sc4-list {
        flex-wrap: wrap;
    }

    .sc4-list .line {
        margin: 0 5px;
    }



    .sc4-b-list-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sc4-b-list-item-desc {
        margin-left: 0;
        margin-top: 10px;
    }

    .sc4-b-list-item-title {
        color: #FFF;
        text-align: center;
        font-family: "Microsoft YaHei UI";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 26.25px; /* 187.5% */
        letter-spacing: 0.28px;
    }


    .sc4-b-list-item img {
        height: 33px !important;
    }

    .sc4-b-list-item-subtitle {
        color: #D9D9D9;
        text-align: center;
        font-family: "Microsoft YaHei UI";
        font-size: 12px;
        font-style: normal;
        font-weight: 290;
        line-height: 22.5px; /* 187.5% */
        letter-spacing: 0.24px;
    }

    .sc4-b-list {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .sc4-b-list {
        margin-top: 26px !important;
    }


    .sc4-b-list-item-subtitle-pc {
        display: none;
    }
    .sc4-b-list-item-subtitle-mobile {
        display: flex !important;
    }

    .sc4-b-list-item {
        padding: 16px !important;
    }
    .sc3-link svg {
        width: 5px;
    }

    @media screen and (max-height: 700px) {
        .slide-content-4 {
            top: calc(var(--hh) + 20px);
        }
    }
}


@media screen and (max-width: 1000px){
    .slide-content-5 {
        flex-direction: column;
        justify-content: unset;
        top: calc(var(-hh) + 70px)
    }
    .sc5-r {
        margin-top: 70px;
        width: 100%;
        max-width: 100%;
    }

    .p5-title {
        color: #FFF;
        font-family: "Microsoft YaHei UI";
        font-size: 26px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 38.53px !important;
        letter-spacing: 2.6px !important;
    }

    .p5-title-warp {
        display: flex;
        justify-content: space-between;
    }

    .p5-title-warp a {
        margin-top: 0;
    }

    .sc5-r {
        margin-top: 20px;
    }
}

.page-2-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
}

.page-2-dot-warp::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000026;
    opacity: .2;
}

.page-2-dot-warp {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
}


.page-2-dot {
    position: absolute;
    width: 18px;
    height: 18px;
}





@keyframes boderAnimation {
    0% {
        transform: scale(1);
        opacity: 0;
        -ms-transform: scale(1);
        opacity: 0;
    }

    20% {
        opacity: 1
    }

    75% {
        transform: scale(2);
        opacity: 0;
        -ms-transform: scale(2);
        opacity: 0;
    }

    100% {
        opacity: 0
    }
}

@keyframes bordershowAnimation {

    50% {
        box-shadow: 0px 0px 10px 0 #FF6E00;
    }

}
.anchor-wrapper a {
    position: relative;
    z-index: 1;
}
.anchor-wrapper a>span {
    position: relative;
    animation: bordershowAnimation 3s infinite;
    cursor: pointer;
}


.anchor-wrapper a>span::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin-top: -12.5px;
    margin-left: -12.5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    animation: boderAnimation 3s .85s infinite;
    cursor: pointer !important;
}

/*.anchor-wrapper a>span::after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    z-index: -1;*/
/*    margin-top: -12.5px;*/
/*    margin-left: -12.5px;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    border-radius: 50%;*/
/*    animation: boderAnimation 3s infinite;*/
/*    cursor: pointer !important;*/
/*}*/

.anchor-wrapper a div::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    border-radius: 30px;
    width: 0;
}

.anchor-wrapper a div::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 42px;
    height: 100%;
}

.anchor-wrapper a div {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 16px;
    line-height: 18px;
    pointer-events: none;
    color: white;
}

.anchor-wrapper li:hover a div {
    pointer-events: all;
}

.anchor-wrapper li:hover a div::before {
    width: 100%;
    transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
}

.anchor-wrapper li:hover a div span {
    opacity: 1 !important;
    transition: all .36s .4s;
}

.anchor-wrapper li:hover a div svg {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all .4s .45s;
}

.page-2-dot-flot {
    opacity: 0;
    background-color: rgba(255, 110, 0, .75);
    padding: 10px 28px;
    border-radius: 30px;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    transition: max-width .3s;
    margin-left: 40px;
    max-width: 0;
}

.page-2-dot-flot.left {
    transform: translate(calc(-100% - 65px), -50%);
}


.page-2-dot-flot span, .page-2-dot-flot svg {
    opacity: 0;
    transition: opacity .3s;
    transition-delay: 150ms;
}


.page-2-dot a:hover .page-2-dot-flot, .page-2-dot.active .page-2-dot-flot {
    pointer-events: all;
    max-width: 300px;
}

.page-2-dot a:hover .page-2-dot-flot span, .page-2-dot a:hover .page-2-dot-flot svg,
.page-2-dot.active .page-2-dot-flot span, .page-2-dot.active .page-2-dot-flot svg{
    opacity: 1;
}


.page-2-dot a .page-2-dot-flot {
    opacity: 0;
}
.page-2-dot a:hover .page-2-dot-flot,
.page-2-dot.active .page-2-dot-flot {
    opacity: 1;
}


/*.slide-content-1-bottom-down img, .sc4-bottom-down img {*/
/*    animation: floatDown 2s infinite ease-in-out;*/
/*}*/

/*@keyframes floatDown {*/
/*    0% {*/
/*        transform: translateY(0);*/
/*        opacity: 1;*/
/*    }*/
/*    50% {*/
/*        transform: translateY(10px);*/
/*        opacity: 0.7;*/
/*    }*/
/*    100% {*/
/*        transform: translateY(0);*/
/*        opacity: 1;*/
/*    }*/
/*}*/

.slide-content-1-bottom-down, .sc4-bottom-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 4px; !* 箭头之间的间距，可根据需要调整 *!*/
}

.slide-content-1-bottom-down svg, .sc4-bottom-down svg {
    opacity: 0;
    animation: arrowBlink 1.5s infinite;
}

.slide-content-1-bottom-down svg:nth-child(1), .sc4-bottom-down svg:nth-child(1) {
    animation-delay: 0s;
}

.slide-content-1-bottom-down svg:nth-child(2), .sc4-bottom-down svg:nth-child(2) {
    animation-delay: 0.3s;
}

.slide-content-1-bottom-down svg:nth-child(3), .sc4-bottom-down svg:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes arrowBlink {
    0% { opacity: 0; }
    50% { opacity: 1 }
    100% { opacity: 0 }
}


.animated {
    opacity: 0;
    transition: all 1.5s ease;
    transition-delay: .3s;
    transform: translate(-50%, 20%);
}

.fadeIn {
    opacity: 1;
    transform: translate(-50%, 0);
}


.sc3-product-pc .sc3-content .sc3-title {
    text-align: center;
    padding-left: 0;
}


.sc3-product-pc .sc3-content .sc3-link {
    justify-content: center;
    padding-left: 0;
}


.sc3-product-pc .sc3-content:nth-child(1) .sc3-title,
.sc3-product-pc .sc3-content:nth-last-child(1) .sc3-title{
    text-align: left;
    padding-left: 73px;
}


.sc3-product-pc .sc3-content:nth-child(1) .sc3-link,
.sc3-product-pc .sc3-content:nth-last-child(1) .sc3-link{
    justify-content: flex-start;
    padding-left: 73px;
}


.sc3-product-pc .sc3-content:nth-child(1) .sc3-image {
    /*margin-top: 63px;*/
    padding-right: 10px;
    justify-content: flex-end;
}

.sc3-product-pc .sc3-content:nth-last-child(1) .sc3-image {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.sc5-r-list-item-title-left-1 {
    position: relative;
    padding-right: 20px;
}

.sc5-r-list-item-title-left-1::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #fff;
    border-radius: 5px;
}



@media screen and (max-width: 1900px) {
    .ft-left {
        margin-right: 0 !important;
    }
    .ft-t {
        justify-content: space-between !important;
    }
}

@media screen and (max-height: 860px) {
    .slide-content-1 {
        top: calc(var(--hh) + 10svh);
    }
    .slide-content-4 {
        top: calc(var(--hh) + 5svh)
    }
}

@media screen and (max-width: 1550px) {
    .page-6 {
        height: 530px !important;
    }
}

@media screen and (max-width: 1000px) {
    .slide-content-1-bottom-down, .sc4-bottom-down {
        display: none !important    ;
    }
    .page-6 {
        padding: 0;
        height: 360px !important;
    }
}


@media screen and (max-height: 800px) {
    .sc3-product-pc > div {
        max-height: 220px;
    }


    .sc3-product-pc .sc3-image {
        height: 130px;
        width: 130px;
        margin: 0 auto;
    }

    .sc3-product-pc .sc3-content:nth-last-child(1), .sc3-product .sc3-content:nth-last-child(5) {
        padding: 20px 40px;

    }

    .sc3-product-pc .sc3-content:nth-last-child(1)  .sc3-image, .sc3-product .sc3-content:nth-last-child(5) .sc3-image{
        width: auto;
    }

    .sc3-product-pc .sc3-content:nth-last-child(1)  .sc3-image img, .sc3-product .sc3-content:nth-last-child(5) .sc3-image img{
        height: 100%;
        width: auto;
    }

    .sc3-product-pc .sc3-content:nth-last-child(1) .sc3-image {
        margin: unset !important;
    }

}

/*.slide-content-4*/
@media screen and (max-width: 1600px) {
    /*.sc1-subtitle {*/
    /*    font-size: 12px !important;*/
    /*}*/
    /*.sc1-title {*/
    /*    font-size: 30px !important;*/
    /*}*/
}

.sc3-product-mobile-bottom .sc3-content > div {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1290px) {
    .sc4-bottom-content {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .slide-content-5 {
        justify-content: center;
    }

    .slide-content-4 {
        top: calc(var(--hh));
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    /*.slide-content-4 .btn-hover {*/
    /*    width: 170px;*/
    /*}*/
}


@media screen and (min-width: 1000px) {
    @media screen and (min-height: 800px) {
        .slide-content-5 {
            top: calc(var(--hh) + 18px + 10svh) !important;
        }
    }
}


.sc5-r-list-item-title-left > a {
    transition: all .3s;
}

.sc5-r-list-item-title-left a:hover {
    color: #FF6E00;
}

@media screen and (max-height: 765px){
    .sc4-bottom-content {
        display: none !important;
    }
}
