#ven {
    transition: all 0.5s ease;
    background: #FFF;
}

.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: 14px 0;
    position: relative;
}

.ven1-loim img {
    width: 80px;
    transition: all 0.5s ease;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 3.2vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 10.8vw;
}

.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: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    --size: 1px;
    --color: #C29C6B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #00998B;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ven2-l.on .ven2-la span {
    color: #00998B;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 48px;
    background: #00998B;
    padding: 12px 32px;
    position: relative;
    overflow: hidden;
}

.vensesv::after,
.vensesv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.vensesv::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.vensesv:hover:before,
.vensesv:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.vensesv i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
    margin-right: 12px;
}

.vensesv span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

/*  */
.ven2-line {
    width: 1px;
    height: 14px;
    margin: 0 15px;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    display: none;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ven2-langbt img {
    width: 27px;
}

.translate {
    margin: 0 32px;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 1536px) {
    .ven1-loim {
        padding: 6px 0;
    }

    .ven1-loim img {
        width: 70px;
    }

    .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;
    }

    .vensesv {
        padding: 8px 20px;
    }

    .vensesv i {
        font-size: 14px;
    }

    .translate {
        margin: 0 16px;
    }
}

@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 i {
        margin-right: 0;
    }

    .translate {
        margin: 0 8px;
    }

    .vensesv span {
        display: none;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 320%;
    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: #00998B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-lera:hover span {
    color: #00998B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #C29C6B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #C29C6B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #00998B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerathra:hover span {
    color: #00998B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 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-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: 220%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 220%;
        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: #00998B;
    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: #00998B;
}

/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #00998B;
}

/* .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: #00998B;
    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: 76px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #00998B;
}

.xiantiao>a {
    color: #00998B;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #00998B;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 50px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
    padding: 10px 10px 0;
}

.sub-im {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #00998B 0%, rgba(0, 153, 139, 0.00) 100%);
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1360px;
}

.sub-te {
    margin-bottom: 30px;
}

.sub-te p {
    color: #FFF;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 1536px) {

    .sub-te {
        margin-bottom: 15px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {
    .sub {
        padding: 10px 4px 0;
    }

    .sub-te {
        margin-bottom: 10px;
    }
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 400px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 190px;
    }
}

/*  */

.subnav {
    display: flex;
    align-items: stretch;
}

.subnav i {
    font-size: 16px;
    color: #FFF;
    margin-right: 10px;
    line-height: normal;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF !important;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

/*  */
/* 分页按钮 */
.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: 44px;
    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: #F5F5F5;
}

.sub-pagepro .sub-pagel a {
    background: #FFF;
}

.sub-pagel a:hover {
    background: #00998B;
    color: #FFF;
}

.sub-pagel.on a {
    background: #00998B;
    color: #FFF;
}

/*  */
.sub-pagel.sub-prev a {
    padding-top: 0;
    margin: 0 6px;
}

.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"] {
    margin-top: 100px;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="100"] {
    padding: 100px 0;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 74px;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 64px;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }
}

/* contact */
.contact {
    background: #F5F5F5;
    margin-top: 100px;
}

.con-box {
    display: flex;
    justify-content: space-between;
}

.con1 {
    width: calc(50% - 15px);
    flex: 0 0 auto;
    border-radius: 16px;
    background: #FFF;
    padding: 60px;
}

.con1-smh p {
    color: #00998B;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.con1-h {
    margin-top: 30px;
}

.con1-h h2 {
    color: #222;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.con1-p {
    margin-top: 40px;
}

.con1-p p {
    color: #444;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.line {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    margin: 60px 0;
}

/*  */
/*  */
.con1-fou {
    margin-right: calc(-.5 * 1.26rem);
    margin-left: calc(-.5 * 1.26rem);
}

.con1-fol {
    margin-bottom: 30px;
    padding-right: calc(1.26rem * .5);
    padding-left: calc(1.26rem * .5);
}

.con1-fol input,
.con1-fol textarea {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;

    width: 100%;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    background: #F5F5F5;

    transition: all 0.5s ease;
    padding: 13px 18px;
}

.con1-fol input:focus,
.con1-fol textarea:focus {
    border: 1px solid #00998B;
}

.con1-fol input::-webkit-input-placeholder {
    color: #666;
}

.con1-fol input::-moz-placeholder {
    color: #666;
}

.con1-fol input::-ms-input-placeholder {
    color: #666;
}

.con1-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.con1-fol textarea::-moz-placeholder {
    color: #666;
}

.con1-fol textarea::-ms-input-placeholder {
    color: #666;
}

.con1-fol p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 16px;
}

.con1-fobt {
    display: flex;
    align-self: center;
    justify-content: flex-start;
}

.con1-fobt button {
    border-radius: 48px;
    background: #00998B;
    padding: 14px 40px;
    position: relative;
    overflow: hidden;
}

.con1-fobt button::after,
.con1-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con1-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con1-fobt button:hover:before,
.con1-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con1-fobt button i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-right: 12px;
}

