#ven {
    transition: all 0.5s ease;
}

.ventricle {
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 20px 0;
    position: relative;
}

.ven1-loim img {
    width: 120px;
    transition: all 0.5s ease;
}

.ven1-loim img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.ventricle .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.ventricle .ven1-loim img:nth-child(2) {
    opacity: 1;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 3.14vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 7.86vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;

    --size: 1.5px;
    --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);
}

.ventricle .ven2-la span {
    color: #222;
    --color: #222;
}

.ven2-la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-la i {
    font-size: 12px;
    margin-left: 8px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.ventricle .ven2-la i {
    color: #222;
}

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 13px 33px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
}

.ventricle .vensesv {
    border: 1px solid #CCC;
}

.vensesv:hover {
    background: #00734D;
    border: 1px solid #00734D;
}

.vensesv i {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.ventricle .vensesv i {
    color: #222;
}

.vensesv:hover i {
    color: #FFF;
}

.vensesv p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.ventricle .vensesv p {
    color: #222;
}

.vensesv:hover p {
    color: #FFF;
}

/*  */
.ven2-line {
    width: 1px;
    height: 14px;
    margin: 0 20px;
    background: rgba(0, 0, 0, 0);
}

@media (max-width: 1536px) {
    .ven1-loim img {
        width: 90px;
    }

    .ven2-l {
        margin-right: 2.14vw;
    }

    .ven2-l:last-child {
        margin-right: 2.2vw;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven1-loim {
        padding: 12px 0;
    }

    .vensesv {
        padding: 6px 22px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 60px;
    }

    .vensesv {
        padding: 4px 12px;
    }

    .vensesv i {
        margin-right: 7px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 220%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #222;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-lera:hover span {
    color: #222;
    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-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: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #222;
    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: #222;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 234%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #012F6B;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-family: 'Inter Tight';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 246%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 250%;
        right: -30px;
    }

    .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: #FFF;
    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: #FFF;
}

.ventricle .venPhoSack::before {
    background: #222 !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #FFF;
}

.ventricle .venPhoSack::after {
    background: #222 !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

.ventricle .venPhoSack span {
    background: #222 !important;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 80px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #222;
    font-family: 'Inter Tight';
    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: #00734D;
}

.xiantiao>a {
    color: #00734D;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #000;
    font-family: 'Inter Tight';
    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: #00734D;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 62px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 400px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 190px;
    }
}

/*  */
.sub-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sub-nav .sub-navbox {
    position: relative;
    padding: 7px 24px 7px 0;
}

.sub-nav .sub-navbox::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: 0.05;
    background: linear-gradient(90deg, #00734D 0%, rgba(0, 115, 77, 0.00) 100%);
    z-index: -1;
}

.sub-nav .breadcrumb-item:first-child {
    position: relative;
    padding-left: 22px;
}

.sub-nav .breadcrumb-item:first-child:after {
    position: absolute;
    content: "";
    --w: 6px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #00734D;
    left: 8px;
    top: 7px;
}

.sub-nav .breadcrumb-item::before,
.sub-nav .breadcrumb-item a span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.sub-nav .breadcrumb-item::before {
    padding-bottom: 3px;
}

@media (max-width: 499px) {
    .sub-nav {
        display: none;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    transition: all 0.5s ease;
    background: #FFF;
    border: 1px solid #CCC;
}

.sub-pagel a:hover {
    background: #00734D;
    border: 1px solid #00734D;
    color: #FFF;
}

.sub-pagel.on a {
    background: #00734D;
    border: 1px solid #00734D;
    color: #FFF;
}

/*  */
.sub-pagel.sub-prev a {
    padding-top: 0;
    margin: 0 12px;
}

.sub-pagel.sub-prev a i {
    color: rgba(34, 34, 34, 1);
    font-size: 12px;
}

.sub-pagel.sub-prev a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
    }
}

[data-sub-pad="header100"] {
    padding-top: 100px;
    padding-top: 0;
}

[data-sub-padding="100"] {
    padding: 100px 0 100px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        padding-top: 88px;
        padding-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        padding-top: 62px;
        padding-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }
}

/* contact */
.con-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 88px;
}

.con-1 {
    width: calc(100% - 49.4% - 30px);
    flex: 0 0 auto;
}

.con1-h {
    margin-top: 32px;
}

.con1-h h2 {
    color: #222;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.con1-u {
    margin-top: 64px;
}

