#ven {
    transition: all 0.5s ease;
}

.ventricle {
    background: #FFF;
    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: 13px 0;
    position: relative;
}

.ven1-loim img {
    width: 103px;
    height: auto;
    transition: all 0.5s ease;
}

.ven1-loim img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.ventricle .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.ventricle .ven1-loim img:nth-child(2) {
    opacity: 1;
}

.headersp .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.headersp .ven1-loim img:nth-child(2) {
    opacity: 1;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    margin: 0 28px;
}

.ven2-l:last-child:after {
    margin: 0 98px;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #FFF;
    font-family: 'Zalando Sans Expanded';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;

    --size: 0px;
    --color: #EB562B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ventricle .ven2-la span {
    color: #000;
}

.headersp .ven2-la span {
    color: #000;
}

.ven2-la:hover span {
    color: #EB562B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #EB562B;
    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;
}

.ventricle .ven2-la i {
    color: #000;
}

.headersp .ven2-la i {
    color: #000;
}

.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;
    margin: 0 30px;
}

.vensesv p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 6px;
    transition: all 0.5s ease;
}

.ventricle .vensesv p {
    color: #000;
}

.headersp .vensesv p {
    color: #000;
}

.vensesv:hover p {
    color: #EB562B;
}

.vensesv i {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.ventricle .vensesv i {
    color: #000;
}

.headersp .vensesv i {
    color: #000;
}

.vensesv:hover i {
    color: #EB562B;
    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 {
    display: flex;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, #18429B 100%);
    padding: 3px 3px 3px 20px;
}

.ven-inqury p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 12px;
}

.ven-inqury .ven-inqurya {
    position: relative;
    border-radius: 100px;
    background: #FFF;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya i {
    font-size: 24px;
    line-height: normal;
    color: rgba(235, 86, 43, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya 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 .ven-inqurya 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: rgba(235, 86, 43, 1);
    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);
    display: none;
}

/*  */
.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-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-langbt:hover span {
    color: #EB562B;
}

.ventricle .ven2-langbt span {
    color: #000;
}

.headersp .ven2-langbt span {
    color: #000;
}


/* 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: 90px;
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 14px;
    }

    .ven2-l:last-child:after {
        margin: 0 38px;
    }

    .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;
    }

    .vensesv {
        margin: 0 20px;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 70px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury {
        padding: 3px;
    }

    .ven-inqury p {
        display: none;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 220%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #EB562B;
    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: #EB562B;
    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: #EB562B;
    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: #EB562B;
    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: 140%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.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: 320%;
    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: 360%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 390%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 340%;
        right: -65px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .vensesv {
        margin: 0 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: #000;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #000;
}

#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: #000;
}

.ventricle .venPhoSack::before {
    background: #000 !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #FFF;
}

.headersp #venPho .venPhoSack.on::after {
    background: #000;
}

.ventricle .venPhoSack::after {
    background: #000 !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: #000;
}

.ventricle .venPhoSack span {
    background: #000 !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: #EB562B;
}

.xiantiao>a {
    color: #EB562B;
}

.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: #EB562B;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 64px;
    }

    #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-te {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
}

.sub-h {
    margin-bottom: 26px;
    display: flex;
}

.sub-h p {
    color: #FFF;
    font-size: calc(var(--zj-so2lnum2) - 4px);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -2.08px;
    background: linear-gradient(90deg, rgb(237 110 74) 15%, rgb(255, 255, 255) 38.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-p p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    max-width: 555px;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1360px;
}

@media (max-width: 1536px) {
    .sub-h {
        margin-bottom: 14px;
    }

    .sub-te {
        bottom: 60px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {

    .sub-te {
        bottom: 32px;
    }
}

/*  */
.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: 256px;
    }
}

/*  */
.subnav-box {
    background: #F8F8F8;
    padding: 17px 0;
}

.sub-show .subnav-box {
    background: #00000000;
}

.subnav-boxctm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 16px;
    line-height: normal;
    color: #000;
    margin-right: 6px;
    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: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
    padding-bottom: 2px;
}

.sub-show .breadcrumb-item::before,
.sub-show .breadcrumb-item a span {
    color: #000;
}

.breadcrumb-item:hover a span {
    color: #EB562B;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.sub-show .breadcrumb-item+.breadcrumb-item::before {
    color: #222;
}

/*  */
.subnav-u {
    display: flex;
    align-items: center;
}

.subnav-l {
    position: relative;
    display: flex;
    align-items: center;
}

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #EB562B;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }
}

@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: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    transition: all 0.5s ease;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #F5F5F5;
}

.sub-pagel a:hover {
    color: rgba(255, 255, 255, 1);
    background: #EB562B;
}

.sub-pagel.on a {
    color: rgba(255, 255, 255, 1);
    background: #EB562B;
}

.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 a i {
    font-size: 18px;
    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 {
    position: relative;
}

.con1>img {
    position: absolute;
    width: 690px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    right: -345px;
    top: 1%;
    z-index: -1;
    background: transparent;
}

.con1-box {
    padding-top: 120px;
}

.con1-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.con1-smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.con1-smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.con1-smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.con1-h {
    margin-bottom: 22px;
}

.con1-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
}

.con1-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.con1-p p {
    overflow: hidden;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    max-width: 672px;
}

/*  */
.con1-sw {
    position: relative;
}

#con1-sw {
    overflow: hidden;
}

.con1-swbox {
    border: 1px solid #E6E6E6;
    padding: 50px 36px;
}

.con1-swimg {
    width: 76px;
    border-radius: 76px;
    overflow: hidden;
    margin-bottom: 40px;
}

.con1-swh {
    margin-bottom: 10px;
}

.con1-swh p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.con1-swp {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

.con1-swp p {
    color: #EB562B;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
}

.con1-l {
    display: flex;
    margin-bottom: 26px;
}

.con1-l:last-child {
    margin-bottom: 0;
}

.con1-li {
    background: #EB562B;
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 12px;
}

.con1-li i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.con1-lh {
    margin-bottom: 6px;
}

.con1-lh p {
    color: #666;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.con1-la {
    display: flex;
}

.con1-la p span {
    color: #000;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    transition: all 0.5s ease;
}

.con1-la:hover p span {
    color: #EB562B;
}

.con1-swchan {
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 !important;
    opacity: 1 !important;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px !important;
    transition: all 0.5s ease;
}

.con1-swchan>div:hover {
    background: #EB562B;
}

.con1-swchan>div::after {
    content: "";
}

.con1-swchan>div i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.con1-swchan>div:hover i {
    color: #FFF;
}

.con2 {
    padding: 150px 0;
    position: relative;
}

.con2>img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
    background: transparent;
}

.con2-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.con2-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    letter-spacing: -1.28px;
    max-width: 726px;
}

.con2-form {
    max-width: 900px;
    margin: auto;
}

.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 input,
.con2-fol textarea {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;

    width: 100%;
    border: 1px solid #dedede00;
    background: #F8F8F8;

    transition: all 0.5s ease;
    padding: 14px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #EB562B;
}

