#ven {
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.80);
}

.headersp {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}

.ventricle {
    background: rgba(255, 255, 255, 0.80) !important;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1536px) {
    .hea-top {
        padding: 12px 0;
    }
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 14px 0 19px;
    position: relative;
}

.ven1-loim img {
    width: 71px;
    height: auto;
    transition: all 0.5s ease;
}

.ven1-loim img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.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 30px;
}

.ven2-l:last-child:after {
    margin: 0 60px;
}

.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: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;

    --size: 0px;
    --color: #EE782A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #EE782A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #EE782A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.headersp .ven2-la span {
    color: #FFF;
}

.ventricle .ven2-la span {
    color: #000;
}

.headersp .ven2-la:hover span {
    color: #EE782A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.headersp .ven2-l.on .ven2-la span {
    color: #EE782A;
    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: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 11px 0 0;
    border-radius: 999px;
    border: 1px solid #211E1E;
    transition: all 0.5s ease;
}

.vensesv:hover {
    border: 1px solid #EE782A;
}

.headersp .vensesv {
    border: 1px solid #FFF;
}

.ventricle.headersp .vensesv {
    border: 1px solid #211E1E;
}

.headersp .vensesv:hover {
    border: 1px solid #EE782A;
}

.vensesv i {
    font-size: 18px;
    color: rgba(33, 30, 30, 1);
    font-weight: 800;
    line-height: normal;
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #EE782A;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.headersp .vensesv i {
    color: #FFF;
}

.ventricle.headersp .vensesv i {
    color: #211E1E;
}

.headersp .vensesv:hover i {
    color: #EE782A;
    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;
    border-radius: 999px;
    background: #F37A3B;
    padding: 2px 18px;
}

.headersp .ven2-langbt {
    background: #FFF;
}

.ventricle.headersp .ven2-langbt {
    background: #F37A3B;
}

.ven2-langbt i {
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    display: block;
    margin-right: 7px;
}

.ven2-langbt:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.headersp .ven2-langbt i {
    color: #EE782A;
}

.ventricle.headersp .ven2-langbt i {
    color: rgba(255, 255, 255, 1);
}

.ven2-langbt span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
    transition: all 0.5s ease;
}

.headersp .ven2-langbt span {
    color: #EE782A;
}

.ventricle.headersp .ven2-langbt span {
    color: rgba(255, 255, 255, 1);
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 1800px) {
    .ven2-l::after {
        margin: 0 20px;
    }

    .ven2-l:last-child:after {
        margin: 0 30px;
    }
}

@media (max-width: 1536px) {
    .ven1-loim {
        padding: 5px 0 10px;
    }

    .ven1-loim img {
        width: 60px;
    }

    /* .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 20px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }


    .ven2-la i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .vensesv {
        margin: 0 10px;
    }
}

@media (max-width: 499px) {
    .ven1-loim {
        padding: 5px 0 10px;
    }

    .ven2-langbt i {
        font-size: 20px;
    }

    .ven1-loim img {
        width: 40px;
    }

    .vensesv {
        --w: 32px;

    }

    .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: 260%;
    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: #F37A3B;
    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: #F37A3B;
    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: #F37A3B;
    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: #F37A3B;
    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: 276%;
    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: 242%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 234%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 232%;
        right: -108px;
    }

    .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: #F37A3B;
    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: #F37A3B;
}

.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: #F37A3B;
}

.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: #F37A3B;
    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: 84px;
    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: #F37A3B;
}

.xiantiao>a {
    color: #F37A3B;
}

.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: #F37A3B;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 60px;
    }

    #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: 380px;
    }

    .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: 305px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 186px;
    }
}

/*  */
.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: #F37A3B;
}

.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: #F37A3B;
}

@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;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #C1C1C1;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    font-family: 'Poppins';
    line-height: var(--zj-oem3-1l1p);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    color: #F37A3B;
}

.sub-pagel.on a {
    color: #F37A3B;
}

.sub-pagel a i {
    font-size: 18px;
    color: #C1C1C1;
    border-radius: 50%;
    border: 1px solid #C1C1C1;
    transition: all 0.5s ease;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a:hover i {
    background: #F37A3B;
    border: 1px solid #F37A3B;
    color: #FFF;
}

.sub-pagel.on a i {
    background: #F37A3B;
    border: 1px solid #F37A3B;
    color: #FFF;
}

.sub-pagel:last-child a {
    margin-right: 0;
    margin-left: 12px;
}

.sub-pagel:first-child a {
    margin-left: 0;
    margin-right: 12px;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }

    .sub-pagel a i {
        --w: 26px;
    }
}

[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 */
.contact {
    position: relative;
}

.con-box {
    padding: 120px 0 123px;
}

.con-top {
    display: flex;
    justify-content: space-between;
}

.con1 {
    width: 32.4%;
    flex: 0 0 auto;
    padding: 43px 45px 75px 77px;
    border-radius: 20px;
}

.con1-h {
    margin-bottom: 69px;
}

.con1-h p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16667);
    letter-spacing: 1.8px;
    text-transform: capitalize;
}

.con1-l {
    margin-bottom: 50px;
}

.con1-l:last-child {
    margin-bottom: 0;
}

.con1-lh p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.48px;
}

.con1-la {
    display: block;
}

.con1-la span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-share {
    margin-top: 50px;
}

.con1-share p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.48px;
    margin-bottom: 10px;
}

.con1-sharea {
    display: flex;
    align-items: center;
}

.con1-sharea a {
    display: block;
}

.con1-sharea a i {
    font-size: 24px;
    line-height: normal;
    margin-right: 30px;
    color: rgba(255, 255, 255, 1);
}

.con1-sharea a:last-child i {
    margin-right: 0;
}

.con1-ecom {
    margin-top: 50px;
}

.con1-ecom p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.48px;
    margin-bottom: 14px;
}

.con1-ecu {
    display: flex;
    align-items: center;
}

.con1-ecl {
    margin-right: 26px;
}

.con1-ecl:last-child {
    margin-right: 0;
}

.con1-ecla {
    display: block;
    position: relative;
}

.con1-ecl1 img {
    width: 45px;
    object-fit: cover;
    object-position: center;
}

.con1-ecl2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 110%;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.con1-ecla:hover .con1-ecl2 {
    opacity: 1;
    pointer-events: auto;
}

.con1-ecl2 img {
    width: 80px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.con2 {
    width: calc(100% - 32.4% - 75px);
    flex: 0 0 auto;
}

.con2-smh {
    margin-bottom: 14px;
}

.con2-smh p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con2-h {
    margin-bottom: 14px;
}

.con2-h p {
    color: #000;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ser-fth) * 1.2);
    text-transform: capitalize;
}

.con2-p {
    margin-bottom: 47px;
}

.con2-p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    max-width: 771px;
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 1.4rem);
    margin-left: calc(-.5 * 1.4rem);
}

.con2-fol {
    margin-bottom: 14px;
    padding-right: calc(1.4rem * .5);
    padding-left: calc(1.4rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 28px;
}

.con2-fol p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    letter-spacing: -0.32px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.con2-fol input,
.con2-fol textarea {
    color: #B1B1B1;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    letter-spacing: -0.28px;

    width: 100%;
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    background: #F7F7F7;

    transition: all 0.5s ease;
    padding: 14px 18px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #F37A3B;
}

.con2-fol input::-webkit-input-placeholder {
    color: #B1B1B1;
}

.con2-fol input::-moz-placeholder {
    color: #B1B1B1;
}

.con2-fol input::-ms-input-placeholder {
    color: #B1B1B1;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #B1B1B1;
}

.con2-fol textarea::-moz-placeholder {
    color: #B1B1B1;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #B1B1B1;
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: flex-start;
}

.con2-fobt button {
    padding: 13px 69px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(0deg, #FAA212 0%, #EE782A 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con2-fobt button:hover:before,
.con2-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button i {
    font-size: 10px;
    line-height: 10px;
    color: rgba(255, 255, 255, 1);
    margin-left: 9px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.con2-fobt button:hover i {
    transform: rotate(45deg);
}

.con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    text-transform: capitalize;
}

.con-end {
    margin-top: 114px;
}

/*  */
.con3 {
    display: flex;
    justify-content: space-between;
    /* max-width: 1587px; */
}

.con3-1 {
    width: 28.41%;
    flex: 0 0 auto;
    padding-top: 8.51%;
}

.con3-1h {
    margin-bottom: 18px;
}

.con3-1h p {
    color: #000;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.08);
    text-transform: capitalize;
}

.con3-1p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.con3-2 {
    width: calc(100% - 28.41% - 26px);
    flex: 0 0 auto;
    position: relative;
}

.con3-2 .img-box {
    /* padding-bottom: 62%; */
    padding-bottom: 52%;
}

.con3-2 .img-box img {
    background: none;
}

.con3-2u {
    display: none;
}

.con3-2l {
    position: absolute;
    z-index: 10;
}

.con3-2l:nth-child(5) {
    left: 8.3%;
    top: 29%;
}

.con3-2l:nth-child(4) {
    left: 45.44%;
    top: 21%;
}

.con3-2l:nth-child(3) {
    left: 80%;
    top: 40%;
}

.con3-2l:nth-child(1) {
    left: 92.4%;
    top: 27%;
}

.con3-2l:nth-child(2) {
    left: 84.2%;
    top: 26%;
}

.con3-2l1 i {
    font-size: 39px;
    color: #EE782A;
}

.con3-2l2 {
    position: absolute;
    width: 372px;
    border-radius: 11.138px;
    background: rgba(238, 120, 42, 0.39);
    box-shadow: 3px 4px 8.6px 0 rgba(0, 0, 0, 0.22);
    padding: 6px 7px;
    z-index: 12;
    bottom: 46%;
    left: 10%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}

.con3-2l.on .con3-2l2 {
    opacity: 1;
    pointer-events: auto;
}

.con3-2l2bg {
    border-radius: 11.138px;
    background: #FFF;
    display: flex;
    padding: 12px;
}

.con3-2l2i {
    flex: 0 0 auto;
    margin-right: 22px;
}

.con3-2l2i i {
    font-size: 28px;
    color: #EE782A;
}

.con3-2l2h {
    margin-bottom: 7px;
}

.con3-2l2h p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.17);
    text-transform: capitalize;
}

.con3-2l2p p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .con-box {
        padding: 70px 0 103px;
    }

    .con1 {
        padding: 23px 25px 55px 47px;
        width: 36.4%;
    }

    .con1-ecl {
        margin-right: 16px;
    }

    .con1-ecl1 img {
        width: 38px;
    }

    .con2 {
        width: calc(100% - 36.4% - 32px);
    }

    .con-end {
        margin-top: 74px;
    }

    /* .con3 {
        justify-content: flex-start;
    } */

    .con3-1 {
        padding-top: 4.51%;
    }

    .con3-2 {
        width: calc(100% - 28.41% - 26px);
    }

    .con3-2l2 {
        width: 250px;
    }
}