.con1-fobt button span {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

/*  */
.con2 {
    width: calc(50% - 15px);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con2-1 {
    height: calc(50% - 15px);
}

.con2-1img {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.con2-1img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.con2-2 {
    height: calc(50% - 15px);
    border-radius: 16px;
    background: #FFF;
    padding: 30px;
}

.con2-2l {
    border-radius: 8px;
    background: #F5F5F5;
    margin-bottom: 10px;
    padding: 30px;

    display: flex;
    align-items: flex-start;
}

.con2-2l:last-child {
    margin-bottom: 0;
}

/*  */
.con2-2l1 {
    margin-right: 30px;
    flex: 0 0 auto;
}

.con2-2l1 i {
    --w: 64px;
    width: var(--w);
    height: var(--w);
    background: rgba(0, 153, 139, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: rgba(0, 153, 139, 1);
}

/*  */
.con2-2lh {
    margin-bottom: 16px;
}

.con2-2lh p {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.con2-2la {
    display: block;
}

.con2-2la span {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 516px;
    --size: 1px;
    --color: rgba(0, 153, 139, 1);
    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.con2-2la:hover span {
    color: #00998B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .contact {
        margin-top: 74px;
    }

    .con1 {
        padding: 30px;
    }

    .con1-h {
        margin-top: 15px;
    }

    .con1-p {
        margin-top: 20px;
    }

    .line {
        margin: 30px 0;
    }

    .con1-fol {
        margin-bottom: 15px;
    }

    .con1-fol p {
        margin-bottom: 8px;
    }

    .con1-fol input,
    .con1-fol textarea {
        padding: 10px 12px;
    }

    .con1-fobt button {
        padding: 10px 26px;
    }

    .con2-1 {
        height: calc(47% - 15px);
    }

    .con2-2 {
        padding: 15px;
        height: calc(53% - 15px);
    }

    .con2-2l {
        padding: 15px;
    }

    .con2-2l1 {
        margin-right: 15px;
    }

    .con2-2l1 i {
        --w: 50px;
    }

    .con2-2lh {
        margin-bottom: 8px;
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .con2 {
        width: 100%;
    }

    .con2-1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .con1-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .contact {
        margin-top: 66px;
    }

    .con1 {
        padding: 15px;
    }

    .line {
        margin: 15px 0;
    }

    .con1-fobt button i {
        font-size: 14px;
        margin-right: 6px;
    }

    .con2-2l1 i {
        --w: 40px;
        font-size: 18px;
    }
}

/* footer */
/* footer */
#footer {
    background: #1A1A1A;
    overflow: hidden;
}

.ft1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px 0 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ft1-1h {
    margin-bottom: 60px;
}

.ft1-1h p {
    color: #FFF;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    max-width: 530px;
}

.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 56px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 6px 6px 28px;
    transition: all 0.5s ease;
}


.ft1-sehfo:focus {
    border: 1px solid #00998B;
}

.ft1-sehfo input {
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    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: #00998B;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.ft1-sehfo button::after,
.ft1-sehfo button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft1-sehfo button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft1-sehfo button:hover:before,
.ft1-sehfo button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft1-sehfo button i {
    color: #FFF;
    font-size: 16px;
    line-height: normal;
    transition: all 0.5s ease;
    display: block;
}

.ft1-sehfo button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/*  */
.ft1-2 {
    width: 58%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft1-2uh {
    margin-bottom: 24px;
}

.ft1-2uh p {
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.ft1-2la {
    display: block;
    margin-bottom: 16px;
    position: relative;
    padding-left: 10px;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la::after {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    background-color: #666;
    border-radius: 50%;
    left: 0;
    top: 8px;
    transition: all 0.5s ease;
}

.ft1-2la:hover:after {
    background-color: #00998B;
}

.ft1-2la span {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    --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);
}

.ft1-2la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft1-2rgte {
    margin-bottom: 48px;
}

.ft1-2rgte:last-child {
    margin-bottom: 0;
}

.ft1-2rgte p {
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ft1-2lfla span {
    color: #FFF;
    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);
}

.ft1-2rgte:nth-child(1) .ft1-2lfla span {
    display: block;
    max-width: 530px;
}

a.ft1-2lfla:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.ft-share {
    display: flex;
    align-items: center;
}

.ft-share a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-share a {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border-radius: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 16px;
    transition: all 0.5s ease;
}

.ft-share a:hover {
    background: #00998B;
    border: 1px solid #00998B;
}

.ft-share a:last-child {
    margin-right: 0;
}

.ft-share a i {
    color: rgba(255, 255, 255, 1);
}

/*  */
.ft2-1 {
    display: flex;
    align-items: center;
}

.ft2-1>span {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 16px;
}

.ft2-1all {
    margin-left: 8px;
}

.ft2-1pow {
    display: block;
    margin: 0 4px;
}

.ft2-1copy span,
.ft2-1all span,
.ft2-1pow span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-1pow:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-1a {
    display: block;
}

.ft2-1a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-1a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-1cnzz {
    margin-right: 40px;
}

/*  */
.ft3-p {
    margin-bottom: -50px;
}

.ft3-p p {
    color: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 160px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 60px 0 70px;
    }

    .ft1-1 {
        width: 44%;
        flex: 0 0 auto;
    }

    .ft1-1h {
        margin-bottom: 30px;
    }

    .ft1-sehfo button {
        --w: 38px;
    }

    .ft1-2 {
        width: 52%;
    }

    .ft1-2rgte {
        margin-bottom: 24px;
    }

    .ft1-2la {
        margin-bottom: 8px;
    }

    .ft1-2rgte:nth-child(1) .ft1-2lfla span {
        max-width: 300px;
    }

    .ft-share a {
        --w: 36px;
    }

    .ft2 {
        padding: 15px 0;
    }

    .ft2-1cnzz {
        margin-right: 20px;
    }

    .ft2-1>span {
        margin: 0 8px;
    }

    .ft3-p p {
        font-size: 124px;
        margin-right: 8px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 48px;
    }

    .ft2 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft-share {
        margin-bottom: 10px;
    }

    .ft-share a {
        margin-right: 8px;
    }

    .ft3-p {
        margin-bottom: -26px;
    }

    .ft3-p p {
        font-size: 100px;
        margin-right: 8px;
    }
}

@media (max-width: 992px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft2-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft2-1>span {
        display: none;
    }

    .ft2-1cnzz {
        margin-right: 0;
    }

    .ft2-1pow {
        margin: 0;
    }

    .ft3-p p {
        font-size: 72px;
        margin-right: 0;
        line-height: normal;
    }
}

@media (max-width: 642px) {
    .ft3 {
        display: none;
    }
}

@media (max-width: 768px) {
    .ft1-2u {
        display: none;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 30px 0 30px;
    }

    .ft1-1h {
        margin-bottom: 15px;
    }

    .ft1-sehfo button {
        --w: 28px;
    }

    .ft1-sehfo button i {
        font-size: 12px;
    }

    .ft1-sehfo {
        padding: 6px 6px 6px 14px;
    }

    .ft1-2con {
        width: 100%;
    }

    .ft1-2rgte:nth-child(1) .ft1-2lfla span {
        max-width: 100%;
    }

    .ft1-2rgte {
        margin-bottom: 12px;
    }
}

/* 合作案例case */
.ca1-box {
    position: relative;
}

.ca1-img {
    display: flex;
    justify-content: flex-end;
}

.ca1-img img {
    background-image: none;
    width: 92%;
    object-fit: cover;
    object-position: center;
    height: auto;
}

.ca1-te {
    position: absolute;
    left: 0;
    bottom: 64px;
}

.ca1-h p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.25);
    max-width: 670px;
}

.ca1-p {
    margin-top: 32px;
}

.ca1-p p {
    color: #444;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    max-width: 670px;
}

/*  */
.ca2 {
    background: #F5F5F5;
}

.ca2-h p {
    color: #222;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.ca2-img img {
    background-image: none;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: auto;
}

@media (max-width: 1536px) {
    .ca1-img img {
        width: 100%;
    }

    .ca1-te {
        position: relative;
        bottom: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 499px) {
    .ca1 {
        padding: 30px 0 30px !important;
    }

    .ca1-p {
        margin-top: 16px;
    }

    .ca2-h {
        margin-bottom: 10px;
    }
}

/* 新闻news */
.ne-u {
    margin-bottom: 60px;
}

.ne-l {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    position: relative;
}

.ne-l::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-radius: 16px;
    background: #D9D9D9;
    left: 0;
    bottom: 0;
}

.ne-l:nth-child(1)::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-radius: 16px;
    background: #D9D9D9;
    left: 0;
    top: 0;
}

.ne-limg {
    width: 24%;
    flex: 0 0 auto;
    display: block;
}

.ne-limg .img-box {
    padding-bottom: 66%;
    border-radius: 16px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-l:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lrg {
    width: calc(76% - 140px);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}

.ne-lnum {
    display: flex;
    align-items: center;
}

.ne-lnum i {
    font-size: 14px;
    margin-right: 8px;
    color: rgba(0, 153, 139, 1);
}

.ne-lnum p {
    color: #666;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.ne-lte {
    display: block;
}

.ne-lh {
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 74%;
}

.ne-lh span {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
}

.ne-lp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne-lp p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 74%;
    flex: 0 0 auto;
}

.ne-lp p span {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ne-lp i {
    font-size: 24px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.ne-l:hover .ne-lp i {
    color: rgba(0, 153, 139, 1);
}

@media (max-width: 1536px) {
    .ne-u {
        margin-bottom: 40px;
    }

    .ne-l {
        padding: 20px 0;
    }

    .ne-lrg {
        width: calc(76% - 70px);
    }

    .ne-lp i {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .ne-l {
        flex-direction: column;
    }

    .ne-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-lrg {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ne-u {
        margin-bottom: 20px;
    }

    .ne-limg {
        margin-bottom: 10px;
    }

    .ne-lh {
        margin-bottom: 12px;
    }

    .ne-lp i {
        font-size: 16px;
    }
}

/* 荣誉资质certificate */
.certi {
    margin-top: -20px;
}

.cer-p {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cer-p p {
    color: #444;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1370px;
}

/*  */
.cer-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 30px;
}

.cer-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.cer-lbox {
    border-radius: 16px;
    background: #F5F5F5;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.cer-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 153, 139, 0.00) 0%, #00998B 100%);
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
}

.cer-lbox:hover:after {
    opacity: 1;
}

.cer-limg {
    cursor: pointer;
    position: relative;
}

.cer-limg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(5px);
    z-index: 12;
}

.cer-limg .img-box img {
    transition: all 0.5s ease;
}

.cer-lbox:hover .cer-limg .img-box img {
    transform: scale(1.08);
}

.cer-li {
    position: absolute;
    --w: 60px;
    width: var(--w);
    height: var(--w);
    border: 1px solid #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    z-index: 14;
    pointer-events: none;
    transition: all 0.5s ease;
    opacity: 0;
}

.cer-lbox:hover .cer-li {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.cer-li i {
    font-size: 20px;
    color: #FFF;
}

@media (max-width: 1536px) {
    .cer-p {
        margin-bottom: 24px;
    }

    .cer-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 20px;
    }

    .cer-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }

    .cer-li {
        --w: 40px;
    }

    .cer-li i {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .cer-l {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .cer-l {
        width: 50%;
    }

    .certi {
        margin-top: 0;
    }
}

/*  */
/* 搜索无结果 */
.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 #00998B;
    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: #00998B;
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* 产品products */
.pro-spbg {
    background: #F5F5F5;
}

.prod-toph {
    margin-bottom: 16px;
}

.prod-toph h2 {
    color: #222;
    text-align: center;
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: bold;
    line-height: calc((var(--zj-so1top1) - 4px) * 1.25);
}

.prod-topp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.prod-topp p {
    color: #444;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    max-width: 1090px;
}

/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 24%;
    flex: 0 0 auto;
    position: sticky;
    top: 120px;
}

.pro1-l {
    margin-bottom: 10px;
    border-radius: 16px;
    background: #FFF;
    transition: all 0.5s ease;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 16px;
}

.pro1-l1a:hover {
    background: #00998B;
}

.pro1-l.on .pro1-l1a {
    background: #00998B;
}

.pro1-l1a span {
    color: #222;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
    padding: 14px 24px;
    border-radius: 40px;
    border: 1px solid #CCC;
    background: #FFF;
}

.pro1-l.on .pro1-l1ico {
    border: 1px solid #00998B;
}

.pro1-l1a:hover .pro1-l1ico {
    border: 1px solid #00998B;
}

.pro1-l1ico i {
    font-size: 12px;
    line-height: normal;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    transform: rotate(90deg);
}

/*  */
.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: 24px 0;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 0 0 0 40px;
    background: #FFF;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.pro1-l2a:last-child {
    margin-bottom: 0;
}

.pro1-l2a::after {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #999;
    left: 24px;
    top: 6px;
    transition: all 0.5s ease;
}

.pro1-l2a:hover:after {
    background: #00998B;
}

.pro1-l2a.on:after {
    background: #00998B;
}

.pro1-l2a span {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    --size: 1px;
    --color: #00998B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro1-l2a:hover span {
    color: #00998B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #00998B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(76% - 42px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 20px;
}

.pro2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 40px;
}

.pro2-l1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.pro2-limg {
    display: block;
    border-radius: 16px;
    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-ladd {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    width: calc(100% - 20px);
    border-radius: 6px;
    background: #00998B;
    z-index: 12;
    padding: 16px;
    transition: all 0.5s ease;
    opacity: 0;
}

.pro2-lbox:hover .pro2-ladd {
    opacity: 1;
    bottom: 10px;
}

.pro2-ladd p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-ladd p span {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.pro2-lp {
    display: block;
}

.pro2-lp p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lp p span {
    color: #222;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    --size: 1px;
    --color: #00998B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro2-lbox:hover .pro2-lp p span {
    color: #00998B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .pro1 {
        top: 90px;
    }

    .pro1-l1a {
        padding: 8px 14px;
    }

    .pro1-l1ico {
        padding: 8px 18px;
    }

    .pro2-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 10px;
    }

    .pro2-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }

    .pro2-ladd {
        padding: 8px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .prod-topp {
        margin-bottom: 24px;
    }
}

/* 产品详情prode */
.prode-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/*  */
.prode-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.prode1-2 {
    width: calc(50% - 40px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 44px;
}

.prode1-2h p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.prode1-2p {
    margin-bottom: 48px;
}

.prode1-2p span {
    color: #222;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: block;
    margin-bottom: 16px;
}

.prode1-2p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode1-2share {
    margin-bottom: 70px;
}

.prode1-2share p {
    color: #222;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
}

.prode1-2btn {
    display: flex;
    flex-direction: column;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 52px;
    border: 1px solid #00998B;
    margin-bottom: 16px;
    padding: 13px 0;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #00998B;
}

.prode1-2a:last-child {
    margin-bottom: 0;
}

.prode1-2a i {
    font-size: 16px;
    color: rgba(0, 153, 139, 1);
    margin-right: 12px;
    transition: all 0.5s ease;
}

.prode1-2a:hover i {
    color: #FFF;
}

.prode1-2a span {
    color: #00998B;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.prode1-2a:hover span {
    color: #FFF;
}

/*  */
.prode-end {}

.prode2 {
    position: sticky;
    top: 120px;
    z-index: 14;
    overflow: hidden;
    background: #F5F5F5;
    margin-bottom: 30px;
}

.prode2::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #CCC;
}

.prode2-u {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: scroll;
    position: relative;
}

.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #00998B;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    margin-right: 40px;
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: block;
    width: max-content;
    padding-bottom: 16px;
    padding-top: 16px;
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:hover .prode2-la {
    color: #00998B;
}

.prode2-l.on .prode2-la {
    color: #00998B;
}

.prode2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #00998B;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.5s ease;
    z-index: 12;
}

.prode2-l:hover .prode2-la::after {
    width: 100%;
}

.prode2-l.on .prode2-la::after {
    width: 100%;
}

/*  */
.prode3 {
    padding-top: 64px;
}

.prode3sp {
    padding-top: 0;
}

.prode3h {
    margin-bottom: 30px;
}

.prode3h p {
    color: #222;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.prode3te p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
/*  */
.prode4 {
    padding-top: 64px;
    position: relative;
}

.prode4-1 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.prode4sw-chan {
    position: relative;
    display: flex;
    align-items: center;
}

.prode4sw-chan .swiper-button-next,
.prode4sw-chan .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0 !important;
}

.prode4sw-chan .swiper-button-prev {
    /* transform: rotate(90deg); */
    margin-right: 26px !important;
}

.prode4sw-chan .swiper-button-next::after,
.prode4sw-chan .swiper-button-prev::after {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
    font-weight: 600;
}

.prode4sw-chan .swiper-button-next:hover:after,
.prode4sw-chan .swiper-button-prev:hover:after {
    color: rgba(0, 153, 139, 1);
}

.prode4-2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.prode4-2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    left: 0;
    bottom: 0;
}

#prode4-2sw {
    overflow: hidden;
}

.prode4-2swa {
    border-radius: 8px;
    background: #FFF;
    padding: 24px 30px;
}

.prode4-2sw1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
}

