#ven {
    transition: all 0.5s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.scrolled {
    top: -92px;
}

#ven:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.ventricle {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.headersp {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

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

.headersub:hover {
    background: #fff;
}

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

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

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

.ven1-loim img {
    width: 302px;
    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;
}

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

#ven:hover .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: 3.14vw;
}

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

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

#ven:hover .ven2-la::after {
    background: #1364af;
}

.ven2-la span {
    color: #fff;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);

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

.ventricle .ven2-la span {
    color: #2E2E2E;
}

.headersp .ven2-la span {
    color: #2E2E2E;
}

#ven:hover .ven2-la span {
    color: #2E2E2E;
}

.ventricle .ven2-l .ven2-la:hover span {
    color: #00507E;
}

#ven:hover .ven2-l .ven2-la:hover span {
    color: #00507E;
}

.ventricle .ven2-l.on .ven2-la span {
    color: #00507E;
}

#ven:hover .ven2-l.on .ven2-la span {
    color: #00507E;
}

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

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

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

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

#ven:hover .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 .ven2-la i {
    color: #000;
}

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

@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.3);
    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.2);
    padding: 4px 20px 4px 4px;
}

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

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

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

/*  */
.ven2-lang {
    position: relative;
}

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

.ven2-langi {
    margin-right: 8px;
    position: relative;
}

.ven2-langi img {
    width: 20px;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ven2-langi img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.headersp .ven2-langi img:nth-child(1) {
    opacity: 0;
}

.headersp .ven2-langi img:nth-child(2) {
    opacity: 1;
}

#ven:hover .ven2-langi img:nth-child(1) {
    opacity: 0;
}

#ven:hover .ven2-langi img:nth-child(2) {
    opacity: 1;
}

.ventricle .ven2-langi img:nth-child(1) {
    opacity: 0;
}

.ventricle .ven2-langi img:nth-child(2) {
    opacity: 1;
}

/* .ven2-langa:hover .ven2-langi img {
    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);
    }
}

.ven2-langa {
    padding: 4px 8px;
}

.ven2-langa p {
    padding-top: 6px;
}

.ven2-langa p span {
    color: #fff;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    transition: all 0.5s ease;
}

.headersp .ven2-langa p span {
    color: #2E2E2E;
}

#ven:hover .ven2-langa p span {
    color: #2E2E2E;
}

.ventricle .ven2-langa p span {
    color: #2E2E2E;
}

.ven2-tel {
    margin-left: 32px;
    display: flex;
    align-items: center;
}

.ven2-teli {
    padding: 10px;
    margin-right: 5px;
    position: relative;
}

.ven2-tel:hover .ven2-teli {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-teli img {
    width: 24px;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ven2-teli img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.headersp .ven2-teli img:nth-child(1) {
    opacity: 0;
}

.headersp .ven2-teli img:nth-child(2) {
    opacity: 1;
}

#ven:hover .ven2-teli img:nth-child(1) {
    opacity: 0;
}

#ven:hover .ven2-teli img:nth-child(2) {
    opacity: 1;
}

.ventricle .ven2-teli img:nth-child(1) {
    opacity: 0;
}

.ventricle .ven2-teli img:nth-child(2) {
    opacity: 1;
}

.ven2-telh {
    margin-bottom: -6px;
}

.ven2-telh p {
    color: #fff;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.6);
    transition: all 0.5s ease;
}

.headersp .ven2-telh p {
    color: #2E2E2E;
}

#ven:hover .ven2-telh p {
    color: #2E2E2E;
}

.ventricle .ven2-telh p {
    color: #2E2E2E;
}

.ven2-tela {
    display: flex;
}

.ven2-tela p span {
    color: #fff;
    font-family: "Montserrat";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
    --size: 1px;
    --color: #3AA1D5;
    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);
    transition: all 0.5s ease;
}

.headersp .ven2-tela p span {
    color: #3AA1D5;
    --color: #3AA1D5;
    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);
}

#ven:hover .ven2-tela p span {
    color: #3AA1D5;
    --color: #3AA1D5;
    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);
}

.ventricle .ven2-tela p span {
    color: #3AA1D5;
    --color: #3AA1D5;
    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-tela:hover p span {
    background-size: 100% var(--size) !important;
    background-position-x: 0% !important;
    opacity: 1 !important;
}

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

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

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

#ven:hover .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: #00507E;
}

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

    .ven2-tel {
        margin-left: 16px;
    }

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

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

    .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-tel {
        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: 140px;
    }

    .ven2-langa {
        padding: 0;
    }

    .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;
    transition: all 0.5s ease;
}

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

.ven2-lerbo {
    background: rgba(34, 34, 34, 0.9);
    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.8);
    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.9);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

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

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

.ven2-lerathra span {
    color: #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;
}

#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 0.5s;
}

#ven:hover #venPho .venPhoSack::before,
#ven:hover #venPho .venPhoSack::after {
    background: #2E2E2E;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #2E2E2E;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #2E2E2E;
}

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

#ven:hover #venPho .venPhoSack span {
    background: #2E2E2E;
}

.ventricle #venPho .venPhoSack span {
    background: #2E2E2E;
}

.headersp #venPho .venPhoSack span {
    background: #2E2E2E;
}

@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: 73px;
    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: #00507E;
}

.xiantiao>a {
    color: #00507E;
}

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

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

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

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

.sub-h h2 {
    color: #fff;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so2lnum2) * 1.1);
}

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

@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.2);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  */
.subnav-box {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 32px 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;
    position: relative;
    z-index: 12;
}

.prde-box {
    position: relative;
    z-index: 12;
}

.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-subnav);
    font-style: normal;
    font-weight: normal;
    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;
    }
}

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

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 13px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 13px;
    }
}

/*  */
/* 分页按钮 */
.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: #6C6C6C;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    transition: all 0.5s ease;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border: 1px solid #E5E5E5;
}

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

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

.sub-pagel a svg {
    width: 12px;
}

.sub-pagel a svg path {
    transition: all 0.5s ease;
}

.sub-pagel a:hover svg path {
    fill: #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 */
.con-nav {
    background: #f5f7f9;
}

.con-navbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-nava {
    margin: 0 32px;
    padding: 24px 0;
    transition: all 0.5s ease;
    border-bottom: 2px solid #00507e00;
    display: block;
}

.con-nava:hover {
    border-bottom: 2px solid #00507e;
}

.con-nava.on {
    border-bottom: 2px solid #00507e;
}

.con-nava p {
    color: #2e2e2e;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    transition: all 0.5s ease;
}

.con-nava:hover p {
    color: #00507e;
}

.con-nava.on p {
    color: #00507e;
}

.con1-box {
    padding: 128px 0;
}

.con1-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
}

.con1-1h p {
    color: #2e2e2e;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

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

.con1-1tela {
    display: flex;
}

.con1-1tela p span {
    color: #3aa1d5;
    font-family: "Montserrat";
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 1.4);
    --size: 1px;
    --color: #3aa1d5;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.con1-1tela:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-1imgbox {
    display: flex;
}

.con1-1img {
    margin-right: 48px;
}

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

.con1-1img img {
    width: 140px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 12px;
}

