.hea-top {
    padding: 5px 0;
    background: #F3D424;
}

/*  */
#ven {
    transition: all 0.5s ease;
    background: #FFF;
    backdrop-filter: blur(7.349999904632568px);
}

.ventricle {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1536px) {}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 18px 0;
    position: relative;
}

.ven1-loim img {
    width: 151px;
    height: auto;
    transition: all 0.5s ease;
    background-blend-mode: luminosity;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 3.688vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 6.6vw;
}

.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: 0.5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    background: #302219;
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 60px;
}

.ven2-l.on .ven2-la::after {
    width: 60px;
}

.ven2-la span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;

    --size: 0px;
    --color: #FFF7F2;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #2B57DC;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #2B57DC;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-la i {
    color: #FFF7F2;
    margin-left: 6px;
    font-size: 20px;
    font-weight: normal;
    transition: all 0.5s ease;
}

.ventricle .ven2-la i {
    color: #453737;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vensesv::after,
.vensesv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
    display: none;
}

.vensesv::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.vensesv:hover:before,
.vensesv:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.vensesv i {
    font-size: 24px;
    line-height: normal;
    color: #211E1E;
    transition: all 0.5s ease;
    opacity: 1 !important;
}

.vensesv:hover i {
    color: #2B57DC;
    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);
}

.ventricle .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-inqury {
    margin-right: 42px;
}

.ven-inqury a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury a i {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury a:hover i {
    color: #2B57DC;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury a p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    margin-left: 4px;
    transition: all 0.5s ease;
}

.ven-inqury a span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    transition: all 0.5s ease;
}

.ven-inqury a:hover * {
    color: #2B57DC;
}

/*  */
.ven-line {
    width: 1px;
    height: 19px;
    margin: 0 16px;
    background: #D9D9D9;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    margin: 0 48px;
}

.ven2-langbt i {
    font-size: 20px;
    color: #FFF;
    display: block;
}

.headersp .ven2-langbt i {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven2-langbt i {
    color: rgba(34, 34, 34, 1);
}

.ven2-langbt:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #121212;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover span {
    color: #2B57DC;
}

.headersp .ven2-langbt span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven2-langbt span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-contact>a {
    display: block;
    background: #302219;
    padding: 15px 46px;
    overflow: hidden;
    position: relative;
    border-radius: 999px;
    background: #F3D424;
}

.ven-contact>a::after,
.ven-contact>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ven-contact>a::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.ven-contact>a:hover:before,
.ven-contact>a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ven-contact>a p span {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    --size: 0px;
    --color: #F3D424;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven-contact>a:hover p span {
    color: #2B57DC;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 1800px) {
    .ven2-l {
        margin-right: 1.4vw;
    }

    .ven2-l:last-child {
        margin-right: 2.6vw;
    }

    .ven-inqury {
        margin-right: 24px;
    }
}

@media (max-width: 1536px) {

    .ven1-loim img {
        width: 120px;
    }

    .ven2-l {
        margin-right: 1.14vw;
    }

    .ven-inqury {
        margin-right: 14px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }


    .ven2-la i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 14px;
    }

    .ven2-langbt {
        margin: 0 24px;
    }

    .ven-contact>a {
        padding: 11px 22px;
    }
}

@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) {
    .hea-top {
        padding: 2px 0;
    }

    .ven1-loim img {
        width: 100px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-contact>a p span {
        font-size: 14px;
    }

    .ven1-loim {
        padding: 8px 0;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 400%;
    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: #2B57DC;
    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: #2B57DC;
    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: #2B57DC;
    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: #2B57DC;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 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: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #2B57DCs;
    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: #2B57DC;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 90px;
    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: #302219;
    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: 460%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 70px;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 400%;
        right: -107px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    /* margin-bottom: 2px; */
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #211E1E;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #211E1E;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #211E1E;
}

#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: #211E1E;
}

.headersp #venPho .venPhoSack.on::before {
    background: #211E1E;
}

.ventricle #venPho .venPhoSack.on::before {
    background: #211E1E;
}

/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #211E1E;
}

.headersp #venPho .venPhoSack.on::after {
    background: #211E1E;
}

.ventricle #venPho .venPhoSack.on::after {
    background: #211E1E;
}

/* .ventricle .venPhoSack::after {
    background: #222 !important;
} */

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #211E1E;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #211E1E;
}

.ventricle #venPho .venPhoSack span {
    background: #211E1E;
}

/* .ventricle .venPhoSack span {
    background: #222 !important;
} */

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 86px;
    width: 100%;
    height: 100vh;
    background: #2B57DC;
    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 #fff;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #fff;
    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: #fff;
    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: #F3D424;
}

.xiantiao>a {
    color: #F3D424;
}

.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: #F3D424;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 55px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1360px;
}

.sub-te {
    margin-bottom: 30px;
}

.sub-te p {
    color: #FFF;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 1536px) {

    .sub-te {
        margin-bottom: 15px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {

    .sub-te {
        margin-bottom: 10px;
    }
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 300px;
    }

    .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: 295px;
    }
}

@media (max-width: 642px) {
    .sub-im img {
        min-height: 250px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 206px;
    }

    .ven-contact {
        display: none;
    }

    .ven2-langbt {
        margin: 0 12px;
    }

    .ven-inqury {
        margin-right: 0;
    }
}

/*  */
.subnav-box {
    margin-top: 25px;
    padding: 13px 0 13px;
    position: relative;
}

.subnav-box::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #D9D9D9;
}

.subnav-box::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #D9D9D9;
}

.subnav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subnav i {
    font-size: 18px;
    color: rgba(23, 29, 34, 1);
    margin-right: 10px;
    line-height: normal;
    margin-bottom: 4px;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #C4C4C4;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.breadcrumb-item:last-child a span {
    color: #000;
}

.breadcrumb-item:hover a span {
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #C4C4C4;
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    --w: 38px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #F2F4F3;
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    color: #fff;
    background: #F3D424;
}

.sub-pagel.on a {
    color: #fff;
    background: #F3D424;
}

.sub-pagel a i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a:hover i {
    background: #F3D424;
    color: #FFF;
}

.sub-pagel.on a i {
    background: #F3D424;
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }

    .sub-pagel a i {
        --w: 26px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 138px;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 110px;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 50px;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }
}

/* contact */
.con-box {
    padding: 103px 0 105px;
}

.con-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.con1 {
    width: 42.4%;
    flex: 0 0 auto;
}

.con1-h {
    margin-bottom: 25px;
}

.con1-h p {
    color: #000;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: calc((var(--zj-news-h) + 4px) * 1.09);
    text-transform: capitalize;
}

.con1-h p span {
    color: #2B57DC;
}

.con1-p {
    margin-bottom: 52px;
}

.con1-p p {
    color: #585858;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.con1-u {
    margin-right: calc(-.5 * 4rem);
    margin-left: calc(-.5 * 4rem);
}

.con1-l {
    padding-right: calc(4rem * .5);
    padding-left: calc(4rem * .5);
    margin-bottom: 68px;
}

.con1-lbox {
    display: flex;
}

.con1-li {
    border-radius: 10px;
    background: #2B57DC;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 20px;
    margin-top: 3px;
}

.con1-li i {
    font-size: 33px;
    color: #FFF;
}

.con1-lh p {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-proseh) * 1.89);
}

.con1-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);

    --size: 1px;
    --color: #000;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-la:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-share {
    display: flex;
    align-items: center;
}

.con1-shareh p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    margin-right: 17px;
}

.con1-share {
    padding-top: 46px;
    border-top: 1px solid #C7C7C7;
    margin-top: -15px;
}

.con1-share a {
    display: block;
    margin-right: 22px;
    --w: 26px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1-share a:last-child {
    margin-right: 0;
}

.con1-share a i {
    font-size: 24px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.con1-share a:hover i {
    color: rgba(43, 87, 220, 1);
}

/*  */
.con2 {
    width: calc(100% - 42.4% - 34px);
    flex: 0 0 auto;
    background: #2B57DC;
    border-radius: 15px;
    overflow: hidden;
    padding: 58px 56px 53px;
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.con2-fol {
    margin-bottom: 26px;
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 0;
}

.con2-fol p {
    color: #FFF;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.15px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.con2-fol input,
.con2-fol textarea {
    color: rgba(0, 0, 0, 0.26);
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.12px;
    text-transform: capitalize;

    width: 100%;
    border: 1px solid #d5d5d500;
    border-radius: 10px;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 30px 17px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #F3D424;
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.26);
}

.con2-fol input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.26);
}

.con2-fol input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.26);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.26);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.26);
}

