#ven {
    transition: all 0.5s ease;
}

.ventricle {
    /* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05); */
}

.headersp {
    background: #FFF !important;
}

@media (max-width: 1536px) {
    .hea-top {
        padding: 12px 0;
    }
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 16px;
    border-radius: 6px;
    background: #FFF;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    padding: 0 20px;
    width: calc(100% - 60px);
    margin: auto;
    transition: all 0.5s ease;
}

.ventricle .hea-box {
    border-radius: 0;
    top: 0;
    width: 100%;
}

.ven1-a {
    display: flex;
    align-items: center;
}

.ven1-loim {
    padding: 16px 0;
    position: relative;
}

.ven1-loim img {
    width: 142px;
    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%;
    margin-right: 90px;
}

.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 34px;
}

.ven2-l:last-child:after {
    margin: 0;
}

.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: #D82029;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    text-transform: uppercase;

    --size: 0px;
    --color: #D82029;
    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: #D82029;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #D82029;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-la i {
    margin-left: 4px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: 16px;
    font-style: normal;
    font-weight: bolder;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ventricle .ven2-la i {
    color: #000;
}

.headersp .ven2-la i {
    color: #000;
}

.ven2-la:hover i {
    color: #EE390A;
}

.ven2-l.on .ven2-la i {
    color: #EE390A;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vensesv i {
    font-size: 20px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #D82029;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */

.ven-inqury {
    display: flex;
    align-items: center;
}

.ven-inqury .ven-inqurya {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya i {
    font-size: 20px;
    line-height: normal;
    color: rgba(34, 34, 34, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya i {
    color: #D82029;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven-inqurya p,
.ven-inqurya p span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven-inqurya p {
    margin-left: 8px;
}

.ven-inqury:hover .ven-inqurya p,
.ven-inqury:hover .ven-inqurya p span {
    color: #D82029;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*  */
.ven-line {
    width: 1px;
    height: 18px;
    margin: 0 16px;
    background: rgba(217, 217, 217, 0.32);
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EE390A;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #1A1A1A;
    padding: 6px 18px 6px 7px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover {
    background: #B51C14;
}

.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: #B51C14;
    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: #B51C14;
    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: 1750px) {
    .ven2-l::after {
        margin: 0 20px;
    }
}

@media (max-width: 1536px) {

    /* .ven1-loim {
        padding: 12px 0;
    } */
    .hea-box {
        width: calc(100% - 30px);
    }

    .ven1-loim img {
        width: 80px;
    }

    .ven1-lote p {
        font-size: 14px;
        line-height: calc(14px * 1.44);
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 12px;
    }

    .ven2-u {
        margin-right: 30px;
    }

    .ven2-get {
        margin-left: 30px !important;
    }

    .hea-box {
        top: 20px;
    }

    .ven-line {
        margin: 0 16px 0 12px;
    }

    .ven-inqury .ven-inqurya {
        --w: 38px;
    }

    .ven-inqury .ven-inqurya i {
        font-size: 18px;
    }

    .ven2-langi1 img {
        width: 30px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }


    .ven2-la i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .hea-box {
        border-radius: 0;
        top: 0;
        width: 100%;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 768px) {

    .ven1-lote {
        display: none;
    }

    .ven2-get {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 70px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 320%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(15px);
    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, 0.50);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(15px);
    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: #D82029;
    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: #D82029;
    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: #D82029;
    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: #D82029;
    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: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(15px);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #D82029;
    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: #D82029;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 300%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: rgb(0, 0, 0);
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 325%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 328%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 282%;
        right: -172px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven-line {
        margin: 0 10px;
    }

    .hea-box {
        padding: 0 10px;
    }

    .ven1-loim {
        padding: 6px 0;
    }

    .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: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #000;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #000;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #000;
}

.headersp #venPho .venPhoSack.on::before {
    background: #000;
}

.ventricle .venPhoSack::before {
    background: #000 !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #000;
}

.headersp #venPho .venPhoSack.on::after {
    background: #000;
}

.ventricle .venPhoSack::after {
    background: #000 !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #000;
}

.ventricle .venPhoSack span {
    background: #000 !important;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 65px;
    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: #D82029;
}

.xiantiao>a {
    color: #D82029;
}

.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: #D82029;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 40px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* 语言新 */
.menu-language {
    position: relative;
    height: 100%;
    background: #FFF;
    /* border-radius: 8px;
    padding: 16px 24px; */
    transition: all 0.5s ease;
}

/* .menu-language:hover {
    background: #D82029;
} */

@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: #000;
    font-family: "Sora";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

.menu-language .select-name>img {
    width: 28px;
    padding-top: 3px;
}

@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: #FFF;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e654';
    color: rgba(39, 38, 54, 1);
    font-family: 'iconfont' !important;
    margin-right: 10px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language:hover .select-name:before {
    color: #FFF;
}

@media (max-width: 1199px) {
    .menu-language .select-name::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name::before {
        /* margin-right: 0; */
        font-size: 18px;
        margin-right: 8px;
    }
}

.menu-language .select-name::after {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    content: '\ecdd';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.menu-language:hover .select-name::after {
    color: #FFF;
}

@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;
}

/* 语言-end */
.ven2-get {
    margin-left: 90px;
}

.ven2-geta {
    display: flex;
    border-radius: 4px;
    background: #222;
    padding: 12px 24px;
    transition: all 0.5s ease;
}

.ven2-geta:hover {
    background: #D82029;
}

.ven2-geta p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/* gg */
.sub {
    position: relative;
}

.sub-show {
    padding-top: 90px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.sub-fly {
    position: absolute;
    left: 50%;
    top: calc(50% + 50px);
    transform: translate(-50%, -50%);
}

.sub-flyh {}

.sub-flyh p {
    color: #FFF;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.2);
    text-transform: capitalize;
}

.sub-flyp {
    margin-top: 16px;
}

.sub-flyp p {
    color: #F5F5F5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 950px;
}

@media (max-width: 1536px) {

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {}

/*  */
.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: 400px;
    }

    /*  */
    .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: 295px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 316px;
    }
}

/*  */
.subnav-box {
    margin-top: 32px;
}

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 20px;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-right: 16px;
    line-height: normal;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
    text-transform: capitalize;
    transition: all 0.5s ease;
    padding-bottom: 2px;
    --size: 1px;
    --color: #CE3409;
    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);
}

.sub-show .breadcrumb-item::before,
.sub-show .breadcrumb-item a span {
    color: #FFF;
    --size: 1px;
    --color: #D82029;
    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: #D82029;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.sub-show .breadcrumb-item+.breadcrumb-item::before {
    color: #222;
}

/*  */
.subnav-u {
    display: flex;
    align-items: center;
}

.subnav-l {
    position: relative;
    display: flex;
    align-items: center;
}

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #EB562B;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }
}

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.18);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    transition: all 0.5s ease;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #FFF;
}

