#ven {
    transition: all 0.5s ease;
}

.ventricle {
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.headersp {
    background: #FFF !important;
}

@media (max-width: 1536px) {
    .hea-top {
        padding: 12px 0;
    }
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 10px 0 5px;
    position: relative;
}

.ven1-loim img {
    width: 180px;
    height: auto;
    transition: all 0.5s ease;
}

.ven1-loim img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.ventricle .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.ventricle .ven1-loim img:nth-child(2) {
    opacity: 1;
}

.headersp .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.headersp .ven1-loim img:nth-child(2) {
    opacity: 1;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    margin: 0 22px;
}

.ven2-l:last-child:after {
    margin: 0 133.5px;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;

    --size: 0px;
    --color: #EB562B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ventricle .ven2-la span {
    color: #333;
}

.headersp .ven2-la span {
    color: #333;
}

.ven2-la:hover span {
    color: #0097E3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #0097E3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-la i {
    margin-left: 4px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: 16px;
    font-style: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ventricle .ven2-la i {
    color: #000;
}

.headersp .ven2-la i {
    color: #000;
}

.ven2-la:hover i {
    color: #0097E3;
}

.ven2-l.on .ven2-la i {
    color: #0097E3;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    /* --w: 18px; */
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vensesv p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin-right: 6px;
    transition: all 0.5s ease;
}

.ventricle .vensesv p {
    color: #000;
}

.headersp .vensesv p {
    color: #000;
}

.vensesv:hover p {
    color: #0097E3;
}

.vensesv i {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.ventricle .vensesv i {
    color: #000;
}

.headersp .vensesv i {
    color: #000;
}

.vensesv:hover i {
    color: #0097E3;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-inqury {
    display: flex;
    align-items: center;
    border-radius: 100px;
    margin: 0 26px;
}

.ven-inqury p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 12px;
}

.ven-inqury .ven-inqurya {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya i {
    font-size: 24px;
    line-height: normal;
    color: #FFF;
    display: block;
    transition: all 0.5s ease;
}

.ventricle .ven-inqury .ven-inqurya i {
    color: #333;
}

.headersp .ven-inqury .ven-inqurya i {
    color: #333;
}

.ven-inqury:hover .ven-inqurya i {
    color: #0097E3;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury .ven-inqurya span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin-left: 6px;
    font-feature-settings: 'liga' off, 'calt' off;
    transition: all 0.5s ease;
}

.ventricle .ven-inqurya span {
    color: #333;
}

.headersp .ven-inqurya span {
    color: #333;
}

.ven-inqury:hover .ven-inqurya span {
    color: #0097E3;
}

/*  */
.ven-line {
    width: 1px;
    height: 10px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.30);
    display: none;
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EE390A;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.ven2-langbt i {
    font-size: 22px;
    color: #FFF;
    display: block;
    margin-right: 6px;
}

.ven2-langbt:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt img {
    width: 26px;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}

.ven2-langbt span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ventricle .ven2-langbt span {
    color: #333;
}

.headersp .ven2-langbt span {
    color: #333;
}

.ven2-langbt:hover span {
    color: #0097E3;
}


/* 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: 1830px) {
    .ven2-l::after {
        margin: 0 12px;
    }

    .ven2-l:last-child:after {
        margin: 0 33.5px;
    }
}

@media (max-width: 1536px) {
    /* .ven1-loim {
        padding: 12px 0;
    } */

    .ven1-loim img {
        width: 140px;
    }



    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 14px;
    }

    .ven2-l:last-child:after {
        margin: 0 38px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }


    .ven2-la i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }

    .ven2-l:last-child:after {
        margin: 0 20px;
    }

    .ven-inqury {
        margin: 0 16px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 90px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury {
        padding: 3px;
    }

    .ven-inqury p {
        display: none;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }

    .vensesv p {
        display: none;
    }

    .ven-inqury .ven-inqurya i {
        font-size: 20px;
    }

    .ven-inqury {
        margin: 0 6px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 220%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #0097E3;
    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: #0097E3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #0097E3;
    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: #0097E3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    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: 140%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #0097E3;
    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: #0097E3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 320%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: rgb(0, 0, 0);
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 280%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 260%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 260%;
        right: -30px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven-line {
        margin: 0 10px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #000;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #000;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #FFF;
}

.headersp #venPho .venPhoSack.on::before {
    background: #000;
}

.ventricle .venPhoSack::before {
    background: #000 !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #FFF;
}

.headersp #venPho .venPhoSack.on::after {
    background: #000;
}

.ventricle .venPhoSack::after {
    background: #000 !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #000;
}

.ventricle .venPhoSack span {
    background: #000 !important;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 71px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #0097E3;
}

.xiantiao>a {
    color: #0097E3;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #0097E3;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 52px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-show {
    padding-top: 90px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-te {
    position: absolute;
    left: 50%;
    top: calc(50% + 24px);
    transform: translate(-50%, -50%);
}

.sub-h {
    margin-bottom: 26px;
    display: flex;
}

.sub-h h2 {
    color: #FFF;
    font-family: 'Anton';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: normal;
    line-height: 126%;
    text-transform: uppercase;
}

.sub-p p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    min-height: calc(var(--zj-ven2-la) * 1.5 * 3);
    max-width: 530px;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1360px;
}

@media (max-width: 1536px) {
    .sub-h {
        margin-bottom: 14px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 356px;
    }

    .sub-about .sub-im img {
        max-height: 660px;
    }

    /*  */
    .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: 395px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 306px;
    }
}

/*  */
.subnav-box {
    background: #F4F6F7;
    padding: 14px 0;
}

.sub-show .subnav-box {
    background: #00000000;
}

.subnav-boxctm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 16px;
    line-height: normal;
    color: rgba(51, 51, 51, 1);
    margin-right: 6px;
    line-height: normal;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.sub-show .breadcrumb-item::before,
.sub-show .breadcrumb-item a span {
    color: #000;
}

.breadcrumb-item:hover a span {
    color: #0097E3;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #494B4F;
}

.sub-show .breadcrumb-item+.breadcrumb-item::before {
    color: #222;
}

/*  */
.subnav-u {
    display: flex;
    align-items: center;
}

.subnav-l {
    position: relative;
    display: flex;
    align-items: center;
}

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #EB562B;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }
}

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .sub-page {
    justify-content: flex-end;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    transition: all 0.5s ease;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background: url(../img/pagebg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.sub-pagel a:hover {
    color: #0097E3;
}

.sub-pagel.on a {
    color: #0097E3;
}

.sub-pagel a p {
    border-radius: 4px;
    background: #EFE5DA;
    padding: 10px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover p {
    background: #453737;
}

.sub-pagel.on a p {
    background: #453737;
}

.sub-pagel a i {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #0097E3;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }

    .subnav-box {
        padding: 7px 0;
    }

    .subnav i {
        margin-right: 14px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 100px;
    margin-top: 0;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-hight="90"] {
    padding: 90px 0;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 74px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-hight="90"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 64px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-hight="90"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    .subnav i {
        font-size: 22px;
        margin-right: 10px;
    }
}

/* contact */
.con-box {
    display: flex;
    justify-content: space-between;
}

.con1 {
    width: 41.82%;
    flex: 0 0 auto;
}

.con1-h {
    margin-bottom: 20px;
}

.con1-h p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: 130%;
    text-transform: uppercase;
}

.con1-h p span {
    color: #0097E3;
}

.con1-p {
    margin-bottom: 50px;
}

.con1-p p {
    color: #333;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
}

/*  */
.con1-ubox {
    border-bottom: 1px solid #D7E0F2;
    border-top: 1px solid #D7E0F2;
}

.con1-u {
    margin: 0;
    margin-right: calc(-.5 * 6rem);
    margin-left: calc(-.5 * 6rem);
}

.con1-l {
    padding: 36px 0;
    padding-right: calc(6rem * .5);
    padding-left: calc(6rem * .5);
    position: relative;
}

.con1-l::after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 36px - 36px);
    background: #D7E0F2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.con1-l:first-child:after,
.con1-l:last-child:after {
    display: none;
}

.con1-lbox {
    display: flex;
    position: relative;
}

.con1-l:first-child .con1-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D7E0F2;
    left: 50%;
    transform: translateX(-50%);
    bottom: -36px;
}

.con1-lh {
    margin-bottom: 12px;
}

.con1-lh p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-transform: uppercase;
}

