#ven {
    transition: all 0.5s ease;
    background: #FFF;
}

.ventricle {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1) !important;
}

#ven::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    left: 0;
    bottom: 0;
}

.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 14px 0;
    position: relative;
}

.ven1-loim img {
    width: 115px;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 2.52vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 4.56vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #fff;
    transition: all 0.5s ease;
}

.ven2-la:hover:after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;

    --size: 1px;
    --color: #262861;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #262861;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #262861;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #262861;
    padding: 11px 25px;
    cursor: pointer;
    margin-left: 40px;
}

.vensesv i {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    --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);
}

.vensesv:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-3 {
    position: relative;
}

.ven2-3a {
    display: flex;
    align-items: center;
}

.ven2-3a i {
    font-size: 16px;
    color: rgba(38, 40, 97, 1);
    transition: all 0.5s ease;
}

.ven2-3a i:nth-of-type(2) {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
}

.ven2-3a:hover i:nth-of-type(2) {
    color: #262861;
}

.ven2-3a span {
    margin: 0 8px;
    color: #444;
    font-family: 'Inter';
    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;
}

@media (max-width: 1536px) {
    .vensesv {
        padding: 6px 14px;
        margin-left: 16px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .ven1-loim img {
        width: 100px;
    }

    .ven2-l:last-child {
        margin-right: 3.56vw;
    }
}

@media (max-width: 1199.9px) {
    .logo1 {
        opacity: 0;
    }

    .logo2 {
        opacity: 1;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-2 {
        margin: 0 12px;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 80px;
    }

    .vensesv {
        background: #26286100;
        padding: 0;
    }

    .vensesv i {
        color: #262861;
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven2-2a p {
        display: none;
    }

    .ven2-2a i {
        margin-right: 0;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 4px;
}

#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: #262861;
    transition: all .5s;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #262861;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #262861;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #262861;
    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: 78px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #262861;
}

.xiantiao>a {
    color: #262861;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #262861;
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 66px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 300%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #262861;
    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: #262861;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #444;
    font-family: 'Oswald';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #0057A3;
    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: #0057A3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 238%;
    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 button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 288%;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 330%;
        right: -40px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 300%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-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;
}

/* gg */
.sub {
    position: relative;
    padding-top: 100px;
}

.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 {
        padding-top: 78px;
    }

    .sub-im img {
        height: 400px;
    }
}

@media (max-width: 499px) {
    .sub {
        padding-top: 64px;
    }

    .sub-im img {
        height: 176px;
    }
}

.subnav-box {
    margin-top: 64px;
    margin-bottom: 40px;
}

.subnav {
    position: relative;
    padding: 11.5px 20px;
}

.subnav::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
    z-index: -1;
}

.subnav .breadcrumb .breadcrumb-item::before {
    color: #444;
}

.subnav .breadcrumb .breadcrumb-item i {
    font-size: 14px;
    margin-right: 8px;
    color: rgba(38, 40, 97, 1);
}

.subnav .breadcrumb .breadcrumb-item a span {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

@media (max-width: 1536px) {
    .subnav {
        padding: 7.5px 16px;
    }

    .subnav-box {
        margin-top: 44px;
        margin-bottom: 30px;
    }
}

/* contact */
.con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 100px;
}

.con1 {
    width: calc(100% - 51.4% - 120px);
    padding: 30px 0;
}

.con1h {
    margin-bottom: 48px;
}

.con1h p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.con-l {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.con-l:last-child {
    margin-bottom: 0;
}

.con-l1 {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(38, 40, 97, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex: 0 0 auto;
}

.con-l1 i {
    color: rgba(38, 40, 97, 1);
    font-size: 20px;
}

.con-l2h {
    padding: 8px 0 12px;
}

.con-l2h p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.con-l2a span {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.con2 {
    width: 51.4%;
    flex: 0 0 auto;
    position: relative;
}

.con2h {
    position: absolute;
    width: 100%;
    left: 0;
    top: -80px;
    border-radius: 8px 8px 0px 0px;
    background: #262861;
    padding: 28px 30px;
}

.con2h p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.con2from {
    border-radius: 0px 0px 8px 8px;
    background: #F5F5F5;
    padding: 40px;
}

.con2-fou {
    margin-right: calc(-.5 * 1.24rem);
    margin-left: calc(-.5 * 1.24rem);
}

.con2-fol {
    margin-bottom: 20px;
    padding-right: calc(1.24rem * .5);
    padding-left: calc(1.24rem * .5);
}

.con2-fol input,
.con2-fol textarea {
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #26286100;
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
    padding: 13.5px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #262861;
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.con2-fol input::-moz-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.con2-fol input::-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.con2-fol textarea::-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.con2-fobt {
    display: flex;
    align-items: center;
}

.con2-fobt button {
    border-radius: 8px;
    background: #262861;
    padding: 13.5px 43px;
}

.con2-fobt button span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    --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);
}

.con2-fobt button:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .con {
        padding-bottom: 60px;
    }

    .con-l {
        margin-bottom: 20px;
    }

    .con-l1 {
        --w: 40px;
    }

    .con-l1 i {
        font-size: 16px;
    }

    .con2h {
        top: -60px;
        padding: 18px 20px;
    }

    .con2from {
        padding: 24px;
    }

    .con2-fou {
        margin-right: calc(-.5 * 0.6rem);
        margin-left: calc(-.5 * 0.6rem);
    }

    .con2-fol {
        margin-bottom: 10px;
        padding-right: calc(0.6rem * .5);
        padding-left: calc(0.6rem * .5);
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 8.5px 12px;
    }

    .con2-fobt button {
        padding: 9.5px 35px;
    }
}

@media (max-width: 992px) {
    .con {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        padding: 30px 0;
    }

    .con2 {
        width: 100%;
    }

    .con2h {
        position: relative;
        top: 0;
    }
}

@media (max-width: 642px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con1h {
        margin-bottom: 28px;
    }

    .con-l {
        margin-bottom: 12px;
    }

    .con2h {
        padding: 12px;
    }

    .con2from {
        padding: 12px;
    }

    .con2-fobt button {
        padding: 7.5px 35px;
    }

    .con {
        padding-bottom: 40px;
    }
}

/* footer */
.ft-box {
    background: rgba(13, 13, 26, 0.90);
}

.ft1 {
    padding: 100px 0 60px;
}

.ft1-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.ft1-1lf {
    width: 40.68%;
    flex: 0 0 auto;
}

.ft1-1for {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 16px;
}

.ft1-1for>input {
    width: calc(100% - 24px);
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    background: transparent;
}

.ft1-1for>input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ft1-1for>input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ft1-1for>input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ft1-1for>button {
    background: transparent;
}

.ft1-1for>button i {
    font-size: 14px;
    color: #FFF;
}

.ft1-1rg {}

.ft1share .a2a_kit {
    display: flex;
    align-items: center;
}

.ft1share .a2a_kit a {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    transition: all 0.5s ease;
}

.ft1share .a2a_kit a:hover {
    background: #262861;
    border: 1px solid #262861;
}

.ft1share .a2a_kit a:first-child {
    margin-left: 0;
}

.ft1share .a2a_kit a i {
    font-size: 16px;
    color: #FFF;
}

/*  */
.ft1-2u {
    display: flex;
}

.ft1-2l {
    padding-right: 7.7vw;
    flex: 0 0 auto;
}

.ft1-2l:last-child {
    padding-right: 0;
    flex: auto;
}

.ft1-2lh {
    margin-bottom: 32px;
}

.ft1-2lh span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.ft1-2la {
    margin-bottom: 16px;
    display: block;
}

.ft1-2la span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    opacity: 0.8;
    --size: 1px;
    --color: #fff;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-2la:hover span {
    opacity: 1;
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-2lasp {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    opacity: 0.8;
    transition: all 0.5s ease;
}

.ft1-2lasp:hover {
    color: #FFF;
    opacity: 1;
}

.ft1-2lasp span {
    margin-left: 4px;
    --size: 1px;
    --color: #fff;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-2lasp:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-2lasp,
.ft1-2lasp span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.ft3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
}

.ft3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
}

.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 14px;
}

