.hea-top {
    background: #1A1918;
    padding: 20px 0;
}

.hea-topp p {
    color: #FFF7F2;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ven2-la);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    text-align: center;
}

/*  */
#ven {
    transition: all 0.5s ease;
    /* background: rgba(34, 34, 34, 0.32); */
}

.ventricle {
    background: rgba(34, 34, 34, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.headersp {
    background: #FFF !important;
}

.ventricle {
    background: #FFF !important;
}

@media (max-width: 1536px) {
    .hea-top {
        padding: 12px 0;
    }
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 26px 0;
    position: relative;
}

.ven1-loim img {
    width: 88px;
    height: auto;
    transition: all 0.5s ease;
}

.ven1-loim img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.ventricle .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.ventricle .ven1-loim img:nth-child(2) {
    opacity: 1;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 1.68vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 13.29vw;
}

.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: #FFF7F2;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;

    --size: 1px;
    --color: #FFF7F2;
    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: #FFF7F2;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #FFF7F2;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.headersp .ven2-la span {
    color: #453737;
    --color: #453737;
}

.ventricle .ven2-la span {
    color: #453737;
    --color: #453737;
}

.ventricle .ven2-l.on .ven2-la span {
    color: #453737;
}

.headersp .ven2-la:hover span {
    color: #453737;
}

.ventricle .ven2-la:hover span {
    color: #453737;
}

/*  */
.ven2-la i {
    color: #FFF7F2;
    margin-left: 6px;
    font-size: 20px;
    font-weight: normal;
    transition: all 0.5s ease;
}

.ventricle .ven2-la i {
    color: #453737;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    border: 0.5px solid rgba(255, 247, 242, 0.30);
    background: rgba(255, 247, 242, 0.05);
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.headersp .vensesv {
    border: 0.5px solid rgba(34, 34, 34, 1);
}

.ventricle .vensesv {
    border: 0.5px solid rgba(34, 34, 34, 1);
}

.vensesv::after,
.vensesv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.vensesv::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.vensesv:hover:before,
.vensesv:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.vensesv i {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.headersp .vensesv i {
    color: rgba(34, 34, 34, 1);
}

.ventricle .vensesv i {
    color: rgba(34, 34, 34, 1);
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-inqury a {
    display: block;
    position: relative;
    border-radius: 100px;
    border: 0.5px solid rgba(255, 247, 242, 0.30);
    background: rgba(255, 247, 242, 0.05);
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ventricle .ven-inqury a {
    border: 0.5px solid rgba(34, 34, 34, 1);
}

.ven-inqury a i {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    display: block;
    transition: all 0.5s ease;
}

.headersp .ven-inqury a i {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven-inqury a i {
    color: rgba(34, 34, 34, 1);
}

.ven-inqury a: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);
    }
}

.ven-inqury a span {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    right: -4px;
    top: -1px;
    background: #EC952A;
    --w: 14px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
}

/*  */
.ven-line {
    width: 1px;
    height: 19px;
    margin: 0 16px;
    background: #D9D9D9;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 52px;
    border: 0.5px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.05);
    height: 32px;
    padding: 0 20px;
    margin: 0 16px;
}

.ventricle .ven2-langbt {
    border: 0.5px solid rgba(34, 34, 34, 1);
}

.ven2-langbt i {
    font-size: 20px;
    color: #FFF;
    display: block;
}

.headersp .ven2-langbt i {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven2-langbt i {
    color: rgba(34, 34, 34, 1);
}

.ven2-langbt:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Instrument Serif';
    font-size: var(--zj-subnav);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.headersp .ven2-langbt span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven2-langbt span {
    color: rgba(34, 34, 34, 1);
}


/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 1536px) {
    .ven1-loim {
        padding: 12px 0;
    }

    .ven1-loim img {
        width: 70px;
    }

    .ven2-l {
        margin-right: 2.14vw;
    }

    .ven2-l:last-child {
        margin-right: 11.2vw;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }


    .ven2-la i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 14px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 60px;
    }

    .vensesv {
        padding: 4px 12px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 320%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #453737;
    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: #453737;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #C29C6B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #C29C6B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #453737;
    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: #453737;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 384%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #012F6B;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 308%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 190%;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 196%;
        right: -42px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #222;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #222;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #FFF;
}

.headersp #venPho .venPhoSack.on::before {
    background: #222;
}

.ventricle #venPho .venPhoSack.on::before {
    background: #222;
}

/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #FFF;
}

.headersp #venPho .venPhoSack.on::after {
    background: #222;
}

.ventricle #venPho .venPhoSack.on::after {
    background: #222;
}

/* .ventricle .venPhoSack::after {
    background: #222 !important;
} */

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #222;
}

.ventricle #venPho .venPhoSack span {
    background: #222;
}

/* .ventricle .venPhoSack span {
    background: #222 !important;
} */

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 113px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #EC952A;
}

.xiantiao>a {
    color: #EC952A;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #EC952A;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 107px;
    }

    #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 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1360px;
}

