.hea-top {
    background: #B10D0F;
}

.hea-toph p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.87);
}

#ven {
    transition: all 0.5s ease;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}

/* .ventricle {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 36%);
} */

/*  */
.hea-box {
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

/* .ventricle .hea-box {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
} */
.ven1-lo {
    display: flex;
    align-items: flex-end;
    padding: 10px 0;
}

.ven1-loim {
    position: relative;
}

.ven1-loim img {
    width: 156px;
    height: auto;
    transition: all 0.5s ease;
}

/*  */
.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    margin: 0 12px;
}

.ven2-l:last-child:after {
    margin: 0 133px;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;

    --size: 0px;
    --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-la:hover span {
    color: #B10D0F;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #B10D0F;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-la i.icon-a-zhijiaojiantou_you1 {
    font-size: 16px;
    line-height: normal;
    color: rgba(177, 13, 15, 1);
    margin-right: 10px;
    transition: all 0.5s ease;
    opacity: 0;
}

.ven2-la:hover i.icon-a-zhijiaojiantou_you1 {
    opacity: 1;
}

.ven2-l.on .ven2-la i.icon-a-zhijiaojiantou_you1 {
    opacity: 1;
}

.ven2-la i.icon-right {
    font-size: 12px;
    line-height: normal;
    color: #000;
    margin-left: 4px;
    transition: all 0.5s ease;
}

.ven2-la:hover i.icon-right {
    color: rgba(177, 13, 15, 1);
}

.ven2-l.on .ven2-la i.icon-right {
    color: rgba(177, 13, 15, 1);
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.vensesv i {
    font-size: 20px;
    color: #000;
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: rgba(177, 13, 15, 1);
    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;
    margin-right: 30px;
}

.ven-inqury .ven-inqurya {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya p {
    color: rgba(177, 13, 15, 1);
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*  */
.ven-line {
    width: 1px;
    height: 14px;
    margin: 0 13px 0 20px;
    background: rgba(0, 0, 0, 0.16);
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EA580C;
}

/*  */
.ven2-lang {
    position: relative;
    height: 100%;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #1A1A1A;
    padding: 6px 18px 6px 7px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover {
    background: #EA580C;
}

.ven2-langi1 {
    border-radius: 50px;
    background: #FFF;
    padding: 2px;
    margin-right: 12px;
}

.ven2-langi1 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ven2-langbt i {
    font-size: 10px;
    color: #FFF;
    display: block;
    margin-left: 12px;
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-lanerbox {
    position: absolute;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    background: #FFF;
}

.ven2-lang:hover .ven2-lanerbox {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

.ven2-laner {
    padding: 8px 4px;
}

.ven2-laner>a {
    display: block;
    margin: 8px 0;
}

.ven2-laner>a p {
    text-align: center;
}

.ven2-laner>a span {
    color: #453737;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-laner>a:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 1836px) {
    .ven2-l:last-child:after {
        margin: 0 30px;
    }
}

/* 语言新 */
.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: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    text-transform: capitalize;
    padding: 6px 6px 6px 26px;
    background: #B10D0F;
}

@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: #004098; */
}

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e66b';
    color: rgba(255, 255, 255, 1);
    font-family: 'iconfont' !important;
    margin-right: 15px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language .select-name:hover:before {
    color: #2FA19B;
}

@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: 12px;
    color: rgba(255, 255, 255, 1);
    content: '\e61c';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.5s ease;
    --w: 25px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.menu-language:hover .select-name::after {
    background: #B10D0F;
}

@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 12px;
    }

    .ven-line {
        margin: 0 12px;
    }

    .ven2-la span {
        font-size: var(--zj-ft1-1h);
    }

    .menu-language .select-name {
        font-size: var(--zj-ft1-1h);
    }
}

@media (max-width: 1670px) {
    .ven2-la span {
        font-size: var(--zj-ven2-la);
    }

    .menu-language .select-name {
        font-size: var(--zj-ven2-la);
    }
}

@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: 96px;
    }

    .hea-top {
        padding: 2px 0;
    }

    .hea-toph p {
        font-size: 12px;
        line-height: calc(12px * 1.27);
    }

    .menu-language .select-name {
        padding: 2px 6px;
    }

    .menu-language .select-name i.icon-yuyanqiehuan {
        display: none;
    }

    .vensesv i {
        font-size: 22px;
    }

    .ven-line {
        margin: 0 5px;
    }

    .vensesv {
        border: none;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }

    .menu-language .select-name::before {
        font-size: 18px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #B10D0F;
    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: #B10D0F;
    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.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #B10D0F;
    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: #B10D0F;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 268%;
    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: #B10D0F;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 262%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 262%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 245%;
        right: -190px;
    }

    .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 .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 .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: 106px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #B10D0F;
}

.xiantiao>a {
    color: #B10D0F;
}

.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: #B10D0F;
}

@media (max-width: 992px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 74px;
    }

    #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.20);
    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: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sub-fh {
    margin-bottom: 20px;
}

.sub-fh h2 {
    color: #FFF;
    font-family: 'Anton';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.sub-fh p {
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.87);
    max-width: 810px;
}

.sub-fh p span {
    width: 60px;
    display: inline-block;
}

@media (max-width: 1536px) {

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }

    .sub-fh p {
        max-width: 600px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 499px) {
    .sub-fly {
        top: 50%;
    }
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 356px;
    }

    .sub-about .sub-im img {
        max-height: 660px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 768px) {
    .sub-im img {
        min-height: 300px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 264px;
    }

    .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 {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    padding: 15px 0;
    background: rgba(51, 51, 51, 0.30);
}

.subnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav i {
    font-size: 18px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    margin-right: 16px;
    line-height: normal;
}

.subnav p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    --size: 1px;
    --color: #CF0C0E;
    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: #CF0C0E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item:last-child a span {
    color: #CF0C0E;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    padding-bottom: 3px;
}

/*  */
.nav-abox {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.nav-a {
    display: block;
    margin-left: 75px;
    position: relative;
}

.nav-a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #006FC1;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    opacity: 0;
}

.nav-a:hover::after {
    opacity: 1;
}

.nav-a.on::after {
    opacity: 1;
}

.nav-a:first-child {
    margin-left: 0;
}

.nav-a p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.nav-a:hover p {
    color: #006FC1;
}

.nav-a.on p {
    color: #006FC1;
}

/*  */
.subnav-u {
    display: flex;
    align-items: center;
}

.subnav-l {
    position: relative;
    display: flex;
    align-items: center;
}

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #006FC1;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }

    .sub-te {
        bottom: 12%;
    }

    .nav-a {
        margin-left: 35px;
    }

    .nav-a::after {
        bottom: -10px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }

    .nav-abox {
        overflow: scroll;
        width: 30%;
    }

    .nav-a {
        margin-left: 12px;
    }

    .pro-11a {
        width: max-content;
    }

    .subnav-box::after {
        display: none;
    }
}

@media (max-width: 499px) {


    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }

    .ven1-lo {
        padding: 12px 0;
    }

    .subnav-box {
        display: none;
    }

    .vensesv i {
        font-size: 18px;
    }

    .ven-inqury .ven-inqurya p {
        font-size: 14px;
    }

    .menu-language .select-name {
        font-size: 14px;
    }

}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    background: #F8F8F8;
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 14px;
    transition: all 0.5s ease;
    position: relative;
}

