#ven {
    transition: all 0.5s ease;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}

/* .ventricle {
     box-shadow: 0 4px 10px 0 rgb(0 0 0 / 36%);
 } */

/*  */
.hea-box {
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

/* .ventricle .hea-box {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
} */
.ven1-lo {
    display: flex;
    align-items: flex-end;
    padding: 22px 0;
}

.ven1-loim {
    position: relative;
}

.ven1-loim img {
    width: 159px;
    height: auto;
    transition: all 0.5s ease;
}

/*  */
.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    margin: 0 18px;
}

.ven2-l:last-child:after {
    margin: 0 32px;
}

.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: #121212;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;

    --size: 0px;
    --color: #5b85c5;
    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: #5b85c5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #5b85c5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-la i {
    font-size: 14px;
    line-height: normal;
    color: rgba(18, 18, 18, 1);
    margin-left: 6px;
    transition: all 0.5s ease;
}

.ven2-la:hover i {
    color: #5b85c5;
}

.ven2-l.on .ven2-la i {
    color: #5b85c5;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    --w: 46px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5b85c5;
    margin-left: 26px;
}

.vensesv i {
    font-size: 18px;
    color: #fff;
    transition: all 0.5s ease;
}

.vensesv:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #fff;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    text-transform: capitalize;
}

/*  */
.ven-inqury {
    display: flex;
    align-items: center;
    position: relative;
}

.ven-inqurya i {
    color: rgba(18, 18, 18, 1);
    font-size: 18px;
    line-height: normal;
    transition: all 0.5s ease;
    display: block;
}

.ven-inqurya:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqurya span {
    position: absolute;
    --w: 14px;
    width: var(--w);
    height: var(--w);
    background: #5b85c5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    right: -6px;
    top: -6px;
}

/*  */
.ven-line {
    width: 1px;
    height: 14px;
    margin: 0 26px;
    background: #d9d9d9;
}

/*  */
.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.2);
    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: #ea580c;
}

