.hea-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.hea-topu {
    display: flex;
    align-items: center;
}

.hea-topl {
    margin-right: 46px;
}

.hea-topl:last-child {
    margin-right: 0;
}

.hea-topla {
    display: flex;
    align-items: center;
}

.hea-topla i {
    font-size: 20px;
    margin-right: 10px;
    color: #FFF;
    line-height: normal;
}

.hea-topla p span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 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);
}

.hea-topla:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.hea-share {
    display: flex;
    align-items: center;
}

.hea-share>a {
    display: block;
    margin-left: 17px;
}

.hea-share>a:first-child {
    margin-left: 0;
}

.hea-share>a i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    line-height: normal;
    transition: all 0.5s ease;
}

.hea-share>a:hover i {
    color: rgba(255, 255, 255, 1);
}

/* -------------------------------------------------- */

#ven {
    transition: all 0.5s ease;
}

.ventricle {
    /* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05); */
    top: -56px;
}

@media (max-width: 1536px) {
    .hea-top {
        padding: 12px 0;
    }
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12.5px);
    padding: 0 23px;
    transition: all 0.5s ease;
}

.ventricle .hea-box {
    background: rgba(0, 0, 0, 0.25);
}

.ven1-a {
    display: flex;
    align-items: center;
}

.ven1-loim {
    position: relative;
    padding: 6.8px 0;
}

.ven1-loim img {
    width: 156px;
    height: auto;
    transition: all 0.5s ease;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    margin: 0 15px;
}

.ven2-l:last-child:after {
    margin: 0 34px;
}

.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: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-la i {
    margin-right: 10px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'calt' off;
    font-size: 20px;
    font-style: normal;
    font-weight: bolder;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
    opacity: 0;
}

.ven2-lsa:hover i {
    opacity: 1;
}

.ven2-l.on .ven2-la i {
    opacity: 1;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vensesv i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */

.ven-inqury {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.ven-inqury p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 12px;
}

.ven-inqury .ven-inqurya {
    position: relative;
    border-radius: 100px;
    border: 1px solid #000;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya {
    border: 1px solid #37648B;
}

.ven-inqury .ven-inqurya i {
    font-size: 24px;
    line-height: normal;
    color: #000;
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya i {
    color: #37648B;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury .ven-inqurya span {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Sora";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    right: -4px;
    top: -1px;
    background: #37648B;
    font-feature-settings: 'liga' off, 'calt' off;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
}

/*  */
.ven-line {
    width: 1px;
    height: 20px;
    margin: 0 16px;
    background: rgba(255, 255, 255, 0.20);
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EE390A;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #1A1A1A;
    padding: 6px 18px 6px 7px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover {
    background: #B51C14;
}

.ven2-langi1 {
    border-radius: 50px;
    background: #FFF;
    padding: 2px;
    margin-right: 12px;
}

.ven2-langi1 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ven2-langbt i {
    font-size: 10px;
    color: #FFF;
    display: block;
    margin-left: 12px;
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-lanerbox {
    position: absolute;
    width: 120%;
    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;
    background: #FFF;
}

.ven2-lang:hover .ven2-lanerbox {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

.ven2-laner {
    padding: 8px 4px;
}

.ven2-laner>a {
    display: block;
    margin: 8px 0;
}

.ven2-laner>a p {
    text-align: center;
}

.ven2-laner>a span {
    color: #453737;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #B51C14;
    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);
    text-transform: capitalize;
}

.ven2-laner>a:hover span {
    color: #B51C14;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 1750px) {
    .ven2-l::after {
        margin: 0 6px;
    }

    .ven2-l:last-child:after {
        margin: 0 10px;
    }

    .ven-inqa {
        margin-left: 16px !important;
    }

    .ven1-loim img {
        width: 120px;
    }
}

@media (max-width: 1536px) {
    .hea-box {
        padding: 0 10px;
    }

    /* .ven1-loim {
        padding: 12px 0;
    } */
    .ventricle {
        top: -48px;
    }

    .ven2-l:last-child:after {
        margin: 0 24px;
    }

    .ven1-loim img {
        width: 120px;
    }

    .ven1-lote p {
        font-size: 14px;
        line-height: calc(14px * 1.44);
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 6px;
    }

    .ven2-l:last-child:after {
        margin: 0 8px;
    }

    .ven-line {
        margin: 0 16px 0 12px;
    }

    .ven-inqury .ven-inqurya {
        --w: 38px;
    }

    .ven-inqury .ven-inqurya i {
        font-size: 18px;
    }

    .ven2-langi1 img {
        width: 30px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }


    .ven2-la i {
        font-size: 14px;
        margin-right: 6px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }


    .ventricle {
        top: -0;
    }

    .hea-top {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 768px) {
    .ven1-lote {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 90px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury {
        padding: 3px;
    }

    .ven-inqury p {
        display: none;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 220%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(15px);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(15px);
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #37648B;
    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);
    text-transform: capitalize;
}

.ven2-lera:hover span {
    color: #37648B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
@media (max-width: 1536px) {


    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(15px);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #37648B;
    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: #37648B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 300%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: rgb(0, 0, 0);
    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: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 340%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 366%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 330%;
        right: -108px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven-line {
        margin: 0 10px;
    }

    .ven-inqury {
        margin-right: 10px;
    }

    .hea-box {
        padding: 0 10px;
    }

    .ven2-langi1 img {
        width: 24px;
    }

    .ven2-langbt {
        padding: 4px 10px 4px 4px;
    }

    .ven2-langi1 {
        margin-right: 6px;
    }

    .ven2-langbt i {
        margin-left: 6px;
    }
}

.ven-inqa {
    display: flex;
    align-items: center;
    padding: 13px 18px;
    border-radius: 100px;
    background: #37648B;
    margin-left: 32px;
}

.ven-inqa p span {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    --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);
}

.ven-inqa:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven-inqa i {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    margin-left: 12px;
}

@media (max-width: 499px) {
    .ven-inqa {
        display: none;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #FFF;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #FFF;
}

#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: #FFF;
}

.headersp #venPho .venPhoSack.on::before {
    background: #FFF;
}

.ventricle .venPhoSack::before {
    background: #FFF !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #fff;
}

.ventricle .venPhoSack::after {
    background: #fff !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #fff;
    transition: all .5s;
}

.ventricle .venPhoSack span {
    background: #fff !important;
}

#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: 70px;
    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: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #37648B;
}

.xiantiao>a {
    color: #37648B;
}

.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: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 400;
    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: #37648B;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 56px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* è¯­è¨€æ–° */
.menu-language {
    position: relative;
    height: 100%;
    transition: all 0.5s ease;
}

/* .menu-language:hover {
    background: #37648B;
} */

@media (max-width: 1199px) {
    /* .menu-language {
        padding: 0 10px;
    } */
}

.menu-language::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
}

.menu-language:hover .drop-select {
    opacity: 1;
    pointer-events: auto;
}

.menu-language .select-name {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    color: #FFF;
    font-feature-settings: 'liga' off, 'calt' off;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 1400px) {
    .menu-language .select-name {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .menu-language .select-name {
        font-size: 14px;
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {
    /* .menu-language .select-name {
        font-size: 0;
    } */
}

.menu-language:hover .select-name {
    /* border: 1px solid rgba(255, 255, 255, 0.25);
    background: #F96F13; */
    color: #FFF;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e654';
    color: rgb(255, 255, 255);
    font-family: 'iconfont' !important;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.menu-language:hover .select-name:before {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@media (max-width: 1199px) {
    .menu-language .select-name::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name::before {
        /* margin-right: 0; */
        font-size: 18px;
        margin-right: 8px;
    }
}

.menu-language .select-name::after {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    content: '\e600';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 0;
    transition: all 0.5s ease;
    display: none;
}

.menu-language:hover .select-name::after {
    color: #FFF;
}

@media (max-width: 767px) {
    .menu-language .select-name::after {
        display: none;
    }
}

.menu-language .drop-select {
    position: absolute;
    content: '';
    right: 0;
    top: calc(100%);
    z-index: 2;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .menu-language .drop-select {
        min-width: 100%;
        width: auto;
        height: 300px;
        overflow: auto;
        padding: 10px;
    }
}

.menu-language .drop-select li {
    font-size: 16px;
    display: inline-block;
    width: calc(100%/3);
    vertical-align: top;
}

@media (max-width: 991px) {
    .menu-language .drop-select li {
        width: 100%;
        font-size: 14px;
    }
}

.menu-language .drop-select li:hover a {
    color: #777777;
}

.menu-language .drop-select li a {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 14px;
}

.menu-language .drop-select li a:hover {
    background: #eee;
}

.menu-language .drop-select li a img {
    max-height: 20px;
    display: block;
    margin-right: 10px;
}

/* è¯­è¨€-end */

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.sub-fly {
    position: absolute;
    left: 50%;
    top: calc(50% + 72px);
    transform: translate(-50%, -50%);
}

.sub-flyh {
    margin-bottom: 14px;
}

.sub-flyh p {
    color: #FFF;
    text-align: center;
    font-family: 'Geist';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so2lnum2) * 1.25);
}

@media (max-width: 1536px) {

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }

    .sub-fly {
        top: calc(50% + 32px);
    }

    .sub-flyh {
        margin-bottom: 6px;
    }
}

@media (max-width: 499px) {}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 400px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 295px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 226px;
    }
}

/*  */

.subnav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subnav i {
    font-size: 24px;
    line-height: normal;
    color: rgba(206, 52, 9, 1);
    margin-right: 6px;
    line-height: normal;
}

.sub-show .subnav i {
    color: rgba(34, 34, 34, 1);
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    transition: all 0.5s ease;
    padding-bottom: 2px;
    --size: 1px;
    --color: #37648B;
    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);
}

.sub-show .breadcrumb-item::before,
.sub-show .breadcrumb-item a span {
    color: #FFF;
    --size: 1px;
    --color: #37648B;
    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);
}

.breadcrumb-item:hover a span {
    color: #37648B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

/*  */
.subnav-u {
    display: flex;
    align-items: center;
}

.subnav-l {
    position: relative;
    display: flex;
    align-items: center;
}

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #EB562B;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }
}

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }
}