.con1-la {
    display: block;
}

.con1-la span {
    color: #333;
    --zj-subnav: 16px;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 130%;
    transition: all 0.5s ease;
}

a.con1-la:hover span {
    color: #0097E3;
}

.con1-endp {
    margin-top: 36px;
}

.con1-endp p {
    color: #0097E3;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: capitalize;
}

.con2 {
    width: calc(100% - 41.82% - 150px);
    flex: 0 0 auto;
}

.con2-fou {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.con2-fol {
    margin-bottom: 36px;
    padding-right: calc(1rem * .5);
    padding-left: calc(1rem * .5);
}

.con2-fol p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.con2-fol input,
.con2-fol textarea {
    color: #999;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;

    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(230, 230, 230, 0.00);
    background: #F4F6F7;

    transition: all 0.5s ease;
    padding: 17px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #0097E3;
}

.con2-fol input::-webkit-input-placeholder {
    color: #999;
}

.con2-fol input::-moz-placeholder {
    color: #999;
}

.con2-fol input::-ms-input-placeholder {
    color: #999;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #999;
}

.con2-fol textarea::-moz-placeholder {
    color: #999;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #999;
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: center;
    margin-top: 14px;
}

.con2-fobt button {
    width: 100%;
    padding: 17px 26px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background: #0097E3;
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con2-fobt button span {
    color: #FFF;
    font-family: 'Anton';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.con2-fobti {
    display: flex;
    margin-left: 4px;
}

.con2-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

.con2-fobt button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 1536px) {
    .con1 {
        width: 50.82%;
    }

    .con2 {
        width: calc(100% - 50.82% - 40px);
    }

    .con1-u {
        margin-right: calc(-.5 * 3rem);
        margin-left: calc(-.5 * 3rem);
    }

    .con1-l {
        padding-right: calc(3rem * .5);
        padding-left: calc(3rem * .5);
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .con1-l {
        width: 100%;
    }

    .con1-l::after {
        width: 100%;
        height: 1px;
        right: auto;
        top: auto;
        transform: translate(0, 0);
        left: 0;
        bottom: 0;
    }

    .con1-l {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .con2-fol {
        width: 100%;
    }

    .con2-fol {
        margin-bottom: 18px;
    }
}

@media (max-width: 499px) {
    .con1-h {
        margin-bottom: 12px;
    }

    .con1-p {
        margin-bottom: 30px;
    }

    .con1-l {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .con1-l:first-child .con1-lbox::after {
        bottom: -12px;
    }

    .con1 {
        margin-bottom: 20px;
    }

    .con1-endp {
        margin-top: 18px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 12px 12px;
    }

    .con2-fobt button {
        padding: 12px 12px;
    }
}

/* footer */
#footer {
    background: #F4F6F7;
    position: relative;
    overflow: hidden;
}

#footer::after {
    position: absolute;
    content: "";
    width: 884px;
    height: 884px;
    border-radius: 884px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 151, 227, 0.25) 0%, rgba(0, 151, 227, 0.00) 100%);
    right: -310px;
    bottom: -672px;
}

.ft-box {
    position: relative;
    z-index: 12;
}

.ft-top {
    padding: 70px 0;
    border-bottom: 1px solid #D7E0F2;
}

.ft-toph {
    margin-bottom: 16px;
}

.ft-toph p {
    color: #333;
    text-align: center;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: 116%;
    text-transform: uppercase;
}

.ft-topp {
    margin-bottom: 26px;
}

.ft-topp p {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
    text-align: center;
}

.ft-toph p span {
    color: #0097E3;
}

/*  */
.ft-from {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    overflow: hidden;
    border-radius: 3px;
    background: #FFF;
    backdrop-filter: blur(2px);
    padding: 18px 20px;
    transition: all 0.5s ease;
    max-width: 690px;
}

.ft-sehfo input {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    background: transparent;
    border: none;
    width: 60%;
}

.ft-sehfo input::-webkit-input-placeholder {
    color: #999;
}

.ft-sehfo input::-moz-placeholder {
    color: #999;
}

.ft-sehfo input::-ms-input-placeholder {
    color: #999;
}

/*  */
.ft-sehfo button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-sehfo button p span {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.ft-sehfo button i {
    font-size: 12px;
    line-height: normal;
    color: rgba(51, 51, 51, 1);
    margin-left: 6px;
    padding-bottom: 3px;
}

.ft-sehfo button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/*  */
.ft1 {
    padding: 50px 0 100px;
}

.ft1-u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-lh {
    margin-bottom: 30px;
}

.ft1-lh p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 126%;
    text-transform: uppercase;
}

.ft1-la {
    display: block;
    margin-bottom: 20px;
}

.ft1-la:last-child {
    margin-bottom: 0;
}

.ft1-la span {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ft1-la:hover span {
    color: #0097E3;
}

/* dizhi */
.ft1-lfl {
    margin-bottom: 20px;
}

.ft1-lfla {
    display: flex;
    align-items: flex-start;
    max-width: 315px;
}

.ft1-lfla:last-child {
    margin-bottom: 0;
}

.ft1-lfla i {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
    flex: 0 0 auto;
    padding-top: 2px;
    margin-right: 10px;
}

.ft1-lfla span {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 130%;
}

/*  */
.ft1-share {
    display: flex;
    align-items: center;
}

.ft1-share>a {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 3px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.ft1-share>a:first-child {
    margin-left: 0;
}

.ft1-share>a:hover {
    background: #0097E3;
}

.ft1-share>a i {
    font-size: 24px;
    color: rgba(73, 75, 79, 1);
    transition: all 0.5s ease;
}

.ft1-share>a:hover i {
    color: rgba(255, 255, 255, 1);
}

.ft1-ltdcod {
    border-radius: 3px;
    border: 1px solid #FFF;
    background: #FFF;
    overflow: hidden;
}

.ft1-ltdcod img {
    width: 160px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ft1-lcodep {
    margin-top: 16px;
}

.ft1-lcodep p {
    color: #0097E3;
    text-align: center;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

/*  */
.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 0 35px;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy span {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 130%;
}

.ft3-1pow {
    margin-left: 4px;
}

.ft3-1pow span {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 130%;
    --size: 1px;
    --color: #0097E3;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: #0097E3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;
}

.ft3-2>span {
    width: 1px;
    height: 16px;
    background: #D7E0F2;
    margin: 0 12px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 110%;
    text-transform: capitalize;
    --size: 1px;
    --color: #0097E3;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: #0097E3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.translate {
    margin-left: 36px;
}

@media (max-width: 1536px) {
    .ft-top {
        padding: 40px 0;
    }

    .ft1 {
        padding: 40px 0 60px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 50px;
    }

    .ft1-lfla {
        max-width: 260px;
    }
}

@media (max-width: 992px) {

    .ft1-l:nth-child(1),
    .ft1-l:nth-child(2) {
        display: none;
    }

    .ft3-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2>span {
        margin: 0 6px 0;
    }
}

@media (max-width: 768px) {
    .ft1-u {
        flex-wrap: wrap;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

}

@media (max-width: 499px) {
    #footer {
        padding-bottom: 30px;
    }

    .ft-top {
        padding: 20px 0;
    }

    .ft-sehfo {
        padding: 12px 12px;
    }

    .ft1-l {
        margin-bottom: 20px;
    }

    .ft1 {
        padding: 40px 0 20px;
    }
}

/* news */
.ne-h {
    margin-bottom: 16px;
}

.ne-h h2 {
    color: #333;
    text-align: center;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.26);
    text-transform: uppercase;
}

.ne-h h2 span {
    color: #0097E3;
}

.ne-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.ne-p p {
    color: #494B4F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.6);
    max-width: 720px;
}

/*  */
.ne-u {
    margin-bottom: 70px;
}

.ne-l {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 70px 0;
    border-bottom: 1px solid #D7E0F2;
}

.ne-l:first-child {
    border-top: 1px solid #D7E0F2;
}

.ne-l1 {
    width: 14.6%;
    flex: 0 0 auto;
}

.ne-l1 p {
    color: #0097E3;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.ne-l2 {
    width: 85.4%;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ne-limg {
    width: 32%;
    flex: 0 0 auto;
}

.ne-limg .img-box {
    padding-bottom: 63%;
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), url(<path-to-image>) lightgray 0px -117.5px / 100% 177.273% no-repeat;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-l:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    width: calc(68% - 64px);
    flex: 0 0 auto;
}

.ne-lh {
    display: block;
    margin-bottom: 16px;
}

.ne-lh p {
    color: #333;
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-2uh) * 1.3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-l:hover .ne-lh p {
    color: #0097E3;
}

.ne-lp {
    margin-bottom: 90px;
}

.ne-lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lbtn {
    display: flex;
}

.ne-la {
    display: flex;
    align-items: center;
}

.ne-la p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ne-l:hover .ne-la p {
    color: #0097E3;
}

.ne-la i {
    font-size: 12px;
    line-height: normal;
    color: rgba(51, 51, 51, 1);
    margin-left: 6px;
    padding-bottom: 2px;
    transition: all 0.5s ease;
}

.ne-l:hover .ne-la i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
    color: #0097E3;
}

@media (max-width: 1536px) {
    .ne-p {
        margin-bottom: 40px;
    }

    .ne-l {
        padding: 40px 0;
    }

    .ne-lp {
        margin-bottom: 60px;
    }

    .ne-u {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .ne-l {
        flex-direction: column;
    }

    .ne-l1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-l2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ne-l2 {
        flex-direction: column;
    }

    .ne-limg {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .ne-p {
        margin-bottom: 20px;
    }

    .ne-lte {
        width: 100%;
    }

    .ne-l {
        padding: 20px 0;
    }

    .ne-lp {
        margin-bottom: 30px;
    }
}

/* honor */
.honor {
    overflow: hidden;
    position: relative;
}

.honor-bg1 {
    position: absolute;
    content: "";
    border-radius: 884px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 151, 227, 0.25) 0%, rgba(0, 151, 227, 0.00) 100%);
    width: 884px;
    height: 780.099px;
    right: 91px;
    top: -536px;
}

.honor-bg2 {
    position: absolute;
    content: "";
    border-radius: 889.412px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 151, 227, 0.25) 0%, rgba(0, 151, 227, 0.00) 100%);
    width: 884px;
    height: 889.412px;
    left: -130px;
    bottom: -650px;
}

.hon-box {
    position: relative;
    z-index: 12;
}

.hon-h {
    margin-bottom: 16px;
}

.hon-h h2 {
    color: #333;
    text-align: center;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.26);
    text-transform: uppercase;
}

