#ven {
    transition: all 0.5s ease;
    /* background: #F9F9F9; */
}

.ventricle {
    background: rgba(3, 71, 57, 0.70);
    backdrop-filter: blur(2.799999952316284px);
    /* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05); */
}

.headersp {
    /* background: #FFF !important; */
}

.ventricle {
    /* background: #FFF !important; */
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    transition: all 0.5s ease;
}

.ventricle .hea-box {
    width: 70.8% !important;
}

.ven1-loim {
    /* padding: 15px 0; */
    position: relative;
}

.ven1-loim img {
    width: 64px;
    transition: all 0.5s ease;
}

.ven2 {
    display: flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(3, 71, 57, 0.70);
    padding: 7px;
}

.headersp .ven2 {
    background: rgba(255, 255, 255, 0.09);
}

.ven2-lis {
    height: 100%;
    border-radius: 999px;
    background: #034739;
    backdrop-filter: blur(2.799999952316284px);
    margin-right: 74px;
}

.headersp .ven2-lis {
    background: rgba(255, 255, 255, 0.20);
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 24px;
}

.ven2-l {
    margin-right: 3.09vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 0;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    padding-left: 8px;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #17F700;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}

.ven2-lsa:hover .ven2-la::after {
    opacity: 1;
}

.ven2-l.on .ven2-la::after {
    opacity: 1;
}

.ven2-la span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    --size: 0px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #17F700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #17F700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.headersp .ven2-la span {
    color: #FFF;
    --color: #FFF;
}

.ventricle .ven2-la span {
    color: #FFF;
    --color: #FFF;
}

.headersp .ven2-la:hover span {
    color: #17F700;
}

.ventricle .ven2-la:hover span {
    color: #17F700;
}

/*  */
.ven-inqury>a {
    display: flex;
}

.ven-inqury>a p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ven-inqury>a:hover p {
    color: #17F700;
}

.ven-inqury>a p span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ven-inqury>a:hover p span {
    color: #17F700;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 48px;
    padding: 14px 42px;
    position: relative;
    overflow: hidden;

    border-radius: 15px;
    background: #E60012;
}

.headersp .vensesv {
    border: 1px solid rgba(34, 34, 34, 1);
}

.vensesv::after,
.vensesv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.vensesv::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.vensesv:hover:before,
.vensesv:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.vensesv i {
    font-size: 20px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
    margin-right: 10px;
}

.vensesv:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.vensesv span {
    color: #FFF;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}


/*  */
.ven-line {
    width: 1px;
    height: 19px;
    margin: 0 16px;
    background: #D9D9D9;
}

/*  */
.ven2-lang {
    position: relative;
    border-radius: 999px;
    background: #17F700;
    width: 83px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ven2-langbt i {
    font-size: 22px;
    line-height: normal;
    color: #000;
    display: block;
}

.headersp .ven2-langbt i {
    color: #000;
}

.ventricle .ven2-langbt i {
    color: #000;
}

.ven2-langbt:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
    display: block;
    margin-left: 8px;
    padding-top: 2px;
}

.headersp .ven2-langbt span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven2-langbt span {
    color: rgba(34, 34, 34, 1);
}


/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

/*  */
.ven2-geta {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #034739;
    height: 50px;
    padding: 0 21px;
}

.ven2-geta p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-geta:hover p {
    color: #17F700;
}

.ven2-geta i {
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    margin-left: 8px;
    font-weight: 800;
    transition: all 0.5s ease;
}

.ven2-geta:hover i {
    color: #17F700;
}

@media (max-width: 1760px) {
    .ventricle .hea-box {
        width: 78.8% !important;
    }
}


@media (max-width: 1670px) {
    .ven2-l {
        margin-right: 1vw;
    }

    .ven2-l:last-child {
        margin-right: 1.8vw;
    }
}

@media (max-width: 1536px) {
    /* .ven1-loim {
        padding: 24px 0 21px;
    } */

    .ven1-loim img {
        width: 64px;
    }

    .ventricle .hea-box {
        width: 85.8% !important;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv {
        padding: 8px 20px;
    }

    .vensesv i {
        font-size: 14px;
    }

}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .ventricle .hea-box {
        width: 95.28% !important;
    }

    .ven1-loim img {
        width: 54px;
    }

    .ven2-lang {
        height: 40px;
        margin: 0 10px;
    }

    .ven2-geta {
        height: 40px;
    }

    .hea-box {
        padding: 8px 0;
    }
}

@media (max-width: 499px) {

    .ven1-loim img {
        width: 50px;
    }

    .ven2-get {
        display: none;
    }

    .ven2-lang {
        height: 32px;
        margin: 0 0 0 6px;
    }

    .vensesv {
        padding: 4px 12px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 420%;
    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, 0.80);
    backdrop-filter: blur(2.799999952316284px);
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #17F700;
    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: #17F700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #C29C6B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #C29C6B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #00998B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerathra:hover span {
    color: #00998B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 214%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #012F6B;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 260%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 276%;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 276%;
        right: -29px;
    }

    .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: #17F700;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #17F700;
}

#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: #17F700;
}

.headersp #venPho .venPhoSack.on::before {
    background: #17F700;
}


/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #17F700;
}

.headersp #venPho .venPhoSack.on::after {
    background: #17F700;
}

/* .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: #17F700;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #17F700;
}

/* .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: 70px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #17F700;
}

.xiantiao>a {
    color: #17F700;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #17F700;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 56px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* 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: 400px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 200px;
    }
}

/*  */
.subnav-box {
    margin-top: 20px !important;
}

.subnav {
    display: flex;
    align-items: stretch;
    margin-bottom: 0;
    position: relative;
    padding-left: 25px;
}

.subnav::after {
    position: absolute;
    content: "";
    --w: 5px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #17F700;
    left: 0;
    top: 8px;
}

.subnav i {
    font-size: 16px;
    color: #FFF;
    margin-right: 10px;
    line-height: normal;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #444;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sub-pagel>span,
.sub-pagel a {
    color: rgba(1, 2, 5, 0.40);
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: all 0.5s ease;
}

.sub-pagel a span {
    --size: 1px;
    --color: #034739;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.sub-pagel a:hover span {
    color: #034739;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.sub-pagel.sub-prev {
    margin: 0 38px;
}

.sub-pagel.sub-prev a {
    padding-top: 0;
    border-radius: 70px;
    border: 1px solid #034739;
    padding: 10px 31px;
    transition: all 0.5s ease;
}

.sub-pagel.sub-prev a:hover {
    background: #034739;
}

.sub-pagel.sub-prev a i {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    transition: all 0.5s ease;
}

.sub-pagel.sub-prev a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }

    .sub-pagel.sub-prev a {
        padding: 4px 18px;
    }

    .sub-pagel.sub-prev {
        margin: 0 16px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 105px;
    margin-top: 0;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="57"] {
    padding: 57px 0 0;
    position: relative;
}

[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: 83px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 56px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    [data-sub-padding="57"] {
        padding: 37px 0 0;
    }
}

.sub-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 96px);
    pointer-events: none;
}

.sub-bg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* contact */
.con-box {
    padding-bottom: 152px;
    position: relative;
    z-index: 12;
}

.con-smh {
    margin-bottom: 15px;
}

.con-smh p {
    color: #17F700;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.con-h {
    margin-bottom: 23px;
}

.con-h h2 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-so1top1) * 1.10417);
    text-transform: uppercase;
}