/*  */
.ven2-lang {
    position: relative;
    height: 100%;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #1a1a1a;
    padding: 6px 18px 6px 7px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover {
    background: #ea580c;
}

.ven2-langi1 {
    border-radius: 50px;
    background: #fff;
    padding: 2px;
    margin-right: 12px;
}

.ven2-langi1 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ven2-langbt i {
    font-size: 10px;
    color: #fff;
    display: block;
    margin-left: 12px;
}

.ven2-langbt span {
    color: #fff;
    font-family: "Manrope3";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-lanerbox {
    position: absolute;
    width: 120%;
    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;
    background: #fff;
}

.ven2-lang:hover .ven2-lanerbox {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

.ven2-laner {
    padding: 8px 4px;
}

.ven2-laner>a {
    display: block;
    margin: 8px 0;
}

.ven2-laner>a p {
    text-align: center;
}

.ven2-laner>a span {
    color: #453737;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #ea580c;
    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-laner>a:hover span {
    color: #ea580c;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 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: 1836px) {
    .ven2-la span {
        font-size: calc(var(--zj-subnav) - 1px);
    }

    .ven2-l:last-child:after {
        margin: 0 12px;
    }
}

@media (max-width: 1536px) {
    .ven2-la i {
        font-size: 12px;
    }
}

/* 语言新 */
.menu-language {
    position: relative;
    height: 100%;
}

@media (max-width: 1199px) {
    /* .menu-language {
        padding: 0 10px;
    } */
}

.menu-language::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #d9d9d9;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
}

.menu-language:hover .drop-select {
    opacity: 1;
    pointer-events: auto;
}

.menu-language .select-name {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    color: #121212;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    padding: 6px 0;
}

@media (max-width: 1400px) {
    .menu-language .select-name {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .menu-language .select-name {
        font-size: 14px;
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {
    /* .menu-language .select-name {
        font-size: 0;
    } */
}

.menu-language:hover .select-name {
    /* border: 1px solid rgba(255, 255, 255, 0.25);
    background: #F96F13; */
    color: #5b85c5;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: "\ebbe";
    color: #121212;
    font-family: "iconfont" !important;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.menu-language:hover .select-name::before {
    color: #5b85c5;
}

@media (max-width: 1199px) {
    .menu-language .select-name::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name::before {
        /* margin-right: 0; */
        font-size: 18px;
        margin-right: 8px;
    }
}

.menu-language .select-name::after {
    font-size: 14px;
    color: #121212;
    content: "\ecdd";
    font-family: "iconfont" !important;
    display: inline-block;
    margin-left: 6px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-language:hover .select-name::after {
    color: #5b85c5;
}

@media (max-width: 767px) {
    .menu-language .select-name::after {
        display: none;
    }
}

.menu-language .drop-select {
    position: absolute;
    content: "";
    right: 0;
    top: calc(100%);
    z-index: 2;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .menu-language .drop-select {
        min-width: 100%;
        width: auto;
        height: 300px;
        overflow: auto;
        padding: 10px;
    }
}

.menu-language .drop-select li {
    font-size: 16px;
    display: inline-block;
    width: calc(100% / 3);
    vertical-align: top;
}

@media (max-width: 991px) {
    .menu-language .drop-select li {
        width: 100%;
        font-size: 14px;
    }
}

.menu-language .drop-select li:hover a {
    color: #777777;
}

.menu-language .drop-select li a {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 14px;
}

.menu-language .drop-select li a:hover {
    background: #eee;
}

.menu-language .drop-select li a img {
    max-height: 20px;
    display: block;
    margin-right: 10px;
}

/* sp */
.menu-language .select-name i.icon-a-jiantou1 {
    font-size: 8px;
    line-height: normal;
    margin-left: 8px;
    color: #fff;
}

.menu-language .select-name i.icon-yuyanqiehuan {
    font-size: 20px;
    line-height: normal;
    margin-left: 20px;
    color: #000;
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* 语言-end */
@media (max-width: 1870px) {
    .ven2-l::after {
        margin: 0 10px;
    }

    .ven-line {
        margin: 0 12px;
    }

    .vensesv {
        --w: 36px;
        margin-left: 14px;
    }
}

@media (max-width: 1536px) {
    .ven-inqury {
        margin-right: 12px;
    }

    /* .ven1-loim {
        padding: 12px 0;
    } */
    .ven-spbox {
        padding: 0 12px 0 12px;
    }

    /* .menu-language .select-name {
        padding: 0 12px;
    } */

    .hea-box {
        width: calc(100% - 30px);
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 6px;
    }

    .ven2-l:last-child:after {
        margin: 0 12px;
    }

    .ven2-langi1 img {
        width: 30px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }

    .vensesv span {
        display: none;
    }

    .vensesv i {
        margin-left: 0;
    }

    .ven1-lo {
        padding: 15px 0;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven-line {
        margin: 0 6px;
    }

    .hea-box {
        border-radius: 0;
        top: 0;
        width: 100%;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .ven-inqury .ven-inqurya i {
        margin-left: 0;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 112px;
    }

    .vensesv {
        --w: 30px;
        margin-left: 10px;
    }

    .vensesv i {
        font-size: 22px;
    }

    .ven-line {
        margin: 0 5px;
    }

    .vensesv {
        border: none;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }

    .menu-language .select-name::before {
        font-size: 18px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */

/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #5B85C5;
    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: #5B85C5;
    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: #2fa19b;
    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: #2fa19b;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #fff;
    font-family: "Manrope3";
    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: 300px;
    left: 100%;
    background: rgba(255, 255, 255, 0.9);
    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: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #5B85C5;
    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: #5B85C5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 224%;
    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: #000;
    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: 1870px) {
    .ven-sehinp {
        top: 268%;
    }
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 230%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 230%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 245%;
        right: -32px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven2-langi1 img {
        width: 24px;
    }

    .ven2-langbt {
        padding: 4px 10px 4px 4px;
    }

    .ven2-langi1 {
        margin-right: 6px;
    }

    .ven2-langbt i {
        margin-left: 6px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #222;
    transition: all 0.5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #222;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #222;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #222;
}

.headersp #venPho .venPhoSack.on::before {
    background: #222;
}

.ventricle .venPhoSack::before {
    background: #222 !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #222;
}

.headersp #venPho .venPhoSack.on::after {
    background: #222;
}

.ventricle .venPhoSack::after {
    background: #222 !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #222;
    transition: all 0.5s;
}

.headersp #venPho .venPhoSack span {
    background: #222;
}

.ventricle .venPhoSack span {
    background: #222 !important;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 76px;
    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: #5B85C5;
}

.xiantiao>a {
    color: #5B85C5;
}

.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: #5B85C5;
}

@media (max-width: 992px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 56px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }

    #venPho {
        margin-bottom: 3px;
    }
}

/* gg */
.sub {
    position: relative;
    z-index: 14;
}

.sub-show {
    padding-top: 90px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sub-fh {
    margin-bottom: 26px;
}

.sub-fh h2 {
    color: #fff;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so2lnum2) * 1.06);
    letter-spacing: -1.68px;
    text-transform: uppercase;
}

.sub-fh p {
    color: #fff;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    max-width: 750px;
}

/*  */
.sub-listbox {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 12;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.sub-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: auto;
}

.sub-itema {
    display: block;
    padding: 12px 26px;
    transition: all 0.5s ease;
    position: relative;
}

.sub-item.on .sub-itema {
    background: #5b85c5;
}

.sub-itema:hover {
    background: #5b85c5;
}

.sub-itema::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #d9d9d9;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.sub-item.on .sub-itema::after {
    opacity: 0;
}

.sub-itema p {
    color: #fff;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    min-width: 140px;
    width: max-content;
}

@media (max-width: 1536px) {
    .breadcrumb-item {
        display: flex;
        align-items: center;
    }

    .sub-fh p {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .sub-list {
        justify-content: flex-start;
    }

    .sub-list::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 499px) {
    .sub-fly {
        top: 50%;
    }
}

/*  */
@media (max-width: 1536px) {
    .sub-im img {
        min-height: 420px;
    }

    .sub-fly {
        top: 50%;
    }

    .sub-itema {
        padding: 6px 13px;
    }

    .sub-about .sub-im img {
        max-height: 660px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 768px) {
    .sub-im img {
        min-height: 300px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 364px;
    }

    .sub-fh {
        margin-bottom: 12px;
    }

    .sub-fh p span {
        width: 15px;
    }
}

/*  */
.sub-te {
    position: absolute;
    left: 50%;
    bottom: 17%;
    transform: translateX(-50%);
    z-index: 12;
}

.sub-h h2 {
    color: #fff;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
    text-transform: uppercase;
}

/*  */
.subnav-box {
    z-index: 12;
    padding: 12px 0;
    background: #f7f7f7;
}

.subnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav i {
    font-size: 20px;
    line-height: normal;
    color: rgba(86, 86, 86, 1);
    margin-right: 6px;
    line-height: normal;
}

.subnav p {
    color: #fff;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    --size: 1px;
    --color: #5b85c5;
    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);
}

.breadcrumb-item:hover a span {
    color: #5b85c5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item:last-child a span {
    color: #5b85c5;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    padding-bottom: 3px;
}

/*  */
.nav-abox {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.nav-a {
    display: block;
    margin-left: 75px;
    position: relative;
}

.nav-a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #006fc1;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    opacity: 0;
}

.nav-a:hover::after {
    opacity: 1;
}

.nav-a.on::after {
    opacity: 1;
}

.nav-a:first-child {
    margin-left: 0;
}

.nav-a p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.nav-a:hover p {
    color: #006fc1;
}

.nav-a.on p {
    color: #006fc1;
}

/*  */
.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: #006fc1;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }

    .sub-te {
        bottom: 12%;
    }

    .nav-a {
        margin-left: 35px;
    }

    .nav-a::after {
        bottom: -10px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }

    .nav-abox {
        overflow: scroll;
        width: 30%;
    }

    .nav-a {
        margin-left: 12px;
    }

    .pro-11a {
        width: max-content;
    }

    .subnav-box::after {
        display: none;
    }
}

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }

    .ven1-lo {
        padding: 12px 0;
    }

    .subnav-box {
        padding: 0;
    }

    .subnav {
        display: none;
    }

    .vensesv i {
        font-size: 18px;
    }

    .ven-inqury .ven-inqurya p {
        font-size: 14px;
    }

    .menu-language .select-name {
        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 {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background: #f7f7f7;
    color: #121212;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 16px;
    transition: all 0.5s ease;
    position: relative;
}

.sub-pagel:first-child a {
    margin-left: 0;
}

.sub-pagel a:hover {
    color: #fff;
    background: #5b85c5;
}

.sub-pagel.on a {
    color: #fff;
    background: #5b85c5;
}

.sub-pagel i {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
}

.sub-pagel a:hover i {
    color: #fff;
}

@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: 90px;
}

[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: 76px;
    }

    [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: 58px;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 40px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    .subnav i {
        font-size: 18px;
        margin-right: 6px;
    }
}

/* contact */
.con-box {
    padding: 100px 0;
}

.con-box {
    display: flex;
    justify-content: space-between;
}

.con1 {
    width: calc(64% - 250px);
    flex: 0 0 auto;
    padding: 16px 0 47px;
}

.con1-h {
    margin-bottom: 56px;
}

.con1-h p {
    color: #121212;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so2lnum2) * 1.06);
    letter-spacing: -1.68px;
    text-transform: uppercase;
    max-width: 530px;
}

.con1-p {
    margin-bottom: 70px;
}

.con1-p p {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    max-width: 620px;
}

.con1-fou {
    margin-right: calc(-0.5 * 1.88rem);
    margin-left: calc(-0.5 * 1.88rem);
}

.con1-fou>div {
    margin-bottom: 36px;
    padding-right: calc(1.88rem * 0.5);
    padding-left: calc(1.88rem * 0.5);
}

.con1-fou>div:last-child {
    margin-bottom: 0;
}

.con1-fol {
    position: relative;
}

.con1-fol input,
.con1-fol textarea {
    color: #404756;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;

    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #9dbce6;
    background: transparent;

    transition: all 0.5s ease;
    padding: 0 0 16px;
}

.con1-fol input:focus,
.con1-fol textarea:focus {
    border-bottom: 1px solid #5b85c5;
}

.con1-fol input::-webkit-input-placeholder {
    color: #404756;
}

.con1-fol input::-moz-placeholder {
    color: #404756;
}

.con1-fol input::-ms-input-placeholder {
    color: #404756;
}

.con1-fol textarea::-webkit-input-placeholder {
    color: #404756;
}

.con1-fol textarea::-moz-placeholder {
    color: #404756;
}

.con1-fol textarea::-ms-input-placeholder {
    color: #404756;
}

/*  */
.con1-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

.con1-fobt button {
    padding: 12px 26px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #5b85c500;
    transition: all 0.5s ease;
    border: 1px solid #5b85c5;
    backdrop-filter: blur(23px);
}

.con1-fobt button:hover {
    background: #5b85c5;
}

.con1-fobt button span {
    color: #5b85c5;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.con1-fobt button:hover span {
    color: #fff;
}

.con1-fobti {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 78px;
    position: relative;
}

.con1-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: 1;
    color: #5b85c5;
}

.con1-fobt button:hover i {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    /* transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); */
    color: #fff;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/*  */
.con2 {
    width: 34%;
    flex: 0 0 auto;
    background: rgba(91, 133, 197, 0.95);
    box-shadow: 0 8px 16px 0 rgba(91, 133, 197, 0.35);
    padding: 50px 40px 75px;
}

.con2-h {
    margin-bottom: 50px;
}

.con2-h p {
    color: #fff;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-pro2-1h) * 1.06);
    text-transform: uppercase;
    max-width: 478px;
}

.con2-l {
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.con2-l:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.con2-li {
    margin-right: 16px;
    flex: 0 0 auto;
}

.con2-li i {
    font-size: 24px;
    color: #fff;
    line-height: normal;
}

.con2-lte {
    padding-top: 4px;
}

.con2-lh {
    margin-bottom: 10px;
}

.con2-lh p {
    color: #fff;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.16);
    text-transform: uppercase;
}

.con2-lp {
    display: flex;
}

.con2-lp p {
    max-width: 363px;
}

.con2-lp p span {
    color: #fff;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);

    --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);
}

.con2-lp:hover p span {
    color: #fff;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .con-box {
        padding: 70px 0;
    }

    .con1 {
        width: calc(54% - 70px);
    }

    .con2 {
        width: 44%;
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        padding: 0 0 47px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con1-fou>div {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 40px 0;
    }

    .con1-h {
        margin-bottom: 20px;
    }

    .con1-p {
        margin-bottom: 30px;
    }

    .con1-fol input,
    .con1-fol textarea {
        padding: 0 0 8px;
    }

    .con1-fou>div {
        margin-bottom: 16px;
    }

    .con1-fobt {
        margin-top: 20px;
    }

    .con1-fobt button {
        padding: 6px 13px;
    }

    .con1-fobti {
        margin-left: 38px;
    }

    .con2 {
        padding: 20px 10px 35px;
    }

    .con2-h {
        margin-bottom: 20px;
    }

    .con2-l {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

/* footer */
#footer {
    padding-bottom: 16px;
    background: #5b85c5;
}

.ft-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 70px 0 130px;
}

.ft1-1h {
    margin-bottom: 16px;
}

.ft1-1h p {
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.06);
    text-transform: uppercase;
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 360px;
}

.ft1-1p p {
    color: #fff;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    max-width: 360px;
}

/* ft1-2 */
.ft1-2 {
    width: 72.4%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-2lh {
    margin-bottom: 20px;
}

.ft1-2lh p {
    color: #e9f5fe;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.06);
    text-transform: uppercase;
}

/* liebiao */
.ft1-2la {
    display: block;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la span {
    color: #fff;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 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);
}

.ft1-2la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* lianxi */
.ft1-2lfl {
    margin-bottom: 14px;
}

.ft1-2lfl:last-child {
    margin-bottom: 0;
}

.ft1-2lfla {
    display: flex;
}

.ft1-2lfla i {
    padding-top: 1px;
    font-size: 20px;
    line-height: normal;
    margin-right: 10px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.ft1-2lfla p {
    color: #fff;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.36);
    max-width: 262px;
}

.ft1-2lfla span {
    color: #fff;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.36);

    --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.ft1-2lfla:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}

.ft3-1share {
    display: flex;
    align-items: center;
}

.ft3-1share a {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.ft3-1share a:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}

.ft3-1share a:last-child {
    margin-right: 0;
}

.ft3-1share a i {
    font-size: 24px;
    color: #fff;
    line-height: normal;
}

/*  */
.ft3-rg {
    width: 72.4%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-1 {
    z-index: 12;
}

.ft3-1>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ft3-1copy span {
    color: #fff;
    text-align: right;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
}

.ft3-1cnzz {
    padding-bottom: 2px;
    margin: 0 0 0 10px;
}

.ft3-1pow {
    margin-left: 20px;
}

.ft3-1pow span {
    color: #fff;
    text-align: right;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    --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);
}

.ft3-1pow:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    z-index: 12;
}

.ft3-2>span {
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 7px;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #fff;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: uppercase;
    --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);
}

.ft3-2a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft1-1p p {
        max-width: 260px;
    }

    .ft1-2lfla p {
        max-width: 222px;
    }

    .ft1-2 {
        width: 74.4%;
    }

    .ft-top {
        padding: 40px 0 60px;
    }

    .ft3-1share a {
        --w: 36px;
    }

    .ft3-rg {
        width: 74.4%;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 66px;
    }

    .ft-top {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft3-lf {
        display: none;
    }

    .ft3-rg {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .ft1-2l:nth-child(1),
    .ft1-2l:nth-child(2),
    .ft1-2l:nth-child(3) {
        display: none;
    }

    .ft1-2lfla p,
    .ft1-1p p {
        max-width: 100%;
    }

    .ft3-rg {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1>div:nth-child(2) {
        justify-content: flex-start;
    }

    .ft3-1pow {
        margin-left: 0;
    }

    .ft3-1>div:nth-child(2) {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1cnzz {
        margin: 0;
    }
}

@media (max-width: 499px) {
    .ft-top {
        padding: 40px 0;
    }

    .ft3 {
        margin-bottom: 26px;
    }
}

.ft-map {
    display: flex;
    align-items: center;
    justify-content: center;
}

.map {
    width: calc(100% - 32px);
}

.map iframe {
    aspect-ratio: 1888 / 322;
    width: 100%;
    height: auto;
    border-radius: 0;
}

@media (max-width: 499px) {
    .map iframe {
        min-height: 200px;
    }
}

/*  */
.ne-box {
    padding: 100px 0;
}

.ne-u {
    margin-bottom: 70px;
}

.ne-l {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.ne-l:last-child {
    margin-bottom: 0;
}

.ne-limg {
    display: block;
    width: 31.2%;
    flex: 0 0 auto;
}

.ne-limg .img-box {
    padding-bottom: 62%;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-l:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    width: calc(100% - 31.2% - 50px);
    flex: 0 0 auto;
    padding-top: 26px;
}

.ne-lnum {
    margin-bottom: 16px;
}

.ne-lnum p {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.16);
    text-transform: uppercase;
}

.ne-lh {
    display: block;
    margin-bottom: 36px;
}

.ne-lh p {
    color: #121212;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-proseh) * 1.16);
    max-width: 822px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-l:hover .ne-lh p {
    color: #5b85c5;
}

.ne-lp {
    margin-bottom: 36px;
}

.ne-lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lbtn {
    display: flex;
}

.ne-la {
    display: flex;
    align-items: center;
}

.ne-la p {
    color: #5b85c5;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
}

.ne-la i {
    font-size: 14px;
    color: #5b85c5;
    margin-left: 36px;
    line-height: normal;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 70px 0;
    }

    .ne-lte {
        padding-top: 0;
    }

    .ne-lh {
        margin-bottom: 18px;
    }

    .ne-lp {
        margin-bottom: 18px;
    }

    .ne-l {
        margin-bottom: 30px;
    }

    .ne-u {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .ne-l {
        flex-direction: column;
    }

    .ne-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-lte {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 40px 0;
    }
}

/*  */
.ft-fobox {
    padding: 100px 0;
    max-width: 825px;
}

.ft-f {
    background: #fff;
    backdrop-filter: blur(23px);
    padding: 36px 40px;
}

.ft-fh {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ft-fh p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-pro2-1h) * 1.06);
    text-transform: uppercase;
    max-width: 568px;
}

.ft-form .con1-fou {
    margin-right: calc(-0.5 * 0.75rem);
    margin-left: calc(-0.5 * 0.75rem);
}

.ft-form .con1-fou>div {
    margin-bottom: 12px;
    padding-right: calc(0.75rem * 0.5);
    padding-left: calc(0.75rem * 0.5);
}

.ft-form .con1-fou>div:last-child {
    margin-bottom: 0;
}

.ft-form .con1-fol input,
.ft-form .con1-fol textarea {
    background: #f0f9ff;
    padding: 10px 16px;
    border: none;
}

/*  */
.ft-form .con1-fobt {
    margin-top: 30px;
}

.ft-form .con1-fobt button {
    width: 100%;
}

/* 淄博众诚汽车配件有限公司（解决方案） */
.solu-box {
    padding: 100px 0 30px;
}

.solu-u {
    margin-right: calc(-.5 * 5rem);
    margin-left: calc(-.5 * 5rem);
}

.solu-l {
    padding-right: calc(5rem * .5);
    padding-left: calc(5rem * .5);
    margin-bottom: 70px;
}

.solu-limg {
    display: block;
}

.solu-limg .img-box {
    padding-bottom: 50%;
    margin-bottom: 36px;
}

.solu-limg .img-box img {
    transition: all 0.5s ease;
}

.solu-lbox:hover .solu-limg .img-box img {
    transform: scale(1.08);
}

.solu-lte {
    padding: 0 16px;
}

.solu-lh {
    margin-bottom: 26px;
    display: block;
}

.solu-lh p {
    color: #121212;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-pro2-1h) * 1.06);
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solu-lbox:hover .solu-lh p {
    color: #5B85C5;
}

.solu-lp {
    margin-bottom: 50px;
}

.solu-lp p {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solu-lbtn {
    display: flex;
}

.solu-la {
    display: flex;
    align-items: center;
}

.solu-la p {
    color: #5B85C5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
}

.solu-la i {
    font-size: 14px;
    line-height: normal;
    color: #5B85C5;
    margin-left: 36px;
}

@media (max-width: 1536px) {
    .solu-box {
        padding: 70px 0 30px;
    }

    .solu-u {
        margin-right: calc(-.5 * 2rem);
        margin-left: calc(-.5 * 2rem);
    }

    .solu-l {
        padding-right: calc(2rem * .5);
        padding-left: calc(2rem * .5);
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .solu-l {
        width: 100%;
    }

    .solu-lte {
        padding: 0 8px;
    }

    .solu-limg .img-box {
        margin-bottom: 18px;
    }

    .solu-lh {
        margin-bottom: 12px;
    }

    .solu-lp {
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .solu-box {
        padding: 40px 0 20px;
    }
}

/* 淄博众诚汽车配件有限公司（Factory & Quality） */
.ab1-box {
    padding: 100px 0;
}

.ab1-h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 26px;
}

.ab1-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.06);
    letter-spacing: -1.2px;
    text-transform: uppercase;
    max-width: 712px;
}

.ab1-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.ab1-p p {
    color: #565656;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1005px;
}

.ab1-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.ab1-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #5B85C5;
    backdrop-filter: blur(23px);
    padding: 12px 26px;
    transition: all 0.5s ease;
}

.ab1-a:hover {
    background: #5B85C5;
}

.ab1-a p {
    color: #5B85C5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ab1-a:hover p {
    color: #fff;
}

.ab1-a i {
    margin-left: 100px;
    font-size: 14px;
    color: rgba(91, 133, 197, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.ab1-a:hover i {
    color: #fff;
}

.ab1-u1 {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
    margin-bottom: 70px;
}

.ab1-l1 {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.ab1-l1box {
    background: #F8F8F8;
    padding: 36px 26px;
}

.ab1-l1h {
    margin-bottom: 36px;
}

.ab1-l1h p {
    color: #5B85C5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.06);
    text-transform: capitalize;
}

.ab1-l1p {
    display: flex;
    align-items: stretch;
}

.ab1-l1p p {
    color: #121212;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -1.92px;
    text-transform: uppercase;
}

.ab1-l1p span {
    color: #121212;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -1.92px;
    text-transform: uppercase;
}

/*  */
.ab1-videoa {
    display: block;
    position: relative;
}

.ab1-img {
    border-radius: 10px;
    overflow: hidden;
}

.ab1-img .img-box {
    padding-bottom: 39.4%;
}

.ab1-i {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
    padding: 12px;
}

.ab1-i i {
    font-size: 20px;
    color: #fff;
    display: block;
    --w: 70px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 6px solid rgba(255, 255, 255, 0.85);
    background: #5B85C5;
}

.ab1-i:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-u2 {
    margin-top: 70px;
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.ab1-l2 {
    padding-right: calc(1rem * .5);
    padding-left: calc(1rem * .5);
}

.ab1-l2box {
    background: #F0F9FF;
    padding: 46px 36px;
    height: 100%;
}

.ab1-l2i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.ab1-l2i i {
    --w: 90px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 76px;
    line-height: normal;
    color: rgba(91, 133, 197, 1);
}

.ab1-l2h {
    margin-bottom: 16px;
}

.ab1-l2h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.16);
    text-transform: uppercase;
}

.ab1-l2p p {
    color: #565656;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab2 {
    border-bottom: 1px solid #D6E5F2;
    background: #F8F8F8;
}

.ab2-box {
    padding: 100px 0 70px;
}

.ab2-h {
    margin-bottom: 26px;
}

.ab2-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.06);
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.ab2-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 70px;
}

.ab2-p p {
    color: #565656;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    max-width: 776px;
}

.ab2-end {
    display: flex;
    justify-content: space-between;
}

.ab2-1 {
    padding-top: 16px;
    width: calc(100% - 50.3% - 90px);
    flex: 0 0 auto;
}

.ab2-1h {
    margin-bottom: 26px;
}

.ab2-1h p {
    color: #121212;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-pro2-1h) * 1.06);
    text-transform: uppercase;
    max-width: 638px;
}

.ab2-1p {
    margin-bottom: 26px;
}

.ab2-1p p {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
}

.ab2-1u {
    margin-bottom: 70px;
}

.ab2-1l {
    margin-bottom: 16px;
    display: flex;
    align-content: center;
    align-items: center;
}

.ab2-1l:last-child {
    margin-bottom: 0;
}

.ab2-1l::before {
    content: "";
    display: block;
    --w: 6px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #565656;
    margin: 0 8px;
}

.ab2-1l p span {
    color: #121212;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.ab2-1chan {
    display: flex;
    align-items: center;
}

.ab2-1chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px !important;
    transition: all 0.5s ease;
}

.ab2-1chan>div:last-child {
    margin-right: 0 !important;
}

.ab2-1chan>div:hover {
    background: #5B85C5;
}

.ab2-1chan>div::after {
    content: "";
}

.ab2-1chan>div i {
    font-size: 18px;
    color: rgba(18, 18, 18, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.ab2-1chan>div:hover i {
    color: #FFF;
}

/*  */

.ab2-2 {
    width: 50.3%;
    flex: 0 0 auto;
    position: relative;
}

#ab2-2sw {
    overflow: hidden;
}

.ab2-2img {
    padding-bottom: 62%;
}

.ab3 {
    border-bottom: 1px solid #D6E5F2;
    background: #F8F8F8;
}

.ab3-box {
    padding: 70px 0 calc(70px - 24px);
}

.ab3-h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 26px;
}

.ab3-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-pro2-1h) * 1.06);
    text-transform: uppercase;
    max-width: 672px;
}

.ab3-p {
    margin-bottom: 50px;
}

.ab3-p p {
    color: #565656;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
}

/*  */
.ab3-l {
    margin-bottom: 24px;
}

.ab3-lbox {
    background: #FFF;
    padding: 36px;
    height: 100%;
}

.ab3-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.ab3-li i {
    font-size: 32px;
    color: rgba(91, 133, 197, 1);
    line-height: normal;
    background: #F8F8F8;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab3-lbox:hover .ab3-li i {
    background: #5B85C5;
    color: #FFF;
}

.ab3-lp p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    text-transform: capitalize;
}

.ab4 {
    background: #F8F8F8;
}

.ab4-box {
    padding: 70px 0 100px;
}

.ab4-h {
    margin-bottom: 26px;
}

.ab4-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-pro2-1h) * 1.06);
    text-transform: uppercase;
}

