.ven-end {
    background: #19306D;
    display: flex;
    justify-content: flex-end;
}

.ven-endu {
    display: flex;
    align-items: center;
}

.ven-endbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ven-endl {
    margin-right: 2.14vw;
    position: relative;
}

.ven-endl:last-child {
    margin-right: 0;
}

.ven-endl {
    position: relative;
}

.ven-endl::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background: #0166FF;
    fill: #0166FF;
    filter: blur(5.949999809265137px);
    z-index: 12;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven-endl:hover:after {
    opacity: 1;
}

.ven-endl.on:after {
    opacity: 1;
}

.ven-endla {
    display: block;
    padding: 24px 0;
}

.ven-endla span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;

    --size: 0;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven-endla:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven-endla i {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    margin-left: 4px;
}

/*  */
.translate {
    margin: 0 40px 0 53px;
}

/*  */
.ven-share {
    display: flex;
    align-items: center;
}

.ven-sharel {
    margin-right: 20px;
}

.ven-sharel:last-child {
    margin-right: 0;
}

.ven-sharela {
    position: relative;
    display: block;
}

.ven-sharela img {
    width: 43px;
}

.ven-sharela i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: rgba(25, 48, 109, 1);
    transition: all 0.5s ease;
}

.ven-sharela:hover i {
    color: rgba(0, 88, 221, 1);
}

@media (max-width: 1700px) {
    .ven-endl {
        margin-right: 2.14vw;
    }

    .translate {
        margin: 0 20px 0 33px;
    }

    .ven-sharel {
        margin-right: 8px;
    }

}

@media (max-width: 1536px) {
    .ven-sharela img {
        width: 34px;
    }

    .ven-sharela i {
        font-size: 18px;
        line-height: normal;
    }

    .translate {
        margin: 0 12px 0 16px;
    }

    .ven-endl {
        margin-right: 1.14vw;
    }

    .ven-endla span {
        font-size: 12px;
    }

    .ven-endla i {
        font-size: 10px;
    }


}

@media (max-width: 1199.9px) {
    .ven-endbox {
        padding: 12px 0;
    }

    .ven-endu {
        display: none;
    }

    .ven-con {
        display: none;
    }


}

/* 头部下面几个产品 */

#ven {
    transition: all 0.5s ease;
    background: #FFF;
}

.ventricle {
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.headersp {
    background: #FFF !important;
}

.ventricle {
    background: #FFF !important;
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 0;
    position: relative;
    z-index: 12;
}

.ven1-loim img {
    width: 165px;
    transition: all 0.5s ease;
    margin-left: -26px;
    margin-bottom: -54px;
}

.ven1-loim img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 3.14vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 5.66vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    --w: 3px;
    width: var(--w);
    height: var(--w);
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(20, 92, 197, 1);
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}

.ven2-lsa:hover .ven2-la::after {
    opacity: 1;
}

.ven2-l.on .ven2-la::after {
    opacity: 1;
}

.ven2-la span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* .ven2-l.on .ven2-la span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
} */

.headersp .ven2-la span {
    color: #000;
    --color: #000;
}

.ventricle .ven2-la span {
    color: #000;
    --color: #000;
}

.headersp .ven2-la:hover span {
    color: #000;
}

.ventricle .ven2-la:hover span {
    color: #000;
}

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.vensesv::after,
.vensesv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.vensesv::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.vensesv:hover:before,
.vensesv:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.vensesv i {
    font-size: 23px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
    margin-left: 10px;
}

.vensesv:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.headersp .vensesv i {
    color: rgba(0, 0, 0, 1);
}

.ventricle .vensesv i {
    color: rgba(0, 0, 0, 1);
}

.vensesv span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-inqury a {
    display: block;
    position: relative;
    margin: 0 42px;
}

.ven-inqury a i {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    display: block;
}

.headersp .ven-inqury a i {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven-inqury a i {
    color: rgba(34, 34, 34, 1);
}

.ven-inqury a:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury a p,
.ven-inqury a p span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

/*  */
.ven-con a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #19306D 0%, #0058DD 100%);
    min-width: 236px;
    height: 45px;
}

.ven-con a p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.ven-con a i {
    font-size: 16px;
    line-height: 16px;
    margin-left: 6px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    display: block;
}

.ven-con a: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);
    }
}

/*  */
.ven-line {
    width: 1px;
    height: 19px;
    margin: 0 16px;
    background: #D9D9D9;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ven2-langbt i {
    font-size: 20px;
    color: #FFF;
    display: block;
}

.headersp .ven2-langbt i {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven2-langbt i {
    color: rgba(34, 34, 34, 1);
}

.ven2-langbt:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt 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);
    margin-left: 8px;
}

.headersp .ven2-langbt span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven2-langbt span {
    color: rgba(34, 34, 34, 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: 1536px) {
    .ven1-loim {
        padding: 6px 0;
    }

    .ven1-loim img {
        width: 110px;
        margin-bottom: -42px;
    }

    .ven2-l {
        margin-right: 2.14vw;
    }

    .ven2-l:last-child {
        margin-right: 2.2vw;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }

    /*  */
    .ven-con a {
        min-width: 190px;
        height: 34px;
    }

    .ven-inqury a {
        margin: 0 14px;
    }

    .ven-endla {
        padding: 18px 0;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven-inqury a {
        margin: 0 0 0 14px;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {

    .ven1-loim img {
        width: 78px;
        margin-bottom: -32px;
        margin-left: -8px;
    }

    .vensesv i {
        margin-left: 0;
        font-size: 18px;
    }

    .vensesv span {
        display: none;
    }

    .ven-sharela img {
        width: 28px;
    }

    .ven-sharela i {
        font-size: 14px;
        line-height: normal;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven-endl:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #19306D;
    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: #19306D;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #C29C6B;
    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: #C29C6B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope';
    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.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #00998B;
    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: #00998B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 470%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #012F6B;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #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: 580%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 48%;
        right: 86px;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 414%;
        right: -118px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #19306D;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #19306D;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #19306D;
}

#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: #19306D;
}

.headersp #venPho .venPhoSack.on::before {
    background: #19306D;
}

.ventricle #venPho .venPhoSack.on::before {
    background: #19306D;
}

/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #19306D;
}

.headersp #venPho .venPhoSack.on::after {
    background: #19306D;
}

.ventricle #venPho .venPhoSack.on::after {
    background: #19306D;
}

/* .ventricle .venPhoSack::after {
    background: #222 !important;
} */

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #19306D;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #19306D;
}

.ventricle #venPho .venPhoSack span {
    background: #19306D;
}

/* .ventricle .venPhoSack span {
    background: #222 !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: 120px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #19306D;
}

.xiantiao>a {
    color: #19306D;
}

.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: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #C4AB68;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 96px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1360px;
}

.sub-te {
    margin-bottom: 30px;
}

.sub-te p {
    color: #FFF;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 1536px) {

    .sub-te {
        margin-bottom: 15px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {

    .sub-te {
        margin-bottom: 10px;
    }
}

/*  */
.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: 200px;
    }

    /*  */
    .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: 195px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 120px;
    }
}

/*  */

.subnav {
    display: flex;
    align-items: stretch;
    margin-bottom: 24px;
}

.subnav i {
    font-size: 16px;
    color: #FFF;
    margin-right: 10px;
    line-height: normal;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #666 !important;
    font-family: 'Inter Tight';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #C1C1C1;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    color: #19306D;
}

.sub-pagel.on a {
    color: #19306D;
}

.sub-pagel a i {
    font-size: 18px;
    color: #C1C1C1;
    border-radius: 50%;
    border: 1px solid #C1C1C1;
    transition: all 0.5s ease;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a:hover i {
    background: #19306D;
    border: 1px solid #19306D;
    color: #FFF;
}

.sub-pagel.on a i {
    background: #19306D;
    border: 1px solid #19306D;
    color: #FFF;
}

.sub-pagel:last-child a {
    margin-right: 0;
    margin-left: 12px;
}

.sub-pagel:first-child a {
    margin-left: 0;
    margin-right: 12px;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }

    .sub-pagel a i {
        --w: 26px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 160px;
}

[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: 122px;
    }

    [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: 98px;
    }

    [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;
    }
}

