#ven {
    transition: all 0.5s ease;
}

.scrolled {
    top: -100px;
}

#ven:hover {
    background: rgba(34, 34, 34, 0.90);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.ventricle {
    background: rgba(34, 34, 34, 0.90);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.headersp {
    background: rgba(34, 34, 34, 0.90);
    backdrop-filter: blur(4px);
}

@media (max-width: 1199.9px) {
    .header19 {
        background: #FFF !important;
    }
}

.headersub:hover {
    background: #FFF;
}

@media (max-width: 1536px) {
    .hea-top {
        padding: 12px 0;
    }

    .pro1 {
        height: calc(100vh - 140px);
        display: flex;
        align-items: flex-end;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        height: auto;
        display: block;
    }
}

@media (max-width: 499px) {
    .scrolled {
        top: 0;
    }

    .slick-track {
        margin-left: 0;
        margin-right: 0;
    }

    .slider-nav .item {
        margin-right: 5px;
    }
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 20px 0;
    position: relative;
}

.ven1-loim img {
    width: 140px;
    height: auto;
    transition: all 0.5s ease;
}

.ven1-loim img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.ventricle .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.ventricle .ven1-loim img:nth-child(2) {
    opacity: 1;
}

.headersp .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.headersp .ven1-loim img:nth-child(2) {
    opacity: 1;
}

@media (max-width: 1199.9px) {
    .header19 .ven1-loim img:nth-child(1) {
        opacity: 0 !important;
    }

    .header19 .ven1-loim img:nth-child(2) {
        opacity: 1 !important;
    }
}

.headersub:hover .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.headersub:hover .ven1-loim img:nth-child(2) {
    opacity: 1;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 4.2vw;
}

.ven2-l:last-child {
    margin-right: 5.25vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #FFF;
    transition: all 0.5s ease;
    z-index: 12;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ventricle .ven2-la::after {
    background: #1364AF;
}

.headersp .ven2-la::after {
    background: #1364AF;
}

.ven2-la span {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);

    --size: 0px;
    --color: #EB562B;
    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-l.on .ven2-la span {
    color: #F05C15;
}

.ven2-la:hover span {
    color: #F05C15;
}

/* .ventricle .ven2-la span {
    color: #F05C15;
}

.headersp .ven2-la span {
    color: #F05C15;
} */

@media (max-width: 1199.9px) {
    .header19 .ven2-la span {
        color: #475467 !important;
    }
}

.headersub:hover .ven2-la span {
    color: #475467;
}

/* .ven2-la:hover span {
    color: #16447C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #16447C;
    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;
}

@media (max-width: 1199.9px) {
    .header19 .ven2-la i {
        color: #000 !important;
    }
}

.headersub:hover .ven2-la i {
    color: #000;
}

/*  */

.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: 26px;
    line-height: normal;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

.ventricle .vensesv i {
    color: #fff;
}

.headersp .vensesv i {
    color: #FFF;
}

.vensesv:hover i {
    color: #F05C15;
    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);
}

@media (max-width: 1199.9px) {
    .header19 .vensesv span {
        color: rgba(34, 34, 34, 1) !important;
    }
}

/*  */
.ven-inqury {
    display: flex;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, #18429B 100%);
    padding: 3px 3px 3px 20px;
}

.ven-inqury p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 12px;
}

.ven-inqury .ven-inqurya {
    position: relative;
    border-radius: 100px;
    background: #FFF;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya i {
    font-size: 24px;
    line-height: normal;
    color: rgba(235, 86, 43, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury .ven-inqurya span {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    right: -4px;
    top: -1px;
    background: rgba(235, 86, 43, 1);
    font-feature-settings: 'liga' off, 'calt' off;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
}

/*  */
.ven-line {
    width: 1px;
    height: 10px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.30);
    display: none;
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EE390A;
}

/*  */
.ven2-lang {
    position: relative;
    margin-left: 15.6vw;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    border: 1px solid #DDD;
    padding: 11px 16px;
}


@media (max-width: 1199.9px) {
    .header19 .ven2-langbt::before {
        background: #475467 !important;
    }

}

.headersub:hover .ven2-langbt::before {
    background: #475467;
}

.ven2-langbt i {
    font-size: 24px;
    line-height: normal;
    color: #FFF;
    display: block;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.ven2-langbt i.icon-xiangxiajiantou-shouqi {
    font-size: 24px;
    line-height: normal;
    margin-right: 0;
    margin-left: 6px;
}

.ven2-langbt i.icon-xiangxiajiantou-shouqi::before {
    transition: all 0.5s ease;
    display: block;
}

.ven2-langbt:hover i.icon-xiangxiajiantou-shouqi::before {
    transform: rotate(180deg);
}

.ventricle .ven2-langbt i {
    color: #1364AF;
}

.headersp .ven2-langbt i {
    color: #1364AF;
}

@media (max-width: 1199.9px) {
    .header19 .ven2-langbt i {
        color: #475467 !important;
    }
}

.ven2-langbt:hover i {
    color: #16447C;
}

.ven2-langbt:hover i.icon-yuyan {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.ventricle .ven2-langbt span {
    color: #1364AF;
}

.headersp .ven2-langbt span {
    color: #1364AF;
}

@media (max-width: 1199.9px) {
    .header19 .ven2-langbt span {
        color: #475467 !important;
    }
}

.headersub:hover .ven2-langbt span {
    color: #475467;
}

.ven2-langbt:hover span {
    color: #16447C;
}


/* 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: 1536px) {
    .ven1-loim {
        padding: 12px 0;
    }

    .ven1-loim img {
        width: 120px;
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 14px;
    }

    .ven2-l:last-child:after {
        margin: 0 38px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven2-lang {
        margin-left: 4.6vw;
    }

    .vensesv {
        --w: 38px;
    }

    .ven2-langbt {
        padding: 6px 9px;
    }

    .ven2-la i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .vensesv {
        margin: 0 0 0 10px !important;
    }

    .ven2-lang {
        margin-left: 0;
    }

    .ven2-langbt::before {
        display: none;
    }

    .ven2-langbt i {
        font-size: 22px;
        margin-right: 10px;
        margin-bottom: 2px;
    }

    .ven1-loim {
        padding: 16px 0;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 80px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury {
        padding: 3px;
    }

    .ven-inqury p {
        display: none;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }

    .ven1-loim {
        padding: 12px 0;
    }

    .ven2-langbt i.icon-xiangxiajiantou-shouqi {
        font-size: 16px;
        padding-top: 4px;
    }

    .ven2-langbt i {
        font-size: 18px;
        margin-right: 6px;
        margin-bottom: 0px;
    }

    .vensesv {
        --w: 34px;
    }

    .vensesv i {
        font-size: 20px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 114%;
    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; */
    /* overflow: visible; */
    transition: all 0.5s ease;
}

.ven2-l:nth-child(4) .ven2-ler {
    width: 414%;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
}

.ven2-lerbo {
    background: rgba(34, 34, 34, 0.90);
    backdrop-filter: blur(4px);
    padding: 20px;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.ven2-lerabb:last-child .ven2-lera {
    margin-bottom: 0;
}

.ven2-lera span {
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    --size: 0px;
    --color: #F05C15;
    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: #F05C15;
    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: #006FC1;
    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: #006FC1;
    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: 130%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #006FC1;
    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: #006FC1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: -34px;
    top: 49%;
    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 #1364AF;
    width: 290px;
    padding: 13px 13px 13px 20px;
    border-radius: 60px;
    background: #1364AF;
}

.ven-sehfo input {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Source Han Sans CN";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgb(255, 255, 255);
    font-size: 20px;
}

@media (max-width: 1536px) {

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 240%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 250%;
        right: -35px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .vensesv {
        margin: 0 10px;
    }

    .ven-line {
        margin: 0 10px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 5px;
}

#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: #FFF;
    transition: all .5s;
}

@media (max-width: 1199.9px) {}

#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: #FFF;
}

@media (max-width: 1199.9px) {}


#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #FFF;
}

@media (max-width: 1199.9px) {}


#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

@media (max-width: 1199.9px) {}


#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: 80px;
    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: #F05C15;
}