.ft3-1copy span {
    color: #fff;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: capitalize;
    opacity: 0.6;
}

.ft3-1pow span {
    color: #fff;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #fff;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    opacity: 0.6;
}

.ft3-1pow:hover span {
    opacity: 1;
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 12px;
    background: #FFF;
    opacity: 0.6;
    margin: 0 16px;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #fff;
    font-family: 'Inter';
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    line-height: 100%;
    --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);
    opacity: 0.6;
}

.ft3-2a:hover span {
    opacity: 1;
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 80px 0 40px;
    }

    .ft1share .a2a_kit a {
        --w: 34px;
    }

    .ft1share .a2a_kit a i {
        font-size: 14px;
    }

    .ft1-2lh {
        margin-bottom: 22px;
    }

    .ft1-2la {
        margin-bottom: 10px;
    }

    .ft1-2lasp {
        margin-bottom: 8px;
    }

    .ft3 {
        padding: 12px 0;
    }
}

@media (max-width: 1199.9px) {
    .ft-box {
        padding-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .ft1 {
        padding: 40px 0 30px;
    }

    .ft1-1 {
        margin-bottom: 40px;
    }

    .ft1-2l {
        padding-right: 3.2vw;
    }

    .ft3-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2>span {
        margin: 0 8px;
    }
}

@media (max-width:768px) {
    .ft1-2u {
        flex-wrap: wrap;
    }

    .ft1-2l {
        width: 50%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .ft1-1 {
        flex-direction: column;
    }

    .ft1-1lf {
        width: 100%;
        margin-bottom: 20px;
    }

    .ft1-1rg {
        width: 100%;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width:499px) {
    .ft1-1 {
        margin-bottom: 30px;
    }

    .ft1-2l:nth-child(3),
    .ft1-2l:nth-child(4) {
        width: 100%;
    }

    .ft1-2la {
        margin-bottom: 4px;
    }

    .ft1-2lh {
        margin-bottom: 12px;
    }

    .ft1 {
        padding: 40px 0 0;
    }
}

/* news.html */
.news {
    padding-bottom: 100px;
}

.news-u {
    margin-bottom: 60px;
}

.news-lbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    position: relative;
}

.news-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #D9D9D9;
}

.news-lbox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #D9D9D9;
    display: none;
}

.news-l:last-child .news-lbox::before {
    display: block;
}

.news-l1 {
    display: flex;
    width: 31.4%;
    justify-content: space-between;
    flex: 0 0 auto;
}

.news-lnum p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 12px;
}

.news-lnum span {
    color: #222;
    text-align: right;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    display: block;
}

.news-limg {
    width: 78.4%;
    flex: 0 0 auto;
    padding-bottom: 52.4%;
    border-radius: 8px;
}

.news-limg img {
    transition: all 0.5s ease;
}

.news-lbox:hover .news-limg img {
    transform: scale(1.08);
}

.news-l2 {
    width: calc(100% - 31.4% - 30px);
}

.news-lh {
    margin-bottom: 16px;
    display: block;
}

.news-lh p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    min-height: calc(var(--zj-ven2-la) * 3);
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-lbox:hover .news-lh p {
    color: #262861;
}

.news-lp {
    margin-bottom: 40px;
}

.news-lp p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    min-height: calc(var(--zj-ven2cona) * 4.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-lbtn>a span {
    color: #444;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 6px;
    transition: all 0.5s ease;
}

.news-lbox:hover .news-lbtn>a span {
    color: rgba(38, 40, 97, 1);
}

.news-lbtn>a i {
    font-size: 14px;
    color: rgba(68, 68, 68, 1);
    transition: all 0.5s ease;
}

.news-lbox:hover .news-lbtn>a i {
    color: rgba(38, 40, 97, 1);
}

@media (max-width: 1536px) {
    .news {
        padding-bottom: 60px;
    }

    .news-u {
        margin-bottom: 30px;
    }

    .news-l1 {
        width: 33.4%;
    }

    .news-l2 {
        width: calc(100% - 33.4% - 30px);
    }

    .news-lh {
        margin-bottom: 10px;
    }

    .news-lp {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .news-lbox {
        flex-direction: column;
        padding: 20px 12px;
    }

    .news-l1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .news-lnum {
        flex: 0 0 auto;
    }

    .news-limg {
        display: none;
    }

    .news-l2 {
        width: 100%;
    }

    .news-lp p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: calc(var(--zj-ven2cona) * 3);
    }
}

@media (max-width: 499px) {
    .news-lbox {
        padding: 12px 0;
    }

    .news-lnum p {
        margin-bottom: 4px;
    }

    .news-l1 {
        margin-bottom: 4px;
    }

    .news-u {
        margin-bottom: 20px;
    }

    .news {
        padding-bottom: 40px;
    }
}

/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a,
.sub-page a {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    transition: all 0.5s ease;
}

.sub-page>a {
    margin: 0 12px;
}

.sub-page>a:nth-of-type(1) {
    transform: rotate(180deg);
}

.sub-page a i {
    font-size: 12px;
}

.sub-pagel a:hover,
.sub-page a:hover {
    background: #262861;
    color: #FFF;
}

.sub-pagel.on a {
    background: #262861;
    color: #FFF;
}

@media (max-width: 1536px) {

    .sub-pagel a,
    .sub-page a {
        --w: 36px;
    }
}

@media (max-width: 499px) {
    .subnav::after {
        width: 100%;
    }

    .subnav-box {
        margin-top: 34px;
        margin-bottom: 20px;
    }
}

/* oem */
.oem-box {
    padding: 88px 0 100px;
}

.oem1top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.oem1-1 {
    width: calc(50.7% - 30px);
    flex: 0 0 auto;
}

.oem1-1h {
    margin-bottom: 40px;
}

.oem1-1h p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.oem1-1p {
    margin-bottom: 24px;
}

.oem1-1p p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

.oem1-1l {
    display: flex;
    margin-bottom: 12px;
}

.oem1-1limg img {
    width: 24px;
    margin-right: 12px;
}

.oem1-1lp p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    padding-top: 4px;
    word-break: break-all;
}