.prode4-2sw1::after {
    position: absolute;
    content: "";
    background: #E6E6E6;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.prode4-2sw1p {
    display: flex;
    align-items: center;

}

.prode4-2sw1p p {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin-right: 16px;
}

.prode4-2sw1p i {
    font-size: 12px;
    color: #FFBF00;
    margin-right: 4px;
}

.prode4-2sw1num p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.prode4-2sw2 p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode4-3h {
    margin-bottom: 24px;
}

.prode4-3h p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.prode4-3for .so8fo-u {
    margin-right: calc(-.5 * 1.26rem);
    margin-left: calc(-.5 * 1.26rem);
}

.prode4-3for .so8fo-l {
    padding-right: calc(1.26rem * .5);
    padding-left: calc(1.26rem * .5);
}

.prode4-3for .so8fo-l input,
.prode4-3for .so8fo-l textarea {
    border-radius: 8px;
    background: #FFF;
    width: 100%;
    border: none;
    padding: 15px 20px;
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
    border: 1px solid #1a3c8000;
    transition: all 0.5s ease;
}

.prode4-3for .so8fo-l input:focus,
.prode4-3for .so8fo-l textarea:focus {
    border: 1px solid #00998B;
}

.prode4-3for .so8fo-l input::-webkit-input-placeholder {
    color: #666;
}

