#ven {
    transition: all 0.5s ease;
    background: #FFF;
}

.ventricle {
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.headersp {
    background: #FFF !important;
}

@media (max-width: 1536px) {
    .hea-top {
        padding: 12px 0;
    }
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    /* padding: 23px 0; */
    position: relative;
}

.ven1-loim img {
    width: 297px;
    width: 90px;
    height: auto;
    transition: all 0.5s ease;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    margin: 0 28px;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.ven2-la::before {
    font-family: 'iconfont' !important;
    position: absolute;
    content: "\e603";
    font-size: 16px;
    line-height: normal;
    color: rgba(4, 135, 0, 1);
    left: calc(-16px + -8px);
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-la:hover:before {
    opacity: 1;
}

.ven2-l.on .ven2-la:before {
    opacity: 1;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    --size: 0px;
    --color: #048700;
    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);
}

.headersp .ven2-la span {
    color: #048700;
}

.ven2-la:hover span {
    color: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-la i {
    margin-left: 4px;
    color: rgba(34, 34, 34, 1);
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: 16px;
    font-style: normal;
    font-weight: bolder;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ventricle .ven2-la i {
    color: #000;
}

.headersp .ven2-la i {
    color: #000;
}

.ven2-la:hover i {
    color: #048700;
}

.ven2-l.on .ven2-la i {
    color: #048700;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    /* --w: 18px; */
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}

.vensesv p {
    color: #222;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    transition: all 0.5s ease;
}

.ventricle .vensesv p {
    color: #000;
}

.headersp .vensesv p {
    color: #000;
}

.vensesv:hover p {
    color: #048700;
}

.vensesv i {
    font-size: 16px;
    margin-right: 12px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.ventricle .vensesv i {
    color: rgba(34, 34, 34, 1);
}

.headersp .vensesv i {
    color: rgba(34, 34, 34, 1);
}

.vensesv:hover i {
    color: #048700;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-inqury {
    display: flex;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, #18429B 100%);
    padding: 3px 3px 3px 20px;
}

.ven-inqury p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 12px;
}

.ven-inqury .ven-inqurya {
    position: relative;
    border-radius: 100px;
    background: #FFF;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya i {
    font-size: 24px;
    line-height: normal;
    color: rgba(235, 86, 43, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury .ven-inqurya span {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    right: -4px;
    top: -1px;
    background: rgba(235, 86, 43, 1);
    font-feature-settings: 'liga' off, 'calt' off;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
}

/*  */
.ven-line {
    width: 1px;
    height: 10px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.30);
    display: none;
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EE390A;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.ven2-langbt i {
    font-size: 22px;
    color: #FFF;
    display: block;
    margin-right: 6px;
}

.ven2-langbt:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-langbt:hover span {
    color: #EB562B;
}

.ventricle .ven2-langbt span {
    color: #000;
}

.headersp .ven2-langbt span {
    color: #000;
}


/* 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;
}

/*  */
.ven-share {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.ven-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 44px;
    border: 1px solid rgba(36, 64, 48, 0.2);
    margin-left: 16px;
    transition: all 0.5s ease;
}

.ven-share a:hover {
    background: #048700;
    border: 1px solid #048700;
}

.ven-share a:first-child {
    margin-left: 0;
}

.ven-share a i {
    font-size: 16px;
    color: rgba(36, 64, 48, 1);
    transition: all 0.5s ease;
}

.ven-share a:hover i {
    color: #FFF;
}

@media (max-width: 1770px) {
    .ven2-l::after {
        content: "";
        width: 1px;
        height: 10px;
        background: rgba(255, 255, 255, 0);
        margin: 0 14px;
    }
}

@media (max-width: 1536px) {
    /* .ven1-loim {
        padding: 12px 0;
    } */

    /* .ven1-loim img {
        width: 200px;
    } */

    .vensesv p {
        display: none;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv {
        margin-right: 12px;
    }

    .ven-share a {
        --w: 36px;
        margin-left: 8px;
    }

    .ven-share {
        margin-left: 10px;
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 22px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }


    .ven2-la i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    /* .ven1-loim img {
        width: 180px;
    } */

    /* .ven1-loim {
        padding: 13px 0;
    } */

    .ven-share {
        display: none;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury {
        padding: 3px;
    }

    .ven-inqury p {
        display: none;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 220%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #048700;
    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: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #048700;
    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: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 140%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #048700;
    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: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 376%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: rgb(0, 0, 0);
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 390%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 366%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }

    .ven-sehinp {
        top: 318%;
    }

    .ven1-loim {
        padding: 0 0;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 313%;
        right: -33px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven-line {
        margin: 0 10px;
    }

    .ven1-loim img {
        width: 46px !important;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #000;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #000;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #000;
}

.headersp #venPho .venPhoSack.on::before {
    background: #000;
}

.ventricle .venPhoSack::before {
    background: #000 !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #000;
}

.headersp #venPho .venPhoSack.on::after {
    background: #000;
}

.ventricle .venPhoSack::after {
    background: #000 !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #000;
}

.ventricle .venPhoSack span {
    background: #000 !important;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 74px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #048700;
}

.xiantiao>a {
    color: #048700;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #048700;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 64px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-show {
    padding-top: 90px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-te {
    position: absolute;
    left: 50%;
    top: calc((100% + 150px) / 2);
    transform: translate(-50%, calc((100% + 90px) / 2 * -1));
}

.sub-h {
    margin-bottom: 16px;
    display: flex;
}

.sub-h p {
    color: #FFF;
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    max-width: 1057px;
}

.about_banner_text .sub-h p {
    max-width: 100%;
}

.sub-p p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    max-width: 807px;
}

.about_banner_text .sub-p p {
    max-width: 100%;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1360px;
}

@media (max-width: 1536px) {
    .sub-h {
        margin-bottom: 14px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 356px;
    }

    .sub-about .sub-im img {
        max-height: 660px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 345px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 386px;
    }

    .sub-te {
        top: calc((100% + 126px) / 2);
    }
}

/*  */
.subnav-box {
    padding: 22px 0;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    z-index: 12;
}

.sub-show .subnav-box {
    background: #00000000;
}

.subnav-boxctm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 16px;
    line-height: normal;
    color: #000;
    margin-right: 6px;
    line-height: normal;
}

.sub-show .subnav i {
    color: rgba(34, 34, 34, 1);
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
    opacity: 0.75;
}

.sub-show .breadcrumb-item::before,
.sub-show .breadcrumb-item a span {
    color: #FFF;
}

.breadcrumb-item:hover a span {
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    opacity: 0.75;
}

.sub-show .breadcrumb-item+.breadcrumb-item::before {
    color: #222;
}

/*  */
.subnav-u {
    display: flex;
    align-items: center;
}

.subnav-l {
    position: relative;
    display: flex;
    align-items: center;
}

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #EB562B;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }
}

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .sub-page {
    justify-content: flex-end;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #048700;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    transition: all 0.5s ease;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #f5f5f500;
    border: 1px solid #048700;
}

.sub-pagel:last-child a {
    margin-left: 16px;
}

.sub-pagel:first-child a {
    margin-right: 16px;
}

.sub-pagel a:hover {
    color: rgba(255, 255, 255, 1);
    background: #048700;
}

.sub-pagel.on a {
    color: rgba(255, 255, 255, 1);
    background: #048700;
}

.sub-pagel a p {
    border-radius: 4px;
    background: #EFE5DA;
    padding: 10px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover p {
    background: #453737;
}

.sub-pagel.on a p {
    background: #453737;
}

.sub-pagel a i {
    font-size: 16px;
    color: rgba(4, 135, 0, 1);
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }

    .subnav-box {
        padding: 7px 0;
    }

    .subnav i {
        margin-right: 14px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 100px;
    margin-top: 0;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 74px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 64px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    .subnav i {
        font-size: 22px;
        margin-right: 10px;
    }
}

/* contact */
.con1 {
    padding-top: 100px;
}

.con1-box {
    display: flex;
    justify-content: space-between;
}

.con1-1 {
    width: calc(100% - 45.22% - 109px);
    flex: 0 0 auto;
}

.con1-h {
    margin-bottom: 20px;
}

.con1-h p {
    color: #244030;
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
}

.con1-smh {
    margin-bottom: 18px;
}

.con1-smh p {
    color: #048700;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.5);
    letter-spacing: -0.64px;
    text-transform: capitalize;
}

.con1-p {
    margin-bottom: 70.5px;
}

.con1-p p {
    color: #666;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.75);
}

.con1-l {
    display: flex;
    margin-bottom: 24px;
}

.con1-l:last-child {
    margin-bottom: 0;
}

.con1-li {
    --w: 56px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(36, 64, 48, 0.45);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 5.5px;
}

.con1-li i {
    font-size: 24px;
    line-height: normal;
    color: rgba(36, 64, 48, 1);
}

.con1-lh {
    margin-bottom: 12px;
}

.con1-lh p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
}

.con1-la p {
    max-width: 605px;
}

.con1-la p span {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    transition: all 0.5s ease;
    --size: 1px;
    --color: #048700;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-la:hover p span {
    color: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-tdcode {
    display: flex;
    align-items: flex-start;
    margin-top: 32px;
}

.con1-td {
    max-width: 120px;
    margin-right: 24px;
}

.con1-td:last-child {
    margin-right: 0;
}

.con1-tdimg {
    background: #F0F0F0;
    padding: 4px;
}

.con1-tdimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.con1-tdp {
    margin-top: 12px;
}

.con1-tdp p {
    color: #244030;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.con1-td:hover .con1-tdp p {
    color: #048700;
}

/*  */
.con1-2 {
    width: 45.22%;
    flex: 0 0 auto;
}

.map {
    height: 100%;
}

.map .pic {
    height: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

/*  */
.con2 {
    margin-top: 146px;
}

.con2-box {
    border-radius: 16px;
    overflow: hidden;
    padding: 150px 225px;
}

.con2-sa {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.con2-1 {
    width: 31.3%;
    flex: 0 0 auto;
    background: linear-gradient(180deg, #048700 0%, #244030 100%);
    padding: 10% 12px 10% 4.4%;
}

.con2-1smh {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.con2-1smh i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    margin-right: 12px;
}

.con2-1smh p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.con2-1h {
    margin-bottom: 32px;
}

.con2-1h p {
    color: #FFF;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.5);
    max-width: 280px;
}

.con2-1end {
    display: flex;
}

.con2-1i {
    --w: 55px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 10px;
}

.con2-1i i {
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    line-height: normal;
}

.con2-1p {
    margin-bottom: 8px;
}

.con2-1p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con2-1a {
    display: block;
}

.con2-1a p span {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    --size: 1px;
    --color: #048700;
    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);
}

.con2-1a:hover p span {
    color: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con2-2 {
    width: calc(100% - 31.3%);
    flex: 0 0 auto;
    background: rgba(249, 247, 239, 0.90);
    backdrop-filter: blur(3.8499999046325684px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 4.48%;
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 0.25rem);
    margin-left: calc(-.5 * 0.25rem);
}

.con2-fol {
    margin-bottom: 8px;
    padding-right: calc(0.25rem * .5);
    padding-left: calc(0.25rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 24px;
}

.con2-fol p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.con2-fol input,
.con2-fol textarea {
    color: #666;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    border-radius: 8px;
    border: 1px solid #048700;
    background: transparent;

    transition: all 0.5s ease;
    padding: 16px 24px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #048700;
}

.con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.con2-fol input::-moz-placeholder {
    color: #666;
}

.con2-fol input::-ms-input-placeholder {
    color: #666;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.con2-fol textarea::-moz-placeholder {
    color: #666;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: flex-start;
}

.con2-fobt button {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #048700;
    padding: 12px 25px;
    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(-24%, -190%) rotate(-30deg);
    transform: translate(-24%, -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-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.con2-fobt button i {
    font-size: 14px;
    line-height: normal;
    color: #FFF;
    margin-right: 8px;
    display: block;
    line-height: normal;
    transition: all 0.5s ease;
}

.con2-fobt button:hover i {
    transform: translateX(5px);
}

/* 表单验证吗 ------------------------- */
.con2-fol {
    position: relative;
}

.spam_code_img {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spam_code_img img {
    max-width: 100%;
    height: auto !important;
}

@media (max-width: 1536px) {
    .con1 {
        padding-top: 70px;
    }

    .con1-p {
        margin-bottom: 40.5px;
    }

    .con1-lh {
        margin-bottom: 6px;
    }

    .con1-l {
        margin-bottom: 12px;
    }

    .con1-li {
        --w: 46px;
    }

    .con1-td {
        max-width: 100px;
        margin-right: 12px;
    }

    .con2 {
        margin-top: 76px;
    }

    .con2-box {
        padding: 70px 95px;
    }

    .con2-1 {
        padding: 10% 8px 10% 2.4%;
    }

    .con2-1i {
        --w: 44px;
    }
}

@media (max-width: 992px) {
    .con1-box {
        flex-direction: column;
    }

    .con1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .con1-2 {
        width: 100%;
        height: 300px;
    }

    .con2-sa {
        flex-direction: column;
    }

    .con2-1 {
        width: 100%;
    }

    .con2-2 {
        width: 100%;
    }

    .con2-box {
        padding: 40px 55px;
    }

    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con1 {
        padding-top: 40px;
    }

    .con1-h {
        margin-bottom: 10px;
    }

    .con1-smh {
        margin-bottom: 9px;
    }

    .con1-p {
        margin-bottom: 20.5px;
    }

    .con1-2 {
        height: 200px;
    }

    .con2-box {
        padding: 12px 12px;
    }

    .con2 {
        margin-top: 36px;
    }
}

/* footer ------------------------- */
.ft1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 74px 0 60px;
    border-bottom: 1px solid rgba(36, 64, 48, 0.15);
}

.ft1-img {
    display: block;
}

.ft1-img img {
    width: 90px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ft1-share {
    display: flex;
    align-items: center;
}

.ft1-share>a {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 44px;
    border: 1px solid rgba(36, 64, 48, 0.2);
    margin-right: 16px;
    transition: all 0.5s ease;
}

.ft1-share>a:hover {
    background: #048700;
    border: 1px solid #048700;
}

.ft1-share>a:last-child {
    margin-right: 0;
}

.ft1-share>a i {
    font-size: 16px;
    color: rgba(36, 64, 48, 1);
    transition: all 0.5s ease;
}

.ft1-share>a:hover i {
    color: #FFF;
}

/*  */
.ft2 {
    display: flex;
    justify-content: space-between;
    padding: 56px 0 54px;
}

.ft2-1 {
    width: 50.7%;
    flex: 0 0 auto;
}

.ft2-1u {
    display: flex;
    justify-content: space-between;
}

.ft2-1lfl {
    margin-bottom: 16px;
}

.ft2-1lfl:last-child {
    margin-bottom: 0;
}

.ft2-1lh {
    margin-bottom: 24px;
}

.ft2-1lh p {
    color: #244030;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

.ft2-1lfla {
    display: flex;
}

.ft2-1lfla i {
    opacity: 0.6;
    color: rgba(36, 64, 48, 1);
    font-size: 16px;
    margin-right: 12px;
}

.ft2-1lfla p {
    max-width: 362px;
}

.ft2-1lfla p {
    color: #244030;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.25);
}

.ft2-1lfla p span {
    color: #244030;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: #244030;
    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);
    display: block;
}

a.ft2-1lfla:hover p span {
    color: #244030;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-1la {
    display: block;
    margin-bottom: 12px;
}

.ft2-1la:last-child {
    margin-bottom: 0;
}

.ft2-1la span {
    color: rgba(36, 64, 48, 0.45);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: #244030;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft2-1la:hover span {
    color: #244030;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft2-2 {
    width: calc(100% - 50.7% - 214px);
    flex: 0 0 auto;
}

.ft2-2h {
    margin-bottom: 12px;
}

.ft2-2h p {
    color: #244030;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

.ft2-2p {
    margin-bottom: 32px;
}

.ft2-2p p {
    color: #244030;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

/*  */
.ft2-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ft2-sehfo input {
    color: rgba(34, 34, 34, 0.45);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    border: none;
    width: 79%;

    border-radius: 50px;
    background: rgba(217, 217, 217, 0.25);
    padding: 17px 24px;
}

.ft2-sehin1:focus {
    border: 1px solid #048700;
}

.ft2-sehfo input::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.45);
}

.ft2-sehfo input::-moz-placeholder {
    color: rgba(34, 34, 34, 0.45);
}

.ft2-sehfo input::-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.45);
}

/*  */
.ft2-sehfo button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #048700;
    padding: 17px 42px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.ft2-sehfo button::after,
.ft2-sehfo button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft2-sehfo button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft2-sehfo button:hover:before,
.ft2-sehfo button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft2-sehfo button span {
    color: #F9F7EF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.ft2-sehfo button:hover span {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/*  */
.ft3 {
    position: relative;
    padding: 17px 0;
    background: #048700;
}

.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 4px;
}

.ft3-1copy span {
    color: rgba(255, 255, 255, 0.45);
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.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, 0.45);
    margin: 0 12px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: rgba(255, 255, 255, 0.45);
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    --size: 1px;
    --color: #244030;
    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: #244030;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 44px 0 30px;
    }

    .ft1-share>a {
        --w: 36px;
        margin-right: 8px;
    }

    .ft2-1 {
        width: 63.7%;
    }

    .ft2-1lfla p {
        max-width: 262px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 48px;
    }
}

@media (max-width: 992px) {
    .ft2 {
        flex-direction: column;
    }

    .ft2-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft2-2 {
        width: 100%;
    }

    .ft3-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {

    .ft2-1l:nth-child(2),
    .ft2-1l:nth-child(3) {
        display: none;
    }

    .ft1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft1-img {
        margin-bottom: 20px;
    }

    .ft2 {
        padding: 36px 0 34px;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 34px 0 20px;
    }

    .ft2 {
        padding: 26px 0 24px;
    }

    .ft2-2p {
        margin-bottom: 16px;
    }

    .ft2-sehfo input {
        width: 82%;
        padding: 11px 12px;
    }

    .ft2-sehfo button {
        padding: 11px 18px;
    }

    .ft2-1lfl {
        margin-bottom: 8px;
    }

    .ft3 {
        padding: 12px 0;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* news */
.ne-u {
    margin-bottom: 60px;
}

.ne-l {
    margin-bottom: 30px;
}

.ne-l:last-child {
    margin-bottom: 0;
}

.ne-box {
    padding: 100px 0 145px;
}

.ne-lbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne-l1 {
    width: 25.2%;
    flex: 0 0 auto;
    position: relative;
}

.ne-limg .img-box {
    padding-bottom: 66%;
    border-radius: 16px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lnum {
    position: absolute;
    z-index: 12;
    --w: 80px;
    width: var(--w);
    height: var(--w);
    border-radius: 12px;
    background: #FFF;
    left: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ne-lnum p {
    color: #244030;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ne-lnum span {
    color: #244030;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ne-l2 {
    width: calc(100% - 25.2% - 56px);
    flex: 0 0 auto;
}

.ne-lh {
    margin-bottom: 24px;
    display: block;
}

.ne-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lh p span {
    color: #244030;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    --size: 1px;
    --color: #048700;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-lbox:hover .ne-lh p span {
    color: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lp {
    margin-bottom: 76px;
}

.ne-lp p {
    color: #666;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lbtn {
    display: flex;
}

.ne-la {
    display: flex;
    align-items: center;
}

.ne-la p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-la p {
    color: #048700;
}

.ne-la i {
    font-size: 16px;
    line-height: normal;
    color: rgba(102, 102, 102, 1);
    margin-left: 7px;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-la i {
    color: #048700;
}

@media (max-width: 1536px) {
    .ne-lh {
        margin-bottom: 12px;
    }

    .ne-lp {
        margin-bottom: 36px;
    }

    .ne-box {
        padding: 70px 0 75px;
    }
}

@media (max-width: 992px) {
    .ne-lbox {
        flex-direction: column;
    }

    .ne-l1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-l2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 40px 0 45px;
    }

    .ne-u {
        margin-bottom: 30px;
    }
}

/*  */
.ft-con {
    position: relative;
    z-index: 12;
}

.ft-conbox {
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding-right: 40px;
}

.ft-con1 {
    margin-top: -45px;
    margin-left: -147px;
    margin-bottom: -21px;
}

.ft-con1 img {
    width: 867px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ft-con2 {
    padding-left: 0;
}

.ft-con2h {
    margin-bottom: 48px;
}

.ft-con2h p {
    color: #FFF;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
}

/*  */
.ft-con2bt {
    display: flex;
    align-self: center;
}

.ft-con2bta {
    padding: 8px 8px 8px 24px;
    position: relative;
    overflow: hidden;
    border-radius: 80px;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.ft-con2bta::after,
.ft-con2bta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft-con2bta::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft-con2bta:hover:before,
.ft-con2bta:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft-con2bta span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.ft-con2bti {
    --w: 42px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    background: #FFF;
    margin-left: 10px;
}

.ft-con2bti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
}

.ft-con2bta:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/* 烟台市润恒食品有限公司（工厂） */
.fact-box {
    padding: 100px 0 145px;
}

.fact-h {
    margin-bottom: 60px;
}

.fact-h h2 {
    color: #222;
    text-align: center;
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.fact-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.fact-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 46px;
}

.fact-limg .img-box {
    padding-bottom: 67%;
    border-radius: 8px;
}

.fact-limg .img-box img {
    transition: all 0.5s ease;
}

.fact-lbox:hover .fact-limg .img-box img {
    transform: scale(1.08);
}

.fact-lte {
    border-radius: 50px;
    border: 2px solid #FFF;
    background: #F5F5F5;
    width: calc(100% - 50px);
    margin: auto;
    padding: 16px;
    margin-top: -26px;
    position: relative;
    z-index: 12;
}

.fact-lte p {
    color: #244030;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 130%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .fact-box {
        padding: 70px 0 85px;
    }

    .fact-h {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .fact-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .fact-l {
        width: 100%;
    }

    .fact-box {
        padding: 40px 0 45px;
    }

    .fact-h {
        margin-bottom: 20px;
    }

    .fact-l {
        margin-bottom: 23px;
    }
}

/* about */
.ab1 {
    position: relative;
}

.ab1>img {
    position: absolute;
    right: 0;
    top: 0;
    width: 245px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab1-box {
    padding-top: 100px;
}

.ab1-h {
    margin-bottom: 32px;
}

.ab1-h p {
    color: #000;
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.ab1-smh {
    margin-bottom: 60px;
}

.ab1-smh p {
    color: #048700;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.25);
    letter-spacing: -0.64px;
    text-transform: capitalize;
}

.ab1-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ab1-end>div {
    max-width: 1090px;
}

.ab1-p {
    margin-bottom: 67px;
}

.ab1-p p {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 2);
}

.ab1-vidbox {
    display: flex;
}

.ab1-video {
    display: flex;
    align-items: center;
}

.ab1-vidi {
    --w: 64px;
    width: var(--w);
    height: var(--w);
    background: #048700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 48px;
    position: relative;
}

.ab1-vidi::after {
    position: absolute;
    content: "";
    --w: 120px;
    width: var(--w);
    height: var(--w);
    background: url(../img/ab1text.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: rotation 10s linear infinite;
}

@keyframes rotation {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ab1-vidi i {
    font-size: 14px;
    color: #FFF;
    transition: all 0.5s ease;
}

.ab1-video:hover .ab1-vidi i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-video p span {
    color: #048700;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    --size: 1px;
    --color: #048700;
    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);
}

.ab1-video:hover p span {
    color: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* ab2 */
.ab2 {
    background: #F9F7EF;
    margin-top: 76px;
    position: relative;
    padding-bottom: 100px;
}

.ab2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 135px;
    background: #FFF;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.ab2-box {
    position: relative;
    z-index: 12;
}

.ab2-img {
    margin-bottom: 100px;
}

.ab2-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
    border-radius: 16px;
}

.ab2-te {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
}

.ab2-te1 p {
    color: #000;
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.ab2-te2 {
    max-width: 1090px;
}

.ab2-te2 p {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 2);
}

/*  */
.ab2-u {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .so1 .ab2-l {
    width: 25% !important;
} */

.ab2-l1 {
    margin-bottom: 12px;
}

.ab2-l1 p,
.ab2-l1 p span {
    color: #048700;
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.ab2-l1 p {
    text-align: center;
}

.ab2-l2 p {
    color: #222;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab2-llne {
    width: 1px;
    height: 50px;
    background: rgba(153, 153, 153, 0.45);
}

/* ab3 */
.ab3-box {
    padding: 100px 0;
}

.ab3-h {
    margin-bottom: 60px;
}

.ab3-h h2 {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.ab3-end {
    display: flex;
    justify-content: space-between;
}

.ab3-1 {
    width: 47.51%;
    flex: 0 0 auto;
    border-radius: 16px;
    overflow: hidden;
}

.ab3-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ab3-1:hover img {
    transform: scale(1.08);
}

.ab3-2 {
    width: calc(100% - 47.51% - 60px);
    flex: 0 0 auto;
}

.ab3-2u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.ab3-2l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

/* .ab3-2l:last-child {
    margin-bottom: 0;
} */

.ab3-2lbox {
    border-radius: 16px;
    background: #F9F7EF;
    height: 100%;
    padding: 30px;
}

.ab3-2li {
    margin-bottom: 40px;
}

/* .ab3-2l:last-child .ab3-2li {
    margin-bottom: 65px;
} */

.ab3-2li i {
    font-size: 30px;
    line-height: normal;
    color: rgba(4, 135, 0, 1);
}

.ab3-2lh {
    margin-bottom: 12px;
}

.ab3-2lh p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

.ab3-2lp p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* ab4 */
.ab4 {
    background: #F9F7EF;
}

.ab4-box {
    padding: 100px 0 130px;
}

.ab4-h {
    margin-bottom: 24px;
}

.ab4-h h2 {
    color: #222;
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.ab4-p {
    margin-bottom: 24px;
}

.ab4-p p {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
}

/*  */
.ab4-swchan {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ab4-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;

    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab4-swchan>div:nth-child(1) {
    margin-right: 20px !important;
}

.ab4-swchan>div:hover {
    background: #048700;
}

.ab4-swchan>div::after {
    content: "";
}

.ab4-swchan>div i {
    font-size: 18px;
    line-height: normal;
    color: rgba(4, 135, 0, 1);
    transition: all 0.5s ease;
}

.ab4-swchan>div:hover i {
    color: #FFF;
}

/*  */
.ab4-sw {
    position: relative;
    margin-top: 24px;
}

#ab4-sw {
    overflow: hidden;
}

.ab4-swbox {
    cursor: pointer;
}

.ab4-swimg {
    position: relative;
}

.ab4-swte {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 14;
    padding: 12px;
    background: #f9f7ef5c;
}

.ab4-swte p {
    color: #222;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ab4-swimg .img-box {
    padding-bottom: 75%;
    border-radius: 8px;
}

.ab4-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab4-swbox:hover .ab4-swimg .img-box img {
    transform: scale(1.08);
}

/* ab5 */
.ab5-box {
    padding-top: 100px;
}

.ab5-h {
    margin-bottom: 60px;
}

.ab5-h h2 {
    color: #1E1E1E;
    text-align: center;
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
}

.ab5-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background: #F9F7EF;
    overflow: hidden;
}

.ab5-1 {
    width: calc(100% - 50.2% - 80px);
    padding-left: 80px;
    flex: 0 0 auto;
}

.ab5-1h {
    margin-bottom: 30px;
}

.ab5-1h p {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.6px;
    text-transform: capitalize;
}

.ab5-1p {
    margin-bottom: 48px;
}

.ab5-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.ab5-u {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ab5-l {
    margin-right: 40px;
}

.ab5-l:last-child {
    margin-right: 0;
}

.ab5-l img {
    width: 80px;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
}

/*  */
.ab5-2 {
    width: 50.2%;
    flex: 0 0 auto;
}

.ab5-2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
}

/*  */
.ab6-box {
    padding: 160px 0 150px;
}

.ab6-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}

.ab6-1h {
    margin-bottom: 24px;
}

.ab6-1h p {
    color: #1E1E1E;
    /* text-align: center; */
    font-size: calc(var(--zj-so1top1) - 2px);
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
}



.ab6-1p p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 897px;
}

.ab6-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ab6-2>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    background: #F9F7EF;

    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab6-2>div:nth-child(1) {
    margin-right: 20px !important;
}

.ab6-2>div:hover {
    background: #048700;
}

.ab6-2>div::after {
    content: "";
}

.ab6-2>div i {
    font-size: 18px;
    line-height: normal;
    color: rgba(4, 135, 0, 1);
    transition: all 0.5s ease;
}

.ab6-2>div:hover i {
    color: #FFF;
}

/*  */
.ab6-end {
    position: relative;
}

#ab6-sw {
    overflow: hidden;
}

.ab6-swbox {
    padding: 24px 16px;
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #FFF;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
}

.ab6-swbox:hover {
    border: 1px solid rgba(4, 135, 0, 0.80);
}

.ab6-swimg .img-box {
    padding-bottom: 142%;
}

.ab6-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab6-swbox:hover .ab6-swimg .img-box img {
    transform: scale(1.08);
}

.ab6-swi {
    position: absolute;
    width: 102%;
    height: 102%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
    background: rgba(4, 135, 0, 0.80);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab6-swbox:hover .ab6-swi {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.ab6-swi i {
    font-size: 18px;
    line-height: normal;
    color: #FFF;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    border: 1px solid #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 产品 列表 */
.sub .ft-con2bt {
    margin-top: 40px;
}

.sub .ft-con2bta {
    background: #048700;
}

.sub .ft-con2bti i {
    color: rgba(4, 135, 0, 1);
}

@media (max-width: 1536px) {
    .ab1-box {
        padding-top: 70px;
    }

    .ab2-te2 {
        max-width: 822px;
    }

    .ab2-img {
        margin-bottom: 70px;
    }

    .ab2 {
        margin-top: 46px;
        padding-bottom: 70px;
    }

    .ab3-box {
        padding: 70px 0;
    }

    .ab3-2 {
        width: calc(100% - 47.51% - 30px);
    }

    .ab3-h {
        margin-bottom: 30px;
    }

    .ab4-box {
        padding: 70px 0 80px;
    }

    .ab5-box {
        padding-top: 70px;
    }

    .ab6-box {
        padding: 100px 0 90px;
    }

    .ft-con1 img {
        width: 688px;
    }

    .ft-con1 {
        margin-left: -102px;
    }

    .ab5-l {
        margin-right: 20px;
    }

    .ab5-l img {
        width: 60px;
    }

    .ab5-1 {
        width: calc(100% - 50.2% - 30px);
        padding: 20px 0;
        padding-left: 40px;
    }
}

@media (max-width: 1199.9px) {
    .ft-conbox {
        padding: 20px;
    }

    .ab5-l img {
        width: 40px;
    }

    .ft-con1 {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .ft-con1 img {
        display: none;
    }
}

@media (max-width: 992px) {
    .ab1-h {
        margin-bottom: 16px;
    }

    .ab1-smh {
        margin-bottom: 30px;
    }

    .ab1-vidi::after {
        --w: 86px;
    }

    .ab1-vidi {
        --w: 44px;
        margin-right: 30px;
        margin-left: 10px;
    }

    .ab2-te {
        flex-direction: column;
    }

    .ab2-te1 {
        margin-bottom: 20px;
    }

    .ab2-u {
        flex-wrap: wrap;
    }

    .ab2-l {
        margin-bottom: 20px;
    }

    .ab2-llne {
        display: none;
    }

    .ab3-end {
        flex-direction: column-reverse;
    }

    .ab3-1 {
        width: 100%;
    }

    .ab3-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab5-end {
        flex-direction: column;
    }

    .ab5-1 {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }

    .ab5-2 {
        width: 100%;
    }

    .ab6-top {
        flex-direction: column;
    }

    .so1 .ab2-l {
        width: 50% !important;
    }
}

@media (max-width: 768px) {
    .ab3-2l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding-top: 40px;
    }

    .ab1-p {
        margin-bottom: 37px;
    }

    .ab2-img {
        margin-bottom: 40px;
    }

    .ab2-img img {
        height: 200px;
    }

    .ab2-u {
        justify-content: center;
    }

    .ab2 {
        padding-bottom: 20px;
    }

    .ab3-box {
        padding: 40px 0;
    }

    .ab3-2lbox {
        padding: 20px;
    }


    .so1 .ab2-l {
        width: 100% !important;
    }

    .ab3-2li {
        margin-bottom: 20px;
    }

    .ab3-2l:last-child .ab3-2li {
        margin-bottom: 20px;
    }

    .ab4-box {
        padding: 40px 0 40px;
    }

    .ab4-h {
        margin-bottom: 12px;
    }

    .ab4-swchan>div {
        --w: 36px;
    }

    .ab4-swchan>div:nth-child(1) {
        margin-right: 12px !important;
    }

    .ab5-box {
        padding-top: 40px;
    }

    .ab5-h {
        margin-bottom: 30px;
    }

    .ab6-box {
        padding: 40px 0 40px;
    }

    .ft-con2h {
        margin-bottom: 24px;
    }

    .ft-con2bti {
        --w: 36px;
    }

    .ab6-top {
        margin-bottom: 20px;
    }

    .ab6-2 {
        margin-top: 10px;
    }

    .ab6-2>div {
        --w: 36px;
    }

    .ab6-2>div:nth-child(1) {
        margin-right: 10px !important;
    }
}

/*  */

/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #048700;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #048700;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* 产品products */
.pro-box {
    padding: 100px 0 146px;
}

/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 23.76%;
    flex: 0 0 auto;
    position: sticky;
    top: 100px;
    border-radius: 16px;
    border: 1px solid #F9F7EF;
    padding: 10px;
}

.pro1-l {
    border-radius: 16px;
    background: #F9F7EF;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 16px;
    background: transparent;
    padding: 12px 16px;
}


.pro1-l1a:hover {
    background: #048700;
}

.pro1-l.on .pro1-l1a {
    background: #048700;
}

.pro1-l1a>a {
    display: block;
    width: 90%;
}

.pro1-l1a>a::before {
    content: "";
    display: inline-block;
    --w: 6px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #244030;
    margin-right: 9px;
    margin-bottom: 3px;
    transition: all 0.5s ease;
}

.pro1-l1:hover .pro1-l1a>a::before {
    background: #FFF;
}

.pro1-l.on .pro1-l1a>a::before {
    background: #FFF;
}

.pro1-l1a span {
    color: #048700;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
    /* --w: 28px; */
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    /* background: #FFF; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

/* .pro1-l.on .pro1-l1ico {
    background: #000;
}

.pro1-l1a:hover .pro1-l1ico {
    background: #000;
} */

.pro1-l1ico i {
    font-size: 24px;
    line-height: normal;
    color: rgba(4, 135, 0, 1);
    transition: all 0.5s ease;
    transform: rotate(-90deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    color: #FFF;
    transform: rotate(0deg);
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    padding: 16px 34px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 8px;
}

.pro1-l2a:last-child {
    margin-bottom: 0;
}

.pro1-l2a span {
    color: #244030;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.57);
    --size: 1px;
    --color: #048700;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro1-l2a:hover span {
    color: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(100% - 23.76% - 30px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-bottom: 30px;
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.pro2-l {
    margin-bottom: 30px;
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.pro2-limg {
    display: block;
    margin-bottom: 24px;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg {
    border-radius: 20px;
    background: url(<path-to-image>) lightgray 50% / contain no-repeat, #FFF;
    box-shadow: 0 0 40px 0 rgba(4, 135, 0, 0.10);
}

.pro2-limg .img-box {
    border-radius: 20px;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lh {
    display: block;
    margin-bottom: 16px;
}

.pro2-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--zj-ft1-1h) * 2);
}

.pro2-lh p span {
    color: #244030;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: var(--zj-ft1-1h);
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lh p span {
    color: #048700;
}

.pro2-lbtn {
    display: flex;
}

.pro2-lbtn p {
    color: rgba(36, 64, 48, 0.50);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lbtn p {
    color: #244030;
}

.product .sub-page {
    justify-content: center;
}

/* 产品页面单独另写的 */
.prosp1 {
    padding: 12px 0 15px;
    border-bottom: 1px solid #D9D9D9;
    background: #FFF;
}

.prosp1-u {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prosp1-la {
    display: flex;
    align-items: center;
}

.prosp1-la::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 48px;
}

.prosp1-la span {
    color: #244030;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.prosp1-l.on .prosp1-la span {
    color: rgba(4, 135, 0, 1);
}

.prosp1-la:hover span {
    color: rgba(4, 135, 0, 1);
}

/* prsp1 */
.prsp1 {
    background: #F9F7EF;
}

.prsp1-box {
    padding: 100px 0 0;
}

.prsp1-h {
    margin-bottom: 16px;
}

.prsp1-h p {
    color: #244030;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.prsp1-p {
    margin-bottom: 48px;
}

.prsp1-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.prsp1-ubox {
    margin-bottom: 48px;
}

.prsp1-u {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prsp1-l {
    border-radius: 16px;
    background: #FFF;
    padding: 16px 24px;
    margin-right: 24px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.prsp1-l:last-child {
    margin-right: 0;
}

.prsp1-l.on {
    background: #048700;
}

.prsp1-l:hover {
    background: #048700;
}

.prsp1-l p {
    color: #244030;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
    width: max-content;
}

.prsp1-l.on p {
    color: #FFF;
}

.prsp1-l:hover p {
    color: #FFF;
}

/*  */
.prsp1-swb {
    position: relative;
    display: none;
}

.prsp1-swb.on {
    display: block;
}

.prsp1-sw {
    overflow: hidden;
}

.prsp1-swimg .img-box {
    padding-bottom: 74%;
    border-radius: 16px;
}

.prsp1-swimg .img-box img {
    transition: all 0.5s ease;
}

.prsp1-swbox:hover .prsp1-swimg .img-box img {
    transform: scale(1.08);
}

.prsp1-swte {
    border-radius: 16px;
    background: #FFF;
    padding: 48px 26px;
    margin-top: -16px;
    position: relative;
    z-index: 12;
}

.prsp1-swh {
    margin-bottom: 16px;
    display: block;
}

.prsp1-swh p {
    color: #244030;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.prsp1-swbox:hover .prsp1-swh p {
    color: #048700;
}

.prsp1-swp {
    margin-bottom: 32px;
}

.prsp1-swp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prsp1-swbtn {
    display: flex;
}

.prsp1-swa {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 1px solid rgba(36, 64, 48, 0.25);
    padding: 12px 20px;
    transition: all 0.5s ease;
}

.prsp1-swbox:hover .prsp1-swa {
    background: #048700;
}

.prsp1-swa p {
    color: #244030;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.prsp1-swbox:hover .prsp1-swa p {
    color: #FFF;
}

.prsp1-endte {
    margin-top: 66px;
    border-radius: 16px;
    background: #048700;
    padding: 16px;
}

.prsp1-endte p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

/*  */
.prsp2 {
    background: #F9F7EF;
}

.prsp2-box {
    padding: 100px 0;
}

.prsp2-h {
    margin-bottom: 16px;
}

.prsp2-h p {
    color: #244030;
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    max-width: 980px;
}

.prsp2-p {
    margin-bottom: 50px;
}

.prsp2-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.prsp2-sw {
    position: relative;
}

.prsp2-swbox {
    border-radius: 16px;
    background: #FFF;
    padding: 17.5px 17.5px 24.5px;
}

.prsp2-swimg .img-box {
    padding-bottom: 66%;
    border-radius: 16px;
    margin-bottom: 24px;
}

.prsp2-swimg .img-box img {
    transition: all 0.5s ease;
}

.prsp2-swbox:hover .prsp2-swimg .img-box img {
    transform: scale(1.08);
}

.prsp2-swh {
    display: block;
    margin-bottom: 16px;
}

.prsp2-swh p {
    color: #244030;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.prsp2-swbox:hover .prsp2-swh p {
    color: #048700;
}

.prsp2-swp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prsp2-chan {
    position: relative;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 48px;
}

.prsp2-chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #FFF;
}

.prsp2-chan>div .swiper-scrollbar-drag {
    border-radius: 10px;
    background: #048700;
}

/* prsp3 */
.prsp3-box {
    padding-top: 110px;
}

.prsp3-h {
    margin-bottom: 16px;
}

.prsp3-h p {
    color: #244030;
    text-align: center;
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.prsp3-p {
    margin-bottom: 37px;
}

.prsp3-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.prsp3-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.prsp3-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.prsp3-lbox {
    border-radius: 16px;
    background: #F9F7EF;
    height: 100%;
    padding: 40px 30px;
}

.prsp3-lnum {
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.prsp3-lnum p {
    color: #244030;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.prsp3-lh {
    margin-bottom: 15px;
}

.prsp3-lh p {
    color: #244030;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

.prsp3-lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* prsp4 */
.prsp4 {
    padding-bottom: 160px;
}

.prsp4-1 {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.prsp4-1lf {
    width: calc(100% - 49.34% - 136px);
    flex: 0 0 auto;
    padding-top: 21px;
}

.prsp4-1h {
    margin-bottom: 14px;
}

.prsp4-1h p {
    color: #000;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.5);
}

.prsp4-1p {
    margin-bottom: 70px;
}

.prsp4-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.prsp4-1btn {
    display: flex;
}

.prosp2 .ft-con2bta {
    background: #048700;
}

.prosp2 .ft-con2bti i {
    color: rgba(4, 135, 0, 1);
}

/*  */
.prsp4-1rg {
    width: 49.34%;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 16px;
}

.prsp4-1rg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.prsp4-1rg:hover img {
    transform: scale(1.08);
}

.prsp4-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 160px;
}

.prsp4-2rg {
    width: calc(100% - 49.34% - 66px);
    flex: 0 0 auto;
}

/*  */
.prsp5 {
    background: #F5F5F5;
}

.prsp5-box {
    padding: 100px 0;
}

.prsp5-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.prsp5-h {
    margin-bottom: 16px;
}

.prsp5-h p {
    color: #244030;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.prsp5-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

/*  */
.prsp5-next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.prsp5-next>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    border: 1px solid rgba(36, 64, 48, 0.25);

    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.prsp5-next>div:nth-child(1) {
    margin-right: 20px !important;
}

.prsp5-next>div:hover {
    background: #048700;
    border: 1px solid #048700;
}

.prsp5-next>div::after {
    content: "";
}

.prsp5-next>div i {
    font-size: 18px;
    line-height: normal;
    color: rgba(36, 64, 48, 1);
    transition: all 0.5s ease;
}

.prsp5-next>div:hover i {
    color: #FFF;
}

/*  */
.prsp5-swbox {
    border-radius: 8px;
    background: #FFF;
    padding: 35px 30px 66px;
    overflow: hidden;
}

.prsp5-swi {
    margin-bottom: 56px;
}

.prsp5-swi img {
    width: 17px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.prsp5-swh {
    margin-bottom: 18px;
}

.prsp5-swh p {
    color: #244030;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.25);
}

.prsp5-swp {
    margin-bottom: 20px;
}

.prsp5-swp p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
}

.prsp5-swxing {
    display: flex;
    align-items: center;
}

.prsp5-swxing i {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFDA6C;
    margin-right: 3px;
}

.prsp5-swxing i:last-child {
    margin-right: 0;
}

.prsp5-chan {
    position: relative;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 48px;
}

.prsp5-chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #FFF;
}

.prsp5-chan>div .swiper-scrollbar-drag {
    border-radius: 10px;
    background: #048700;
}

/*  */
.prsp6 {
    background: #F9F7EF;
    margin-bottom: -170px;
}

.prsp6-box {
    padding: 116px 0 223px;
}

.prsp6-h {
    margin-bottom: 16px;
}

.prsp6-h p {
    color: #244030;
    text-align: center;
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.prsp6-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 67px;
}

.prsp6-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 890px;
}

/*  */
.prsp6-u {
    max-width: 1430px;
    margin: auto;
    margin-bottom: 70px;
}

.prsp6-l {
    border-radius: 16px;
    background: #FFF;
    padding: 18px 30px;
    margin-bottom: 20px;
}

.prsp6-l:last-child {
    margin-bottom: 0;
}

.prsp6-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.prsp6-llf {
    display: flex;
}

.prsp6-llf i {
    font-size: 32px;
    color: rgba(36, 64, 48, 1);
    line-height: normal;
    margin-right: 12px;
    flex: 0 0 auto;
    transition: all 0.5s ease;
}

.prsp6-l1:hover .prsp6-llf i {
    color: rgba(4, 135, 0, 1);
}

.prsp6-l.on .prsp6-llf i {
    color: rgba(4, 135, 0, 1);
}

.prsp6-llf p {
    color: #244030;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-top: 9px;
    transition: all 0.5s ease;
}

.prsp6-l1:hover .prsp6-llf p {
    color: rgba(4, 135, 0, 1);
}

.prsp6-l.on .prsp6-llf p {
    color: rgba(4, 135, 0, 1);
}

.prsp6-lrg {
    flex: 0 0 auto;
}

.prsp6-lrg i {
    font-size: 18px;
    line-height: normal;
    display: block;
    color: rgba(36, 64, 48, 1);
    transition: all 0.5s ease;
}

.prsp6-l1:hover .prsp6-lrg i {
    color: rgba(4, 135, 0, 1);
}

.prsp6-l.on .prsp6-lrg i {
    color: rgba(4, 135, 0, 1);
    transform: rotate(180deg);
}

.prsp6-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.prsp6-l.on .prsp6-l2 {
    max-height: 500px;
    opacity: 1;
}


.prsp6-lte {
    margin-top: 16px;
}

.prsp6-lte p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 1322px;
}

/*  */
.prsp6-te {
    text-align: center;
}

.prsp6-te p {
    color: #244030;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.prsp6-te p span {
    color: #048700;
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 70px 0 76px;
    }

    .prsp1-l {
        padding: 8px 12px;
        margin-right: 12px;
    }

    .prsp1-box {
        padding: 70px 0 0;
    }

    .prsp2-box {
        padding: 70px 0;
    }

    .prsp3-box {
        padding-top: 70px;
    }

    .prsp4-1 {
        margin-top: 70px;
    }

    .prsp4-2 {
        margin-top: 90px;
    }

    .prsp4 {
        padding-bottom: 90px;
    }

    .prsp5-box {
        padding: 70px 0;
    }

    .prsp5-swbox {
        padding: 18px 16px 36px;
    }

    .prsp5-swi {
        margin-bottom: 36px;
    }

    .prsp6-box {
        padding: 76px 0 123px;
    }

    .prsp6 {
        margin-bottom: -60px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }

    .prsp1-ubox {
        overflow-x: auto;
    }

    .prsp1-u {
        justify-content: flex-start;
    }

    .prsp1-swte {
        padding: 24px 13px;
    }

    .prsp3-l {
        width: 50%;
        margin-bottom: 20px;
    }

    .prsp4-1 {
        flex-direction: column;
    }

    .prsp4-1lf {
        width: 100%;
        margin-bottom: 20px;
    }

    .prsp4-1rg {
        width: 100%;
    }

    .prsp4-2 {
        flex-direction: column-reverse;
    }

    .prsp4-2rg {
        width: 100%;
        margin-bottom: 20px;
    }

    .prosp1 {
        display: none;
    }
}

@media (max-width: 499px) {
    .pro-box {
        padding: 40px 0 46px;
    }

    .pro2-l {
        width: 100%;
    }

    .prsp1-box {
        padding: 40px 0 0;
    }

    .prsp1-p {
        margin-bottom: 24px;
    }

    .prsp1-swa {
        padding: 8px 12px;
    }

    .prsp1-endte {
        margin-top: 33px;
    }

    .prsp2-box {
        padding: 40px 0;
    }

    .prsp2-p {
        margin-bottom: 30px;
    }

    .prsp2-swbox {
        padding: 12.5px 12.5px 12.5px;
    }

    .prsp2-chan {
        margin-top: 24px;
    }

    .prsp3-box {
        padding-top: 40px;
    }

    .prsp3-l {
        width: 100%;
    }

    .prsp3-lbox {
        padding: 20px 15px;
    }

    .prsp3-lnum {
        --w: 36px;
        margin-bottom: 20px;
    }

    .prsp4-1 {
        margin-top: 20px;
    }

    .prsp4-1lf {
        padding-top: 0;
    }

    .prsp4-1p {
        margin-bottom: 40px;
    }

    .prsp4-2 {
        margin-top: 40px;
    }

    .prsp4 {
        padding-bottom: 40px;
    }

    .prsp5-box {
        padding: 40px 0;
    }

    .prsp5-top {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .prsp5-next {
        margin-top: 20px;
    }

    .prsp5-next>div {
        --w: 36px;
    }

    .prsp5-next>div:nth-child(1) {
        margin-right: 10px !important;
    }

    .prsp6-box {
        padding: 40px 0 43px;
    }

    .prsp6-p {
        margin-bottom: 27px;
    }

    .prsp6 {
        margin-bottom: 0px;
    }

    .prsp6-llf p {
        padding-top: 0;
    }

    .prsp6-l {
        padding: 12px 12px;
        margin-bottom: 12px;
    }

    .prsp6-u {
        margin-bottom: 30px;
    }
}

/*  */
.prode {
    background: #F9F7EF;
}

.prode-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0 90px;
}

.prode1-2 {
    width: calc(100% - 41.2% - 64px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 57px;
}

.prode1-2h p {
    color: #003314;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prode1-2p {
    margin-bottom: 32px;
}

.prode1-2p h2 {
    color: #048700;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.prode1-2p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    /* text-transform: capitalize; */
    max-width: 800px;
}

.prode1-2img {
    display: flex;
    align-items: center;
}

.prode1-2l {
    margin-right: 24px;
}

.prode1-2l:last-child {
    margin-right: 0;
}

.prode1-2l img {
    width: 88px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 12px;
}

.prode1-2l p {
    color: #048700;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

/*  */
.prode1-2end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*  */
.prode1-2share {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2share p {
    color: #244030;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin-right: 22px;
}

.prode1-2share .a2a_kit a {
    margin-right: 12px;
}

.prode1-2share .a2a_kit a:last-child {
    margin-right: 0;
}

.prode1-2share .a2a_kit i {
    font-size: 26px;
    color: rgba(4, 135, 0, 1);
    line-height: normal;
}

/*  */
.prode1-2btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 278px;
    padding: 18px 12px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    margin-right: 32px;
    border-radius: 48px;
    background: #222;
    transition: all 0.5s ease;
}

.prode1-2a:last-child {
    margin-right: 0;
}

.prode1-2a:hover {
    background: #048700;
}

.prode1-2a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
    margin-left: 12px;
}

.prode1-2a:hover span {
    color: #FFF;
}

.prode1-2ai i {
    font-size: 18px;
    color: #FFF;
    display: block;
    transition: all 0.5s ease;
}

.prode1-2a:hover .prode1-2ai i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.prode-end {
    padding-bottom: 100px;
}

.prode2 {
    position: sticky;
    top: 100px;
    z-index: 14;
    overflow: hidden;
}

.prode2::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(36, 64, 48, 0.25);
}

.prode2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: rgba(36, 64, 48, 0.25);
}

.prode2-u {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: scroll;
    position: relative;
}

.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #00998B;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    /* margin-right: 40px; */
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    color: #244030;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: max-content;
    position: relative;
    transition: all 0.5s ease;
    padding: 16px 50px;
}

.prode2-l:hover .prode2-la {
    color: #048700;
}

.prode2-l.on .prode2-la {
    color: #048700;
}

.prode2-la span {
    --size: 1px;
    --color: #048700;
    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);
}

.prode2-l:last-child .prode2-la span {
    padding-right: 0;
}

.prode2-la:hover span {
    color: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.prode2-l.on .prode2-la span {
    color: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.prode3 {
    margin-top: 48px;
}

.prode3h {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.prode3h p {
    color: #244030;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

/*  */
.prode4-box {
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
}

.prode4-1 {
    width: 42.7%;
    flex: 0 0 auto;
}

.prode4-1h {
    margin-bottom: 16px;
}

.prode4-1h p {
    color: #244030;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.25);
}

.prode4-1p {
    margin-bottom: 60px;
}

.prode4-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode4-1l {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.prode4-1l:last-child {
    margin-bottom: 0;
}

.prode4-1l i {
    font-size: 20px;
    line-height: normal;
    color: rgba(4, 135, 0, 1);
    margin-right: 12px;
}

.prode4-1l p {
    color: #244030;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.25);
}

.prode4-1btn {
    display: flex;
    margin-top: 60px;
}

.prode4-1btn .ft-con2bta {
    background: #048700;
}

.prode4-1btn .ft-con2bti i {
    color: rgba(4, 135, 0, 1);
}

.prode4-2 {
    width: calc(100% - 42.7% - 110px);
    flex: 0 0 auto;
}

.prode4-2h {
    margin-bottom: 26px;
}

.prode4-2h p {
    color: #244030;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*  */
.prode6 {
    background: #F9F7EF;
    margin-bottom: -168px;
}

.prode5h {
    border-radius: 8px;
    background: #048700;
    margin-bottom: 12px;
    padding: 16px 24px;
}

.prode5h p {
    color: #FFF;
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.prode4 .con2-fou {
    margin-right: calc(-.5 * 0.4rem);
    margin-left: calc(-.5 * 0.4rem);
}

.prode4 .con2-fol {
    margin-bottom: 12px;
    padding-right: calc(0.4rem * .5);
    padding-left: calc(0.4rem * .5);
}

/* prode6 */
.prode6 {
    padding: 103px 0 315px;
}

.prode6-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.prode6h p {
    color: #003314;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prode6-chan {}

.prode6-chan {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.prode6-chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    border: 1px solid #048700;

    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.prode6-chan>div:nth-child(1) {
    margin-right: 20px !important;
}

.prode6-chan>div:hover {
    background: #048700;
    border: 1px solid #048700;
}

.prode6-chan>div::after {
    content: "";
}

.prode6-chan>div i {
    font-size: 18px;
    line-height: normal;
    color: rgba(4, 135, 0, 1);
    transition: all 0.5s ease;
}

.prode6-chan>div:hover i {
    color: #FFF;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .prode-top {
        padding: 40px 0 50px;
    }

    .prode1-2h {
        margin-bottom: 27px;
    }

    .prode1-2l img {
        width: 54px;
    }

    .prode1-2a {
        width: 178px;
        padding: 12px 12px;
        margin-right: 16px;
    }

    .prode-end {
        padding-bottom: 70px;
    }

    .prode4-box {
        padding: 70px 0;
    }

    .prode6 {
        padding: 73px 0 215px;
    }
}

@media (max-width: 1199.9px) {
    .prode1-2end {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode1-2btn {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        flex-direction: column;
    }

    .slider-for {
        width: 100%;
        margin-bottom: 20px;
    }

    .slider-nav {
        width: 100%;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode4-box {
        flex-direction: column;
    }

    .prode4-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .prode4-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .sub .ft-con2bt {
        margin-top: 20px;
    }

    .prode2-u {
        justify-content: flex-start;
    }

    .prode2-la {
        padding: 12px 10px;
    }

    .prode3 {
        margin-top: 28px;
    }

    .prode4-box {
        padding: 40px 0;
    }

    .prode4-1p {
        margin-bottom: 30px;
    }

    .prode6 {
        padding: 43px 0 215px;
    }

    .prode6-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode6-chan {
        margin-top: 20px;
    }

    .prode6-chan>div:nth-child(1) {
        margin-right: 10px !important;
    }

    .prode6-chan>div {
        --w: 36px;
    }
}

/* -------------------------------------------- */

/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50.2%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-arrow .slick-arrow {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 50.2%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e63d';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {}

@media (max-width: 1199.2px) {}

@media (max-width: 991px) {
    .banner .item a {
        padding-bottom: 56%;
    }

    .banner-video-box {
        padding-bottom: 56%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 70%;
    }

    .banner-video-box {
        padding-bottom: 70%;
    }

    .banner-chan .slick-arrow {
        --w: 34px !important;
    }

    .banner-chan .slick-arrow.banner-button-prev {
        margin-right: 8px !important;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 12px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }

    .banner-chan .swiper-pagination {
        display: none;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    /* overflow: hidden; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 10px !important;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    /* border: 1px solid #D9D9D9; */
    background: #FFE3D1;
    display: block;
    /* margin: 0 8px; */
    position: relative;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #FFE3D1;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 24px;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    border: 2px solid #FFE3D1;
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 148px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

.banner-chan {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.banner-chan .slick-arrow {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 500px;
    background: rgba(239, 229, 218, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow.banner-button-prev {
    margin-right: 24px;
}

.banner-chan .slick-arrow:hover {
    background: rgba(247, 239, 233, 0.40);
}

.banner-chan .slick-arrow i {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: #FFF;
}

/* banner-end */



/* so1 */
.ind-num {
    background: #048700;
    padding: 58px 0;
}

.so1 .ab2-l1 p,
.so1 .ab2-l1 p span {
    color: #FFF;
    text-align: start;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.so1 .ab2-l2 p {
    color: #FFF;
    text-align: start;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
}

/* ind-pro so2 */
.ind-pro {
    padding: 122px 0 100px;
}

.so2-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.so2-smh i {
    font-size: 20px;
    line-height: normal;
    color: rgba(4, 135, 0, 1);
    margin-right: 12px;
}

.so2-smh p {
    color: #244030;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.so2-h {
    margin-bottom: 74px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.so2-h p {
    color: #244030;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* max-width: 880px; */
}

.so2-h span {
    color: #244030;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 125%;
    display: block;
}

/*  */
.so2-sw {
    position: relative;
}

#so2-sw {
    overflow: hidden;
}

.so2-swbox {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 50px 0 rgba(204, 184, 184, 0.10);
    padding: 26.5px 25px 21.5px;
    transition: all 0.5s ease;
}

.so2-swbox:hover {
    box-shadow: 0 0 50px 0 rgba(4, 135, 0, 0.10);
}

.so2-swimg .img-box {
    border-radius: 20px;
    margin-bottom: 24px;
}

.so2-swimg .img-box img {
    transition: all 0.5s ease;
}

.so2-swbox:hover .so2-swimg .img-box img {
    transform: scale(1.08);
}

.so2-swh {
    display: block;
    margin-bottom: 16px;
}

.so2-swh p {
    color: #244030;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2-swbox:hover .so2-swh p {
    color: rgba(4, 135, 0, 1);
}

.so2-swp {
    margin-bottom: 24px;
}

.so2-swp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2-swbtn {
    display: flex;
}

.so2-swa {
    display: block;
    border-radius: 80px;
    border: 1px solid rgba(36, 64, 48, 0.25);
    padding: 12px 20px;
    transition: all 0.5s ease;
}

.so2-swbox:hover .so2-swa {
    background: rgba(4, 135, 0, 1);
}

.so2-swa p {
    color: #244030;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.so2-swbox:hover .so2-swa p {
    color: #FFF;
}

/*  */
#so2-sw .swiper-button-prev,
#so2-sw .swiper-button-next {
    border-radius: 48px;
    border: 1px solid #244030;

    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

#so2-sw .swiper-button-prev {
    left: -78px;
}

#so2-sw .swiper-button-next {
    right: -78px;
}

#so2-sw .swiper-button-prev:hover,
#so2-sw .swiper-button-next:hover {
    background: #048700;
}

#so2-sw .swiper-button-prev::after,
#so2-sw .swiper-button-next::after {
    content: "";
}

#so2-sw .swiper-button-prev i,
#so2-sw .swiper-button-next i {
    font-size: 18px;
    line-height: normal;
    color: rgba(36, 64, 48, 1);
    transition: all 0.5s ease;
}

#so2-sw .swiper-button-prev:hover i,
#so2-sw .swiper-button-next:hover i {
    color: #FFF;
}

.so2 .ft-con2bt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

/* so3 */
.ind-about {
    background: #F9F7EF;
}

.so3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0 0;
    background: #F9F7EF;
}

.so3-1 {
    width: 42%;
    flex: 0 0 auto;
}

.so3-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so3-2 {
    width: calc(58% - 30px);
    flex: 0 0 auto;
}

.so3-2smh {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.so3-2smh i {
    font-size: 20px;
    color: rgba(4, 135, 0, 1);
    line-height: none;
    margin-right: 12px
}

.so3-2smh p {
    color: #244030;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.so3-2h {
    margin-bottom: 46px;
}

.so3-2h p {
    color: #244030;
    /* font-size: calc(var(--zj-so1top1) - 2px); */
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.so3-2p {
    margin-bottom: 72px;
}

.so3-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 175%;
}

.so3 .ft-con2bta {
    background: #048700;
}

.so3 .ft-con2bti i {
    color: #048700;
}

/* ind-factory so4 */
.ind-factory {
    background: #F9F7EF;
}

.so4 {
    padding: 220px 0 140px;
}

.so4 .so5-h {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4 .so5-h p {
    max-width: 1650px;
}

/*  */
.so4-sw {
    position: relative;
}

#so4-sw>div {
    align-items: center;
}

.so4-swbox {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.so4-swbox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.45) 0%, rgba(34, 34, 34, 0.45) 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 1;
    transition: all 0.5s ease;
}

.swiper-slide-active .so4-swbox::before {
    opacity: 0;
}

.so4-swbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(36, 64, 48, 0.00) 70.17%, #244030 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: all 0.5s ease;
}

.swiper-slide-active .so4-swbox::after {
    opacity: 1;
}

.so4-swimg .img-box {
    padding-bottom: 57%;
    border-radius: 8px;
}

.swiper-slide-active .so4-swimg .img-box {
    padding-bottom: 67%;
}

.so4-te {
    position: absolute;
    left: 34px;
    bottom: 28px;
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
}

.swiper-slide-active .so4-te {
    opacity: 1;
}

.so4-te p {
    color: #FFF;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

#so4-sw .swiper-button-prev,
#so4-sw .swiper-button-next {
    background: #FFF;

    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

#so4-sw .swiper-button-prev:hover,
#so4-sw .swiper-button-next:hover {
    background: #048700;
}

#so4-sw .swiper-button-prev::after,
#so4-sw .swiper-button-next::after {
    content: "";
}

#so4-sw .swiper-button-prev i,
#so4-sw .swiper-button-next i {
    font-size: 18px;
    line-height: normal;
    color: rgba(4, 135, 0, 1);
    transition: all 0.5s ease;
}

#so4-sw .swiper-button-prev:hover i,
#so4-sw .swiper-button-next:hover i {
    color: #FFF;
}

/* ind-coopera so5 */
.so5 {
    padding: 120px 0 70px;
}

.so5-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.so5-smh i {
    font-size: 20px;
    line-height: normal;
    margin-right: 12px;
    color: rgba(4, 135, 0, 1);
}

.so4 .so5-h {
    flex-direction: column !important;
}

.so5-smh p {
    color: #244030;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.so5-h {
    margin-bottom: 60px;
}

.so5-h p,
.so5-h p span {
    color: #244030 !important;
    text-align: center !important;
    font-size: var(--zj-prode1-2h) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 125% !important;
}

.so5-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.so5-l {
    margin-bottom: 30px;
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.so5-lte {
    background: #048700;
    padding: 75px 30px;
    height: 100%;
}

.so5-lte p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.so5-lbox {
    height: 100%;
}

.so5-lbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ind-new so6 */
.ind-new {
    background: #F9F7EF;
    margin-bottom: -170px;
}

.so6 {
    padding: 100px 0 270px;
}

.so6-smh {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.so6-smh i {
    font-style: 20px;
    color: rgba(4, 135, 0, 1);
    line-height: normal;
    margin-right: 12px;
}

.so6-smh p {
    color: #244030;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.so6-te {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so6-h p {
    color: #244030;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    max-width: 1010px;
}

.so6-sw {
    position: relative;
}

#so6-sw {
    overflow: hidden;
}

.so6-swbox {
    border-radius: 8px;
    overflow: hidden;
}

.so6-swimg {
    position: relative;
    display: block;
}

.so6-swimg .img-box {
    padding-bottom: 67%;
}

.so6-swimg .img-box img {
    transition: all 0.5s ease;
}

.so6-swbox:hover .so6-swimg .img-box img {
    transform: scale(1.08);
}

.so6-num {
    border-radius: 2px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    bottom: -30px;
    z-index: 12;
}

.so6-num p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    background: #048700;
    padding: 6px 0;
}

.so6-num span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    background: #244030;
    display: block;
    padding: 8px 7.5px;
}

.so6-swte {
    background: #FFF;
    padding: 54px 30px 48px;
}

.so6-swh {
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.65);
    display: block;
}

.so6-swh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so6-swh p span {
    color: #244030;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    --size: 1px;
    --color: #048700;
    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);
}

.so6-swbox:hover .so6-swh p span {
    color: #048700;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so6-swp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.ban-tepp {
    position: absolute;
    width: 100%;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ban-smh {
    margin-bottom: 32px;
    transform: translateX(120px);
    transition: all 1.2s ease;
}

.swiper-slide-active .ban-smh {
    transform: translateX(0);
}

.ban-smh p {
    color: #FFF;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    max-width: 980px;
}

.ban-h {
    margin-bottom: 48px;
    transform: translateX(120px);
    transition: all 1.5s ease;
}

.swiper-slide-active .ban-h {
    transform: translateX(0);
}

.ban-h p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    max-width: 980px;
}

.banner .ft-con2bt {
    transform: translateX(120px);
    transition: all 1.8s ease;
}

.swiper-slide-active .ft-con2bt {
    transform: translateX(0);
}

.banner .ft-con2bta {
    padding: 8px 8px 8px 24px !important;
    background: #048700;
}

.banner .ft-con2bti i {
    color: #048700;
}

.banner-chan {
    justify-content: flex-start;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 8px !important;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    --w: 12px;
    border: 1px solid #FFE3D1;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #04870000;
}

@media (max-width: 1536px) {
    .ind-pro {
        padding: 72px 0 70px;
    }

    .so2-h {
        margin-bottom: 44px;
    }

    .so3 {
        padding: 70px 0 0;
    }

    .so4 {
        padding: 120px 0 70px;
    }

    .so5 {
        padding: 70px 0 60px;
    }

    .so6 {
        padding: 70px 0 170px;
    }

    .ind-new {
        margin-bottom: -70px;
    }
}

@media (max-width: 992px) {
    .ind-num {
        padding: 38px 0;
    }

    .ban-smh {
        margin-bottom: 16px;
    }

    .ban-h {
        margin-bottom: 24px;
    }

    .so3 {
        flex-direction: column-reverse;
    }

    .so3-1 {
        width: 100%;
    }

    .so3-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so5-l {
        width: 100%;
    }

    #venPhoSec {
        /* display: none; */
        position: fixed;
        right: -100%;
        opacity: 0;
        top: 54px;
    }
}

@media (max-width: 499px) {
    .so1 .ab2-u {
        justify-content: flex-start;
    }

    .banner .item a {
        padding-bottom: 50%;
    }

    .banner-video-box {
        padding-bottom: 140%;
    }

    .ban-tepp {
        top: 56%;
    }

    .ind-pro {
        padding: 42px 0 40px;
    }

    .so2-h {
        margin-bottom: 22px;
    }

    .so2 .ft-con2bt {
        margin-top: 30px;
    }

    .so3 {
        padding: 40px 0 0;
    }

    .so3-2h {
        margin-bottom: 23px;
    }

    .so3-2p {
        margin-bottom: 32px;
    }

    .so4 {
        padding: 40px 0 40px;
    }

    #so4-sw .swiper-button-prev,
    #so4-sw .swiper-button-next {
        display: none;
    }

    .so5-h {
        margin-bottom: 30px;
    }

    .so4-te {
        left: 12px;
        bottom: 8px;
    }

    .so5 {
        padding: 40px 0 40px;
    }

    .so5-lte {
        padding: 25px 12px;
    }

    .so5-l {
        margin-bottom: 20px;
    }

    .so6 {
        padding: 40px 0 100px;
    }

    .so6-te {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .ft-con2bt {
        display: none;
    }

    .so6-swte {
        background: #FFF;
        padding: 54px 12px 30px;
    }

    .so6-swh {
        padding-bottom: 16px;
        margin-bottom: 12px;
    }

    #venPhoSec {
        /* display: none; */
        position: fixed;
        right: -100%;
        opacity: 0;
        top: 50px;
    }
}

/* 语言新 */
.menu-language {
    position: relative;
    height: 100%;
}

@media (max-width: 1199px) {
    /* .menu-language {
        padding: 0 10px;
    } */
}

.menu-language::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
}

.menu-language:hover .drop-select {
    opacity: 1;
    pointer-events: auto;
}

.menu-language .select-name {
    color: #000;
    /* font-family: 'Sora'; */
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    height: 100%;
    border-radius: 6px;
    background: #FFF;
    /* padding: 0 30px; */
    /* 18px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

@media (max-width: 1400px) {
    .menu-language .select-name {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .menu-language .select-name {
        font-size: 14px;
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name {
        font-size: 0;
    }
}

.menu-language .select-name:hover {
    color: #EA580C;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e6c8';
    color: rgba(0, 0, 0, 1);
    font-family: 'iconfont' !important;
    margin-right: 6px;
    transition: all 0.5s ease;
}

.menu-language .select-name:hover:before {
    color: #EA580C;
}

@media (max-width: 1199px) {
    .menu-language .select-name::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name::before {
        margin-right: 0;
        font-size: 24px;
    }
}

.menu-language .select-name::after {
    font-size: 10px;
    color: rgba(0, 0, 0, 1);
    content: '\e6bd';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 15px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language .select-name:hover::after {
    color: #EA580C;
}

@media (max-width: 767px) {
    .menu-language .select-name::after {
        display: none;
    }
}

.menu-language .drop-select {
    position: absolute;
    content: '';
    right: 0;
    top: calc(126%);
    z-index: 2;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .menu-language .drop-select {
        min-width: 100%;
        width: auto;
        height: 300px;
        overflow: auto;
        padding: 10px;
    }
}

.menu-language .drop-select li {
    font-size: 16px;
    display: inline-block;
    width: calc(100%/3);
    vertical-align: top;
}

@media (max-width: 991px) {
    .menu-language .drop-select li {
        width: 100%;
        font-size: 14px;
    }
}

.menu-language .drop-select li:hover a {
    color: #777777;
}

.menu-language .drop-select li a {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 14px;
}

.menu-language .drop-select li a:hover {
    background: #eee;
}

.menu-language .drop-select li a img {
    max-height: 20px;
    display: block;
    margin-right: 10px;
}

/* 语言-end */