/*  */
/* åˆ†é¡µæŒ‰é’® */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #666;
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    transition: all 0.5s ease;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 44px;
    background: #F3F5F8;
}

.sub-pagel a:hover {
    color: #FFF;
    background: #37648B;
}

.sub-pagel.on a {
    color: #FFF;
    background: #37648B;
}

.sub-pagel a p {
    margin: 0 13px;
}

.sub-pagel a i {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {

    .subnav i {
        margin-right: 14px;
    }
}

@media (max-width: 499px) {
    .sub-flyh {
        margin-bottom: 0;
    }

    .subnav-box {
        display: none;
    }

    .sub-fly {
        top: calc(50% + 16px);
    }

    .sub-pagel a {
        --w: 32px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 100px;
    margin-top: 0;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 74px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 64px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    .subnav i {
        font-size: 22px;
        margin-right: 10px;
    }
}

/* contact */
.con-box {
    padding: 120px 0 95px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.con1 {
    width: 45%;
    flex: 0 0 auto;
}

.con1-u {
    margin-bottom: 48px;
}

.con1-l {
    padding: 30px 0;
    border-bottom: 1px solid #EAEFF5;
    display: flex;
    align-items: center;
}

.con1-l:first-child {
    border-top: 1px solid #EAEFF5;
}

.con1-li {
    flex: 0 0 auto;
    margin-right: 78px;
}

.con1-li i {
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.con1-l:hover .con1-li i {
    color: #37648B;
}

.con1-lh {
    margin-bottom: 14px;
}

.con1-lh p {
    color: #8BA7BF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.con1-la {
    display: block;
}

.con1-la p span {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    --size: 1px;
    --color: #37648B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-la:hover p span {
    color: #37648B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con1-end {
    display: flex;
}

.con1-tdcode {
    margin-right: 100px;
}

.con1-tdh {
    margin-bottom: 14px;
}

.con1-tdh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.con1-tdimg {
    background: #F0F0F0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1-tdimg img {
    width: 140px;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
}

.con1-sh {
    margin-bottom: 14px;
}

.con1-sh p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.con1-sha {
    display: flex;
    align-items: center;
}

.con1-sha>a {
    display: block;
    margin-right: 24px;
    transition: all 0.5s ease;
}

.con1-sha>a:hover {
    transform: translateY(-3px);
}

.con1-sha>a:last-child {
    margin-right: 0;
}

.con1-sha>a i {
    font-size: 24px;
    color: rgba(139, 167, 191, 1);
    line-height: normal;
}

/*  */
.con2 {
    width: calc(100% - 45% - 70px);
    flex: 0 0 auto;
    margin-top: 30px;
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.con2-fol {
    margin-bottom: 30px;
    padding-right: calc(1rem * .5);
    padding-left: calc(1rem * .5);
}

.con2-fol p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding: 0 20px;
}

.con2-fol p span {
    color: #37648B;
}

.con2-fol input,
.con2-fol textarea {
    color: #999;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    background: #F5F5F5;

    transition: all 0.5s ease;
    padding: 16px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #37648B;
}

.con2-fol input::-webkit-input-placeholder {
    color: #999;
}

.con2-fol input::-moz-placeholder {
    color: #999;
}

.con2-fol input::-ms-input-placeholder {
    color: #999;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #999;
}

.con2-fol textarea::-moz-placeholder {
    color: #999;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #999;
}

/*  */
.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con2-fobt button {
    padding: 16px 24px;
    position: relative;
    overflow: hidden;
    border-radius: 80px;
    background: #37648B;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.con2-fobti {
    --w: 16px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 12px;
    position: relative;
}

.con2-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1;
    color: #FFF;
}

.con2-fobti i:nth-child(2) {
    position: absolute;
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i:nth-child(2) {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 1536px) {
    .con-box {
        padding: 70px 0;
    }

    .con1-li {
        margin-right: 38px;
    }

    .con1-tdcode {
        margin-right: 30px;
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
        margin-bottom: 20px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 8px 10px;
    }

    .con2-fol p {
        margin-bottom: 6px;
        padding: 0 10px;
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 40px 0;
    }

    .con1-li {
        margin-right: 0;
    }

    .con1-l {
        padding: 12px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .con1-li {
        margin-bottom: 12px;
    }

    .con1-li i {
        font-size: 20px;
    }

    .con1-tdimg img {
        width: 100px;
    }

    .con1-sha>a {
        margin-right: 12px;
    }
}

#footer {
    background: #0C0E17;
}

.ft-box {
    padding: 100px 0 0;
}

.ft-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ft-loim img {
    width: 156px;
    height: auto;
    transition: all 0.5s ease;
}

.ft-share {
    display: flex;
    align-items: center;
}

.ft-share>a {
    display: block;
    margin-left: 24px;
}

.ft-share>a:first-child {
    margin-left: 0;
}

.ft-share>a i {
    font-size: 32px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
}

.ft-share>a:hover i {
    color: #FFF;
}

/*  */
.ft-min {
    display: flex;
    justify-content: space-between;
    margin-bottom: 92px;
}

.ft1 {
    width: calc(100% - 32.3% - 158px);
    flex: 0 0 auto;
}

.ft1-u {
    display: flex;
    justify-content: space-between;
}

.ft1-lsph {
    margin-bottom: 24px;
}

.ft1-lsph p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.ft1-lspa {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

.ft1-lspa i {
    margin-right: 12px;
    font-size: 18px;
    color: #FFF;
}

.ft1-lspa p {
    max-width: 250px;
}

.ft1-lspa p span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    --size: 1px;
    --color: #37648B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft1-lspa:hover p span {
    color: #37648B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-lspimg {
    width: max-content;
}

.ft1-lspimg img {
    background: #FFF;
    width: 100px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.ft1-lh {
    margin-bottom: 32px;
}

.ft1-lh p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.ft1-la {
    display: flex;
    margin-bottom: 16px;
}

.ft1-la:last-child {
    margin-bottom: 0;
}

.ft1-la p span {
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: #37648B;
    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-la:hover p span {
    color: #37648B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2 {
    width: 32.3%;
    flex: 0 0 auto;
}

.ft2-h {
    margin-bottom: 24px;
}

.ft2-h p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.ft2 .con2-fou {
    margin-right: calc(-.5 * 0.625rem);
    margin-left: calc(-.5 * 0.625rem);
}

.ft2 .con2-fol {
    margin-bottom: 15px;
    padding-right: calc(0.625rem * .5);
    padding-left: calc(0.625rem * .5);
}

.ft2 .con2-fol input,
.ft2 .con2-fol textarea {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    letter-spacing: -0.28px;
    padding: 8.5px 32px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
}

.ft2 .con2-fol input:focus,
.ft2 .con2-fol textarea:focus {
    background: rgba(255, 255, 255, 0.45);
}

.ft2 .con2-fol input::-webkit-input-placeholder {
    color: #FFF;
}

.ft2 .con2-fol input::-moz-placeholder {
    color: #FFF;
}

.ft2 .con2-fol input::-ms-input-placeholder {
    color: #FFF;
}

.ft2 .con2-fol textarea::-webkit-input-placeholder {
    color: #FFF;
}

.ft2 .con2-fol textarea::-moz-placeholder {
    color: #FFF;
}

.ft2 .con2-fol textarea::-ms-input-placeholder {
    color: #FFF;
}

.ft2 .con2-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 11px;
}

/*  */
.ft3 {
    position: relative;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-1 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 12;
}

.ft3-1copy span {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.ft3-1cnzz {
    padding-bottom: 2px;
    margin: 0 0 0 10px;
}

.ft3-1pow {
    margin-left: 20px;
}

.ft3-1pow span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2cona) * 1.1);
    text-transform: capitalize;
    --size: 1px;
    --color: #CF0C0E;
    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);
}

.ft3-1pow:hover span {
    color: #CF0C0E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 12;
}

.ft3-2>span {
    width: 1px;
    height: 8px;
    background: #999;
    margin: 0 15px;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #37648B;
    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);
}

.ft3-2a:hover span {
    color: #37648B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft-box {
        padding: 70px 0 0;
    }

    .ft1 {
        width: calc(100% - 32.3% - 38px);
    }

    .ft-min {
        margin-bottom: 62px;
    }

    .ft3 {
        padding: 16px 0;
    }

    .ft-share>a i {
        font-size: 20px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 49.5px;
    }
}

@media (max-width: 992px) {

    .ft1-l:nth-child(2),
    .ft1-l:nth-child(3) {
        display: none;
    }

    .ft-min {
        flex-direction: column;
    }

    .ft1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft2 {
        width: 100%;
    }

    .ft3 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1cnzz {
        margin: 0;
    }
}

@media (max-width: 499px) {
    .ft-share {
        display: none;
    }

    .ft-box {
        padding: 40px 0 0;
    }

    .ft-loim img {
        width: 120px;
    }

    .ft-top {
        margin-bottom: 30px;
    }

    .ft2 .con2-fol input,
    .ft2 .con2-fol textarea {
        padding: 8.5px 16px;
    }

    .ft-min {
        margin-bottom: 40px;
    }

    .ft3 {
        padding: 8px 0;
    }
}

/* é’å²›ç¦é™†å¤šè¿›å‡ºå£æœ‰é™å…¬å¸ï¼ˆä¸‹è½½ï¼‰ */
.dw-box {
    padding: 120px 0;
}

.dw-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 30px;
}

.dw-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.dw-lbox {
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    background: #F3F5F8;
    padding: 12px;
}

.dw-limg {
    display: block;
    width: 30.6%;
    flex: 0 0 auto;
}

.dw-limg .img-box {
    border-radius: 10px;
    padding-bottom: 142%;
}

.dw-limg .img-box img {
    transition: all 0.5s ease;
}