.con1-l {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.con1-l:last-child {
    margin-bottom: 0;
}

.con1-l1 {
    --w: 72px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    margin-right: 24px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.con1-l1 i {
    font-size: 24px;
    color: rgba(0, 115, 77, 1);
}

.con1-l:hover .con1-l1 i {
    animation: ven2-inqui 0.8s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes ven2-inqui {
    0% {
        transform: scale(1) rotateY(0deg);
    }

    50% {
        transform: scale(1.2) rotateY(360deg);
    }

    100% {
        transform: scale(1) rotateY(360deg);
    }
}

.con1-lh {
    margin-bottom: 8px;
}

.con1-lh p {
    color: #222;
    font-family: "Inter Tight";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
}

.con1-labox {
    display: flex;
    align-items: center;
}

.con1-la span {
    color: #444;
    font-family: "Inter Tight";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
    --size: 1px;
    --color: #00734D;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-la:hover span {
    color: #00734D;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-laline {
    width: 1px;
    height: 4px;
    background: transparent;
    margin: 0 5px;
}

/*  */
.con-2 {
    width: 49.4%;
    flex: 0 0 auto;
    background: #F5F5F5;
    backdrop-filter: blur(15px);
    border-radius: 16px;
    padding: 60px;
    margin-top: -290px;
}

.con2-h {
    margin-bottom: 16px;
}

.con2-h p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.con2-p {
    margin-bottom: 30px;
}

.con2-p p {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* form */
.con2-fou {
    margin-right: calc(-.5 * 1.26rem);
    margin-left: calc(-.5 * 1.26rem);
}

.con2-fol {
    margin-bottom: 30px;
    padding-right: calc(1.26rem * .5);
    padding-left: calc(1.26rem * .5);
}

.con2-fol:nth-child(3) {
    display: flex;
    align-items: flex-start;
}

.con2-fol p {
    color: #222;
    font-family: "Inter Tight";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 12px;
}

.con2-fol p span {
    color: #C00;
}

.con2-fol>input,
.con2-fol>textarea {
    color: #999;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    width: 100%;
    border: 1px solid #d8e3f400;
    border-radius: 8px;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 13px 20px;
}

.con2-fol>input:focus,
.con2-fol>textarea:focus {
    border: 1px solid #064;
}

.con2-fol>input::-webkit-input-placeholder {
    color: #999;
}

.con2-fol>input::-moz-placeholder {
    color: #999;
}

.con2-fol>input::-ms-input-placeholder {
    color: #999;
}

.con2-fol>textarea::-webkit-input-placeholder {
    color: #999;
}

.con2-fol>textarea::-moz-placeholder {
    color: #999;
}

.con2-fol>textarea::-ms-input-placeholder {
    color: #999;
}

/* form特殊 */
.con2-folsp {
    margin-right: 16%;
}

.con2-folsp:last-child {
    margin-right: 0;
}

.con2-folsp label {
    color: #222;
    font-family: "Inter Tight";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 20px;
    width: max-content;
}

.con2-folsp>*:last-child {
    margin-right: 0;
}

input[type="radio"]:checked {}

.con2-folsp>div {
    display: flex;
    align-items: center;
}

.con2-folsp>div div {
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 25px;
    text-align: left;
    width: 100%;
    display: flex;
}

.con2-folsp input {
    position: absolute;
    left: -9999px;
}

.con2-folsp i {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    outline: 0;
    border: 1px solid rgb(133, 133, 133);
    background: transparent;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.con2-folsp input+i:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00734D;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

.con2-folsp input:checked+i:after {
    opacity: 1;
}

/* 提交 */
.con2-fobt button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 11px 31px;
    transition: all 0.5s ease;
}

.con2-fobt button:hover {
    background: #00734D;
    border: 1px solid #00734D;
}

.con2-fobt button:active {
    background: #064;
    border: 1px solid #064;
}

.con2-fobt button span {
    color: #222;
    font-family: "Inter Tight";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.con2-fobt button:hover span,
.con2-fobt button:active span {
    color: #FFF;
}

.con2-fobt button i {
    font-size: 16px;
    color: #222;
    margin-right: 12px;
    transition: all 0.5s ease;
}

.con2-fobt button:hover i,
.con2-fobt button:active i {
    transform: translateX(4px);
    color: #FFF;
}

.con2-share {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.con2-share p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 16px;
}

.con2-share a {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: var(--w);
    border: 1px solid #CCC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: all 0.5s ease;
}

.con2-share a:hover {
    background: #00734D;
    border: 1px solid #00734D;
    transform: translateY(-3px);
}

.con2-share>*:last-child {
    margin-right: 0;
}

.con2-share a i {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.con2-share a:hover i {
    color: rgba(255, 255, 255, 1);
}

/* con-end ul */
.con-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.con-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.con-lbox {
    border-radius: 60px 16px 16px 16px;
    background: #F5F5F5;
    padding: 30px;
    transition: all 0.5s ease;
}

.con-lbox:hover {
    transform: translateY(-10px);
}

.con-limgbox {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.con-limg {
    width: 14%;
    flex: 0 0 auto;
    border: 4px solid #FFF;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 24px;
}

.con-lname p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
}

/*  */
.con-lte>div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.con-lte>div:last-child {
    margin-bottom: 0;
}

.con-li i {
    font-size: 16px;
    color: rgba(0, 115, 77, 1);
    margin-right: 8px;
}

.con-la {
    display: block;
}

.con-la span {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: #444;
    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);
}

.con-la:hover span {
    color: #444;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .con-top {
        margin-bottom: 44px;
    }

    .con-1 {
        width: calc(100% - 54.4% - 30px);
    }

    .con1-h {
        margin-top: 16px;
    }

    .con1-u {
        margin-top: 32px;
    }

    .con1-l1 {
        --w: 55px;
        margin-right: 14px;
    }

    .con1-l1 i {
        font-size: 20px;
    }

    .con1-lh {
        margin-bottom: 0;
    }

    .con-2 {
        padding: 30px 20px;
        margin-top: -145px;
        width: 54.4%;
    }

    .con2-folsp {
        margin-right: 2%;
    }

    .con2-h {
        margin-bottom: 8px;
    }

    .con2-p {
        margin-bottom: 15px;
    }

    .con2-fol {
        margin-bottom: 15px;
    }

    .con2-fol p {
        margin-bottom: 6px;
    }

    .con2-share {
        margin-top: 20px;
    }

    .con2-fobt button {
        padding: 8px 24px;
    }

    .con2-share a {
        --w: 34px;
    }

    .con2-folsp label {
        margin-right: 10px;
    }

    /*  */
}

@media (max-width: 1199.9px) {
    .con2-fol:nth-child(3) {
        flex-direction: column;
    }

    .con2-folsp {
        margin-right: 0%;
    }

    .con2-folsp:first-child {
        margin-bottom: 12px;
    }
}

@media (max-width: 992px) {
    .con-top {
        flex-direction: column;
    }

    .con-1,
    .con-2 {
        width: 100%;
    }

    .con-1 {
        margin-bottom: 30px;
    }

    .con-2 {
        margin-top: 0;
    }

    /*  */
    .con-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .con-l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 642px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-top {
        margin-bottom: 22px;
    }

    .con1-h {
        margin-top: 0;
    }

    .con1-u {
        margin-top: 20px;
    }

    .con1-l {
        margin-bottom: 16px;
    }

    .con-2 {
        padding: 20px 16px;
    }

    .con2-fol>input,
    .con2-fol>textarea {
        padding: 10px 12px;
    }

    .con2-folsp>div {
        flex-wrap: wrap;
    }

    .con2-folsp>div div {
        margin-bottom: 6px;
    }

    .con2-share a {
        margin-right: 6px;
    }

    /*  */
    .con-lbox {
        border-radius: 30px 16px 16px 16px;
        padding: 18px;
    }

    .con-limg {
        margin-right: 12px;
    }

    .con-limgbox {
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
}

/* footer */
#footer {
    background: #0A3325;
}

.ft1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px 0 30px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}

.ft1-1h {
    margin-bottom: 60px;
}

.ft1-1h p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    max-width: 460px;
}

.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(217, 217, 217, 0.2);
    padding-bottom: 16px;
}

.ft1-sehfo input {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    background: transparent;
    border: none;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.ft1-sehfo input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.ft1-sehfo input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/*  */
.ft1-sehfo button {
    background: transparent;
}

.ft1-sehfo button i {
    color: #FFF;
    font-size: 14px;
    transition: all 0.5s ease;
    display: block;
}

.ft1-sehfo button:hover i {
    transform: rotate(45deg);
}

/*  */
.ft1-2 {
    width: 49.4%;
    flex: 0 0 auto;
}

.ft1-2u {
    margin-right: calc(-.5 * 3.8rem);
    margin-left: calc(-.5 * 3.8rem);
}

.ft1-2l {
    padding-right: calc(3.8rem * .5);
    padding-left: calc(3.8rem * .5);
    margin-bottom: 74px;
}

.ft1-2lh {
    margin-bottom: 12px;
}

.ft1-2lh p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Inter Tight";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}

a.ft1-2la {
    display: block;
}

.ft1-2la span {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    transition: all 0.5s ease;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft1-2la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-2la p {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-top: 8px;
}

/*  */
.ft2 {
    padding: 40px 0 80px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}

.ft2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 93%;
}

.ft2l-h {
    margin-bottom: 24px;
}

.ft2l-h p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Inter Tight";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}

.ft2la {
    display: block;
    margin-bottom: 8px;
}

.ft2la:last-child {
    margin-bottom: 0;
}

.ft2la span {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    --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);
}

.ft2la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft-share {
    display: flex;
    align-items: center;
}

.ft-share>a {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: var(--w);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    transition: all 0.5s ease;
    flex: 0 0 auto;
}

.ft-share>a:first-child {
    margin-left: 0;
}

.ft-share>a:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    transform: translateY(-3px);
}