.con2-fol textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.26);
}

/*  */
.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.con2-fobt button {
    width: 420px;
    max-width: 100%;
    min-height: 80px;
    padding: 7px 34px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #F3D424;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con2-fobt button span {
    color: #2B57DC;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.con2-fobti {
    --w: 20px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 12px;
    position: relative;
}

.con2-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 18px;
    line-height: 1;
    color: #2B57DC;
}

.con2-fobti i:nth-child(2) {
    position: absolute;
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i:nth-child(2) {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.con-end {
    margin-top: 94px;
}

.map .pic iframe {
    width: 100%;
    height: 497px;
    border-radius: 10px;
    overflow: hidden;
}

/* sub-ft */
.sub-ft {
    padding: 165px 0;
}

.sub-fth {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.sub-fth p {
    color: #FFF;
    text-align: center;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: calc((var(--zj-news-h) + 4px) * 1.12);
    letter-spacing: -0.64px;
    max-width: 1148px;
}

.sub-fth p span {
    color: #F3D424;
}

.sub-ftp {
    margin-bottom: 25px;
}

.sub-ftp p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    letter-spacing: -0.96px;
}

.sub-ftbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-fta {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #F3D424;
    padding: 18px 42px;
}

.sub-fta p span {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    text-transform: capitalize;
}

.sub-fti {
    margin-left: 10px;
}

.sub-fti i {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    transition: all 0.5s ease;
    display: block;
}

.sub-fta:hover .sub-fti i {
    transform: rotate(45deg);
}

@media (max-width: 1536px) {
    .con-box {
        padding: 73px 0 75px;
    }

    .con1-u {
        margin-right: calc(-.5 * 2rem);
        margin-left: calc(-.5 * 2rem);
    }

    .con1-l {
        padding-right: calc(2rem * .5);
        padding-left: calc(2rem * .5);
        margin-bottom: 34px;
    }

    .con2 {
        padding: 28px 36px 32px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 12px 12px;
    }

    .con2-fobt button {
        width: 420px;
        min-height: 50px;
    }

    .con1-share a {
        margin-right: 12px;
    }

    .con-end {
        margin-top: 64px;
    }

    .sub-ft {
        padding: 100px 0;
    }
}

@media (max-width: 992px) {
    .con-top {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .con2 {
        width: 100%;
    }

    .map .pic iframe {
        height: 297px;
    }

    .sub-fth p {
        letter-spacing: 0;
    }

    .sub-ftp p {
        letter-spacing: 0;
    }
}

@media (max-width: 768px) {
    .con1-l {
        width: 100%;
    }

    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 43px 0 45px;
    }

    .con1-h {
        margin-bottom: 15px;
    }

    .con1-p {
        margin-bottom: 32px;
    }

    .con1-share {
        padding-top: 26px;
    }

    .con2 {
        padding: 12px 12px 12px;
    }

    .con2-fol {
        margin-bottom: 13px;
    }

    .con2-fobt {
        margin-top: 16px;
    }

    .con-end {
        margin-top: 32px;
    }

    .map .pic iframe {
        height: 200px;
    }

    .sub-ft {
        padding: 60px 0;
    }

    .sub-fta {
        padding: 12px 22px;
    }
}

/* footer */
.ft1 {
    padding-top: 87px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-1 {
    width: 36%;
    flex: 0 0 auto;
}

.ft1-1img img {
    width: 358px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ft1-2 {
    width: calc(100% - 36% - 124px);
    flex: 0 0 auto;
}

.ft1-2h {
    margin-bottom: 15px;
}

.ft1-2h p {
    color: #FFF;
    font-family: 'Anton';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-proseh);
    letter-spacing: 0.96px;
    text-transform: capitalize;
}

.ft1-2p {
    margin-bottom: 24px;
}

.ft1-2p p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
}

/*  */
/*  */
.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #66666600;
    border-radius: 999px;
    background: #FFF;
    overflow: hidden;
    padding: 3px 4px 3px 30px;
    transition: all 0.5s ease;
    max-width: 546px;
}

.ft1-sehfo:focus {
    border: 1px solid #F3D424;
}

.ft1-sehfo>div {
    display: flex;
    align-items: center;
}

.ft1-sehfo>div i {
    font-size: 25px;
    color: rgba(194, 194, 194, 1);
    line-height: 1;
    margin-right: 18px;
}

.ft1-sehfo input {
    color: #B9B9B9;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.56);
    text-transform: capitalize;
    background: transparent;
    border: none;
    width: 214px;
    max-width: 100%;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: #B9B9B9;
}

.ft1-sehfo input::-moz-placeholder {
    color: #B9B9B9;
}

.ft1-sehfo input::-ms-input-placeholder {
    color: #B9B9B9;
}

/*  */
.ft1-sehfo button {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #F3D424;
    padding: 8px 37px;
}

.ft1-sehfo button::after,
.ft1-sehfo button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft1-sehfo button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft1-sehfo button:hover:before,
.ft1-sehfo button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft1-sehfo button p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-subnav);
    text-transform: uppercase;
    margin-right: 6px;
    transition: all 0.5s ease;
}

.ft1-sehfo button:hover p {
    color: #2B57DC;
}

.ft1-sehfo button i {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.ft1-sehfo button:hover i {
    color: #2B57DC;
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/* ft2 */
.ft2 {
    margin-top: 76px;
    display: flex;
    justify-content: space-between;
}

.ft2-1 {
    width: 36%;
    flex: 0 0 auto;
}

.ft2-1h {
    margin-bottom: 36px;
}

.ft2-1h p {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    text-transform: uppercase;
}

/*  */
.ft2-1l {
    margin-bottom: 13px;
}

.ft2-1l:last-child {
    margin-bottom: 0;
}

.ft2-1la {
    display: flex;
}

.ft2-1la p,
.ft2-1la p span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

.ft2-1la p {
    max-width: 520px;
}

.ft2-1la p span {
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft2-1la:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft2-1share {
    margin-top: 26px;
    display: flex;
    align-items: center;
}

.ft2-1share a i {
    font-size: 18px;
    line-height: normal;
    color: #FFF;
    margin-right: 24px;
    display: block;
    transition: all 0.5s ease;
}

.ft2-1share a:last-child {
    margin-right: 0;
}

.ft2-1share a:hover i {
    color: #F3D424;
}

/*  */
.ft2-2 {
    width: calc(100% - 36% - 124px);
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft2-2lf {
    width: 13.26%;
    flex: 0 0 auto;
}

.ft2-2lfh {
    margin-bottom: 36px;
}

.ft2-2lfh p {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    text-transform: capitalize;
}

.ft2-2lfa {
    display: block;
    margin-bottom: 22px;
}

.ft2-2lfa:last-child {
    margin-bottom: 0;
}

.ft2-2lfa p span {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-2lfa:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft2-2rg {
    width: calc(100% - 12.26% - 82px);
    flex: 0 0 auto;
}

.ft2-2rgh {
    margin-bottom: 36px;
}

.ft2-2rgh p {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    text-transform: capitalize;
}

.ft2-2rgabox {
    display: flex;
    flex-wrap: wrap;
}

.ft2-2rga {
    display: block;
    margin-bottom: 12px;
    margin-right: 80px;
}

.ft2-2rga:nth-child(2n) {
    margin-right: 0;
}

.ft2-2rga p {
    min-width: 288px;
}

.ft2-2rga p span {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-2rga:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3 {
    padding: 80px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.ft3-1copy {
    max-width: 600px;
}

.ft3-1copy span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.43);
    letter-spacing: 0.8px;
}

/*  */
.ft3-2 {
    display: flex;
    align-items: center;
}

.ft3-1pow {
    margin-right: 16px;
}

.ft3-1pow span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2>span {
    width: 1px;
    height: 16px;
    background: #FFF;
    margin: 0 14px 0;
}

@media (max-width: 1536px) {
    .ft1 {
        padding-top: 67px;
    }

    .ft1-1img img {
        width: 258px;
    }

    .ft2 {
        margin-top: 46px;
    }

    .ft3 {
        padding: 40px 0;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 49.5px;
    }
}

@media (max-width: 992px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft1-2h p {
        letter-spacing: 0;
    }

    .ft2-2 {
        display: none;
    }

    .ft3 {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft3-1copy {
        max-width: 100%;
    }

    .ft2-1 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ft1-1img img {
        width: 158px;
    }

    .ft3-2 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2>span {
        display: none;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding-top: 37px;
    }

    .ft1-2h p {
        line-height: 1.4;
    }

    .ft1-sehfo {
        padding: 3px 4px 3px 12px;
    }

    .ft2-1h {
        margin-bottom: 18px;
    }

    .ft3 {
        padding: 20px 0;
    }
}

/* news */
.ne-box {
    padding: 97px 0 79px;
}

.ne1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 54px;
}

.ne1-h p {
    color: #000;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: 1.09;
    letter-spacing: -0.64px;
}

.ne1-h p span {
    color: #2B57DC;
}

.ne1-p {
    padding-top: 24px;
}

.ne1-p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.68);
    letter-spacing: -0.16px;
    max-width: 860px;
}

.ne2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 59px;
}

.ne2-a {
    display: block;
    border-radius: 999px;
    background: #F0F0F0;
    margin-right: 13px;
    padding: 10px 31px;
    transition: all 0.5s ease;
}

.ne2-a:hover {
    background: #F3D424;
}

.ne2-a.on {
    background: #F3D424;
}

.ne2-a:last-child {
    margin-right: 0;
}

.ne2-a p span {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.07);
}

/*  */
.ne3-l {
    margin-bottom: 26px;
}

.ne3-la {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
    background: #F0F0F0;
    padding: 22px;
    transition: all 0.5s ease;
}

.ne3-la:hover {
    background: #2B57DC;
}

.ne3-l1 {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.ne3-l1 p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.07);
    border-radius: 999px;
    background: #DADADA;
    margin-right: 12px;
    padding: 1px 11px;
}