.dw-lbox:hover .dw-limg .img-box img {
    transform: scale(1.08);
}

.dw-lte {
    width: calc(100% - 30.6% - 40px);
    flex: 0 0 auto;
    margin-top: 23px;
}

.dw-lh {
    margin-bottom: 12px;
    display: block;
}

.dw-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dw-lh p span {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.dw-lp {
    margin-bottom: 24px;
    max-height: calc(var(--zj-ven2cona) * 1.14 * 3);
    overflow-y: auto;
    max-width: 464px;
    padding-right: 6px;
}

.dw-lp::-webkit-scrollbar {
    width: 1px;
    border-radius: 80px;
    background: #D9D9D9;
}

.dw-lp::-webkit-scrollbar-thumb {
    border-radius: 80px;
    background: #999;
}

.dw-lp p {
    color: #666;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.14);
}

.dw-ll {
    margin-bottom: 12px;
}

.dw-ll:last-child {
    margin-bottom: 0;
}

.dw-ll p {
    color: #444;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.dw-ll p span {
    color: #666;
    font-weight: 400;
    margin-left: 7px;
}

.dw-lbtn {
    display: flex;
    margin-top: 70px;
}

.dw-la {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 42px;
    border: 1px solid rgba(55, 100, 139, 0.50);
    padding: 14px 28px;
    transition: all 0.5s ease;
}

.dw-lbox:hover .dw-la {
    background: #37648B;
}

.dw-la p {
    color: #37648B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.dw-lbox:hover .dw-la p {
    color: #FFF;
}

.dw-la i {
    color: #37648B;
    font-size: 16px;
    line-height: normal;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.dw-lbox:hover .dw-la i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .dw-box {
        padding: 70px 0;
    }

    .dw-lbtn {
        margin-top: 30px;
    }

    .dw-la {
        padding: 8px 12px;
    }

    .dw-lte {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .dw-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .dw-limg {
        display: none;
    }

    .dw-lte {
        width: 100%;
    }

    .dw-box {
        padding: 40px 0;
    }

    .dw-u {
        margin-bottom: 10px;
    }

    .dw-l {
        margin-bottom: 20px;
    }
}

/* é’å²›ç¦é™†å¤šè¿›å‡ºå£æœ‰é™å…¬å¸ï¼ˆæ–°é—»ï¼‰ */
.ne-box {
    padding: 120px 0;
}

.ne-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 30px;
}

.ne-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.ne-la {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #CCC;
    padding: 10px 32px 10px 10px;
}

.ne-limg {
    width: 48%;
    flex: 0 0 auto;
}

.ne-limg .img-box {
    padding-bottom: 76%;
    border-radius: 4px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-la:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    width: calc(52% - 34px);
    flex: 0 0 auto;
    padding-top: 22px;
}

.ne-lnum {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.ne-lnum i {
    font-size: 16px;
    line-height: normal;
    color: #D9D9D9;
    margin-right: 8px;
}

.ne-lnum p {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.ne-lh {
    margin-bottom: 80px;
}

.ne-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lh p span {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    --size: 1px;
    --color: #37648B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-la:hover .ne-lh p span {
    color: #37648B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lbta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background: #F5F5F5;
    padding: 8px 10px;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lbta {
    background: #37648B;
}

.ne-lbta p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lbta p {
    color: #FFF;
}

.ne-lbta i {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lbta i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 70px 0;
    }

    .ne-lh {
        margin-bottom: 40px;
    }

    .ne-lte {
        padding-top: 0;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .ne-la {
        flex-direction: column;
    }

    .ne-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-la {
        padding: 10px;
    }

    .ne-lte {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 40px 0;
    }

    .ne-l {
        margin-bottom: 20px;
    }

    .ne-u {
        margin-bottom: 10px;
    }
}

/*  */
.ws-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ws-naa {
    width: calc(50% - 5px);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 8px 8px;
    background: #F3F5F8;
    padding: 17px;
    transition: all 0.5s ease;
}

.ws-naa:hover {
    background: #37648B;
}

.ws-naa.on {
    background: #37648B;
}

.ws-naa p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ws-naa:hover p {
    color: #FFF;
}

.ws-naa.on p {
    color: #fff;
}

.ws-l {
    padding: 120px 0;
}

.ws-l:nth-child(2n) {
    background: #F3F5F8;
}

.ws-lh {
    margin-bottom: 48px;
}

.ws-lh p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-so1top1);
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

/*  */
.ws-lsw {
    position: relative;
}

.ws-lswcon {
    overflow: hidden;
}

.ws-lswbox {
    cursor: pointer;
}

.ws-lswimg {
    padding-bottom: 67%;
    border-radius: 8px;
    margin-bottom: 16px;
}

.ws-lswimg img {
    transition: all 0.5s ease;
}

.ws-lswbox:hover .ws-lswimg img {
    transform: scale(1.08);
}

.ws-lswt p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ws-lswt p span {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    transition: all 0.5s ease;
}

.ws-lswbox:hover .ws-lswt p span {
    color: #37648B;
}

.ws-lswcon .swiper-button-prev,
.ws-lswcon .swiper-button-next {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    opacity: 1;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.20);
    transition: all 0.5s ease;
    top: calc(50% - 20px);
}

.ws-lswcon .swiper-button-prev {
    left: 30px;
}

.ws-lswcon .swiper-button-next {
    right: 30px;
}

.ws-lswcon .swiper-button-prev:hover,
.ws-lswcon .swiper-button-next:hover {
    background: #37648B;
}

.ws-lswcon .swiper-button-prev::after,
.ws-lswcon .swiper-button-next::after {
    content: "";
}

.ws-lswcon .swiper-button-prev i,
.ws-lswcon .swiper-button-next i {
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1536px) {
    .ws-l {
        padding: 70px 0;
    }

    .ws-lh {
        margin-bottom: 24px;
    }

    .ws-lswcon .swiper-button-prev,
    .ws-lswcon .swiper-button-next {
        --w: 36px;
    }
}

@media (max-width: 992px) {
    .ws-nav {
        flex-direction: column;
    }

    .ws-naa {
        width: 100%;
        border-radius: 0;
    }
}

@media (max-width: 499px) {
    .ws-naa {
        padding: 10px 12px;
    }

    .ws-l {
        padding: 40px 0;
    }

    .ws-lswcon .swiper-button-prev,
    .ws-lswcon .swiper-button-next {
        display: none;
    }
}

/* ab1-box */
.ab1-box {
    padding: 120px 0;
}

.ab1-top {
    display: flex;
    justify-content: space-between;
}

.ab1-1 {
    width: 45%;
    flex: 0 0 auto;
}

.ab1-1h {
    margin-bottom: 16px;
}

.ab1-1h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.ab1-1smh {
    margin-bottom: 32px;
}

.ab1-1smh p {
    color: #37648B;
    font-family: 'Geist';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
}

.ab1-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    margin-bottom: 30px;
}

.ab1-1p p:last-child {
    margin-bottom: 0;
}

.ab1-2 {
    width: calc(55% - 100px);
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

/*  */

.ab1-2a {
    position: relative;
    overflow: hidden;
    display: block;
}

.ab1-2bg img {
    width: 100%;
    height: auto;
    min-height: 600px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ab1-2a:hover .ab1-2bg img {
    transform: scale(1.08);
}

.ab1-2video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ab1-2video i {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 60px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 16px;
    color: rgba(55, 100, 139, 1);
}

.ab1-2video:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-2videobg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    width: 140px;
}

.ab1-2videobg img {
    width: 100%;
    animation: rotation2 12s linear infinite;
}

@keyframes rotation2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.ab1-3 {
    max-width: 1120px;
    border-radius: 8px;
    background: #37648B;
    padding: 40px 74px;
    margin-top: -120px;
    position: relative;
    z-index: 12;
}

.ab1-3u {
    display: flex;
    justify-content: space-between;
}

.ab1-3lh {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.ab1-3lh p,
.ab1-3lh span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.ab1-3lp p {
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
}

/*  */
.ab2-h {
    margin-bottom: 6px;
}

.ab2-h p {
    color: #000;
    text-align: center;
    font-family: 'Geist';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.ab2-p {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 1000px;
}

/*  */
.ab2-u {
    margin: 0;
}

.ab2-l {
    padding: 0;
    position: relative;
    min-height: 700px;
}

.ab2-l::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #37648B 0%, rgba(55, 100, 139, 0.00) 47.45%), linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.ab2-lbox {
    position: relative;
    z-index: 12;
    height: 100%;
    padding: 80px 50px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
}

.ab2-lone {
    margin-bottom: 184px;
}

.ab2-lone p {
    color: #FFF;
    font-family: 'Geist';
    font-size: 160px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.ab2-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.ab2-li i {
    --w: 64px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 50%;
    font-size: 32px;
    color: rgba(55, 100, 139, 1);
    line-height: normal;
}

.ab2-lh {
    margin-bottom: 24px;
}

.ab2-lh p {
    color: #FFF;
    text-align: center;
    font-family: 'Geist';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.ab2-lp p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
}

.ab3 {
    background: #F3F5F8;
}

.ab3-box {
    padding: 120px 0;
}

.ab3-h {
    margin-bottom: 6px;
}

.ab3-h p {
    color: #000;
    font-family: 'Geist';
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.ab3-p {
    margin-bottom: 74px;
}

.ab3-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

.ab3-ubox {
    position: relative;
}

.ab3-ubox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
}

.ab3-u {
    display: flex;
    justify-content: space-between;
    max-width: 1590px;
    /* overflow-x: auto; */
    position: relative;
    z-index: 12;
}

.ab3-l {
    margin: 0 12px;
    width: max-content;
    cursor: pointer;
}

.ab3-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.ab3-li1 {
    position: relative;
    --w: 120px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab3-l:hover .ab3-li1 {
    opacity: 1;
}

.ab3-l.on .ab3-li1 {
    opacity: 1;
}

.ab3-li1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 8px);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../img/ab3sw1bg1.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.ab3-li1 i {
    font-size: 60px;
    line-height: normal;
    color: #FFF;
    position: relative;
    z-index: 12;
}

.ab3-li2 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    --w: 70px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
    transition: all 0.5s ease;
}

.ab3-l:hover .ab3-li2 {
    opacity: 0;
}

.ab3-l.on .ab3-li2 {
    opacity: 0;
}

.ab3-li2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 8px);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../img/ab3sw1bg2.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.ab3-li2 i {
    font-size: 32px;
    line-height: normal;
    color: rgba(102, 102, 102, 1);
    position: relative;
    z-index: 12;
}

/*  */
.ab3-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    position: relative;
}

.ab3-line::after {
    position: absolute;
    content: "";
    --w: 25px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
    border: 1px solid rgba(55, 100, 139, 1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ab3-l:hover .ab3-line::after {
    opacity: 1;
}

.ab3-l.on .ab3-line::after {
    opacity: 1;
}

.ab3-line span {
    --w: 8px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #666;
    display: block;
    position: relative;
    z-index: 12;
}

.ab3-lp p {
    color: #666;
    text-align: center;
    font-family: 'Geist';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-oem3-1l1p);
}

.ab3-l:hover .ab3-lp p {
    color: #37648B;
}

.ab3-l.on .ab3-lp p {
    color: #37648B;
    /* font-size: var(--zj-oem3-1l1p); */
}

/*  */
.ab3-sw {
    margin-top: 78px;
    position: relative;
}

#ab3-sw {
    overflow: hidden;
}

.ab3-swbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
}

