#ven {
    transition: all 0.5s ease;
}

.headerSp {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.ventricle {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 9px 0 8px;
    position: relative;
}

.ven1-loim img {
    width: 148px;
}

.logo1 {
    transition: all 0.5s ease;
}

.logo2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ventricle .logo2 {
    opacity: 1;
}

.ventricle .logo1 {
    opacity: 0;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 2.88vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 3.14vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la span {
    color: #FFF;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);

    --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);
}

.ventricle .ven2-la span {
    color: #222;
    --color: #222;
}

.headerSp .ven2-la span {
    color: #222;
    --color: #222;
}

.ven2-la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ventricle .ven2-la:hover span {
    color: #222;
}

.headerSp .ven2-la:hover span {
    color: #222;
}

.ven2-l.on .ven2-la span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ventricle .ven2-l.on .ven2-la span {
    color: #222;
}

.headerSp .ven2-l.on .ven2-la span {
    color: #222;
}

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 100px;
    background: #000;
    padding: 8px 28px;
    transition: all 0.5s ease;
}

.vensesv:hover {
    background: #13317A;
}

.vensesv span {
    color: #FFF;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    margin-right: 13px;
}

.vensesv i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1536px) {
    .ven1-loim img {
        width: 120px;
    }

    .vensesv span {
        margin-right: 8px;
    }

    .vensesv i {
        font-size: 14px;
    }

    .vensesv {
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    #ven {
        background: #FFF;
    }

    .logo1 {
        opacity: 0;
    }

    .logo2 {
        opacity: 1;
    }

    .ven2-lis {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 100px;
    }
}

/* phone three line */
/* phone */
/*  */
#venPho {
    display: none;
}

#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: #13317A;
    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: #13317A;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #13317A;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #13317A;
    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: 68px;
    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 {
    font-size: 16px;
    color: #222;
    font-family: 'Outfit';
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #13317A;
}

.xiantiao>a {
    color: #13317A;
}

.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; */
    font-family: 'Manrope';
    font-weight: normal;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    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: #13317A;
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 59px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/*  */
/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 226%;
    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: #222;
    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: #666;
    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(102, 102, 102, 0.4);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 14px;
}

.ven-sehfo>button {
    background: transparent;
}

.ven-sehfo>button i {
    color: rgba(68, 68, 68, 1);
    font-size: 14px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 266%;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 232%;
        right: -40px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* 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, 0.90);
    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: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #13317A;
    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: #13317A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ven2-ler {
        top: 80px;
    }
}

/* gg */
.padtop {
    padding-top: 80px;
    padding-bottom: 130px;
}

@media (max-width: 1536px) {
    .padtop {
        padding-top: 66px;
        padding-bottom: 86px;
    }
}

@media (max-width: 499px) {
    .padtop {
        padding-top: 60px;
        padding-bottom: 10px;
    }
}

/* contact */
.con-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con1 {
    width: 39%;
    flex: 0 0 auto;
}

.con1top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 212px 0 50px;
    position: relative;
}

.con1top::after,
.con1top::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #DEDEDE;
}

.con1top::before {
    left: auto;
    right: 0;
}

.con1end {
    background: linear-gradient(180deg, #061537 0%, #14285E 100%);
    padding: 36px 36px 65px;
}

.con1endh {
    margin-bottom: 50px;
}

.con1endh p {
    color: #FFF;
    font-family: 'Inter';
    font-weight: 500;
    font-size: var(--zj-ft2-2lh);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.con1topline img {
    width: 187px;
    flex: 0 0 auto;
    margin-right: 12px;
}

.con1topp p {
    max-width: 335px;
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
}


.con2-fou {
    margin-right: calc(-.5 * 1.2rem);
    margin-left: calc(-.5 * 1.2rem);
}

.con2-fol {
    margin-bottom: 40px;
    padding-right: calc(1.2rem * .5);
    padding-left: calc(1.2rem * .5);
}

.con2-fol input,
.con2-fol textarea {
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #FFF;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: calc(var(--zj-ven2cona) * 1.4);
    transition: all 0.5s ease;
    padding-bottom: 14px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.con2-fol input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.con2-fol input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.con2-fol input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.con2-fol textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.con2-fol textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.con2-fobt button {
    width: 100%;
    border-radius: 100px;
    background: #000;
    padding: 9px 12px;
    transition: all 0.5s ease;
}

.con2-fobt button:hover {
    background: #0A4FF6;
}

.con2-fobt button span {
    color: #FFF;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
}

/*  */
.con2 {
    width: calc(61% - 55px);
    flex: 0 0 auto;
}

.con2h {
    margin-bottom: 148px;
}

.con2h p {
    color: #222;
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-con2h);
    font-style: normal;
    line-height: calc(var(--zj-con2h) * 1.12);
    letter-spacing: -3.2px;
    text-transform: capitalize;
}

.con2p {
    margin-bottom: 80px;
}

.con2p p {
    color: #222;
    font-family: 'Inter';
    font-weight: 500;
    font-size: var(--zj-ft2-2lh);
    font-style: normal;
    line-height: normal;
    max-width: 235px;
}

.con2lh {
    margin-bottom: 14px;
}

.con2lh p {
    color: #666;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    text-transform: capitalize;
}

.con2l {
    margin-bottom: 36px;
}

.con2la {
    /* margin-bottom: 36px; */
    display: block;
}

.con2la span {
    color: #222;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-con2la);
    font-style: normal;
    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);
}

.con2l-box>a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .con1 {
        width: 42%;
    }

    .con1top {
        padding: 172px 0 30px;
    }

    .con1topline img {
        width: 112px;
    }

    .con1end {
        padding: 26px 26px 55px;
    }

    .con1endh {
        margin-bottom: 30px;
    }

    .con2p {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1,
    .con2 {
        width: 100%;
    }

    .con1 {
        margin-bottom: 40px;
    }

    .con1top {
        justify-content: flex-start;
    }

    .con1topline img {
        width: 212px;
    }

    .con2h {
        margin-bottom: 48px;
    }
}

@media (max-width: 642px) {
    .con1topline img {
        width: 112px;
    }

    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con1top {
        padding: 100px 0 20px;
    }

    .con1topline img {
        width: 100px;
        margin-right: 8px;
    }

    .con1end {
        padding: 16px 16px 26px;
    }

    .con2-fol {
        margin-bottom: 20px;
    }

    .con2-fobt button {
        padding: 7px 10px;
    }

    .con2h {
        margin-bottom: 28px;
    }

    .con2p {
        margin-bottom: 30px;
    }

    .con2h p {
        letter-spacing: 0px;
    }
}

/* footer */
#footer {
    padding: 120px 0 112px;
}

.ft-box {
    display: flex;
    justify-content: space-between;
}

.ft1 {
    width: 56%;
    flex: 0 0 auto;
}

.ft1smh {
    margin-bottom: 13px;
}

.ft1smh p {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Syne';
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.11);
    text-transform: capitalize;
}

.ft1h {
    margin-bottom: 50px;
}

.ft1h p {
    color: #FFF;
    font-family: 'Syne';
    font-weight: normal;
    font-size: var(--zj-ft1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1h) * 1.14);
    letter-spacing: -2.8px;
    text-transform: capitalize;
}

.ftfor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    max-width: 564px;
    margin-bottom: 70px;
    padding-bottom: 14px;
}

.ftfor input {
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: none;
    color: #FFF;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: calc(var(--zj-ven2cona) * 1.4);
    transition: all 0.5s ease;
}

.ftfor input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ftfor input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ftfor input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ftfor input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ftfor button {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
}

.ft1share {
    margin-bottom: 50px;
}

.ft1share .a2a_kit {
    display: flex;
    align-items: center;
}

.ft1share .a2a_kit>a {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    margin-right: 16px;
    transition: all 0.5s ease;
}

.ft1share .a2a_kit>a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.ft1share .a2a_kit>a:last-child {
    margin-right: 0;
}

.ft1share .a2a_kit>a i {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
}

/*  */
.translate {
    margin-bottom: 70px;
}

/*  */
.ft1-1copy {
    margin-bottom: 10px;
}

.ft1-1copy span,
.ft1-1pow span {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.12);
    text-transform: capitalize;
}

.ft1-1flex {
    display: flex;
    align-items: center;
}

.ft1-1pow {
    margin-right: 24px;
}