.con-h h2 span {
    color: #17F700;
}

.con-p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-p p {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
    max-width: 636px;
}

/*  */
.con-end {
    margin-top: 106px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.con-1 {
    width: 34.6%;
    flex: 0 0 auto;
    border-radius: 20px;
    background: linear-gradient(163deg, #17F700 3.7%, #034739 46.56%);
    padding: 118px 34px;
}

.con-1h {
    margin-bottom: 55px;
}

.con-1h p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.con-1u {
    margin-bottom: 32px;
}

.con-1l {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.40);
    margin-bottom: 25px;
    padding: 9px 33px;
    min-height: 112px;
    display: flex;
    align-items: center;
}

.con-1l:last-child {
    margin-bottom: 0;
}

.con-1l1 {
    flex: 0 0 auto;
    --w: 58px;
    width: var(--w);
    height: var(--w);
    border-radius: 10px;
    background: #034739;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 28px;
}

.con-1l1 i {
    font-size: 36px;
    color: #FFF;
}

.con-1lh p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.con-1la span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    transition: all 0.5s ease;
}

a.con-1la:hover span {
    color: #17F700;
}

/*  */
.con1-share {
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.47);
}

.con1-share p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    margin-bottom: 12px;
}

.con1-sharea {
    display: flex;
    align-items: center;
}

.con1-sharea>a {
    display: block;
    margin-right: 16px;
}

.con1-sharea>a:last-child {
    margin-right: 0;
}

.con1-sharea>a i {
    font-size: 24px;
    color: #FFF;
    line-height: normal;
    transition: all 0.5s ease;
    display: block;
}

.con1-sharea>a:hover i {
    color: #17F700;
    transform: translateY(-5px);
}

.con-2 {
    width: calc(65.4% - 65px);
    flex: 0 0 auto;
}

.con-2h {
    margin-bottom: 10px;
}

.con-2h p {
    color: #034739;
    font-family: 'Montserrat';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.con-2p {
    margin-bottom: 50px;
}

.con-2p p {
    color: #8D8D8D;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.con2-fol {
    margin-bottom: 16px;
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 60px;
}

.con2-fol p {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding: 0 20px;
}

.con2-fol input,
.con2-fol textarea {
    color: rgba(0, 0, 0, 0.28);
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.16px;

    width: 100%;
    border-radius: 10px;
    border: 1px solid #888;

    transition: all 0.5s ease;
    padding: 27px 20px;
}

.con2-fol textarea {
    border-radius: 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #17F700;
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.con2-fol input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.con2-fol input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.con2-fol textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: flex-end;
}

.con2-fobt button {
    padding: 13px 57px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: linear-gradient(94deg, #17F700 0%, #034739 100%);
    padding: 21px 96px;
    display: flex;
    align-items: center;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -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);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con2-fobt button:hover:before,
.con2-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    padding-top: 4px;
}

.con2-fobt button i {
    font-size: 19px;
    color: rgba(255, 255, 255, 1);
    margin-left: 8px;
    display: block;
    line-height: normal;
    transition: all 0.5s ease;
}

.con2-fobt button:hover i {
    transform: translateX(5px);
}

.con-map {
    margin-top: 108px;
}

.con-maph {
    margin-bottom: 12px;
}

.con-maph h2 {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.con-maph h2 span {
    color: #17F700;
}

.con-mapp {
    margin-bottom: 54px;
}

.con-mapp p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

.map iframe {
    aspect-ratio: 1659 / 437;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

@media (max-width: 1536px) {
    .con-smh {
        margin-bottom: 8px;
    }

    .con-h {
        margin-bottom: 12px;
    }

    .con-end {
        margin-top: 76px;
    }

    .con-1 {
        padding: 85px 12px 65px;
    }

    .con1-share {
        padding-top: 17px;
    }

    .con-1h {
        margin-bottom: 35px;
    }

    .con-1l {
        padding: 9px 14px;
    }

    .con-1l1 {
        --w: 48px;
        margin-right: 14px;
    }

    .con-1l1 i {
        font-size: 26px;
    }

    .con-2p {
        margin-bottom: 30px;
    }

    .con2-fol p {
        padding: 0 10px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 12px 12px;
    }

    .con2-fol:last-child {
        margin-bottom: 30px;
    }

    .con2-fobt button {
        padding: 12px 58px;
    }

    .con-map {
        margin-top: 78px;
    }

    .con-maph {
        margin-bottom: 0;
    }

    .con-mapp {
        margin-bottom: 34px;
    }

    .con-box {
        padding-bottom: 102px;
    }
}

@media (max-width: 992px) {
    .con-end {
        flex-direction: column;
        margin-top: 46px;
    }

    .con-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .con-2 {
        width: 100%;
    }

    .map iframe {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-1 {
        padding: 34px 12px 40px;
        margin-bottom: 30px;
    }

    .con-1h {
        margin-bottom: 25px;
    }

    .con-end {
        margin-top: 36px;
    }

    .con-2p {
        margin-bottom: 20px;
    }

    .con-map {
        margin-top: 48px;
    }

    .map iframe {
        height: 300px;
    }

    .con-box {
        padding-bottom: 52px;
    }
}

/* ft-email */
.ft-email {
    background: #E3ECE4;
}

.ft-embox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 72px;
}

.ft-em1p p {
    max-width: 648px;
    color: #034739;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.18);
    letter-spacing: -1.44px;
    text-transform: uppercase;
}

.ft-em2 {
    width: 43.2%;
    flex: 0 0 auto;
}

.ft-em2p {
    margin-bottom: 28px;
}

.ft-em2p p {
    color: #034739;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
}

.ft-em2from {
    width: 100%;
}

.ft-em2fo {
    display: flex;
    align-items: center;
    border-radius: 999px;
    background: #FFF;
    padding: 4px 4px 4px 42px;
}

.ft-em2fo>i {
    font-size: 34px;
    line-height: 1;
    color: #034739;
    display: block;
    flex: 0 0 auto;
    margin-right: 18px;
    padding-bottom: 8px;
}

.ft-em2in1 {
    color: #454545;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.56);
    flex: 0 0 auto;
    flex: 1;
    border: none;
}

.ft-em2in1:focus {
    border-bottom: 1px solid #17F700;
}

.ft-em2in1::-webkit-input-placeholder {
    color: #454545;
}

.ft-em2in1::-moz-placeholder {
    color: #454545;
}

.ft-em2in1::-ms-input-placeholder {
    color: #454545;
}

.ft-em2fo button {
    display: flex;
    align-items: center;
    border-radius: 999px;
    background: #17F700;
    padding: 20px 36px;
}

.ft-em2fo button span {
    color: #034739;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.ft-em2fo button i {
    margin-left: 6px;
    display: block;
    font-size: 16px;
    color: rgba(3, 71, 57, 1);
    transition: all 0.5s ease;
}

.ft-em2fo button:hover i {
    transform: translateX(5px);
}

.ft-top {
    display: flex;
    justify-content: space-between;
    padding: 104px 0 80px;
}

.ft1-h {
    margin-bottom: 30px;
}

.ft1-h p {
    color: rgba(255, 255, 255, 0.49);
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 2.5);
    text-transform: uppercase;
}

.ft1-la {
    display: block;
}

.ft1-la p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-so3lnum) + 6px);
    font-style: normal;
    font-weight: 600;
    line-height: 0.9;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ft1-la:hover p {
    color: rgba(255, 255, 255, 0.47);
}

