#ven {
    transition: all 0.5s ease;
}

.ventricle {
    /* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05); */
}

.headersp {
    background: #FFF !important;
}

@media (max-width: 1536px) {
    .hea-top {
        padding: 12px 0;
    }
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(15px);
    padding: 0 20px;
    width: calc(100% - 60px);
    margin: auto;
    transition: all 0.5s ease;
}

.ventricle .hea-box {
    border-radius: 0;
    top: 0;
    width: 100%;
}

.ven1-a {
    display: flex;
    align-items: center;
}

.ven1-loim {
    padding: 10px 0;
    position: relative;
}

.ven1-loim img {
    width: 88px;
    height: auto;
    transition: all 0.5s ease;
}

.ven1-lote {
    margin-left: 12px;
}

.ven1-lote p {
    color: #000C8A;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: uppercase;
}

.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 30px;
}

.ven2-l:last-child:after {
    margin: 0 36px;
}

.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: #000;
    font-family: "Sora";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    --size: 1px;
    --color: #000C8A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #000C8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #000C8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-la i {
    margin-left: 4px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: 16px;
    font-style: normal;
    font-weight: bolder;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ventricle .ven2-la i {
    color: #000;
}

.headersp .ven2-la i {
    color: #000;
}

.ven2-la:hover i {
    color: #EE390A;
}

.ven2-l.on .ven2-la i {
    color: #EE390A;
}

/*  */

.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: 24px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.ventricle .vensesv i {
    color: #000;
}

.headersp .vensesv i {
    color: #000;
}

.vensesv:hover i {
    color: #000C8A;
    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 #000C8A;
}

.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: #000C8A;
    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: #000C8A;
    font-feature-settings: 'liga' off, 'calt' off;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
}

/*  */
.ven-line {
    width: 1px;
    height: 14px;
    margin: 0 26px 0 22px;
    background: #D9D9D9;
}

/*  */
.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 20px;
    }

    .ven2-l:last-child:after {
        margin: 0 26px;
    }
}

@media (max-width: 1536px) {

    /* .ven1-loim {
        padding: 12px 0;
    } */
    .hea-box {
        width: calc(100% - 30px);
    }

    .ven2-l:last-child:after {
        margin: 0 24px;
    }

    .ven1-loim img {
        width: 80px;
    }

    .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 12px;
    }

    .ven2-l:last-child:after {
        margin: 0 16px;
    }

    .hea-box {
        top: 20px;
    }

    .ven-line {
        margin: 0 16px 0 12px;
    }

    .ven-inqury .ven-inqurya {
        --w: 38px;
    }

    .ven-inqury .ven-inqurya i {
        font-size: 18px;
    }

    .menu-language {
        padding: 10px 6px !important;
    }

    .menu-language .select-name span {
        margin: 0 6px !important;
    }

    .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 {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .hea-box {
        border-radius: 0;
        top: 0;
        width: 100%;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 768px) {
    .menu-language .select-name span {
        display: none !important;
    }

    .ven1-lote {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 60px;
    }

    .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: 320%;
    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: #000C8A;
    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: #000C8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #000C8A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #000C8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.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: #000C8A;
    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: #000C8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 266%;
    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: 360%;
    }

    .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: -190px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven-line {
        margin: 0 10px;
    }

    .ven-inqury {
        margin-right: 10px;
    }

    .menu-language {
        padding: 7px 6px !important;
    }

    .hea-box {
        padding: 0 10px;
    }

    .ven1-loim {
        padding: 6px 0;
    }

    .ven2-langi1 img {
        width: 24px;
    }

    .ven2-langbt {
        padding: 4px 10px 4px 4px;
    }

    .ven2-langi1 {
        margin-right: 6px;
    }

    .ven2-langbt i {
        margin-left: 6px;
    }
}

/* 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: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #000;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #000;
}

#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: #000;
}

.headersp #venPho .venPhoSack.on::before {
    background: #000;
}

.ventricle .venPhoSack::before {
    background: #000 !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #000;
}

.headersp #venPho .venPhoSack.on::after {
    background: #000;
}

.ventricle .venPhoSack::after {
    background: #000 !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #000;
}

.ventricle .venPhoSack span {
    background: #000 !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: 88px;
    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: #000C8A;
}

.xiantiao>a {
    color: #000C8A;
}

.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: #000C8A;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 62px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* 语言新 */
.menu-language {
    position: relative;
    height: 100%;
    border-radius: 8px;
    background: #FFF;
    padding: 16px 24px;
    transition: all 0.5s ease;
}

.menu-language:hover {
    background: #000C8A;
}

@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: #000;
    font-family: "Sora";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

.menu-language .select-name span {
    background: #ECECEC;
    width: 1px;
    height: 19px;
    margin: 0 14px;
}

@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: rgba(39, 38, 54, 1);
    font-family: 'iconfont' !important;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.menu-language:hover .select-name:before {
    color: #FFF;
}

@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;
}

.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-show {
    padding-top: 90px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@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-box {
    background: #F5F5F5;
    padding: 20px 0;
}

.sub-show .subnav-box {
    background: #00000000;
}

.subnav-boxctm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav {
    display: flex;
    align-items: 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: #000;
    font-family: 'Manrope3';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    text-transform: capitalize;
    transition: all 0.5s ease;
    padding-bottom: 2px;
    --size: 1px;
    --color: #CE3409;
    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: #000;
    --size: 1px;
    --color: #CE3409;
    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: #CE3409;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item:last-child a span {
    color: #CE3409;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.sub-show .breadcrumb-item+.breadcrumb-item::before {
    color: #222;
}

/*  */
.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: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1.5px;
    transition: all 0.5s ease;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 12px;
    border: 1px solid #000b8a00;
    /* background: #F5F5F5; */
}

.sub-pagel:last-child a,
.sub-pagel:first-child a {
    border: 1px solid rgba(0, 12, 138, 0.45);
}

.sub-pagel a:hover {
    color: #FFF;
    border: 1px solid #000C8A;
    background: #000C8A;
}

.sub-pagel.on a {
    color: #FFF;
    border: 1px solid #000C8A;
    background: #000C8A;
}

.sub-pagel a p {
    margin: 0 13px;
}

.sub-pagel a p span {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
    --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);
}

.sub-pagel a:hover p span {
    color: #B51C14;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.sub-pagel a i {
    font-size: 18px;
    color: rgba(0, 12, 138, 1);
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {

    .subnav-box {
        padding: 7px 0;
    }

    .subnav i {
        margin-right: 14px;
    }
}

@media (max-width: 499px) {}

[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 */
.con1 {
    padding: 160px 0 120px;
}

.con1-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.con1-1 {
    width: 42.6%;
    flex: 0 0 auto;
}

.con1-1smh {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}

.con1-1smh img {
    width: 26px;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
    margin-right: 12px;
    flex: 0 0 auto;
}

.con1-1smh p {
    background: linear-gradient(90deg, #C1863A 0%, #DEC185 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.con1-1h {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 14px;
    margin-bottom: 32px;
}

.con1-1h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.con1-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 670px;
}

.con1-1share {
    margin-top: 155px;
}

.con1-1shp {
    margin-bottom: 16px;
}

.con1-1shp p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.25);
}

.con1-1sha {
    display: flex;
    align-items: center;
}

.con1-1sha img {
    width: 60px;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
    transition: all 0.5s ease;
}

.con1-1sha>a:hover img {
    transform: translateY(-6px);
}