/* contact */
.con-box {
    padding: 134px 0 126px;
    max-width: 1430px;
}

.con-top {
    display: flex;
    justify-content: space-between;
}

.con1 {
    width: 34%;
    flex: 0 0 auto;
    padding: 33px 35px;
    border-radius: 8px;
}

.con1-h {
    margin-bottom: 108px;
}

.con1-h p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16667);
    letter-spacing: 1.8px;
    text-transform: capitalize;
}

.con1-l {
    margin-bottom: 40px;
}

.con1-l:last-child {
    margin-bottom: 0;
}

.con1-lh {
    margin-bottom: 10px;
}

.con1-lh p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

.con1-la {
    display: block;
}

.con1-la span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con2 {
    width: calc(66% - 46px);
    flex: 0 0 auto;
}

.con2-smh {
    margin-bottom: 14px;
}

.con2-smh p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con2-h {
    margin-bottom: 14px;
}

.con2-h p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.333);
    text-transform: capitalize;
}

.con2-p {
    margin-bottom: 54px;
}

.con2-p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 1.26rem);
    margin-left: calc(-.5 * 1.26rem);
}

.con2-fol {
    margin-bottom: 14px;
    padding-right: calc(1.26rem * .5);
    padding-left: calc(1.26rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 36px;
}

.con2-fol p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    letter-spacing: -0.32px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.con2-fol input,
.con2-fol textarea {
    color: #B1B1B1;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42857);
    letter-spacing: -0.28px;

    width: 100%;
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    background: #F7F7F7;

    transition: all 0.5s ease;
    padding: 14px 18px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #0058DD;
}

.con2-fol input::-webkit-input-placeholder {
    color: #B1B1B1;
}

.con2-fol input::-moz-placeholder {
    color: #B1B1B1;
}

.con2-fol input::-ms-input-placeholder {
    color: #B1B1B1;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #B1B1B1;
}

.con2-fol textarea::-moz-placeholder {
    color: #B1B1B1;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #B1B1B1;
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: flex-start;
}

.con2-fobt button {
    padding: 10px 54px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(90deg, #1458E4 0%, #5DCEFF 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con2-fobt button:hover:before,
.con2-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button i {
    font-size: 10px;
    line-height: 10px;
    color: rgba(255, 255, 255, 1);
    margin-left: 9px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.con2-fobt button:hover i {
    transform: rotate(45deg);
}

.con2-fobt button span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    text-transform: capitalize;
}

.con-end {
    margin-top: 102px;
    border-radius: 10px;
    overflow: hidden;
}

.map .pic iframe {
    width: 100%;
    height: 422px;
}

@media (max-width: 1536px) {
    .con-box {
        padding: 90px 0 100px;
    }

    .con1 {
        padding: 23px 24px;
    }

    .con2-p {
        margin-bottom: 34px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 10px;
    }

    .con-end {
        margin-top: 78px;
    }

    .map .pic iframe {
        height: 322px;
    }
}

@media (max-width: 992px) {
    .con-top {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 40px 0 44px;
    }

    .con1 {
        padding: 18px 12px;
    }

    .con1-h {
        margin-bottom: 48px;
    }

    .con1-l {
        margin-bottom: 20px;
    }

    .con2-fol {
        width: 100%;
    }

    .con2-fobt button {
        padding: 7px 26px;
    }

    .con-end {
        margin-top: 36px;
    }

    .map .pic iframe {
        height: 223px;
    }
}

/* footer */
#footer {
    background: #19306D;
    position: relative;
}

.ft3-sa {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 88px;
}

.ft3-1u {
    display: flex;
    justify-content: space-between;
    width: 60%;
    flex: 0 0 auto;
    margin-top: 20px;
}

.ft3-1l:nth-child(2) {
    min-width: 265px;
}

.ft3-1lh {
    margin-bottom: 36px;
}

.ft3-1lh p {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Inter';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-proseh) * 0.93);
    text-transform: capitalize;
}

.ft1-2la {
    display: block;
    margin-bottom: 13px;
    max-width: 376px;
}

.ft3-1l:nth-child(3) .ft1-2la {
    margin-bottom: 17px;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    transition: all 0.5s ease;
}

.ft1-2la span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.52);
    transition: all 0.5s ease;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft1-2la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft3-2 {
    display: flex;
}

.ft3-2logo {
    flex: 0 0 auto;
}

.ft3-2logoa {
    display: block;
    margin-right: 20px;
}

.ft3-2logoa img {
    width: 94px;
}

.ft3-2loname {
    margin-bottom: 15px;
}

.ft3-2loname p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.5);
}

/*  */
.ft-share {
    margin-top: 30px;
    display: flex;
}

.ft-share a {
    margin-right: 24px;
    transition: all 0.5s ease;
}

.ft-share a:last-child {
    margin-right: 0;
}

.ft-share a:hover {
    transform: translateY(-5px);
}

.ft-share a i {
    font-size: 24px;
    color: #FFF;
}

/*  */
.ft3-2copy {
    max-width: 330px;
    margin-bottom: 17px;
}

.ft3-2copy>span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: 0.8px;
    margin-bottom: 17px;
    display: block;
}

.ft3-2copy>a span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2copy>a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2box>.ft3-2a span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2box>.ft3-2a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2box>span {
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #FFF;
    margin: 0 8px;
}

@media (max-width: 1536px) {
    .ft1-2la {
        max-width: 270px;
    }

    .ft-share a {
        margin-right: 14px;
    }

    .ft-share a i {
        font-size: 20px;
    }

    .ft3-2logoa img {
        width: 76px;
    }

    .ft3-1l:nth-child(2) {
        min-width: auto;
    }

    .ft3-sa {
        padding: 44px 0 44px;
    }
}

@media (max-width: 1199.9px) {
    .ft3-sa {
        padding: 44px 0 70px;
    }
}

@media (max-width: 992px) {
    .ft3-sa {
        flex-direction: column;
    }

    .ft3-2 {
        margin-bottom: 20px;
    }

    .ft3-1u {
        width: 100%;
    }

    .ft3-sa {
        padding: 44px 0 62px;
    }
}

@media (max-width: 642px) {

    .ft3-1l:nth-child(1),
    .ft3-1l:nth-child(2) {
        display: none;
    }

    .ft1-2la {
        max-width: 100%;
    }
}

@media (max-width: 499px) {
    .ft3-2 {
        flex-direction: column;
    }

    .ft3-2logoa {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ft3-1lh {
        margin-bottom: 18px;
    }

    .ft3-sa {
        padding: 30px 0 62px;
    }
}

.wrap-show .info {
    max-width: 1430px;
    margin: auto;
}

/* news */
.ne-box {
    padding: 88px 0 118px;
    max-width: 1430px;
}

.ne-smh p {
    color: #A72126;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ne-h {
    margin-bottom: 18px;
}

.ne-h p {
    color: #19306D;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
}

.ne-p {
    margin-bottom: 84px;
}

.ne-p p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ne-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.ne-nala {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #19306D;
    padding: 12px;
    min-width: 236px;
    margin: 0 32px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.ne-nal.on .ne-nala {
    border: 1px solid #192f6d00;
}

.ne-nala:hover {
    border: 1px solid #192f6d00;
}

.ne-nala::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: linear-gradient(180deg, #19306D 0%, #0058DD 100%);
    transition: all 0.5s ease;
    opacity: 0;
}

.ne-nal.on .ne-nala:after {
    opacity: 1;
}

.ne-nala:hover:after {
    opacity: 1;
}

.ne-nala span {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.ne-nal.on .ne-nala span {
    color: #FFF;
}

.ne-nala:hover span {
    color: #FFF;
}

.ne-u {
    margin-right: calc(-.5 * 5rem);
    margin-left: calc(-.5 * 5rem);
    margin-bottom: 18px;
}

.ne-l {
    padding-right: calc(5rem * .5);
    padding-left: calc(5rem * .5);
    margin-bottom: 80px;
}

.ne-la {
    display: block;
}

.ne-limg .img-box {
    padding-bottom: 56%;
    border-radius: 10px;
    margin-bottom: 22px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-la:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    margin-bottom: 32px;
}

.ne-lte p {
    padding-right: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lte p span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2la) * 1.45);

    --size: 1px;
    --color: #19306D;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-la:hover .ne-lte p span {
    color: #19306D;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lend {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    background: #EDEDED;
    overflow: hidden;
    padding: 8px 12px;
    position: relative;
}

.ne-lend::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #19306D 0%, #305DD3 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lend::after {
    opacity: 1;
}