.hon-h h2 span {
    color: #0097E3;
}

.hon-p {
    margin-bottom: 70px;
}

.hon-p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hon-p p {
    color: #494B4F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.6);
    max-width: 1186px;
}

/*  */
.hon-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 20px;
}

.hon-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    width: 20%;
    margin-bottom: 50px;
}

/*  */
.hon-lbox {
    cursor: pointer;
}

.hon-limg {
    background: url(../img/honbg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 48px;
}

.hon-limg .img-box {
    padding-bottom: 145%;
}

.hon-limg .img-box img {
    transition: all 0.5s ease;
}

.hon-lbox:hover .hon-limg .img-box img {
    transform: scale(1.08);
}

.hon-lh {
    margin-top: 20px;
}

.hon-lh p {
    color: #333;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .hon-p {
        margin-bottom: 40px;
    }

    .hon-limg {
        padding: 40px 32px;
    }
}

@media (max-width: 992px) {
    .hon-l {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .hon-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .hon-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .hon-limg {
        padding: 40px 38px;
    }
}

/* case */
.case-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.case-h h2 {
    color: #333;
    font-family: 'Anton';
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.26);
    text-transform: uppercase;
    max-width: 580px;
}

.case-h h2 span {
    color: #0097E3;
}

.case-p {
    margin-bottom: 70px;
}

.case-p p {
    color: #494B4F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.6);
}

.case-u {
    margin-right: calc(-.5 * 4.38rem);
    margin-left: calc(-.5 * 4.38rem);
}

.case-l {
    padding-right: calc(4.38rem * .5);
    padding-left: calc(4.38rem * .5);
    margin-bottom: 70px;
}

.case-limg .img-box {
    border-radius: 15px;
}

.case-limg .img-box img {
    transition: all 0.5s ease;
}

.case-lbox:hover .case-limg .img-box img {
    transform: scale(1.08);
}

.case-lte {
    border-radius: 15px;
    background: #F4F6F7;
    padding: 30px 20px;
}

.case-lh {
    display: block;
    margin-bottom: 16px;
}

.case-lh p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.26);
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-lbox:hover .case-lh p {
    color: #0097E3;
}

.case-lp {
    margin-bottom: 40px;
}

.case-lp p {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-lbtn {
    display: flex;
}

.case-la {
    display: flex;
    align-items: center;
}

.case-la p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.case-lbox:hover .case-la p {
    color: #0097E3;
}

.case-la i {
    font-size: 12px;
    line-height: normal;
    color: rgba(51, 51, 51, 1);
    margin-left: 6px;
    padding-bottom: 2px;
    transition: all 0.5s ease;
}

.case-lbox:hover .case-la i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
    color: #0097E3;
}

@media (max-width: 1536px) {
    .case-p {
        margin-bottom: 40px;
    }

    .case-u {
        margin-right: calc(-.5 * 1.38rem);
        margin-left: calc(-.5 * 1.38rem);
    }

    .case-l {
        padding-right: calc(1.38rem * .5);
        padding-left: calc(1.38rem * .5);
        margin-bottom: 40px;
    }

}

@media (max-width: 992px) {
    .case-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .case-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .case-p {
        margin-bottom: 20px;
    }
}

/* about */
.ab-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    padding: 20px 0;
}

.ab-navbox {
    max-width: 1170px;
}