.ft1-1cnzz {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.ft2 {
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
    width: 40%;
}

.ft2-1 {
    max-width: 418px;
    /* margin-right: 22%; */
    /* flex: 0 0 auto; */
}

.ft2-1list {
    margin-bottom: 86px;
}

.ft2-1lista {
    display: block;
    margin-bottom: 30px;
}

.ft2-1lista:last-child {
    margin-bottom: 0;
}

.ft2-1lista span {
    color: #FFF;
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    line-height: calc(var(--zj-pro2-1h) * 1.33);
    --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-1lista:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-1l {
    margin-bottom: 30px;
}

.ft2-1l:last-child {
    margin-bottom: 0;
}

.ft2-1lbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ft2-1lh {
    margin-right: 6px;
}

.ft2-1lh p {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    transition: all 0.5s ease;
}

.ft2-1lbox:hover .ft2-1lh p {
    color: #FFF;
}

.ft2-1la span {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    --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-1lbox>a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-2 {
    flex: 0 0 auto;
}

.ft2-2a {
    margin-bottom: 16px;
    display: block;
}

.ft2-2a:last-child {
    margin-bottom: 0;
}

.ft2-2a span {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: normal;
    --size: 1px;
    --color: rgba(255, 255, 255, 0.70);
    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) {
    #footer {
        padding: 100px 0 92px;
    }

    .ft1 {
        width: 42%;
    }

    .ft1share .a2a_kit>a {
        --w: 38px;
        margin-right: 8px;
    }

    .ft1share .a2a_kit>a i {
        font-size: 18px;
    }

    .ftfor {
        margin-bottom: 40px;
    }

    .ft2 {
        width: 52%;
    }
}

@media (max-width: 992px) {
    #footer {
        padding: 72px 0 80px;
    }

    .translate {
        margin-bottom: 30px;
    }

    .ft2-1list {
        margin-bottom: 46px;
    }

    .ft-box {
        flex-direction: column;
    }

    .ft1,
    .ft2 {
        width: 100%;
    }

    .ft1 {
        margin-bottom: 40px;
    }

    .ft1h p {
        letter-spacing: 0;
    }
}

@media (max-width: 499px) {
    #footer {
        padding: 58px 0 80px;
    }

    .ft2 {
        flex-direction: column;
    }

    .ft2-1 {
        margin-bottom: 30px;
    }

    .translate {
        margin-bottom: 30px;
    }

    .ft2-1lista {
        margin-bottom: 16px;
    }

    .ft2-1list {
        margin-bottom: 46px;
    }

    .ft2-1l {
        margin-bottom: 16px;
    }

    .ft2-2a {
        margin-bottom: 8px;
    }
}

/* sub——ban */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {
    .sub-im img {
        height: 400px;
    }
}

@media (max-width: 499px) {
    .sub-im {
        margin-top: 58px;
    }

    .sub-im img {
        height: 180px;
    }
}

.subnav-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.42);
    padding: 8px 0;
}

.subnav .breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
}

.subnav .breadcrumb .breadcrumb-item i {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    margin-right: 10px;
}

.subnav .breadcrumb .breadcrumb-item::before,
.subnav .breadcrumb .breadcrumb-item a {
    color: #FFF;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.375);
    text-transform: capitalize;
}

@media (max-width: 499px) {
    .subnav-box {
        padding: 2px 0;
    }

    .subnav .breadcrumb .breadcrumb-item i {
        font-size: 18px;
        margin-right: 6px;
    }
}

/* news */
.pad130 {
    padding: 130px 0;
}

.news-h {
    margin-bottom: 20px;
}

.news-h p {
    color: #222;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-news-h);
    font-style: normal;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.news-p {
    max-width: 758px;
    margin-bottom: 60px;
}

.news-p p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.news-smp {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.news-smp::after {
    position: absolute;
    content: "";
    width: calc(100% - 290px);
    height: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #DCDCDC;
    z-index: -1;
}

.news-smp p {
    color: #222;
    text-overflow: ellipsis;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    background: #FFF;
    padding-right: 10px;
}

.news-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 20px;
}

.news-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 50px;
}

.news-limg {
    padding-bottom: 69.4%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.news-limg img {
    transition: all 0.5s ease;
}

.news-lbox:hover .news-limg img {
    transform: scale(1.08);
}

.news-lnum {
    margin-bottom: 20px;
}

.news-lnum p {
    color: #999;
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: calc(var(--zj-ven2cona) * 1.14);
}

.news-lh {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-lh span {
    overflow: hidden;
    color: #222;
    text-overflow: ellipsis;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ft2-2lh);
    font-style: normal;
    line-height: calc(var(--zj-ft2-2lh) * 1.25);
    --size: 1px;
    --color: #13317A;
    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);
}

.news-lbox:hover .news-lh span {
    color: #13317A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.news-lp {
    max-width: 334px;
}

.news-lp p {
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 1536px) {
    .pad130 {
        padding: 60px 0;
    }

    .news-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .news-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 30px;
    }

}

@media (max-width: 768px) {
    .news-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pad130 {
        padding: 34px 0;
    }

    .news-h p {
        letter-spacing: 0;
    }

    .news-l {
        width: 100%;
    }

    .news-smp::after {
        width: calc(100% - 240px);
    }

    .news-h {
        margin-bottom: 10px;
    }

    .news-p {
        margin-bottom: 40px;
    }

    .news-smp {
        margin-bottom: 40px;
    }

    .news-lnum {
        margin-bottom: 10px;
    }

    .news-lh {
        margin-bottom: 6px;
    }

    .news-u {
        margin-bottom: 10px;
    }
}

/*  */
/*  */
/* subpage */
/* sub-page */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .sub-page {
    justify-content: flex-end;
}

.sub-page>a {
    color: #737373;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin-right: 5px;
    transition: all 0.5s ease;
}

.sub-page>a:hover {
    color: #13317A;
}

.sub-page>a:last-child {
    margin-right: 0;
    margin-left: 5px;
}

.sub-page>a i {
    display: block;
    transform: rotate(90deg);
    margin-left: 4px;
    color: #737373;
    font-size: 14px;
    transition: all 0.5s ease;
}

.sub-page>a:hover i {
    color: #13317A;
}

.sub-page>a:last-of-type i {
    display: block;
    transform: rotate(-90deg);
    margin-left: 0;
    margin-right: 4px;
}