.con1-1img p {
    color: #2e2e2e;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/*  */
.con1-2 {
    margin-top: 80px;
}

.con1-2u {
    margin-right: calc(-0.5 * 2.25rem);
    margin-left: calc(-0.5 * 2.25rem);
}

.con1-2l {
    padding-right: calc(2.25rem * 0.5);
    padding-left: calc(2.25rem * 0.5);
}

.con1-2lbox {
    border-radius: 12px;
    background: #f5f7f9;
    padding: 40px 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.con1-2lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/con1bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.con1-2lbox:hover::after {
    opacity: 1;
}

.con1-2li {
    --w: 100px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #3aa1d5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 24px;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.con1-2lbox:hover .con1-2li {
    background: #fff;
}

.con1-2li svg {
    width: 48px;
}

.con1-2li svg path {
    transition: all 0.5s ease;
}

.con1-2lbox:hover .con1-2li svg path {
    fill: #3aa1d5;
}

.con1-2lh {
    margin-bottom: 24px;
    position: relative;
    z-index: 12;
}

.con1-2lh p {
    color: #3aa1d5;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
    transition: all 0.5s ease;
}

.con1-2lbox:hover .con1-2lh p {
    color: #fff;
}

.con1-2labox {
    position: relative;
    z-index: 12;
}

.con1-2la {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

    --size: 1px;
    --color: #fff;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-2la:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-2lbox:hover .con1-2la p span {
    color: #fff;
}

.con1-2lasp {
    position: relative;
    z-index: 12;
}

.con1-2lasp>a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.con1-2laspp p {
    margin-right: 12px;
    padding-top: 3px;
}

.con1-2laspp p span {
    color: #3aa1d5;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    transition: all 0.5s ease;
    --size: 1px;
    --color: #fff;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.con1-2lasp>a:hover .con1-2laspp p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-2lbox:hover .con1-2laspp p span {
    color: #fff;
}

.con1-2laspi svg {
    width: 24px;
}

.con1-2laspi svg path {
    transition: all 0.5s ease;
}

.con1-2lbox:hover .con1-2laspi svg path {
    fill: #fff;
}

/*  */
.con2 {
    background: url(../img/con2bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.con2-box {
    padding: 122px 0;
}

.con2-h {
    margin-bottom: 4px;
}

.con2-h p {
    color: #fff;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.con2-p {
    margin-bottom: 64px;
}

.con2-p p {
    color: #fff;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
}

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

.con2-fol {
    position: relative;
    margin-bottom: 24px;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
}

.con2-fol svg {
    position: absolute;
    width: 24px;
    height: auto;
    object-fit: cover;
    object-position: center;
    left: 28px;
    top: 18px;
}

.con2-fol input,
.con2-fol textarea {
    color: #6c6c6c;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);

    width: 100%;
    border: 1px solid #dedede00;
    border-radius: 6px;
    background: #fff;

    transition: all 0.5s ease;
    padding: 16px 16px 16px calc(16px + 32px);
}

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

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

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

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

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

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

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

/*  */
.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.con2-fobt>* {
    width: calc(50% - 8px);
}

/*  */
.con2-foyzm {
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #f5f7f9;
    padding: 16px;
}

.con2-foyzm span,
.con2-foyzm p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.con2-foyzm input {
    color: #6c6c6c;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    flex: 1;

    padding: 0;
    transition: all 0.5s ease;
    border: none;
    border-radius: 0;
    background: transparent;
    margin-right: 14px;
}

.con2-foyzm input::-webkit-input-placeholder {
    color: #6c6c6c;
}

.con2-foyzm input::-moz-placeholder {
    color: #6c6c6c;
}

.con2-foyzm input::-ms-input-placeholder {
    color: #6c6c6c;
}

.con2-foyzm img {
    width: 120px;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
    border-radius: 6px;
    cursor: pointer;
}

/*  */

.con2-fobt button {
    padding: 16px 32px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;

    border-radius: 8px;
    border: 1px solid #3aa1d5;
    background: #3aa1d5;
}

.con2-fobt button::after {
    position: absolute;
    content: "";
    background: #FFF;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    border-radius: 50%;
}

.con2-fobt button:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.con2-fobt button span {
    color: #fff;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
}

.con2-fobt button:hover span {
    color: #00507E;
}

.con2-fobti {
    margin-left: 24px;
    position: relative;
    z-index: 12;
}

.con2-fobti img {
    width: 24px;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.con2-fobt button:hover img {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

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

    .con-nava {
        margin: 0 16px;
        padding: 12px 0;
    }

    .con1-1img img {
        width: 100px;
    }

    .con1-1img {
        margin-right: 24px;
    }

    .con1-2 {
        margin-top: 40px;
    }

    .con1-2li {
        --w: 60px;
    }

    .con1-2li svg {
        width: 28px;
    }

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

    .con2-p {
        margin-bottom: 32px;
    }
}

@media (max-width: 992px) {
    .con1-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .con1-1>div {
        margin-bottom: 10px;
    }

    .con1-1>div:last-child {
        margin-bottom: 0;
    }

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

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

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

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

    .con2-foyzm {
        width: 100%;
        margin-bottom: 10px;
    }

    .con2-fobt button {
        width: 100%;
    }

    .con-navbox {
        justify-content: flex-start;
        overflow: auto;
    }

    .con-navbox:webkit-scrollbar {
        display: none;
    }

    .con-nava p {
        width: max-content;
    }
}

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

    .con1-2 {
        margin-top: 20px;
    }

    .con1-2lbox {
        padding: 20px 12px;
    }

    .con1-2li {
        --w: 40px;
        margin-bottom: 12px;
    }

    .con1-2li svg {
        width: 20px;
    }

    .con1-2lh {
        margin-bottom: 12px;
    }

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

    .con2-p {
        margin-bottom: 16px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 8px 8px 8px calc(8px + 16px);
    }

    .con2-fol svg {
        width: 18px;
        left: 16px;
        top: 13px;
    }

    .con2-foyzm {
        padding: 8px;
    }

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

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

    .con-nava {
        margin: 0 16px 0 0;
        padding: 8px 0;
    }

    .con-nava:last-child {
        margin-right: 0;
    }

    .con-nava:hover p {
        color: #2e2e2e;
    }
}

/*  */
#footer {
    background: url(../img/ftbg.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 12;
}

.ft-top {
    padding: 48px 0;
}

.ft1-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

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

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

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

.ft2-1u {
    display: flex;
    align-items: flex-start;
}

.ft2-1l {
    margin-right: 64px;
}

.ft2-1l:last-child {
    margin-right: 0;
}

.ft2-1lh {
    display: flex;
    margin-bottom: 16px;
}

.ft2-1l:nth-child(3) .ft2-1lh:last-child {
    margin-bottom: 0;
}

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

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

.ft2-1la {
    display: block;
    margin-bottom: 12px;
}

.ft2-1la:last-child {
    margin-bottom: 0;
}

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

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

.ft2-2bg {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.ft2-2bg img {
    width: 44px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 16px;
}

.ft2-2bga {
    display: flex;
}

.ft2-2bga p span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-proseh) * 1.1);
    letter-spacing: -0.32px;
    --size: 1px;
    --color: #fff;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

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

.ft2-2a {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

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

.ft2-2a img {
    width: 24px;
    height: auto;
    object-fit: cover;
    object-position: center;
    line-height: normal;
    margin-right: 16px;
}

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

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

.ft2-3 .con1-1img p {
    color: rgba(255, 255, 255, 0.6);
}

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

.ft3-a {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.ft3-a:last-child {
    margin-right: 0;
}

.ft3-a img {
    margin-right: 8px;
    width: 20px;
    height: auto;
    object-fit: cover;
    object-position: center;
    line-height: normal;
}

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

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

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .ft1-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft1-a {
        display: block;
        margin-bottom: 12px;
    }

    .ft2 {
        flex-direction: column;
    }

    .ft2>div {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft2>div:last-child {
        margin-bottom: 0;
    }

    .ft2-2bg {
        margin-bottom: 16px;
    }

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


}

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

    .ft1-h p {
        font-size: 17px;
        line-height: calc(17px * 1.14);
    }

    .ft1-a img {
        width: 178px;
    }

    .ft1-box {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .ft2-1l {
        margin-right: 32px;
    }

    .ft2-2bg img {
        width: 34px;
        margin-right: 8px;
    }

    .ft2-2bg {
        margin-bottom: 8px;
    }

    .con1-1img {
        margin-right: 12px;
    }

    #footer {
        padding-bottom: 56px;
    }
}

/*  */
/* ab1bg.jpg */
.ab1 {
    background: url(../img/ab1bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.ab1-box {
    padding: 128px 0;
}

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

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

.ab1-h {
    margin-bottom: 128px;
}

.ab1-h p {
    color: #2E2E2E;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

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

.ab1-1 {
    width: 46.8%;
    flex: 0 0 auto;
}

.ab1-1p p {
    color: #2E2E2E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    text-indent: 2em;
}

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

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

.ab1-2l {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

.ab1-2l:nth-child(1),
.ab1-2l:nth-child(2) {
    margin-bottom: 64px;
}

.ab1-2lbox {
    padding-bottom: 24px;
    border-bottom: 1px solid #CACACA;
    position: relative;
}

.ab1-2lbox::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -1px;
    height: 1px;
    background-color: #00507E;
    transition: all 0.5s ease;
}

.ab1-2lbox:hover:after {
    width: 100%;
}

.ab1-2lh {
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
}

.ab1-2lh p {
    color: #00507E;
    font-family: 'Montserrat';
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2h) * 1.1);
    letter-spacing: -0.8px;
    margin-right: 4px;
}

.ab1-2lh span {
    color: #00507E;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ab1-2lp p {
    color: #6C6C6C;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

/*  */
.ab2 {
    background: url(../img/ab2bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.ab2-box {
    padding: 128px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ab2-h {
    position: sticky;
    top: 120px;
}

.ab2-h p {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.ab2-u {
    width: 38%;
    flex: 0 0 auto;
}

.ab2-l {
    margin-bottom: 48px;
}

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

.ab2-lh {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    padding: 4px 16px;
}

.ab2-lh img {
    width: 20px;
    line-height: normal;
}

.ab2-lh p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    margin-left: 8px;
    padding-top: 4px;
}

.ab2-lp {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

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

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

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

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

.ab3-h p {
    color: #2E2E2E;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.ab3-sw1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ab3-sw1 {
    max-width: 784px;
    overflow: hidden;
}

.ab3-sw1t {
    padding: 24px 64px;
}

.ab3-sw1h {
    margin-bottom: 29px;
}

.ab3-sw1h p {
    color: #00507E;
    text-align: center;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-so3lnum) + 6px);
    font-style: normal;
    font-weight: 600;
    line-height: calc((var(--zj-so3lnum) + 6px) * 1.1);
    letter-spacing: -0.96px;
}

.ab3-sw1p ul li {
    position: relative;
    padding-left: 30px;
}

.ab3-sw1p ul li::after {
    position: absolute;
    content: "";
    --w: 5px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #2E2E2E;
    top: 10px;
    left: 10px;
}

.ab3-sw1p ul li p {
    color: #2E2E2E;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ab3-sw1 .swiper-button-prev,
.ab3-sw1 .swiper-button-next {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    border-radius: 9999px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.40);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab3-sw1 .swiper-button-prev:hover,
.ab3-sw1 .swiper-button-next:hover {
    background: #3AA1D5;
}

.ab3-sw1 .swiper-button-prev::after,
.ab3-sw1 .swiper-button-next::after {
    font-size: 20px;
    line-height: normal;
    color: #3AA1D5;
    transition: all 0.5s ease;
}

.ab3-sw1 .swiper-button-prev:hover::after,
.ab3-sw1 .swiper-button-next:hover::after {
    color: #FFF;
}

/*  */
.ab3-sw2 {
    margin-top: 128px;
    position: relative;
}

.ab3-sw2::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background: rgba(0, 80, 126, 0.20);
    left: 50%;
    top: 15.5px;
    transform: translateX(-50%);
}

#ab3-sw2 {
    overflow: hidden;
}

.ab3-sw2box {
    cursor: pointer;
}

.ab3-sw2scr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.ab3-sw2scr span {
    display: block;
    --w: 32px;
    width: var(--w);
    height: var(--w);
    background: transparent;
    border: 3px solid #00507e00;
    border-radius: 50%;
    transition: all 0.5s ease;
    position: relative;
}

.swiper-slide.on .ab3-sw2scr span {
    border: 3px solid #00507E;
}

.ab3-sw2scr span::after {
    position: absolute;
    content: "";
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #00507E;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ab3-sw2num p {
    color: #00507E;
    text-align: center;
    font-family: 'Montserrat';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-proseh) * 1.4);
}

/*  */

.ab4 {
    background: url(../img/ab4bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.ab4-box {
    padding: 210px 0;
}

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

.ab4-h p {
    color: #2E2E2E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.ab4-p {
    margin-bottom: 128px;
}

.ab4-p p {
    color: #2E2E2E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    max-width: 647px;
}

.ab4-u {
    max-width: 647px;
}

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

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

.ab4-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 4px;
    border-bottom: 1px solid #CACACA;
    transition: all 0.5s ease;
}

.ab4-la:hover {
    border-bottom: 1px solid #3AA1D5;
}

.ab4-lh p {
    color: #2E2E2E;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
}

.ab4-lp {
    display: flex;
    align-items: center;
}

.ab4-lp p {
    color: #3AA1D5;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    margin-right: 12px;
}

.ab5 {
    background: url(../img/ab5bg.webp) no-repeat;
    background-size: cover;
    background-position: top center;
}

.ab5-box {
    padding: 128px 0;
}

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

.ab5-h p {
    color: #2E2E2E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.ab5-u {
    display: flex;
    align-items: center;
}

.ab5-l {
    border-radius: 9999px;
    border: 1px solid #E5E5E5;
    padding: 12px 24px;
    min-width: 160px;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-left: 24px;
}

.ab5-l:hover {
    background: #00507E;
    border: 1px solid #00507E;
}

.ab5-l.on {
    background: #00507E;
    border: 1px solid #00507E;
}

.ab5-l p {
    color: #2E2E2E;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    transition: all 0.5s ease;
}

.ab5-l:hover p {
    color: #FFF;
}

.ab5-l.on p {
    color: #FFF;
}

/*  */
.ab5-sw {
    position: relative;
    display: none;
}

.ab5-sw.on {
    display: block;
}

.ab5-swimg {
    border-radius: 12px;
    overflow: hidden;
}

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

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

.ab5-swchan {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 12;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
    --w: 100px;
    width: var(--w);
    height: var(--w);
    background: #3AA1D5;
    border-radius: 50%;
}

.ab5-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: baseline;
}

@keyframes prevArrow {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    50% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }

    51% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
}

@keyframes nextArrow {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    50% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }

    51% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
}

.ab5-swchan>div::after {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
}

.ab5-swchan>.swiper-button-prev:hover::after {
    -webkit-animation: prevArrow .4s linear;
    animation: prevArrow .4s linear
}

.ab5-swchan>.swiper-button-next:hover::after {
    -webkit-animation: nextArrow .4s linear;
    animation: nextArrow .4s linear
}

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

    .ab1-h {
        margin-bottom: 70px;
    }

    .ab1-2 {
        width: 46.3%;
    }

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

    .ab2-u {
        width: 55%;
    }

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

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

    .ab3-sw2 {
        margin-top: 70px;
    }

    .ab4-box {
        padding: 110px 0;
    }

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

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

    .ab5-top {
        margin-bottom: 32px;
    }

    .ab5-l {
        min-width: 120px;
        padding: 6px 12px;
        margin-left: 12px;
    }

    .ab5-swchan {
        --w: 80px;
        right: -48px;
    }
}

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

    .ab1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-2 {
        width: 100%;
    }

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

    .ab2-h {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .ab2-u {
        width: 100%;
    }

    .ab3-sw1 .swiper-button-prev,
    .ab3-sw1 .swiper-button-next {
        --w: 40px;
    }

    .ab3-sw1 .swiper-button-prev::after,
    .ab3-sw1 .swiper-button-next::after {
        font-size: 14px;
    }

    .ab5-top {
        flex-direction: column;
    }

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

@media (max-width: 768px) {
    .ab1-2l {
        width: 100%;
    }

    .ab1-2l:nth-child(1),
    .ab1-2l:nth-child(2),
    .ab1-2l:nth-child(3) {
        margin-bottom: 32px;
    }

    .ab5-l {
        min-width: 60px;
    }
}

@media (max-width: 499px) {
    .ab4 {
        background: url(../img/honory.webp) no-repeat !important;
        background-size: cover !important;
        background-position: bottom center !important;
    }

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

    .ab1-h {
        margin-bottom: 30px;
    }

    .ab1-2l:nth-child(1),
    .ab1-2l:nth-child(2),
    .ab1-2l:nth-child(3) {
        margin-bottom: 12px;
    }

    .ab1-2lbox {
        padding-bottom: 12px;
    }

    .ab2-box {
        padding: 30px 0;
    }

    .ab2-l {
        margin-bottom: 24px;
    }

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

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

    .ab3-sw1t {
        padding: 0;
    }

    /* .ab3-sw1 .swiper-button-prev,
    .ab3-sw1 .swiper-button-next {
        display: none;
    } */
    #ab3-sw1 {
        max-width: 266px;
    }

    .ab3-sw1 .swiper-button-prev,
    .ab3-sw1 .swiper-button-next {
        --w: 34px;
    }

    .ab3-sw1 .swiper-button-prev {
        left: -6px;
    }

    .ab3-sw1 .swiper-button-next {
        right: -6px;
    }

    .ab4-box {
        padding: 40px 0 500px;
    }

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

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

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

    .ab5-l p {
        font-size: 14px;
        line-height: 1.2;
    }

    .ab5-l {
        padding: 8px 12px 4px;
        margin-left: 6px;
    }

    .ab5-swchan {
        --w: 58px;
        right: 26px;
    }

    .ab5-swchan>div {
        --w: 22px;
    }

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

/*  */
/* 金鼎食品机械（人才招聘） */
.tal-box {
    padding: 128px 0;
}

.tal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 24px;
    margin-bottom: 64px;
}

.tal-h p {
    color: #2E2E2E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.tal-a {
    display: flex;
    align-items: center;
    align-items: flex-start;
}

.tal-a img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.tal-a p,
.tal-a p span {
    color: #3AA1D5;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.4);
    --size: 1px;
    --color: #3aa1d5;
    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);
}

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

/*  */
.tal-l {
    border-radius: 12px;
    background: #F5F7F9;
    overflow: hidden;
    padding: 32px 80px;
    margin-bottom: 32px;
    cursor: pointer;
}

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

.tal-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tal-l1t {
    display: flex;
    align-items: center;
    flex: 1;
}

.tal-l1t p {
    flex: 1;
    color: #2E2E2E;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.tal-l1t p:nth-child(1) {
    color: #2E2E2E;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
}

/*  */
.tal-l1i {
    flex: 0 0 auto;
    margin-left: 128px;
    position: relative;
}

.tal-l1i img {
    width: 60px;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.tal-l1i img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.tal-l.on .tal-l1i img:nth-child(1) {
    opacity: 0;
}

.tal-l.on .tal-l1i img:nth-child(2) {
    opacity: 1;
}

/*  */
.tal-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.tal-l.on .tal-l2 {
    max-height: 600px;
    opacity: 1;
}

.tal-lt {
    margin-top: 16px;
}

.tal-lh {
    margin-bottom: 8px;
}

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

.tal-lp p {
    color: #6C6C6C;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
}

.tal-la {
    display: flex;
    width: max-content;
    margin-top: 32px;
    border-radius: 9999px;
    background: #00507E;
    padding: 12px 24px;
}

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

.tal-la:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

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

    .tal-top {
        padding-bottom: 12px;
        margin-bottom: 32px;
    }

    .tal-l {
        padding: 16px 40px;
        margin-bottom: 16px;
    }

    .tal-l1i img {
        width: 40px;
    }
}

@media (max-width: 992px) {
    .tal-u {
        overflow: auto;
    }

    .tal-u::-webkit-scrollbar {
        display: none;
    }

    .tal-l {
        min-width: 1000px;
    }
}

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

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

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

    .tal-a img {
        width: 28px;
    }

    .tal-l {
        padding: 8px 20px;
        margin-bottom: 8px;
    }

    .tal-l1t p:nth-child(2),
    .tal-l1t p:nth-child(3),
    .tal-l1t p:nth-child(4) {
        display: none;
    }

    .tal-l {
        min-width: auto;
    }

    .tal-l1i img {
        width: 30px;
    }

    .tal-l.on .tal-l2 {
        max-height: 800px;
        opacity: 1;
    }

    .tal-la {
        margin-top: 16px;
        padding: 8px 12px 6px;
    }
}

