#ven {
    transition: all 0.5s ease;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.ventricle {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1) !important;
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 15px 0;
    position: relative;
}

.ven1-loim img {
    width: 122px;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 2.72vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 5.44vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la span {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.28);
    text-transform: uppercase;

    --size: 1px;
    --color: #222;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #222;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #222;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 14px;
}

.vensesv i {
    font-size: 17px;
    color: #222;
    font-weight: 500;
    transition: all 0.5s ease;
}

.vensesv:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*  */
.ven2-line {
    width: 1px;
    height: 14px;
    margin: 0 25px;
    background: rgba(0, 0, 0, 0.20);
    display: none;
}

.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.ven2-langbt i {
    color: #222;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.5s ease;
    margin-right: 6px;
}

.ven2-langbt:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

@media (max-width: 1536px) {
    #ven::after {
        width: 244px;
    }

    /*  */
    .vensesv i,
    .ven2-langbt i {
        font-size: 18px;
    }

    .ven2-line {
        margin: 0 20px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .goog-te-gadget-icon {
        height: 28px !important;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-lang {
        margin-right: 0;
    }

    .ven2-line {
        margin: 0 12px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .ven2-langbt i {
        font-size: 16px;
    }

    .ven1-loim img {
        width: 100px;
    }

    .vensesv span {
        display: none;
    }

    .ven2-langbt span {
        margin-right: 4px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 300%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #222;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lera:hover span {
    color: #222;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Archivo';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-ler {
        top: 56px;
    }

    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #444;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #329939;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerathra:hover span {
    color: #329939;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 300%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #012F6B;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #222;
    font-family: 'Manrope';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 238%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 250%;
        right: -77px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #012F6B;
    transition: all .5s;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #262861;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #262861;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #012F6B;
    transition: all .5s;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 56px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #000;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #000;
}

.xiantiao>a {
    color: #000;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #222;
}

@media (max-width: 1199.9px) {
    .venPhoSec .ven-sehinp {
        position: relative;
        top: 0;
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
        margin-top: 40px !important;
    }

    .venPhoSec .ven-sehfo {
        width: 100%;
    }
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 49px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }

    /*  */
    .venPhoSec .ven-sehinp {
        right: 0;
        margin-top: 20px !important;
    }
}

/* yuyan */
/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 300%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

/* gg */
[data-sub-width="header458"] {
    max-width: 1104px;
}

[data-sub-width="header300"] {
    max-width: 1320px;
}

[data-sub-width="header255"] {
    max-width: 1410px;
}

[data-sub-pad="header70"] {
    padding-top: 70px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header70"] {
        padding-top: 56px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header70"] {
        padding-top: 48px;
    }
}

.sub {
    position: relative;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-te {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.sub-smh {
    margin-bottom: 9px;
}

.sub-smh h3 {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    text-transform: capitalize;
}

.sub-h {
    padding-left: 10px;
}

.sub-h h2 {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-con1h);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .sub-h {
        padding-left: 0;
    }

    .sub-h h2 {
        line-height: 1;
    }
}

.subnav-box {
    border-bottom: 1px solid #DEDEDE;
    background: #FFEEF2;
    padding: 15px 0;
}

.breadcrumb-item>a {
    display: flex;
    align-items: center;
}

.breadcrumb-item>a svg {
    margin-right: 10px;
}

.breadcrumb-item>a span {
    color: #666;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.14);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.breadcrumb-item.active>a span {
    color: #E35A7C;
}

.breadcrumb-item>a:hover span {
    color: #E35A7C;
}

@media (max-width: 499px) {
    .subnav-box {
        padding: 6px 0;
    }
}

/* sub,特别类 */
.sub-about .sub-te {
    bottom: 118px;
}

.sub-contact .sub-te {
    bottom: 113px;
}

@media (max-width: 1536px) {

    .sub-contact .sub-im img,
    .sub-about .sub-im img {
        height: 500px;
    }

    .sub-news .sub-im img {
        height: 250px;
    }

    .sub-pro .sub-im img {
        height: 370px;
    }

    .sub-about .sub-te {
        bottom: 88px;
    }

    .sub-contact .sub-smh h3 {
        max-width: 462px;
    }
}

@media (max-width: 1199.9px) {
    .sub-contact .sub-te {
        bottom: 437px;
    }

    .sub-contact .sub-smh h3 {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .sub-contact .sub-im img,
    .sub-about .sub-im img {
        height: 400px;
    }

    .sub-pro .sub-im img {
        height: 270px;
    }

    .sub-contact .sub-te {
        bottom: 460px;
    }
}

@media (max-width: 499px) {

    .sub-contact .sub-im img,
    .sub-about .sub-im img {
        height: 280px;
    }

    .sub-contact .sub-te {
        bottom: 434px;
    }

    .sub-about .sub-te {
        bottom: 60px;
    }

    .sub-pro .sub-im img {
        height: 200px;
    }

    .sub-news .sub-im img {
        height: 150px;
    }
}

/* footer,sub */
.sub-text {
    background: #F9C5D2;
    padding: 32px 0;
}

.sub-textp p {
    color: #333;
    text-align: center;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-text {
        padding: 16px 0;
    }
}

@media (max-width: 499px) {
    .sub-text {
        padding: 8px 0;
    }

    .sub-textp p {
        font-size: 16px;
    }
}

/* 分页 */
.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel>a {
    display: block;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    margin: 0 7px;
    color: #666;
    font-family: Arial;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.sub-pagel>a:hover {
    color: #FFF;
    background: #222;
}

.sub-pagel.on>a {
    color: #FFF;
    background: #222;
}

.sub-pagel>a i {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.sub-pagel>a:hover i {
    color: #fff;
}

@media (max-width: 992px) {
    .sub-pagel>a {
        --w: 30px;
        margin: 0 5px;
    }
}

/* sub大喇叭 */
.sub-speaker {
    background: #222;
    padding: 12px 0;
}

.sub-speakerbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-speakerbox i {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    margin-right: 26px;
}

.sub-speakerbox p {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

/* sub pro text */
.sub-protext {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
}

.sub-protext p {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-con1h);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

/* about */
.about {
    background: #FFEEF2;
}

.ab1-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 0 140px;
}

.ab1-1 {
    width: 51.08%;
    flex: 0 0 auto;
    padding-top: 17px;
}

.ab1-1smh {
    margin-bottom: 10px;
}

.ab1-1smh h2 {
    color: #878787;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
}

.ab1-1h {
    margin-bottom: 40px;
}

.ab1-1h p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ab2end1-h) * 1.2);
    letter-spacing: -1px;
    text-transform: capitalize;
}

.ab1-1te>p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ab1-1te>p span {
    color: #666;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: capitalize;
}

.ab1-1te ul {
    display: flex;
    flex-wrap: wrap;
}

.ab1-1te ul li {
    width: 50%;
    margin-bottom: 17px;
    max-width: 280px;
}

.ab1-1te ul li p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: capitalize;
    position: relative;
    padding-left: 24px;
}