.ab3-swt {
    flex: 1;
    padding: 40px 100px;
}

.ab3-swh {
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.ab3-swh i {
    font-size: 32px;
    margin-right: 12px;
    line-height: normal;
    color: rgba(55, 100, 139, 1);
}

.ab3-swh p {
    color: #37648B;
    font-family: 'Geist';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.ab3-swp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.ab3-swimg {
    width: 47.6%;
    flex: 0 0 auto;
}

.ab3-swimg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/*  */
#ab3-sw .swiper-button-prev,
#ab3-sw .swiper-button-next {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    opacity: 1;
    border-radius: 80px;
    background: #ECECEC;
    transition: all 0.5s ease;
}

#ab3-sw .swiper-button-prev {
    left: -30px;
}

#ab3-sw .swiper-button-next {
    right: -30px;
}

#ab3-sw .swiper-button-prev:hover,
#ab3-sw .swiper-button-next:hover {
    background: #37648B;
}

#ab3-sw .swiper-button-prev::after,
#ab3-sw .swiper-button-next::after {
    content: "";
}

#ab3-sw .swiper-button-prev i,
#ab3-sw .swiper-button-next i {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

#ab3-sw .swiper-button-prev:hover i,
#ab3-sw .swiper-button-next:hover i {
    color: #FFF;
}

.ab4 {
    overflow: hidden;
}

.ab4-box {
    padding: 120px 0;
}

.ab4-h {
    margin-bottom: 6px;
}

.ab4-h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.ab4-p {
    margin-bottom: 48px;
}

.ab4-p p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.ab4-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab4-u {
    width: 10%;
    flex: 0 0 auto;
}

.ab4-l {
    margin-bottom: 28px;
    position: relative;
}

.ab4-l:last-child {
    margin-bottom: 0;
}

.ab4-l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #37648B;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ab4-l:hover::after {
    opacity: 1;
    width: 135px;
}

.ab4-l.on::after {
    opacity: 1;
    width: 135px;
}

.ab4-lnum {
    cursor: pointer;
}

.ab4-lnum p {
    color: #C1C5D2;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ab4-l.on .ab4-lnum p {
    color: #37648B;
}

.ab4-lnum:hover p {
    color: #37648B;
}

/*  */
.ab4-rgbox {
    width: 86%;
    flex: 0 0 auto;
}

.ab4-1 {
    display: none;
    align-items: center;
}

.ab4-1.on {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab4-1t {
    width: calc(50% - 140px);
    flex: 0 0 auto;
}

.ab4-1h {
    margin-bottom: 24px;
}

.ab4-1h p {
    color: #37648B;
    font-family: 'Geist';
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.ab4-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab4-1img {
    border-radius: 16px;
    overflow: hidden;
    width: 50%;
    flex: 0 0 auto;
}

.ab4-1img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width:1536px) {
    .ab1-box {
        padding: 70px 0;
    }

    .ab1-3 {
        padding: 20px 34px;
        margin-top: -60px;
    }

    .ab2-p {
        margin-bottom: 30px;
    }

    .ab2-lone p {
        font-size: 80px;
    }

    .ab2-lbox {
        padding: 40px 12px;
    }

    .ab2-l {
        min-height: 400px;
    }

    .ab3-box {
        padding: 70px 0;
    }

    .ab3-p {
        margin-bottom: 34px;
    }

    .ab3-li1 {
        --w: 90px;
    }

    .ab3-li1 i {
        font-size: 38px;
    }

    .ab3-ubox::after {
        bottom: 64px;
    }

    .ab3-swh {
        margin-bottom: 22px;
    }

    .ab3-swt {
        padding: 20px 40px;
    }

    .ab4-box {
        padding: 70px 0;
    }
}

@media (max-width: 1199.9px) {
    .ab3-ubox {
        overflow: auto;
    }

    .ab3-ubox::-webkit-scrollbar {
        display: none;
    }

    .ab3-lp p {
        width: max-content;
    }
}

@media (max-width: 992px) {
    .ab4-1img {
        display: none;
    }

    .ab4-1t {
        width: 100%;
    }

    .ab3-swbox {
        flex-direction: column;
    }

    .ab3-swimg {
        width: 100%;
    }

    .ab2-l {
        width: 100%;
    }

    .ab1-top {
        flex-direction: column;
    }

    .ab1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-2 {
        width: 100%;
    }

    .ab1-3 {
        margin-top: 0;
    }
}

@media (max-width: 642px) {
    .ab1-3u {
        flex-direction: column;
    }

    .ab1-3l {
        margin-bottom: 20px;
    }

    .ab1-3l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 40px 0;
    }

    .ab1-1smh {
        margin-bottom: 16px;
    }

    .ab1-1p p {
        margin-bottom: 15px;
    }

    .ab3-swh i {
        font-size: 22px;
    }

    .ab3-swt {
        padding: 10px 12px;
    }

    .ab3-box {
        padding: 40px 0;
    }

    .ab4-box {
        padding: 40px 0;
    }
}

/*  */
/* é’å²›ç¦é™†å¤šè¿›å‡ºå£æœ‰é™å…¬å¸ï¼ˆäº§å“ä¸­å¿ƒï¼‰ */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #37648B;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #666;
    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: #37648B;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* product */
.pro-box {
    padding: 120px 0;
}

/*  */
/* product */
.peo-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 24%;
    flex: 0 0 auto;
    position: sticky;
    top: 170px;
    z-index: 12;
}

.pro1bg {
    border-radius: 16px;
    background: #F3F5F8;
    padding: 10px;
    margin-bottom: 100px;
}

.pro1-bigh {
    border-radius: 6px;
    background: #37648B;
    padding: 18px 24px;
    margin-bottom: 10px;
}

.pro1-bigh p {
    color: #FFF;
    font-family: 'Geist';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.pro1-l {
    margin-bottom: 10px;
    border-radius: 6px;
    background: #FFF;
    transition: all 0.5s ease;
}

.pro1-l.on {
    background: rgba(55, 100, 139, 0.1);
}

.pro1-l:hover {
    background: rgba(55, 100, 139, 0.1);
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 24px;
    position: relative;
    transition: all 0.5s ease;
}

.pro1-l1a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    background: #37648B;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l1a::after {
    width: 100%;
}

.pro1-l1a span {
    color: #222;
    font-family: 'Geist';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #37648B;
}

.pro1-l.on .pro1-l1a span {
    color: #37648B;
}

.pro1-l1ico {
    position: relative;
}

.pro1-l1ico i {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    transform: rotate(-45deg);
    color: rgba(55, 100, 139, 1);
}

.pro1-l1a:hover .pro1-l1ico i {
    color: rgba(55, 100, 139, 1);
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    padding: 8px 24px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 8px 16px;
}

.pro1-l2a span {
    color: rgba(55, 100, 139, 0.6);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    --size: 1px;
    --color: #37648B;
    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);
}

.pro1-l2a:hover span {
    color: #37648B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #37648B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(76% - 30px);
    flex: 0 0 auto;
}

.pro2-h {
    margin-bottom: 16px;
}

.pro2-h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
}

.pro2-p {
    margin-bottom: 96px;
}

.pro2-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

/*  */
.pro2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 30px;
}

.pro2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.pro2-lbox {
    border-radius: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    overflow: hidden;
    padding: 30px;
    transition: all 0.5s ease;
}

.pro2-lbox:hover {
    border: 1px solid #37648B;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lh {
    margin: 24px 0;
    display: block;
}

.pro2-lh p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lh p {
    color: #37648B;
}

.pro2-lp {
    margin-bottom: 24px;
}