@media (max-width: 992px) {
    .con-top {
        flex-direction: column-reverse;
    }

    .con1 {
        width: 100%;
    }

    .con2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .con3 {
        flex-direction: column;
    }

    .con3-1 {
        padding-top: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .con3-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 30px 0 43px;
    }

    .con2-p {
        margin-bottom: 27px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 12px;
    }

    .con2-fol:last-child {
        margin-bottom: 14px;
    }

    .con1 {
        padding: 23px 12px 25px 12px;
    }

    .con1-h {
        margin-bottom: 39px;
    }

    .con1-l {
        margin-bottom: 20px;
    }

    .con1-share {
        margin-top: 20px;
    }

    .con1-ecom {
        margin-top: 20px;
    }

    .con1-sharea a i {
        font-size: 20px;
        margin-right: 16px;
    }

    .con3-2 {
        width: 100%;
    }

    .con3-2 .img-box {
        /* display: none; */
    }

    .con3-2l {
        margin-bottom: 16px;
    }

    .con3-2l:last-child {
        margin-bottom: 0;
    }

    .con3-2l1 i {
        display: none;
    }

    .con3-2l {
        position: relative;
        bottom: 0 !important;
        left: 0 !important;
        top: 0 !important;
    }

    .con3-2l .con3-2l2 {
        opacity: 1 !important;
        width: 100%;
        position: relative;
        bottom: 0 !important;
        left: 0 !important;
    }
}

/* footer */
#footer {
    position: relative;
}

.btbg {
    background: none !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -154px;
    top: -60px;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
    object-position: center;
}

.ft-box {
    padding-top: 52px;
    position: relative;
}

.ft1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft1-logo {
    display: block;
    margin-bottom: 80px;
}

.ft1-logo img {
    width: 136px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.ft2 {
    margin-bottom: 90px;
}

.ft2-u {
    display: flex;
    justify-content: space-between;
}

.ft2-lh {
    margin-bottom: 36px;
}

.ft2-lh p {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-proseh) * 1.08);
    text-transform: capitalize;
}

.ft2-lfl {
    margin-bottom: 11px;
}

.ft2-lfl:last-child {
    margin-bottom: 0;
}

.ft2-lfla p,
.ft2-lfla span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

.ft2-lfla p {
    max-width: 421px;
}

a.ft2-lfla span {
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft2-lfla:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft2-la {
    display: block;
    margin-bottom: 13px;
}

.ft2-la:last-child {
    margin-bottom: 0;
}

.ft2-la span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft2-share {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.ft2-share>a {
    display: block;
    margin-right: 24px;
}

.ft2-share>a:last-child {
    margin-right: 0;
}

.ft2-share>a i {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

.ft2-copy {
    max-width: 344px;
    margin-bottom: 20px;
}

.ft2-copy span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.43);
    letter-spacing: 0.8px;
}

.ft2-pow {
    margin-bottom: 20px;
    display: block;
}

.ft2-pow span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-pow:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-end {
    display: flex;
    align-items: center;
}

.ft2-end>span {
    display: block;
    width: 1px;
    height: 14px;
    background: rgb(255, 255, 255);
    margin: 0 8px 0;
}

.ft2-enda {
    display: block;
}

.ft2-enda span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-enda:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft3 {
    overflow: hidden;
}

.marquee-container {
    overflow: hidden;
    position: relative;
}

.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;
    font-size: 206px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.76;
    letter-spacing: 6.18px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-content span {
    display: flex;
    align-items: center;
}

@media (max-width: 1536px) {
    .ft-box {
        padding-top: 32px;
    }

    .ft1-logo {
        margin-bottom: 40px;
    }

    .ft1-logo img {
        width: 100px;
    }

    .ft2 {
        margin-bottom: 45px;
    }

    .marquee-content {
        font-size: 160px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 49px;
    }
}

@media (max-width: 992px) {
    .ft2-lfla p {
        max-width: 221px;
    }

    .ft2-copy {
        max-width: 210px;
    }

    /* .btbg {
        top: -100px;
    } */
}

@media (max-width: 768px) {

    .ft2-l:nth-child(2) {
        display: none;
    }
}

@media (max-width: 642px) {

    .ft2-l:nth-child(3) {
        display: none;
    }

    .btbg {
        height: 300px;
    }
}

@media (max-width: 499px) {
    .ft-box {
        padding-top: 22px;
    }

    .ft1-logo {
        margin-bottom: 20px;
    }

    .ft1-logo img {
        width: 70px;
    }

    .ft2-u {
        flex-wrap: wrap;
    }

    .ft2-l {
        width: 100%;
        margin-bottom: 14px;
    }

    .ft2-l:last-child {
        margin-bottom: 0;
    }

    .ft2-lfla p {
        max-width: 100%;
    }

    .ft2-lh {
        margin-bottom: 18px;
    }

    .ft2-share {
        margin-bottom: 18px;
    }

    .ft2-share>a {
        margin-right: 12px;
    }

    .ft2-copy {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .ft2-pow {
        margin-bottom: 10px;
    }

    .marquee-content {
        font-size: 100px;
    }

    .ft2 {
        margin-bottom: 25px;
    }
}

/* news */
.ne-box {
    padding: 94px 0 124px;
}

.ne-smh p {
    color: #A72126;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.87);
    text-transform: capitalize;
}

.ne-h {
    margin-bottom: 12px;
}

.ne-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.ne-p {
    margin-bottom: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ne-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 419px;
}

.ne-navbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 103px;
}

.ne-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #EDEDED;
    padding: 5px;
}

.ne-nala {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 12px;
    min-width: 158px;
    margin-right: 10px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    padding: 10px;
    width: max-content;
}

.ne-nal:last-child .ne-nala {
    margin-right: 0;
}

.ne-nal.on .ne-nala {
    background: #EE782A;
}

.ne-nala:hover {
    background: #EE782A;
}

.ne-nala span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.ne-nal.on .ne-nala span {
    color: #FFF;
}

.ne-nala:hover span {
    color: #FFF;
}

.ne-u {
    margin-right: calc(-.5 * 3.13rem);
    margin-left: calc(-.5 * 3.13rem);
    margin-bottom: 60px;
}

.ne-l {
    padding-right: calc(3.13rem * .5);
    padding-left: calc(3.13rem * .5);
}

.ne-la {
    display: block;
}

.ne-limg .img-box {
    padding-bottom: 60%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-la:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    margin-bottom: 15px;
}

.ne-lte p {
    padding-right: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lte p span {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.29);

    --size: 1px;
    --color: #EE782A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-la:hover .ne-lte p span {
    color: #EE782A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lp {
    margin-bottom: 35px;
}

.ne-lp p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lend {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    background: #EDEDED;
    overflow: hidden;
    padding: 8px 32px 8px 12px;
    position: relative;
}

.ne-lend::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #EE782A;
    opacity: 0;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lend::after {
    opacity: 1;
}

.ne-llf {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 12;
}

