#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: center;
    padding: 6.5px 0;
}

.headersp .ven1-lo {
    padding: 15.5px 0;
}

.ven1-loim {
    position: relative;
}

.ven1-loim img {
    width: 48px;
    height: auto;
    transition: all 0.5s ease;
}

.headersp .ven1-loim img {
    width: 116px;
}

/*  */
.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 13px;
}

.ven2-l:last-child:after {
    margin: 0 15px;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    border-radius: 6px;
    background-color: #008ef6;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-l.on .ven2-la::before {
    opacity: 1;
}

.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: #444;
    text-decoration: none;
    font-size: var(--zj-ven2cona);
    line-height: calc(19px / var(--zj-ven2cona));
    text-transform: capitalize;

    --size: 0px;
    --color: #008ef6;
    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: #008ef6;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #008ef6;
    font-weight: bold;
    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: #008ef6;
}

.ven2-l.on .ven2-la i {
    color: #008ef6;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vensesv i {
    font-size: 24px;
    color: #777;
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #008ef6;
    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: #008ef6;
    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 15px;
    background: transparent;
}

/*  */
.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: #008ef6;
}

/*  */
.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: #008ef6;
}

.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;
}

/* ven-chat */
.ven-chata {
    padding: 6px 30px;
    background: #ff891c;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-chata:hover {
    background: #ff4a00;
}

.ven-chata p {
    color: #fff;
    font-size: var(--zj-ven2cona);
    line-height: 1.35;
}

@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: #444;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 1.35;
    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: #008ef6;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: "\ebbe";
    color: #121212;
    font-family: "iconfont" !important;
    margin-right: 10px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language:hover .select-name::before {
    color: #008ef6;
}

@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: 16px;
    color: #777;
    content: "\e608";
    font-family: "iconfont" !important;
    display: inline-block;
    margin-left: 4px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-language:hover .select-name::after {
    color: #008ef6;
}

@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: 42px;
    }

    .ven-chata {
        display: none;
    }

    .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: 240px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-radius: 4px;
    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;
    border-radius: 4px;
    overflow: hidden;
}

.ven2-lera {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 8px 12px;
}

.ven2-lera span {
    color: #444;
    text-decoration: none;
    font-size: var(--zj-ven2cona);
    line-height: calc(19px / var(--zj-ven2cona));
    text-transform: capitalize;
    /* text-align: center; */
    --size: 0px;
    --color: #008ef6;
    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: #008ef6;
    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: #008ef6;
    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: #008ef6;
    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: 208%;
    }

    .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: -100px;
    }

    .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: 61px;
    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: 400;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #008ef6;
}

.xiantiao>a {
    color: #008ef6;
}

.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: #008ef6;
}

@media (max-width: 992px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 55px;
    }

    #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: #008ef6;
}

.sub-itema:hover {
    background: #008ef6;
}

.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: 20px 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 {
    font-size: var(--zj-ven2cona);
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.36);
    --size: 1px;
    --color: #008ef6;
    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: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item:last-child a span {
    color: rgba(255, 255, 255, 1);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

/*  */
.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;
    }

    .subnav-box {
        padding: 10px 0;
    }

    .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: 12px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 12px;
    }

    .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: 36px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #f5f5f5;
    color: #777;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: calc(var(--zj-ven2cona) * 1.35);
    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: #008ef6;
}

.sub-pagel.on a {
    color: #fff;
    background: #008ef6;
}

.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: 60px;
}

[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: 61px;
    }

    [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: 55px;
    }

    [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 */
.contact {
    background: #f3faff;
    padding: 30px 0;
}

.con-box {
    padding: 32px;
    overflow: hidden;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 8px;
}

.con-h {
    margin-bottom: 24px;
}

.con-h p {
    font-size: var(--zj-proseh);
    font-weight: 500;
    line-height: calc(48px / var(--zj-proseh));
    color: #111;
}

.con-l {
    padding-left: 16px;
    margin-bottom: 24px;
}

.con-l:last-child {
    margin-bottom: 0;
}

.con-lh {
    margin-bottom: 10px;
    position: relative;
}

.con-lh::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 18px;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #008ef6;
    border-radius: 2px;
}

.con-lh p {
    font-size: var(--zj-ven2cona);
    font-weight: 500;
    line-height: calc(19px / var(--zj-ven2cona));
    color: #008ef6;
}

.con-la {
    display: block;
}

.con-la p,
.con-la p span {
    font-size: var(--zj-ven2cona);
    line-height: calc(28px / var(--zj-ven2cona));
    color: #444;
    transition: all 0.5s ease;

    --size: 1px;
    --color: #008ef6;
    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.con-la:hover p span {
    color: #008ef6;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con-form {
    margin-top: 38px;
    padding-top: 24px;
    position: relative;
}

.con-form::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background: #ddd;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.con1-fou {
    margin-right: calc(-0.5 * 1.2rem);
    margin-left: calc(-0.5 * 1.2rem);
}

.con1-fou>div {
    margin-bottom: 12px;
    padding-right: calc(1.2rem * 0.5);
    padding-left: calc(1.2rem * 0.5);
}

.con1-fol {
    position: relative;
}

.con1-fol input,
.con1-fol textarea {
    color: #777;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.35);

    width: 100%;
    border-radius: 8px;
    border: 1px solid #9dbbe600;
    background: #f5f5f5;

    transition: all 0.5s ease;
    padding: 4px 16px;
}

.con1-fol input:focus,
.con1-fol textarea:focus {
    border: 1px solid #008ef6;
}

.con1-fol input::-webkit-input-placeholder {
    color: #777;
}

.con1-fol input::-moz-placeholder {
    color: #777;
}

.con1-fol input::-ms-input-placeholder {
    color: #777;
}

.con1-fol textarea::-webkit-input-placeholder {
    color: #777;
}

.con1-fol textarea::-moz-placeholder {
    color: #777;
}

.con1-fol textarea::-ms-input-placeholder {
    color: #777;
}

/*  */
.con1-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.con1-fobt button {
    padding: 10px 80px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #008ef6;
    transition: all 0.5s ease;
}

.con1-fobt button:hover {
    background: #0079ff;
}

.con1-fobt button span {
    color: #fff;
    text-align: center;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: calc(var(--zj-ven2cona) * 1.35);
    text-transform: capitalize;
    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: #008ef6;
}

.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);
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 16px;
    }

    .con-h {
        margin-bottom: 12px;
    }

    .con-form {
        margin-top: 19px;
        padding-top: 18px;
    }
}

/* #footer */
#footer {
    background: #f5f5f5;
}

.ft1 {
    padding: 30px 0 46px;
}

.ft1-u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-l {
    max-width: 20%;
    padding-left: 3%;
}

.ft1-l:first-child {
    padding-left: 0;
}

/*  */
.ft1-lh {
    margin-bottom: 4px;
}

.ft1-lh p {
    font-size: var(--zj-ven2cona);
    color: #444;
    font-weight: 500;
    line-height: calc(38px / var(--zj-ven2cona));
    transition: all 0.5s ease;
}

a.ft1-lh:hover p {
    color: #008ef6;
}

.ft1-la {
    display: flex;
}

.ft1-la span {
    color: #444;
    font-size: var(--zj-ven2cona);
    line-height: calc(28px / var(--zj-ven2cona));
    transition: all 0.5s ease;
}