.sub-te {
    margin-bottom: 30px;
}

.sub-te p {
    color: #FFF;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 1536px) {

    .sub-te {
        margin-bottom: 15px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {

    .sub-te {
        margin-bottom: 10px;
    }
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 356px;
    }

    .sub-about .sub-im img {
        max-height: 660px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 190px;
    }
}

/*  */
.subnav-box {
    background: #453737;
    padding: 14px 0;
}

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 22px;
    color: rgba(236, 149, 42, 1);
    margin-right: 12px;
    line-height: normal;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.breadcrumb-item:last-child a span {
    color: #EC952A;
}

.breadcrumb-item:hover a span {
    color: #EC952A;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: var(--zj-ven2cona);
    color: rgba(255, 255, 255, 0.50);
    line-height: 1;
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    color: #EC952A;
}

.sub-pagel.on a {
    color: #EC952A;
}

.sub-pagel a p {
    border-radius: 4px;
    background: #EFE5DA;
    padding: 10px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover p {
    background: #453737;
}

.sub-pagel.on a p {
    background: #453737;
}

.sub-pagel:last-child a {
    margin-right: 0;
}

.sub-pagel:first-child a {
    margin-left: 0;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 100px;
    margin-top: 0;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 74px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 64px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }
}

/* contact */
.con-box {
    padding: 92px 0 224px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.con1 {
    width: 55.44%;
    flex: 0 0 auto;
}

.con1-smh {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.con1-smh span {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    background: #453737;
    margin-right: 22px;
}

.con1-smh p {
    color: #453737;
    text-align: center;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.con1-h {
    margin-bottom: 52px;
}

.con1-h h2 {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ab2end1-h) * 1.12);
    text-transform: capitalize;
    max-width: 570px;
}

/* con1 里面的 form */
.con2-fou {
    margin-right: calc(-.5 * 1.26rem);
    margin-left: calc(-.5 * 1.26rem);
}

.con2-fol {
    margin-bottom: 30px;
    padding-right: calc(1.26rem * .5);
    padding-left: calc(1.26rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 24px;
}

.con2-fol p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.28);
    margin-bottom: 12px;
}

.con2-fol input,
.con2-fol textarea {
    color: rgba(69, 55, 55, 0.30);
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.28);

    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(69, 55, 55, 0.20);
    background: transparent;

    transition: all 0.5s ease;
    padding: 16px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #EC952A;
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(69, 55, 55, 0.30);
}

.con2-fol input::-moz-placeholder {
    color: rgba(69, 55, 55, 0.30);
}

.con2-fol input::-ms-input-placeholder {
    color: rgba(69, 55, 55, 0.30);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(69, 55, 55, 0.30);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(69, 55, 55, 0.30);
}

.con2-fol textarea::-ms-input-placeholder {
    color: rgba(69, 55, 55, 0.30);
}

.con2-fobt {
    display: flex;
    align-items: center;
}

.con2-fobt button {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #453737;
    padding: 12px 18px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.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(-44%, -190%) rotate(-30deg);
    transform: translate(-44%, -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: #EC952A;
    font-family: 'Inter Tight';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 128%;
    letter-spacing: -0.24px;
    display: block;
}

.con2-fobt button:hover span {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.con2 {
    width: calc(100% - 55.44% - 100px);
    flex: 0 0 auto;
}

.con2-l {
    border-radius: 10px;
    background: #EFE5DA;
    padding: 24px;
    margin-bottom: 20px;
}

.con2-l:last-child {
    margin-bottom: 0;
}

.con2-lh {
    margin-bottom: 80px;
}

.con2-lh p {
    color: rgba(69, 55, 55, 0.60);
    font-family: 'Inter Tight';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 152%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.con2-labox {
    display: block;
}

.con2-la {
    display: flex;
}

.con2-la span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.16);
    letter-spacing: -0.48px;
    --size: 1px;
    --color: #EC952A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con2-la:hover span {
    color: #EC952A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .con-box {
        padding: 62px 0 104px;
    }

    .con2-fol {
        margin-bottom: 20px;
    }

    .con2-fol p {
        margin-bottom: 6px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 12px;
    }

    .con2-lh {
        margin-bottom: 60px;
    }

    /*  */
    .con2 {
        width: calc(100% - 55.44% - 70px);
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 42px 0 44px;
    }

    .con1-h {
        margin-bottom: 32px;
    }

    .con2-l {
        padding: 12px;
        margin-bottom: 16px;
    }

    .con2-lh {
        margin-bottom: 30px;
    }
}

/* footer */
#footer {
    background: #453737;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    padding: 115px 0 80px;
}

.ft1-1logo {
    display: block;
    max-width: max-content;
    margin-bottom: 40px;
}

.ft1-1logo img {
    width: 120px;
}

.ft1-1h {
    margin-bottom: 16px;
}

.ft1-1h p {
    color: #FFF7F2;
    font-family: 'Instrument Serif';
    font-size: var(--zj-pro2-1h);
    font-style: italic;
    font-weight: normal;
    line-height: calc(var(--zj-pro2-1h) * 1.06667);
}