.con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.con2-fol input::-moz-placeholder {
    color: #666;
}

.con2-fol input::-ms-input-placeholder {
    color: #666;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.con2-fol textarea::-moz-placeholder {
    color: #666;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: center;
    margin-top: 30px;
}

.con2-fobt button {
    padding: 3px 3px 3px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, #18429B 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.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 span {
    color: #F8F8F8;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.con2-fobti {
    --w: 42px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #FFF;
    margin-left: 12px;
}

.con2-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(235, 86, 43, 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);
    }
}

@media (max-width: 1536px) {
    .con1-box {
        padding-top: 80px;
    }

    .con1-smh {
        margin-bottom: 26px;
    }

    .con1-h {
        margin-bottom: 12px;
    }

    .con1-p {
        margin-bottom: 60px;
    }

    .con1-swbox {
        padding: 20px 16px;
    }

    .con1-swimg {
        margin-bottom: 20px;
    }

    .con1-swp {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .con1-swchan {
        margin-top: 60px;
    }

    .con1-swchan>div {
        --w: 40px;
        margin: 0 4px !important;
    }

    .con2 {
        padding: 110px 0;
    }
}

@media (max-width: 992px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con1-box {
        padding-top: 40px;
    }

    .con1-smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .con1-smh div span {
        --w: 12px;
    }

    .con1-smh {
        margin-bottom: 16px;
    }

    .con1-p {
        margin-bottom: 30px;
    }

    .con1-swimg {
        width: 60px;
        margin-bottom: 10px;
    }

    .con1-swchan {
        margin-top: 30px;
    }

    .con2 {
        padding: 40px 0 50px;
    }

    .con2-h {
        margin-bottom: 20px;
    }

    .con2-fobt {
        margin-top: 10px;
    }

    .con2-fobti {
        --w: 36px;
    }

    .con2-fol {
        margin-bottom: 14px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 14px 12px;
    }
}

/* footer */

.ft1 {
    display: flex;
    justify-content: space-between;
    padding: 90px 0 0;
}

.ft1-1smh {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.ft1-1smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.ft1-1smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.ft1-1smh p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.ft1-1h {
    margin-bottom: 22px;
}

.ft1-1h p {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1.92px;
    text-transform: capitalize;
    max-width: 634px;
}

.ft1-1p {
    margin-bottom: 50px;
}

.ft1-1p p {
    color: #999;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
    max-width: 588px;
}

/*  */
.ft1-1from {
    margin-bottom: 50px;
}

.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 100px;
    border: 1px solid #666;
    overflow: hidden;
    background: transparent;
    padding: 3px 3px 3px 20px;
    transition: all 0.5s ease;
    max-width: 475px;
}


.ft1-sehfo:focus {
    border: 1px solid #00998B;
}

.ft1-sehfo input {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    background: transparent;
    border: none;
    width: 60%;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: #666;
}

.ft1-sehfo input::-moz-placeholder {
    color: #666;
}

.ft1-sehfo input::-ms-input-placeholder {
    color: #666;
}

/*  */
.ft1-sehfo button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #EC952A;
    position: relative;
    overflow: hidden;
    --w: 42px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #FFF;
}

.ft1-sehfo button::after,
.ft1-sehfo button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft1-sehfo button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft1-sehfo button:hover:before,
.ft1-sehfo button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft1-sehfo button i {
    font-size: 18px;
    color: rgba(235, 86, 43, 1);
}

.ft1-sehfo button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/* ft1-2 */
.ft1-2 {
    width: 50%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-2lh {
    margin-bottom: 30px;
}

.ft1-2lh p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
}