.ab4-p {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ab4-p p {
    color: #565656;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    max-width: 648px;
}

/*  */
.ab4-sw {
    position: relative;
    padding-bottom: 50px;
}

.ab4-swimg .img-box {
    padding-bottom: 62%;
}

.ab4-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab4-swbox:hover .ab4-swimg .img-box img {
    transform: scale(1.08);
}

.ab4-swbox {
    cursor: pointer;
    position: relative;
}

.ab4-swt {
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab4-swbox:hover .ab4-swt {
    opacity: 1;
}

.ab4-swh {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(91, 133, 197, 0.90);
}

.ab4-swh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.06);
    text-transform: uppercase;
}

.ab4-sw .swiper-pagination {
    bottom: 0;
}

.ab4-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #5B85C5;
}

.ab5-box {
    padding: 100px 0;
}

.ab5-h {
    margin-bottom: 26px;
}

.ab5-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.06);
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.ab5-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 70px;
}

.ab5-p p {
    color: #565656;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    max-width: 776px;
}

/*  */
.ab5-sw {
    position: relative;
    padding-bottom: 70px;
}

#ab5-sw {
    overflow: hidden;
}

.ab5-swbox {
    cursor: pointer;
}

.ab5-swimg {
    background: #F8F8F8;
    padding: 40px 24px;
    margin-bottom: 26px;
}