@media (max-width: 1536px) {
    .ft-embox {
        padding: 40px 0 52px;
    }

    .ft-em2fo button {
        padding: 8px 22px;
    }

    .ft-em2fo {
        padding: 4px 4px 4px 22px;
    }
}

@media (max-width: 992px) {
    .ft-embox {
        flex-direction: column;
    }

    .ft-em1 {
        margin-bottom: 20px;
    }

    .ft-em2 {
        width: 100%;
    }

    .ft-em1p p {
        text-align: center;
    }

    .ft-em2p p {
        text-align: center;
    }
}

@media (max-width: 499px) {
    .ft-em2fo>i {
        font-size: 26px;
        margin-right: 10px;
        padding-bottom: 3px;
    }

    .ft-em1 {
        margin-bottom: 10px;
    }

    .ft-em2p {
        margin-bottom: 18px;
    }
}

/*  */
.ft2 {
    width: 55%;
    flex: 0 0 auto;
    padding-top: 66px;
    display: flex;
    justify-content: space-between;
}

.ft2-1 {
    max-width: 324px;
}

.ft2-1h {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.ft2-1h p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-proseh) * 1.25);
}

.ft2-1h p span {
    color: #698C7C;
}

.ft2-1h i {
    font-size: 37px;
    color: rgba(255, 255, 255, 1);
    margin-left: 8px;
    transform: translateY(5px);
}

.ft2-1p {
    margin-bottom: 34px;
}

.ft2-1p p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
}

.ft2-1btn {
    display: flex;
}

.ft2-1a {
    display: block;
    border-radius: 999px;
    background: #17F700;
    padding: 12px 24px;
    position: relative;
    overflow: hidden;
}

.ft2-1a::after,
.ft2-1a::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);
    z-index: 12;
}

.ft2-1a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft2-1a:hover:before,
.ft2-1a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft2-1a p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
}

/*  */
.ft2-2 {
    max-width: 400px;
}

.ft2-2te {
    margin-bottom: 20px;
}

.ft2-2a {
    display: block;
    margin-bottom: 10px;
}

.ft2-2a:last-child {
    margin-bottom: 0;
}

.ft2-2a p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

.ft2-2a p span {
    --size: 1px;
    --color: rgba(255, 255, 255, 0.47);
    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-2a:hover p span {
    color: rgba(255, 255, 255, 0.47);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft-share {
    display: flex;
    flex-wrap: wrap;
}

.ft-share a {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 3.12);
    text-transform: uppercase;
    margin-right: 18px;
    transition: all 0.5s ease;
}

.ft-share a:hover {
    color: #17F700;
}

/*  */
.ft3 {
    border-top: 1px solid rgba(255, 255, 255, 0.48);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 28px 0 160px;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 4px;
}

.ft3-1copy span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: 1.44px;
}

.ft3-1cnzz {
    padding-bottom: 2px;
}

.ft3-1pow {
    margin-right: 12px;
}

.ft3-1pow span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: rgba(255, 255, 255, 0.47);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: rgba(255, 255, 255, 0.47);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 1);
    margin: 0 12px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: rgba(255, 255, 255, 0.47);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: rgba(255, 255, 255, 0.47);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft-top {
        padding: 74px 0 40px;
    }

    .ft2 {
        width: 59%;
    }

    .ft2-1 {
        margin-right: 10px;
    }

    .ft2-1h i {
        font-size: 30px;
    }

    .ft3 {
        padding: 14px 0 70px;
    }
}