.ft-share>a i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.ft-share>a:hover i {
    color: rgba(0, 115, 77, 1);
}

/*  */
.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: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.ft3-1pow {
    margin-right: 12px;
    margin-left: 10px;
}

.ft3-1pow span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    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);
}

.ft3-1pow:hover span {
    color: #FFF;
    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: rgba(255, 255, 255, 0.5);
    margin: 0 16px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    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);
}

.ft3-2a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 50px 0 20px;
    }

    .ft1-2u {
        margin-right: calc(-.5 * 2.8rem);
        margin-left: calc(-.5 * 2.8rem);
    }

    .ft1-2l {
        padding-right: calc(2.8rem * .5);
        padding-left: calc(2.8rem * .5);
        margin-bottom: 34px;
    }

    .ft2 {
        padding: 40px 0 50px;
    }

    .ft3 {
        padding: 12px 0;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        margin-bottom: 30px;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft2u {
        flex-wrap: wrap;
        width: 100%;
    }

    .ft2l {
        margin-bottom: 20px;
    }

    .ft3 {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1pow {
        margin-right: 0;
        margin-left: 0;
    }

    .ft3-2>span {
        margin: 0 8px 0;
    }
}

@media (max-width: 642px) {
    .ft1-2l {
        width: 100%;
    }

    .ft2l {
        width: 50%;
    }

    .ft2l:last-child {
        width: 100%;
    }

    .ft-share>a {
        --w: 34px;
        margin-left: 6px;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 30px 0 10px;
    }

    .ft1-1h {
        margin-bottom: 30px;
    }

    .ft1-sehfo {
        padding-bottom: 8px;
    }

    .ft1-2lh {
        margin-bottom: 6px;
    }

    .ft1-2l {
        margin-bottom: 17px;
    }

    .ft2 {
        padding: 20px 0 0px;
    }

    .ft2l {
        display: none;
    }

    .ft2l-h {
        margin-bottom: 12px;
    }

    .ft2l:last-child {
        display: block;
    }

    #footer {
        padding-bottom: 60px;
    }
}

/* faq */
.faq .sub-nav {
    justify-content: center;
}

.faq-h {
    margin: 32px 0 60px;
}

.faq-h p {
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

/*  */
/*  */
.faq-u {
    padding-bottom: 20px;
}

.faq-la {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.faq-l:last-child .faq-la {
    border-bottom: none;
}

.faq-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.5s ease;
}

.faq-l1h {
    display: flex;
    align-items: center;
}

.faq-l1h i {
    --w: 56px;
    width: var(--w);
    height: var(--w);
    border-radius: 60px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 24px;
    color: rgba(68, 68, 68, 1);
    transition: all 0.5s ease;
    flex: 0 0 auto;
}

.faq-l1h p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    transition: all 0.5s ease;
}

.faq-l1i i {
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    transition: all 0.5s ease;
    display: block;
}

.faq-l.on .faq-l1i i {
    transform: rotate(180deg);
}

.faq-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.faq-l.on .faq-l2 {
    max-height: 400px;
    opacity: 1;
}

.faq-l2p {
    margin-top: 6px;
    padding: 0 80px 10px;
}

.faq-l2p p {
    color: #222;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

@media (max-width: 1536px) {
    .faq-h {
        margin: 16px 0 30px;
    }

    .faq-l1h i {
        --w: 46px;
        font-size: 16px;
        margin-right: 12px;
    }

    .faq-l2p {
        padding: 0 58px 10px;
    }

    .faq-la {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .faq-l1i i {
        font-size: 16px;
    }
}

@media (max-width: 499px) {
    .faq-h {
        margin: 0 0 20px;
    }

    .faq-l1h i {
        --w: 36px;
        font-size: 14px;
        margin-right: 10px;
    }

    .faq-l2p {
        padding: 0 47px 10px;
    }

    .faq-l1i {
        margin-left: 4px;
    }

    .faq-l1h p {
        font-size: 18px;
        line-height: calc(18px * 1.5);
    }
}

/* news */
.news .sub-nav {
    justify-content: center;
}

.ne-l1 {
    width: calc(75.6% - 30px);
    flex: 0 0 auto;
}

.ne-u {
    margin-bottom: 60px;
}

.ne-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background: #F5F5F5;
    padding: 40px;
    margin-bottom: 30px;
}

.ne-l:last-child {
    margin-bottom: 0;
}

.ne-lnum {
    margin-bottom: 24px;
}

.ne-lnum p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.ne-lh {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    max-width: 1130px;
}

.ne-lh span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    --size: 1px;
    --color: #222;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-l:hover .ne-lh span {
    color: #222;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lp {
    margin-bottom: 50px;
}

.ne-lp p {
    color: #444;
    font-family: 'Inter Tight';
    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;
    max-width: 1130px;
}