.ab5-swimg .img-box {
    padding-bottom: 126%;
}

.ab5-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab5-swbox:hover .ab5-swimg .img-box img {
    transform: scale(1.08);
}

.ab5-swt {
    padding: 0 10px;
}

.ab5-swt p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.16);
    transition: all 0.5s ease;
}

.ab5-swbox:hover .ab5-swt p {
    color: #5B85C5;
}

.ab5-sw .swiper-pagination {
    bottom: 0;
}

.ab5-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #5B85C5;
}

/*  */
.ab6 {
    background: #F8F8F8;
}

.ab6-box {
    padding: 100px 0;
}

.ab6-h {
    margin-bottom: 26px;
}

.ab6-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.06);
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.ab6-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 70px;
}

.ab6-p p {
    color: #565656;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    max-width: 776px;
}

/*  */
.ab6-sw {
    position: relative;
    max-width: 1112px;
    margin: auto;
}

#ab6-sw {
    overflow: hidden;
}

.ab6-swbox {
    background: #FFF;
    backdrop-filter: blur(23px);
    padding: 16px 26px;
    cursor: pointer;
}

.ab6-sw1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab6-sw1h {
    flex: 1;
}

.ab6-sw1h p {
    color: #121212;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
}

.ab6-sw1i {
    flex: 0 0 auto;
    position: relative;
}

.ab6-sw1i i {
    font-size: 14px;
    color: rgba(18, 18, 18, 1);
    line-height: normal;
}

.ab6-sw1i i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ab6-swbox.on .ab6-sw1i i:nth-child(2) {
    opacity: 1;
}

.ab6-swbox.on .ab6-sw1i i:nth-child(1) {
    opacity: 0;
}

.ab6-sw2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab6-swbox.on .ab6-sw2 {
    max-height: 500px;
    opacity: 1;
}