.pro2-lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lend {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro2-la {
    display: flex;
}

.pro2-la p {
    border-bottom: 1px solid #999;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-la p {
    border-bottom: 1px solid #37648B;
}

.pro2-la p span {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-la p span {
    color: #37648B;
}

.pro2-la p span i {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: normal;
    margin-left: 12px;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-la p span i {
    color: rgba(55, 100, 139, 1);
}

.pro2-ladd {
    display: block;
}

.pro2-ladd i {
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    margin-left: 12px;
    transition: all 0.5s ease;
}

.pro2-ladd:hover i {
    color: rgba(55, 100, 139, 1);
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 68px 0;
    }

    .pro2-p {
        margin-bottom: 36px;
    }

    .pro1bg {
        margin-bottom: 0;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .pro-box {
        padding: 38px 0;
    }

    .pro2-p {
        margin-bottom: 18px;
    }

    .pro2-lbox {
        padding: 12px;
    }

    .pro2-u {
        margin-bottom: 10px;
    }

    .pro2-lh {
        margin: 12px 0;
    }

    .pro2-l {
        margin-bottom: 20px;
    }
}

/* é’å²›ç¦é™†å¤šè¿›å‡ºå£æœ‰é™å…¬å¸ï¼ˆOEMæœåŠ¡ï¼‰ */
.oem1 {
    padding-bottom: 120px;
}

.oem1-sw {
    position: relative;
}

#oem1-sw {
    overflow: hidden;
}

.oem1-h {
    margin-bottom: 16px;
}

.oem1-h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.oem1-p {
    margin-bottom: 34px;
}

.oem1-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    margin-bottom: 22px;
}

.oem1-p p:last-child {
    margin-bottom: 0;
}

.oem1-img .img-box {
    border-radius: 8px;
    padding-bottom: 68%;
}

.oem1-img .img-box img {
    transition: all 0.5s ease;
}

.oem1-img:hover .img-box img {
    transform: scale(1.08);
}

.oem2 {
    padding: 100px 0 84px;
    position: relative;
}

.oem2::after {
    position: absolute;
    content: "";
    width: 120vw;
    height: 100%;
    right: -12%;
    top: 50%;
    transform: translate(0%, -50%);
    background: #F3F5F8;
    pointer-events: none;
}

.oem2-h {
    margin-bottom: 48px;
    position: relative;
    z-index: 12;
}

.oem2-h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
}

.oem2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    position: relative;
    z-index: 12;
}

.oem2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.oem2-u .oem2-l:nth-child(n+4) {
    display: none;
}

.oem2-u.expanded .oem2-l:nth-child(n+4) {
    display: block;
}

.oem2-la {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.oem2-la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background: linear-gradient(0deg, #37648B 0%, rgba(55, 100, 139, 0.00) 47.45%);
    z-index: 10;
}

.oem2-limg .img-box {
    padding-bottom: 102%;
}

.oem2-limg .img-box img {
    transition: all 0.5s ease;
}

.oem2-la:hover .oem2-limg .img-box img {
    transform: scale(1.08);
}

.oem2-lt {
    position: absolute;
    width: calc(100% - 40px);
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 12;
}

.oem2-lh {
    margin-bottom: 14px;
}

.oem2-lh p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oem2-lp p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oem2-li {
    position: absolute;
    right: 20px;
    top: 20px;
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 50%;
    z-index: 12;
}

.oem2-li i {
    font-size: 20px;
    color: rgba(153, 153, 153, 1);
    line-height: normal;
}

.oem2-abox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    z-index: 12;
}

.oem2-abox>span {
    flex: 1;
    height: 1px;
    background: #CCC;
}

.oem2-a {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 80px;
    border: 1px solid #37648B;
    padding: 16px 24px;
    flex: 0 0 auto;
    margin: 0 34px;
    transition: all 0.5s ease;
}

.oem2-a:hover {
    background: #37648B;
}

.oem2-a p {
    color: #37648B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.oem2-a:hover p {
    color: #FFF;
}

.oem2-a i {
    font-size: 16px;
    margin-left: 12px;
    line-height: normal;
    color: rgba(55, 100, 139, 1);
    transition: all 0.5s ease;
}

.oem2-a:hover i {
    color: #FFF;
}

.oem3 {
    padding: 120px 0 100px;
}

.oem3-h {
    margin-bottom: 48px;
}

.oem3-h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
}

.oem3-tbox {
    margin-bottom: 30px;
}

.oem3-tbox:last-child {
    margin-bottom: 0;
}

.oem3-th {
    margin-bottom: 20px;
}

.oem3-th p {
    color: #37648B;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2la) * 1.25);
}

.oem3-tp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.oem4 {
    padding: 100px 0;
    position: relative;
}

.oem4::after {
    position: absolute;
    content: "";
    width: 120vw;
    height: 100%;
    right: -12%;
    top: 50%;
    transform: translate(0%, -50%);
    background: #F3F5F8;
    pointer-events: none;
}

.oem4-h {
    margin-bottom: 48px;
    position: relative;
    z-index: 12;
}

.oem4-h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
}

.oem4-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    position: relative;
    z-index: 12;
}

.oem4-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.oem4-u .oem4-l:nth-child(n+4) {
    display: none;
}

.oem4-u.expanded .oem4-l:nth-child(n+4) {
    display: block;
}

.oem4-l .pro2-lbox {
    border: none;
}

.oem4-l .pro2-lbox:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

.oem4-abox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    z-index: 12;
}

.oem4-abox>span {
    flex: 1;
    height: 1px;
    background: #CCC;
}

.oem4-a {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 80px;
    border: 1px solid #37648B;
    padding: 16px 24px;
    flex: 0 0 auto;
    margin: 0 34px;
    transition: all 0.5s ease;
}

.oem4-a:hover {
    background: #37648B;
}

.oem4-a p {
    color: #37648B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.oem4-a:hover p {
    color: #FFF;
}

.oem4-a i {
    font-size: 16px;
    margin-left: 12px;
    line-height: normal;
    color: rgba(55, 100, 139, 1);
    transition: all 0.5s ease;
}

.oem4-a:hover i {
    color: #FFF;
}

/*  */
.oem2 .editor-content {
    position: relative;
    z-index: 12;
}

/* é’å²›ç¦é™†å¤šè¿›å‡ºå£æœ‰é™å…¬å¸ï¼ˆOEMæœåŠ¡2ï¼‰ */
.oemfi-1box {
    padding: 120px 0 calc(120px - 48px);
}

.oemfi-1u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.oemfi-1l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 48px;
}

.oemfi-1lbox {
    border-radius: 20px;
    background: #F3F5F8;
    padding: 32px 32px 55px;
    height: 100%;
}

.oemfi-1limg {
    display: block;
}

.oemfi-1limg .img-box {
    padding-bottom: 67%;
    border-radius: 10px;
    margin-bottom: 24px;
}

.oemfi-1limg .img-box img {
    transition: all 0.5s ease;
}

.oemfi-1lbox:hover .oemfi-1limg .img-box img {
    transform: scale(1.08);
}

.oemfi-1lh {
    display: block;
    margin-bottom: 8px;
}

.oemfi-1lh p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.oemfi-1lbox:hover .oemfi-1lh p {
    color: #37648B;
}

.oemfi-1lp {
    margin-bottom: 48px;
}

.oemfi-1lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oemfi-1lbtn {
    display: flex;
}

.oemfi-1la {
    display: block;
}

.oemfi-1la p {
    border-bottom: 1px solid #999;
    transition: all 0.5s ease;
}

.oemfi-1lbox:hover .oemfi-1la p {
    border-bottom: 1px solid #37648B;
}

.oemfi-1la p span {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    transition: all 0.5s ease;
}

.oemfi-1lbox:hover .oemfi-1la p span {
    color: #37648B;
}

.oemfi-1la p span i {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: normal;
    margin-left: 12px;
    transition: all 0.5s ease;
}

.oemfi-1lbox:hover .oemfi-1la p span i {
    color: #37648B;
}

/*  */
.oemfisp-1lbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.oemfisp-h {
    margin-bottom: 32px;
}

.oemfisp-h p {
    color: #000;
    text-align: center;
    font-family: 'Geist';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.oemfisp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.oemfisp-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    background: #37648B;
    padding: 16px 24px;
}

.oemfisp-a p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
}

.oemfisp-a i {
    font-size: 16px;
    line-height: normal;
    color: #FFF;
    margin-left: 12px;
    transition: all 0.5s ease;
}

.oemfisp-a:hover i {
    transform: rotate(45deg);
}

/*  */
.oemfi-2 {
    background: #F3F5F8;
}

.oemfi-2box {
    padding: 120px 0;
}

.oemfi-2top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.oemfi-2lf {
    flex: 1;
}

.oemfi-2h {
    margin-bottom: 16px;
}

.oemfi-2h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
}

.oemfi-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 950px;
}

.oemfi-2chan {
    flex: 0 0 auto;
    margin-left: 24px;
}

/*  */
.oemfi-2sw {
    position: relative;
}

#oemfi-sw {
    overflow: hidden;
}

.oemfi-2swbox {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.oemfi-2swbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 30.73%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 10;
    pointer-events: none;
}

.oemfi-2swimg .img-box {
    padding-bottom: 78%;
}

.oemfi-2swimg .img-box img {
    transition: all 0.5s ease;
}

.oemfi-2swbox:hover .oemfi-2swimg .img-box img {
    transform: scale(1.08);
}

.oemfi-2swte {
    position: absolute;
    z-index: 12;
    width: calc(100% - 32px - 32px);
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
}

.oemfi-2swh::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #FFF;
    display: block;
    margin-top: 24px;
}

.oemfi-2swh p {
    color: #FFF;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oemfi-2chan {
    display: flex;
    align-items: center;
}

.oemfi-2chan .swiper-button-prev,
.oemfi-2chan .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    --w: 44px;
    width: var(--w) !important;
    height: var(--w) !important;
    opacity: 1;
    border-radius: 80px;
    background: #ECECEC;
    transition: all 0.5s ease;
    margin-left: 20px !important;
}

.oemfi-2chan .swiper-button-prev:hover,
.oemfi-2chan .swiper-button-next:hover {
    background: #37648B;
}

.oemfi-2chan .swiper-button-prev::after,
.oemfi-2chan .swiper-button-next::after {
    content: "";
}

.oemfi-2chan .swiper-button-prev i,
.oemfi-2chan .swiper-button-next i {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.oemfi-2chan .swiper-button-prev:hover i,
.oemfi-2chan .swiper-button-next:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .oemfi-1box {
        padding: 70px 0 calc(70px - 48px);
    }

    .oemfi-2box {
        padding: 70px 0;
    }

    .oem-list .pro-box {
        padding: 68px 0 0;
    }

    .oem1 {
        padding-bottom: 70px;
    }

    .oem2 {
        padding: 70px 0;
    }

    .oem3 {
        padding: 70px 0;
    }

    .oem4 {
        padding: 70px 0;
    }
}