.oem1-2 {
    width: 49.3%;
    flex: 0 0 auto;
    padding-bottom: 27.7%;
    border-radius: 8px;
}

.oem1end p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: var(var(--zj-ven2cona) * 1.5);
}

/*  */
.oem2 {
    padding-top: 60px;
}

.oem2-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.oem2-box:last-child {
    margin-bottom: 0;
}

.oem2-2 {
    justify-content: flex-end;
}

.oem2img {
    width: 58%;
    flex: 0 0 auto;
    padding-bottom: 24%;
    border-radius: 8px;
}

.oem2img img {
    transition: all 0.5s ease;
}

.oem2img:hover img {
    transform: scale(1.08);
}

.oem2te {
    position: absolute;
    width: 49.24%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    background: #F5F5F5;
    z-index: 12;
    padding: 64px 20px;
}

.oem2-2 .oem2te {
    right: auto;
    left: 0;
}

.oem2h {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.oem2h::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #262861;
}

.oem2h p {
    color: #222;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

.oem2p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.oem2p p {
    color: #444;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    max-width: 570px;
}

.oem3-box {
    padding: 88px 0;
}

.oem3h {
    margin-bottom: 24px;
}

.oem3h p {
    color: #222;
    text-align: center;
    font-family: 'Oswald';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.oem3p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.oem3p p {
    color: #444;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    max-width: 930px;
}

.oem3btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.oem3btn>a {
    border-radius: 8px;
    background: #262861;
    display: block;
    padding: 13.5px 28px;
}

.oem3btn>a span {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --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);
}

.oem3btn>a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .oem-box {
        padding: 68px 0 80px;
    }

    .oem3-box {
        padding: 68px 0;
    }

    .oem2te {
        padding: 24px 10px;
    }
}

@media (max-width: 992px) {
    .oem1top {
        flex-direction: column;
    }

    .oem1-1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .oem1-2 {
        width: 100%;
        padding-bottom: 67.7%;
    }

    .oem2-box {
        flex-direction: column-reverse;
    }

    .oem2img {
        width: 100%;
        padding-bottom: 40%;
    }

    .oem2te {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transform: translateY(0);
    }

    .oem2-2 {
        flex-direction: column;
    }
}

@media (max-width: 499px) {
    .oem-box {
        padding: 30px 0 40px;
    }

    .oem1-1h {
        margin-bottom: 20px;
    }

    .oem1top {
        margin-bottom: 20px;
    }

    .oem2 {
        padding-top: 40px;
    }

    .oem3h {
        margin-bottom: 12px;
    }

    .oem3p {
        margin-bottom: 24px;
    }

    .oem3-box {
        padding: 30px 0;
    }
}

/* application */
.appli {
    padding-bottom: 100px;
}

.applih {
    margin-bottom: 24px;
}

.applih p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.applip {
    margin-bottom: 48px;
}

.applip p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
}

.appli-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 20px;
}

.appli-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 40px;
}


.appli-lbox {
    padding-bottom: 84px;
    position: relative;
}

.appli-limg {
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 57%;
}

.appli-limg img {
    transition: all 0.5s ease;
}

.appli-lbox:hover .appli-limg img {
    transform: scale(1.08);
}

.appli-lte {
    position: absolute;
    width: calc(100% - 60px);
    border-radius: 8px;
    background: #F5F5F5;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 30px;
    z-index: 12;
    transition: all 0.5s ease;
}

.appli-lbox:hover .appli-lte {
    background: #262861;
}

.appli-la {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.appli-la span {
    color: #222;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    transition: all 0.5s ease;
}

.appli-lbox:hover .appli-la span {
    color: #FFF;
}

.appli-lap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appli-lap p {
    color: #444;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    max-width: 570px;
    transition: all 0.5s ease;
}

.appli-lbox:hover .appli-lap p {
    color: #FFF;
}

@media (max-width: 1536px) {
    .appli {
        padding-bottom: 60px;
    }

    .appli-lte {
        padding: 12px;
    }
}

@media (max-width: 992px) {
    .appli-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .appli {
        padding-bottom: 40px;
    }

    .applip {
        margin-bottom: 28px;
    }

    .appli-u {
        margin-bottom: 10px;
    }

    .appli-l {
        margin-bottom: 20px;
    }

    .appli-lte {
        width: calc(100% - 24px);
    }
}

/* about */
.ab1 {
    padding: 100px 0;
}

.ab1top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}

.ab1h {
    padding-right: 12px;
}

.ab1h p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
    max-width: 245px;
}

.ab1p {
    width: 66.4%;
    flex: 0 0 auto;
}

.ab1p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
}

.ab1end {
    position: relative;
}

.ab1img {
    padding-bottom: 28.6%;
    border-radius: 8px;
}

.ab1vico {
    position: absolute;
    --w: 120px;
    width: var(--w);
    height: var(--w);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 12.4%;
    top: 0%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
}

.ab1vico::after {
    position: absolute;
    content: "";
    width: 187px;
    height: 70px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background: url(../img/videoh.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.ab1vico i {
    font-size: 16px;
    color: #FFF;
    display: block;
    position: relative;
    z-index: 11;
}

.ab1vico>span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    top: 0;
    left: 0;
    animation: text-eff95 12s linear infinite;
    z-index: 10;
}

@keyframes text-eff95 {
    to {
        rotate: -360deg;
    }
}

.ab1vico>a {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 12;
}

/*  */
.ab2 {
    position: relative;
    padding: 100px 0 120px;
}

.ab2bg {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 346px;
}

.ab2-box {
    position: relative;
    z-index: 12;
}

.ab2h {
    margin-bottom: 48px;
}

.ab2h p {
    color: #FFF;
    font-family: 'Oswald';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
    text-align: center;
}

.ab2-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.ab2-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.ab2-lbox {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    padding: 30px;
    height: 100%;
    position: relative;
}

.ab2-lbox::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    --w: 90px;
    width: var(--w);
    height: var(--w);
    border-radius: 0px 0px 45px 0px;
    background: #262861;
    z-index: 10;
}