.ab6-swp {
    padding-top: 26px;
    margin-top: 26px;
    border-top: 1px solid #D6E5F2;
}

.ab6-swp p {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
}

.ab6-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.ab6-chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px !important;
    transition: all 0.5s ease;
}

.ab6-chan>div:last-child {
    margin-right: 0 !important;
}

.ab6-chan>div:hover {
    background: #5B85C5;
}

.ab6-chan>div::after {
    content: "";
}

.ab6-chan>div i {
    font-size: 18px;
    color: rgba(18, 18, 18, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.ab6-chan>div:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 70px 0;
    }

    .ab1-p {
        margin-bottom: 30px;
    }

    .ab1-btn {
        margin-bottom: 40px;
    }

    .ab1-u1 {
        margin-bottom: 40px;
    }

    .ab1-l2i i {
        --w: 60px;
        font-size: 52px;
    }

    .ab1-l2i {
        margin-bottom: 18px;
    }

    .ab2-box {
        padding: 70px 0;
    }

    .ab4-box {
        padding: 70px 0;
    }

    .ab5-box {
        padding: 70px 0;
    }

    .ab6-box {
        padding: 70px 0;
    }

    .ab6-p {
        margin-bottom: 40px;
    }

    .ab6-swbox {
        padding: 8px 13px;
    }

    .ab6-chan {
        margin-top: 30px;
    }

    .ab6-chan>div {
        --w: 36px;
    }

    .ft-fobox {
        padding: 70px 0;
    }
}

@media (max-width: 992px) {
    .ab1-l1box {
        padding: 18px 13px;
    }

    .ab1-l1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-l1:last-child {
        margin-bottom: 0;
    }

    .ab1-l2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-l2:last-child {
        margin-bottom: 0;
    }

    .ab2-end {
        flex-direction: column;
    }

    .ab2-1 {
        padding-top: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .ab2-2 {
        width: 100%;
    }

    .ab2-1chan>div {
        --w: 36px;
    }

    .ab2-1u {
        margin-bottom: 30px;
    }

    .ab2-p {
        margin-bottom: 40px;
    }

    .ab3-lbox {
        padding: 18px;
    }

    .ab3-l {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .ab3-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 40px 0;
    }

    .ab1-a {
        padding: 6px 13px;
    }

    .ab1-img .img-box {
        padding-bottom: 300px;
    }

    .ab1-u2 {
        margin-top: 30px;
    }

    .ab1-l2box {
        padding: 23px 18px;
    }

    .ab2-box {
        padding: 40px 0;
    }

    .ab2-h {
        margin-bottom: 13px;
    }

    .ab2-p {
        margin-bottom: 20px;
    }

    .ab2-1h {
        margin-bottom: 13px;
    }

    .so5-1l {
        margin-bottom: 8px;
    }

    .so5-1l::before {
        margin: 9px 10px;
    }

    .ab3-box {
        padding: 40px 0 calc(40px - 24px);
    }

    .ab3-p {
        margin-bottom: 20px;
    }

    .ab4-box {
        padding: 40px 0;
    }

    .ab5-box {
        padding: 40px 0;
    }

    .ab5-h {
        margin-bottom: 14px;
    }

    .ab5-p {
        margin-bottom: 30px;
    }

    .ab5-sw {
        padding-bottom: 40px;
    }

    .ab6-box {
        padding: 40px 0;
    }

    .ab6-p {
        margin-bottom: 20px;
    }

    .ab6-sw1i {
        margin-left: 12px;
    }

    .ft-f {
        padding: 18px 20px;
    }

    .ft-fh {
        margin-bottom: 15px;
    }

    .ft-fobox {
        padding: 40px 0;
    }
}

/* 淄博众诚汽车配件有限公司（产品） */
/* 搜索无结果 */
.nores-h {
    margin-bottom: 10px;
}

.nores-h p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #5B85C5;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #000;
    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: #5B85C5;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/*  */
.pro-box {
    padding: 100px 0 304px;
}

/*  */
/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 23.8%;
    flex: 0 0 auto;
    position: sticky;
    top: 140px;
}

.pro1bg {
    margin-bottom: 50px;
}

.pro1-l {
    transition: all 0.5s ease;
    margin-bottom: 10px;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    padding: 12px 16px;
    border: 1px solid #5B85C5;
    backdrop-filter: blur(23px);
    position: relative;
}

.pro1-l1a:hover {
    background: #5B85C5;
}

.pro1-l.on .pro1-l1a {
    background: #5B85C5;
}

.pro1-l1a>a {
    position: relative;
    z-index: 12;
    display: block;
    flex: 1;
}

.pro1-l1a span {
    color: #5B85C5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    --w: 20px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    flex: 0 0 auto;
    margin-left: 10px;
    cursor: pointer;
}