/* 金鼎食品机械（新闻） */
.ne-top {
    background: url(../img/ne1bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 128px 0;
}

.ne-sw {
    position: relative;
}

#ne-sw {
    overflow: hidden;
}

.ne-swbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background: #FFF;
    padding: 32px 64px 32px 32px;
    position: relative;
}

.ne-swbox>img {
    position: absolute;
    z-index: 10;
    width: 44%;
    height: auto;
    object-fit: cover;
    object-position: center;
    right: 0;
    bottom: 26%;
}

.ne-swimg {
    width: 51.4%;
    flex: 0 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

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

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

.ne-swte {
    width: calc(48.6% - 80px);
    flex: 0 0 auto;
}

.ne-swnum {
    margin-bottom: 8px;
}

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

.ne-swh {
    margin-bottom: 32px;
}

.ne-swh p {
    color: #2E2E2E;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-swbox:hover .ne-swh p {
    color: #00507E;
}

.ne-swp {
    margin-bottom: 190px;
}

.ne-swp p {
    color: #9E9E9E;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-swbtn {
    display: flex;
}

.ne-swa {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #3AA1D5;
    padding: 16px 32px;
    position: relative;
    overflow: hidden;
}

.ne-swa::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #3AA1D5;
    transition: all 0.5s ease;
}