.ne-llf {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 12;
}

.ne-line {
    width: 1px;
    height: 11px;
    background: #787878;
    margin: 0 20px;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-line {
    background: #FFF;
}

.ne-lnum p {
    color: #787878;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.07);
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lnum p {
    color: #FFF;
}

.ne-lrg {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 12;
}

.ne-lrg p {
    color: #757575;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 0.82);
    margin-right: 12px;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lrg p {
    color: #FFF;
}

.ne-lrg i {
    font-size: 10px;
    color: #757575;
    font-weight: 700;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lrg i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 58px 0 68px;
    }

    .ne-p {
        margin-bottom: 42px;
    }

    .ne-nala {
        min-width: 190px;
        margin: 0 10px;
    }

    .ne-nav {
        margin-bottom: 40px;
    }

    .ne-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ne-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 40px;
    }

    .ne-lrg p {
        margin-right: 6px;
    }

    .ne-lend {
        padding: 6px 8px;
    }

    .ne-line {
        margin: 0 6px;
    }
}

@media (max-width: 1199.9px) {
    .ne-lrg p {
        display: none;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }

    .ne-nala {
        min-width: 132px;
        margin: 0px 4px;
        padding: 8px;
    }
}

@media (max-width: 642px) {
    .ne-nav {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .ne-nala {
        margin-bottom: 4px;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 38px 0 38px;
    }

    .ne-l {
        width: 100%;
    }

    .ne-p {
        margin-bottom: 22px;
    }

    .ne-nav {
        margin-bottom: 20px;
    }

    .ne-u {
        margin-bottom: 0;
    }
}

/* case */
.case {
    background: rgba(241, 241, 241, 1);
}

.ca-box {
    padding: 88px 0 98px;
    max-width: 1430px;
}

.ca-smh {
    margin-bottom: 4px;
}

.ca-smh p {
    color: #A72126;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ca-h {
    margin-bottom: 18px;
}

.ca-h p {
    color: #19306D;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
}

.ca-p {
    margin-bottom: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ca-p p {
    color: #19306D;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 600px;
}

/*  */
.ca-u {
    margin-right: calc(-.5 * 1.76rem);
    margin-left: calc(-.5 * 1.76rem);
    margin-bottom: 52px;
}

.ca-l {
    padding-right: calc(1.76rem * .5);
    padding-left: calc(1.76rem * .5);
    margin-bottom: 28px;
}

.ca-lbox {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
}

.ca-limg {
    width: 48.9%;
    flex: 0 0 auto;
}

.ca-limg .img-box {
    padding-bottom: 88%;
}

.ca-limg .img-box img {
    transition: all 0.5s ease;
}

.ca-lbox:hover .ca-limg .img-box img {
    transform: scale(1.08);
}

.ca-lte {
    padding: 10px 12px;
}

.ca-lh {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ca-lh span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: capitalize;

    --size: 1px;
    --color: #19306D;
    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);
}

.ca-lbox:hover .ca-lh span {
    color: #19306D;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ca-lp {
    margin-bottom: 20px;
}

.ca-lp p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .ca-box {
        padding: 60px 0 64px;
    }

    .ca-p {
        margin-bottom: 46px;
    }

    .ca-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 32px;
    }

    .ca-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 14px;
    }

    .ca-lh {
        margin-bottom: 12px;
    }

    .ca-lp p {
        -webkit-line-clamp: 3;
    }

    .ca-lp {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .ca-l {
        width: 50%;
    }
}

@media (max-width: 742px) {
    .ca-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ca-box {
        padding: 40px 0 44px;
    }

    .ca-u {
        margin-bottom: 16px;
    }

    .ca-h {
        margin-bottom: 12px;
    }

    .ca-p {
        margin-bottom: 26px;
    }
}

/* case-show */
.cade {
    background: rgba(241, 241, 241, 1);
}

.cade-box {
    padding: 88px 0 64px;
    max-width: 1430px;
}

/*  */
.cade .prode1-2 {
    margin-bottom: 14px;
}

.cade .prode {
    padding: 0 30px 0;
}

.cade .wrap {
    padding: 30px 0 !important;
}

@media (max-width: 1536px) {
    .cade .prode {
        padding: 0 12px 0;
    }
}

@media (max-width: 499px) {

    .cade .wrap {
        padding: 16px 0 !important;
    }
}

.cade .prode-top {
    align-items: flex-end;
}

.cade-h {
    margin-bottom: 190px;
}

.cade-h p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    text-transform: capitalize;
}

.cade-imgbox {
    padding: 80px 0;
    max-width: 1430px;
}

.cade-imgbox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {
    .cade-box {
        padding: 60px 0 64px;
    }

    .cade-h {
        margin-bottom: 90px;
    }

    .cade-imgbox {
        padding: 40px 0;
    }
}

@media (max-width: 499px) {
    .cade-box {
        padding: 44px 0 40px;
    }

    .cade-h {
        margin-bottom: 60px;
    }

    .cade-imgbox {
        padding: 30px 0;
    }
}

/* about */
.ab1 {
    margin-top: 90px;
}

.ab1-sa {
    max-width: 1430px;
}

.ab1-smh {
    margin-bottom: 10px;
}

.ab1-smh p {
    color: #A72126;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ab1-h {
    margin-bottom: 64px;
}

.ab1-h p {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
    text-align: center;
}

.ab1-u {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #D3D3D3;
    overflow: hidden;
    margin-bottom: 88px;
}

.ab1-l {
    width: 50%;
    flex: 0 0 auto;
}

.ab1-la {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 10px;
    transition: all 0.5s ease;
}

.ab1-l.on .ab1-la {
    background: #19306D;
}

.ab1-la:hover {
    background: #19306D;
}

.ab1-la p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ab1-l.on .ab1-la p {
    color: #FFF;
}

.ab1-la:hover p {
    color: #FFF;
}

.ab1-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab1-lf {
    width: 48%;
    flex: 0 0 auto;
}

.ab1-img1 {
    margin-bottom: 8px;
}

.ab1-img1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab1-img2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab1-rg {
    width: calc(52% - 60px);
    flex: 0 0 auto;
}

.ab1-rg p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-bottom: 28px;
}

.ab1-rg p span {
    font-weight: 700;
}

/*  */
.ab2 {
    padding-top: 122px;
}

.ab2-smh p {
    color: #A72126;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ab2-h {
    margin-bottom: 40px;
}

.ab2-h p {
    color: #19306D;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
}

/* ab3 */
.ab3-sa {
    padding-top: 118px;
    max-width: 1430px;
}

.ab3-smh p {
    color: #A72126;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ab3-h {
    margin-bottom: 36px;
}

.ab3-h p {
    color: #19306D;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
}

.ab3-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab3-img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* ab4 */
.ab4-sa {
    padding: 92px 0 132px;
    max-width: 1430px;
}

.ab4-smh {
    margin-bottom: 5px;
}

.ab4-smh p {
    color: #A72126;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ab4-h {
    margin-bottom: 5px;
}

.ab4-h p {
    color: var(--logo, #19306D);
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.05);
    text-transform: capitalize;
}