/* liebiao */
.ft1-2la {
    display: block;
    margin-bottom: 16px;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la span {
    color: #999;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;

    --size: 1px;
    --color: #EB562B;
    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: #EB562B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* lianxi */
.ft1-2lfl {
    margin-bottom: 16px;
}

.ft1-2lfl:last-child {
    margin-bottom: 0;
}

.ft1-2lfla span {
    color: #999;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;

    --size: 1px;
    --color: #EB562B;
    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: #EB562B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

div.ft1-2lfla span {
    display: block;
    max-width: 283px;
}

.ft1-2lfla p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 6px;
}

/*  */
.ft2 {
    margin: 14px 0 17px;
    margin: 34px 0 17px;
}

.marquee-container {
    overflow: hidden;
    position: relative;
    display: none;
}

.marquee-wrapper {
    display: flex;
    width: max-content;
    animation: marquee 50s linear infinite;
}

.marquee-content {
    white-space: nowrap;
    width: max-content;
    flex-shrink: 0;
    padding-right: 2%;

    color: #FFF;
    text-align: center;
    font-size: 226px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -9.04px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-content span {
    display: flex;
    align-items: center;
}

/*  */
.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    border-top: 1px solid rgba(246, 254, 224, 0.15);
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 170%;
}

.ft3-1pow {
    margin-right: 16px;
}

.ft3-1pow span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 170%;
    --size: 1px;
    --color: #EB562B;
    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: #EB562B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.ft3-2>span {
    width: 1px;
    height: 16px;
    background: #FFF;
    margin: 0 14px 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: 170%;
    text-transform: capitalize;
    --size: 1px;
    --color: #EB562B;
    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: #EB562B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ft3-share>a {
    --w: 42px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.ft3-share>a:hover {
    border: 1px solid #EB562B;
}

.ft3-share>a i {
    font-size: 24px;
    color: #FFF;
    transition: all 0.5s ease;
}

.ft3-share>a:hover i {
    color: #EB562B;
}

@media (max-width: 1536px) {
    .ft1-1 {
        width: calc(40% - 20px);
        flex: 0 0 auto;
    }

    .ft1-2 {
        width: 60%;
    }

    .marquee-content {
        font-size: 150px;
    }

    .ft3-share>a {
        --w: 34px;
    }

    .ft3-share>a i {
        font-size: 16px;
    }
}

@media (max-width: 1199.9px) {
    .ft-box {
        padding-bottom: 49px;
    }

    .ft3-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1 {
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-share>a {
        margin-left: 0;
        margin-right: 10px;
    }

    .ft3-2 {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
    }

    .ft1-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .ft1-2l:nth-child(1),
    .ft1-2l:nth-child(2) {
        display: none;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 40px 0 20px;
    }

    .ft1-1smh {
        margin-bottom: 16px;
    }

    .ft1-1smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .ft1-1smh div span {
        --w: 12px;
    }

    .ft1-1h {
        margin-bottom: 12px;
    }

    .ft1-1p {
        margin-bottom: 30px;
    }

    .ft1-sehfo {
        padding: 3px;
    }

    .ft1-sehfo button {
        --w: 36px;
    }

    .ft1-1from {
        margin-bottom: 30px;
    }

    .ft1-2lh {
        margin-bottom: 20px;
    }

    .ft1-2lfl {
        margin-bottom: 8px;
    }

    .marquee-content {
        font-size: 100px;
        line-height: 112%;
        letter-spacing: -3.04px;
    }
}

/* 新闻 */
.sub-news .sub-p p {
    max-width: 675px;
}

.news-box {
    padding: 123px 0 120px;
}

.ne-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.ne-smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.ne-smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.ne-smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.ne-h {
    margin-bottom: 22px;
}

.ne-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
}

.ne-p {
    margin-bottom: 90px;
}

.ne-p p {
    color: #666;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
}

.ne-u {
    margin-right: calc(-.5 * 3.26rem);
    margin-left: calc(-.5 * 3.26rem);
    margin-bottom: 40px;
}

.ne-l {
    padding-right: calc(3.26rem * .5);
    padding-left: calc(3.26rem * .5);
    margin-bottom: 50px;
}

.ne-limg .img-box {
    padding-bottom: 64%;
    margin-bottom: 26px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lh {
    display: block;
    margin-bottom: 16px;
}

.ne-lh p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.36);
    min-height: calc(var(--zj-oem3-1l1p) * 1.36 * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lh p {
    color: #EB562B;
}

.ne-lp {
    margin-bottom: 26px;
}

.ne-lp p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-lnum {
    display: flex;
    align-items: center;
}

.ne-lnumi {
    border-radius: 100px;
    background: #F8F8F8;
    --w: 36px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 auto;
}

.ne-lnumi i {
    font-size: 18px;
    display: inline-block;
    background: linear-gradient(to right, rgba(235, 86, 43, 1), rgba(24, 66, 155, 1));
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.ne-lnum p {
    color: #EB562B;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

@media (max-width: 1536px) {
    .news-box {
        padding: 90px 0 90px;
    }

    .ne-smh {
        margin-bottom: 26px;
    }

    .ne-h {
        margin-bottom: 12px;
    }

    .ne-p {
        margin-bottom: 60px;
    }

    .ne-u {
        margin-right: calc(-.5 * 1.8rem);
        margin-left: calc(-.5 * 1.8rem);
        margin-bottom: 20px;
    }

    .ne-l {
        padding-right: calc(1.8rem * .5);
        padding-left: calc(1.8rem * .5);
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ne-l {
        width: 100%;
    }

    .news-box {
        padding: 40px 0 50px;
    }

    .ne-smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .ne-smh div span {
        --w: 12px;
    }

    .ne-smh {
        margin-bottom: 16px;
    }

    .ne-h p {
        letter-spacing: 0px;
    }

    .ne-p {
        margin-bottom: 30px;
    }

    .ne-l {
        margin-bottom: 10px;
    }
}

/* about */
.ab1-box {
    padding: 89px 0 90px;
    border-bottom: 1px solid #D9D9D9;
}

.ab1-smh {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.ab1-smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.ab1-smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.ab1-smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.ab1-h {
    margin-bottom: 22px;
}

.ab1-h p {
    color: #000;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
    max-width: 1155px;
}

.ab1-p p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    max-width: 1195px;
    margin-bottom: 25px;
}

.ab1-p p:last-child {
    margin-bottom: 0;
}

.ab2-box {
    padding-bottom: 30px;
}

.ab2-1 {
    padding: 90px 0;
    display: flex;
    justify-content: space-between;
}

.ab2-1logo {
    display: block;
    flex: 0 0 auto;
}

.ab2-1logo img {
    width: 154px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab2-1te {
    width: 64%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ab2-1tbox {
    width: calc(50% - 60px);
}

.ab2-1h {
    margin-bottom: 16px;
}

.ab2-1h p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
}

.ab2-1p p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
}

.ab2-video {
    display: block;
    position: relative;
}

.ab2-videobg {
    padding-bottom: 36%;
}

.ab2-videoico {
    position: absolute;
    --w: 70px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: rgba(235, 86, 43, 0.85);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-videoico i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

.ab2-video:hover .ab2-videoico i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/* ab3 */
.ab3 {
    background: #1F1F1F;
    padding: 120px 0;
}

.ab3-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.ab3-smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.ab3-smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.ab3-smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.ab3-h {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab3-h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
    max-width: 859px;
}

.ab3-p {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab3-p p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    max-width: 1071px;
}

/*  */
.ab3-sw {
    position: relative;
}

#ab3-sw {
    overflow: hidden;
}

.ab3-swbox {
    cursor: pointer;
}

.ab3-swimg {
    padding-bottom: 62%;
    margin-bottom: 26px;
}

.ab3-swimg img {
    transition: all 0.5s ease;
}

.ab3-swbox:hover .ab3-swimg img {
    transform: scale(1.08);
}

.ab3-swh p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    text-align: center;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ab3-swbox:hover .ab3-swh p {
    color: #EB562B;
}

.ab3-swchan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}

.ab3-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
    border-radius: 100px;
    background: #F5F5F5;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px !important;
    transition: all 0.5s ease;
}

.ab3-swchan>div:hover {
    background: #EB562B;
}

.ab3-swchan>div i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.ab3-swchan>div:hover i {
    color: #FFF;
}

.ab3-swchan>div::after {
    content: "";
}

/* ab4 */
.vr-box iframe {
    display: block;
    width: 100%;
    height: 910px;
    border-radius: 0;
}

/* ab5 */
.ab5 {
    position: relative;
}

.ab5>img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
    background: transparent;
}

.ab5-box {
    padding: 120px 0 160px;
}

.ab5-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.ab5-smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.ab5-smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.ab5-smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.ab5-h {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab5-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
    max-width: 912px;
}

.ab5-p {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab5-p p {
    overflow: hidden;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    max-width: 990px;
}

/*  */
.ab5-sw {
    position: relative;
}

#ab5-sw {
    overflow: hidden;
}

.ab5-swbox {
    cursor: pointer;
}

.ab5-swimg {
    padding: 48px 51px;
    margin-bottom: 26px;
    background: #FFF;
}

.ab5-swimg .img-box {
    padding-bottom: 152%;
}

.ab5-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab5-swbox:hover .ab5-swimg .img-box img {
    transform: scale(1.08);
}

.ab5-swh p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ab5-swbox:hover .ab5-swh p {
    color: #EB562B;
}

.ab5-swchan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}

.ab5-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
    border-radius: 100px;
    background: #F5F5F5;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px !important;
    transition: all 0.5s ease;
}

.ab5-swchan>div:hover {
    background: #EB562B;
}

.ab5-swchan>div i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.ab5-swchan>div:hover i {
    color: #FFF;
}

.ab5-swchan>div::after {
    content: "";
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 60px 0 60px;
    }

    .ab1-smh {
        margin-bottom: 26px;
    }

    .ab2-1 {
        padding: 60px 0;
    }

    .ab2-1tbox {
        width: calc(50% - 30px);
    }

    .ab3 {
        padding: 90px 0;
    }

    .ab3-smh {
        margin-bottom: 26px;
    }

    .ab3-p {
        margin-bottom: 60px;
    }

    .ab3-swchan {
        margin-top: 60px;
    }

    .ab3-swchan>div {
        --w: 36px;
        margin: 0 4px !important;
    }

    .vr-box iframe {
        height: 610px;
    }

    .ab5-box {
        padding: 90px 0 120px;
    }

    .ab5-smh {
        margin-bottom: 26px;
    }

    .ab5-p {
        margin-bottom: 60px;
    }

    .ab5-swimg {
        padding: 18px 21px;
        margin-bottom: 16px;
    }

    .ab5-swchan {
        margin-top: 60px;
    }

    .ab5-swchan>div {
        --w: 36px;
        margin: 0 4px !important;
    }
}