.ne-la {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ne-lico {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #CCC;
    transition: all 0.5s ease;
}

.ne-l:hover .ne-lico {
    transform: rotate(45deg);
    background: #00734D;
    border: 1px solid #00734D;
}

.ne-lico i {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.ne-l:hover .ne-lico i {
    color: #FFF;
}

.ne-l2 {
    width: 24.4%;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.ne-limg .img-box {
    padding-bottom: 66%;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-l:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .ne-lnum {
        margin-bottom: 12px;
    }

    .ne-lh {
        margin-bottom: 8px;
    }

    .ne-lp {
        margin-bottom: 25px;
    }

    .ne-lico {
        --w: 46px;
    }

    .ne-lico i {
        font-size: 12px;
    }

    .ne-l {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .ne-l {
        flex-direction: column-reverse;
    }

    .ne-l2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-l1 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ne-l {
        padding: 10px;
        margin-bottom: 20px;
    }

    .ne-l2 {
        margin-bottom: 10px;
    }

    .ne-lp {
        margin-bottom: 14px;
    }

    .ne-lico {
        --w: 40px;
    }

    .ne-u {
        margin-bottom: 30px;
    }
}

/* application */
.application .sub-nav {
    justify-content: center;
}

.appl-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 30px;
}

.appl-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.appl-la {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

.appl-la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(50% + 20px);
    border-radius: 16px;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    left: 0;
    bottom: 0;
    z-index: 10;
}

.appl-la .img-box {
    padding-bottom: 66%;
}

.appl-la .img-box img {
    transition: all 0.5s ease;
}

.appl-la:hover .img-box img {
    transform: scale(1.08);
}

/*  */

.appl-h {
    position: absolute;
    z-index: 12;
    left: 20px;
    top: 20px;
    min-width: 120px;
    border-radius: 8px;
    background: #FFF;
    padding: 12px;
    transition: all 0.5s ease;
}

.appl-la:hover .appl-h {
    background: #00734D;
}

.appl-h p {
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.appl-la:hover .appl-h p {
    color: #FFF;
}

.appl-ico {
    --w: 48px;
    width: var(--w);
    height: var(--w);
    position: absolute;
    z-index: 12;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.appl-la:hover .appl-ico {
    transform: rotate(45deg);
    background: #00734D;
    border: 1px solid #00734D;
}

.appl-ico i {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.appl-la:hover .appl-ico i {
    color: rgba(255, 255, 255, 1);
}

/*  */
.appl-end {
    background: #F5F5F5;
}

.appl-endbox {
    max-width: 1170px;
}

.appl-endh {
    margin-bottom: 60px;
}

.appl-endh p {
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.5);
}

.application .con2-fol:nth-child(3) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.application .con2-folsp {
    margin-right: 0;
}

.application .con2-folsp>div div {
    width: auto;
}

.application .con2-fobt {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1536px) {
    .appl-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 15px;
    }

    .appl-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 15px;
    }

    .appl-h {
        left: 10px;
        top: 10px;
        min-width: 100px;
        padding: 10px;
    }

    .appl-ico {
        --w: 40px;
        right: 10px;
        bottom: 10px;
    }

    .appl-ico i {
        font-size: 12px;
    }
}

@media (max-width: 1199.9px) {
    .appl-l {
        width: 33.333%;
    }
}

@media (max-width: 992px) {
    .appl-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .appl-l {
        width: 100%;
    }

    .sub-pagel.sub-prev a {
        padding-top: 0;
        margin: 0 4px;
    }

    .sub-pagel a {
        margin: 0 2px;
    }

    .appl-endh p {
        font-size: 26px;
        line-height: 1.4;
    }

    .appl-endh {
        margin-bottom: 30px;
    }
}

/* exhibition */
.sub-te {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    max-width: 1470px;
    display: flex;
    justify-content: space-between;
}

.sub-te1 {
    padding-top: 42px;
}

.sub-h {
    margin-bottom: 24px;
}

.sub-h p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
    max-width: 600px;
}

.sub-p p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    max-width: 570px;
}

.sub-te2 {
    width: 36%;
    flex: 0 0 auto;
}

.sub-te2 .img-box {
    padding-bottom: 62%;
}

/*  */
.exhibition .sub-nav {
    justify-content: center;
}

.exhi-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 30px;
}

.exhi-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.exhi-lbox {
    cursor: pointer;
}

.exhi-limg .img-box {
    padding-bottom: 67%;
    border-radius: 16px;
    overflow: hidden;
}

.exhi-limg .img-box img {
    transition: all 0.5s ease;
}

.exhi-lbox:hover .img-box img {
    transform: scale(1.08);
}

.exhi-lte {
    border-radius: 50px;
    border: 2px solid #FFF;
    background: #F5F5F5;
    padding: 16px 12px;
    margin: 0 30px;
    margin-top: -24px;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.exhi-lbox:hover .exhi-lte {
    background: #00734D;
}

.exhi-lte p {
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.exhi-lbox:hover .exhi-lte p {
    color: #FFF;
}

/*  */
.exhi-end {
    padding: 60px 0 120px;
}

.exhi-endbox {
    position: relative;
    overflow: hidden;
}

.exhi-endte {
    position: relative;
    z-index: 12;
    padding-top: 23.25%;
    padding-bottom: 4.54%;
}

.exhi-endh {
    margin-bottom: 24px;
}

.exhi-endh p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.exhi-endp p {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    max-width: 720px;
}

.exhi-endimg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 1470px;
    width: 84%;
}

.exhi-map img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {
    .exhi-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 15px;
    }

    .exhi-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .exhi-l {
        width: 50%;
    }

    .exhi-endte {
        padding-top: 30.25%;
    }

    .exhi-end {
        padding: 0 0 60px;
    }

    .exhi-endimg {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .exhi-l {
        width: 100%;
    }

    .exhi-endte {
        padding-top: 20.25%;
        padding-bottom: 0;
    }

    .exhi-endh {
        padding-top: 40px;
    }
}

@media (max-width: 499px) {
    .exhi-endimg {
        position: relative;
        right: 0;
        bottom: 0;
        max-width: 1470px;
    }

    .exhi-endte {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .exhi-endh {
        padding-top: 0;
        margin-bottom: 12px;
    }

    .exhi-endp p {
        font-size: 16px;
        line-height: 1.4;
    }

    .exhi-end {
        padding: 0 0 30px;
    }
}

/* about */
.ab1 {
    padding: 100px 0 120px;
}

.ab1-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 32px;
}

.ab1-1 {
    width: calc(66% - 150px);
    flex: 0 0 auto;
}

.ab1h {
    margin-bottom: 48px;
}

.ab1h p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
}

.ab1h p:nth-child(2) {
    text-align: end;
}

.ab1h p:last-child {
    margin-bottom: 0;
}

.ab1p {
    margin-bottom: 64px;
}