.ab4-p {
    margin-bottom: 96px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ab4-p p {
    overflow: hidden;
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 907px;
}

@media (max-width: 1536px) {
    .ab1 {
        margin-top: 60px;
    }

    .ab1-h {
        margin-bottom: 32px;
    }

    .ab1-la {
        padding: 14px 10px;
    }

    .ab1-u {
        margin-bottom: 64px;
    }

    .ab1-rg {
        width: calc(52% - 38px);
    }

    .ab2 {
        padding-top: 72px;
    }

    .ab3-sa {
        padding-top: 72px;
    }

    .ab4-sa {
        padding: 62px 0 72px;
    }

    .ab4-p {
        margin-bottom: 66px;
    }
}

@media (max-width: 992px) {
    .ab1-end {
        flex-direction: column-reverse;
    }

    .ab1-lf {
        width: 100%;
    }

    .ab1-rg {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1 {
        margin-top: 30px;
    }

    .ab1-u {
        flex-wrap: wrap;
        margin-bottom: 32px;
    }

    .ab1-l {
        width: 100%;
    }

    .ab1-la {
        padding: 10px 10px;
    }

    .ab1-rg p {
        margin-bottom: 14px;
    }

    .ab2 {
        padding-top: 42px;
    }

    .ab2-h {
        margin-bottom: 20px;
    }

    .ab3-sa {
        padding-top: 32px;
    }

    .ab3-h {
        margin-bottom: 18px;
    }

    .ab4-sa {
        padding: 32px 0 42px;
    }

    .ab4-p {
        margin-bottom: 33px;
    }
}

/* 关于我们OUR certification */
.cer-box {
    padding-bottom: 150px;
}

.about-cer .ab1-u {
    margin-bottom: 110px;
}

.cer-smh {
    margin-bottom: 5px;
}

.cer-smh p {
    color: #A72126;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.cer-h {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cer-h p {
    color: #19306D;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
}

.cer-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.cer-p p {
    text-align: center;
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 962px;
}

.cer-sw {
    position: relative;
    padding: 0 100px;
}

#cer-sw {
    overflow: hidden;
}

.cer-swimg {
    padding-bottom: 136%;
    cursor: pointer;
}

.cer-swimg img {
    transition: all 0.5s ease;
}

/* .cer-swbox:hover .cer-swimg img {
    transform: scale(1.08);
} */

#cer-sw .swiper-button-prev,
#cer-sw .swiper-button-next {
    border-radius: 6px;
    background: rgba(28, 128, 243, 0.34);
    --w: 34px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

#cer-sw .swiper-button-prev:hover,
#cer-sw .swiper-button-next:hover {
    background: #1C80F3;
}

#cer-sw .swiper-button-prev::after,
#cer-sw .swiper-button-next::after {
    font-size: 14px;
    line-height: 1;
    color: #FFF;
    font-weight: 800;
}

@media (max-width: 1536px) {
    .about-cer .ab1-u {
        margin-bottom: 60px;
    }

    .cer-p {
        margin-bottom: 40px;
    }

    .cer-box {
        padding-bottom: 70px;
    }
}

@media (max-width: 499px) {
    .cer-box {
        padding-bottom: 40px;
    }

    .ab1-h {
        margin-bottom: 16px;
    }

    .about-cer .ab1-u {
        margin-bottom: 30px;
    }

    .cer-sw {
        padding: 0;
    }
}

/* service */
.ser-ban {
    padding: 90px 0 0;
}

.ser-banh {
    display: none;
}

.ser-banh h2 {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    letter-spacing: 1.92px;
    text-transform: uppercase;
    text-align: center;
}

.ser-banline {
    width: 85px;
    height: 5px;
    background: #FFF;
    margin: auto;
    margin-bottom: 34px;
    margin-top: 40px;
    display: none;
}

.ser-banu {
    max-width: 1430px;
    margin: auto;
    display: flex;
    border: 0.5px solid #FFF;
}

.ser-banl {
    width: 25%;
    flex: 0 0 auto;
}

.ser-banlbox {
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10.949999809265137px);
    height: 100%;
    padding: 52px 46px 20px;
    transition: all 0.5s ease;
    display: block;

    background: rgba(12, 58, 181, 0.48);
    backdrop-filter: blur(10.949999809265137px);
}

.ser-banlbox:hover {
    background: #19306D;
    backdrop-filter: blur(10.949999809265137px);
}

.ser-banli {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser-banli i {
    font-size: 65px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
}

.ser-banlp p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    text-transform: capitalize;
}

/*  */
.ser-box {
    padding: 90px 0 130px;
    max-width: 1430px;
}

.ser1-smh {
    margin-bottom: 16px;
}

.ser1-smh p {
    color: #A72126;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ser1-h {
    margin-bottom: 34px;
}

.ser1-h p {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
}

.ser1-p {
    margin-bottom: 58px;
}

.ser1-p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ser1-video {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser1-vida {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

/*  */
.ser1-vidbg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ser1-vidbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 104px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.50);
    z-index: 12;
}

.ser1-vidbtn::after {
    position: absolute;
    content: "";
    --w: 82px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #19306D;
}

.ser1-vidbtn i {
    font-size: 42px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 12;
}

.ser1-vida:hover .ser1-vidbtn i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/* ser2 */
.ser2 {
    padding-top: 48px;
}

.ser2-smh {
    margin-bottom: 16px;
}

.ser2-smh p {
    color: #A72126;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ser2-h {
    margin-bottom: 36px;
}

.ser2-h p {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
}

.ser2-p {
    margin-bottom: 10px;
}

.ser2-p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ser2-img img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.ser2,
.ser3,
.ser4,
.ser5 {
    position: relative;
}

#ser2,
#ser3,
#ser4,
#ser5 {
    top: -160px;
    position: relative;
}

/* ser3 */
.ser3 {
    padding-top: 118px;
}

.ser3-smh {
    margin-bottom: 16px;
}

.ser3-smh p {
    color: #A72126;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ser3-h {
    margin-bottom: 24px;
}

.ser3-h p {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
}

.ser3-u {
    margin-bottom: 42px;
}

.ser3-l {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
}

.ser3-l:last-child {
    margin-bottom: 0;
}

.ser3-l span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: italic;
    font-weight: 900;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-right: 20px;
}

.ser3-l p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.ser3-p {
    padding: 0 40px;
}

.ser3-p>h2 {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.87);
    text-transform: capitalize;
    margin-bottom: 14px;
}

.ser3-p>p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-bottom: 26px;
}

.ser3-p>div img {
    max-width: 100%;
}

/*  */
.ser3-p2 {
    padding-top: 118px;
}

.ser3-p2 p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.87);
    text-transform: capitalize;
    margin-bottom: 50px;
}

.ser3-p2>div img {
    width: 100%;
    margin-bottom: 54px;
}

.ser3-p3 p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* ser4 */
.ser4 {
    padding-top: 136px;
}

.ser4-smh {
    margin-bottom: 12px;
}

.ser4-smh p {
    color: #A72126;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ser4-h {
    margin-bottom: 28px;
}

.ser4-h p {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.ser4-p {
    margin-bottom: 7px;
}

.ser4-p span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 24px;
    display: block;
}

.ser4-p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ser4-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser4-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 729px;
}

/* ser5 */
.ser5 {
    padding-top: 94px;
}

.ser5-smh {
    margin-bottom: 14px;
}

.ser5-smh p {
    color: #A72126;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ser5-h {
    margin-bottom: 112px;
}

.ser5-h p {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
}

.ser5-te {
    max-width: 1264px;
    margin: auto;
}

@media (max-width: 1536px) {
    .ser-banli i {
        font-size: 46px;
    }

    .ser-ban {
        padding: 60px 0 0;
    }

    .ser-banlbox {
        padding: 32px 26px 20px;
    }

    .ser-box {
        padding: 60px 0 70px;
    }

    .ser3 {
        padding-top: 70px;
    }

    .ser3-p2 {
        padding-top: 70px;
    }

    .ser3-p2 p {
        margin-bottom: 30px;
    }

    .ser4 {
        padding-top: 76px;
    }

    .ser5-h {
        margin-bottom: 72px;
    }
}