.ab1-1te ul li p::before {
    position: absolute;
    content: "";
    background: url(../img/ab1imgdian.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 8px;
    --w: 14px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
}

.ab1-2 {
    width: calc(100% - 51.08% - 120px);
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ab1-2lf {
    width: 37%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ab1-2lf1 .img-box {
    padding-bottom: 154%;
    border-radius: 10px;
}

.ab1-2lfnum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.ab1-2lfnum p,
.ab1-2lfnum span {
    color: #E35A7C;
    text-align: center;
    font-family: 'Manrope';
    font-size: var(--zj-so3lnum);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so3lnum) * 1.22);
    text-transform: capitalize;
}

.ab1-2lfp {
    margin-bottom: 35px;
}

.ab1-2lfp p {
    color: #000;
    text-align: center;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    text-transform: capitalize;
}

.ab1-2rg {
    width: calc(63% - 30px);
    flex: 0 0 auto;
}

.ab1-2rg .img-box {
    padding-bottom: 172%;
    border-radius: 10px;
}

.ab2 {
    overflow: hidden;
    background-attachment: fixed;
}

.ab2p {
    padding: 334px 0 74px;
}

.ab2p p {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.ab3-box {
    display: flex;
    justify-content: flex-end;
    padding: 130px 0;
}

.ab3te {
    width: 58%;
    flex: 0 0 auto;
}

.ab3l {
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 34px;
}

.ab3l:last-child {
    margin-bottom: 0;
}

.ab3l::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #CBCBCB;
}

.ab3l-box {
    display: flex;
}

.ab3li {
    margin-right: 24px;
}

.ab3li i {
    font-size: 34px;
    color: #323333;
}

.ab3lh {
    padding-top: 10px;
    margin-bottom: 16px;
}

.ab3lh p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
}

.ab3lp p {
    color: #666;
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    letter-spacing: -0.32px;
    margin-bottom: 12px;
}

.ab3lp ul li {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: capitalize;
    position: relative;
    padding-left: 24px;
}

.ab3lp ul li::before {
    position: absolute;
    content: "";
    background: url(../img/ab1imgdian.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 8px;
    --w: 14px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 40px 0 80px;
    }

    .ab1-2 {
        width: calc(100% - 51.08% - 66px);
    }

    .ab2p {
        padding: 284px 0 34px;
    }

    .ab3-box {
        padding: 60px 0;
    }

    .ab3l {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
}

@media (max-width: 992px) {
    .ab1-box {
        flex-direction: column;
    }

    .ab1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-2 {
        width: 100%;
    }

    .ab3te {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 30px 0 10px;
    }

    .ab1-1 {
        padding-top: 0;
    }

    .ab1-1h {
        margin-bottom: 20px;
    }

    .ab1-1te>p {
        margin-bottom: 15px;
    }

    .ab1-1te ul li p::before {
        top: 7px;
    }

    .ab1-2lf {
        width: 42%;
    }

    .ab1-2lfp p {
        font-size: 14px;
        line-height: 1.4;
    }

    .ab1-2lfnum p,
    .ab1-2lfnum span {
        font-size: 40px;
    }

    .ab2p {
        padding: 124px 0 24px;
    }

    .ab3-box {
        padding: 40px 0;
    }

    .ab3li i {
        font-size: 30px;
    }

    .ab3li {
        margin-right: 12px;
    }

    .ab3lh {
        margin-bottom: 8px;
    }

    .ab3l {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .ab3lp ul li::before {
        top: 7px;
    }
}

/* footer */
#footer {
    background: #000;
}


.ft1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 54px 0 154px;
}

.ft1-1 {
    width: 33%;
    flex: 0 0 auto;
}

.ft1-1h {
    margin-bottom: 54px;
}

.ft1-1h p {
    color: #FFC3DC;
    font-family: 'Manrope';
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*  */
.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3px 4px 3px 14px;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    margin-bottom: 7px;
}

.ft1-sehfo input {
    color: rgba(38, 38, 38, 0.40);
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: rgba(38, 38, 38, 0.40);
}

.ft1-sehfo input::-moz-placeholder {
    color: rgba(38, 38, 38, 0.40);
}

.ft1-sehfo input::-ms-input-placeholder {
    color: rgba(38, 38, 38, 0.40);
}