.ne-swa:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.ne-swa p {
    color: #2E2E2E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.ne-swa:hover p {
    color: #FFF;
}

.ne-swa img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    object-position: center;
    margin-left: 24px;
    position: relative;
    z-index: 12;
}

.ne-swa:hover img {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

.ne-sw .swiper-pagination {
    bottom: -48px;
}

.ne-sw .swiper-pagination-bullet {
    background: #3AA1D5;
    width: 80px;
    height: 2px;
    border-radius: 0;
    transition: all 0.5s ease;
}

.ne-box {
    padding: 80px 0 128px;
}

.ne-u {
    margin-bottom: 64px;
}

.ne-l {
    padding: 32px 0;
    margin-bottom: 32px;
    border-bottom: 1px solid #E5E5E5;
    transition: all 0.5s ease;
    position: relative;
}

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

.ne-l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #00507E;
    transition: all 0.5s ease;
}

.ne-l:hover::after {
    width: 100%;
}

.ne-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ne-lte {
    width: calc(100% - 25% - 160px);
    flex: 0 0 auto;
}

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

.ne-lnum p {
    color: #00507E;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

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

.ne-lh p {
    color: #2E2E2E;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lh p {
    color: #00507E;
}

.ne-lbtn {
    display: flex;
}

.ne-limg {
    width: 25%;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 8px;
}

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

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

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

    .ne-swbox {
        padding: 16px;
    }

    .ne-swp {
        margin-bottom: 90px;
    }

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

    .ne-lte {
        width: calc(100% - 25% - 60px);
    }

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

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

    .ne-swimg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-swte {
        width: 100%;
    }

    .ne-swp {
        margin-bottom: 45px;
    }

    .ne-la {
        flex-direction: column-reverse;
    }

    .ne-lte {
        width: 100%;
        margin-top: 20px;
    }

    .ne-limg {
        width: 100%;
    }
}

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


    p {
        padding-top: 3px;
    }

    .ne-swa {
        padding: 8px 16px;
    }

    .ne-swbox>img {
        width: 74%;
    }

    .ne-swh {
        margin-bottom: 16px;
    }

    .ne-swp {
        margin-bottom: 25px;
    }

    .ne-sw .swiper-pagination {
        bottom: -22px;
    }

    .ne-sw .swiper-pagination-bullet {
        width: 30px;
    }

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

    .ne-l {
        padding: 0 0 16px 0;
        margin-bottom: 16px;
    }

    .ne-u {
        margin-bottom: 32px;
    }
}

/* 金鼎食品机械（新闻中心-新闻详情） */
.nede {
    background: #F5F7F9;
    padding: 96px 0 128px;
}

.nede .subnav-boxctm {
    padding: 32px 0;
}

.nede .breadcrumb-item::before,
.nede .breadcrumb-item a span {
    color: #6C6C6C;
}

.nede-box {
    margin-top: 48px !important;
    border-radius: 12px;
    background: #FFF;
    padding: 64px 96px;
    overflow: hidden;
}

.nede-top {
    border-bottom: 1px solid #E5E5E5;
    padding: 24px 0;
}

.nede-h {
    margin-bottom: 32px;
}

.prode {
    position: relative;
}

.prode>img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 600px;
    pointer-events: none;
}

.nede-h p {
    color: #2E2E2E;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
}

.nede-num {
    display: flex;
    align-items: center;
}

.nede-num img {
    width: 24px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.nede-num p {
    color: #00507E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    padding-top: 5px;
}

.nede-end {
    padding: 80px 0;
    border-bottom: 1px solid #E5E5E5;
}

.nede-end {
    color: #2E2E2E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
}

.nede-end img,
.nede-end p img {
    max-width: 100%;
}

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

.nede-nav {
    padding: 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nede-nava {
    display: flex;
    margin-bottom: 12px;
}

.nede-nava:last-child {
    margin-bottom: 0;
}

.nede-nava p {
    color: #2E2E2E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nede-nava:hover p {
    color: #00507E;
}

.nede-nava p span {
    color: #6C6C6C;
    transition: all 0.5s ease;
}

.nede-nava:hover p span {
    color: #00507E;
}

/*  */
.nede-nav2 {
    flex: 0 0 auto;
}

.nede-nav2a {
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.nede-nav2a img {
    width: 24px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 12px;
}

.nede-nav2a p {
    color: #2E2E2E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    transition: all 0.5s ease;
}

.nede-nav2a:hover p {
    color: #00507E;
}

@media (max-width: 1536px) {
    .nede .subnav-boxctm {
        padding: 16px 0;
    }

    .nede-box {
        margin-top: 24px !important;
        padding: 32px 45px;
    }

    .nede-top {
        padding: 12px 0;
    }

    .nede-h {
        margin-bottom: 16px;
    }

    .nede-end {
        padding: 40px 0;
    }

    .nede-nav {
        padding: 16px 0;
    }

    .nede {
        background: #F5F7F9;
        padding: 65px 0 70px;
    }
}

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

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

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

    .nede-nav2 {
        display: none;
    }

    .nede-nava {
        margin-bottom: 6px;
    }

    .nede-h p {
        font-size: 22px;
        line-height: 1.2;
    }
}

/* 金鼎食品机械（客户案例） */
.case1 {
    background: url(../img/case1bg.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.ca1-box {
    padding: 128px 0;
}

.ca1-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ca1-1 {
    width: calc(35% - 190px);
    flex: 0 0 auto;
}

.ca1-1h {
    margin-bottom: 4px;
}

.ca1-1h p {
    color: #2E2E2E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.ca1-1p {
    margin-bottom: 58px;
}

.ca1-1p p {
    color: #2E2E2E;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
}

.ca1-1u {
    display: none;
    padding: 32px;
    border-radius: 12px;
    background: #3AA1D5;
    overflow: hidden;
}

.ca1-1u.on {
    display: block;
}

.ca1-1lh {
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #CACACA;
}

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

.ca1-1lp p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 8px;
    position: relative;
    padding-left: 16px;
}

.ca1-1lp p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    --w: 8px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
}

.ca1-1line p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ca1-2 {
    width: 65%;
    flex: 0 0 auto;
    position: relative;
}

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

/*  */
.ca1-2l {
    position: absolute;
}

.ca1-2l:nth-child(1) {
    left: 38%;
    bottom: 31%;
}

.ca1-2l:nth-child(2) {
    left: 15%;
    top: 26%;
}

.ca1-2l:nth-child(3) {
    left: 28%;
    top: 44%;
}

.ca1-2l:nth-child(4) {
    left: 35%;
    bottom: 13%;
}

.ca1-2l:nth-child(5) {
    left: 41%;
    bottom: 43%;
}

.ca1-2l:nth-child(6) {
    left: 44%;
    bottom: 48%;
}

.ca1-2l:nth-child(7) {
    left: 47%;
    bottom: 38%;
}

.ca1-2l:nth-child(8) {
    left: 46%;
    bottom: 27%;
}

.ca1-2l:nth-child(9) {
    left: 45%;
    bottom: 19%;
}

.ca1-2l:nth-child(10) {
    left: 48%;
    bottom: 10%;
}

.ca1-2l:nth-child(11) {
    left: 50%;
    bottom: -1%;
}

.ca1-2l:nth-child(12) {
    left: 56%;
    bottom: 12%;
}

.ca1-2l:nth-child(13) {
    left: 56%;
    bottom: 8%;
}

.ca1-2l:nth-child(14) {
    left: 58%;
    bottom: 9%;
}

.ca1-2l:nth-child(15) {
    left: 53%;
    bottom: 21%;
}

.ca1-2l:nth-child(16) {
    left: 53%;
    bottom: 31%;
}

.ca1-2l:nth-child(17) {
    left: 56%;
    bottom: 38%;
}

.ca1-2l:nth-child(18) {
    left: 60%;
    bottom: 22%;
}

.ca1-2l:nth-child(19) {
    left: 64%;
    bottom: 18%;
}

.ca1-2l:nth-child(20) {
    left: 69.5%;
    bottom: 12%;
}

.ca1-2l:nth-child(21) {
    left: 62%;
    bottom: 32%;
}

.ca1-2l:nth-child(22) {
    left: 67%;
    bottom: 26%;
}

.ca1-2l:nth-child(23) {
    left: 65%;
    bottom: 39%;
}

.ca1-2l:nth-child(24) {
    left: 69%;
    bottom: 32%;
}

.ca1-2l:nth-child(25) {
    left: 53%;
    bottom: 49%;
}

.ca1-2l:nth-child(26) {
    left: 58%;
    bottom: 51%;
}

.ca1-2l:nth-child(27) {
    left: 62%;
    bottom: 46%;
}

.ca1-2l:nth-child(28) {
    left: 59%;
    bottom: 56%;
}

.ca1-2l:nth-child(29) {
    left: 61%;
    bottom: 54%;
}

.ca1-2l:nth-child(30) {
    left: 48%;
    bottom: 57%;
}

.ca1-2l:nth-child(31) {
    left: 69%;
    bottom: 61%;
}

.ca1-2l:nth-child(32) {
    left: 73%;
    bottom: 67%;
}

.ca1-2l:nth-child(33) {
    left: 74%;
    bottom: 78%;
}

/*  */
.ca1-2l1 {
    position: relative;
    --w: 80px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #3AA1D5;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.ca1-2l.on .ca1-2l1 {
    opacity: 1;
}

.ca1-2l1 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 14;
}

.ca1-2l1 span {
    background-color: rgba(58, 161, 213, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
    z-index: 10;
}

.ca1-2l1 span:nth-of-type(2) {
    background-color: rgba(58, 161, 213, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

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

    100% {
        transform: scale(1.6);
        -webkit-transform: scale(1.6);
        opacity: 0;
        -webkit-opacity: 0;
    }
}

@keyframes scalej3 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        -webkit-opacity: 1;
    }

    100% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        opacity: 0;
        -webkit-opacity: 0;
    }
}