.ne3-l1 p:last-child {
    margin-right: 0;
}

.ne3-l2 {
    margin-bottom: 10px;
}

.ne3-l2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne3-l2 p span {
    overflow: hidden;
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    letter-spacing: -0.2px;
    transition: all 0.5s ease;
}

.ne3-la:hover .ne3-l2 p span {
    color: #FFF;
}

.ne3-l3 {
    margin-bottom: 15px;
}

.ne3-l3 p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne3-la:hover .ne3-l3 p {
    color: #FFF;
}

.ne3-l4 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.ne3-l4img {
    flex: 1;
}

.ne3-l4img .img-box {
    border-radius: 10px;
    padding-bottom: 67%;
}

.ne3-l4img .img-box img {
    transition: all 0.5s ease;
}

.ne3-la:hover .ne3-l4img .img-box img {
    transform: scale(1.08);
}

.ne3-l4btn {
    display: flex;
    align-items: center;
    border-radius: 999px;
    background: #F3D424;
    margin-left: 16px;
    padding: 17px 18px;
}

.ne3-l4btn p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 0.85);
    margin-right: 10px;
}

.ne3-l4btn i {
    font-size: 9px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
}

/*  */
.ne4-u {
    margin-bottom: 44px;
}

.ne4-l {
    margin-bottom: 26px;
}

.ne4-l:last-child {
    margin-bottom: 0;
}

.ne4-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background: #F0F0F0;
    padding: 22px;
    transition: all 0.5s ease;
}

.ne4-la:hover {
    background: #2B57DC;
}

.ne4-limg {
    width: 24.6%;
    flex: 0 0 auto;
}

.ne4-limg .img-box {
    border-radius: 10px;
    padding-bottom: 69%;
}

.ne4-limg .img-box img {
    transition: all 0.5s ease;
}

.ne4-la:hover .ne4-limg .img-box img {
    transform: scale(1.08);
}

.ne4-lte {
    width: calc(100% - 24.6% - 35px);
    flex: 0 0 auto;
}

.ne4 .ne3-l2 {
    margin-bottom: 20px;
}

.ne4-la:hover .ne3-l2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne4-la:hover .ne3-l2 p span {
    color: #FFF;
}

.ne3-l3 {
    margin-bottom: 38px;
}

.ne4-la:hover .ne3-l3 p {
    color: #FFF;
}

.ne4 .ne3-l4btn {
    margin-left: 0;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 67px 0 69px;
    }
}

@media (max-width: 992px) {
    .ne1 {
        flex-direction: column;
    }

    .ne3-l {
        width: 100%;
    }

    .ne4-la {
        flex-direction: column;
    }

    .ne4-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne4-lte {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 37px 0 39px;
    }

    .ne1-h p {
        letter-spacing: 0;
    }

    .ne1 {
        margin-bottom: 24px;
    }

    .ne2-a {
        padding: 4px 14px;
    }

    .ne2 {
        margin-bottom: 29px;
    }

    .ne3-la {
        padding: 12px;
    }

    .ne3-l1 {
        margin-bottom: 24px;
    }

    .ne3-l3 {
        margin-bottom: 18px;
    }

    .ne4-la {
        padding: 12px;
    }

    .ne3-l1 {
        margin-bottom: 12px;
    }

    .ne4-u {
        margin-bottom: 34px;
    }
}

/* cases 案例 */
.case-box {
    padding: 96px 0 149px;
}

.case-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 82px;
}

.case1 p {
    color: rgba(0, 0, 0, 1);
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: 1.23;
    letter-spacing: -0.64px;
    max-width: 783px;
}

.case1 p span {
    color: #2B57DC;
}

.case2 p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.16px;
    max-width: 830px;
}

/*  */
.case-u {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
    margin-bottom: 80px;
}

.case-l {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
    margin-bottom: 58px;
}

.case-la {
    display: block;
    border-radius: 20px;
    background: #F8F8F8;
    padding: 10px 10px 30px;
    transition: all 0.5s ease;
}

.case-la:hover {
    background: #2B57DC;
}

.case-limg .img-box {
    padding-bottom: 64%;
    border-radius: 20px;
    margin-bottom: 23px;
}

.case-limg .img-box img {
    transition: all 0.5s ease;
}

.case-la:hover .case-limg .img-box img {
    transform: scale(1.08);
}

.case-lte {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 19px;
}

.case-lh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    letter-spacing: -0.2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.case-la:hover .case-lh p {
    color: #FFF;
}

.case-li {
    --w: 38px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border-radius: 999px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 40px;
    transition: all 0.5s ease;
}

.case-la:hover .case-li {
    background: #F3D424;
}

.case-li i {
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.case-la:hover .case-li i {
    color: rgba(43, 87, 220, 1);
}

.case-ftbox {
    padding: 145px 0 100px;
}

.case-fth {
    margin-bottom: 14px;
}

.case-fth p {
    color: #FFF;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: calc((var(--zj-news-h) + 4px) * 1.12);
    letter-spacing: -0.64px;
    max-width: 859px;
}

.case-fth p span {
    color: #F3D424;
}

.case-ftp p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    letter-spacing: -0.96px;
    max-width: 630px;
}

@media (max-width: 1536px) {
    .case-box {
        padding: 76px 0 79px;
    }

    .case-u {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .case-top {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 42px;
    }

    .case1 {
        margin-bottom: 20px;
    }

    .case-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .case-l {
        width: 100%;
    }

    .case-box {
        padding: 36px 0 39px;
    }

    .case1 p {
        letter-spacing: 0;
    }

    .case-l {
        margin-bottom: 28px;
    }

    .case-li {
        display: none;
    }

    .case-lte {
        padding: 0 6px;
    }

    .case-u {
        margin-bottom: 0;
    }

    .case-ftbox {
        padding: 65px 0 70px;
    }

    .case-fth p {
        letter-spacing: 0;
    }
}

/* about 关于我们 */
.ab1 {
    overflow: hidden;
}

.ab1-box {
    padding: 96px 0 121px;
}

.ab1-h {
    margin-bottom: 82px;
}

.ab1-h p {
    color: #000;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: calc((var(--zj-news-h) + 4px) * 1.23);
    letter-spacing: -0.64px;
    max-width: 783px;
}

.ab1-h p span {
    color: #2B57DC;
}

.ab1-min {
    display: flex;
    justify-content: flex-end;
}

.ab1-minu {
    width: 72%;
    flex: 0 0 auto;
    display: flex;
}

.ab1-minl {
    flex: 1;
    margin-right: 11.5px;
}

.ab1-minl:last-child {
    margin-right: 0;
}

.ab1-minlimg img {
    height: 290px;
    object-fit: cover;
    object-position: center;
}

/*  */
.ab1-end {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 70px;
}

.ab1-1 {
    width: calc(28% - 108px);
    flex: 0 0 auto;
}

.ab1-1l::after {
    content: "";
    display: block;
    width: 93px;
    height: 0.5px;
    background: rgba(43, 87, 220, 1);
    margin: 30px 0;
}

.ab1-1l:last-child:after {
    display: none;
}

.ab1-1l1 {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

.ab1-1l1 p {
    color: #2B57DC;
    font-family: 'Anton';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-so1top1);
    letter-spacing: 1.44px;
}

.ab1-1l1 span {
    color: #2B57DC;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-so1top1);
    text-transform: capitalize;
}

.ab1-1l2 p {
    color: #2B57DC;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    text-transform: capitalize;
}

.ab1-2 {
    width: 72%;
    flex: 0 0 auto;
}

.ab1-2h {
    margin-bottom: 34px;
}

.ab1-2h p {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-so1lenda) * 1.28);
    text-transform: uppercase;
}