@media (max-width: 1199.9px) {
    .ft3 {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .ft-top {
        flex-direction: column;
    }

    .ft2 {
        width: 100%;
    }

    .ft-top {
        padding: 44px 0 40px;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2>span {
        display: none;
    }
}

@media (max-width: 768px) {
    .ft2 {
        flex-direction: column;
        padding-top: 36px;
    }

    .ft2-1 {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ft2-2 {
        max-width: 100%;
    }
}

@media (max-width: 499px) {
    .ft1-h {
        margin-bottom: 14px;
    }

    .ft-top {
        padding: 34px 0 20px;
    }

    .ft-share a {
        line-height: calc(var(--zj-subnav) * 2.12);
    }

    .ft1-la p {
        font-size: var(--zj-so3lnum);
    }
}

/* news */
.ne-smh {
    margin-bottom: 20px;
}

.ne-smh p {
    color: #17F700;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.ne-h {
    margin-bottom: 18px;
}

.ne-h h2 {
    color: #034739;
    text-align: center;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 800;
    line-height: calc((var(--zj-news-h) + 4px) * 0.75);
    text-transform: uppercase;
}

.ne-p p {
    color: #034739;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

/*  */
.ne-box {
    position: relative;
    z-index: 12;
    padding-bottom: 94px;
}

.ne-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 110px;
    margin-bottom: 74px;
}

.ne-nau {
    border-radius: 999px;
    background: #034739;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 6px;
}

.ne-nal {
    position: relative;
}

.ne-nal::after {
    position: absolute;
    content: "";
    width: 0.5px;
    height: 32px;
    background: rgba(224, 224, 224, 0.39);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ne-nal:last-child:after {
    display: none;
}

.ne-nala {
    display: block;
    border-radius: 999px;
    padding: 10px;
    transition: all 0.5s ease;
}

.ne-nala:hover {
    background: rgba(255, 255, 255, 0.47);
}

.ne-nal.on .ne-nala {
    background: #17F700;
}

.ne-nala p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: uppercase;
}

/*  */
.ne-u {
    margin-right: calc(-.5 * 2.13rem);
    margin-left: calc(-.5 * 2.13rem);
    margin-bottom: 55px;
}

.ne-l {
    padding-right: calc(2.13rem * .5);
    padding-left: calc(2.13rem * .5);
    margin-bottom: 40px;
}

.ne-lbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne-limg {
    display: block;
    width: 48.72%;
    flex: 0 0 auto;
}

.ne-limg .img-box {
    padding-bottom: 75%;
    border-radius: 10px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    width: calc(100% - 48.72% - 26px);
    flex: 0 0 auto;
}

.ne-lnum {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.ne-lnum p {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.07);
}

.ne-lnum span {
    width: 1px;
    height: 11px;
    margin: 0 20px;
    background: #000;
    display: block;
}

.ne-lh {
    display: block;
    margin-bottom: 32px;
}

.ne-lh p {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-lbtn {
    display: flex;
}

.ne-la {
    display: block;
    padding: 9px 20px;
    border-radius: 999px;
    border: 1px solid #000;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-la {
    background: #17F700;
    border: 1px solid #17F700;
}

.ne-la p {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.78);
}

@media (max-width: 1536px) {
    .ne-nav {
        margin-top: 60px;
        margin-bottom: 64px;
    }

    .ne-la p {
        line-height: 1;
    }

    .ne-u {
        margin-bottom: 25px;
        margin-right: calc(-.5 * 1.8rem);
        margin-left: calc(-.5 * 1.8rem);
    }

    .ne-l {
        padding-right: calc(1.8rem * .5);
        padding-left: calc(1.8rem * .5);
        margin-bottom: 30px;
    }

    .ne-lnum span {
        margin: 0 6px;
        height: 8px;
    }
}

@media (max-width: 1199.9px) {
    .ne-lte {
        width: calc(100% - 48.72% - 12px);
    }

    .ne-nav {
        justify-content: flex-start;
    }

    .ne-nau {
        flex-wrap: wrap;
        background: #03473900;
        padding: 0;
        justify-content: flex-start;
    }

    .ne-nala {
        background: #f2f2f2;
    }

    .ne-nala p {
        color: rgba(34, 34, 34, 1);
    }

    .ne-nala:hover {
        background: #17F700;
    }

    .ne-nal {
        margin-bottom: 4px;
    }

    .ne-nal::after {
        display: none;
    }

}

@media (max-width: 992px) {
    .ne-l {
        width: 100%;
    }
}

@media (max-width: 499px) {

    .ne-lbox {
        flex-direction: column;
    }

    .ne-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-lte {
        width: 100%;
    }

    .ne-nav {
        margin-top: 30px;
        margin-bottom: 34px;
    }

    .ne-u {
        margin-bottom: 15px;
    }

    .ne-box {
        padding-bottom: 34px;
    }
}

/* solution 解决方案 */
.sol-box {
    position: relative;
    z-index: 12;
    padding-bottom: 122px;
}

.sol-smh {
    color: #17F700;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.sol-smh p {
    margin-bottom: 15px;
}

.sol-h {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sol-h h2 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.1);
    text-transform: uppercase;
    max-width: 820px;
}

.sol-h h2 span {
    color: #17F700;
}

.sol-p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sol-p p {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
    max-width: 636px;
}

/*  */
.sol-u {
    margin-top: 65px;
    margin-bottom: 50px;
    margin-right: calc(-.5 * 1.6rem);
    margin-left: calc(-.5 * 1.6rem);
}

.sol-l {
    margin-bottom: 76px;
    padding-right: calc(1.6rem * .5);
    padding-left: calc(1.6rem * .5);
}

.sol-limg {
    display: block;
    margin-bottom: 20px;
}

.sol-limg .img-box {
    padding-bottom: 72%;
    border-radius: 10px;
}

.sol-limg .img-box img {
    transition: all 0.5s ease;
}

.sol-lbox:hover .sol-limg .img-box img {
    transform: scale(1.08);
}

.sol-lnum {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.sol-lnum p {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.07);
}

.sol-lnum span {
    width: 1px;
    height: 11px;
    background: #000;
    margin: 0 20px;
}

.sol-lh {
    display: block;
    margin-bottom: 32px;
}

.sol-lh p {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sol-lbtn {
    display: flex;
}

.sol-la {
    display: block;
    padding: 9px 20px;
    border-radius: 999px;
    border: 1px solid #000;
    transition: all 0.5s ease;
}

.sol-lbox:hover .sol-la {
    background: #17F700;
    border: 1px solid #17F700;
}

.sol-la p {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.78);
}

@media (max-width: 1536px) {
    .sol-u {
        margin-top: 45px;
        margin-bottom: 40px;
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .sol-l {
        margin-bottom: 46px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .sol-la p {
        line-height: 1;
    }

    .sol-lnum span {
        margin: 0 10px;
    }

    .sol-box {
        padding-bottom: 72px;
    }
}

@media (max-width: 992px) {
    .sol-l {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .sol-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .sol-l {
        width: 100%;
    }

    .sol-smh p {
        margin-bottom: 4px;
    }

    .sol-h {
        margin-bottom: 12px;
    }

    .sol-u {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .sol-box {
        padding-bottom: 42px;
    }
}

/* product 产品列表  */
.pro-box {
    position: relative;
    z-index: 12;
    padding-bottom: 120px;
}

.pro-smh {
    margin-bottom: 10px;
}

.pro-smh p {
    color: #17F700;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.pro-h {
    margin-bottom: 10px;
}

.pro-h h2 {
    color: #034739;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.pro-p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-p p {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    max-width: 497px;
}

.product .ne-nav {
    margin-top: 90px;
    margin-bottom: 46px;
    z-index: 12;
}

.productsp .ne-nav {
    position: sticky;
    top: 100px;
}

/*  */
.pro-lbox {
    height: 100%;
}

.pro-la {
    display: block;
    border-radius: 10px;
    background: #E3ECE4;
    padding: 20px 20px 50px;
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-la {
    background: #034739;
}

.pro-limg .img-box {
    padding-bottom: 79%;
    padding-bottom: 102%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pro-limg .img-box img {
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-limg .img-box img {
    transform: scale(1.08);
}

.pro-lp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-lp p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    min-height: calc(var(--zj-subnav) * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 256px;
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-lp p {
    color: #FFF;
}

.pro-lfly {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-lflya {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0 8px 8.8px 0 rgba(0, 0, 0, 0.04);
    margin: 0 6px;
    margin-top: -25px;
    transition: all 0.5s ease;
}

.pro-lflya:hover {
    background: #17F700;
}

.pro-lflya:nth-child(2) {
    width: 0;
    overflow: hidden;
    opacity: 0;
}

.pro-lbox:hover .pro-lflya:nth-child(2) {
    width: var(--w);
    overflow: visible;
    opacity: 1;
}

/*  */
.pro-lflya i {
    font-size: 22px;
    color: #828883;
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-lflya i {
    color: rgba(3, 71, 57, 1);
}

/*  */
.pro-u {
    margin-right: calc(-.5 * 2.9rem);
    margin-left: calc(-.5 * 2.9rem);
    margin-bottom: 52px;
}

.pro-l {
    padding-right: calc(2.9rem * .5);
    padding-left: calc(2.9rem * .5);
    margin-bottom: 46px;
}

@media (max-width: 1536px) {
    .product .ne-nav {
        margin-top: 60px;
        margin-bottom: 64px;
    }

    .pro-u {
        margin-right: calc(-.5 * 1.9rem);
        margin-left: calc(-.5 * 1.9rem);
        margin-bottom: 22px;
    }

    .pro-l {
        padding-right: calc(1.9rem * .5);
        padding-left: calc(1.9rem * .5);
        margin-bottom: 26px;
    }

    .pro-box {
        padding-bottom: 70px;
    }
}

@media (max-width: 1199.9px) {
    .product .ne-nav {
        position: relative;
        top: 0;
    }
}

@media (max-width: 992px) {
    .pro-l {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .pro-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro-l {
        width: 100%;
    }

    .pro-smh {
        margin-bottom: 0;
    }

    .pro-h {
        margin-bottom: 0;
    }

    .product .ne-nav {
        margin-top: 30px;
        margin-bottom: 24px;
    }

    .ne-nala {
        padding: 7px;
    }

    .pro-u {
        margin-bottom: 0;
    }

    .pro-box {
        padding-bottom: 50px;
    }
}

/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #034739;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-family: 'Inter Tight';
    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: #034739;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* product 产品详情  */
/*  */
.prode-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 58px;
    border-radius: 10px;
    background: #E3ECE4;
    padding: 20px;
}

.prode1-2 {
    width: calc(62% - 35px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 12px;
}

.prode1-2h p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.prode1-2p {
    margin-bottom: 24px;
}

.prode1-2p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.prode1-2end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2share {
    display: flex;
    align-items: center;
}

.prode1-2share p {
    color: #333;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    margin-right: 28px;
}

.prode1-2btn {
    width: 38%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 4px);
    border-radius: 999px 0 0 999px;
    background: #034739;
    box-shadow: 3px 4px 4px 0 rgba(6, 189, 215, 0.11);
    padding: 14px 10px;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #17F700;
}

.prode1-2a:last-child {
    border-radius: 0 999px 999px 0;
}

.prode1-2a span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 0.85);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.prode1-2a:hover span {
    color: #034739;
}

/* prode-end */
.prode2 {
    position: sticky;
    top: 120px;
    z-index: 14;
    overflow: hidden;
    background: #fff;
    margin-bottom: 50px;
}

.prode2::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #E3ECE4;
}

.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: 4px;
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    display: block;
    width: max-content;
    padding: 19px 46px;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 10px 10px 0 0;
    border: 1px solid #E3ECE4;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prode2-l.on .prode2-la {
    font-weight: 600;
    background: #E3ECE4;
    color: #000;
}

.prode2-l:hover .prode2-la {
    background: #E3ECE4;
    color: #000;
}

.prode2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #00998B;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.5s ease;
    z-index: 12;
    display: none;
}

.prode2-l:hover .prode2-la::after {
    width: 100%;
}

.prode2-l.on .prode2-la::after {
    width: 100%;
}

/* prode3h */
.prode3h {
    margin-bottom: 40px;
}

.prode3h p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-proseh) * 1.25);
}

/* prode5h */
.prode5h {
    margin-bottom: 22px;
}

.prode5h p {
    color: #034739;
    font-family: 'Inter';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

/*  */
.prode5for {
    max-width: 1158px;
}

.prode5 .con2-fol:last-child {
    margin-bottom: 50px;
}

.prode5 .con2-fol p {
    padding: 0;
    color: #222;
    font-family: "General Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.32px;
    text-transform: capitalize;
}

.prode5 .con2-fol input,
.prode5 .con2-fol textarea {
    border-radius: 99px;
    border: 1px solid #DEDEDE;
    background: #E3ECE4;
    padding: 12px 20px;
    color: #B1B1B1;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42857);
    letter-spacing: -0.28px;
}

.prode5 .con2-fol textarea {
    border-radius: 20px;
}

.prode5 .con2-fol input:focus,
.prode5 .con2-fol textarea:focus {
    border: 1px solid #17F700;
}

.prode5 .con2-fol input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.prode5 .con2-fol input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.prode5 .con2-fol input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.prode5 .con2-fol textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.prode5 .con2-fol textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.prode5 .con2-fol textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.28);
}

.prode5 .con2-fobt button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    background: #034739;
    padding: 10px 40px;
    transition: all 0.5s ease;
}

.prode5 .con2-fobt button:hover {
    background: #17F700;
}

.prode5 .con2-fobt button::after,
.prode5 .con2-fobt button::before {
    display: none;
}

.prode5 .con2-fobt button span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.42857);
    text-transform: capitalize;
}

/*  */
.prode-sw {
    padding: 150px 0 86px;
}

.prode-swsmh {
    margin-bottom: 10px;
}

.prode-swsmh p {
    color: #17F700;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.prode-swh {
    margin-bottom: 62px;
}

.prode-swh h2 {
    color: #034739;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
    padding-bottom: 20px;
}

@media (max-width: 136px) {
    .prode-sw {
        padding: 70px 0 66px;
    }
}

@media (max-width: 1199.9px) {
    .prode1-2end {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode1-2btn {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .prode1-1 {
        flex-direction: column;
    }

    .slider-for {
        width: 100%;
    }

    .prode2-la {
        padding: 12px 24px;
        min-width: 192px;
    }

    .prode2 {
        position: relative;
        top: 0;
    }

    .prode2 {
        margin-bottom: 0;
    }

    .prode-sw {
        padding: 40px 0 46px;
    }
}

@media (max-width: 768px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode3,
    .prode4,
    .prode5,
    .prode6 {
        padding-top: 30px;
    }

    .prode3h {
        margin-bottom: 20px;
    }

    .prode-swsmh {
        margin-bottom: 0;
    }

    .pro-box {
        padding-bottom: 30px;
    }
}

@media (max-width: 499px) {
    .prode-top {
        padding: 12px;
    }

    .prode-top {
        margin-bottom: 28px;
    }

    .prode5 .con2-fol:last-child {
        margin-bottom: 20px;
    }

    .prode-swh {
        margin-bottom: 22px;
    }

    .prode-sw {
        padding: 40px 0 0;
    }
}

/* about 致远万向（关于我们） */
.ab1 {
    border-bottom: 1px solid #E3ECE4;
}

.ab1-box {
    padding: 52px 0 88px;
}

.ab1-smh {
    margin-bottom: 10px;
}

.ab1-smh p {
    color: #17F700;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.ab1-h {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab1-h h2 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: 1.22;
    text-transform: uppercase;
    max-width: 770px;
}

.ab1-h h2 span {
    color: #034739;
}

.ab1-p {
    margin-bottom: 52px;
}

.ab1-p p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.ab1-end {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.ab1-endbg {
    position: absolute;
    right: 0;
    top: 66px;
}

.ab1-endbgte p {
    color: rgba(3, 71, 57, 0.06);
    font-family: 'Montserrat';
    font-size: 128px;
    font-style: normal;
    font-weight: 800;
    font-style: italic;
    white-space: nowrap;
    line-height: normal;
    text-transform: uppercase;
}

/*  */
.ab1-1 {
    width: 32%;
    flex: 0 0 auto;
    position: relative;
    z-index: 12;
}

.ab1-1 .img-box {
    padding-bottom: 140%;
}

.ab1-2 {
    width: calc(68% - 148px);
    flex: 0 0 auto;
    position: relative;
    z-index: 12;
}

.ab1-2h {
    margin-bottom: 18px;
}

.ab1-2h p {
    color: #034739;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.ab1-2p {
    margin-bottom: 44px;
}

.ab1-2p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-bottom: 26px;
}

.ab1-2u {
    display: flex;
}

.ab1-2l {
    padding-right: 10px;
    margin-right: 40px;
    position: relative;
}

.ab1-2l::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 46px;
    right: 0;
    top: 12px;
    background: #808080;
}

.ab1-2l:last-child:after {
    display: none;
}

.ab1-2l1 p {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.ab1-2l2 p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/* ab2 */
.ab2-box {
    padding-top: 122px;
}

.ab2-smh {
    margin-bottom: 8px;
}

.ab2-smh p {
    color: #17F700;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.ab2-h {
    margin-bottom: 136px;
}

.ab2-h h2 {
    color: #034739;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.ab2-u {
    margin-right: calc(-.5 * 3.13rem);
    margin-left: calc(-.5 * 3.13rem);
}

.ab2-l {
    padding-right: calc(3.13rem * .5);
    padding-left: calc(3.13rem * .5);
    margin-bottom: 124px;
}

.ab2-lh p {
    color: #034739;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.ab2-line {
    width: 96px;
    height: 0.5px;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 18px;
    background: #034739;
}

.ab2-lp p {
    color: #034739;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/* ab3 */
.ab3 {
    margin-top: -40px;
}

.ab3-box {
    padding: 98px 0 142px;
}

.ab3-h {
    margin-bottom: 18px;
}

.ab3-h p {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.33);
    text-transform: uppercase;
}

.ab3-h p span {
    color: #034739;
}

.ab3-p {
    margin-bottom: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab3-p p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    max-width: 480px;
}

/*  */
.ab3-navu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.ab3-navl {
    cursor: pointer;
    margin: 0 45px;
}

.ab3-navlp span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    --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);
}

.ab3-navl.on .ab3-navlp span {
    color: #000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ab3-navl:hover .ab3-navlp span {
    color: #000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ab3-sw {
    position: relative;
    padding: 0 30px;
    display: none;
}

.ab3-sw.on {
    display: block;
}

.ab3-hon {
    overflow: hidden;
}

.ab3-hobox {
    cursor: pointer;
}

.ab3-hon .swiper-slide {
    transform: scale(0.8);
    transition: all 0.5s ease;
}

.ab3-hon .swiper-slide-active {
    transform: scale(1);
}

.ab3-hoimg {
    padding-bottom: 136%;
}

.ab3-hoimg img {
    transition: all 0.5s ease;
}

.ab3-hobox:hover .ab3-hoimg img {
    transform: scale(1.08);
}

/*  */
.ab3-hon .swiper-button-prev,
.ab3-hon .swiper-button-next {
    --w: 30px;
    height: var(--w);
    width: var(--w);
    border-radius: 100px;
    background: #B6B6B6;
    transition: all 0.5s ease;
}

.ab3-hon .swiper-button-prev {
    left: 0;
}

.ab3-hon .swiper-button-next {
    right: 0;
}

.ab3-hon .swiper-button-prev:hover,
.ab3-hon .swiper-button-next:hover {
    background: #17F700;
}

.ab3-hon .swiper-button-prev::after,
.ab3-hon .swiper-button-next::after {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
}

/* ab4 */
.ab4-box {
    padding: 92px 0 120px;
}

.ab4-h {
    margin-bottom: 10px;
}

.ab4-h p {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.ab4-h p span {
    color: #034739;
}

.ab4-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.ab4-p p {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    max-width: 600px;
}

/*  */
.ab4-sw {
    position: relative;
}

#ab4-sw {
    overflow: hidden;
}

.ab4-swbox {
    cursor: pointer;
}

.ab4-swimg {
    padding-bottom: 59%;
    border-radius: 10px;
    margin-bottom: 26px;
}

.ab4-swimg img {
    transition: all 0.5s ease;
}

.ab4-swbox:hover .ab4-swimg img {
    transform: scale(1.08);
}

.ab4-swp p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .ab1-2l {
        padding-right: 10px;
        margin-right: 10px;
    }

    .ab1-2l:last-child {
        padding-right: 0;
        margin-right: 0;
    }

    .ab1-2 {
        width: calc(68% - 48px);
    }

    .ab2-box {
        padding-top: 62px;
    }

    .ab2-h {
        margin-bottom: 66px;
    }

    .ab2-u {
        margin-right: calc(-.5 * 2.13rem);
        margin-left: calc(-.5 * 2.13rem);
    }

    .ab2-l {
        padding-right: calc(2.13rem * .5);
        padding-left: calc(2.13rem * .5);
        margin-bottom: 64px;
    }

    .ab3-p {
        margin-bottom: 34px;
    }

    .ab3-box {
        padding: 58px 0 82px;
    }

    .ab3-navl {
        cursor: pointer;
        margin: 0 20px;
    }

    .ab4-box {
        padding: 58px 0 82px;
    }

    .ab4-p {
        margin-bottom: 40px;
    }

    .ab4-swimg {
        margin-bottom: 13px;
    }
}

