#ven {
    transition: all 0.5s ease;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.ventricle {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1) !important;
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 20px 0;
    position: relative;
}

.ven1-loim img {
    width: 175px;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    /* margin-right: 3.46vw; */
    /* height: 100%; */
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 11vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;

    padding: 10px 24px;
    border-radius: 50px;
    background: #F5F5F5;
    transition: all 0.5s ease;
}

.ven2-la:hover {
    background: #E5F4E5;
}

.ven2-l.on .ven2-la {
    background: #E5F4E5;
}

.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-family: 'Montserrat';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-ven2-la) * 1.33);

    --size: 1px;
    --color: #262861;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    /* color: rgba(192, 0, 0, 1); */
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ven2-l.on .ven2-la span {
    /* color: rgba(192, 0, 0, 1); */
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 34px;
}

.vensesv i {
    font-size: 24px;
    color: #222;
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #4FB454;
}

/*  */
.ven2-line {
    width: 1px;
    height: 14px;
    margin: 0 25px;
    background: rgba(0, 0, 0, 0.20);
    display: none;
}

.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #4FB454;
    padding: 10px 24px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.ven2-langbt::after,
.ven2-langbt::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);
}

.ven2-langbt::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.ven2-lang:hover .ven2-langbt::before,
.ven2-lang:hover .ven2-langbt::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ven2-langbt i {
    color: #FFF;
    font-size: 16px;
    transition: all 0.5s ease;
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    margin-right: 8px;
    transition: all 0.5s ease;
}

/* 购物车 */
.ven2-2a {
    display: flex;
    align-items: center;
}

.ven2-2a p {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    transition: all 0.5s ease;
}

.ven2-2a:hover p {
    color: #4FB454;
}

.ven2-2a p span {
    margin-left: 8px;
}

/* 特殊 */
.translate {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 12;
}

.google_translate_element {
    width: 100%;
    height: 100%;
}

.translate .goog-te-gadget-simple {
    width: 100%;
    height: 100%;
}

.goog-te-gadget-icon {
    height: 50px !important;
}

@media (max-width: 1536px) {
    #ven::after {
        width: 244px;
    }

    /*  */
    .vensesv i,
    .ven2-2a i,
    .ven2-langbt i {
        font-size: 18px;
    }

    .ven2-l {
        margin-right: 0;
    }

    .ven2-l:last-child {
        margin-right: 6vw;
    }

    .ven2-line {
        margin: 0 20px;
    }

    .ven2-la {
        padding: 6px 18px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .ven1-loim img {
        width: 150px;
    }

    .vensesv {
        margin: 0 24px;
    }

    .ven2-langbt {
        padding: 6px 18px;
    }

    .goog-te-gadget-icon {
        height: 28px !important;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-1 {
        display: none;
    }

    .ven2-2a {
        margin-right: 8px;
    }

    .ven2-lang {
        margin-right: 0;
    }

    .ven2-line {
        margin: 0 12px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .ven2-langbt i {
        font-size: 16px;
    }

    /*  */
    .ven2-2a p span {
        margin-left: 4px;
    }

    .ven1-loim img {
        width: 100px;
    }

    .vensesv {
        background: #26286100;
        padding: 0;
        margin: 0 12px;
    }

    .vensesv span {
        display: none;
    }

    .ven2-langbt {
        padding: 4px 8px;
    }

    .ven2-langbt span {
        margin-right: 4px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
    /* top: 100%; */
    top: 120%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;

    /* position: fixed;
    width: 100vw;
    background: rgba(0, 0, 0, 0.80);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    top: 92px; */
}

.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: #012F6B;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #329939;
    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-lera:hover span {
    color: #329939;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Archivo';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-ler {
        top: 80px;
    }

    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #444;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #329939;
    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: #329939;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 270%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #012F6B;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #329939;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 260%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 250%;
        right: -144px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #012F6B;
    transition: all .5s;
}

#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: #262861;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #262861;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #012F6B;
    transition: all .5s;
}

#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: 66px;
    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: #000;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #4FB454;
}

.xiantiao>a {
    color: #4FB454;
}

.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: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: rgba(192, 0, 0, 1);
}

@media (max-width: 1199.9px) {
    .venPhoSec .ven-sehinp {
        position: relative;
        top: 0;
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
        margin-top: 40px !important;
    }

    .venPhoSec .ven-sehfo {
        width: 100%;
    }
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 50px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }

    /*  */
    .venPhoSec .ven-sehinp {
        right: 0;
        margin-top: 20px !important;
    }
}

/* gg */
.sub {
    position: relative;
    padding-top: 98px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-te {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.sub-te p {
    color: #222;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: calc((var(--zj-news-h) + 4px) * 1.25);
}

/*  */
.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 {
        padding-top: 68px;
    }

    .sub-im img {
        height: 280px;
    }

    /*  */
    .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 {
        height: 195px;
    }
}

@media (max-width: 499px) {
    .sub {
        padding-top: 50px;
    }

    .sub-im img {
        height: 104px;
    }
}

.subnav-box {
    background: rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(5px);
    padding: 7px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.subnav-box .breadcrumb-item {
    display: flex;
    align-items: center;
}

.subnav-box .breadcrumb-item i {
    margin-right: 18px;
    font-size: 24px;
    color: #FFF;
}

.subnav-box .breadcrumb-item::before,
.subnav-box .breadcrumb-item a span {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.subnav-box .breadcrumb-item a span {
    --size: 1px;
    --color: #C00000;
    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);
}

.subnav-box .breadcrumb-item a:hover span {
    color: #C00000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.subnav-box .breadcrumb-item.active a span {
    color: #C00000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 499px) {
    .subnav-box {
        display: none;
    }

    .subnav-box .breadcrumb-item svg {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #329939;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    padding-top: 4px;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    background: #4FB454;
    color: #FFF;
}

.sub-pagel.on a {
    background: #4FB454;
    color: #FFF;
}

/*  */
.sub-pagel.sub-prev a {
    padding-top: 0;
}

.sub-pagel.sub-prev a i {
    color: #329939;
    font-size: 30px;
    rotate: 90deg;
}

.sub-pagel.sub-prev a:hover i {
    color: #FFF;
}

.sub-pagel.sub-prev:last-child a i {
    rotate: -90deg;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }

    .sub-pagel.sub-prev a {
        border-radius: 0;
        background: transparent;
        margin: 0 8px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
    }

    .sub-pagel.sub-prev a i {
        font-size: 20px;
    }
}

[data-sub-padding="100"] {
    padding: 100px 0 100px;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

@media (max-width: 1536px) {
    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }
}

/* contact */
.contact {
    position: relative;
}

.contact::after {
    position: absolute;
    content: "";
    width: 14%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: #329939;
}

.con-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.con1 {
    width: 59.69%;
    flex: 0 0 auto;
}

.con1h {
    margin-bottom: 24px;
}

.con1h h2 {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-so1top1) * 1.33);
}