.ab1-2p p {
    color: #0F0F0F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.16px;
    margin-bottom: 24px;
}

.ab1-2p p:last-child {
    margin-bottom: 0;
}

/* ab2 */
.vr-box iframe {
    display: block;
    width: 100%;
    height: 555px;
    border-radius: 0;
    border-radius: 20px;
    overflow: hidden;
}

/* ab3 */
.ab3-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 200px 0 46px;
}

.ab3-1 {
    width: calc(28% - 108px);
    flex: 0 0 auto;
}

.ab3-1h {
    margin-bottom: 33px;
}

.ab3-1h p {
    color: #000;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: calc((var(--zj-news-h) + 4px) * 1.12);
    letter-spacing: -0.64px;
}

.ab3-1h p span {
    color: #2B57DC;
}

.ab3-1p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 306px;
}

.ab3-2 {
    width: 72%;
    flex: 0 0 auto;
}

.ab3-2l {
    margin-bottom: 116px;
}

.ab3-2lnum {
    margin-bottom: 22px;
}

.ab3-2lnum p {
    color: #2B57DC;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.ab3-2lh {
    margin-bottom: 22px;
}

.ab3-2lh p {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.15);
    letter-spacing: -0.4px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    max-width: 347px;
    transition: all 0.5s ease;
}

.ab3-2lbox:hover .ab3-2lh p {
    color: #2B57DC;
}

.ab3-2lp p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 326px;
}

/* ab4 */
.ab4 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(245, 245, 245, 0.86) 94.93%);
}

.ab4-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 0 165px;
}

.ab4-1 {
    width: calc(28% - 108px);
    flex: 0 0 auto;
}

.ab4-1h p {
    color: #000;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: calc((var(--zj-news-h) + 4px) * 1.125);
    letter-spacing: -0.64px;
}

.ab4-1h p span {
    color: #2B57DC;
}

.ab4-2 {
    width: 72%;
    flex: 0 0 auto;
}

.ab4-2p {
    margin-top: 80px;
    margin-bottom: 110px;
}

.ab4-2p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.ab4-2sw {
    position: relative;
}

#ab4-2sw {
    overflow: hidden;
}

.ab4-swbox {
    padding: 14px;
    background: url(../img/ab4bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    transform: scale(0.8);
    cursor: pointer;
}

.swiper-slide-active .ab4-swbox {
    transform: scale(1);
}

.ab4-swimg .img-box {
    padding-bottom: 138%;
}

#ab4-2sw .swiper-button-prev,
#ab4-2sw .swiper-button-next {
    --w: 36px;
    width: var(--w);
    height: var(--w);
    border-radius: 516.49px;
    border: 0.517px solid #959595;
    opacity: 1 !important;
    transition: all 0.5s ease;
}

#ab4-2sw .swiper-button-prev {
    left: -64px;
}

#ab4-2sw .swiper-button-next {
    right: -64px;
}

#ab4-2sw .swiper-button-prev:hover,
#ab4-2sw .swiper-button-next:hover {
    background: #F3D424;
    border: 0.517px solid #F3D424;
}

#ab4-2sw .swiper-button-prev::after,
#ab4-2sw .swiper-button-next::after {
    content: "";
}

#ab4-2sw .swiper-button-prev i,
#ab4-2sw .swiper-button-next i {
    font-size: 14px;
    color: #959595;
    transition: all 0.5s ease;
}

#ab4-2sw .swiper-button-prev:hover i,
#ab4-2sw .swiper-button-next:hover i {
    color: #FFF;
}

.ab5-box {
    padding: 85px 0 136px;
}

.ab5-h {
    margin-bottom: 64px;
}

.ab5-h p {
    color: #FFF;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: calc((var(--zj-news-h) + 4px) * 1.12);
    letter-spacing: -0.64px;
}

.ab5-h p span {
    color: #F3D424;
}

/*  */
.ab5-sw {
    position: relative;
}

#ab5-sw {
    overflow: hidden;
}

.ab5-swbox {
    cursor: pointer;
}

.ab5-swimg .img-box {
    padding-bottom: 71%;
}

.ab5-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab5-swbox:hover .ab5-swimg .img-box img {
    transform: scale(1.08);
}

#ab5-sw .swiper-scrollbar {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    margin-top: 82px;
    background: #ffffff00;
    height: 3px;
}

#ab5-sw .swiper-scrollbar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #FFF;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

#ab5-sw .swiper-scrollbar-drag {
    border-radius: 999px;
    background: #F3D424;
}

.ab-ftbox {
    padding: 252px 0 176px;
}

.ab-fth {
    margin-bottom: 14px;
}

.ab-fth p {
    color: #FFF;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: calc((var(--zj-news-h) + 4px) * 1.125);
    letter-spacing: -0.64px;
    max-width: 860px;
}

.ab-fth p span {
    color: #F3D424;
}

.ab-ftp p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    letter-spacing: -0.96px;
    max-width: 630px;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 66px 0 71px;
    }

    .ab1-minlimg img {
        width: 300px;
        height: 200px;
    }

    .vr-box iframe {
        height: 355px;
    }

    .ab3-box {
        padding: 100px 0 46px;
    }

    .ab3-box {
        padding: 70px 0 46px;
    }

    .ab3-2l {
        margin-bottom: 56px;
    }

    .ab4-2p {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .ab4-box {
        padding: 30px 0 65px;
    }

    .ab5-box {
        padding: 75px 0 76px;
    }

    .ab5-h {
        margin-bottom: 32px;
    }

    .ab-ftbox {
        padding: 122px 0 76px;
    }
}

@media (max-width: 992px) {
    .ab1-minu {
        width: 100%;
    }

    .ab1-end {
        flex-direction: column-reverse;
    }

    .ab1-1 {
        width: 100%;
    }

    .ab1-h {
        margin-bottom: 42px;
    }

    .ab1-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab3-box {
        flex-direction: column;
    }

    .ab3-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab3-2 {
        width: 100%;
    }

    .ab3-2l {
        width: 50%;
    }

    .ab4-box {
        flex-direction: column;
    }

    .ab4-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab4-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ab1-min {
        display: none;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 46px 0 41px;
    }

    .ab1-h p {
        letter-spacing: 0;
    }

    .ab1-h {
        margin-bottom: 22px;
    }

    .ab1-end {
        margin-top: 0;
    }

    .ab1-2h {
        margin-bottom: 17px;
    }

    .ab1-2p p {
        letter-spacing: 0;
        margin-bottom: 12px;
    }

    .ab1-1l::after {
        margin: 12px 0;
    }

    .ab3-box {
        padding: 40px 0 46px;
    }

    .ab3-1h {
        margin-bottom: 13px;
    }

    .ab3-2l {
        width: 100%;
    }

    .ab3-2l {
        margin-bottom: 23px;
    }

    .ab3-2lnum {
        margin-bottom: 12px;
    }

    .ab4-1 {
        margin-bottom: 0;
    }

    .ab4-2p {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .ab4-box {
        padding: 30px 0 45px;
    }

    .ab5-box {
        padding: 45px 0 46px;
    }

    #ab5-sw .swiper-scrollbar {
        margin-top: 32px;
    }

    .ab-ftbox {
        padding: 62px 0 66px;
    }

    .ab-fth p {
        letter-spacing: 0;
    }
}