.sub-pagel:first-child a {
    margin-left: 0;
}

.sub-pagel a:hover {
    color: #FFF;
    background: #f8f8f800;
}

.sub-pagel.on a {
    color: #FFF;
    background: #f8f8f800;
}

.sub-pagel a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(316deg, #B10D0F 20.35%, #000 87.87%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.sub-pagel i {
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    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: 98px;
}

[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: 106px;
    }

    [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: 74px;
    }

    [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 {
    padding-bottom: 140px;
}

.con1-box {
    padding: 115px 0 127px;
}

.con1-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.con1-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.con1-lbox {
    position: relative;
    height: 100%;
    padding: 28px 28px 32px;
}

.con1-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/con1bgwrite.png) no-repeat;
    background-size: cover;
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all 0.5s ease;
}

.con1-lbox:hover::after {
    opacity: 0;
}

.con1-lbox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/con1bgred.png) no-repeat;
    background-size: cover;
    z-index: 20;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s ease;
}

.con1-lbox:hover::before {
    opacity: 1;
}

.con1-line {
    position: absolute;
    content: "";
}

.con1-line1 {
    width: calc(100% + 50px);
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: linear-gradient(to right,
            rgba(205, 205, 205, 0) 0,
            rgba(205, 205, 205, 0.4) 10%,
            rgb(205, 205, 205) 50.4808%,
            rgba(205, 205, 205, 0.4) 90%,
            rgba(205, 205, 205, 0) 100%);
}

.con1-line2 {
    width: calc(100% + 50px);
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(to right,
            rgba(205, 205, 205, 0) 0,
            rgba(205, 205, 205, 0.4) 10%,
            rgb(205, 205, 205) 50.4808%,
            rgba(205, 205, 205, 0.4) 90%,
            rgba(205, 205, 205, 0) 100%);
}

.con1-line3 {
    width: 1px;
    height: calc(100% + 60px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(to bottom,
            rgba(205, 205, 205, 0) 0,
            rgba(205, 205, 205, 0.4) 10%,
            rgb(205, 205, 205) 50.4808%,
            rgba(205, 205, 205, 0.4) 90%,
            rgba(205, 205, 205, 0) 100%);
}

.con1-line4 {
    width: 1px;
    height: calc(100% + 60px);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(to bottom,
            rgba(205, 205, 205, 0) 0,
            rgba(205, 205, 205, 0.4) 10%,
            rgb(205, 205, 205) 50.4808%,
            rgba(205, 205, 205, 0.4) 90%,
            rgba(205, 205, 205, 0) 100%);
}

.con1-li {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.con1-lbox:hover .con1-li {
    background: #B10D0F;
}

.con1-li i {
    font-size: 18px;
    color: #FFF;
    line-height: normal;
}

.con1-la {
    display: block;
    margin-bottom: 10px;
}

.con1-la p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.1);
}

.con1-la span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.1);
    transition: all 0.5s ease;
    --size: 1px;
    --color: #CF0C0E;
    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);
}

.con1-la:hover span {
    color: #CF0C0E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-lp p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2cona) * 1.42);
}

.con2-h {
    margin-bottom: 24px;
}

.con2-h p {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.con2-p {
    margin-bottom: 40px;
}

.con2-p p {
    color: rgba(51, 51, 51, 0.80);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.87);
}

.con2-fou {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.con2-fou>div {
    margin-bottom: 15px;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.con2-fou>div:last-child {
    margin-bottom: 0;
}

.con2-fol input,
.con2-fol textarea {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;

    width: 100%;
    border-radius: 0;
    border: 1px solid #ECECEC;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 18px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #CF0C0E;
}

.con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.con2-fol input::-moz-placeholder {
    color: #666;
}

.con2-fol input::-ms-input-placeholder {
    color: #666;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.con2-fol textarea::-moz-placeholder {
    color: #666;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

/*  */
.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.con2-fobt button {
    padding: 6px 6px 6px 26px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(275deg, #B10D0F 22.96%, #000 110.28%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con2-fobti {
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 20px;
    position: relative;
    background: #FFF;
}

.con2-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1;
    color: rgb(0, 0, 0);
}

.con2-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); */
    transform: rotate(-45deg);
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 1536px) {
    .con1-li {
        --w: 32px;
    }

    .contact {
        padding-bottom: 70px;
    }

    .con1-box {
        padding: 70px 0;
    }

    .con1-lbox {
        padding: 14px 14px 16px;
    }

    .con1-u {
        margin-right: calc(-.5 * 0.88rem);
        margin-left: calc(-.5 * 0.88rem);
    }

    .con1-l {
        padding-right: calc(0.88rem * .5);
        padding-left: calc(0.88rem * .5);
    }
}

@media (max-width: 1199.9px) {
    .con1-l {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .con1-l {
        width: 100%;
    }

    .con1-l:last-child {
        margin-bottom: 0;
    }

    .con2-fou>div {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con1-box {
        padding: 40px 0;
    }

    .con1-lbox {
        padding: 12px;
    }

    .con1-li {
        margin-bottom: 12px;
    }

    .con2-h {
        margin-bottom: 12px;
    }

    .con2-p {
        margin-bottom: 20px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 12px;
    }

    .contact {
        padding-bottom: 40px;
    }
}

/* footer */
#footer {
    padding-bottom: 17px;
}

.ft-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 116px 0 180px;
}

.ft1-1a {
    display: flex;
    margin-bottom: 40px;
}

.ft1-1im {
    display: block;
    width: 213px;
}

.ft1-1im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ft1-1p {
    margin-bottom: 60px;
}

.ft1-1p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 450px;
    opacity: 0.7;
}

.ft1-1share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ft1-1share>a {
    --w: 30px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    margin-right: 16px;
    transition: all 0.5s ease;
    position: relative;
}

.ft1-1share>a:last-child {
    margin-right: 0;
}

.ft1-1share>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/ftshbg.png) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.ft1-1share>a:hover::after {
    opacity: 1;
}

.ft1-1share>a i {
    font-size: 20px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

/* ft1-2 */
.ft1-2 {
    width: 63%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-2lh {
    margin-bottom: 40px;
}

.ft1-2lh p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}

/* liebiao */
.ft1-2la {
    display: block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    padding-right: 20px;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la:hover {
    padding-left: 20px;
    padding-right: 0;
}

.ft1-2la i {
    font-size: 14px;
    color: #CF0C0E;
    line-height: normal;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.ft1-2la:hover i {
    left: 0px;
}

.ft1-2la span {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.1);
    text-transform: capitalize;

    --size: 1px;
    --color: #CF0C0E;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-2la:hover span {
    color: #CF0C0E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* lianxi */
.ft1-2lfl {
    margin-bottom: 14px;
}

.ft1-2lfl:last-child {
    margin-bottom: 0;
}

.ft1-2lfla {
    display: flex;
}

.ft1-2lfla i {
    font-size: 20px;
    line-height: normal;
    margin-right: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
}

.ft1-2lfla:hover i {
    color: rgba(255, 255, 255, 1);
}

.ft1-2lfla p {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 447px;
}

.ft1-2lfla span {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    --size: 1px;
    --color: #CF0C0E;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft1-2lfla:hover span {
    color: #CF0C0E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3 {
    position: relative;
    padding: 18px 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 100px);
    height: 100%;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(8px);
    pointer-events: none;
}

.ft3-1 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 12;
}

.ft3-1copy span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2cona) * 1.1);
    text-transform: capitalize;
}