.xiantiao>a {
    color: #F05C15;
}

.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: #F05C15;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 52px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
    z-index: 12;
}

.sub-show {
    padding-top: 90px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    animation: zoombig 3s forwards linear;
}

@keyframes zoombig {
    0% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.sub-te {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sub-h {
    position: relative;
    margin-bottom: 20px;
}

.sub-h h2 {
    color: #FFF;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    animation-name: fadeInRightcsw !important;
}

.sub-p p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 681px;
    animation-name: fadeInRightcsw !important;
}

@media (max-width: 1536px) {

    .sub-h::after {
        margin: 16px 0;
        max-width: 240px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {

    .sub-te {
        top: 55%;
    }

    .sub-h {
        margin-bottom: 10px;
    }
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 356px;
    }

    .sub-about .sub-im img {
        max-height: 660px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }

    /* .subnav {
        display: none !important;
    } */
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 250px;
    }

    .subnav-a p {
        font-size: 14px !important;
    }

    .subnav-a {
        padding: 12px 6px 8px !important;
    }

    .subnav-boxctm {
        min-height: auto !important;
    }

    .subnav-box {
        padding: 0 !important;
    }
}

/*  */
.subnav-box {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 20px 0;
}

.subnav-boxsp {
    position: relative;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    padding: 0 0;
}

.sub-show .subnav-box {
    background: #00000000;
}

.subnav-boxctm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 16px;
    line-height: normal;
    color: rgba(19, 100, 175, 0.4);
    margin-right: 4px;
    line-height: normal;
}

.sub-show .subnav i {
    color: rgba(34, 34, 34, 1);
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    --size: 0px;
    --color: #13715F;
    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);
}

.subnav-boxsp .breadcrumb-item::before,
.subnav-boxsp .breadcrumb-item a span {
    color: #666;
}

.breadcrumb-item:hover a span {
    color: #13715F;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.subnav-boxsp .breadcrumb-item:last-child a span {
    color: #13715F;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
    padding-bottom: 3px;
}

.subnav-boxsp .breadcrumb-item+.breadcrumb-item::before {
    color: #666;
}

/*  */
.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;
}

/*  */
.subnav-te {
    display: flex;
    align-items: center;
}

.subnav-a {
    display: block;
    padding: 26px 30px;
    border-bottom: 2px solid #1364af00;
    transition: all 0.5s ease;
}

.subnav-a:hover {
    border-bottom: 2px solid #1364af;
}

.subnav-a.on {
    border-bottom: 2px solid #1364af;
}

.subnav-a p {
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.subnav-a:hover p {
    color: #1364AF;
}

.subnav-a.on p {
    color: #1364AF;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }

    .subnav-a {
        display: block;
        padding: 16px 20px;
    }

    .subnav-boxctm {
        min-height: 56px;
    }
}

@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;
}

.product .sub-page {
    justify-content: flex-end;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #13715F;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.5s ease;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(19, 113, 95, 0.40);
    border-radius: 50%;
}

.sub-pagel a:hover {
    color: rgba(255, 255, 255, 1);
    background: #13715F;
    border: 1px solid #13715F;
}

.sub-pagel.on a {
    color: rgba(255, 255, 255, 1);
    background: #13715F;
    border: 1px solid #13715F;
}

.sub-pagel a i {
    font-size: 20px;
    color: #13715F;
    font-weight: normal;
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }

    .subnav-box {
        padding: 7px 0;
    }

    .subnav i {
        margin-right: 14px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 100px;
    margin-top: 0;
}

[data-sub-pad="header86"] {
    margin-top: 86px;
}