.ca1-2l2 {
    position: absolute;
    --w: 10px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #3AA1D5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.ca1-2l.on .ca1-2l2 {
    opacity: 0;
}

.ca1-2l2 span {
    background-color: rgba(58, 161, 213, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    left: 0;
    animation: scalej21 2s infinite;
    -webkit-animation: scalej21 2s infinite;
    z-index: 10;
}

.ca1-2l2 span:nth-of-type(2) {
    background-color: rgba(58, 161, 213, 0.6);
    animation: scalej31 2s infinite;
    -webkit-animation: scalej31 2s infinite;
}

@keyframes scalej21 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        -webkit-opacity: 1;
    }

    100% {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
        -webkit-opacity: 0;
    }
}

@keyframes scalej31 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        -webkit-opacity: 1;
    }

    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
        -webkit-opacity: 0;
    }
}

/*  */
.case2 {
    background: #F5F7F9;
}

.ca2-box {
    padding: 128px 0;
}

.ca2-h {
    margin-bottom: 64px;
}

.ca2-h p {
    color: #2E2E2E;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

/*  */
.ca2-u {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
    margin-bottom: 32px;
}

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

.ca2-la {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: #FFF;
}

.ca2-limg {
    position: relative;
    overflow: hidden;
}

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

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

.ca2-limg svg {
    position: absolute;
    width: 100px;
    height: auto;
    object-fit: cover;
    object-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ca2-lt {
    padding: 31px 24px;
}

.ca2-lt p {
    color: #2E2E2E;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ca2-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ca2-btn .ne-swa {
    background: #3AA1D5;
    cursor: pointer;
}

.ca2-btn .ne-swa:hover {
    border: 1px solid #FFF;
}

.ca2-btn .ne-swa p {
    color: #FFF;
}

.ca2-btn .ne-swa:hover p {
    color: #3AA1D5;
}

.ca2-btn .ne-swa svg {
    position: relative;
    z-index: 12;
    padding-bottom: 3px;
}

.ca2-btn .ne-swa svg path {
    transition: all 0.5s ease;
}

.ca2-btn .ne-swa:hover svg path {
    fill: #3AA1D5;
}

.ca2-btn .ne-swa::after {
    background: #FFF;
}

@media (max-width: 1536px) {
    .ca1-1 {
        width: calc(35% - 60px);
    }

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

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

    .ca2-h {
        margin-bottom: 32px;
    }

    .ca2-lt {
        padding: 15px 12px;
    }

    .ca2-u {
        margin-bottom: 16px;
    }
}

.case1 {
    position: relative;
}

@media (max-width: 992px) {
    .ca1-box {
        flex-direction: column-reverse;
        padding: 0;
    }

    .ind-case {
        padding: 70px 0;
    }

    .case1 {
        padding: 70px 0;
    }

    .ca1-1 .ca1-1h,
    .ca1-1 .ca1-1p {
        display: none;
    }

    .casesp>.ca1-1h,
    .casesp>.ca1-1p {
        display: block !important;
    }

    .ca1-1 {
        width: 100%;
        margin-top: 20px;
    }

    .ca1-2 {
        width: 100%;
    }

    .ca2-l {
        width: 50%;
    }
}

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

    /* .ca1-box {
        padding: 40px 0;
    } */

    .ind-case {
        padding: 40px 0;
    }

    .ca1-1p {
        margin-bottom: 28px;
    }

    .ca1-1u {
        padding: 16px;
    }

    .ca1-2l1 img {
        width: 20px;
    }

    .ca1-2l1 {
        --w: 40px;
    }

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

    .ca2-h {
        margin-bottom: 16px;
    }

    .ca2-l {
        margin-bottom: 16px;
    }

    .case1 {
        padding: 40px 0;
    }
}

/* 金鼎食品机械（产品展示） */
.product {}

.pro-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pro1 {
    width: 24%;
    flex: 0 0 auto;
    padding: 128px 64px;
    position: sticky;
    top: 0;
}

.pro1::after {
    position: absolute;
    content: "";
    width: 100%;
    /* height: 100%; */
    height: 100vh;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #E6F0F5;
}

.pro1-ubox {
    position: relative;
    z-index: 12;
    max-height: 832px;
    overflow: auto;
    padding-right: 12px;
}

.pro1-ubox::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #E5E5E5;
    border-radius: 6px;
}

.pro1-ubox::-webkit-scrollbar-thumb {
    background: #3AA1D5;
    border-radius: 8px;
}

.pro1-u {
    padding: 24px 0;
    position: relative;
}

.pro1-u::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 5.5px;
    top: 50%;
    transform: translateY(-50%);
    background: #CACACA;
}

.pro1-l {
    padding-left: 25px;
    margin-bottom: 32px;
    position: relative;
}

.pro1-l::after {
    position: absolute;
    content: "";
    --w: 12px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #9E9E9E;
    top: 7px;
    left: 0;
    z-index: 12;
    transition: all 0.5s ease;
}

.pro1-l.on::after {
    background: #00507E;
}

.pro1-l:hover::after {
    background: #00507E;
}

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

.pro1-l1a {
    display: block;
}

.pro1-l1a p {
    color: #2E2E2E;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l1a p {
    color: #00507E;
}

.pro1-l:hover .pro1-l1a p {
    color: #00507E;
}

.pro1-l2sa {
    margin-top: 16px;
}

.pro1-l2a {
    display: block;
    margin-bottom: 8px;
    position: relative;
    padding-left: 17px;
}

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

.pro1-l2a::after {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    background: #2E2E2E;
    border-radius: 50%;
    left: 0;
    top: 7px;
    transition: all 0.5s ease;
}

.pro1-l2a:hover::after {
    background: #00507E;
}

.pro1-l2a p {
    color: #2E2E2E;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.pro1-l2a:hover p {
    color: #00507E;
}

.pro2 {
    width: calc(100% - 24%);
    flex: 0 0 auto;
    padding-bottom: 128px;
}

.pro2-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 160px 48px 80px;
    border-bottom: 1px solid #E5E5E5;
    background: #FFF;
}

.pro2-l1 {
    width: calc(46% - 48px);
    flex: 0 0 auto;
}

.pro2-l1num {
    margin-bottom: -38px;
}

.pro2-l1num p {
    background: linear-gradient(180deg, #3AA1D5 0%, rgba(58, 161, 213, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: calc(calc(var(--zj-news-h) + 4px) * 1.4);
}

.pro2-l1h {
    margin-bottom: 48px;
}

.pro2-l1h p {
    color: #2E2E2E;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-l1h p {
    color: #00507E;
}

.pro2-l1smh {
    margin-bottom: 8px;
}

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

.pro2-l1p {
    margin-bottom: 24px;
}

.pro2-l1p p {
    color: #2E2E2E;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-l1img {
    margin-bottom: 64px;
}

.pro2-l1img img {
    max-width: 100%;
    width: 158px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.pro2-l1btn {
    display: flex;
    align-items: center;
}

.pro2-l1btn p {
    color: #3AA1D5;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    padding-top: 4px;
}

.pro2-l1btn svg {
    margin-left: 12px;
    width: 24px;
}

.pro2-l1btn:hover svg {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.pro2-l2 {
    width: 54%;
    flex: 0 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

.pro2-l2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

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

@media (max-width: 1536px) {
    .pro1 {
        width: 24%;
        padding: 70px 34px;
    }

    .pro1-l2a::after {
        top: 5px;
    }

    .pro2-la {
        padding: 24px 60px 24px 40px;
    }

    .pro2-l1h {
        margin-bottom: 24px;
    }

    .pro2-l1img {
        margin-bottom: 32px;
    }

    .pro2 {
        padding-bottom: 70px;
    }
}

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

    .pro1 {
        width: 100%;
        position: relative;
        top: 0;
        padding: 30px 20px;
    }

    .pro2 {
        width: 100%;
    }

    .pro1-ubox {
        max-height: 232px;
    }
}

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

    .pro1::after {
        height: 100%;
    }

    .pro2-l1 {
        width: 100%;
    }

    .pro2-l2 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .pro2-la {
        padding: 24px;
    }

    .pro1-l2a p {
        font-size: 16px;
    }

    .pro1-l2a::after {
        top: 7px;
    }

    .pro2-l1img {
        margin-bottom: 16px;
    }

    .pro2-l1num {
        margin-bottom: -18px;
    }

    .pro2 {
        padding-bottom: 40px;
    }

    .pro2-l1h {
        margin-bottom: 12px;
    }
}

/* 金鼎食品机械（产品详情） */
.prode {
    background: #EDF2F7;
}

.prde-top {
    padding: 32px 0 128px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prde1-sw {
    position: relative;
}

.prde1 {
    width: 47%;
    flex: 0 0 auto;
}

#prde1-sw {
    overflow: hidden;
}

.prde1-swbox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 740 / 494;
}

#prde1-sw .swiper-pagination {
    bottom: 26px;
}

