#ven {
    transition: all 0.5s ease;
    background: #000;
}

.ventricle {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.headersp {
    background: #FFF !important;
}

@media (max-width: 1536px) {
    .hea-top {
        padding: 12px 0;
    }
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 7px 0;
    position: relative;
}

.ven1-loim img {
    width: 84px;
    height: auto;
    transition: all 0.5s ease;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.30);
    margin: 0 30px;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #FFF;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;

    --size: 0px;
    --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: #EE390A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #EE390A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-la i {
    margin-left: 4px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: 16px;
    font-style: normal;
    font-weight: bolder;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-la:hover i {
    color: #EE390A;
}

.ven2-l.on .ven2-la i {
    color: #EE390A;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    --w: 18px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vensesv i {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #EE390A;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 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);
}

/*  */
.ven-inqury a {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.08) 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 1.5px 2px 0 rgba(255, 255, 255, 0.15) inset;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury a i {
    font-size: 24px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    display: block;
    transition: all 0.5s ease;
}

.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: #EE390A;
    font-feature-settings: 'liga' off, 'calt' off;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
}

/*  */
.ven-line {
    width: 1px;
    height: 10px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.30);
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EE390A;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.ven2-langbt i {
    font-size: 22px;
    color: #FFF;
    display: block;
    margin-right: 6px;
}

.ven2-langbt:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #FFF;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.headersp .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-l::after {
        margin: 0 20px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .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: 20px;
    }
}

@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-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #EE390A;
    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: #EE390A;
    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-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #EE390A;
    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: #EE390A;
    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-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #EE390A;
    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: #EE390A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 480%;
    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: rgb(0, 0, 0);
    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: 408%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 390%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }

    .vensesv {
        margin-right: 20px;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 396%;
        right: -138px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .vensesv {
        margin-right: 10px;
    }

    .ven-line {
        margin: 0 10px;
    }
}

/* 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;
}

#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 .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 .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 .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: 77px;
    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: #EE390A;
}

.xiantiao>a {
    color: #EE390A;
}

.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: #EE390A;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 68px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-show {
    padding-top: 90px;
}

.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;
        margin-top: 60px;
    }
}

/*  */
.subnav-box {
    background: #000;
    padding: 15px 0;
}

.sub-show .subnav-box {
    background: #00000000;
}

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 26px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    margin-right: 20px;
    line-height: normal;
}

.sub-show .subnav i {
    color: rgba(34, 34, 34, 1);
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.sub-show .breadcrumb-item::before,
.sub-show .breadcrumb-item a span {
    color: #222;
}

.breadcrumb-item:hover a span {
    color: #EE390A;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.sub-show .breadcrumb-item+.breadcrumb-item::before {
    color: #222;
}

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .sub-page {
    justify-content: flex-end;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2.5px;
    transition: all 0.5s ease;
    --w: 35px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #ECECEC;
}

.sub-pagel a:hover {
    color: rgba(255, 255, 255, 1);
    background: #000;
}

.sub-pagel.on a {
    color: rgba(255, 255, 255, 1);
    background: #000;
}

.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-left: 15px;
}

.sub-pagel:first-child a {
    margin-right: 15px;
}

.sub-pagel a i {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }

    .subnav-box {
        padding: 7px 0;
    }

    .subnav i {
        margin-right: 14px;
    }
}

@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;
    }

    .subnav i {
        font-size: 22px;
        margin-right: 10px;
    }
}

/* contact */
.con1-box {
    padding: 120px 0 90px;
}

.con1-u {
    margin-right: calc(-.5 * 5.6rem);
    margin-left: calc(-.5 * 5.6rem);
}

.con1-l {
    padding-right: calc(5.6rem * .5);
    padding-left: calc(5.6rem * .5);
}

.con1-lbox {
    background: #ECECEC;
    height: 100%;
    padding: 0 12px 23px;
}

.con1-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.con1-li i {
    font-size: 32px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    --w: 70px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000;
    margin-top: calc(var(--w) * -.5);
    position: relative;
}

.con1-li i::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #FF3D00;
    z-index: -1;
}

.con1-labox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1-la {
    display: block;
}

.con1-la p {
    text-align: center;
    max-width: 370px;
}

.con1-la p span {
    color: #000;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);

    --size: 1px;
    --color: #EE390A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-la:hover p span {
    color: #EE390A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con2-box {
    padding: 80px 0 144px;
}

.con2-h {
    margin-bottom: 10px;
}

.con2-h p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.con2-p {
    margin-bottom: 30px;
}

.con2-p p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
}

.con2-fou {
    margin-right: calc(-.5 * 1.26rem);
    margin-left: calc(-.5 * 1.26rem);
}