@media (max-width: 992px) {
    .ab1-end {
        flex-direction: column-reverse;
    }

    .ab1-1 {
        width: 100%;
    }

    .ab1-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab2-l {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .ab1-2u {
        flex-wrap: wrap;
    }

    .ab1-2l {
        width: 50%;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ab1-2l::after {
        display: none;
    }

    .ab2-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 32px 0 48px;
    }

    .ab1-p {
        margin-bottom: 32px;
    }

    .ab1-2p p {
        margin-bottom: 12px;
    }

    .ab1-2p {
        margin-bottom: 22px;
    }

    .ab2-box {
        padding-top: 32px;
    }

    .ab2-h h2 {
        line-height: 1.2;
    }

    .ab2-h {
        margin-bottom: 24px;
    }

    .ab2-l {
        margin-bottom: 24px;
    }

    .ab3-box {
        padding: 58px 0 42px;
    }

    .ab3-navl {
        margin: 0 10px;
    }

    .ab4-box {
        padding: 28px 0 32px;
    }

    .ab4-h p {
        line-height: 1.2;
    }

    .ab4-p {
        margin-bottom: 20px;
    }
}

/* index */
/* ind-news so6 */
.ind-news {
    position: relative;
    overflow: hidden;
}

.so6bg1 {
    position: absolute;
    width: 737px;
    left: -134px;
    bottom: -81px;
    transform: rotate(-15.26deg);
}

.so6bg1 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.so6bg2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 23%;
}