/* product */
.product {
    background: rgba(245, 245, 245);
}

.pro-box {
    padding: 97px 0 116px;
}

.pro-h {
    margin-bottom: 11px;
}

.pro-h p {
    color: #000;
    text-align: center;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: calc((var(--zj-news-h) + 4px) * 1.23);
    letter-spacing: -0.64px;
}

.pro-h p span {
    color: #2B57DC;
}

.pro-smh {
    margin-bottom: 61px;
}

.pro-smh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.84px;
    text-transform: uppercase;
}

.pro-smh p span {
    color: #2B57DC;
}

.pro-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 999px;
    background: #FFF;
    padding: 10px;
}

.pro-nava {
    display: block;
    width: calc(50% - 8px);
    border-radius: 999px;
    background: #ECECEC;
    padding: 18px 35px;
    transition: all 0.5s ease;
}

.pro-nava.on {
    background: #F3D424;
}

.pro-nava:hover {
    background: #F3D424;
}

.pro-nava p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    text-transform: capitalize;
}

.pro-u {
    margin-top: 55px;
    margin-bottom: 32px;
}

.pro-l {
    margin-bottom: 65px;
}

.pro-la {
    display: block;
}

.pro-limg {
    margin-bottom: 30px;
}

.pro-limg .img-box {
    padding-bottom: 100%;
    border-radius: 20px;
    border: 3.29px solid #f3d42400;
    transition: all 0.5s ease;
}

.pro-la:hover .pro-limg .img-box {
    border: 3.29px solid #f3d424;
    box-shadow: 0 4.387px 4.387px 0 rgba(0, 0, 0, 0.25);
}

.pro-limg .img-box img {
    transition: all 0.5s ease;
}

.pro-la:hover .pro-limg .img-box img {
    transform: scale(1.08);
}

.pro-lh {
    margin-bottom: 30px;
}

.pro-lh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1lenda) * 1.28);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-lbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #FFF;
    padding: 17px 12px;
    transition: all 0.5s ease;
}

.pro-la:hover .pro-lbtn {
    background: #F3D424;
}

.pro-lbtn p {
    color: #6A6A6A;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 0.85);
    margin-right: 14px;
    transition: all 0.5s ease;
}

.pro-la:hover .pro-lbtn p {
    color: #000;
}

.pro-lbtn i {
    font-size: 10px;
    color: rgba(106, 106, 106, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.pro-la:hover .pro-lbtn i {
    color: #000;
}

/*  */
/* 搜索无结果 */
.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 #F3D424;
    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: #F3D424;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 67px 0 76px;
    }

    .pro-smh {
        margin-bottom: 31px;
    }
}

@media (max-width: 1199.9px) {
    .pro-nav {
        display: none;
    }
}

@media (max-width: 992px) {
    .pro-l {
        width: 50%;
        margin-bottom: 35px;
    }
}

@media (max-width: 499px) {
    .pro-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .pro-h p {
        letter-spacing: 0;
    }

    .pro-box {
        padding: 37px 0 36px;
    }

    .pro-smh {
        margin-bottom: 21px;
    }

    .pro-11 {
        margin-bottom: 10px;
    }

    .pro-u {
        margin-top: 25px;
        margin-bottom: 22px;
    }

    .pro-limg {
        margin-bottom: 20px;
    }

    .pro-lh {
        margin-bottom: 20px;
    }
}

/*  */
/*  */
.prode-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0 90px;
}

.prode1-2 {
    width: calc(100% - 46.3% - 56px);
    flex: 0 0 auto;
}

.prode1-2smh {
    margin-bottom: 18px;
}

.prode1-2smh p {
    color: #2B57DC;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    text-transform: capitalize;
}

.prode1-2h {
    margin-bottom: 44px;
}

.prode1-2h p {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-so1top1);
    text-transform: capitalize;
}

.prode1-2p {
    margin-bottom: 30px;
}

.prode1-2p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.prode1-2share {
    margin-top: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.prode1-2share p {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    margin-right: 12px;
}

.prode1-2btn {
    display: flex;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #2B57DC;
    padding: 10px 11px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    min-width: 248px;
    margin-right: 4px;
}

.prode1-2a:last-child {
    margin-right: 0;
}

.prode1-2a:hover {
    background: #F3D424;
}

.prode1-2a span {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
    margin-right: 10px;
}

.prode1-2a:hover span {
    color: #000;
}

.prode1-2ai {
    position: relative;
}

.prode1-2ai i {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.prode1-2a:hover .prode1-2ai i {
    color: #000;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.prode-end {}

.prode2 {
    position: sticky;
    top: 100px;
    z-index: 14;
    overflow: hidden;
}

.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 {
    display: block;
    color: #484848;
    font-family: 'Anton';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    text-transform: capitalize;
    width: max-content;
    padding: 19px 0;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 20px 20px 0 0;
    background: #FFF;
    margin-right: 2px;
}

.prode2-l:hover .prode2-la {
    color: #2B57DC;
}

.prode2-l.on .prode2-la {
    color: #2B57DC;
}

.prode2-la::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: 0;
    background: #E2E2E2;
    transition: all 0.5s ease;
    z-index: 12;
}

.prode2-l.on .prode2-la::after {
    background: #2B57DC;
}

.prode2-l:hover .prode2-la::after {
    background: #2B57DC;
}

.prode2-la span {
    padding: 0 60px;
}

/*  */
.prode2bg {
    border-radius: 0 0 20px 20px;
    background: #FFF;
    padding: 97px 51px 76px;
}

.prode3 {
    margin-bottom: 72px;
}

.prode3:last-child {
    margin-bottom: 0;
}

.prode3h {
    margin-bottom: 60px;
}

.prode3h p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.08);
    text-transform: capitalize;
}

/*  */
/* prode5 */
.prode5 {
    margin-top: 22px;
    border-radius: 20px;
    background: #FFF;
    padding: 67px 50px 69px;
}

.prode5-h {
    margin-bottom: 33px;
}

.prode5-h p {
    color: #000;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: 0.78;
    text-transform: capitalize;
}

.prode5-h p span {
    color: #2B57DC;
}

/*  */
.prode5h {
    padding: 12.5px 31px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #F3D424;
}

.prode5h p {
    color: #2B57DC;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.prode5for .con2-fou {
    margin-right: calc(-.5 * 1.8rem);
    margin-left: calc(-.5 * 1.8rem);
}

.prode5for .con2-fol {
    margin-bottom: 20px;
    padding-right: calc(1.8rem * .5);
    padding-left: calc(1.8rem * .5);
}

.prode5for .con2-fol input,
.prode5for .con2-fol textarea {
    padding: 12.5px 31px;
    border-radius: 6px;
    border: 1px solid #D7E0ED;
    background: #E9F0F8;
    color: #334E71;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.prode5for .con2-fol input:focus,
.prode5for .con2-fol textarea:focus {
    border: 1px solid #F3D424;
}

.prode5for .con2-fol input::-webkit-input-placeholder {
    color: #334E71;
}

.prode5for .con2-fol input::-moz-placeholder {
    color: #334E71;
}

.prode5for .con2-fol input::-ms-input-placeholder {
    color: #334E71;
}

.prode5for .con2-fol textarea::-webkit-input-placeholder {
    color: #334E71;
}

.prode5for .con2-fol textarea::-moz-placeholder {
    color: #334E71;
}

.prode5for .con2-fol textarea::-ms-input-placeholder {
    color: #334E71;
}

.prode5for .con2-fobt {
    margin-top: 0;
    justify-content: flex-end;
}

.prode5for .con2-fobt button {
    width: 248px;
    max-width: 100%;
    min-height: 44px;
}

.prode5for .con2-fobt span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-subnav);
    text-transform: uppercase;
}

.prode5for .con2-fobti i {
    font-size: 16px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
}

/*  */
.prode6 {
    margin-top: 98px;
}

.prode6h {
    margin-bottom: 45px;
}

.prode6h p {
    color: #000;
    font-family: 'Anton';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: calc((var(--zj-news-h) + 4px) * 1.12);
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.prode6h p span {
    color: #2B57DC;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

#prode6-u .pro-limg {
    margin-bottom: 20px;
}

.prode6-lh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.8);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

#prode6-u .swiper-scrollbar {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    margin-top: 90px;
    height: 3px;
    background: #00000000;
}