@media (max-width: 992px) {
    .ser-banu {
        flex-wrap: wrap;
    }

    .ser-banl {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ser-ban {
        padding: 40px 0 0;
    }

    .ser-banl {
        width: 100%;
    }

    .ser-banli i {
        font-size: 32px;
    }

    .ser-banli {
        margin-bottom: 12px;
    }

    .ser-banline {
        margin-bottom: 26px;
        margin-top: 20px;
    }

    .ser-box {
        padding: 40px 0 40px;
    }

    .ser1-h {
        margin-bottom: 24px;
    }

    .ser1-p {
        margin-bottom: 38px;
    }

    .ser1-vidbtn::after {
        --w: 56px;
    }

    .ser1-vidbtn {
        --w: 74px;
    }

    .ser2-h {
        margin-bottom: 18px;
    }

    .ser3 {
        padding-top: 40px;
    }

    .ser3-p {
        padding: 0 12px;
    }

    .ser3-p2 {
        padding-top: 40px;
    }

    .ser3-p2>div img {
        margin-bottom: 34px;
    }

    .ser4 {
        padding-top: 36px;
    }

    .ser5 {
        padding-top: 34px;
    }

    .ser5-h {
        margin-bottom: 32px;
    }
}

/*  */
/* 产品中心 product */
.product {
    background: rgba(241, 241, 241, 1);
    position: relative;
}

.product>img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.pro-box {
    padding: 70px 0 98px;
    position: relative;
    z-index: 12;
    max-width: 1430px;
}

.prod-topsmh {
    margin-bottom: 22px;
}

.prod-topsmh p {
    color: #A72126;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.prod-toph {
    margin-bottom: 20px;
}

.prod-toph h2 {
    color: #19306D;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.prod-topp {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-topp p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 572px;
}

/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 24%;
    flex: 0 0 auto;
    position: sticky;
    top: 170px;
}

.pro1bg {
    border-radius: 10px;
    background: #FFF;
    padding: 44px 20px;
}

.pro1-l {
    margin-bottom: 20px;
    border-radius: 10px;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 12px;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 10px;
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.pro1-l1a:hover {
    border: 1px solid #00000000;
}

.pro1-l.on .pro1-l1a {
    border: 1px solid #00000000;
}

.pro1-l1a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    background: linear-gradient(180deg, #19306D 0%, #0058DD 100%);
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.pro1-l1a:hover::after {
    opacity: 1;
}

.pro1-l.on .pro1-l1a::after {
    opacity: 1;
}

.pro1-l1a span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
    z-index: 12;
}

.pro1-l1ico i {
    font-size: 16px;
    line-height: normal;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
    margin-left: 8px;
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    color: #FFF;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    padding: 38px 32px;
    border-radius: 0 0 6px 6px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.pro1-l2a:last-child {
    margin-bottom: 0;
}

.pro1-l2a span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    position: relative;
    padding-left: 22px;
    --size: 0px;
    --color: #C4AB68;
    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 {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a span::after {
    position: absolute;
    content: "";
    --w: 7px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #C7C7C7;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro1-l2a:hover span::after {
    background: #19306D;
}

.pro1-l2a.on span::after {
    background: #19306D;
}

/* 特殊 */
.pro1>div {
    margin-bottom: 20px;
}

.pro1>div:last-child {
    margin-bottom: 0;
}

.pro1-last {
    background: #FFF;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.pro1-last-h {
    background: linear-gradient(180deg, #19306D 0%, #0058DD 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 12px;
}

.pro1-last-h p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.pro1-last-u {
    padding: 22px 20px;
}

.pro1-last-l {
    margin-bottom: 20px;
}

.pro1-last-l:last-child {
    margin-bottom: 0;
}

.pro1-last-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro1-limg {
    width: 36%;
    flex: 0 0 auto;
}

.pro1-limg .img-box {
    padding-bottom: 92%;
}

.pro1-limg .img-box img {
    transition: all 0.5s ease;
}

.pro1-last-la:hover .pro1-limg .img-box img {
    transform: scale(1.08);
}

.pro1-lp {
    width: calc(64% - 20px);
    flex: 0 0 auto;
}

.pro1-lp p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro1-lp p span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    --size: 1px;
    --color: #19306D;
    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-last-la:hover .pro1-lp p span {
    color: #19306D;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro1-con {
    padding: 26px 20px;
}

.pro1-cona {
    display: flex;
    margin-bottom: 18px;
}

.pro1-cona:last-child {
    margin-bottom: 0;
}

.pro1-cona i {
    font-size: 26px;
    line-height: 1;
    color: rgba(0, 0, 0, 1);
    margin-right: 14px;
    flex: 0 0 auto;
}

.pro1-cona span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: lowercase;
    margin-top: 0px;

    --size: 1px;
    --color: #19306D;
    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.pro1-cona:hover span {
    color: #19306D;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(76% - 20px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-bottom: 40px;
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.pro2-l {
    margin-bottom: 20px;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.pro2-lbox {
    background: #FFF;
}

.pro2-limg .img-box {
    padding-bottom: 92%;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lte {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px 18px 34px;
}

.pro2-la {
    display: block;
}

.pro2-la p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-la p span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.pro2-lbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    --w: 42px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.pro2-lbtn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #19306D 0%, #2B5DE3 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lbtn::after {
    opacity: 1;
}

.pro2-lbtn i {
    font-size: 24px;
    line-height: 1;
    color: rgba(105, 105, 105, 1);
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lbtn i {
    color: #fff;
}

/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #19306D;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #19306D;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

@media (max-width: 1536px) {
    .pro1 {
        top: 142px;
    }

    .prod-topp {
        margin-bottom: 40px;
    }

    .pro1bg {
        padding: 16px 6px;
    }

    .pro1-l1a {
        padding: 12px 12px;
    }

    .pro1-l2sa {
        padding: 24px 14px;
    }

    .pro1-l2a span {
        padding-left: 16px;
    }

    .pro1-l2a {
        margin-bottom: 20px;
    }

    .pro1-l {
        margin-bottom: 10px;
    }

    .pro1-con {
        padding: 16px 8px;
    }

    .pro1-last-u {
        padding: 16px 12px;
    }

    .pro2-u {
        margin-bottom: 20px;
    }

    .pro-box {
        padding: 60px 0 68px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .pro-box {
        padding: 40px 0 48px;
    }

    .prod-topsmh {
        margin-bottom: 12px;
    }

    .prod-topp {
        margin-bottom: 20px;
    }
}

/* ------------------- */
/* prode 产品详情 */
.prode {
    border-radius: 10px;
    background: #FFF;
    padding: 45px 30px 88px;
}

.prode-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.slider-navbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-navbox button {
    background: transparent;
    --w: 20px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.slider-navbox>button:hover {
    border: 1px solid rgba(196, 171, 104, 1);
}

.slider-navbox>button i {
    font-size: 10px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.slider-navbox>button:hover i {
    color: rgba(196, 171, 104, 1);
}

/*  */
.prode1-2 {
    width: calc(100% - 54.46% - 32px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 12px;
}

.prode1-2h p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.27);
    text-transform: capitalize;
}

.prode1-2p {
    margin-bottom: 22px;
}

.prode1-2p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode1-2share {
    display: flex;
    align-items: center;
}

.prode1-2share p {
    color: #333;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 4px;
}

.prode1-2btn {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    transition: all 0.5s ease;
    padding: 8px 4px;
    max-width: 148px;
    position: relative;
    overflow: hidden;
}

.prode1-2a:first-child {
    margin-right: 8px;
}

.prode1-2a:hover {
    border: 1px solid #c4ac6800;
}

.prode1-2a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1458E4 0%, #5DCEFF 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.prode1-2a:hover::after {
    opacity: 1;
}

.prode1-2a i {
    color: #222;
    font-size: 20px;
    line-height: normal;
    margin-left: 14px;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
}

.prode1-2a:hover i {
    color: #FFF;
    animation: ven2-inqui 0.8s ease-in-out;
    animation-iteration-count: 1;
}

.prode1-2a span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
}

.prode1-2a:hover span {
    color: #FFF;
}

/*  */
/* prode2 */
.prode-nav {
    border-bottom: 1px solid rgba(29, 32, 133, 0.32);
    position: sticky;
    top: 168px;
    z-index: 14;
    background: #FFF;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    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: #00998B;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    margin-right: 2px;
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 12px 12px;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    min-width: 194px;
    background: #F6F6F6;
}

.prode2-l:hover .prode2-la {
    color: #FFF;
}

.prode2-l.on .prode2-la {
    color: #FFF;
}

.prode2-la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #19306D 11.59%, #305DD3 102.53%);
    opacity: 0;
    transition: all 0.5s ease;
}

.prode2-l:hover .prode2-la::after {
    opacity: 1;
}

.prode2-l.on .prode2-la::after {
    opacity: 1;
}

.prode2-la span {
    position: relative;
    z-index: 12;
}

/* prode3 */
.prode-sa>div {
    margin-top: 44px;
}

.prode3h {
    margin-bottom: 30px;
    padding: 7px 15px;
    border-radius: 10px;
    background: #F6F6F6;
}

.prode3h p {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.prode3te {
    padding: 0 15px;
}

/*  */
.prode4-from {
    padding: 0 16px;
}

.prode4-from .con2-fol input,
.prode4-from .con2-fol textarea {
    border-radius: 6px;
    border: 1px solid #7BA9DE;
    background: #E5EDF5;
    color: #77777D;
}

.prode4-from .con2-fol input:focus,
.prode4-from .con2-fol textarea:focus {
    border: 1px solid #0058DD;
}

.prode4-from .con2-fol input::-webkit-input-placeholder {
    color: #77777D;
}

.prode4-from .con2-fol input::-moz-placeholder {
    color: #77777D;
}

.prode4-from .con2-fol input::-ms-input-placeholder {
    color: #77777D;
}

.prode4-from .con2-fol textarea::-webkit-input-placeholder {
    color: #77777D;
}

.prode4-from .con2-fol textarea::-moz-placeholder {
    color: #77777D;
}

.prode4-from .con2-fol textarea::-ms-input-placeholder {
    color: #77777D;
}

.prode4-from .con2-fobt button {
    border-radius: 6px;
    background: #0E419D;
}

.prode4-from .con2-fobt button span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
}

/*  */
.prode-swbox {
    padding: 106px 0 126px;
    max-width: 1430px;
}

.prode-toh {
    margin-bottom: 12px;
}

.prode-toh p {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.33);
    text-transform: capitalize;
}

.prode-topp {
    margin-bottom: 28px;
}

.prode-topp p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 585px;
}

/*  */
.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

.prode6-a {
    padding: 10px 10px 18px;
    display: block;
    background: #FFF;
    border-radius: 10px;
}

.prode6-img .img-box {
    border-radius: 10px;
    padding-bottom: 84%;
    margin-bottom: 22px;
}

.prode6-img .img-box img {
    transition: all 0.5s ease;
}

.prode6-a:hover .prode6-img .img-box img {
    transform: scale(1.08);
}

.prode6-p {
    margin-bottom: 40px;
}

.prode6-p p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.2);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prode6-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prode6-btna {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #19306D 0%, #2B5DE3 100%);
    padding: 10px;
    min-width: 150px;
}

.prode6-btna p {
    color: #FFF;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 11.508px;
}

.prode6-btna i {
    font-size: 10px;
    line-height: normal;
    color: #FFF;
    margin-left: 8px;
    transition: all 0.5s ease;
}

.prode6-a:hover .prode6-btna i {
    transform: rotate(45deg);
}

@media (max-width: 1536px) {
    .prode {
        padding: 8px 12px 32px;
    }

    .prode-nav {
        top: 140px;
    }

    .prode2-la {
        padding: 12px;
    }

    .prode-swbox {
        padding: 66px 0 66px;
    }

    .prode6-p {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .prode1-1 {
        flex-direction: column;
    }

    .slider-for {
        width: 100%;
    }

    .slider-nav {
        width: 100%;
    }

    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .prode2-la {
        padding: 6px 12px;
        min-width: 106px;
        border-radius: 10px 10px 0 0;
    }

    .prode-sa>div {
        margin-top: 22px;
    }

    .prode3h {
        margin-bottom: 16px;
    }

    .prode1-2a {
        padding: 6px 4px;
        max-width: 116px;
    }

    .con2-fol:last-child {
        margin-bottom: 18px;
    }

    .prode-swbox {
        padding: 36px 0 36px;
    }

    .prode-topp {
        margin-bottom: 18px;
    }
}

/* -------------------------------------------- */

/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 41.84%;
}

.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: 41.84%;
    -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: '\e60f';
    -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: 50%;
    }

    .banner-video-box {
        padding-bottom: 50%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 54%;
    }

    .banner-video-box {
        padding-bottom: 54%;
    }
}


@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: 42px;
    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: 60px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

.banner-chan {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.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: #C4AB68;
}

/* banner-end */

/* ind-pro so1 */
.ind-pro {
    position: relative;
    overflow: hidden;
}

.ind-pro>img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so1 {
    position: relative;
    z-index: 12;
    padding: 120px 0 96px;
}

.so1-1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 66px;
}