.ab2-ltop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 58px;
    position: relative;
    z-index: 12;
}

.ab2-lico {
    transform: translate(-4px, -4px);
    transition: all 0.5s ease;
}

.ab2-lbox:hover .ab2-lico {
    transform: translate(-4px, -4px) rotateY(360deg);
}

.ab2-lico img {
    --w: 36px;
    width: var(--w);
    height: var(--w);
}

.ab2-lnum p {
    color: #262861;
    text-align: right;
    font-family: 'Oswald';
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    opacity: 0.1;
}

.ab2-lh {
    margin-bottom: 20px;
}

.ab2-lh p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.ab2-lp p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    word-break: break-word;
}

/* ab3 */
.ab3h {
    margin-bottom: 16px;
}

.ab3-box {
    position: relative;
    z-index: 12;
}

.ab3h p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.ab3p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    max-width: 810px;
}

.ab3sw {
    position: relative;
}

#ab3sw {
    overflow: hidden;
}

.ab3sw-box {
    border-radius: 8px;
    border: 1px solid #B8CCCC;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    padding: 10px;
    cursor: pointer;
    margin: 1px;
}

.ab3swimg-box {
    height: 100%;
}

#ab3sw .swiper-wrapper {
    align-items: flex-end;
}

/* #ab3sw .swiper-wrapper .swiper-slide-visible .ab3sw-box {
    height: 420px !important;
} */

.ab3sw {
    height: 226px;
    display: flex;
    align-items: flex-end;
}

.ab3swimg {
    transition: all 0.5s ease;
    padding-bottom: 50%;
}

.ab3swimg img {
    transition: all 0.5s ease;
}

.ab3sw-box:hover .ab3swimg img {
    transform: scale(1.08);
}

/* #ab3sw .swiper-wrapper .swiper-slide-visible .ab3swimg {
    padding-bottom: 400px;
} */

.ab3 {
    /* padding-bottom: 120px; */
    position: relative;
}

.ab3::after {
    position: absolute;
    content: "";
    width: 57%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/ab3bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

#ab3sw .swiper-button-prev,
#ab3sw .swiper-button-next {
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid rgba(38, 40, 97, 0.5);
    transition: all 0.5s ease;
    top: 44px;
}

#ab3sw .swiper-button-prev {
    left: 0;
}

#ab3sw .swiper-button-next {
    right: auto;
    left: 64px;
}

#ab3sw .swiper-button-prev:hover,
#ab3sw .swiper-button-next:hover {
    background: rgba(38, 40, 97, 1);
    border: 1px solid rgba(38, 40, 97, 1);
}

#ab3sw .swiper-button-prev::after,
#ab3sw .swiper-button-next::after {
    font-size: 14px;
    color: rgba(38, 40, 97, 1);
    font-weight: bolder;
    transition: all 0.5s ease;
}

#ab3sw .swiper-button-prev:hover:after,
#ab3sw .swiper-button-next:hover:after {
    color: #FFF;
}

/*  */
.ab4 {
    background: #F5F5F5;
    padding: 100px 0;
}

.ab4 .ab3p {
    margin-bottom: 48px;
}

.ab4sw {
    position: relative;
}

.ab4sw .swiper-slide {
    opacity: 0.2;
    transition: all 0.5s ease;
}

.ab4sw .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.ab4sw-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.ab4swimg {
    padding-bottom: 73%;
    border-radius: 8px;
    overflow: hidden;
}

.ab4swimg img {
    transition: all 0.5s ease;
}

.ab4sw-box:hover .ab4swimg img {
    transform: scale(1.08);
}

.ab4swh {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -48px;
    z-index: 12;
    border-radius: 8px;
    opacity: 0.8;
    background: #262861;
    padding: 16px 12px;
    transition: all 0.5s ease;
}

.ab4sw-box:hover .ab4swh {
    bottom: 0;
}

.ab4swh p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}

.ab4swbtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 48px;
}

.ab4swbtn .swiper-button-prev,
.ab4swbtn .swiper-button-next {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid rgba(38, 40, 97, 0.5);
    margin-right: 16px;
    transition: all 0.5s ease;
}

.ab4swbtn .swiper-button-prev:hover,
.ab4swbtn .swiper-button-next:hover {
    background: rgba(38, 40, 97, 1);
    border: 1px solid rgba(38, 40, 97, 1);
}

.ab4swbtn .swiper-button-prev::after,
.ab4swbtn .swiper-button-next::after {
    font-size: 14px;
    color: rgba(38, 40, 97, 1);
    font-weight: bolder;
    transition: all 0.5s ease;
}

.ab4swbtn .swiper-button-prev:hover:after,
.ab4swbtn .swiper-button-next:hover:after {
    color: #FFF;
}

/*  */
.ab5 {
    padding: 0 0 100px;
}

.ab3 {
    padding-top: 100px;
}

.ab5h {
    margin-bottom: 16px;
}

.ab5h p {
    color: #222;
    text-align: center;
    font-family: 'Oswald';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.ab5p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.ab5p p {
    color: #444;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    max-width: 930px;
}

.ab5sw {
    position: relative;
}

#ab5sw {
    overflow: hidden;
}

.ab5swimg {
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 66%;
}

.ab5swimg img {
    transition: all 0.5s ease;
}

.ab5swimg:hover img {
    transform: scale(1.08);
}

.ab5swbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.ab5swbtn .swiper-button-prev,
.ab5swbtn .swiper-button-next,
.ab5swbtn .swiper-scrollbar {
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.ab5swbtn .swiper-scrollbar {
    max-width: 1290px;
    height: 2px;
    overflow: hidden;
    background: #D9D9D9;
}

.ab5swbtn .swiper-scrollbar .swiper-scrollbar-drag {
    background: #262861;
}

.ab5swbtn .swiper-button-prev::after,
.ab5swbtn .swiper-button-next::after {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    font-weight: bolder;
    transition: all 0.5s ease;
}

.ab5swbtn .swiper-button-prev:hover:after,
.ab5swbtn .swiper-button-next:hover:after {
    color: rgba(38, 40, 97, 1);
}

@media (max-width: 1536px) {
    .ab1 {
        padding: 60px 0;
    }

    .ab1vico {
        position: absolute;
        --w: 80px;
    }

    .ab1vico::after {
        width: 144px;
        height: 50px;
    }

    .ab2 {
        position: relative;
        padding: 60px 0 80px;
    }

    .ab2-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ab2-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .ab4 {
        padding: 60px 0;
    }

    .ab5 {
        padding: 0 0 60px;
    }

    .ab3 {
        padding-top: 60px;
    }
}

@media (max-width: 1199.9px) {

    #ab3sw .swiper-button-prev,
    #ab3sw .swiper-button-next {
        --w: 48px;
        width: var(--w);
        height: var(--w);
        border-radius: 50%;
        border: 1px solid rgba(38, 40, 97, 0.5);
        transition: all 0.5s ease;
        top: 32px;
    }
}