.ft1-sehfo button {
    border-radius: 6px;
    background: #222;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    position: relative;
    overflow: hidden;

    color: #FFF;
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.ft1-sehfo button::after,
.ft1-sehfo button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft1-sehfo button::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.ft1-sehfo button:hover::before,
.ft1-sehfo button:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft1-1frp {
    margin-bottom: 76px;
}

.ft1-1frp>div {
    color: #FFF;
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.ft1-1frp>div a {
    display: block;
    margin-left: 4px;
}

.ft1-1frp>div a span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 6%;
    text-underline-offset: 17%;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.ft-share {
    display: flex;
    align-items: center;
}

.ft-share>a {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
    margin-right: 20px;
    transition: all 0.5s ease;
}

.ft-share>a:hover {
    transform: translateY(-4px);
}

.ft-share>a:last-child {
    margin-right: 0;
}

.ft-share>a i {
    font-size: 16px;
    color: #000000;
}

.ft1-2 {
    width: calc(67% - 106px);
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 10px;
}

.ft1-2h {
    margin-bottom: 30px;
}

.ft1-2h p {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.08);
    text-transform: uppercase;
}

.ft1-2lfl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ft1-2lfl:last-child {
    margin-bottom: 0;
}

.ft1-2lfl1 {
    margin-right: 10px;
}

.ft1-2lfl1 i {
    color: rgba(169, 169, 169, 1);
    font-size: 25px;
}

.ft1-2lflh {
    margin-bottom: 6px;
}

.ft1-2lflh p {
    padding-top: 6px;
    color: rgba(169, 169, 169, 1);
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: capitalize;
}

.ft1-2lfla {
    display: block;
}

.ft1-2lfla span {
    color: rgba(169, 169, 169, 1);
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    text-transform: capitalize;
}

.ft1-2lfl:nth-child(1) .ft1-2lfla span {
    display: block;
    max-width: 204px;
}

a.ft1-2lfla span {
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft1-2lfla:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-2rgl {
    margin-bottom: 18px;
}

.ft1-2rgla {
    display: block;
}

.ft1-2rgla span {
    color: rgba(169, 169, 169, 1);
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-2rgla:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 15px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.ft2-1 {
    display: flex;
    align-items: center;
}

.ft2-1copy {
    margin-right: 64px;
}

.ft2-1copy span {
    color: rgba(234, 234, 234, 0.60);
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.ft2-1pow {
    margin-right: 10px;
}

.ft2-1pow span {
    color: rgba(234, 234, 234, 0.60);
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-1pow:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-2 {
    display: flex;
    align-items: center;

}

.ft2-2>span {
    width: 1px;
    height: 14px;
    background: #999;
    margin: 0 16px 0;
}

.ft2-2a {
    display: block;
}

.ft2-2a span {
    color: #999;
    font-family: Arial;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.75);
    text-transform: uppercase;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-2a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 34px 0 84px;
    }

    .ft1-1h {
        margin-bottom: 34px;
    }

    .ft1-1frp {
        margin-bottom: 56px;
    }

    .ft1-sehfo button {
        padding: 8px;
    }

    .ft-share>a {
        margin-right: 10px;
    }

    .ft1-2 {
        width: calc(67% - 78px);
    }

    .ft1-2lfl1 i {
        font-size: 21px;
    }

    .ft1-2lflh p {
        padding-top: 4px;
    }

    .ft2-1copy {
        margin-right: 22px;
    }

    .ft2-2>span {
        margin: 0 8px 0;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 49.5px;
    }

    .ft1 {
        flex-direction: column;
        padding: 34px 0 44px;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft1-2 {
        width: 100%;
        flex-wrap: wrap;
    }

    .ft1-2rg,
    .ft1-2lf {
        margin-bottom: 14px;
    }
}

@media (max-width: 992px) {
    .ft2 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft2-1 {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 24px 0 0;
    }

    .ft1-1 {
        margin-bottom: 20px;
    }

    .ft1-1h {
        margin-bottom: 24px;
    }

    .ft1-1frp {
        margin-bottom: 36px;
    }

    .ft1-2h {
        margin-bottom: 14px;
    }

    .ft1-2lfl1 i {
        font-size: 18px;
    }

    .ft1-2lflh p {
        padding-top: 1px;
    }

    .ft1-2lfl {
        margin-bottom: 10px;
    }

    .ft1-2lflh {
        margin-bottom: 2px;
    }

    .ft1-2rgl {
        margin-bottom: 8px;
    }

    .ft2 {
        padding: 12px 0 14px;
    }
}

.confly-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -82px;
}

.confly-bg {
    background: #F9C5D2;
    box-shadow: 0 4px 21.4px 0 rgba(0, 0, 0, 0.05);
    padding: 46px 120px 54px 54px;
}

.conflyh {
    margin-bottom: 26px;
}

.conflyh h2 {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.conflyl {
    display: flex;
    align-items: flex-start;
}

.conflyl-i i {
    font-size: 18px;
    margin-right: 12px;
    color: #333333;
}

.conflyl-h p {
    color: #333;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-ven2-la) * 1.75);
}

.conflyl-p p {
    color: #333;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
}

/*  */
.count {
    background: #FFEEF2;
    padding: 130px 0;
}

.con-h p {
    color: #F9C5D2;
    text-align: center;
    font-family: 'Marcellus';
    font-size: var(--zj-ab2lnum);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}

.con2-fou {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.con2-fol {
    margin-bottom: 28px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.con2-fol input,
.con2-fol textarea {
    color: #999;
    font-family: Arial;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    background: #FCFBF9;
    border: 1px solid #b4002a00;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);

    transition: all 0.5s ease;
    padding: 14px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #E35A7C;
}

.con2-fol input::-webkit-input-placeholder {
    color: #999;
}

.con2-fol input::-moz-placeholder {
    color: #999;
}

.con2-fol input::-ms-input-placeholder {
    color: #999;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #999;
}

.con2-fol textarea::-moz-placeholder {
    color: #999;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #999;
}

.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con2-fobt button {
    border-radius: 117px;
    background: #222;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 30px;
    position: relative;
    overflow: hidden;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-43%, -190%) rotate(-30deg);
    transform: translate(-43%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.con2-fobt button:hover::before,
.con2-fobt button:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
}

.con2-fobt button i {
    margin-left: 112px;
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
}

@media (max-width: 1536px) {
    .confly-box {
        bottom: -46px;
    }

    .confly-bg {
        padding: 26px 100px 34px 34px;
    }

    .count {
        padding: 80px 0;
    }

    .con2-fou {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .con2-fol {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .con2-fobt button {
        padding: 10px 22px;
    }

    .con2-fobt button i {
        margin-left: 62px;
        font-size: 22px;
    }
}

@media (max-width: 1199.9px) {
    .confly {
        background: #FFEEF2;
    }

    .confly-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        left: 0;
        transform: translateX(0);
        bottom: 0;
    }

    .confly-bg {
        width: 100%;
    }

    /*  */
    .count {
        padding: 30px 0 70px;
    }
}


@media (max-width: 768px) {
    .confly-bg {
        padding: 26px 24px 24px 24px;
    }

    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .confly-bg {
        padding: 14px 12px 20px 12px;
    }

    .conflyh {
        margin-bottom: 13px;
    }

    .count {
        padding: 30px 0 40px;
    }

    .con2-fol {
        margin-bottom: 10px;
    }

    .con2-fobt button {
        padding: 4px 14px;
    }

    .con2-fobt button i {
        margin-left: 32px;
    }
}

/* news */
.news {
    padding: 60px 0 130px;
    background: #FFEEF2;
}

.ne-h {
    margin-bottom: 90px;
}

.ne-h h2 {
    text-align: center;
    color: #333;
    font-family: 'Manrope';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.ne-sw {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.ne-sw::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #BFBFBF;
}

#ne-sw {
    overflow: hidden;
}

.ne-swbox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.ne-swimg {
    position: relative;
    width: 42.6%;
    flex: 0 0 auto;
    display: block;
}

.ne-swimg .img-box {
    padding-bottom: 68%;
    border-radius: 20px;
    overflow: hidden;
}

.ne-swimg .img-box img {
    transition: all 0.5s ease;
}

.ne-swbox:hover .ne-swimg .img-box img {
    transform: scale(1.08);
}

.ne-swfly {
    position: absolute;
    left: 29px;
    top: 25px;
    z-index: 12;
    border-radius: 100px;
    background: rgba(34, 34, 34, 0.68);
    backdrop-filter: blur(2px);
    padding: 6px 20px;
}

.ne-swfly p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.125);
    text-transform: capitalize;
}

.ne-swte {
    width: calc(100% - 42.6%);
    border-radius: 0 20px 20px 0;
    background: #F4F3F5;
    padding: 40px 100px 40px 50px;
}

.ne-swnum {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ne-swnum i {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    margin-right: 10px;
}

.ne-swnum p {
    color: #666;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.28);
    letter-spacing: -0.28px;
}

.ne-swh {
    margin-bottom: 18px;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-swh span {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-2uh) * 1.3);
    --size: 1px;
    --color: #222;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-swbox:hover .ne-swh span {
    color: #222;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-swp p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    letter-spacing: -0.32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-swchan {
    position: absolute;
    display: flex;
    align-items: center;
    left: 46%;
    bottom: 32%;
}

.ne-swchan>div {
    opacity: 1 !important;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    --w: 34px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(102, 102, 102, 1);
    margin-right: 10px !important;
    transition: all 0.5s ease;
    pointer-events: auto !important;
    cursor: pointer !important;
}

.ne-swchan>div:hover {
    background: rgba(34, 34, 34, 1);
    border: 1px solid rgba(34, 34, 34, 1);
}

.ne-swchan>div::after {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.ne-swchan>div:hover:after {
    color: #FFF;
}

/*  */
.ne-u {
    margin-bottom: 30px;
}

.ne-l {
    margin-bottom: 30px;
}

.ne-lbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne-limg {
    display: block;
    width: 32%;
    flex: 0 0 auto;
}

.ne-limg .img-box {
    padding-bottom: 68%;
    border-radius: 20px;
    overflow: hidden;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    width: calc(68% - 30px);
    flex: 0 0 auto;
}

.ne-lnum {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.ne-lnum i {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    margin-right: 10px;
}

.ne-lnum p {
    color: #666;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.28);
    letter-spacing: -0.28px;
}

.ne-lh {
    margin-bottom: 14px;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lh span {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-2uh) * 1.3);
    --size: 1px;
    --color: #222;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-lbox:hover .ne-lh span {
    color: #222;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lp p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    letter-spacing: -0.32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .news {
        padding: 40px 0 80px;
    }

    .ne-h {
        margin-bottom: 45px;
    }

    .ne-sw {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .ne-swte {
        padding: 20px 40px 20px
    }

    .ne-swnum {
        margin-bottom: 20px;
    }

    .ne-swh {
        margin-bottom: 10px;
    }

    /*  */
    .ne-lnum {
        margin-bottom: 14px;
    }
}

@media (max-width: 992px) {
    .ne-swchan {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .ne-swchan>div {
        margin: 0 4px !important;
    }

    .ne-sw {
        padding-bottom: 80px;
    }

    .ne-swbox {
        flex-direction: column;
    }

    .ne-swimg {
        width: 100%;
    }

    .ne-swte {
        width: 100%;
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 642px) {
    .ne-lbox {
        flex-direction: column;
    }

    .ne-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-lte {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .news {
        padding: 30px 0 40px;
    }

    .ne-h {
        margin-bottom: 25px;
    }

    .ne-sw {
        padding-bottom: 60px;
    }

    .ne-swte {
        padding: 14px 12px 20px;
    }

    .ne-swnum {
        margin-bottom: 10px;
    }

    .ne-swchan {
        bottom: 10px;
    }

    .ne-limg {
        margin-bottom: 10px;
    }

    .ne-lnum {
        margin-bottom: 8px;
    }

    .ne-lh {
        margin-bottom: 8px;
    }
}

/* product */
.product {
    padding: 80px 0 130px;
    background: #FFEEF2;
}

.pro-top {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
}

.pro-topa {
    display: flex;
    align-items: center;
}

.pro-topa span {
    color: #333;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.3s ease;
    /* margin-bottom: 4px;
    margin-right: 4px; */
    margin: 0 20px;
    --size: 1.5px;
    --color: #333;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro-topa:hover span {
    color: #333;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro-topa.on span {
    color: #333;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro-u {
    margin-right: calc(-.5 * 0.4rem);
    margin-left: calc(-.5 * 0.4rem);
    margin-bottom: 20px;
}

.pro-l {
    padding-right: calc(0.4rem * .5);
    padding-left: calc(0.4rem * .5);
    margin-bottom: 40px;
}

.pro-la {
    display: block;
}

.pro-limg {
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 96%;
    margin-bottom: 18px;
}

.pro-limg img {
    transition: all 0.5s ease;
}

.pro-la:hover .pro-limg img {
    transform: scale(1.08);
}

.pro1-l2h {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 356px;
}

.pro1-l2h span {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    --size: 1.5px;
    --color: #222;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro-la:hover .pro1-l2h span {
    color: #222;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .product {
        padding: 40px 0 60px;
    }
}

@media (max-width: 1199.9px) {
    .pro-top {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .pro-topa span {
        margin: 0;
        margin-right: 14px;
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .pro-l {
        width: 33.333%;
    }
}

@media (max-width: 642px) {
    .pro-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro-top {
        margin-bottom: 20px;
    }

    .pro-limg {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .pro-l {
        margin-bottom: 20px;
    }

    .sub-protext {
        bottom: 100px;
    }

    .sub-speakerbox p {
        font-size: 12px;
    }

    .sub-speakerbox i {
        font-size: 18px;
        margin-right: 16px;
    }
}

/* prode */
.prode {
    background: #FFEEF2;
    padding: 100px 0 130px;
}

.prode-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    position: relative;
}

.prode-top:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.30);
}

.prode1-2 {
    width: calc(100% - 46.32% - 70px);
    flex: 0 0 auto;
    padding-top: 20px;
}

.prode1-2h p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-pro2-1h) * 1.5);
}

.prode1-2smh p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.prode1-2line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.30);
    margin: 26px 0;
}

.prode1-2te {
    margin-bottom: 60px;
}

.prode1-2p p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-ft1-1h) * 1.75);
    margin-bottom: 8px;
}