.so1-1lf {
    display: flex;
    align-items: flex-start;
}

.so1-1lf>div:nth-child(1) {
    flex: 0 0 auto;
    margin-right: 42px;
}

.so1-1num {
    margin-bottom: 20px;
}

.so1-1num p {
    color: #C5CBDA;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 0.625);
    text-transform: capitalize;
}

.so1-1smh p {
    color: #C5CBDA;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.so1-1h {
    margin-bottom: 20px;
}

.so1-1h p {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 0.625);
    text-transform: capitalize;
}

.so1-1p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 572px;
}

/*  */
.so1-1a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 5px 5px 5px 15px;
    min-width: 143px;
    min-height: 47px;
}

.so1-1a>img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.so1-1ap {
    position: relative;
    z-index: 12;
    margin-right: 4px;
}

.so1-1ap p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 0.85);
    text-transform: capitalize;
}

.so1-1ai {
    position: relative;
}

.so1-1ai img {
    width: 43px;
}

.so1-1ai i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: rgba(25, 48, 109, 1);
    transition: all 0.5s ease;
}

.so1-1a:hover .so1-1ai i {
    color: rgba(0, 88, 221, 1);
}

/*  */
.so1-u {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.so1-l {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
    margin-bottom: 20px;
}

/* ind-ab */
.ind-ab {
    padding: 154px 0 200px;
}

.so2-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 72px;
}

.so2-num {
    margin-bottom: 20px;
}

.so2-num p {
    color: #C5CBDA;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 0.62);
    text-transform: capitalize;
}

.so2-smh p {
    color: #C5CBDA;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

/*  */
.so2-top>div:nth-child(1) {
    flex: 0 0 auto;
}

/*  */
.so2-1 {
    padding-left: 88px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.so2-video {
    width: 40%;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.so2-vidbg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so2-vidbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    cursor: pointer;
    --w: 73px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    z-index: 12;
    border-radius: 44px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(2.200000047683716px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2-vidbtn i {
    font-size: 42px;
    line-height: normal;
    color: #FFF;
}

.so2-vida:hover .so2-vidbtn i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.so2-1 {
    margin-bottom: 90px;
}

.so2-1te {
    width: calc(60% - 54px);
    flex: 0 0 auto;
}

.so2-1smh {
    padding-top: 7px;
    margin-bottom: 10px;
}

.so2-1smh p {
    color: #A72126;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.875);
    text-transform: capitalize;
}

.so2-1h {
    margin-bottom: 46px;
}

.so2-1h p {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
    max-width: 700px;
}

.so2-1p {
    margin-bottom: 44px;
}

.so2-1p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2-1btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so2-1a {
    display: flex;
    align-items: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #19306D 0%, #2B5DE3 100%);
    padding: 10px 12px;
}

.so2-1a p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 0.85);
}

.so2-1a i {
    font-size: 10px;
    color: #FFF;
    line-height: normal;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.so2-1a:hover i {
    transform: rotate(45deg);
}

/*  */
.so2-u {
    display: flex;
    justify-content: space-between;
}

.so2-l1 {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    justify-content: center;
}

.so2-l1 p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.so2-l1 .so2-lred {
    color: #A72126;
}

.so2-l1 span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-left: 12px;
}

.so2-l2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2-l2 p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    text-transform: capitalize;
    max-width: 252px;
}

/*  */
.so2-sw {
    position: relative;
}

#so2-absw {
    overflow: hidden;
}

.so2-swa {
    border-radius: 10px;
    overflow: hidden;
    background: #F4F4F4;
    cursor: pointer;
}

.so2-swimg .img-box {
    padding-bottom: 70%;
}

.so2-swimg .img-box img {
    transition: all 0.5s ease;
}

.so2-swa:hover .so2-swimg .img-box img {
    transform: scale(1.08);
}

.so2-swp {
    padding: 20px 18px;
}