.ft3-1cnzz {
    padding-bottom: 2px;
    margin: 0 0 0 10px;
}

.ft3-1pow {
    margin-left: 20px;
}

.ft3-1pow span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2cona) * 1.1);
    text-transform: capitalize;
    --size: 1px;
    --color: #CF0C0E;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: #CF0C0E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 12;
}

.ft3-2>span {
    width: 1px;
    height: 12px;
    background: #FFF;
    margin: 0 7px;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.1);
    text-transform: uppercase;
    --size: 1px;
    --color: #CF0C0E;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: #CF0C0E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft-top {
        padding: 70px 0;
    }

    .ft3::after {
        width: calc(100% + 10px);
    }

    .ft3 {
        padding: 12px 0;
    }

    .ft1-2lfla p {
        max-width: 247px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 66px;
    }
}

@media (max-width: 992px) {

    .ft1-2l:nth-child(1),
    .ft1-2l:nth-child(2) {
        display: none;
    }

    .ft-top {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft1-2lfla p {
        max-width: 100%;
    }

    .ft1-1a {
        margin-bottom: 20px;
    }

    .ft1-1p {
        margin-bottom: 30px;
    }

    .ft1-2lh {
        margin-bottom: 20px;
    }

    .ft3 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1pow {
        margin-left: 0;
    }

    .ft3-1cnzz {
        margin: 0 0 0;
    }
}

@media (max-width: 499px) {
    .ft-top {
        padding: 40px 0;
    }

    .ft1-1im {
        width: 113px;
    }

    .ft1-1share>a {
        margin-right: 8px;
    }

    .ft1-2lfl {
        margin-bottom: 6px;
    }
}

/* 博益佳工业科技有限公司（新闻） */
.ne-box {
    padding: 100px 0 140px;
}

.ne-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 40px;
}

.ne-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 60px;
}

.ne-limg {
    position: relative;
}

.ne-limg .img-box {
    padding-bottom: 76%;
    margin-bottom: 17px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-la:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lcl {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 12;
}

.ne-lcl p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.ne-lte {
    padding: 0 10px;
}

.ne-lnum {
    margin-bottom: 4px;
}

.ne-lnum p {
    color: #000;
    font-family: 'Roboto Flex';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
}

.ne-lp p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.62);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lp p {
    color: #B10D0F;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 70px 0;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 33.333%;
    }

    .ne-u {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .ne-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ne-l {
        width: 100%;
    }

    .ne-box {
        padding: 40px 0;
    }

    .ne-l {
        margin-bottom: 30px;
    }

    .ne-u {
        margin-bottom: 0;
    }
}


/* 淄博益佳工业科技有限公司（新闻详情） */
.nede-box {
    padding: 100px 0 140px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nede1 {
    width: 74%;
    flex: 0 0 auto;
}

.nede1-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nede1-num {
    background: #B10D0F;
    --w: 120px;
    width: var(--w);
    height: var(--w);
    flex: 0 0 auto;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nede1-num p {
    color: #FFF;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-news-h) * 1.16);
    text-transform: capitalize;
    margin-bottom: 5px;
}

.nede1-num span {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-ft1-1h);
    text-transform: capitalize;
}

.nede1-t {
    flex: 1;
    padding-bottom: 8px;
    border-bottom: 1px solid #EEE;
}

.nede1-h {
    margin-bottom: 10px;
}

.nede1-h p {
    color: #000;
    font-size: calc(var(--zj-ser-fth) - 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc((var(--zj-ser-fth) - 2px) * 1.23);
}

.nede1-tend {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nede1-t1 {
    display: flex;
    align-items: center;
}

.nede1-t1 i {
    color: #A1A1A1;
    font-size: 16px;
    margin-right: 9px;
    line-height: normal;
}

.nede1-t1 p {
    color: #A1A1A1;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.42);
}

.nede1-t2 {
    display: flex;
    align-items: center;
}

.nede1-t2 p {
    color: #333;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-right: 16px;
}

/*  */
.nede1-end {
    margin-top: 96px;
}

.nede1-nav {
    margin-top: 100px;
    position: relative;
    padding-left: 20px;
}

.nede1-nav::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 40px;
    background: #B10D0F;
}

.nede1-a {
    display: block;
    margin-bottom: 8px;
}

.nede1-a:last-child {
    margin-bottom: 0;
}

.nede1-a p {
    color: #666;
    font-family: Inter;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.nede1-a p:hover {
    color: #B10D0F;
}

.nede1-a p span {
    color: #333;
    font-weight: 500;
    font-size: var(--zj-subnav);
}

/*  */
.nede2 {
    width: calc(26% - 60px);
    flex: 0 0 auto;
    position: sticky;
    top: 120px;
}

.nede2-1h {
    position: relative;
    padding-left: 20px;
    margin-bottom: 17px;
}

.nede2-1h::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background: #B10D0F;
}

.nede2-1h p {
    color: #333;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1lenda) * 1.5);
    text-transform: capitalize;
}

.nede2-1l {
    margin-bottom: 40px;
}

.nede2-1l:last-child {
    margin-bottom: 0;
}

/*  */
.nede2-2 {
    margin-top: 60px;
}

.nede2-2l {
    margin-bottom: 20px;
}

.nede2-2l:last-child {
    margin-bottom: 0;
}

.nede2-2la {
    display: flex;
    align-items: center;
}

.nede2-2li {
    flex: 0 0 auto;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
}

.nede2-2li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #B10D0F;
    opacity: 0;
}

.nede2-2la:hover .nede2-2li::after {
    opacity: 1;
}

.nede2-2li i {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
}

.nede2-2la:hover .nede2-2li i {
    color: #FFF;
}

.nede2-2la p {
    color: rgba(0, 0, 0, 0.8);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.1);
}

.nede2-2la p span {
    --size: 1px;
    --color: #CF0C0E;
    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);
}

.nede2-2la:hover p span {
    color: #CF0C0E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .nede-box {
        padding: 70px 0;
    }

    .nede1-num {
        --w: 80px;
        margin-right: 30px;
    }

    .nede1-end {
        margin-top: 46px;
    }

    .nede1-nav {
        margin-top: 40px;
        padding-left: 10px;
    }

    .nede2-1l {
        margin-bottom: 20px;
    }

    .nede2-2li {
        --w: 24px;
        margin-right: 10px;
    }
}

@media (max-width: 1199.9px) {
    .nede1 {
        width: 100%;
    }

    .nede2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .nede1-tend {
        align-items: flex-start;
        flex-direction: column;
    }

    .nede1-t1 {
        margin-bottom: 10px;
    }

    .nede1-num {
        --w: 80px;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .nede1-top {
        flex-direction: column;
    }

    .nede1-end {
        margin-top: 23px;
    }

    .nede1-nav {
        margin-top: 20px;
    }

    .nede-box {
        padding: 40px 0;
    }
}

/* 淄博益佳工业科技有限公司（产品） */
/* 搜索无结果 */
.nores-h {
    margin-bottom: 10px;
}

.nores-h p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #CF0C0E;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #CF0C0E;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/*  */
.product {
    padding: 160px 0 100px;
}

/*  */
/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 22%;
    flex: 0 0 auto;
    position: sticky;
    top: 140px;
}