#prode6-u .swiper-scrollbar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.5px;
    background: #808080;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#prode6-u .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 999px;
    background: #000;
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        flex-direction: column;
    }

    .slider-for {
        width: 100%;
        margin-bottom: 30px;
    }

    .slider-nav {
        width: 100%;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode2bg {
        padding: 47px 20px 36px;
    }

    .prode5 {
        padding: 47px 20px 36px;
    }
}

@media (max-width: 499px) {
    .subnav-box {
        display: none;
    }

    .prode-top {
        padding: 20px 0 30px;
    }

    .slider-for {
        margin-bottom: 20px;
    }

    .prode1-2smh {
        margin-bottom: 9px;
    }

    .prode1-2h {
        margin-bottom: 22px;
    }

    .prode1-2a {
        min-width: 148px;
    }

    .prode1-2share {
        margin-top: 28px;
    }

    .prode2-la {
        padding: 10px 0;
    }

    .prode2-la span {
        padding: 0 24px;
    }

    .prode2bg {
        padding: 27px 12px 18px;
    }

    .prode2-la::after {
        height: 4px;
    }

    .prode3h {
        margin-bottom: 20px;
    }

    .prode3 {
        margin-bottom: 42px;
    }

    .prode5 {
        padding: 27px 12px 18px;
    }

    .prode5-h {
        margin-bottom: 23px;
    }

    .prode5h {
        padding: 6px 12px;
        margin-bottom: 10px;
    }

    .prode5for .con2-fol input,
    .prode5for .con2-fol textarea {
        padding: 6px 12px;
    }

    .prode5for .con2-fol {
        margin-bottom: 10px;
    }

    .prode5for .con2-fobt button {
        width: 148px;
    }

    .prode6 {
        margin-top: 28px;
    }

    .prode6h p {
        letter-spacing: 0;
    }

    .prode6h {
        margin-bottom: 25px;
    }

    #prode6-u .swiper-scrollbar {
        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 .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: '\e604';
    -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: 65%;
    }

    .banner-video-box {
        padding-bottom: 54%;
    }

    .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: 59px;
    z-index: 12;
}

.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-end;
}

.banner-chan .slick-arrow {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 500px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow.banner-button-prev {
    margin-right: 9px;
}

.banner-chan .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.46);
}

.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;
}

/*  */
.banimgs {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 44px !important;
    width: 24px !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    z-index: 12 !important;
    animation: lineMove 2s infinite;
}

@keyframes lineMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 40px, 0px) !important;
    }
}

/* banner-end */

/* ind-pro so1 */
.ind-stay {
    background: #F5F5F5;
    overflow: hidden;
}

.so1 {
    padding: 177px 0 154px;
}

.so1-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 46px;
}

.so1-h p {
    color: #000;
    font-family: 'Anton';
    font-size: 110px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.16;
    letter-spacing: -1.1px;
}

.so1-te {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.so1-te img {
    width: 122px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so1-te p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.68);
    letter-spacing: -0.16px;
    max-width: 343px;
    margin-left: 27px;
}

.so7-u {
    margin-right: calc(-.5 * 0.8rem);
    margin-left: calc(-.5 * 0.8rem);
}

.so7-l {
    padding-right: calc(0.8rem * .5);
    padding-left: calc(0.8rem * .5);
}

.so7-l>a {
    display: block;
    width: 100%;
}

.so7-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 23px;
}

.so7-1 i {
    line-height: normal;
    margin-right: 20px;
    font-size: 34px;
    color: rgba(0, 0, 0, 1);
}

.so7-1 p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    letter-spacing: -0.2px;
    transition: all 0.5s ease;
}

.so7-l>a:hover .so7-1 p {
    color: #2B57DC;
}

.so7_2 {
    overflow: hidden;
    padding-bottom: 58%;
}

.so7_2 img {
    transition: all 0.5s ease;
}

.so7_2 iframe[src=''],
.so7_2 iframe[data-src=''] {
    display: none;
    border: 1px solid #000;
}

/* --------------------------- */
.ind-news {
    background: #F5F5F5;
}

.so2 {
    padding-top: 115px;
}

.so2-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 63px;
}

.so2-2 {
    margin-top: 58px;
}

.so2-2 p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.68);
    letter-spacing: -0.16px;
    max-width: 822px;
}

.so2-min {
    display: flex;
    justify-content: space-between;
}

.so2-3 {
    width: calc(50% - 15px);
    flex: 0 0 auto;
}

.so2-3l {
    margin-bottom: 33px;
}

.so2-3l:last-child {
    margin-bottom: 0;
}

.so2-3la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background: #FFF;
    padding: 20px 22px;
    transition: all 0.5s ease;
}

.so2-3la:hover {
    background: #2B57DC;
}

.so2-3limg {
    width: 25%;
    flex: 0 0 auto;
}

.so2-3limg .img-box {
    border-radius: 10px;
    padding-bottom: 67%;
}

.so2-3limg .img-box img {
    transition: all 0.5s ease;
}

.so2-3la:hover .so2-3limg .img-box img {
    transform: scale(1.08);
}

.so2-3lte {
    width: calc(100% - 25% - 30px);
    flex: 0 0 auto;
}

.so2-3l1 {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.so2-3l1 p {
    border-radius: 999px;
    background: #EFEFEF;
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.07);
    margin-right: 26px;
    width: 121px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so2-3la:hover .so2-3l1 p {
    color: #2B57DC;
    background: #EFEFEF;
}

.so2-3l1 span {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.07);
    transition: all 0.5s ease;
}

.so2-3la:hover .so2-3l1 span {
    color: #FFF;
}

.so2-3l2 p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    letter-spacing: -0.2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so2-3la:hover .so2-3l2 p {
    color: #FFF;
}

/*  */
.so2-4 {
    width: calc(50% - 15px);
    flex: 0 0 auto;
}

.so2-4a {
    border-radius: 20px;
    background: #D9D9D9;
    display: block;
    padding: 42px 30px 30px;
    transition: all 0.5s ease;
}

.so2-4a:hover {
    background: #2B57DC;
}

.so2-41 {
    display: flex;
    align-items: center;
}

.so2-41 p {
    border-radius: 999px;
    background: #EFEFEF;
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.07);
    margin-right: 26px;
    width: 121px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so2-4a:hover .so2-41 p {
    color: #2B57DC;
    background: #EFEFEF;
}

.so2-4ate {
    padding: 0 20px;
}

.so2-41 {
    margin-bottom: 18px;
}

.so2-41 span {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.07);
    transition: all 0.5s ease;
}

.so2-4a:hover .so2-41 span {
    color: #FFF;
}

.so2-42 {
    margin-bottom: 18px;
}

.so2-42 p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    letter-spacing: -0.2px;
    max-width: 655px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so2-4a:hover .so2-42 p {
    color: #FFF;
}

.so2-43 {
    margin-bottom: 36px;
}

.so2-43 p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so2-4a:hover .so2-43 p {
    color: #FFF;
}

.so2-4aimg .img-box {
    border-radius: 10px;
    padding-bottom: 67%;
}

.so2-4aimg .img-box img {
    transition: all 0.5s ease;
}

.so2-4a:hover .so2-4aimg .img-box img {
    transform: scale(1.08);
}

.so2-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #F3D424;
    padding: 18px 42px;
    margin-top: 37px;
    transition: all 0.5s ease;
}

.so2-5:hover {
    background: #2B57DC;
}

.so2-5 p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 0.85);
    transition: all 0.5s ease;
}

.so2-5:hover p {
    color: #FFF;
}

.so2-5 i {
    font-size: 10px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.so2-5:hover i {
    color: #FFF;
}

/* so3 */
.so3 {
    padding: 112px 0;
}

.so3-h {
    margin-bottom: 48px;
}

.so3-h p {
    color: #000;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1_2h) * 1.111);
    letter-spacing: -0.36px;
    max-width: 1377px;
}

/*  */
#so3-sw .swiper-slide {
    height: auto !important;
}

.so3-swbox {
    padding: 19px 27px 23px;
    border-right: 1px solid rgba(128, 128, 128, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.so3-sw1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 128px;
}

.so3-sw1 p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    letter-spacing: -0.2px;
    flex: 1;
    transition: all 0.5s ease;
}

.so3-swbox:hover .so3-sw1 p {
    color: #2B57DC;
}