.ft1-1p {
    margin-bottom: 32px;
}

.ft1-1p p {
    color: #FFF7F2;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    max-width: 400px;
}

/*  */
.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    background: #FFF7F2;
    padding: 8px 8px 8px 20px;
    transition: all 0.5s ease;
}


.ft1-sehfo:focus {
    border: 1px solid #00998B;
}

.ft1-sehfo input {
    color: #453737;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background: transparent;
    border: none;
    width: 60%;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: #453737;
}

.ft1-sehfo input::-moz-placeholder {
    color: #453737;
}

.ft1-sehfo input::-ms-input-placeholder {
    color: #453737;
}

/*  */
.ft1-sehfo button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #EC952A;
    position: relative;
    overflow: hidden;
    padding: 8px 16px 10px 16px;
}

.ft1-sehfo button::after,
.ft1-sehfo button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft1-sehfo button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft1-sehfo button:hover:before,
.ft1-sehfo button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft1-sehfo button span {
    color: #453737;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: all 0.5s ease;
    display: block;
}

.ft1-sehfo button:hover span {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/* ft1-2 */
.ft1-2 {
    width: 50%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-2lh {
    margin-bottom: 32px;
}

.ft1-2lh p {
    color: #FFF7F2;
    font-family: 'Inter Tight';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
}

/* liebiao */
.ft1-2la {
    display: block;
    margin-bottom: 16px;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la span {
    color: #FFF7F2;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    text-transform: capitalize;

    --size: 1px;
    --color: #EC952A;
    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: #EC952A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* lianxi */
.ft1-2lfl {
    margin-bottom: 20px;
}

.ft1-2lfl:last-child {
    margin-bottom: 0;
}

.ft1-2lfla span {
    color: #FFF7F2;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);

    --size: 1px;
    --color: #EC952A;
    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-2lfla:hover span {
    color: #EC952A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

div.ft1-2lfla span {
    display: block;
    max-width: 283px;
}

/*  */
.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 54px 0 36px;
    border-top: 0.5px solid #C8C8C8;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 4px;
}

.ft3-1copy span {
    color: #EC952A;
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ft3-1pow {
    margin-right: 32px;
}

.ft3-1pow span {
    color: #EC952A;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    --size: 1px;
    --color: #EC952A;
    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 {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1.5px;
    height: 17px;
    background: #EC952A;
    margin: 0 6px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #EC952A;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: capitalize;
    --size: 1px;
    --color: #EC952A;
    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 {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 70px 0 60px;
    }

    .ft1-1logo img {
        width: 90px;
    }

    .ft1-sehfo {
        padding: 6px 6px 6px 12px;
    }

    .ft1-2 {
        width: 56%;
    }

    .ft1-2lh {
        margin-bottom: 16px;
    }

    .ft1-2la {
        margin-bottom: 8px;
    }

    .ft1-2lfl {
        margin-bottom: 12px;
    }

    .ft3-box {
        padding: 24px 0 16px;
    }

    .ft3-1pow {
        margin-right: 16px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 49px;
    }
}

@media (max-width: 992px) {
    .ft1 {
        flex-direction: column;
        padding: 40px 0 30px;
    }

    .ft1-1 {
        margin-bottom: 30px;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft3-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1copy {
        margin-right: 0;
    }

    .ft3-2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft3-2>span {
        display: none;
    }

    .ft3-1pow {
        margin-right: 0px;
    }
}

@media (max-width: 499px) {
    .ft1-1logo {
        margin-bottom: 20px;
    }

    .ft1-2u {
        flex-wrap: wrap;
    }

    .ft1-2l {
        margin-bottom: 30px;
    }

    .ft1-2l:last-child {
        margin-bottom: 0;
    }
}

/* news */
.ne-box {
    padding: 92px 0 146px;
}

.ne-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.ne-smh span {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    background: #453737;
    margin-right: 22px;
}

.ne-smh p {
    color: #453737;
    text-align: center;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.ne-h {
    margin-bottom: 48px;
}

.ne-h h2 {
    color: #453737;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ab2end1-h) * 1.12);
    text-transform: capitalize;
}

.ne-u {
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}

.ne-l {
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-bottom: 72px;
}

.ne-limg .img-box {
    padding-bottom: 66%;
    border-radius: 10px;
    transition: all 0.5s ease;
    margin-bottom: 24px;
}

.ne-lbox:hover .ne-limg .img-box {
    border-radius: 20px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lp {
    margin-bottom: 16px;
}

.ne-lp p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2cona) * 1.42857);
    text-transform: uppercase;
}

.ne-lh {
    margin-bottom: 16px;
    display: block;
}

.ne-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lh p span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    --size: 1px;
    --color: #453737;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-lbox:hover .ne-lh p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lnum p {
    color: #677489;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 62px 0 76px;
    }

    .ne-l {
        margin-bottom: 42px;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 32px 0 46px;
    }

    .ne-l {
        width: 100%;
    }

    .ne-h {
        margin-bottom: 28px;
    }

    .ne-limg .img-box {
        margin-bottom: 12px;
    }

    .ne-lp {
        margin-bottom: 12px;
    }

    .ne-lh {
        margin-bottom: 12px;
    }

    .ne-l {
        margin-bottom: 22px;
    }
}

/* down */
.down-box {
    padding: 84px 0 146px;
    max-width: 1110px;
}

.down-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.down-smh span {
    width: 12px;
    height: 12px;
    background: #453737;
    margin-right: 22px;
}

.down-smh p {
    color: #453737;
    text-align: center;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.down-h {
    margin-bottom: 50px;
}

.down-h h2 {
    color: #453737;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

/*  */
.down-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 30px;
}

.down-l {
    margin-bottom: 30px;
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.down-lbox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #EFE5DA;
    background: rgba(255, 255, 255, 0.5);
    padding: 26px 14px 22px 28px;
}

.down-lh {
    margin-bottom: 12px;
}

.down-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.down-lh p span {
    color: #000;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    --size: 1px;
    --color: #000;
    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);
}

.down-lbox:hover .down-lh p span {
    color: #000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.down-lu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.down-ll {
    padding: 6px 10px;
    background: #EFE5DA;
    margin-right: 10px;
}

.down-ll p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.down-lp p {
    color: #656565;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.57);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.down-l2 {
    flex: 0 0 auto;
    margin-left: 70px;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #453737;
    padding: 7px;
}

.down-lico {
    border-radius: 6px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.down-lico i {
    font-size: 16px;
    font-weight: 600;
    color: rgba(69, 55, 55, 1);
}

.down-lbox:hover .down-lico i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@media (max-width: 1536px) {
    .down-box {
        padding: 64px 0 76px;
    }

    .down-h {
        margin-bottom: 40px;
    }

    .down-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 20px;
    }

    .down-l {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

@media (max-width: 992px) {
    .down-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .down-l {
        width: 100%;
    }

    .down-box {
        padding: 44px 0 46px;
    }

    .down-h {
        margin-bottom: 20px;
    }

    .down-lbox {
        padding: 16px 8px 12px 18px;
    }

    .down-l2 {
        margin-left: 12px;
        padding: 4px;
        --w: 36px;
    }

    .down-lico i {
        font-size: 14px;
    }

    .down-lu {
        margin-bottom: 20px;
    }
}

/* about us */
.ab-box {
    padding-bottom: 188px;
}

.ab1 {
    padding-top: 88px;
    position: relative;
}

.ab1bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 1244.99px;
    width: 100%;
}

.ab1bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab1-smh {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    z-index: 12;
}

.ab1-smh span {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    margin-right: 22px;
    background: #453737;
}

.ab1-smh p {
    color: #453737;
    text-align: center;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.ab1-h {
    margin-bottom: 66px;
    position: relative;
    z-index: 12;
}

.ab1-h p {
    color: #453737;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ab2end1-h);
    font-style: italic;
    font-weight: normal;
    line-height: 66px;
    max-width: 1016px;
}

.ab1-h p span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: calc((var(--zj-so1top1) - 4px) * 1.5);
}

.ab1-p {
    position: relative;
    z-index: 12;
}

.ab1-p p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    max-width: 680px;
}

.ab1-p p span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.87);
    text-transform: uppercase;
    background: rgba(236, 225, 213, 1);
}

/*  */
.ab1-video {
    display: block;
    max-width: 400px;
    margin: auto;
    margin-top: 66px;
    position: relative;
    left: -65px;
    z-index: 12;
}

.ab1-videobg {
    padding-bottom: 125%;
    border-radius: 10px;
}

.ab1-videobg img {
    transition: all 0.5s ease;
}

.ab1-video:hover .ab1-videobg img {
    transform: scale(1.08);
}

.ab2-videoico {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    --w: 76px;
    width: var(--w);
    height: var(--w);
    border-radius: var(--w);
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-videoico i {
    font-size: 20px;
    color: #FFF;
}

.ab1-video:hover .ab2-videoico 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);
    }
}

.ab1-p2 {
    display: flex;
    justify-content: flex-end;
    margin-top: -80px;
    position: relative;
    z-index: 12;
}

.ab1-p2 p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    max-width: 480px;
}