.prode4-3for .so8fo-l input:-moz-placeholder {
    color: #666;
}

.prode4-3for .so8fo-l input:-ms-input-placeholder {
    color: #666;
}

.prode4-3for .so8fo-l textarea::-webkit-input-placeholder {
    color: #666;
}

.prode4-3for .so8fo-l textarea:-moz-placeholder {
    color: #666;
}

.prode4-3for .so8fo-l textarea:-ms-input-placeholder {
    color: #666;
}

.prode4-3for .so8fo-bt {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

/*  */
.prode5 {
    padding-top: 64px;
}

.prode5h {
    border-radius: 8px;
    background: #00998B;
    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;
}

.prode5 .con1-fol input,
.prode5 .con1-fol textarea {
    background: #FFF;
}

.con1-fou {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.prode5 .con1-fol {
    margin-bottom: 16px;
    padding-right: calc(1rem * .5);
    padding-left: calc(1rem * .5);
}

/*  */
/*  */
.prode6 {
    padding-top: 64px;
}

.prode6h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.prode6h p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

/*  */
.prode6-ubtn {
    display: flex;
    align-items: center;
}

.prode6-ubtn>div {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
}

.prode6-ubtn>div::after {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
    font-weight: 600;
}

.prode6-ubtn>div:hover:after {
    color: rgba(15, 82, 186, 1);
}

.prode6-ubtn>span {
    margin: 0 14px;
    width: 1px;
    height: 16px;
    background: #D8E3F4;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

/*  */
.prode6-img {
    padding-bottom: 58%;
    margin-bottom: 24px;
    overflow: hidden;
    display: block;
}

.prode6-img img {
    transition: all 0.5s ease;
}

.prode6-box:hover .prode6-img img {
    transform: scale(1.08);
}

.prode6-h {
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prode6-h span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.prode6-box:hover .prode6-h span {
    color: #0F52BA;
}

.prode6-p p {
    color: #444;
    font-family: 'Inter';
    font-size: calc(var(--zj-ven2cona) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .prode1-2 {
        width: calc(50% - 20px);
    }

    .prode1-2h {
        margin-bottom: 22px;
    }

    .prode1-2p {
        margin-bottom: 24px;
    }

    .prode1-2share {
        margin-bottom: 35px;
    }

    .prode1-2a {
        margin-bottom: 8px;
        padding: 6px 0;
    }

    .prode2 {
        top: 90px;
    }

    .prode3 {
        padding-top: 44px;
    }

    .prode4 {
        padding-top: 44px;
    }

    .prode5 {
        padding-top: 44px;
    }

    .prode6 {
        padding-top: 44px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode2-u {
        justify-content: flex-start;
    }

    .prode4-3for .so8fo-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .slider-nav .item.item-video::before {
        font-size: 14px;
    }

    .slider-for {
        margin-bottom: 10px;
    }

    .prode1-2share {
        margin-bottom: 25px;
    }

    .prode-top {
        margin-bottom: 24px;
    }

    .prode2-l {
        margin-right: 20px;
    }

    .prode2 {
        margin-bottom: 0;
    }

    .prode3 {
        padding-top: 32px;
    }

    .prode3h {
        margin-bottom: 20px;
    }

    .prode4-2swa {
        padding: 12px 12px;
    }

    .prode5h {
        padding: 12px 12px;
        margin-bottom: 8px;
    }

    .prode5 .con1-fol {
        margin-bottom: 8px;
    }
}

/* 关于我们 about us */
.ab1-box {
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab1-lf {
    width: 58%;
    flex: 0 0 auto;
}

.ab1-lfh {
    margin-bottom: 60px;
}

.ab1-lfh p {
    color: #222;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.ab1-lfsmh {
    margin-bottom: 24px;
}

.ab1-lfsmh p {
    color: #00998B;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.ab1-lfp {
    margin-bottom: 80px;
}

.ab1-lfp p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab1-lfu {
    display: flex;
    justify-content: space-between;
}

.ab1-lfl1 {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
}

.ab1-lfl1 p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-right: 8px;
}

.ab1-lfl1 span {
    color: #00998B;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.ab1-lfl2 p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

/*  */
.ab1-rg {
    width: calc(42% - 130px);
    flex: 0 0 auto;
}

.ab1-2 {
    position: relative;
}

.ab1-2 .img-box {
    padding-bottom: 104%;
}

.ab1-ico {
    position: absolute;
    --w: 80px;
    width: var(--w);
    height: var(--w);
    background: #00998B;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
}

.ab1-ico i {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    display: block;
    position: relative;
    z-index: 12;
}

.ab1-2:hover .ab1-ico i {
    animation: video 0.6s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes video {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ab1-ico>span {
    background-color: rgba(0, 153, 139, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
}

.ab1-ico>span:nth-of-type(2) {
    background-color: rgba(0, 153, 139, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

/*  */
.ab2 {
    background: #F5F5F5;
    padding: 80px 0;
}

.ab2-box {
    padding: 40px 0;
}

.ab2-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}

.ab2-h {
    margin-bottom: 32px;
}

.ab2-h p {
    color: #222;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.ab2-p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 950px;
}

/*  */
.ab2-top2 {
    display: flex;
    align-items: center;
}

.ab2-top2>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    --w: 52px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #00998B;
    opacity: 1 !important;
    transition: all 0.5s ease;
}

.ab2-top2>div:hover {
    background: #00998B;
}

.ab2-top2>div::after {
    font-size: 16px;
    color: rgba(0, 153, 139, 1);
    font-weight: 600;
    transition: all 0.5s ease;
}

.ab2-top2>div:hover:after {
    color: #FFF;
}

.ab2-top2 .swiper-button-prev {
    margin-right: 16px !important;
}

.ab2-sw {
    position: relative;
}

.ab2-sw::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(90deg, #00998B 0%, #004F80 100%);
    left: 0;
    top: 200px;
}

#ab2-sw {
    overflow: hidden;
    padding-top: 200px;
}

#ab2-sw .swiper-slide:nth-child(2n+1) {
    margin-top: -46px;
}

.swiper-slide:nth-child(2n+1) .ab2-swnum {
    margin-bottom: 16px;
}

.swiper-slide:nth-child(2n+1) .ab2-swnum p {
    color: #222;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.swiper-slide:nth-child(2n+1) .ab2-swimg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.swiper-slide:nth-child(2n+1) .ab2-swimg img {
    width: 20px;
}

.swiper-slide:nth-child(2n+1) .ab2-swp p {
    color: #444;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
#ab2-sw .swiper-slide:nth-child(2n) {
    position: relative;
}

#ab2-sw .swiper-slide:nth-child(2n) .ab2-swbox {
    position: absolute;
    left: 0;
    bottom: -54px;
}

.swiper-slide:nth-child(2n) .ab2-swp {
    margin-bottom: 24px;
}

.swiper-slide:nth-child(2n) .ab2-swp p {
    color: #444;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.swiper-slide:nth-child(2n) .ab2-swimg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.swiper-slide:nth-child(2n) .ab2-swimg img {
    width: 20px;
}

.swiper-slide:nth-child(2n) .ab2-swnum p {
    color: #222;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
}

/*  */
.ab3-box {
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
}

.ab3-1 {
    position: relative;
    width: 47.6%;
    flex: 0 0 auto;
}

.ab3-1>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.ab3-1te {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 12;
    padding: 40px;
}

.ab3-1te p {
    color: rgba(255, 255, 255, 0.2);
    font-family: "Inter Tight";
    font-size: calc(var(--zj-so3lnum) + 6px);
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

.ab3-2 {
    width: calc(100% - 47.6% - 60px);
    flex: 0 0 auto;
}

.ab3-2u {
    align-content: space-between;
    height: 100%;
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.ab3-2l {
    height: calc((100% / 3) - 20px);
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.ab3-2lbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    background: #F5F5F5;
    padding: 30px;
    height: 100%;
}

.ab3-2li i {
    font-size: 30px;
    color: rgba(0, 153, 139, 1);
}

.ab3-2lh {
    margin-bottom: 12px;
}

.ab3-2lh p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

.ab3-2lp p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.ab4-box {
    padding-top: 160px;
}

.ab4-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.ab4-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.ab4-lbox {
    border-radius: 16px;
    background: #F5F5F5;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding: 60px 4px 140px;
    transition: all 0.5s ease;
}

.ab4-lbox:hover {
    background: #00998B;
}

.ab4-lh {
    margin-bottom: 24px;
}

.ab4-lh p {
    color: #222;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    transition: all 0.5s ease;
}

.ab4-lbox:hover .ab4-lh p {
    color: #FFF;
}

.ab4-lp {
    display: flex;
    justify-content: center;
}

.ab4-lp p {
    color: #444;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 310px;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ab4-lbox:hover .ab4-lp p {
    color: #FFF;
}

.ab4-lnum {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -48px;
}

.ab4-lnum p {
    color: rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 128px;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
}

/*  */
.ab5 {
    padding-top: 160px;
}

.ab5-h {
    margin-bottom: 60px !important;
}

.ab5-h p {
    color: #222;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

/*  */
.ab5-sack {
    position: relative;
}

.ab5-sack::after {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 10;
    background-image: linear-gradient(to right, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0) 10%, rgba(250, 250, 250, 0) 90%, rgba(250, 250, 250, 1) 100%);
    pointer-events: none;
}

.ab5-sw:nth-child(1) {
    margin-bottom: 30px;
}

.ab5-sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ab5-swbox {
    cursor: pointer;
}

.ab5-swimg {
    padding-bottom: 66%;
    border-radius: 16px;
}

.ab5-swimg img {
    transition: all 0.5s ease;
}

.ab5-swbox:hover .ab5-swimg img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .ab1-lf {
        width: 60%;
    }

    .ab1-lfh {
        margin-bottom: 30px;
    }

    .ab1-lfsmh {
        margin-bottom: 12px;
    }

    .ab1-lfp {
        margin-bottom: 40px;
    }

    .ab1-rg {
        width: calc(40% - 70px);
    }

    .ab1-ico {
        --w: 56px;
    }

    .ab2 {
        padding: 50px 0;
    }

    .ab2-box {
        padding: 20px 0;
    }

    .ab2-p p {
        max-width: 650px;
    }

    .ab2-top2>div {
        --w: 40px;
    }

    .ab3-box {
        padding-top: 70px;
    }

    .ab3-1te {
        padding: 20px;
    }

    .ab3-2 {
        width: calc(100% - 47.6% - 30px);
    }

    .ab3-2u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ab3-2l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .ab3-2lbox {
        border-radius: 10px;
        padding: 15px;
    }

    .ab4-box {
        padding-top: 80px;
    }

    .ab5-h {
        margin-bottom: 30px !important;
    }

    .ab4-lbox {
        border-radius: 10px;
        padding: 30px 4px 100px;
    }

    .ab4-lnum {
        bottom: -32px;
    }

    .ab4-lnum p {
        font-size: 100px;
    }

    .ab5 {
        padding-top: 80px;
    }
}

@media (max-width: 992px) {
    .ab1-box {
        flex-direction: column;
    }

    .ab1-lf {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab1-rg {
        width: 100%;
    }

    .ab2-top {
        flex-direction: column;
    }

    .ab2-top1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab3-box {
        flex-direction: column;
    }

    .ab3-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab3-2 {
        width: 100%;
    }

    .ab3-2l {
        margin-bottom: 20px;
    }

    .ab4-l {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .ab1-lfh {
        margin-bottom: 18px;
    }

    .ab1-lfp {
        margin-bottom: 30px;
    }

    .ab1-lfu {
        flex-wrap: wrap;
    }

    .ab1-lfl {
        width: 50%;
        margin-bottom: 10px;
        padding-right: 4px;
    }

    .ab1-lfl1 {
        margin-bottom: 8px;
    }

    .ab1-box {
        padding-bottom: 50px;
    }

    .ab2 {
        padding: 30px 0;
    }

    .ab2-box {
        padding: 10px 0;
    }

    .ab2-h {
        margin-bottom: 16px;
    }

    .ab2-top2 .swiper-button-prev {
        margin-right: 8px !important;
    }

    .ab2-top {
        margin-bottom: 30px;
    }

    .ab3-box {
        padding-top: 40px;
    }

    .ab3-1te p {
        font-size: var(--zj-so3lnum);
    }

    .ab3-2l {
        width: 100%;
    }

    .ab4-box {
        padding-top: 30px;
    }

    .ab5-h {
        margin-bottom: 18px !important;
    }

    .ab4-lh {
        margin-bottom: 20px;
    }

    .ab5 {
        padding-top: 30px;
    }
}

/* -------------------------------------------- */
/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 42.9%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 42.9%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e63d';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {}

@media (max-width: 1199.2px) {}

@media (max-width: 991px) {
    .banner .item a {
        padding-bottom: 78%;
    }

    .banner-video-box {
        padding-bottom: 78%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 118%;
    }

    .banner-video-box {
        padding-bottom: 118%;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 8px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    overflow: hidden;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 48px !important;
    width: var(--w);
    height: 4px;
    /* border-radius: 50px; */
    /* border: 1px solid #D9D9D9; */
    background: rgba(0, 153, 139, 0.2);
    display: block;
    /* margin: 0 8px; */
    position: relative;
    border-radius: 6px;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 8px;
    width: 100%;
    height: 100%;
    /* border-radius: 50px; */
    background: rgba(0, 153, 139, 1);
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 6px;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

/* banner-end */

/* banner-text */
.ban-te {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    padding-bottom: 0 !important;
    display: flex;
    justify-content: flex-end;
    display: none !important;
}

.ban-tesa {
    width: 50%;
    flex: 0 0 auto;
}

/*  */
.ban-te1 {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.ban-te1u {
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.ban-te1l {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #FFF;
    margin-left: -12px;
}

.ban-te1l:nth-child(1) {
    position: relative;
    z-index: 8;
}

.ban-te1l:nth-child(2) {
    position: relative;
    z-index: 9;
}

.ban-te1l:nth-child(3) {
    position: relative;
    z-index: 10;
}

.ban-te1l:nth-child(4) {
    position: relative;
    z-index: 11;
}

.ban-te1l:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    position: relative;
    z-index: 12;
}

.so2-2fly2lp i {
    color: #FFF;
    font-size: 14px;
}

.ban-te1p {
    margin-left: 16px;
}

.ban-te1p p {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

/*  */
.ban-te2 {
    margin-bottom: 40px;
}

.ban-te2 p {
    color: #222;
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2h) * 1);
}

.ban-te2 p span {
    color: #00998B;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-news-h) * 1);
}

.ban-te3 {
    margin-bottom: 105px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ban-te3 p {
    color: #444;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ban-btn {
    border-radius: 48px;
    background: #00998B;
    padding: 18px 36px;
    overflow: hidden;
    position: relative;
}

.ban-btn::after,
.ban-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ban-btn::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.ban-btn:hover:before,
.ban-btn:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ban-btn p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

/* ind-office */
.ind-office {
    padding-top: 120px;
}

.so1 {
    position: relative;
}

.so1-1 {
    margin-bottom: 88px;
    position: relative;
    z-index: 12;
}

.so1-1h {
    margin-bottom: 40px;
}

.so1-1h p {
    color: #222;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    max-width: 810px;
}

.so1-1p {
    margin-bottom: 48px;
}

.so1-1p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 530px;
}

.so1-1btn {
    display: flex;
    align-items: center;
}

.so1-1more {
    display: block;
    border-radius: 48px;
    border: 1px solid rgba(0, 153, 139, 0.5);
    padding: 14px 40px;
    margin-right: 16px;
    transition: all 0.5s ease;
}

.so1-1more:hover {
    background: #00998B;
    border: 1px solid #00998B;
}

.so1-1more span {
    color: #00998B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.so1-1more:hover span {
    color: #FFF;
}

.so1-1video {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 52px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #00998B;
}

.so1-1video:hover {
    animation: video 1s ease-in-out;
    animation-iteration-count: 1;
}

.so1-1video i {
    font-size: 14px;
    color: #FFF;
}

/*  */
.so1-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    position: relative;
    z-index: 12;
}

.so1-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.so1-lbox {
    border-radius: 16px;
    border: 2px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    padding: 48px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.so1-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(249deg, rgba(255, 255, 255, 0.50) 0%, rgba(229, 229, 229, 0.50) 25%, rgba(255, 255, 255, 0.50) 50%, rgba(229, 229, 229, 0.50) 75%, rgba(255, 255, 255, 0.50) 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.so1-lbox:hover:after {
    opacity: 1;
}

.so1-lnum {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
    position: relative;
    z-index: 12;
}

.so1-lnum p {
    color: #222;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-right: 16px;
}

.so1-lnum span {
    color: #00998B;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.so1-lp {
    position: relative;
    z-index: 12;
}

.so1-lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.so1bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
}

.so1bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
}

/*  */
.so2 {
    width: calc(100% - 60px);
    margin: auto;
}

.so2-sw {
    padding-top: 370px;
}

#so2-sw {
    height: 620px;
}

#so2-sw .swiper-slide {
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.10));
}

.so2-swbox {
    display: flex;
    border-radius: 16px;
    background: #F5F5F5;
    overflow: hidden;
    position: relative;
}

.so2-swbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    z-index: 12;
    transition: all 0.5s ease;
}

.swiper-slide-active .so2-swbox::after {
    opacity: 0;
}

.so2-sw1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 12px;
}

.so2-swh 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: 100%;
    text-transform: uppercase;
}

.so2-swi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.so2-swi i {
    font-size: 24px;
    color: rgba(0, 153, 139, 1);
}

.so2-swp {
    margin-bottom: 148px;
}

.so2-swp p {
    color: #444;
    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);
    max-width: 610px;
}

.so2-swnum {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2-swnum 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: 100%;
    text-transform: uppercase;
}

/*  */
.so2-sw2 {
    width: 50%;
}

.so2-sw2 .img-box {
    padding-bottom: 67%;
}

/* ind-best so3 */
.ind-best {
    background: #FFF;
    position: relative;
    z-index: 10;
}

.so3 {
    padding: 120px 0 120px;
}

.so3-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so3-1h {
    margin-bottom: 24px;
}

.so3-1h p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.so3-1p 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);
    max-width: 810px;
}

.so3-2 {
    display: flex;
    align-items: center;
}

.so3-2>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
    --w: 52px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(0, 153, 139, 0.5);
    border-radius: 50%;
    transition: all 0.5s ease;
    pointer-events: auto !important;
}