.con1-2 {
    width: calc(100% - 42.6% - 110px);
    flex: 0 0 auto;
}

.con1-2l {
    padding: 0 24px 28px;
    margin-bottom: 48px;
    border-bottom: 1px solid #F5F5F5;
}

.con1-2l:last-child {
    margin-bottom: 0;
}

.con1-2la {
    display: flex;
    align-items: center;
}

.con1-2l1 {
    flex: 0 0 auto;
    margin-right: 42px;
}

.con1-2l1 i {
    font-size: 48px;
    line-height: normal;
    color: rgba(39, 38, 54, 1);
    transition: all 0.5s ease;
}

a.con1-2la:hover .con1-2l1 i {
    color: #000C8A;
}

.con1-2l2h {
    margin-bottom: 12px;
}

.con1-2l2h p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

a.con1-2la:hover .con1-2l2h p {
    color: #000C8A;
}

.con1-2l2p p span {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    --size: 1px;
    --color: #000C8A;
    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-2la:hover .con1-2l2p p span {
    color: #000C8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.map iframe {
    aspect-ratio: 1650 / 500;
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.con3 {
    padding: 100px 0 120px;
}

.con3-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.con3-1 {
    width: 42.6%;
    flex: 0 0 auto;
    position: sticky;
    top: 140px;
}

.con3-2 {
    width: calc(100% - 42.6% - 110px);
    flex: 0 0 auto;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    padding: 39px 44px 52px;
}

.con3-2h {
    margin-bottom: 16px;
}

.con3-2h p {
    color: #000;
    font-family: "Sora";
    font-size: calc(var(--zj-prode1_2h) - 3px);
    font-style: normal;
    font-weight: 600;
    line-height: calc((var(--zj-prode1_2h) - 3px) * 1.25);
}

.con3-2p {
    margin-bottom: 40px;
}

.con3-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.con3-form {
    width: 60%;
    flex: 0 0 auto;
}

.con3-fou {
    margin-right: calc(-.5 * 0.9em);
    margin-left: calc(-.5 * 0.9rem);
}

.con3-fou>div {
    margin-bottom: 30px;
    padding-right: calc(0.9rem * .5);
    padding-left: calc(0.9rem * .5);
}

.con3-fou>div>div {
    position: relative;
}

.con3-fou>div:last-child {
    margin-bottom: 0;
}

.con3-fou>div p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 9px;
}

.con3-fol input,
.con3-fol textarea {
    color: #999;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;

    width: 100%;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    background: #F5F5F5;

    transition: all 0.5s ease;
    padding: 16px 20px;
}

.con3-fol input:focus,
.con3-fol textarea:focus {
    border: 1px solid #000C8A;
}

.con3-fol input::-webkit-input-placeholder {
    color: #999;
}

.con3-fol input::-moz-placeholder {
    color: #999;
}

.con3-fol input::-ms-input-placeholder {
    color: #999;
}

.con3-fol textarea::-webkit-input-placeholder {
    color: #999;
}

.con3-fol textarea::-moz-placeholder {
    color: #999;
}

.con3-fol textarea::-ms-input-placeholder {
    color: #999;
}

/*  */
.con3-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
}

.con3-fobt button {
    padding: 8px 6px 8px 18px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #000C8A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con3-fobt button span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.con3-fobti {
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 20px;
    position: relative;
    border-radius: 12px;
    background: #FFF;
}

.con3-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1;
    color: rgba(0, 12, 138, 1);
}

.con3-fobt button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 1536px) {
    .con1 {
        padding: 70px 0 60px;
    }

    .con1-2l {
        padding: 0 12px 14px;
        margin-bottom: 24px;
    }

    .con1-2l1 {
        margin-right: 22px;
    }

    .con1-2l1 i {
        font-size: 34px;
    }

    .con1-1share {
        margin-top: 75px;
    }

    .con1-1smh {
        margin-bottom: 16px;
    }

    .map iframe {
        min-height: 400px;
    }

    .con3 {
        padding: 70px 0 80px;
    }

    .con3-2 {
        width: calc(100% - 42.6% - 30px);
        padding: 29px 34px 42px;
    }
}

@media (max-width: 992px) {
    .con1-box {
        flex-direction: column;
    }

    .con1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .con1-2 {
        width: 100%;
    }

    .con1-1share {
        margin-top: 35px;
    }

    .con1-1shp {
        margin-bottom: 0;
    }

    .con1-1sha img {
        width: 50px;
    }

    .con3-box {
        flex-direction: column;
    }

    .con3-1 {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .con3-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con3-fou>div {
        width: 100%;
    }

    .con3-2 {
        padding: 19px 24px 32px;
    }
}

@media (max-width: 499px) {
    .con1 {
        padding: 40px 0 30px;
    }

    .con1-1smh {
        margin-bottom: 8px;
    }

    .con1-1h {
        padding-bottom: 6px;
        margin-bottom: 16px;
    }

    .con1-2l1 i {
        font-size: 26px;
    }

    .con1-2l2h {
        margin-bottom: 6px;
    }

    .con1-2l {
        padding: 0 6px 7px;
        margin-bottom: 12px;
    }

    .map iframe {
        min-height: 300px;
    }

    .con3 {
        padding: 40px 0;
    }

    .con3-2 {
        padding: 12px;
    }

    .con3-2p {
        margin-bottom: 20px;
    }

    .con3-fol input,
    .con3-fol textarea {
        padding: 8px 12px;
    }

    .con3-fou>div {
        margin-bottom: 12px;
    }
}

/* footer */
#footer {
    padding: 100px 0 20px;
}

.ft-box {
    position: relative;
}

.ft-box::after {
    position: absolute;
    content: "";
    width: calc(100vw - 60px);
    height: 100%;
    border-radius: 30px;
    background: #FFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ft-h {
    margin-bottom: 48px;
}

.ft-h p {
    color: #FFF;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
    max-width: 954px;
}

.ftbtn {
    display: flex;
    margin-bottom: 186px;
}

.ft-a {
    padding: 8px 6px 8px 18px !important;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #F9FCFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ft-a:hover {
    background: #000C8A;
}

.ft-a p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ft-a:hover p {
    color: #FFF;
}

.ft-i {
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 20px;
    position: relative;
    border-radius: 12px;
    background: #000C8A;
    transition: all 0.5s ease;
}

.ft-a:hover .ft-i {
    background: #FFF;
}

.ft-i i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

.ft-a:hover .ft-i i {
    color: #000C8A;
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
/* footer */
.ft1 {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 50px;
    position: relative;
    z-index: 12;
}

.ft1-1 {
    width: 37%;
    flex: 0 0 auto;
}

.ft1-1logo {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
    width: max-content;
}

.ft1-1logo img {
    width: 100px;
    height: auto;
    object-fit: cover;
    object-position: center;
    flex: 0 0 auto;
}

/*  */

.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
    width: 100%;
}

.ft1-sehfobox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    border-radius: 10px;
    border: 1px solid rgba(0, 12, 138, 0.25);
    background: #F9FCFF;
    padding: 14px 12px;
    overflow: hidden;
}

.ft1-sehfo input {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    background: transparent;
    border: none;
    width: 68%;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: #666;
}

.ft1-sehfo input::-moz-placeholder {
    color: #666;
}

.ft1-sehfo input::-ms-input-placeholder {
    color: #666;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.ft1-1from .con3-fobt {
    margin-top: 0;
    margin-left: 20px;
}