@media (max-width: 992px) {
    .ab1top {
        flex-direction: column;
    }

    .ab1h {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .ab1p {
        width: 100%;
    }

    .ab1img {
        padding-bottom: 34.6%;
    }

    .ab2-l {
        width: 50%;
        margin-bottom: 20px;
    }

    /*  */
    #ab3sw .swiper-wrapper .swiper-slide-visible .ab3sw-box {
        height: auto !important;
    }

    .ab3sw {
        height: auto;
        display: flex;
        align-items: flex-end;
    }

    /* #ab3sw .swiper-wrapper .swiper-slide-visible .ab3swimg {
        padding-bottom: 100%;
    } */

    #ab3sw {
        padding-top: 80px;
    }

    .ab3 {
        /* padding-bottom: 70px; */
    }
}

@media (max-width: 642px) {
    .ab2-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1 {
        padding: 30px 0;
    }

    .ab1img {
        padding-bottom: 48.6%;
    }

    .ab1vico {
        left: 27.4%;
    }

    .ab2 {
        padding: 30px 0 20px;
    }

    .ab3 {
        /* padding-bottom: 30px; */
    }

    #ab3sw {
        padding-top: 20px;
    }

    #ab3sw .swiper-button-prev,
    #ab3sw .swiper-button-next {
        display: none;
    }

    .ab2h {
        margin-bottom: 28px;
    }

    .ab2-lico img {
        --w: 30px;
    }

    .ab2-lbox::after {
        --w: 60px;
        border-radius: 0px 0px 26px 0px;
    }

    .ab2-lbox {
        padding: 20px;
    }

    .ab2-ltop {
        margin-bottom: 26px;
    }

    .ab4 {
        padding: 30px 0;
    }

    .ab4 .ab3p {
        margin-bottom: 28px;
    }

    .ab4swbtn {
        margin-top: 28px;
    }

    .ab4swbtn .swiper-button-prev,
    .ab4swbtn .swiper-button-next {
        --w: 38px;
        margin-right: 8px;
    }

    .ab5 {
        padding: 0 0 30px;
    }

    .ab3 {
        padding-top: 30px;
    }

    .ab5p {
        margin-bottom: 28px;
    }

    .ab5swbtn {
        margin-top: 20px;
    }
}

/* ind-ban */
.ind-ban {
    margin-top: 100px;
}

.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: 32px;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: calc(810 / 1920 * 100%);
}

.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: calc(810 / 1920 * 100%);
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\ea82';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.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) {
    .ind-ban {
        margin-top: 78px;
    }

    .banner .swiper-pagination {
        bottom: 20px;
    }
}

@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: 66%;
    }

    .banner-video-box {
        padding-bottom: 66%;
    }

    .banner .swiper-pagination-bullet {
        width: 30px !important;
        height: 4px !important;
        margin: 0 4px !important;

    }

    .banner .swiper-pagination-bullet svg {
        width: 30px !important;
        height: 4px !important;
        display: none !important;
    }

    .banner .swiper-pagination-bullet span {
        width: 30px !important;
        height: 4px !important;
    }
}

.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: 48px;
    height: 4px;
    margin: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 1;
    background: none;
}

.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 !important;
}

.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%;

    width: 48px;
    height: 4px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
}

.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);
    display: none !important;
}

.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); */
    /* background: rgba(255, 255, 255, 1); */
}

.banner .swiper-pagination-bullet-active span:after {
    background-color: #fff;
}


.banner .swiper-pagination-bullet span::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.banner .swiper-pagination-bullet-active span::before {
    -webkit-animation: movedong1 5s ease-out;
    animation: movedong1 5s ease-out;
}

@-webkit-keyframes movedong1 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes movedong1 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-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: 499px) {
    .ind-ban {
        margin-top: 66px;
    }
}

.so1 {
    padding: 120px 0 160px;
}

.so1top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
}

.so1h {
    margin-bottom: 16px;
}

.so1h p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
}

.so1p p span {
    color: #262861;
}

.so1p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 810px;
}


.so1a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #CCC;
    padding: 10.5px 22px;
    transition: all 0.5s ease;
}

.so1a:hover {
    background: #262861;
    border: 1px solid #262861;
}

.so1a span {
    color: #444;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.so1a:hover span {
    color: #FFF;
}

.so1a i {
    font-size: 14px;
    color: #444;
    transition: all 0.5s ease;
}

.so1a:hover i {
    color: #FFF;
}

/*  */
.so1-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.so1-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.so1-la {
    border-radius: 8px;
    background: #F5F5F5;
    display: block;
}

.so1-limg {
    border-radius: 8px;
    overflow: hidden;
    mix-blend-mode: multiply;
    margin-bottom: 24px;
}

.so1-limg img {
    transition: all 0.5s ease;
}

.so1-la:hover .so1-limg img {
    transform: scale(1.08);
}

.so1-lte {
    padding: 0 24px 24px;
}

.so1-lh {
    margin-bottom: 12px;
}

.so1-lh p {
    color: #262861;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-lp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-lp span {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
    --size: 1px;
    --color: #262861;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so1-la:hover .so1-lp span {
    color: #262861;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* so2 */
.so2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px !important;
}

.so2h {
    width: 52%;
    flex: 0 0 auto;
}

.so2h p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
    max-width: 690px;
}

.so2h p span {
    color: #262861;
}

.so2p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    max-width: 570px;
}

/*  */
.so2-video .ab1img {
    padding-bottom: 23.6%;
    border-radius: 1px;
}

.so2-video .ab1vico {
    left: auto;
    right: 16%;
}

/* ind-about so3 */
.so3 {
    padding: 80px 0 190px;
}

.so3-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.so3-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.so3-la {
    display: block;
    border-radius: 8px;
    background: #F5F5F5;
    height: 100%;
    padding: 60px 40px 82px;
    position: relative;
}

.so3-la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #2395F6;
    left: 0;
    bottom: -4px;
}

.so3-lico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.so3-lico img {
    width: 60px;
    height: auto;
}

.so3-lh {
    margin-bottom: 16px;
}

.so3-lh p {
    color: #222;
    text-align: start;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.so3-lp p {
    color: #444;
    text-align: start;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    word-wrap: break-word;
}

.so3-lbtn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -29px;
    z-index: 12;
    display: none;
}