.prode1-2p ul li {
    position: relative;
    padding-left: 20px;
}

.prode1-2p ul li::after {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #222;
    left: 8px;
    top: 13px;
}

.prode1-2p ul li p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 2);
    text-transform: capitalize;
}

.prode1-2btsh {
    display: flex;
    align-items: center;
}

.prode2-a {
    display: block;
    border-radius: 6px;
    background: #222;
    padding: 10px 40px;
    margin-right: 33px;
    overflow: hidden;
    position: relative;
}

.prode2-a::after,
.prode2-a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-43%, -190%) rotate(-30deg);
    transform: translate(-43%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.prode2-a::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.prode2-a:hover::before,
.prode2-a:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.prode2-a span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
}

.prode1-2share {
    display: flex;
    align-items: center;
}

.prode1-2share p {
    color: #222;
    font-family: Arial;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    margin-right: 14px;
}

/* prode3 */
.prode3 {
    padding-top: 60px;
}

.prode3h {
    margin-bottom: 40px;
}

.prode3h p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
}

/* prode5 */
.prode5 {
    padding-top: 60px;
}

.prode5p {
    margin-bottom: 48px;
}

.prode5p p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-prode1_2h) * 1.33);
}

.prode5h {
    margin-bottom: 24px;
    border-radius: 6px;
    background: #FFF;
    padding: 12px;
}