.sub-page>a i {
    font-size: 12px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.3s ease;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel {
    margin: 0 5px;
}

.sub-pagel a {
    --w: 30px;
    width: var(--w);
    height: var(--w);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    color: #737373;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

.sub-pagel a:hover {
    background: #13317A;
    color: #fff;
}

.sub-pagel.on a {
    background: #13317A;
    color: #fff;
}

@media (max-width: 1536px) {
    .sub-pagel {
        margin: 0 2px;
    }

    .sub-page>a {
        --w: 34px;
        margin: 0 6px;
    }

    .sub-pagel a {
        --w: 34px;
    }
}

/* customer phone */
.pic {
    position: relative;
}

.smbg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.pich {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pich p {
    max-width: 1064px;
    color: #222;
    text-align: center;
    font-family: Onest;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.picp {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picp p {
    max-width: 884px;
    color: #666;
    text-align: center;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.pic-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 20px;
}

.pic-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 30px;
}

.pic-l-box {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.pic-limg {
    padding-bottom: 63%;
    overflow: hidden;
}

.pic-limg img {
    transition: all 0.5s ease;
}

.pic-l-box:hover .pic-limg img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .pic-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 20px;
    }

    .pic-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }
}

@media (max-width: 642px) {
    .pic-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pic-l {
        width: 100%;
    }

    .pich p {
        letter-spacing: 0;
    }

    .pich {
        margin-bottom: 20px;
    }

    .picp {
        margin-bottom: 30px;
    }

    .pic-u {
        margin-bottom: 0;
    }
}

/* faq */
.faq {
    position: relative;
}

.faqh {
    margin-bottom: 20px;
}

.faqh p {
    color: #222;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-news-h);
    font-style: normal;
    line-height: calc(var(--zj-news-h) * 1.66);
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.faqp {
    margin-bottom: 50px;
}

.faqp p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.faq-u {
    padding-bottom: 20px;
}

.faq-l {
    margin-bottom: 30px;
}

.faq-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    background: #F4F4F4;
    padding: 0 120px 0 30px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.faq-la:hover .faq-l1 {
    background: #13317A;
}

.faq-l.on .faq-l1 {
    background: #13317A;
}

.faq-l1h {
    display: flex;
    align-items: center;
}

.faq-l1h i {
    font-size: 40px;
    margin-right: 20px;
    color: rgba(19, 49, 122, 1);
    transition: all 0.5s ease;
}

.faq-la:hover .faq-l1h i {
    color: #FFF;
}

.faq-l.on .faq-l1h i {
    color: #FFF;
}

.faq-l1h p {
    color: #13317A;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.faq-la:hover .faq-l1h p {
    color: #FFF;
}

.faq-l.on .faq-l1h p {
    color: #FFF;
}

.faq-l1i i {
    color: rgba(19, 49, 122, 1);
    font-size: 20px;
    transition: all 0.5s ease;
    display: block;
}

.faq-la:hover .faq-l1i i {
    color: #FFF;
}

.faq-l.on .faq-l1i i {
    color: #FFF;
    transform: rotate(180deg);
}

.faq-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.faq-l.on .faq-l2 {
    max-height: 400px;
    opacity: 1;
}

.faq-l2p {
    margin-top: 10px;
    border-radius: 10px;
    background: #F7F7F7;
    padding: 34px 34px 60px;
}

.faq-l2p p {
    color: #222;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.faq .sub-page {
    justify-content: flex-end;
}

@media (max-width: 1536px) {
    .faq-l1 {
        padding: 0 34px 0 30px;
    }

    .faq-l1i i {
        font-size: 16px;
    }

    .faq-l1h i {
        font-size: 28px;
    }

    .faq-l {
        margin-bottom: 20px;
    }

    .faqh {
        margin-bottom: 10px;
    }

    .faqh p {
        letter-spacing: 0;
    }
}

@media (max-width: 499px) {
    .faqh p {
        line-height: calc(var(--zj-news-h) * 1.22);
    }

    .faqp {
        margin-bottom: 30px;
    }

    .faq-l1 {
        padding: 0 14px 0 10px;
    }

    .faq-l1h i {
        font-size: 22px;
        margin-right: 6px;
    }

    .faq-l2p {
        padding: 14px 16px 50px;
    }

    .faq-u {
        padding-bottom: 10px;
    }
}

/* about us */
.ab1 {
    padding: 230px 0 145px;
}

.ab1h {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab1h p {
    color: #FFF;
    text-align: center;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-news-h);
    font-style: normal;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -2.4px;
    text-transform: capitalize;
    max-width: 918px;
}

.ab1p {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab1p p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 604px;
}



.ab1sw {
    box-sizing: border-box;
}

.ab1sw img {
    display: block;
}

.ab1sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ab1sw-box {
    cursor: pointer;
}

.ab1swimg {
    padding-bottom: 70%;
    border-radius: 6px;
    overflow: hidden;
}

.ab1swimg img {
    transition: all 0.5s ease;
}

.ab1swimg:hover img {
    transform: scale(1.08);
}

/*  */
.ab2 {
    padding: 130px 0;
}

.ab2top {
    margin-bottom: 70px;
}

.ab2top-h {
    margin-bottom: 70px;
}

.ab2top-h p {
    color: #222;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-news-h);
    font-style: normal;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -2.4px;
    text-transform: capitalize;
    max-width: 1045px;
}

.ab2top-h p span {
    color: #949494;
}

.ab2top-pbox {
    display: flex;
    justify-content: flex-end;
}

.ab2top-p {
    max-width: 810px;
}

.ab2top-p p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-bottom: 22px;
}

.ab2top-p p:last-child {
    margin-bottom: 0;
}

/*  */
.ab2end {
    display: flex;
    justify-content: space-between;
}

.ab2end1 {
    width: calc(42% - 30px);
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
    padding: 22% 3% 2%;
    position: sticky;
    top: 120px;
}

.ab2end1-h {
    margin-bottom: 20px;
}

.ab2end1-h p {
    color: #FFF;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.2);
    letter-spacing: -2px;
    text-transform: capitalize;
    max-width: 364px;
}

.ab2end1-p {
    margin-bottom: 80px;
}

.ab2end1-p p {
    color: #FFF;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 494px;
}

.ab2end1btn {
    display: flex;
    align-items: center;
}

.ab2end1btni {
    margin-right: 26px;
    position: relative;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
}

.ab2end1btni i {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}

.ab2end1btni>span {
    background-color: rgba(255, 255, 255, 0.24);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: 4;
    top: 0;
    left: 0;
    animation: scalej 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

.ab2end1btni>span:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.24);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: 4;
    top: 0;
    left: 0;
    animation: scalej2 4s infinite;
    -webkit-animation: scalej2 4s infinite;
}

.ab2end1btnp span {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: rgba(255, 255, 255, 0.80);
    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);
}

.ab2end1btn:hover .ab2end1btnp span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ab2end .ab2end1 {
    width: calc(50% - 15px);
}

.ab2end2 {
    width: 58%;
    flex: 0 0 auto;
}

.ab2end .ab2end2 {
    width: calc(50% - 15px);
}

.ab2end2img {
    padding-bottom: 90%;
    border-radius: 20px;
}

.ab3 {
    padding: 154px 0 120px;
    background: #F7F7F7;
}

.ab3top {
    margin-bottom: 62px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.ab3toph {
    margin-bottom: 30px;
}

.ab3toph p {
    color: #222;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-news-h);
    font-style: normal;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.ab3topp p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 930px;
}

.ab3top2 {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 12px;
}

.ab3top2 .swiper-button-prev,
.ab3top2 .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1;
    --w: 54px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #BBB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab3top2 .swiper-button-prev {
    margin-right: 14px !important;
}

.ab3top2 .swiper-button-next {
    transform: rotate(180deg);
}

.ab3top2 .swiper-button-prev:hover,
.ab3top2 .swiper-button-next:hover {
    background: #13317A;
}

.ab3top2 .swiper-button-prev::after,
.ab3top2 .swiper-button-next::after {
    content: "";
}

.ab3top2 .swiper-button-prev i,
.ab3top2 .swiper-button-next i {
    font-size: 18px;
    color: #FFF;
}

/*  */
.ab3end {
    position: relative;
}

#ab3sw {
    overflow: hidden;
}