#prde1-sw .swiper-pagination .swiper-pagination-bullet {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    margin: 0 5px;
    opacity: 1;
    border: 1px solid #0E94DF;
    background: transparent;
    transition: all 0.5s ease;
}

#prde1-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #0E94DF;
}

.prde2 {
    width: calc(100% - 47% - 128px);
    flex: 0 0 auto;
}

.prde2-h {
    margin-bottom: 16px;
}

.prde2-h p {
    color: #2E2E2E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.prde2-u {
    border-bottom: 1px solid rgba(0, 80, 126, 0.20);
    padding-bottom: 16px;
    margin-bottom: 32px;
}

.prde2-l {
    position: relative;
    display: flex;
    align-items: center;
}

.prde2-l svg {
    width: 24px;
    margin-right: 8px;
}

.prde2-l p {
    color: #00507E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    padding-top: 4px;
}

/*  */
.prde .pro2-l1p p {
    -webkit-line-clamp: 200;
}

.prde2-btn {
    display: flex;
}

.prde2-a {
    padding: 16px 32px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;

    border-radius: 8px;
    border: 1px solid #3aa1d5;
    background: #3aa1d5;
}

.prde2-a::after {
    position: absolute;
    content: "";
    background: #FFF;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    border-radius: 50%;
}

.prde2-a:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.prde2-a span {
    color: #fff;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
    padding-top: 4px;
}

.prde2-a:hover span {
    color: #00507E;
}

.prde2-bti {
    margin-left: 24px;
    position: relative;
    z-index: 12;
}

.prde2-bti img {
    width: 24px;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.prde2-a:hover .prde2-bti img {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.prde-nav {
    border-radius: 12px;
    border-bottom: 1px solid #E5E5E5;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    padding: 0 80px;
    position: sticky;
    top: 91px;
    z-index: 12;
    transition: all 0.5s ease;
}

.scrolled2 {
    top: 0;
}

.prde-navbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prde-navu {
    display: flex;
    align-items: center;
}

.prde-navl {
    margin-right: 64px;
}

.prde-navl:last-child {
    margin-right: 0;
}

.prde-navla {
    display: block;
    position: relative;
    padding: 24px 0;
}

.prde-navla::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #00507E;
    transition: all 0.5s ease;
}

.prde-navla:hover:after {
    width: 100%;
}

.prde-navl.on .prde-navla:after {
    width: 100%;
}

.prde-navla span {
    color: #2E2E2E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
}

.prde-navla:hover span {
    color: #00507E;
}

.prde-navl.on .prde-navla span {
    color: #00507E;
}

/* ---- */

.prde-end>div>div:nth-child(2) {
    padding-top: 128px;
}

.prde3-h {
    margin-bottom: 75px;
}

.prde3-h p {
    color: #2E2E2E;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.prde3-sw {
    position: relative;
}

#prde3-sw {
    overflow: hidden;
}

#prde3-sw .swiper-wrapper {
    height: auto;
}

#prde3-sw .swiper-slide {
    height: auto;
}

.prde3-swbox {
    height: 100%;
    padding: 48px 32px 32px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: rgba(255, 255, 255, 0.80);
    transition: all 0.5s ease;
}

.prde3-swbox:hover {
    border: 1px solid #3AA1D5;
    background: #3AA1D5;
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.16);
}

.prde3-swnum {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 32px;
}

.prde3-swnum p {
    color: #3AA1D5;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    width: max-content;
    position: relative;
    transition: all 0.5s ease;
}

.prde3-swbox:hover .prde3-swnum p {
    color: #FFF;
}

.prde3-swnum p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #3AA1D5;
    border-radius: 2px;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.prde3-swbox:hover .prde3-swnum p::after {
    background: #FFF;
}

.prde3-swp p {
    color: #2E2E2E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    transition: all 0.5s ease;
}

.prde3-swbox:hover .prde3-swp p {
    color: #FFF;
}

#prde3-sw .swiper-button-prev,
#prde3-sw .swiper-button-next {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.40);
    opacity: 1 !important;
    transition: all 0.5s ease;
}

#prde3-sw .swiper-button-prev {
    left: -92px;
}

#prde3-sw .swiper-button-next {
    right: -92px;
}

#prde3-sw .swiper-button-prev:hover,
#prde3-sw .swiper-button-next:hover {
    background: rgba(58, 161, 213, 1);
}

#prde3-sw .swiper-button-prev::after,
#prde3-sw .swiper-button-next::after {
    font-size: 20px;
    line-height: normal;
    color: rgba(58, 161, 213, 1);
    transition: all 0.5s ease;
}

#prde3-sw .swiper-button-prev:hover:after,
#prde3-sw .swiper-button-next:hover:after {
    color: #FFF;
}

/*  */
.prde4-t {
    color: #2E2E2E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
}

.prde4-t img,
.prde4-t p img {
    max-width: 100%;
}

/*  */
.prde5-table {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.prde5-table table {
    width: 100%;
    border-collapse: collapse;
}

.prde5-table th {
    width: calc(100% / 6);
}

.prde5-table thead {
    background: #3AA1D5;
}

.prde5-table tbody tr {
    background: #FFF;
}

.prde5-table tbody tr:nth-child(2n) {
    background: #EBF6FB;
}

.prde5-table th,
.prde5-table td {
    color: #2E2E2E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    text-align: center;
    padding: 12px 24px;
    border: 1px solid #E5E7EB;
}

.prde5-table thead th {
    color: #FFF;
}

.prde6-sw {
    position: relative;
}

.prde7-form .con2-fol p {
    color: #6c6c6c;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    width: 100%;
    border: 1px solid #dedede00;
    border-radius: 6px;
    background: #fff;
    transition: all 0.5s ease;
    padding: 16px 16px 16px calc(16px + 32px);
}

@media (max-width: 1536px) {
    .prde-nav {
        top: 66px;
    }

    .scrolled2 {
        top: 0;
    }

    .prde-top {
        padding: 32px 0 70px;
    }

    .prde-nav {
        padding: 0 40px;
    }

    .prde-end>div>div:nth-child(2) {
        padding-top: 70px;
    }

    .prde3-h {
        margin-bottom: 35px;
    }
}

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

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

    .prde2 {
        width: 100%;
    }

    .prde-nav {
        top: 73px;
    }

    .scrolled2 {
        top: 0;
    }

    .prde5-table table {
        min-width: 1100px;
    }
}

@media (max-width: 499px) {
    .prde-nav {
        position: relative;
        top: 0;
    }

    .prde-top {
        padding: 32px 0 40px;
    }

    #prde1-sw .swiper-pagination {
        bottom: 12px;
    }

    .prde2-a {
        padding: 8px 16px;
    }

    .prde-navla span {
        display: block;
        width: max-content;
    }

    .prde-navbox {
        overflow: auto;
    }

    .prde-navbox::-webkit-scrollbar {
        display: none;
    }

    .prde-navla {
        padding: 12px 0;
    }

    .prde-nav {
        padding: 0 20px;
    }

    .prde-navbtn {
        display: none;
    }

    .prde-navl {
        margin-right: 24px;
    }

    .prde-end>div>div:nth-child(2) {
        padding-top: 30px;
    }

    .prde3-h {
        margin-bottom: 15px;
    }

    .prde3-swbox {
        padding: 24px 16px 16px;
    }

    .prde3-swnum {
        margin-bottom: 16px;
    }

    .prde7-form .con2-fol p {
        padding: 8px 8px 8px calc(8px + 16px);
    }

    #prde3-sw .swiper-pagination {
        display: block !important;
        bottom: -24px;

    }
}

/* 金鼎食品机械（荣誉资质） */
.honor {
    background: url(../img/honorbg.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.hon-box {
    padding: 128px 0;
}

.hon-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hon-h p {
    color: #2E2E2E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.hon-nav {
    display: flex;
    align-items: center;
}

.hon-nava {
    border-radius: 9999px;
    border: 1px solid #CACACA;
    padding: 14px 24px 10px;
    margin-left: 24px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.hon-nava.on {
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: #00507E;
}

.hon-nava:hover {
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: #00507E;
}

.hon-nava p {
    color: #2E2E2E;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    transition: all 0.5s ease;
}

.hon-nava.on p {
    color: #FFF;
}

.hon-nava:hover p {
    color: #FFF;
}

/*  */
.hon-sw {
    position: relative;
    display: none;
}

.hon-sw.on {
    display: block;
}

.hon-swcon {
    overflow: hidden;
    padding: 104px 0;
}

.hon-swimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    transform: scale(0.8);
    transition: all 0.5s ease;
}

.hon-swcon .swiper-slide-active .hon-swimg img {
    transform: scale(1.1);
}

.hon-swchan {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hon-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    margin-left: 16px !important;
    opacity: 1 !important;

    --w: 60px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.40);
    transition: all 0.5s ease;
}

.hon-swchan>div:hover {
    background: rgba(58, 161, 213, 1);
}

.hon-swchan>div:first-child {
    margin-left: 0 !important;
}

.hon-swchan>div::after {
    font-size: 20px;
    line-height: normal;
    color: rgba(58, 161, 213, 1);
    transition: all 0.5s ease;
}

.hon-swchan>div:hover:after {
    color: #FFF;
}

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

    .hon-swcon {
        padding: 74px 0;
    }

    .hon-swchan>div {
        --w: 40px;
    }
}

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

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

    .hon-swimg img {
        transform: scale(1) !important;
    }
}

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

    .hon-nava {
        padding: 6px 12px 5px;
        margin-left: 12px;
    }

    .hon-nava:first-child {
        margin-left: 0;
    }

    .hon-h {
        margin-bottom: 12px;
    }

    .hon-swcon {
        padding: 40px 0;
    }

    .hon-nava {
        padding: 8px 12px 4px;
    }

    .hon-nava p {
        font-size: 14px;
        line-height: 1.2;
    }
}