@media (max-width: 992px) {
    .ab1-h p {
        letter-spacing: 0px;
    }

    .ab2-1 {
        flex-direction: column;
    }

    .ab2-1logo {
        margin-bottom: 40px;
    }

    .ab2-1te {
        width: 100%;
    }

    .vr-box iframe {
        height: 310px;
    }
}

@media (max-width: 768px) {
    .ab2-1te {
        flex-direction: column;
    }

    .ab2-1tbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab2-1tbox:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 40px 0 30px;
    }

    .ab1-smh {
        margin-bottom: 16px;
    }

    .ab1-smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .ab1-smh div span {
        --w: 12px;
    }

    .ab1-h {
        margin-bottom: 12px;
    }

    .ab1-p p {
        margin-bottom: 15px;
    }

    .ab2-1 {
        padding: 30px 0 30px;
    }

    .ab2-1logo img {
        width: 100px;
    }

    .ab2-1logo {
        margin-bottom: 20px;
    }

    .ab2-1h {
        margin-bottom: 8px;
    }

    .ab2-videoico {
        --w: 50px;
    }

    .ab2-videobg {
        padding-bottom: 52%;
    }

    .ab3 {
        padding: 40px 0 50px;
    }

    .ab3-smh {
        margin-bottom: 16px;
    }

    .ab3-smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .ab3-smh div span {
        --w: 12px;
    }

    .ab3-h {
        margin-bottom: 12px;
    }

    .ab3-h p {
        letter-spacing: 0;
    }

    .ab3-p {
        margin-bottom: 30px;
    }

    .ab3-swchan {
        margin-top: 30px;
    }

    .ab5-box {
        padding: 60px 0 80px;
    }

    .ab5-smh {
        margin-bottom: 16px;
    }

    .ab5-smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .ab5-smh div span {
        --w: 12px;
    }

    .ab5-h p {
        letter-spacing: 0;
    }

    .ab5-h {
        margin-bottom: 12px;
    }

    .ab5-p {
        margin-bottom: 30px;
    }

    .ab5-swimg {
        padding: 12px 18px;
        margin-bottom: 16px;
    }

    .ab5-swchan {
        margin-top: 30px;
    }
}

/*  */
/* 搜索无结果 */
.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: #EB562B;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* 产品products */
.pro-box {
    padding: 120px 0 120px;
}

.pro-topte {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 36px;
}

.pro-topte div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.pro-topte div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.pro-topte p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

/*  */
.pro-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #D9D9D9;
}

.pro-top1 {
    max-width: 580px;
    flex: 0 0 auto;
}

.pro-top1h p {
    color: #000;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
}

.pro-top2 {
    width: 49.2%;
    flex: 0 0 auto;
}

.pro-top2h {
    margin-bottom: 16px;
}

.pro-top2h p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.pro-top2p p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
}

/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 23.5%;
    flex: 0 0 auto;
    position: sticky;
    top: 100px;
}

.pro1-l {
    padding-bottom: 22px;
    margin-bottom: 22px;
    transition: all 0.5s ease;
    border-bottom: 1px solid #D9D9D9;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s ease;
    /* background: #000; */
}

/* 
.pro1-l1a:hover {
    background: #FF3D00;
}

.pro1-l.on .pro1-l1a {
    background: #FF3D00;
} */
.pro1-l1a>a {
    display: block;
    width: 90%;
}

.pro1-l1a span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #EB562B;
}

.pro1-l.on .pro1-l1a span {
    color: #EB562B;
}

.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: 18px;
    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(235, 86, 43, 1);
    transform: rotate(180deg);
}

.pro1-l1a:hover .pro1-l1ico i {
    color: rgba(235, 86, 43, 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: 16px 0 0;
}

.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: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    --size: 1px;
    --color: #EB562B;
    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: #EB562B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #EB562B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(100% - 23.5% - 40px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-bottom: 30px;
    margin-right: calc(-.5 * 2.26rem);
    margin-left: calc(-.5 * 2.26rem);
}

.pro2-l {
    margin-bottom: 40px;
    padding-right: calc(2.26rem * .5);
    padding-left: calc(2.26rem * .5);
}

.pro2-lbox {
    background: #F8F8F8;
    padding: 20px;
}

.pro2-lbigh {
    margin-bottom: 20px;
}

.pro2-lbigh p span {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
}

.pro2-limg {
    display: block;
    margin-bottom: 20px;
}

.pro2-limg .img-box {
    mix-blend-mode: multiply;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lte {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.pro2-lh {
    display: block;
}

.pro2-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--zj-ven2-la) * 1.3 * 2);
}

.pro2-lh p span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    transition: all 0.5s ease;
}

.pro2-lp {
    display: none !important;
}

.pro2-lbox:hover .pro2-lh p span {
    color: #EB562B;
}

.pro2-lcart {
    display: block;
    flex: 0 0 auto;
    border-radius: 100px;
    background: #FFF;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.pro2-lcart:hover {
    background: #EB562B;
}

.pro2-lcart i {
    font-size: 18px;
    color: rgba(235, 86, 43, 1);
    transition: all 0.5s ease;
}

.pro2-lcart:hover i {
    color: #FFF;
}