.ab1p p {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

/*  */
.ab1u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ab1l-h {
    margin-bottom: 16px;
}

.ab1l-h p {
    color: rgba(34, 34, 34, 0.5);
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.ab1l-num {
    display: flex;
    align-items: baseline;
}

.ab1l-num p {
    color: #00734D;
    font-family: 'Inter Tight';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.ab1l-num span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-left: 12px;
}

.ab1-2 {
    width: 34%;
    flex: 0 0 auto;
    position: relative;
    display: block;
}

.ab1-2 .img-box {
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 150%;
}

.ab1-2 .img-box img {
    transition: all 0.5s ease;
}

.ab1-2:hover .img-box img {
    transform: scale(1.08);
}

.ab1-ico {
    position: absolute;
    --w: 88px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    left: 30px;
    bottom: 30px;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab1-ico i {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}

.ab1-2:hover .ab1-ico i {
    animation: video 0.8s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes video {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* ab2 */
.ab2-h {
    margin-bottom: 32px;
}

.ab2-h h2 {
    text-align: center;
    color: #222;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.ab2-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.ab2-p p {
    color: #444;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    max-width: 1170px;
}

/*  */
.ab2-sw .swiper-button-prev,
.ab2-sw .swiper-button-next {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #0A3325;
    transition: all 0.5s ease;
}

.ab2-sw .swiper-button-prev:hover,
.ab2-sw .swiper-button-next:hover {
    background: #0A3325;
}

.ab2-sw .swiper-button-prev::after,
.ab2-sw .swiper-button-next::after {
    color: #0A3325;
    font-size: 18px;
    transition: all 0.5s ease;
}

.ab2-sw .swiper-button-prev:hover:after,
.ab2-sw .swiper-button-next:hover:after {
    color: #FFF;
}

.ab2-sw1 {
    position: relative;
}

#ab2-sw1 {
    max-width: 1170px;
    margin: auto;
    overflow: hidden;
}

.ab2-swimg {
    padding-bottom: 130%;
    overflow: visible;
    cursor: pointer;
}

.ab2-swimg img {
    transition: all 0.5s ease;
}

.ab2-swimg:hover img {
    transform: scale(1.08);
}

.ab2-sw2 {
    margin-top: -268px;
}

#ab2-sw2 {
    max-width: 1470px;
    margin: auto;
    overflow: hidden;
}

/* ab3 */
.ab3-h {
    margin-bottom: 60px;
}

.ab3-h h2 {
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.ab3-sw {
    position: relative;
}

#ab3-sw .swiper-slide {
    transition: all 0.5s ease;
    opacity: 0.2;
}

#ab3-sw .swiper-slide-visible {
    opacity: 1;
}

.ab3-swimg {
    padding-bottom: 68%;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.ab3-swimg img {
    transition: all 0.5s ease;
}

.ab3-swimg:hover img {
    transform: scale(1.08);
}

.ab4-h {
    margin-bottom: 32px;
}

.ab4-h h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.ab4-p {
    margin-bottom: 80px;
}

.ab4-p p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

/*  */
.ab4-u {
    margin-right: calc(-.5 * 5.2rem);
    margin-left: calc(-.5 * 5.2rem);
}

.ab4-l {
    position: relative;
    padding-right: calc(5.2rem * .5);
    padding-left: calc(5.2rem * .5);
}

.ab4-l::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 292px;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ab4-l:last-child:after {
    display: none;
}

.ab4-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.ab4-li img {
    width: 48px;
    object-fit: cover;
    object-position: center;
}

.ab4-lh {
    margin-bottom: 16px;
}

.ab4-lh p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
}

.ab4-lp p {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* ab5 */
.ab5-h {
    margin-bottom: 32px;
}

.ab5-h h2 {
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.ab5-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.ab5-p p {
    color: #444;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    max-width: 1170px;
}

/*  */
.ab5-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    align-items: flex-end;
    padding-bottom: 30px;
}

.ab5-l {
    width: 20%;
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.ab5-l:nth-child(2n) {
    margin-bottom: -30px;
}

.ab5-lbox {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.ab5-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 10;
}

.ab5-lbox .img-box {
    padding-bottom: 148%;
    overflow: hidden;
}

.ab5-lbox .img-box img {
    transition: all 0.5s ease;
}

.ab5-lbox:hover .img-box img {
    transform: scale(1.08);
}

.ab5-lte {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    z-index: 12;
    padding: 0 30px;
}

.ab5-lte p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

@media (max-width: 1536px) {
    .ab1 {
        padding: 70px 0 80px;
    }

    .ab1-box {
        margin-top: 16px;
    }

    .ab1h {
        margin-bottom: 24px;
    }

    .ab1h p {
        margin-bottom: 8px;
    }

    .ab1p {
        margin-bottom: 32px;
    }

    .ab1-1 {
        width: calc(66% - 24px);
    }

    .ab1-ico {
        --w: 60px;
        left: 15px;
        bottom: 15px;
    }

    .ab2-h {
        margin-bottom: 16px;
    }

    .ab2-p {
        margin-bottom: 40px;
    }

    #ab2-sw1 {
        width: 90%;
    }

    .ab2-sw2 {
        margin-top: -236px;
    }

    .ab3-h {
        margin-bottom: 30px;
    }

    .ab4-h {
        margin-bottom: 16px;
    }

    .ab4-p {
        margin-bottom: 40px;
    }

    .ab4-u {
        margin-right: calc(-.5 * 2.2rem);
        margin-left: calc(-.5 * 2.2rem);
    }

    .ab4-l {
        padding-right: calc(2.2rem * .5);
        padding-left: calc(2.2rem * .5);
    }

    .ab5-h {
        margin-bottom: 16px;
    }

    .ab5-p {
        margin-bottom: 30px;
    }

    .ab5-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ab5-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .ab5-lte {
        bottom: 12px;
        padding: 0 12px;
    }
}

@media (max-width: 992px) {
    .ab1-box {
        flex-direction: column;
    }

    .ab1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab1-2 {
        width: 100%;
    }

    .ab4-l {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab4-l::after {
        display: none;
    }

    .ab5-l:nth-child(2n) {
        margin-bottom: 0;
    }

    .ab5-u {
        justify-content: center;
    }

    .ab5-l {
        width: 33.333%;
        margin-bottom: 20px !important;
    }

    .sub-te {
        flex-direction: column;
    }

    .sub-te1 {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .sub-about .sub-im img {
        height: 500px;
    }

}

@media (max-width: 768px) {
    .ab1u {
        flex-wrap: wrap;
    }

    .ab1l {
        margin-bottom: 12px;
    }
}

@media (max-width: 642px) {
    .ab5-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .sub-te2 {
        width: 100%;
    }

    .sub-te {
        top: 55%;
    }

    .sub-te2 .img-box {
        width: 100%;
    }

    .sub-h {
        margin-bottom: 12px;
    }

    /*  */
    .ab1 {
        padding: 30px 0 40px;
    }

    .ab1-box {
        margin-top: 0;
    }

    .ab1h p {
        font-size: var(--zj-news-h);
    }

    .ab1p p {
        font-size: 16px;
        line-height: calc(16px * 1.5);
    }

    .ab1p {
        margin-bottom: 22px;
    }

    .ab1-1 {
        margin-bottom: 20px;
    }

    .ab3-h {
        margin-bottom: 20px;
    }

    .ab3-h h2 {
        font-size: 32px;
    }

    .ab4-h h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .ab4-li img {
        width: 36px;
    }

    .ab4-li {
        margin-bottom: 12px;
    }

    .ab4-l:last-child {
        margin-bottom: 0;
    }

    .ab5-p p {
        font-size: 16px;
        line-height: calc(16px * 1.5);
    }

    .ab5-u {
        padding-bottom: 0;
    }

    .ab5-l {
        width: 100%;
    }

    .ab5-l:last-child {
        margin-bottom: 0 !important;
    }
}

/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #00734D;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #00734D;
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* product */
.pro-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 48px;
}

.prod-toph h2 {
    color: #222;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.prod-topp p {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    max-width: 870px;
}

/*  */
/* product */
.peo-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 22%;
    flex: 0 0 auto;
    position: sticky;
    top: 130px;
}

.pro1bg {
    border-radius: 16px;
    background: #F5F5F5;
    padding: 10px;
}

.pro1-l {
    margin-bottom: 17px;
    border-radius: 6px;
    background: #FFF;
    transition: all 0.5s ease;
}

.pro1-l.on {
    background: #00734D;
}

.pro1-l:hover {
    background: #00734D;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    margin: 0 24px;
    position: relative;
    transition: all 0.5s ease;
}

.pro1-l1a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l1a::after {
    width: 100%;
}

.pro1-l1a span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
}

.pro1-l1ico i {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    transform: rotate(-45deg);
    color: #FFF;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    padding: 8px 24px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 8px 16px;
}

.pro1-l2a span {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --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);
}

.pro1-l2a:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(78% - 60px);
}