.pro1-l {
    transition: all 0.5s ease;
    margin-bottom: 10px;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    padding: 15px;
    background: #F7F7F7;
    position: relative;
}

.pro1-l1a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #B10D0F 0%, #000 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l1a:hover:after {
    opacity: 1;
}

.pro1-l.on .pro1-l1a::after {
    opacity: 1;
}

.pro1-l1a>a {
    position: relative;
    z-index: 12;
    display: block;
    flex: 1;
}

.pro1-l1a span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.11);
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    --w: 20px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    flex: 0 0 auto;
    margin-left: 10px;
    cursor: pointer;
}

.pro1-l1ico i {
    font-size: 22px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l1ico i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

.pro1-l.on .pro1-l1ico i {
    opacity: 0;
    color: #FFF;
}

.pro1-l.on .pro1-l1ico i:nth-child(2) {
    opacity: 1;
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    padding: 34px 14px;
    margin-top: 10px;
    border: 1px solid #CDCDCD;
    position: relative;
}

.pro1-l2sa::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    background: url(../img/sijiaot.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.pro1-l2sa::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    background: url(../img/sijiaoe.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    overflow: hidden;
}

.pro1-l2a:last-child {
    margin-bottom: 0;
}

.pro1-l2a:hover {
    padding-left: 20px;
}

.pro1-l2a.on {
    padding-left: 20px;
}

.pro1-l2a i {
    font-size: 16px;
    line-height: normal;
    flex: 0 0 auto;
    color: #B10D0F;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    opacity: 0;
}

.pro1-l2a:hover i {
    color: #B10D0F;
    opacity: 1;
}

.pro1-l2a.on i {
    color: #B10D0F;
    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: #B10D0F;
    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: #B10D0F;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #B10D0F;
}

/*  */
.pro2 {
    width: calc(100% - 22% - 130px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 2.75rem);
    margin-left: calc(-.5 * 2.75rem);
    margin-bottom: 40px;
}

.pro2-l {
    padding-right: calc(2.75rem * .5);
    padding-left: calc(2.75rem * .5);
    margin-bottom: 60px;
}

.pro2-la {
    display: block;
}

.pro2-limg {
    position: relative;
    padding: 10px;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lbfw,
.pro2-lbfr {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.pro2-lbfw::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background: url(../img/sijiaot1.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-lbfw::after {
    opacity: 0;
}

.pro2-lbfw::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background: url(../img/sijiaoe2.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-lbfw::before {
    opacity: 0;
}

.pro2-lbfr::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background: url(../img/sijiaot11.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-lbfr::after {
    opacity: 1;
}

.pro2-lbfr::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background: url(../img/sijiaoe22.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-lbfr::before {
    opacity: 1;
}

.pro2-lu {
    position: absolute;
    left: 19px;
    top: 19px;
    z-index: 12;
    display: flex;
    flex-wrap: wrap;
}

.pro2-ll {
    width: max-content;
    padding: 1px 8px;
    border-radius: 2px;
    background: #666;
    margin-right: 14px;
    margin-bottom: 6px;
}

.pro2-ll p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
}

.pro2-lt {
    padding: 12px 10px 0;
}

.pro2-lt p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-la:hover .pro2-lt p {
    color: #B10D0F;
}

.product .sub-page {
    justify-content: flex-end;
}

@media (max-width: 1536px) {
    .product {
        padding: 70px 0;
    }

    .pro2 {
        width: calc(100% - 22% - 30px);
    }

    .pro2-u {
        margin-right: calc(-.5 * 1.75rem);
        margin-left: calc(-.5 * 1.75rem);
        margin-bottom: 20px;
    }

    .pro2-l {
        padding-right: calc(1.75rem * .5);
        padding-left: calc(1.75rem * .5);
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .product {
        padding: 40px 0;
    }

    .pro2-u {
        margin-bottom: 0;
    }

    .pro2-l {
        width: 100%;
    }
}

/* 淄博益佳工业科技有限公司（Application） */
.apl-box {
    padding: 100px 0 140px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.apl-ubox {
    width: calc(100% - 22% - 60px);
    flex: 0 0 auto;
}

.apl-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 50px;
}

.apl-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 50px;
}

.apl-lbox {
    cursor: pointer;
}

.apl-limg {
    position: relative;
    margin-bottom: 16px;
}

.apl-limg .img-box {
    padding-bottom: 62%;
}

.apl-li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    background: rgba(255, 255, 255, 0.30);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.apl-lbox:hover .apl-li {
    opacity: 1;
}

.apl-li i {
    font-size: 18px;
    line-height: normal;
    color: #FFF;
}

.apl-lte p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.1);
}

.apl-lbox:hover .apl-lte p {
    color: #CF0C0E;
}

.application .sub-page {
    justify-content: flex-end;
}

@media (max-width: 1536px) {
    .apl-box {
        padding: 70px 0;
    }

    .apl-u {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199.9px) {
    .apl-box {
        flex-direction: column;
    }

    .apl-ubox {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .apl-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .apl-l {
        width: 100%;
    }

    .apl-box {
        padding: 40px 0;
    }

    .apl-l {
        margin-bottom: 30px;
    }

    .apl-u {
        margin-bottom: 0;
    }
}

/* 淄博益佳工业科技有限公司（About） */
.ab1-box {
    padding: 120px 0 100px;
}

.ab1-t {
    width: 78.66%;
    flex: 0 0 auto;
}

.ab1-smh {
    display: flex;
    margin-bottom: 20px;
}

.ab1-smh p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    background: #D9D9D9;
    padding: 8px 14px;
    margin-right: 8px;
}

.ab1-smh span {
    display: block;
    background: rgba(217, 217, 217, 0.80);
    width: 8.25px;
    margin-right: 4px;
}

.ab1-smh span:nth-of-type(2) {
    background: rgba(217, 217, 217, 0.60);
    width: 6.188px;
}

.ab1-smh span:nth-of-type(3) {
    background: rgba(217, 217, 217, 0.40);
    width: 4.125px;
}

.ab1-smh span:nth-of-type(4) {
    background: rgba(217, 217, 217, 0.20);
    width: 2.063px;
    margin-right: 0;
}

/*  */
.ab1-min {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab1-h {
    margin-bottom: 40px;
}

.ab1-h p {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.ab1-h p span {
    color: #B10D0F;
}

.ab1-p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    margin-bottom: 14px;
}

.ab1-p p:last-child {
    margin-bottom: 0;
}

.ab1-video {
    width: calc(100% - 78.66% - 180px);
    flex: 0 0 auto;
    min-width: 120px;
}

.ab1-vidbg {
    --w: 120px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ab1-vidbg i {
    position: relative;
    z-index: 12;
    font-size: 25px;
    color: #FFF;
    line-height: normal;
}

.ab1-vidbg:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-vimg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    animation: rotation 10s linear infinite;
}

@keyframes rotation {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ab1-vimg2 {
    position: absolute;
    width: 98%;
    height: 98%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.ab1-u {
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ab1-lbox {
    position: relative;
}

.ab1-lbox>img {
    position: absolute;
    width: 8px;
    height: 8px;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab1-lbox>img:nth-child(1) {
    left: -13px;
    top: 0;
}

.ab1-lbox>img:nth-child(2) {
    right: -13px;
    bottom: 0;
}

.ab1-lbox:hover>img {
    opacity: 1;
}

.ab1-lh {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ab1-lh p {
    color: #000;
    font-family: 'Koulen';
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-con2h);
    transition: all 0.5s ease;
}

.ab1-lbox:hover .ab1-lh p {
    color: #B10D0F;
}

.ab1-lh span {
    color: #000;
    font-family: 'Koulen';
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-con2h);
    transition: all 0.5s ease;
}

.ab1-lbox:hover .ab1-lh span {
    color: #B10D0F;
}

.ab1-lp p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ab1-l>span {
    width: 2px;
    height: 100px;
    background: linear-gradient(90deg, #FFF 0%, #EEE 50%, #FFF 100%);
    display: block;
}

.ab2 .vr-box iframe {
    aspect-ratio: 1920 / 540;
    width: 100%;
    height: auto;
}

.ab3-box {
    padding: 150px 0 140px;
}

.ab3-end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ab3-1 {
    width: calc(50% - 30px);
    flex: 0 0 auto;
}

.ab3-1h {
    margin-bottom: 40px;
}

.ab3-1h p {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-news-h);
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.ab3-1p {
    margin-bottom: 60px;
}

.ab3-1p p {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.87);
    max-width: 653px;
}

.ab3-1p p span {
    width: 60px;
    display: inline-block;
}

.ab3-1btn {
    display: flex;
}

.ab3-1a {
    padding: 6px 6px 6px 26px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(275deg, #B10D0F 22.96%, #000 110.28%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab3-1a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
}

.con2-fobti {
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 20px;
    position: relative;
    background: #FFF;
}

.con2-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1;
    color: rgb(0, 0, 0);
}

.ab3-1a:hover .con2-fobti i {
    transform: rotate(-45deg);
}

.ab3-2 {
    width: 50%;
    flex: 0 0 auto;
}

.ab3-l {
    display: flex;
    justify-content: space-between;
    padding: 20px 16px;
    border-bottom: 1px solid #E9E9E9;
}

.ab3-l:first-child {
    border-top: 1px solid #E9E9E9;
}

.ab3-li {
    flex: 0 0 auto;
    margin-right: 60px;
    padding-top: 11px;
}

.ab3-li i {
    font-size: 18px;
    color: #B10D0F;
    line-height: normal;
}

.ab3-lt {
    flex: 1;
}

.ab3-lh {
    display: flex;
    align-items: flex-end;
    margin-bottom: 14px;
}

.ab3-lh p {
    color: #B10D0F;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-prode1-2h);
    margin-right: 10px;
    flex: 0 0 auto;
}

.ab3-lh span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

.ab3-lp p {
    color: #333;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.ab4-box {
    padding: 140px 0 125px;
}

.ab4-min {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 80px;
}

/*  */
.ab4-h {
    flex: 0 0 auto;
}

.ab4 .ab1-smh p {
    background: #FFF;
}

.ab4 .ab1-smh span {
    background: rgba(255, 255, 255, 0.80);
}

.ab4 .ab1-smh span:nth-of-type(2) {
    background: rgba(255, 255, 255, 0.60);
}

.ab4 .ab1-smh span:nth-of-type(3) {
    background: rgba(255, 255, 255, 0.40);
}

.ab4 .ab1-smh span:nth-of-type(4) {
    background: rgba(255, 255, 255, 0.20);
}

/*  */
.ab4-h p {
    color: #FFF;
    font-family: 'Anton';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.ab4-p p {
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.87);
    max-width: 570px;
}

.ab4-p p span {
    width: 60px;
    display: inline-block;
}

/*  */
.ab4-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0;
    border-bottom: 1px solid rgba(232, 232, 232, 0.20);
}

.ab4-l:first-child {
    border-top: 1px solid rgba(232, 232, 232, 0.20);
}

.ab4-l1 {
    width: 20%;
}

.ab4-l1 p {
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 50%, #C3E956 130.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ab4-l2h {
    margin-bottom: 10px;
}

.ab4-l2h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.1);
}

.ab4-l2p p {
    text-align: center;
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab4-l3 {
    flex: 0 0 auto;
}

.ab4-l3 i {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #FFF;
    line-height: normal;
    transition: all 0.5s ease;
}

.ab4-l:hover .ab4-l3 i {
    background: #B10D0F;
}

.ab5-box {
    padding: 150px 0 80px;
}

.ab5-h {
    margin-bottom: 20px;
}

.ab5-h p {
    color: #000;
    text-align: center;
    font-family: 'Anton';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.ab5-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.ab5-p p {
    color: #333;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.87);
    max-width: 840px;
}

.ab5-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.ab5-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 60px;
}

.ab5-limg {
    position: relative;
}

.ab5-limg .img-box {
    padding-bottom: 52%;
}

.ab5-limg .img-box img {
    transition: all 0.5s ease;
}

.ab5-lbox:hover .ab5-limg .img-box img {
    transform: scale(1.08);
}

.ab5-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 80px);
    height: auto;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab5-lbox:hover .ab5-bg {
    opacity: 1;
}

.ab6-box {
    padding-bottom: 140px;
}

.ab6-sw {
    position: relative;
}

#ab6-sw {
    overflow: hidden;
    padding: 15px 0 0;
}

.ab6-swbox {
    position: relative;
    padding: 30px 20px 20px;
    cursor: pointer;
}

.ab6-swbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFF 0%, #B10D0F 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab6-swbox:hover::after {
    opacity: 1;
}

.ab6-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.ab6-h p {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ab6-i {
    flex: 0 0 auto;
}

.ab6-i i {
    font-size: 18px;
    line-height: normal;
    color: #333;
    margin-left: 28px;
}

.ab6-img {
    max-width: 220px;
}

.ab6-img .img-box {
    padding-bottom: 137%;
}

/*  */
.ab6-swbox .pro2-lbfw::before,
.ab6-swbox .pro2-lbfw::after,
.ab6-swbox .pro2-lbfr::after,
.ab6-swbox .pro2-lbfr::before {
    height: 5px;
}

.ab6-swbox:hover .pro2-lbfw::after {
    opacity: 0;
}

.ab6-swbox:hover .pro2-lbfw::before {
    opacity: 0;
}

.ab6-swbox:hover .pro2-lbfr::after {
    opacity: 1;
}

.ab6-swbox:hover .pro2-lbfr::before {
    opacity: 1;
}

/*  */
.ab6-swchan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}

.ab6-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    background: linear-gradient(312deg, #B10D0F 18.03%, #000 103.88%);
    --w: 46px;
    width: var(--w);
    height: var(--w);
    opacity: 1 !important;
    margin: 0 5px !important;

}

.ab6-swchan>div::after {
    content: "";
}

.ab6-swchan>div i {
    font-size: 17px;
    color: #FFF;
    line-height: normal;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 70px 0;
    }

    .ab1-u {
        margin-top: 60px;
    }

    .ab2 .vr-box iframe {
        height: 400px;
    }

    .ab3-box {
        padding: 70px 0;
    }

    .ab3-li {
        margin-right: 30px;
        padding-top: 6px;
    }

    .ab4-box {
        padding: 70px 0;
    }

    .ab5-box {
        padding: 70px 0;
    }

    .ab5-p {
        margin-bottom: 30px;
    }

    .ab6-box {
        padding-bottom: 70px;
    }

    .ab6-swchan {
        margin-top: 35px;
    }

    .ab6-swchan>div {
        --w: 36px;
    }

    .ab6-swbox {
        padding: 15px 10px 10px;
    }

    .ab6-t {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .ab1-u {
        flex-wrap: wrap;
    }

    .ab3-end {
        flex-direction: column;
    }

    .ab3-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab3-2 {
        width: 100%;
    }

    .ab4-min {
        flex-direction: column;
    }

    .ab4-h {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab4-p {
        width: 100%;
    }

    .ab5-l {
        width: 50%;
    }
}

@media (max-width: 842px) {
    .ab4-l3 {
        display: none;
    }

    .ab4-l {
        flex-direction: column;
    }

    .ab4-l1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab4-l2 {
        width: 100%;
    }

    .ab4-l2h p {
        text-align: start;
    }

    .ab4-l2p p {
        text-align: start;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 40px 0;
    }

    .ab1-min {
        flex-direction: column;
    }

    .ab1-t {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-l:last-child {
        margin-bottom: 0;
    }

    .ab1-l:nth-child(2n) {
        display: none;
    }

    .ab3-1p p span {
        width: 15px;
    }

    .ab3-box {
        padding: 40px 0;
    }

    .ab3-1h {
        margin-bottom: 20px;
    }

    .ab3-1p {
        margin-bottom: 30px;
    }

    .ab3-li {
        display: none;
    }

    .ab3-lh {
        align-items: flex-start;
        flex-direction: column;
    }

    .ab3-lh p {
        margin-right: 0;
    }

    .ab4-box {
        padding: 40px 0;
    }

    .ab4-p p span {
        width: 15px;
    }

    .ab4-min {
        margin-bottom: 30px;
    }

    .ab4-l {
        padding: 18px 0;
    }

    .ab4-l1 {
        margin-bottom: 15px;
    }

    .ab5-box {
        padding: 40px 0;
    }

    .ab5-h {
        margin-bottom: 10px;
    }

    .ab5-p p {
        line-height: calc(var(--zj-subnav) * 1.27);
    }

    .ab5-l {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab5-l:last-child {
        margin-bottom: 0;
    }

    .ab5-p {
        margin-bottom: 15px;
    }

    .ab6-box {
        padding-bottom: 40px;
    }

    .ab6-swchan {
        margin-top: 15px;
    }
}

/* -------------------------------------------- */
/* 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: 45%;
}

.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: 50.2%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\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-pro */
.ind-products {
    margin-bottom: -70px;
}

.so1-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.so1-h p {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.so1-2 p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.87);
    max-width: 480px;
}

.so1-2 p span {
    width: 60px;
    display: inline-block;
}

/*  */
.so1 {
    padding-top: 106px;
}

.so1-sw {
    position: relative;
}

#so1-sw {
    overflow: hidden;
}

/*  */
.so1-swchan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}

.so1-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    background: linear-gradient(312deg, #B10D0F 18.03%, #000 103.88%);
    --w: 46px;
    width: var(--w);
    height: var(--w);
    opacity: 1 !important;
    margin: 0 5px !important;

}

.so1-swchan>div::after {
    content: "";
}

.so1-swchan>div i {
    font-size: 17px;
    color: #FFF;
    line-height: normal;
}

/*  */
.so2 {
    padding: 270px 0 90px;
}

.so2-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 70px;
}

.so2 .ab1-smh p {
    background: #FFF;
}

.so2 .ab1-smh span {
    background: rgba(255, 255, 255, 0.80);
}

.so2 .ab1-smh span:nth-of-type(2) {
    background: rgba(255, 255, 255, 0.60);
}

.so2 .ab1-smh span:nth-of-type(3) {
    background: rgba(255, 255, 255, 0.40);
}

.so2 .ab1-smh span:nth-of-type(4) {
    background: rgba(255, 255, 255, 0.20);
}

/*  */
.so2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.so2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 60px;
}

.so2-lsph p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.87);
    max-width: 570px;
}

.so2-lsph p span {
    width: 60px;
    display: inline-block;
}

.so2-lbox {
    height: 100%;
    background: #FFF;
    padding: 30px 20px 20px;
    position: relative;
}

.so2-l:first-child .so2-lbox {
    background: transparent;
    padding: 0;
}

.so2-l1 {
    display: flex;
    justify-content: space-between;
}

.so2-li {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    margin-bottom: 132px;
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-li {
    background: #B10D0F;
}

.so2-li i {
    font-size: 22px;
    color: #FFF;
    line-height: normal;
}

.so2-lnum p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h)* 1.2);
}