/* ft1-2 */
.ft1-2 {
    width: 50%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-2l {
    min-width: 220px;
}

.ft1-2lh {
    margin-bottom: 20px;
}

.ft1-2lh p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

/*  */
.ft1-2labox {
    margin-bottom: 12px;
}

.ft1-2labox:last-child {
    margin-bottom: 0;
}

/* liebiao */
.ft1-2la {
    display: block;
    max-width: 400px;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la span {
    color: #000C8A;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1.75;

    --size: 1px;
    --color: #000C8A;
    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-2la:hover span {
    color: #000C8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-2labox:nth-child(1) .ft1-2la span {
    color: #000C8A;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/* lianxi */
.ft1-2lfl {
    margin-bottom: 12px;
}

.ft1-2lfl:last-child {
    margin-bottom: 0;
}

.ft1-2lfla span {
    color: #000C8A;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    --size: 1px;
    --color: #000C8A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft1-2lfla:hover span {
    color: #000C8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

div.ft1-2lfla span {
    display: block;
    max-width: 283px;
}

.ft1-2lfla p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 6px;
}

/*  */
.ft3 {
    position: relative;
    z-index: 12;
    padding: 13px 0 24px;
    border-top: 1px solid #000C8A;
}

.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy span {
    color: #000C8A;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.ft3-1pow {
    margin-right: 16px;
}

.ft3-1pow span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 170%;
    --size: 1px;
    --color: #EB562B;
    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: #EB562B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-1cnzz {
    padding-bottom: 3px;
    margin-left: 6px;
}

.ft3-2 {
    display: flex;
    align-items: center;
    margin-left: 32px;
}

.ft3-2>span {
    width: 1px;
    height: 8px;
    background: #000C8A;
    margin: 0 16px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #000C8A;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #000C8A;
    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: #000C8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3 .con1-1sha>a {
    margin-right: -16px;
}

@media (max-width: 1536px) {
    #footer {
        padding: 70px 0 20px;
    }

    .ft-h {
        margin-bottom: 24px;
    }

    .ftbtn {
        margin-bottom: 86px;
    }

    .ft-box::after {
        width: calc(100vw - 30px);
    }

    .ft1 {
        padding: 30px 0 20px;
    }

    .ft1-1 {
        width: 44%;
    }

    .ft3 {
        padding: 6px 0 12px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        margin-bottom: 49px;
    }

    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft3-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft3-2 {
        margin-left: 16px;
    }

    #footer .con1-1sha img {
        width: 50px;
    }
}

@media (max-width: 992px) {
    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2 {
        margin-left: 0;
    }

    .ft3-1cnzz {
        margin-left: 0;
    }

    .ft-box::after {
        width: calc(100vw - 12px);
    }
}

@media (max-width: 642px) {
    .ft1-sehfo {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft1-1from .con3-fobt {
        margin-top: 10px;
        margin-left: 0;
    }

    .ft1-sehfobox {
        width: 100%;
    }

    .ft3-2>span {
        margin: 0 8px 0;
    }

    .ft1-2l:nth-child(2) {
        display: none;
    }

    .ft1-2l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ft1-1logo img {
        width: 70px;
    }

    .ft1-1logo {
        margin-bottom: 17px;
    }

    .ft1 {
        padding: 20px 0 20px;
    }

    #footer .con1-1sha img {
        width: 46px;
    }

    .ft-box::after {
        width: calc(100vw - 6px);
    }

    #footer {
        padding: 40px 0 20px;
    }

    .ftbtn {
        margin-bottom: 36px;
    }
}

/* 青岛乐客乐贸易有限公司（新闻） */
.ne-box {
    padding: 160px 0 100px;
}

.ne-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ECECEC;
}

.ne-smh {
    display: flex;
    align-items: center;
}

.ne-smh img {
    width: 26px;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
    margin-right: 12px;
    flex: 0 0 auto;
}

.ne-smh p {
    background: linear-gradient(90deg, #C1863A 0%, #DEC185 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ne-h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.ne2-u {
    display: flex;
    align-items: center;
}

.ne2-la {
    display: flex;
    margin-left: 92px;
    position: relative;
}

.ne2-l:first-child .ne2-la {
    margin-left: 0;
}

.ne2-la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #000C8A;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ne2-l.on .ne2-la::after {
    opacity: 1;
}

.ne2-la:hover::after {
    opacity: 1;
}

.ne2-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;
}

.ne2-l.on .ne2-la p span {
    color: #000C8A;
}

.ne2-la:hover p span {
    color: #000C8A;
}

.ne-u {
    margin-top: 80px;
    margin-bottom: 12px;
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.ne-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 48px;
}

.ne-limg .img-box {
    padding-bottom: 67%;
    border-radius: 20px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    margin-top: 32px;
}

.ne-lt1 {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.ne-lt1 img {
    width: 14px;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
    margin-right: 10px;
    flex: 0 0 auto;
}

.ne-lt1 p {
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    background: linear-gradient(90deg, #C1863A 0%, #DEC185 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ne-lt2 {
    margin-bottom: 12px;
}

.ne-lt2h {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne-lt2h p {
    max-width: 420px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lt2h p span {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lt2h p span {
    color: #000C8A;
}

.ne-lt2h i {
    font-size: 24px;
    color: rgba(102, 102, 102, 0.45);
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lt2h i {
    color: #000C8A;
}

.ne-lt3 {
    margin-bottom: 18px;
}

.ne-lt3 p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 420px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lt4 p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 70px 0;
    }

    .ne2-la::after {
        bottom: -22px;
    }

    .ne-top {
        margin-top: 16px;
        padding-bottom: 7px;
    }

    .ne-u {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }

    .ne-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .ne-h {
        margin-bottom: 20px;
    }

    .ne2-la::after {
        bottom: -8px;
    }
}

@media (max-width: 499px) {
    .ne-l {
        width: 100%;
    }

    .ne-box {
        padding: 40px 0;
    }

    .ne2-la {
        margin-left: 32px;
    }

    .ne-lte {
        margin-top: 16px;
    }

    .sub-pagel a {
        --w: 34px;
    }

    .ne-l {
        margin-bottom: 24px;
    }
}

/* 青岛乐客乐贸易有限公司（关于我们） */
.ab1 {
    margin: 160px 0 92px;
}

.ab1-smh {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.ab1-smh img {
    width: 26px !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    background: none;
    margin-right: 12px;
    flex: 0 0 auto;
}

.ab1-smh p {
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    background: linear-gradient(90deg, #C1863A 0%, #DEC185 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ab1-h {
    margin-bottom: 12px;
}

.ab1-h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.ab1-te {
    max-width: 1370px;
    margin: auto;
}

.ab1-te h2 {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
    margin-bottom: 48px;
}

.ab1-te p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.55);
    margin-bottom: 30px;
}

.ab1-te p:last-child {
    margin-bottom: 0;
}

/* ab2 */
.ab2 {
    margin: 0 0 160px;
}

.ab2-box {
    padding: 22px 0;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

.ab2-a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 20px;
}

.ab2-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ab2-a:hover .ab2-bg img {
    transform: scale(1.08);
}

.ab2-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ab2-video i {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 22px;
    color: rgba(1, 98, 177, 1);
}

.ab2-video:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab2-videobg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    width: 80px;
}

.ab2-videobg img {
    width: 100%;
    animation: rotation2 12s linear infinite;
}

@keyframes rotation2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.ab3-box {
    padding: 144px 0 263px;
}

.ab3-h {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 48px;
    max-width: 980px;
}

.ab3-h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.ab3-sw {
    position: relative;
    max-width: calc(100% - 116px - 116px);
    margin: 0 auto;
    margin-top: 97px;
}

#ab3-sw {
    overflow: hidden;
}

.ab3-swbox {
    cursor: pointer;
}

.ab3-swimg .img-box {
    padding-bottom: 145%;
    border-radius: 10px;
    border: 4px solid #AE9243;
    background: #F5F5F5;
}

.ab3-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab3-swbox:hover .ab3-swimg .img-box img {
    transform: scale(1.08);
}

#ab3-sw .swiper-button-prev,
#ab3-sw .swiper-button-next {
    border-radius: 12px;
    background: linear-gradient(180deg, #DEC185 0%, #C1863A 100%);
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    overflow: hidden;
}

#ab3-sw .swiper-button-prev {
    left: -116px;
}

#ab3-sw .swiper-button-next {
    right: -116px;
}