.ab-navu {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.ab-navl {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.ab-navl:last-child {
    border-right: none;
}

.ab-navla {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-navla span {
    color: #FFF;
    font-family: 'Anton';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

/* ab1 */
.ab1-box {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab1-1 {
    width: 44%;
    flex: 0 0 auto;
}

.ab1-h {
    margin-bottom: 26px;
}

.ab1-h h2 {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.3);
    text-transform: uppercase;
}

.ab1-h h2 span {
    color: #0097E3;
}

.ab1-p p {
    color: #494B4F;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.6);
    margin-bottom: 30px;
}

.ab1-p p:last-child {
    margin-bottom: 0;
}

.ab1-2 {
    width: calc(100% - 44% - 114px);
    flex: 0 0 auto;
}

.ab1-2a {
    position: relative;
}

.ab1-2a .img-box {
    padding-bottom: 69%;
    border-radius: 15px;
}

.ab1-2a .img-box img {
    transition: all 0.5s ease;
}

.ab1-2a:hover .img-box img {
    transform: scale(1.08);
}

.ab1-2ico {
    position: absolute;
    --w: 73px;
    width: var(--w);
    height: var(--w);
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2px);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
}

.ab1-2ico i {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    display: block;
    position: relative;
    z-index: 12;
}

.ab1-2a:hover .ab1-2ico i {
    animation: video 0.6s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes video {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ab1-2ico>span {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
}

.ab1-2ico>span:nth-of-type(2) {
    background-color: rgba(255, 255, 255, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

/* ab2 */
.ab2 {
    padding: 90px 0;
    background: #F5F8FA;
}

.ab2-p {
    margin-bottom: 70px;
}

.ab2-p p {
    color: #494B4F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.6);
}

/*  */
.ab2-l {
    border-right: 1px solid #D9D9D9;
}

.ab2-l:last-child {
    border-right: none;
}

.ab2-l1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.ab2-l1 p,
.ab2-l1 span {
    color: #333;
    text-align: center;
    font-family: 'Anton';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ab2-lbox:hover .ab2-l1 p,
.ab2-lbox:hover .ab2-l1 span {
    color: #0097E3;
}

.ab2-l2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-li i {
    font-size: 20px;
    color: rgba(73, 75, 79, 1);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.ab2-lbox:hover .ab2-li i {
    color: #0097E3;
}

.ab2-lp p {
    color: #494B4F;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ab2-lbox:hover .ab2-lp p {
    color: #0097E3;
}

/* ab3 */
.ab3-box {
    padding: 90px 0 0;
}

.ab3-h {
    margin-bottom: 20px;
}

.ab3-h h2 {
    color: #333;
    text-align: center;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.16);
    text-transform: uppercase;
}

.ab3-h h2 span {
    color: #0097E3;
}

.ab3-p {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab3-p p {
    color: #494B4F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    max-width: 990px;
}

/* ab4 */
.ab4 {
    background: linear-gradient(180deg, #FFF 0%, #F4F6F7 100%);
    padding: 90px 0;
}

.ab4-h {
    margin-bottom: 16px;
}

.ab4-h h2 {
    color: #333;
    text-align: center;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.3);
    text-transform: uppercase;
}

.ab4-h h2 span {
    color: #0097E3;
}

.ab4-p {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab4-p p {
    color: #494B4F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.6);
    max-width: 900px;
}

/*  */
.ab4-end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ab4-1 {
    width: 35%;
    flex: 0 0 auto;
    border-radius: 15px;
    overflow: hidden;
}

.ab4-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 700px;
}

.ab4-2 {
    width: calc(100% - 35% - 270px);
    flex: 0 0 auto;
    /* padding-top: 70px; */
}

.ab4-2te {
    max-width: 690px;
}

.ab4-2h {
    margin-bottom: 26px;
}

.ab4-2h p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-2uh) * 1.26);
    text-transform: uppercase;
}

.ab4-2smh {
    /* margin-bottom: 90px; */
}

.ab4-2smh p {
    color: #0097E3;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2la) * 1.3);
}

.ab4-2p p {
    color: #494B4F;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.6);
    margin-bottom: 30px;
}

.ab4-2p p:last-child {
    margin-bottom: 0;
}

/* ab5 */
.ab5-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 90px 0;
}

.ab5-1 {
    width: 44%;
    flex: 0 0 auto;
}

.ab5-1h {
    margin-bottom: 26px;
    margin-top: 10px;
}

.ab5-1h h2 {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.3);
    text-transform: uppercase;
}

.ab5-1h h2 span {
    color: #0097E3;
}

.ab5-1p p {
    color: #494B4F;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.6);
    margin-bottom: 30px;
}

.ab5-1p p:last-child {
    margin-bottom: 0;
}

.ab5-1btn {
    display: flex;
    margin-top: 70px;
}

.ab5-1a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab5-1a::before {
    content: "";
    display: block;
    background: url(../img/wxz.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 50px;
    width: 8px;
    margin-right: 18px;
}

.ab5-1a::after {
    content: "";
    display: block;
    background: url(../img/wzy.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 50px;
    width: 8px;
    margin-left: 18px;
}

.ab5-1a p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ab5-1a:hover p {
    color: #0097E3;
}

.ab5-1a i {
    font-size: 12px;
    line-height: normal;
    color: rgba(51, 51, 51, 1);
    margin-left: 6px;
    padding-bottom: 2px;
    transition: all 0.5s ease;
}

.ab5-1a:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
    color: #0097E3;
}

.ab5-2 {
    width: calc(54% - 120px);
    flex: 0 0 auto;
    border-radius: 15px;
    overflow: hidden;
}

.ab5-2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 510px;
}

/* ab6 */
.ab6-box {
    padding: 90px 0;
}

.ab6-sw {
    position: relative;
}

#ab6-sw {
    overflow: hidden;
}

.ab6-swbox {
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    background: #F4F6F7;
}

.ab6-swimg .img-box {
    padding-bottom: 60%;
}

.ab6-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab6-swbox:hover .ab6-swimg .img-box img {
    transform: scale(1.08);
}

.ab6-swh {
    padding: 13px 20px;
}

.ab6-swh p {
    color: #333;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.3);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ab6-swbox:hover .ab6-swh p {
    color: #0097E3;
}

.ab6-swchan {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.ab6-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px !important;
    transition: all 0.5s ease;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background: url(../img/pagebg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.ab6-swchan>div::after {
    content: "";
}

.ab6-swchan>div i {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    transition: all 0.5s ease;
}

.ab6-swchan>div:hover i {
    color: #0097E3;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 70px 0;
    }

    .ab2 {
        padding: 60px 0;
    }

    .ab4 {
        padding: 60px 0;
    }

    .ab4-2 {
        width: calc(100% - 35% - 170px);
    }

    .ab6-box {
        padding: 60px 0;
    }

    .ab6-swchan {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .ab1-box {
        flex-direction: column;
    }

    .ab1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab1-2 {
        width: 100%;
    }

    .ab4-end {
        flex-direction: column-reverse;
    }

    .ab4-1 {
        width: 100%;
    }

    .ab4-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab5-box {
        flex-direction: column;
    }

    .ab5-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab5-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ab2-l {
        width: 100%;
        margin-bottom: 20px;
        border-right: none;
    }

    .ab-nav {
        display: none;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 40px 0;
    }

    .ab1-h {
        margin-bottom: 13px;
    }

    .ab1-p p {
        margin-bottom: 15px;
    }

    .ab1-2ico {
        --w: 56px;
    }

    .ab2 {
        padding: 30px 0;
    }

    .ab2-p {
        margin-bottom: 30px;
    }

    .ab4 {
        padding: 30px 0;
    }

    .ab4-p {
        margin-bottom: 30px;
    }

    .ab4-2 {
        padding-top: 30px;
    }

    .ab4-2h {
        margin-bottom: 13px;
    }

    .ab4-2smh {
        /* margin-bottom: 30px; */
    }

    .ab4-2p p {
        margin-bottom: 20px;
    }

    .ab5-1btn {
        margin-top: 30px;
    }

    .ab5-box {
        padding: 30px 0;
    }

    .ab5-1h {
        margin-bottom: 13px;
    }

    .ab5-1p p {
        margin-bottom: 20px;
    }

    .ab6-box {
        padding: 30px 0;
    }

    .ab6-swchan>div {
        --w: 36px;
    }
}

/* 产品列表 */
.subsp {
    background: linear-gradient(180deg, #734333 0%, #3F343A 100%), url(<path-to-image>) lightgray -2.362px -162.555px / 101.753% 165.999% no-repeat;
}

.subsp .sub-te {
    top: calc(50% + 42px);
}

.subsp .sub-p p {
    max-width: 1050px;
    min-height: calc(var(--zj-ven2-la) * 1.5 * 2);
}

/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #0097E3;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    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: #0097E3;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* 产品products */
.pro-box {
    padding: 70px 0 78px;
}

.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 23.8%;
    flex: 0 0 auto;
    position: sticky;
    top: 100px;
}

.pro1-l {
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 3px;
    background: #333;
    backdrop-filter: blur(2px);
    padding: 15px 20px;
}

.pro1-l1a:hover {
    background: #0097E3;
}

.pro1-l.on .pro1-l1a {
    background: #0097E3;
}

.pro1-l1a>a {
    display: block;
    width: 90%;
}

.pro1-l1a span {
    color: #FFF;
    font-family: 'Anton';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
    /* --w: 28px; */
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    /* background: #FFF; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

/* .pro1-l.on .pro1-l1ico {
    background: #000;
}

.pro1-l1a:hover .pro1-l1ico {
    background: #000;
} */

.pro1-l1ico i {
    font-size: 18px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    color: rgba(255, 255, 255, 1);
    transform: rotate(180deg);
}

.pro1-l1a:hover .pro1-l1ico i {
    color: rgba(255, 255, 255, 1);
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    border-radius: 3px;
    background: #F4F6F7;
    padding: 16px 20px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #D7E0F2;
}

.pro1-l2a:last-child {
    border-bottom: none;
}

.pro1-l2a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.pro1-l2a span {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 126%;
    text-transform: uppercase;
    --size: 0;
    --color: #0097E3;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro1-l2a:hover span {
    color: #0097E3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #0097E3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(100% - 23.8% - 30px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 40px;
}

.pro2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.pro2-lbox {
    border-radius: 3px;
    background: #F5F5F5;
    padding: 20px 20px 30px 20px;
}

.pro2-limg {
    margin-bottom: 30px;
    display: block;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lh {
    display: block;
    margin-bottom: 16px;
}

.pro2-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--zj-oem3-1l1p) * 1.3 * 2);
}

.pro2-lh p span {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.3);
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lh p span {
    color: #0097E3;
}

.pro2-lte {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro2-lp p span {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.pro2-lcart {
    display: block;
}

.pro2-lcart i {
    font-size: 22px;
    line-height: normal;
    color: rgba(73, 75, 79, 1);
    display: block;
}

.pro2-lcart:hover i {
    color: #0097E3;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 40px 0 48px;
    }
}

@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%;
    }

    .pro2-u {
        margin-bottom: 20px;
    }

    .product .sub-page {
        justify-content: center;
    }
}

/* -------产品详情------- */
/* prode */
.prode .subnav-box {
    margin-top: 90px;
}

/* 产品详情prode */

/*  */
.prode-box {
    padding: 70px 0 90px;
}

.prode-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.prode1-2 {
    width: calc(100% - 50.52% - 70px);
    flex: 0 0 auto;
}

.prode1-2smh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.prode1-2smh p {
    color: #0097E3;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.prode1-2h {
    margin-top: 15px;
}

.prode1-2h p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.3);
    text-transform: capitalize;
}

/*  */
.prode1-2te {
    margin-top: 25px;
}

.prode1-2p p {
    color: #0097E3;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.26);
}

/*  */
.prode1-2pdh {
    margin-top: 20px;
}

.prode1-2pdh p {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
    margin-bottom: 30px;
}

.prode1-2pdh p:last-child {
    margin-bottom: 0;
}

/*  */
.prode1-2pdu {
    margin-top: 20px;
}

.prode1-2pdl {
    display: flex;
    justify-content: space-between;
    padding: 16px 16px 14px 16px;
    border-radius: 3px;
    border: 1px solid #D7E0F2;
    margin-bottom: 15px;
}

.prode1-2pdl:last-child {
    margin-bottom: 0;
}

.prode1-2pdl>div p {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.26);
    text-transform: uppercase;
}