.sub-pagel a:hover {
    color: #FFF;
    background: #D82029;
}

.sub-pagel.on a {
    color: #FFF;
    background: #D82029;
}

.sub-pagel a i {
    font-size: 18px;
    color: #666;
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .subnav-box {
        margin-top: 16px;
    }

    .sub-fly {
        top: calc(50% + 10px);
    }

    .subnav i {
        margin-right: 14px;
    }

    .sub-pagel a {
        --w: 36px;
    }
}

@media (max-width: 499px) {
    .subnav-box {
        margin-top: 8px;
    }

    .sub-fly {
        top: calc(50% + 6px);
    }

    .sub-pagel a {
        --w: 32px;
        margin: 0 4px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 100px;
    margin-top: 0;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 74px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 64px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    .subnav i {
        font-size: 22px;
        margin-right: 10px;
    }
}

/* contact */
.con-box {
    padding: 100px 0 172px;
    display: flex;
    justify-content: space-between;
}

.con1 {
    width: calc(100% - 54% - 170px);
    flex: 0 0 auto;
}

.con1-smh {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
}

.con1-smh img {
    margin-right: 7px;
}

.con1-smh p {
    color: #D82029;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    letter-spacing: -0.54px;
    text-transform: uppercase;
}

.con1-h {
    margin-bottom: 16px;
}

.con1-h p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.con1-p {
    margin-bottom: 75px;
}

.con1-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
}

.con1-u {
    margin-bottom: 75px;
}

.con1-l {
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
}

.con1-l:last-child {
    margin-bottom: 0;
}

.con1-li {
    flex: 0 0 auto;
    margin-right: 30px;
}

.con1-li i {
    font-size: 30px;
    color: rgba(216, 32, 41, 1);
    line-height: normal;
}

.con1-lh {
    margin-bottom: 10px;
}

.con1-lh p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
}

.con1-la {
    display: block;
}

.con1-la p span {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    --size: 1px;
    --color: #D82029;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-la:hover p span {
    color: #D82029;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-share {
    display: flex;
    align-items: center;
}

.con1-sh {
    margin-right: 20px;
}

.con1-sh p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
}

.con1-sha {
    display: flex;
    align-items: center;
}

.con1-sha a {
    margin-right: 20px;
}

.con1-sha a:last-child {
    margin-right: 0;
}

.con1-sha a i {
    font-size: 22px;
    line-height: normal;
    transition: all 0.5s ease;
}

.con1-sha a:hover i {
    color: #D82029;
}

/*  */
.con2 {
    width: 54%;
    flex: 0 0 auto;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.20);
    padding: 60px;
}

.con2-h {
    margin-bottom: 10px;
}

.con2-h p {
    color: #222;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-pro2-1h) * 1.2);
    text-transform: capitalize;
}

.con2-p {
    margin-bottom: 40px;
}

.con2-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 403px;
}

/*  */
/*  */
.con2-fou {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.con2-fol {
    margin-bottom: 20px;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.con2-fol input,
.con2-fol textarea {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    letter-spacing: 0.32px;

    width: 100%;
    border-radius: 4px;
    border: 1px solid #D9D9D9;

    transition: all 0.5s ease;
    padding: 13px 16px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #D82029;
}

.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: center;
    margin-top: 10px;
}

.con2-fobt button {
    width: 100%;
    padding: 13px 16px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con2-fobt button:hover {
    background: #D82029;
}

.con2-fobt button span {
    color: #FFF;
    font-family: "DM Mono";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
}


@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 1536px) {
    .con-box {
        padding: 70px 0 72px;
    }

    .con1 {
        width: calc(100% - 54% - 70px);
    }

    .con2 {
        padding: 30px;
    }

    .con1-p {
        margin-bottom: 45px;
    }

    .con1-u {
        margin-bottom: 45px;
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        margin-bottom: 12px;
        width: 100%;
    }

    .con2-p {
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 40px 0;
    }

    .con1-li {
        margin-right: 12px;
    }

    .con1-li i {
        font-size: 20px;
    }

    .con1-l {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .con1-lh {
        margin-bottom: 5px;
    }

    .con1-u {
        margin-bottom: 25px;
    }

    .con1-share {
        align-items: flex-start;
        flex-direction: column;
    }

    .con1-p {
        margin-bottom: 25px;
    }

    .con2 {
        padding: 12px;
    }

    .con1-sh {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 6px 12px;
    }
}

/* footer */
#footer {
    background: #3A3A39;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 60px;
}

.ft1-1h {
    margin-bottom: 30px;
}

.ft1-1h p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
    max-width: 422px;
}

/*  */
.ft1-1fh {
    margin-bottom: 30px;
}

.ft1-1fh p {
    color: #F5F5F5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.18);
    text-transform: capitalize;
}

.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #666;
    background: transparent;
    overflow: hidden;
    padding: 0 0 10px;
    transition: all 0.5s ease;
    max-width: 422px;
}

.ft1-sehfo>i {
    flex: 0 0 auto;
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    margin-right: 6px;
}

.ft1-sehfo input {
    color: #999;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    background: transparent;
    border: none;
}

.ft1-sehfo>input {
    width: 70%;
    min-width: 232px;
}

.ft1-sehfo>div input {
    width: 100%;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: #999;
}

.ft1-sehfo input::-moz-placeholder {
    color: #999;
}

.ft1-sehfo input::-ms-input-placeholder {
    color: #999;
}

/*  */
.ft1-1from button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: all 0.5s ease;
    background: transparent;
    margin-top: 24px;
}

.ft1-1from button p {
    color: #222;
    font-family: "DM Mono";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    border-radius: 6px;
    background: #FFF;
    padding: 13px 12px;
    height: 50px;
    margin-right: 4px;
    transition: all 0.5s ease;
}

.ft1-1from button:hover p {
    color: #FFF;
    background: #D82029;
}

.ft1-1from button i {
    font-size: 20px;
    line-height: normal;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 6px;
    background: #D82029;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scaleX(-1);
    transform-origin: center;
}