.pro1-l1ico i {
    font-size: 22px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l1ico i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

.pro1-l.on .pro1-l1ico i {
    opacity: 0;
    color: #FFF;
}

.pro1-l.on .pro1-l1ico i:nth-child(2) {
    opacity: 1;
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    padding: 34px 14px;
    margin-top: 10px;
    border: 1px solid #CDCDCD;
    position: relative;
}

.pro1-l2sa::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    background: url(../img/sijiaot.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.pro1-l2sa::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    background: url(../img/sijiaoe.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    overflow: hidden;
}

.pro1-l2a:last-child {
    margin-bottom: 0;
}

.pro1-l2a:hover {
    padding-left: 20px;
}

.pro1-l2a.on {
    padding-left: 20px;
}

.pro1-l2a i {
    font-size: 16px;
    line-height: normal;
    flex: 0 0 auto;
    color: #5B85C5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    opacity: 0;
}

.pro1-l2a:hover i {
    color: #5B85C5;
    opacity: 1;
}

.pro1-l2a.on i {
    color: #5B85C5;
    opacity: 1;
}

.pro1-l2a span {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.1);
    text-transform: capitalize;
    --size: 0px;
    --color: #5B85C5;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro1-l2a:hover span {
    color: #5B85C5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #5B85C5;
}

/*  */
.pro1-form {
    background: #F7F7F7;
    backdrop-filter: blur(23px);
    padding: 16px;
}

.pro1-foh {
    margin-bottom: 16px;
}

.pro1-foh p {
    color: #121212;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.06);
    text-transform: uppercase;
}

.pro1-fo .con1-fol input,
.pro1-fo .con1-fol textarea {
    padding: 10px 16px;
    background: #FFF;
    border: 1px solid #FFF;
}

.pro1-fo .con1-fou>div {
    margin-bottom: 12px;
}

.pro1-fo .con1-fou>div:last-child {
    margin-bottom: 0;
}

.pro1-fo .con1-fol input:focus,
.pro1-fo .con1-fol textarea:focus {
    border: 1px solid #5b85c5;
}

.pro1-fo .con1-fobt {
    margin-top: 16px;
}

.pro1-fo .con1-fobt button {
    width: 100%;
}

/*  */
.pro2 {
    width: calc(100% - 23.8% - 30px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-bottom: 46px;
}

.pro2-l {
    margin-bottom: 24px;
}

.pro2-lbox {
    background: #F7F7F7;
    padding: 16px 16px 26px 16px;
}

.pro2-limg {
    margin-bottom: 16px;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lh {
    display: block;
    margin-bottom: 16px;
}

.pro2-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lh p span {
    color: #121212;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.16);
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lh p span {
    color: #5B85C5;
}

.pro2-lend {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro2-lvi {
    display: flex;
    align-items: center;
}

.pro2-lvi p {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lvi p {
    color: #5B85C5;
}

.pro2-lvi i {
    font-size: 14px;
    color: #565656;
    line-height: normal;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lvi i {
    color: #5B85C5;
}

.pro2-ladd {
    display: flex;
    align-items: center;
}

.pro2-ladd p {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.pro2-ladd:hover p {
    color: #5B85C5;
}

.pro2-ladd i {
    font-size: 14px;
    color: #565656;
    line-height: normal;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.pro2-ladd:hover i {
    color: #5B85C5;
}

.product .sub-page {
    justify-content: flex-end;
}

/* 弹窗 */
.hdwin {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.53);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}

.hdwin.on {
    opacity: 1;
    pointer-events: auto;
}

.hdwin-box {
    background: #FFF;
    box-shadow: 0 4px 46px 0 rgba(0, 0, 0, 0.25);
    width: 90%;
    max-width: 825px;
    padding: 36px 40px;
    position: relative;
    overflow: hidden;
}

.hdwin-h {
    margin-bottom: 16px;
}

.hdwin-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-pro2-1h) * 1.06);
    text-transform: uppercase;
}

.hdwin-p {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hdwin-p p {
    color: #565656;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    max-width: 579px;
}

.hdwin .con1-fou>div {
    margin-bottom: 12px;
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 70px 0 104px;
    }

    .pro1bg {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199.9px) {
    .pro-end {
        flex-direction: column;
    }

    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 642px) {
    .pro2-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .pro-box {
        padding: 40px 0;
    }

    .pro2-u {
        margin-bottom: 0;
    }
}

.con1-foh {
    margin: calc(30px - 12px) 0 30px;
}

.con1-foh 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);
}

.con1-foh p a {
    color: #5B85C5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.hdwin .con1-fol input,
.hdwin .con1-fol textarea {
    background: #F0F9FF;
    padding: 10px 16px;
    border: none;
}

.hdwin .con1-fobt {
    justify-content: center;
    margin-top: 0;
}

/* 淄博众诚汽车配件有限公司（产品详情） */
/* prode */
.prode {
    background: linear-gradient(180deg, #F7F7F7 0%, rgba(255, 255, 255, 0.00) 100%);
    padding-bottom: 110px;
}

.prode-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0 90px;
}

.slider-navbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-navbox button {
    background: transparent;
    display: none;
}

.slider-navbox button:first-of-type {
    transform: rotate(180deg);
}

.slider-navbox>button i {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.slider-navbox>button:hover i {
    color: rgba(6, 82, 188, 1);
}

/*  */
.prode1-2 {
    width: calc(100% - 45% - 70px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 26px;
}

.prode1-2h p {
    color: #121212;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.06);
}

.prode1-2p {
    margin-bottom: 36px;
}

.prode1-2p p {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
}

.prode1-2ubox {
    border-top: 1px solid #D6E5F2;
    border-bottom: 1px solid #D6E5F2;
    padding: 16px;
    overflow: auto;
    margin-bottom: 36px;
}

.prode1-2ubox::-webkit-scrollbar {
    display: none;
}

.prode1-2u {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.prode1-2l {
    width: max-content;
    padding: 0 12px;
    position: relative;
    margin-bottom: 8px;
}

.prode1-2l::after {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 19px;
    background: #D6E5F2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.prode1-2l:last-child::after {
    display: none;
}

.prode1-2l p {
    width: max-content;
    color: #5B85C5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.16);
}

.prode1-2share {
    margin-bottom: 50px;
}

.prode1-2abox {
    margin-bottom: 50px;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #5B85C5;
    backdrop-filter: blur(23px);
    padding: 12px 26px;
    margin-bottom: 16px;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #5B85C5;
}

.prode1-2a:last-child {
    margin-bottom: 0;
}

.prode1-2a p {
    color: #5B85C5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.prode1-2a:hover p {
    color: #FFF;
}

.prode1-2a i {
    font-size: 18px;
    color: rgba(91, 133, 197, 1);
    line-height: normal;
    flex: 0 0 auto;
    transition: all 0.5s ease;
}

.prode1-2a:hover i {
    color: #FFF;
}

.prode1-2down {
    margin-bottom: 36px;
    padding-bottom: 26px;
    border-bottom: 1px solid #D6E5F2;
}

.prode1-2down {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2doh p {
    color: #121212;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ven2-la) * 1.16);
    text-transform: uppercase;
}

.prode1-2dobtn {
    flex: 0 0 auto;
}

.prode1-2doa {
    display: flex;
    align-items: center;
}

.prode1-2doa p {
    color: #5B85C5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
}

.prode1-2doa i {
    color: #5B85C5;
    font-size: 18px;
    line-height: normal;
    margin-left: 6px;
}

/*  */
.prode1-2keyh {
    margin-bottom: 26px;
}

.prode1-2keyh p {
    color: #121212;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ven2-la) * 1.16);
    text-transform: uppercase;
}

.prode1-2keyu {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.prode1-2keyl {
    padding-right: calc(1rem * .5);
    padding-left: calc(1rem * .5);
    margin-bottom: 16px;
}

.prode1-2keylbox {
    background: #FFF;
    padding: 16px;
    height: 100%;
}

.prode1-2keyli {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.prode1-2keyli i {
    --w: 56px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(91, 133, 197, 1);
    font-size: 32px;
    line-height: normal;
}

.prode1-2keylp p {
    color: #121212;
    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;
}

/* 产品详情下面 */
.prode2 {
    /* position: sticky;
    top: 140px; */
    /* z-index: 14; */
    overflow: auto;
    padding: 16px 0;
    border-top: 1px solid #D6E5F2;
    border-bottom: 1px solid #D6E5F2;
}

.prode2-u {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    position: relative;
}


.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #149496;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    position: relative;
    display: flex;
    align-items: center;
}

.prode2-l::after {
    content: "";
    width: 1px;
    height: 19px;
    margin: 0 4vw;
    background: #D6E5F2;
    display: block;
    transition: all 0.5s ease;
}

.prode2-l:last-child::after {
    display: none;
}

.prode2-la {
    color: #5B85C5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.16);
    text-transform: uppercase;
    display: block;
    width: max-content;
}

/*  */
.prode-endbox {
    max-width: 1100px;
    margin: auto;
}

.prode-endbox>div {
    margin-top: 70px;
}

.prode3h {
    margin-bottom: 46px;
}

.prode3h p {
    color: #121212;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.06);
    letter-spacing: -0.96px;
    text-transform: uppercase;
}

/*  */
.prode3-th {
    margin-bottom: 26px;
}

.prode3-th p {
    color: #121212;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.16);
    text-transform: uppercase;
}

.prode3-tsw {
    position: relative;
    padding-bottom: 46px;
}

#prode3-tsw {
    overflow: hidden;
}

.prode3-tswimg .img-box {
    padding-bottom: 62%;
}

#prode3-tsw .swiper-pagination {
    bottom: 0;
}

#prode3-tsw .swiper-pagination .swiper-pagination-bullet-active {
    background: #5B85C5;
}

/*  */
.prdere-sw {
    position: relative;
    padding-bottom: 46px;
}

#prdere-sw {
    overflow: hidden;
}

#prdere-sw .swiper-wrapper {
    height: auto;
}

#prdere-sw .swiper-slide {
    height: auto;
}

.prdere-swbox {
    background: #F8F8F8;
    padding: 26px;
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    height: 100%;
}

.prdere-swimg {
    flex: 0 0 auto;
    width: 80px;
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden;
}

.prdere-swimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.prdere-swh {
    margin: 16px 0;
}

.prdere-swh p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.26);
    letter-spacing: -0.72px;
}

.prdere-swp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

#prdere-sw .swiper-pagination {
    bottom: 0;
}

#prdere-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #5B85C5;
}

/*  */
.prode4 .ab6-sw {
    max-width: 100%;
}

.prode4 .ab6-sw {
    position: relative;
    padding-bottom: 46px;
}

.prode4 .ab6-swbox {
    background: #F8F8F8;
    backdrop-filter: blur(23px);
}

#ab6-sw .swiper-pagination {
    bottom: 0;
}

#ab6-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #5B85C5;
}

/*  */
.prode5h {
    background: #5B85C5;
    margin-bottom: 10px;
    padding: 11px 16px;
}

.prode5h p {
    color: #F8F8F8;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode5for .con1-fou>div {
    margin-bottom: 10px;
}

.prode5for .con1-fou>div:last-child {
    margin-bottom: 0;
}

.prode5for .con1-fol input,
.prode5for .con1-fol textarea {
    background: #F8F8F8;
    padding: 11px 16px;
    border: 1px solid #F8F8F8;
    color: #565656;
}

.prode5for .con1-fol input:focus,
.prode5for .con1-fol textarea:focus {
    border: 1px solid #5b85c5;
}

.prode5for .con1-fol input::-webkit-input-placeholder {
    color: #565656;
}

.prode5for .con1-fol input::-moz-placeholder {
    color: #565656;
}

.prode5for .con1-fol input::-ms-input-placeholder {
    color: #565656;
}

.prode5for .con1-fol textarea::-webkit-input-placeholder {
    color: #565656;
}

.prode5for .con1-fol textarea::-moz-placeholder {
    color: #565656;
}

.prode5for .con1-fol textarea::-ms-input-placeholder {
    color: #565656;
}

.prode5for .con1-fobt {
    margin-top: 46px;
    justify-content: flex-end;
}

.prode5for .con1-fobt>* {
    min-width: 270px;
    margin-left: 16px;
}

.prode5for .con1-fobt>*:first-child {
    margin-left: 0;
}

.prode5for .con1-fobti {
    margin-left: 14px;
}