.ne-line {
    width: 1px;
    height: 11px;
    background: #787878;
    margin: 0 20px;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-line {
    background: #FFF;
}

.ne-lnum p {
    color: #787878;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.07);
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lnum p {
    color: #FFF;
}

.ne-lrg {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 12;
}

.ne-lrg p {
    color: #757575;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.07);
    margin-right: 4px;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lrg p {
    color: #FFF;
}

.ne-lrg i {
    font-size: 10px;
    color: #757575;
    font-weight: 700;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lrg i {
    color: #FFF;
}

/*  */
.ne-usp {
    margin-bottom: 106px;
}

.ne-usp .ne-la {
    display: flex;
    align-items: flex-end;
    margin-right: calc(-.5 * 3.13rem);
    margin-left: calc(-.5 * 3.13rem);
}

.ne-usp1 {
    padding-right: calc(3.13rem * .5);
    padding-left: calc(3.13rem * .5);
}

.ne-usp1 .ne-limg .img-box {
    margin-bottom: 0;
}

.ne-usp2 {
    padding-right: calc(3.13rem * .5);
    padding-left: calc(3.13rem * .5);
}

.ne-usp2 .ne-lp {
    margin-bottom: 97px;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 64px 0 74px;
    }

    .ne-p {
        margin-bottom: 34px;
    }

    .ne-navbox {
        margin-bottom: 53px;
    }

    .ne-line {
        margin: 0 10px;
    }

    .ne-u {
        margin-right: calc(-.5 * 1.13rem);
        margin-left: calc(-.5 * 1.13rem);
        margin-bottom: 30px;
    }

    .ne-l {
        padding-right: calc(1.13rem * .5);
        padding-left: calc(1.13rem * .5);
    }

    .ne-lend {
        padding: 8px 12px 8px 12px;

    }

    .ne-usp1 {
        padding-right: calc(1.13rem * .5);
        padding-left: calc(1.13rem * .5);
    }

    .ne-usp2 {
        padding-right: calc(1.13rem * .5);
        padding-left: calc(1.13rem * .5);
    }

    .ne-usp .ne-la {
        margin-right: calc(-.5 * 1.13rem);
        margin-left: calc(-.5 * 1.13rem);
    }

    .ne-usp {
        margin-bottom: 56px;
    }

    .ne-usp2 .ne-lp {
        margin-bottom: 87px;
    }
}

@media (max-width: 1199.9px) {
    .ne-l {
        width: 50%;
    }

    .ne-l:nth-child(3) {
        display: none;
    }

    .ne-usp1 {
        width: 50%;
    }

    .ne-usp2 {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .ne-nav {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .ne-nav::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .ne-usp1 {
        width: 100%;
    }

    .ne-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-l:nth-child(3) {
        display: block;
    }

    .ne-usp2 {
        width: 100%;
    }

    .ne-u {
        margin-bottom: 0;
    }

    .ne-usp {
        margin-bottom: 20px;
    }

    .ne-limg {
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 44px 0 44px;
    }

    .ne-p {
        margin-bottom: 14px;
    }

    .ne-navbox {
        margin-bottom: 23px;
    }
}

/* 社会责任 */
.soc-box {
    padding: 66px 0 120px;
}

.soc-smh {
    margin-bottom: 12px;
}

.soc-smh p {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.soc-h {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soc-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.12;
    text-transform: capitalize;
    max-width: 1110px;
}

.soc-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 76px;
}

.soc-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    max-width: 673px;
}

/*  */
.soc-l {
    margin-bottom: 54px;
}

.soc-l:last-child {
    margin-bottom: 86px;
}

.soc-lbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #CFCFCF;
}

.soc-limg {
    display: block;
    width: 27.55%;
    flex: 0 0 auto;
}

.soc-limg .img-box {
    padding-bottom: 60%;
    border-radius: 10px;
}

.soc-limg .img-box img {
    transition: all 0.5s ease;
}

.soc-lbox:hover .soc-limg .img-box img {
    transform: scale(1.08);
}

.soc-lte {
    width: calc(100% - 27.55% - 30px);
    flex: 0 0 auto;
}

.soc-lnum {
    margin-bottom: 16px;
}

.soc-lnum p {
    color: #EE782A;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.07);
}

.soc-lh {
    display: block;
    margin-bottom: 16px;
}

.soc-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.soc-lh p span {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.08);
    text-transform: capitalize;
}

.soc-lp {
    margin-bottom: 30px;
}

.soc-lp p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.soc-lp p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.soc-lbtn {
    display: flex;
}

.soc-la {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 10px;
    min-width: 156px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.soc-lbox:hover .soc-la {
    border: 1px solid #d9d9d900;
}

.soc-la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, #FAA212 0%, #EE782A 100%);
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease;
}

.soc-lbox:hover .soc-la::after {
    opacity: 1;
}

.soc-la p {
    color: #B4B4B4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.21);
    text-transform: uppercase;
    margin-right: 2px;
    transition: all 0.5s ease;
}

.soc-lbox:hover .soc-la p {
    color: #fff;
}

.soc-la i {
    color: rgba(180, 180, 180, 1);
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease;
}

.soc-lbox:hover .soc-la i {
    color: #fff;
}

@media (max-width: 1536px) {
    .soc-box {
        padding: 66px 0 70px;
    }
}

@media (max-width: 768px) {
    .soc-box {
        padding: 66px 0 70px;
    }

    .soc-lbox {
        flex-direction: column;
    }

    .soc-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .soc-lte {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .soc-box {
        padding: 36px 0 40px;
    }

    .soc-p {
        margin-bottom: 36px;
    }

    .soc-l {
        margin-bottom: 24px;
    }

    .soc-l:last-child {
        margin-bottom: 26px;
    }
}

/* Clobal业务 */
.bus1 {
    padding-top: 65px;
}

.bus1-smh {
    margin-bottom: 12px;
}

.bus1-smh p {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.bus1-h {
    margin-bottom: 16px;
}

.bus1-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.bus1-p {
    margin-bottom: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bus1-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    max-width: 673px;
}

.bus1-imgbox {
    margin: 0 10.95%;
    position: relative;
}

.bus1-imgbox .img-box {
    padding-bottom: 44%;
}

.bus1-imgbox .img-box img {
    background: none;
}

/*  */
.bus1-l {
    position: absolute;
    z-index: 12;
}

.bus1-l:hover {
    z-index: 14;
}

.bus1-l:nth-child(1) {
    left: 78.4%;
    top: 73%;
}

.bus1-l:nth-child(2) {
    left: 62.4%;
    top: 29%;
}

.bus1-l:nth-child(3) {
    left: 47.4%;
    top: 46%;
}

.bus1-l:nth-child(4) {
    left: 26.8%;
    top: 54%;
}

.bus1-l:nth-child(5) {
    left: 20.8%;
    top: 20%;
}

.bus1-l:nth-child(6) {
    left: 3.8%;
    top: 31%;
}

.bus1-lbox {
    border-radius: 10px;
    border: 2px solid rgba(238, 120, 42, 0.58);
    background: radial-gradient(91.88% 130.67% at 0% 7.73%, rgba(255, 255, 255, 0.87) 0%, rgba(255, 239, 229, 0.87) 98.24%);
    overflow: hidden;
}

.bus1-l1 {
    background: rgba(255, 255, 255, 0.72);
    padding: 10px;
    min-width: 200px;
    transition: all 0.5s ease;
}

.bus1-lbox:hover .bus1-l1 {
    background: #EE782A;
}

.bus1-l1 p {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.8px;
    transition: all 0.5s ease;
}

.bus1-lbox:hover .bus1-l1 p {
    color: #FFF;
}

.bus1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.bus1-lbox:hover .bus1-l2 {
    max-height: 500px;
    opacity: 1;
}

.bus1-l2bg {
    padding: 19px 30px;
}

.bus1-l2bg p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.8px;
    margin-bottom: 7px;
}

.bus1-l2bg p:last-child {
    margin-bottom: 0;
}

/* bus2 */
.bus2 {
    padding-top: 189px;
    position: relative;
}

.bus2>img {
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40%;
    z-index: -1;
}

.bus2-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 69px;
}

.bus2-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.4375);
    letter-spacing: 0.64px;
    text-transform: capitalize;
    max-width: 954px;
}

.bus2-h span {
    color: #EE782A;
}

/*  */
.bus2-u {
    margin-right: calc(-.5 * 0.6rem);
    margin-left: calc(-.5 * 0.6rem);
}

.bus2-l {
    padding-right: calc(0.6rem * .5);
    padding-left: calc(0.6rem * .5);
}

.bus2-l:nth-child(2n) {
    margin-top: 119px;
}

.bus2-lbox {
    position: relative;
}

.bus2-lbox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.bus2-lbox p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    letter-spacing: -1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* bus3 */
.bus3 {
    padding-top: 86px;
}

.bus3-smh {
    margin-bottom: 12px;
}

.bus3-smh p {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.bus3-h {
    margin-bottom: 16px;
}

.bus3-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.bus3-p {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bus3-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    max-width: 567px;
}

/*  */
.bus3-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bus3-img {
    width: 42%;
    flex: 0 0 auto;
}

.bus3-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* 左右列表 */
.bus3-u {
    width: calc(58% / 2 - 48px);
    flex: 0 0 auto;
}

.bus3-l {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.bus3-l:nth-child(1) {
    align-items: flex-end;
}

.bus3-l:nth-child(2) {
    align-items: center;
}

.bus3-u1 .bus3-l:nth-child(2n-1) {
    transform: translateX(70px);
}

.bus3-u2 .bus3-l:nth-child(2n-1) {
    transform: translateX(-70px);
}

.bus3-l:last-child {
    margin-bottom: 0;
}

.bus3-l1 {
    width: calc(100% - 106px - 32px);
}

.bus3-l1h {
    margin-bottom: 22px;
}

.bus3-l1h p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}

.bus3-u1 .bus3-l1h p {
    text-align: right;
}

.bus3-l1img .img-box {
    padding-bottom: 58%;
}

.bus3-l1img .img-box img {
    transition: all 0.5s ease;
}

.bus3-l:hover .bus3-l1img .img-box img {
    transform: scale(1.08);
}

.bus3-l2 {
    width: 106px;
    flex: 0 0 auto;
    transition: all 0.5s ease;
}

.bus3-l:hover .bus3-l2 {
    transform: rotateY(360deg);
}

/* bus4 */
.bus4 {
    padding-top: 218px;
    padding-bottom: 122px;
}

.bus4-h {
    margin-bottom: 24px;
}

.bus4-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.bus4-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.bus4-p p {
    text-align: center;
    color: #3F3F3F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 749px;
}

.bus4-navbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 62px;
}