#ab3-sw .swiper-button-prev::before,
#ab3-sw .swiper-button-next::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000C8A;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0 !important;
    transition: all 0.5s ease;
}

#ab3-sw .swiper-button-prev:hover::before,
#ab3-sw .swiper-button-next:hover:before {
    opacity: 1 !important;
}

#ab3-sw .swiper-button-prev::after,
#ab3-sw .swiper-button-next::after {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    z-index: 12;
}

/*  */
.ab4 {
    margin-bottom: 100px;
}

.ab4-top {
    display: flex;
    justify-content: space-between;
}

.ab4-1 {
    width: 45.2%;
    flex: 0 0 auto;
}

.ab4-1h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.ab4-2 {
    width: calc(100% - 45.2% - 98px);
    flex: 0 0 auto;
}

.ab4-1p {
    padding-top: 14px;
}

.ab4-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

.ab4-1swchan {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.ab4-1swchan .swiper-button-prev,
.ab4-1swchan .swiper-button-next {
    position: relative;
    left: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #DEC185 0%, #C1863A 100%);
    margin: 0 !important;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    overflow: hidden;
}

.ab4-1swchan .swiper-button-prev {
    margin-right: 14px !important;
}

.ab4-1swchan .swiper-button-prev::before,
.ab4-1swchan .swiper-button-next::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000C8A;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0 !important;
    transition: all 0.5s ease;
}

.ab4-1swchan .swiper-button-prev:hover::before,
.ab4-1swchan .swiper-button-next:hover:before {
    opacity: 1 !important;
}

.ab4-1swchan .swiper-button-prev::after,
.ab4-1swchan .swiper-button-next::after {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    z-index: 12;
}

.ab4-sw {
    position: relative;
    margin-top: 44px;
}

#ab4-sw {
    overflow: hidden;
}

.ab4-swbox {
    cursor: pointer;
}

.ab4-swimg .img-box {
    padding-bottom: 67%;
    border-radius: 20px;
}

.ab4-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab4-swbox:hover .ab4-swimg .img-box img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .ab1 {
        margin: 70px 0 62px;
    }

    .ab1-smh {
        margin-bottom: 16px;
    }

    .ab2 {
        margin: 0 0 70px;
    }

    .ab3-box {
        padding: 70px 0 123px;
    }

    .ab3-sw {
        max-width: calc(100% - 86px - 86px);
        margin-top: 57px;
    }

    .ab4 {
        margin-bottom: 70px;
    }
}

@media (max-width: 992px) {
    #ab3-sw .swiper-button-prev {
        left: -66px;
    }

    #ab3-sw .swiper-button-next {
        right: -66px;
    }

    .ab4-top {
        flex-direction: column;
    }

    .ab4-1 {
        width: 100%;
    }

    .ab4-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1 {
        margin: 40px 0 32px;
    }

    .ab1-h {
        margin-bottom: 6px;
    }

    .ab1-te h2 {
        margin-bottom: 24px;
    }

    .ab1-te p {
        margin-bottom: 15px;
    }

    .ab2-bg img {
        height: 300px;
    }

    .ab2 {
        margin: 0 0 40px;
    }

    .ab3-box {
        padding: 40px 0 40px;
    }

    .ab3-h {
        padding-bottom: 24px;
    }

    .ab3-sw {
        max-width: 100%;
        margin-top: 27px;
    }

    .ab4-1swchan {
        margin-top: 16px;
    }

    .ab4-1swchan .swiper-button-prev {
        margin-right: 6px !important;
    }

    .ab4-1swchan .swiper-button-prev,
    .ab4-1swchan .swiper-button-next {
        --w: 40px
    }

    .ab4-sw {
        margin-top: 22px;
    }

    .ab4 {
        margin-bottom: 40px;
    }
}

/* 青岛乐客乐贸易有限公司（oem） */
.oem1 {
    padding: 120px 0 210px;
}

.oem1-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 66px;
}

.oem1-1h {
    margin-bottom: 16px;
}

.oem1-1h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.oem1-1p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 810px;
}

.oem1-2 {
    width: 38%;
    flex: 0 0 auto;
    margin-left: 20px;
}

.oem1-2 .ven-sehfo {
    width: 100%;
    border-radius: 12px;
    background: #F5F5F5;
    border: none;
    padding: 10px 10px 10px 24px;
}

.oem1-2 .ven-sehfo button {
    border-radius: 12px;
    background: #ECECEC;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.oem1-2 .ven-sehfo button:hover i {
    color: #000C8A;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.oem1-sw {
    position: relative;
}

#oem1-sw {
    overflow: hidden;
}

#oem1-sw .swiper-pagination {
    bottom: -50px;
}

#oem1-sw .swiper-pagination .swiper-pagination-bullet {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.15);
    width: 20px;
    height: 3px;
    opacity: 1;
    transition: all 0.5s ease;
}

#oem1-sw .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    background: #000C8A;
}

.oem2 {
    padding: 97px 0 25px;
}

.oem2-h {
    margin-bottom: 16px;
}

.oem2-h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
    max-width: 954px;
}

.oem2-p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 810px;
}

.oem2-imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.oem2-img {
    width: 100%;
    max-width: 590px;
}

.oem2-img .img-box img {
    background: none;
}

/*  */
.oem2-l {
    display: flex;
    align-items: center;
    z-index: 12;
}

.oem2-l:nth-child(1) {
    position: absolute;
    left: 8%;
    top: 22%;
}

.oem2-l:nth-child(2) {
    position: absolute;
    left: 0%;
    top: 65%;
}

.oem2-l:nth-child(3) {
    position: absolute;
    left: 64%;
    top: 36%;
}

.oem2-l:nth-child(4) {
    position: absolute;
    left: 51%;
    top: 69%;
}

.oem2-lg {
    border-radius: 12px;
    background: #000C8A;
    padding: 14px 32px;
    max-width: 281px;
}

.oem2-lg p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.oem2-line {
    width: 280px;
    height: 1px;
    background: linear-gradient(270deg, #DEC185 0%, #000C8A 100%);
    position: relative;
}

.oem2-line::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px dashed #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.oem2-lscr {
    --w: 18px;
    width: var(--w);
    height: var(--w);
    border-radius: 18px;
    background: #DEC185;
    position: relative;
}

.oem2-lscr::after {
    position: absolute;
    content: "";
    width: calc(var(--w) + 15px);
    height: calc(var(--w) + 15px);
    border-radius: 50%;
    border: 1px solid rgba(222, 193, 133, 0.45);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.oem2-lscr::before {
    position: absolute;
    content: "";
    width: calc(var(--w) + 22px);
    height: calc(var(--w) + 22px);
    border-radius: 50%;
    border: 1px solid #DEC185;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.oem2-smp {
    margin-top: 52px;
}

.oem2-smp p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.oem3 {
    padding: 160px 0 120px;
}

.oem3-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 86px;
}