.con1p {
    margin-bottom: 72px;
}

.con1p p {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con1-from {
    border-radius: 30px;
    background: #F9F9F9;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    padding: 48px;
}

.con1-fou {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.con1-fol {
    margin-bottom: 24px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.con1-fol p {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-bottom: 8px;
}

.con1-fol input,
.con1-fol textarea {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);

    width: 100%;
    border: 1px solid #FFF;
    border-radius: 30px;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 10px 16px;
}

.con1-fol input:focus,
.con1-fol textarea:focus {
    border: 1px solid #4FB454;
}

.con1-fol input::-webkit-input-placeholder {
    color: #4C4C4C;
}

.con1-fol input::-moz-placeholder {
    color: #4C4C4C;
}

.con1-fol input::-ms-input-placeholder {
    color: #4C4C4C;
}

.con1-fol textarea::-webkit-input-placeholder {
    color: #4C4C4C;
}

.con1-fol textarea::-moz-placeholder {
    color: #4C4C4C;
}

.con1-fol textarea::-ms-input-placeholder {
    color: #4C4C4C;
}

.con1-fobt button {
    border-radius: 50px;
    background: #4FB454;
    padding: 16px 48px;
    position: relative;
    overflow: hidden;
}

.con1-fobt button::after,
.con1-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con1-fobt button::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.con1-fobt button:hover::before,
.con1-fobt button:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con1-fobt button span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.55);
}

.con2 {
    width: 34%;
    flex: 0 0 auto;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 12;
}

.con2 .img-box {
    padding-bottom: 136%;
}

@media (max-width: 1536px) {
    .con1h {
        margin-bottom: 12px;
    }

    .con1p {
        margin-bottom: 36px;
    }

    .con1-from {
        padding: 24px;
    }

    .con1-fobt button {
        padding: 8px 32px;
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .contact::after {
        width: 100%;
        height: 20%;
    }

    .con1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .con1-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con1h {
        margin-bottom: 6px;
    }

    .con1p {
        margin-bottom: 18px;
    }

    .con1-from {
        border-radius: 20px;
        padding: 12px;
    }

    .con1-fol {
        margin-bottom: 12px;
    }

    .con1-fol p {
        margin-bottom: 4px;
    }

    .con1-fol input,
    .con1-fol textarea {
        padding: 8px 14px;
    }

    .con1-fobt button {
        padding: 6px 26px;
    }

    .con2 {
        border-radius: 20px;
    }
}

/* footer */
#footer {
    background: #E5F4E5;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ft1-1 {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 32.4% - 170px);
}

.ft1-1h {
    margin-bottom: 36px;
}

.ft1-1h p {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.ft1-1lfl {
    margin-bottom: 24px;
}

.ft1-1lfl:last-child {
    margin-bottom: 0;
}

.ft1-1lflh {
    margin-bottom: 12px;
}

.ft1-1lflh p {
    color: #EC661E;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.ft1-1lfla {
    display: block;
    max-width: 530px;
}

.ft1-1lfla span {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ft1-1lfl>a:hover span {
    color: #4FB454;
}

/*  */

.ft1-1rgla {
    display: block;
    margin-bottom: 24px;
}

.ft1-1rgl:last-child .ft1-1rgla {
    margin-bottom: 0;
}

.ft1-1rgla span {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ft1-1rgla:hover span {
    color: #4FB454;
}

.ft1-2 {
    width: 32.4%;
    flex: 0 0 auto;
}

.ft1-2h {
    margin-bottom: 36px;
}

.ft1-2h p {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.ft1-2p {
    margin-bottom: 12px;
}

.ft1-2p p {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 2px;
}

.ft1-sehfo input {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.57);
    text-transform: capitalize;
    transition: all 0.5s ease;
    border: 1px solid #FFF;
    width: calc(100% - 128px - 12px);
    padding: 10px 16px;
    border-radius: 50px;
    background: #FFF;
}

.ft1-sehfo input:focus {
    border: 1px solid #4FB454;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: #4C4C4C;
}

.ft1-sehfo input::-moz-placeholder {
    color: #4C4C4C;
}

.ft1-sehfo input::-ms-input-placeholder {
    color: #4C4C4C;
}

.ft1-sehfo button {
    border-radius: 50px;
    background: #4FB454;
    min-width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    position: relative;
    overflow: hidden;

    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.ft1-sehfo button::after,
.ft1-sehfo button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft1-sehfo button::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.ft1-sehfo button:hover::before,
.ft1-sehfo button:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0;
    position: relative;
}

.ft2::after,
.ft2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #4FB454;
    left: 0;
    top: 0;
}

.ft2::before {
    top: auto;
    bottom: 0;
}

.ft2-1a {
    display: block;
}

.ft2-1a img {
    width: 175px;
}

.ft-share {
    display: flex;
    align-items: center;
}

.ft-share>a {
    margin-left: 12px;
    display: block;
}

.ft-share>a i {
    font-size: 30px;
    color: #4FB454;
    transition: all 0.5s ease;
    display: block;
}

.ft-share>a:hover i {
    transform: translateY(-4px);
}

.ft3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 24px 0;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 4px;
}

.ft3-1copy span {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) *1.5);
}

.ft3-1pow {
    margin-right: 24px;
}

.ft3-1pow span {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) *1.5);
    --size: 1px;
    --color: #145CC5;
    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: #4FB454;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 14px;
    background: #D9D9D9;
    margin: 0 16px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: #145CC5;
    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: #4FB454;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