/* 金鼎食品机械（首页） */

/*  */
/* ------------------------------------------------------------ */
/* 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; */
        width: 20px;
        margin: 0 4px !important;
    }

    .banner .swiper-pagination-bullet-active {
        width: 40px;
    }

    .banner .swiper-pagination-bullet svg {
        width: 20px !important;
        height: 20px !important;
        display: none !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: flex-end;
    left: 50%;
    transform: translateX(-50%);
    bottom: 64px;
}

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

.banner .swiper-pagination-bullet-active {
    width: 120px;
    background: #ffffff;
}

.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: -28px;
    left: 0;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    /* border: 1px solid rgba(158, 10, 13, 0); */

    color: rgba(255, 255, 255, 0.6);
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
}

.banner .swiper-pagination-bullet-active span {
    color: rgba(255, 255, 255, 1);
}

.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%;
    }
}

@keyframes banSelineGrow {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

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

.ind-ban {
    position: relative;
}

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

.inban_te p {
    color: #FFF;
    font-size: calc(var(--zj-so1top1) + 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-so1top1) + 2px) * 1.2);
    letter-spacing: -0.72px;
    margin-bottom: 24px;
    max-width: 100%;
}

.inban_te p>span {
    color: #29ACEE;
}

.inban_te>span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    margin-bottom: 64px;
    display: block;
}

.inban_btn {
    display: flex;
}

/*  */
.ban-serc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    display: flex;
}

.ban-seh {
    margin-bottom: 12px;
}

.ban-seh p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ban-seline {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ban-seline span {
    width: 1px;
    height: 80px;
    background: rgb(255, 255, 255, 0.4);
    display: block;
    position: relative;
}

.ban-seline span::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: #FFF;
    animation: banSelineGrow 2s infinite;
}