.so3-2>div:hover {
    background: #00998B;
    border: 1px solid rgba(0, 153, 139, 1);
}

.so3-2>div::after {
    font-size: 16px;
    color: rgba(0, 153, 139, 1);
}

.so3-2>div:hover:after {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.so3-2 .swiper-button-next {
    margin-left: 16px !important;
}

/*  */
.so3-sw .pro2-limg {
    border-radius: 16px;
    border: 1px solid #CCC;
}

#so3-sw {
    overflow: hidden;
}

/* ind-news so4 */
.so4 {
    padding: 120px 0 130px;
}

.so4-h {
    margin-bottom: 60px;
}

.so4-h p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.so4-u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.so4-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
}

.so4-lbox {
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;
    padding: 10px 10px 30px;
}

.so4-limg {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.so4-limg .img-box {
    padding-bottom: 68%;
}

.so4-limg .img-box img {
    transition: all 0.5s ease;
}

.so4-lbox:hover .so4-limg .img-box img {
    transform: scale(1.08);
}

.so4-lnum {
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 40px;
    background: #FFF;
    padding: 10px 16px;
    z-index: 12;
    display: flex;
    align-items: baseline;
}

.so4-lnum i {
    margin-right: 8px;
    font-size: 14px;
    color: rgba(0, 153, 139, 1);
}

.so4-lnum p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.so4-lte {
    padding: 0 20px;
}

.so4-lte1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so4-lte1 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.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-lte1 i {
    flex: 0 0 auto;
    --w: 52px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #CCC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
    margin-left: 60px;
    transition: all 0.5s ease;
}

.so4-lbox:hover .so4-lte1 i {
    background: #00998B;
    border: 1px solid #00998B;
    color: #FFF;
}

.so4-lte2 {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #D9D9D9;
}

.so4-lte2 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;
}