.ft1-1from button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0) scaleX(-1);
    }

    50% {
        transform: translateX(4px) scaleX(-1);
    }

    100% {
        transform: translateX(0) scaleX(-1);
    }
}

/* ft1-2 */
.ft1-2 {
    width: 65.08%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-2lh {
    margin-bottom: 24px;
}

.ft1-2lh p {
    color: #999;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
}

/* liebiao */
.ft1-2la {
    display: block;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la span {
    color: #F5F5F5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.18);
    text-transform: capitalize;

    --size: 1px;
    --color: #D82029;
    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: #D82029;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* lianxi */
.ft1-2lfl {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
}

.ft1-2lfl:last-child {
    margin-bottom: 0;
}

.ft1-2lfli {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ft1-2lfli i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
}

.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: #F5F5F5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.18);
    max-width: 370px;
    margin-bottom: 8px;
}

.ft1-2lfla span {
    color: #F5F5F5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.18);

    --size: 1px;
    --color: #D82029;
    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: #D82029;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft2 {
    border-top: 1px solid #444;
    padding: 34px 0 30px;
    display: flex;
}

.ft2-h {
    display: flex;
    align-items: baseline;
}

.ft2-h p {
    color: #D82029;
    font-size: 212px;
    font-style: normal;
    font-weight: 700;
    line-height: 212px;
    text-transform: capitalize;
}

.ft2-h span {
    --w: 20px;
    width: var(--w);
    height: var(--w);
    background: #D82029;
    display: block;
    margin-left: 24px;
}

/*  */
.ft3 {
    padding: 28px 0;
    background: #464646;
}

.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-1 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 12;
}

.ft3-1copy span {
    color: #F5F5F5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.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: 8px;
    background: #99999900;
    margin: 0 15px;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #F5F5F5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    --size: 1px;
    --color: #D82029;
    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: #D82029;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-share {
    display: flex;
    align-items: center;
}

.ft3-share>a {
    display: block;
    margin-right: 20px;
}

.ft3-share>a:last-child {
    margin-right: 0;
}

.ft3-share>a i {
    font-size: 20px;
    color: rgba(245, 245, 245, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.ft3-share>a:hover i {
    color: #D82029;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 70px 0 40px;
    }

    .ft1-2 {
        width: 69.08%;
        flex: 0 0 auto;
        margin-left: 50px;
    }

    .ft2 {
        padding: 24px 0 20px;
    }

    .ft2-h p {
        font-size: 150px;
        line-height: 150px;
    }

    .ft3 {
        padding: 14px 0;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 49px;
    }

    .ft1-2l:nth-child(2) {
        display: none;
    }
}

@media (max-width: 992px) {
    .ft1-2l:nth-child(1) {
        display: none;
    }

    .ft1 {
        flex-direction: column;
    }

    .ft1-2 {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .ft3-share {
        display: none;
    }

    .ft3-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2>span {
        margin: 0 6px;
    }

    .ft2-h p {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 768px) {
    .ft2-h p {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 40px 0 30px;
    }

    .ft1-1fh {
        margin-bottom: 15px;
    }

    .ft1-1from button p {
        height: 44px;
    }

    .ft1-1from button i {
        --w: 44px;
    }

    .ft1-2lh {
        margin-bottom: 12px;
    }

    .ft2-h p {
        font-size: 60px;
        line-height: 60px;
    }

    .ft2-h span {
        --w: 16px;
        margin-left: 12px;
    }

    .ft2 {
        padding: 14px 0 10px;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1cnzz {
        margin: 0;
    }
}

/* 山东荣悦化工有限公司（新闻） */
.news {
    background: #F5F5F5;
}

.ne-box {
    padding-bottom: 130px;
}

.ne-navbox {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    padding: 7px;
    margin-top: -30px;
    position: relative;
    z-index: 12;
}

.ne-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ne-na {
    background: #F5F5F5;
    padding: 10px 24px;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.ne-na.on {
    background: #D82029;
}

.ne-na:hover {
    background: #D82029;
}

.ne-na:last-child {
    margin-right: 0;
}

.ne-na p {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ne-na.on p {
    color: #FFF;
}

.ne-na:hover p {
    color: #FFF;
}

/*  */
.ne-sw {
    margin-top: 100px;
    position: relative;
}

#ne-sw {
    overflow: hidden;
}

.ne-swbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    background: #FFF;
}

.ne-swimg {
    width: 49%;
    flex: 0 0 auto;
}

.ne-swimg .img-box {
    padding-bottom: 51%;
    border-radius: 6px;
}

.ne-swimg .img-box img {
    transition: all 0.5s ease;
}

.ne-swbox:hover .ne-swimg .img-box img {
    transform: scale(1.08);
}

.ne-swt {
    padding: 20px 60px;
}

.ne-swnum {
    display: flex;
    margin-bottom: 16px;
}

.ne-swnum p {
    color: #D82029;
    font-family: "DM Mono";
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.35);
    text-transform: capitalize;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    padding: 4px 8px;
}

.ne-swh {
    margin-bottom: 16px;
    display: block;
}

.ne-swh p {
    color: #222;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-pro2-1h) * 1.2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-swbox:hover .ne-swh p {
    color: #D82029;
}

.ne-swp {
    margin-bottom: 70px;
}

.ne-swp p {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-swbtn {
    display: flex;
}

.ne-swa {
    display: flex;
    align-items: center;
}

.ne-swa p {
    color: #FFF;
    font-family: "DM Mono";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    border-radius: 6px;
    background: #3A3A39;
    padding: 13px 19px;
    height: 50px;
    margin-right: 4px;
    transition: all 0.5s ease;
}

.ne-swa:hover p {
    color: #FFF;
    background: #D82029;
}

.ne-swa i {
    font-size: 20px;
    line-height: normal;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 6px;
    background: #D82029;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scaleX(-1);
    transform-origin: center;
}

.ne-swa:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.ne-u {
    margin-top: 100px;
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
    margin-bottom: 30px;
}

.ne-l {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
    margin-bottom: 30px;
}

.ne-lbox {
    border-radius: 6px;
    background: #FFF;
    padding: 10px;
}

.ne-ltop {
    padding: 20px 20px 30px;
    display: flex;
}

.ne-lt {
    flex: 1;
}

.ne-lh {
    display: block;
    margin-bottom: 12px;
}

.ne-lh p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lh p {
    color: #D82029;
}

.ne-lp p {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lbtn {
    flex: 0 0 auto;
    margin-left: 20px;
}

.ne-la {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #222;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-la {
    background: #D82029;
}

.ne-la i {
    transform: scaleX(-1);
    transform-origin: center;
    font-size: 16px;
    color: #FFF;
    line-height: normal;
}

.ne-limg .img-box {
    padding-bottom: 51%;
    border-radius: 6px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .ne-sw {
        margin-top: 70px;
    }

    .ne-u {
        margin-top: 70px;
    }

    .ne-swa p {
        height: 44px;
    }

    .ne-swa i {
        --w: 44px;
    }

    .ne-box {
        padding-bottom: 70px;
    }
}

@media (max-width: 1199.9px) {
    .ne-nav {
        justify-content: flex-start;
        overflow: auto;
    }

    .ne-nav::-webkit-scrollbar {
        display: none;
    }

    .ne-na {
        width: max-content;
    }

    .ne-na p {
        width: max-content;
    }
}

@media (max-width: 992px) {
    .ne-swbox {
        flex-direction: column;
    }

    .ne-swimg {
        width: 100%;
    }

    .ne-swt {
        padding: 20px 12px;
    }

    .ne-swp {
        margin-bottom: 30px;
    }

    .ne-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ne-na {
        padding: 6px 12px;
        margin-right: 6px;
    }

    .ne-sw {
        margin-top: 40px;
    }

    .ne-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-u {
        margin-top: 40px;
    }

    .ne-ltop {
        padding: 0 0 20px;
    }

    .ne-u {
        margin-bottom: 10px;
    }

    .ne-box {
        padding-bottom: 40px;
    }
}

/* 山东荣悦化工有限公司（关于我们） */
.ab1 {
    padding: 74px 0 100px;
    position: relative;
}

.ab1-bg1 {
    position: absolute;
    top: 0;
    right: 0;
}

.ab1-bg1 img {
    width: 658px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab1-bg2 {
    position: absolute;
    top: 490px;
    left: 12px;
}

.ab1-bg2 img {
    width: 404px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab1-box {
    position: relative;
    z-index: 12;
}

.ab1-bigh {
    position: relative;
    width: max-content;
    margin-bottom: 16px;
}

.ab1-bigh::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 16%;
    background: #ffffff;
    left: 0;
    bottom: 0;
}

.ab1-bigh p {
    color: #D9D9D9;
    font-size: 218px;
    font-style: normal;
    font-weight: 500;
    line-height: 164px;
    text-transform: capitalize;
}

.ab1 .con1-smh {
    margin-bottom: 30px;
}

.ab1-h {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 60px;
}

.ab1-h p {
    color: #666;
    text-align: right;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.2);
    max-width: 1090px;
}

.ab1-h p span {
    color: #D82029;
}

.ab1-pbox {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 60px;
}

.ab1-p {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.ab1-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
}

/*  */
.ab1-video {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.ab1-img {
    position: relative;
    display: block;
}

.ab1-img .img-box {
    padding-bottom: 36%;
}

.ab1-img .img-box img {
    transition: all 0.5s ease;
}

.ab1-img:hover .img-box img {
    transform: scale(1.08);
}

.ab1-i {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: calc(50% - 50px);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.ab1-i i {
    --w: 47px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
    font-size: 14px;
    color: rgba(216, 32, 41, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.ab1-img:hover .ab2-i i {
    animation: video 0.6s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-i>span {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
}

.ab1-i>span:nth-of-type(2) {
    background-color: rgba(255, 255, 255, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

/*  */
.ab1-ubox {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 0 0 6px 6px;
    background: rgba(217, 217, 217, 0.15);
    backdrop-filter: blur(2px);
    z-index: 12;
}

/*  */
.ab1-ubox {
    padding: 24px 150px;
}

.ab1-u {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab1-l i {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #D9D9D9 27.88%, #D9D9D9 73.08%, rgba(217, 217, 217, 0.00) 100%);
    width: 1px;
    height: 92px;
    display: block;
}

.ab1-lh {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.ab1-lh p,
.ab1-lh span {
    color: #FFF;
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ab2end1-h) * 1.2);
    text-transform: capitalize;
}

.ab1-lp {
    color: #D9D9D9;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con2la) * 1.37);
}

.ab1-part {
    padding-top: 100px;
}

.ab1-pah {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.ab1-pah span {
    background: #D82029;
    width: 100px;
    height: 2px;
    display: block;
}

.ab1-pah p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
    margin: 0 24px;
}

/*  */
.ab1-sw {
    position: relative;
}

.ab1-sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ab1sw-box .img-box {
    padding-bottom: 30%;
}

.ab1sw-box .img-box img {
    transition: all 0.5s ease;
}

.ab1sw-box:hover .img-box img {
    transform: scale(1.08);
}

/*  */
.ab2 {
    background: #F5F5F5;
    padding: 100px 0;
}

.ab2-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.ab2-h p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.ab2-swchan {
    display: flex;
    align-items: center;
}

.ab2-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    margin-left: 20px !important;
}

.ab2-swchan>div:first-child {
    margin-left: 0 !important;
}

.ab2-swchan>div::after {
    content: "";
}

.ab2-swchan>div i {
    font-size: 30px;
    color: rgba(34, 34, 34, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.ab2-swchan>div:hover i {
    color: rgba(216, 32, 41, 1);
}

/*  */
.ab2-sw {
    position: relative;
}

#ab2-sw {
    overflow: hidden;
}

.ab2-swbox {
    cursor: pointer;
}

.ab2-swimg .img-box {
    padding-bottom: 60%;
    border-radius: 6px;
}

.ab2-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab2-swbox:hover .ab2-swimg .img-box img {
    transform: scale(1.08);
}

/*  */
.ab3-box {
    padding: 100px 0;
}

.ab3 .con1-smh {
    justify-content: center;
}

.ab3-h {
    margin-bottom: 16px;
}

.ab3-h p {
    color: #222;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.ab3-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 60px;
}

.ab3-p p {
    max-width: 802px;
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
}

/*  */
.ab3-sw {
    position: relative;
}

#ab3-sw {
    overflow: hidden;
}

.ab3-swbox {
    cursor: pointer;
    border-radius: 10px;
    background: #D82029;
    padding: 10px;
}

.ab3-swimg .img-box {
    padding-bottom: 140%;
    border-radius: 6px;
}

.ab3-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab3-swbox:hover .ab3-swimg .img-box img {
    transform: scale(1.08);
}

#ab3-sw .swiper-button-prev,
#ab3-sw .swiper-button-next {
    opacity: 1 !important;
}

#ab3-sw .swiper-button-prev {
    left: -60px;
}

#ab3-sw .swiper-button-next {
    right: -60px;
}

#ab3-sw .swiper-button-prev::after,
#ab3-sw .swiper-button-next::after {
    content: "";
}

#ab3-sw .swiper-button-prev i,
#ab3-sw .swiper-button-next i {
    font-size: 30px;
    color: rgba(34, 34, 34, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

#ab3-sw .swiper-button-prev:hover i,
#ab3-sw .swiper-button-next:hover i {
    color: #D82029;
}

@media (max-width: 1536px) {
    .ab1 {
        padding: 40px 0;
    }

    .ab1-bigh p {
        font-size: 158px;
        line-height: 120px;
    }

    .ab1-ubox {
        padding: 12px 70px;
    }

    .ab1-part {
        padding-top: 70px;
    }

    .ab2 {
        padding: 70px 0;
    }

    .ab2-top {
        margin-bottom: 30px;
    }

    .ab3-box {
        padding: 70px 0;
    }

    .ab3-p {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .ab1-p {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-p:last-child {
        margin-bottom: 0;
    }

    .ab1-img .img-box {
        padding-bottom: 400px;
    }

    .ab1-i {
        top: calc(50% - 20px);
    }

    .ab1-ubox {
        padding: 12px 30px;
    }

    .ab1-pah {
        margin-bottom: 30px;
    }

    .ab1-pah span {
        width: 50px;
    }

    .ab2-swchan>div i {
        font-size: 20px;
    }

    .ab1-bigh p {
        font-size: 68px;
        line-height: 57px;
    }
}

@media (max-width: 642px) {
    .ab1-u {
        flex-direction: column;
    }

    .ab1-l:nth-child(2n) {
        display: none;
    }

    .ab1-lh {
        justify-content: center;
    }

    .ab1-img .img-box {
        padding-bottom: 480px;
    }

    .ab2-swchan {
        display: none;
    }
}

@media (max-width: 499px) {
    .ab1 .con1-smh {
        margin-bottom: 15px;
    }

    .ab1-h {
        margin-bottom: 30px;
    }

    .ab1-pbox {
        margin-bottom: 30px;
    }

    .ab1-part {
        padding-top: 30px;
    }

    .ab1-pah p {
        margin: 0 12px;
    }

    .ab2 {
        padding: 40px 0;
    }

    .ab3-box {
        padding: 40px 0;
    }
}

/* 山东荣悦化工有限公司（产品） */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #D82029;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #666;
    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: #D82029;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/*  */
.product {
    background: #F5F5F5;
}

.pro-end {
    padding: 100px 0 130px;
}

.pro-h {
    margin-bottom: 16px;
}

.pro-h p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.2);
}

.pro-p {
    margin-bottom: 60px;
}

.pro-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 954px;
}

.pro-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 30px;
}

.pro-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.pro-lbox {
    display: block;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.09);
}

.pro-limg .img-box {
    padding-bottom: 60%;
}

.pro-limg .img-box img {
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-limg .img-box img {
    transform: scale(1.08);
}

.pro-lend {
    padding: 25px 30px 37px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.pro-lt {
    flex: 1;
}

.pro-lh {
    margin-bottom: 10px;
}

.pro-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-lh p span {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    --size: 1px;
    --color: #D82029;
    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);
}

.pro-lbox:hover .pro-lh p span {
    color: #D82029;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro-lnum p {
    color: #D82029;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.pro-li {
    margin-left: 20px;
    flex: 0 0 auto;
    border-radius: 6px;
    background: #666;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-li {
    background: #D82029;
}

.pro-li i {
    font-size: 16px;
    color: #FFF;
    line-height: normal;
    transform: scaleX(-1);
    transform-origin: center center;
}

@media (max-width: 1536px) {
    .pro-end {
        padding: 70px 0;
    }

    .pro-p {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .pro-l {
        width: 50%;
    }
}

@media (max-width: 642px) {
    .pro-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .pro-end {
        padding: 40px 0;
    }

    .pro-h {
        margin-bottom: 12px;
    }

    .pro-p {
        margin-bottom: 20px;
    }

    .pro-lend {
        padding: 15px 12px 20px;
    }

    .pro-u {
        margin-bottom: 20px;
    }

    .pro-l {
        margin-bottom: 20px;
    }
}

/* 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: 50.2%;
}

.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%;
    }

    .banner .item a {
        margin-top: 40px;
    }
}


@media (max-width: 499px) {
    /* .ind-ban {
        margin-top: 66px;
    } */
}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    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;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 0;
    margin: 0 12px 0 0;
    background: #FFF;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    background: #D9D9D9;
    width: 40px;
    height: 4px;
    display: block;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #D82029;
}

.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-pro {
    background: #DFDFDE;
    padding: 100px 0;
}

.so1 .con1-smh {
    justify-content: center;
}

.so1-h {
    margin-bottom: 16px;
}

.so1-h p {
    color: #222;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.so1-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 60px;
}

.so1-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 954px;
}

.so1-sw {
    position: relative;
}

#so1-sw {
    overflow: hidden;
}

#so1-sw .swiper-wrapper {
    height: auto;
}

#so1-sw .swiper-slide {
    height: auto;
}

.so1-swa {
    display: block;
    border-radius: 6px;
    background: #FFF;
    height: 100%;
}

.so1-swimg .img-box {
    padding-bottom: 86%;
    margin-bottom: 24px;
}

.so1-swimg .img-box img {
    transition: all 0.5s ease;
}

.so1-swa:hover .so1-swimg .img-box img {
    transform: scale(1.08);
}

.so1-swh {
    max-width: calc(100% - 12px);
    margin: auto;
    margin-bottom: 10px;
}

.so1-swh p {
    color: #222;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so1-swa:hover .so1-swh p {
    color: #D82029;
}

.so1-swi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
}