.prode5h p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
}

.prode5h span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    margin-left: 10px;
}

/* prode5for */
.prode5for .con2-fol span {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    margin-bottom: 8px;
    display: block;
}

.prode5for .con2-fou {
    margin-right: calc(-.5 * 1.4rem);
    margin-left: calc(-.5 * 1.4rem);
}

.prode5for .con2-fol {
    margin-bottom: 24px;
    padding-right: calc(1.4rem * .5);
    padding-left: calc(1.4rem * .5);
}

.prode5for .con2-fol input,
.prode5for .con2-fol textarea {
    border-radius: 6px;
    background: #FFF;
    box-shadow: none;
}

.prode5for .con2-fobt {
    justify-content: flex-start;
}

.prode5for .con2-fobt button {
    border-radius: 0;
    padding: 16px 69px;
}

.prode5for .con2-fobt button span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

/*  */
.prode6 {
    padding-top: 154px;
}

.prode6h {
    margin-bottom: 40px;
}

.prode6h p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .prode {
        padding: 60px 0 80px;
    }

    .prode-top {
        padding-bottom: 30px;
    }

    .prode1-2 {
        width: calc(100% - 46.32% - 32px);
        padding-top: 10px;
    }

    .prode1-2line {
        margin: 14px 0;
    }

    .prode1-2p ul li::after {
        top: 9px;
    }

    .prode1-2p ul li p {
        line-height: calc(var(--zj-ven2cona) * 1.6);
    }

    .prode3 {
        padding-top: 30px;
    }

    .prode3h {
        margin-bottom: 20px;
    }

    .prode5 {
        padding-top: 30px;
    }

    .prode5p {
        margin-bottom: 24px;
    }

    .prode6 {
        padding-top: 77px;
    }

    .prode6h {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .prode1-2btsh {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode2-a {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .prode {
        padding: 30px 0 40px;
    }

    .slider-for {
        margin-bottom: 10px;
    }

    .slider-for .item {
        margin: 0 2.5px;
    }

    .slider-nav .item {
        margin: 0 2.5px;
    }

    .prode1-2 {
        padding-top: 0;
    }

    .prode1-2te {
        margin-bottom: 30px;
    }

    .prode3h {
        margin-bottom: 10px;
    }

    .prode5p {
        margin-bottom: 12px;
    }

    .prode5h {
        margin-bottom: 20px;
        padding: 6px 12px;
    }

    .prode5for .con2-fol input,
    .prode5for .con2-fol textarea {
        padding: 10px 12px;
    }

    .prode5for .con2-fol {
        margin-bottom: 20px;
    }

    .prode5for .con2-fobt button {
        padding: 12px 36px;
    }

    .prode6 {
        padding-top: 33px;
    }
}

/* -------------------------------------------- */
/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 43.4%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 43.4%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\ea82';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {}

@media (max-width: 1199.2px) {}

@media (max-width: 991px) {
    .banner .item a {
        padding-bottom: 55%;
    }

    .banner-video-box {
        padding-bottom: 55%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 46%;
    }

    .banner-video-box {
        padding-bottom: 46%;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    /* margin: 0 18px; */
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    border-radius: 50px;
    overflow: hidden;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 60px !important;
    width: var(--w);
    height: 6px;
    /* border-radius: 50px; */
    /* border: 1px solid #D9D9D9; */
    background: rgba(249, 249, 248, 1);
    display: block;
    margin: 0;
    position: relative;
    border-radius: 0;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 8px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: rgba(34, 34, 34, 1);
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

/* banner-end */

/* ind-pro */
.ind-pro {
    background: #FFEEF2;
    padding: 130px 0;
}

.so1h {
    margin-bottom: 37px;
}

.so1h h2 {
    color: #000;
    text-align: center;
    font-family: 'Manrope';
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

/*  */
.so1-u1box {
    margin-bottom: 37px;
}

.so1-u1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-l1 {
    margin: 0 40px;
}

.so1-l1a {
    cursor: pointer;
}

.so1-l1a p {
    color: rgba(34, 34, 34, 0.40);
    font-family: 'Manrope';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.so1-l1a:hover p {
    color: #222;
}

.so1-l1.on .so1-l1a p {
    color: #222;
}

/*  */
.so1-u2box {
    margin-bottom: 46px;
}

.so1-u2 {
    display: none;
}

.so1-u2.on {
    display: flex;
}

.so1-l2a {
    display: block;
}

.so1-l2img {
    border-radius: 20px;
    border: 1.258px solid rgba(0, 0, 0, 0.60);
    background: rgba(230, 230, 230, 0.00);
    overflow: hidden;
    margin-bottom: 14px;
}

.so1-l2img img {
    transition: all 0.5s ease;
}

.so1-l2a:hover .so1-l2img img {
    transform: scale(1.08);
}

.so1-l2h {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    padding-bottom: 2px;
}

.so1-l2h span {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    --size: 1px;
    --color: #222;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so1-l2a:hover .so1-l2h span {
    color: #222;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so1-l2p {
    padding: 0 12%;
}

.so1-l2p p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-l2p span {
    color: #666;
    text-align: center;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.67699);
    --size: 1px;
    --color: #666;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    word-break: break-all;
}

.so1-l2a:hover .so1-l2p span {
    color: #666;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.so1-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #222;
    padding: 7px 33px;
}

.so1-a p {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.625);
    text-transform: capitalize;
    margin-right: 6px;
}

.so1-a i {
    font-size: 20px;
    color: #FFF;
    transition: all 0.5s ease;
}

.so1-a:hover i {
    transform: translateX(4px);
}

/* ind-why */
.ind-why {
    background: linear-gradient(180deg, #FFEEF2 6.09%, #F9C5D2 100%);
    padding: 164px 0 132px;
}

.so2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.so2-1 {
    width: 28%;
    flex: 0 0 auto;
}

.so2-1smh {
    margin-bottom: 6px;
}

.so2-1smh p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so2-1h {
    margin-bottom: 26px;
}

.so2-1h h2 {
    color: #222;
    font-family: 'Manrope';
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so2-1p {
    margin-bottom: 46px;
}

.so2-1p p {
    color: rgba(0, 0, 0, 0.40);
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so2-1btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so2-2 {
    width: calc(72% - 30px);
    flex: 0 0 auto;
}

.so2-2sw {
    position: relative;
}

#so2-2sw {
    padding: 0 31.5%;
}

#so2-2sw .swiper-wrapper {
    align-items: flex-end;
}

#so2-2sw .swiper-slide {
    opacity: 0;
    transition: all 0.5s ease;
}

#so2-2sw .swiper-slide {
    opacity: 0;
    transition: all 0.5s ease;
}

#so2-2sw .swiper-slide-active,
#so2-2sw .swiper-slide-prev,
#so2-2sw .swiper-slide-next {
    opacity: 1;
}

#so2-2sw .swiper-slide .so2-2img {
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #FFEEF2;
    position: relative;
}

#so2-2sw .swiper-slide .so2-2img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 12;
    transition: all 0.5s ease;
}