/* ind-word so5 */
.ind-word {
    margin-top: 120px;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 100%);
}

.so5 {
    padding-bottom: 140px;
}

.so5-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.so5-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: 100%;
    max-width: 1090px;
}

/*  */
.so2-2sw {
    padding: 0 37.5%;
}

#so2-2sw .swiper-wrapper {
    align-items: flex-start;
}

#so2-2sw .swiper-slide {
    opacity: 0;
    transition: all 0.5s ease;
    padding-top: 80px;
}

#so2-2sw .swiper-slide-active,
#so2-2sw .swiper-slide-prev,
#so2-2sw .swiper-slide-next {
    opacity: 1;
}

.so5-swbox {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.05);
    padding: 60px 12px;
    transition: all 0.5s ease;
}


#so2-2sw .swiper-slide-active .so5-swbox {
    transform: translateY(-65px);
}

.so5-swimg {
    max-width: 80px;
    margin: auto;
    margin-bottom: 24px;
}

.so5-swh {
    margin-bottom: 16px;
}

.so5-swh p {
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.so5-swsmh {
    margin-bottom: 80px;
}

.so5-swsmh p {
    color: #444;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.so5-swi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.so5-swi i {
    color: rgba(255, 191, 0, 1);
    font-size: 16px;
    line-height: normal;
    margin: 0 4px;
}

.so5-swi p {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-left: 8px;
}

.so5-swp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so5-swp p {
    color: #444;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 330px;
}

/*  */
.so2-2swpag .swiper-pagination {
    position: relative;
    left: 0;
    top: -22px;
    right: 0;
    bottom: 0;
}

.so2-2swpag .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 153, 139, 0.5);
    opacity: 1 !important;
    transition: all 0.5s ease;
    border-radius: 16px;
}