.so3-sw1 span {
    color: #000;
    font-size: 90px;
    font-style: normal;
    font-weight: normal;
    line-height: 68px;
    margin-left: 69px;
    display: block;
    flex: 0 0 auto;
    transition: all 0.5s ease;
}

.so3-swbox:hover .so3-sw1 span {
    color: #2B57DC;
}

.so3-sw2 p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.11);
    letter-spacing: -0.18px;
    margin-bottom: 10px;
}

.so3-sw2 span {
    color: #8F8F8F;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.28);
    letter-spacing: -0.14px;
}

#so3-sw .swiper-scrollbar {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    margin-top: 26px;
    background: #ffffff00;
    height: 3px;
}

#so3-sw .swiper-scrollbar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #808080;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

#so3-sw .swiper-scrollbar-drag {
    border-radius: 999px;
    background: #000;
    z-index: 14;
}

.so3-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 55px;
}

.so3-a {
    display: flex;
    align-items: center;
    border-radius: 999px;
    background: #F3D424;
    padding: 18px 42px;
    transition: all 0.5s ease;
}

.so3-a:hover {
    background: #2B57DC;
}

.so3-a p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 0.85);
    transition: all 0.5s ease;
}

.so3-a:hover p {
    color: #FFF;
}

.so3-a i {
    font-size: 10px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.so3-a:hover i {
    color: #FFF;
}

/* ind-case so4 */
.ind-case {
    padding: 132px 0 128px;
}

.so4-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 93px;
}

.so4-h p {
    color: #000;
    font-family: 'Anton';
    font-size: 110px;
    font-style: normal;
    font-weight: normal;
    line-height: 110px;
    letter-spacing: -1.1px;
    text-transform: uppercase;
}

.so4-h p span {
    color: #2B57DC;
}

.so4-p {
    margin-top: 42px;
}

.so4-p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.16px;
    max-width: 830px;
}

.so4-end {
    display: flex;
    justify-content: space-between;
}

.so4-1 {
    width: calc(50% - 15px);
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.so4-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.so4-1:hover img {
    transform: scale(1.08);
}

.so4-1te {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;
    z-index: 12;
    padding: 0 36px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.so4-1h {
    margin-bottom: 11px;
}

.so4-1h p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.66);
    letter-spacing: -0.24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-1p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-1rg i {
    border-radius: 999px;
    background: #F3D424;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    margin-left: 92px;
    transition: all 0.5s ease;
}

.so4-1:hover .so4-1rg i {
    background: #2B57DC;
    color: #FFF;
}

.so4-2 {
    width: calc(50% - 15px);
    flex: 0 0 auto;
    border-radius: 20px;
    background: #D9D9D9;
    padding: 32px;
    max-height: 925px;
    overflow: hidden;
}

.so4-2l {
    margin-bottom: 20px;
}

.so4-2l:last-child {
    margin-bottom: 0;
}

.so4-2la {
    border-radius: 20px;
    background: #F8F8F8;
    padding: 24px 30px;
    display: block;
    transition: all 0.5s ease;
}

.so4-2la:hover {
    background: #2B57DC;
}

.so4-2l.on .so4-2la {
    background: #2B57DC;
}

.so4-2l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so4-2lh {
    flex: 1;
}

.so4-2lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-2lh p span {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 2);
    letter-spacing: -0.2px;
    transition: all 0.5s ease;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so4-2la:hover .so4-2lh p span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so4-2l.on .so4-2lh p span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so4-2li {
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #D9D9D9;
    transition: all 0.5s ease;
}

.so4-2la:hover .so4-2li {
    background: #F3D424;
}

.so4-2l.on .so4-2li {
    background: #F3D424;
}

.so4-2li i {
    font-size: 16px;
    color: #FFF;
    line-height: normal;
    transition: all 0.5s ease;
}

.so4-2la:hover .so4-2li i {
    color: #000;
}

.so4-2l.on .so4-2li i {
    color: #000;
}

/*  */
.so4-2l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.so4-2l.on .so4-2l2 {
    max-height: 500px;
    opacity: 1;
}

.so4-2l2p {
    padding: 30px 0;
}

.so4-2l2p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.ind-why {
    background: #F5F5F5;
    padding: 86px 0 145px;
}

.so5-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 37px;
    margin-bottom: 69px;
    border-bottom: 1px solid #6C6C6C;
}

.so5-p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 507px;
    margin-top: 22px;
}

/*  */
.so5-end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.so5-1 {
    width: 29%;
    flex: 0 0 auto;
}

.so5-2 {
    width: calc(100% - 29% - 88px);
    flex: 0 0 auto;
}

.so5-1a {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.so5-1a:last-child {
    margin-bottom: 0;
}

.so5-1num {
    margin-right: 30px;
    min-width: 25px;
}

.so5-1num p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so5-1a:hover .so5-1num p {
    color: #2B57DC;
}

.so5-1a.on .so5-1num p {
    color: #2B57DC;
}

.so5-1p {
    margin-right: 30px;
}

.so5-1p p span {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.15);
    letter-spacing: -0.4px;
    --size: 1px;
    --color: #2B57DC;
    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);
}

.so5-1a:hover .so5-1p p span {
    color: #2B57DC;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so5-1a.on .so5-1p p span {
    color: #2B57DC;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so5-1yuan {
    --w: 23px;
    width: var(--w);
    height: var(--w);
    background: #F3D424;
    flex: 0 0 auto;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}

.so5-1a:hover .so5-1yuan {
    opacity: 1;
}

.so5-1a.on .so5-1yuan {
    opacity: 1;
}

/*  */
.so5-2box {
    display: none;
    justify-content: space-between;
}

.so5-2box.on {
    display: flex;
}

.so5-2p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 326px;
}

.so5-2img {
    width: 44%;
    flex: 0 0 auto;
}

.so5-2img .img-box {
    border-radius: 20px;
    padding-bottom: 62%;
    margin-bottom: 47px;
}

.so5-2img .img-box img {
    transition: all 0.5s ease;
}

.so5-2img:hover .img-box img {
    transform: scale(1.08);
}

.so5-2btn {
    display: flex;
}

.so5-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #034739;
    min-width: 210px;
    height: 45px;
    padding: 9px 20px;
    transition: all 0.5s ease;
}

.so5-2a:hover {
    background: rgba(43, 87, 220, 1);
}

.so5-2a p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 0.85);
    transition: all 0.5s ease;
}

.so5-2a:hover p {
    color: #FFF;
}

.so5-2a i {
    font-size: 10px;
    line-height: normal;
    margin-left: 10px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.so5-2a:hover i {
    color: #FFF;
}

/*  */
.so6 {
    padding: 153px 0 116px;
}

.so6-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.so6-p {
    margin-top: 17px;
}

.so6-p p {
    color: #0F0F0F;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    letter-spacing: -0.2px;
    max-width: 790px;
}

.so6-videobg {
    padding-bottom: 35.9%;
}

.so6-lic {
    margin-top: -96px;
    position: relative;
    z-index: 12;
}

.so6-licbox {
    max-width: 1540px;
    border-radius: 10px;
    background: #2B57DC;
    padding: 36px 70px;
    margin: auto;
}

.so6-lcl {
    border-right: 1px solid rgba(243, 212, 36, 0.5);
}

.so6-lcl:last-child {
    border-right: 1px solid rgba(243, 212, 36, 0);
}

.so6-lcl1 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 10px;
}

.so6-lcl1 p {
    color: #F3D424;
    text-align: center;
    font-family: 'Anton';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-so1top1);
    letter-spacing: 1.44px;
}

.so6-lcl1 span {
    color: #F3D424;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-left: 4px;
}

.so6-lcl2 p {
    color: #F3D424;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    text-transform: capitalize;
}

/*  */
.so6-u {
    max-width: 1548px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 76px;
}

.so6-l {
    width: calc(50% - 62px);
    flex: 0 0 auto;
}

.so6-la {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.so6-l1 {
    flex: 1;
}

.so6-lh {
    margin-bottom: 17px;
}

.so6-lh p {
    color: #303030;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-con2la) * 1.09);
    text-transform: capitalize;
}

.so6-lp p {
    color: #303030;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.16px;
}

.so6-l2 {
    --w: 45px;
    width: var(--w);
    height: var(--w);
    border-radius: 37.5px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
    flex: 0 0 auto;
    transition: all 0.5s ease;
}

.so6-la:hover .so6-l2 {
    background: #F3D424;
}

.so6-l2 i {
    font-size: 16px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
}

.so6-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.so6-btna {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #F3D424;
    padding: 18px 42px;
    min-width: 304px;
    transition: all 0.5s ease;
}

.so6-btna:hover {
    background: #2B57DC;
}

.so6-btna p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 0.85);
    transition: all 0.5s ease;
}