.oem3-1 p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
    max-width: 670px;
}

.oem3-2 {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.oem3-2 .swiper-button-prev,
.oem3-2 .swiper-button-next {
    position: relative;
    left: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #DEC185 0%, #C1863A 100%);
    margin: 0 !important;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    overflow: hidden;
}

.oem3-2 .swiper-button-prev {
    margin-right: 14px !important;
}

.oem3-2 .swiper-button-prev::before,
.oem3-2 .swiper-button-next::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000C8A;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0 !important;
    transition: all 0.5s ease;
}

.oem3-2 .swiper-button-prev:hover::before,
.oem3-2 .swiper-button-next:hover:before {
    opacity: 1 !important;
}

.oem3-2 .swiper-button-prev::after,
.oem3-2 .swiper-button-next::after {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    z-index: 12;
}

.oem3-end {
    display: flex;
    justify-content: space-between;
}

.oem3-sw1 {
    width: 34.6%;
    flex: 0 0 auto;
}

.oem3-sw1img .img-box {
    border-radius: 20px;
    padding-bottom: 112%;
}

#oem3-sw1 .swiper-slide {
    opacity: 0;
    transition: all 0.5s ease;
}

#oem3-sw1 .swiper-slide-active,
#oem3-sw1 .swiper-slide-next {
    opacity: 1;
}

.oem3-sw2 {
    width: calc(100% - 34.6% - 272px);
    flex: 0 0 auto;
    position: relative;
}

#oem3-sw2 {
    overflow: hidden;
}

.oem3-sw2h p {
    color: #000;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-proseh) * 1.25);
}

.oem3-sw2u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-top: 40px;
}

.oem3-sw2l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.oem3-sw2limg .img-box {
    border-radius: 30px;
}

.oem3-sw2p {
    margin-top: 32px;
}

.oem3-sw2p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.77);
}

@media (max-width: 1536px) {
    .oem1 {
        padding: 70px 0 110px;
    }

    .oem1-top {
        margin-bottom: 33px;
    }

    .oem2 {
        padding: 70px 0 25px;
    }

    .oem2-line {
        width: 80px;
    }

    .oem2-smp {
        margin-top: 22px;
    }

    .oem3 {
        padding: 70px 0 60px;
    }

    .oem3-top {
        margin-bottom: 36px;
    }

    .oem3-sw2 {
        width: calc(100% - 34.6% - 122px);
    }

    .oem3-end {
        align-items: center;
    }
}

@media (max-width: 992px) {
    .oem1-top {
        flex-direction: column;
    }

    .oem1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .oem1-2 {
        width: 100%;
    }

    .oem3-top {
        flex-direction: column;
    }

    .oem3-1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .oem3-2 {
        width: 100%;
    }

    .oem3-end {
        flex-direction: column-reverse;
    }

    .oem3-sw1 {
        width: 80%;
    }

    .oem3-sw2 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .oem1 {
        padding: 40px 0 60px;
    }

    .oem1-2 .ven-sehfo {
        padding: 4px 4px 4px 14px;
    }

    .oem1-1h {
        margin-bottom: 10px;
    }

    #oem1-sw .swiper-pagination {
        bottom: -30px;
    }

    .oem2 {
        padding: 40px 0 25px;
    }

    .oem2-lg p {
        font-size: 14px;
    }

    .oem2-lg {
        padding: 8px 13px;
        max-width: 158px;
    }

    .oem2-lscr {
        flex: 0 0 auto;
    }

    .oem2-lscr::after {
        width: calc(var(--w) + 5px);
        height: calc(var(--w) + 5px);
    }

    .oem2-lscr::before {
        width: calc(var(--w) + 12px);
        height: calc(var(--w) + 12px);
    }

    .oem2-lscr {
        display: none;
    }

    .oem2-line {
        display: none;
    }

    .oem2-smp {
        margin-top: 10px;
    }

    .oem3 {
        padding: 40px 0 30px;
    }

    .oem3-2 {
        margin-top: 10px;
    }

    .oem3-2 .swiper-button-prev,
    .oem3-2 .swiper-button-next {
        --w: 38px;
    }

    .oem3-2 .swiper-button-prev {
        margin-right: 6px !important;
    }

    .oem3-sw2l {
        width: 100%;
        margin-bottom: 10px;
    }

    .oem3-sw2l:last-child {
        margin-bottom: 0;
    }

    .oem3-sw2u {
        margin-top: 20px;
    }

    .oem3-sw2p {
        margin-top: 16px;
    }
}

/* 青岛乐客乐贸易有限公司（产品） */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #000C8A;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #000;
    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: #000C8A;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/*  */
.product {
    padding: 160px 0 100px;
}

.pro-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 42px;
    border-bottom: 1px solid #ECECEC;
}

.prot1-h {
    margin-bottom: 16px;
}

.prot1-h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.prot1-p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 810px;
}

/*  */
/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}

.pro1 {
    width: 23.2%;
    flex: 0 0 auto;
    position: sticky;
    top: 140px;
}

.pro1-l {
    transition: all 0.5s ease;
    margin-bottom: 10px;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 12, 138, 0.15);
    background: linear-gradient(90deg, #F4F7FF 0%, #FFF 100%);
    position: relative;
}

.pro1-l1a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000C8A;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l1a:hover:after {
    opacity: 1;
}

.pro1-l.on .pro1-l1a::after {
    opacity: 1;
}

.pro1-l1a>a {
    position: relative;
    z-index: 12;
    display: block;
    flex: 1;
}

.pro1-l1a span {
    color: #1F1F1F;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: -0.72px;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    --w: 20px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    flex: 0 0 auto;
    margin-left: 10px;
    cursor: pointer;
}