.ab2 {
    padding-top: 88px;
}

.ab2-smh {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-smh span {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    background: #453737;
    margin-right: 22px;
}

.ab2-smh p {
    color: #453737;
    text-align: center;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.ab2-smh {
    margin-bottom: 12px;
}

.ab2-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.ab2-h p {
    color: #453737;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ab2end1-h) * 1.12);
    text-transform: capitalize;
    max-width: 580px;
}

.ab2-u {
    max-width: 690px;
    margin: auto;
}

.ab2-l {
    border-radius: 10px;
    background: #EFE5DA;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding: 26px;
}

.ab2-l:last-child {
    margin-bottom: 0;
}

.ab2-lh {
    margin-bottom: 16px;
}

.ab2-lh p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.ab2-lp p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2cona) * 1.42857);
    max-width: 400px;
}

.ab2-l2 {
    flex: 0 0 auto;
    margin-left: 20px;
}

.ab2-l2 i {
    font-size: 30px;
    color: rgba(69, 55, 55, 1);
    display: block;
}

.ab2-l:hover .ab2-l2 i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@media (max-width: 1536px) {
    .ab1 {
        padding-top: 68px;
    }

    .ab1-h {
        margin-bottom: 36px;
    }

    .ab1-h p {
        line-height: 40px;
    }

    .ab1-video {
        margin-top: 46px;
        left: -180px;
    }
}