.pro2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 30px;
}

.pro2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.pro2-lbox {
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 30px;
}

.pro2-limg {
    margin-bottom: 24px;
    display: block;
}

.pro2-limg .img-box {
    overflow: hidden;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lh {
    margin-bottom: 16px;
    display: block;
}

.pro2-lh p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lp {
    margin-bottom: 24px;
    max-height: calc(var(--zj-subnav) * 3);
    overflow: hidden;
}

.pro2-lp p {
    color: #444;
    font-family: 'Inter Tight';
    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;
}

.pro2-la {
    display: block;
    border-radius: 50px;
    border: 1px solid #CCC;
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding: 16px 0;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-la {
    background: #00734D;
    border: 1px solid #00734D;
    color: #FFF;
}

@media (max-width: 1536px) {
    .pro-top {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .prod-topp p {
        max-width: 670px;
    }

    /*  */
    .pro1 {
        width: 24%;
        top: 100px;
    }

    .pro1-l1ico i {
        font-size: 12px;
    }

    .pro2 {
        width: calc(76% - 30px);
    }

    .pro2-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 15px;
    }

    .pro2-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 15px;
    }

    .pro2-lbox {
        padding: 12px;
    }

    .pro2-limg {
        margin-bottom: 12px;
    }

    .pro2-lh {
        margin-bottom: 8px;
    }

    .pro2-lp {
        margin-bottom: 12px;
    }

    .pro2-la {
        padding: 10px 0;
    }
}

@media (max-width: 1199.9px) {
    .pro-top {
        flex-direction: column;
    }

    .prod-toph {
        margin-bottom: 20px;
    }

    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .pro-top {
        margin-top: 0;
        margin-bottom: 14px;
    }

    .prod-toph {
        margin-bottom: 10px;
    }
}

/* prode */
.prode-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 48px;
}

/*  */
/*  */
.prode-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}

.slider-navbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode-swbtn {
    display: flex;
    align-items: center;
}

.slider-navbox button {
    background: transparent;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #CCC;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.slider-navbox button:hover {
    background: #00734D;
    border: 1px solid #00734D;
}

.slider-navbox .slider-prev {
    margin-right: 12px;
}

.slider-navbox button i {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.slider-navbox button:hover i {
    color: rgba(255, 255, 255, 1);
}

/*  */
.prode1-2 {
    width: calc(100% - 42.6% - 48px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 48px;
}

.prode1-2h p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
}

.prode1-2p {
    margin-bottom: 48px;
}

.prode1-2p p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
    position: relative;
    padding-left: 14px;
}

.prode1-2p p::after {
    position: absolute;
    content: "";
    --w: 6px;
    width: var(--w);
    height: var(--w);
    background: #00734D;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.prode1-2p span {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode1-2share {
    margin-bottom: 118px;
}

.prode1-2share p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
    position: relative;
    padding-left: 14px;
}

.prode1-2share p::after {
    position: absolute;
    content: "";
    --w: 6px;
    width: var(--w);
    height: var(--w);
    background: #00734D;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.prode1-2share>div {
    padding-left: 14px;
}

.prode1-2btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 7px);
    border-radius: 50px;
    border: 1px solid #CCC;
    transition: all 0.5s ease;
    padding: 15px 12px;
}

.prode1-2a:hover {
    background: #00734D;
    border: 1px solid #00734D;
}