.pro1-l1ico i {
    font-size: 32px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l1ico i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

.pro1-l.on .pro1-l1ico i {
    opacity: 0;
    color: #FFF;
}

.pro1-l.on .pro1-l1ico i:nth-child(2) {
    opacity: 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 {
    margin: 0 20px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 18px 0;
    border-bottom: 1px dashed #ECECEC;
}

.pro1-l2a i {
    font-size: 12px;
    line-height: normal;
    flex: 0 0 auto;
    margin-right: 14px;
}

.pro1-l2a:hover i {
    color: #000C8A;
}

.pro1-l2a.on i {
    color: #000C8A;
}

.pro1-l2a span {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 0px;
    --color: #000C8A;
    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: #000C8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #000C8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(100% - 23.2% - 40px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 22px;
}

.pro2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 38px;
}

.pro2-la {
    display: block;
    border-radius: 20px;
    border: 1px solid #F5F5F5;
    padding: 20px;
}

.pro2-limg .img-box {
    padding-bottom: 76%;
    border-radius: 20px;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lte {
    margin-top: 24px;
}

.pro2-lh {
    margin-bottom: 8px;
}

.pro2-lh p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lp {
    margin-bottom: 24px;
}

.pro2-lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background: #F5F5F5;
    padding: 6px 6px 6px 18px;
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-lbtn {
    background: #000C8A;
}

.pro2-lbt p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-lbtn p {
    color: #FFF;
}

.pro2-lbi i {
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #F5F5F5;
    font-size: 20px;
    line-height: normal;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-lbi i {
    color: rgba(0, 12, 138, 1);
}

.product .sub-page {
    justify-content: flex-end;
}

@media (max-width: 1536px) {
    .product {
        padding: 70px 0 60px;
    }

    .pro2-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 10px;
    }

    .pro2-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 18px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro-top {
        flex-direction: column;
    }

    .prot1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .pro-end {
        margin-top: 30px;
    }

    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .product {
        padding: 40px 0 30px;
    }

    .pro-top {
        padding-bottom: 20px;
    }

    .pro2-la {
        padding: 12px;
    }
}

/* -------------------------------------------- */

/* 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: '\e66e';
    -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%;
    bottom: 60px;
    transform: translateX(-50%);
    z-index: 14;
}

.ban-tbox {
    display: flex;
    justify-content: space-between;
}

.ban-t1 {
    width: 56%;
    flex: 0 0 auto;
}

.ban-h p {
    color: #FFF;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
    max-width: 913px;
}

.ban-t2 {
    width: calc(44% - 143px);
    flex: 0 0 auto;
}

.ban-p {
    margin-bottom: 32px;
}

.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;
    align-self: center;
    justify-content: flex-start;
}

/* banner-end */

/* ind-pro so1 */
.so1 {
    margin-top: 160px !important;
}

.so1-h {
    padding-bottom: 14px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ECECEC;
}

.so1-h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.so1-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.so1-1h {
    width: calc(100% - 42.2% - 30px);
    flex: 0 0 auto;
}

.so1-1h p {
    color: #000C8A;
    font-family: "Sora";
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-proseh) * 1.25);
    max-width: 543px;
}

.so1-1p {
    width: 42.2%;
    flex: 0 0 auto;
}

.so1-1p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
}

.so1-u {
    display: flex;
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 60px;
}

.so1-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    flex: 1;
    transition: all 0.5s ease;
    min-width: 20%;
}

.so1-u:hover .so1-l {
    flex: 0.86;
}

.so1-u:hover .so1-l:hover {
    flex: 1.14;
}

.so1-limg {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.so1-limg .img-box {
    padding-bottom: 500px;
}

.so1-l2btn {
    display: flex;
}

.so1-la {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.so1-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so1-l1h {
    position: relative;
    padding-left: 16px;
}

.so1-l1h::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background: #FFF;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.so1-l1h p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.so1-l1p {
    flex: 0 0 auto;
}

.so1-l1p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
}

.so1-l2h p {
    color: #FFF;
    font-family: "Sora";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    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;
}

.so1-l2tebox {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.so1-la:hover .so1-l2tebox {
    max-height: 200px;
    opacity: 1;
    overflow: visible;
}

.so1-l2te {
    padding-top: 24px;
    margin-top: 16px;
    border-top: 1px solid #F9FCFF;

}

.so1-l2p {
    margin-bottom: 34px;
}

.so1-l2p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    min-height: calc(var(--zj-subnav) * 1.62 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.so1-a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 6px 6px 18px;
    border-radius: 16px;
    background: #000C8A;
}

.so1-a p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.so1-btni {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #FFF;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    margin-left: 20px;
}

.so1-btni i {
    font-size: 20px;
    color: rgba(0, 12, 138, 1);
    line-height: normal;
}

.so1-a:hover .so1-btni i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

.so2 {
    margin-top: 160px !important;
}

.so2-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so2-1 {
    width: calc(100% - 53% - 30px);
    flex: 0 0 auto;
}

.so2-1 p {
    color: #000C8A;
    font-family: "Sora";
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-proseh) * 1.25);
}

.so2-2 {
    width: 53%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.so2-2 .oem1-2 {
    width: 100%;
    flex: 1;
    margin-left: 0;
    margin-right: 24px;
}

.so2-sw {
    margin-top: 60px;
}

.so2-swimg .img-box {
    padding-bottom: 74%;
    border-radius: 26px;
}

.so2-swte {
    margin-top: 32px;
}

.so2-swte {
    display: flex;
    justify-content: space-between;
}

.so2-swt1h {
    margin-bottom: 16px;
}

.so2-swt1h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    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;
}

.so2-swt1p p {
    color: #666;
    font-family: "Sora";
    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: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2-swt2 {
    flex: 0 0 auto;
    margin-left: 12px;
    border-radius: 12px;
    background: #000C8A;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2-swt2 i {
    font-size: 24px;
    color: #FFF;
    line-height: normal;
}

/*  */
.so2-swchan {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 60px;
}

.so2-swchan .swiper-button-prev,
.so2-swchan .swiper-button-next {
    position: relative;
    left: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #DEC185 0%, #C1863A 100%);
    margin: 0 !important;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    overflow: hidden;
}

.so2-swchan .swiper-button-prev {
    margin-right: 14px !important;
}

.so2-swchan .swiper-button-prev::before,
.so2-swchan .swiper-button-next::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000C8A;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0 !important;
    transition: all 0.5s ease;
}

.so2-swchan .swiper-button-prev:hover::before,
.so2-swchan .swiper-button-next:hover:before {
    opacity: 1 !important;
}

.so2-swchan .swiper-button-prev::after,
.so2-swchan .swiper-button-next::after {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    z-index: 12;
}

/*  */
.ind-about {
    margin-top: 120px;
    position: relative;
}

.ind-about::after {
    position: absolute;
    content: "";
    width: calc(100vw - 30px);
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/so3bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

.so3 {
    position: relative;
    z-index: 12;
    padding: 120px 0 102px;
}

.so3-h {
    margin-bottom: 48px;
}

.so3-h p {
    color: #FFF;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
    max-width: 840px;
}

.so3-btn {
    display: flex;
    margin-bottom: 144px;
}

.so3-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so3-1 {
    width: 42.4%;
    flex: 0 0 auto;
}

.so3-1p p {
    color: #FFF;
    font-family: "Onest";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.77);
    margin-bottom: 30px;
}

.so3-1p p:last-child {
    margin-bottom: 0;
}

.so3-2 {
    width: calc(100% - 42.4% - 144px);
    flex: 0 0 auto;
    position: relative;
}

#so3-sw {
    overflow: hidden;
}

#so3-sw .ab2-bg img {
    min-height: 260px;
}

#so3-sw .ab2-video i {
    --w: 42px;
}

#so3-sw .ab2-videobg {
    width: 60px;
}

/* ind-oem so4 */
.so4 {
    margin-top: 160px !important;
}

.so4-1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 105px;
}

.so4-h {
    margin-bottom: 24px;
}

.so4-h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
    max-width: 670px;
}

.so4-h p span {
    color: #000C8A;
}

.so4-p p {
    color: #666;
    font-family: "Onest";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 820px;
}

.so4-1chan {
    display: flex;
    align-items: center;
}

.so4-1chan .swiper-button-prev,
.so4-1chan .swiper-button-next {
    position: relative;
    left: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #DEC185 0%, #C1863A 100%);
    margin: 0 !important;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    overflow: hidden;
}

.so4-1chan .swiper-button-prev {
    margin-right: 14px !important;
}

.so4-1chan .swiper-button-prev::before,
.so4-1chan .swiper-button-next::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000C8A;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0 !important;
    transition: all 0.5s ease;
}

.so4-1chan .swiper-button-prev:hover::before,
.so4-1chan .swiper-button-next:hover:before {
    opacity: 1 !important;
}

.so4-1chan .swiper-button-prev::after,
.so4-1chan .swiper-button-next::after {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    z-index: 12;
}

/*  */
.so4-sw {
    position: relative;
}