.so3-lbtna {
    --w: 52px;
    width: var(--w);
    height: var(--w);
    background: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so3-la:hover .so3-lbtna {
    background: #262861;
}

.so3-lbtna i {
    font-size: 14px;
    color: rgba(38, 40, 97, 1);
}

.so3-la:hover .so3-lbtna i {
    color: #FFF;
}

/* ind-appli so4 */
.ind-appli {
    position: relative;
    padding-bottom: 136px;
}

.ind-appli::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    max-height: 562px;
    left: 0;
    bottom: 0;
    background: url(../img/so4bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.ind-appli::before {
    position: absolute;
    content: "";
    width: 865px;
    height: 128px;
    right: 60px;
    top: 44px;
    background: url(../img/ywbg.png) no-repeat;
    /* background-size: cover;
    background-position: center; */
    pointer-events: none;
}

.so4h {
    margin-bottom: 56px;
}

.so4h p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
}

.so4h p span {
    color: #262861;
}

.so4sw {
    position: relative;
}

#so4sw {
    padding: 0 90px;
}

.so4sw-box {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #F5F5F5;
}

.so4sw1 {
    width: 50%;
    flex: 0 0 auto;
}

.so4sw1-img {
    padding-bottom: 56%;
    border-radius: 8px;
}

.so4sw1-img img {
    transition: all 0.5s ease;
}

.so4sw-box:hover .so4sw1-img img {
    transform: scale(1.08);
}

.so4sw2 {
    width: 50%;
    flex: 0 0 auto;
    padding: 12px 40px;
}

.so4sw2h {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4sw .swiper-button-prev,
.so4sw .swiper-button-next {
    background: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so4sw .swiper-button-prev:hover,
.so4sw .swiper-button-next:hover {
    background: rgba(38, 40, 97, 1);
    /* border: 1px solid rgba(255, 255, 255, 1); */
}

.so4sw .swiper-button-prev {
    left: -24px;
}

.so4sw .swiper-button-next {
    right: -24px;
}

.so4sw .swiper-button-prev::after,
.so4sw .swiper-button-next::after {
    font-size: 14px;
    color: rgba(38, 40, 97, 1);
    font-weight: bolder;
    transition: all 0.5s ease;
}

.so4sw .swiper-button-prev:hover:after,
.so4sw .swiper-button-next:hover:after {
    color: #FFF;
}

.so4sw2h::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #262861;
    left: 0;
    bottom: 0;
}

.so4sw2h p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) 1.25);
}

.so4sw2p {
    margin-bottom: 55px;
}

.so4sw2p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4sw2btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so4swpag {
    margin-top: 68px;
}

.so4swpag .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so4swpag .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(68, 68, 68, 1);
    margin: 0;
    margin-right: 40px;
    position: relative;
    transition: all 0.5s ease;
}

.so4swpag .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(68, 68, 68, 0);
}

.so4swpag .swiper-pagination .swiper-pagination-bullet::after {
    color: #444;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    /* 14px */
    position: absolute;
    content: "01";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(38, 40, 97, 1);
    /* rgba(38, 40, 97, 1) rgba(204, 204, 204, 1) */
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.5s ease;
}