.so2-swp p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    text-transform: capitalize;
}

#so2-absw .swiper-pagination {
    bottom: -75px;
}

#so2-absw .swiper-pagination .swiper-pagination-bullet {
    width: 52px;
    height: 4px;
    border-radius: 0;
    margin: 0 12px;
    background: #295AD9;
    opacity: 1;
    transition: all 0.5s ease;
}

#so2-absw .swiper-pagination .swiper-pagination-bullet-active {
    background: #A72126;
}

/* ind-why */
.so3 {
    padding: 145px 0 103px;
}

.so3-1 {
    display: flex;
}

.so3-1lf {
    width: 12%;
    flex: 0 0 auto;
}

.so3-1num {
    margin-bottom: 14px;
}

.so3-1num p {
    color: #C5CBDA;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 0.625);
    text-transform: capitalize;
}

.so3-1smh p {
    color: #C5CBDA;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

/*  */
.so3-1rg {
    width: 88%;
    flex: 0 0 auto;
}

.so3-1h {
    margin-bottom: 20px;
}

.so3-1h p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

.so3-1h span {
    display: block;
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 20px;
}

.so3-1p {
    margin-bottom: 18px;
}

.so3-1p p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 485px;
}

.so3-2 {
    display: flex;
    justify-content: flex-end;
}

.so3-2box {
    width: 88%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.so3-2lf {
    flex: 0 0 auto;
    padding-bottom: 136px;
}

.so3-2lf p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.28);
    text-transform: capitalize;
    max-width: 244px;
}

.so3-2lf ul {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.so3-2lf ul li {
    margin-left: -15px;
    transform: translateX(15px);
}

.so3-2lf ul li div img {
    width: 57px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.so3-2rg {
    width: 80%;
    flex: 0 0 auto;
}

.so3-2u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.so3-2l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 40px;
}

.so3-2l:nth-child(2n) {
    transform: translateY(-135px);
}

.so3-2la {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 20px;
}

.so3-2la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -2.62%, rgba(0, 0, 0, 0.83) 100%);
    z-index: 10;
    transition: all 0.5s ease;
    opacity: 0;
}

.so3-2la:hover::after {
    opacity: 1;
}

.so3-2la .img-box {
    padding-bottom: 51%;
}

/*  */
.so3-2lte {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    top: 82%;
    z-index: 12;
    padding: 12px 30px;
    background: rgba(0, 0, 0, 0.70);
    border-radius: 0 0 20px 20px;
    transition: all 0.5s ease;
}

.so3-2la:hover .so3-2lte {
    top: auto;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
}

.so3-2lh {
    margin-bottom: 12px;
}

.so3-2lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so3-2lh p span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.so3-2lp {
    transition: all 0.3s ease;
    opacity: 0;
}

.so3-2la:hover .so3-2lp {
    opacity: 1;
}

.so3-2lp p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    /* text-transform: lowercase; */
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; */
}

/*  */
.so4 {
    padding: 176px 0 196px;
}

.so4 .so1-1 {
    margin-bottom: 78px;
}

.so4 .so1-1lf>div:nth-child(1) {
    margin-right: 82px;
}

.so4 .so1-1h p {
    color: #FFF;
}

.so4 .so1-1p p {
    color: #FFF;
}

.so4 .so1-1ap {
    margin-right: 14px;
}

/*  */
.so4-sw {
    position: relative;
}

#so4-sw {
    overflow: hidden;
}

.so4-swbox {
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    padding: 10px 10px 18px;
}

.so4-swimg {
    position: relative;
    margin-bottom: 22px;
    display: block;
}

.so4-swimg .img-box {
    padding-bottom: 84%;
    border-radius: 10px;
}

.so4-swimg .img-box img {
    transition: all 0.5s ease;
}

.so4-swbox:hover .so4-swimg .img-box img {
    transform: scale(1.08);
}

.so4-swnum {
    position: absolute;
    z-index: 12;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}

.so4-swnum p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-ven2cona) * 1.07);
    background: #A72126;
    width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4-swte {
    padding: 0 6px;
}

.so4-swh {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}

.so4-swh span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.so4-swp p {
    color: #6F6F6F;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
#so4-sw .swiper-pagination {
    bottom: -78px;
}

#so4-sw .swiper-pagination .swiper-pagination-bullet {
    width: 52px;
    height: 4px;
    border-radius: 0;
    margin: 0 12px;
    background: #295AD9;
    opacity: 1;
    transition: all 0.5s ease;
}

#so4-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #A72126;
}

/* ind-new */
.ind-new {
    overflow: hidden;
    position: relative;
}

.ind-new>img {
    background: none;
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.so5 {
    position: relative;
    z-index: 12;
    padding-bottom: 154px;
}

.so5-nav {
    position: relative;
    padding: 120px 0 154px;
}

.seamless02-swiper {
    overflow: hidden;
}

.seamless02-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.so5-navimg {
    padding-bottom: 50%;
}

.so5-navimg img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
    background-blend-mode: luminosity;
    background: #FFF;
}

/*  */
.so5-1 {
    display: flex;
    margin-bottom: 84px;
}

.so5-1lf {
    width: 192px;
    flex: 0 0 auto;
}

.so5-1um p {
    color: #C5CBDA;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.so5-1smh p {
    color: #C5CBDA;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.so5-1h {
    margin-bottom: 24px;
}

.so5-1h p {
    color: #19306D;
    font-family: 'Inter';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.so5-1p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.so5-2 {
    display: flex;
}

.so5-2u1 {
    width: 192px;
    flex: 0 0 auto;
}

.so5-2l1 {
    margin-bottom: 13px;
    display: flex;
}

.so5-2l1:last-child {
    margin-bottom: 0;
}

.so5-2l1 p {
    color: #919191;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: all 0.5s ease;
}

.so5-2l1.on p {
    color: #000;
}

.so5-2l1 p:hover {
    color: #000;
}

/*  */
.so5-2u2bxo {
    flex: 1;
}

.so5-2u2 {
    display: none;
}

.so5-2u2.on {
    display: flex !important;
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.so5-2l2 {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

/* ind-form */
.so6 {
    padding: 96px 0 118px;
}

.so6-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.so6-h p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-news-h) * 1.05);
    text-transform: capitalize;
    max-width: 978px;
}

.so6-p {
    margin-bottom: 38px;
}

.so6-p p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.so6-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so6-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #FFF;
    padding: 10px;
    min-width: 174px;
    transition: all 0.5s ease;
}

.so6-a:hover {
    background: #19306D;
}

.so6-a p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.278);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so6-a:hover p {
    color: #FFF;
}

/* ind-rt so7 */
.ind-rt {
    background: #EEE;
    padding: 56px 0;
}

.so7 {
    max-width: 1084px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so7-1h {
    margin-bottom: 12px;
}

.so7-1h p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    text-transform: capitalize;
}

.so7-1p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
}

.so7 .so1-1ai img {
    width: 40px;
}

/* ind-end */
.so8 {
    max-width: 1414px;
    padding: 108px 0 106px;
}

.so8-u {
    margin-right: calc(-.5 * 11.3rem);
    margin-left: calc(-.5 * 11.3rem);
}

.so8-l {
    padding-right: calc(11.3rem * .5);
    padding-left: calc(11.3rem * .5);
}

.so8-lbox {
    display: flex;
    justify-content: space-between;
}

.so8-li img {
    width: 48px;
    flex: 0 0 auto;
    margin-right: 30px;
}

.so8-lh {
    margin-bottom: 24px;
}