.prode1-2pdl .prode1-2pdl2 p {
    color: #0097E3;
}

/*  */
.prode1-2>div:nth-child(1) {
    padding-bottom: 25px;
    border-bottom: 1px solid #D7E0F2;
}

.prode1-2share {
    margin-top: 65px;
    display: flex;
    align-items: flex-end;
}

.prode1-2share p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.26);
    text-transform: uppercase;
    margin-right: 25px;
}

.prode1-2btn {
    display: flex;
    justify-content: space-between;
    margin-top: 78px;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 15px);
    border-radius: 5px;
    background: #333;
    backdrop-filter: blur(2px);
    transition: all 0.5s ease;
    padding: 0 26px;
    height: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #0097E3;
}

.prode1-2a span {
    color: #FFF;
    font-family: 'Anton';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
}

.prode1-2a:hover span {
    color: #FFF;
}

.prode1-2ai {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
}

.prode1-2ai i {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.prode1-2a:hover .prode1-2ai i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.prode-end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
    position: relative;
}

.prode-end::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background: #D7E0F2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.prode2 {
    position: sticky;
    top: 100px;
    z-index: 14;
    overflow: hidden;
    background: #fff;
    width: 26.2%;
    flex: 0 0 auto;
}

.prode-end>div:nth-child(2) {
    width: calc(100% - 26.2% - 70px);
    flex: 0 0 auto;
}

.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: 40px; */
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    /* width: max-content; */
    padding: 20px 25px;
    position: relative;
    transition: all 0.5s ease;

    border-bottom: 1px solid #D7E0F2;
}

.prode2-l:last-child .prode2-la {
    border-bottom: none;
}

.prode2-l:hover .prode2-la {
    color: #0097E3;
}

.prode2-l.on .prode2-la {
    color: #0097E3;
}

.prode2-la::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 100%;
    background: #D7E0F2;
    transition: all 0.5s ease;
    z-index: 12;
}

.prode2-la::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 5px;
    height: 0;
    background: #0097E3;
    transition: all 0.5s ease;
    z-index: 12;
}

.prode2-la:hover:after {
    height: 100%;
}

.prode2-l.on .prode2-la::after {
    height: 100%;
}

.prode2-la span {
    /* padding: 0 90px; */
}

.prode2-l:last-child .prode2-la span {
    padding-right: 0;
}

/* --------------------------------------- */
.prode-end>div:nth-child(2)>div:last-child {
    margin-bottom: 0 !important;
}

/* prode-adv */
.prde-adv {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7E0F2;
    margin-bottom: 50px;
}

#advantages {
    position: absolute;
    top: -100px;
}

.prde3-h {
    margin-bottom: 30px;
}

.prde3-h p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.26);
    text-transform: uppercase;
}

.prde3-u {
    flex-wrap: wrap;
}

.prde3-l {
    margin-bottom: 10px;
}

.prde3-lbox {
    border-radius: 5px;
    background: #0097E3;
    padding: 12px 12px;
    height: 100%;
}

.prde3-l1 {
    display: flex;
    align-items: center;
}

.prde3-li {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 12px;
}

.prde3-li i {
    font-size: 30px;
    line-height: normal;
    color: rgba(0, 151, 227, 1);
}

.prde3-lp p {
    color: #FFF;
    font-family: 'Anton';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    text-transform: capitalize;
}

.prde3-l2 {
    margin-top: 15px;
}

.prde3-l2 p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
}


/* Advantages 第二选择 */
.prde-adv2 .prde3-u {
    margin-right: calc(-.5 * 0.62rem);
    margin-left: calc(-.5 * 0.62rem);
}

.prde-adv2 .prde3-l {
    padding-right: calc(0.62rem * .5);
    padding-left: calc(0.62rem * .5);
}

/* Working Principle */
.prde-work {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7E0F2;
    margin-bottom: 50px;
}

#work {
    position: absolute;
    top: -100px;
}

.prde4-h {
    margin-bottom: 30px;
}

.prde4-h p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.prde4-h p span {
    color: #0097E3;
}

.prde4-end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.prde4-1 {
    width: calc(62% - 40px);
    flex: 0 0 auto;
}

.prde4-1 p {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
    margin-bottom: 30px;
}

.prde4-1 p:last-child {
    margin-bottom: 0;
}

.prde4-2 {
    width: 38%;
    flex: 0 0 auto;
}

.prde4-2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* Working Principle */
.prde-tech {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7E0F2;
    margin-bottom: 50px;
}

#tech {
    position: absolute;
    top: -100px;
}

.prde5-l {
    margin-bottom: 20px;
}

.prde5-l:last-child {
    margin-bottom: 0;
}

/*  */
.prde5-l1 {
    width: 44%;
    flex: 0 0 auto;
    position: relative;
}

.prde5-l1::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 36px;
    background: #D7E0F2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.prde5-l2 {
    width: 56%;
    flex: 0 0 auto;
}

.prde5-l1>div {
    border-radius: 5px;
    background: #F5F8FA;
    padding: 10px 36px;
}

.prde5-l1 p {
    color: #0097E3;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.6);
}

.prde5-l2>div {
    background: #F5F8FA;
    padding: 12px 36px;
    border-radius: 5px;
}

.prde5-l2 p {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
}

/* Return of investment Period */
.prde-retu {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7E0F2;
    margin-bottom: 50px;
}

#retu {
    position: absolute;
    top: -100px;
}

.prde6 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prde6-1 {
    width: 57%;
    flex: 0 0 auto;
}

.prde6-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.prde6-1 p {
    margin-top: 15px;
    text-align: center;
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.prde6-2 {
    width: calc(43% - 40px);
    flex: 0 0 auto;
}

.prde6-2h {
    margin-bottom: 30px;
}

.prde6-2h p {
    color: #0097E3;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-pro2-1h) * 1.26);
}

.prde6-2te p {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
    margin-bottom: 30px;
}

.prde6-2te p:last-child {
    margin-bottom: 0;
}

/* Structural Diagram */
.prde-stru {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7E0F2;
    margin-bottom: 50px;
}

#stru {
    position: absolute;
    top: -100px;
}