.so2-lh {
    margin-bottom: 6px;
}

.so2-lh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.so2-lp p {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.62);
    letter-spacing: 0.16px;
}

/*  */
.so2-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 90px);
    height: auto;
    opacity: 0;
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-bg {
    opacity: 1;
}

.so3 {
    padding: 64px 0 120px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.so3-lf {
    width: calc(100% - 71.4% - 30px);
    flex: 0 0 auto;
}

.so3 .ab1-smh p {
    background: #FFF;
}

.so3 .ab1-smh span {
    background: rgba(255, 255, 255, 0.80);
}

.so3 .ab1-smh span:nth-of-type(2) {
    background: rgba(255, 255, 255, 0.60);
}

.so3 .ab1-smh span:nth-of-type(3) {
    background: rgba(255, 255, 255, 0.40);
}

.so3 .ab1-smh span:nth-of-type(4) {
    background: rgba(255, 255, 255, 0.20);
}

/*  */
.so3-rg {
    width: 71.4%;
    flex: 0 0 auto;
}

.so3-h {
    margin-bottom: 20px;
}

.so3-h p {
    color: #FFF;
    font-family: 'Anton';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-so2lnum2) * 1.42);
    text-transform: uppercase;
}

.so3-h p span {
    color: #B10D0F;
    width: 90px;
    display: inline-block;
}