.so4swpag .swiper-pagination .swiper-pagination-bullet-active::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(2)::after {
    content: "02";
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(3)::after {
    content: "03";
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(4)::after {
    content: "04";
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(5)::after {
    content: "05";
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(6)::after {
    content: "06";
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(7)::after {
    content: "07";
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(8)::after {
    content: "08";
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(9)::after {
    content: "09";
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(10)::after {
    content: "10";
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(11)::after {
    content: "11";
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(12)::after {
    content: "12";
}

.so4swpag .swiper-pagination .swiper-pagination-bullet:nth-child(13)::after {
    content: "13";
}

/* ind-chose so5 */
.so5 {
    padding: 120px 0;
}

.so5top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 96px;
}

.so5h p {
    color: #FFF;
    font-family: 'Oswald';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
}

.so5chan {
    position: relative;
    display: flex;
    align-items: center;
}

.so5chan .swiper-button-prev,
.so5chan .swiper-button-next {
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so5chan .swiper-button-prev:hover,
.so5chan .swiper-button-next:hover {
    background: #FFF;
    border: 1px solid rgba(255, 255, 255, 1);
}

.so5chan .swiper-button-prev {
    margin-right: 16px;
}

.so5chan .swiper-button-prev::after,
.so5chan .swiper-button-next::after {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: bolder;
    transition: all 0.5s ease;
}

.so5chan .swiper-button-prev:hover:after,
.so5chan .swiper-button-next:hover:after {
    color: rgba(38, 40, 97, 1);
}

.so5end {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.so5endbg {
    position: absolute;
    width: 41%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 27%;
    border-radius: 8px;
    overflow: hidden;
}

#so5sw {
    overflow: hidden;
    width: 75%;
    flex: 0 0 auto;
}

.so5sw-box {
    border-radius: 8px;
    background: #FFF;
    padding: 40px;
}

.so5sw1 {
    display: flex;
    align-items: center;
    position: relative;
}

.so5sw1>img {
    position: absolute;
    width: 48px;
    height: 48px;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.so5swimg {
    width: 48px;
    flex: 0 0 auto;
    padding-bottom: 48px;
    border-radius: 50%;
    margin-right: 16px;
}

.so5swh {
    margin-bottom: 12px;
}

.so5swh p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.so5swp p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.so5sw2 {
    margin-top: 42px;
    padding-top: 24px;
    position: relative;
}

.so5sw2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #D9D9D9;
}

.so5sw2 {
    margin-bottom: 32px;
}

.so5sw2 p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
}

.so5sw3 {
    display: flex;
    align-items: center;
}

.so5sw3 i {
    font-size: 12px;
    color: rgba(255, 156, 0, 1);
    margin-right: 8px;
    display: block;
}

/* so6 */
.so6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 0;
}

.so6lf {
    width: 38%;
    flex: 0 0 auto;
}

.so6lf-h {
    margin-bottom: 40px;
}

.so6lf-h p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
    max-width: 338px;
}

.so6lf-h p span {
    color: #262861;
}

.so6lf-p {
    margin-bottom: 100px;
}

.so6lf-p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 450px;
}

.so6lf-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so6rg {
    width: 58%;
    flex: 0 0 auto;
}

.so6rg-l {
    margin-bottom: 20px;
}

.so6rg-l:last-child {
    margin-bottom: 0;
}

.so6rg-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #F5F5F5;
    padding: 30px 40px 30px 30px;
}

.so6rg-lte {
    width: 89%;
    flex: 0 0 auto;
}

.so6rg-lnum {
    margin-bottom: 16px;
}

.so6rg-lnum p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}

.so6rg-lp p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so6rg-la:hover .so6rg-lp p {
    color: rgba(38, 40, 97, 1);
}

.so6rg-lico i {
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.so6rg-la:hover .so6rg-lico i {
    color: rgba(38, 40, 97, 1);
}

@media (max-width: 1536px) {
    .so1 {
        padding: 80px 0 90px;
    }

    .so1right {
        flex: 0 0 auto;
    }

    .so3 {
        padding: 60px 0 90px;
    }

    .so3-la {
        padding: 40px 20px 62px;
    }

    .so3-lico img {
        width: 40px;
    }

    .so5 {
        padding: 90px 0;
    }

    .so5top {
        margin-bottom: 76px;
    }

    .so5endbg {
        width: 47%;
        padding-bottom: 29%;
    }

    .so5sw2 {
        margin-bottom: 22px;
        margin-top: 32px;
        padding-top: 14px;
    }

    .so6 {
        padding: 60px 0;
    }

    .so5sw1>img {
        width: 38px;
        height: 38px;
    }

    .so1-limg {
        margin-bottom: 12px;
    }

    .so1-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so1-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .so1-lte {
        padding: 0 12px 12px;
    }

    .ind-appli::before {
        width: 40%;
        height: auto;
        background-size: cover;
        background-position: center;
    }

    #so4sw {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    .so1top {
        flex-direction: column;
        align-items: flex-start;
    }

    #so4sw {
        padding: 0 0;
    }

    .so4sw-box {
        flex-direction: column;
    }

    .so4sw1,
    .so4sw2 {
        width: 100%;
    }

    .so4sw2 {
        padding: 12px 20px;
    }

    .so4h {
        margin-bottom: 26px;
    }

    .so4sw2p {
        margin-bottom: 25px;
    }

    .so4swpag {
        display: none;
    }

    .ind-appli {
        position: relative;
        padding-bottom: 36px;
    }

    .so1left {
        margin-bottom: 20px;
    }

    .so1-l {
        width: 50%;
        margin-bottom: 20px;
    }

    .so2 {
        margin-bottom: 40px !important;
        flex-direction: column;
    }

    .so2h {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2-video .ab1img {
        padding-bottom: 35.6%;
    }

    .so3-l {
        width: 50%;
        margin-bottom: 40px;
    }

    .so3 {
        padding: 60px 0 40px;
    }

    .so5top {
        margin-bottom: 36px;
    }

    .so5 {
        padding: 60px 0;
    }

    #so5sw {
        width: 100%;
    }

    .so6 {
        flex-direction: column;
    }

    .so6lf {
        width: 100%;
        margin-bottom: 20px;
    }

    .so6lf-p {
        margin-bottom: 40px;
    }

    .so6rg {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .so1-l {
        width: 100%;
    }

    .so3-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .so1 {
        padding: 40px 0 20px;
    }

    .so1top {
        margin-bottom: 36px;
    }

    .so2-video .ab1img {
        padding-bottom: 47.6%;
    }

    .so2 {
        margin-bottom: 62px !important;
        flex-direction: column;
    }

    .so3 {
        padding: 30px 0 20px;
    }

    .so3-lico {
        margin-bottom: 20px;
    }

    .so3-la {
        padding: 20px 10px 42px;
    }

    .so5top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so5h {
        margin-bottom: 20px;
    }

    .so5chan .swiper-button-prev,
    .so5chan .swiper-button-next {
        --w: 40px;
        margin-right: 8px;
    }

    .so5 {
        padding: 40px 0;
    }

    .so5sw-box {
        padding: 20px;
    }

    .so5sw2 {
        margin-bottom: 12px;
        margin-top: 22px;
        padding-top: 14px;
    }

    .so5top {
        margin-bottom: 16px;
    }

    .so6 {
        padding: 40px 0 30px;
    }

    .so6lf-h {
        margin-bottom: 20px;
    }

    .so6lf-p {
        margin-bottom: 20px;
    }

    .so6rg-l {
        margin-bottom: 12px;
    }

    .so6rg-la {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 8px;
        background: #F5F5F5;
        padding: 10px 20px 10px 10px;
    }

    .so6rg-lico i {
        font-size: 16px;
    }
}

/*  */
/* products */
#pro1 {
    position: relative;
    top: 0;
    transition: all .6s;
}

/*  */
.pro {
    padding-bottom: 100px;
}

.pro1h {
    margin-bottom: 24px;
}

.pro1h p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.pro1p {
    margin-bottom: 48px;
}

.pro1p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
}

.pro2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro2-1 {
    width: 23.46%;
    flex: 0 0 auto;
    position: sticky;
    top: 116px;
}

.pro2-1bg {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 8px;
}

.pro2-1h {
    border-radius: 8px;
    background: #262861;
    padding: 20px 12px;
}

.pro2-1h p {
    color: #FFF;
    font-family: 'Oswald';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.pro2-2 {
    width: calc(100% - 23.46% - 30px);
}

.pro2-1u {
    padding: 0 16px;
}

.pro2-1l {
    position: relative;
    padding: 20px 0 4px;
}

.pro2-1l::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #CCC;
    left: 0;
    bottom: 0;
}

.pro2-1l:last-child:after {
    display: none;
}

.pro2-1l1 {
    margin-bottom: 16px;
}

.pro2-1l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro2-1l1a span {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    transition: all 0.5s ease;
    padding-right: 12px;
}

.pro2-1l1a:hover span {
    color: #262861;
}

.pro2-1l1a i {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    transition: all 0.5s ease;
}

.pro2-1l1a:hover i {
    color: #262861;
}

.pro2-1l.on .pro2-1l1a i {
    transform: rotate(180deg);
}

.pro2-1l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2-1l.on .pro2-1l2 {
    max-height: 400px;
    opacity: 1;
}

.pro2-1l2sa {
    padding: 0 8px;
}

.pro2-1l2a {
    display: block;
    margin-bottom: 12px;
}

.pro2-1l2a:last-child {
    margin-bottom: 28px;
}

.pro2-1l2a span {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --size: 1px;
    --color: #262861;
    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 span {
    color: #262861;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-1l2a:hover span {
    color: #262861;
    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: 30px;
}

.pro2-2l {
    margin-bottom: 30px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.pro2-2lbox {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 10px 10px 16px;
}

.pro2-2limg {
    margin-bottom: 16px;
    overflow: hidden;
    mix-blend-mode: multiply;
    padding-bottom: 66%;
}

.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: center;
}

.pro2-2lh p {
    color: #222;
    text-align: center;
    font-family: man5;
    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;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    max-width: 295px;
}

.pro2-2lbox:hover .pro2-2lh p {
    color: #BF0011;
}

/* 搜索无结果 */
.nores-h {
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #262861;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-family: 'Inter';
    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: os7;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    line-height: 100%;
}

/* 产品详情 */
/* product-show */
.prode-box {
    padding: 98px 0 70px;
}

.prode1 {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.prode1-2 {
    width: calc(48.6% - 60px);
    flex: 0 0 auto;
}

.prode1-2 .subnav-box {
    margin-top: 0;
}

.prode1-2h {
    margin-bottom: 40px;
}

.prode1-2h p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.prode1-2p {
    margin-bottom: 48px;
}

.prode1-2p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
}

.prode1-2p p span {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
}

.prode1-2share {
    margin-bottom: 108px;
}

.prode1-2share p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.prode1-2btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #26286100;
    border: 1px solid #262861;
    padding: 12px 20.5px;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #262861;
}

.prode1-2a i {
    font-size: 16px;
    margin-right: 10px;
    color: #262861;
    transition: all 0.5s ease;
}

.prode1-2a:hover i {
    color: #FFF;
}

.prode1-2a span {
    color: #262861;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.prode1-2a:hover span {
    color: #FFF;
}

/*  */
.prode-end {
    background: #F5F5F5;
    position: relative;
    padding-bottom: 100px;
}

.prode-end::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    left: 0;
    top: 0;
    background: #FFF;
}

.prode2 {
    position: sticky;
    top: 110px;
    z-index: 14;
    overflow: hidden;
}

.prode2-u {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
}

.prode2-l {
    margin-right: 16px;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    border-radius: 8px;
    border: 1px solid #262861;
    background: #FFF;
    display: block;
    padding: 12.5px 29px;
    transition: all 0.5s ease;
}

.prode2-la:hover {
    background: #262861;
}

.prode2-l.on .prode2-la {
    background: #262861;
}

.prode2-la span {
    color: #262861;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.prode2-la:hover span {
    color: #FFF;
}

.prode2-l.on .prode2-la span {
    color: #FFF;
}

/*  */
.prode3h {
    margin-bottom: 32px;
    padding-top: 60px;
}

.prode3h p {
    color: #222;
    text-align: center;
    font-family: 'Oswald';
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}


/* te s */
.prode4-3for .so8fo-u {
    margin-right: calc(-.5 * 1.2rem);
    margin-left: calc(-.5 * 1.2rem);
}

.prode4-3for .so8fo-l {
    padding-right: calc(1.2rem * .5);
    padding-left: calc(1.2rem * .5);
}

.prode4-3for .so8fo-l input,
.prode4-3for .so8fo-l textarea {
    width: 100%;
    padding: 12.5px 20px;
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #d0eaea00;
    transition: all 0.5s ease;
}

.prode4-3for .so8fo-l textarea {
    margin-bottom: 16px;
}

.prode4-3for .so8fo-l input:focus,
.prode4-3for .so8fo-l textarea:focus {
    border: 1px solid #262861;
}

.prode4-3for .so8fo-l input::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.prode4-3for .so8fo-l input::-moz-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.prode4-3for .so8fo-l input:-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.prode4-3for .so8fo-l textarea::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.prode4-3for .so8fo-l textarea::-moz-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.prode4-3for .so8fo-l textarea:-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.prode3,
.prode3,
.prode4,
.prode5,
.prode6 {
    position: relative;
}

.prode3 #prode,
.prode3 #spec,
.prode4 #reviews,
.prode5 #inquiry,
.prode6 #related {
    position: absolute;
    top: -100px;
}