.ft1-la:hover span {
    color: #008ef6;
}

.ft1-1la {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
}

.ft1-1la::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #444;
    top: 12px;
    left: 0;
}

.ft1-1la:last-child {
    margin-bottom: 0;
}

.ft1-1la span {
    color: #444;
    font-size: var(--zj-ven2cona);
    line-height: calc(28px / var(--zj-ven2cona));
    transition: all 0.5s ease;
}

.ft1-1la:hover span {
    color: #008ef6;
}

.ft1-2la {
    display: flex;
}

.ft1-2la i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #444;
    flex: 0 0 auto;
}

.ft1-2la p span {
    color: #444;
    font-size: var(--zj-ven2cona);
    line-height: calc(28px / var(--zj-ven2cona));
    transition: all 0.5s ease;
}

a.ft1-2la:hover p span {
    color: #008ef6;
}

/*  */
.ft1-share {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.ft1-share>a {
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.ft1-share>a:nth-child(1) {
    background: #537bbc;
}

.ft1-share>a:nth-child(2) {
    background: #1079b6;
}

.ft1-share>a:nth-child(3) {
    background: rgb(0, 102, 153);
}

.ft1-share>a:nth-child(4) {
    background: #000;
}

.ft1-share>a:last-child {
    margin-right: 0;
}

.ft1-share>a:hover {
    transform: translateY(-4px);
}

/*  */
#footer .con1-fol input,
#footer .con1-fol textarea {
    background: #fff;
    padding: 6px 10px;
}

#footer .con1-fobt {
    display: flex;
}

#footer .con1-fobt button {
    padding: 5px 16px;
    background: #008ef6;
}

#footer .con1-fobt button:hover {
    background-color: #006af6;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 142, 246, 0.6);
    box-shadow: 0 1px 4px 0 rgba(0, 142, 246, 0.6)
}

#footer .con1-fobt button i {
    color: #fff;
    font-size: 16px;
    margin-left: 9px;
    line-height: normal;
}

.ft2 {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

.ft2-copy p {
    font-size: var(--zj-ven2cona);
    line-height: calc(19px / var(--zj-ven2cona));
    text-align: center;
    color: #777;
}


.ft3-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft3-2>a {
    margin-right: 8px;
}

.ft3-2>.ab3-l:last-child {
    margin-right: 0;
}

.ft3-2a span {
    font-size: var(--zj-ven2cona);
    line-height: calc(19px / var(--zj-ven2cona));
    text-align: center;
    color: #777;
    transition: all 0.5s ease;
}

.ft3-2a:hover span {
    color: #008ef6;
}

@media (max-width: 992px) {

    .ft1-l:nth-child(2),
    .ft1-l:nth-child(3) {
        display: none;
    }

    .ft1-l {
        max-width: 33%;
        padding-left: 3%;
    }
}

@media (max-width: 768px) {
    .ft1-u {
        flex-direction: column;
    }

    .ft1-l {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
        padding-left: 0;
    }

    .ft1-l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 30px 0 36px;
    }

    .ft2 {
        padding: 10px 0;
    }
}

/* 新闻列表 */
.ne-box {
    padding: 28px 0 70px;
}

.ne-u {
    margin-bottom: 60px;
}

.ne-l {
    margin-bottom: 8px;
}

.ne-l:last-child {
    margin-bottom: 0;
}

.ne-lbox {
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
    border-radius: 8px;
}

.ne-lbox:hover {
    -webkit-box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.24);
}

.ne-limg {
    width: 20%;
    flex: 0 0 auto;
}

.ne-limg .img-box {
    padding-bottom: 62%;
    border-radius: 8px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lt {
    width: calc(80% - 50px);
    flex: 0 0 auto;
}

.ne-lh {
    margin-bottom: 16px;
    display: block;
}

.ne-lh p {
    font-size: var(--zj-ft1-1h);
    font-weight: 600;
    line-height: calc(32px / var(--zj-ft1-1h));
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lh p {
    color: #008ef6;
}

.ne-lp {
    margin-bottom: 30px;
    display: block;
}

.ne-lp p {
    font-size: var(--zj-ven2cona);
    color: #444;
    line-height: calc(22px / var(--zj-ven2cona));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-lnum p {
    font-size: var(--zj-ven2cona);
    text-transform: capitalize;
    color: #777;
    line-height: calc(19px / var(--zj-ven2cona));
}

@media (max-width: 1536px) {
    .ne-lbox {
        padding: 16px;
    }

    .ne-lh {
        margin-bottom: 8px;
    }

    .ne-lp {
        margin-bottom: 15px;
    }

    .ne-lt {
        width: calc(80% - 20px);
    }

    .ne-u {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .ne-lbox {
        flex-direction: column;
    }

    .ne-limg {
        width: 100%;
        margin-bottom: 10px;
    }

    .ne-lt {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 28px 0 40px;
    }

    .ne-u {
        margin-bottom: 15px;
    }
}

/* 山东爱拓商务有限公司公司（关于我们） */
.ab-box {
    padding: 28px 0 70px;
    display: flex;
    justify-content: space-between;
}

.ab-lf {
    width: calc(100% - 22% - 30px);
    flex: 0 0 auto;
}

.ab1-h {
    margin-bottom: 20px;
}

.ab1-h p {
    font-weight: 500;
    font-size: var(--zj-proseh);
    line-height: calc(48px / var(--zj-proseh));
    color: #111;
}

.ab1-smh {
    margin-bottom: 4px;
}

.ab1-smh p {
    font-size: var(--zj-ven2cona);
    color: #777;
    line-height: calc(22px / var(--zj-ven2cona));
}

.ab1-p {
    margin-bottom: 32px;
}

.ab1-p p {
    font-size: var(--zj-ft1-1h);
    font-weight: 600;
    line-height: calc(30px / var(--zj-ft1-1h));
    color: #008ef6;
}

/*  */
.ab1-video {
    position: relative;
}

.ab1-chang {
    opacity: 0;
    pointer-events: none;
}

.ab1-chang.on {
    opacity: 1;
    pointer-events: auto;
}

/*  */
.ab1-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    overflow: hidden;
}

.ab1-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ab1-1 i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 80px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
    font-size: 30px;
    color: #000;
}

.ab1-sw {
    position: relative;
}

#ab1-sw {
    overflow: hidden;
}

.ab1-swbox .img-box {
    border-radius: 8px;
    padding-bottom: 56%;
}

/*  */
.ab1-3 {
    position: absolute;
    left: 50%;
    bottom: 46px;
    transform: translateX(-50%);
    border: 1px solid #008ef6;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    z-index: 13;
    display: flex;
    align-items: center;
}

.ab1-3a {
    padding: 4px 15px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.ab1-3a.on {
    background-color: #008ef6;
}

.ab1-3a p {
    font-size: 12px;
    color: #000;
    line-height: 1.35;
}

.ab1-3a.on p {
    color: #fff;
}

/*  */
.ab1-end>* {
    margin-top: 28px;
}

.ab1-4 {
    position: relative;
}

.ab1-4h {
    padding-left: 16px;
    margin-bottom: 20px;
    position: relative;
}

.ab1-4h::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #008ef6;
    border-radius: 2px;
}

.ab1-4h p {
    font-size: var(--zj-ven2cona);
    font-weight: 600;
    line-height: calc(19px / var(--zj-ven2cona));
    color: #008ef6;
    text-transform: capitalize;
}

/*  */
.ab-rg {
    width: 22%;
    flex: 0 0 auto;
}

.ab2 {
    position: sticky;
    top: 80px;
    padding: 20px 16px;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 40px;
}

.ab2-la {
    padding-left: 16px;
    position: relative;
}

.ab2-la::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 18px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0, 142, 246);
    border-radius: 2px;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab2-l.on .ab2-la::after {
    opacity: 1;
}

