#ven {
    transition: all 0.5s ease;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.ventricle {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

/* header-top */
.hea-top {
    background: #403810;
}

.hea-topbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.hea-top1 {
    flex: 0 0 auto;
}

.hea-topu {
    display: flex;
    align-items: center;
}

.hea-topl {
    margin-right: 24px;
}

.hea-topl:last-child {
    margin-right: 0;
}

.hea-topla {
    display: flex;
    align-items: center;
}

.hea-topla i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

.hea-topla span {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2cona);
    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);
}

.hea-topla:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.hea-topcen {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hea-topcen p {
    color: #FFF;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

/*  */
.hea-top2 {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

/*  */
.ven-langu {
    display: flex;
    align-items: center;
}

.ven-langl>a {
    margin-left: 12px;
    display: block;
    transition: all 0.5s ease;
}

.ven-langl:first-child>a {
    margin-left: 0;
}

.ven-langl>a:hover {
    transform: translateY(-4px);
}

.ven-langl>a img {
    width: 20px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* top-lang */
.lang-head {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
}

.lang-headbox {
    display: flex;
    align-items: center;
}

.lang-headbox img {
    width: 16px;
}

.lang-headbox p {
    margin: 0 10px 0 8px;
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.lang-headbox i {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.drop-select ul {
    font-size: 0;
    position: absolute;
    z-index: 6;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* display: none; */
    width: 500px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}


.lang-head:hover .drop-select ul {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .drop-select ul {
        right: -40px;
        width: 300px;
    }
}

.drop-select ul li {
    font-size: 16px;

    display: inline-block;

    width: 33.333%;

    vertical-align: top;
}

@media (max-width: 767px) {
    .drop-select ul li {
        font-size: 14px;

        width: 50%;
    }
}

.drop-select ul li a {
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1536px) {
    .drop-select ul {
        left: -166%;
    }
}

@media (max-width: 767px) {
    .drop-select ul li a {
        line-height: 24px;
    }
}

@media (max-width: 499px) {
    .drop-select ul {
        left: -70%;
        top: 114%;
    }
}

.drop-select ul li a img {
    display: block;

    width: 30px;
    margin-right: 10px;
}

.drop-select ul li:hover a {
    background-color: #eee;
}

@media (max-width: 1700px) {
    .hea-topcen {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        padding: 0 12px;
    }
}

@media (max-width: 1199.9px) {
    .hea-topcen {
        display: none;
    }
}

@media (max-width: 642px) {
    .hea-topl {
        margin-right: 10px !important;
    }

    .hea-topla i {
        margin-right: 0;
    }

    .hea-topla span {
        display: none;
    }
}

/* end */

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 10px 0;
    position: relative;
}

.ven1-loim img {
    width: 55px;
    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: 2.93vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 11.56vw;
}

.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: 'Red Hat Display';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;

    --size: 1.5px;
    --color: #807540;
    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: #807540;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #807540;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-la>i {
    font-size: 12px;
    color: rgba(34, 34, 34, 1);
    margin-left: 8px;
}

.ven2-la:hover>i {
    color: #807540;
}

.ven2-l.on .ven2-la>i {
    color: #807540;
}

/* ven-inqury */
.ven-inqury>a {
    display: flex;
    align-items: center;
}

.ven-inqury>a i {
    font-size: 16px;
    margin-right: 10px;
    color: rgba(255, 255, 255, 1);
}

.ven-inqury>a p {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

/*  */
.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    background: #807540;
    padding: 12px 27px;
}

.vensesv i {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.vensesv p {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    margin-left: 12px;
}

/*  */
.ven2-line {
    width: 1px;
    height: 12px;
    margin: 0 22px;
}

@media (max-width: 1536px) {

    .hea-topl {
        margin-right: 20px;
    }

    /*  */
    .ven1-loim img {
        width: 42px;
    }

    .ven2-l {
        margin-right: 2.14vw;
    }

    .ven2-l:last-child {
        margin-right: 8vw;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv {
        padding: 10px 18px;
    }
}

@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) {
    .hea-top {
        padding: 4px 0;
    }

    .ven-langl>a {
        margin-left: 8px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .lang-head {
        padding: 5px 0;
    }

    .ven1-loim img {
        width: 40px;
    }

    .lang-headbox p {
        margin: 0 7px 0 4px;
    }

    .ven-inqury>a i {
        margin-right: 6px;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .vensesv {
        padding: 7px 11px;
    }

    .vensesv p {
        margin-left: 6px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 220%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #222;
    font-size: var(--zj-subnav);
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #807540;
    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: #807540;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Archivo';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #222;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #807540;
    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: #807540;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 30px;
    top: 214%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #FFF;
    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: 4px 14px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-family: 'Inter Tight';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        /* top: 246%; */
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 212%;
    }

    .ven-sehinp>i {
        color: #222;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 240%;
        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: #222;
    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: #222;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #222;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #222;
    transition: all .5s;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 126px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #222;
    font-family: 'Red Hat Display';
    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: #807540;
}

.xiantiao>a {
    color: #807540;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #222;
    font-family: 'Red Hat Display';
    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: #807540;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 110px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 300px;
    }

    /*  */
    .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: 150px;
    }
}

/*  */
.sub-nav .sub-navbox {
    border-radius: 8px;
    background: #1A3C80;
    margin-bottom: 16px;
    padding: 15px 24px;
}

.sub-nav .breadcrumb-item::before,
.sub-nav .breadcrumb-item a span {
    color: #FFF;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.25);
}

.sub-nav .breadcrumb-item i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-right: 12px;
}

@media (max-width: 1536px) {
    .sub-nav .sub-navbox {
        padding: 10px 10px;
    }

    .sub-nav .breadcrumb-item i {
        margin-right: 6px;
    }
}

@media (max-width: 499px) {
    .sub-nav {
        display: none;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --w: 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-pagel a:hover {
    background: #807540;
    color: #FFF;
}

.sub-pagel.on a {
    background: #807540;
    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"] {
    padding-top: 144px;
}

[data-sub-padding="100"] {
    padding: 100px 0 100px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

/*  */
[data-sub-pad88="148"] {
    padding: 88px 0 148px;
}

[data-sub-pad88="136"] {
    padding: 88px 0 136px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        padding-top: 126px;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }

    [data-sub-pad88="148"] {
        padding: 66px 0 108px;
    }

    [data-sub-pad88="136"] {
        padding: 66px 0 108px;
    }
}

@media (max-width: 992px) {
    [data-sub-pad88="148"] {
        padding: 46px 0 62px;
    }

    [data-sub-pad88="136"] {
        padding: 46px 0 62px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        padding-top: 110px;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    [data-sub-pad88="148"] {
        padding: 30px 0 40px;
    }

    [data-sub-pad88="136"] {
        padding: 30px 0 40px;
    }
}

/*  */
.subnav {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 12;
}

.subnav i {
    font-size: 16px;
    color: #FFF;
    margin-right: 10px;
    line-height: normal;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
}

/* contact */
.con-box {
    padding: 120px 0;
}

.conbg {
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conbg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.50) 50%, rgba(0, 0, 0, 0.80) 100%);
}

.con1,
.con2 {
    position: relative;
    z-index: 12;
}

.con1 {
    width: calc(100% - 49.4% - 130px);
    flex: 0 0 auto;
}

.con1-h {
    margin-bottom: 30px;
}

.con1-h h2 {
    color: #FFF;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: calc((var(--zj-so1top1) - 4px) * 1.25);
    text-transform: uppercase;
}

.con1-p p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con1-line {
    opacity: 0.5;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    width: 100%;
    height: 1px;
    margin: 48px 0;
}

.con-1l {
    display: flex;
    margin-bottom: 34px;
}

.con-1l:last-child {
    margin-bottom: 0;
}

.con-1l1 i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-right: 12px;
}

.con-1lh {
    margin-bottom: 8px;
}

.con-1lh p {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-top: 3px;
}

.con-1la {
    max-width: 382px;
    display: block;
}

.con-1la span {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1.5px;
    --color: #807540;
    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.con-1la:hover span {
    color: #807540;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con2 {
    width: 49.4%;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    padding: 40px;
}

.con2-h {
    margin-bottom: 30px;
}

.con2-h h2 {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 1.26rem);
    margin-left: calc(-.5 * 1.26rem);
}

.con2-fol {
    margin-bottom: 30px;
    padding-right: calc(1.26rem * .5);
    padding-left: calc(1.26rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 24px;
}

.con2-fol p {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px;
}

.con2-fol input,
.con2-fol textarea {
    color: #666;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;

    width: 100%;
    border: 1px solid #D9D9D9;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 12px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #807540;
}

.con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.con2-fol input::-moz-placeholder {
    color: #666;
}

.con2-fol input::-ms-input-placeholder {
    color: #666;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.con2-fol textarea::-moz-placeholder {
    color: #666;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

.con2-fobt {
    display: flex;
    align-self: center;
}

.con2-fobt button {
    position: relative;
    overflow: hidden;
    background: #807540;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    border-radius: 0;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con2-fobt button:hover:before,
.con2-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button span {
    color: #FFF;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.con2-fobt button i {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    margin-right: 8px;
    display: block;
    line-height: normal;
    transition: all 0.5s ease;
}

.con2-fobt button:hover i {
    transform: translateX(2px);
}

@media (max-width: 1536px) {
    .con-box {
        padding: 60px 0;
    }

    .conbg {
        padding: 20px;
    }

    .con1-h {
        margin-bottom: 20px;
    }

    .con1-line {
        margin: 24px 0;
    }

    .con-1l {
        margin-bottom: 24px;
    }

    .con2 {
        padding: 20px;
    }

    .con2-h {
        margin-bottom: 20px;
    }

    .con2-fol {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .conbg {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 40px 0;
    }

    .conbg {
        padding: 12px;
    }

    .con2 {
        padding: 12px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 8px 12px;
    }
}

/* footer */
#footer {
    background: #262400;
}

.ft1 {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}

/*  */

.ft1-1img {
    display: block;
    width: max-content;
    margin-bottom: 40px;
}

.ft1-1img img {
    width: 55px;
}

.ft1-1l {
    display: flex;
    margin-bottom: 16px;
}

.ft1-1l:last-child {
    margin-bottom: 0;
}

.ft1-1l1 i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-right: 12px;
}

.ft1-1la {
    max-width: 332px;
    display: block;
}

.ft1-1la span {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1.5px;
    --color: #807540;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft1-1la:hover span {
    color: #807540;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-2 {
    width: 68%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    justify-content: space-between;
}

.ft1-2lh {
    margin-bottom: 24px;
}

.ft1-2lh p {
    color: #FFF;
    font-family: 'Oswald';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.ft1-2la {
    display: block;
    margin-bottom: 8px;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la span {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1.5px;
    --color: #807540;
    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: #807540;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-2lp p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.ft1-2l .con2-fo {
    margin-top: 40px;
}

.ft1-2l .con2-fol:last-child {
    margin-bottom: 20px;
}

/*  */
.ft-share {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.ft-share>a {
    display: block;
    margin-right: 24px;
}

.ft-share>a:last-child {
    margin-right: 0;
}

.ft-share>a i {
    font-size: 20px;
    line-height: normal;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.ft-share>a:hover i {
    color: #FFF;
}

/*  */
.ft3 {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid rgba(217, 217, 217, 0.3);
}

.ft3box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1124px;
    margin: auto;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 4px;
}

.ft3-1copy span {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.ft3-1pow {
    margin-right: 12px;
    margin-left: 10px;
}

.ft3-1pow span {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #807540;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: #807540;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.60);
    margin: 0 16px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #807540;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: #807540;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 60px 0;
    }

    .ft1-2l:nth-child(3) {
        width: 40%;
    }

    .ft3 {
        padding: 10px 0;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        margin-bottom: 49px;
    }

    .ft3box {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1pow {
        margin-right: 0;
        margin-left: 0;
    }

    .ft3-2>span {
        margin: 0 8px 0;
    }
}

@media (max-width: 992px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        margin-bottom: 30px;
    }

    .ft1-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .ft1-2l:nth-child(1),
    .ft1-2l:nth-child(2) {
        display: none;
    }

    .ft1-2l:nth-child(3) {
        width: 100%;
    }

    .ft1-2lh {
        margin-bottom: 12px;
    }

    .ft1-2l .con2-fo {
        margin-top: 20px;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 40px 0 30px;
    }

    .ft1-1img {
        margin-bottom: 20px;
    }

    .con2-fobt button {
        padding: 10px 12px
    }

    .ft-share {
        margin-top: 20px;
    }

    .ft-share>a {
        margin-right: 12px;
    }
}

/* news */
.news {
    position: relative;
}

.sub-bigbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.sub-bigbg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ne-u {
    margin-top: 48px;
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
    margin-bottom: 26px;
}

.ne-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 38px;
}

.ne-lbox {
    display: block;
    background: #FFF;
    height: 100%;
}

.ne-limg .img-box {
    padding-bottom: 66%;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    padding: 40px;
}

.ne-lh {
    padding-bottom: 4px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lh span {
    color: #222;
    font-family: 'Red Hat Display';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-con2la) * 1.25);
    --size: 2px;
    --color: #807540;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-lbox:hover .ne-lh span {
    color: #807540;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lp {
    margin-bottom: 30px;
}

.ne-lp p {
    color: #444;
    font-family: 'Red Hat Display';
    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;
}

.ne-lnum {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne-lnum1 {
    display: flex;
    align-items: center;
}

.ne-lnum1 p:nth-child(1) {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
    margin-right: 12px;
}

.ne-lnum1 p span {
    color: #444;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    display: block;
}

.ne-lnum1 p span:nth-child(1) {
    margin-bottom: 8px;
}

.ne-lnum2 i {
    font-size: 52px;
    line-height: normal;
    color: rgba(153, 153, 153, 1);
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lnum2 i {
    color: rgba(128, 117, 64, 1);
}

@media (max-width: 1536px) {
    .ne-u {
        margin-top: 24px;
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ne-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 18px;
    }

    .ne-lte {
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }

    .ne-lnum2 i {
        font-size: 38px;
    }
}

@media (max-width: 499px) {
    .ne-l {
        width: 100%;
    }
}

/* faq */
/*  */
.faq {
    position: relative;
}

.faq-box {
    position: relative;
    z-index: 12;
}

.faq-u {
    padding-bottom: 44px;
}

.faq-l {
    margin-bottom: 16px;
}

.faq-la {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(15px);
    transition: all 0.5s ease;
    padding: 26px 30px 0;
}

.faq-la:hover {
    background: #FFF;
}

.faq-l.on .faq-la {
    background: #FFF;
}


.faq-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 26px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.faq-l1h {
    display: flex;
    align-items: center;
}

.faq-l1h p {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-con2la) * 1.25);
    transition: all 0.5s ease;
}

.faq-la:hover .faq-l1h p {
    color: #222;
}

.faq-l.on .faq-l1h p {
    color: #222;
}

.faq-l1i {
    position: relative;
}

.faq-l1i i {
    color: rgba(153, 153, 153, 1);
    font-size: 20px;
    transition: all 0.5s ease;
    display: block;
    width: 44px;
    height: 44px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-l1i i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.faq-la:hover .faq-l1i i {
    color: rgba(153, 153, 153, 1);
}


.faq-l.on .faq-l1i i {
    color: rgba(153, 153, 153, 1);
}

.faq-l.on .faq-l1i i:nth-child(1) {
    opacity: 0;
}

.faq-l.on .faq-l1i i:nth-child(2) {
    opacity: 1;
}

.faq-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.faq-l.on .faq-l2 {
    max-height: 1640px;
    opacity: 1;
}

.faq-l2p {
    padding-top: 24px;
    padding-bottom: 40px;
    max-width: 1240px;
    border-top: 1px solid;
    border-image: linear-gradient(90deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%) 1;
}

.faq-l2p p {
    color: #444;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */

}

.faq-u {
    margin-top: 48px;
}

@media (max-width: 1536px) {
    .faq-u {
        margin-top: 24px;
    }

    .faq-la {
        padding: 16px 30px 0;
    }

    .faq-l1 {
        padding-bottom: 16px;
    }
}

@media (max-width: 499px) {
    .faq-la {
        padding: 16px 14px 0;
    }

    .faq-u {
        padding-bottom: 24px;
    }

    .faq-l {
        margin-bottom: 8px;
    }

    .faq-l1i i {
        width: 34px;
        height: 34px;
    }
}

/* 服务 */
.ser {
    position: relative;
    overflow: hidden;
}

.ser-box {
    position: relative;
    z-index: 12;
}

.ser1 {
    padding: 100px 0 36px;
}

.ser1-h {
    margin-bottom: 48px;
}

.ser1-h p {
    color: #FFF;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: calc((var(--zj-so1top1) - 4px) * 1.25);
    text-transform: uppercase;
    text-align: center;
}

.ser1-u {
    margin-right: calc(-.5 * 0.62rem);
    margin-left: calc(-.5 * 0.62rem);
}

.ser1-l {
    padding-right: calc(0.62rem * .5);
    padding-left: calc(0.62rem * .5);
    margin-bottom: 30px;
}

.ser1-lbox {
    cursor: pointer;
    background: #FFF;
    transition: all 0.5s ease;
}

.ser1-lbox:hover {
    background: #807540;
}

.ser1-lbox .img-box {
    padding-bottom: 76%;
}

.ser1-l:nth-child(1) .ser1-lbox .img-box,
.ser1-l:nth-child(2) .ser1-lbox .img-box,
.ser1-l:nth-child(3) .ser1-lbox .img-box {
    padding-bottom: 56%;
}

.ser1-lbox .img-box img {
    transition: all 0.5s ease;
}

.ser1-lbox:hover .img-box img {
    transform: scale(1.08);
}

.ser1-lp {
    padding: 16px;
}

.ser1-lp p {
    color: #222;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ser1-lbox:hover .ser1-lp p {
    color: #FFF;
}

.ser2 {
    background: #393711;
}

.ser2-box {
    display: flex;
    justify-content: space-between;
}

.ser2-1 {
    width: calc(44% - 140px);
    flex: 0 0 auto;
    padding: 60px 0 6px 0;
}

.ser2-1h {
    margin-bottom: 30px;
}

.ser2-1h p {
    color: #FFF;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
}

.ser2-1p {
    margin-bottom: 82px;
}

.ser2-1p p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ser2-1u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.ser2-1l {
    margin-bottom: 46px;
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.ser2-1lbox {
    background: #FFF;
    padding: 14px 26px;
    height: 100%;
}

.ser2-1li {
    margin-bottom: 30px;
}

.ser2-1li i {
    font-size: 32px;
    color: rgba(68, 68, 68, 1);
}

.ser2-1lp p {
    color: #222;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

/*  */
.ser2-2 {
    width: 56%;
    flex: 0 0 auto;
}

.ser2-2img {
    height: 100%;
}

.ser2-2img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {
    .ser1 {
        padding: 70px 0 36px;
    }

    .ser2-1 {
        width: calc(44% - 40px);
    }

    .ser2-1u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ser2-1l {
        margin-bottom: 26px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .ser2-1lbox {
        padding: 14px 16px;
    }
}

@media (max-width: 992px) {
    .ser1-l {
        width: 50%;
    }

    .ser1-lbox .img-box {
        padding-bottom: 76% !important;
    }

    .ser2-box {
        flex-direction: column;
    }

    .ser2-1 {
        width: 100%;
    }

    .ser2-2 {
        width: 100%;
    }

    .ser2-2img img {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ser1-lp {
        padding: 8px;
    }

    .ser1-l {
        margin-bottom: 10px;
    }

    .ser1 {
        padding: 40px 0 26px;
    }

    .ser1-h {
        margin-bottom: 24px;
    }

    .ser2-1 {
        padding: 40px 0 6px 0;
    }

    .ser2-1h {
        margin-bottom: 16px;
    }

    .ser2-1p {
        margin-bottom: 42px;
    }

    .ser2-1l {
        width: 100%;
        margin-bottom: 14px;
    }
}

/* about */
.ab1 {
    overflow: hidden;
}

.ab1-box {
    padding: 110px 0 0;
}

.ab1-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ab1-1 {
    width: calc(100% - 53.24% - 90px);
    flex: 0 0 auto;
}

.ab1-h {
    margin-bottom: 32px !important;
}

.ab1-h h2 {
    color: #FFF;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
}

.ab1-p {
    max-width: 760px;
}

.ab1-p p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab1-2 {
    width: 53.24%;
    flex: 0 0 auto;
    position: relative;
}

.ab1-2 .img-box {
    padding-bottom: 58%;
}

.ab1-2 .img-box img {
    transition: all 0.5s ease;
}

.ab1-2:hover .img-box img {
    transform: scale(1.08);
}

/*  */
.ab1-ico {
    position: absolute;
    --w: 80px;
    width: var(--w);
    height: var(--w);
    background: rgba(128, 117, 64, 1);
    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: 16px;
    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(128, 117, 64, 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(128, 117, 64, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

/*  */
.ab1-3 {
    margin-top: -42px !important;
    position: relative;
    z-index: 12;
}

.ab1-3::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #353315;
    z-index: -1;
}

.ab1-3u {
    padding: 42px 0;
}

.ab1-3lnum {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
}

.ab1-3lnum p,
.ab1-3lnum span {
    color: #FFF;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.ab1-3lh p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

/*  */
.ab-end {
    overflow: hidden;
    position: relative;
}

.ab-end>img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

/* ab2 */
.ab2-box {
    padding: 120px 0;
}

.ab2-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}

.ab2-h h2 {
    color: #FFF;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
}

/*  */
.ab2-swch {
    display: flex;
    align-items: center;
}

.ab2-swch>div {
    position: relative;
    margin: 0 !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    background: #FFF;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab2-swch>div:hover {
    background: #807540;
}

.ab2-swch>.swiper-button-next {
    margin-left: 16px !important;
}

.ab2-swch>div::after {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.ab2-swch>div:hover:after {
    color: #FFF;
}

/*  */
.ab2-swbox {
    cursor: pointer;
    border-radius: 8px;
    opacity: 0.8;
    transition: all 0.5s ease;
    position: relative;
}

.swiper-slide-visible .ab2-swbox {
    opacity: 1;
}

.ab2-swbox::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(64, 62, 24, 0.8);
    z-index: 12;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.swiper-slide-visible .ab2-swbox::after {
    opacity: 0;
}

.ab2-swimg {
    border-radius: 8px;
    background: #FFF;
    padding: 10px;
    margin-bottom: 20px;
}

.ab2-swimg .img-box {
    border-radius: 8px;
}

.ab2-swimg .img-box::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(2px);
    z-index: 12;
    transition: all 0.5s ease;
}

.ab2-swbox:hover .ab2-swimg .img-box::after {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
}

.ab2-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab2-swbox:hover .ab2-swimg .img-box img {
    transform: scale(1.08);
}

.ab2-p p {
    color: #FFF;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.ab3-h {
    margin-bottom: 40px;
}

.ab3-h h2 {
    color: #FFF;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
}

.ab3-u {
    margin-right: calc(-.5 * 1.26rem);
    margin-left: calc(-.5 * 1.26rem);
}

.ab3-l {
    padding-right: calc(1.26rem * .5);
    padding-left: calc(1.26rem * .5);
    width: 20%;
    margin-bottom: 20px;
}

.ab3-lbox {
    cursor: pointer;
}

.ab3-lbox .img-box {
    padding-bottom: 56%;
}

.ab3-lbox .img-box img {
    transition: all 0.5s ease;
}

.ab3-lbox:hover .img-box img {
    transform: scale(1.08);
}

/*  */
.ab4-box {
    padding: 100px 0 48px;
}

.ab4-sw {
    padding: 0 10%;
    position: relative;
}

.ab4-swimg {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ab4-swimg .img-box {
    padding-bottom: 68%;
}

.ab4-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab4-swimg:hover .img-box img {
    transform: scale(1.08);
}

.ab4-swbg {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    background: linear-gradient(0deg, rgba(128, 117, 64, 0.80) 0%, rgba(128, 117, 64, 0.80) 100%);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab4-swimg:hover .ab4-swbg {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ab4-swbg i {
    font-size: 48px;
    color: rgba(255, 255, 255, 1);
}

.ab4-sw .swiper-button-prev,
.ab4-sw .swiper-button-next {
    opacity: 1 !important;
    background: #FFF;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab4-sw .swiper-button-prev:hover,
.ab4-sw .swiper-button-next:hover {
    background: #807540;
}

.ab4-sw .swiper-button-prev::after,
.ab4-sw .swiper-button-next::after {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.ab4-sw .swiper-button-prev:hover:after,
.ab4-sw .swiper-button-next:hover:after {
    color: #FFF;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 70px 0 0;
    }

    .ab1-1 {
        width: calc(100% - 53.24% - 30px);
    }

    .ab1-3 {
        margin-top: 40px !important;
    }

    .ab2-box {
        padding: 80px 0;
    }

    .ab4-box {
        padding: 70px 0 48px;
    }
}

@media (max-width: 992px) {
    .ab1-top {
        flex-direction: column;
    }

    .ab1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab1-2 {
        width: 100%;
    }

    .ab1-3u {
        padding: 42px 0 12px;
    }

    .ab1-3l {
        width: 50%;
        margin-bottom: 30px;
    }

    .ab2-swch>div {
        --w: 32px;
    }

    .ab3-l {
        width: 25%;
    }

    .ab4-sw .swiper-button-prev,
    .ab4-sw .swiper-button-next {
        --w: 32px;
    }
}

@media (max-width: 768px) {
    .ab3-l {
        width: 33.333%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 40px 0 0;
    }

    .ab1-h {
        margin-bottom: 16px !important;
    }

    .ab1-ico {
        --w: 60px;
    }

    .ab1-3u {
        padding: 32px 0 2px;
    }

    .ab2-box {
        padding: 40px 0;
    }

    .ab2-1 {
        margin-bottom: 24px;
    }

    .ab2-swch {
        display: none;
    }

    .ab3-l {
        width: 50%;
    }

    .ab3-h {
        margin-bottom: 20px;
    }

    .ab4-box {
        padding: 40px 0 24px;
    }
}

/*  */
/* 搜索无结果 */
.nores-h {
    margin-bottom: 10px;
}

.nores-h p {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #807540;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #FFF;
    font-family: 'Red Hat Display';
    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: #FFF;
    font-family: 'Red Hat Display';
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* products */
.product {
    position: relative;
}

.pro-box {
    position: relative;
    z-index: 12;
}

.prod-toph {
    margin: 24px 0;
}

.prod-toph h2 {
    color: #FFF;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
}

.prod-topp {
    margin-bottom: 60px;
}

.prod-topp p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 24%;
    flex: 0 0 auto;
    position: sticky;
    top: 160px;
    z-index: 12;
}

.pro1-l {
    margin-bottom: 8px;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 20px;
    position: relative;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(15px);
}

.pro1-l1a:hover {
    background: #807540;
}

.pro1-l.on .pro1-l1a {
    background: #807540;
}

.pro1-l1a span {
    color: #FFF;
    font-family: 'Oswald';
    font-size: var(--zj-ft1-1h);
    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:hover span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
    padding-right: 12px;
}

.pro1-l1ico i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l1ico i:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
}

.pro1-l.on .pro1-l1ico i:nth-child(1) {
    opacity: 0;
}

.pro1-l.on .pro1-l1ico i:nth-child(2) {
    opacity: 1;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: rgba(255, 255, 255, 0.5);
}

.pro1-l.on .pro1-l1a:hover .pro1-l1ico i {
    color: rgba(255, 255, 255, 0.5);
}

/*  */
.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;
    background: #665E33;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 16px;
}

.pro1-l2a:last-child {
    margin-bottom: 0;
}

.pro1-l2a span {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro1-l2a:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(76% - 40px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 1.26rem);
    margin-left: calc(-.5 * 1.26rem);
    margin-bottom: 24px;
}

.pro2-l {
    padding-right: calc(1.26rem * .5);
    padding-left: calc(1.26rem * .5);
    margin-bottom: 40px;
}

.pro2-limg .img-box {
    margin-bottom: 24px;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lh {
    margin-bottom: 12px;
}

.pro2-lh p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
}

.pro2-lh span {
    color: #FFF;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    --size: 2px;
    --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);
}

.pro2-lbox:hover .pro2-lh span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-lp p {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199.9px) {
    .prod-topp {
        margin-bottom: 30px;
    }

    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .prod-toph {
        margin: 16px 0;
    }

    .pro2-u {
        margin-bottom: 0;
    }
}

/* 产品详情 */
.prode {
    position: relative;
}

/* prode */
.prode-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px !important;
    position: relative;
    z-index: 12;
}

/*  */
/*  */
.prode-top {
    display: flex;
    justify-content: space-between;
}

.slider-navbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.prode-swbtn {
    display: flex;
    align-items: center;
}

.slider-navbox button {
    background: transparent;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(5, 12, 26, 0.10);
}

.slider-navbox button:hover {
    background: #807540;
}

.slider-navbox .slider-prev {
    left: 13px;
}

.slider-navbox .slider-next {
    right: 13px;
}

.slider-navbox button i {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.slider-navbox button:hover i {
    color: rgba(255, 255, 255, 1);
}

/*  */
.prode1-2 {
    width: calc(100% - 46.6% - 10px);
    flex: 0 0 auto;
    background: #FFF;
    padding: 48px;
}

.prode1-2h {
    margin-bottom: 48px;
}

.prode1-2h p {
    color: #222;
    font-family: 'Oswald';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
}

.prode1-2p {
    margin-bottom: 60px;
}

.prode1-2p p {
    color: #444;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode1-2p span {
    color: #222;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px;
    display: block;
}

.prode1-2share {
    margin-bottom: 125px;
}

.prode1-2share p {
    color: #222;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 13px;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #807540;
    transition: all 0.5s ease;
    padding: 13px 6px;
    margin-bottom: 12px;
}

.prode1-2a:last-child {
    margin-bottom: 0;
}

.prode1-2acha {
    width: 23%;
    flex: 0 0 auto;
}

.prode1-2a:hover {
    background: #807540;
    border: 1px solid #807540;
}

.prode1-2a span {
    color: #807540;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 0 6px;
    transition: all 0.5s ease;
}

.prode1-2a:hover span {
    color: #FFF;
}

.prode1-2a i {
    font-size: 16px;
    color: rgba(128, 117, 64, 1);
    margin: 0 6px;
    transition: all 0.5s ease;
}

.prode1-2a:hover i {
    color: #FFF;
}

/* 产品详情下面 */
.prode-end>div {
    margin-top: 64px;
}

.prode3h {
    margin-bottom: 32px;
}

.prode3h p {
    color: #FFF;
    font-family: 'Oswald';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-proseh) * 1.25);
}

.prode3te {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    padding: 30px;
}

/*  */
.prode4 {
    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;
    opacity: 1 !important;
}

.prode4sw-chan .swiper-button-prev {
    /* transform: rotate(90deg); */
    margin-right: 32px !important;
}

.prode4sw-chan .swiper-button-next::after,
.prode4sw-chan .swiper-button-prev::after {
    font-size: 20px;
    color: rgba(128, 117, 64, 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(255, 255, 255, 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-family: 'Red Hat Display';
    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: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.prode4-2sw2 p {
    color: #444;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}

.prode4-3h {
    margin-bottom: 24px;
}

.prode4-3h p {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.prode4-3for .con2-fol {
    margin-bottom: 20px;
}

/*  */
/* prode5 */

.prode5h {
    background: #807540;
    margin-bottom: 16px;
    padding: 14px 20px;
}

.prode5h p {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.prode5h p span {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.prode5for .con2-fou {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.prode5for .con2-fol {
    margin-bottom: 16px;
    padding-right: calc(1rem * .5);
    padding-left: calc(1rem * .5);
}

/*  */
.prode6 {
    position: relative;
}

.prode6::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #403E18;
    left: -100%;
    top: 0;
    z-index: 10;
    opacity: 0;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .prode1-2 {
        padding: 24px;
    }

    .prode1-2h {
        margin-bottom: 24px;
    }

    .prode1-2p {
        margin-bottom: 30px;
    }

    .prode1-2share {
        margin-bottom: 60px;
    }

    .prode1-2a {
        padding: 6px 6px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode4-2swa {
        padding: 12px 12px;
    }
}

@media (max-width: 499px) {
    .slider-for .item-video::before {
        --w: 60px;
    }

    .prode1-2 {
        padding: 12px;
    }

    .prode1-2share {
        margin-bottom: 30px;
    }

    .prode-end>div {
        margin-top: 32px;
    }

    .prode3h {
        margin-bottom: 16px;
    }

    .prode3te {
        padding: 15px;
    }

    .prode4-2sw1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode4-2sw1p {
        margin-bottom: 10px;
    }

}

/* -------------------------------------------- */
/* 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: '\e617';
    -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: 55%;
    }

    .banner-video-box {
        padding-bottom: 55%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 46%;
    }

    .banner-video-box {
        padding-bottom: 46%;
    }
}


@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: 30px;
    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;
    border-radius: 42px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(1px);
    padding: 8px 20px;
}

.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: 10px !important;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    /* border: 1px solid #D9D9D9; */
    background: rgba(255, 255, 255, 0.5);
    display: block;
    /* margin: 0 8px; */
    position: relative;
}

.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(255, 255, 255, 1);
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
        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 */

/* ind-about so1 */
.ind-about {
    background-position: top center;
}

.so1 {
    padding: 120px 0 0;
}

.so1-smh {
    margin-bottom: 20px;
}

.so1-smh h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.so1-h {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-h p {
    color: #FFF;
    text-align: center;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
    max-width: 1270px;
}

.so1-p {
    margin-bottom: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-p p {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    max-width: 1010px;
}

.so1-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-a {
    display: flex;
    align-items: center;
    background: #807540;
    padding: 16px 26px;
    position: relative;
    overflow: hidden;
}

.so1-a::after,
.so1-a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.so1-a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.so1-a:hover:before,
.so1-a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.so1-a p {
    color: #FFF;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 4px;
}

.so1-a i {
    color: #FFF;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so1-a:hover i {
    transform: translateX(2px);
}

.so1-u {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    padding: 48px 0;
    position: relative;
}

.so1-u::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(26, 21, 0, 0.33);
    backdrop-filter: blur(5px);
}

.so1-l {
    position: relative;
    z-index: 12;
}

.so1-u .ab1-3lnum {
    justify-content: center;
}

/* ind-pro so2 */
.so2 {
    padding: 120px 0 50px;
}

.so2-sw {
    position: relative;
    padding: 0 88px;
}

#so2-sw {
    overflow: hidden;
}

#so2-sw .swiper-button-prev,
#so2-sw .swiper-button-next {
    opacity: 1 !important;
    background: #FFF;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    top: 38%;
}

#so2-sw .swiper-button-prev {
    left: 0;
}

#so2-sw .swiper-button-next {
    right: 0;
}

#so2-sw .swiper-button-prev:hover,
#so2-sw .swiper-button-next:hover {
    background: #807540;
}

#so2-sw .swiper-button-prev::after,
#so2-sw .swiper-button-next::after {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

#so2-sw .swiper-button-prev:hover:after,
#so2-sw .swiper-button-next:hover:after {
    color: #FFF;
}

#so2-sw .swiper-scrollbar {
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
    bottom: -50px;
    left: 0;
}

#so2-sw .swiper-scrollbar .swiper-scrollbar-drag {
    background: #7F7540;
}

/* so3 */
.so3 {
    padding: 160px 0;
}

.so3-h {
    margin-bottom: 48px !important;
}

.so3-h h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
}

.so3-sw {
    padding: 0 30px;
}

#so3-sw {
    overflow: hidden;
}

#so3-sw .ab2-swbox {
    opacity: 1;
}

#so3-sw .ab2-swbox::after {
    display: none;
}

/* so4 */
.so4 {
    padding-bottom: 90px;
}

.so4-h {
    margin-bottom: 48px;
}

.so4-h h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
}

.so4 .ser1-lbox {
    background: transparent;
}

.so4 .ser1-lp {
    background: #FFF;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: -24px;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.so4 .ser1-lbox:hover .ser1-lp {
    background: rgba(57, 55, 17, 1);
}

.so5 {
    background: #393711;
}

.so5 .ser2-box {
    align-items: center;
}

.so5 .ser2-1 {
    padding: 0;
}

.so5 .ser2-1p {
    margin-bottom: 92px;
}

/*  */
.so5-btn {
    display: flex;
}

.so5-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999;
    padding: 16px 25px;
    position: relative;
    overflow: hidden;
}

.so5-a::after,
.so5-a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-25%, -190%) rotate(-30deg);
    transform: translate(-25%, -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);
}

.so5-a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.so5-a:hover:before,
.so5-a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.so5-a span {
    color: #FFF;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 4px;
    display: block;
}

.so5-a i {
    color: #FFF;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so5-a:hover i {
    transform: translateX(2px);
}

/* so6-h */
.so6 {
    padding: 120px 0;
}

.so6-h {
    margin-bottom: 24px;
}

.so6-h h2 {
    color: #FFF;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
}

.so6-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 78px;
}

.so6-p p {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    max-width: 1270px;
}

.so6-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so6-u {
    width: calc(32% - 100px);
    flex: 0 0 auto;
}

.so6-l {
    margin-bottom: 80px;
}

.so6-l:last-child {
    margin-bottom: 0;
}

.so6-li {
    margin-bottom: 24px;
}

.so6-urg .so6-li {
    display: flex;
    justify-content: flex-end;
}

.so6-li i {
    font-size: 40px;
    color: rgba(255, 255, 255, 1);
}

.so6-lh {
    margin-bottom: 16px;
}

.so6-lh p {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.so6-urg .so6-lh p {
    text-align: right;
}

.so6-lp p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}

.so6-urg .so6-lp p {
    text-align: right;
}

/*  */
.so6-endimg {
    width: 36%;
    flex: 0 0 auto;
}

.so6-img .img-box {
    padding-bottom: 74%;
}

/* ind-barreled so7 */
.so7 {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so7-1 {
    width: 58%;
    flex: 0 0 auto;
}

.so7-1sw {
    position: relative;
    padding: 0 100px;
}

#so7-sw {
    overflow: hidden;
}

.so7-swimg .img-box {
    padding-bottom: 62%;
}

/*  */
.so7-2 {
    width: calc(42% - 60px);
    flex: 0 0 auto;
}

.so7-2-h {
    margin-bottom: 64px;
}

.so7-2-h h2 {
    color: #FFF;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

#so7-sw .swiper-button-prev,
#so7-sw .swiper-button-next {
    opacity: 1 !important;
    background: #FFF;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    top: 38%;
}

#so7-sw .swiper-button-prev {
    left: 0;
}

#so7-sw .swiper-button-next {
    right: 0;
}

#so7-sw .swiper-button-prev:hover,
#so7-sw .swiper-button-next:hover {
    background: #807540;
}

#so7-sw .swiper-button-prev::after,
#so7-sw .swiper-button-next::after {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

#so7-sw .swiper-button-prev:hover:after,
#so7-sw .swiper-button-next:hover:after {
    color: #FFF;
}

/*  */
.so7-2sw {
    position: relative;
}

#so7-2sw {
    overflow: hidden;
}