/* Product Characteristics */
.prde-char {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7E0F2;
    margin-bottom: 50px;
}

#char {
    position: absolute;
    top: -100px;
}

/* New Ternary Flow Impeller */
.prde-tern {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7E0F2;
    margin-bottom: 50px;
}

#tern {
    position: absolute;
    top: -100px;
}

.prde9 {
    display: flex;
    justify-content: space-between;
}

.prde9-1 {
    width: 64%;
    flex: 0 0 auto;
}

.prde9-1te p {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
}

.prde9-2 {
    width: calc(100% - 64% - 35px);
    flex: 0 0 auto;
}

.prde9-2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
}

/* New Ternary Flow Impeller */
.prde-cent {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7E0F2;
    margin-bottom: 50px;
}

#cent {
    position: absolute;
    top: -100px;
}

.prde10-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    align-items: center;
}

.prde10-l {
    margin-bottom: 30px;
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.prde10-lbox {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.prde10-lh {
    margin-bottom: 10px;
}

.prde10-lh p {
    color: #0097E3;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-pro2-1h) * 1.26);
}

.prde10-lp p {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
}

.prde10-limg img {
    background: none;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.prde10-lbox:hover .prde10-limg img {
    transform: scale(1.1);
}

.prde10-limgh {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 5px;
    padding: 5px 12px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(51, 51, 51, 0.50) 50%, rgba(102, 102, 102, 0.00) 100%);
}

.prde10-limgh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.26);
    text-transform: capitalize;
}

/*  */
.prde-appl {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7E0F2;
    margin-bottom: 50px;
}

#appl {
    position: absolute;
    top: -100px;
}

.prde4-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prde11-chan {
    position: relative;
    display: flex;
    align-items: center;
}

.prde11-chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;

    transition: all 0.5s ease;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background: url(../img/pagebg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.prde11-chan .swiper-button-prev {
    margin-right: 16px !important;
}

.prde11-chan>div::after {
    content: "";
}

.prde11-chan>div i {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    transition: all 0.5s ease;
}

.prde11-chan>div:hover i {
    color: #0097E3;
}

#prde11-sw {
    overflow: hidden;
}

.prde11-1 {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.prde11-1img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.prde11-box:hover .prde11-1img img {
    transform: scale(1.1);
}

.prde11-1te {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(0, 0, 0, 0.30);
    padding: 5px 20px;
    transition: all 0.5s ease;
}

.prde11-box:hover .prde11-1te {
    background: #0097E3;
}

.prde11-1te p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.26);
    text-transform: capitalize;
}

.prde11-2 {
    border-radius: 5px;
    background: #F4F6F7;
    padding: 20px;
    min-height: 130px;
}

.prde11-2 ul li p {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
}

/*  */
.prde-para {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7E0F2;
    margin-bottom: 50px;
}

#para {
    position: absolute;
    top: -100px;
}

/* .editor-content table tr:nth-child(odd) {
    background: #F5F8FA;
}

.editor-content table tr:first-child {
    background: #0097E3;
}

.editor-content table tr:first-child td {
    color: #FFF;
} */

/*  */
.prde-mess {
    position: relative;
}

#mess {
    position: absolute;
    top: -100px;
}

.prde13smh {
    margin-bottom: 15px;
}

.prde13smh p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
}

.prode5h {
    border-radius: 5px;
    background: #0097E3;
    padding: 16px 20px;
    margin-bottom: 20px;
}

.prode5h p {
    color: #F5F8FA;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.prde-mess .con2-fol {
    margin-bottom: 20px;
}

/*  */
.prode-sw {
    margin-top: 50px;
}

#prode-sw {
    overflow: hidden;
}

.prode-sw1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.prode-swh p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.26);
    text-transform: uppercase;
}

.prode-swh p span {
    color: #0097E3;
}

.prode-swchan {
    position: relative;
    display: flex;
    align-items: center;
}