.so6bg2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.so6 {
    display: flex;
    justify-content: space-between;
    padding: 145px 0 100px;
    position: relative;
    z-index: 12;
    align-items: flex-start;
}

.so6-1 {
    width: 43%;
    flex: 0 0 auto;
    position: relative;
}

.so6-1img1 .img-box {
    padding-bottom: 85%;
    border-radius: 10px;
}

.so6-1img2 {
    position: absolute;
    width: 80%;
    right: 0;
    bottom: -105px;
    z-index: 12;
}

.so6-1img2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.so6-2 {
    width: calc(57% - 66px);
    flex: 0 0 auto;
}

.so6-2smh {
    margin-bottom: 20px;
}

.so6-2smh p {
    color: #17F700;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.so6-2h {
    margin-bottom: 18px;
}

.so6-2h p {
    color: #034739;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 800;
    line-height: calc((var(--zj-news-h) + 4px) * 0.75);
    text-transform: uppercase;
}

.so6-2p {
    margin-bottom: 80px;
}

.so6-2p p {
    color: #034739;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

/*  */
.so6-u {
    margin-right: calc(-.5 * 3.8rem);
    margin-left: calc(-.5 * 3.8rem);
}

.so6-l {
    margin-bottom: 50px;
    padding-right: calc(3.8rem * .5);
    padding-left: calc(3.8rem * .5);
}

.so6-la {
    display: block;
}

.so6-lnum {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.so6-lnum p {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.07);
}

.so6-lnum span {
    width: 1px;
    height: 11px;
    margin: 0 20px;
    background: #000;
}

.so6-lh {
    margin-bottom: 20px;
}

.so6-lh p {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--zj-ft1-1h) * 1.25 * 3.1);
}

.so6-lh p span {
    --size: 1px;
    --color: #034739;
    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.8s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so6-la:hover .so6-lh p span {
    color: #034739;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so6-lbtn {
    display: flex;
}

.so6-lbtn p {
    border-radius: 999px;
    border: 1px solid #000;
    padding: 9px 20px;
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.78);
    transition: all 0.5s ease;
}

.so6-la:hover .so6-lbtn p {
    border-radius: 999px;
    background: #17F700;
    font-weight: 600;
    border: 1px solid #17F700;
}

/* ind-support so5 */
.ind-support {
    background: #E3ECE4;
    padding: 68px 0 60px;
    position: relative;
    position: relative;
}

.ind-support::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    background: #E3ECE4;
    left: 0;
    top: -40px;
}

.so5bg {
    position: absolute;
    top: 0;
    left: 30px;
    width: 21.2%;
}

.so5bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: multiply;
}

.so5-1smh {
    margin-bottom: 14px;
}

.so5-1smh p {
    color: #17F700;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.so5-1h {
    margin-bottom: 16px;
}

.so5-1h p {
    color: #034739;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-news-h) + 4px) * 0.92);
    text-transform: uppercase;
}