@media (max-width: 992px) {
    .oemfi-1l {
        width: 50%;
    }

    .oem2-l {
        width: 100%;
    }

    .oem4-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .oemfi-1l {
        width: 100%;
    }

    .oemfi-2chan {
        display: none;
    }

    .oemfi-1box {
        padding: 40px 0 calc(40px - 22px);
    }

    .oemfi-1l {
        margin-bottom: 22px;
    }

    .oemfi-1lbox {
        padding: 16px 16px 25px;
    }

    .oemfi-2box {
        padding: 40px 0;
    }

    .oemfi-2top {
        margin-bottom: 20px;
    }

    .oemfi-2swte {
        width: calc(100% - 12px);
        bottom: 18px;
    }

    .oemfi-2swh::after {
        margin-top: 12px;
    }

    .oem-list .pro-box {
        padding: 38px 0 0;
    }

    .oem1 {
        padding-bottom: 40px;
    }

    .oem2 {
        padding: 40px 0;
    }

    .oem2-h {
        margin-bottom: 24px;
    }

    .oem3 {
        padding: 40px 0;
    }

    .oem3-h {
        margin-bottom: 24px;
    }

    .oem4 {
        padding: 40px 0;
    }

    .oem4-h {
        margin-bottom: 24px;
    }

    .oem4-abox {
        margin-top: 20px;
    }
}

/* é’å²›ç¦é™†å¤šè¿›å‡ºå£æœ‰é™å…¬å¸ï¼ˆäº§å“è¯¦æƒ…ï¼‰ */
/* prode */
.prode-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.slider-navbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-navbox button {
    background: transparent;
    display: none;
}

.slider-navbox button:first-of-type {
    transform: rotate(180deg);
}

.slider-navbox>button i {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.slider-navbox>button:hover i {
    color: rgba(6, 82, 188, 1);
}

/*  */
.prode1-2 {
    width: calc(100% - 40.2% - 60px);
    flex: 0 0 auto;
}

.prode1-2h {
    padding-bottom: 34px;
    margin-bottom: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #EFEFEF;
}

.prode1-2h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /*text-transform: uppercase;*/
}

.prode1-2h span {
    color: #333;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    border-radius: 40px;
    background: #F5F5F5;
    padding: 10px 22px;
    margin-left: 26px;
    flex: 0 0 auto;
}

.prode1-2p {
    margin-bottom: 90px;
}

.prode1-2p h2 {
    color: #37648B;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prode1-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    margin-bottom: 25px;
}

.prode1-2p>*:last-child {
    margin-bottom: 0;
}

.prode1-2share {
    display: flex;
    align-items: center;
}

.prode1-2share {
    margin-bottom: 48px;
}

.prode1-2share p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 18px;
}

.prode1-2btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.prode1-2btn>a {
    margin-right: 23px;
}

.prode1-2btn>a:last-child {
    margin-right: 0;
}

.prode1-2a {
    display: flex;
    align-items: center;
    border-radius: 80px;
    background: #37648B;
    padding: 16px 24px;
}

.prode1-2a p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.prode1-2btni {
    margin-left: 12px;
}

.prode1-2btni i {
    font-size: 16px;
    color: #FFF;
    line-height: normal;
    transition: all 0.5s ease;
    display: block;
}

.prode1-2a:hover .prode1-2btni i {
    transform: rotate(45deg);
}

.prode1-2abla {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 42px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border-radius: 60px;
    background: #000;
    transition: all 0.5s ease;
    position: relative;
}

.prode1-2abla:hover {
    background: #37648B;
}

.prode1-2abla::after {
    position: absolute;
    content: "";
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 60px;
    background: rgba(0, 0, 0, 0.15);
}

.prode1-2abla i {
    font-size: 18px;
    color: #FFF;
    line-height: normal;
    position: relative;
    z-index: 12;
}

/* äº§å“è¯¦æƒ…ä¸‹é¢ */
.prode2 {
    position: sticky;
    top: 170px;
    z-index: 14;
    overflow: hidden;
}

.prode2-u {
    display: flex;
    align-items: center;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    /* background: #37648B; */
    background: rgba(226, 230, 237, 1);
    position: relative;
    margin: 0 16px;
}


.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #149496;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    margin-right: 2.52vw;
    padding: 20px 0;
    position: relative;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    background: #37648B;
    transition: all 0.5s ease;
}

.prode2-l:hover::after {
    width: 100%;
}

.prode2-l.on::after {
    width: 100%;
}

.prode2-la {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: block;
    width: max-content;
}

.prode2-la:hover {
    color: #37648B;
}

.prode2-l.on .prode2-la {
    color: #37648B;
}

/*  */
.prode-endbg {
    border-radius: 8px;
    background: #F3F5F8;
    padding: 0 30px 60px;
}

.prode-endbg>* {
    padding-top: 60px;
}

.prode3h {
    margin-bottom: 30px;
}

.prode3h p {
    color: #222;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

/*  */
.prode5h {
    border-radius: 8px;
    background: #37648B;
    margin-bottom: 16px;
    padding: 16px 20px;
}

.prode5h p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.prode5for .con2-fol {
    margin-bottom: 16px;
}

.prode5for .con2-fol input,
.prode5for .con2-fol textarea {
    color: #666;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #FFF;
}

.prode5for .con2-fol input:focus,
.prode5for .con2-fol textarea:focus {
    border: 1px solid #37648B;
}

.prode5for .con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.prode5for .con2-fol input::-moz-placeholder {
    color: #666;
}

.prode5for .con2-fol input::-ms-input-placeholder {
    color: #666;
}

.prode5for .con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.prode5for .con2-fol textarea::-moz-placeholder {
    color: #666;
}

.prode5for .con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

.prode5for .con2-fobt {
    justify-content: flex-start;
    margin-top: 8px;
}

.prode5for .con2-fobt button {
    padding: 16px 40px;
}

.prode6-u {
    position: relative;
    border-radius: 10px;
    background: #FFF;
    padding: 30px 30px 90px;
}

#prode6-u {
    overflow: hidden;
}

.prode6p {
    margin-bottom: 24px;
}

.prode6p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode6-u .swiper-pagination {
    bottom: 38px;
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}

.prode6-u .swiper-pagination-bullet {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.15);
    width: 20px;
    height: 3px;
    opacity: 1;
    transition: all 0.5s ease;
}

.prode6-u .swiper-pagination-bullet-active {
    background: #37648B;
    width: 40px;
}

@media (max-width: 1536px) {
    .prode1-2h {
        padding-bottom: 16px;
        margin-bottom: 32px;
    }

    .prode1-2p p {
        margin-bottom: 12px;
    }

    .prode1-2p {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .prode1-2h {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .prode1-2h span {
        margin-left: 0;
        margin-bottom: 12px;
    }
}

@media (max-width: 499px) {
    .prode1-2btn>a {
        margin-right: 12px;
    }

    .prode2-l {
        margin-right: 3.52vw;
        padding: 10px 0;
    }

    .prode-top {
        margin-bottom: 30px;
    }

    .prode-endbg {
        padding: 0 12px 30px;
    }

    .prode-endbg>* {
        padding-top: 30px;
    }

    .prode3h {
        margin-bottom: 20px;
    }
}

/* -------------------------------------------- */

/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.banner .item:hover .img-box>img {
    transform: scale(1.08);
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50.2%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-arrow .slick-arrow {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 50.2%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\ea82';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {}

@media (max-width: 1199.2px) {}

@media (max-width: 991px) {
    .banner .item a {
        padding-bottom: 600px;
    }

    .banner-video-box {
        padding-bottom: 600px;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 600px;
    }

    .banner-video-box {
        padding-bottom: 600px;
    }

    .banner-chan .slick-arrow {
        --w: 34px !important;
    }

    .banner-chan .slick-arrow.banner-button-prev {
        margin-right: 8px !important;
    }
}


@media (max-width: 499px) {}

/* banneræŒ‰é”®æ”¹ç‰ˆ */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 148px;
    z-index: 12;
    display: none !important;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 12px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }
}

/* æŒ‰é’® */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    /* overflow: hidden; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 10px !important;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    /* border: 1px solid #D9D9D9; */
    background: rgba(255, 255, 255, 0.69);
    display: block;
    /* margin: 0 8px; */
    position: relative;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #C4AB68;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 24px;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 148px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

.banner-chan {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.banner-chan .slick-arrow {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 500px;
    background: rgba(239, 229, 218, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow.banner-button-prev {
    margin-right: 24px;
}

.banner-chan .slick-arrow:hover {
    background: rgba(247, 239, 233, 0.40);
}

.banner-chan .slick-arrow i {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: #FFF;
}

/* ban æ–‡å­— */
.ban-te {
    position: absolute;
    left: 50%;
    top: calc(50% + 72px);
    transform: translate(-50%, -50%);
    z-index: 14;
}

.ban-h {
    margin-bottom: 14px;
}

.ban-h p {
    color: #FFF;
    font-family: 'Geist';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so2lnum2) * 1.25);
    max-width: 950px;
}

.ban-p {
    margin-bottom: 94px;
}

.ban-p p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    max-width: 810px;
}

.ban-p {
    margin-bottom: 94px;
}

.ban-p p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
}

.ban-btn {
    display: flex;
}

.ban-a {
    display: flex;
    align-items: center;
    border-radius: 80px;
    background: #37648B;
    padding-bottom: 0 !important;
    padding: 12px 24px !important;
}

.ban-a p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
}

.ban-ai {
    flex: 0 0 auto;
    margin-left: 10px;
}

.ban-ai i {
    --w: 30px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    background: #FFF;
    font-size: 14px;
    color: rgba(55, 100, 139, 1);
    line-height: normal;
}

.ban-a:hover .ban-ai i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/* banner-end */

/* ind-pro so1 */
.ind-pro {
    padding: 120px 0 58px;
    background: #F3F5F8;
}

.so1-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so1-h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.so1-btn {
    display: flex;
}