@media (max-width: 768px) {
    .ab1 {
        padding-top: 38px;
    }

    .ab1-h {
        margin-bottom: 26px;
    }

    .ab1-video {
        left: 0;
    }

    .ab1-p2 {
        margin-top: 20px;
    }

    .ab1-p2 p {
        max-width: 100%;
    }

    .ab2 {
        padding-top: 68px;
    }

    .ab-box {
        padding-bottom: 88px;
    }
}

@media (max-width: 499px) {
    .ab1-video {
        margin-top: 26px;
    }

    .ab2 {
        padding-top: 38px;
    }

    .ab2-h {
        margin-bottom: 30px;
    }

    .ab2-l {
        padding: 14px;
    }

    .ab2-l2 i {
        font-size: 20px;
    }

    .ab2-l {
        margin-bottom: 18px;
    }

    .ab-box {
        padding-bottom: 42px;
    }
}

/* products */
/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #EC952A;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #EC952A;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/*  */
.pro-box {
    padding: 72px 0 100px;
}

.pro-top {
    border-bottom: 1px solid #D9D2C2;
    padding-bottom: 36px;
    margin-bottom: 46px;
}

.prod-toph {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.prod-toph span {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    background: #453737;
    margin-right: 22px;
}

.prod-toph p {
    color: #453737;
    text-align: center;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.prod-topp h2 {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: calc((var(--zj-so1top1) - 4px) * 1.27);
    text-transform: capitalize;
}

/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 24%;
    flex: 0 0 auto;
    position: sticky;
    top: 180px;
}

.pro1-l {
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 4px;
    background: #D9D2C2;
}

.pro1-l1a:hover {
    background: #D9D2C2;
}

.pro1-l.on .pro1-l1a {
    background: #D9D2C2;
}

.pro1-l1a span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #453737;
}

.pro1-l.on .pro1-l1a span {
    color: #453737;
}

.pro1-l1ico {
    position: relative;
    --w: 22px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(69, 55, 55, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro1-l1a:hover .pro1-l1ico {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

.pro1-l1ico i {
    font-size: 14px;
    color: #D9D2C2;
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l1ico i:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -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: #D9D2C2;
}

.pro1-l.on .pro1-l1a:hover .pro1-l1ico i {
    color: #D9D2C2;
}

/*  */
.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: 15px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.50);
    margin-top: 7px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 14px;
}

.pro1-l2a p {
    color: #EFC795;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --w: 20px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #FFF;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.pro1-l2a span {
    color: #EFC795;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: #EC952A;
    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: #EC952A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #EC952A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(76% - 30px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 34px;
}

.pro2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 26px;
}

.pro2-limg {
    position: relative;
}

.pro2-limg .img-box {
    padding-bottom: 112%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lbq {
    position: absolute;
    z-index: 12;
    left: 20px;
    bottom: 10px;
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

.pro2-lbox:hover .pro2-lbq {
    opacity: 1;
    bottom: 20px;
}

.pro2-lbq p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 4px;
    background: #EC952A;
    padding: 0 6px;
    transition: all 0.5s ease;
}

/*  */
.pro2-linq {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 12;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    border-radius: 43px;
    border: 0.6px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.10);
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-linq {
    right: 30px;
}

.pro2-linq>div {
    width: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-linq>div {
    width: 100%;
}

.pro2-linq p {
    color: #FFF7F2;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
    margin-right: 12px;
    margin-left: 6px;
    white-space: nowrap;
}

.pro2-linq i {
    font-size: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    display: block;
}

.pro2-linq:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.pro2-lte {
    border-radius: 10px;
    background: #EFE5DA;
    padding: 16px 20px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lte {
    background: #453737;
}

.pro2-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lh p span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.18px;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lh p span {
    color: #F7EFE9;
}

.pro2-lp {
    flex: 0 0 auto;
    margin-left: 10px;
}

.pro2-lp p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lp p {
    color: #F7EFE9;
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 62px 0 80px;
    }

    .pro-top {
        padding-bottom: 26px;
        margin-bottom: 36px;
    }

    .pro1 {
        top: 130px;
    }

    .pro2-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 24px;
    }

    .pro2-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 16px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro-box {
        padding: 32px 0 40px;
    }

    .pro-top {
        padding-bottom: 16px;
        margin-bottom: 26px;
    }

    .prod-toph {
        margin-bottom: 8px;
    }

    .pro2-l {
        width: 100%;
    }
}

/* 产品详情 */
/*  */
.prode-box {
    padding: 96px 0 178px;
}

.prode-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 72px;
}