.pro2-lp p span {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 90px 0 90px;
    }

    .pro-topte {
        margin-bottom: 26px;
    }

    .pro-top {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .pro2-u {
        margin-bottom: 10px;
        margin-right: calc(-.5 * 1.26rem);
        margin-left: calc(-.5 * 1.26rem);
    }

    .pro2-l {
        margin-bottom: 20px;
        padding-right: calc(1.26rem * .5);
        padding-left: calc(1.26rem * .5);
    }

    .pro2-lbox {
        height: 100%;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro-top {
        flex-direction: column;
    }

    .pro-top1 {
        margin-bottom: 20px;
    }

    .pro-top1h p {
        letter-spacing: 0;
    }

    .pro-top2 {
        width: 100%;
    }

    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .pro-box {
        padding: 40px 0 50px;
    }

    .pro-topte div span {
        --w: 12px;
    }

    .pro-topte div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .pro-topte {
        margin-bottom: 16px;
    }

    .pro-top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/* solution */
.solu1 {
    margin-top: 120px;
}

.solu1-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.solu1-smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.solu1-smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.solu1-smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.solu1-h {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solu1-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
    max-width: 684px;
}

.solu1-p {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solu1-p p {
    overflow: hidden;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    max-width: 990px;
}

/*  */
.solu1-sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.solu1sw-img .img-box {
    padding-bottom: 124%;
    margin-bottom: 16px;
}

.solu1sw-img .img-box img {
    transition: all 0.5s ease;
}

.solu1sw-box:hover .solu1sw-img .img-box img {
    transform: scale(1.08);
}

.solu1sw-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.solu1sw-box:hover .solu1sw-h p {
    color: #EB562B;
}

.solu2-u {
    display: flex;
    align-items: center;
    justify-content: center;
}

.solu2-l {
    position: relative;
    display: flex;
    align-items: center;
}

.solu2-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.solu2-l:last-child:after {
    display: none;
}

.solu2-la {
    display: block;
}

.solu2-la p span {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    transition: all 0.5s ease;
}

.solu2-la:hover p span {
    color: #EB562B;
}

.solu2-l.on .solu2-la p span {
    color: #EB562B;
}

/*  */
.solu2 {
    margin: 90px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 0;
}

/*  */
.solu3 {
    padding-bottom: 120px;
}

.solu3-u {
    margin-bottom: 30px;
    margin-right: calc(-.5 * 2.88rem);
    margin-left: calc(-.5 * 2.88rem);
}

.solu3-l {
    padding-right: calc(2.88rem * .5);
    padding-left: calc(2.88rem * .5);
    margin-bottom: 40px;
}

@media (max-width: 1536px) {
    .solu1 {
        margin-top: 90px;
    }

    .solu1-smh {
        margin-bottom: 26px;
    }

    .solu1-p {
        margin-bottom: 60px;
    }

    .solu2 {
        margin: 60px 0;
    }

    .solu2-l::after {
        margin: 0 20px;
    }

    .solu3-u {
        margin-bottom: 20px;
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .solu3-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }

    .solu3 {
        padding-bottom: 90px;
    }
}

@media (max-width: 1199.9px) {
    .solu2-u {
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .solu2-u::-webkit-scrollbar {
        display: none;
        width: 14px;
        height: 14px;
    }

    .solu2-u::-webkit-scrollbar-thumb {
        border-radius: 999px;
        border: 5px solid transparent;
        background-clip: content-box;
        background-color: #00998B;
    }

    .solu2-u::-webkit-scrollbar-track {
        background-color: #F0F0F0;
    }

    .solu2-la {
        width: max-content;
    }
}

@media (max-width: 992px) {
    .solu3-l {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .solu3-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .solu3-l {
        width: 100%;
    }

    .solu1 {
        margin-top: 40px;
    }

    .solu1-smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .solu1-smh div span {
        --w: 12px;
    }

    .solu1-smh {
        margin-bottom: 16px;
    }

    .solu1-h p {
        letter-spacing: 0;
    }

    .solu1-h {
        margin-bottom: 12px;
    }

    .solu1-p {
        margin-bottom: 30px;
    }

    .solu2 {
        margin: 30px 0;
    }

    .solu3 {
        padding-bottom: 60px;
    }
}

/* prode */
.sub-prode {
    margin-top: 86px;
}

/* 产品详情prode */
.prode {
    padding-bottom: 120px;
}

/*  */
.prode-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0 90px;
}

.prode1-2 {
    width: calc(100% - 49.1% - 40px);
    flex: 0 0 auto;
}

.prode1-2smh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 36px;
}

.prode1-2smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.prode1-2smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.prode1-2smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.prode1-2h {
    margin-bottom: 22px;
}

.prode1-2h p {
    color: #000;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.28px;
}

.prode1-2p {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}

.prode1-2p p {
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
}

/*  */
.prode1-2pdh {
    padding-bottom: 26px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
}

.prode1-2pdh p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.prode1-2pdl {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
}

.prode1-2pdl:last-child {
    margin-bottom: 0;
}

.prode1-2pdl>div p {
    color: #000;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
}

.prode1-2pdl .prode1-2pdl1 p {
    color: #e57c5e;
}

.prode1-2pdl .prode1-2pdl2 p {
    color: #666;
}

/*  */
.prode1-2share {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2share p {
    color: #333;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
}

.prode1-2btn {
    display: flex;
    flex-direction: column;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 100px;
    margin-bottom: 12px;
    padding: 3px 3px 3px 20px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.prode1-2a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(90deg, #EB562B 0%, #18429B 100%);
    transition: all 0.5s ease;
}

.prode1-2a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #EB562B 0%, #18429B 100%);
    transition: all 0.5s ease;
}

.prode1-2a:hover::after {
    opacity: 0;
}

.prode1-2a:last-child {
    margin-bottom: 0;
}

.prode1-2a span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
}

.prode1-2a:hover span {
    color: #FFF;
}

.prode1-2ai {
    --w: 42px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #FFF;
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prode1-2ai i {
    font-size: 18px;
    color: rgba(235, 86, 43, 1);
    transition: all 0.5s ease;
}

.prode1-2a:hover .prode1-2ai i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.prode-end {}

.prode2 {
    position: sticky;
    top: 100px;
    z-index: 14;
    overflow: hidden;
    background: #fff;
}

.prode2::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #D9D9D9;
}

.prode2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #D9D9D9;
}

.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 {
    /* margin-right: 40px; */
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    display: flex;
    align-items: center;
    width: max-content;
    padding: 16px 0;
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:hover .prode2-la {
    color: #EB562B;
}

.prode2-l.on .prode2-la {
    color: #EB562B;
}

.prode2-la::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    transition: all 0.5s ease;
    z-index: 12;
}

.prode2-l:last-child .prode2-la::after {
    display: none;
}

.prode2-la span {
    padding: 0 90px;
}

.prode2-l:last-child .prode2-la span {
    padding-right: 0;
}

/*  */
.prode3 {
    padding-top: 90px;
    /* padding-bottom: 80px; */
}

.prode3h {
    margin-bottom: 40px;
}

.prode3h p {
    color: #000;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.28px;
    text-transform: capitalize;
}

/* prode4 */
.prode4 {
    padding: 90px 0;
    position: relative;
}

.prode4::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #F8F8F8;
    z-index: -1;
}

.prode4-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prode4-1 {
    width: 40%;
    flex: 0 0 auto;
}

.prode4-1h {
    margin-bottom: 40px;
}

.prode4-1h p {
    color: #000;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.28px;
    text-transform: capitalize;
}

.prode4-1p p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    max-width: 480px;
}

.prode4-2 {
    width: 58%;
    flex: 0 0 auto;
    background: #FFF;
    padding: 30px;
}

.prode4-u {
    margin-top: 40px;
}

.prode4-l {
    background: #FFF;
    padding: 30px;
}

.prode4-l1 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.prode4-limg {
    margin-right: 16px;
}

.prode4-limg img {
    width: 56px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.prode4-lh p {
    color: #192619;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    text-transform: capitalize;
}

.prode4-l2 p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
}

/* prode5 */
.prode5 {
    padding-top: 90px;
}

.prode5for {
    background: #F8F8F8;
    padding: 30px;
}

.prode5h {
    background: #EB562B;
    padding: 14px 20px;
    margin-bottom: 20px;
}

.prode5h p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.prode5for .con2-fol input,
.prode5for .con2-fol textarea {
    background: #FFF;
}