@media (max-width: 1536px) {
    .ft1-1 {
        width: calc(100% - 32.4% - 48px);
    }

    .ft2 {
        padding: 18px 0;
    }

    .ft2-1a img {
        width: 150px;
    }

    .ft-share>a i {
        font-size: 26px;
    }

    .ft3 {
        padding: 12px 0;
    }

    .ft3-1pow {
        margin-right: 12px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 48px;
    }

    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ft1-2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .ft3 {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2>span {
        margin: 0 8px 0;
    }
}

@media (max-width: 768px) {
    .ft1-1 {
        flex-direction: column;
    }

    .ft1-1rg {
        margin-bottom: 30px;
    }

    .ft1-1h {
        margin-bottom: 18px;
    }

    .ft1-1rgla {
        margin-bottom: 12px;
    }

    .ft1-1lflh {
        margin-bottom: 6px;
    }

    .ft1-1lfl {
        margin-bottom: 12px;
    }

    .ft1-2h {
        margin-bottom: 18px;
    }

    .ft1-2p {
        margin-bottom: 6px;
    }

    .ft2-1a img {
        width: 120px;
    }
}

@media (max-width: 499px) {
    .ft1-1h {
        margin-bottom: 8px;
    }

    .ft1-1rgla {
        margin-bottom: 6px;
    }

    .ft1-1rg {
        margin-bottom: 12px;
    }

    .ft1-1lfl {
        margin-bottom: 6px;
    }

    .ft1-2h {
        margin-bottom: 10px;
    }

    .ft1-sehfo input {
        padding: 4px 8px;
        width: calc(100% - 104px - 12px);
    }

    .ft1-sehfo button {
        padding: 6px 8px;
        min-width: 104px;
    }

    .ft2 {
        padding: 10px 0;
    }

    .ft-share>a i {
        font-size: 20px;
    }
}

/* news */
.ne-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ne1 {
    width: 22%;
    flex: 0 0 auto;
    position: sticky;
    top: 110px;
}

.ne1h {
    margin-bottom: 24px;
}

.ne1h p {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
}

.ne1-l {
    margin-bottom: 17px;
}

.ne1-l:last-child {
    margin-bottom: 0;
}

.ne1-la {
    display: block;
    border-radius: 30px 0 0 30px;
    background: #E5F4E5;
    padding: 10px 20px 10px 24px;
    margin-right: 30px;
    position: relative;
    transition: all 0.5s ease;
}

.ne1-la:hover {
    background: #4FB454;
}

.ne1-l.on .ne1-la {
    background: #4FB454;
}

.ne1-la span {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.55);
    transition: all 0.5s ease;
}

.ne1-la:hover span {
    color: #FFF;
}

.ne1-l.on .ne1-la span {
    color: #FFF;
}

.ne1-lbg {
    position: absolute;
    content: "";
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.ne1-lbg img {
    width: 30px;
    height: 49px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ne1-lbg img:nth-child(1) {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.ne1-lbg img:nth-child(2) {
    opacity: 0;
}

.ne1-la:hover .ne1-lbg img:nth-child(1) {
    opacity: 0;
}

.ne1-la:hover .ne1-lbg img:nth-child(2) {
    opacity: 1;
}

.ne1-l.on .ne1-lbg img:nth-child(1) {
    opacity: 0;
}

.ne1-l.on .ne1-lbg img:nth-child(2) {
    opacity: 1;
}

.ne2 {
    width: calc(78% - 70px);
    flex: 0 0 auto;
}

.ne2-l {
    position: relative;
    padding: 36px 0;
}

.ne2-l:first-child {
    padding-top: 0;
}

.ne2-l::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #F0F0F0;
    left: 0;
    bottom: 0;
}

.ne2-l:last-child:after {
    opacity: 0;
}

.ne2-lbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ne2-limg {
    width: 32.2%;
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.ne2-limg .img-box {
    padding-bottom: 56.2%;
}

.ne2-limg .img-box img {
    transition: all 0.5s ease;
}

.ne2-lbox:hover .ne2-limg .img-box img {
    transform: scale(1.08);
}

.ne2-lte {
    width: calc(67.8% - 30px);
}

.ne2-ltebox {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.ne2-lte1 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #E5F4E5;
    padding: 6px 16px;
    margin-right: 24px;
}

.ne2-lte1 svg {
    margin-right: 8px;
}

.ne2-lte1 p {
    color: #329939;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ne2-lte2 {
    display: flex;
    align-items: center;
}

.ne2-lte2 i {
    font-size: 20px;
    color: #EC661E;
    margin-right: 8px;
}

.ne2-lte2 p {
    color: #EC661E;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ne2-lh {
    margin-bottom: 10px;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne2-lh span {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);

    --size: 1px;
    --color: #4FB454;
    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);
}

.ne2-lbox:hover .ne2-lh span {
    color: #4FB454;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne2-lp p {
    color: #4C4C4C;
    font-family: 'Montserrat';
    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;
}

@media (max-width: 1536px) {
    .ne2-lte1 {
        padding: 4px 8px;
        margin-right: 12px;
    }

    .ne2-l {
        padding: 18px 0;
    }

    .ne2-ltebox {
        margin-bottom: 8px;
    }
}

@media (max-width: 1199.9px) {
    .ne-box {
        flex-direction: column;
    }

    .ne1 {
        width: 100%;
        position: relative;
        top: 0;
    }

    .ne1-u {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .ne1-l {
        margin-bottom: 0 !important;
        margin-right: 12px;
    }

    .ne1-lbg {
        right: -25px;
    }

    .ne1-lbg img {
        width: 26px;
        height: 46px;
    }

    .ne2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ne2-lbox {
        flex-direction: column;
    }

    .ne2-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne2-lte {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ne1-la {
        padding: 6px 12px 5px 14px
    }

    .ne1-lbg {
        right: -22px;
    }

    .ne1-la {
        margin-right: 18px;
    }

    .ne1-lbg img {
        width: 23px;
        height: 37px;
    }

    .ne1h {
        margin-bottom: 12px;
    }

    .ne2-limg {
        margin-bottom: 14px;
    }
}

/* product1 */
.pro-h {
    margin-bottom: 24px;
}

.pro-h p {
    color: #222;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-so1top1) * 1.33);
}

.pro-p {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-p p {
    color: #4C4C4C;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1400px;
}

.pro1-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.pro1-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 36px;
}

.pro1-lbox {
    position: relative;
    transition: all 0.5s ease;
}

.pro1-lbox:hover {
    box-shadow: 0 4px 10px 0 rgba(79, 180, 84, 0.20);
    border-radius: 50px;
}

.pro1-la {
    display: block;
    border-radius: 30px;
    border: 2px solid #4FB454;
    background: #FFF;
    overflow: hidden;
    padding: 10px 10px 24px;
    transition: all 0.5s ease;
}

.pro1-lbox:hover .pro1-la {
    background: #4FB454;
}

.pro1-limg {
    border-radius: 20px;
    background: rgba(229, 244, 229, 1);
    overflow: hidden;
    margin-bottom: 16px;
}

.pro1-limg img {
    transition: all 0.5s ease
}

.pro1-lbox:hover .pro1-limg img {
    transform: scale(1.08);
}

.pro1-lh p {
    color: #4FB454;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro1-lbox:hover .pro1-lh p {
    color: #FFF;
}

.pro1-lcart {
    position: absolute;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(79, 180, 84, 0.20);
    top: 24px;
    right: 24px;
    z-index: 12;
    transition: all 0.5s ease;
}

.pro1-lbox:hover .pro1-lcart {
    background: #4FB454;
}

.pro1-lcart i {
    font-size: 24px;
    color: #4FB454;
    transition: all 0.5s ease;
}

.pro1-lbox:hover .pro1-lcart i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .pro1-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }

    .pro1-lcart {
        --w: 32px;
    }

    .pro1-lcart i {
        font-size: 20px;
    }

    .pro1-limg {
        margin-bottom: 8px;
    }

    .pro1-la {
        padding: 10px 10px 12px;
    }
}

@media (max-width: 992px) {
    .pro1-l {
        width: 33.333%;
    }

    .pro1-la {
        border-radius: 20px;
    }
}

@media (max-width: 664px) {
    .pro1-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro-h {
        margin-bottom: 12px;
    }

    .pro1-l {
        width: 100%;
    }

    .pro-p {
        margin-bottom: 24px;
    }
}

/*  */
.nores-h {
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #4FB454;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-family: 'Montserrat';
    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: #4FB454;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/*  */
/* product2 */
.product2 .pro-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product2 .pro1 {
    width: 22%;
    flex: 0 0 auto;
    position: sticky;
    top: 130px;
}

.product2 .pro1-l {
    margin-bottom: 17px;
}

.product2 .pro1-l:last-child {
    margin-bottom: 0;
}

.product2 .pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px 0 0 30px;
    background: #E5F4E5;
    padding: 6px 20px 6px 24px;
    margin-right: 30px;
    position: relative;
    transition: all 0.5s ease;
}

.product2 .pro1-l1a:hover {
    background: #4FB454;
}

.product2 .pro1-l.on .pro1-l1a {
    background: #4FB454;
}

.product2 .pro1-l1a span {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.55);
    transition: all 0.5s ease;
}

.product2 .pro1-l1a:hover span {
    color: #FFF;
}

.product2 .pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.product2 .pro1-l1ico {
    position: relative;
}

.product2 .pro1-l1ico i {
    font-size: 24px;
    color: #4FB454;
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.product2 .pro1-l.on .pro1-l1ico i {
    transform: rotate(-180deg);
    color: #FFF;
}

.product2 .pro1-l.on .pro1-l1ico i {
    transform: rotate(-180deg);
    color: #FFF;
}

.product2 .pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

/* youbian小脚 */

.pro1-l1a:hover .ne1-lbg img:nth-child(1) {
    opacity: 0;
}

.pro1-l1a:hover .ne1-lbg img:nth-child(2) {
    opacity: 1;
}

.pro1-l.on .ne1-lbg img:nth-child(1) {
    opacity: 0;
}

.pro1-l.on .ne1-lbg img:nth-child(2) {
    opacity: 1;
}

/*  */
.product2 .pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.product2 .pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.product2 .pro1-l2sa {
    margin-bottom: 10px;
}

.product2 .pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 10px 24px;
}

.product2 .pro1-l2a span {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.55);
    --size: 1px;
    --color: #4FB454;
    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);
}