.prode5h {
    border-radius: 8px;
    background: #262861;
    padding: 18px 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.prode5h p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.prode5h span {
    font-weight: normal;
    font-size: calc(var(--zj-subnav) - 1px);
}

.prode5 .con2-fobt {
    justify-content: center;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .prode-box {
        padding: 60px 0 40px;
    }

    .prode1-2share {
        margin-bottom: 40px;
    }

    .prode2 {
        top: 94px;
    }

    /*  */
    .pro2-2u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 20px;
    }

    .pro2-2l {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

@media (max-width: 1199.9px) {
    .pro2-1 {
        display: none;
    }

    .pro2-2 {
        width: 100%;
    }

    .pro2 {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .prode1-2 .subnav-box {
        display: none;
    }

    .prode1 {
        flex-direction: column
    }

    .prode1-1 {
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode4-3for .so8fo-l {
        width: 100%;
    }

    .prode2-u {
        justify-content: flex-start;
    }

    .prode2 {
        overflow-x: scroll;
    }

    .prode2::-webkit-scrollbar {
        display: none;
    }

    .prode2-la {
        width: max-content;
    }

    /*  */
    .pro2-2l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .prode-box {
        padding: 30px 0 30px;
    }

    .prode1-2h {
        margin-bottom: 20px;
    }

    .prode1-2p {
        margin-bottom: 24px;
    }

    .prode3h {
        margin-bottom: 16px;
        padding-top: 30px;
    }

    .prode-end {
        padding-bottom: 30px;
    }

    .pro2-2l {
        width: 100%;
    }

    .pro1p {
        margin-bottom: 24px;
    }

    .pro {
        padding-bottom: 40px;
    }

    .pro2-2u {
        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 #262861;
        border-radius: 6px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .pro-11a:hover {
        background: #262861;
        color: #fff;
    }

    .pro-11a.on {
        background: #262861;
        color: #fff;
    }
}

@media (max-width: 499px) {
    .pro-11a {
        padding: 4px 16px;
    }
}

.ft3-1pow {
    margin-right: 4px;
}

/*  */
/* faq */
.faq {
    position: relative;
}

.faqh {
    margin-bottom: 20px;
}

.faqh p {
    color: #222;
    font-family: 'Oswald';
    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: 'Oswald';
    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: 14px 30px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.faq-la:hover .faq-l1 {
    background: #262861;
}

.faq-l.on .faq-l1 {
    background: #262861;
}

.faq-l1h {
    display: flex;
    align-items: center;
}

.faq-l1h i {
    font-size: 40px;
    margin-right: 20px;
    color: #262861;
    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: #262861;
    font-family: 'Oswald';
    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: 'Oswald';
    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: 14px 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: 12px 10px;
    }

    .faq-l1h i {
        font-size: 22px;
        margin-right: 6px;
    }

    .faq-l2p {
        padding: 14px 16px 50px;
    }

    .faq-u {
        padding-bottom: 10px;
    }
}

.pad130 {
    padding: 130px 0;
}

@media (max-width: 1536px) {
    .pad130 {
        padding: 60px 0;
    }
}

@media (max-width: 499px) {
    .pad130 {
        padding: 34px 0;
    }
}