/* so1 */
.ind-about {
    background: url(../img/so1bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.so1 {
    padding: 128px 0;
}

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

.so1-1 {
    width: calc(100% - 49.4% - 96px);
    flex: 0 0 auto;
}

.so1-1img {
    margin-bottom: 16px;
}

.so1-1img img {
    width: 456px;
    height: auto;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}

.so1-1h {
    margin-bottom: 48px;
}

.so1-1h p {
    color: #2E2E2E;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
}

.so1-1p {
    margin-bottom: 64px;
}

.so1-1p p {
    color: #6C6C6C;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
}

.so1-1btn {
    display: flex;
}

.so1-2 {
    width: 49.4%;
    flex: 0 0 auto;
}

.so1-2a {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.so1-2img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.so1-2a:hover .so1-2img img {
    transform: scale(1.08);
}

.so1-2i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    --w: 80px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-2i img:nth-child(1) {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotation 10s linear infinite;
}

.so1-2i img:nth-child(2) {
    width: 18px;
    height: auto;
    object-fit: cover;
    object-position: center;
    z-index: 12;
}

.so1-3 {
    margin-top: 96px;
}

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

.so1-3l {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

.so1-3lbox {
    padding-top: 24px;
    border-top: 1px solid #CACACA;
    position: relative;
}

.so1-3lbox::after {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #00507E;
    transition: all 0.5s ease;
}

.so1-3lbox:hover:after {
    width: 100%;
}

.so1-3lh {
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
}

.so1-3lh p {
    color: #00507E;
    font-family: 'Montserrat';
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2h) * 1.1);
    letter-spacing: -0.8px;
}

.so1-3lh span {
    margin-left: 4px;
    color: #00507E;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.so1-3lp p {
    color: #6C6C6C;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

/* so2 */
.so2 {
    padding-top: 128px;
}

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

.so2-1h {
    margin-bottom: 4px;
}

.so2-1h p {
    color: #00507E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.so2-1p p {
    color: #2E2E2E;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
}

.so2-2 {
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
}

.so2-2a {
    display: flex;
    align-items: center;
    margin-right: 24px;
    border-radius: 9999px;
    border: 1px solid #E5E5E5;
    padding: 12px 24px;
    padding: 12px 24px 7px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.so2-2a:last-child {
    margin-right: 0;
}

.so2-2a.on {
    background: #00507E;
}

.so2-2a:hover {
    background: #00507E;
}

.so2-2a::after {
    content: "";
    display: block;
    --w: 8px;
    width: var(--w);
    height: var(--w);
    background: #00507E;
    border-radius: 50%;
    margin-left: 16px;
    transition: all 0.5s ease;
    margin-bottom: 3px;
}

.so2-2a.on::after {
    background: #FFF;
}

.so2-2a:hover::after {
    background: #FFF;
}

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

.so2-2a.on p {
    color: #FFF;
}

.so2-2a:hover p {
    color: #FFF;
}

/*  */
.so2-sw {
    position: relative;
    border-top: 1px solid #E5E5E5;
}

.so2-sw {
    display: none;
}

.so2-sw.on {
    display: block;
}

.so2-swcon {
    overflow: hidden;
    padding-bottom: 94px;
}

.so2-swcon .swiper-slide {
    opacity: 0.4;
    transition: all 0.5s ease;
}

.so2-swcon .swiper-slide-active {
    opacity: 1;
}

.so2 .pro2-la {
    padding: 80px 0;
    border-bottom: none;
    position: relative;
}

.so2 .pro2-la::after {
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    right: calc(-48px * 3 / 2);
    height: calc(100% + 94px);
    background: #E5E5E5;
}

/*  */
.so2 .pro2-l1 {
    width: calc(100% - 68% - 32px);
}

.so2 .pro2-l2 {
    width: 68%;
}

/*  */
.so2-swchan {
    position: absolute;
    top: 50%;
    right: 25.1%;
    transform: translateY(-50%);
    z-index: 12;
}

.so2-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 9999px;
    opacity: 1;
    background: #E6F0F5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    opacity: 1 !important;
}

.so2-swchan>div:hover {
    background: #3AA1D5;
}

.so2-swchan .swiper-button-prev {
    margin-bottom: 8px !important;
}

.so2-swchan>div::after {
    content: "";
}

.so2-swchan>div svg {
    width: 20px;
}

.so2-swchan>div svg path {
    transition: all 0.5s ease;
}

.so2-swchan>div:hover svg path {
    fill: #FFF;
}

/* so3 */
.ind-case {
    background: url(../img/so3bg.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
    overflow: hidden;
}

.ind-case .ca1-1h p {
    color: #FFF;
}

.ind-case .ca1-1p p {
    color: #FFF;
}

.ind-case .ca1-1u {
    background: #FFF;
}

.ind-case .ca1-1lh p {
    color: #2E2E2E;
}

.ind-case .ca1-1lp p {
    color: #2E2E2E;
}

.ind-case .ca1-1lp p::after {
    background: #00507E;
}

.ind-case .ca1-1line p {
    color: #2E2E2E;
}

.so3-btn {
    margin-top: 16px;
}

.so3-a {
    display: flex;
    align-items: center;
}

.so3-a p {
    color: #3AA1D5;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-right: 12px;
}

.so3-a svg {
    width: 24px;
}

.so3-a:hover svg {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/* so4 */
.ind-peo {
    background: url(../img/so4bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.so4 {
    padding: 128px 0;
}

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

.so4-1h {
    margin-bottom: 4px;
}

.so4-1h p {
    color: #00507E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.so4-1p p {
    color: #2E2E2E;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
}

.so4-2h {
    margin-bottom: 4px;
}

.so4-2h p {
    color: #00507E;
    text-align: center;
    font-family: 'Montserrat';
    font-size: calc(var(--zj-ft1h) + 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc(calc(var(--zj-ft1h) + 2px) * 1.1);
    letter-spacing: -0.72px;
}

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

/*  */
.so8-sw:first-child {
    margin-bottom: 16px;
}

.so8-sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.so8-swimg .img-box {
    padding-bottom: 48%;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.so8-swimg .img-box img {
    transition: all 0.5s ease;
}

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

/* so5 */
.ind-news {
    background: url(../img/so5bg.webp) no-repeat;
    background-size: cover;
    background-position: top center;
}

.so5 {
    padding: 128px 0;
}

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

.so5-h {
    margin-bottom: 4px;
}

.so5-h p {
    color: #00507E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.so5-p p {
    color: #2E2E2E;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
}

.so5-end {
    display: flex;
    justify-content: space-between;
}

.so5-1 {
    width: calc(55% - 48px);
    flex: 0 0 auto;
}

.so5-1a {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.so5-1a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 3 / 2;
    transition: all 0.5s ease;
}

.so5-1a:hover>img {
    transform: scale(1.08);
}

.so5-1te {
    position: absolute;
    z-index: 12;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(6, 88, 135, 0.00) 0%, rgba(6, 88, 135, 0.56) 31.82%, rgba(6, 88, 135, 0.90) 62.49%);
    padding: 48px 32px;
}

.so5-1num {
    margin-bottom: 8px;
}

.so5-1num p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.so5-1h p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so5-2 {
    width: 45%;
    flex: 0 0 auto;
}

.so5-2u {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.so5-2l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

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

.so5-2l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #00507E;
    transition: all 0.5s ease;
}

.so5-2l:hover::after {
    width: 100%;
}

/*  */

.so5-2l .ne-lte {
    width: calc(100% - 28% - 48px);
}

.so5-2l .ne-lh {
    margin-bottom: 0;
}

.so5-2l .ne-lh p {
    font-size: var(--zj-ft1-1h);
    color: #2E2E2E;
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.so5-2l .ne-la:hover .ne-lh p {
    color: #00507E;
}

.so5-2l .ne-limg {
    width: 28%;
}

@media (max-width: 1536px) {
    .ban-seline span {
        height: 40px;
    }

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

    .so1 {
        padding: 70px 0;
    }

    .so1-3 {
        margin-top: 56px;
    }

    .so2 {
        padding-top: 70px;
    }

    .so2-swchan {
        right: 23.6%;
    }

    .so4 {
        padding: 70px 0;
    }

    .so4-top {
        margin-bottom: 70px;
    }

    .so5 {
        padding: 70px 0;
    }

    .so5-top {
        margin-bottom: 32px;
    }
}

@media (max-width: 992px) {
    .inban_te>span {
        margin-bottom: 32px;
    }

    .banner .item a {
        padding-bottom: 500px;
    }

    .prde2-a {
        padding: 8px 16px;
    }

    .so1-top {
        flex-direction: column;
    }

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

    .so1-2 {
        width: 100%;
    }

    .so1-3l {
        width: 50%;
        margin-bottom: 20px;
    }

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

    .so2-2a {
        margin-right: 12px;
        padding: 6px 12px 4px;
    }

    .so2-1 {
        margin-bottom: 12px;
    }

    .so2 .pro2-la::after {
        right: 0;
    }

    .so2-swchan {
        right: 14.6%;
    }

    .so2 .pro2-la {
        padding: 40px 0;
    }

    .pro2-la {
        justify-content: space-between;
        flex-direction: column;
    }

    .pro2-l1 {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .so2 .pro2-l2 {
        width: 100% !important;
    }

    .so5-end {
        flex-direction: column;
    }

    .so5-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so5-2 {
        width: 100%;
    }

    .ne-limg {
        width: 100% !important;
    }

    .ne-lte {
        width: 100% !important;
    }

    .so4-top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .so4-2h p {
        text-align: start;
    }

    .yincangyc {
        display: none;
    }
}

@media (max-width: 499px) {
    .so1-3l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so4-1 {
        margin-bottom: 10px;
    }

    .so5 {
        padding: 40px 0;
    }

    .so5-1te {
        padding: 20px 12px;
    }

    .so5-t {
        margin-bottom: 12px;
    }

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

    .so4 {
        padding: 40px 0;
    }

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

    .so1 {
        padding: 40px 0;
    }

    .so1-1img img {
        width: 256px;
    }

    .so1-1h {
        margin-bottom: 24px;
    }

    .so1-1p {
        margin-bottom: 32px;
    }

    .so1-3 {
        margin-top: 26px;
    }

    .so1-3lbox {
        padding-top: 12px;
    }

    .so1-3l {
        margin-bottom: 12px;
    }

    .so2 {
        padding-top: 40px;
    }

    .so2-2a {
        min-width: 150px;
        margin-bottom: 6px;
        justify-content: center;
    }

    .so2-2 {
        overflow: auto;
    }

    .so2-2::-webkit-scrollbar {
        display: none;
    }

    .so2-2a p {
        width: max-contentx;
    }

    .so2-swcon {
        padding-bottom: 0;
    }

    .so4-top {
        margin-bottom: 30px;
    }

    /* .so2-swchan {
        display: none;
    } */
    .so2-swchan>div {
        --w: 36px;
    }

    .so2-swchan {
        right: -10px;
    }

    .so2-2a {
        width: max-contentx;
    }

    .inban_te p {
        margin-bottom: 12px;
    }

    .inban_te>span {
        margin-bottom: 16px;
    }
}

/* ------------------------------------- */
.venSecond {
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    background: #F8FBFF;
    box-shadow: 0px 6px 8px 0px rgba(3, 23, 68, 0.25);
    border-top: 1px solid #D8D8D8;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.ven2-lsa:hover .venSecond {
    opacity: 1 !important;
    max-height: 400px !important;
    transition: all 0.8s ease;
}

.venSecond .venSeSa {
    display: flex;
    justify-content: space-between;
    /* width: 78% !important; */
}

.venSecond .venSeSa.venSeSaCas {
    width: 62% !important;
}

.venSecond .venSeSaAbo {
    justify-content: center;
}

.venSecond .venSeSa .venSeLi {
    padding: 20px 0;
}

.venSecond .venSeSaAbo .venSeLi {
    margin-right: 6%;
}

.venSecond .venSeSaAbo .venSeLi:last-child {
    margin-right: 0;
}

.venSecond .venSeSa .venSeLi>a {
    font-size: 16px;
    font-family: albli !important;
    /* font-weight: normal; */
    line-height: normal;
    letter-spacing: 0em;
    color: #333333;
    transition: all 0.5s ease;
}

.venSecond .venSeSa .venSeLi>a:hover {
    color: #00507E;
}

.venSecond .venSeSa .venSeLi.on>a {
    color: #00507E;
}

/* 产品 */
.venSecond .venSeSaPro {
    justify-content: flex-end;
    align-items: baseline;
    padding: 40px 0;
}

.venSecond .venSeSaPro .venpro_01 {
    width: 274px;
    padding-right: 50px;
    /* border-right: 1px solid #D8D8D8; */
    /* margin-top: 46px;
    margin-bottom: 40px; */
}

.venSecond .venSeSaPro .venpro_01 .venpro_01ul .venpro_01li {
    padding-bottom: 18px;
}

.venSecond .venSeSaPro .venpro_01 .venpro_01ul .venpro_01li:last-child {
    padding-bottom: 0;
}

.venSecond .venSeSaPro .venpro_01 .venpro_01ul .venpro_01li .venpro_01a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.venSecond .venSeSaPro .venpro_01 .venpro_01ul .venpro_01li .venpro_01a .venpro_01p {
    font-size: 16px;
    font-family: albli !important;
    /* font-weight: normal; */
    line-height: normal;
    letter-spacing: 0em;
    color: #333333;
    transition: all 0.5s ease;
}

.venSecond .venSeSaPro .venpro_01 .venpro_01ul .venpro_01li:hover .venpro_01a .venpro_01p {
    color: #00507E;
}

.venSecond .venSeSaPro .venpro_01 .venpro_01ul .venpro_01li.on .venpro_01a .venpro_01p {
    color: #00507E;
}

.venSecond .venSeSaPro .venpro_01 .venpro_01ul .venpro_01li .venpro_01a .venpro_01img {
    width: 7px;
    opacity: 0;
    transition: all 0.5s ease;
}

.venSecond .venSeSaPro .venpro_01 .venpro_01ul .venpro_01li:hover .venpro_01a .venpro_01img {
    opacity: 1;
}

.venSecond .venSeSaPro .venpro_01 .venpro_01ul .venpro_01li.on .venpro_01a .venpro_01img {
    opacity: 1;
}

.venpro_02 {
    min-width: 668px;
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa {
    display: none;
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa.on {
    display: flex;
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02Ul {
    padding-left: 66px;
    padding-right: 12px;
    border-left: 1px solid #D8D8D8;
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02Ul .venpro_02li {
    padding-bottom: 18px;
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02Ul .venpro_02li:last-child {
    padding-bottom: 0;
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02Ul .venpro_02li .venpro_02a {
    display: block;
    width: 260px;
    /* width: max-content; */
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02Ul .venpro_02li .venpro_02a p {
    font-size: 16px;
    font-family: albli !important;
    /* font-weight: normal; */
    line-height: normal;
    letter-spacing: 0em;
    color: #333333;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02Ul .venpro_02li:hover .venpro_02a p {
    color: #00507E;
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02Ul .venpro_02li.on .venpro_02a p {
    color: #00507E;
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02imgSa .venpro_02img {
    width: 330px;
    display: none;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02imgSa .venpro_02img.on {
    display: block;
}

.venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02imgSa .venpro_02img img {
    width: 100%;
}

@media (max-width: 1536px) {
    .venSecond {
        top: 75px;
    }

    .venSecond .venSeSa .venSeLi {
        padding: 14px 0;
    }

    .venSecond .venSeSa.venSeSaCas {
        width: 66% !important;
    }

    .venSecond .venSeSaAbo .venSeLi {
        margin-right: 64px;
    }

    .venSecond .venSeSa .venSeLi>a {
        font-size: 14px;
    }

    .venSecond .venSeSaPro .venpro_01 {
        width: 260px;
    }

    .venSecond .venSeSaPro .venpro_01 .venpro_01ul .venpro_01li {
        padding-bottom: 12px;
    }

    .venSecond .venSeSaPro .venpro_01 .venpro_01ul .venpro_01li .venpro_01a .venpro_01p {
        font-size: 14px;
    }

    .venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02Ul {
        padding-left: 44px;
    }

    .venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02Ul .venpro_02li {
        padding-bottom: 12px;
    }

    .venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02Ul .venpro_02li .venpro_02a {
        width: 248px;
    }

    .venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02Ul .venpro_02li .venpro_02a p {
        font-size: 14px;
    }

    .venSecond .venSeSaPro .venpro_02 .venpro_02Sa .venpro_02imgSa .venpro_02img {
        width: 336px;
    }
}

.fancybox-content {
    min-height: 80vh;
}

@media (max-width: 499px) {
    .fancybox-content {
        min-height: 29vh;
        width: 90% !important;
        max-width: 100% !important;
    }

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

    .yincangyc {
        display: none;
    }
}

.ind-case {
    position: relative;
    overflow: hidden;
}

.caseimg {
    position: absolute;
    z-index: 12;
    pointer-events: none;
    right: 0;
    bottom: 0;
    width: 44%;
}

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