.ab3swimg {
    padding-bottom: 62%;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.ab3swimg img {
    transition: all 0.5s ease;
}

.ab3sw-box:hover .ab3swimg img {
    transform: scale(1.08);
}

.ab3swh p {
    color: #222;
    text-align: center;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.ab4 {
    padding: 110px 0 130px;
}

.ab4top {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.ab4top1 {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 12px;
}

.ab4top1 .swiper-button-prev,
.ab4top1 .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1;
    --w: 54px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #BBB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab4top1 .swiper-button-prev {
    margin-right: 14px !important;
}

.ab4top1 .swiper-button-next {
    transform: rotate(180deg);
}

.ab4top1 .swiper-button-prev:hover,
.ab4top1 .swiper-button-next:hover {
    background: #13317A;
}

.ab4top1 .swiper-button-prev::after,
.ab4top1 .swiper-button-next::after {
    content: "";
}

.ab4top1 .swiper-button-prev i,
.ab4top1 .swiper-button-next i {
    font-size: 18px;
    color: #FFF;
}

.ab4end {
    position: relative;
}

#ab4sw {
    overflow: hidden;
}

.ab4swimg-box {
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.ab4sw-box:hover .ab4swimg-box {
    background: #13317A;
    border: 1px solid #13317A;
}

.ab4swimg {
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 143%;
}

.ab4swimg img {
    transition: all 0.5s ease;
}

.ab4sw-box:hover .ab4swimg img {
    transform: scale(1.08);
}

.ab4swh p {
    color: #222;
    text-align: center;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.ab5 {
    background: #F7F7F7;
    padding: 154px 0 120px;
}

.ab5top {
    margin-bottom: 62px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.ab5top1 {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 12px;
}

.ab5top1 .swiper-button-prev,
.ab5top1 .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1;
    --w: 54px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #BBB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab5top1 .swiper-button-prev {
    margin-right: 14px !important;
}

.ab5top1 .swiper-button-next {
    transform: rotate(180deg);
}

.ab5top1 .swiper-button-prev:hover,
.ab5top1 .swiper-button-next:hover {
    background: #13317A;
}

.ab5top1 .swiper-button-prev::after,
.ab5top1 .swiper-button-next::after {
    content: "";
}

.ab5top1 .swiper-button-prev i,
.ab5top1 .swiper-button-next i {
    font-size: 18px;
    color: #FFF;
}

.ab5end {
    position: relative;
}

#ab5sw {
    overflow: hidden;
}

.ab5swimg {
    padding-bottom: 62.8%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}

.ab5swimg img {
    transition: all 0.5s ease;
}

.ab5sw-box:hover .ab5swimg img {
    transform: scale(1.08);
}

.ab5swh p {
    color: #222;
    text-align: center;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* products */
.protop {
    margin-bottom: 90px;

}

.pro-nav {
    background: #F7F7F7;
    padding: 10px 0;
}

.pro-nav .subnav .breadcrumb .breadcrumb-item i {
    color: #666;
}

.pro-nav .subnav .breadcrumb .breadcrumb-item::before,
.pro-nav .subnav .breadcrumb .breadcrumb-item a {
    color: #666;
}

@media (max-width: 1536px) {
    .ab2 {
        padding: 80px 0;
    }

    .ab2top-h p {
        letter-spacing: 0px;
    }

    .ab2top-p {
        max-width: 610px;
    }

    .ab2end1btni {
        margin-right: 20px;
    }

    .ab2end1-h p {
        letter-spacing: 0;
    }

    .ab3 {
        padding: 104px 0 70px;
    }

    .ab3toph p {
        letter-spacing: 0px;
    }

    .ab5top1 .swiper-button-prev,
    .ab4top1 .swiper-button-prev,
    .ab3top2 .swiper-button-prev {
        margin-right: 8px !important;
    }

    .ab5top1 .swiper-button-prev,
    .ab5top1 .swiper-button-next,
    .ab4top1 .swiper-button-prev,
    .ab4top1 .swiper-button-next,
    .ab3top2 .swiper-button-prev,
    .ab3top2 .swiper-button-next {
        --w: 44px;
    }

    .ab4 {
        padding: 68px 0 80px;
    }

    .ab4swimg-box {
        padding: 20px;
    }

    .ab5 {
        padding: 82px 0 90px;
    }
}

@media (max-width: 992px) {
    .ab1 {
        padding: 186px 0 86px;
    }

    .ab2end {
        flex-direction: column;
    }

    .ab2end1 {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .ab2end2 {
        width: 100% !important;
    }

    /*  */
    .ab2top-pbox {
        flex-direction: column;
    }

    .ab2top-p {
        max-width: 100%;
    }

    .ab2end1 {
        position: relative;
        top: 0;

    }

    .ab2end .ab2end1 {
        padding-bottom: 90%;
    }
}

@media (max-width: 642px) {

    .ab5top,
    .ab4top,
    .ab3top {
        flex-direction: column;
    }

    .ab3top1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .ab1 {
        padding: 182px 0 86px;
    }

    .ab1h p {
        letter-spacing: 0px;
    }

    .logo1 {
        display: none;
    }

    .logo2 {
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
    }

    .ab2 {
        padding: 54px 0;
    }

    .ab2top {
        margin-bottom: 30px;
    }

    .ab2top-h {
        margin-bottom: 30px;
    }

    .ab2top-p p {
        margin-bottom: 8px;
    }

    .ab2end1 {
        padding-bottom: 4%;
        margin-bottom: 10px;
    }

    .ab3 {
        padding: 46px 0 38px;
    }

    .ab3toph {
        margin-bottom: 20px;
    }

    .ab3top {
        margin-bottom: 32px;
    }

    .ab5top1 .swiper-button-prev,
    .ab5top1 .swiper-button-next,
    .ab4top1 .swiper-button-prev,
    .ab4top1 .swiper-button-next,
    .ab3top2 .swiper-button-prev,
    .ab3top2 .swiper-button-next {
        --w: 34px;
    }

    .ab5top1 .swiper-button-prev i,
    .ab5top1 .swiper-button-next i,
    .ab4top1 .swiper-button-prev i,
    .ab4top1 .swiper-button-next i,
    .ab3top2 .swiper-button-prev i,
    .ab3top2 .swiper-button-next i {
        font-size: 14px;
    }

    .ab4 {
        padding: 48px 0 42px;
    }

    .ab4top {
        margin-bottom: 32px;
    }

    .ab5 {
        padding: 42px 0 42px;
    }

    .ab5top {
        margin-bottom: 32px;
    }

    .ab4swimg-box {
        padding: 8px;
    }
}

/*  */
#pro1 {
    position: relative;
    top: 0;
    transition: all .6s;
}

.pro1h {
    margin-bottom: 20px;
}

.pro1h p {
    color: #222;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-news-h);
    font-style: normal;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.pro1p {
    padding-bottom: 50px;
    margin-bottom: 30px;
    position: relative;
}

.pro1p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #DEDEDE;
    left: 0;
    bottom: 0;
}

.pro1p p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 930px;
}

.pro2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro2-1 {
    width: 23.46%;
    flex: 0 0 auto;
    position: sticky;
    top: 90px;
}

.pro2-2 {
    width: calc(100% - 23.46% - 30px);
}

.pro2-1l {
    position: relative;
    margin-bottom: 20px;
}

.pro2-1l1 {
    border-radius: 4px;
    background: #F7F7F7;
    transition: all 0.5s ease;
}

.pro2-1l.on .pro2-1l1 {
    background: rgba(19, 49, 122, 1);
}

.pro2-1l1:hover {
    background: rgba(19, 49, 122, 1);
}

.pro2-1l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 22px;
}

.pro2-1l1a span {
    color: #222;
    font-family: 'Inter';
    font-weight: 500;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    transition: all 0.5s ease;
    padding-right: 6px;
}

.pro2-1l1:hover .pro2-1l1a span {
    color: #FFF;
}

.pro2-1l.on .pro2-1l1a span {
    color: #FFF;
}

.pro2-1l1a i {
    color: rgba(34, 34, 34, 1);
    font-size: 16px;
    transition: all 0.5s ease;
}

.pro2-1l.on .pro2-1l1a i {
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 1);
}

.pro2-1l1:hover .pro2-1l1a i {
    color: rgba(255, 255, 255, 1);
}

.pro2-1l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2-1l.on .pro2-1l2 {
    max-height: 800px;
    opacity: 1;
}

.pro2-1l2sa {
    margin-top: 7px;
    border-radius: 4px;
    background: #F7F7F7;
    padding: 24px;
}

.pro2-1l2a {
    display: block;
    margin-bottom: 20px;
    position: relative;

}

.pro2-1l2abox {
    display: block;
    position: relative;
    padding-left: 20px;
}

.pro2-1l2abox::after {
    position: absolute;
    content: "";
    --w: 8px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(19, 49, 122, 1);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro2-1l2a:last-child {
    margin-bottom: 0;
}

.pro2-1l2a .pro2-1l2abox>span {
    color: #222;
    font-family: 'Inter';
    font-weight: 500;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.3);
    --size: 1px;
    --color: rgba(19, 49, 122, 1);
    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);
}