.product2 .pro1-l2a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.product2 .pro1-l2a.on span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.product2 .pro2 {
    width: calc(78% - 70px);
}

.product2 .pro-h p,
.product2 .pro-p p {
    text-align: start;
}

.product2 .pro2-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.product2 .pro2-l {
    margin-bottom: 36px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

@media (max-width: 1536px) {
    .product2 .pro2-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .product2 .pro2-l {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

@media (max-width: 1199.9px) {
    .product2 .pro1 {
        display: none;
    }

    .product2 .pro2 {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .product2 .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .product2 .pro2-l {
        width: 100%;
    }
}

/* product-show */
.prode {
    margin-top: 100px;
}

.prode-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.prode1 {
    width: 44%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: sticky;
    top: 110px;
    margin-top: -3px;
}

.slider-navbox {
    width: 80.6%;
    flex: 0 0 auto;
    position: relative;
}

.slider-navbox button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
    transition: all 0.5s ease;
}

.slider-navbox button:hover {
    background: #4FB454;
}

.slider-navbox .slider-prev {
    left: -24px;
    transform: translateY(-50%) rotate(90deg);
}

.slider-navbox .slider-next {
    right: -24px;
    transform: translateY(-50%) rotate(-90deg);
}

.slider-navbox button i {
    font-size: 30px;
    color: #329939;
    transition: all 0.5s ease;
}

.slider-navbox button:hover i {
    color: #FFF;
}

/* 右侧 */
.prode2 {
    width: calc(56% - 88px);
    flex: 0 0 auto;
}

.prode2-1 {
    margin-bottom: 112px;
}

.prode2-h {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #4FB454;
}

.prode2-h p {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-so1top1) * 1.33);
}

.prode2-te {
    border-radius: 30px;
    background: #E5F4E5;
    padding: 24px;
    margin-bottom: 36px;
}

.prode2-p {
    margin-bottom: 12px;
}

.prode2-p p {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.prode2-u p {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode2-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode2-btn {
    display: flex;
    align-items: center;
}

.prode2-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: linear-gradient(90deg, #329939 0%, #4FB454 100%);
    padding: 10px 36px;
    position: relative;
    overflow: hidden;
}

.prode2-a:first-child {
    margin-right: 24px;
}

.prode2-a:last-child {
    background: #E5F4E5;
}

.prode2-a::after,
.prode2-a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.prode2-a::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.prode2-a:hover::before,
.prode2-a:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*  */

.prode2-a span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode2-a:last-child span {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode2-a i {
    font-size: 24px;
    line-height: normal;
    color: #4FB454;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.prode2-a:hover i {
    transform: translateY(-3px);
}

.prode2-share {
    display: flex;
    align-items: center;
}

.prode2-share p {
    color: #4C4C4C;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-right: 12px;
}

/*  */
/* 产品详情下面 */
.prode2-2box {
    position: sticky;
    top: 110px;
    z-index: 14;
    overflow: hidden;
}

.prode2-2u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    background: #fff;
    position: relative;
}


.prode2-2u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-2u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #149496;
}

.prode2-2u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-2u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #D9D9D9;
}

.prode2-2l {
    margin-right: 24px;
    padding: 12px 0;
    position: relative;
}

.prode2-2l:last-child {
    margin-right: 0;
}

.prode2-2l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    background: #4FB454;
    transition: all 0.5s ease;
}

.prode2-2l:hover::after {
    width: 100%;
}

.prode2-2l.on::after {
    width: 100%;
}

.prode2-2la {
    display: block;
}

.prode2-2la span {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    transition: all 0.5s ease;
}

.prode2-2la:hover span {
    color: #4FB454;
}

.prode2-2l.on .prode2-2la span {
    color: #4FB454;
}

/*  */
.prode3 {
    padding-top: 36px;
    position: relative;
}

.prode3h {
    margin-bottom: 12px;
}