.con2-fol {
    margin-bottom: 20px;
    padding-right: calc(1.26rem * .5);
    padding-left: calc(1.26rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 30px;
}

.con2-fol input,
.con2-fol textarea {
    color: #222;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    border: 1px solid #dedede00;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 14px 30px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #EE390A;
}

.con2-fol input::-webkit-input-placeholder {
    color: #222;
}

.con2-fol input::-moz-placeholder {
    color: #222;
}

.con2-fol input::-ms-input-placeholder {
    color: #222;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #222;
}

.con2-fol textarea::-moz-placeholder {
    color: #222;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #222;
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: flex-start;
}

.con2-fobt button {
    padding: 7px 10px 7px 25px;
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.con2-fobt button:hover {
    background: #FF3D00;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) 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 i {
    margin-left: 47px;
    line-height: normal;
    border-radius: 4px;
    background: #FFF;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.con2-fobt button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.con2-fobt button span {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .con1-u {
        margin-right: calc(-.5 * 2.6rem);
        margin-left: calc(-.5 * 2.6rem);
    }

    .con1-l {
        padding-right: calc(2.6rem * .5);
        padding-left: calc(2.6rem * .5);
    }

    .con1-li i {
        --w: 56px;
        font-size: 24px;
    }

    .con1-li i::after {
        width: 76px;
        height: 76px;
    }

    .con2-box {
        padding: 70px 0 104px;
    }
}

@media (max-width: 992px) {
    .con1-l {
        width: 100%;
        margin-bottom: 60px;
    }

    .con1-l:last-child {
        margin-bottom: 0;
    }

    .con2-fol {
        width: 100%;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 14px 12px;
    }
}

@media (max-width: 499px) {
    .con1-box {
        padding: 78px 0 50px;
    }

    .con2-box {
        padding: 40px 0 54px;
    }

    .con2-fol {
        margin-bottom: 14px;
    }
}

/* footer */
#footer {
    background: #EBEDF4;
    position: relative;
    background-size: cover !important;
}