.prode1-2a span {
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.prode1-2a:hover span {
    color: #FFF;
}

/* 产品详情下面 */
.prode-end {
    border-radius: 32px;
}

.prode2 {
    position: sticky;
    top: 120px;
    z-index: 14;
    overflow: hidden;
    background: #F5F5F5;
    padding: 8px;
    border-radius: 32px 32px 0 0;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    position: relative;
}

.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #149496;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    margin-right: 8px;
    padding: 15px 31px;
    position: relative;
    border-radius: 48px;
    border: 1px solid #CCC;
    transition: all 0.5s ease;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-l:hover {
    background: #00734D;
}

.prode2-l.on {
    background: #00734D;
}

.prode2-la {
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: block;
    width: max-content;
}

.prode2-l:hover .prode2-la {
    color: rgba(255, 255, 255, 1);
}

.prode2-l.on .prode2-la {
    color: rgba(255, 255, 255, 1);
}

/*  */
.prode-endbox {
    border: 1px solid #E6E6E6;
    border-top: none;
    background: #FFF;
    padding: 0 40px;
    border-radius: 0 0 32px 32px;
}

.prode3 {
    padding-top: 48px;
    position: relative;
}

.prode3h {
    margin-bottom: 24px;
}

.prode3h p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

/* prode5 */
.prode5 {
    padding-top: 48px;
    margin-bottom: 40px;
}

.prode5h {
    border-radius: 8px;
    background: #00734D;
    margin-bottom: 16px;
    padding: 14px 20px;
}

.prode5h p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

.prode5h p span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

.con2-fou {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.prode5for .con2-fol {
    padding-right: calc(1rem * .5);
    padding-left: calc(1rem * .5);
    margin-bottom: 16px;
    color: #666;
}

.prode5for .con2-fol>input::-webkit-input-placeholder {
    color: #666;
}

.prode5for .con2-fol>input::-moz-placeholder {
    color: #666;
}

.prode5for .con2-fol>input::-ms-input-placeholder {
    color: #666;
}

.prode5for .con2-fol>textarea::-webkit-input-placeholder {
    color: #666;
}

.prode5for .con2-fol>textarea::-moz-placeholder {
    color: #666;
}

.prode5for .con2-fol>textarea::-ms-input-placeholder {
    color: #666;
}

.prode5for .con2-fol>input,
.prode5for .con2-fol>textarea {
    border-radius: 8px;
    background: #F5F5F5;
}

/*  */
.prode6 {
    padding-top: 80px;
}

.prode6h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.prode6h p {
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .prode-box {
        margin-top: 24px;
    }

    .pro1-l1a {
        padding: 10px 0;
        margin: 0 12px;
    }

    .pro1-l2sa {
        padding: 4px 12px;
    }

    .pro1-l2a {
        padding: 4px 8px;
    }

    .slider-for .item-video::before {
        --w: 60px;
        font-size: 16px;
    }

    .slider-navbox button {
        --w: 40px;
    }

    .slider-nav {
        width: calc(100% - 122px);
        margin: 0 -4px;
    }

    .slider-nav .slick-slide {
        padding: 0 4px;
    }

    .prode1-2h {
        margin-bottom: 24px;
    }

    .prode1-2p p::after {
        top: 5px;
    }

    .prode1-2p p {
        margin-bottom: 8px;
    }

    .prode1-2p {
        margin-bottom: 24px;
    }

    .prode1-2share p::after {
        top: 5px;
    }

    .prode1-2share p {
        margin-bottom: 8px;
    }

    .prode1-2share {
        margin-bottom: 59px;
    }

    .prode-top {
        margin-bottom: 45px;
    }

    .prode2-l {
        padding: 10px 18px;
    }

    .prode6 {
        padding-top: 40px;
    }

    .prode6h {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .prode-box {
        margin-top: 0;
    }

    .prode1-2share {
        margin-bottom: 29px;
    }

    .prode1-2a {
        width: calc(43% - 7px);
        padding: 12px 6px;
    }

    .prode-endbox {
        padding: 0 12px;
    }

    .prode3 {
        padding-top: 24px;
    }

    .prode3h {
        margin-bottom: 12px;
    }

    .prode5h {
        padding: 12px 12px;
        margin-bottom: 8px;
    }

    .prode5for .con2-fol {
        margin-bottom: 8px;
    }

    .prode5 {
        padding-top: 24px;
        margin-bottom: 20px;
    }
}

/*  */
/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50.22%;
}

.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 {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 50.22%;
    -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: '\ea82';
    -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 {
        margin-top: 78px;
    } */
}

@media (max-width: 991px) {
    .banner .slick-arrow {
        /* width: 20px;
        height: 50px; */
    }

    .banner .item a {
        padding-bottom: 50%;
    }

    .banner-video-box {
        padding-bottom: 50%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 52%;
    }

    .banner-video-box {
        padding-bottom: 52%;
    }
}


@media (max-width: 499px) {
    /* .ind-ban {
        margin-top: 66px;
    } */
}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 12;
    display: none;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
}

.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.60);
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 18px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    color: rgba(255, 255, 255, 1);
}

.banner-chan .slick-prev {
    margin-right: 6px;
}

.banner-chan .slick-arrow {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner-chan .slick-arrow i {
    font-size: 18px;
    font-weight: bold;
    color: rgba(15, 82, 186, 1);
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    --w: 60px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-chan .slick-arrow:hover i {
    color: rgba(255, 255, 255, 1);
    background: #0F52BA;
}

@media (max-width: 1536px) {
    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        margin: 0 9px;
    }

    .banner-chan .slick-arrow i {
        font-size: 16px;
        --w: 40px;
    }
}

@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 .slick-arrow i {
        --w: 30px;
    }
}

/* ind-product */
.ind-product {
    background: rgba(249, 249, 249, 1);
}

.so1 {
    padding: 120px 0 100px;
}

.sosub {
    display: flex;
}

.sosub-box {
    position: relative;
    padding: 7px 24px 7px 0;
}

.sosub-box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: 0.05;
    background: linear-gradient(90deg, #00734D 0%, rgba(0, 115, 77, 0.00) 100%);
    z-index: -1;
}

.sosub-box p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    padding-left: 22px;
}

.sosub-box p::after {
    position: absolute;
    content: "";
    --w: 6px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #00734D;
    left: 8px;
    top: 5px;
}

/*  */
.so1-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 48px 0 80px;
}

.so1-h {
    width: 60%;
    flex: 0 0 auto;
}

.so1-h h2 {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-sub-h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.so1-p p {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    max-width: 570px;
}

/*  */
.so1u {
    margin-right: calc(-.5 * 5.6rem);
    margin-left: calc(-.5 * 5.6rem);
}

.so1l {
    padding-right: calc(5.6rem * .5);
    padding-left: calc(5.6rem * .5);
}

.so1l-box {
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}

.so1l-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #F5F5F5;
    padding: 14px 20px;
    margin-bottom: 30px;
}

.so1l-1h p {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.so1l-num p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.so1l-2 {
    margin-bottom: 30px;
    display: block;
}

.so1l-2 .img-box {
    border-radius: 8px;
    overflow: hidden;
}

.so1l-2 .img-box img {
    transition: all 0.5s ease;
}

.so1l-box:hover .so1l-2 .img-box img {
    transform: scale(1.08);
}

.so1l-3h {
    margin-bottom: 16px;
    display: block;
}

.so1l-3h p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so1l-box:hover .so1l-3h p {
    color: #00734D;
}

.so1l-3p p {
    color: #666;
    font-family: 'Inter Tight';
    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;
}

/* ind-text */
.ind-text {
    background: rgba(249, 249, 249, 1);
    margin-bottom: -7vw;
    z-index: -1;
    position: relative;
}

.so2 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* ind-about */
.so3 .sosub-box p {
    color: #FFF;
}

.so3 .sosub-box p::after {
    background: #FFF;
}

.so3 .sosub-box::after {
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

/*  */
.so3-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}

.so3-1 {
    padding-top: 15px;
    width: 48%;
    flex: 0 0 auto;
}

.so3-1h {
    margin-bottom: 60px;
}

.so3-1h p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-sub-h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    max-width: 870px;
}

.so3-1p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
}

.so3-1p span,
.so3-1p p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.so3-1p p {
    margin-left: 23px;
    padding-top: 2px;
    max-width: 570px;
}

.so3-1btn {
    display: flex;
    align-items: center;
}

.so3-1a {
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 52px;
    transition: all 0.5s ease;
}

.so3-1a:first-child {
    margin-right: 16px;
}

.so3-1a:hover {
    border: 1px solid #00734D;
    background: #00734D;
}

.so3-1a i {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    margin-right: 12px;
}

.so3-1a span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.so3-2 {
    width: 49%;
    flex: 0 0 auto;
}

.so3-2sw {
    position: relative;
    max-width: 629px;
    margin: auto;
}