.so2-2swpag .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(0, 153, 139, 1);
    width: 40px;
}

.so2-2swch {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(20px);
}

.so2-2swch>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    margin: 0 8px !important;
    opacity: 1 !important;
    --w: 52px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(0, 153, 139, 0.5);
    border-radius: 50%;
    transition: all 0.5s ease;
    pointer-events: auto !important;
}

.so2-2swch>div:hover {
    background: #00998B;
    border: 1px solid rgba(0, 153, 139, 1);
}

.so2-2swch>div::after {
    font-size: 16px;
    color: rgba(0, 153, 139, 1);
}

.so2-2swch>div:hover:after {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

/* ind-cus so6 */
.ind-cus {
    width: calc(100% - 20px);
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.ind-cus>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.so6 {
    padding: 138px 0;
    position: relative;
    z-index: 12;
}

.so6-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.so6-h p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    max-width: 810px;
}

.so6-p {
    margin-bottom: 60px;
}

.so6-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: 100%;
}

.so6-a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so6-a p {
    border-radius: 48px;
    background: #FFF;
    color: #222;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    padding: 18px 38px;
    transition: all 0.5s ease;
}

.so6-a:hover p {
    background: #00998B;
    color: #FFF;
}

@media (max-width: 1536px) {
    .ban-te1 {
        margin-bottom: 16px;
    }

    .ban-te2 {
        margin-bottom: 20px;
    }

    .ban-te3 {
        margin-bottom: 45px;
    }

    .banner-chan {
        bottom: 20px;
    }
}