.pro2-1l2a.on .pro2-1l2abox>span {
    color: rgba(19, 49, 122, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-1l2a:hover .pro2-1l2abox>span {
    color: rgba(19, 49, 122, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-2u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 20px;
}

.pro2-2l {
    margin-bottom: 30px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.pro2-2limg {
    margin-bottom: 20px;
    overflow: hidden;
    mix-blend-mode: multiply;
    padding-bottom: 100%;
    border-radius: 10px;
}

.pro2-2limg img {
    transition: all 0.5s ease;
}

.pro2-2lbox:hover .pro2-2limg img {
    transform: scale(1.08);
}

.pro2-2lh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro2-2lh span {
    color: #222;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ft2-2lh);
    font-style: normal;
    line-height: calc(var(--zj-ft2-2lh) * 1.25);
    text-transform: capitalize;
    --size: 1px;
    --color: rgba(19, 49, 122, 1);
    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);
}

.pro2-2lbox:hover .pro2-2lh span {
    color: rgba(19, 49, 122, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-2 .sub-page {
    justify-content: flex-end;
}

/*  */
.pro2-1l3 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2-1l2a.on .pro2-1l3 {
    max-height: 800px;
    opacity: 1;
}

.pro2-1l3sa {
    border-radius: 4px;
    background: #FFF;
    padding: 18px;
    margin-top: 20px;
}

.pro2-1l3a {
    display: block;
    margin-bottom: 16px;
}

.pro2-1l3a:last-child {
    margin-bottom: 0;
}

.pro2-1l3a span {
    color: #222;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    --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);
}

.pro2-1l3a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-1l3a.on span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 搜索无结果 */
.nores-h {
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid rgba(19, 49, 122, 1);
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #222;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    line-height: 100%;
}

@media (max-width: 1536px) {
    .pro2-2u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 10px;
    }

    .pro2-1l1a {
        padding: 12px 12px;
    }

    .pro2-1l3sa {
        padding: 8px;
    }

    .pro2-1l {
        margin-bottom: 10px;
    }

    .pro2-1l2sa {
        padding: 12px;
    }

    .pro2-2l {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .pro2-2limg {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199.9px) {
    .pro_11 {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 20px;
    }

    .pro_11a {
        display: flex;
        align-items: center;
        color: #222;
        text-align: center;
        font-family: 'Inter';
        font-weight: 500;
        font-size: var(--zj-subnav);
        font-style: normal;
        line-height: calc(var(--zj-subnav) * 1.5);
        padding: 5px 16px;
        border-radius: 6px;
        background: #FFF;
        transition: all 0.3s ease;
        border: 1px solid #13317A;
        border-radius: 6px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .pro_11a:hover {
        background: #13317A;
        color: #fff;
    }

    .pro_11a.on {
        background: #13317A;
        color: #fff;
    }

    .pro2-1 {
        display: none;
    }

    .pro2 {
        flex-direction: column;
    }

    .pro2-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pro2-2l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro_11a {
        padding: 4px 16px;
    }

    .pro1h p {
        letter-spacing: 0;
    }

    .pro2-2l {
        width: 100%;
    }

    .pro1h {
        margin-bottom: 10px;
    }

    .pro1p {
        padding-bottom: 20px;
        margin-bottom: 16px;
    }

    .pro2-2u {
        margin-bottom: 0;
    }
}

/* prode */
.prode1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 118px;
}

.prode1-1 {
    position: relative;
}

.custom-dot-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.custom-dot-container .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-dot-container .slick-dots>li {
    margin: 0 4px;
}

.custom-dot-container .slick-dots>li button {
    --w: 8px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #ffffff;
}

.custom-dot-container .slick-dots>li.slick-active button {
    background: #13317A;
}

.prode1-2 {
    width: calc(50.8% - 58px);
}

.prode1-2h {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.prode1-2h::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #DEDEDE;
    left: 0;
    bottom: 0;
}

.prode1-2h p {
    color: #222;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    letter-spacing: -1.6px;
}

.prode1-2p {
    margin-bottom: 50px;
}

.prode1-2p p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode1-2smh {
    margin-bottom: 20px;
}

.prode1-2smh p {
    color: #222;
    font-family: 'Inter';
    font-weight: 500;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

.prode1-2te {
    margin-bottom: 52px;
}

.prode1-2teb {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.prode1-2teb:last-child {
    margin-bottom: 0;
}

.prode1-2teb p {
    color: #222;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    margin-right: 20px;
    min-width: 113px;
}

.prode1-2teb span {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
}

.prode1-2end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prode1-2btnbox {
    display: flex;
    align-items: center;
}

.prode1-2btn {
    margin-right: 20px;
}

.prode1-2btn:last-child {
    margin-right: 0;
}

.prode1-2a {
    display: block;
    border-radius: 100px;
    background: #000;
    padding: 10px 38px;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #13317A;
}

.prode1-2a span {
    color: #FFF;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    text-transform: capitalize;
}

.prode1-2share {
    display: flex;
    align-items: center;
}

.prode1-2share p {
    color: #333;
    font-family: 'Manrope';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.12);
    margin-right: 14px;
}

/* xiamian */
.prode2 {
    border-radius: 20px;
    background: #F8F9FB;
    padding: 70px 70px 102px;
}

.prode3h {
    margin-bottom: 40px;
    position: relative;
    padding-left: 28px;
}

.prode3h::after {
    position: absolute;
    content: "";
    --w: 10px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #13317A;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.prode3h p {
    color: #13317A;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    line-height: calc(var(--zj-pro2-1h) * 1.2);
    letter-spacing: -1.2px;
    text-transform: capitalize;
}

/* prode4 */
.prode4 {
    margin-top: 60px;
}

.prode4p {
    margin-bottom: 40px;
}

.prode4p p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode4sw {
    position: relative;
}

#prode4sw {
    overflow: hidden;
}

.prode4swimg {
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 70%;
    cursor: pointer;
}

.prode4swimg img {
    transition: all 0.5s ease;
}

.prode4sw-box:hover .prode4swimg img {
    transform: scale(1.08);
}

/*  */
.prode5 {
    margin-top: 60px;
    position: relative;
}

#inquiry {
    position: absolute;
    top: -90px;
}

.prode5h {
    border-radius: 10px;
    background: #13317A;
    padding: 13px 40px;
    margin-bottom: 10px;
}

.prode5h p {
    color: #FFF;
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.7);
    text-transform: capitalize;
}

.prode5-fou {
    margin-right: calc(-.5 * 0.6rem);
    margin-left: calc(-.5 * 0.6rem);
    margin-bottom: 20px;
}

.prode5-fol {
    margin-bottom: 10px;
    padding-right: calc(0.6rem * .5);
    padding-left: calc(0.6rem * .5);
}

.prode5-fol input,
.prode5-fol textarea {
    width: 100%;
    border-radius: 10px;
    background: #EEE;
    border: 1px solid #EEE;
    color: #666;
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: calc(var(--zj-ven2cona) * 1.285);
    padding: 20px 40px;
    transition: all 0.5s ease;
}

.prode5-fol input:focus,
.prode5-fol textarea:focus {
    border: 1px solid #d4d4d4;
}

.prode5-fol input::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode5-fol input:-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode5-fol input::-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode5-fol input:-ms-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode5-fol textarea::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode5-fol textarea:-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode5-fol textarea::-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode5-fol textarea:-ms-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode5fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.prode5fobt button {
    border-radius: 100px;
    background: #000;
    padding: 10px 100px;
    transition: all 0.5s ease;
}

.prode5fobt button:hover {
    background: #13317A;
}

.prode5fobt button span {
    color: #FFF;
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

.prode6 {
    margin-top: 60px;
}

.prode6sw {
    position: relative;
}

#prode6sw {
    overflow: hidden;
}

@media (max-width: 1800px) {
    .prode1-2btnbox {
        margin-bottom: 20px;
    }
}

@media (max-width: 1536px) {
    .prode1-2h {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: calc(50.8% - 28px);
    }

    .prode1-2p {
        margin-bottom: 30px;
    }

    .prode1-2te {
        margin-bottom: 32px;
    }

    .prode1-2smh {
        margin-bottom: 10px;
    }

    .prode1 {
        margin-bottom: 68px;
    }

    .protop {
        margin-bottom: 60px;
    }

    .prode2 {
        padding: 30px 28px 40px;
    }

    .prode3h {
        margin-bottom: 30px;
        padding-left: 18px;
    }

    .prode3h::after {
        --w: 6px;
    }

    .prode5h {
        padding: 7px 18px;
    }

    .prode5-fol input,
    .prode5-fol textarea {
        padding: 14px 14px;
    }
}

@media (max-width: 992px) {
    .prode1 {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .prode5-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .protop {
        margin-bottom: 30px;
    }

    .product {
        padding-bottom: 40px;
    }

    .custom-dot-container {
        bottom: 10px;
    }

    .prode1-2teb {
        flex-wrap: wrap;
    }

    .prode1-2teb p {
        margin-right: 12px;
        min-width: auto;
    }

    .prode1-2a {
        padding: 4px 14px;
    }

    .prode1-2btn {
        margin-right: 8px;
    }

    .prode1 {
        margin-bottom: 28px;
    }

    .prode2 {
        padding: 12px 12px 20px;
    }

    .prode3h {
        margin-bottom: 14px;
        padding-left: 12px;
    }

    .prode4 {
        margin-top: 40px;
    }

    .prode5 {
        margin-top: 40px;
    }

    .prode6 {
        margin-top: 40px;
    }
}

/* index-start */
/* index kai */
/* 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 .swiper-pagination {
    transition: all 0.5s ease;
    bottom: 60px;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 50%;
    -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: '\e63d';
    -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;
}

.banner .slick-arrow {
    line-height: 80px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 3%;
    /*width: 30px;*/
    /*height: 80px;*/
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    /*background-color: rgba(0, 0, 0, .2);*/
}

@media (max-width: 1536px) {}

@media (max-width: 991px) {
    .banner .slick-arrow {
        width: 20px;
        height: 50px;
    }

    .banner .item a {
        padding-bottom: 42%;
    }

    .banner-video-box {
        padding-bottom: 42%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 48%;
    }

    .banner-video-box {
        padding-bottom: 48%;
    }
}

.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    content: '\e727';
    line-height: 1;
    color: #000;
}

.banner .slick-arrow.slick-next {
    right: 5%;
    left: auto;
}

.banner .slick-arrow.slick-next:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    content: '\e728';
    line-height: 1;
    color: #000;
}

@media (max-width: 991px) {

    .banner .slick-arrow.slick-next:before,
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}

.banner .slick-arrow:hover {
    color: #9e0a0d;
}

.banner .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 15px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.banner .swiper-pagination-bullet-active {
    /* width: 24px; */
}

.banner .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    background: url(../img/indbandian.png) no-repeat;
    background-size: cover;
    background-position: center;
    --w: 33px;
    width: var(--w);
    height: var(--w);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.banner .swiper-pagination-bullet-active::after {
    -webkit-animation: movedog 5s ease-out;
    animation: movedog 5s ease-out;
}

@keyframes movedog {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.banner .swiper-pagination-bullet svg {
    position: relative;
    z-index: 5;
    top: -1px;
    left: -1px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.banner .swiper-pagination-bullet svg circle {
    -webkit-transition: stroke-dashoffset .6s ease-out;
    transition: stroke-dashoffset .6s ease-out;
    stroke-width: 1px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
}

.banner .swiper-pagination-bullet span {
    position: absolute;
    z-index: 4;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    /* border: 1px solid rgba(158, 10, 13, 0); */
    border-radius: 50%;
    display: none;
}

.banner .swiper-pagination-bullet span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active svg circle {
    -webkit-animation: movedong 4s ease-out;
    animation: movedong 4s ease-out;
    stroke-dashoffset: 0;
}

.banner .swiper-pagination-bullet-active span {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active span:after {
    background-color: #fff;
}

@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@media (max-width: 1536px) {
    .banner .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
}


/* ind-pro */
.ind-pro {
    padding: 140px 0 150px;
}

.so1top {
    margin-bottom: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.so1top1smh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.so1top1smh p {
    color: #222;
    font-family: 'Outfit';
    font-weight: normal;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    text-transform: capitalize;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    display: block;
    padding: 8px 18px;
    min-width: 140px;
}

.so1top1p p {
    color: #222;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-news-h);
    font-style: normal;
    line-height: calc(var(--zj-news-h) * 1.16);
    text-transform: capitalize;
    letter-spacing: -2.4px;
    max-width: 708px;
}

.so1top2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1top2a {
    border-radius: 100px;
    background: #000;
    padding: 9px 37px;
    display: block;
    transition: all 0.5s ease;
}

.so1top2a:hover {
    background: #13317A;
}

.so1top2a span {
    color: #FFF;
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

/*  */
.so1u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.so1l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.so1ltop {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.so1limg {
    padding-bottom: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.so1limg img {
    transition: all 0.5s ease;
}

.so1lbox:hover .so1limg img {
    transform: scale(1.08);
}

.so1lcar {
    position: absolute;
    right: -12%;
    bottom: -12%;
    z-index: 12;
    transition: all 0.5s ease;
}

.so1lbox:hover .so1lcar {
    right: -0.3%;
    bottom: -0.3%;
}

.so1lcar i {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #13317A;
    font-size: 20px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 14;
    position: relative;
    right: 2px;
    bottom: 2px;
}

.so1lcar img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 182%;
}

.so1lenda {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1lenda span {
    color: #222;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    line-height: calc(var(--zj-so1lenda) * 1.21);
    letter-spacing: -1.12px;
    text-transform: capitalize;
    --size: 1.5px;
    --color: #13317A;
    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);
}

.so1lbox:hover .so1lenda span {
    color: #13317A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so1lend>ul li {
    margin-bottom: 14px;
}

.so1lend>ul li:last-child {
    margin-bottom: 0;
}

.so1lend>ul li p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
}

/* ind-about */
.ind-about {
    padding-bottom: 150px;
}

.so2end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.so2end1 {
    display: flex;
    justify-content: space-between;
    width: 67%;
    flex: 0 0 auto;
}

.so2end1img1 {
    width: 62%;
    flex: 0 0 auto;
}

.so2end1img1a {
    position: relative;
}

.so2end1img1a .img-box {
    padding-bottom: 48%;
    border-radius: 20px;
    overflow: hidden;
}

.so2end1img1a .img-box img {
    transition: all 0.5s ease;
}

.so2end1img1a:hover .img-box img {
    transform: scale(1.08);
}

.so2end1img1p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    padding: 20px;
}

.so2end1img1p p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so2end1img1ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.so2end1img1ico i {
    font-size: 26px;
    color: #fff;
    --w: 60px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    fill: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.so2end1img2 {
    width: calc(38% - 30px);
    flex: 0 0 auto;
    border-radius: 20px;
    background: linear-gradient(180deg, #061537 0%, #14285E 100%);
    padding: 36px 32px;
}

.so2end1img2num {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.so2end1img2num p,
.so2end1img2num span {
    color: #FFF;
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-con2h);
    font-style: normal;
    line-height: calc(var(--zj-con2h) * 1.12);
    text-transform: capitalize;
}

.so2end1img2p p {
    color: #FFF;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so2end2 {
    width: 30.6%;
    flex: 0 0 auto;
}

.so2end2p {
    margin-bottom: 40px;
}

.so2end2p p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so2end2bnt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so2end2a {
    display: block;
    border-radius: 100px;
    border: 1px solid #222;
    padding: 8px 39px;
    transition: all 0.5s ease;
}

.so2end2a:hover {
    border: 1px solid #13317A;
    background: #13317A;
}

.so2end2a span {
    color: #222;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    letter-spacing: -0.72px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so2end2a:hover span {
    color: #FFF;
}

/* ind-manu */
.ind-manu {
    padding: 130px 0 0;
}

.so3h {
    margin-bottom: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3h p {
    color: #FFF;
    text-align: center;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-news-h);
    font-style: normal;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -2.4px;
    text-transform: capitalize;
    max-width: 966px;
}

/*  */
.so3u {
    padding: 0 calc((100% - 85.2%) / 2);
    margin-right: calc(-.5 * 8.8rem);
    margin-left: calc(-.5 * 8.8rem);
    position: relative;
}

.so3u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.10);
}

.so3l {
    padding-right: calc(8.8rem * .5);
    padding-left: calc(8.8rem * .5);
    padding-bottom: 116px;
    padding-top: 76px;
}

.so3l:nth-child(2) {
    position: relative;
}

.so3l:nth-child(2)::after,
.so3l:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.10);
}

.so3l:nth-child(2)::before {
    left: auto;
    right: 0;
}

.so3lbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.so3lh {
    margin-bottom: 30px;
}

.so3lh p {
    color: #FFF;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    line-height: calc(var(--zj-pro2-1h) * 1.33);
    letter-spacing: -1.2px;
    text-transform: capitalize;
}

.so3lp {
    margin-bottom: 100px;
}

.so3lp p {
    color: rgba(255, 255, 255, 0.60);
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.1);
}

.so3lnum {
    display: flex;
    align-items: center;
}

.so3lnum p,
.so3lnum span {
    color: #1E59EB;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-so3lnum);
    font-style: normal;
    line-height: calc(var(--zj-so3lnum) * 1.1);
    text-transform: capitalize;
}

/* ind-cusp */
.ind-cusp {
    padding: 150px 0 170px;
}

.so4-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.so4-1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #DEDEDE;
}

.so4-1smh {
    border-radius: 100px;
    border: 1px solid #E8E8E8;
    padding: 9px 20px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.so4-1smh p {
    color: #222;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.so4-1te {
    max-width: 956px;
}

.so4-1h {
    margin-bottom: 30px;
}

.so4-1h p {
    color: #222;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-news-h);
    font-style: normal;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.so4-1p p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.so4l {
    transition: all 0.5s ease;
    padding: 0 40px 0;
    margin-bottom: 50px;
}

.so4l:last-child {
    margin-bottom: 0;
}

.so4l.on {
    padding-top: 40px;
    border-radius: 20px;
    background: #F4F4F4;
}

.so4l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.so4l1h {
    display: flex;
    align-items: center;
    width: 80%;
    flex: 0 0 auto;
}

.so4l1h span {
    color: #8B8B8B;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    line-height: calc(var(--zj-pro2-1h) * 1.26);
    letter-spacing: -1.2px;
    text-transform: capitalize;
    margin-right: 72px;
    transition: all 0.5s ease;
}

.so4l.on .so4l1h span {
    color: rgba(19, 49, 122, 1);
}

.so4l1h p {
    color: #8B8B8B;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    line-height: calc(var(--zj-pro2-1h) * 1.26);
    letter-spacing: -1.2px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so4l.on .so4l1h p {
    color: rgba(19, 49, 122, 1);
}

.so4l1i {
    position: relative;
}

.so4l1i i {
    color: rgba(139, 139, 139, 1);
    font-size: 22px;
    transition: all 0.5s ease;
}

.so4l.on .so4l1i i {
    color: rgba(19, 49, 122, 1);
}

.so4l1i i:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.so4l.on .so4l1i i:nth-child(1) {
    opacity: 1;
}

.so4l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.so4l.on .so4l2 {
    max-height: 400px;
    opacity: 1;
}

.so4l2p {
    margin-top: 30px;
    padding-left: 99px;
    padding-bottom: 108px;
}

.so4l2p p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.375);
    max-width: 834px;
}

/* ind-fact */
.ind-fact {
    margin-bottom: 150px;
}

.so5top {
    margin-bottom: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.so5top1smh {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so5top1smh p {
    color: #222;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    letter-spacing: -0.72px;
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid #E8E8E8;
    padding: 9px 20px;
}

.so5top1p p {
    color: #222;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-news-h);
    font-style: normal;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -2.4px;
    text-transform: capitalize;
    max-width: 864px;
}

.so5top2 {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 12px;
}

.so5top2 .swiper-button-prev,
.so5top2 .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1;
    --w: 54px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #BBB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so5top2 .swiper-button-prev {
    margin-right: 14px !important;
}

.so5top2 .swiper-button-next {
    transform: rotate(180deg);
}

.so5top2 .swiper-button-prev:hover,
.so5top2 .swiper-button-next:hover {
    background: #13317A;
}

.so5top2 .swiper-button-prev::after,
.so5top2 .swiper-button-next::after {
    content: "";
}

.so5top2 .swiper-button-prev i,
.so5top2 .swiper-button-next i {
    font-size: 18px;
    color: #FFF;
}

.so5end {
    position: relative;
}

#so5sw {
    overflow: hidden;
}

#so5sw .ab3swimg {
    padding-bottom: 72%;
    margin-bottom: 0;
}

/* ind-cert */
.ind-cert {
    margin-bottom: 150px;
}

.so6top {
    align-items: center;
}

.so6top1p {
    margin-top: 30px;
}

.so6top1p p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 846px;
}

.so6top2 {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 12px;
}

.so6top2 .swiper-button-prev,
.so6top2 .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1;
    --w: 54px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #BBB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so6top2 .swiper-button-prev {
    margin-right: 14px !important;
}