.prode6 .so3-sw {
    padding-bottom: 0;
}

@media (max-width: 1536px) {
    .prode-top {
        align-items: flex-start;
    }

    .prode1-1 {
        position: sticky;
        top: 120px;
    }
}

@media (max-width: 992px) {
    .prode1-1 {
        position: relative;
        top: 0;
    }

    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode2-u {
        justify-content: flex-start;
    }

    .con1-fobt {
        flex-direction: column;
    }

    .prode5for .con1-fobt>* {
        min-width: 270px;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 499px) {
    .prode-top {
        padding: 40px 0;
    }

    .prode1-2keyl {
        width: 50%;
    }

    .prode-endbox>div {
        margin-top: 40px;
    }

    .prode3h {
        margin-bottom: 20px;
    }

    .prdere-swbox {
        justify-content: flex-start;
        flex-direction: column;
    }

    .prode {
        padding-bottom: 40px;
    }
}

/* -------------------------------------------- */
/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 43.4%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 43.4%;
    -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: '\ea82';
    -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) {
    /* .ind-ban {
        margin-top: 78px;
    } */
}

@media (max-width: 991px) {
    .banner .slick-arrow {
        /* width: 20px;
        height: 50px; */
    }

    .banner .item a {
        padding-bottom: 42%;
    }

    .banner-video-box {
        padding-bottom: 42%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 48%;
    }

    .banner-video-box {
        padding-bottom: 48%;
    }
}


@media (max-width: 499px) {
    /* .ind-ban {
        margin-top: 66px;
    } */
}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    --w: 36px;
    width: var(--w);
    height: var(--w);
    border-radius: 0;
    background: transparent;
    display: block;
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.87);
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(8px);
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/bannerjiao.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    transition: all 0.5s ease;
    opacity: 0;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
}

/*  */
.banner-chan .slick-prev {
    transform: rotate(180deg);
}

.banner-chan .slick-arrow {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 16px;
}

.banner-chan .slick-arrow i {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.60);
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1536px) {

    .banner-chan .slick-arrow i {
        font-size: 16px;
    }

    .banner-chan .slick-arrow {
        margin: 0 8px;
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan .slick-arrow i {
        font-size: 14px;
    }
}

/* ind-about so1 */
.ind-about {
    background: linear-gradient(180deg, #F0F9FF 2.83%, #FFF 60.44%);
    border-bottom: 1px solid #D6E5F2;
}

.so1-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so1 {
    padding: 100px 0 70px;
}

.so1-1 {
    width: calc(100% - 49.6% - 98px);
    flex: 0 0 auto;
}

.so1-1smh {
    display: flex;
    margin-bottom: 20px;
}

.so1-1smh p {
    color: #5B85C5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.06);
    text-transform: capitalize;
    border-radius: 100px;
    padding: 6px 16px;
    border: 1px solid #5B85C5;
}

.so1-1h {
    margin-bottom: 36px;
}

.so1-1h p {
    color: #121212;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so2lnum2) * 1.06);
    letter-spacing: -1.68px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-1p {
    margin-bottom: 70px;
}

.so1-1p p {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 578px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.so1-1btn {
    display: flex;
    align-items: center;
}

.so1-1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #5B85C5;
    backdrop-filter: blur(23px);
    padding: 12px 26px;
    width: 270px;
    max-width: 50%;
    margin-right: 16px;
    transition: all 0.5s ease;
}

.so1-1a:hover {
    background: #5B85C5;
}

.so1-1a:last-child {
    margin-right: 0;
}

.so1-1a p {
    color: #5B85C5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so1-1a:hover p {
    color: #FFF;
}

.so1-1a i {
    font-size: 14px;
    color: #5B85C5;
    line-height: normal;
    transition: all 0.5s ease;
}

.so1-1a:hover i {
    color: #FFF;
}

/*  */
.so1-2 {
    width: 49.6%;
    flex: 0 0 auto;
}

.vr-box iframe {
    aspect-ratio: 828 / 516;
    width: 100%;
    height: auto;
}

/*  */
.so1-u {
    margin-top: 120px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.so1-l>span {
    width: 1px;
    height: 51px;
    background: #D6E5F2;
    display: block;
}

.so1-lh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.so1-lh p {
    color: #121212;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-news-h) + 4px) * 1.06);
    letter-spacing: -1.92px;
}

.so1-lh span {
    color: #121212;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-news-h) + 4px) * 1.06);
    letter-spacing: -1.92px;
}

.so1-lp p {
    color: #5B85C5;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.06);
    text-transform: capitalize;
}

/* ind-pro so2 */
.so2 {
    padding: 100px 0;
}

.so2-l {
    margin-bottom: 100px;
}

.so2-l:last-child {
    margin-bottom: 0;
}

.so2-h {
    margin-bottom: 40px;
}

.so2-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.06);
    text-transform: uppercase;
}


.so2-l {
    margin-bottom: 100px;
}

.so2-l:last-child {
    margin-bottom: 0;
}

.so2-end {
    display: flex;
    justify-content: space-between;
}

.so2-l:nth-child(2n) .so2-end {
    flex-direction: row-reverse;
}

.so2-1,
.so2-2 {
    width: calc(50% - 12px);
}

/*  */
.so2-1 {
    position: relative;
}

.so2-1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.20);
    z-index: 12;
    pointer-events: none;
}

.so2-1img .img-box {
    padding-bottom: 66%;
}

.so2-1img .img-box img {
    transition: all 0.5s ease;
}

.so2-1:hover .so2-1img .img-box img {
    transform: scale(1.08);
}

.so2-1te {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 14;
    padding: 36px;
}

.so2-1h {
    margin-bottom: 16px;
}

.so2-1h p {
    color: #FFF;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-proseh) * 1.16);
    text-transform: capitalize;
    max-width: 323px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so2-1:hover .so2-1h p {
    color: #5B85C5;
}

.so2-1p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so2-1:hover .so2-1p p {
    color: #5B85C5;
}

/*  */
.so2-2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.so2-2lbox {
    position: relative;
}

.so2-2limg {
    position: relative;
}

.so2-2limg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.20);
    z-index: 8;
    pointer-events: none;
}

.so2-2limg .img-box img {
    transition: all 0.5s ease;
}

.so2-2lbox:hover .so2-2limg .img-box img {
    transform: scale(1.08);
}

.so2-2l1 {
    position: absolute;
    width: 100%;
    left: 50%;
    padding: 16px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 14;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so2-2lsmh {
    flex: 1;
}

.so2-2lsmh p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.16);
    text-transform: uppercase;
    max-width: 283px;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2-2lbox:hover .so2-2lsmh p {
    color: #5B85C5;
}

.so2-2ladd {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    transition: all 0.5s ease;
}

.so2-2ladd:hover {
    background: #5B85C5;
}

.so2-2ladd i {
    font-size: 18px;
    color: #5B85C5;
    line-height: normal;
    transition: all 0.5s ease;
}

.so2-2ladd:hover i {
    color: #FFF;
}

/*  */
.so2-2l2 {
    display: block;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 16px;
    z-index: 14;
}

.so2-2lh {
    margin-bottom: 10px;
}

.so2-2lh p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.16);
    max-width: 315px;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2-2lbox:hover .so2-2lh p {
    color: #5B85C5;
}

.so2-2lp p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2-2lbox:hover .so2-2lp p {
    color: #5B85C5;
}

/*  */
.so2-2btn {
    display: flex;
    justify-content: flex-end;
}

.so2-l:nth-child(2n) .so2-2btn {
    justify-content: flex-start;
}

.so2-2a {
    display: flex;
    align-items: center;
}

.so2-2a p {
    color: #5B85C5;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    margin-right: 36px;
}

.so2-2a i {
    font-size: 14px;
    color: #5B85C5;
    line-height: normal;
    transition: all 0.5s ease;
}

.so2-2a:hover i {
    transform: rotate(90deg);
}

/* ind-hot so3 */
.so3 {
    padding: 50px 0 100px;
}

.so3-h {
    margin-bottom: 16px;
}

.so3-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so2lnum2) * 1.06);
    letter-spacing: -1.68px;
    text-transform: uppercase;
}

.so3-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 70px;
}

.so3-p p {
    color: #565656;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    max-width: 648px;
}

.so3-sw {
    position: relative;
    padding-bottom: 70px;
}

#so3-sw {
    overflow: hidden;
}

#so3-sw .swiper-pagination {
    bottom: 0;
}

#so3-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #5B85C5;
}

/*  */
.so3-swh {
    margin-bottom: 16px;
    display: block;
}