.so3-2sw::after {
    position: absolute;
    content: "";
    width: 570px;
    height: 570px;
    border-radius: 570px;
    background: #0D0D0D;
    filter: blur(100px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#so3-2sw {
    overflow: hidden;
}

.so3-2swimg .img-box {
    padding-bottom: 104%;
}

/*  */
.so3u {
    margin-right: calc(-.5 * 2.6rem);
    margin-left: calc(-.5 * 2.6rem);
}

.so3l {
    padding-right: calc(2.6rem * .5);
    padding-left: calc(2.6rem * .5);
}

.so3l-box {
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.20) 100%);
    backdrop-filter: blur(5px);
    height: 100%;
    padding: 40px;
}

.so3l-h {
    margin-bottom: 24px;
}

.so3l-h p {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.so3l-num {
    display: flex;
    align-items: baseline;
}

.so3l-num p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 0.8;
}

.so3l-num span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-left: 16px;
}

/* ind-categories */
.ind-categories {
    background-color: rgba(249, 249, 249, 1);
}

.so4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so4-1 {
    width: calc(100% - 49.4% - 150px);
    flex: 0 0 auto;
    padding-left: 4.2%;
}

.so4-1 .sosub {
    justify-content: center;
}

.so4h {
    margin-bottom: 40px;
    padding-top: 48px;
}

.so4h p {
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.so4p {
    margin-bottom: 120px;
}

.so4p p {
    color: #444;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.so4btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #CCC;
    min-width: 614px;
    height: 52px;
    transition: all 0.5s ease;
}

.so4a:hover {
    background: #00734D;
}

.so4a p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.so4a:hover p {
    color: #FFF;
}

/*  */
.so4-2 {
    width: 49.4%;
    flex: 0 0 auto;
    overflow: hidden;
}

.so4-2sw {
    position: relative;
    max-width: 720px;
    width: 84%;
}

.so4-2box {
    position: relative;
    display: block;
}

.so4-2box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    border-radius: 16px;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 10;
    left: 0;
    bottom: 0;
}

.so4-2img .img-box {
    border-radius: 16px;
}

.so4-2img .img-box img {
    transition: all 0.5s ease;
}

.so4-2box:hover .so4-2img .img-box img {
    transform: scale(1.08);
}

/*  */
.so4-2te {
    position: absolute;
    width: calc(100% - 40px);
    z-index: 12;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(15px);
    padding: 24px 40px;
    transition: all 0.5s ease;
}

.so4-2box:hover .so4-2te {
    background: #00734D;
    border: 1px solid #00734D;
}

.so4-2te p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.so4-2te i {
    font-size: 20px;
    color: #FFF;
}

/* ind-news */
.so5-a {
    display: block;
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    border-radius: 50px;
    border: 1px solid #CCC;
    padding: 17px 38px;
    transition: all 0.5s ease;
}

.so5-a:hover {
    background: #00734D;
    border: 1px solid #00734D;
    color: #FFF;
}

/*  */
.so5u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.so5l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
}

.so5l-box {
    padding: 20px;
    border-radius: 16px;
    background: #F5F5F5;
}

.so5l1 {
    margin-bottom: 30px;
    display: block;
}

.so5l1 .img-box {
    padding-bottom: 66%;
    border-radius: 8px;
    overflow: hidden;
}

.so5l1 .img-box img {
    transition: all 0.5s ease;
}

.so5l-box:hover .so5l1 .img-box img {
    transform: scale(1.08);
}

.so5l2 {
    margin-bottom: 16px;
    padding: 0 10px;
}

.so5l2 p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.so5l3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.so5l3-h {
    max-width: 390px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so5l3-h span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
}

.so5l3-a {
    --w: 56px;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    border: 1px solid #CCC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: all 0.5s ease;
}

.so5l-box:hover .so5l3-a {
    background: #00734D;
    border: 1px solid #00734D;
}

.so5l3-a i {
    font-size: 16px;
    color: #222;
    transition: all 0.5s ease;
}

.so5l-box:hover .so5l3-a i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .so1 {
        padding: 60px 0 60px;
    }

    .so1-top {
        padding: 24px 0 40px;
    }

    .so1u {
        margin-right: calc(-.5 * 2.6rem);
        margin-left: calc(-.5 * 2.6rem);
    }

    .so1l {
        padding-right: calc(2.6rem * .5);
        padding-left: calc(2.6rem * .5);
    }

    .so1l-box {
        padding: 20px;
    }

    .so1l-1 {
        padding: 8px 12px;
        margin-bottom: 15px;
    }

    .so1l-2 {
        margin-bottom: 15px;
    }

    .so1l-3h {
        margin-bottom: 8px;
    }

    .so3-top {
        margin-bottom: 40px;
    }

    .so3-1h {
        margin-bottom: 30px;
    }

    .so3-1p {
        margin-bottom: 40px;
    }

    .so3-1a {
        min-width: 146px;
        height: 42px;
    }

    .so3u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so3l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .so3l-box {
        padding: 20px;
    }

    /*  */
    .so4-1 {
        padding-left: 0;
    }

    .so4h {
        margin-bottom: 20px;
        padding-top: 24px;
    }

    .so4p {
        margin-bottom: 60px;
    }

    .so4a {
        width: 100%;
        min-width: auto;
    }

    .so4-2te {
        padding: 12px 30px;
    }

    .so4-2te i {
        font-size: 16px;
    }

    .so5u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so5l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .so5l2,
    .so5l3 {
        padding: 0;
    }

    .so5l3-a {
        --w: 40px;
    }

    .so5l3-a i {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .so1-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so1-h {
        width: 100%;
        margin-bottom: 20px;
    }

    .so1u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so1l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .so3-top {
        flex-direction: column;
    }

    .so3-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so3-2 {
        width: 100%;
    }

    .so3-2sw::after {
        width: 300px;
        height: 300px;
    }

    .so3l {
        width: 50%;
        margin-bottom: 10px;
    }

    .so4 {
        flex-direction: column;
    }

    .so4-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so4-2 {
        width: 100%;
    }

    .so5l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so5l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .so1l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so1l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 499px) {
    .so1 {
        padding: 30px 0 40px;
    }

    .so1-top {
        padding: 12px 0 20px;
    }

    .so1-h {
        margin-bottom: 12px;
    }

    .sosub-box p::after {
        top: 4px;
    }

    .so3l {
        width: 100%;
    }

    .so3-top {
        margin-bottom: 20px;
    }

    .so4h {
        margin-bottom: 10px;
        padding-top: 12px;
    }

    .so4p {
        margin-bottom: 30px;
    }

    .so4a {
        height: 42px;
    }

    .so4-2te {
        padding: 8px 16px;
    }

    .so4-2te i {
        font-size: 12px;
    }

    .so4-2te {
        width: calc(100% - 17px);
        bottom: 14px;
    }

    .so5l3-a {
        margin-left: 12px;
    }

    .so5-a {
        padding: 10px 30px;
    }
}

.fancybox-slide>* {
    width: 100% !important;
    padding: 0 !important;
}