.so3-p {
    margin-bottom: 40px;
}

.so3-p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.87);
    opacity: 0.8;
}

.so3-p p span {
    width: 60px;
    display: inline-block;
}

.so3-btn {
    display: flex;
}

.so3-btn .ab3-1a {
    background: #FFF;
}

.so3-btn .ab3-1a span {
    color: #000;
}

.so3-btn .con2-fobti {
    background: #D9D9D9;
}

.so3-u {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 142px;
}

.so3-lnum {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.so3-lnum p,
.so3-lnum span {
    color: #FFF;
    font-family: 'Koulen';
    font-size: var(--zj-ab2lnum);
    font-style: normal;
    font-weight: normal;
    line-height: 100px;
}

.so3-lp p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.so4 {
    padding: 160px 0 170px;
}

.so4-u {
    display: flex;
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.so4-l {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
    flex: 1;
    transition: all 0.5s ease;
    min-width: 20%;
}

.so4-u:hover .so4-l {
    flex: 0.8;
}

.so4-u:hover .so4-l:hover {
    flex: 1.2;
}

.so4-limg {
    position: relative;
}

.so4-limg .img-box {
    padding-bottom: 300px;
}

.so4-la {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    z-index: 12;
    padding: 19px 10px;
}

.so4-la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.so4-limg:hover .so4-la::after {
    opacity: 1;
}

.so4-lt {
    position: relative;
    z-index: 12;
}

.so4-l1 {
    overflow: hidden;
}

.so4-l1box {
    display: flex;
    align-items: center;
    transform: translateX(-27px);
    transition: all 0.5s ease;
}

.so4-limg:hover .so4-l1box {
    transform: translateX(0);
}

.so4-l1box i {
    font-size: 17px;
    line-height: normal;
    color: #FFF;
}

.so4-l1box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
}

.so4-l1box p span {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so4-limg:hover .so4-l1box p span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so4-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.so4-limg:hover .so4-l2 {
    max-height: 70px;
    opacity: 1;
    overflow: visible;
}

.so4-l2p {
    margin-top: 10px;
}

.so4-l2p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.62);
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.so4-lbg {
    position: absolute;
    width: calc(100% + 70px);
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}

.so4-limg:hover .so4-lbg {
    opacity: 1;
}

.so5 .ab1-smh {
    margin-bottom: 0;
}

/*  */
.so5-end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.so5-1 {
    width: calc(100% - 51.2% - 30px);
    flex: 0 0 auto;
}

.so5-h {
    margin-top: 20px;
    margin-bottom: 46px;
}

.so5-h p {
    color: #000;
    font-family: 'Anton';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.so5-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.87);
    max-width: 545px;
}