@media (max-width: 768px) {
    .ban-tesa {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ban-te3 {
        margin-bottom: 20px;
    }

    .ban-te1l {
        --w: 36px;
    }

    .ban-btn {
        padding: 12px 22px;
    }
}

/*  */
@media (max-width: 1536px) {
    .ind-office {
        padding-top: 70px;
    }

    .so1-lbox {
        padding: 24px;
    }

    #so2-sw {
        height: 516px;
    }

    .so2-sw {
        padding-top: 320px;
    }

    .so2-swp {
        margin-bottom: 48px;
    }

    .so3 {
        padding: 60px 0 60px;
    }

    .so4-lte1 i {
        --w: 36px;
        margin-left: 30px;
    }
}

@media (max-width: 992px) {
    .so1bg {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

    .so1-u {
        margin-bottom: 20px;
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so1-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        width: 50%;
        margin-bottom: 14px;
    }

    .so2-swbox {
        flex-direction: column;
    }

    .so2-sw1 {
        width: 100%;
    }

    .so2-sw2 {
        width: 100%;
    }

    #so2-sw {
        height: 716px;
    }

    .so3-2>div {
        --w: 40px;
    }

    .so3-top {
        flex-direction: column;
    }

    .so3-1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .so6 {
        padding: 100px 0;
        position: relative;
        z-index: 12;
    }

    .so2-2swch>div {
        --w: 38px;
    }

    .so2-2sw {
        padding: 0 32.5%;
    }
}

@media (max-width: 768px) {
    .so4-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2-2sw {
        padding: 0 19.5%;
    }
}

@media (max-width: 499px) {
    .so1-l {
        width: 100%;
    }

    .ind-office {
        padding-top: 30px;
    }

    .so1-1h {
        margin-bottom: 20px;
    }

    .so1-1p {
        margin-bottom: 28px;
    }

    .so1-1video {
        --w: 40px;
    }

    .so1-1more {
        padding: 8px 22px;
        margin-right: 12px;
    }

    .so1-1 {
        margin-bottom: 44px;
    }

    .so1-lbox {
        padding: 12px;
    }

    .so2 {
        width: calc(100% - 20px);
    }

    .so2-swh {
        margin-bottom: 30px;
    }

    .so2-swi {
        margin-bottom: 8px;
    }

    .so2-swi i {
        font-size: 16px;
    }

    .so2-swp {
        margin-bottom: 24px;
    }

    .so2-sw1 {
        padding: 16px 12px;
    }

    #so2-sw {
        height: 542px;
    }

    .so3 {
        padding: 30px 0 30px;
    }

    .so2-sw {
        padding-top: 254px;
    }

    .so3-1h {
        margin-bottom: 18px;
    }

    .so3-top {
        margin-bottom: 30px;
    }

    .so4 {
        padding: 30px 0 30px;
    }

    .so4-h {
        margin-bottom: 30px;
    }

    .so4-lte {
        padding: 0 10px;
    }

    .so4-lte2 {
        padding-top: 12px;
        margin-top: 12px;
    }

    .so4-limg {
        margin-bottom: 20px;
    }

    .so4-lbox {
        padding: 10px 10px 20px;
    }

    .ind-word {
        margin-top: 40px;
    }

    .so5-h {
        margin-bottom: 30px;
    }

    #so2-2sw .swiper-slide-active .so5-swbox {
        transform: translateY(0);
    }

    .so2-2sw {
        padding: 0 4%;
    }

    #so2-2sw .swiper-slide {
        padding-top: 0;
    }

    .so5-swbox {
        padding: 20px 12px;
    }

    .so5-swimg {
        max-width: 70px;
        margin: auto;
        margin-bottom: 12px;
    }

    .so5-swsmh {
        margin-bottom: 40px;
    }

    .so2-2swpag .swiper-pagination {
        top: 0;
    }

    .so5 {
        padding-bottom: 40px;
    }

    .so6 {
        padding: 40px 0;
    }

    .so6-p {
        margin-bottom: 30px;
    }

    .so6-a p {
        padding: 14px 38px;
    }
}

.con2-2labox {
    display: flex;
}

.con2-2labox>div {
    margin-right: 20px;
}

.con2-2labox>div:last-child {
    margin-right: 0;
}

.con2-2labox>div p {
    color: #444;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
}

@media (max-width: 642px) {
    .con2-2labox {
        flex-direction: column;
    }

    .con2-2labox>div {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }

    .con2-2labox>div:last-child {
        margin-bottom: 0;
    }
}

.con2-2lh .con2-2la span {
    font-weight: 600;
    margin-left: 8px;
    /* margin-top: 12px; */
    transform: translateY(3px);
    display: block;
}