.so5-1p {
    margin-bottom: 80px;
}

.so5-1p p {
    color: #034739;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 768px;
}

.so5-1 {
    display: flex;
    justify-content: flex-end;
}

.so5-1te {
    width: 49.4%;
    flex: 0 0 auto;
}

/*  */
.so5-2l {
    transition: all 0.5s ease;
}

.so5-2l:hover {
    background: #17F700;
}

.so5-2lte {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0;
    border-bottom: 1px solid rgba(3, 71, 57, 0.38);
}

.so5-2l:first-child .so5-2lte {
    border-top: 1px solid rgba(3, 71, 57, 0.38);
}

.so5-2l1 {
    width: calc(100% - 49.4% - 100px);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.so5-2lnum {
    width: 40%;
    flex: 0 0 auto;
}

.so5-2lnum p {
    color: rgba(3, 71, 57, 0.43);
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so5-2la:hover .so5-2lnum p {
    color: #000;
}

.so5-2lh {
    width: 60%;
    flex: 0 0 auto;
}

.so5-2lh p {
    color: #034739;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so5-2la:hover .so5-2lh p {
    color: #000;
}

/*  */
.so5-2l2 {
    width: 49.4%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so5-2lp p {
    color: #034739;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 460px;
    transition: all 0.5s ease;
}

.so5-2la:hover .so5-2lp p {
    color: #000;
}

.so5-2lbtn {
    padding: 9px 20px;
    border-radius: 999px;
    border: 1px solid #034739;
    min-width: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so5-2la:hover .so5-2lbtn {
    border: 1px solid #000;
}

.so5-2lbtn p {
    color: #034739;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.78);
    transition: all 0.5s ease;
}

.so5-2la:hover .so5-2lbtn p {
    color: #000;
    font-weight: 600;
}

/*  */
.so5-3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 52px !important;
}

.so5-3btn {
    display: flex;
    align-items: center;
    width: 49.4%;
    flex: 0 0 auto;
}

.so5-3a {
    display: flex;
    align-items: center;
}

.so5-3a span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 0.85);
    text-transform: uppercase;
}

.so5-3i {
    overflow: hidden;
    transform: rotate(-45deg);
}

.so5-3i i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    --w: 29px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.so5-3a:hover .so5-3i i {
    animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1)
}

@keyframes shuffle {
    50% {
        transform: translateX(100%)
    }

    50.01% {
        transform: translateX(-100%)
    }
}

/* ind-case so4 */
.ind-case {
    position: relative;
    z-index: 12;
    border-radius: 0 0 60px 60px;
    background: #034739;
    padding: 124px 0 190px;
}

.so4-1 {
    position: relative;
}

.so4-1img1 {
    position: absolute;
    left: 22%;
    top: 52%;
    z-index: 12;
}

.so4-1img2 {
    position: absolute;
    right: 21%;
    top: 60%;
    z-index: 12;
}

/*  */
.so4bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: 0;
}

.so4bg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.so4 {
    position: relative;
    z-index: 12;
}

.so4-smh {
    margin-bottom: 15px;
}

.so4-smh p {
    color: #17F700;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.so4-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.so4-h p {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    max-width: 820px;
}

.so4-h p span {
    color: #17F700;
}

.so4-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.so4-p p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    text-transform: capitalize;
    max-width: 636px;
}

/*  */
.so4-u {
    margin-right: calc(-.5 * 1.6rem);
    margin-left: calc(-.5 * 1.6rem);
}

.so4-l {
    padding-right: calc(1.6rem * .5);
    padding-left: calc(1.6rem * .5);
}

.so4 .sol-lnum p,
.so4 .sol-lh p,
.so4 .sol-la p {
    color: #FFF;
    transition: all 0.5s ease;
}

.so4 .sol-lbox:hover .sol-la p {
    color: #000;
}

.so4 .sol-lnum span {
    background: #FFF;
}

.so4 .sol-la {
    border: 1px solid #FFF;
}

/*  */
.so3 {
    padding: 118px 0 194px;
}

.so3-smh {
    margin-bottom: 8px;
}

.so3-smh p {
    color: #17F700;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.so3-h {
    margin-bottom: 90px;
}

.so3-h p {
    color: #034739;
    text-align: center;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

/*  */
.so3-u {
    display: flex;
    justify-content: space-between;
}

.so3-l>div {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    border: 1px solid #E3ECE4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.so3-l>div:hover {
    border: 1px solid #FFF;
}

.so3-l>div::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(23, 247, 0, 0.45) 100%);
    z-index: 8;
    opacity: 0;
    transition: all 0.5s ease;
}

.so3-l>div:hover:after {
    opacity: 1;
}

.so3-lbox {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 37px;
}

.so3-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #E3ECE4;
    transition: all 0.5s ease;
    z-index: 10;
}

.so3-l>div:hover .so3-lbox::after {
    opacity: 0;
}

.so3-lbox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(23, 247, 0, 0.20) 100%), #FFF;
    z-index: 10;
}

.so3-lh,
.so3-line,
.so3-lp {
    position: relative;
    z-index: 12;
}

.so3-lh p {
    color: #034739;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.so3-line {
    width: 96px;
    height: 0.5px;
    background: #034739;
    margin: 18px auto;
}

.so3-lp p {
    color: #034739;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/* ind-story so2 */
.so2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 198px;
    position: relative;
}

.so2 .ab1-endbg {
    top: 132px;
}

.so2 .ab1-endbgte p {
    color: #034739;
    font-family: 'Montserrat';
    font-size: 128px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    font-style: italic;
}

.so2-1 {
    width: 36%;
    flex: 0 0 auto;
    padding-bottom: 8px;
    position: relative;
    z-index: 12;
}

.so2-1 .img-box {
    padding-bottom: 93%;
}

.so2-1 .img-box img {
    background: none;
}

.so2-2 {
    width: calc(64% - 112px);
    flex: 0 0 auto;
    position: relative;
    z-index: 12;
}

.so2-2smh {
    margin-bottom: 8px;
}

.so2-2smh p {
    color: #17F700;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.so2-2h {
    margin-bottom: 10px;
}

.so2-2h p {
    color: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.so2-2h p span {
    color: #034739;
}

.so2-2p {
    margin-bottom: 24px;
}

.so2-2p p {
    overflow: hidden;
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so2-2btn {
    display: flex;
    margin-bottom: 48px;
}

.so2-2a {
    display: flex;
    align-items: center;
    border-radius: 999px;
    background: #17F700;
    padding: 10px 18px;
}

.so2-2a span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 0.85);
    text-transform: uppercase;
}

.so2-2i {
    overflow: hidden;
    transform: rotate(-45deg);
}

.so2-2i i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    --w: 29px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2-2a:hover .so2-2i i {
    animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1)
}

/* ind-product so1 */
.so1 {
    padding-top: 82px;
}

.so1-smh p {
    color: #17F700;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.so1-h p {
    color: #034739;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.so1-p {
    margin-bottom: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-p p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    max-width: 540px;
}

/*  */
.so1-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 46px;
}

.so1-nau {
    border-radius: 999px;
    background: #034739;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 6px;
}

.so1-nal {
    position: relative;
}