.so3-swh p {
    color: #121212;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.16);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .so3-swh p {
    color: #5B85C5;
}

.so3 .pro2-lvi p {
    font-weight: 400;
}

/* ind-min so4 */
.ind-min {
    background: #F7F7F7;
}

.so4 {
    padding: 60px 0;
}

.so4-lbox {
    padding: 0 16px;
}

.so4-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.so4-li i {
    font-size: 76px;
    color: rgba(91, 133, 197, 1);
    line-height: normal;
}

.so4-lh {
    margin-bottom: 16px;
}

.so4-lh p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.16);
    text-transform: uppercase;
}

.so4-lp {
    margin-bottom: 16px;
}

.so4-lp p {
    color: #565656;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* ind-fac so5 */
.so5 {
    padding: 100px 0 70px;
}

.so5-h {
    margin-bottom: 16px;
}

.so5-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so2lnum2) * 1.06);
    letter-spacing: -1.68px;
    text-transform: uppercase;
}

.so5-p {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so5-p p {
    color: #565656;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    max-width: 776px;
}

.so5-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so5-1img {
    width: 50%;
    flex: 0 0 auto;
}

.so5-1img .img-box {
    padding-bottom: 62%;
}

.so5-1te {
    width: calc(100% - 50% - 90px);
    flex: 0 0 auto;
    padding: 50px 0;
}

.so5-1h {
    margin-bottom: 26px;
}

.so5-1h p {
    color: #121212;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-pro2-1h) * 1.06);
    text-transform: uppercase;
}

.so5-1p {
    margin-bottom: 26px;
}

.so5-1p p {
    color: #565656;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
}

.so5-1l {
    margin-bottom: 16px;
    position: relative;
    display: flex;
}

.so5-1l:last-child {
    margin-bottom: 0;
}

.so5-1l::before {
    content: "";
    display: block;
    --w: 6px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #121212;
    margin: 12px 10px;
    flex: 0 0 auto;
}

.so5-1la {
    display: block;
}

.so5-1la p span {
    color: #121212;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so5-1la:hover p span {
    color: #5B85C5;
}

.so5 .ab2-1chan {
    margin-top: 70px;
}

.so5 .ab2-1chan>div {
    background: #F7F7F7;
}

.so5 .ab2-1chan>div:hover {
    background: #5B85C5;
}

/*  */
.so5-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so5 .ab1-img {
    border-radius: 0;
}

.so5 .so5-1img .img-box {
    padding-bottom: 62%;
}

/* ind-sho so6 */
.ind-sho {
    border-top: 1px solid #D6E5F2;
}

.so6 {
    padding: 70px 0;
}

/* ind-photo so7 */
.ind-photo {
    background: linear-gradient(180deg, #F0F9FF 39.6%, #FFF 89.77%), #FFF;
    border-bottom: 1px solid #D6E5F2;
}

.so7 {
    padding: 100px 0;
}

.so7-h {
    margin-bottom: 16px;
}

.so7-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so2lnum2) * 1.06);
    letter-spacing: -1.68px;
    text-transform: uppercase;
}

.so7-p {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so7-p p {
    color: #565656;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    /* 21.76px */
    max-width: 928px;
}

.so7-sw {
    position: relative;
    padding-bottom: 50px;
}

.so7-swbox {
    cursor: pointer;
}

.so7-swimg .img-box img {
    transition: all 0.5s ease;
}

.so7-swbox:hover .so7-swimg .img-box img {
    transform: scale(1.08);
}

#so7-sw .swiper-pagination {
    bottom: 0;
}

#so7-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #5B85C5;
}

/* ind-news so8 */
.so8 {
    padding: 100px 0;
}

.so8-h {
    margin-bottom: 70px;
}

.so8-h p {
    color: #121212;
    text-align: center;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so2lnum2) * 1.06);
    letter-spacing: -1.68px;
    text-transform: uppercase;
}

.so8-sw {
    position: relative;
}

#so8-sw {
    overflow: hidden;
}

.so8-swbox .ne-limg {
    width: 100%;
}

.so8-swbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.so8-swbox .ne-lte {
    width: 100%;
    padding-top: 36px;
}

.so8-swbox .ne-lh p {
    color: #121212;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.16);
    transition: all 0.5s ease;
}

.so8-swbox:hover .ne-lh p {
    color: #5B85C5;
}

@media (max-width: 1536px) {
    .so1 {
        padding: 70px 0;
    }

    .so1-u {
        margin-top: 70px;
    }

    .so2 {
        padding: 70px 0;
    }

    .so2-l {
        margin-bottom: 70px;
    }

    .so3 {
        padding: 20px 0 70px;
    }

    .so3-p {
        margin-bottom: 30px;
    }

    .so4 {
        padding: 30px 0;
    }

    .so4-li i {
        font-size: 46px;
    }

    .so5 {
        padding: 70px 0;
    }

    .so5-p {
        margin-bottom: 30px;
    }

    .ab2-1chan>div {
        --w: 36px;
    }

    .so7 {
        padding: 70px 0;
    }

    .so7-p {
        margin-bottom: 30px;
    }

    .so8 {
        padding: 70px 0;
    }

    .so8-h {
        margin-bottom: 30px;
    }

    .so1-1 {
        width: calc(100% - 49.6% - 28px);
    }
}

@media (max-width: 992px) {
    .so1-1a {
        padding: 6px 13px;
    }

    .so1-top {
        flex-direction: column;
    }

    .so1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so1-2 {
        width: 100%;
    }

    .so1-u {
        flex-wrap: wrap;
    }

    .so2-end {
        flex-direction: column !important;
    }

    .so2-1 {
        margin-bottom: 24px;
        width: 100%;
    }

    .so2-2 {
        width: 100%;
    }

    .so2-2btn {
        margin-top: 10px;
    }

    .so4-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so4-l:last-child {
        margin-bottom: 0;
    }

    .so5-1 {
        flex-direction: column-reverse !important;
    }

    .so5-1te {
        width: 100%;
        padding: 0 0 50px;
    }

    .so5-1img {
        width: 100%;
    }

    .so5-2 {
        flex-direction: column;
        margin-top: 30px;
    }
}

@media (max-width: 642px) {
    .so2-2l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2-2l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 499px) {
    .so1 {
        padding: 40px 0;
    }

    .so1-1btn {
        flex-direction: column;
    }

    .so1-1a {
        padding: 6px 13px;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .so1-1p {
        margin-bottom: 30px;
    }

    .vr-box iframe {
        height: 300px;
    }

    .so1-l {
        width: 100%;
        margin-bottom: 12px;
    }

    .so1-l:last-child {
        margin-bottom: 0;
    }

    .so1-u {
        margin-top: 30px;
    }

    .so1-l:nth-child(2n) {
        display: none;
    }

    .so2-1te {
        padding: 12px;
    }

    .so2 {
        padding: 40px 0;
    }

    .so2-h {
        margin-bottom: 20px;
    }

    .so2-l {
        margin-bottom: 40px;
    }

    .so3 {
        padding: 20px 0 40px;
    }

    .so3-sw {
        padding-bottom: 30px;
    }

    .so5 {
        padding: 40px 0;
    }

    .so5-1l::before {
        margin: 10px;
    }

    .so5 .ab2-1chan {
        margin-top: 30px;
    }

    .so5-1te {
        padding: 0 0 40px;
    }

    .so6 {
        padding: 40px 0;
    }

    .ab4-p {
        margin-bottom: 20px;
    }

    .so7 {
        padding: 40px 0;
    }

    .so8 {
        padding: 40px 0;
    }

    .so8-swbox .ne-lte {
        padding-top: 0;
    }
}

.review-box .ratingbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    border-radius: 3px;
    line-height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .review-box .ratingbox {
        line-height: 40px;
    }
}

.review-box .ratingbox .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.review-box .ratingbox .rating input {
    display: none !important;
}

.review-box .ratingbox .rating input:checked~label svg {
    fill: rgba(177, 13, 15, 1);
}

.review-box .ratingbox .rating label {
    margin-right: 5px;
    cursor: pointer;
    color: rgba(177, 13, 15, 1);
    display: flex;
    align-items: center;
}

.review-box .ratingbox .rating label:last-of-type {
    margin-right: 0;
}

.review-box .ratingbox .rating label::before {
    display: none !important;
}

.review-box .ratingbox .rating label svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: rgba(177, 13, 15, 1);
    stroke-width: 2px;
    -webkit-transition: all .35s;
    transition: all .35s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.review-box .ratingbox .rating label:hover svg,
.review-box .ratingbox .rating label:hover~label svg {
    fill: rgba(177, 13, 15, 1);
}