#so2-2sw .swiper-slide-active .so2-2img::after {
    opacity: 0;
}

#so2-2sw .swiper-slide-active .so2-2img .img-box {
    padding-bottom: 112%;
}

/*  */
#so2-2sw .swiper-button-prev,
#so2-2sw .swiper-button-next {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    background: #DCDCDC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 56%;
    transition: all 0.5s ease;
}

#so2-2sw .swiper-button-prev:hover,
#so2-2sw .swiper-button-next:hover {
    background: #222;
}

#so2-2sw .swiper-button-prev {
    left: 0;
}

#so2-2sw .swiper-button-next {
    right: 0;
}

#so2-2sw .swiper-button-prev::after,
#so2-2sw .swiper-button-next::after {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 800 !important;
    transition: all 0.5s ease;
}

#so2-2sw .swiper-button-prev:hover:after,
#so2-2sw .swiper-button-next:hover:after {
    color: #FFF;
}

/* so3 */
/*  */
/* 横幅 */
.ind-seamless {
    background: #B3A9CC;
    padding: 6px 0;
}

.content-auto {
    content-visibility: auto;
}

.marquee-container {
    overflow: hidden;
    position: relative;
}

.marquee-wrapper {
    display: flex;
    width: 100%;
    animation: marquee 20s linear infinite;
}