.ab2-la span {
    font-size: var(--zj-ven2cona);
    line-height: calc(28px / var(--zj-ven2cona));
    color: #111;
    transition: all 0.5s ease;
}

.ab2-l.on .ab2-la span {
    color: #008ef6;
}

.ab2-la:hover span {
    color: #008ef6;
}

.ab3 {
    margin-bottom: 40px;
}

.ab3-h {
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px;
}

.ab3-h::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 18px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0, 142, 246);
    border-radius: 2px;
    transition: all 0.5s ease;
}

.ab3-h p {
    font-size: var(--zj-ven2cona);
    font-weight: 600;
    line-height: calc(19px / var(--zj-ven2cona));
    color: #008ef6;
    text-transform: capitalize;
}

.ab3-end {
    padding: 13px 13px 20px 13px;
    border-radius: 8px;
    background: #f5f5f5;
    overflow: hidden;
}

.ab3-u {
    margin-bottom: 20px;
}

.ab3-l {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.ab3-l:last-child {
    margin-bottom: 0;
}

.ab3-lh {
    min-width: 66px;
    flex: 0 0 auto;
}

.ab3-lh p {
    font-size: var(--zj-ven2cona);
    color: #777;
    text-transform: capitalize;
    font-weight: 500;
}

.ab3-la {
    display: block;
}

.ab3-la p span {
    font-size: var(--zj-ven2cona);
    color: #111;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

a.ab3-la:hover p span {
    color: #008ef6;
}

/*  */
.ab3-share {
    display: flex;
    align-items: center;
}

.ab3-share>a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.ab3-share>a:last-child {
    margin-right: 0;
}

.ab3-share>a i {
    font-size: 32px;
    line-height: normal;
}

.ab3-share>a:nth-child(1) i {
    color: #1264e3;
}

.ab3-share>a:nth-child(2) i {
    color: #57bb63;
}

.ab3-share>a:nth-child(3) i {
    color: #46bb36;
}

.ab3-share>a:nth-child(4) i {
    color: #1a8aba;
}

.ab3-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab3-a {
    width: 100%;
    background: #008ef6;
    padding: 10px 19px;
    padding: 10px 19px;
    margin-top: 20px;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.ab3-a:hover {
    background: #0079ff
}

.ab3-a p {
    font-size: var(--zj-ven2cona);
    text-align: center;
    color: #fff;
}

.ab4 {
    position: sticky;
    top: 280px;
}

.ab4-bg {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
    padding: 16px;
}

#company,
#introduction,
#history,
#service,
#team,
#images,
#oem,
#rd,
#cert,
#qc {
    position: absolute;
    top: -80px;
}

@media (max-width: 1199.9px) {
    .ab-lf {
        width: 100%;
    }

    .ab-rg {
        display: none;
    }
}

@media (max-width: 499px) {
    .ab1-h {
        margin-bottom: 10px;
    }

    .ab1-p {
        margin-bottom: 16px;
    }

    .ab1-1 i {
        --w: 54px;
    }

    .ab1-3 {
        bottom: 16px;
    }

    .ab-box {
        padding: 28px 0 40px;
    }
}

/* 山东爱拓商务有限公司公司（关于我们-工厂参观） */
.factory .ab1-1 {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

/* 山东爱拓商务有限公司公司（关于我们-工厂参观） */
.cont-limg {
    display: block;
}

.cont-limg .img-box {
    border-radius: 8px;
    padding-bottom: 142%;
}

.cont-limg .img-box img {
    transition: all 0.5s ease;
}

.cont-lbox:hover .cont-limg .img-box img {
    transform: scale(1.08);
}

.cont-lt {
    padding: 16px;
}

.cont-lt p {
    font-size: var(--zj-ven2cona);
    color: #444;
    line-height: calc(28px / var(--zj-ven2cona));
}

@media (max-width: 768px) {
    .cont-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .cont-l {
        width: 100%;
    }

    .factory .ab1-end>*:first-child {
        margin-top: 0;
    }
}

/* 山东爱拓商务有限公司公司（vr参观） */
.vr-show {
    position: relative;
}

.vrsh {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    padding: 7px 18px;
    background: linear-gradient(120deg, #002373 0%, rgba(37, 48, 76, 0) 95%);
    display: flex;
    align-items: center
}

.vrsh-a {
    display: flex;
    align-items: center
}

.vrsh-a>i {
    font-size: var(--zj-subnav);
    color: #fff;
    line-height: none;
}

.vrsh-a>p {
    font-size: var(--zj-subnav);
    color: #fff;
    line-height: none;
    margin-left: 8px;
    font-weight: 500;
}

.vrsh-btn {
    margin-left: 16px;
    background: #0089FF;
    border-radius: 4px;
    padding: 5px 19px;
    transition: all 0.5s ease;
}

.vrsh-btn:hover {
    background: #005AFF;
}

.vrsh-btn p {
    color: #fff;
    font-size: var(--zj-ven2cona);
    text-align: center;
    font-weight: 500;
}

.vr-show .vr-box iframe {
    width: 100%;
    height: 100vh;
}

@media (max-width: 499px) {
    .vrsh-a {
        flex-direction: column;
        align-items: flex-start;
    }

    .vrsh-a>p {
        margin-left: 0;
    }

    .vrsh-btn {
        margin-left: 0;
    }
}

/* 淄博众诚汽车配件有限公司（产品） */
/*  */
.pro-box {
    padding: 28px 0 70px;
}

/*  */
/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 21.6%;
    flex: 0 0 auto;
    position: sticky;
    top: 80px;
}

.pro1bg {
    margin-bottom: 40px;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 11px 16px 10px 13px;
}

.pro1-l {
    transition: all 0.5s ease;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.pro1-l1a>a {
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.pro1-l1a span {
    color: #111;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.2);
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #008ef6;
}

.pro1-l.on .pro1-l1a span {
    color: #008ef6;
}

.pro1-l1a>a p {
    flex: 0 0 auto;
    color: #111;
    line-height: 20px;
    font-weight: 500;
    font-size: var(--zj-ven2cona);
    transition: all 0.5s ease;
}

.pro1-l1a:hover>a p {
    color: #008ef6;
}

.pro1-l.on .pro1-l1a>a p {
    color: #008ef6;
}

/*  */
.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: #008ef6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    opacity: 0;
}

.pro1-l2a:hover i {
    color: #008ef6;
    opacity: 1;
}

.pro1-l2a.on i {
    color: #008ef6;
    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: #008ef6;
    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: #008ef6;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #008ef6;
}

/*  */
.pro1-end .ab3 {
    margin-bottom: 0;
}

/*  */
.pro1-end {}

/*  */
.pro2 {
    width: calc(100% - 21.6% - 40px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.pro2-l {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
    margin-bottom: 20px;
}

.pro2-lbox {
    border-radius: 8px;
    border: 1px solid #ddd;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s ease;
}

.pro2-lbox:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.24);
}

.pro2-limg {
    display: block;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lt {
    padding: 12px 12px 16px;
}

.pro2-lh {
    display: block;
    margin-bottom: 30px;
}

.pro2-lh p {
    color: #444;
    font-size: var(--zj-subnav);
    line-height: calc(22px / var(--zj-subnav));
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lh p {
    color: #008ef6;
}

.pro2-la {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff891c;
    border-radius: 8px;
    padding: 6px 10px;
    transition: all 0.5s ease;
}

.pro2-la:hover {
    background: #ff891c;
}

.pro2-la i {
    font-size: 18px;
    margin-right: 12px;
    color: #ff891c;
    transition: all 0.5s ease;
}

.pro2-la:hover i {
    color: #fff;
}

.pro2-la p {
    font-size: var(--zj-ven2cona);
    font-weight: 500;
    color: #ff891c;
    transition: all 0.5s ease;
}

.pro2-la:hover p {
    color: #fff;
}

.nores-h {
    margin-bottom: 4px;
}

.nores-h p {
    font-size: var(--zj-proseh);
    font-weight: 500;
    line-height: calc(44px / var(--zj-proseh));
    color: #111;
}

.nores-smh {
    margin-bottom: 84px;
}

.nores-smh p {
    font-size: var(--zj-ven2cona);
    line-height: calc(19px / var(--zj-ven2cona));
}

.nores-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.nores-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    max-width: 318px;
}

.nores-th {
    margin-bottom: 6px;
}

.nores-th p {
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-weight: 500;
    line-height: calc(27px / var(--zj-ft1-1h));
}

.nores-tp {
    margin-bottom: 24px;
}

.nores-tp p {
    font-size: var(--zj-ven2cona);
    line-height: calc(28px / var(--zj-ven2cona));
    color: #444;
    text-align: center;
}

.nores-tp p a {
    color: #008ef6;
    text-transform: capitalize;
    text-decoration: underline;
}

.nores-p {
    margin-bottom: 24px;
}

.nores-p p {
    text-align: center;
    color: #505050;
    font-size: var(--zj-oem3-1l1p);
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .pro2-lh {
        margin-bottom: 15px;
    }

    .pro-box {
        padding: 28px 0 40px;
    }
}

/* 山东爱拓商务有限公司公司（产品详情） */
.prode-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 32px 36px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    margin-bottom: 28px;
}

.slider-navbox {
    width: calc(100% - 79% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider-navbox button {
    border-radius: 0;
    background: transparent;
    padding: 0;
    transition: all 0.5s ease;

    width: 100%;
}

.slider-navbox>button i {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    transition: all 0.5s ease;
}

.slider-navbox>button:first-child i {
    transform: rotate(90deg);
    display: block;
}

.slider-navbox>button:last-child i {
    transform: rotate(90deg);
    display: block;
}

.slider-navbox>button:hover i {
    color: #008ef6;
}

/*  */
.prode1-2 {
    width: calc(100% - 51% - 20px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 20px;
}

.prode1-2h p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    font-weight: 500;
}

/*  */
.prode1-2tu {
    margin-bottom: 20px;
}

.prode1-2tl {
    margin-bottom: 20px;
}

.prode1-2tl:last-child {
    margin-bottom: 0;
}

.prode1-2th {
    margin-bottom: 8px;
}

.prode1-2th p {
    font-size: var(--zj-ven2cona);
    color: #111;
    line-height: normal;
    font-weight: 500;
}

.prode1-2tp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2tp p {
    padding: 4px 0;
    font-size: var(--zj-ven2cona);
    line-height: calc(19px / var(--zj-ven2cona));
    color: #444;
}

.prode1-2tp p:nth-child(1) {
    width: 35%;
}

.prode1-2tp p:nth-child(2) {
    width: calc(65% - 12px);
}

/*  */
.prode1-2btnbox {
    display: flex;
}

.prode1-2btnbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2a {
    width: calc(50% - 10px);
    flex: 0 0 auto;
    background: #008ef6;
    border-radius: 30px;
    transition: all 0.5s ease;
}

.prode1-2a:nth-child(2) {
    background: #ff891c;
}

.prode1-2a:hover:nth-child(1) {
    background: #0079ff;
}

.prode1-2a:hover:nth-child(2) {
    background: #ff4a00;
}

.prode1-2a p {
    font-size: var(--zj-subnav);
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    padding: 9px 0;
    line-height: calc(22px / var(--zj-subnav));
    font-weight: 500;
}

/* 产品详情下面 */
.prode-min {
    padding: 32px 32px 36px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
}

.prode2 {
    /* position: sticky; */
    /* top: 140px; */
    z-index: 14;
    overflow: hidden;
    margin-bottom: 20px;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    position: relative;
    backdrop-filter: blur(8px);
}


.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;
    margin-right: 28px;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    color: #444;
    font-size: var(--zj-ven2cona);
    text-transform: capitalize;
    line-height: calc(19px / var(--zj-ven2cona));
    padding-bottom: 8px;
    display: block;
    width: max-content;
    transition: all 0.5s ease;
    position: relative;
}

.prode2-la::after {
    position: absolute;
    content: "";
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    border-radius: 6px;
    background-color: #008ef6;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
}

.prode2-l.on .prode2-la::after {
    width: 20px;
}

.prode2-la span {
    --size: 0px;
    --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);
}

.prode2-l.on .prode2-la span {
    color: #008ef6;
    font-weight: 500;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.prode2-la:hover span {
    color: #008ef6;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.prode3h {
    margin-top: 24px;
    margin-bottom: 20px;
}

.prode3h p {
    font-size: var(--zj-ven2cona);
    font-weight: 500;
    line-height: calc(16px / var(--zj-ven2cona));
}

/*  */

.prode-tag {
    margin-top: 30px;
}

.tag-h {
    margin-bottom: 12px;
}

.tag-h p {
    font-size: 12px;
    color: #777;
}

.tag-u {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tag-l {
    margin-right: 10px;
    margin-bottom: 10px;
}

.tag-la {
    border-radius: 20px;
    padding: 3px 17px;
    display: inline-block;
    background-color: #EEE;
    transition: all 0.5s ease;
}

.tag-la:hover {
    background: #ddd;
}

.tag-la p {
    color: #444;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
}

/*  */
.prode-end {
    padding: 23px 32px;
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
    margin-top: 28px;
}

.prode-formh {
    margin-bottom: 10px;
}

.prode-formh p {
    font-size: var(--zj-ft1-1h);
    font-weight: 500;
    color: #111;
}

.pro-sw {
    margin-top: 70px;
}

.pro-swh {
    margin-bottom: 38px;
    position: relative;
}

.pro-swh::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 6px;
    background-color: #008ef6;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pro-swh p {
    font-size: var(--zj-pro2-1h);
    font-weight: 500;
    line-height: calc(48px / var(--zj-pro2-1h));
    color: #111;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

/*  */
.pro-swbox {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

#prode6-u .swiper-button-prev,
#prode6-u .swiper-button-next {
    position: absolute;
    --w: 52px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.24);
    cursor: pointer;
    opacity: 1 !important;
    transition: all 0.5s ease;
}

#prode6-u .swiper-button-prev {
    left: -26px;
}

#prode6-u .swiper-button-next {
    right: -26px;
}

#prode6-u .swiper-button-prev:hover,
#prode6-u .swiper-button-next:hover {
    background-color: #008ef6;
}

#prode6-u .swiper-button-prev::after,
#prode6-u .swiper-button-next::after {
    content: "";
}

#prode6-u .swiper-button-prev i,
#prode6-u .swiper-button-next i {
    color: #008ef6;
    font-size: 24px;
    line-height: normal;
    transition: all 0.5s ease;
}