.prode3h p {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-pro2-1h) * 1.53);
}

.prode3te {
    border-radius: 30px;
    background: #F5F5F5;
    padding: 24px;
}

.prode5 {
    padding-top: 26px;
}

.prode5-box {
    padding: 48px;
    border-radius: 30px;
    background: #F5F5F5;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.prode5h {
    border-radius: 30px;
    background: #FFF;
    padding: 10px 16px;
    margin-bottom: 24px;
}

.prode5h p {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode5h p span {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-left: 10px;
}

.prode6 {
    padding-top: 100px;
}

.prode6h {
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode6h p {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-so1top1) * 1.33);
}

/*  */
.prode6-ubtn {
    display: flex;
    align-items: center;
}

.prode6-ubtn>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #E5F4E5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.prode6-ubtn .swiper-button-prev {
    transform: rotate(90deg);
    margin-right: 24px;
}

.prode6-ubtn .swiper-button-next {
    transform: rotate(-90deg);
}

.prode6-ubtn>div:hover {
    background: #4FB454;
}

.prode6-ubtn>div::after {
    content: "";
}

.prode6-ubtn>div i {
    font-size: 30px;
    color: #329939;
    transition: all 0.5s ease;
}

.prode6-ubtn>div:hover i {
    color: #FFF;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .slider-navbox button {
        --w: 32px;
    }

    .slider-navbox .slider-prev {
        left: -16px;
    }

    .slider-navbox .slider-next {
        right: -16px;
    }

    .slider-navbox button i {
        font-size: 22px;
    }

    .prode2 {
        width: calc(56% - 42px);
    }

    .prode2-a {
        padding: 8px 20px;
    }

    .prode2-a:first-child {
        margin-right: 12px;
    }

    .prode2-a i {
        font-size: 18px;
    }

    .prode2-h {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .prode2-te {
        border-radius: 20px;
    }

    .prode2-1 {
        margin-bottom: 72px;
    }

    .prode2-2l {
        margin-right: 12px;
        padding: 6px 0;
    }

    .prode3te {
        border-radius: 20px;
        padding: 12px;
    }

    .prode5-box {
        padding: 24px;
        border-radius: 20px;
    }

    .prode6 {
        padding-top: 50px;
    }

    .prode6h {
        margin-bottom: 18px;
    }

    .prode6-ubtn>div {
        --w: 32px;
    }

    .prode6-ubtn .swiper-button-prev {
        margin-right: 12px;
    }

    .prode {
        margin-top: 66px;
    }

    .prode6-ubtn>div i {
        font-size: 26px;
    }
}