.so6top2 .swiper-button-next {
    transform: rotate(180deg);
}

.so6top2 .swiper-button-prev:hover,
.so6top2 .swiper-button-next:hover {
    background: #13317A;
}

.so6top2 .swiper-button-prev::after,
.so6top2 .swiper-button-next::after {
    content: "";
}

.so6top2 .swiper-button-prev i,
.so6top2 .swiper-button-next i {
    font-size: 18px;
    color: #FFF;
}

.so6end {
    position: relative;
}

#so6sw {
    overflow: hidden;
}

#so6sw .ab4swimg-box {
    border-radius: 10px;
    position: relative;
}

#so6sw .ab4swimg {
    border-radius: 10px;
}

.so6swi {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.ab4sw-box:hover .so6swi {
    opacity: 1;
}

.so6swi img {
    width: 60px;
}

/* ind-test */
.ind-test {
    padding: 100px 0 126px;
    background: #F4F4F4;
}

.so7 .so5top1p p {
    max-width: 716px;
}

.so7top2 {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 12px;
}

.so7top2 .swiper-button-prev,
.so7top2 .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1;
    --w: 54px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #BBB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so7top2 .swiper-button-prev {
    margin-right: 14px !important;
}

.so7top2 .swiper-button-next {
    transform: rotate(180deg);
}