#prode6-u .swiper-button-prev:hover i,
#prode6-u .swiper-button-next:hover i {
    color: #fff;
}

@media (max-width: 1536px) {
    .pro-sw {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode1-1 {
        flex-direction: column;
    }

    .slider-navbox button {
        display: none;
    }

    .slider-navbox {
        width: 100%;
        margin-top: 10px;
    }

    .slider-for {
        width: 100%;
    }

    .con1-fou>div {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .slider-navbox {
        margin-top: 0;
    }

    .prode-top,
    .prode-min {
        padding: 16px 16px 18px;
    }

    .prode-end {
        padding: 13px 16px;
        margin-top: 14px;
    }

    .pro-sw {
        margin-top: 20px;
    }

    .pro-swh p {
        padding-bottom: 0;
    }

    .pro-swh {
        margin-bottom: 16px;
    }

    #prode6-u .swiper-button-prev,
    #prode6-u .swiper-button-next {
        display: none;
    }
}

/* -------------------------------------------- */
/* 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: 33.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: 33.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-product so1 */
.so1 {
    padding-top: 40px;
}

.so1-h {
    padding-bottom: 20px;
    margin-bottom: 38px;
    position: relative;
}

.so1-h::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 6px;
    background: #008ef6;
    border-radius: 6px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.so1-h p {
    font-size: var(--zj-pro2-1h);
    font-weight: bold;
    line-height: calc(48px / var(--zj-pro2-1h));
    color: #111;
    text-align: center;
}

.so1-u {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
    margin-bottom: 40px;
}

.so1-l {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
    margin-bottom: 20px;
}

.so1-spubg {
    padding: 25px 36px;
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    position: relative;
}

.so1-spubg::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #008ef6;
    background-image: linear-gradient(to bottom, #0073ff 0, #00eafb 100%);
}

.so1-spl {
    margin-bottom: 15px;
}

.so1-spla {
    display: block;
}

.so1-spla p {
    font-size: var(--zj-ven2cona);
    color: #111;
    font-weight: 500;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-spla:hover p {
    color: #008ef6;
}

.so1-spubox {
    max-height: 140px;
    overflow: hidden;
}

.so1-spu-scroll {
    animation: so1ScrollUp 20s linear infinite;
}

.so1-spubox:hover .so1-spu-scroll {
    animation-play-state: paused;
}

@keyframes so1ScrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

/*  */
.ind-expert {
    margin: 60px 0 64px;
}

.so2 {
    padding: 40px 0 34px;
    display: flex;
    justify-content: space-between;
}

.so2-1h p {
    font-size: var(--zj-ft1-2uh);
    color: #fff;
    font-weight: 500;
    line-height: calc(42px / var(--zj-ft1-2uh));
    text-transform: capitalize;
    max-width: 550px;
}

.so2-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    margin-left: 20px;
}

.so2-2h {
    margin-bottom: 12px;
}

.so2-2h p {
    font-size: var(--zj-ser-fth);
    color: #fff;
    font-weight: 500;
    line-height: calc(42px / var(--zj-ser-fth));
}

.so2-2btn {
    display: flex;
}

.so2-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 142, 246, 0.4);
    transition: all 0.5s ease;
}