.so5-p p span {
    width: 60px;
    display: inline-block;
}

.so5-btn {
    display: flex;
    margin-top: 60px;
}

.so5-2 {
    width: 51.2%;
    flex: 0 0 auto;
    position: relative;
    padding: 60px 50px 88px;
}

.so5 .pro2-lbfw::before,
.so5 .pro2-lbfw::after {
    height: 15px;
}

/*  */
.so5-2l {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #F3F3F3;
    cursor: pointer;
}

.so5-2l:last-child {
    margin-bottom: 0;
}

.so5-2li {
    flex: 0 0 auto;
    margin-right: 28px;
    padding-top: 6px;
}

.so5-2li i {
    font-size: 18px;
    line-height: normal;
    color: rgba(177, 13, 15, 1);
}

.so5-2lt {
    flex: 1;
}

.so5-2l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so5-2lh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.so5-2ltop {
    flex: 0 0 auto;
    --w: 24px;
    width: var(--w);
    height: var(--w);
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}

.so5-2ltop i {
    font-size: 12px;
    color: #FFF;
    line-height: normal;
    transition: all 0.5s ease;
}

.so5-2l.on .so5-2ltop i {
    transform: rotate(180deg);
}

.so5-2l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.so5-2l.on .so5-2l2 {
    max-height: 400px;
    opacity: 1;
    overflow: visible;
}

.so5-2lp {
    margin-top: 16px;
}

.so5-2lp p {
    color: #333;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

/*  */
.so6 {
    padding: 110px 0 160px;
}

.so6 .so2-top {
    align-items: center;
}

.so6-sw {
    position: relative;
}

#so6-sw {
    overflow: hidden;
}

.so6 .ne-lte {
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    flex: 0 0 auto;
    padding: 0;
    z-index: 12;
    transition: all 0.5s ease;
}

.so6 .ne-la:hover .ne-lte {
    padding: 17px 15px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
}

.so6 .ne-limg .img-box {
    margin-bottom: 0;
}

.so6 .ne-lnum p {
    color: #FFF;
}

.so6 .ne-lp p {
    color: #FFF;
    -webkit-line-clamp: 2;
}

.so6 .ne-la:hover .ne-lp p {
    color: #FFF;
}

/*  */
.so6 .ne-lp p span {
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so6 .ne-la:hover .ne-lp p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.so6 .pro2-lbfw::before,
.so6 .pro2-lbfw::after {
    height: 7px;
    opacity: 0;
}

.so6 .ne-la:hover .pro2-lbfw::before,
.so6 .ne-la:hover .pro2-lbfw::after {
    opacity: 1;
}

/*  */
.so6-swchan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}

.so6-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    background: linear-gradient(312deg, #B10D0F 18.03%, #000 103.88%);
    --w: 46px;
    width: var(--w);
    height: var(--w);
    opacity: 1 !important;
    margin: 0 5px !important;

}

.so6-swchan>div::after {
    content: "";
}

.so6-swchan>div i {
    font-size: 17px;
    color: #FFF;
    line-height: normal;
}

@media (max-width: 1536px) {
    .so1 {
        padding-top: 70px;
    }

    .so1-top {
        margin-bottom: 40px;
    }

    .so1-swchan {
        margin-top: 35px;
    }

    .so2 {
        padding: 170px 0 70px;
    }

    .so2-lbox {
        padding: 15px 10px 10px;
    }

    .so2-bg {
        pointer-events: none;
    }

    .so3 {
        padding: 44px 0 70px;
    }

    .so3-u {
        margin-top: 42px;
    }

    .so4 {
        padding: 70px 0;
    }

    .so6 {
        padding: 70px 0;
    }

    .so6-swchan {
        margin-top: 35px;
    }
}