.ft-box {
    padding: 76px 0 88px;
    position: relative;
    z-index: 12;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ft1-1 {
    width: 40.08%;
    flex: 0 0 auto;
}

.ft1-1h {
    margin-bottom: 10px;
}

.ft1-1h p {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.ft1-1p {
    margin-bottom: 24px;
}

.ft1-1p p {
    color: #FFF;
    font-family: 'ASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.2);
    max-width: 520px;
}

/*  */
.ft1-1fo {
    max-width: 520px;
}

.ft1-fou {
    margin-right: calc(-.5 * 0.62rem);
    margin-left: calc(-.5 * 0.62rem);
}

.ft1-fol {
    margin-bottom: 10px;
    padding-right: calc(0.62rem * .5);
    padding-left: calc(0.62rem * .5);
}

.ft1-fol:last-child {
    margin-bottom: 24px;
}

.ft1-fol input,
.ft1-fol textarea {
    color: #DCDCDC;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    letter-spacing: -0.28px;

    width: 100%;
    border-radius: 0;
    border: 1px solid #323131;
    background: transparent;

    transition: all 0.5s ease;
    padding: 8.5px 32px;
}

.ft1-fol input:focus,
.ft1-fol textarea:focus {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
}

.ft1-fol input::-webkit-input-placeholder {
    color: #FFF;
}

.ft1-fol input::-moz-placeholder {
    color: #FFF;
}

.ft1-fol input::-ms-input-placeholder {
    color: #FFF;
}

.ft1-fol textarea::-webkit-input-placeholder {
    color: #FFF;
}

.ft1-fol textarea::-moz-placeholder {
    color: #FFF;
}

.ft1-fol textarea::-ms-input-placeholder {
    color: #FFF;
}

.ft1-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ft1-fobt button {
    background: #FFF;
    padding: 7px 8px 7px 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}

.ft1-fobt button::after,
.ft1-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
    display: none;
}

.ft1-fobt button::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.ft1-fobt button:hover:before,
.ft1-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft1-fobt button span {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ft1-fobt button i {
    margin-left: 22px;
    line-height: normal;
    border-radius: 4px;
    background: #000;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.ft1-fobt button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.ft1-2 {
    width: 57.12%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-2lh {
    margin-bottom: 12px;
}

.ft1-2lh p {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

/* liebiao */
.ft1-2la {
    display: block;
    margin-bottom: 14px;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la span {
    color: #E1E2E5;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;

    --size: 1px;
    --color: #EE390A;
    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: #EE390A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* lianxi */
.ft1-2lfla {
    display: flex;
    align-items: center;
}

.ft1-2lfla p {
    color: #E1E2E5;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ft1-2lfla span {
    color: #E1E2E5;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);

    --size: 1px;
    --color: #EE390A;
    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: #EE390A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

div.ft1-2lfla span {
    display: block;
    max-width: 300px;
}

.ft1-2lfl {
    margin-bottom: 14px;
}

.ft1-2lfl:last-child {
    margin-bottom: 0;
}

/*  */
.ft2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 67px;
    padding-top: 24px;
    border-top: 1px solid #323131;
}

.ft-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ft-share>a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 1px solid rgba(225, 226, 229, 0.30);
    width: 40px;
    height: 40px;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.ft-share>a:hover {
    border-radius: 80px;
    border: 1px solid rgba(225, 226, 229, 0.30);
    background: rgba(255, 255, 255, 0.20);
}

.ft-share>a:first-child {
    margin-left: 0;
}

.ft-share>a i {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

/*  */

.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 0 28px;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy span {
    color: rgba(255, 255, 255, 0.60);
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.1px;
}

.ft3-1pow {
    margin-right: 4px;
}

.ft3-1pow span {
    color: rgba(255, 255, 255, 0.60);
    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: #EE390A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: #EE390A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-1cnzz {
    margin-right: 32px;
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.77);
    margin: 0 8px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #FFF;
    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: #EE390A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: #EE390A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft-box {
        padding: 56px 0 68px;
    }

    .ft1-fol input,
    .ft1-fol textarea {
        padding: 8.5px 16px;
    }

    .ft1-2 {
        width: 54.12%;
    }

    .ft3-box {
        padding: 0 0 14px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft1-1fo {
        max-width: 100%;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft3-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft-box {
        padding: 56px 0 30px;
    }
}

@media (max-width: 768px) {
    .ft1-fol {
        width: 100%;
    }

    .ft1-2u {
        display: none;
    }

    .ft2 {
        margin-top: 6px;
        padding-top: 20px;
    }
}

@media (max-width: 499px) {
    .ft3-2 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2>span {
        display: none;
    }

    .ft-box {
        padding: 36px 0 30px;
    }
}

/* about */
.ab1 {
    background: #ECECEC;
}

.ab1-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 110px 0 140px;
}

.ab1-1 {
    width: 35.6%;
    flex: 0 0 auto;
}

.ab1-video {
    display: block;
    position: relative;
}

.ab1-videobg {
    padding-bottom: 110%;
}

.ab2-videoico {
    position: absolute;
    --w: 144px;
    width: var(--w);
    height: var(--w);
    border-radius: 144px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 242, 235, 0.10);
    backdrop-filter: blur(19.200000762939453px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-videoico i {
    border-radius: 98px;
    border: 2px solid #FFF;
    background: #FFF;
    box-shadow: -24px 42px 30px 0 #F7E8D9 inset;
    --w: 98px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 61, 0, 1);
    font-size: 24px;
}

.ab1-video:hover .ab2-videoico i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-2 {
    width: calc(100% - 35.6% - 90px);
    flex: 0 0 auto;
    padding-bottom: 40px;
}

.ab1-2smh {
    margin-bottom: 20px;
    display: flex;
}

.ab1-2smh p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    background: #D2D2D2;
    padding: 8px 20px;
}

.ab1-2h {
    margin-bottom: 30px;
}

.ab1-2h p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 600;
    line-height: calc((var(--zj-so1top1) - 4px) * 1.11);
    text-transform: capitalize;
}

.ab1-2p {
    margin-bottom: 60px;
}

.ab1-2p p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    margin-bottom: 20px;
}

.ab1-2p p:last-child {
    margin-bottom: 0;
}

.ab1-2btn {
    display: flex;
}

.ab1-2a {
    display: flex;
    align-items: center;
    position: relative;

    padding: 7px 10px 7px 25px;
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab1-2a::after,
.ab1-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(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) 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);
}

.ab1-2a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ab1-2a:hover:before,
.ab1-2a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ab1-2a span {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.ab1-2a i {
    margin-left: 20px;
    line-height: normal;
    border-radius: 4px;
    background: #FFF;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.ab1-2a:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.ab2-box {
    padding: 130px 0 150px;
}

.ab2-u {
    display: flex;
    justify-content: space-between;
}

.ab2-lnum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.ab2-lnum p,
.ab2-lnum span {
    color: #FFF;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: calc(var(--zj-sub-h) - 8px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ab2-lh {
    margin-bottom: 24px;
}

.ab2-lh p {
    color: #FFF;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.ab2-lp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-lp p {
    color: #FFF;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 400px;
}

/*  */
.ab3-box {
    padding: 120px 0;
}

.ab3-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.ab3-h p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.ab3-swcha {
    display: flex;
    align-items: center;
}

.ab3-swcha>div {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 !important;
    opacity: 1 !important;
    border-radius: 4px;
    background: #ECECEC;
    --w: 35px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab3-swcha>.swiper-button-prev {
    margin-right: 10px !important;
}

.ab3-swcha>div:hover {
    background: #000;
}

.ab3-swcha>div::after {
    content: "";
}

.ab3-swcha>div i {
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.ab3-swcha>div:hover i {
    color: rgba(255, 255, 255, 1);
}

.ab3-sw {
    position: relative;
}

#ab3-sw {
    overflow: hidden;
}

.ab3-swbox {
    cursor: pointer;
}

.ab3-swimg {
    padding-bottom: 142%;
    margin-bottom: 20px;
}

.ab3-swimg img {
    transition: all 0.5s ease;
}

.ab3-swbox:hover .ab3-swimg img {
    transform: scale(1.08);
}

.ab3-swh p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: calc(var(--zj-subnav) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 60px 0 70px;
    }

    .ab1-1 {
        width: 39.6%;
    }

    .ab2-videoico {
        --w: 94px;
    }

    .ab2-videoico i {
        --w: 58px;
    }

    .ab1-2 {
        width: calc(100% - 39.6% - 40px);
        padding-bottom: 0;
    }

    .ab1-2p {
        margin-bottom: 30px;
    }

    .ab2-box {
        padding: 60px 0 70px;
    }

    .ab3-box {
        padding: 60px 0;
    }
}

@media (max-width: 992px) {
    .ab1-box {
        flex-direction: column-reverse;
    }

    .ab1-1 {
        width: 100%;
    }

    .ab1-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab2-u {
        flex-wrap: wrap;
    }

    .ab2-l {
        width: 100%;
        margin-bottom: 40px;
    }

    .ab2-l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 40px 0 50px;
    }

    .ab3-box {
        padding: 50px 0;
    }

    .ab3-1 {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .ab3-h {
        margin-bottom: 20px;
    }
}

/* media */
.med-box {
    padding: 60px 0 100px;
}

.med-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.med-navla {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #555;
    min-width: 200px;
    padding: 10px 25px;
    transition: all 0.5s ease;
}

.med-navl.on .med-navla {
    background: #000;
}

.med-navla:hover {
    background: #000;
}

.med-navla p span {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.med-navla i {
    font-size: 14px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

.med-u {
    margin-right: calc(-.5 * 1.7rem);
    margin-left: calc(-.5 * 1.7rem);
    margin-bottom: 20px;
}

.med-l {
    padding-right: calc(1.7rem * .5);
    padding-left: calc(1.7rem * .5);
    margin-bottom: 50px;
}

.med-limg {
    border: 1px solid #DDD;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 20px;
}

.med-la:hover .med-limg {
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.med-limg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: all 0.5s ease;
}

.med-la:hover .med-limg::after {
    opacity: 1;
}

.med-limg .img-box img {
    transition: all 0.5s ease;
}

.med-la:hover .med-limg .img-box img {
    transform: scale(1.08);
}

.med-li {
    position: absolute;
    --w: 80px;
    width: var(--w);
    height: var(--w);
    border-radius: 144px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 242, 235, 0.10);
    backdrop-filter: blur(19.200000762939453px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.med-la:hover .med-li {
    opacity: 1;
}

.med-li i {
    border-radius: 98px;
    border: 2px solid #FFF;
    background: #FFF;
    box-shadow: -24px 42px 30px 0 #F7E8D9 inset;
    --w: 60px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 61, 0, 1);
    font-size: 20px;
}

.med-la:hover .med-li i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.med-lh p {
    color: #000;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: calc(var(--zj-subnav) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1630px) {
    .med-navla {
        min-width: 160px;
        padding: 10px 12px;
    }
}

@media (max-width: 1536px) {
    .med-navla {
        min-width: 140px;
        padding: 8px 12px;
    }
}

@media (max-width: 1199.9px) {
    .med-nav {
        overflow: auto;
        justify-content: flex-start;
    }

    .med-navl {
        margin-right: 10px;
    }
}

@media (max-width: 992px) {
    .med-l {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .med-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .med-box {
        padding: 40px 0 60px;
    }

    .med-l {
        width: 100%;
        margin-bottom: 30px;
    }

    .med-nav {
        margin-bottom: 20px;
    }
}

/* probig */
.probig-box {
    padding: 70px 0 130px;
}

.probig-h {
    margin-bottom: 10px;
}

.probig-h p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.probig-p {
    margin-bottom: 40px;
}

.probig-p p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1200px;
}

.probig-u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.probig-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
}

.probig-la {
    display: block;
    position: relative;
}

.probig-la .img-box {
    padding-bottom: 50%;
}

.probig-la .img-box img {
    transition: all 0.5s ease;
}

.probig-la:hover .img-box img {
    transform: scale(1.08);
}

.probig-lh {
    position: absolute;
    left: 40px;
    top: 50px;
    z-index: 12;
}

.probig-lh p {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.probig-lbtn {
    position: absolute;
    left: 40px;
    bottom: 50px;
    z-index: 12;
}

.probig-lbtna {
    display: flex;
    align-items: center;
    position: relative;

    padding: 7px 10px 7px 25px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.probig-lbtna::after,
.probig-lbtna::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%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) 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);
}

.probig-lbtna::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.probig-lbtna:hover:before,
.probig-lbtna:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.probig-lbtna span {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.probig-lbtna i {
    margin-left: 22px;
    line-height: normal;
    border-radius: 4px;
    background: #FFF;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.probig-lbtna:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@media (max-width: 1536px) {
    .probig-box {
        padding: 60px 0 70px;
    }

    .probig-u {
        margin-right: calc(-.5 * 1.5rem);
        margin-left: calc(-.5 * 1.5rem);
    }

    .probig-l {
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
    }

    .probig-lh {
        left: 20px;
        top: 30px;
    }

    .probig-lbtn {
        left: 20px;
        bottom: 30px;
    }
}

@media (max-width: 842px) {
    .probig-l {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .probig-box {
        padding: 40px 0 30px;
    }

    .probig-p {
        margin-bottom: 30px;
    }

    .probig-la .img-box {
        padding-bottom: 67%;
    }
}

/*  */
/* 搜索无结果 */
.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 #EE390A;
    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: #EE390A;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* 产品products */
.pro-box {
    padding: 70px 0 93px;
}

.prod-toph {
    margin-bottom: 10px;
}

.prod-toph h2 {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: capitalize;
}

.prod-topp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.prod-topp p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1200px;
}

/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 16.2%;
    flex: 0 0 auto;
    position: sticky;
    top: 120px;
}

.pro1-l {
    margin-bottom: 1px;
    transition: all 0.5s ease;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px 7px 25px;
    position: relative;
    transition: all 0.5s ease;
    background: #000;
}

.pro1-l1a:hover {
    background: #FF3D00;
}

.pro1-l.on .pro1-l1a {
    background: #FF3D00;
}

.pro1-l1a span {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l1ico {
    background: #000;
}

.pro1-l1a:hover .pro1-l1ico {
    background: #000;
}

.pro1-l1ico i {
    font-size: 14px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    color: rgba(255, 255, 255, 1);
}

.pro1-l1a:hover .pro1-l1ico i {
    color: rgba(255, 255, 255, 1);
}

/*  */
.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: 19px 25px 24px;
    background: #ECECEC;
    margin-top: 1px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.pro1-l2a:last-child {
    margin-bottom: 0;
}

.pro1-l2a span {
    color: #111;
    font-family: 'TASA Orbiter Displa';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    --size: 1px;
    --color: #111;
    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: #111;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #111;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(100% - 16.2% - 40px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 40px;
}

.pro2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 20px;
}

.pro2-limg {
    display: block;
    border: 1px solid #DDD;
    position: relative;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg {
    border: 1px solid #E6B0A0;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(255, 61, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-li {
    opacity: 1;
}

.pro2-li i {
    font-size: 17px;
    color: #000;
    line-height: normal;
}

.pro2-lh p {
    color: #000;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: calc(var(--zj-subnav) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 60px 0 73px;
    }

    .pro1 {
        top: 90px;
        width: 18.2%;
    }

    .pro2-u {
        margin-right: calc(-.5 * 1.22rem);
        margin-left: calc(-.5 * 1.22rem);
        margin-bottom: 30px;
    }

    .pro2-l {
        padding-right: calc(1.22rem * .5);
        padding-left: calc(1.22rem * .5);
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .pro-box {
        padding: 40px 0 53px;
    }

    .prod-topp {
        margin-bottom: 20px;
    }
}

/*  */
/*  */
.prode-top {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    margin-bottom: 52px;
}

.prode1-1 {
    width: 45.46%;
    flex: 0 0 auto;
}

.slider-navbox {
    position: relative;
    width: calc(81% - 30px);
    flex: 0 0 auto;
}

.slider-navbox .slider-prev,
.slider-navbox .slider-next {
    --w: 28px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #ECECEC;
    z-index: 12;
    opacity: 1;
    transition: all 0.5s ease;
}

.slider-navbox .slider-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider-navbox .slider-next {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider-navbox .slider-prev:hover,
.slider-navbox .slider-next:hover {
    background: #FF3D00;
}

.slider-navbox .slider-prev i,
.slider-navbox .slider-next i {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.slider-navbox .slider-prev:hover i,
.slider-navbox .slider-next:hover i {
    color: rgba(255, 255, 255, 1);
}

/*  */
.prode1-2 {
    width: calc(100% - 45.46% - 90px);
    flex: 0 0 auto;
    padding-top: 40px;
}

.prode1-2h {
    margin-bottom: 20px;
}

.prode1-2h p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prode1-2line {
    width: 40px;
    height: 4px;
    border-radius: 18px;
    background: #FF3D00;
    margin: 20px 0;
}

.prode1-2p {
    margin-bottom: 95px;
}

.prode1-2p p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode1-2btn {
    display: flex;
    align-items: center;
}

.prode1-2a {
    padding: 7px 10px 7px 25px;
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 25px;
    min-width: 200px;
    transition: all 0.5s ease;
}

.prode1-2a:last-child {
    margin-right: 0
}

.prode1-2a:hover {
    background: #FF3D00;
}

.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%, -196%) rotate(-30deg);
    transform: translate(-18%, -196%) 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: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.prode1-2a i {
    margin-left: 47px;
    line-height: normal;
    border-radius: 4px;
    background: #FFF;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.prode1-2a:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

.prode1-2share {
    display: flex;
    align-items: center;
    margin-top: 44px;
}

.prode1-2share p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 25px;
}

/* prode2 */
.prode-nav {
    position: sticky;
    top: 102px;
    z-index: 14;
    background: #ECECEC;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    position: relative;
}

.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #00998B;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    width: max-content;
    padding: 10px 41px;
    position: relative;
    transition: all 0.5s ease;
    min-width: 200px;
    text-align: center;
}

.prode2-l:hover .prode2-la {
    color: #FFF;
    background: #000;
}

.prode2-l.on .prode2-la {
    color: #FFF;
    background: #000;
    font-weight: 700;
}

/*  */
.prode-sa {
    padding-bottom: 130px;
}

.prode3 {
    margin-top: 65px;
}

.prode3h {
    margin-bottom: 9px;
}

.prode3h p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

/* prode5 */
.prode5 {
    margin-top: 70px;
}

.prode5 .prode3h {
    margin-bottom: 20px !important;
}

.prode5h {
    border-radius: 0;
    background: #000;
    margin-bottom: 20px;
    padding: 17px 40px;
}

.prode5h p {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.prode5 .con2-fol input,
.prode5 .con2-fol textarea {
    background: #ECECEC;
}

.prode5 .con2-fou {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.prode5 .con2-fol {
    margin-bottom: 20px;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.prode5 .con2-fol input,
.prode5 .con2-fol textarea {
    color: #222;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.prode5 .con2-fol:last-child {
    margin-bottom: 26px;
}

/*  */
.prode5-p {
    margin-bottom: 24px;
}

.prode5-p p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: 0.32px;
}

/* You May Like */
.prode6 {
    margin-top: 90px;
}

.prode6 .prode3h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.prode6-ubtn {
    display: flex;
    align-items: center;
}

.prode6-ubtn>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
    --w: 35px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #ECECEC;
    transition: all 0.5s ease;
}

.prode6-ubtn>div:hover {
    background: #000;
}

.prode6-ubtn>div:nth-child(2) {
    margin-left: 10px !important;
}

.prode6-ubtn>div::after {
    content: "";
}

.prode6-ubtn>div i {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.prode6-ubtn>div:hover i {
    color: #fff;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .slider-navbox {
        width: calc(81% - 14px);
    }

    .slider-nav .slick-slide {
        padding: 6px 0;
    }

    .prode1-2 {
        padding-top: 0;
        width: calc(100% - 45.46% - 40px);
    }

    .prode1-2p {
        margin-bottom: 55px;
    }
}

@media (max-width: 992px) {
    .prode1-1 {
        flex-direction: column;
    }

    .slider-navbox {
        width: 100%;
    }

    .slider-nav {
        width: 100%;
    }

    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
    }

    .prode1-2 {
        width: 100%;
    }

    .slider-nav .slick-slide {
        padding: 6px;
    }

    .prode1-1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 642px) {
    .prode1-2btn {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode1-2a {
        margin-right: 0;
        margin-bottom: 6px;
    }
}

@media (max-width: 499px) {
    .sub-show {
        padding-top: 70px;
    }

    .prode1-2p {
        margin-bottom: 35px;
    }

    .prode1-2share {
        margin-top: 22px;
    }

    .prode3 {
        margin-top: 35px;
    }

    .prode5 {
        margin-top: 30px;
    }

    .prode5h {
        margin-bottom: 10px;
        padding: 12px 12px;
    }

    .prode6 {
        margin-top: 40px;
    }

    .prode6 .prode3h {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .prode6-ubtn {
        margin-top: 10px;
    }

    .prode3h p {
        letter-spacing: 0px;
    }

    .prode-sa {
        padding-bottom: 50px;
    }
}

/* -------------------------------------------- */

/* 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;
    display: none !important;
}

.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-nav */
.ind-nav {
    background: #000;
    padding: 17px;
}

.marquee-container {
    overflow: hidden;
    position: relative;
}

.marquee-wrapper {
    display: flex;
    width: 78%;
    animation: marquee 20s linear infinite;
}

.marquee-content {
    white-space: nowrap;
    width: 100%;
    flex-shrink: 0;
    padding-right: 3%;

    color: #646464;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-content span {
    display: flex;
    align-items: center;
}

.marquee-content img {
    width: 22px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 34px;
}

/* ind-pro so1 */
.so1 {
    position: relative;
}

#so1-sw {
    overflow: hidden;
}

.so1-swbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 60px 135px 114px;
}

.so1-1 {
    width: 46.8%;
    flex: 0 0 auto;
}

.so1-1 .img-box img {
    background-image: none;
}

.so1-2 {
    width: calc(53.2% - 94px);
    flex: 0 0 auto;
}

.so1-2top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.so1-2toph {
    border-radius: 6px;
    background: #ECECEC;
    padding: 8px 16px;
    margin-right: 2px;
}

.so1-2toph p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so1-2topa {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #ECECEC;
    padding: 8px 16px;
    height: 40px;
}

.so1-2topa i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
}

.so1-2topa:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.so1-2smh {
    margin-bottom: 16px;
}

.so1-2smh p {
    color: #646464;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.so1-2h {
    margin-bottom: 30px;
}

.so1-2h p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: calc(var(--zj-so1top1) - 4px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

.so1-2p {
    margin-bottom: 30px;
}

.so1-2p p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.so1-2btn {
    display: flex;
}

.so1-2a {
    padding: 7px 10px 7px 25px;
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.so1-2a:hover {
    background: #FF3D00;
}

.so1-2a::after,
.so1-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(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.so1-2a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.so1-2a:hover:before,
.so1-2a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.so1-2a span {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.so1-2a i {
    margin-left: 22px;
    line-height: normal;
    border-radius: 4px;
    background: #FFF;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.so1-2a:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
#so1-sw .swiper-pagination {
    width: 46.8%;
    left: 114px;
    bottom: 130px;
}

#so1-sw .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 18px;
    background: #D9D9D9;
    opacity: 1;
    transition: all 0.5s ease;
}

#so1-sw .swiper-pagination-bullet-active {
    width: 40px;
    background: #FF3D00;
}

/* ind-hot so2 */
.ind-hot {
    background: #ECECEC;
}

.so2 {
    padding: 76px 0;
}

.so2-h {
    margin-bottom: 9px;
}

.so2-h p {
    color: #000;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.so2-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.so2-p p {
    color: #000;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 700px;
}

.so2-sw {
    position: relative;
}

#so2-sw {
    overflow: hidden;
}

.so2-swbox {
    display: block;
    background: #FFF;
    padding: 20px 20px 26px;
}

.so2-swimg {
    margin-bottom: 105px;
}

.so2-swimg .img-box img {
    transition: all 0.5s ease;
}

.so2-swbox:hover .so2-swimg .img-box img {
    transform: scale(1.08);
}

.so2-swh p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2-swh p span {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/* ind-succss so3 */
.so3 {
    padding-top: 140px;
}

.so3-h {
    margin-bottom: 9px;
}

.so3-h p {
    color: #000;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.so3-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.so3-p p {
    color: #000;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 700px;
}

.so3-sw {
    position: relative;
    padding: 0 20px;
}

#so3-sw {
    overflow: hidden;
}

.so3-swbox {
    position: relative;
    display: block;
}

.so3-swbox::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 25%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -1.72%, rgba(0, 0, 0, 0.60) 100%);
    /* backdrop-filter: blur(37.79999923706055px); */
    z-index: 10;
}

.so3-swimg .img-box {
    padding-bottom: 130%;
}

.so3-swimg .img-box img {
    transition: all 0.5s ease;
}

.so3-swbox:hover .so3-swimg .img-box img {
    transform: scale(1.08);
}

.so3-swte {
    position: absolute;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12
}

.so3-swnum {
    margin-bottom: 13px;
}

.so3-swnum p {
    color: rgba(255, 255, 255, 0.60);
    font-family: 'TASA Orbiter Display';
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.so3-swh p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so3-swh p span {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* ind-numchang so4 */
.so4 {
    padding-top: 100px;
}

.so4 .ab2-lnum p,
.so4 .ab2-lnum span {
    background: linear-gradient(180deg, #000 15%, #999 83.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.so4 .ab2-lh p {
    color: #000;
}

.so4 .ab2-lp p {
    color: #767676;
}

/* ind-video so5 */
.so5 {
    padding-top: 100px;
}

.so5 .ab1-videobg {
    padding-bottom: 40%;
}

/* ind-resour so6 */
.so6 {
    padding: 140px 0;
}

.so6-h {
    margin-bottom: 16px;
}

.so6-h p {
    color: #03020B;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.so6-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 58px;
}

.so6-p p {
    color: #767676;
    text-align: center;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    max-width: 786px;
}

.so6-sw {
    position: relative;
}

#so6-sw {
    overflow: hidden;
}

.so6-swbox {
    display: block;
    position: relative;
}

.so6-swbox::after {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 10;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -1.72%, rgba(255, 255, 255, 0.60) 100%);
    /* backdrop-filter: blur(37.79999923706055px); */
    /* backdrop-filter: blur(2px); */
    left: 50%;
    transform: translateX(-50%);
    height: 54%;
    bottom: 0;
}

.so6-swimg .img-box img {
    transition: all 0.5s ease;
}

.so6-swbox:hover .so6-swimg .img-box img {
    transform: scale(1.08);
}

.so6-swclas {
    background: #FFF;
    padding: 3px 10px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 12;
}

.so6-swclas p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so6-swte {
    position: absolute;
    width: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 22px;
    z-index: 12;
}

.so6-swnum {
    margin-bottom: 10px;
}

.so6-swnum p {
    color: #FF3D00;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.so6-swh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--zj-con2la) * 1.18 * 3);
}

.so6-swh p span {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con2la) * 1.18);
}

@media (max-width: 1536px) {
    .marquee-wrapper {
        width: 100%;
    }

    .marquee-content img {
        margin-right: 20px;
    }

    .ind-nav {
        padding: 10px;
    }

    .so1-swbox {
        padding: 60px 0 135px 0;
    }

    #so1-sw .swiper-pagination {
        left: 0;
        bottom: 100px;
    }

    .so2-swimg {
        margin-bottom: 65px;
    }

    .so3 {
        padding-top: 70px;
    }

    .so6 {
        padding: 70px 0;
    }
}