.bus4-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #EDEDED;
    padding: 5px;
}

.bus4-nala {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 12px;
    min-width: 158px;
    margin-right: 10px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
}

.bus4-nal:last-child .bus4-nala {
    margin-right: 0;
}

.bus4-nal.on .bus4-nala {
    background: #EE782A;
}

.bus4-nala:hover {
    background: #EE782A;
}

.bus4-nala span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.bus4-nal.on .bus4-nala span {
    color: #FFF;
}

.bus4-nala:hover span {
    color: #FFF;
}

/*  */
.bus4-u {
    flex-wrap: wrap;
    margin-right: calc(-.5rem * 0);
    margin-left: calc(-.5rem * 0);
    border: 0.5px solid #D9D9D9;
    display: none;
}

.bus4-u.on {
    display: flex;
}

.bus4-l {
    width: 14.28571%;
    padding-right: 0;
    padding-left: 0;
    border: 0.5px solid #D9D9D9;
}

.bus4-limg .img-box {
    padding-bottom: 50%;
}

.bus4-limg .img-box img {
    transition: all 0.5s ease;
}

.bus4-limg:hover .img-box img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .bus1 {
        padding-top: 45px;
    }

    .bus1-p {
        margin-bottom: 58px;
    }

    .bus2 {
        padding-top: 89px;
    }

    .bus4 {
        padding-top: 118px;
        padding-bottom: 82px;
    }
}

@media (max-width: 992px) {
    .bus2-l {
        width: 33.33%;
        margin-bottom: 12px;
    }

    .bus3-img {
        display: none;
    }

    .bus3-end {
        flex-direction: column;
    }

    .bus3-u {
        width: 100%;
    }

    .bus3-u1 .bus3-l:nth-child(2n-1) {
        transform: translateX(0);
    }

    .bus3-u2 .bus3-l:nth-child(2n-1) {
        transform: translateX(0);
    }

    .bus3-l:nth-child(1) {
        align-items: flex-start;
    }

    .bus3-l:nth-child(2) {
        align-items: flex-start;
    }

    .bus3-u1 .bus3-l {
        flex-direction: row-reverse;
    }

    .bus3-u1 .bus3-l1h p {
        text-align: left;
    }

    .bus4-l {
        width: 20%;
    }

    .bus4-nala {
        width: max-content;
        min-width: 116px;

    }

    .bus4-nav {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .bus4-nav::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .bus2-l {
        width: 50%;
    }

    .bus2-l:nth-child(2n) {
        margin-top: 0;
    }

    .bus4-l {
        width: 33.3333%;
    }
}

@media (max-width: 499px) {
    .bus1 {
        padding-top: 35px;
    }

    .bus1-p {
        margin-bottom: 28px;
    }

    .bus1-imgbox {
        margin: 0;
    }

    .bus1-l1 {
        min-width: 60px;
    }

    .bus1-l {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin-bottom: 12px;
    }

    .bus2 {
        padding-top: 39px;
    }

    .bus2-h {
        margin-bottom: 39px;
    }

    .bus3 {
        padding-top: 36px;
    }

    .bus3-l2 {
        width: 50px;
    }

    .bus3-l1 {
        width: calc(100% - 50px - 12px);
        margin-bottom: 20px;
    }

    .bus4 {
        padding-top: 38px;
        padding-bottom: 32px;
    }

    .bus4-l {
        width: 50%;
    }

    .bus4-h {
        margin-bottom: 12px;
    }

    .bus4-p {
        margin-bottom: 20px;
    }

    .bus4-navbox {
        margin-bottom: 32px;
    }
}

/*  */
/* 搜索无结果 */
.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 #EE782A;
    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: #EE782A;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 120%;
}

/* product */
.product {
    padding-bottom: 134px;
}

.pro1 {
    padding-top: 65px;
}

.pro1-smh p {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.pro1-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.28px;
    text-transform: capitalize;
}

.pro1-p {
    margin-bottom: 36px;
}

.pro1-p p {
    color: #3F3F3F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

/* pro2 */
.pro2 {
    position: relative;
    padding: 66px 0 115px;
}

.pro2::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(229, 229, 229, 0.26);
    z-index: -1;
}

.pro2-u {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.pro2-l {
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro2-la {
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(0deg, #C9C9C9 0%, #FFF 0%, #E5E5E5 100%);
    padding: 9px 30px;
    position: relative;
    overflow: hidden;
}

.pro2-la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, #FAA212 0%, #EE782A 100%, #FFF 100%);
    transition: all 0.5s ease;
    opacity: 0;
}

.pro2-la:hover::after {
    opacity: 1;
}

.pro2-l.on .pro2-la::after {
    opacity: 1;
}

.pro2-la p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.95);
    text-transform: uppercase;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.pro2-la:hover p {
    color: #FFF;
}

.pro2-l.on .pro2-la p {
    color: #FFF;
}

/*  */
.pro2-end {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2%;
}

.pro2-sw {
    position: relative;
    width: 53.5%;
    flex: 0 0 auto;
}

#pro2-sw {
    overflow: hidden;
}

.pro2-img .img-box {
    padding-bottom: 63%;
    border-radius: 10px;
}

.pro2-img .img-box img {
    transition: all 0.5s ease;
}

.pro2-img:hover .img-box img {
    transform: scale(1.08);
}

.pro2-te {
    width: calc(100% - 53.5% - 38px);
    flex: 0 0 auto;
}

.pro2-h {
    margin-bottom: 30px;
}

.pro2-h p {
    color: #000;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1_2h) * 1.08);
    text-transform: uppercase;
}

.pro2-p {
    margin-bottom: 32px;
}

.pro2-p p {
    color: #3F3F3F;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    word-break: break-all;
}

.pro2-btn {
    display: flex;
    align-items: center;
}

.pro2-btna {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #EAEAEA;
    padding: 10px;
    min-width: 221px;
    margin-right: 14px;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
}

.pro2-btna::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, #FAA212 0%, #EE782A 100%);
    transition: all 0.5s ease;
    opacity: 0;
}

.pro2-btna:hover::after {
    opacity: 1;
}

.pro2-btna:last-child {
    margin-right: 0;
}

.pro2-btna p {
    position: relative;
    z-index: 12;
}

.pro2-btna p span {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.21);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.pro2-btna:hover p span {
    color: #FFF;
}

.pro2-btna i {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    margin-left: 2px;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.pro2-btna:hover i {
    color: #FFF;
}

.pro2-swch .swiper-pagination {
    bottom: -60px;
}

.pro2-swch .swiper-pagination-bullet {
    background: #D9D9D9;
    transition: all 0.5s ease;
    opacity: 1;
    margin: 0 6px;
}

.pro2-swch .swiper-pagination-bullet-active {
    background: #F37A3B;
}

/* pro3 */
.pro3 {
    padding-top: 105px;
}

.pro3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro3-img {
    width: 45.6%;
    flex: 0 0 auto;
}

.pro3-img .img-box {
    padding-bottom: 55%;
    border-radius: 10px;
}

.pro3-img .img-box img {
    transition: all 0.5s ease;
}

.pro3-img:hover .img-box img {
    transform: scale(1.08);
}

.pro3-te {
    width: calc(100% - 45.6% - 36px);
    flex: 0 0 auto;
}

.pro3-h {
    margin-bottom: 55px;
}

.pro3-h p {
    color: #000;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1_2h) * 1.08);
    text-transform: uppercase;
}

.pro3-p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* pro4 */
.pro4 {
    padding-top: 142px;
}

.pro4-h {
    margin-bottom: 78px;
}

.pro4-h p {
    color: #000;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1_2h) * 1.08);
    text-transform: uppercase;
}

.pro4-sw {
    position: relative;
    padding: 0 95px;
}

#pro4-sw {
    overflow: hidden;
}

.pro4-img {
    padding: 14px;
}

.pro4-img .img-box {
    padding-bottom: 136%;
    /* cursor: pointer; */
}

.pro4-img .img-box img {
    transition: all 0.5s ease;
}

/* .pro4-img:hover .img-box img {
    transform: scale(1.08);
} */

#pro4-sw .swiper-button-prev,
#pro4-sw .swiper-button-next {
    --w: 36px;
    width: var(--w);
    height: var(--w);
    border-radius: 516.49px;
    border: 0.517px solid #959595;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    transition: all 0.5s ease;
}

#pro4-sw .swiper-button-prev:hover,
#pro4-sw .swiper-button-next:hover {
    border: 0.517px solid #959595;
    background: #EA5105;
}

#pro4-sw .swiper-button-prev::after,
#pro4-sw .swiper-button-next::after {
    content: "";
}

#pro4-sw .swiper-button-prev i,
#pro4-sw .swiper-button-next i {
    font-size: 14px;
    color: #959595;
    transition: all 0.5s ease;
}

#pro4-sw .swiper-button-prev:hover i,
#pro4-sw .swiper-button-next:hover i {
    color: #FFF;
}

.pro4-p {
    margin-top: 90px;
    padding: 0 22px;
}

.pro4-p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

@media (max-width: 1536px) {
    .pro3 {
        padding-top: 75px;
    }

    .pro4 {
        padding-top: 72px;
    }

    .pro4-p {
        margin-top: 40px;
    }

    .product {
        padding-bottom: 94px;
    }
}