/* prode6 */
.prode6 {
    padding-top: 90px;
}

.prode6 .prode3h {
    margin-bottom: 56px;
}

.prode6 .pro2-lbigh p span {
    font-size: var(--zj-subnav);
}

@media (max-width: 1536px) {
    .prode1-2smh {
        margin-bottom: 26px;
    }

    .prode1-2p {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .prode1-2pdh {
        padding-bottom: 16px;
        margin-bottom: 8px;
    }

    .prode1-2pdl {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .prode1-2share {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .prode2-la span {
        padding: 0 60px;
    }

    .prode {
        padding-bottom: 90px;
    }

    .prode3 {
        padding-top: 60px;
    }

    .prode4 {
        padding: 60px 0;
    }

    .prode5 {
        padding-top: 60px;
    }

    .prode6 {
        padding-top: 60px;
    }
}

@media (max-width: 1199.9px) {
    .prode-box {
        margin-top: 40px !important;
    }
}

@media (max-width: 992px) {
    .prode-top {
        padding: 40px 0 50px;
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode4-top {
        flex-direction: column;
    }

    .prode4-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .prode4-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .sub-prode {
        margin-top: 66px;
    }

    .prode-box {
        margin-top: 30px !important;
    }

    .prode-top {
        padding: 20px 0 40px;
    }

    .prode1-2smh {
        margin-bottom: 16px;
    }

    .prode1-2smh div span {
        --w: 12px;
    }

    .prode1-2smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .prode1-2h p {
        letter-spacing: 0px;
    }

    .prode1-2p {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .prode2-la span {
        padding: 0 30px;
    }

    .prode3 {
        padding-top: 30px;
        /* padding-bottom: 40px; */
    }

    .prode3h {
        margin-bottom: 20px;
    }

    .prode1-2pdl1 {
        flex: 0 0 auto;
        margin-right: 12px;
    }

    .prode4 {
        padding: 40px 0;
    }

    .prode4-1h {
        margin-bottom: 20px;
    }

    .prode4-1h p {
        letter-spacing: 0;
    }

    .prode4-2 {
        padding: 12px;
    }

    .prode4-l {
        padding: 12px;
    }

    .prode5 {
        padding-top: 40px;
    }

    .prode5for {
        padding: 12px;
    }

    .prode5h {
        padding: 14px 12px;
        margin-bottom: 12px;
    }

    .prode6 {
        padding-top: 40px;
    }

    .prode6 .prode3h {
        margin-bottom: 26px;
    }

    .prode {
        padding-bottom: 60px;
    }
}

/* -------------------------------------------- */

/* 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;
    transition: all 0.5s ease;
}

.banner .item:hover .img-box>img {
    transform: scale(1.08);
}

.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: '\e66e';
    -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;
}

/* ban 文字 */
.ban-te {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    z-index: 14;
}

.ban-h {
    margin-bottom: 26px;
}

.ban-h p {
    color: #FFF;
    font-size: calc(var(--zj-so2lnum2) - 4px);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -2.08px;
    background: linear-gradient(90deg, rgb(237 110 74) 15%, rgb(255, 255, 255) 38.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 853px;
}

.ban-p {
    margin-bottom: 70px;
}

.ban-p p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    max-width: 555px;
}

.ban-btn {
    display: flex;
    align-self: center;
    justify-content: flex-start;
}

.ban-btna {
    display: flex;
    align-self: center;
    justify-content: flex-start;
    padding-bottom: 0 !important;
}

.ban-btna {
    padding: 3px 3px 3px 20px !important;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, #18429B 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.ban-btna::after,
.ban-btna::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);
}

.ban-btna::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ban-btna:hover:before,
.ban-btna:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ban-btna span {
    color: #F8F8F8;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.ban-btnai {
    --w: 42px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #FFF;
    margin-left: 12px;
}

.ban-btnai i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(235, 86, 43, 1);
}

.ban-btna:hover .ban-btnai i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/* banner-end */

/* ind-pro so1 */
.so1 {
    padding-top: 120px;
}

.so1-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 90px;
}

.so1-smh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 36px;
}

.so1-smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.so1-smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.so1-smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.so1-h {
    margin-bottom: 22px;
}

.so1-h p {
    color: #000;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
    max-width: 915px;
}

.so1-p p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
    max-width: 825px;
}

.so1-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-2>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
    border-radius: 100px;
    background: #F5F5F5;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so1-2>div:hover {
    background: #EB562B;
}

.so1-2 .swiper-button-prev {
    margin-right: 16px !important;
}

.so1-2>div i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.so1-2>div:hover i {
    color: #FFF;
}

.so1-2>div::after {
    content: "";
}

/*  */
.so1-sw {
    position: relative;
}

#so1-sw {
    overflow: hidden;
}

.so1-swbox {
    display: block;
    position: relative;
}

.so1-swimg .img-box {
    padding-bottom: 134%;
}

.so1-swimg .img-box img {
    transition: all 0.5s ease;
}

.so1-swimg .img-box img {
    transition: all 0.5s ease;
}

.so1-swab {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.so1-swab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.so1-swh {
    margin-bottom: 26px;
}

.so1-swh p {
    color: #FFF;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -1.2px;
    text-transform: capitalize;
}

.so1-swp {
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(10px);
}

.so1-swbox:hover .so1-swp {
    opacity: 1;
    transform: translateY(0px);
}

.so1-swp p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
}

.so1-swbtn {
    display: flex;
    position: relative;
}

.so1-swbtn .so4-2tna {
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(10px);
}

.so1-swbox:hover .so1-swbtn .so4-2tna {
    opacity: 1;
    transform: translateY(0);
}

.so1-swbtnp {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.so1-swbtnp p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    transition: all 0.5s ease;
    transform: translateY(0);
}

.so1-swbox:hover .so1-swbtnp p {
    transform: translateY(-10px);
    opacity: 0;
}

/* ind-core so2 */
.so2 {
    padding-top: 170px;
    position: relative;
}

.so2>img {
    position: absolute;
    width: 690px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    right: -230px;
    top: -140px;
    z-index: -1;
    background: transparent;
}

.so2-smh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 36px;
}

.so2-smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.so2-smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.so2-smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.so2-h {
    margin-bottom: 22px;
}

.so2-h p {
    color: #000;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
    max-width: 930px;
}

.so2-p {
    margin-bottom: 110px;
}

.so2-p p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
}

.so2-u {
    display: flex;
    justify-content: space-between;
}

.so2-li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #F5F5F5;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    margin-bottom: 36px;
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-li {
    background: #EB562B;
}

.so2-li i {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-li i {
    color: #FFF;
}

.so2-lh {
    margin-bottom: 16px;
}

.so2-lh p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
    max-width: 307px;
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-lh p {
    color: #EB562B;
}

.so2-lp p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
    max-width: 400px;
}

/* ind-te so3 */
.ind-te {
    padding: 70px;
}

.so3 {
    padding: 160px 0 130px;
    display: none;
}