#so4-sw {
    overflow: hidden;
}

.so4-sbox {
    display: flex;
    justify-content: space-between;
}

.so4-s1 {
    width: 38.4%;
    flex: 0 0 auto;
}

.so4-s1im1 {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 124;
}

.so4-s1im1 img {
    width: 380px;
    border-radius: 30px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-left: -190px;
    margin-bottom: -177px;
}

.so4-s1im2 {
    max-width: 100%;
    overflow: hidden;
}

.so4-s1im2 img {
    width: 440px;
    border-radius: 30px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so4-s2 {
    width: calc(100% - 38.4% - 130px);
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.so4-s2te {
    width: 69.3%;
    flex: 0 0 auto;
}

.so4-s2h {
    margin-bottom: 32px;
}

.so4-s2h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-s2p {
    margin-bottom: 28px;
}

.so4-s2p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.77);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-s2btn {
    display: flex;
    margin-bottom: 166px;
}

.so4-s2img {
    width: calc(100% - 69.3% - 30px);
    flex: 0 0 auto;
}

.so4-s2img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.so4-ubox {
    overflow: auto;
    margin-top: 72px;
}

.so4-ubox::-webkit-scrollbar {
    display: none;
}

.so4-u {
    display: flex;
}

.so4-l {
    width: 25%;
}

.so4-lbox {
    cursor: pointer;
}

.so4-lp {
    padding: 22px 0;
    border-top: 2px solid #ECECEC;
    transition: all 0.5s ease;
}

.so4-l.on .so4-lp {
    border-top-color: #000C8A;
}

.so4-lbox:hover .so4-lp {
    border-top-color: #000C8A;
}

.so4-lp p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    max-width: 98%;
    transition: all 0.5s ease;
}

.so4-l.on .so4-lp p {
    color: #000C8A;
}

.so4-lbox:hover .so4-lp p {
    color: #000C8A;
}

/* ind-news so5 */
.so5 {
    margin-top: 160px !important;
    margin-bottom: 100px !important;
}

.so5-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 14px;
    margin-bottom: 32px;
}

.so5-1h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.so5-1btn {
    flex: 0 0 auto;
}

.so5-2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 68px;
}

.so5-2h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-proseh) * 1.25);
    max-width: 414px;
}

.so5-2h p span {
    color: #000C8A;
}

.so5-2p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 696px;
}

.so5-l {
    padding: 12px 0;
    border-bottom: 1px solid #ECECEC;
}

.so5-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 15px 30px;
    transition: all 0.5s ease;
}

.so5-la:hover {
    background: #F9F9FF;
}

.so5-limg {
    width: 19%;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 12px;
}

.so5-limg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.so5-la:hover .so5-limg img {
    transform: scale(1.08);
}

.so5-lte {
    width: calc(81% - 48px);
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.so5-lt1 {
    width: 80.4%;
    flex: 0 0 auto;
}

.so5-lsmh {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.so5-lsmh img {
    width: 14px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
    background: none;
}

.so5-lsmh p {
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    background: linear-gradient(90deg, #C1863A 0%, #DEC185 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.so5-lh {
    margin-bottom: 10px;
}

.so5-lh p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so5-lp {
    margin-bottom: 32px;
}

.so5-lp p {
    color: #666;
    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: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so5-lnum p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.so5-li {
    flex: 0 0 auto;
    border-radius: 12px;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    margin-top: 28px;
}

.so5-la:hover .so5-li {
    background: #000C8A;
}

.so5-li i {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.so5-la:hover .so5-li i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .ban-t2 {
        width: calc(44% - 43px);
    }

    .so1 {
        margin-top: 70px !important;
    }

    .so2 {
        margin-top: 70px !important;
    }

    .so2-swchan {
        margin-top: 30px;
    }

    .so3 {
        padding: 70px 0 52px;
    }

    .so3-btn {
        margin-bottom: 70px;
    }

    .so4 {
        margin-top: 70px !important;
    }

    .so4-1 {
        margin-bottom: 45px;
    }

    .so4-s1im1 img {
        width: 310px;
    }

    .so4-s1im1 {
        transform: translateX(40px);
    }

    .so4-s2btn {
        margin-bottom: 66px;
    }

    .so5 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
}

@media (max-width: 992px) {
    .so1-1 {
        flex-direction: column;
    }

    .so1-1h {
        width: 100%;
        margin-bottom: 20px;
    }

    .so1-1p {
        width: 100%;
    }

    .so1-la {
        padding: 20px 30px;
    }

    .so2-top {
        flex-direction: column;
    }

    .so2-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2-2 {
        width: 100%;
    }

    .so3-end {
        flex-direction: column;
    }

    .so3-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so3-2 {
        width: 100%;
    }

    .so4-lp {
        padding: 12px 0;
    }

    .so4-u {
        min-width: 1200px;
    }

    .so4-sbox {
        flex-direction: column-reverse;
    }

    .so4-s2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so4-s1 {
        width: 100%;
    }

    .so4-s1im1 {
        transform: translateX(0);
    }

    .so4-s2 {
        flex-direction: column;
    }

    .so4-s2te {
        width: 100%;
    }

    .so4-s2img {
        width: 100%;
    }

    .so4-1 {
        flex-direction: column;
    }

    .so4-1te {
        width: 100%;
        margin-bottom: 10px;
    }

    .so5-la {
        flex-direction: column;
    }

    .so5-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .so5-lte {
        width: 100%;
    }

    .so5-2 {
        flex-direction: column;
    }

    .ban-tbox {
        flex-direction: column;
    }

    .ban-t1 {
        width: 100%;
    }

    .ban-t2 {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .so2-2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .so2-2 .oem1-2 {
        margin-right: 0;
    }

    .so2-2 .so1-a {
        margin-top: 10px;
    }
}

@media (max-width: 499px) {
    .ban-te {
        bottom: 30px;
    }

    .so1 {
        margin-top: 40px !important;
    }

    .ab1-smh {
        margin-bottom: 8px;
    }

    .so1-h {
        padding-bottom: 7px;
        margin-bottom: 16px;
    }

    .so1-1h {
        margin-bottom: 10px;
    }

    .so1-1 {
        margin-bottom: 20px;
    }

    .so1-u {
        flex-wrap: wrap;
    }

    .so1-l {
        width: 100%;
        margin-bottom: 20px;
        flex: 0 0 auto;
    }

    .so1-l2tebox {
        max-height: 200px;
        opacity: 1;
        overflow: visible;
    }

    .so1-limg .img-box {
        padding-bottom: 300px;
    }

    .so1-la {
        padding: 12px;
    }

    .so1-l:last-child {
        margin-bottom: 0;
    }

    .so1-u {
        margin-bottom: 20px;
    }

    .so2 {
        margin-top: 40px !important;
    }

    .so2-sw {
        margin-top: 30px;
    }

    .so2-swt2 {
        --w: 36px;
    }

    .so2-swchan .swiper-button-prev,
    .so2-swchan .swiper-button-next {
        --w: 36px;
    }

    .so2-swchan .swiper-button-prev {
        margin-right: 7px !important;
    }

    .ind-about {
        margin-top: 40px;
    }

    .ind-about::after {
        width: calc(100vw - 6px);
    }

    .so3 {
        padding: 40px 0 32px;
    }

    .so3-h {
        margin-bottom: 24px;
    }

    .so3-btn {
        margin-bottom: 30px;
    }

    .so3-1p p {
        margin-bottom: 12px;
    }

    .so4 {
        margin-top: 40px !important;
    }

    .so4-1chan .swiper-button-prev,
    .so4-1chan .swiper-button-next {
        --w: 36px;
    }

    .so4-h {
        margin-bottom: 12px;
    }

    .so4-s2h {
        margin-bottom: 16px;
    }

    .so4-s2p {
        margin-bottom: 14px;
    }

    .so4-s2btn {
        margin-bottom: 36px;
    }

    .so4-ubox {
        margin-top: 22px;
    }

    .so5 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .so5-1h {
        margin-bottom: 10px;
    }

    .so5-1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .so5-2 {
        margin-bottom: 28px;
    }

    .so5-la {
        padding: 12px;
    }

    .so5-li {
        --w: 36px
    }
}


/* prode */
.prode-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 58px;
}

.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% - 43.43% - 60px);
    flex: 0 0 auto;
}

.prode1-2h {
    padding-bottom: 34px;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #EFEFEF;
}

.prode1-2h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.prode1-2h span {
    display: block;
    color: #666;
    font-family: "Sora";
    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-bottom: 10px;
    flex: 0 0 auto;
}

.prode1-2p {
    margin-bottom: 60px;
}

.prode1-2p h2 {
    color: #000C8A;
    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: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.prode1-2p p strong {
    color: #000C8A;
}

.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: 32px;
}

.prode1-2btn>a:last-child {
    margin-right: 0;
}

/* 产品详情下面 */
.prode2 {
    position: sticky;
    top: 140px;
    z-index: 14;
    overflow: hidden;
}

.prode2-u {
    display: flex;
    align-items: center;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    background: #fff;
    position: relative;
}


.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-u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #EAEFF5;
}

.prode2-u::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #EAEFF5;
}