@media (max-width: 992px) {
    .pro2-end {
        flex-direction: column-reverse;
    }

    .pro2-te {
        width: 100%;
        margin-bottom: 20px;
    }

    .pro2-sw {
        width: 100%;
    }

    .pro3-box {
        flex-direction: column-reverse;
    }

    .pro3-te {
        width: 100%;
        margin-bottom: 20px;
    }

    .pro3-img {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .pro1 {
        padding-top: 35px;
    }

    .pro1-p {
        margin-bottom: 18px;
    }

    .pro2 {
        padding: 46px 0 55px;
    }

    .pro2-la {
        padding: 2px 12px;
    }

    .pro2-u {
        margin-bottom: 16px;
    }

    .pro2-h {
        margin-bottom: 16px;
    }

    .pro2-btn {
        flex-direction: column;
    }

    .pro2-btna {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .pro2-swch .swiper-pagination {
        bottom: -34px;
    }

    .pro3 {
        padding-top: 35px;
    }

    .pro3-h {
        margin-bottom: 25px;
    }

    .pro4 {
        padding-top: 32px;
    }

    .pro4-h {
        margin-bottom: 28px;
    }

    .pro4-sw {
        padding: 0 35px;
    }

    .pro4-p {
        padding: 0;
    }

    .product {
        padding-bottom: 44px;
    }
}

/* philosophy */
.phil1 {
    padding-top: 76px;
}

.phil1-smh {
    margin-bottom: 10px;
}

.phil1-smh p {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.phil1-h {
    margin-bottom: 10px;
}

.phil1-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.phil1-p {
    margin-bottom: 70px;
}

.phil1-p p {
    color: #3F3F3F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

/*  */
.phil-bg {
    padding-bottom: 104px;
    position: relative;
}

.phil-bg>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.phil2-box {
    max-width: 1451px;
}

.phil2-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 62px;
}

.phil2-1 .phil2-1p:nth-child(1) {
    max-width: 729px;
}

.phil2-1 .phil2-1p:nth-child(2) {
    max-width: 615px;
}

.phil2-1p p {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.33);
    letter-spacing: 0.64px;
    text-transform: capitalize;
}

/*  */
.phil2-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1274px;
    margin: auto;
}

.phil2-2>img {
    width: 200px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.phil2-2box {
    position: relative;
    width: calc(50% - 100px - 52px);
    flex: 0 0 auto;
}

.phil2-2box>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.phil2-2p {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.phil2-2p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.phil2-2p p:last-child {
    margin-bottom: 0;
}

/* phil3 */
.phil3 {
    margin-top: 86px;
}

.phil3-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 88px;
}

.phil3-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.75);
    letter-spacing: 0.48px;
    text-transform: capitalize;
    max-width: 922px;
}

/*  */
.phil3-u {
    max-width: 1446px;
    margin-right: calc(-.5 * 8.8rem);
    margin-left: calc(-.5 * 8.8rem);
    margin: auto;
}

.phil3-l {
    padding-right: calc(8.8rem * .5);
    padding-left: calc(8.8rem * .5);
}

.phil3-l1 {
    border-radius: 10px;
    background: #EE782A;
    padding: 24px 28px;
}

.phil3-l1 p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.35);
    letter-spacing: 0.4px;
    text-transform: capitalize;
    min-height: calc(var(--zj-ft1-1h) * 1.35 * 2);
}

.phil3-l2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -6%;
}

.phil3-l2 img {
    width: 52%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
}

.phil3-l3 {
    border-radius: 10px;
    background: #EE782A;
    padding: 28px 22px 20px;
}

.phil3-lh {
    margin-bottom: 30px;
}

.phil3-lh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.35);
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.phil3-lp {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFF;
    padding: 4px;
}

.phil3-lp p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.35);
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.phil4 {
    padding-top: 46px;
    padding-bottom: 113px;
}

.phil4-h {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phil4-h p {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.27);
    letter-spacing: 0.72px;
    text-transform: capitalize;
    max-width: 1087px;
}

/*  */
.phil4-sa {
    max-width: 1420px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.phil4-1 {
    width: calc(100% - 54% - 37px);
    flex: 0 0 auto;
    padding-top: 4.6%;
}

.phil4-1l:nth-child(1),
.phil4-1l:nth-child(2) {
    margin-bottom: 48px;
}

.phil4-1img {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phil4-1img img {
    width: 102px;
    height: auto;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.phil4-1h {
    margin-bottom: 10px;
}

.phil4-1h p {
    text-align: center;
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.5s ease;
}

.phil4-1lbox:hover .phil4-1h p {
    color: #F37A3B;
}

.phil4-1p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phil4-1p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 194px;
    transition: all 0.5s ease;
}

.phil4-1lbox:hover .phil4-1p p {
    color: #F37A3B;
}

.phil4-2 {
    width: 54%;
    flex: 0 0 auto;
}

.phil4-2img {
    margin-bottom: 24px;
}

.phil4-2img img {
    width: 100%;
    max-width: 388px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.phil4-2h {
    margin-bottom: 18px;
}

.phil4-2h p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    max-width: 743px;
}

.phil4-2p p {
    color: #3F3F3F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* phil5 */
.phil5 {
    display: flex;
}

.phil5-1,
.phil5-2 {
    width: 50%;
    flex: 0 0 auto;
}

.phil5-1 {
    display: flex;
    align-items: flex-end;
}

.phil5-1box {
    padding: 0 50px 46px 140px;
}

.phil5-1h {
    margin-bottom: 18px;
}

.phil5-1h p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.45);
}

.phil5-1p {}

.phil5-1p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.phil5-2 {
    background: #EFEFEF;
    padding: 3.68% 15.4% 4.71% 5%;
}

.phil5-2 .phil4-1l:nth-child(1),
.phil5-2 .phil4-1l:nth-child(2) {
    margin-bottom: 28px;
}

/* phil6 */
.phil6 {
    padding: 118px 0 124px;
}

.phil6 .phil4-sa {
    align-items: center;
}

.phil6 .phil4-1 {
    padding-top: 0;
}

/* phil7 */
.phil7 .phil5-2 {
    background: #EFEFEF;
    padding: 5% 7% 5% 9.4%
}

.phil7 .phil5-1box {
    padding: 0 130px 60px 66px;
}

.phil7 .phil5-2 .phil4-1l:nth-child(1),
.phil7 .phil5-2 .phil4-1l:nth-child(2) {
    margin-bottom: 56px;
}

/* phil8 */
.phil8 {
    padding: 130px 0 126px;
}

.phil8-h {
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phil8-h p {
    color: #F37A3B;
    text-align: center;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    max-width: 1086px;
}

.phil8-p {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phil8-p p {
    color: #3F3F3F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1404px;
}

.phil8-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phil8-img img {
    width: 100%;
    max-width: 1659px;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

@media (max-width: 1536px) {
    .phil1 {
        padding-top: 66px;
    }

    .phil2-2>img {
        width: 140px;
    }

    .phil3-l {
        padding-right: calc(5.8rem * .5);
        padding-left: calc(5.8rem * .5);
    }

    .phil1-p {
        margin-bottom: 40px;
    }

    .phil2-1p {
        width: 50%;
    }

    .phil-bg {
        padding-bottom: 54px;
    }

    .phil4 {
        padding-bottom: 63px;
    }

    .phil6 {
        padding: 58px 0 64px;
    }

    .phil8 {
        padding: 60px 0 76px;
    }
}

@media (max-width: 1199.9px) {
    .phil2-2box {
        width: calc(50% - 25px - 52px);
    }
}

@media (max-width: 992px) {
    .phil2-1 {
        flex-direction: column;
        align-items: center;
    }

    .phil2-1p {
        width: 100%;
        margin-bottom: 10px;
    }

    .phil2-2>img {
        display: none;
    }

    .phil2-2box {
        width: calc(50% - 20px);
    }

    .phil3-l {
        width: 100%;
        margin-bottom: 30px;
    }

    .phil4-sa {
        flex-direction: column-reverse;
    }

    .phil4-1 {
        width: 100%;
    }

    .phil4-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .phil5 {
        flex-direction: column;
    }

    .phil5-1 {
        width: 100%;
    }

    .phil5-2 {
        width: 100%;
    }

    .phil5-1box {
        padding: 50px 12px 46px;
    }

    .phil7 .phil5-1box {
        padding: 50px 12px 46px;
    }

    .phil7 {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .phil2-2 {
        flex-direction: column;
    }

    .phil2-2box {
        width: 100%;
        margin-bottom: 20px;
    }

    .phil4-1l {
        width: 100%;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 499px) {
    .phil1 {
        padding-top: 36px;
    }

    .phil2-1 {
        margin-bottom: 32px;
    }

    .phil2-2p p {
        margin-bottom: 12px;
    }

    .phil2-2p {
        width: 90%;
    }

    .phil3 {
        margin-top: 26px;
    }

    .phil3-h {
        margin-bottom: 33px;
    }

    .phil-bg {
        padding-bottom: 14px;
    }

    .phil4 {
        padding-top: 16px;
        padding-bottom: 33px;
    }

    .phil8 {
        padding: 30px 0 46px;
    }

    .phil8-p {
        margin-bottom: 30px;
    }
}

/* about */
.ab1 {
    padding: 68px 0 150px;
}

.ab1-smh {
    margin-bottom: 10px;
}

.ab1-smh p {
    color: #EE782A;
    text-align: center;
    font-family: Poppins;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.ab1-h {
    margin-bottom: 10px;
}

.ab1-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.28px;
    text-transform: capitalize;
}

.ab1-p {
    margin-bottom: 102px;
}

.ab1-p p {
    color: #3F3F3F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
}

.ab1-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab1-1img {
    width: 49.4%;
    flex: 0 0 auto;
}

.ab1-1img .img-box {
    padding-bottom: 46%;
}

.ab1-1te {
    width: calc(100% - 49.4% - 30px);
    flex: 0 0 auto;
}

.ab1-1h {
    margin-bottom: 18px;
}

.ab1-1h p {
    color: #EE782A;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.ab1-1p p {
    color: #3F3F3F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab1-2 {
    margin-top: 95px;
    margin-bottom: 68px;
}

.ab1-2 p {
    color: #000;
    text-align: center;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-prode1_2h) * 1.19);
}

/*  */
.ab1-ubox {
    max-width: 1412px;
    margin: auto;
}

.ab1-u {
    margin-right: calc(-.5 * 6.5rem);
    margin-left: calc(-.5 * 6.5rem);
}

.ab1-l {
    padding-right: calc(6.5rem * .5);
    padding-left: calc(6.5rem * .5);
}

.ab1-l1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab1-l1 p {
    color: #000;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ab1-l1 span {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ab1-line {
    width: 100%;
    max-width: 250px;
    height: 0.5px;
    background: #9E9E9E;
    margin: 10px auto;
}

.ab1-l2 p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/* ab2 */
.ab2 {
    position: relative;
    padding: 76px 0 72px;
}

.ab2::after {
    position: absolute;
    content: "";
    width: calc(100% - 60px);
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ab2bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    border-radius: 10px;
    overflow: hidden;
}

.ab2-h {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 19px;
}

.ab2-h p {
    color: #FFF;
    text-align: center;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.914;
    letter-spacing: 2.56px;
    text-transform: capitalize;
    max-width: 1418px;
}

.ab2-smh {
    margin-bottom: 60px;
}

.ab2-smh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

/*  */
.ab2-sw {
    position: relative;
}

.ab2-sw::after {
    position: absolute;
    content: "";
    width: calc(100% - 68px);
    height: 1px;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    top: 198px;
}

#ab2-sw {
    overflow: hidden;
    padding-top: 198px;
}

#ab2-sw .swiper-slide:nth-child(2n+1) {
    margin-top: 0;
    bottom: 100%;
}

.ab2-swnum {
    margin-bottom: 14px;
}

.swiper-slide:nth-child(2n+1) .ab2-swnum p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.4px;
}

.ab2-swcrobox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide:nth-child(2n+1) .ab2-swcrobox {
    margin-top: 20px;
}

.swiper-slide:nth-child(2n) .ab2-swcrobox {
    margin-bottom: 20px;
}

.ab2-swcro {
    --w: 20px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
}

.swiper-slide:nth-child(2n+1) .ab2-swp p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    min-height: calc(var(--zj-subnav) * 1.5 * 4);
    text-transform: capitalize;
}