.so1-swi i {
    --w: 22px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D82029;
    border-radius: 50%;
    font-size: 16px;
    color: #D82029;
    transition: all 0.5s ease;
}

.so1-swa:hover .so1-swi i {
    background: #D82029;
    color: #FFF;
}

/* ind-about */
.ind-about {
    padding: 100px 0;
}

.so2-h {
    margin-bottom: 60px;
}

.so2-h p {
    color: #666;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
    max-width: 1090px;
}

.so2-h p span {
    color: #222;
}

.so2-end {
    display: flex;
    justify-content: space-between;
}

.so2-1 {
    width: calc(100% - 49.4% - 75px);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.so2-1h {
    margin-bottom: 20px;
}

.so2-1h p {
    color: #666;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
}

.so2-1p {
    margin-bottom: 50px;
}

.so2-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
}

.so2-1btn {
    display: flex;
}

.so2-1u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.so2-1l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.so2-1lh {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.so2-1lh p,
.so2-1lh span {
    color: #D82029;
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ab2end1-h) * 1.2);
    text-transform: capitalize;
}

.so2-1lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.37);
}

.so2-2 {
    width: 49.4%;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
}

.so2-2 .ab1-img .img-box {
    padding-bottom: 62%;
}

.so2-2 .ab1-i {
    top: 50%;
}