@media (max-width: 842px) {
    .marquee-content {
        width: max-content;
    }

    .marquee-content span {
        margin-right: 34px;
    }

    .so1-swbox {
        flex-direction: column-reverse;
    }

    .so1-1 {
        width: 100%;
    }

    .so1-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    #so1-sw .swiper-pagination {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .so1-swbox {
        padding: 50px 0 55px 0;
    }

    #so1-sw .swiper-pagination {
        bottom: 20px;
    }

    .so2 {
        padding: 36px 0;
    }

    .so2-p {
        margin-bottom: 20px;
    }

    .so3 {
        padding-top: 40px;
    }

    .so3-p {
        margin-bottom: 30px;
    }

    .so4 {
        padding-top: 40px;
    }

    .ab2-lnum {
        margin-bottom: 10px;
    }

    .ab2-lnum p,
    .ab2-lnum span {
        letter-spacing: 0.8px;
    }

    .so5 {
        padding-top: 40px;
    }

    .so5 .ab1-videobg {
        padding-bottom: 60%;
    }

    .so6 {
        padding: 40px 0;
    }

    .so6-p {
        margin-bottom: 28px;
    }

    .so6-swclas {
        top: 12px;
        left: 12px;
    }

    .so6-swte {
        width: calc(100% - 24px);
        bottom: 12px;
    }
}

.fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    max-width: 80% !important;
    height: 100% !important;
    min-height: 50% !important;
    max-height: 80% !important;
    margin: 0 !important;
}

.fancybox-slide--video video {
    max-width: 80% !important;
    padding: 0 !important;
}/* ne-box */
.ne-box {
    padding: 70px 0 100px;
}

.ne-u {
    margin-bottom: 20px;
}

.ne-l {
    margin-bottom: 30px;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 70px 0 70px;
    }
}

@media (max-width: 1199.9px) {
    .ne-l {
        width: 33.33%;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ne-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-box {
        padding: 40px 0;
    }
}