.so1-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    background: #37648B;
    padding: 16px 24px;
}

.so1-a p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.so1-a i {
    font-size: 16px;
    color: #FFF;
    line-height: normal;
    margin-left: 12px;
    transition: all 0.5s ease;
}

.so1-a:hover i {
    transform: rotate(45deg);
}

.so1-ubox {
    overflow: auto;
    position: relative;
    margin-bottom: 48px;
}

.so1-ubox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%);
}

.so1-u {
    display: flex;
}

.so1-l {
    margin-right: 20px;
}

.so1-l:last-child {
    margin-right: 0;
}

.so1-lh {
    padding: 15px 32px 28px 32px;
    border-bottom: 2px solid #37648b00;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
}

.so1-lh:hover {
    border-bottom: 2px solid #37648B;
}

.so1-l.on .so1-lh {
    border-bottom: 2px solid #37648B;
}

.so1-lh p {
    color: rgba(0, 0, 0, 0.50);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: max-content;
}

.so1-lh:hover p {
    color: #37648B;
}

.so1-l.on .so1-lh p {
    color: #37648B;
}

/*  */
.so1-sw {
    display: none;
    position: relative;
}

.so1-sw.on {
    display: block;
}

.so1-swcon {
    overflow: hidden;
}

.so1-swcon .pro2-lbox {
    border: none;
}

.so1-swcon .pro2-lbox:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

.so1-swchan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 38px;
}

.so1-swchan * {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
}

.so1-swchan .swiper-scrollbar {
    width: calc(100% - 140px);
    flex: 0 0 auto;
    background: #D9D9D9;
    height: 2px;
}

.so1-swchan .swiper-scrollbar .swiper-scrollbar-drag {
    background: #37648B;
}

.so1-swchan>div:nth-child(2) {
    display: flex;
    align-items: center;
}

.so1-swchan>div:nth-child(2)>div {
    display: flex;
    align-items: center;

    --w: 44px;
    width: var(--w) !important;
    height: var(--w) !important;
    opacity: 1;
    border-radius: 80px;
    background: #ECECEC;
    transition: all 0.5s ease;
    margin-left: 20px !important;
}

.so1-swchan>div:nth-child(2)>div:hover {
    background: #37648B;
}

.so1-swchan>div:nth-child(2)>div::after {
    content: "";
}

.so1-swchan>div:nth-child(2)>div i {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
}

.so1-swchan>div:nth-child(2)>div:hover i {
    color: #FFF;
}

.so2 {
    padding: 120px 0;
}

.so2-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.so2-h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.so2-abox {
    display: flex;
    align-items: center;
}

.so2-a {
    display: block;
    margin-left: 32px;
    padding: 15px 32px 20px 32px;
    border-bottom: 2px solid #37648b00;
    transition: all 0.5s ease;
}

.so2-a:first-child {
    margin-left: 0;
}

.so2-a.on {
    border-bottom: 2px solid #37648B;
}

.so2-a:hover {
    border-bottom: 2px solid #37648B;
}

.so2-a p {
    color: rgba(0, 0, 0, 0.50);
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so2-a:hover p {
    color: #37648B;
}

.so2-a.on p {
    color: #37648B;
}

.so2-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so2-1 {
    width: 49.34%;
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.so2-2 {
    width: calc(100% - 49.34% - 100px);
    flex: 0 0 auto;
}

.so2-2h {
    margin-bottom: 48px;
}

.so2-2h p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.77);
}

.so2-2btn {
    display: flex;
    margin-bottom: 60px;
}

.so2-2l {
    margin-bottom: 70px;
}

.so2-2l:nth-child(3),
.so2-2l:nth-child(4) {
    margin-bottom: 0;
}

.so2-2lh {
    margin-bottom: 12px;
    display: flex;
    align-items: stretch;
}

.so2-2lh p,
.so2-2lh span {
    color: #37648B;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.so2-2lp p {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
}

/*  */
.ind-oem {
    background: #F3F5F8;
    padding: 120px 0 106px;
}

.so3-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 76px;
}

.so3-1 {
    width: calc(42% - 30px);
    flex: 0 0 auto;
}

.so3-1h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
    text-transform: uppercase;
}

.so3-2 {
    width: 58%;
    flex: 0 0 auto;
}

.so3-2p {
    margin-bottom: 54px;
}

.so3-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

.so3-2btn {
    display: flex;
}

/*  */
.so3-end {
    position: relative;
}

.so3-sw {
    position: relative;
}

#so3-sw {
    overflow: hidden;
}

.so3-swbox {
    border-radius: 20px;
    overflow: hidden;
    padding: 80px 60px 268px;
    position: relative;
}

.so3-swbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    border-radius: 20px;
    pointer-events: none;
}

.so3-swbox * {
    position: relative;
    z-index: 12;
}

.so3-swh {
    margin-bottom: 24px;
}

.so3-swh p {
    color: #FFF;
    font-family: 'Geist';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.so3-swp {
    margin-bottom: 84px;
}

.so3-swp p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so3-swbtn {
    display: flex;
}

.so3-ubox {
    position: absolute;
    width: calc(100% - 60px);
    z-index: 12;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
}

.so3-u {
    display: flex;
}

.so3-l {
    margin-right: 12px;
}

.so3-lbox {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    min-width: 260px;
    width: max-content;
    transition: all 0.5s ease;
    cursor: pointer;
}

.so3-l.on .so3-lbox {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.so3-lbox:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.so3-lbox p {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    transition: all 0.5s ease;
}

.so3-l.on .so3-lbox p {
    color: rgba(255, 255, 255, 1);
}

.so3-lbox:hover p {
    color: rgba(255, 255, 255, 1);
}

.so4 {
    padding: 120px 0 100px;
}

.so4-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.so4-h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so2lnum2) * 1.25);
    text-transform: uppercase;
}

.so4-btn {
    display: flex;
}

.so4-p {
    margin-bottom: 60px;
}

.so4-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so4-end {
    display: flex;
    justify-content: space-between;
}

.so4-1 {
    width: 40.8%;
    flex: 0 0 auto;
}