.prode2-l {
    margin-right: 3.9vw;
    padding: 22px 0;
    position: relative;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    background: #000C8A;
    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: normal;
    line-height: 100%;
    text-transform: capitalize;
    display: block;
    width: max-content;
}

.prode2-la:hover {
    color: #000C8A;
}

.prode2-l.on .prode2-la {
    color: #000C8A;
}

/*  */
.prode3 {
    margin-top: 80px;
}

.prode3h {
    margin-bottom: 30px;
}

.prode3h p {
    color: #000;
    font-family: "Sora";
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
}

/*  */
/* prode5 */
.prode5 {
    padding-top: 80px;
}

.prode5h {
    border-radius: 10px;
    background: #000;
    margin-bottom: 8px;
    padding: 10px 20px;
}

.prode5h p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.71);
}

.prode5for .con3-fou {
    margin-right: calc(-.5 * 0.45rem);
    margin-left: calc(-.5 * 0.45rem);
}

.prode5for .con3-fou>div {
    margin-bottom: 8px;
    padding-right: calc(0.45rem * .5);
    padding-left: calc(0.45rem * .5);
}

.prode5for .con3-fou>div:last-child {
    margin-bottom: 0;
}

.prode5for .con3-fol input,
.prode5for .con3-fol textarea {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding: 10px 20px;
}

.prode5for .con3-fol input::-webkit-input-placeholder {
    color: #666;
}

.prode5for .con3-fol input::-moz-placeholder {
    color: #666;
}

.prode5for .con3-fol input::-ms-input-placeholder {
    color: #666;
}

.prode5for .con3-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.prode5for .con3-fol textarea::-moz-placeholder {
    color: #666;
}

.prode5for .con3-fol textarea::-ms-input-placeholder {
    color: #666;
}

.prode5for .con3-fobt {
    justify-content: flex-end;
}

/*  */
.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

#prode6-u .swiper-pagination {
    bottom: -50px;
    display: flex;
    justify-content: flex-end;
}

#prode6-u .swiper-pagination .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 .swiper-pagination-bullet-active {
    width: 40px;
    background: #000C8A;
}

/* ---------------- */
/*  */
.prode4 {
    padding-top: 140px;
    position: relative;
}

.prode4-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ratingbox .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 15px;

    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ratingbox .rating input {
    display: none !important;
}

.ratingbox .rating input:checked~label:before {
    content: '\e9a1';
}

.ratingbox .rating label {
    font-size: 15px;

    margin-left: 5px;

    cursor: pointer;

    color: rgba(0, 12, 138, 1);
}

.ratingbox .rating label:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e9a2';
    -webkit-transition: all .35s;
    transition: all .35s;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ratingbox .rating label:hover:before,
.ratingbox .rating label:hover~label:before {
    content: '\e9a1';
}

/* Customer Reviews */
.prode4-1h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

.write-btn {
    cursor: pointer;
}

.write-btn span {
    color: #000C8A;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    --size: 1px;
    --color: #000C8A;
    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);
}

.write-btn:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.write-form {
    display: none;
}

.form-review {
    margin-bottom: 80px;
}

.form-review>input,
.form-review>textarea {
    width: 100%;
    padding: 15px 22px;
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    transition: all 0.5s ease;
}

.form-review>input::-webkit-input-placeholder {
    color: #666;
}

.form-review>input:-moz-placeholder {
    color: #666;
}

.form-review>input::-moz-placeholder {
    color: #666;
}

.form-review>input:-ms-input-placeholder {
    color: #666;
}

.form-review>textarea::-webkit-input-placeholder {
    color: #666;
}

.form-review>textarea:-moz-placeholder {
    color: #666;
}

.form-review>textarea::-moz-placeholder {
    color: #666;
}

.form-review>textarea:-ms-input-placeholder {
    color: #666;
}

.ratingbox {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    padding: 13px 22px;
    margin-bottom: 20px;
}

.ratingbox p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

/* --------------- */
/*  */
.prode4-3box {
    margin-bottom: 40px;
}

.prode4-3box:last-child {
    margin-bottom: 0;
}

.prode4-3h {
    margin-bottom: 14px;
}

.prode4-3h p {
    color: #000;
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
}

.prode4-3hfly {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.prode4-3hfly1 {
    margin-right: 10px;
}

.prode4-3hfly1 p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.prode4-3hfly2 i {
    font-size: 15px;
    color: rgba(0, 12, 138, 1);
}

.prode4-3p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

.prode4 .con2-fobt {
    justify-content: flex-end;
}

.prode4-2 .con3-fobt {
    margin-top: 0;
    justify-content: flex-end;
}

.prode6 {
    margin-top: 80px;
}

@media (max-width: 1536px) {
    .prode1-2h {
        padding-bottom: 18px;
        margin-bottom: 24px;
    }

    .prode1-2share {
        margin-bottom: 24px;
    }

    .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%;
    }

    .prode1-2h {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode1-2h span {
        margin-left: 0;
    }

    .prode1-2h p {
        margin-bottom: 10px;
    }

    .prode1-2btn>a {
        margin-right: 16px;
    }
}

@media (max-width: 499px) {
    .pro-end {
        margin-top: 20px;
    }

    .slider-for {
        margin-bottom: 10px;
    }

    .prode2-l {
        padding: 10px 0;
    }

    .prode-top {
        margin-bottom: 28px;
    }

    .prode3 {
        margin-top: 30px;
    }

    .prode3h {
        margin-bottom: 15px;
    }

    .prode5 {
        padding-top: 40px;
    }

    .prode6 {
        margin-top: 40px;
    }

    .prode4 {
        padding-top: 70px;
    }

    #prode6-u .swiper-pagination {
        bottom: -30px;
    }

    .prode4-1 {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .form-review {
        margin-bottom: 40px;
    }
}