@media (max-width: 1199.9px) {
    .prode2-end {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode2-btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1 {
        width: 100%;
        flex-direction: column;
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .slider-navbox {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .slider-nav {
        width: 100%;
    }

    .prode2 {
        width: 100%;
        position: relative;
        top: 0;
    }

    .prode2-2box {
        position: relative;
        top: 0;
    }
}

@media (max-width: 499px) {
    .prode {
        margin-top: 52px;
    }

    .slider-navbox {
        margin-bottom: 0;
    }

    .slider-for {
        margin-bottom: 10px;
    }

    .prode1 {
        margin-bottom: 20px;
    }

    .prode2-te {
        padding: 12px;
        margin-bottom: 24px;
    }

    .prode2-1 {
        margin-bottom: 32px;
    }

    .prode3 {
        padding-top: 22px;
    }

    .prode5-box {
        padding: 12px;
    }

    .prode5h {
        margin-bottom: 12px;
    }

    .prode6 {
        padding-top: 30px;
    }
}

/* sbout us */
.ab1-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.ab1-1h {
    width: 48%;
    flex: 0 0 auto;
}

.ab1-1h h2 {
    color: #222;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: bold;
    line-height: calc((var(--zj-news-h) + 4px) * 1.25);
    max-width: 636px;
}

.ab1-1h h2 span {
    color: #4FB454;
}

.ab1-1p {
    width: 50%;
    flex: 0 0 auto;
}

.ab1-1p p {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab1-1video {
    margin-top: 48px;
    display: flex;
    align-items: center;
}

.ab1-2vidbox {
    display: flex;
    align-items: center;
}

.ab1-1video i {
    margin-right: 12px;
    border-radius: 50%;
    background: #EC661E;
    box-shadow: 0 4px 10px 0 rgba(79, 180, 84, 0.20);
    --w: 44px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #FFF;
    transition: all 0.5s ease;
}

.ab1-1video .ab1-2vidbox:hover i {
    animation: video 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes video {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ab1-1video span {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: #4FB454;
    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-1video .ab1-2vidbox:hover span {
    color: #4FB454;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ab1-2 {
    border-radius: 30px;
    overflow: hidden;
}

.ab1-2 .img-box {
    padding-bottom: 30%;
    transform: scale(1.08);
}

/*  */
.ab2h {
    margin-bottom: 48px;
}

.ab2h h2 {
    color: #222;
    text-align: center;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: bold;
    line-height: calc((var(--zj-news-h) + 4px) * 1.25);
}

.ab2-end {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.ab2u {
    width: calc((100% - 32.28% - 48px - 48px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ab2l {
    height: calc(50% - 24px);
    border-radius: 50px 0 50px 50px;
    background: #E5F4E5;
    padding: 48px;
}

.ab2-end .ab2u:first-child .ab2l:nth-child(1) {
    border-radius: 50px 50px 0 50px;
}

.ab2-end .ab2u:last-child .ab2l:nth-child(1) {
    border-radius: 50px 50px 50px 0;
}

.ab2-end .ab2u:last-child .ab2l:nth-child(2) {
    border-radius: 0 50px 50px 50px;
}

.ab2li {
    margin-bottom: 24px;
    display: flex;
}

.ab2li i {
    font-size: 36px;
    color: #4FB454;
    transition: all 0.5s ease;
    display: block;
}

.ab2l:hover .ab2li i {
    transform: rotateY(360deg);
}

.ab2lh {
    margin-bottom: 12px;
}

.ab2lh p {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
}

.ab2lp p {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab2img {
    width: 32.28%;
    flex: 0 0 auto;
}

.ab2img .img-box {
    padding-bottom: 126%;
}

/*  */
.ab3 {
    background: #E5F4E5;
    position: relative;
    overflow: hidden;
}

.ab3smbg {
    position: absolute;
    width: 42%;
    padding-bottom: 15%;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.ab3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 12;
}

.ab3-1 {
    width: 40%;
    flex: 0 0 auto;
}

.ab3-1h {
    margin-bottom: 24px;
}

.ab3-1h h2 {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: bold;
    line-height: calc((var(--zj-news-h) + 4px) * 1.25);
}

.ab3-1p {
    margin-bottom: 64px;
}

.ab3-1p p {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 600px;
}

.ab3-1swbtn {
    display: flex;
    align-items: center;
}

.ab3-1swbtn>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 1 !important;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
    transition: all 0.5s ease;
}

.ab3-1swbtn .swiper-button-prev {
    margin-right: 24px;
    transform: rotate(90deg);
}

.ab3-1swbtn .swiper-button-next {
    transform: rotate(-90deg);
}

.ab3-1swbtn>div:hover {
    background: #4FB454;
}

.ab3-1swbtn>div::after {
    content: "";
}

.ab3-1swbtn>div i {
    color: #329939;
    font-size: 30px;
}

.ab3-1swbtn>div:hover i {
    color: #FFF;
}

/*  */
.ab3-2 {
    width: 58%;
    flex: 0 0 auto;
}

#ab3-2sw {
    overflow: hidden;
}

.ab3sw-img {
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}

.ab3sw-img .img-box {
    padding-bottom: 56%;
}

.ab3sw-img .img-box img {
    transition: all 0.5s ease;
}

.ab3sw-img:hover .img-box img {
    transform: scale(1.08);
}

/* ab4 */
.seamless02-swiper {
    overflow: hidden;
}

.seamless02-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ab4swimg {
    padding-bottom: 40%;
    cursor: pointer;
}

.ab5h {
    margin-bottom: 24px;
}

.ab5h h2 {
    color: #222;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-news-h) + 4px) * 1.25);
    text-align: center;
}

.ab5h h2 span {
    color: #4FB454;
}

.ab5p {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab5p p {
    color: #4C4C4C;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1430px;
}

/*  */
#ab5sw {
    overflow: hidden;
    margin-bottom: 24px;
}

.ab5sw-box {
    border-radius: 30px;
    border: 2px solid #E5F4E5;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    padding: 24px;
    transition: all 0.5s ease;
}

.ab5sw-box:hover {
    border: 2px solid #4FB454;
}

.ab5sw1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.ab5sw1-img {
    width: 100px;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.ab5sw1-img img {
    transition: all 0.5s ease;
}

.ab5sw-box:hover .ab5sw1-img img {
    transform: scale(1.08);
}

.ab5sw1-svg path {
    transition: all 0.5s ease;
}

.ab5sw-box:hover .ab5sw1-svg path {
    fill: #4FB454;
}

.ab5sw2 {
    margin-bottom: 12px;
}

.ab5sw2 p {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ab5sw3 p {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab5swbtn {
    justify-content: center;
}

.ab5swbtn>div {
    background: #E5F4E5;
}

@media (max-width: 1536px) {
    .ab1-1 {
        margin-bottom: 24px;
    }

    .ab1-1video {
        margin-top: 24px;
    }

    .ab2h {
        margin-bottom: 24px;
    }

    .ab2img {
        width: 39.28%;
    }

    .ab2u {
        width: calc((100% - 39.28% - 24px - 24px) / 2);
    }

    .ab2l {
        height: calc(50% - 12px);
        padding: 24px;
    }

    .ab3-1h {
        margin-bottom: 12px;
    }

    .ab3-1p {
        margin-bottom: 32px;
    }

    .ab2li {
        margin-bottom: 12px;
    }

    .ab2li i {
        font-size: 26px;
    }

    .ab3-1swbtn>div {
        --w: 36px;
    }

    .ab3-1swbtn .swiper-button-prev {
        margin-right: 12px;
    }

    .ab3-1swbtn>div i {
        font-size: 24px;
    }

    /*  */
    .ab5sw-box {
        padding: 12px;
    }

    .ab5sw1 {
        margin-bottom: 12px;
    }

    .ab5sw1-img {
        width: 70px;
    }

    .ab5sw1-svg svg {
        width: 36px;
    }

    .ab5sw2 {
        margin-bottom: 6px;
    }
}

@media (max-width: 992px) {
    .ab1-1 {
        flex-direction: column;
    }

    .ab1-1h {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-1p {
        width: 100%;
    }

    .ab1-2 .img-box {
        padding-bottom: 40%;
    }

    .ab2-end {
        flex-direction: column;
    }

    .ab2u {
        width: 100%;
    }

    .ab2l {
        margin-bottom: 20px;
        border-radius: 20px !important;
    }

    .ab2img {
        display: none;
    }

    .ab3-box {
        flex-direction: column;
    }

    .ab3-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab3-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1-1h {
        margin-bottom: 10px;
    }

    .ab1-1video {
        margin-top: 12px;
    }

    .ab1-1video i {
        margin-right: 8px;
        --w: 36px;
        font-size: 22px;
    }

    .ab1-2 {
        border-radius: 20px;
    }

    .ab1-2 .img-box {
        padding-bottom: 50%;
    }

    .ab2h {
        margin-bottom: 12px;
    }

    .ab2l {
        padding: 12px;
        margin-bottom: 14px;
    }

    .ab2u:last-child .ab2l:last-child {
        margin-bottom: 0;
    }

    .ab3-1p {
        margin-bottom: 16px;
    }

    .ab3sw-img {
        border-radius: 20px;
    }

    .ab5h {
        margin-bottom: 12px;
    }

    .ab5h h2 {
        font-size: 28px;
    }

    .ab5p {
        margin-bottom: 24px;
    }

    .ab5sw-box {
        border-radius: 20px;
    }

    #ab5sw {
        margin-bottom: 12px;
    }
}

/* -------------------------------------------- */
/* index */
/* ind-ban */
.ind-ban {
    padding-top: 98px;
}

.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 45%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination,
.banner.hide-arrow .swiper-scrollbar {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 45%;
    -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: '\e63b';
    -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) {
    .ind-ban {
        padding-top: 66px;
    }
}

@media (max-width: 1199.2px) {}

@media (max-width: 991px) {
    .banner .slick-arrow {
        /* width: 20px;
        height: 50px; */
    }

    .banner .item a {
        padding-bottom: 42%;
    }

    .banner-video-box {
        padding-bottom: 42%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 45%;
    }

    .banner-video-box {
        padding-bottom: 45%;
    }
}


@media (max-width: 499px) {
    .ind-ban {
        padding-top: 48px;
    }
}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    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 18px; */
    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;
}

.banner-chan .slick-prev {
    transform: rotate(180deg);
}

.banner-chan .slick-arrow {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 16px;
}

.banner-chan .slick-arrow i {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.60);
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1536px) {
    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }

    .banner-chan .slick-arrow i {
        font-size: 16px;
    }

    .banner-chan .slick-arrow {
        margin: 0 8px;
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan .slick-arrow i {
        font-size: 14px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet span {
        --w: 14px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #FFF;
    display: block;
    margin: 0 6px;
    position: relative;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    --w: 8px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
    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;
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* ind-pro */
.so1-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.so1-top1 {
    display: flex;
    align-items: center;
}

.so1-top1h {
    margin-right: 16px;
}

.so1-top1h h2 {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-so1top1) * 1.33);
}

.so1-top1i {
    position: relative;
}

.so1-top1i::after {
    position: absolute;
    content: "";
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #E5F4E5;
    left: 12px;
    top: -12px;
}

.so1-top1i i {
    font-size: 34px;
    color: #329939;
    display: block;
    line-height: 48px;
    position: relative;
    z-index: 12;
}

.so1-top2 {
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #4FB454;
    background: #FFF;
    padding: 4px;
}

.so1-top2a {
    cursor: pointer;
    padding: 10px 24px;
    border-radius: 50px;
    transition: all 0.5s ease;
}

.so1-top2a.on {
    background: #4FB454;
}

.so1-top2a.active {
    background: #4FB454;
}

.so1-top2a span {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
}

.so1-top2a.on span {
    color: #FFF;
}

.so1-top2a.active span {
    color: #FFF;
}

.so1sw {
    display: none;
}

.so1sw.on {
    display: block;
}

.so1sw>div {
    overflow: hidden;
}

.so2 {
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 50%, rgba(255, 255, 255, 0.85) 100%), #E5F4E5;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 50px 0 64px;
    position: relative;
    overflow: hidden;
}

.so2bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 560px;
    max-width: 40%;
}

.so2bg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.so2bgline {
    position: absolute;
    right: 0;
    bottom: 20%;
    z-index: 12;
}

.so2-1 {
    padding: 100px 0 208px;
    width: 50%;
    position: relative;
    z-index: 12;
}

.so2-1h {
    margin-bottom: 24px;
}

.so2-1h h2 {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: bold;
    line-height: calc((var(--zj-news-h) + 4px) * 1.25);
}

.so2-1h h2 span {
    color: #222;
}

.so2-1p {
    margin-bottom: 64px;
}

.so2-1p p {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 636px;
}

.so2-1btn {
    display: flex;
    align-items: center;
}

.so2-1a1 {
    display: block;
    border-radius: 50px;
    background: linear-gradient(90deg, #329939 0%, #4FB454 100%);
    overflow: hidden;
    padding: 10px 36px;
    margin-right: 24px;
    position: relative;
}

.so2-1a1::after,
.so2-1a1::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);
}

.so2-1a1:after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.so2-1a1:hover::before,
.so2-1a1:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.so2-1a1 span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so2 .ab1-1video {
    margin-top: 0;
}

.so2-2 {
    width: 52.4%;
    flex: 0 0 auto;
    position: relative;
    z-index: 12;
}

.so2-2fly1 {
    position: absolute;
    top: 48px;
    right: 2px;
    z-index: 12;
}

.so2-2flybox1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #4FB454;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 24px;
}

.so2-2fly1img {
    width: 100px;
    margin-bottom: 12px;
}

.so2-2fly1p p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so2-2fly2 {
    position: absolute;
    left: -132px;
    bottom: 64px;
    z-index: 12;
}

.so2-2flybox2 {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 24px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.so2-2fly2u {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.so2-2fly2l {
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #FFF;
    margin-left: -12px;
}

.so2-2fly2l:nth-child(1) {
    position: relative;
    z-index: 8;
}

.so2-2fly2l:nth-child(2) {
    position: relative;
    z-index: 9;
}

.so2-2fly2l:nth-child(3) {
    position: relative;
    z-index: 10;
}

.so2-2fly2l:nth-child(4) {
    position: relative;
    z-index: 11;
}

.so2-2fly2l:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EC661E;
    position: relative;
    z-index: 12;
}

.so2-2fly2lp p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so2-2fly2h p {
    color: #222;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so2-2fly2p {
    display: flex;
    align-items: center;
}

.so2-2fly2p i {
    color: #FC0;
    font-size: 16px;
    line-height: 16px;
    margin-right: 4px
}

.so2-2fly2p p {
    color: #222;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    padding-top: 4px;
}

.so3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.so3-1 {
    width: 40.8%;
    flex: 0 0 auto;
    position: relative;
}

.so3-2img {
    padding-bottom: 120%;
}

.so3-1line {
    position: absolute;
    right: -9%;
    top: 19%;
    z-index: 12;
    pointer-events: none;
}

.so3-2 {
    width: calc(100% - 40.8% - 140px);
    flex: 0 0 auto;
}

.so3-2h {
    margin-bottom: 96px;
    position: relative;
}

.so3-2h h2 {
    color: #222;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: bold;
    line-height: calc((var(--zj-news-h) + 4px) * 1.25);
    max-width: 700px;
}

.so3-2bg {
    position: absolute;
    right: 0;
    bottom: -68px;
    z-index: -1;
    width: 34%;
    max-width: 270px;
}

.so3-2bgimg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/*  */
.so3-2l {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E5F4E5;
}

.so3-2l:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e5f4e500;
}

.so3-2la {
    display: flex;
    align-items: stretch;
}

.so3-2li {
    border-radius: 10px;
    background: #4FB454;
    padding: 10px;
    margin-right: 24px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-2li i {
    color: #FFF;
    font-size: 30px;
    display: block;
    transition: all 0.5s ease;
}

.so3-2la:hover .so3-2li i {
    transform: rotateY(360deg);
}

.so3-2lh {
    margin-bottom: 4px;
}

.so3-2lh p {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
}

.so3-2lp p {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so4 {
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 50%, rgba(255, 255, 255, 0.85) 100%), #E5F4E5;
    padding: 64px 48px;
}

.so4-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}

.so4-top1h h2 {
    color: #4FB454;
    font-family: 'Montserrat';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-so1top1) * 1.33);
}

.so4-top2 {
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #4FB454;
    background: #FFF;
    padding: 4px;
}

.so4-top2a {
    cursor: pointer;
    padding: 10px 24px;
    border-radius: 50px;
    transition: all 0.5s ease;
}

.so4-top2a.on {
    background: #4FB454;
}

.so4-top2a.active {
    background: #4FB454;
}

.so4-top2a span {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
}

.so4-top2a.on span {
    color: #FFF;
}

.so4-top2a.active span {
    color: #FFF;
}

.so4-sw {
    display: none;
}

.so4-sw.on {
    display: block;
}

#so4-sw1,
#so4-sw2 {
    overflow: hidden;
}

.so4sw-img {
    border-radius: 20px;
    overflow: hidden;
    display: block;
    margin-bottom: 24px;
}

.so4sw-img .img-box {
    padding-bottom: 56%;
}

.so4sw-img .img-box img {
    transition: all 0.5s ease;
}

.so4sw-box:hover .so4sw-img .img-box img {
    transform: scale(1.08);
}

.so4sw-num {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.so4sw-num i {
    color: #EC661E;
    font-size: 20px;
    margin-right: 12px;
}

.so4sw-num p {
    color: #EC661E;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so4sw-h {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4sw-h span {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    --size: 1px;
    --color: #4FB454;
    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);
}

.so4sw-box:hover .so4sw-h span {
    color: #4FB454;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so4sw-p p {
    overflow: hidden;
    color: #4C4C4C;
    font-family: 'Montserrat';
    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: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.so5 {
    margin-bottom: 64px !important;
}

.so6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so6-1 {
    width: 45.08%;
    flex: 0 0 auto;
}

.so6-2 {
    width: calc(100% - 45.08% - 240px);
    flex: 0 0 auto;
}

.so6-1h {
    margin-bottom: 24px;
}

.so6-1h h2 {
    color: #222;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: bold;
    line-height: calc((var(--zj-news-h) + 4px) * 1.25);
    max-width: 670px;
}

.so6-1h h2 span {
    color: #4FB454;
}

.so6-1p {
    margin-bottom: 64px;
}

.so6-1p p {
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 670px;
}

.so6-1btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so6-1a {
    border-radius: 50px;
    background: linear-gradient(90deg, #329939 0%, #4FB454 100%);
    padding: 10px 36px;
    overflow: hidden;
    display: block;
    position: relative;
}

.so6-1a::after,
.so6-1a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-30%, -190%) rotate(-30deg);
    transform: translate(-30%, -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);
}

.so6-1a:after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.so6-1a:hover::before,
.so6-1a:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.so6-1a span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/*  */
.so6-2 {
    width: 45.08%;
    flex: 0 0 auto;
}

.so6-2l {
    margin-bottom: 36px;
}

.so6-2l:nth-child(2) {
    transform: translateX(-100px);
}

.so6-2l:last-child {
    margin-bottom: 0;
}

.so6-2lbox {
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #E5F4E5;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    padding: 24px;
    transition: all 0.5s ease;
    position: relative;
}

.so6-2lbox:hover {
    border: 2px solid #4FB454;
}

.so6-2limg {
    width: 100px;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 24px;
}

.so6-2limg img {
    transition: all 0.5s ease;
}

.so6-2lbox:hover .so6-2limg img {
    transform: scale(1.08);
}

.so6-2lh {
    margin-bottom: 12px;
}

.so6-2lh p {
    color: #222;
    font-family: 'Montserrat';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.so6-2lp p {
    color: #4C4C4C;
    font-family: 'Montserrat';
    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;
}

.so6-2lbg {
    position: absolute;
    right: 16px;
    top: 16px;
}

.so6-2lbg svg path {
    transition: all 0.5s ease;
}

.so6-2lbox:hover .so6-2lbg svg path {
    fill: #4FB454;
}

@media (max-width: 1536px) {
    .so2 {
        padding: 0 20px 0 34px;
    }

    .so2-1 {
        padding: 50px 0 104px;
    }

    .so2bgline svg {
        width: 120px;
    }

    .so3-1line svg {
        width: 120px;
    }

    .so3-2 {
        width: calc(100% - 40.8% - 88px);
    }

    .so3-2h {
        margin-bottom: 46px;
    }

    .so4 {
        padding: 32px 24px;
    }

    .so4-top {
        margin-bottom: 18px;
    }

    .so4sw-img {
        margin-bottom: 12px;
    }

    .so4sw-num {
        margin-bottom: 12px;
    }

    .so6-2l {
        margin-bottom: 18px;
    }

    .so6-2l:nth-child(2) {
        transform: translateX(-70px);
    }

    .so6-2lbox {
        padding: 12px;
    }

    .so6-2lbg {
        right: 10px;
        top: 2px;
    }

    .so6-2lbg svg {
        width: 32px;
    }
}

@media (max-width: 1199.9px) {
    .so1-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so1-top1 {
        margin-bottom: 12px;
    }

    .so2-2fly2 {
        left: -102px;
        bottom: 30px;
    }

    .so4-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .so4-top1 {
        margin-bottom: 12px;
    }
}

@media (max-width: 992px) {
    .so2 {
        flex-direction: column;
    }

    .so2-1 {
        width: 100%;
        padding: 50px 0 34px;
    }

    .so2-2 {
        width: 100%;
    }

    .so2-2fly2 {
        left: 0;
    }

    .so3 {
        flex-direction: column-reverse;
    }

    .so3-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so3-1 {
        width: 100%;
    }

    .so3-1line {
        right: 0;
    }

    .so6 {
        flex-direction: column;
    }

    .so6-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so6-2 {
        width: 100%;
    }

    .so6-2l:nth-child(2) {
        transform: translateX(0);
    }
}

@media (max-width: 499px) {
    .so1-top {
        margin-bottom: 24px;
    }

    .so1-top2a {
        padding: 6px 12px;
    }

    .so2 {
        padding: 0 10px 0 10px;
    }

    .so2-1 {
        width: 100%;
        padding: 20px 0 14px;
    }

    .so2-1h {
        margin-bottom: 12px;
    }

    .so2-1p {
        margin-bottom: 32px;
    }

    .so2-1a1 {
        padding: 6px 20px;
        margin-right: 12px;
    }

    .so2-2 .img-box {
        padding-bottom: 128%;
    }

    .so2-2fly1img {
        width: 70px;
        margin-bottom: 6px;
    }

    .so2-2fly1img .img-box {
        padding-bottom: 100%;
    }

    .so2-2flybox1 {
        padding: 12px;
    }

    .so2-2fly1 {
        top: 0px;
        right: 0px;
    }

    .so2bgline svg {
        width: 70px;
    }

    .so2bgline {
        bottom: 8%;
    }

    .so2-2flybox2 {
        padding: 12px 18px;
    }

    .so2-2fly2l {
        --w: 32px;
    }

    .so3-2h {
        margin-bottom: 23px;
    }

    .so3-2bg {
        bottom: -24px;
    }

    .so3-2li {
        margin-right: 12px;
    }

    .so3-2l {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .so4 {
        padding: 12px 12px;
    }

    .so4-top2a {
        padding: 5px 8px;
    }

    .so6-1h {
        margin-bottom: 12px;
    }

    .so6-1p {
        margin-bottom: 32px;
    }

    .so6-2limg {
        width: 70px;
        margin-right: 12px;
    }

    .so6-2lbox {
        border-radius: 20px;
    }

    .so6-2l {
        margin-bottom: 12px;
    }
}