.so3 .marquee-content {
    font-size: 118px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -4.72px;
    text-transform: capitalize;
    background: linear-gradient(90deg, #18429B 0%, #EB562B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ind-about so4 */
.so4-1box {
    padding: 150px 0;
}

.so4-1smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.so4-1smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.so4-1smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.so4-1smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.so4-1h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.so4-1h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -2.08px;
    background: linear-gradient(90deg, rgb(237 110 74) 15%, rgb(255, 255, 255) 38.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 1141px;
}

.so4-1p {
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4-1p p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
    max-width: 989px;
}

.so4-1u {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1640px;
    margin: auto;
}

.so4-1l {
    position: relative;
}

.so4-1l::after {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.25);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.so4-1l:last-child:after {
    display: none;
}

.so4-1l1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.so4-1l1 p {
    color: #FFF;
    font-size: calc(var(--zj-so2lnum2) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.16px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so4-1lbox:hover .so4-1l1 p {
    color: #EB562B;
}

.so4-1l1 span {
    color: #FFF;
    font-size: calc(var(--zj-so2lnum2) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.16px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so4-1lbox:hover .so4-1l1 span {
    color: #EB562B;
}

.so4-1l2 p {
    color: #E6E6E6;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    text-align: center;
}

/*  */
.so4-2 {
    display: flex;
}

.so4-2lf {
    width: 50%;
    padding: 50px 30px 40px;
}

.so4-2smh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so4-2smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.so4-2smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.so4-2smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.so4-2img {
    margin: 172px 0 126px;
    margin: 30px 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.so4-2img .img-box {
    position: absolute;
    width: 370px;
    max-width: 100%;
    padding-bottom: 26%;
    transition: all 0.5s ease;
    display: none;
}

.so4-2img.on .img-box {
    opacity: 0;
}

.so4-2imgt {
    position: absolute;
    z-index: 12;
    mix-blend-mode: overlay;
    transition: all 0.5s ease;
    display: none;
}

.so4-2img.on .so4-2imgt {
    opacity: 0;
}

.so4-2imgt p {
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -2.24px;
    text-transform: capitalize;
    max-width: 613px;
    transition: all 0.5s ease;
}

.so4-2imgi {
    position: absolute;
    --w: 70px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: rgba(235, 86, 43, 0.85);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    display: none;
}

.so4-2img.on .so4-2imgi {
    opacity: 0;
}

.so4-2imgi i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

.so4-2img:hover .so4-2imgi i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.so4-vr {
    width: 100%;
    height: 400px;
    max-width: 100%;
    opacity: 1;
    transition: all 0.5s ease;
}

.so4-2img.on .so4-vr {
    opacity: 1;
}

.so4-vr .vr-box {
    height: 100%;
}

.so4-vr .vr-box iframe {
    aspect-ratio: 370 / 232;
    height: 100%;
}

.so4-2end {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.so4-2p p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
    max-width: 345px;
}

.so4-2tna {
    display: flex;
    align-self: center;
    justify-content: flex-start;
    padding-bottom: 0 !important;
    transition: all 0.5s ease;
}

.so4-2tna {
    padding: 3px 3px 3px 20px !important;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, #18429B 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.so4-2tna::after,
.so4-2tna::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);
}

.so4-2tna::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.so4-2tna:hover:before,
.so4-2tna:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.so4-2tna span {
    color: #F8F8F8;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.so4-2btnai {
    --w: 42px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #FFF;
    margin-left: 12px;
}

.so4-2btnai i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(235, 86, 43, 1);
}

.so4-2tna:hover .so4-2btnai i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/* */
.so4-2rg {
    width: 50%;
}

.so4-2rga {
    display: block;
}

.so4-2rgimg {
    position: relative;
}

.so4-2rgimg .img-box {
    padding-bottom: 76%;
}

.so4-2rgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.so4-2rgi {
    position: absolute;
    --w: 70px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: rgba(235, 86, 43, 0.85);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4-2rgi i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

.so4-2rga:hover .so4-2rgi i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/* ind-hot so5 */
.so5 {
    padding-top: 120px;
}

.so5-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.so5-smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.so5-smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.so5-smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.so5-h {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so5-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
    max-width: 580px;
}

.so5-p {
    margin-bottom: 90px;
}

.so5-p p {
    color: #666;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
}

.so5-sw {
    position: relative;
    padding-bottom: 90px;
}

#so5-sw {
    overflow: hidden;
}

#so5-sw .swiper-pagination {
    bottom: 0;
}

#so5-sw .swiper-pagination .swiper-pagination-bullet {
    border-radius: 4px;
    background: #D9D9D9;
    width: 36px;
    height: 4px;
    opacity: 1;
    margin: 0 6px;
    position: relative;
}

#so5-sw .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(235, 86, 43, 0.00) 0%, #EB562B 100%), #18429B;
    opacity: 0;
    transition: all 0.5s ease;
}

#so5-sw .swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
}

/* ind-contact so6 */
.so6 {
    margin-top: 128px !important;
    margin-bottom: 30px !important;
    padding: 129px 0 128px;
}

.so6-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.so6-smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.so6-smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.so6-smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.so6-h {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so6-h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
    max-width: 969px;
}

.so6-p {
    margin-bottom: 70px;
}

.so6-p p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
}

.so6-btn {
    display: flex;
    align-self: center;
    justify-content: center;
}

.so6-btna {
    display: flex;
    align-self: center;
    justify-content: flex-start;
    padding-bottom: 0 !important;
}

.so6-btna {
    padding: 3px 3px 3px 20px !important;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, #18429B 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.so6-btna::after,
.so6-btna::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);
}

.so6-btna::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.so6-btna:hover:before,
.so6-btna:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.so6-btna span {
    color: #F8F8F8;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.so6-btnai {
    --w: 42px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #FFF;
    margin-left: 12px;
}

.so6-btnai i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(235, 86, 43, 1);
}

.so6-btna:hover .so6-btnai i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/* ind-news so7 */
.ind-news {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 48.86%, rgba(24, 66, 155, 0.05) 100%), #F8F8F8;
    padding: 120px 0 70px;
}

.so7-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.so7-smh div {
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, rgba(235, 86, 43, 0.00) 100%), #00458F;
    width: 40px;
    height: 22px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 12px;
}

.so7-smh div span {
    display: block;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #FFF;
}

.so7-smh p {
    color: #EB562B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.so7-h {
    margin-bottom: 22px;
}

.so7-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -1.92px;
}

.so7-p {
    margin-bottom: 40px;
}

.so7-p p {
    color: #666;
    text-align: center;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
}

/*  */
.so7-lbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    transition: all 0.5s ease;
}

.so7-lbox:hover {
    background: #FFF;
    padding: 50px;
}

.so7-l1 {
    width: 40%;
    flex: 0 0 auto;
}