/*  */
#ab2-sw .swiper-slide:nth-child(2n+1) {
    position: relative;
}

#ab2-sw .swiper-slide:nth-child(2n) .ab2-swbox {
    margin-top: -10px;
}

#ab2-sw .swiper-slide:nth-child(2n+1) .ab2-swbox {
    position: absolute;
    left: 0;
    bottom: calc(100% - 10px);
}

.swiper-slide:nth-child(2n) .ab2-swp p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    min-height: calc(var(--zj-subnav) * 1.5 * 5);
    text-transform: capitalize;
}

.swiper-slide:nth-child(2n) .ab2-swimg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.swiper-slide:nth-child(2n) .ab2-swimg img {
    width: 20px;
}

.swiper-slide:nth-child(2n) .ab2-swnum p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.4px;
}

/* 按钮 */
#ab2-sw .swiper-button-prev,
#ab2-sw .swiper-button-next {
    top: 204px;
    transform: translateY(0);
    border-radius: 6px;
    background: rgb(255, 255, 255);
    --w: 34px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    transition: all 0.5s ease;
}

#ab2-sw .swiper-button-prev {
    left: 0;
}

#ab2-sw .swiper-button-next {
    right: 0;
}

#ab2-sw .swiper-button-prev:hover,
#ab2-sw .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.60);
}

#ab2-sw .swiper-button-prev::after,
#ab2-sw .swiper-button-next::after {
    font-size: 15px;
    color: #EE782A;
    line-height: 1;
    transition: all 0.5s ease;
}

#ab2-sw .swiper-button-prev:hover::after,
#ab2-sw .swiper-button-next:hover::after {
    color: #FFF;
}

/* ab3 */
.ab3 {
    padding: 130px 0 94px;
}

.ab3-smh {
    margin-bottom: 10px;
}

.ab3-smh p {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.ab3-h {
    margin-bottom: 10px;
}

.ab3-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: 1.28px;
    text-transform: capitalize;
}

.ab3-p {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab3-p p {
    color: #3F3F3F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    max-width: 890px;
}

/*  */
.ab3-u {
    margin-right: calc(-.5 * 2.75rem);
    margin-left: calc(-.5 * 2.75rem);
}

.ab3-l {
    padding-right: calc(2.75rem * .5);
    padding-left: calc(2.75rem * .5);
}

.ab3-lh {
    padding: 13px 12px;
    border-radius: 10px;
    background: #EE782A;
    margin-bottom: 42px;
}

.ab3-lh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
}

.ab3-lp {
    padding: 16px 20px;
}

.ab3-l:nth-child(2) .ab3-lp {
    max-width: 270px;
    margin: auto;
}

.ab3-lp p,
.ab3-lp p span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.44);
}

.ab3-lp p {
    display: flex;
    margin-bottom: 26px;
}

.ab3-lp p span {
    min-width: 20px;
    flex: 0 0 auto;
}

.ab3-lp p:last-child {
    margin-bottom: 0;
}

/* ab4 */
.ab4-swbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ab4-1 {
    width: 34%;
    flex: 0 0 auto;
}

.ab4-1 .img-box {
    padding-bottom: 128%;
}

.ab4-2 {
    width: calc(66% - 35px);
    flex: 0 0 auto;
}

.ab4-2h {
    margin-bottom: 20px;
}

.ab4-2h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.ab4-2smh {
    margin-bottom: 20px;
}

.ab4-2smh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.ab4-2p p {
    color: #3F3F3F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* ab5 */
.ab5 {
    padding: 150px 0;
}

.ab5-h {
    margin-bottom: 20px;
}

.ab5-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.ab5-p {
    margin-bottom: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab5-p p {
    overflow: hidden;
    color: #3F3F3F;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 749px;
}

/*  */
.ab5-sw {
    position: relative;
}

#ab5-sw {
    overflow: hidden;
    padding: 20px;
}

.pro4-img {
    transform: scale(0.82);
    transition: all 0.5s ease;
}

.swiper-slide-active .pro4-img {
    transform: scale(1.04);
}

#ab5-sw .swiper-button-prev,
#ab5-sw .swiper-button-next {
    border-radius: 50%;
    border: 0.517px solid #959595;
    --w: 36px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    transition: all 0.5s ease;
}

#ab5-sw .swiper-button-prev::after,
#ab5-sw .swiper-button-next::after {
    content: "";
}

#ab5-sw .swiper-button-prev {
    left: -8px;
}

#ab5-sw .swiper-button-next {
    right: -8px;
}

#ab5-sw .swiper-button-prev:hover,
#ab5-sw .swiper-button-next:hover {
    background: #EA5105;
    border: 0.517px solid #EA5105;
}

#ab5-sw .swiper-button-prev i,
#ab5-sw .swiper-button-next i {
    font-size: 15px;
    color: #959595;
    line-height: 1;
    transition: all 0.5s ease;
}

#ab5-sw .swiper-button-prev:hover i,
#ab5-sw .swiper-button-next:hover i {
    color: #FFF;
}

/* ab6 */
.ab6 {
    padding: 78px 0 130px;
}

.ab6-smh {
    margin-bottom: 10px;
}

.ab6-smh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.ab6-h {
    margin-bottom: 10px;
}

.ab6-h p {
    color: #FFF;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.28px;
    text-transform: capitalize;
}

.ab6-p {
    margin-bottom: 70px;
}

.ab6-p p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

.ab6-u {
    max-width: 1476px;
    margin: auto;
}

.ab6-li {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab6-li i {
    font-size: 82px;
    color: rgba(255, 255, 255, 1);
}

.ab6-lh {
    margin-bottom: 10px;
}

.ab6-lh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ab6-lp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab6-lp p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 400px;
}

/* ab7 */
.ab7 {
    padding-top: 166px;
    margin-bottom: 44px;
}

.ab7-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab7-1lf {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding-right: 40px;
}

.ab7-1img {
    width: 70px;
    margin-right: 36px;
    flex: 0 0 auto;
}

.ab7-1img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab7-1h p {
    color: #EE782A;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 630px;
}

.ab7-1p p {
    color: #737373;
    text-align: right;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.8px;
    max-width: 651px;
}

/* ab8 */
.ab8 {
    padding-bottom: 188px;
}

.ab8-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab8-1 {
    width: 23.4%;
    flex: 0 0 auto;
    position: relative;
    z-index: 12;
}

.ab8-1l {
    margin-bottom: 10px;
    border-radius: 0 20px 20px 0;
    background: #EFEFEF;
    padding: 16px 24px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
}

.ab8-1l.on {
    transform: translateX(92px);
}

.ab8-1l:hover {
    transform: translateX(92px);
}