/*  */
.ind-our {
    padding: 130px 0;
}

.so3-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so3-h p {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.so3-h p span {
    color: #999;
}

.so3-2 {
    flex: 0 0 auto;
    margin-left: 20px;
}

.so3-p p {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 530px;
}

/*  */
.so3-sw {
    position: relative;
}

#so3-sw {
    overflow: hidden;
}

#so3-sw .swiper-wrapper,
#so3-sw .swiper-slide {
    height: auto;
}

.so3-swbox {
    height: 100%;
    border-right: 1px solid #737071;
}

.so3-sw1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #737071;
}

.so3-swi {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #737071;
    background: linear-gradient(180deg, #F5F5F5 0%, #AEAEAE 100%);
}

.so3-swnum {
    margin-right: 30px;
}

.so3-swnum p {
    color: #D5D9D4;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
}

.so3-sw2 {
    padding-right: 30px;
}

.so3-swh {
    margin-bottom: 16px;
}

.so3-swh p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
}

.so3-swp p {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
}

.ind-news {
    background: #DFDFDE;
    padding: 130px 0;
    overflow: hidden;
}

.so4-top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 60px;
}

.so4-topbox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: 1362px;
}

.so4-h p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
    max-width: 555px;
}

/*  */
.so4-sw {
    position: relative;
}