.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: 50%;
    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: #1A3C80;
}

.slider-navbox .slider-prev {
    left: 13px;
}

.slider-navbox .slider-next {
    right: 13px;
}

.slider-navbox button i {
    font-size: 16px;
    color: rgba(26, 60, 128, 1);
    transition: all 0.5s ease;
}

.slider-navbox button:hover i {
    color: rgba(255, 255, 255, 1);
}

/*  */
.prode1-2 {
    width: calc(100% - 43.3% - 84px);
    flex: 0 0 auto;
}

.prode1-2top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #D9D2C2;
    padding-bottom: 36px;
    margin-bottom: 36px;
}

.prode1-2smh {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.prode1-2smh span {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    margin-right: 22px;
    background: #453737;
}

.prode1-2smh p {
    color: #453737;
    text-align: center;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.prode1-2h p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 500;
    line-height: calc((var(--zj-so1top1) - 4px) * 1.27);
    text-transform: capitalize;
}

/*  */
.prode1-2inq {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 42px;
    background: #EC952A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prode1-2inq i {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    display: block;
}

.prode1-2inq:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.prode1-2te {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 386px;
}

.prode1-2p span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
    display: block;
}

.prode1-2p p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
}

.prode1-2btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.prode1-2a {
    padding: 18px 94px;
    border-radius: 10px;
    background: #453737;
    margin-right: 68px;
    position: relative;
    overflow: hidden;
}

.prode1-2a::after,
.prode1-2a::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(-18%, -190%) rotate(-30deg);
    transform: translate(-18%, -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);
}

.prode1-2a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.prode1-2a:hover:before,
.prode1-2a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*  */
.prode1-2a span {
    color: #F7EFE9;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}

.prode1-2a:hover span {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

.prode1-2share {
    display: flex;
    align-items: center;
}

.prode1-2share p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 20px;
}

/* 产品详情下面 */
.prode-end {}

/* prode3 */
.prode-end>div {
    margin-bottom: 70px;
}

.prode-end>div:last-child {
    margin-bottom: 0;
}

.prode3h {
    margin-bottom: 16px;
}

.prode3h p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: uppercase;
}

/*  */
.prode5 .prode3h {
    margin-bottom: 40px;
}

.prode5h {
    background: #453737;
    padding: 14px 20px;
    margin-bottom: 10px;
}