.so1-nal::after {
    position: absolute;
    content: "";
    width: 0.5px;
    height: 32px;
    background: rgba(224, 224, 224, 0.39);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.so1-nal:last-child:after {
    display: none;
}

.so1-nala {
    display: block;
    border-radius: 999px;
    padding: 10px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.so1-nala:hover {
    background: rgba(255, 255, 255, 0.47);
}

.so1-nal.on .so1-nala {
    background: #17F700;
}

.so1-nala p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: uppercase;
}

/*  */
.so1-u {
    display: none;
    margin-right: calc(-.5 * 2.9rem);
    margin-left: calc(-.5 * 2.9rem);
}

.so1-u.on {
    display: flex;
}

.so1-l {
    padding-right: calc(2.9rem * .5);
    padding-left: calc(2.9rem * .5);
    margin-bottom: 20px;
}

/* index-banner */
.index-banner {
    width: 100%;
    position: relative;
}

.index-bafly {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 22px;
    z-index: 12;
}

.index-baflyi {
    animation: rotation 5s linear infinite;
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.index-baflyi i {
    font-size: 37px;
    color: #FFF;
    line-height: normal;
}

.index-baflybox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index-baflybox>i {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    line-height: normal;
    margin-top: 4px;
}

/*  */

.art-video-player::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}

.art-video-player .art-bottom {
    display: none !important;
}

.art-mask {
    display: none !important;
}

.index-banner .slide-inner {
    padding-bottom: calc(960 / 1920 * 100%);
    position: relative;
}

.index-banner .banner-butbox {
    position: absolute;
    right: 134px;
    bottom: 75px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6.15px);
    border-radius: 6px;
}

.index-banner .banner-butbox .banner-butbox2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.index-banner .banner-butbox .banner-butbox2 .banner-prev {
    margin-right: 8px;
}

.index-banner .banner-butbox .banner-img {
    width: 103px;
    height: 58px;
    position: relative;
}

.index-banner .banner-butbox .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.index-banner .banner-butbox .banner-img span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
}

.index-banner .swiper-slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-banner .swiper-slide iframe,
.index-banner .swiper-slide .banner-video,
.index-banner .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-banner .banner-video video {
    object-fit: cover;
}

.swiper-but {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: all 0.5s;
}

.swiper-but i {
    display: block;
    font-size: 12px;
    color: #000;
    transition: all 0.5s;
}

/* .swiper-but:hover {
    background-color: #0A2DB0;
} */

.swiper-but:hover i {
    color: #17F700;
}

@media (max-width: 1536px) {
    .index-banner .banner-butbox {
        position: absolute;
        right: 55px;
        bottom: 35px;
    }

    .so1 {
        padding-top: 62px;
    }

    .so1-p {
        margin-bottom: 48px;
    }

    .so1-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so1-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .so2 .ab1-endbg {
        top: 60px;
    }

    .so2 .ab1-endbgte p {
        font-size: 80px;
    }

    .so3-l>div {
        width: 212px;
        height: 212px;
    }

    .so3-line {
        margin: 4px auto;
    }

    .so3-lh p {
        line-height: 1.2;
    }

    .so3-lbox {
        padding: 0 20px;
    }

    .so2-2 {
        width: calc(64% - 44px);
    }

    .so3-h {
        margin-bottom: 40px;
    }

    .so3 {
        padding: 118px 0 94px;
    }

    .ind-case {
        padding: 64px 0 120px;
    }

    .so4-p {
        margin-bottom: 50px;
    }

    .so6-2p {
        margin-bottom: 40px;
    }

    .so6-u {
        margin-right: calc(-.5 * 1.8rem);
        margin-left: calc(-.5 * 1.8rem);
    }

    .so6-l {
        margin-bottom: 20px;
        padding-right: calc(1.8rem * .5);
        padding-left: calc(1.8rem * .5);
    }

    .so6-lbtn p {
        line-height: 1;
    }

    .so6 {
        padding: 95px 0 100px;
    }
}

@media (max-width: 1199.9px) {
    .so1-nau {
        flex-wrap: wrap;
        background: #03473900;
        padding: 0;
        justify-content: flex-start;
    }

    .so1-nala {
        background: #f2f2f2;
    }

    .so1-nala p {
        color: rgba(34, 34, 34, 1);
    }

    .so1-nala:hover {
        background: #17F700;
    }

    .so1-nal {
        margin-bottom: 4px;
    }

    .so1-nal::after {
        display: none;
    }

    .so3-u {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .so1-l {
        width: 50%;
        margin-bottom: 30px;
    }

    .so2 {
        flex-direction: column-reverse;
    }

    .so2-1 {
        width: 100%;
    }

    .so2-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so3-l {
        margin-bottom: 20px;
    }

    .so4-l {
        width: 50%;
        margin-bottom: 20px;
    }

    .so5-1 {
        justify-content: flex-start;
    }

    .so5-3 {
        justify-content: flex-start;
    }

    .so5-2lbtn {
        min-width: 122px;
    }

    .so5-2lbtn p {
        line-height: 1;
    }

    .so5-2l2 {
        width: 60.4%;
    }

    .so6 {
        flex-direction: column-reverse;
    }

    .so6-1 {
        width: 100%;
    }

    .so6-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .so5-1te {
        width: 100%;
    }

    .so5-2lbtn {
        display: none;
    }

    .so5-2lte {
        flex-direction: column;
    }

    .so5-2l1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so5-2lnum {
        width: 40px;
    }

    .so5-2lh {
        width: calc(100% - 40px);
    }

    .so5-2l2 {
        width: 100%;
    }



}

@media (max-width: 499px) {
    .index-banner .banner-butbox {
        display: none;
    }

    .index-banner .slide-inner {
        padding-bottom: calc(1200 / 1920 * 100%);
    }

    .index-baflyi i {
        font-size: 22px;
    }

    .index-bafly {
        bottom: 12px;
    }

    .so1 {
        padding-top: 42px;
    }

    .so1-p {
        margin-bottom: 28px;
    }

    .so1-nala {
        padding: 7px;
    }

    .so1-l {
        width: 100%;
    }

    .so1-nav {
        margin-bottom: 26px;
    }

    .so2 .ab1-endbgte p {
        font-size: 60px;
    }

    .so2 {
        padding-top: 140px;
    }

    .so2 .ab1-endbg {
        top: 20px;
    }

    .so3 {
        padding: 38px 0 44px;
    }

    .so3-l {
        width: 100%;
    }

    .so3-l>div {
        width: 100%;
        border-radius: 0;
    }

    .so3-lbox {
        border-radius: 0;
    }

    .so3-h {
        margin-bottom: 20px;
    }

    .so3-smh {
        margin-bottom: 0;
    }

    .so4-l {
        width: 100%;
    }

    .ind-case {
        border-radius: 0 0 20px 20px;
        padding: 44px 0 30px;
    }

    .so4-h {
        margin-bottom: 12px;
    }

    .so4-p {
        margin-bottom: 20px;
    }

    .so6-l {
        width: 100%;
    }

    .so6 {
        padding: 45px 0 100px;
    }

    .so5-1p {
        margin-bottom: 40px;
    }

    .so5-2lte {
        padding: 12px 0;
    }

    .so5-2l1 {
        margin-bottom: 12px;
    }

    .so5-3 {
        margin-top: 22px !important;
    }

    .ind-support {
        padding: 38px 0 40px;
    }

    .so4-1img1 {
        position: absolute;
        left: 9%;
        top: 42%;
        z-index: 12;
        width: 30px;
    }

    .so4-1img2 {
        position: absolute;
        right: 8%;
        top: 48%;
        z-index: 12;
        width: 60px;
    }
}