.so7-2swh {
    margin-bottom: 16px;
}

.so7-2swh p {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.so7-2swp {
    margin-bottom: 82px;
}

.so7-2swp p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    min-height: calc(var(--zj-subnav) * 1.5 * 6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ind-news so8 */
.so8 {
    padding: 120px 0;
}

.so8-h {
    margin-bottom: 48px;
}

.so8-h h2 {
    color: #FFF;
    font-family: 'Oswald';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
}

/*  */
.so8-u {
    margin-right: 0;
    margin-left: 0;
}

.so8-l {
    padding-right: calc(3.75rem * .5);
    padding-left: calc(3.75rem * .5);
}

.so8-lbox {
    display: block;
}

.so8-limg {
    position: relative;
    margin-bottom: 24px;
}

.so8-limg .img-box {
    position: relative;
    padding-bottom: 66%;
}

.so8-limg .img-box img {
    transition: all 0.5s ease;
}

.so8-lbox:hover .so8-limg .img-box img {
    transform: scale(1.08);
}

.so8-lnum {
    position: absolute;
    left: -30px;
    top: 30px;
    z-index: 12;
    background: #807540;
    padding: 11px 18px;
}

.so8-lnum p {
    color: #FFF;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.so8-lh {
    margin-bottom: 16px;
}

.so8-lh p {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so8-lp {
    margin-bottom: 32px;
}

.so8-lp p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so8-lbtn {
    display: flex;
}

.so8-lbtn p {
    display: flex;
    align-items: center;
    --size: 1.5px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so8-lbox:hover .so8-lbtn p {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so8-lbtn span {
    color: #FFF;
    font-family: 'Red Hat Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.so8-lbtn i {
    font-size: 12px;
    color: #FFF;
    margin-left: 4px;
}

@media (max-width: 1536px) {
    .so1 {
        padding: 70px 0 0;
    }

    .so2 {
        padding: 70px 0 50px;
    }

    .so3 {
        padding: 80px 0;
    }

    .so4 {
        padding-bottom: 60px;
    }

    .so6 {
        padding: 70px 0;
    }

    .so7 {
        padding: 70px 0;
    }

    .so8 {
        padding: 70px 0;
    }
}

@media (max-width: 992px) {
    .so5 .ser2-1 {
        padding: 40px 0 20px;
    }

    .so6-endimg {
        display: none;
    }

    .so6-u {
        width: 100%;
    }

    .so6-end {
        flex-direction: column;
    }

    .so6-urg .so6-li {
        justify-content: flex-start;
    }

    .so6-urg .so6-lh p {
        text-align: left;
    }

    .so6-urg .so6-lp p {
        text-align: left;
    }

    .so6-l,
    .so6-l:last-child {
        margin-bottom: 20px;
    }

    .so7 {
        flex-direction: column-reverse;
    }

    .so7-1 {
        width: 100%;
    }

    .so7-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so8-l {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .so8-l {
        width: 100%;
    }

    .so1-u {
        flex-wrap: wrap;
    }

    .so1-l {
        width: 50%;
        margin-bottom: 30px;
    }

    .ab1-3lh p {
        text-align: center;
    }

    .so1-u {
        margin-top: 40px;
        padding: 48px 0 18px;
    }

    #so2-sw .swiper-button-prev,
    #so2-sw .swiper-button-next {
        --w: 32px
    }

    #so7-sw .swiper-button-prev,
    #so7-sw .swiper-button-next {
        --w: 32px
    }

}

@media (max-width: 499px) {
    .banner-chan {
        display: none;
    }

    .so2-sw {
        padding: 0 40px;
    }

    .so1 {
        padding: 40px 0 0;
    }

    .so1-p {
        margin-bottom: 32px;
    }

    .so2 {
        padding: 40px 0 30px;
    }

    #so2-sw .swiper-scrollbar {
        bottom: -30px;
    }

    .so3 {
        padding: 40px 0;
    }

    .so3-h {
        margin-bottom: 24px !important;
    }

    .so4-h {
        margin-bottom: 24px;
    }

    .so4 {
        padding-bottom: 30px;
    }

    .so5 .ser2-1p {
        margin-bottom: 46px;
    }

    .so6 {
        padding: 40px 0 20px;
    }

    .so6-p {
        margin-bottom: 40px;
    }

    .so7 {
        padding: 40px 0;
    }

    .so7-2-h {
        margin-bottom: 32px;
    }

    .so7-2swp {
        margin-bottom: 40px;
    }

    .so8 {
        padding: 40px 0 20px;
    }

    .so7-1sw {
        padding: 0 40px;
    }

    .so8-h {
        margin-bottom: 24px;
    }
}