.so7-l1num {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.so7-l1numi {
    border-radius: 100px;
    background: #FFF;
    --w: 36px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 auto;
}

.so7-l1numi i {
    font-size: 18px;
    display: inline-block;
    background: linear-gradient(to right, rgba(235, 86, 43, 1), rgba(24, 66, 155, 1));
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.so7-l1num p {
    color: #EB562B;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.so7-l1h {
    display: block;
}

.so7-l1h p {
    max-width: 675px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so7-l1h p span {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
}

.so7-l2 {
    width: calc(54% - 10px);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so7-l2img {
    width: 41%;
    flex: 0 0 auto;
}

.so7-l2img .img-box {
    padding-bottom: 63%;
}

.so7-l2img .img-box img {
    transition: all 0.5s ease;
}

.so7-l2p {
    width: calc(100% - 41% - 70px);
    flex: 0 0 auto;
}

.so7-l2p 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.6);
    min-height: calc(var(--zj-subnav) * 1.6 * 4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 429px;
}

@media (max-width: 1536px) {
    .so1 {
        padding-top: 90px;
    }

    .so1-smh {
        margin-bottom: 26px;
    }

    .so1-top {
        margin-bottom: 60px;
    }

    .so2 {
        padding-top: 140px;
    }

    .so2-p {
        margin-bottom: 80px;
    }

    .so2-smh {
        margin-bottom: 26px;
    }

    .so2-l {
        padding: 0 12px;
    }

    .so3 {
        padding: 130px 0 100px;
    }

    .ind-te {
        padding: 60px;
    }

    .so4-1box {
        padding: 120px 0;
    }

    .so4-2img {
        margin: 82px 0 56px;
        margin: 30px 0 56px;
    }

    .so4-2img .img-box {
        padding-bottom: 40%;
    }

    .so4-2rgimg .img-box {
        padding-bottom: 92%;
    }

    .so4-2btn {
        flex: 0 0 auto;
    }

    .so5 {
        padding-top: 90px;
    }

    .so5-smh {
        margin-bottom: 26px;
    }

    .so5-sw {
        padding-bottom: 60px;
    }

    .so6 {
        margin-top: 98px !important;
        padding: 99px 0 98px;
    }

    .so6-smh {
        margin-bottom: 26px;
    }

    .ind-news {
        padding: 90px 0 40px;
    }

    .so7-smh {
        margin-bottom: 26px;
    }

    .so4-1smh {
        margin-bottom: 26px;
    }
}

@media (max-width: 992px) {
    .banner .item a {
        padding-bottom: 450px;
    }

    .banner-video-box {
        padding-bottom: 450px;
    }

    .so1-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so1-1 {
        margin-bottom: 20px;
    }

    .so1-h p {
        letter-spacing: 0;
    }

    .so1-2>div {
        --w: 36px;
    }

    .so1-2 .swiper-button-prev {
        margin-right: 8px !important;
    }

    .so2-u {
        flex-wrap: wrap;
    }

    .so2-l {
        margin-bottom: 20px;
    }

    .so3 {
        padding: 60px 0 70px;
    }

    .ind-te {
        padding: 40px;
    }

    .so4-1box {
        padding: 90px 0;
    }

    .so4-2 {
        flex-direction: column;
    }

    .so4-2lf {
        width: 100%;
    }

    .so4-2rg {
        width: 100%;
    }

    .so4-2img .img-box {
        padding-bottom: 24%;
    }

    .so7-l2p {
        display: none;
    }

    .so7-l2img {
        width: 100%;
    }

    .so2-h p {
        letter-spacing: 0;
    }

    .so4-1h p {
        letter-spacing: 0;
    }

    .ft1-1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .banner .item a {
        padding-bottom: 550px;
    }

    .banner-video-box {
        padding-bottom: 550px;
    }

    .ban-h p {
        letter-spacing: -0.08px;
    }

    .ban-p {
        margin-bottom: 40px;
    }

    .so4-1l {
        width: 50%;
        margin-bottom: 20px;
    }

    .so4-1l:nth-child(2):after {
        display: none;
    }

    .so4-2end {
        align-items: flex-start;
        flex-direction: column;
    }

    .so4-2p {
        margin-bottom: 20px;
    }

    .so7-lbox {
        flex-direction: column-reverse;
    }

    .so7-l1 {
        width: 100%;
    }

    .so7-l2 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .so1 {
        padding-top: 40px;
    }

    .so1-smh div span,
    .so2-smh div span {
        --w: 12px
    }

    .so1-smh div,
    .so2-smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .so1-smh,
    .so2-smh {
        margin-bottom: 16px;
    }

    .so1-top {
        margin-bottom: 30px;
    }

    .so2 {
        padding-top: 60px;
    }

    .so2-p {
        margin-bottom: 40px;
    }

    .so2-li {
        --w: 36px;
        margin-bottom: 16px;
    }

    .so2-li i {
        font-size: 18px;
    }

    .so3 .marquee-content {
        font-size: 80px;
        letter-spacing: -0.72px;
    }

    .so3 {
        padding: 30px 0 70px;
    }

    .ind-te {
        padding: 40px;
    }

    .so4-1box {
        padding: 60px 0 40px;
    }

    .so4-1smh {
        margin-bottom: 16px;
    }

    .so4-1smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .so4-1smh div span {
        --w: 12px;
    }

    .so4-1p {
        margin-bottom: 60px;
    }

    .so4-2lf {
        padding: 40px 12px 30px;
    }

    .so4-2img {
        margin: 42px 0 36px;
        margin: 30px 0 36px;
    }

    .so4-2img .img-box {
        padding-bottom: 63%;
    }

    .so4-2imgi {
        --w: 50px;
    }

    .so4-2imgt p {
        letter-spacing: 0;
    }

    .so4-2rgi {
        --w: 50px;
    }

    .so4-2rgi i {
        font-size: 18px;
    }

    .so4-2smh div span {
        --w: 12px;
    }

    .so4-2smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .so5 {
        padding-top: 50px;
    }

    .so5-smh div span {
        --w: 12px;
    }

    .so5-smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .so5-smh {
        margin-bottom: 16px;
    }

    .so5-h p {
        letter-spacing: 0;
    }

    .so5-p {
        margin-bottom: 60px;
    }

    .so5-sw {
        padding-bottom: 50px;
    }

    .so6 {
        margin-top: 38px !important;
        padding: 39px 0 38px;
    }

    .so6-smh div span {
        --w: 12px;
    }

    .so6-smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .so6-h p {
        letter-spacing: 0;
    }

    .ind-news {
        padding: 40px 0 20px;
    }

    .so7-smh {
        margin-bottom: 16px;
    }

    .so7-smh div span {
        --w: 12px;
    }

    .so7-smh div {
        width: 36px;
        height: 18px;
        margin-right: 8px;
    }

    .so7-h p {
        letter-spacing: 0;
    }

    .so7-p {
        margin-bottom: 20px;
    }

    .so7-lbox {
        padding: 20px 0;
    }

    .so7-l1num {
        margin-bottom: 16px;
    }

    .so7-lbox:hover {
        padding: 20px;
    }
}

/*  */
@media (max-width: 992px) {
    .con1-sw .swiper-wrapper {
        justify-content: flex-start !important;
    }
}