.so2-2a:hover {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.4);
}

.so2-2a p {
    font-size: var(--zj-ft1-1h);
    line-height: calc(28px / var(--zj-ft1-1h));
    color: #008ef6;
    font-weight: 500;
}

.so2-2a i {
    font-size: 20px;
    color: #41c851;
    line-height: normal;
    margin-left: 4px;
}

.so2-2img {
    flex: 0 0 auto;
    position: relative;
    margin-left: 20px;
}

.so2-2img img {
    width: 120px;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.so2-2img i {
    position: absolute;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
    color: #008ef6;
    line-height: 32px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
}

.so3-top {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}

.so3-1 {
    width: 36%;
    flex: 0 0 auto;
    padding: 38px 35px 38px 35px;
    background-color: #008ef6;
    background-image: linear-gradient(135deg, #00c4ff 0, #0073ff 100%);
    position: relative;
}

.so3-1::after {
    content: "";
    position: absolute;
    width: 232px;
    height: 349px;
    background: url(../img/home-vedio-bg.png) no-repeat;
    right: 0;
    bottom: 0;
}

.so3-1h {
    display: block;
    margin-bottom: 16px;
    position: relative;
    z-index: 12;
}

.so3-1h p {
    color: #fff;
    font-size: var(--zj-proseh);
    font-weight: 600;
    line-height: calc(48px / var(--zj-proseh));
}

.so3-1p {
    position: relative;
    z-index: 12;
    margin-bottom: 24px;
    display: block;
}

.so3-1p p {
    font-size: var(--zj-ven2cona);
    line-height: calc(24px / var(--zj-ven2cona));
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so3-1btn {
    display: flex;
}

.so3-2 {
    width: 64%;
    flex: 0 0 auto;
}

.so3-videoa {
    display: block;
    position: relative;
}

.so3-videoa img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.so3-videoa i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 80px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
    font-size: 30px;
    color: #000;
}

/*  */
.so3-3 {
    margin-top: 40px;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
}

.so3-3 .con1-fo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so3-3 .con1-fol input,
.so3-3 .con1-fol textarea {
    height: 54px;
    font-size: 20px;
    font-weight: 400;
}

.so3-3 .con1-fou>div {
    margin-bottom: 0;
}

/*  */
.so3-3 .con1-fou {
    flex: 1;
}

.so3-3 .con1-fobt {
    margin-left: 12px;
}

.so3-3 .con1-fobt button {
    width: 200px;
    padding: 0;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #ff891c;
}

.so3-3 .con1-fobt button:hover {
    background-color: #ff4a00;
}

.so3-3 .con1-fobt button span {
    color: #fff;
    font-size: var(--zj-ft1-1h);
    font-weight: 500;
}

/*  */
.so4 {
    padding: 60px 0 36px;
}

.so4-h {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 16px;
}

.so4-h::after {
    content: "";
    width: 80px;
    height: 6px;
    background-color: #008ef6;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.so4-h p {
    font-size: var(--zj-pro2-1h);
    font-weight: 500;
    line-height: calc(48px / var(--zj-pro2-1h));
    color: #111;
    text-align: center;
}

.so4-p {
    margin-bottom: 36px;
}

.so4-p p {
    font-size: var(--zj-subnav);
    font-weight: 500;
    color: #444;
    text-align: center;
    line-height: calc(30px / var(--zj-subnav));
}

/*  */
.so4-u {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.so4-l {
    padding-right: calc(1rem * .5);
    padding-left: calc(1rem * .5);
    margin-bottom: 20px;
}

.so4-la {
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.so4-la .img-box {
    padding-bottom: 71%;
}

.so4-la .img-box img {
    transition: all 0.5s ease;
}

.so4-la:hover .img-box img {
    transform: scale(1.08);
}

.so4-lt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    z-index: 12;
    transition: all 0.5s ease;
}

.so4-la:hover .so4-lt {
    top: 48%;
}

.so4-lh p {
    font-size: var(--zj-ft1-1h);
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-lsmh p {
    font-size: var(--zj-ven2cona);
    text-align: center;
    color: #fff;
    line-height: calc(30px / var(--zj-ven2cona));
}

/*  */
.so5 {
    padding: 70px 0;
}

.so5-h {
    margin-bottom: 24px;
}

.so5-h p {
    color: #fff;
    text-align: center;
    font-size: var(--zj-news-h);
    font-weight: 500;
    line-height: calc(90px / var(--zj-news-h));
}

.so5-p {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so5-p p {
    text-align: center;
    color: #FFF;
    font-size: var(--zj-subnav);
    font-weight: 600;
    line-height: calc(30px / var(--zj-subnav));
    max-width: 800px;
}

.so5-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so5 .so2-2a i {
    color: #008ef6;
}

@media (max-width: 992px) {
    .so1-l {
        width: 33.33%;
    }

    .so2 {
        flex-direction: column;
    }

    .so2-2 {
        margin-left: 0;
    }

    .so3-top {
        flex-direction: column;
    }

    .so3-1 {
        width: 100%;
    }

    .so3-2 {
        width: 100%;
    }

    .so3-3 .con1-fou>div {
        margin-bottom: 12px;
    }

    .so3-3 .con1-fo {
        flex-direction: column;
    }

    .so4-l {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .so1-l {
        width: 50%;
    }

    .so4-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .so1-l {
        width: 100%;
    }

    .so4-l {
        width: 100%;
    }

    .so1-h p {
        line-height: 1.4;
    }

    .so1-h {
        padding-bottom: 18px;
        margin-bottom: 19px;
    }

    .so1-u {
        margin-bottom: 10px;
    }

    .so1-spubg {
        padding: 15px 18px;
    }

    .so1-spl {
        width: 100%;
        margin-bottom: 10px;
    }

    .ind-expert {
        margin: 30px 0 34px;
    }

    .so2-1h p {
        line-height: 1.2;
    }

    .so3-1 {
        padding: 19px 15px 18px 15px;
    }

    .so3-videoa i {
        --w: 60px;
    }

    .so4 {
        padding: 40px 0 16px;
    }

    .so4-h {
        padding-bottom: 10px;
        margin-bottom: 8px;
    }

    .so5 {
        padding: 40px 0;
    }

    .so5-h p {
        line-height: 1.4;
    }

    .so5-h {
        margin-bottom: 12px;
    }
}


/* video特殊页面 */
.ven2sp-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #4bcd65;
    padding: 5px 27px;
    transition: all 0.5s ease;
}

.ven2sp-a:hover {
    background: #62dd7b;
}

.ven2sp-a2 {
    margin-left: 20px;
    background: #0051ff;
}

.ven2sp-a2:hover {
    background: #006eff;
}

.ven2sp-a i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    margin-right: 6px;
}

.ven2sp-a p {
    color: #fff;
    font-size: var(--zj-ven2cona);
    font-weight: normal;
}

/*  */
.video {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.vid1 {
    width: 240px;
    flex: 0 0 auto;
    height: calc(100vh - 56px);
    z-index: 12;

    background: #fff;
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, .16);
    border-radius: 0;
    opacity: 1;
    border: 1px solid transparent;
    padding: 44px 0;
    position: fixed;
    left: 0;
    bottom: 0;
}

/*  */
.vid1-la {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 27px;
    height: 44px;
    transition: all 0.5s ease;
}

.vid1-la:hover {
    background: rgba(0, 81, 255, .12);
}

.vid1-l.on .vid1-la {
    background: rgba(0, 81, 255, .12);
}

.vid1-la i {
    font-size: 20px;
    margin-right: 20px;
    color: #111;
    transition: all 0.5s ease;
}

.vid1-la:hover i {
    color: #0051ff;
}

.vid1-l.on .vid1-la i {
    color: #0051ff;
}

.vid1-la p {
    color: #111;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.vid1-la:hover p {
    color: #0051ff;
}

.vid1-l.on .vid1-la p {
    color: #0051ff;
}

.vid1-lang {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.vid1-lang .select-name i {
    font-size: 18px;
    color: #111;
    line-height: normal;
    margin-right: 30px;
}

.vid1-lang .menu-language:hover .select-name i {
    color: #008ef6;
}

.vid1-lang .menu-language .drop-select {
    left: 0;
    min-width: 260px;
    top: auto;
    bottom: calc(100%);
}

.vid1-lang .menu-language .drop-select li {
    width: calc(100% / 2);
}

/* vid2 */
.vid2 {
    padding-left: 240px;
    width: 100%;
}

.vid2-1 {
    padding: 50px 40px;
}

.vid2-1top {
    display: flex;
    align-items: center;
}

.vid2-1img {
    flex: 0 0 auto;
    width: 100px;
}

.vid2-1img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.vid2-1t {
    margin-left: 50px;
}

.vid2-1h {
    margin-bottom: 4px;
}

.vid2-1h p {
    color: #fff;
    font-size: var(--zj-oem3-1l1p);
    font-weight: 700;
    line-height: calc(30px / var(--zj-oem3-1l1p));
    margin-bottom: 4px;
}

.vid2-1p p {
    color: hsla(0, 0%, 100%, .8);
    font-size: var(--zj-ven2cona);
    font-weight: normal;
    line-height: calc(18px / var(--zj-ven2cona));
    text-transform: capitalize;
}

.vid2-1end {
    margin-bottom: -28px;
}

.vid2-1u {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.vid2-1a {
    display: flex;
    align-items: center;
    margin-left: 9px;
    background: rgba(0, 0, 0, .4);
    height: 28px;
    padding: 0 10px;
    border-radius: 4px;
}

.vid2-1a i {
    font-size: 14px;
    color: #FFF;
    margin-right: 6px;
}

.vid2-1a p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.vid2-2 {
    height: 48px;
    padding: 0 30px;
    font-size: 0;
    background: #fff;
}

.vid2-2u {
    display: flex;
    align-items: center;
}

.vid2-2la {
    display: block;
    position: relative;
    min-width: 100px;
    display: inline-block;
    height: 48px;
    margin: 0 10px;
}

.vid2-2la::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0051ff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.vid2-2l.on .vid2-2la::after {
    opacity: 1;
}

.vid2-2la p {
    line-height: 48px;
    color: #777;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: var(--zj-subnav);
    transition: all 0.5s ease;
}

.vid2-2l.on .vid2-2la p {
    font-weight: 700;
    color: #0051ff;
}

.vid2-2la:hover p {
    color: #0051ff;
}

/*  */
.vid2-3 {
    padding: 0 40px 30px;
    background: rgba(242, 245, 248, 1);
}

.vid2-3top {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ddd;
}

.vid2-3video {
    width: 30.2%;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.vid2-3txt {
    width: calc(100% - 30.2% - 20px);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vid2-3h {
    display: block;
    margin-bottom: 12px;
}

.vid2-3h p {
    color: #111;
    font-size: var(--zj-ft1-1h);
    font-weight: 700;
    line-height: calc(25px / var(--zj-ft1-1h));
}

.vid2-3num {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.vid2-3num i {
    margin-right: 8px;
    color: #777;
    font-size: 12px;
}

.vid2-3num p {
    color: #777;
    font-size: var(--zj-ven2cona);
    font-weight: normal;
    line-height: calc(20px / var(--zj-ven2cona));
}

.vid2-3p {
    margin-bottom: 12px;
}

.vid2-3p p {
    font-size: var(--zj-ven2cona);
    font-weight: normal;
    line-height: calc(20px / var(--zj-ven2cona));
}

.vid2-3more {
    display: flex;
}

.vid2-3moa {
    display: flex;
    align-items: stretch;
}

.vid2-3moa p {
    color: #111;
    font-size: var(--zj-ven2cona);
    font-weight: normal;
    line-height: calc(20px / var(--zj-ven2cona));
}

.vid2-3moa i {
    font-size: 16px;
    line-height: normal;
    margin-left: 6px;
}

.vid2-3btn {
    display: flex;
}

/*  */
.vid2-3ubox {
    border-bottom: 1px solid #ddd;
}

.vid2-3uh {
    padding-top: 32px;
    margin-bottom: 16px;
}

.vid2-3uh p {
    color: #111;
    font-size: var(--zj-subnav);
    font-weight: 600;
    line-height: calc(20px / var(--zj-subnav));
}

/*  */
.vid2-3u {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.vid2-3l {
    width: calc(100% / 7);
    padding-right: calc(1rem * .5);
    padding-left: calc(1rem * .5);
    margin-bottom: 20px;
}

.vid2-3limg .img-box {
    padding-bottom: 57%;
    border-radius: 8px;
}

.vid2-3lh {
    margin-top: 8px;
    margin-bottom: 4px;
}

.vid2-3lh p {
    color: #111;
    font-size: var(--zj-ven2cona);
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.vid2-3la:hover .vid2-3lh p {
    color: #008ef6;
}

.vid2-3lnum {
    display: flex;
    align-items: center;
}

.vid2-3lnum i {
    font-size: 12px;
    color: #777;
    line-height: normal;
    margin-right: 4px;
}

.vid2-3lnum p {
    font-weight: 400;
    font-size: 12px;
    color: #777;
}

/*  */
.vid2-3jiabg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vid2-3jia {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    color: #777;
    font-size: var(--zj-ven2cona);
    font-weight: normal;
    cursor: pointer;
}

.video-playlist .vid2-3end {
    margin-bottom: 20px;
}

/* 山东爱拓商务有限公司公司（视频-详情） */
.ven1-cebian {
    cursor: pointer;
    margin-right: 12px;
    height: 12px;
}

.ven1-cebian i {
    display: block;
    font-size: 32px;
    line-height: normal;
    color: #111;
    transform: translateY(-12px);
}

/*  */
.vid1.on {
    left: -240px;
}

.video-show .vid1::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    left: 240px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    pointer-events: none;
}

.video-show .vid1.on::after {
    opacity: 0;
}

/*  */
.vish {
    width: calc(100% - 428px);
    padding: 24px 28px 30px;
    min-height: 100vh;
    background: #f4f6f9;
}

.vish-videobox {
    margin-bottom: 24px;
}

.vish-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 800px;
    border-radius: 10px;
    overflow: hidden;
}

.vish-h {
    margin-bottom: 12px;
}

.vish-h p {
    color: #111;
    font-size: var(--zj-ft1-1h);
    font-weight: 700;
    line-height: calc(25px / var(--zj-ft1-1h));
}

.vish-min {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vish-m1 {
    flex: 1;
}

.vish-m1u {
    display: flex;
    align-items: center;
}

.vish-m1l {
    display: flex;
    align-items: center;
    margin-right: 32px;
}

.vish-m1l:last-child {
    margin-right: 0;
}

.vish-m1li {
    flex: 0 0 auto;
}

.vish-m1li i {
    color: #777;
    font-size: 16px;
    margin-right: 6px;
}

.vish-m1lp p {
    color: #777;
    font-size: var(--zj-ven2cona);
    font-weight: normal;
    line-height: calc(25px / var(--zj-ven2cona));
}

.vish-m1lp p a {
    color: #3255ff;
}

.vish-m1lp p a:hover {
    text-decoration: underline;
}

.vish-m2 {
    flex: 0 0 auto;
    display: flex;
    margin-left: 20px;
}

/*  */
.vish-nav {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.vish-navh p {
    font-weight: 600;
    font-size: var(--zj-ven2cona);
    margin-right: 10px;
    line-height: calc(18px / var(--zj-ven2cona));
    color: #111;
}

.vish-navu {
    display: flex;
    align-items: center;
}

.vish-navl {
    margin-right: 10px;
}

.vish-navl:last-child {
    margin-right: 0;
}

.vish-navla {
    display: block;
}

.vish-navla p,
.vish-navla span {
    color: #0051ff;
    transition: all 0.5s ease;
    font-size: var(--zj-ven2cona);
    font-weight: normal;
    line-height: calc(25px / var(--zj-ven2cona));
}

.vish-navla:hover span {
    text-decoration: underline;
}

/*  */
.vish-end {
    background-color: #e8ecff;
    padding: 15px;
    border-radius: 10px;
}

.vish-enh {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.vish-enh i {
    color: #0051ff;
    font-size: 14px;
    margin-right: 6px;
}

.vish-enh p {
    color: #111;
    font-weight: 600;
    font-size: var(--zj-ven2cona);
}

.vish-enp p {
    color: #111;
    font-weight: 400;
    font-size: var(--zj-ven2cona);
}

/*  */
.vish-rg {
    width: 428px;
    flex: 0 0 auto;
    height: calc(100vh - 56px);

    overflow: auto;

    background: #fff;
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, .16);
    border-radius: 0;
    opacity: 1;
    border: 1px solid transparent;
    padding: 24px 28px 24px 24px;
    position: fixed;
    right: 0;
    bottom: 0;
}

.vish-rg::-webkit-scrollbar {
    display: none;
}

.vish-rgh {
    margin-bottom: 16px;
}

.vish-rgh p {
    color: #111;
    font-size: var(--zj-subnav);
    font-weight: 700;
    line-height: calc(20px / var(--zj-subnav));
}

/*  */

.vish-rgl {
    margin-bottom: 12px;
}

.vish-rgl:last-child {
    margin-bottom: 0;
}

.vish-rgl .vid2-3la {
    display: flex;
    justify-content: space-between;
}

.vish-rgl .vid2-3limg {
    width: 56%;
    flex: 0 0 auto;
}

.vish-rglt {
    width: calc(44% - 10px);
    flex: 0 0 auto;
}

.vish-rglp {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.vish-rglp i {
    font-size: 12px;
    margin-right: 4px;
    color: #777;
    flex: 0 0 auto;
}

.vish-rglp p {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199.9px) {
    .video .vid1 {
        display: none;
    }

    .vid2 {
        padding-left: 0;
    }

    .headersp #venPhoSec {
        top: 56px;
    }

    .video-show .vid1 {
        display: block;
    }
}

@media (max-width: 992px) {
    .vid2-3top {
        flex-direction: column;
    }

    .vid2-3video {
        width: 100%;
        margin-bottom: 20px;
    }

    .vid2-3txt {
        width: 100%;
    }

    .vid2-3l {
        width: calc(100% / 5);
    }

    .vish-rg {
        display: none;
    }

    .vish {
        width: 100%;
    }

    .vish-video {
        min-height: 400px;
    }

    .vish-min {
        align-items: flex-start;
        flex-direction: column;
    }

    .vish-m2:last-child {
        margin-left: 0;
    }

    .vish-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .vish-m1u {
        flex-wrap: wrap;
    }

    .vish-navu {
        flex-wrap: wrap;
    }
}

@media (max-width: 642px) {
    .vid2-3l {
        width: calc(100% / 3);
    }

    .vid2-1top {
        flex-direction: column;
        align-items: flex-start;
    }

    .vid2-1t {
        margin-left: 0;
    }

    .vid2-1 {
        padding: 20px 20px;
    }

    .vid2-1end {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .vid2-2 {
        padding: 0 20px;
    }

    .vid2-2la {
        min-width: 60px;
        margin: 0 4px;
    }

    .ind-banbtn {
        display: none;
    }
}

@media (max-width: 499px) {
    .vid2-3l {
        width: calc(100% / 2);
    }

    .vid2-1u {
        display: none;
    }

    .ven2sp-a {
        padding: 5px 12px;
    }

    .ven2sp-a2 {
        margin-left: 4px;
    }

    .vid2-3 {
        padding: 0 20px 10px;
    }

    .vid2-3more {
        margin-bottom: 4px;
    }

    .vid2-3uh {
        padding-top: 22px;
    }

    .vish-video {
        min-height: auto;
    }

    .vish {
        padding: 20px 20px 20px;
    }
}

/*  */
.nede-h {
    margin-bottom: 20px;
}

.nede-h p {
    font-size: var(--zj-so1lenda);
    font-weight: normal;
}

.nede-num {
    padding: 10px 0;
}

.nede-num p {
    font-size: var(--zj-ven2cona);
    color: #777;
    line-height: calc(20px / var(--zj-ven2cona));
}

.nede .ab4 {
    top: 80px;
}

/*  */
.nede-u {
    padding: 0 16px 16px;
    margin-bottom: 32px;
    border-radius: 8px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.nede-l {
    padding: 16px 0 15px;
    border-bottom: 1px solid #eee;
}

.nede-limg {
    display: block;
}

.nede-limg .img-box {
    padding-bottom: 54%;
    border-radius: 8px;
    margin-bottom: 12px;
}

.nede-limg .img-box img {
    transition: all 0.5s ease;
}

.nede-limg .img-box img {
    transition: all 0.5s ease;
}

.nede-l:hover .nede-limg .img-box img {
    transform: scale(1.08);
}

.nede-lh {
    display: block;
}

.nede-lh p {
    font-size: var(--zj-ven2cona);
    font-weight: 500;
    line-height: calc(18px / var(--zj-ven2cona));
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.nede-l:hover .nede-lh p {
    color: #008ef6;
}

.nede-lnum {
    margin-top: 8px;
}

.nede-lnum p {
    font-size: 12px;
    line-height: 16px;
    color: #777;
}

@media (max-width: 499px) {
    .nede-h {
        margin-bottom: 10px;
    }
}

/*  */
/* ---------------------------------- */
.ind-banbtn {
    cursor: pointer;
}

.ind-fly {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 10209;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.ind-fly.on {
    opacity: 1;
    pointer-events: auto;
}

.ind-flybox {
    background: #FFF;
    width: 1200px;
    max-width: 92%;
    margin: auto;
    position: relative;
    top: 80px;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 30px;

    display: flex;
    justify-content: space-between;
}

.ind-fly1 {
    width: 20%;
    flex: 0 0 auto;
}

.ind-fly1img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ind-fly2 {
    width: calc(80% - 20px);
    flex: 0 0 auto;
}

.ind-fly1p p {
    color: #111;
    font-size: var(--zj-ven2cona);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind-fly1h p {
    color: #757575;
    font-size: var(--zj-subnav);
}

/*  */
.ind-flyh {
    margin-bottom: 40px;
}

.ind-flyh p {
    color: #333;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.16);
    text-transform: uppercase;
}

.ind-flyico {
    position: absolute;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(232, 235, 244, 1);
    background: rgba(246, 247, 250, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.ind-flyico i {
    font-size: 12px;
    line-height: normal;
    color: rgba(30, 58, 138, 1);
}

/*  */
.ind-fly .con2-fou>div {
    margin-bottom: 16px;
}

.ind-fly .con2-fol input,
.ind-fly .con2-fol textarea {
    padding: 12px;
}

.ind-fly .con2-fobt {
    margin-top: 0;
}

@media (max-width: 1536px) {
    .ind-flybox {
        top: 60px;
    }

    .ind-flyh {
        margin-bottom: 40px;
    }

    .ind-flybox {
        padding: 40px 30px;
    }
}

@media (max-width: 992px) {
    .ind-flybox {
        top: 20px;
    }

    .ind-flyh {
        margin-bottom: 20px;
    }

    .ind-flyfrom .con3-fobt {
        margin-top: 20px;
    }

    .ind-flybox {
        padding: 20px 12px;
    }

    .ind-flyfrom .con3-fol input,
    .ind-flyfrom .con3-fol textarea {
        padding: 6px;
    }
}

/* ----------------------------------------- */

.vr-fly {
    position: fixed;
    left: 12px;
    top: 58%;
    transform: translateY(-50%);
    width: 160px;
    height: 90px;
    background: #eee;
    overflow: hidden;
    border: 4px solid rgba(4, 120, 237, 0.24);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 10209;
    transition: all 0.5s ease;
}

.vr-fly.on {
    opacity: 0;
}

.vr-flybox {
    position: relative;
    display: block;
    height: 100%;
}

.vr-flybox img {
    width: 400px;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    animation: vrFlyPan 50s ease-in-out infinite;
}

@keyframes vrFlyPan {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-240px);
    }

    100% {
        transform: translateX(0);
    }
}

/*  */
.vr-flymb {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000005b;
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    opacity: 0;
}

.vr-flybox:hover .vr-flymb {
    opacity: 1;
}

.vr-flymb .icon-yanjing {
    font-size: 24px;
    color: #fff;
}

.vr-flymb .icon-poi-turnleftr-copy {
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 18px;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
    background: #c5c5c5;
}

.vr-flybox2 {
    position: fixed;
    left: 12px;
    top: 58%;
    transform: translateY(-50%);
    z-index: 10209;
    opacity: 0;
    transition: all 0.5s ease;
}

.vr-flybox2.on {
    opacity: 1;
}

.vr-flybox2 img {
    width: 72px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 499px) {
    .vr-flybox2 {
        display: none;
    }

    .vr-fly {
        display: none;
    }
}

.whatapp-fly {
    position: fixed;
    right: 12px;
    bottom: 60px;
    z-index: 10209; 
    transition: all 0.5s ease;
}

.whatapp-fly img {
    width: 66px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 499px) {
    .whatapp-fly img {
        width: 46px;
    }
}