.so6-btna:hover p {
    color: #FFF;
}

.so6-btna i {
    font-size: 10px;
    color: rgba(0, 0, 0, 1);
    margin-left: 10px;
    line-height: normal;
    transition: all 0.5s ease;
}

.so6-btna:hover i {
    color: #FFF;
}

/*  */
.ind-pro {
    background: #F5F5F5;
}

.so9 {
    padding: 118px 0 144px;
}

.so9-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.so9-h p {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.so9-h p span {
    color: #2B57DC;
}

.so9-te {
    display: flex;
    align-items: center;
    width: calc(100% - 28%);
    flex: 0 0 auto;
}

.so9-tea {
    border-radius: 999px;
    background: #ECECEC;
    padding: 18px 35px;
    margin-right: 25px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.so9-tea:hover {
    background: #F3D424;
}

.so9-tea.on {
    background: #F3D424;
}

.so9-tea:last-child {
    margin-right: 0;
}

.so9-tea p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
    text-transform: capitalize;
}

.so9-2box {
    display: none;
    align-items: flex-start;
    justify-content: space-between;
}

.so9-2box.on {
    display: flex;
}

.so9-2lf {
    width: 28%;
    flex: 0 0 auto;
}

.so9-2lfp p {
    color: #000;
    font-family: 'Anton';
    font-size: 110px;
    font-style: normal;
    font-weight: normal;
    line-height: 100px;
    letter-spacing: -1.1px;
    margin-bottom: 24px;
}

.so9-2lfp p:last-child {
    margin-bottom: 0;
}

.so9-2lfh {
    margin-top: 34px;
}

.so9-2lfh p {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 350px;
}

.so9-2lfh p span {
    color: #2B57DC;
}

.so9-1rg {
    width: calc(100% - 28%);
    flex: 0 0 auto;
}

.ind-pro .pro-limg {
    margin-bottom: 17px;
}

.ind-pro .prode6-lh {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ind-pro .prode6-lh p {
    color: #000;
    text-align: right;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1lenda) * 1.28);
    max-width: 413px;
    text-transform: capitalize;
}

.so9-sw {}

.so9-sw .swiper-scrollbar {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    margin-top: 31px;
    background: #ffffff00;
    height: 3px;
    transform: translateX(184px);
}

.so9-sw .swiper-scrollbar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #6C6C6C;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.so9-sw .swiper-scrollbar-drag {
    border-radius: 999px;
    background: #000;
}

.so9-end {
    padding-left: 184px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 52px;
}

.so9-endi {
    border-radius: 37.5px;
    background: #FFF;
    --w: 64px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex: 0 0 auto;
}

.so9-endi i {
    font-size: 27px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
}

.so9-end1 {
    display: flex;
    align-items: center;
}

.so9-endp p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-oem3-1l1p) * 2);
}

.so9-end2 {
    display: flex;
    align-items: center;
    border-radius: 999px;
    background: #FFF;
    padding: 18px 42px;
    transition: all 0.5s ease;
}

.so9-end2:hover {
    background: #F3D424;
}

.so9-end2 p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.so9-end2 i {
    font-size: 10px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

@media (max-width: 1536px) {
    .so9-2lfp p {
        font-size: 70px;
        line-height: 80px;
    }

    .so9-sw .swiper-scrollbar {
        transform: translateX(24px);
    }

    .so9-end {
        padding-left: 24px;
    }

    .so9-end2 {
        padding: 12px 26px;
    }

    .so9 {
        padding: 78px 0 74px;
    }

    .so9-1 {
        margin-bottom: 40px;
    }

    .so4-h p,
    .so1-h p {
        font-size: 70px;
        line-height: 80px;
    }

    .so6 {
        padding: 73px 0 66px;
    }

    .ind-why {
        padding: 66px 0 75px;
    }

    .ind-case {
        padding: 72px 0 78px;
    }

    .so2 {
        padding-top: 75px;
    }

    .so1 {
        padding: 77px 0 74px;
    }

    .so1-te img {
        width: 85px;
    }

    .so3 {
        padding: 72px 0;
    }
}

@media (max-width: 992px) {
    .so9-2lf {
        display: none;
    }

    .so9-1rg {
        width: 100%;
    }

    .so9-1 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
        flex-direction: column;
    }

    .so9-h {
        margin-bottom: 20px;
    }

    .so6-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .so6-lic {
        margin-top: 26px;
        position: relative;
        z-index: 12;
    }

    .so6-lcl {
        width: 100%;
        border: none;
        margin-bottom: 20px;
    }

    .so6-lcl:last-child {
        margin-bottom: 0;
    }

    .so6-u {
        flex-direction: column;
    }

    .so6-l {
        width: 100%;
        margin-bottom: 30px;
    }

    .so6-l:last-child {
        margin-bottom: 0;
    }

    .so5-top {
        flex-direction: column;
    }

    .so5-end {
        flex-direction: column;
    }

    .so5-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so5-2 {
        width: 100%;
    }

    .so5-2box {
        flex-direction: column;
    }

    .so5-2img {
        width: 100%;
        margin-top: 20px;
    }

    .so4-top {
        flex-direction: column;
    }

    .so4-end {
        flex-direction: column;
    }

    .so4-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so4-2 {
        width: 100%;
    }

    .so2-top {
        flex-direction: column;
    }

    .so2-min {
        flex-direction: column;
    }

    .so2-3 {
        width: 100%;
    }

    .so2-4 {
        width: 100%;
    }

    .so1-top {
        flex-direction: column;
    }

    .so7-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so7-l:last-child {
        margin-bottom: 0;
    }

    .so9-te {
        width: 100%;
    }

    .so2-3la {
        flex-direction: column;
    }

    .so2-3limg {
        width: 100%;
        margin-bottom: 12px;
    }

    .so2-4ate {
        padding: 0 0;
    }

    .so2-3lte {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .so9 {
        padding: 38px 0 34px;
    }

    .so9-tea {
        padding: 8px 12px;
        margin-right: 4px;
    }

    .so9-tea p {
        font-size: 12px;
    }

    .so9-1 {
        margin-bottom: 20px;
    }

    .so9-sw .swiper-scrollbar {
        transform: translateX(0);
    }

    .so9-end {
        padding-left: 0;
        margin-top: 22px;
    }

    .so9-endi {
        border-radius: 37.5px;
        background: #FFF;
        --w: 36px;
        width: var(--w);
        height: var(--w);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        flex: 0 0 auto;
    }

    .so9-endp p {
        font-size: 14px;
        line-height: 1.4;
    }

    .so9-end {
        flex-direction: column;
    }

    .so9-end2 {
        margin-top: 10px;
    }

    .so4-h p,
    .so1-h p {
        font-size: 30px;
        line-height: 40px;
    }

    .so6 {
        padding: 43px 0 36px;
    }

    .so6-u {
        margin-top: 36px;
    }

    .ind-why {
        padding: 36px 0 35px;
    }

    .ind-case {
        padding: 42px 0 38px;
    }

    .so4-top {
        margin-bottom: 33px;
    }

    .so4-p {
        margin-top: 22px;
    }

    .so4-2 {
        padding: 12px;
    }

    .so4-1rg i {
        --w: 36px;
        margin-left: 22px;
    }

    .so4-2la {
        padding: 12px 15px;
    }

    .so3 {
        padding: 42px 0;
    }

    .so3-sw1 span {
        color: #000;
        font-size: 66px;
        font-style: normal;
        font-weight: normal;
        line-height: 68px;
        margin-left: 16px;
    }

    .so3-sw1 {
        margin-bottom: 58px;
    }

    .so2 {
        padding-top: 45px;
    }

    .so2-2 {
        margin-top: 28px;
    }

    .so2-top {
        margin-bottom: 23px;
    }

    .so2-4a {
        padding: 22px 15px 15px;
    }
}
/*  */
.so3-sw1 {
    display: block;
}

.so3-sw1 .img-box {
    padding-bottom: 143%;

}

.ab1-minlimg img {
    height: auto;
    width: 100%;
}

#ab1-minu {
    width: 100%;
}