.so7top2 .swiper-button-prev:hover,
.so7top2 .swiper-button-next:hover {
    background: #13317A;
}

.so7top2 .swiper-button-prev::after,
.so7top2 .swiper-button-next::after {
    content: "";
}

.so7top2 .swiper-button-prev i,
.so7top2 .swiper-button-next i {
    font-size: 18px;
    color: #FFF;
}

/*  */
.so7end {
    padding: 0 8.6%;
}

.so7swbox {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background: #FFF;
    overflow: hidden;
}

.so7sw1 {
    width: 44%;
    flex: 0 0 auto;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.so7sw1 .img-box {
    padding-bottom: 108%;
}

.so7sw1 .img-box img {
    transition: all 0.5s ease;
}

.so7swbox:hover .so7sw1 .img-box img {
    transform: scale(1.08);
}

.so7sw1te {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 12;
    padding: 35px 30px;
}

.so7sw1smp {
    margin-bottom: 6px;
}

.so7sw1smp p {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.60);
    text-overflow: ellipsis;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: calc(var(--zj-ven2cona) * 1.14);
}

.so7sw1p p {
    color: #FFF;
    text-overflow: ellipsis;
    font-family: 'Onest';
    font-weight: 500;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
}

.so7sw2 {
    width: calc(56% - 50px);
    padding: 30px 0;
    padding-right: 54px;
}

.so7sw2svg {
    margin-bottom: 50px;
}

.so7sw2svg svg {
    width: 91px;
}

.so7sw2p {
    margin-bottom: 92px;
}

.so7sw2p p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    min-height: calc(var(--zj-subnav) * 1.5 * 5);
}

.so7sw2-2 i {
    font-size: 16px;
    color: rgba(19, 49, 122, 1);
}

/* ind-news */
.ind-news {
    padding: 150px 0;
}

.so8top2 {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 12px;
}

.so8top2 .swiper-button-prev,
.so8top2 .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1;
    --w: 54px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #BBB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so8top2 .swiper-button-prev {
    margin-right: 14px !important;
}

.so8top2 .swiper-button-next {
    transform: rotate(180deg);
}

.so8top2 .swiper-button-prev:hover,
.so8top2 .swiper-button-next:hover {
    background: #13317A;
}

.so8top2 .swiper-button-prev::after,
.so8top2 .swiper-button-next::after {
    content: "";
}

.so8top2 .swiper-button-prev i,
.so8top2 .swiper-button-next i {
    font-size: 18px;
    color: #FFF;
}

/*  */
.so8end {
    position: relative;
}

#so8sw {
    /* overflow: hidden; */
}

.so8swa {
    display: block;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.04);
    padding: 30px 30px 20px;
    transition: all 0.5s ease;
}

.so8swa:hover {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 7px 30px 3px rgba(19, 49, 122, 0.15);
}

.so8swh {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so8swh span {
    overflow: hidden;
    color: #222;
    text-overflow: ellipsis;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ft2-2lh);
    font-style: normal;
    line-height: calc(var(--zj-ft2-2lh) * 1.25);
    --size: 1px;
    --color: #13317A;
    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);
}

.so8swa:hover .so8swh span {
    color: #13317A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so8swp {
    padding-bottom: 46px;
    margin-bottom: 20px;
    position: relative;
}

.so8swp::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #DEDEDE;
}

.so8swp p {
    color: #666;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    height: calc(var(--zj-subnav) * 1.5 * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so8swnum p {
    color: #999;
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: calc(var(--zj-ven2cona) * 1.14);
}

/* ind-share */
.so9 .so5top1p p {
    max-width: 562px;
}

/*  */
/* ind_share */
.ind-share {
    padding: 0 0 160px;
}

.so7-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.so7-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.so7-l>a {
    display: block;
    width: 100%;
}

.so7-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so7-1 i {
    line-height: normal;
    margin-right: 20px;
    font-size: 34px;
    color: rgba(0, 0, 0, 1);
}