.prode5h p {
    color: #EC952A;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.prode5h p span {
    color: #EC952A;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/*  */
.prode5 .con2-fou {
    margin-right: -5px;
    margin-left: -5px;
}

.prode5 .con2-fol {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.prode5 .con2-fol:last-child {
    margin-bottom: 40px;
}

.prode5 .con2-fol input,
.prode5 .con2-fol textarea {
    color: #453737;
    background: #FFF7F2;
    border-radius: 0;
    border: 1px solid #FFF7F2;
}

.prode5 .con2-fol input:focus,
.prode5 .con2-fol textarea:focus {
    border: 1px solid #EC952A;
}

.prode5 .con2-fol input::-webkit-input-placeholder {
    color: #453737;
}

.prode5 .con2-fol input::-moz-placeholder {
    color: #453737;
}

.prode5 .con2-fol input::-ms-input-placeholder {
    color: #453737;
}

.prode5 .con2-fol textarea::-webkit-input-placeholder {
    color: #453737;
}

.prode5 .con2-fol textarea::-moz-placeholder {
    color: #453737;
}

.prode5 .con2-fol textarea::-ms-input-placeholder {
    color: #453737;
}

/*  */
.prode5 .con2-fobt button {
    width: auto;
    border-radius: 10px;
    background: #EC952A;
    padding: 14px 20px;
    min-width: 180px;
}

.prode5 .con2-fobt button span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

/*  */
.prode6 .prode3h {
    margin-bottom: 40px;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .prode-box {
        padding: 66px 0 78px;
    }

    .prode1-2inq {
        --w: 40px;
    }

    .prode1-2 {
        width: calc(100% - 43.3% - 58px);
    }

    .prode1-2top {
        padding-bottom: 26px;
        margin-bottom: 26px;
    }

    .prode1-2a {
        padding: 12px 54px;
        margin-right: 30px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode1-2te {
        min-height: 250px;
    }
}

@media (max-width: 768px) {
    .prode1-2btn {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode1-2a {
        padding: 12px 54px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .prode-box {
        padding: 46px 0 38px;
    }

    .slider-for .item-video::before {
        --w: 60px;
    }

    .prode-end>div {
        margin-bottom: 40px;
    }

    .prode-top {
        margin-bottom: 42px;
    }
}

/* -------------------------------------------- */

/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50.2%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-arrow .slick-arrow {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 50.2%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e60f';
    -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: 50%;
    }

    .banner-video-box {
        padding-bottom: 50%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 65%;
    }

    .banner-video-box {
        padding-bottom: 54%;
    }

    .banner-chan .slick-arrow {
        --w: 34px !important;
    }

    .banner-chan .slick-arrow.banner-button-prev {
        margin-right: 8px !important;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 148px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 12px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* 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.69);
    display: block;
    /* margin: 0 8px; */
    position: relative;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #C4AB68;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 24px;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 148px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

.banner-chan {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.banner-chan .slick-arrow {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 500px;
    background: rgba(239, 229, 218, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow.banner-button-prev {
    margin-right: 24px;
}

.banner-chan .slick-arrow:hover {
    background: rgba(247, 239, 233, 0.40);
}

.banner-chan .slick-arrow i {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: #FFF;
}

/* banner-end */


/* ind-classic so1 */
.ind-classic {
    background: rgba(246, 236, 230, 1);
}

.so1 {
    padding: 128px 0 188px;
}

.so1-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.so1-smh span {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    margin-right: 22px;
    background: #453737;
}

.so1-smh p {
    color: #453737;
    text-align: center;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.so1-h {
    margin-bottom: 60px;
}

.so1-h h2 {
    color: #453737;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ab2end1-h) * 1.12);
    text-transform: capitalize;
}

/*  */
.so1-swbox {
    position: relative;
}

#so1-sw {
    overflow: hidden;
}

/* ind-vr so2 */
.vr-box iframe {
    display: block;
    width: 100%;
    height: 960px;
    border-radius: 0;
}

/* ind-spot so3 */
.ind-spot {
    background: rgba(246, 236, 230, 1);
    padding: 316px 0 172px;
}

.so3 {
    position: relative;
}

.so3-smh {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    position: relative;
    z-index: 12;
}

.so3-smh span {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    margin-right: 22px;
    background: #453737;
}

.so3-smh p {
    color: #453737;
    text-align: center;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.so3-h {
    margin-bottom: 60px;
    position: relative;
    z-index: 12;
}

.so3-h h2 {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ab2end1-h) * 1.12);
    text-transform: capitalize;
}

.so3-btn {
    display: flex;
    position: relative;
    z-index: 12;
}

.so3-a {
    display: block;
}

.so3-a span {
    color: #453737;
    text-align: right;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    display: flex;
    align-items: center;

    --size: 1px;
    --color: #453737;
    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);
}

.so3-a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so3-a span i {
    font-size: 20px;
    line-height: 20px;
    color: #453737;
    display: block;
    margin-left: 10px;
}

/*  */
.so3-ubox {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    position: relative;
    z-index: 12;
}

.so3-u {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.so3-u:nth-child(1) {
    padding-top: 100px;
}

.so3-u:nth-child(2) {
    padding-top: 200px;
}

.so3-u:nth-child(4) {
    padding-top: 100px;
}

.so3-l {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.so3-u:nth-child(1) .so3-limg .img-box {
    padding-bottom: 152%;
}

.so3-u:nth-child(2) .so3-l:nth-child(2n-1) .so3-limg .img-box {
    padding-bottom: 122%;
}

.so3-u:nth-child(2) .so3-l:nth-child(2n) .so3-limg .img-box {
    padding-bottom: 84%;
}

.so3-u:nth-child(3) .so3-limg .img-box {
    padding-bottom: 116%;
}

.so3-u:nth-child(4) .so3-l:nth-child(2n-1) .so3-limg .img-box {
    padding-bottom: 84%;
}

.so3-u:nth-child(4) .so3-l:nth-child(2n) .so3-limg .img-box {
    padding-bottom: 98%;
}

.so3-limg .img-box img {
    transition: all 0.5s ease;
}

.so3-l:hover .so3-limg .img-box img {
    transform: scale(1.08);
}

.so3-lte {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
}

.so3-lte::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 178px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.so3-lh {
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px;
}

.so3-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so3-lh p span {
    color: #000;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.so3-lh i {
    font-size: 20px;
    line-height: 20px;
    color: rgba(69, 55, 55, 1);
    flex: 0 0 auto;
    opacity: 0;
    transform: translateY(10px);
    display: block;
    transition: all 0.5s ease;
}

.so3-l:hover .so3-lh i {
    opacity: 1;
    transform: translateY(0);
}

/* ind-art so4 */
.ind-art {
    background: #F7EFE9;
}

.so4 {
    border-radius: 20px;
    background: #EFE5DA;
    padding: 112px;
}

.so4-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.so4-smh span {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    background: #453737;
    margin-right: 22px;
}

.so4-smh p {
    color: #453737;
    text-align: center;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.so4-h {
    margin-bottom: 42px;
}

.so4-h p {
    color: #453737;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ab2end1-h) * 1.12);
    text-transform: capitalize;
}

.so4-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.so4-p p {
    color: #453737;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    max-width: 810px;
}

.so4-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4-a span {
    color: #453737;
    text-align: right;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    display: flex;
    align-items: center;

    --size: 1px;
    --color: #453737;
    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);
}

.so4-a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so4-a span i {
    font-size: 20px;
    line-height: 20px;
    color: #453737;
    display: block;
    margin-left: 10px;
}

/* ind-news so5 */
.ind-news {
    background: #F7EFE9;
    padding: 120px 0;
}

.so5-1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so5-1smh {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.so5-1smh span {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    margin-right: 22px;
    background: #453737;
}

.so5-1smh p {
    color: #453737;
    text-align: center;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-2uh);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.so5-1p p {
    color: #453737;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ab2end1-h) * 1.12);
    text-transform: capitalize;
}

.so5-swcha {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding-bottom: 6px;
}

.so5-swcha>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #EFE5DA;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so5-swcha>div:hover {
    background: #EC952A;
}

.so5-swcha .swiper-button-prev {
    margin-right: 24px !important;
}

.so5-swcha>div::after {
    font-size: 12px;
    color: rgba(69, 55, 55, 1);
    font-weight: 800;
}

.so5-2sw {
    position: relative;
}

#so5-2sw {
    overflow: hidden;
}

/* ind-contact so6 */
.ind-contact {
    background: #F7EFE9;
}

.so6 {
    padding: 3.46% 4.2% 3.6% 4.2%;
    border-radius: 10px;
    overflow: hidden;
}

.so6-smh {
    margin-bottom: 6px;
}

.so6-smh p {
    color: #F7EFE9;
    font-family: 'Instrument Serif';
    font-size: var(--zj-ft1-1h);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.so6-te {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.so6-h p {
    color: #F7EFE9;
    font-family: 'Inter Tight';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-proseh) * 1.25);
    max-width: 456px;
}

.so6-p {
    width: 53%;
    flex: 0 0 auto;
}

.so6-p p {
    color: #F7EFE9;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 456px;
}

.so6-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.so6-btnbox {
    width: 53%;
    flex: 0 0 auto;
    display: flex;
}

.so6-a span {
    color: #FFF7F2;
    text-align: right;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    display: flex;
    align-items: center;

    --size: 1px;
    --color: #FFF7F2;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so6-a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so6-a span i {
    font-size: 20px;
    line-height: 20px;
    color: #FFF7F2;
    display: block;
    margin-left: 10px;
}

/* ind-choose so7 */
.ind-choose {
    padding: 120px 0 122px;
}

.so7 {
    display: flex;
    justify-content: space-between;
}

.so7-1 {
    margin-right: 20px;
}

.so7-1smh {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.so7-1smh span {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    background: #453737;
    margin-right: 22px;
}

.so7-1smh p {
    color: #453737;
    text-align: center;
    font-family: "Instrument Serif";
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.so7-1h p {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ab2end1-h) * 1.12);
    text-transform: capitalize;
    max-width: 587px;
}

.so7-2 {
    width: 690px;
    flex: 0 0 auto;
    padding-top: 60px;
}

@media (max-width: 1536px) {
    .so1 {
        padding: 68px 0 78px;
    }

    .so1-h {
        margin-bottom: 40px;
    }

    .vr-box iframe {
        height: 600px;
    }

    .ind-spot {
        padding: 116px 0 72px;
    }

    .so3-ubox {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so3-u {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .so3-u:nth-child(1) {
        padding-top: 50px;
    }

    .so3-u:nth-child(2) {
        padding-top: 100px;
    }

    .so3-u:nth-child(4) {
        padding-top: 50px;
    }

    .so3-lh {
        padding: 12px 16px;
    }

    .so4 {
        padding: 62px;
    }

    .so4-h {
        margin-bottom: 32px;
    }

    .so4-p {
        margin-bottom: 60px;
    }

    .so7-2 {
        padding-top: 40px;
    }
}

@media (max-width: 992px) {
    .so6-te {
        align-items: flex-start;
        flex-direction: column;
    }

    .so6-btn {
        justify-content: flex-start;
    }

    .so7 {
        flex-direction: column;
    }

    .so3-u {
        width: 50%;
    }

    .so3-u:nth-child(1) {
        padding-top: 50px;
    }

    .so3-u:nth-child(2) {
        padding-top: 50px;
    }

    .so3-u:nth-child(4) {
        padding-top: 50px;
    }

    .so5-swcha {
        display: none;
    }

    .so6-h {
        margin-bottom: 10px;
    }

    .so6-p {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .so1 {
        padding: 48px 0 38px;
    }

    .so1-h {
        margin-bottom: 30px;
    }

    .vr-box iframe {
        height: 400px;
    }

    .ind-spot {
        padding: 46px 0 12px;
    }

    .so3-h {
        margin-bottom: 30px;
    }

    .so3-u {
        width: 100%;
    }

    .so3-u {
        padding-top: 0px !important;
    }

    .so3-u:first-child {
        padding-top: 30px !important;
    }

    .so4 {
        padding: 22px;
    }

    .so4-h {
        margin-bottom: 16px;
    }

    .so4-p {
        margin-bottom: 30px;
    }

    .ind-news {
        padding: 40px 0;
    }

    .ind-choose {
        padding: 40px 0 42px;
    }

    .so7-2 {
        width: 100%;
    }
}