.so4-1img {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.so4-1img .img-box {
    padding-bottom: 75%;
    border-radius: 4px;
}

.so4-1img .img-box img {
    transition: all 0.5s ease;
}

.so4-1:hover .so4-1img .img-box img {
    transform: scale(1.08);
}

.so4-1i {
    position: absolute;
    z-index: 12;
    right: 24px;
    top: 24px;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(55, 100, 139, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4-1i i {
    font-size: 16px;
    color: #FFF;
    line-height: normal;
}

.so4-1num {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.so4-1num p {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.so4-1:hover .so4-1num p {
    color: #37648B;
}

.so4-1num i {
    font-size: 16px;
    color: #999;
    line-height: normal;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.so4-1:hover .so4-1num i {
    color: #37648B;
}

.so4-1h {
    margin-bottom: 16px;
    display: block;
}

.so4-1h p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-1:hover .so4-1h p {
    color: #37648B;
}

.so4-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 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;
}

.so4-2 {
    width: calc(100% - 40.8% - 60px);
    flex: 0 0 auto;
}

/*  */
.so4-2l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #ECECEC;
}

.so4-2l:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.so4-2limg {
    width: 24%;
    flex: 0 0 auto;
    display: block;
}

.so4-2limg .img-box {
    border-radius: 4px;
    padding-bottom: 76%;
}

.so4-2limg .img-box img {
    transition: all 0.5s ease;
}

.so4-2l:hover .so4-2limg .img-box img {
    transform: scale(1.08);
}

.so4-2lte {
    width: calc(100% - 24% - 30px);
    flex: 0 0 auto;
}

.so4-2lnum {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.so4-2lnum i {
    margin-right: 8px;
    font-size: 16px;
    color: #999;
    line-height: normal;
    transition: all 0.5s ease;
}

.so4-2l:hover .so4-2lnum i {
    color: #37648B;
}

.so4-2lnum p {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    transition: all 0.5s ease;
}

.so4-2l:hover .so4-2lnum p {
    color: #37648B;
}

.so4-2lh {
    margin-bottom: 16px;
    display: block;
}

.so4-2lh p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so4-2l:hover .so4-2lh p {
    color: #37648B;
}

.so4-2lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 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;
}

.so5 {
    display: flex;
}

.so5-1 {
    padding: 280px 165px 226px;
    flex: 0 0 auto;
    margin-right: 92px;
}

.so5-1img img {
    width: 240px;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
}

.so5-2 {
    flex: 1;
    padding: 100px 0 120px;
}

.so5-2h {
    margin-bottom: 6px;
}

.so5-2h p {
    color: #000;
    font-family: 'Geist';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so2lnum2) * 1.25);
}

.so5-2p {
    margin-bottom: 32px;
}

.so5-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 610px;
}

.so5-u {
    height: 494px;
    overflow: auto;
}

.so5-u::-webkit-scrollbar {
    display: none;
}

.so5-l {
    display: flex;
    padding: 7px 50px 0 72px;
}

.so5-l:nth-child(1) {
    background: #37648B;
}

.so5-l:nth-child(2) {
    background: #3F6C92;
}

.so5-l:nth-child(3) {
    background: #487399;
}

.so5-l:nth-child(4) {
    background: #507BA1;
}

.so5-l:nth-child(5) {
    background: #5883A8;
}

.so5-lnum {
    flex: 0 0 auto;
    width: 54px;
}

.so5-lnum p {
    color: #FFF;
    font-family: 'Geist';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
}

.so5-lh {
    padding-top: 4.5px;
}

.so5-lh p {
    color: #FFF;
    font-family: 'Geist';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.so5-lpbox {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.so5-l.on .so5-lpbox {
    max-height: 500px;
    opacity: 1;
}

.so5-lp {
    padding: 6px 0 20px;
}

.so5-lp p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* ----------------------------------------------------------------------------- */
.ven2-lersp {
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);

}

.ven2-lersp {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-lersp {
    max-height: 900px;
    opacity: 1;
    overflow: visible;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.ve-box {
    width: 100%;
    background: #FFF;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.ve1-row {
    margin: 0;
}

.ve1 {
    padding: 54px 0 54px 30px;
    display: flex;
    align-items: center;
    background: #FFF;
}

.ve1-img {
    width: 56%;
}

.ve1-abox {
    width: 44%;
}

.ve1-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;

    display: none;
}

.ve1-img img.on {
    display: block;
}

/*  */
.ve-ap {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 16px 38px;
    transition: all 0.5s ease;
}

.ve-ap:last-child {
    margin-bottom: 0;
}

.ve-ap.on {
    background: #F3F5F8;
}

.ve2 .ve-ap.on {
    background: transparent;
}

.ve-ap:hover {
    background: #F3F5F8;
}

.ve2 .ve-ap:hover {
    background: transparent;
}

.ve-ap::before {
    content: "";
    background: #37648B;

    --w: 0;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.ve2 .ve-ap::before {
    background: #FFF;
}

.ve-ap.on::before {
    --w: 6px;
    margin-right: 12px;
}

.ve-ap:hover::before {
    --w: 6px;
    margin-right: 12px;
}

.ve2 {
    position: relative;
}

.ve2-abox:last-child .ve-ap {
    margin-bottom: 0;
}

.ve-ap span {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    transition: all 0.5s ease;
}

.ve2 .ve-ap span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.ve-ap.on span {
    color: #37648B;
}

.ve2 .ve-ap.on span {
    color: #FFF;
}

.ve-ap:hover span {
    color: #37648B;
}

.ve2 .ve-ap:hover span {
    color: #FFF;
}

/*  */
.ve2-box {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
    max-width: 38%;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
    min-height: 324px;
    position: relative;
    z-index: 12;
}

.ve2-imgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ve2-imgbox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: none;
}

.ve2-imgbox img.on {
    display: block;
}

.ve2-box.on {
    display: block;
    opacity: 1;
}

.ve2 {
    padding: 62px 0 52px;
}

.ve2-h {
    margin-bottom: 20px;
}

.ve2-h p {
    padding: 0 26px;
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: var(--zj-ven2-la);
}

/*  */
.ve3 {
    width: 162%;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 86px 0 104px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ve2-abox:hover .ve3 {
    max-height: 100%;
    opacity: 1;
    overflow: visible;
}

.ve3-h {
    margin-bottom: 20px;
}

.ve3-h p {
    padding: 0 26px;
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: var(--zj-ven2-la);
    text-transform: capitalize;
}



.ve3-t {
    padding: 0 30px 0 62px;
}

.ve3-th {
    margin-bottom: 20px;
}

.ve3-th p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ve3-tp {
    margin-bottom: 60px;
}

.ve3-tp p {
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.85);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ve3-tbtn {
    display: flex;
}

.ve3-tbtn .oemfi-1la p span,
.ve3-tbtn .oemfi-1la p span i {
    color: #FFF;
}

.ve3-tbtn .oemfi-1la p {
    border-bottom: 1px solid #FFF;
}

@media (max-width: 1536px) {
    .ve1 {
        padding: 12px 0 12px 10px;
    }

    .ve-ap {
        padding: 8px 19px;
    }

    .ve2 {
        padding: 32px 0 22px;
    }

    .ve2-box {
        min-height: 224px;
    }

    .ve3 {
        padding: 36px 0 44px;
    }

    .ve3-t {
        padding: 0 15px 0 32px;
    }

    .ve3-tp p {
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 1536px) {
    .ind-pro {
        padding: 70px 0 58px;
    }

    .so1-top {
        margin-bottom: 30px;
    }

    .so2 {
        padding: 70px 0;
    }

    .so2-top {
        margin-bottom: 40px;
    }

    .ind-oem {
        padding: 70px 0;
    }

    .so3-ubox {
        overflow: auto;
    }

    .so3-ubox::-webkit-scrollbar {
        display: none;
    }

    .so4-2l {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .so4 {
        padding: 70px 0;
    }

    .so4-p {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .so1-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so1-h {
        margin-bottom: 12px;
    }

    .so2-abox {
        display: none;
    }

    .so2-end {
        flex-direction: column-reverse;
    }

    .so2-1 {
        width: 100%;
    }

    .so2-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so3-top {
        margin-bottom: 36px;
        flex-direction: column;
    }

    .so3-swbox {
        padding: 40px 30px 168px;
    }

    .so4-btn {
        display: none;
    }

    .so4-end {
        flex-direction: column;
    }

    .so4-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so4-2 {
        width: 100%;
    }

    .so5-1 {
        display: none;
    }

    .so5-2 {
        padding: 70px 0;
    }

    .so5-u {
        height: auto;
    }
}

@media (max-width: 499px) {
    .ban-p {
        margin-bottom: 34px;
    }

    .ban-te {
        top: calc(50% + 22px);
    }

    .ind-pro {
        padding: 40px 0;
    }

    .so1-lh {
        padding: 15px 16px 14px 16px;
    }

    .so2 {
        padding: 40px 0;
    }

    .so2-top {
        margin-bottom: 20px;
    }

    .so3-1 {
        width: 100%;
    }

    .so3-2 {
        width: 100%;
    }

    .ind-oem {
        padding: 40px 0;
    }

    .so3-2p {
        margin-bottom: 24px;
    }

    .so4 {
        padding: 40px 0;
    }

    .so4-2limg {
        display: none;
    }

    .so4-2lte {
        width: 100%;
    }

    .so5-2 {
        padding: 40px 0;
    }

    .so5-l {
        padding: 7px 12px 0 12px;
    }
}

/*---------- äº§å“åˆ—è¡¨ ---------- */
.prode3l {
    margin-bottom: 20px;
}

.prode3l::after {
    display: none;
}

.prode3lt p {
    text-align: center;
}

@media (max-width: 992px) {
    .prode3l {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .prode3l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .prode3l {
        width: 100%;
    }
}

/* ---------------------------------- */
.ind-banbtn {
    cursor: pointer;
}

.ind-fly {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 10209;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.ind-fly.on {
    opacity: 1;
    pointer-events: auto;
}

.ind-flybox {
    background: #FFF;
    width: 1600px;
    max-width: 92%;
    margin: auto;
    position: relative;
    top: 80px;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 30px;
}

.ind-flyh {
    margin-bottom: 40px;
}

.ind-flyh p {
    color: #37648B;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-news-h) * 1.16);
    text-transform: uppercase;
}

.ind-flyico {
    position: absolute;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(232, 235, 244, 1);
    background: rgba(246, 247, 250, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.ind-flyico i {
    font-size: 12px;
    line-height: normal;
    color: rgba(30, 58, 138, 1);
}

/*  */
.ind-fly .con2-fou>div {
    margin-bottom: 16px;
}

.ind-fly .con2-fol input,
.ind-fly .con2-fol textarea {
    padding: 12px;
}

.ind-fly .con2-fobt {
    margin-top: 0;
}

@media (max-width: 1536px) {
    .ind-flybox {
        top: 60px;
    }

    .ind-flyh {
        margin-bottom: 40px;
    }

    .ind-flybox {
        padding: 40px 30px;
    }
}

@media (max-width: 992px) {
    .ind-flybox {
        top: 20px;
    }

    .ind-flyh {
        margin-bottom: 20px;
    }

    .ind-flyfrom .con3-fobt {
        margin-top: 20px;
    }

    .ind-flybox {
        padding: 20px 12px;
    }

    .ind-flyfrom .con3-fol input,
    .ind-flyfrom .con3-fol textarea {
        padding: 6px;
    }
}

/* -------------------------------------------------------------------------------------------------- */
.so5-1img {
    position: relative;
}

.so5-1l {
    position: absolute;
    width: calc(50% - 5px);
    height: calc(50% - 5px);
}

.so5-1l:nth-child(1) {
    right: 0;
    top: 0;
}

.so5-1l:nth-child(2) {
    right: 0;
    bottom: 0;
}

.so5-1l:nth-child(3) {
    left: 0;
    bottom: 0;
}

.so5-1l:nth-child(4) {
    left: 0;
    top: 0;
}

.so5-1l img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.so5-1l img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.so5-1l {
    cursor: pointer;
}

.so5-1l.on img:nth-child(2) {
    opacity: 1;
}

.oem1-swlbox {
    margin-bottom: 20px;
}

.oem1-swt p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
}

.ab5-swbox {
    position: relative;
}

/*  */
#so5-sw .swiper-button-prev,
#so5-sw .swiper-button-next {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    opacity: 1;
    border-radius: 80px;
    background: #ECECEC;
    transition: all 0.5s ease;
}

#so5-sw .swiper-button-prev {
    left: -30px;
}

#so5-sw .swiper-button-next {
    right: -30px;
}

#so5-sw .swiper-button-prev:hover,
#so5-sw .swiper-button-next:hover {
    background: #37648B;
}

#so5-sw .swiper-button-prev::after,
#so5-sw .swiper-button-next::after {
    content: "";
}

#so5-sw .swiper-button-prev i,
#so5-sw .swiper-button-next i {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

#so5-sw .swiper-button-prev:hover i,
#so5-sw .swiper-button-next:hover i {
    color: #FFF;
}

.so5-sw {
    position: relative;
}

#so5-sw {
    overflow: hidden;
}

.so5-swbox {
    cursor: pointer;
}

.so5-swimg .img-box {
    padding-bottom: 135%;
}

.so5-swimg .img-box img {
    transition: all 0.5s ease;
}

.so5-swbox:hover .so5-swimg .img-box img {
    transform: scale(1.08);
}

#so5-sw .swiper-pagination {
    bottom: -90px;
}

#so5-sw .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background: #FFF;
    opacity: 1;
    border-radius: 0;
    transition: all 0.5s ease;
}

#so5-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #9ACC52;
    width: 40px;
}

.so5-swt {
    margin-top: 8px;
}

.so5-swt p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-align: center;
}

.ab5 {
    margin-bottom: 70px;
}

@media (max-width: 499px) {
    .ab5 {
        margin-bottom: 40px;
    }
}