#so4-sw .ne-lbox {
    transition: all 0.5s ease-in-out;
    margin-top: 54px;
}

#so4-sw .swiper-slide-next .ne-lbox {
    margin-top: 0;
}

.so4-swchan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}

.so4-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    margin: 0 40px !important;
}

.so4-swchan>div::after {
    content: "";
}

.so4-swchan>div i {
    font-size: 30px;
    color: rgba(34, 34, 34, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.so4-swchan>div:hover i {
    color: rgba(216, 32, 41, 1);
}

/*  */
.ind-faq {
    background: #F5F5F5;
}

.so5 {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #D9D9D9;
}

.so5-h {
    margin-bottom: 24px;
}

.so5-h p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
    max-width: 555px;
}

.so5-h p span {
    color: #666;
}

.so5-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 530px;
}

.so5-rg {
    width: 62%;
    flex: 0 0 auto;
    margin-left: 20px;
}

.so5-l {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.so5-l:last-child {
    margin-bottom: 0;
}

.so5-lnum {
    width: 18%;
    flex: 0 0 auto;
    padding-top: 10px;
}

.so5-lnum p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
}

.so5-lt {
    flex: 1;
}

.so5-ltop {
    display: flex;
    justify-content: space-between;
}

.so5-lh {
    padding-top: 8px;
}

.so5-lh p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    max-width: 610px;
}