[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-pad="header86"] {
        margin-top: 74px;
    }

    [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-pad="header86"] {
        margin-top: 46px;
    }

    [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 */
.con1-box {
    padding: 120px 0 150px;
    display: flex;
    justify-content: space-between;
}

.con1-1 {
    width: calc(100% - 49.3% - 32px);
    flex: 0 0 auto;
    padding: 60px 40px;
    border-radius: 20px;
    background: #FAF8F5;
}

.con1-h {
    margin-bottom: 80px;
}

.con1-h p {
    color: #222;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.con1-h p span {
    color: #F05C15;
}

.con1-l {
    margin-bottom: 40px;
}

.con1-l1 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.con1-li {
    --w: 30px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1-li i {
    font-size: 22px;
    margin-right: 10px;
    color: #F05C15;
}

.con1-lh p {
    color: #F05C15;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.con1-l2 p span {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    --size: 1px;
    --color: #F05C15;
    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-l2:hover p span {
    color: #F05C15;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-share {
    display: flex;
    align-items: center;
}

.con1-sha {
    display: block;
    margin-right: 20px;
    transition: all 0.5s ease;
}

.con1-sha:hover {
    transform: translateY(-5px);
}

.con1-sha:last-child {
    margin-right: 0;
}

.con1-sha i {
    font-size: 38px;
    line-height: normal;
    color: rgba(240, 92, 21, 1);
}

.con1-2 {
    width: 49.3%;
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.con1-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.con2 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.con2>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.con2-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*  */

.con2-1 {
    width: 49%;
    flex: 0 0 auto;
}

.con2-1h {
    margin-bottom: 20px;
}

.con2-1h p {
    color: #222;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 763px;
}

.con2-1h p span {
    color: #F05C15;
}

.con2-1p p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.con2-2 {
    width: 49%;
    flex: 0 0 auto;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7px);
    padding: 40px 32px;
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.con2-fol {
    margin-bottom: 30px;
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.con2-fol input,
.con2-fol textarea {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    /*text-transform: uppercase;*/

    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(19, 113, 95, 0.40);
    background: transparent;

    transition: all 0.5s ease;
    padding: 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #F05C15;
}

.con2-fol input::-webkit-input-placeholder {
    color: #222;
}

.con2-fol input::-moz-placeholder {
    color: #222;
}

.con2-fol input::-ms-input-placeholder {
    color: #222;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #222;
}

.con2-fol textarea::-moz-placeholder {
    color: #222;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #222;
}

.con2-fobt button {
    border-radius: 60px;
    background: #13715F;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease;
}

.con2-fobt button::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #F05C15;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 100% 50%;
    transform: scaleX(0);
}

.con2-fobt button:hover::after {
    transform: none;
    transform-origin: 0% 50%
}

.con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.con2-fobti {
    margin-top: 3px;
    overflow: hidden;
    transform: rotate(-45deg);
}

.con2-fobti i {
    font-size: 20px;
    color: rgba(240, 92, 21, 1);
    line-height: normal;
    --w: 29px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con2-fobt button:hover .con2-fobti i {
    color: #FFF;
    animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1536px) {
    .con1-box {
        padding: 70px 0 80px;
    }

    .con1-1 {
        padding: 30px 20px;
    }

    .con1-sha i {
        font-size: 30px;
    }

    .con1-sha {
        margin-right: 10px;
    }

    .con2 {
        padding: 70px 0;
    }

    .con2-fou {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .con2-fol {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .con2-fobt button {
        padding: 10px 30px;
    }

    .con2-2 {
        padding: 20px 16px;
    }
}

@media (max-width: 992px) {
    .con1-box {
        flex-direction: column;
    }

    .con1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .con1-2 {
        width: 100%;
    }

    .con2-box {
        flex-direction: column;
    }

    .con2-1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .con2-2 {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con1-box {
        padding: 40px 0 40px;
    }

    .con1-1 {
        padding: 15px 10px;
    }

    .con1-h p {
        font-size: 30px;
    }

    .con1-h {
        margin-bottom: 40px;
    }

    .con1-l {
        margin-bottom: 20px;
    }

    .con1-l1 {
        margin-bottom: 4px;
    }

    .con2 {
        padding: 40px 0;
    }

    .con2-1h p {
        font-size: calc(var(--zj-news-h) + 2px);
    }

    .con2-1h {
        margin-bottom: 10px;
    }

    .con2-1 {
        margin-bottom: 20px;
    }

    .con2-fol {
        margin-bottom: 12px;
    }

    .con2-fobt button {
        padding: 6px 16px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 12px;
    }
}

/* footer */
#footer {
    background: #222;
}

.ft1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px 0;
}

.ft1-1a {
    display: flex;
    margin-bottom: 20px;
}

.ft1-1a img {
    width: 160px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ft1-1p {
    margin-bottom: 20px;
}

.ft1-1p p {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 408px;
}

.ft1-1share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ft1-1sha {
    display: block;
    margin-right: 20px;
    transition: all 0.5s ease;
}

.ft1-1sha:hover {
    transform: translateY(-5px);
}

.ft1-1sha:last-child {
    margin-right: 0;
}

.ft1-1sha i {
    font-size: 28px;
    line-height: normal;
    color: #F05C15;
}

/*  */
.ft1-h {
    margin-bottom: 28px;
}

.ft1-h p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ft1-2a {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.ft1-2a:last-child {
    margin-bottom: 0;
}

.ft1-2a i {
    font-size: 22px;
    line-height: normal;
    color: #F05C15;
    margin-right: 10px;
}

.ft1-2a p {
    max-width: 356px;
}

.ft1-2a p span {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: #F05C15;
    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-2a:hover p span {
    color: #F05C15;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft1-a {
    display: flex;
    margin-bottom: 10px;
}

.ft1-a:last-child {
    margin-bottom: 0;
}

.ft1-a p span {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: #F05C15;
    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-a:hover p span {
    color: #F05C15;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.ft2-a {
    display: block;
}

.ft2-a p span {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: #F05C15;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft2-a:hover p span {
    color: #F05C15;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft1-2a p {
        max-width: 256px;
    }

    .ft1-1p p {
        max-width: 308px;
    }

    .ft1 {
        padding: 70px 0;
    }
}

@media (max-width: 992px) {

    .ft1-2a p {
        max-width: 386px;
    }

    .ft1-3,
    .ft1-4 {
        display: none;
    }

    .ft1 {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        margin-bottom: 30px;
    }

    .ft1-1p p {
        max-width: 100%;
    }

    .ft2 {
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 0;
    }

    .ft1-h {
        margin-bottom: 20px;
    }
}

/* 青岛染合睿发（新闻）*/
.ne-box {
    padding: 120px 0 110px;
}

.ne-u {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.ne-l {
    margin-bottom: 60px;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

.ne-lbox {
    display: block;
}

.ne-limg {
    overflow: hidden;
    border-radius: 20px;
}

.ne-limg img {
    width: 100%;
    height: auto;
    aspect-ratio: 539 / 404;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg img {
    transform: scale(1.08);
}

.ne-lte {
    padding: 20px;
}

.ne-lnum {
    margin-bottom: 10px;
}

.ne-lnum p {
    color: #F05C15;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ne-lh {
    margin-bottom: 20px;
}

.ne-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lh p span {
    color: #222;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lh p span {
    color: #13715F;
}

.ne-lbtn {
    display: flex;
}

.ne-la {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #222;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-la {
    border-bottom: 1px solid #13715F;
}

.ne-la p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-la p {
    color: #13715F;
}

.ne-la i {
    font-size: 20px;
    line-height: normal;
    color: rgba(34, 34, 34, 1);
    margin-left: 10px;
    padding-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-la i {
    color: #13715F;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 70px 0 60px;
    }

    .ne-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ne-l {
        margin-bottom: 30px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .ne-lte {
        padding: 12px;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }
}

@media (max-width: 642px) {
    .ne-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 40px 0 30px;
    }

    .ne-l {
        margin-bottom: 20px;
    }
}

/* 青岛染合睿发（新闻-详情） */
.nede {
    padding: 132px 0 108px;
}

.nede-box {
    margin-top: 80px !important;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nede1 {
    width: 66%;
    flex: 0 0 auto;
    border-radius: 20px;
    background: #FAF8F5;
    padding: 60px 60px 0 60px;
}

.nede1-h {
    margin-bottom: 20px;
}

.nede1-h p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nede1-num p {
    color: #F05C15;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.nede1-line {
    width: 100%;
    height: 1px;
    margin: 20px 0 60px;
    background: rgba(19, 113, 95, 0.40);
}

.nede1-te {
    padding-bottom: 60px;
}

.nede1-te>* {
    margin-bottom: 40px;
}

.nede1-te>*:last-child {
    margin-bottom: 0;
}

.nede1-te p {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
}

.nede1-te img,
.nede1-te p img {
    max-width: 100%;
}

.nede1-end {
    padding: 40px 0;
    border-top: 1px solid rgba(19, 113, 95, 0.40);
}

/*  */
.nede1-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nede1-1 {
    flex: 1;
}

.nede1-1a {
    display: block;
    margin-bottom: 17px;
}

.nede1-1a:last-child {
    margin-bottom: 0;
}

.nede1-1a p,
.nede1-1a p span {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.nede1-1a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nede1-1a p span {
    color: #666;
}

.nede1-1a:hover p span {
    color: #13715F;
}

.nede1-2 {
    flex: 0 0 auto;
    margin-left: 20px;
}

.nede1-2a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #13715F;
    transition: all 0.5s ease;
}

.nede1-2a:hover {
    border-bottom: 1px solid #F05C15;
}

.nede1-2a p {
    color: var(--2, #13715F);
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    transition: all 0.5s ease;
}

.nede1-2a:hover p {
    color: #F05C15;
}

.nede1-2a i {
    color: #13715F;
    margin-left: 10px;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.nede1-2a:hover i {
    color: #F05C15;
}

.nede2 {
    width: calc(100% - 66% - 32px);
    flex: 0 0 auto;
    padding: 40px;
    border-radius: 20px;
    background: #FAF8F5;
    position: sticky;
    top: 120px;
}

.nede2-h {
    padding: 20px 0;
    border-bottom: 1px solid rgba(19, 113, 95, 0.40);
}

.nede2-h p {
    color: #222;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nede2-l {
    margin-top: 40px;
}

.nede2-la {
    display: flex;
    align-items: center;
}

.nede2-limg {
    width: 35%;
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.nede2-limg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4/3;
    transition: all 0.5s ease;
}

.nede2-la:hover .nede2-limg img {
    transform: scale(1.08);
}

.nede2-lte {
    flex: 1;
    padding: 20px;
}

.nede2-lnum {
    margin-bottom: 10px;
}

.nede2-lnum p {
    color: #F05C15;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.nede2-lh p {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nede2-la:hover .nede2-lh p {
    color: #13715F;
}

@media (max-width: 1536px) {
    .nede {
        padding: 72px 0 68px;
    }

    .nede-box {
        margin-top: 40px !important;
    }

    .nede1 {
        padding: 30px 30px 0 30px;
    }

    .nede2 {
        padding: 20px;
        top: 80px;
    }

    .nede2-l {
        margin-top: 20px;
    }

    .nede2-lte {
        padding: 0 12px;
    }

    .nede1-te {
        padding-bottom: 30px;
    }

    .nede1-end {
        padding: 20px 0;
    }
}

@media (max-width: 992px) {
    .nede1 {
        width: 100%;
    }

    .nede2 {
        display: none;
    }

    .nede1-te>* {
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .nede {
        padding: 66px 0 38px;
    }

    .nede1 {
        padding: 12px 12px 0 12px;
    }

    .nede-box {
        margin-top: 20px !important;
    }

    .nede1-h {
        margin-bottom: 10px;
    }

    .nede1-line {
        margin: 10px 0 30px;
    }

    .nede1-te>* {
        margin-bottom: 12px;
    }

    .nede1-te p {
        line-height: calc(var(--zj-ven2-la) * 1.35);
    }

    .nede1-1a {
        margin-bottom: 3px;
    }

    .nede1-2a {
        padding: 3px 0;
    }
}

/*  */
.pro-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 120px 0 110px;
}

.pro1 {
    width: calc(34% - 110px);
    flex: 0 0 auto;
    position: sticky;
    top: 140px;
}

.pro1-bg {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: calc(100% + 140px);
    right: 0;
    bottom: 0;
    background: #FAF8F5;
}

.pro1-box {
    padding-right: 120px;
    overflow: hidden;
    position: relative;
    z-index: 12;
}

.pro1-u {
    margin-bottom: 88px;
}

.pro1-l {
    margin-bottom: 20px;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    border: 2px solid rgba(19, 113, 95, 0.30);
    background: rgba(19, 113, 95, 0.08);
    padding: 20px 40px;
    transition: all 0.5s ease;
}

.pro1-la:hover {
    border-bottom: 1px solid rgba(19, 113, 95, 0.20);
    background: #13715F;
    box-shadow: 0 8px 10px 0 rgba(0, 51, 42, 0.20);
}

.pro1-l.on .pro1-la {
    border-bottom: 1px solid rgba(19, 113, 95, 0.20);
    background: #13715F;
    box-shadow: 0 8px 10px 0 rgba(0, 51, 42, 0.20);
}

.pro1-la p {
    flex: 1;
}

.pro1-la p span {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    transition: all 0.5s ease;
}

.pro1-la:hover p span {
    color: #FFF;
}

.pro1-l.on .pro1-la p span {
    color: #FFF;
}

.pro1-la i {
    font-size: 24px;
    line-height: normal;
    color: rgba(44, 44, 44, 1);
    flex: 0 0 auto;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.pro1-la:hover i {
    color: #FFF;
}

.pro1-l.on .pro1-la i {
    color: #FFF;
}

.pro1-img {
    margin-bottom: -50%;
    animation: rotation2 20s linear infinite;
}

@keyframes rotation2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.pro1-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.pro2 {
    width: 66%;
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.pro2-l {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    margin-bottom: 60px;
}

.pro2-la {
    display: block;
}

.pro2-limg {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.pro2-limg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
    aspect-ratio: 4 / 3;
}

.pro2-la:hover .pro2-limg img {
    transform: scale(1.08);
}

/*  */
.pro2-lte {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(19, 113, 95, 0.20) 0%, #13715F 100%);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    transition: all 0.5s ease;
    opacity: 0;
}

.pro2-la:hover .pro2-lte {
    opacity: 1;
}

.pro2-lp {
    margin-bottom: 20px;
}

.pro2-lp p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lbtn {
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: #FFF;
    padding: 14px 28px;
    transition: all 0.5s ease;
}

.pro2-lbtn:hover {
    background: #13715F;
}

.pro2-lbtn p {
    color: #13715F;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.pro2-lbtn:hover p {
    color: #FFF;
}

.pro2-lbtn i {
    font-size: 20px;
    color: rgba(240, 92, 21, 1);
    line-height: normal;
    margin-left: 10px;
    transition: all 0.5s ease;
}

/*  */
.pro2-lh {
    padding: 20px;
}

.pro2-lh p {
    color: #222;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .sub-page {
    justify-content: center;
}

@media (max-width: 1536px) {
    .pro1-box {
        padding-right: 50px;
    }

    .pro1 {
        width: calc(34% - 40px);
    }

    .pro1-la {
        padding: 10px 20px;
    }

    .pro-box {
        padding: 70px 0 70px;
    }

    .pro2-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .pro2-lh {
        padding: 12px;
    }

    .pro2-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 30px;
    }

    .pro1-u {
        margin-bottom: 138px;
    }
}

@media (max-width: 992px) {
    .pro-box {
        flex-direction: column;
    }

    .pro1 {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }

    .pro2 {
        width: 100%;
    }

    .pro1-u {
        margin-bottom: 44px;
    }

    .pro1-box {
        padding-right: 0;
    }

    .pro1-bg {
        right: 50%;
        transform: translateX(50%);
    }
}

@media (max-width: 642px) {
    .pro2-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .pro-box {
        padding: 40px 0;
    }

    .pro1-la {
        padding: 10px 12px;
    }

    .pro1-l {
        margin-bottom: 12px;
    }

    .pro1-img {
        margin-bottom: -90%;
        display: none;
    }

    .pro1-u {
        margin-bottom: 30px;
    }

    .pro2-l {
        margin-bottom: 20px;
    }
}

/*  */
.wig-u {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.wig-l {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    margin-bottom: 60px;
}

.wig-la {
    display: block;
    border-radius: 20px;
    background: #FAF8F5;
    padding: 20px 20px 10px 20px;
    transition: all 0.5s ease;
}

.wig-la:hover {
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.14);
}

.wig-limg {
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.wig-limg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
    transition: all 0.5s ease;
}

.wig-la:hover .wig-limg img {
    transform: scale(1.08);
}

.wig-lh {
    padding: 20px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
}

.wig-lh p {
    color: #222;
    text-align: center;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.wig-la:hover .wig-lh p {
    color: #13715F;
}

@media (max-width: 1536px) {
    .wig-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .wig-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 30px;
    }
}

@media (max-width: 642px) {
    .wig-l {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*  */
.ab1-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 120px 0 60px;
}

.ab1-1 {
    flex: 0;
}

.ab1-1h {
    margin-bottom: 14px;
}

.ab1-1h p {
    color: #13715F;
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ab1-1h span {
    color: #F05C15;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ab1-1img {
    width: 100%;
    max-width: 254px;
    margin-bottom: -143px;
}

.ab1-1img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab1-2 {
    width: 75%;
    flex: 0 0 auto;
}

.ab1-2h {
    margin-bottom: 36px;
}

.ab1-2h p {
    color: #222;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab1-2h p span {
    color: #F05C15;
}

.ab1-2p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    margin-bottom: 30px;
}

.ab1-2p p:last-child {
    margin-bottom: 0;
}

/*  */
.ab2 {
    position: relative;
    z-index: 12;
}

.ab2-box video {
    width: 100%;
    border-radius: 20px;
}

/*  */
.ab3 {
    background: url(../img/ab3bg.webp) no-repeat;
    background-size: cover;
    background-position: center right;
    margin-top: 120px;
}

.ab3-box {
    display: flex;
    padding: 112px 0;
}

.ab3-te {
    width: 58%;
    border-radius: 20px;
    background: rgba(250, 248, 245, 0.80);
    backdrop-filter: blur(30px);
    padding: 64px;
}

.ab3-h {
    margin-bottom: 80px;
}

.ab3-h h2 {
    color: #222;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab3-h h2 span {
    color: #F05C15;
}

.ab3-l {
    margin-bottom: 40px;
    position: relative;
    padding-left: 30px;
}

.ab3-l:last-child {
    margin-bottom: 0;
}

.ab3-l::after {
    position: absolute;
    content: "";
    --w: 10px;
    width: var(--w);
    height: var(--w);
    background: rgba(240, 92, 21, 1);
    border-radius: 50%;
    top: 13px;
    left: 0;
}

.ab3-l p {
    color: #222;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/*  */
.ab4 {
    padding: 120px 0 80px;
}

.ab4-h {
    margin-bottom: 80px;
}

.ab4-h h2 {
    color: #222;
    text-align: center;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab4-h h2 span {
    color: #F05C15;
}

/*  */
.ab4-u {}

.ab4-l {
    margin-bottom: 40px;
}

.ab4-lbox {
    border-radius: 20px;
    overflow: hidden;
}

.ab4-lbox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
    transition: all 0.5s ease;
}

.ab4-lbox:hover img {
    transform: scale(1.08);
}

/*  */
.ab5-box {
    margin-bottom: 120px !important;
}

.ab5-h {
    margin-bottom: 80px;
}

.ab5-h h2 {
    color: #222;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab5-h h2 span {
    color: #F05C15;
}

/*  */
.ab5-end {
    display: flex;
    justify-content: space-between;
}

.ab5-1 {
    width: 32%;
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.ab5-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ab5-2 {
    width: calc(100% - 32% - 30px);
    flex: 0 0 auto;
    border-radius: 20px;
    background: #13715F;
    padding: 122px 40px;
}

/*  */
.ab5-2sw {
    position: relative;
    padding: 0 120px !important;
}

#ab5-sw {
    overflow: hidden;
}

.ab5-swimg {
    border-radius: 20px;
    background: #FFF;
    padding: 42px;
}

.ab5-swimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
}

.ab5-swimg:hover img {
    transform: scale(1.08);
}

#ab5-sw .swiper-button-prev,
#ab5-sw .swiper-button-next {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4);
    opacity: 1 !important;
    transition: all 0.5s ease;
}

#ab5-sw .swiper-button-prev:hover,
#ab5-sw .swiper-button-next:hover {
    color: #F05C15;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 70px 0 30px;
    }

    .ab1-1h p {
        font-size: 56px;
    }

    .ab1-1h span {
        font-size: 90px;
    }

    .ab3 {
        margin-top: 70px;
    }

    .ab3-box {
        padding: 72px 0;
    }

    .ab3-te {
        padding: 40px;
    }

    .ab3-h {
        margin-bottom: 40px;
    }

    .ab3-l {
        margin-bottom: 20px;
    }

    .ab4 {
        padding: 70px 0 50px;
    }

    .ab4-h {
        margin-bottom: 40px;
    }

    .ab5-h {
        margin-bottom: 40px;
    }

    .ab5-2sw {
        padding: 0 10px !important;
    }

    #ab5-sw .swiper-button-prev {
        left: -30px;
    }

    #ab5-sw .swiper-button-next {
        right: -30px;
    }

    #ab5-sw .swiper-button-prev::after,
    #ab5-sw .swiper-button-next::after {
        font-size: 20px;
    }

    .ab5-box {
        margin-bottom: 70px !important;
    }
}

@media (max-width: 992px) {
    .ab1-box {
        flex-direction: column;
    }

    .ab1-1img {
        display: none;
    }

    .ab1-2 {
        width: 100%;
    }

    .ab1-1h p {
        text-align: center;
    }

    .ab1-1h p {
        font-size: 36px;
    }

    .ab1-1h span {
        font-size: 60px;
    }

    .ab3-te {
        width: 100%;
    }

    .ab4-l {
        width: 50%;
    }

    .ab5-end {
        flex-direction: column-reverse;
    }

    .ab5-1 {
        width: 100%;
    }

    .ab5-2 {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 40px 0 30px;
    }

    .ab1-1h p {
        font-size: 30px;
    }

    .ab1-1h span {
        font-size: 46px;
    }

    .ab1-2h {
        margin-bottom: 18px;
    }

    .ab1-2p p {
        margin-bottom: 15px;
    }

    .ab3 {
        margin-top: 40px;
    }

    .ab3-box {
        padding: 42px 0;
    }

    .ab3-te {
        padding: 20px 12px;
    }

    .ab3-h {
        margin-bottom: 20px;
    }

    .ab3-l {
        margin-bottom: 12px;
    }

    .ab4 {
        padding: 40px 0 20px;
    }

    .ab4-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab4-h {
        margin-bottom: 20px;
    }

    .ab5-h {
        margin-bottom: 20px;
    }

    .ab5-2 {
        padding: 12px 0;
    }

    .ab5-swimg {
        padding: 22px;
    }

    .ab5-box {
        margin-bottom: 30px !important;
    }
}

/*  */
/* ------------------------------------------------------------ */
/* 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-active img {
    animation: zoombig 3s forwards linear;
}

@keyframes zoombig {
    0% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-pagination {
    transition: all 0.5s ease;
    bottom: 32px;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50%;
}

.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%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e66e';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner .slick-arrow {
    line-height: 80px;
    position: absolute;
    z-index: 20;
    top: 50%;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transition: top 0.1s ease-out, left 0.1s ease-out, right 0.1s ease-out;
    transition: top 0.1s ease-out, left 0.1s ease-out, right 0.1s ease-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background-color: #FBFFF5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: top, left;
    pointer-events: all;
}

.slick-prev {
    transform: translateY(-50%) rotate(0) !important;
    left: 20px;
}

@media (max-width: 1536px) {
    .banner .swiper-pagination {
        bottom: 20px;
    }
}

@media (max-width: 991px) {
    .banner .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .banner-video-box {
        padding-bottom: 0;
        height: 400px;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {

    .banner .item.item-video {
        display: none;
    }

    .banner-video-box {
        padding-bottom: 0;
        height: 300px;
    }

    .banner .swiper-pagination {
        bottom: 22px !important;
    }

    .banner .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin: 0 4px !important;
    }

    .banner .swiper-pagination-bullet svg {
        width: 20px !important;
        height: 20px !important;
        display: none !important;
    }

    .banner .swiper-pagination-bullet span {
        width: 20px !important;
        height: 20px !important;
    }
}

.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    content: '\ee4a';
    line-height: 1;
    color: #F05C15;
}

.banner .slick-arrow.slick-next {
    left: auto;
    right: 20px;
}

.banner .slick-arrow.slick-next:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    content: '\e609';
    line-height: 1;
    color: #F05C15;
}

@media (max-width: 991px) {

    .banner .slick-arrow.slick-next:before,
    .banner .slick-arrow:before {
        font-size: 24px;
    }
}

.banner .slick-arrow:hover {
    color: #9e0a0d;
}

.banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 58px;
}

.banner .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 4px;
    margin: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.5s ease;
    border-radius: 4px;
}

.banner .swiper-pagination-bullet-active {
    background: #13715F;
}

.banner .swiper-pagination-bullet svg {
    position: relative;
    z-index: 5;
    top: -1px;
    left: -1px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.banner .swiper-pagination-bullet svg circle {
    -webkit-transition: stroke-dashoffset .6s ease-out;
    transition: stroke-dashoffset .6s ease-out;
    stroke-width: 1px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    display: none;
}

.banner .swiper-pagination-bullet span {
    position: absolute;
    z-index: 4;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    /* border: 1px solid rgba(158, 10, 13, 0); */
    border-radius: 50%;
    display: none;
}

.banner .swiper-pagination-bullet span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active svg circle {
    -webkit-animation: movedong 4s ease-out;
    animation: movedong 4s ease-out;
    stroke-dashoffset: 0;
}

.banner .swiper-pagination-bullet-active span {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active span:after {
    background-color: #fff;
}

@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@media (max-width: 1536px) {}

.ind-ban {
    position: relative;
}

.inban_te {
    position: absolute;
    left: 50%;
    bottom: 35%;
    transform: translate(-50%, 50%);
    z-index: 12;
}

.inban_te p {
    color: #FFF;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    max-width: 893px;
}

.inban_te>span {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    margin-bottom: 60px;
    display: block;
}

.inban_btn {
    display: flex;
}

.inban_btna {
    border-radius: 60px;
    background: #13715F;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease;
}

.inban_btna::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #F05C15;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 100% 50%;
    transform: scaleX(0);
}

.inban_btna:hover::after {
    transform: none;
    transform-origin: 0% 50%
}

.inban_btna span {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.inban_btna:hover span {
    color: #FFF;
}

.inban_btni {
    overflow: hidden;
    transform: rotate(-45deg);
}

.inban_btna i {
    font-size: 20px;
    color: rgba(240, 92, 21, 1);
    line-height: normal;
    --w: 29px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.inban_btna:hover .inban_btni i {
    color: #FFF;
    animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes shuffle {
    50% {
        transform: translateX(100%)
    }

    50.01% {
        transform: translateX(-100%)
    }
}

/* so1 */
.so1-box {
    padding: 120px 0;
}

.so1-h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.so1-h h2 {
    color: #222;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 1211px;
}

.so1-h h2 span {
    color: #F05C15;
}

.so1-p {
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so1-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    max-width: 1211px;
}

.so1-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.so1-1 h3 {
    color: #222;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.so1-sw {
    position: relative;
}

#so1-sw {
    overflow: hidden;
}

.so1-btn {
    display: flex;
}

.so1-btn .inban_btna {
    background: rgba(255, 255, 255, 0.20);
}

.so1-btn .inban_btni i {
    color: #FFF;
}

/*  */
.so2-h {
    margin-bottom: 20px;
}

.so2-h h2 {
    color: #222;
    text-align: center;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.so2-p {
    margin-bottom: 40px;
}

.so2-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.so2-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 66px;
}

.so2-btn .inban_btna {
    border: 2px solid #13715F;
    background: #FFF;
}

.so2-btn .inban_btna::after {
    background-color: #13715F;
}

.so2-btn .inban_btna span {
    color: #13715F;
}

.so2-btn .inban_btna:hover span {
    color: #FFF;
}

/* so2-sw */
.so2-sw {
    position: relative;
}

.so2-sw::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 2px;
    border-radius: 0;
    background: rgba(25, 25, 25, 0.60);
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

#so2-sw {
    overflow: hidden;
}

.so2-swimg {
    border-radius: 20px;
    overflow: hidden;
}

.so2-swimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
    transition: all 0.5s ease;
}

.so2-swimg:hover img {
    transform: scale(1.08);
}

.so2-swscor {
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.so2-swscor p {
    border-radius: 24px;
    background: #F05C15;
    --w: 24px;
    width: var(--w);
    height: var(--w);
}

.so2-swscor span {
    background-color: rgba(240, 92, 21, 0.2);
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
}

@keyframes scalej2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        -webkit-opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
        -webkit-opacity: 0;
    }
}

.so2-swte {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #13715F;
    padding: 0 30px;
    aspect-ratio: 4 / 3;
    justify-content: center;
}

.so2-swnum {
    margin-bottom: 20px;
}

.so2-swnum p {
    color: #F05C15;
    text-align: center;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.so2-swh {
    margin-bottom: 20px;
}

.so2-swh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.so2-swp {
    max-height: calc(var(--zj-ven2-la) * 1.25 * 3);
    overflow-y: auto;
    padding-right: 2px;
}

.so2-swp::-webkit-scrollbar {
    width: 2px;
}

.so2-swp::-webkit-scrollbar-track {
    background: #FFF;
    border-radius: 10px;
}

.so2-swp::-webkit-scrollbar-thumb {
    background: #F05C15;
    border-radius: 10px;
}

.so2-swp p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.25);
}

/*  */
.so3 {
    background: url(../img/so3bg.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin-top: 98px;
    padding: 0 0 70px;
    position: relative;
    overflow: hidden;
}

.so3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 218px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #FFF;
}

.so3-box {
    position: relative;
    z-index: 12;
    display: flex;
    justify-content: space-between;
}

.so3-1 {
    width: 41%;
    flex: 0 0 auto;
    overflow: hidden;
}

.so3-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.so3-2 {
    width: calc(59% - 72px);
    flex: 0 0 auto;
    padding-top: 56px;
}

.so3-2h {
    margin-bottom: 20px;
}

.so3-2h h2 {
    color: #222;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.so3-2p {
    margin-bottom: 90px;
}

.so3-2p p {
    color: #666;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

/*  */
.so3-2u {
    margin-bottom: 52px;
}

.so3-2l {
    margin-bottom: 40px;
}

.so3-2l:last-child {
    margin-bottom: 0;
}

.so3-2l1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.so3-2li {
    flex: 0 0 auto;
    margin-right: 10px;
}

.so3-2li img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so3-2lh {
    flex: 1;
}

.so3-2lh h3 {
    color: #FFF;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.so3-2l2 p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/*  */
.so3-btn {
    display: flex;
}

.so3-btn .inban_btna {
    background: #FFF;
}

.so3-btn .inban_btna span {
    color: #222;
}

.so3-btn .inban_btna:hover span {
    color: #FFF;
}

/* so4 */
.so4-box {
    padding: 120px 0;
}

.so4-sw {
    position: relative;
}

#so4-sw {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .so1-box {
        padding: 70px 0;
    }

    .so1-p {
        margin-bottom: 70px;
    }

    .so1-top {
        margin-bottom: 40px;
    }

    .so4-box {
        padding: 70px 0;
    }

    .so1-top {
        margin-bottom: 40px;
    }

    .banner .swiper-pagination {
        bottom: 28px;
    }
}

@media (max-width: 992px) {
    .so3-1 {
        display: none;
    }

    .so3-2 {
        width: 100%;
        padding-top: 0;
    }

    .so3::after {
        height: 138px;
    }

    .inban_te {
        bottom: 40%;
    }
}

@media (max-width: 768px) {
    .banner .item a {
        padding-bottom: 80%;
    }

    .inban_te {
        bottom: 50%;
    }

    .so1-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so1-1 {
        margin-bottom: 20px;
    }

    .so2-swte {
        padding: 12px 20px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 128%;
    }

    .inban_te {
        bottom: 50%;
    }

    .banner img {
        object-position: center right;
    }

    .so1-box {
        padding: 40px 0;
    }

    .so1-h h2 {
        font-size: calc(var(--zj-news-h) + 2px);
    }

    .so1-p {
        margin-bottom: 40px;
    }

    .inban_btna {
        padding: 6px 20px;
    }

    .so2-h {
        margin-bottom: 10px;
    }

    .so2-p {
        margin-bottom: 20px;
    }

    .inban_btna {
        padding: 6px 20px !important;
    }

    .so2-btn {
        margin-bottom: 33px;
    }

    .so3 {
        padding: 0 0 30px;
        margin-top: 48px;
    }

    .so3-2h {
        margin-bottom: 10px;
    }

    .so4-box {
        padding: 40px 0;
    }
}

/* ---------------------------------------------------------------- */
/* 详情轮播dl */

.slider-for {
    font-size: 0;
    position: relative;
    width: 100%;
    /* border-radius: 8px;
    border: 1px solid #CCC; */
    /* background: #FFF;  */
    /* margin-bottom: 18px; */
    /* padding: 5px; */
}

.slider-for .item {
    overflow: hidden;
    cursor: crosshair;
    position: relative;
    /* padding: 28px 0; */
    /* border-radius: 8px; */
    /* border: 1px solid #CCC; */
}

.slider-for .item::after {
    position: absolute;
    content: "";
    width: calc(100%);
    height: calc(100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    z-index: 12;
    pointer-events: none;
    display: none;
}

.slider-for .item .img-box {
    padding-bottom: 76%;
    border-radius: 20px;
    overflow: hidden;
}

.slider-nav {
    width: 24%;
    /* margin: 0 -5px; */
}

.slider-nav button:nth-child(1) {
    transform: rotate(180deg);
}

.slider-nav .item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.slider-nav .item .img-box {
    padding-bottom: 76%;
    /* background: rgba(229, 244, 229, 1); */
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 20px;
    margin-bottom: 4px;
    border: 1px solid #cccccc00;
    /* opacity: 0.5; */
}

.slider-nav .item .img-box img {
    background: #F5F5F5;
}

.slider-nav .slick-current .img-box {
    /* border-radius: 8px; */
    border: 1px solid #F05C15;
    /* opacity: 1; */

}

.slider-nav .item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    /* border-radius: 8px; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    transition: all .3s ease;
    display: none;
}

.slider-nav .slick-current .item::after {
    opacity: 1;
}

.slider-nav .item.item-video::before {
    font-family: 'iconfont' !important;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    content: '\ea83';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: rgba(255, 255, 255, 1);
    z-index: 14;
    font-size: 36px;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 12;
}

/* .slick-prev,
.slick-next {
    position: relative;
    width: 100%;
    height: 41px;
    border-radius: 0;
    background: transparent;
}

.slick-prev::before,
.slick-next::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #004080 0%, rgba(255, 255, 255, 0) 80%);
    opacity: 0;
    z-index: 10;
}

.slick-next::before {
    background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0.00) 80%);
}

.slick-prev:after,
.slick-next:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    font-size: 14px;
    color: rgba(0, 64, 128, 1);
    font-family: 'iconfont';
    transition: all 0.3s ease;
}

.slick-prev:hover:after {
    top: 40%;
    color: rgba(0, 64, 128, 1);
}

.slick-next:hover:after {
    top: 60%;
    color: rgba(0, 64, 128, 1);
}

.slick-prev:after {
    content: "\e68d";
    transform: translate(-50%, -50%) rotate(90deg);
} */

/* .slick-next:after {
    content: "\e68d";
    transform: translate(-50%, -50%) rotate(-90deg);
} */
.slider-nav .slick-slide {
    /* border: none !important; */
    /* padding: 3px 0; */
    /* padding: 0 9px; */

}

.slider-for .slick-slide {
    /* padding: 5px 0; */
}

.slider-nav .slick-slide>div>div {
    display: block !important;
    position: relative;
    overflow: hidden;
}

.item-video span {
    background-color: #2265a800;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: 13;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: scalej 2s infinite;
    -webkit-animation: scalej 2s infinite;
}

@media (max-width: 1536px) {

    /* .slick-prev,
    .slick-next {
        height: 30px;
    } */
}

@media (max-width: 768px) {
    .slider-for {
        width: 100%;
        margin-bottom: 20px;
    }

    .slider-nav {
        width: 100%;
        /* display: flex !important; */
        /* width: calc(100% - 30px); */
        align-items: center;
    }

    .slider-nav .slick-list {
        width: 100%;
    }

    /* .slick-prev,
    .slick-next {
        position: relative;
        width: 5%;
        height: 100%;
    }

    .slick-prev {
        transform: rotate(-90deg);
    }

    .slick-next {
        transform: rotate(-90deg);
    } */
}

@media (max-width: 992px) {
    .slider-nav .item.item-video::before {
        width: 30px;
        height: 30px;
    }

    .slider-nav {
        padding: 0 0;
    }

    /* .slider-nav .item.item-video::before {
        font-size: 14px;
    } */
}

@media (max-width: 499px) {
    .slider-nav .item.item-video::before {
        font-size: 20px;
    }
}

/* 详情页轮播图 */
.slider-navbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.prode-swbtn {
    display: flex;
    align-items: center;
}

.slider-navbox button {
    background: transparent;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;

    position: absolute;
    top: 50%;
}

.slider-navbox .slider-prev {
    left: 13px;
}

.slider-navbox .slider-next {
    right: 13px;
}

.slider-navbox button i {
    font-size: 40px;
    color: #666;
    transition: all 0.5s ease;
}

.slider-navbox button:hover i {
    color: #F05C15;
}

/* ---------------------------------------------------------------- */
/* 青岛染合睿发（产品-详情） */
.prode {
    padding: 132px 0 108px;
}

.prde-top {
    padding-top: 80px;
    margin-bottom: 60px;
}

.prde-top {
    display: flex;
    justify-content: space-between;
}

.prode1-1 {
    width: 54.45%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.slider-navbox {
    width: calc(100% - 24% - 15px);
    flex: 0 0 auto;
}

/*  */
.prode1-2 {
    width: calc(100% - 54.45% - 32px);
    flex: 0 0 auto;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 20px 40px;
}

.prode1-2h {
    border-bottom: 1px solid rgba(19, 113, 95, 0.20);
    padding: 10px 10px 20px 10px;
    margin-bottom: 30px;
}

.prode1-2h p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prode1-2p {
    margin-bottom: 20px;
}

.prode1-2p p {
    color: #666;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.prode1-2l {
    margin-bottom: 10px;
}

.prode1-2l:last-child {
    margin-bottom: 0;
}

.prode1-2l p,
.prode1-2l p span {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.prode1-2l p span {
    min-width: 80px;
    margin-right: 10px;
    display: inline-flex;
}

.prode1-2btn {
    display: flex;
    margin-top: 80px;
}

/*  */
.prde-end {
    border-radius: 20px;
    background: #FAF8F5;
    padding: 80px 100px;
}

.prdes {
    margin-bottom: 120px;
}

.prdes-h {
    padding: 20px 0;
    border-bottom: 1px solid rgba(19, 113, 95, 0.40);
    margin-bottom: 60px;
}

.prdes-h p {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prdes-te p {
    color: #666;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.prdes-te img,
.prdes-te p img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.prdeinq {
    position: relative;
}

#inq {
    position: absolute;
    top: -80px;
}

.prode5h {
    border-radius: 8px;
    background: #13715F;
    padding: 20px;
    margin-bottom: 20px;
}

.prode5h p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
}

/*  */
.prdeinq .con2-fou {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.prdeinq .con2-fol {
    margin-bottom: 20px;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.prdeinq .con2-fol input,
.prdeinq .con2-fol textarea {
    border-radius: 8px;
    background: rgba(19, 113, 95, 0.04);
    border: 1px solid rgba(19, 113, 95, 0);
    text-transform: capitalize;
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.prdeinq .con2-fol input:focus,
.prdeinq .con2-fol textarea:focus {
    border: 1px solid #F05C15;
}

.prdeinq .con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.prdeinq .con2-fol input::-moz-placeholder {
    color: #666;
}

.prdeinq .con2-fol input::-ms-input-placeholder {
    color: #666;
}

.prdeinq .con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.prdeinq .con2-fol textarea::-moz-placeholder {
    color: #666;
}

.prdeinq .con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

.con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

/*  */
.prde-sw {
    padding-top: 84px;
}

.prde-swh {
    margin-bottom: 80px;
}

.prde-swh p {
    color: #222;
    text-align: center;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pro2-btn .inban_btna {
    background: #FFF;
    padding: 10px 30px;
    /* border: 1px solid #13716000 !important; */
}

.pro2-btn .inban_btna::after {
    background: #13715F;
}

.pro2-btn .inban_btna span {
    color: #13715F;
    font-size: var(--zj-ven2-la);
}

.pro2-btn .inban_btna:hover span {
    color: #FFF;
}

.pro2-btn .inban_btna:hover .inban_btni i {
    color: rgba(240, 92, 21, 1);
}

/* 搜索 */

.head-searc {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(19, 113, 95, 0.96);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.head-searcAct {
    opacity: 1;
    visibility: visible;
}

.head-listFrom {
    width: 50%;
    margin: 0 auto;
    border-bottom: 1px solid #FFF;
}

.head-searcTit {
    margin-bottom: 30px;
}

.head-searcTit h2 {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.head-listInp {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    outline: 0;
    border: 0;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.head-listInp::placeholder {
    color: rgba(255, 255, 255, 0.60);
}

.head-listFrom2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-btn {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    background-color: transparent;
    cursor: pointer;
}

.head-btn i {
    font-size: 32px;
    line-height: normal;
    color: #FFF;
}

.btn-icon1 {
    font-size: 30px !important;
    color: #ffffff !important;
}

.head-searchBox a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-searchBox p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.head-close {
    width: 1.5625vw;
    height: 1.5625vw;
    position: absolute;
    left: 86vw;
    top: 4vw;
    cursor: pointer;
    fill: #ffffff;
}

.head-close:hover {
    transform: rotate(180deg);
    transition: all .5s;
}

.setSlow5 {
    animation: slowAm5 1s forwards;
}

.setSlow6 {
    animation: slowAm6 5.5s ease-in-out forwards;
}

.setSlow7 {
    animation: slowAm7 1.5s forwards;
}

@keyframes slowAm1 {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes slowAm7 {
    0% {
        opacity: 1;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes slowAm2 {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes slowAm3 {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes slowAm3_ {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(-50px);
    }
}

@keyframes slowAm4 {
    0% {
        opacity: 1;
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        filter: none;
    }
}

@keyframes slowAm5 {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slowAm6 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 1536px) {
    .head-close {
        width: 20px;
        left: 93vw;
        top: 4vw;
        height: 20px;
    }

    .head-listFrom {
        width: 80%;
    }
}

@media (max-width: 499px) {
    .head-close {
        left: 90vw;
    }

    .head-listFrom {
        width: 80%;
    }

    .head-btn {
        width: 30px;
        height: 30px;
    }

    .head-btn i {
        font-size: 26px;
    }
}

/* 搜索---结束 */

@media (max-width: 1536px) {
    .prode {
        padding: 72px 0 68px;
    }

    .prde-top {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .prde-top {
        align-items: flex-start;
    }

    .prode1-1 {
        position: sticky;
        top: 80px;
    }

    .prode1-2 {
        padding: 20px 20px;
    }

    .prode1-2h {
        padding: 20px 5px 10px 5px;
        margin-bottom: 30px;
    }

    .prde-end {
        padding: 40px 50px;
    }

    .prdes-h {
        padding: 10px 0;
        margin-bottom: 30px;
    }

    .prde-sw {
        padding-top: 64px;
    }

    .prde-swh {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .prode1-1 {
        position: relative;
        top: 0;
        flex-direction: column;
    }

    .prde-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .slider-navbox {
        width: 100%;
    }

    .slider-nav {
        width: 100%;
    }

    .prode1-2 {
        width: 100%;
    }

    .prde-end {
        padding: 20px 20px;
    }
}

@media (max-width: 499px) {
    .prde-top {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .prode1-1 {
        margin-bottom: 12px;
    }

    .slider-for {
        margin-bottom: 10px;
    }

    .prode1-2h {
        padding: 0 0 10px 0;
        margin-bottom: 20px;
    }

    .prode1-2btn {
        margin-top: 40px;
    }

    .inban_btna {
        padding: 10px 20px;
    }

    .prdes {
        margin-bottom: 40px;
    }

    .prode5h {
        padding: 12px;
        margin-bottom: 12px;
    }

    .prde-sw {
        padding-top: 44px;
    }

    .prde-swh {
        margin-bottom: 20px;
    }

    .prode {
        padding: 72px 0 38px;
    }
}

.sear {
    padding: 100px 0 0;
}

.sear .head-listFrom2 {
    border-bottom: 1px solid rgba(19, 113, 95, 0.40);
    max-width: 1000px;
    margin: auto;
    margin-bottom: 80px;
}

.sear .head-listInp {
    color: #666;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.sear .head-listInp::placeholder {
    color: #666;
}

.sear .head-btn i {
    color: rgba(34, 34, 34, 1);
}

.sear-h {
    margin-bottom: 80px;
}

.sear-h h2 {
    color: #222;
    text-align: center;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sear-p p {
    color: #2C2C2C;
    text-align: center;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

@media (max-width: 1536px) {
    .sear {
        padding: 70px 0 0;
    }
}

@media (max-width: 499px) {
    .sear {
        padding: 50px 0 0;
    }

    .sear-h {
        margin-bottom: 40px;
    }

    .sear .head-listFrom2 {
        margin-bottom: 40px;
    }

    .ab3-l p {
        font-size: 18px;
    }

    .ab3-l::after {
        top: 8px;
        --w: 8px;
    }

    .ab3-l {
        padding-left: 20px;
    }
}


/* ----------------------------------- */
.prode1-2l p span {
    min-width: auto;
    margin-right: 0;
}

.prode1-2l>p {
    margin-bottom: 10px;
}

.prode1-2l>ul li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 14px;
}

.prode1-2l>ul li:last-child {
    margin-bottom: 0;
}

.prode1-2l>ul li::after {
    position: absolute;
    content: "";
    --w: 6px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #F05C15;
    left: 0;
    top: 7px;
}

.prode1-2btn {
    margin-top: 40px;
}