@media (max-width: 992px) {
    .so1-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so1-h {
        margin-bottom: 20px;
    }

    .so2-top {
        flex-direction: column;
    }

    .so2-l {
        width: 50%;
    }

    .so2-l:nth-child(6) {
        display: none;
    }

    .so3 {
        flex-direction: column;
    }

    .so3-rg {
        width: 100%;
    }

    .so5-end {
        flex-direction: column;
    }

    .so5-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so5-2 {
        width: 100%;
    }

    .so6 .so2-top {
        align-items: flex-start;
    }

    .so3-u {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .so2-l {
        width: 100%;
    }

    .so4-u {
        flex-wrap: wrap;
    }

    .so4-l {
        width: 100%;
        margin-bottom: 20px;
        flex: 0 0 auto !important;
    }

    .so4-l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 499px) {
    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        --w: 30px;
        margin: 0 5px;
    }

    .index {
        overflow: hidden;
    }

    .so1 {
        padding-top: 40px;
    }

    .so1-2 p span {
        width: 15px;
    }

    .so1-top {
        margin-bottom: 20px;
    }

    .so1-swchan>div {
        --w: 32px
    }

    .so1-swchan {
        margin-top: 25px;
    }

    .so2 {
        padding: 100px 0 40px;
    }

    .so2-top {
        margin-bottom: 20px;
    }

    .so2-l {
        margin-bottom: 20px;
    }

    .so2-li {
        --w: 32px;
        margin-bottom: 32px;
    }

    .so3-lf {
        width: 100%;
    }

    .so3 {
        padding: 0 0 40px;
    }

    .so3-u {
        margin-top: 22px;
    }

    .so3-lnum p,
    .so3-lnum span {
        line-height: 40px;
    }

    .so3-l {
        margin-bottom: 20px;
        width: 100%;
    }

    .so3-l:last-child {
        margin-bottom: 0;
    }

    .so4 {
        padding: 40px 0;
    }

    .so5-p p span {
        width: 15px;
    }

    .so5-h {
        margin-bottom: 26px;
    }

    .so5-btn {
        margin-top: 30px;
    }

    .so5-2 {
        padding: 20px 20px 28px;
    }

    .so5-2li {
        display: none;
    }

    .so5-2ltop {
        margin-left: 15px;
    }

    .so5-2l {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .so6 {
        padding: 40px 0;
    }

    .so6-swchan>div {
        --w: 32px;
    }

    .so6-swchan {
        margin-top: 25px;
    }
}

/* 淄博益佳工业科技有限公司（Product Show） */
.prode-top {
    display: flex;
    justify-content: space-between;
    padding: 65px 0 140px;
}

.slider-navbox {
    position: relative;
    font-size: 0;
    position: relative;
    width: 75.6%;
    flex: 0 0 auto;
    /* border: 1px solid #DDD; */
    background: #FFF;
}

.slider-nav::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6.5px;
    background: url(../img/sijiaot1s.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}

.slider-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6.5px;
    background: url(../img/sijiaoe2s.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}

.slider-navbox button {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    background: #B7B7B7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: all 0.5s ease;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 12;
}

.slider-navbox button:nth-of-type(1) {
    right: 76px;
}

.slider-navbox button:hover {
    background: #B10D0F;
}

.slider-navbox>button i {
    font-size: 16px;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

/*  */
.product-detail .subnav {
    margin-bottom: 60px;
}

.product-detail .subnav i {
    color: #000;
}

.product-detail .breadcrumb-item::before,
.product-detail .breadcrumb-item a span {
    color: #000;
}

.product-detail .breadcrumb-item:hover a span {
    color: #CF0C0E;
}

.product-detail .breadcrumb-item:last-child a span {
    color: #CF0C0E;
}

.prode1-2 {
    width: calc(100% - 47.6% - 80px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 40px;
}

.prode1-2h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-prode1-2h);
    text-transform: capitalize;
}

.prode1-2p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.prode1-2u {
    margin-bottom: 68px;
}

.prode1-2u p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* --------------- */
.prode1-min {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.prode1-2share {
    display: flex;
    align-items: center;
}

.prode1-2share p {
    color: #333;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-right: 16px;
}

.prode1-2end {
    margin-top: 70px;
}

.nede2-1a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(221, 221, 221, 0.87);
    margin-bottom: 12px;
    padding: 10px;
    transition: all 0.5s ease;
}

.nede2-1a:last-child {
    margin-bottom: 0;
}

.nede2-1a:hover {
    background: #B10D0F;
}

.nede2-1a p {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.nede2-1a:hover p {
    color: #fff;
}

.nede2-1a i {
    font-size: 22px;
    color: #000;
    line-height: normal;
    margin-left: 12px;
    transition: all 0.5s ease;
}

.nede2-1a:hover i {
    color: #fff;
}

/*  */
.prode-end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 140px;
}

.prodesp {
    width: calc(100% - 22% - 90px);
    flex: 0 0 auto;
}

/* 产品详情下面 */
.prode2 {
    position: sticky;
    top: 140px;
    z-index: 14;
    overflow: hidden;
}

.prode2::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    background: url(../img/sijiaotde.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.prode2::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    background: url(../img/sijiaoede.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.prode2-u {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(235, 235, 235);
    /* backdrop-filter: blur(8px); */
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    position: relative;
}


.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #149496;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #EAEFF5;
}

.prode2-u::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #EAEFF5;
}

.prode2-l {
    padding: 14px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.prode2-l::after {
    content: "";
    width: 2px;
    height: 16px;
    margin: 0 40px;
    background: #BABABA;
    display: block;
    transition: all 0.5s ease;
}

.prode2-l:last-child::after {
    display: none;
}

.prode2-la {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: uppercase;
    display: block;
    width: max-content;
}

.prode2-l:hover .prode2-la {
    color: #000;
}

.prode2-l.on .prode2-la {
    background: linear-gradient(92deg, #B10D0F 0.34%, #000 86.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*  */
.prode3h {
    margin-bottom: 30px;
    margin-top: 100px;
}

.prodesp>div:nth-child(2) .prode3h {
    margin-top: 60px;
}

.prode3h p {
    color: #333;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ser-fth) * 1.31);
    text-transform: capitalize;
}

.prode5h {
    background: #000;
    margin-bottom: 15px;
    padding: 16px 20px;
}

.prode5h p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

.prode6-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}

.prode6-chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    background: linear-gradient(312deg, #B10D0F 18.03%, #000 103.88%);
    --w: 46px;
    width: var(--w);
    height: var(--w);
    opacity: 1 !important;
    margin: 0 0 0 10px !important;
}

.prode6-chan>div::after {
    content: "";
}

.prode6-chan>div i {
    font-size: 17px;
    color: #FFF;
    line-height: normal;
}

.prode6-chansp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode6-chansp .prode6-chan {
    margin-top: 0;
}

.prode6-chansp {
    margin-bottom: 30px;
    margin-top: 100px;
}

.prode6-chansp .prode3h {
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 1536px) {
    .prode-top {
        padding: 65px 0 70px;
    }

    .product-detail .subnav {
        margin-bottom: 30px;
    }

    .prode1-2h {
        margin-bottom: 20px;
    }

    .prode1-min {
        margin-bottom: 20px;
    }

    .prode1-2end {
        margin-top: 30px;
    }

    .prode1-2 {
        width: calc(100% - 47.6% - 30px);
    }

    .prodesp {
        width: calc(100% - 22% - 30px);
    }

    .prode2-l::after {
        margin: 0 20px;
    }

    .prode-end {
        padding-bottom: 70px;
    }
}

@media (max-width: 1199.9px) {
    .prodesp {
        width: 100%;
    }

    .prode2-u {
        justify-content: flex-start;
    }

    .prode2-u {
        padding: 0 10px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
    }

    .slider-navbox {
        width: 100%;
    }

    .slider-nav {
        width: 100%;
        margin-top: 10px;
    }

    .prode1-2 {
        width: 100%;
        margin-top: 20px;
    }

    .product-detail .subnav {
        display: none;
    }

    .prode1-min {
        align-items: flex-start;
        flex-direction: column;
    }

    .slider-for {
        margin-bottom: 0;
    }

    .slider-nav {
        padding: 12px;
    }
}

@media (max-width: 499px) {
    .prode-top {
        padding: 40px 0;
    }

    .slider-navbox button {
        --w: 36px;
    }

    .slider-navbox button:nth-of-type(1) {
        right: 66px;
    }

    .prode3h {
        margin-bottom: 14px;
        margin-top: 40px;
    }

    .prodesp>div:nth-child(2) .prode3h {
        margin-top: 30px;
    }

    .prode-end {
        padding-bottom: 40px;
    }

    .prode6-chansp .prode6-chan {
        display: none;
    }

    .prode6-chansp {
        margin-bottom: 14px;
        margin-top: 40px;
    }
}