.so5-li {
    position: relative;
    flex: 0 0 auto;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 6px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.so5-li i {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.so5-l:hover .so5-li i {
    color: rgba(216, 32, 41, 1);
}

.so5-l.on .so5-li i {
    color: rgba(216, 32, 41, 1);
}

.so5-li i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.so5-l.on .so5-li i:nth-child(1) {
    opacity: 0;
}

.so5-l.on .so5-li i:nth-child(2) {
    opacity: 1;
}

.so5-lend {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.so5-l.on .so5-lend {
    max-height: 400px;
    opacity: 1;
}

.so5-lp {
    margin-top: 16px;
}

.so5-lp p {
    color: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 618px;
}

/* ind-soci so6 */
.ind-soci {
    background: #F5F5F5;
    padding: 60px 0 130px;
}

.so6-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.so6-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.so6-la .img-box {
    border-radius: 6px;
    margin-bottom: 24px;
}

.so6-l:nth-child(1) .so6-la .img-box {
    padding-bottom: 76%;
}

.so6-l:nth-child(2) .so6-la .img-box {
    padding-bottom: 102%;
}

.so6-l:nth-child(3) .so6-la .img-box {
    padding-bottom: 91%;
}

.so6-lh {
    display: flex;
    align-items: center;
}

.form_review .spam_code_img {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 90px;
    -webkit-transform: translateY(0);
    /* -ms-transform: translateY(-50%); */
    transform: translateY(0);
}

.so6-lh i {
    margin-right: 24px;
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.so6-lbox:hover .so6-lh i {
    color: #D82029;
}

.so6-lh p {
    color: #333;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so6-lbox:hover .so6-lh p {
    color: #D82029;
}

@media (max-width: 1536px) {
    .ind-pro {
        padding: 70px 0;
    }

    .so1-p {
        margin-bottom: 30px;
    }

    .ind-about {
        padding: 70px 0;
    }

    .ind-news {
        padding: 70px 0;
    }

    .so5 {
        padding: 70px 0;
    }

    .ind-soci {
        padding: 60px 0 70px;
    }

    .ind-our {
        padding: 70px 0;
    }
}

@media (max-width: 992px) {
    .so2-end {
        flex-direction: column;
    }

    .so2-1btn {
        margin-bottom: 12px;
    }

    .so2-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2-2 {
        width: 100%;
    }

    .so3-top {
        flex-direction: column;
    }

    .so3-2 {
        margin-left: 0;
        margin-top: 20px;
    }

    .so4-swchan {
        display: none;
    }

    #so4-sw .ne-lbox {
        margin-top: 0;
    }

    .so5 {
        flex-direction: column;
    }

    .so5-rg {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .so4-topbox {
        align-items: flex-start;
        flex-direction: column;
    }

    .ne-swa {
        margin-top: 10px;
    }

    .so6-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so6-l:last-child {
        margin-bottom: 0;
    }

    .so5-lnum {
        width: 10%;
        padding-top: 6px;
    }
}

@media (max-width: 499px) {
    .ind-pro {
        padding: 40px 0;
    }

    .ind-about {
        padding: 40px 0;
    }

    .so2-h {
        margin-bottom: 30px;
    }

    .so2-1p {
        margin-bottom: 20px;
    }

    .so2-1u {
        margin-right: calc(-.5 * 0.88rem);
        margin-left: calc(-.5 * 0.88rem);
    }

    .so2-1l {
        padding-right: calc(0.88rem * .5);
        padding-left: calc(0.88rem * .5);
    }

    .ind-our {
        padding: 40px 0;
    }

    .so3-swi {
        --w: 40px;
    }

    .ind-news {
        padding: 40px 0;
    }

    .so4-top {
        margin-bottom: 30px;
    }

    .so5 {
        padding: 40px 0;
    }

    .so5-lnum {
        width: 16%;
        padding-top: 9px;
    }

    .ind-soci {
        padding: 40px 0;
    }

    .so6-lh i {
        margin-right: 12px;
        font-size: 24px;
    }
}

/* 山东荣悦化工有限公司（产品详情） */
.prode .subnav-box {
    margin-top: 0;
    margin-bottom: 80px;
}

.prode .subnav i,
.prode .breadcrumb-item::before,
.prode .breadcrumb-item a span {
    color: #999;
}

/*  */
.prode-topbox {
    background: #F5F5F5;
    padding: 133px 0 100px;
}

.prode-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-navbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.slider-navbox button {
    border-radius: 0;
    background: transparent;
    padding: 0;
    transition: all 0.5s ease;
}

.slider-navbox>button i {
    --w: 22px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #666;
    font-size: 14px;
    color: #666;
    transition: all 0.5s ease;
}

.slider-navbox>button:hover i {
    color: #D82029;
    border: 1px solid #D82029;
}

/*  */
.prode1-2 {
    width: calc(100% - 49.33% - 80px);
    flex: 0 0 auto;
}

.prode1-2num {
    margin-bottom: 16px;
}

.prode1-2num p {
    color: #D82029;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.prode1-2h {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.prode1-2h p {
    color: #222;
    font-size: calc(var(--zj-ser-fth) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-ser-fth) + 2px) * 1.21);
}

.prode1-2p {
    margin-bottom: 90px;
}

.prode1-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
}

/*  */


.prode1-2share {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.prode1-2share>p {
    color: #00132A;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
    letter-spacing: 0.28px;
    text-transform: capitalize;
    margin-right: 22px;
}

/*  */
.prode1-2btnbox {
    display: flex;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: max-content;
    border-radius: 6px;
    background: #222;
    margin-right: 10px;
    min-width: 325px;
    height: 50px;
    padding: 12px;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #D82029;
}

.prode1-2a:last-child {
    margin-right: 0;
}

.prode1-2a i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    margin-right: 16px;
}

.prode1-2a p {
    color: #FFF;
    font-family: "DM Mono";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/* 产品详情下面 */
/* .prode-min {} */

.prode2 {
    position: sticky;
    top: 140px;
    z-index: 14;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    position: relative;
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #F5F5F5;
}


.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #149496;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    padding: 16px 33px;
    display: block;
    width: max-content;
    transition: all 0.5s ease;
}

.prode2-la:hover {
    background: #C31130;
}

.prode2-l.on .prode2-la {
    background: #C31130;
}

.prode2-la span {
    --size: 0px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.prode2-l.on .prode2-la span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.prode2-la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.prode-end {
    padding-bottom: 130px;
}

/*  */
.prode3-box {
    padding: 80px 0 100px;
}

.prode3h {
    padding-bottom: 80px;
}

.prode3h p {
    color: #222;
    font-size: calc(var(--zj-prode1_2h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-prode1_2h) + 2px) * 1.21);
    text-transform: capitalize;
}

.prode3-u {
    margin-right: calc(-.5 * 1.88rem) !important;
    margin-left: calc(-.5 * 1.88rem) !important;
}

.prode3-l {
    padding-right: calc(1.88rem * .5) !important;
    padding-left: calc(1.88rem * .5) !important;
    margin-bottom: 20px;
}

.prode3-l::after {
    display: none !important;
}

.prode3-lbox {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.20);
    height: 100%;
    padding: 30px;
}

.prode3-lh {
    margin-bottom: 16px;
}

.prode3-lh p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
}

.prode3-lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.prode3-faq {
    margin-bottom: 10px;
    padding: 0 !important;
}

.prode3-faq:last-child {
    margin-bottom: 0;
}

.prode3-faq::after {
    display: none;
}

.prode3-fa1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    background: #F5F5F5;
    padding: 16px 20px;
}

.prode3-falf {
    display: flex;
    align-items: center;
}

.prode3-fai {
    flex: 0 0 auto;
}

.prode3-fai i {
    font-size: 24px;
    color: rgba(216, 32, 41, 1);
    line-height: normal;
    margin-right: 16px;
}

.prode3-fah p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
}

.prode3-farg {
    flex: 0 0 auto;
    position: relative;
    margin-left: 20px;
}

.prode3-farg i {
    font-size: 20px;
    line-height: normal;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.prode3-faq:hover .prode3-farg i {
    color: rgba(216, 32, 41, 1);
}

.prode3-faq.on .prode3-farg i {
    color: rgba(216, 32, 41, 1);
}

.prode3-farg i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.prode3-faq.on .prode3-farg i:nth-child(1) {
    opacity: 0;
}

.prode3-faq.on .prode3-farg i:nth-child(2) {
    opacity: 1;
}

.prode3-fa2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.prode3-faq.on .prode3-fa2 {
    max-height: 400px;
    opacity: 1;
}

.prode3-fap {
    padding: 20px 0 22px;
}

.prode3-fap p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    padding: 0 60px;
}

.prode5-box {
    padding: 100px 0;
}

.prode5h {
    margin-bottom: 20px;
}

.prode5h p {
    color: #222;
    font-size: calc(var(--zj-ser-fth) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-ser-fth) + 2px) * 1.21);
    text-transform: capitalize;
}

.prode5-p {
    margin-bottom: 24px;
}

.prode5-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode5p {
    margin-bottom: 17px;
    border-radius: 4px;
    background: #D82029;
    padding: 16px 24px;
}

.prode5p p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.21);
}

.prode5 .con2-fobt {
    display: flex;
    justify-content: flex-start;
}

.prode5 .con2-fobt button {
    width: auto;
    border-radius: 6px;
    border: 1px solid #222;
    padding: 9px 58px;
    background: transparent;
}

.prode5 .con2-fobt button:hover {
    background: #D82029;
    border: 1px solid #D82029;
}