.prode-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;

    transition: all 0.5s ease;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background: url(../img/pagebg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.prode-swchan .swiper-button-prev {
    margin-right: 16px !important;
}

.prode-swchan>div::after {
    content: "";
}

.prode-swchan>div i {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    transition: all 0.5s ease;
}

.prode-swchan>div:hover i {
    color: #0097E3;
}

@media (max-width: 1536px) {
    .prode .subnav-box {
        margin-top: 72px;
    }

    .prode1-2share {
        margin-top: 35px;
    }

    .prode1-2btn {
        margin-top: 38px;
    }

    .prde-adv {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.9px) {
    .prde3-l {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .prode2 {
        display: none;
    }

    .prode-end>div:nth-child(2) {
        width: 100%;
    }

    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-1 {
        flex-direction: column;
    }

    .prode1-2 {
        width: 100%;
    }

    .slider-for {
        width: 100%;
        margin-bottom: 20px;
    }

    .slider-nav {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .prode1-2btn {
        flex-direction: column;
    }

    .prode1-2a {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2a:last-child {
        margin-bottom: 0;
    }

    .prde3-l {
        width: 100%;
    }

    .prde4-end {
        flex-direction: column;
    }

    .prde4-1,
    .prde4-2 {
        width: 100%;
    }

    .prde4-1 {
        margin-bottom: 20px;
    }

    .prde5-l1 {
        width: 100%;
    }

    .prde5-l2 {
        width: 100%;
    }

    .prde6 {
        flex-direction: column;
    }

    .prde6-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prde6-2 {
        width: 100%;
    }

    .prde9 {
        flex-direction: column;
    }

    .prde9-1 {
        margin-bottom: 20px;
    }

    .prde9-1,
    .prde9-2 {
        width: 100%;
    }

    .prde10-l {
        width: 100%;
    }

    .prde-mess .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .prode-box {
        padding: 30px 0 40px;
    }

    .prode-top {
        margin-bottom: 50px;
    }

    .prode-end>div:nth-child(2)>div {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .prode-swchan>div {
        --w: 36px;
    }

    .prode-end {
        padding-bottom: 20px;
    }

    .prode-sw1 {
        margin-bottom: 20px;
    }

    .prode-sw {
        margin-top: 30px;
    }
}

/* -------------------------------------------- */

/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.banner .item:hover .img-box>img {
    transform: scale(1.08);
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50.2%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-arrow .slick-arrow {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 50.2%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e60e';
    -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: 53%;
    }

    .banner-video-box {
        padding-bottom: 53%;
    }

    .banner-chan .slick-arrow {
        --w: 34px !important;
    }

    .banner-chan .slick-arrow.banner-button-prev {
        margin-right: 8px !important;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 148px;
    z-index: 12;
    display: none !important;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 12px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    /* overflow: hidden; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 10px !important;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    /* border: 1px solid #D9D9D9; */
    background: rgba(255, 255, 255, 0.69);
    display: block;
    /* margin: 0 8px; */
    position: relative;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #C4AB68;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 24px;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 148px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

.banner-chan {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.banner-chan .slick-arrow {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 500px;
    background: rgba(239, 229, 218, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow.banner-button-prev {
    margin-right: 24px;
}

.banner-chan .slick-arrow:hover {
    background: rgba(247, 239, 233, 0.40);
}

.banner-chan .slick-arrow i {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: #FFF;
}

/* ban 文字 */
.ban-te {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    z-index: 14;
}

.ban-h {
    margin-bottom: 26px;
}

.ban-h p {
    color: #FFF;
    font-size: calc(var(--zj-so2lnum2) - 4px);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -2.08px;
    background: linear-gradient(90deg, rgb(237 110 74) 15%, rgb(255, 255, 255) 38.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 853px;
}

.ban-p {
    margin-bottom: 70px;
}

.ban-p p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    max-width: 555px;
}

.ban-btn {
    display: flex;
    align-self: center;
    justify-content: flex-start;
}

.ban-btna {
    display: flex;
    align-self: center;
    justify-content: flex-start;
    padding-bottom: 0 !important;
}

.ban-btna {
    padding: 3px 3px 3px 20px !important;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, #18429B 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.ban-btna::after,
.ban-btna::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);
}

.ban-btna::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ban-btna:hover:before,
.ban-btna:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ban-btna span {
    color: #F8F8F8;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.ban-btnai {
    --w: 42px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #FFF;
    margin-left: 12px;
}

.ban-btnai i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(235, 86, 43, 1);
}

.ban-btna:hover .ban-btnai i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/* banner-end */

/* ind-pro so1 */
.ind-pro {
    padding-top: 120px;
}

.so1-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so1-1p p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-so2lnum2) * 1.3);
    text-transform: uppercase;
    max-width: 603px;
}

.so1-1p p span {
    color: #0097E3;
}

/*  */
.so1-sw1box {
    display: block;
    position: relative;
    padding: 32px 0;
    border-top: 1px solid #D7E0F2;
}

.so1-sw1box {
    transition: all 0.3s ease;
}

.so1-sw1box::after {
    position: absolute;
    content: "";
    display: inline-block;
    background: #D7E0F2;
    width: 1px;
    height: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#so1-sw1 .swiper-slide:last-child .so1-sw1box::after {
    display: none;
}

.so1-sw1box p {
    color: #333;
    font-family: 'Anton';
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

#so1-sw1 .swiper-slide.on .so1-sw1box {
    border-top-color: #0097E3;
}

#so1-sw1 .swiper-slide.on .so1-sw1box p {
    color: #0097E3;
}

/*  */
#so1-sw2 .swiper-slide {
    height: auto !important;
}

.so1-sw2box {
    padding: 94px 90px 113px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.so1-sw21 {
    width: calc(67% - 270px);
    flex: 0 0 auto;
}

.so1-sw2,
.so1-sw1 {
    position: relative;
}

#so1-sw2,
#so1-sw1 {
    overflow: hidden;
}

.sw21-num {
    margin-bottom: 16px;
}

.sw21-num p {
    color: #0097E3;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.sw21-h {
    margin-bottom: 26px;
}

.sw21-h p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.26);
    text-transform: uppercase;
}

.sw21-p {
    margin-bottom: 70px;
}

.sw21-p p {
    color: #494B4F;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
}

.sw21-btn {
    display: flex;
}

/*  */
.so1-sw22 {
    width: 33%;
    flex: 0 0 auto;
}

.so1-sw22 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* --------------------------_— */
.so1-sw2 {
    position: relative;
}

.so1-sw2cha {}

.so1-sw2cha {
    position: absolute;
    z-index: 12;
    right: 40px;
    bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-sw2cha>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px !important;
    transition: all 0.5s ease;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background: url(../img/pagebg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.so1-sw2cha>div::after {
    content: "";
}

.so1-sw2cha>div i {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    transition: all 0.5s ease;
}

.so1-sw2cha>div:hover i {
    color: #0097E3;
}

/* ind-about so2 */
.so2 {
    padding: 150px 0 107px;
}

.so2-h {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2-h p {
    color: #333;
    text-align: center;
    font-family: 'Anton';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-so2lnum2) * 1.3);
    text-transform: uppercase;
    max-width: 740px;
}

.so2-h p span {
    color: #0097E3;
}

.so2-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.so2-p p {
    color: #494B4F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.6);
    max-width: 1170px;
}

.so2-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 110px;
}

.so2-a {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 17px 26px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background: #0097E3;
    backdrop-filter: blur(2px);
    transition: all 0.5s ease;
}

.so2-a p {
    color: #FFF;
    font-family: 'Anton';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.so2-a i {
    display: flex;
    margin-left: 4px;
    padding-top: 1px;
}

.so2-a i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

.so2-a:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

.so2-num {
    max-width: 1092px;
    margin: auto;
}

.so2-num .ab2-l {
    border-right: none;
}

/* ind-video so3 */
.so3 .ab1-2a .img-box {
    padding-bottom: 38%;
    border-radius: 0;
}

/* ind-advan so4 */
.ind-advan {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #F7F9FA 100%);
    overflow: hidden;
}

.ind-advan::after {
    position: absolute;
    content: "";
    border-radius: 884px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 151, 227, 0.25) 0%, rgba(0, 151, 227, 0.00) 100%);
    width: 884px;
    height: 884px;
    left: 69px;
    bottom: -500px;
}

.so4 {
    position: relative;
    z-index: 12;
}

.so4-h {
    margin-bottom: 16px;
}

.so4-h p {
    color: #333;
    text-align: center;
    font-family: 'Anton';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-so2lnum2) * 1.16);
    text-transform: uppercase;
}

.so4-h p span {
    color: #0097E3;
}

.so4-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.so4-p p {
    color: #333;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    max-width: 690px;
}

/*  */
.so4-lbox {
    height: 100%;
    border-radius: 15px;
    border: 2px solid #FFF;
    background: linear-gradient(151deg, #F5F8FE 0.54%, #FFF 99.55%);
    box-shadow: 4px 6px 6px 0 rgba(0, 151, 227, 0.10);
    padding: 30px;
}

.so4-li {
    margin-bottom: 100px;
}

.so4-li img {
    border-radius: 10px;
    width: 56px;
}

.so4-lh {
    margin-bottom: 16px;
}

.so4-lh p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-2uh) * 1.26);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so4-lbox:hover .so4-lh p {
    color: #0097E3;
}

.so4-lp p {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
}

/* ind-provi so5 */
.so5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 0;
}

.so5-1 {
    width: 49%;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 15px;
}

.so5-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.so5-1:hover img {
    transform: scale(1.1);
}

.so5-2 {
    width: calc(51% - 120px);
    flex: 0 0 auto;
}

.so5-2h {
    margin-bottom: 16px;
}

.so5-2h p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-so2lnum2) * 1.26);
    text-transform: uppercase;
}

.so5-2h p span {
    color: #0097E3;
}

.so5-2p {
    margin-bottom: 65px;
}

.so5-2p p {
    color: #494B4F;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.6);
}

/*  */
.so5-3 {
    max-height: 480px;
    overflow-y: scroll;
    direction: rtl;
}

/* 滚动条整体部分 */
::-webkit-scrollbar {
    width: 2px;
    /* 滚动条的宽度 */
    height: 2px;
    /* 滚动条的高度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #E6E6E6;
    /* 轨道颜色 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #0097E3;
    /* 滑块颜色 */
    border-radius: 10px;
    /* 滑块圆角 */
}

/* 滑块悬停状态 */
::-webkit-scrollbar-thumb:hover {
    background: #0097E3;
    /* 滑块悬停颜色 */
}

.so5-u {
    direction: ltr;
    padding-left: 50px;
}

.so5-l {
    padding: 26px 0;
    border-bottom: 1px solid #D7E0F2;
}

.so5-l:first-child {
    border-top: 1px solid #D7E0F2;
}

.so5-la {
    display: block;
}

.so5-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so5-lh p {
    color: #333;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.26);
    transition: all 0.5s ease;
}

.so5-l.on .so5-lh p {
    color: #0097E3;
}

.so5-li {
    flex: 0 0 auto;
    border-radius: 3px;
    border: 1px solid #D2DBED;
    backdrop-filter: blur(2px);
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    display: none;
}

.so5-l.on .so5-li {
    background: #0097E3;
    border: 1px solid #0097E3;
}

.so5-li i {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.so5-l.on .so5-li i {
    color: #FFF;
}

.so5-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.so5-l.on .so5-l2 {
    max-height: 500px;
    opacity: 1;
}

.so5-lp {
    margin-top: 16px;
}

.so5-lp p {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
    max-width: 549px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ind-news so6 */
.ind-news {
    background: linear-gradient(180deg, #F4F6F7 0%, #FFF 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.ind-news::after {
    position: absolute;
    content: "";
    width: 884px;
    height: 780.099px;
    border-radius: 884px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 151, 227, 0.25) 0%, rgba(0, 151, 227, 0.00) 100%);
    right: 91px;
    top: -537px;
}

.so6 {
    position: relative;
    z-index: 12;
}

.so6-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 70px;
}