.so7-1 p {
    color: #222;
    font-family: 'Onest';
    font-weight: normal;
    font-size: var(--zj-ft2-2lh);
    font-style: normal;
    line-height: calc(var(--zj-ft2-2lh) * 1.33);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so7-l>a:hover .so7-1 p {
    color: #13317A;
}

.so7-1 p span {
    font-family: 'Manrope';
    font-weight: bold;
}

.so7_2 {
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 128%;
    margin-bottom: 20px;
}

.so7_2 img {
    transition: all 0.5s ease;
}

.so7_2 iframe[src=''],
.so7_2 iframe[data-src=''] {
    display: none;
    border: 1px solid #000;
}

@media (max-width: 1536px) {
    .ind-pro {
        padding: 90px 0 100px;
    }

    .so1u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so1l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .so1lend>ul li {
        margin-bottom: 8px;
    }

    .so1ltop {
        margin-bottom: 20px;
    }

    .so1lcar {
        right: -14%;
        bottom: -14%;
    }

    .so1lcar img {
        width: 150%;
    }

    .so2end1img1a .img-box {
        padding-bottom: 54%;
    }

    /*  */
    .ind-about {
        padding-bottom: 90px;
    }

    .so1top1smh {
        margin-bottom: 20px;
    }

    .so1top {
        margin-bottom: 50px;
    }

    /*  */
    .ind-manu {
        padding: 90px 0 0;
    }

    .so3h {
        margin-bottom: 50px !important;
    }

    .so3u {
        padding: 0 calc((100% - 90%) / 2);
        margin-right: calc(-.5 * 2.8rem);
        margin-left: calc(-.5 * 2.8rem);
    }

    .so3l {
        padding-right: calc(2.8rem * .5);
        padding-left: calc(2.8rem * .5);
        padding-bottom: 76px;
        padding-top: 46px;
    }

    .so3lh p {
        letter-spacing: 0;
    }

    .ind-cusp {
        padding: 100px 0 120px;
    }

    .so4l1i i {
        font-size: 18px;
    }

    .so4l {
        padding: 0 20px 0;
        margin-bottom: 30px;
    }

    .so4l.on {
        padding-top: 26px;
    }

    .so4l2p {
        padding-left: 52px;
        padding-bottom: 84px;
    }

    .so4l1h span {
        margin-right: 28px;
    }

    .so5top1smh {
        margin-bottom: 20px;
    }

    .so5top {
        margin-bottom: 50px;
    }

    .so8top2 .swiper-button-prev,
    .so7top2 .swiper-button-prev,
    .so6top2 .swiper-button-prev,
    .so5top2 .swiper-button-prev {
        margin-right: 8px !important;
    }

    .so8top2 .swiper-button-prev,
    .so8top2 .swiper-button-next,
    .so7top2 .swiper-button-prev,
    .so7top2 .swiper-button-next,
    .so6top2 .swiper-button-prev,
    .so6top2 .swiper-button-next,
    .so5top2 .swiper-button-prev,
    .so5top2 .swiper-button-next {
        --w: 44px;
    }

    .ind-fact {
        margin-bottom: 100px;
    }

    .ind-cert {
        margin-bottom: 100px;
    }

    .so7sw2svg svg {
        width: 54px;
    }

    .so7sw2svg {
        margin-bottom: 14px;
    }

    .so7sw2p {
        margin-bottom: 56px;
    }

    .so7sw1 .img-box {
        padding-bottom: 124%;
    }

    .ind-test {
        padding: 76px 0 90px;
    }

    .ind-news {
        padding: 86px 0;
    }

    .ind-share {
        padding: 0 0 80px;
    }
}


@media (max-width: 1199.9px) {
    .ind-ban {
        padding-top: 80px;
    }
}

@media (max-width: 992px) {
    .so1l {
        width: 50%;
    }

    .so1l:nth-child(3) {
        display: none;
    }

    .so2end {
        flex-direction: column;
    }

    .so2end1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .so2end2 {
        width: 100%;
    }

    .so7sw2 {
        width: calc(56% - 22px);
        padding: 22px 0;
        padding-right: 8px;
    }

    .so7sw2svg svg {
        width: 34px;
        height: 34px;
    }

    .so7end {
        padding: 0;
    }

    .so1top1 {
        margin-bottom: 20px;
    }

    .so1top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so7-1 i {
        margin-right: 10px;
        font-size: 24px;
    }

    .so3h p {
        letter-spacing: 0;
    }

    .so7-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so7-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

@media (max-width: 642px) {
    .so1l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2end1 {
        flex-direction: column;
    }

    .so2end1img1,
    .so2end1img2 {
        width: 100%;
    }

    .so2end1img1 {
        margin-bottom: 20px;
    }

    .so3l {
        width: 100%;
    }

    .so3l:nth-child(2)::after,
    .so3l:nth-child(2)::before {
        display: none;
    }

    .so3lh {
        margin-bottom: 20px;
    }

    .so3lp {
        margin-bottom: 60px;
    }

    .so3l {
        padding-bottom: 24px;
        padding-top: 14px;
    }

    .so4-1 {
        flex-direction: column;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .so4-1smh {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .so5top {
        flex-direction: column;
    }

    .so5top1 {
        margin-bottom: 10px;
    }

    .so8top2 .swiper-button-prev,
    .so8top2 .swiper-button-next,
    .so7top2 .swiper-button-prev,
    .so7top2 .swiper-button-next,
    .so6top2 .swiper-button-prev,
    .so6top2 .swiper-button-next,
    .so5top2 .swiper-button-prev,
    .so5top2 .swiper-button-next {
        --w: 34px;
    }

    .so5top2 .swiper-button-prev i,
    .so5top2 .swiper-button-next i {
        font-size: 14px;
    }

    .so6top {
        align-items: flex-end;
    }

    .so5top1p p {
        letter-spacing: 0;
    }

    .so7swbox {
        flex-direction: column;
    }

    .so7sw1 {
        width: 100%;
    }

    .so7sw2 {
        width: 100%;
        padding: 30px 12px;
    }

    .so8top2 {
        justify-content: flex-end;
    }

    .so5top {
        align-items: flex-start;
    }

    .so5top2,
    .so6top2,
    .so7top2,
    .so8top2 {
        width: 100%;
        margin-left: 0;
        justify-content: flex-end;
    }

    .so7-l {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 499px) {
    .ind-ban {
        padding-top: 56px;
    }

    .banner .swiper-pagination-bullet::after {
        --w: 20px;
    }

    .banner .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .banner .swiper-pagination {
        bottom: 16px;
    }

    .ind-pro {
        padding: 40px 0 50px;
    }

    .so1top1smh p {
        padding: 5px 12px;
    }

    .so1top1p p {
        letter-spacing: 0;
    }

    .so1top1smh {
        margin-bottom: 10px;
    }

    .so1top2a {
        padding: 4px 14px;
    }

    .so1top {
        margin-bottom: 20px;
    }

    .so1lenda {
        margin-bottom: 10px;
    }

    .so1top {
        margin-bottom: 20px;
    }

    .so2end1img1ico i {
        font-size: 20px;
        --w: 40px;
    }

    .so2end1img1p {
        padding: 12px;
    }

    .so2end1img2 {
        padding: 24px 12px;
    }

    .so2end1 {
        margin-bottom: 20px;
    }

    .so2end2p {
        margin-bottom: 20px;
    }

    .so2end2a {
        padding: 4px 18px;
    }

    .ind-about {
        padding-bottom: 50px;
    }

    .ind-manu {
        padding: 40px 0 0;
    }

    .so3h {
        margin-bottom: 20px !important;
    }

    .so3lp {
        margin-bottom: 40px;
    }

    .so4-1smh {
        padding: 6px 12px;
    }

    .so4-1h p {
        letter-spacing: 0;
    }

    .ind-cusp {
        padding: 52px 0 68px;
    }

    .so4l {
        padding: 0 12px 0;
    }

    .so4l.on {
        padding-top: 14px;
    }

    .so4l1h span {
        margin-right: 12px;
    }

    .so4l2p {
        padding-left: 26px;
        padding-bottom: 44px;
        margin-top: 18px;
    }

    .so4l1i i {
        font-size: 14px;
    }

    .so5top1smh p {
        padding: 5px 14px;
        letter-spacing: 0;
    }

    .so5top1smh {
        margin-bottom: 10px;
    }

    .so5top {
        margin-bottom: 20px;
    }

    .ind-fact {
        margin-bottom: 60px;
    }

    .so6top1p {
        margin-top: 20px;
    }

    .ind-cert {
        margin-bottom: 50px;
    }

    .ind-test {
        padding: 54px 0 56px;
    }

    .so7sw1te {
        padding: 15px 14px;
    }

    .so7sw2 {
        padding: 12px 12px;
    }

    .so7sw2p {
        margin-bottom: 36px;
    }

    .ind-news {
        padding: 56px 0;
    }

    .so8swa {
        padding: 20px 20px 14px;
    }

    .ind-share {
        padding: 0 0 30px;
    }

    .so7-l {
        margin-bottom: 14px;
    }
}


/*  */
.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: #222;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #13317A;
    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: #13317A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-h {
    margin-bottom: 16px;
}

.ne-h p {
    color: #2E3033;
    font-family: 'Inter';
    font-weight: 500;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: 1;
}

.ne-p {
    position: relative;
    margin-bottom: 48px;
}

.ne-p p {
    color: #525C66;
    font-family: 'Inter';
    font-weight: 500;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.3);
}


/*  */
.ven2-3 {
    position: relative;
    margin-right: 12px;
    height: 100%;
    display: flex;
    align-items: center;
}

.ven2-3a {
    display: flex;
    align-items: center;
}

.ven2-3a i {
    font-size: 12px;
    color: #FFF;
    transition: all 0.5s ease;
}

.ventricle .ven2-3a i {
    color: #222;
}

.ven2-3a span {
    margin: 0 8px;
    color: #fff;
    font-family: 'Outfit';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transition: all 0.5s ease;
}

/* .ven2-3a:hover span {
    color: #262861;
} */
.ventricle .ven2-3a span {
    color: #222;
}

@media (max-width: 1536px) {
    .ven2-3a span {
        margin: 0 6px;
    }
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 300%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    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-3: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: 4px 12px;
}

.ven2-3sec a img {
    width: 20px;
    margin-right: 4px;
}

.ven2-3sec a span {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.ven2-3sec a:hover span {
    color: #262861;
}

@media (max-width: 1199.9px) {
    .ven2-3a span {
        color: #222;
    }

    .ven2-3a i {
        color: #222;
    }
}