.prode5 .con2-fobt button span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
}

.prode5 .con2-fobt button:hover span {
    color: #FFF;
}

.prode5 .con2-fobt button i {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    line-height: normal;
    margin-left: 8px;
    transition: all 0.5s ease;
}

.prode5 .con2-fobt button:hover i {
    color: #FFF;
}

/*  */
.prode4 {
    padding: 100px 0;
    position: relative;
}

.prode4 .prode3h {
    padding-bottom: 0;
}

.prode4-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.ratingbox .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 15px;

    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ratingbox .rating input {
    display: none !important;
}

.ratingbox .rating input:checked~label:before {
    content: '\e9a1';
}

.ratingbox .rating label {
    font-size: 15px;

    margin-left: 5px;

    cursor: pointer;

    color: rgba(216, 32, 41, 1);
}

.ratingbox .rating label:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e9a2';
    -webkit-transition: all .35s;
    transition: all .35s;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ratingbox .rating label:hover:before,
.ratingbox .rating label:hover~label:before {
    content: '\e9a1';
}

/* Customer Reviews */
.prode4-1h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

.write-btn {
    cursor: pointer;
}

.write-btn span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    --size: 1px;
    --color: rgba(216, 32, 41, 1);
    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);
}

.write-btn:hover span {
    color: rgba(216, 32, 41, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.write-form {
    display: none;
}

.form-review {
    margin-bottom: 56px;
}

.form-review>input,
.form-review>textarea {
    width: 100%;
    padding: 13px 22px;
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: transparent;
    transition: all 0.5s ease;
}

.form-review>input::-webkit-input-placeholder {
    color: #666;
}

.form-review>input:-moz-placeholder {
    color: #666;
}

.form-review>input::-moz-placeholder {
    color: #666;
}

.form-review>input:-ms-input-placeholder {
    color: #666;
}

.form-review>textarea::-webkit-input-placeholder {
    color: #666;
}

.form-review>textarea:-moz-placeholder {
    color: #666;
}

.form-review>textarea::-moz-placeholder {
    color: #666;
}

.form-review>textarea:-ms-input-placeholder {
    color: #666;
}

.ratingbox {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: transparent;
    padding: 13px 22px;
    margin-bottom: 16px;
}

.ratingbox p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* --------------- */
/*  */
.prode4-3box {
    padding-bottom: 20px;
    margin-bottom: 32px;
    border-bottom: 1px solid #F5F5F5;
}

.prode4-3box:last-child {
    margin-bottom: 0;
}

.prode4-3t {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    padding-top: 8px;
}

.prode4-3h p {
    color: #222;
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prode4-3num {
    margin-left: 54px;
}

.prode4-3num p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/*  */
.prode4-3hfly {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.prode4-3hfly1 {
    margin-right: 10px;
}

.prode4-3hfly1 p {
    color: #AA292C;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.prode4-3hfly2 i {
    font-size: 15px;
    color: rgba(216, 32, 41, 1);
}

.prode4-3p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
}

/*  */
.prode4 .con2-fobt {
    display: flex;
    justify-content: flex-start;
}

.prode4 .con2-fobt button {
    width: auto;
    border-radius: 6px;
    border: 1px solid #222;
    padding: 9px 58px;
    background: transparent;
}

.prode4 .con2-fobt button:hover {
    background: #D82029;
    border: 1px solid #D82029;
}

.prode4 .con2-fobt button span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
}

.prode4 .con2-fobt button:hover span {
    color: #FFF;
}

.prode4 .con2-fobt button i {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    line-height: normal;
    margin-left: 8px;
    transition: all 0.5s ease;
}

.prode4 .con2-fobt button:hover i {
    color: #FFF;
}

/*  */

.prode6h p {
    color: #222;
    font-size: calc(var(--zj-ser-fth) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-ser-fth) + 2px) * 1.21);
    text-transform: capitalize;
}

.prode6-chansp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.prode6-chan {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prode6-chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    margin: 0 0 0 20px !important;
}

.prode6-chan>div::after {
    content: "";
}

.prode6-chan>div i {
    font-size: 30px;
    color: rgba(34, 34, 34, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.prode6-chan>div:hover i {
    color: rgba(216, 32, 41, 1);
}

.prode6-u {
    position: relative;
}

@media (max-width: 1536px) {
    .prode-topbox {
        padding: 110px 0 70px;
    }

    .prode1-2 {
        width: calc(100% - 49.33% - 30px);
    }

    .prode-top {
        align-items: flex-start;
    }

    .prode1-2h {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .prode1-2num {
        margin-bottom: 8px;
    }

    .prode1-2p {
        margin-bottom: 30px;
    }

    .prode1-2a {
        min-width: 165px;
    }

    .prode .subnav-box {
        margin-bottom: 40px;
    }

    .prode3-box {
        padding: 70px 0;
    }

    .prode3h {
        padding-bottom: 40px;
    }

    .prode5-box {
        padding: 70px 0;
    }

    .prode4 {
        padding: 70px 0;
    }

    .prode-end {
        padding-bottom: 70px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode2-la {
        padding: 8px 22px;
    }

    .prode3-l {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .prode6-chan {
        display: none;
    }

    .prode3-l {
        width: 100%;
    }

    .prode4-1 {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 499px) {
    .prode-topbox {
        padding: 50px 0 40px;
    }

    .prode .subnav-box {
        margin-bottom: 20px;
    }

    .slider-nav {
        width: calc(100% - 26px - 26px);
    }

    .prode3-box {
        padding: 40px 0;
    }

    .prode3h {
        padding-bottom: 20px;
    }

    .prode3-fap p {
        padding: 0;
    }

    .prode3-fa1 {
        padding: 8px 12px;
    }

    .prode5-box {
        padding: 40px 0;
    }

    .prode5h {
        margin-bottom: 10px;
    }

    .prode5p {
        margin-bottom: 12px;
        padding: 6px 12px;
    }

    .prode4 {
        padding: 40px 0;
    }

    .prode4-3t {
        margin-bottom: 12px;
    }

    .prode4-3num {
        margin-left: 24px;
    }

    .prode4-3box {
        padding-bottom: 10px;
        margin-bottom: 16px;
    }

    .form-review>input,
    .form-review>textarea {
        padding: 6px 12px;
    }

    .ratingbox {
        padding: 6px 12px;
    }

    .prode6-chansp {
        margin-bottom: 20px;
    }

    .prode-end {
        padding-bottom: 40px;
    }
}