.marquee-content {
    white-space: nowrap;
    width: 100%;
    flex-shrink: 0;
    padding-right: 2%;

    color: #FFF;
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: space-between;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ind-social */
.ind-social {
    padding: 130px 0;
    background: #FFEEF2;
}

.so4h {
    margin-bottom: 60px;
}

.so4h h2 {
    color: #000;
    font-family: 'Manrope';
    font-size: calc(var(--zj-so1top1) - 2px);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.so4-end {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 -4px;
}

.so4-end>div {
    padding: 0 4px;
}

.so4u1 {
    width: 44%;
    flex: 0 0 auto;
}

.so4u1-box {
    position: relative;
    overflow: hidden;
}

.so4u1-1 {
    cursor: pointer;
}

.so4u1-1 .img-box {
    border-radius: 16px;
    overflow: hidden;
}

.so4u1-1 .img-box img {
    transition: all 0.5s ease;
}

.so4u1-1:hover .img-box img {
    transform: scale(1.08);
}

.so4u1-1h {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 12;
    padding: 28px 32px;
    transition: all 0.5s ease;
}

/* .so4u1-box:hover .so4u1-1h {
    opacity: 0;
    transform: translateY(50%);
} */

.so4u1-1h p {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4u1-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F9C5D2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    border-radius: 16px;
    padding: 26px 23px;
    opacity: 0;
    transition: all 0.5s ease;
    display: none;
    pointer-events: none;
}

.so4u1-2h {
    margin-bottom: 6px;
}

.so4u1-2h p {
    color: #222;
    font-family: 'Manrope';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.so4u1-2p p {
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Manrope';
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/*  */
.so4u2 {
    width: 26%;
    flex: 0 0 auto;
}

.so4u2-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.so4u2-box>div {
    position: relative;
    cursor: pointer;
}

.so4u2-1 {
    position: relative;
}

.so4u2-1 .img-box {
    padding-bottom: 84%;
    border-radius: 16px;
}

.so4u2-1 .img-box img {
    transition: all 0.5s ease;
}

.so4u2-box>div:hover .so4u2-1 .img-box img {
    transform: scale(1.08);
}

.so4u2-1h {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 12;
    padding: 20px 22px;
    transition: all 0.5s ease;
}

/* .so4u2-box>div:hover .so4u2-1h {
    opacity: 0;
    transform: translateY(50%);
} */

.so4u2-1h p {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.so4u3 {
    width: 30%;
    flex: 0 0 auto;
}

.so4u3-box {
    position: relative;
    cursor: pointer;
}

.so4u3-1 .img-box {
    padding-bottom: 147.6%;
    border-radius: 16px;
    overflow: hidden;
}

.so4u3-1 .img-box img {
    transition: all 0.5s ease;
}

.so4u3-box:hover .so4u3-1 .img-box img {
    transform: scale(1.08);
}

.so4u3-1h {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 12;
    padding: 24px 30px;
    transition: all 0.5s ease;
}

/* .so4u3-box:hover .so4u3-1h {
    opacity: 0;
    transform: translateY(50%);
} */

.so4u3-1h p {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

/* so4总 */
.so4u1-box:hover .so4u1-2,
.so4u2-box>div:hover .so4u1-2,
.so4u3-box:hover .so4u1-2 {
    opacity: 1;
}

/* ind-partners */
.ind-partners {
    background: #FFEEF2;
}

.so5 {
    display: flex;
    justify-content: space-between;
}

.so5-1 {
    width: 43%;
    flex: 0 0 auto;
}

.so5-1 .img-box {
    padding-bottom: 108%;
    border-radius: 16px;
    overflow: hidden;
}

.so5-2 {
    width: calc(57% - 40px);
    flex: 0 0 auto;
}

.so5-2smh {
    margin-top: 17px;
}

.so5-2smh h3 {
    color: #222;
    font-family: 'Manrope';
    font-size: calc(var(--zj-subnav) + 2px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so5-2h {
    margin-bottom: 9px;
}

.so5-2h h2 {
    color: #000;
    font-family: 'Manrope';
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so5-2p {
    margin-bottom: 40px;
}

.so5-2p p {
    color: #666;
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.so5-2sw {
    position: relative;
}

#so5-2sw {
    overflow: hidden;
}

.so5-2swbox {
    cursor: pointer;
}

.so5-2swimg {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 10px;
}

.so5-2swimg img {
    transition: all 0.5s ease;
}

.so5-2swbox:hover .so5-2swimg img {
    transform: scale(1.08);
}

.so5-2swh span {
    color: #222;
    text-align: center;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

#so5-2sw .swiper-scrollbar {
    bottom: -50px;
    background: rgba(0, 0, 0, 0.20);
}

#so5-2sw .swiper-scrollbar .swiper-scrollbar-drag {
    background: #222;
}

/* ind-news */
.ind-news {
    padding: 130px 0 196px;
    background: #FFEEF2;
}

.so6h {
    margin-bottom: 26px;
}

.so6h h2 {
    color: #000;
    text-align: center;
    font-family: 'Manrope';
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so6-sw {
    position: relative;
}

#so6-sw {
    overflow: hidden;
}

.so6-swbox {
    position: relative;
}

.so6-swimg {
    padding-bottom: 76%;
    border-radius: 16px;
    margin-bottom: 30px;
}

.so6-swimg img {
    transition: all 0.5s ease;
}

.so6-swbox:hover .so6-swimg img {
    transform: scale(1.08);
}

.so6-swnum {
    position: absolute;
    padding: 1px 20px;
    border-radius: 100px;
    background: #FFB6D5;
    box-shadow: 2px 2px 7px 0 rgba(34, 37, 40, 0.20);
    pointer-events: none;
    left: 20px;
    top: 66%;
    z-index: 12;
}

.so6-swnum p {
    color: #222;
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
}

.so6-swh {
    display: block;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so6-swh span {
    color: #000;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    --size: 1px;
    --color: #000;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so6-swbox:hover .so6-swh span {
    color: #000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so6-p p {
    color: #666;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

#so6-sw .swiper-scrollbar {
    bottom: -60px;
    background: rgba(0, 0, 0, 0.20);
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
}

#so6-sw .swiper-scrollbar .swiper-scrollbar-drag {
    background: #222;
}

/*  */
#so6-sw .swiper-button-prev,
#so6-sw .swiper-button-next {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    background: #DCDCDC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 38%;
    transition: all 0.5s ease;
    opacity: 1 !important;
    cursor: pointer !important;
}

#so6-sw .swiper-button-prev:hover,
#so6-sw .swiper-button-next:hover {
    background: #222;
}

#so6-sw .swiper-button-prev {
    left: -64px;
}

#so6-sw .swiper-button-next {
    right: -64px;
}

#so6-sw .swiper-button-prev::after,
#so6-sw .swiper-button-next::after {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 800 !important;
    transition: all 0.5s ease;
}

#so6-sw .swiper-button-prev:hover:after,
#so6-sw .swiper-button-next:hover:after {
    color: #FFF;
}

/* ind-subscribe */
.ind-subscribe {
    padding: 116px 0 122px;
}

.so7h {
    margin-bottom: 10px;
}

.so7h h2 {
    color: #610505;
    font-family: 'Manrope';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
}

.so7p {
    margin-bottom: 62px;
}

.so7p p {
    color: #610505;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: capitalize;
    max-width: 802px;
}

.so7form {
    max-width: 802px;
}

.so7form .ft1-sehfo {
    margin-bottom: 0;
}

.so7form .ft1-sehfo button {
    padding: 13px 20px;
}

@media (max-width: 1536px) {
    .ind-pro {
        padding: 70px 0;
    }

    .so1h {
        margin-bottom: 20px;
    }

    .so1-l1 {
        margin: 0 20px;
    }

    .so1-u1box {
        margin-bottom: 20px;
    }

    .so1-l2p {
        padding: 0 6%;
    }

    /*  */
    .ind-why {
        padding: 84px 0 102px;
    }

    .ind-social {
        padding: 60px 0;
    }

    .so4h {
        margin-bottom: 30px;
    }

    .ind-news {
        padding: 80px 0 146px;
    }

    .so6-swnum {
        left: 10px;
        top: 63%;
    }

    .ind-subscribe {
        padding: 56px 0 62px;
    }

    .marquee-wrapper {
        width: 150%;
    }
}

@media (max-width: 992px) {
    .so1-l2 {
        width: 33.333%;
    }

    .so1-l2:nth-child(4) {
        display: none;
    }

    .so2 {
        flex-direction: column;
    }

    .so2-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2-2 {
        width: 100%;
    }

    .ind-why {
        padding: 44px 0 102px;
    }

    .so4-end {
        flex-direction: column;
    }

    .so4u1,
    .so4u2,
    .so4u3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so4u2-box>div {
        margin-bottom: 20px;
    }

    .so5 {
        flex-direction: column;
    }

    .so5-1 {
        width: 100%;
    }

    .so5-2 {
        width: 100%;
    }

    .marquee-wrapper {
        width: 200%;
    }
}

@media (max-width: 768px) {
    .so1-l2 {
        width: 50%;
        margin-bottom: 20px;
    }

    .so1-l2:nth-child(4) {
        display: block;
    }

    .so1-u1 {
        overflow: scroll;
        justify-content: flex-start;
    }

    .so1-u1::-webkit-scrollbar {
        display: none;
    }

    .so1-l1a {
        width: max-content;
    }

    .marquee-wrapper {
        width: 300%;
    }
}

@media (max-width: 499px) {
    .banner-chan .swiper-pagination .swiper-pagination-bullet span {
        --w: 30px !important;
    }

    .ind-pro {
        padding: 30px 0;
    }

    .so1h {
        margin-bottom: 10px;
    }

    .so1-l1 {
        margin: 0 10px;
    }

    .so1-l2 {
        width: 100%;
    }

    .so1-u2box {
        margin-bottom: 23px;
    }

    .ind-why {
        padding: 14px 0 52px;
    }

    #so2-2sw {
        padding: 0 17.5%;
    }

    #so2-2sw .swiper-button-prev,
    #so2-2sw .swiper-button-next {
        --w: 36px;
    }

    .marquee-wrapper {
        width: 400%;
    }

    .ind-social {
        padding: 30px 0;
    }

    .so4h {
        margin-bottom: 14px;
    }

    .ind-news {
        padding: 80px 0 100px;
    }

    .ind-subscribe {
        padding: 26px 0 32px;
    }

    .so7p {
        margin-bottom: 32px;
    }

    .so7form .ft1-sehfo button {
        padding: 9px 14px;
    }

    .editor-content ul li::after,
    .wrap-show .info .editor-content ul li::after {
        top: 11px;
    }
}