.ab8-1l::after {
    position: absolute;
    content: "";
    width: calc(100% + 92px);
    height: 100%;
    border-radius: 0 20px 20px 0;
    background: linear-gradient(105deg, #FFB109 -2.7%, #EE782A 50%);
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ab8-1l.on::after {
    opacity: 1;
}

.ab8-1l:hover::after {
    opacity: 1;
}

.ab8-1l:last-child {
    margin-bottom: 0;
}

.ab8-1lp {
    position: relative;
    z-index: 12;
}

.ab8-1lp p {
    color: #EE782A;
    text-align: end;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ab8-1l.on .ab8-1lp p {
    color: #FFF;
}

.ab8-1l:hover .ab8-1lp p {
    color: #FFF;
}

.ab8-2 {
    width: calc(100% - 23.4% - 20px);
    flex: 0 0 auto;
}

/*  */
.ab8-2sw {
    position: relative;
    display: none;
}

.ab8-2sw.on {
    display: block;
}

.ab8-2swbox {
    overflow: hidden;
}

.ab8-swbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ab8-sw1 {
    width: 52%;
    flex: 0 0 auto;
}

.ab8-sw1 .img-box {
    padding-bottom: 60%;
    border-radius: 20px;
}

.ab8-sw1 .img-box img {
    transition: all 0.5s ease;
}

.ab8-sw1:hover .img-box img {
    transform: scale(1.08);
}

.ab8-sw2 {
    width: calc(48% - 32px);
    flex: 0 0 auto;
}

.ab8-swh {
    margin-bottom: 24px;
}

.ab8-swh p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
}

.ab8-swp p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.ab8-2swbox .swiper-pagination {
    bottom: -44px;
}

.ab8-2swbox .swiper-pagination-bullet {
    background: #D9D9D9;
    transition: all 0.5s ease;
    opacity: 1;
    margin: 0 6px;
}

.ab8-2swbox .swiper-pagination-bullet-active {
    background: #F37A3B;
}

.ab8-2swchan {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.ab8-2swchan div {
    position: relative;
    left: 0;
    top: 9px;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
    border-radius: 6px;
    background: rgba(172, 172, 172, 0.60);
    --w: 34px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab8-2swchan .swiper-button-prev {
    margin-right: 6px !important;
}

.ab8-2swchan div:hover {
    background: #EE782A;
}

.ab8-2swchan div::after {
    font-size: 15px;
    color: #707070;
    line-height: 1;
    transition: all 0.5s ease;
}

.ab8-2swchan div:hover::after {
    color: #FFF;
}

/* ab9 */
.ab9 {
    display: flex;
    align-items: center;
    background: #EFEFEF;
}

.ab9-img {
    width: 38%;
    flex: 0 0 auto;
}

.ab9-img .img-box {
    padding-bottom: 92%;
}

.ab9-2 {
    width: 62%;
    flex: 0 0 auto;
    padding: 12px 0 0 60px;
}

.ab9-smh p {
    color: #EE782A;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: uppercase;
}

.ab9-h p {
    color: #000;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.28px;
    text-transform: capitalize;
}

.ab9-p {
    margin-bottom: 42px;
}

.ab9-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

/*  */
.ab9-from {
    max-width: 802px;
}

.ab9-from .con2-fol {
    margin-bottom: 26px;
}

.ab9-from .con2-fol:last-child {
    margin-bottom: 34px;
}

.ab9-from .con2-fol input,
.ab9-from .con2-fol textarea {
    padding: 0 0 12px 0;
    color: #777;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) 1.37);
    letter-spacing: -0.32px;
    text-transform: capitalize;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #777;
}

.ab9-from .con2-fol input:focus,
.ab9-from .con2-fol textarea:focus {
    border-bottom: 1px solid #F37A3B;
}

.ab9-from .con2-fol input::-webkit-input-placeholder {
    color: #777;
}

.ab9-from .con2-fol input::-moz-placeholder {
    color: #777;
}

.ab9-from .con2-fol input::-ms-input-placeholder {
    color: #777;
}

.ab9-from .con2-fol textarea::-webkit-input-placeholder {
    color: #777;
}

.ab9-from .con2-fol textarea::-moz-placeholder {
    color: #777;
}

.ab9-from .con2-fol textarea::-ms-input-placeholder {
    color: #777;
}

.ab9-from .con2-fobt button {
    padding: 13px 64px;
}

@media (max-width: 1536px) {
    .ab2::after {
        width: calc(100% - 16px);
    }

    .ab1 {
        padding: 68px 0 90px;
    }

    .ab1-p {
        margin-bottom: 52px;
    }

    .ab2-h p {
        font-size: 100px;
    }

    .ab2 {
        padding: 46px 0 42px;
    }

    .ab2-smh {
        margin-bottom: 30px;
    }

    .ab3 {
        padding: 70px 0 64px;
    }

    .ab3-u {
        margin-right: calc(-.5 * 1.75rem);
        margin-left: calc(-.5 * 1.75rem);
    }

    .ab3-l {
        padding-right: calc(1.75rem * .5);
        padding-left: calc(1.75rem * .5);
    }

    .ab3-lh {
        margin-bottom: 22px;
    }

    .ab3-lp p {
        margin-bottom: 16px;
    }

    .ab5 {
        padding: 90px 0;
    }

    .ab5-p {
        margin-bottom: 45px;
    }

    .ab6 {
        padding: 48px 0 70px;
    }

    .ab6-p {
        margin-bottom: 30px;
    }

    .ab6-li i {
        font-size: 50px;
    }

    .ab7 {
        padding-top: 76px;
        margin-bottom: 44px;
    }

    .ab8-1l {
        min-height: 58px;
    }

    .ab8-1l.on {
        transform: translateX(55px);
    }

    .ab8-1l:hover {
        transform: translateX(55px);
    }

    .ab8 {
        padding-bottom: 88px;
    }

    .ab9-p {
        margin-bottom: 22px;
    }

    .ab9-from .con2-fol:last-child {
        margin-bottom: 14px;
    }
}

@media (max-width: 1199.9px) {
    .ab7-1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .ab7-1lf {
        padding-right: 0;
        margin-bottom: 12px;
    }

    .ab7-1p p {
        text-align: left;
    }

    .ab8-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .ab8-2 {
        width: 100%;
    }

    .ab8-1 {
        width: 50.4%;
        margin-bottom: 20px;
    }

    .ab9 {
        flex-direction: column-reverse;
    }

    .ab9-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab9-img {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .ab1-1 {
        flex-direction: column-reverse;
    }

    .ab1-1img {
        width: 100%;
    }

    .ab1-1te {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab2-h p {
        font-size: 58px;
    }

    .ab1-u {
        margin-right: calc(-.5 * 1.5rem);
        margin-left: calc(-.5 * 1.5rem);
    }

    .ab1-l {
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
    }

    .ab3-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab3-l:nth-child(2) .ab3-lp {
        margin: 0;
    }

    .ab6-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab6-l:last-child {
        margin-bottom: 0;
    }

    .ab9-2 {
        padding-left: 0;
        padding-bottom: 30px;
    }

}

@media (max-width: 768px) {
    .ab1-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-l:last-child {
        margin-bottom: 0;
    }

    .ab8-swbox {
        flex-direction: column;
    }

    .ab8-sw1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab8-sw2 {
        width: 100%;
    }

    .ab4-swbox {
        flex-direction: column;
    }

    .ab4-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab4-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1 {
        padding: 38px 0 40px;
    }

    .ab1-p {
        margin-bottom: 32px;
    }

    .ab1-2 {
        margin-top: 45px;
        margin-bottom: 38px;
    }

    .ab2-h p {
        font-size: 40px;
        line-height: 1.1;
    }

    .ab2 {
        padding: 28px 0 12px;
    }

    .ab2-smh {
        margin-bottom: 10px;
    }

    .ab2::after {
        width: calc(100% - 5px);
    }

    .ab3 {
        padding: 40px 0 34px;
    }

    .ab3-p {
        margin-bottom: 30px;
    }

    .ab5 {
        padding: 40px 0;
    }

    .ab6 {
        padding: 48px 0 40px;
    }

    .ab7 {
        padding-top: 46px;
        margin-bottom: 34px;
    }

    .ab8-1l {
        min-height: 40px;
    }

    .ab8-1 {
        width: 76.4%;
    }

    .ab7-1img {
        width: 58px;
        margin-right: 14px;
    }
}

/*  */
/* -------------------------------------------- */

/* 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 .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 56.26%;
}

.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: 56.26%;
    -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 .item .img-box{
         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;
    }

    .mobile-video {
        padding-bottom: 65%;
    }
}


@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: 48px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 12px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    /* overflow: hidden; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 10px !important;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    /* border: 1px solid #D9D9D9; */
    background: rgba(255, 255, 255, 1);
    display: block;
    /* margin: 0 8px; */
    position: relative;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #fff;
}

.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: 2px solid rgba(255, 255, 255, 1);
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
    }

    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: center;
}

.banner-chan .slick-arrow {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 500px;
    background: rgba(239, 229, 218, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow.banner-button-prev {
    margin-right: 24px;
}

.banner-chan .slick-arrow:hover {
    background: rgba(247, 239, 233, 0.40);
}

.banner-chan .slick-arrow i {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: #FFF;
}

/* banner-end */

/* ind-phil so1 */
.so1 {
    margin-top: 68px !important;
}

.so1-smh {
    margin-bottom: 10px;
}

.so1-smh p {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.so1-h {
    margin-bottom: 10px;
}

.so1-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.so1-p {
    margin-bottom: 54px;
}

.so1-p p {
    color: #3F3F3F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
}

.so1-te {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-te p {
    color: #EE782A;
    text-align: center;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.278);
    letter-spacing: 0.72px;
    max-width: 1087px;
}

/*  */
.so1-u {
    max-width: 1460px;
    margin: auto;
}

.so1-limg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.so1-limg img {
    width: 102px;
    height: auto;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.so1-lh {
    margin-bottom: 10px;
}

.so1-lh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.5s ease;
}

.so1-lbox:hover .so1-lh p {
    color: #EE782A;
}

.so1-lp p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.so1-lbox:hover .so1-lp p {
    color: #EE782A;
}

/* so2 */
.so2 {
    padding-top: 130px;
}

.so2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.so2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.so2-lbox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.so2-l1 {
    width: 68%;
    flex: 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
    position: relative;
}

.so2-limg .img-box img {
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-limg .img-box img {
    transform: scale(1.08);
}

/*  */
.so2-l1img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
    z-index: 10;
}

.so2-l1img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so2-l1p {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 12;
}

.so2-l1p p span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: uppercase;
}

.so2-l1p p span {
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so2-lbox:hover .so2-l1p p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.so2-l2 {
    width: calc(32% - 30px);
    flex: 0 0 auto;
}

.so2-l2h {
    margin-bottom: 16px;
}

.so2-l2h p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
}

.so2-l2p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.so2-flyp {
    background: #FFF;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 12;
    max-width: 570px;
}

.so2-flyp p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-pro2-1h) * 1.25);
    text-transform: capitalize;
}

.so2-flyp p span {
    color: #EE782A;
}

/* ind-about so3 */
.so3 {
    padding-top: 140px;
}

.so3-top {
    position: relative;
}

.so3-1 {
    max-width: 830px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 12px 0;
    height: 393px;
    position: relative;
    z-index: 12;
}

.so3-1smh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
}

.so3-1h {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(30px + 30px);
}

.so3-1h p {
    color: #FFF;
    text-align: center;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.84;
    letter-spacing: 2.56px;
    text-transform: capitalize;
    min-width: 1418px;
}

.so3-2 .so3-1h p {
    color: #000;
}

/*  */
.so3-p {
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-p p {
    overflow: hidden;
    color: #3F3F3F;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 730px;
}

.so3-btn {
    margin-top: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-a {
    display: block;
}

.so3-a p {
    text-align: center;
}

.so3-a p span {
    color: #EE782A;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    text-transform: uppercase;
    --size: 1px;
    --color: #EE782A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so3-a:hover p span {
    color: #EE782A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so3-ai {
    margin-top: 10px;
    border-radius: 50%;
    border: 0.5px solid rgba(190, 190, 190, 0.51);
    background: #FFF;
    --w: 69px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.so3-ai i {
    --w: 55px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #EE782A;
    color: #FFF;
    font-size: 25px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so3-a:hover .so3-ai i {
    animation: so3xg 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes so3xg {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(2);
    }

    50% {
        transform: translateY(4px);
    }

    100% {
        transform: translateY(0deg);
    }
}

/* ind-pro so4 */
.so4 {
    padding-top: 162px;
}

.so4-h {
    margin-bottom: 30px;
}

.so4-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.so4-p {
    margin-bottom: 55px;
}

.so4-p p {
    color: #3F3F3F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
}

/*  */
.so4-swbox {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.so4-swbox>img {
    width: 44%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    object-fit: cover;
    object-position: center;
    z-index: 10;
    transition: all 0.5s ease;
    opacity: 0;
}

.so4-swbox:hover>img {
    opacity: 1;
}

.so4-img .img-box {
    padding-bottom: 110%;
}

.so4-img .img-box img {
    transition: all 0.5s ease;
}

.so4-swbox:hover .so4-img .img-box img {
    transform: scale(1.08);
}

/*  */
.so4-swte {
    position: absolute;
    content: "";
    width: 100%;
    padding: 0 35px 16px 35px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
}

.so4-swh p {
    color: #FFF;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: 1.13;
    min-height: calc(var(--zj-ser-fth) * 1.13 * 2);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-swp p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1.625;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.so4-swbox:hover .so4-swp p {
    opacity: 1;
    transform: translateY(0);
}

/*  */
.so4-end {
    margin-top: 70px;
}

.so4-endh {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4-endh p {
    color: #3F3F3F;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    max-width: 974px;
}

.so4-endp p {
    text-align: center;
    color: #EE782A;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-proseh) * 1.5);
}

/* ind-work so5 */
.ind-work {
    padding: 216px 0 80px;
}

.so5 {
    position: relative;
}

.so5::after {
    position: absolute;
    content: "";
    --w: 867px;
    width: var(--w);
    height: calc(var(--w) * 0.8);
    max-width: 100%;
    border-radius: 867px;
    opacity: 0.6;
    background: rgba(238, 120, 42, 0.15);
    filter: blur(99.9000015258789px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.so5-h {
    margin-bottom: 24px;
}

.so5-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.so5-p {
    margin-bottom: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so5-p p {
    color: #3F3F3F;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    max-width: 890px;
}

/* ind-build so6 */
.so6 {
    padding: 99px 0 147px;
}

.so6-h {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so6-h p {
    color: #FFF;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    max-width: 1110px;
}

.so6-p {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so6-p p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    max-width: 673px;
}

/*  */
.so6-sw {
    position: relative;
}

#so6-sw {
    overflow: hidden;
}

.so6-swbox {
    border-radius: 10px;
    background: #FFF;
    backdrop-filter: blur(9.25px);
    overflow: hidden;
    display: block;
}

.so6-img .img-box {
    padding-bottom: 60%;
}

.so6-img .img-box img {
    transition: all 0.5s ease;
}

.so6-swbox:hover .so6-img .img-box img {
    transform: scale(1.08);
}

.so6-swte {
    padding: 35px 27px;
}

.so6-swh {
    margin-bottom: 12px;
}

.so6-swh p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so6-swp p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

#so6-sw .swiper-button-prev,
#so6-sw .swiper-button-next {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 100%;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    opacity: 1 !important;
}

#so6-sw .swiper-button-prev {
    left: -64px;
}

#so6-sw .swiper-button-next {
    right: -64px;
}

#so6-sw .swiper-button-prev:hover,
#so6-sw .swiper-button-next:hover {
    background: #EE782A;
}

#so6-sw .swiper-button-prev::after,
#so6-sw .swiper-button-next::after {
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    color: #EE782A;
}

#so6-sw .swiper-button-prev:hover::after,
#so6-sw .swiper-button-next:hover::after {
    color: #FFF;
}

/* ind-news so7 */
.so7 {
    padding-top: 154px;
}

.so7-h {
    margin-bottom: 14px;
}

.so7-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

.so7-p {
    margin-bottom: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so7-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 460px;
}


/* ind-succes so8 */
.so8 {
    padding: 106px 0 100px;
}

.so8-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.so8-h p {
    color: #000;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    max-width: 686px;
}

.so8-p p {
    color: #3F3F3F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 646px;
}

.so8 .bus4-u {
    display: flex !important;
}

@media (max-width: 1536px) {
    .so2-l1 {
        width: 58%;
    }

    .so2-l2 {
        width: calc(42% - 12px);
        flex: 0 0 auto;
    }

    .so2-flyp {
        max-width: 500px;
    }

    .so3 {
        padding-top: 70px;
    }

    .so3-1h p {
        font-size: 108px;
    }

    .so3-1 {
        max-width: 664px;
        height: 350px;
    }

    .so4 {
        padding-top: 72px;
    }

    .ind-work {
        padding: 116px 0 80px;
    }

    .so6 {
        padding: 69px 0 77px;
    }

    .so7 {
        padding-top: 74px;
    }

    .so7-p {
        margin-bottom: 36px;
    }

    .so8 {
        padding: 106px 0 130px;
    }
}

@media (max-width: 1199.9px) {
    .so2-l {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .so1-l {
        width: 50%;
        margin-bottom: 20px;
    }

    .so3-1h p {
        font-size: 64px;
    }

    .so3-1 {
        height: 222px;
    }

    .so8-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so8-h {
        margin-bottom: 20px;
    }
}

@media (max-width: 642px) {
    .so2-lbox {
        flex-direction: column;
    }

    .so2-l1 {
        width: 100%;
    }

    .so2-l2 {
        width: 100%;
    }

    .so3-1h p {
        font-size: 30px;
    }

    .so3-1 {
        padding: 20px 12px 0;
        height: 142px;
        max-width: 264px;
    }
}

@media (max-width: 499px) {

    .so1 {
        margin-top: 38px !important;
    }

    .so1-p {
        margin-bottom: 34px;
    }

    .so1-l {
        width: 100%;
    }

    .so1-te {
        margin-bottom: 30px;
    }

    .so2 {
        padding-top: 30px;
    }

    .so2-l1 {
        margin-bottom: 22px;
    }

    .so3 {
        padding-top: 30px;
    }

    .so3-1h {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: calc(30px + 20px);
    }

    .so4 {
        padding-top: 42px;
    }

    .so4-p {
        margin-bottom: 25px;
    }

    .so4-end {
        margin-top: 40px;
    }

    .ind-work {
        padding: 46px 0 30px;
    }

    .so6 {
        padding: 39px 0 47px;
    }

    .so7 {
        padding-top: 34px;
    }

    .so8 {
        padding: 36px 0 50px;
    }
}

/* .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}

.fancybox-slide--video video {
    max-width: 80%;
    padding: 0;
} */