.so8-lh p {
    color: #000;
    font-family: 'Inter';
    font-size: calc(var(--zj-con2la) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc(calc(var(--zj-con2la) - 2px) * 1.65);
    text-transform: capitalize;
}

.so8-lp p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

@media (max-width: 1536px) {
    .so1 {
        padding: 70px 0 66px;
    }

    .so1-1 {
        margin-bottom: 46px;
    }

    .ind-ab {
        padding: 74px 0 100px;
    }

    #so2-absw .swiper-pagination {
        bottom: -50px;
    }

    .so3 {
        padding: 75px 0 73px;
    }

    .so4 {
        padding: 76px 0 96px;
    }

    #so4-sw .swiper-pagination {
        bottom: -50px;
    }

    .so4 .so1-1 {
        margin-bottom: 48px;
    }

    .so5-nav {
        padding: 70px 0 84px;
    }

    .so5-1 {
        margin-bottom: 44px;
    }

    .so5-1lf,
    .so5-2u1 {
        width: 142px;
    }

    .so5-2u2 {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so5-2l2 {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 30px;
    }

    .ne-lrg p,
    .ne-lnum p {
        font-size: 12px;
    }

    .so5 {
        padding-bottom: 74px;
    }

    .so6 {
        padding: 66px 0 78px;
    }

    .so8 {
        padding: 78px 0 76px;
    }

    .so8-u {
        margin-right: calc(-.5 * 2rem);
        margin-left: calc(-.5 * 2rem);
    }

    .so8-l {
        padding-right: calc(2rem * .5);
        padding-left: calc(2rem * .5);
    }

    .so8-li img {
        width: 34px;
    }
}

@media (max-width: 992px) {
    .so1-l {
        width: 33.33%;
    }

    .ind-pro>img {
        height: 100%;
    }

    .so2-top {
        flex-direction: column;
    }

    .so2-1 {
        padding-left: 0;
    }

    .so2-top>div:nth-child(1) {
        margin-bottom: 20px;
    }

    .so3-1 {
        flex-direction: column;
    }

    .so3-1lf {
        width: 100%;
        margin-bottom: 20px;
    }

    .so3-2box {
        width: 100%;
    }

    .so3-2l:nth-child(2n) {
        transform: translateY(0);
    }

    .so3-2box {
        flex-direction: column-reverse;
    }

    .so3-2lf {
        width: 100%;
        padding-bottom: 0;
    }

    .so3-2rg {
        width: 100%;
    }

    .so1-1lf {
        flex-direction: column;
    }

    .so4 .so1-1lf>div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .so1-1 {
        flex-direction: column;
    }

    .so1-1lf {
        width: 100%;
        margin-bottom: 20px;
    }

    .so5-1 {
        flex-direction: column;
    }

    .so5-1lf {
        margin-bottom: 20px;
    }

    .so5-2 {
        flex-direction: column;
    }

    .so5-2u1 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 20px;
    }

    .so5-2l1 {
        margin-bottom: 0;
        margin-right: 4px;
    }

    .so7 {
        flex-direction: column;
    }

    .so7-1 {
        margin-bottom: 20px;
    }

    .so8-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so8-l:last-child {
        margin-bottom: 0;
    }

    .so2-1 {
        flex-direction: column-reverse;
    }

    .so2-video {
        width: 100%;
    }

    .so2-1te {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2-u {
        flex-wrap: wrap;
    }

    .so2-l {
        margin-bottom: 20px;
    }

    .so1-1lf>div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .so1-l {
        width: 50%;
    }

    .so5-2l2 {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .so1-l {
        width: 100%;
    }

    .so5-2l2 {
        width: 100%;
    }

    .so1 {
        padding: 40px 0 26px;
    }

    .so1-1 {
        margin-bottom: 26px;
    }

    .ind-ab {
        padding: 44px 0 60px;
    }

    #so2-absw .swiper-pagination {
        bottom: -32px;
    }

    .so2-1h {
        margin-bottom: 26px;
    }

    .so2-1 {
        margin-bottom: 40px;
    }

    .so2-top {
        margin-bottom: 32px;
    }

    .so2-u {
        justify-content: center;
    }

    #so2-absw .swiper-pagination .swiper-pagination-bullet {
        width: 24px;
        margin: 0 4px;
    }

    .so3 {
        padding: 35px 0 33px;
    }

    .so3-2l {
        width: 100%;
    }

    .so3-1rg {
        width: 100%;
    }

    .so3-2lte {
        padding: 12px 18px;
    }

    .so3-2l {
        margin-bottom: 20px;
    }

    .so1-1h p {
        line-height: 1.2;
    }

    .so4 {
        padding: 36px 0 56px;
    }

    #so4-sw .swiper-pagination .swiper-pagination-bullet {
        width: 34px;
        margin: 0px 4px;
    }

    #so4-sw .swiper-pagination {
        bottom: -30px;
    }

    .so5-nav {
        padding: 40px 0 44px;
    }

    .so5 {
        padding-bottom: 24px;
    }

    .so6 {
        padding: 36px 0 38px;
    }

    .ind-rt {
        padding: 26px 0;
    }

    .so8 {
        padding: 38px 0 36px;
    }
}

/*  */
.ab3-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.ab3-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.ab3-lbox {
    cursor: pointer;
}

.ab3-lbox .img-box {
    padding-bottom: 76%;
}

.ab3-lbox .img-box img {
    transition: all 0.5s ease;
}

.ab3-lbox:hover .img-box img {
    transform: scale(1.08);
}

@media (max-width: 992px) {
    .ab3-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ab3-u {
        margin-right: calc(-.5 * 0.88rem);
        margin-left: calc(-.5 * 0.88rem);
    }

    .ab3-l {
        padding-right: calc(0.88rem * .5);
        padding-left: calc(0.88rem * .5);
        margin-bottom: 20px;
    }
}

.ab2-sa {
    max-width: 1430px;
}

.ab3-lte {
    margin-bottom: 10px;
}

.ab3-lte p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}


.ab3sp .ab3-lbox {
    position: relative;
}

.ab3sp .ab3-l:nth-child(2) .ab3-lbox::after {
    width: 98px;
    height: 73px;
    position: absolute;
    content: "";
    background: url(../img/jiantou1.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    right: -27px;
    bottom: 0;
}

.ab3sp .ab3-l:nth-child(3) .ab3-lbox::after {
    width: 98px;
    height: 92px;
    position: absolute;
    content: "";
    background: url(../img/jiantou2.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    right: 0;
    bottom: -28px;
}

.ab3sp .ab3-l:nth-child(4) .ab3-lbox::after {
    width: 98px;
    height: 92px;
    position: absolute;
    content: "";
    background: url(../img/jiantou2.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 0;
    bottom: -28px;
}

.ab3sp .ab3-l:nth-child(5) .ab3-lbox::after {
    width: 98px;
    height: 73px;
    position: absolute;
    content: "";
    background: url(../img/jiantou3.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: -27px;
    bottom: 0;
}

.ab3sp .ab3-l:nth-child(6) .ab3-lbox::after {
    width: 98px;
    height: 73px;
    position: absolute;
    content: "";
    background: url(../img/jiantou3.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: -27px;
    bottom: 0;
}

.ab3sp .ab3-l:nth-child(6) .ab3-lbox::after {
    width: 98px;
    height: 73px;
    position: absolute;
    content: "";
    background: url(../img/jiantou3.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    right: -27px;
    bottom: 0;
}

.ab3sp .ab3-l:nth-child(7) .ab3-lbox::after {
    width: 98px;
    height: 73px;
    position: absolute;
    content: "";
    background: url(../img/jiantou1.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    right: -27px;
    bottom: 0;
}

.ab3sp .ab3-l:nth-child(8) .ab3-lbox::after {
    width: 98px;
    height: 73px;
    position: absolute;
    content: "";
    background: url(../img/jiantou1.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    right: -27px;
    bottom: 0;
}

.ab3sp .ab3-l {
    width: 33.3333% !important;
}

@media (max-width: 992px) {

    .ab3sp .ab3-l:nth-child(2) .ab3-lbox::after,
    .ab3sp .ab3-l:nth-child(5) .ab3-lbox::after,
    .ab3sp .ab3-l:nth-child(6) .ab3-lbox::after,
    .ab3sp .ab3-l:nth-child(7) .ab3-lbox::after,
    .ab3sp .ab3-l:nth-child(8) .ab3-lbox::after {
        width: 58px;
        height: 40px;
    }

    .ab3sp .ab3-l:nth-child(3) .ab3-lbox::after,
    .ab3sp .ab3-l:nth-child(4) .ab3-lbox::after {
        width: 58px;
        height: 55px;
    }

    .ab3sp .ab3-lte p {
        font-size: 12px;
        line-height: calc(12px * 1.22);
    }
}

.ab4sp .ab3-lte {
    margin-top: 10px;
}