.so6-1h {
    margin-bottom: 16px;
}

.so6-1h p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-so2lnum2) * 1.26);
    text-transform: uppercase;
}

.so6-1h p span {
    color: #0097E3;
}

.so6-p p {
    color: #494B4F;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.6);
    max-width: 720px;
}

.so6-swa {
    display: block;
}

.so6-swimg .img-box {
    padding-bottom: 63%;
    border-radius: 15px;
    margin-bottom: 30px;
}

.so6-swimg .img-box img {
    transition: all 0.5s ease;
}

.so6-swa:hover .so6-swimg .img-box img {
    transform: scale(1.1);
}

.so6-swh {
    margin-bottom: 36px;
}

.so6-swh p {
    color: #333;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2la) * 1.3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so6-swnum p {
    color: #0097E3;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}




/*  */
.ab3-swbox {
    height: 680px;
    position: relative;
}

.ab3-l:nth-child(1) {
    position: absolute;
    left: 0%;
    top: 21%;
}

.ab3-l:nth-child(2) {
    position: absolute;
    left: 27%;
    top: 43%;
}

.ab3-l:nth-child(3) {
    position: absolute;
    left: 52%;
    top: 16%;
}

.ab3-l:nth-child(4) {
    position: absolute;
    left: 76%;
    top: 0%;
}

.ab3-l>div {
    width: 390px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ab3-l1 {
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2px);
    padding: 30px 15px;
    width: 310px;
}

.ab3-l2 img {
    width: 60px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab3-l1num {
    margin-bottom: 16px;
}

.ab3-l1num p {
    color: #333;
    font-family: 'Anton';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-proseh) * 1.26);
    text-transform: uppercase;
}

.ab3-l1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.ab3-swchan {
    position: absolute;
    z-index: 12;
    right: 40px;
    bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab3-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px !important;
    transition: all 0.5s ease;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background: url(../img/pagebg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.ab3-swchan>div::after {
    content: "";
}

.ab3-swchan>div i {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    transition: all 0.5s ease;
}

.ab3-swchan>div:hover i {
    color: #0097E3;
}

.ab3-sw {
    position: relative;
}

@media (max-width: 1536px) {
    .ab3-l:nth-child(4) {
        position: absolute;
        left: 65%;
        top: -6%;
    }
}

@media (max-width: 992px) {
    .ab3-l {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        margin-bottom: 10px;
    }

    .ab3-l2 {
        display: none;
    }

    .ab3-swbox {
        height: auto;
    }
}

@media (max-width: 499px) {

    .ab3-p {
        margin-bottom: 30px;
    }

    .ab3-box {
        padding: 40px 0 0;
    }

    .ab3-swchan {
        display: none;
    }

    .ab3-l1 {
        width: 100%;
    }
}

.con2-fobt button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@media (max-width: 1536px) {
    .ind-pro {
        padding-top: 60px;
    }

    .so1-sw2box {
        padding: 64px 60px 73px;
    }

    .so1-sw21 {
        width: calc(67% - 170px);
    }

    .so2 {
        padding: 70px 0 77px;
    }

    .ind-advan {
        padding: 60px 0;
    }

    .so4-li {
        margin-bottom: 50px;
    }

    .so5 {
        padding: 60px 0;
    }

    .ind-news {
        padding: 60px 0;
    }
}

@media (max-width: 992px) {
    .so1-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 60px;
        flex-direction: column;
    }

    .so1-1 {
        margin-bottom: 20px;
    }

    .so1-sw2box {
        flex-direction: column;
    }

    .so1-sw21,
    .so1-sw22 {
        width: 100%;
    }

    .so1-sw21 {
        margin-bottom: 20px;
    }

    .so4-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so5-1 {
        display: none;
    }

    .so5-2 {
        width: 100%;
    }

    .so6-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .so6-1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .ind-pro {
        padding-top: 40px;
    }

    .so1-top {
        margin-bottom: 30px;
    }

    .so1-sw1box {
        padding: 16px 0;
    }

    .so1-sw2box {
        padding: 14px 12px 20px;
    }

    .so1-sw2cha {
        display: none;
    }

    .sw21-p {
        margin-bottom: 20px;
    }

    .so2 {
        padding: 40px 0 47px;
    }

    .so2-p {
        margin-bottom: 30px;
    }

    .so2-btn {
        margin-bottom: 60px;
    }

    .so4-p {
        margin-bottom: 30px;
    }

    .ind-advan {
        padding: 40px 0 20px;
    }

    .so5 {
        padding: 40px 0;
    }

    .so5-u {
        padding-left: 12px;
    }

    .ind-news {
        padding: 40px 0;
    }

    .so6-top {
        margin-bottom: 20px;
    }
}

.table-box table.rowspan1 tr:first-child,
.table-box table.rowspan2 tr:nth-child(1),
.table-box table.rowspan2 tr:nth-child(2),
.table-box table.rowspan3 tr:first-child,
.table-box table.rowspan3 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(3),
.table-box table.rowspan4 tr:first-child,
.table-box table.rowspan4 tr:nth-child(2),
.table-box table.rowspan4 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(4),
.table-box table.rowspan5 tr:first-child,
.table-box table.rowspan5 tr:nth-child(2),
.table-box table.rowspan5 tr:nth-child(3),
.table-box table.rowspan5 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(5) {
    background-color: #0097E3;
}

/*  */
.case-limg {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.case-limg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    background: #31313166;
    opacity: 0;
    transition: all 0.5s ease;
}

.case-lbox:hover .case-limg::after {
    opacity: 1;
}

.case-fly {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    padding: 12px;
    z-index: 14;
    opacity: 0;
    transition: all 0.5s ease;
}

.case-lbox:hover .case-fly {
    opacity: 1;
}

.case-fly * {
    color: #fff;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.6);
    position: relative;
    z-index: 14;
}

/* 新加，模块改版 */
.ab3-box {
    overflow: hidden;
}

.ab3-sw {
    position: relative;
}

.ab3-u {
    position: relative;
    height: 680px;
}

.ab3-l>div {
    width: 270px;
}

.ab3-l2 img {
    width: 30px;
}

.ab3-l1 {
    flex: 1;
    padding: 10px;
}

.ab3-l2 {
    margin-right: 10px;
}

.ab3-l:nth-child(1) {
    position: absolute;
    left: 2%;
    top: auto;
    bottom: -1%;
}

.ab3-l:nth-child(2) {
    position: absolute;
    left: 21%;
    top: 65%;
}

.ab3-l:nth-child(3) {
    position: absolute;
    left: 41%;
    top: 53%;
}

.ab3-l:nth-child(4) {
    position: absolute;
    left: 62%;
    top: 65%;
}

.ab3-l:nth-child(5) {
    position: absolute;
    left: 83%;
    top: 32%;
}

.ab3-l:nth-child(6) {
    position: absolute;
    left: 26.4%;
    top: 17%;
}

.ab3-l:nth-child(7) {
    position: absolute;
    left: 77.4%;
    top: -1%;
}

.ab3-l:nth-child(8) {
    position: absolute;
    left: 57.4%;
    top: -6%;
}

.ab3-l1p>ul li {
    display: flex;
}

.ab3-l1p>ul li::before {
    content: "";
    display: block;
    --w: 5px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #666;
    flex: 0 0 auto;
    margin: 9px 10px 0;
}

@media (max-width: 1536px) {
    .ab3-l:nth-child(8) {
        position: absolute;
        left: 50.4%;
        top: -6%;
    }

    .ab3-l:nth-child(5) {
        position: absolute;
        left: 73%;
        top: 26%;
    }
}

@media (max-width: 992px) {
    .ab3-u {
        position: relative;
        height: auto;
    }

    .ab3-u {
        display: flex;
        flex-wrap: wrap;
    }

    .ab3-l>div {
        height: 100%;
    }

    .ab3-l1 {
        height: 100%;
    }

    .ab3-l {
        margin-left: 12px;
    }
}

@media (max-width: 499px) {
    .ab3-l {
        margin-left: 0;
        width: 100%;
    }

    .ab3-l>div {
        width: 100%;
    }

    .ab3-box {
        padding: 40px 0 30px;
    }
}