/* share */
.hea-share {
    display: flex;
    align-items: center;
}

.hea-share a i {
    font-size: 20px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.hea-share a:hover i {
    color: #E60012;
}

/*  */

#ven {
    transition: all 0.5s ease;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}

/* .ventricle {
     box-shadow: 0 4px 10px 0 rgb(0 0 0 / 36%);
 } */

/*  */
.hea-box {
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

/* .ventricle .hea-box {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
} */
.ven1-lo {
    display: flex;
    align-items: flex-end;
    padding: 25px 0;
}

.ven1-loim {
    position: relative;
}

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

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

.ven2-lis {
    height: 100%;
}

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

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

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    margin: 0 30px;
}

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

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

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

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

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

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

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

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

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

.ven2-l.on .ven2-la span {
    color: #E60012;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-la i {
    font-size: 14px;
    line-height: normal;
    color: rgba(18, 18, 18, 1);
    margin-left: 6px;
    transition: all 0.5s ease;
}

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

.ven2-l.on .ven2-la i {
    color: #E60012;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.vensesv i {
    font-size: 18px;
    color: rgba(76, 73, 72, 1);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #E60012;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #fff;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    text-transform: capitalize;
}

/*  */
.ven-inqury {
    display: flex;
    align-items: center;
    position: relative;
}

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

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

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

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

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

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

.ven-inqurya span {
    position: absolute;
    --w: 14px;
    width: var(--w);
    height: var(--w);
    background: #E60012;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    right: -6px;
    top: -6px;
}

/*  */
.ven-line {
    width: 1px;
    height: 10px;
    margin: 0 20px;
    background: #D9D9D9;
}

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

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

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #1a1a1a;
    padding: 6px 18px 6px 7px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover {
    background: #ea580c;
}

.ven2-langi1 {
    border-radius: 50px;
    background: #fff;
    padding: 2px;
    margin-right: 12px;
}

.ven2-langi1 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ven2-langbt i {
    font-size: 10px;
    color: #fff;
    display: block;
    margin-left: 12px;
}

.ven2-langbt span {
    color: #fff;
    font-family: "Manrope3";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-lanerbox {
    position: absolute;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    background: #fff;
}

.ven2-lang:hover .ven2-lanerbox {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

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

.ven2-laner>a {
    display: block;
    margin: 8px 0;
}

.ven2-laner>a p {
    text-align: center;
}

.ven2-laner>a span {
    color: #453737;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #ea580c;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-laner>a:hover span {
    color: #ea580c;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 1836px) {

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

@media (max-width: 1536px) {
    .ven2-la i {
        font-size: 12px;
    }
}

/* 语言新 */
.menu-language {
    position: relative;
    height: 100%;
}

@media (max-width: 1199px) {
    /* .menu-language {
        padding: 0 10px;
    } */
}

.menu-language::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #d9d9d9;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
}

.menu-language:hover .drop-select {
    opacity: 1;
    pointer-events: auto;
}

.menu-language .select-name {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: uppercase;
    padding: 6px 0;
}

@media (max-width: 1400px) {
    .menu-language .select-name {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .menu-language .select-name {
        font-size: 14px;
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {
    /* .menu-language .select-name {
        font-size: 0;
    } */
}

.menu-language:hover .select-name {
    /* border: 1px solid rgba(255, 255, 255, 0.25);
    background: #F96F13; */
    color: #E60012;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: "\e61e";
    color: #121212;
    font-family: "iconfont" !important;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.menu-language:hover .select-name::before {
    color: #E60012;
}

@media (max-width: 1199px) {
    .menu-language .select-name::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name::before {
        /* margin-right: 0; */
        font-size: 18px;
        margin-right: 8px;
    }
}

.menu-language .select-name::after {
    font-size: 14px;
    color: #121212;
    content: "\e60f";
    font-family: "iconfont" !important;
    display: inline-block;
    margin-left: 6px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-language:hover .select-name::after {
    color: #E60012;
}

@media (max-width: 767px) {
    .menu-language .select-name::after {
        display: none;
    }
}

.menu-language .drop-select {
    position: absolute;
    content: "";
    right: 0;
    top: calc(100%);
    z-index: 2;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .menu-language .drop-select {
        min-width: 100%;
        width: auto;
        height: 300px;
        overflow: auto;
        padding: 10px;
    }
}

.menu-language .drop-select li {
    font-size: 16px;
    display: inline-block;
    width: calc(100% / 3);
    vertical-align: top;
}

@media (max-width: 991px) {
    .menu-language .drop-select li {
        width: 100%;
        font-size: 14px;
    }
}

.menu-language .drop-select li:hover a {
    color: #777777;
}

.menu-language .drop-select li a {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 14px;
}

.menu-language .drop-select li a:hover {
    background: #eee;
}

.menu-language .drop-select li a img {
    max-height: 20px;
    display: block;
    margin-right: 10px;
}

/* sp */
.menu-language .select-name i.icon-a-jiantou1 {
    font-size: 8px;
    line-height: normal;
    margin-left: 8px;
    color: #fff;
}

.menu-language .select-name i.icon-yuyanqiehuan {
    font-size: 20px;
    line-height: normal;
    margin-left: 20px;
    color: #000;
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* 语言-end */
@media (max-width: 1870px) {
    .ven2-l::after {
        margin: 0 16px;
    }

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

@media (max-width: 1536px) {
    .ven-inqury {
        margin-right: 12px;
    }

    /* .ven1-loim {
        padding: 12px 0;
    } */
    .ven-spbox {
        padding: 0 12px 0 12px;
    }

    /* .menu-language .select-name {
        padding: 0 12px;
    } */

    .hea-box {
        width: calc(100% - 30px);
    }

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

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

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

    .ven2-langi1 img {
        width: 30px;
    }

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

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

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

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

    .vensesv span {
        display: none;
    }

    .vensesv i {
        margin-left: 0;
    }

    .ven1-lo {
        padding: 15px 0;
    }
}

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

    .hea-box {
        border-radius: 0;
        top: 0;
        width: 100%;
    }

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

    .ven2-lis {
        display: none;
    }

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

    .ven-inqury .ven-inqurya i {
        margin-left: 0;
    }
}

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

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

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

    .hea-share {
        display: none;
    }

    .vensesv {
        border: none;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

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

    .menu-language .select-name::before {
        font-size: 18px;
    }
}

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

/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

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

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

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

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

.ven2-lerlah span {
    color: #fff;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

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

.ven2-lerathr {
    position: absolute;
    width: 300px;
    left: 100%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

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

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

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

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 344%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #000;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #fff;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

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

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

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

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

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

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

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

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

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

    .ven2-langi1 img {
        width: 24px;
    }

    .ven2-langbt {
        padding: 4px 10px 4px 4px;
    }

    .ven2-langi1 {
        margin-right: 6px;
    }

    .ven2-langbt i {
        margin-left: 6px;
    }
}

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

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #222;
    transition: all 0.5s;
}

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

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

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #222;
}

.headersp #venPho .venPhoSack.on::before {
    background: #222;
}

.ventricle .venPhoSack::before {
    background: #222 !important;
}

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

.headersp #venPho .venPhoSack.on::after {
    background: #222;
}

.ventricle .venPhoSack::after {
    background: #222 !important;
}

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

.headersp #venPho .venPhoSack span {
    background: #222;
}

.ventricle .venPhoSack span {
    background: #222 !important;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 80px;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #E60012;
}

.menu-list .active .menu-head>a {
    color: #E60012;
}

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

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

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

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

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

    #venPho {
        margin-bottom: 3px;
    }
}

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

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

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

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 250px;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sub-fh {
    margin-bottom: 5px;
}

.sub-fh h2 {
    color: #FFF;
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ab2end1-h) * 1.2);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sub-fp p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    max-width: 560px;
}

.sub-pro .sub-fp p {
    max-width: 1025px;
}

.sub-line {
    width: 60px;
    height: 3px;
    background: #E60012;
    margin: 20px 0;
}

/*  */
.sub-listbox {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 12;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.sub-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: auto;
}

.sub-itema {
    display: block;
    padding: 12px 26px;
    transition: all 0.5s ease;
    position: relative;
}

.sub-item.on .sub-itema {
    background: #E60012;
}

.sub-itema:hover {
    background: #E60012;
}

.sub-itema::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #d9d9d9;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.sub-item.on .sub-itema::after {
    opacity: 0;
}

.sub-itema p {
    color: #fff;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    min-width: 140px;
    width: max-content;
}

@media (max-width: 1536px) {
    .breadcrumb-item {
        display: flex;
        align-items: center;
    }

    .sub-fh p {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .sub-list {
        justify-content: flex-start;
    }

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

@media (max-width: 499px) {
    .sub-fly {
        top: 50%;
    }
}

/*  */
@media (max-width: 1536px) {

    .sub-fly {
        top: 50%;
    }

    .sub-itema {
        padding: 6px 13px;
    }

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

@media (max-width: 768px) {
    .sub-liu {
        max-width: 700px;
    }

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

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

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

@media (max-width: 499px) {
    .sub-fh p span {
        width: 15px;
    }

    .sub-line {
        margin: 12px 0;
    }

    .sub-history .sub-im img {
        min-height: 350px;
    }
}

/*  */
.sub-te {
    position: absolute;
    left: 50%;
    bottom: 17%;
    transform: translateX(-50%);
    z-index: 12;
}

.sub-h h2 {
    color: #fff;
    font-family: "Sora";
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
    text-transform: uppercase;
}

/*  */
.subnav-box {
    padding: 20px 0 0;
}

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

.subnav i {
    font-size: 20px;
    line-height: normal;
    color: rgba(86, 86, 86, 1);
    margin-right: 6px;
    line-height: normal;
}

.subnav p {
    color: #fff;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

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

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.56);
    text-transform: capitalize;
    --size: 1px;
    --color: #E60012;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

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

.breadcrumb-item:last-child a span {
    color: #E60012;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.56);
    text-transform: capitalize;
}

/*  */
.nav-abox {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.nav-a {
    display: block;
    margin-left: 75px;
    position: relative;
}

.nav-a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #006fc1;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    opacity: 0;
}

.nav-a:hover::after {
    opacity: 1;
}

.nav-a.on::after {
    opacity: 1;
}

.nav-a:first-child {
    margin-left: 0;
}

.nav-a p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.nav-a:hover p {
    color: #006fc1;
}

.nav-a.on p {
    color: #006fc1;
}

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

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

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #d9d9d9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #006fc1;
}

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

    .sub-te {
        bottom: 12%;
    }

    .nav-a {
        margin-left: 35px;
    }

    .nav-a::after {
        bottom: -10px;
    }
}

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

    .nav-abox {
        overflow: scroll;
        width: 30%;
    }

    .nav-a {
        margin-left: 12px;
    }

    .pro-11a {
        width: max-content;
    }

    .subnav-box::after {
        display: none;
    }
}

@media (max-width: 499px) {

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

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

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

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

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

    .ven-inqury .ven-inqurya p {
        font-size: 14px;
    }

    .menu-language .select-name {
        font-size: 14px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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

.sub-pagel a {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    text-transform: uppercase;
    margin: 0 0 0 10px;
    transition: all 0.5s ease;
    position: relative;
}

.sub-pagel:first-child a {
    margin-left: 0;
    margin-right: 10px;
}

.sub-pagel:last-child a {
    margin-left: 20px;
}

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

.sub-pagel.on a {
    color: #E60012;
}

.sub-pagel i {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
}

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

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

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

    .sub-pagel a i {
        --w: 26px;
    }
}

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

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

    [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: 54px;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 40px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    .subnav i {
        font-size: 18px;
        margin-right: 6px;
    }
}

/* contact */
.contact {
    padding: 80px 0;
}

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

.con1-1 {
    width: 43.1%;
    border-radius: 10px;
    background: #F7F7F7;
    padding: 40px;
}

.con1-1h {
    padding-bottom: 20px;
    margin-bottom: 36px;
    position: relative;
}

.con1-1h::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #E60012;
    left: 0;
    bottom: 0;
}

.con1-1h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.con1-1p {
    margin-bottom: 40px;
}

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

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

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

.con1-1la {
    display: flex;
    align-items: flex-start;
}

.con1-1la i {
    flex: 0 0 auto;
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    margin-right: 20px;
}

.con1-1lap {
    padding-top: 10px;
}

.con1-1lap p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    max-width: 390px;
}

.con1-1lap p span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    --size: 1px;
    --color: #E60012;
    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-1la:hover .con1-1lap p span {
    color: #E60012;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con1-2 {
    width: calc(100% - 43.1% - 40px);
    border-radius: 10px;
    background: #F7F7F7;
    padding: 40px;
}

/*  */
.con1-2fou {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
    margin-bottom: 20px;
}

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

.con1-2fol input,
.con1-2fol textarea,
.con2-folsp2>select {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);

    width: 100%;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    background: #FFF;

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

.con1-2fol input:focus,
.con1-2fol textarea:focus {
    border: 1px solid #E60012;
}

.con1-2fol input::-webkit-input-placeholder {
    color: #000;
}

.con1-2fol input::-moz-placeholder {
    color: #000;
}

.con1-2fol input::-ms-input-placeholder {
    color: #000;
}

.con1-2fol textarea::-webkit-input-placeholder {
    color: #000;
}

.con1-2fol textarea::-moz-placeholder {
    color: #000;
}

.con1-2fol textarea::-ms-input-placeholder {
    color: #000;
}

/*  */
.con2-folsp2 {
    position: relative;
}

.con2-folsp2::after {
    position: absolute;
    font-size: 14px;
    content: '\e60f';
    color: #666;
    font-family: 'iconfont' !important;
    transition: all 0.5s ease;
    z-index: 12;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

/*  */
.con1-2fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

/*  */
.con1-2fobt button {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    padding: 10px 15px;
    border-radius: 5px;
    background: #000;
    transition: all 0.5s ease;
}

.con1-2fobt button:hover {
    background: #E60012;
}

.con1-2fobt button span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.con1-2fobti {
    position: relative;
    transition: all 0.5s ease;
    margin-left: 10px;
}

.con1-2fobti i {
    display: block;
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 10px;
    line-height: normal;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

.con1-2fobt button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

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

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

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

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

.con2-box {
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 40px 10px;
}

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

.con2-l {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
    border-right: 1px solid #EFEFEF;
}

.con2-l:last-child {
    border-right: none;
}

.con2-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.con2-li i {
    font-size: 40px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
}

.con2-lh {
    margin-bottom: 10px;
}

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

.con2-lp p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.con3 {
    padding-top: 80px;
}

.con3-box {
    border-radius: 10px;
    background: #F7F7F7;
    padding: 40px;
}

.con3-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.con3-1 {
    width: calc(100% - 20.8% - 20px);
    flex: 0 0 auto;
}

.con3-1p {
    margin-bottom: 40px;
}

.con3-1p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.con3-1form {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    max-width: 330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    margin-top: 40px;
}

.con3-1form input {
    flex: 1;
    margin-right: 12px;
    color: #888;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    background: transparent;
    border-radius: 0;
    border: none;

}

.con3-1form input::-webkit-input-placeholder {
    color: #888;
}

.con3-1form input::-moz-placeholder {
    color: #888;
}

.con3-1form input::-ms-input-placeholder {
    color: #888;
}

.con3-1form button {
    background: transparent;
}

.con3-1form i {
    font-size: 15px;
    color: rgba(76, 73, 72, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.con3-1end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}

.con3-1ubox {
    width: calc(100% - 72.6% - 20px);
    flex: 0 0 auto;
}

.con3-1l {
    padding: 10px 20px;
    border-bottom: 1px solid #EFEFEF;
}

.con3-1l:first-child {
    border-top: 1px solid #EFEFEF;
}

.con3-1l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.con3-1l1lf {
    display: flex;
    align-items: center;
}

.con3-1l1h {
    flex: 0 0 auto;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1A62A7;
    margin-right: 10px;
}

.con3-1l:nth-child(2) .con3-1l1h {
    background: #D0086C;
}

.con3-1l:nth-child(3) .con3-1l1h {
    background: #5CBC17;
}

.con3-1l:nth-child(4) .con3-1l1h {
    background: #F48606;
}

.con3-1l:nth-child(5) .con3-1l1h {
    background: #0B4995;
}

.con3-1l:nth-child(6) .con3-1l1h {
    background: #039C99;
}

.con3-1l:nth-child(7) .con3-1l1h {
    background: #3235A1;
}

.con3-1l1h p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: uppercase;
}

.con3-1l1p p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.con3-1l1i {
    flex: 0 0 auto;
}

.con3-1l1i i {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    transition: all 0.5s ease;
    display: block;
}

.con3-1l.on .con3-1l1i i {
    transform: rotate(-90deg);
}

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

.con3-1l.on .con3-1l2 {
    max-height: 400px;
    opacity: 1;
    overflow: visible;
}

.con3-1l2p {
    margin-top: 10px;
    padding-left: 60px;
}

.con3-1l2p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-bottom: 6px;
    cursor: pointer;
}

.con3-1l2p p:last-child {
    margin-bottom: 0;
}

/*  */
.con3-1img {
    width: 72.6%;
    flex: 0 0 auto;
}

.con3-1img .img-box {
    padding-bottom: 50.6%;
}

.con3-1img .img-box img {
    background-image: none;
}

/*  */
.con3-2 {
    width: 20.8%;
    flex: 0 0 auto;
}

.con3-2box {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 40px;
    transform: translateX(10px);
    pointer-events: none;
    opacity: 0;
    display: none;
}

.con3-2box.on {
    transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
    display: block;
}

.con3-2top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

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

.con3-2i {
    flex: 0 0 auto;
}

.con3-2i i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    cursor: pointer;
}

.con3-2l {
    margin-bottom: 30px;
}

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

.con3-2lh {
    margin-bottom: 10px;
}

.con3-2lh p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.con3-2a p span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    --size: 1px;
    --color: #E60012;
    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.con3-2a:hover p span {
    color: #E60012;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con3-end {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 62px;
}

.con3-end i {
    flex: 0 0 auto;
    font-size: 40px;
    margin-right: 10px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
}

.con3-endp p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.56);
}

.con4 {
    margin-top: 80px;
}

.con4-box {
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.con4-lf {
    width: 46.6%;
    flex: 0 0 auto;
}

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

.con4-h p {
    color: #F3F2F4;
    font-size: var(--zj-ab2lnum);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ab2lnum) * 1.1);
    text-transform: uppercase;
}

.con4-smh {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.con4-smh::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #E60012;
    left: 0;
    bottom: 0;
}

.con4-smh p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

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

.con4-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    margin-bottom: 24px;
}

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

.con4-btn {
    display: flex;
}

.con4-a {
    border-radius: 5px;
    border: 1px solid #E60012;
    background: #FFF;
    padding: 10px 15px;
    transition: all 0.5s ease;
}

.con4-a:hover {
    background: #E60012;
}

.con4-a p {
    color: #E60012;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.con4-a:hover p {
    color: #FFF;
}

.con4-rg {
    width: calc(100% - 46.6% - 40px);
    flex: 0 0 auto;
}

.con4-1 {
    padding: 0 0 0 40px;
}

.con4-1t {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.con4-1i {
    flex: 0 0 auto;
    margin-right: 20px;
}

.con4-1i i {
    font-size: 60px;
    color: rgba(0, 0, 0, 1);
}

.con4-1h p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: uppercase;
}

/*  */
.con4-1l {
    margin-bottom: 20px;
}

.con4-1lp {
    position: relative;
    padding-left: 15px;
}

.con4-1lp::after {
    position: absolute;
    content: "";
    --w: 5px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #000;
    left: 0;
    top: 9px;
}

.con4-1lp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.con4-2 {
    margin-top: 60px;
    padding: 18px 0 40px 40px;
    border-left: 1px solid #EFEFEF;
}

/*  */
.con4-2u {
    display: flex;
    margin-right: calc(-.5 * 3rem);
    margin-left: calc(-.5 * 3rem);
}

.con4-2l {
    padding-right: calc(3rem * .5);
    padding-left: calc(3rem * .5);
    position: relative;
}

.con4-2l::before {
    position: absolute;
    font-family: "iconfont";
    content: "\ed21";
    font-size: 15px;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
    right: -8px;
    top: 34px;
}

.con4-2l:last-child:before {
    display: none;
}

.con4-2li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.con4-2li i {
    font-size: 40px;
    color: rgba(230, 0, 18, 1);
    line-height: normal;
    --w: 80px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(230, 0, 18, 1);
}

.con4-2lh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

@media (max-width: 1536px) {
    .contact {
        padding: 40px 0;
    }

    .con1-1 {
        padding: 20px;
    }

    .con1-1h {
        padding-bottom: 10px;
        margin-bottom: 18px;
    }

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

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

    .con1-2 {
        padding: 20px;
        width: calc(100% - 43.1% - 20px);
    }

    .con1-2fou {
        margin-right: calc(-.5 * 0.75rem);
        margin-left: calc(-.5 * 0.75rem);
        margin-bottom: 10px;
    }

    .con1-2fol {
        margin-bottom: 10px;
        padding-right: calc(0.75rem * .5);
        padding-left: calc(0.75rem * .5);
    }

    .con2 {
        margin-top: 40px;
    }

    .con3 {
        padding-top: 40px;
    }

    .con3-box {
        padding: 20px;
    }

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

    .con3-1form {
        margin-top: 20px;
    }

    .con3-1l1h {
        --w: 36px;
    }

    .con3-1l {
        padding: 10px 12px;
    }

    .con3-1l2p {
        padding-left: 46px;
    }

    .con3-2box {
        padding: 20px;
    }

    .con3-2top {
        margin-bottom: 15px;
    }

    .con3-2l {
        margin-bottom: 15px;
    }

    .con3-end {
        margin-top: 32px;
    }

    .con4 {
        margin-top: 40px;
    }

    .con4-2 {
        margin-top: 30px;
        padding: 10px 0 20px 20px;
    }

    .con4-2li i {
        font-size: 26px;
        --w: 54px;
    }

    .con4-2u {
        display: flex;
        margin-right: calc(-.5 * 1.5rem);
        margin-left: calc(-.5 * 1.5rem);
    }

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

    .con4-2l::before {
        top: 18px;
    }

    .con4-1 {
        padding: 0 0 0 20px;
    }
}

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

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

    .con1-2 {
        width: 100%;
    }

    .con2-l {
        width: 33.333%;
        margin-bottom: 20px;
    }

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

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

    .con3-2 {
        width: 100%;
    }

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

    .con4-lf {
        width: 100%;
        margin-bottom: 30px;
    }

    .con4-1i i {
        font-size: 30px;
    }

    .con4-rg {
        width: 100%;
    }
}

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

    .con2-l {
        width: 50%;
    }

    .con3-1ubox {
        width: 100%;
    }

    .con3-1img {
        display: none;
    }

    .con4-box {
        padding: 20px;
    }

    .con4-1l {
        width: 100%;
    }

    .con4-1lp::after {
        top: 7px;
    }

    .con4-2u {
        flex-wrap: wrap;
    }

    .con4-2l {
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .con1-1 {
        padding: 12px;
    }

    .con1-1l {
        margin-bottom: 12px;
    }

    .con1-1la i {
        font-size: 22px;
        margin-right: 12px;
    }

    .con1-1lap {
        padding-top: 6px;
    }

    .con1-2 {
        padding: 12px;
    }

    .con1-2fol input,
    .con1-2fol textarea,
    .con2-folsp2>select {
        padding: 12px;
    }

    .con2-box {
        padding: 12px 10px 6px;
    }

    .con3-box {
        padding: 12px;
    }

    .con3-1form {
        padding: 12px;
    }

    .con4-box {
        padding: 12px;
    }

    .con4-2 {
        padding: 10px 0 0 20px;
    }
}

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

.ft-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px 0;
}

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

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

.ft1-1ima {
    display: block;
}

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

.ft1-1h {
    margin-bottom: 40px;
}

.ft1-1h p {
    color: #000;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con2la) * 1.36);
    text-transform: uppercase;
}

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

.ft1-1share a {
    display: flex;
    align-items: center;
}

.ft1-1share a::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #D9D9D9;
    margin: 0 20px;
}

.ft1-1share a:last-child::after {
    display: none;
}

.ft1-1share a i {
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.ft1-1share a:hover i {
    color: #E60012;
}

/* ft1-2 */
.ft1-2 {
    width: 80%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    justify-content: space-between;
}

.ft1-2l>i {
    background: #EFEFEF;
    width: 1px;
    height: 100%;
    display: block;
}

.ft1-2lh {
    margin-bottom: 10px;
}

.ft1-2lh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

/* liebiao */
.ft1-2la {
    display: block;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

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

.ft1-2la span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    text-transform: capitalize;

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

.ft1-2la:hover span {
    color: #E60012;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* lianxi */
.ft1-2lfl {
    margin-bottom: 14px;
}

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

.ft1-2lfla {
    display: flex;
}

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

    --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.ft1-2lfla:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */

.ft3 {
    border-top: 1px solid #EFEFEF;
    position: relative;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.ft3-1copy span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ft3-1cnzz {
    padding-bottom: 2px;
    margin: 0 0 0 28px;
}

.ft3-1pow {
    display: block;
    margin-right: 26px;
}

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

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

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 12px;
    opacity: 0.5;
    background: #000;
    margin: 0 6px;
}

.ft3-2a {
    display: block;
}

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

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

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

    .ft1-2 {
        width: 75%;
    }

    .ft3 {
        padding: 15px 0;
    }

    .ft1-1share a i {
        font-size: 20px;
    }
}

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

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

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

    .ft1-2 {
        width: 100%;
    }

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

    .ft3-2 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1pow {
        margin-right: 0;
    }

    .ft3-2>span {
        display: none;
    }

    .ft3-1cnzz {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .ft1-2 {
        display: none;
    }

    .ft1-1 {
        margin-bottom: 0;
    }

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

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

    .ft1-1ima img {
        width: 125px;
    }
}

/* 威海诺比渔具有限公司（下载） */
.down-box {
    padding: 80px 0;
}

.do1 {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: #F7F7F7;
    padding: 40px;
}

.do1-img {
    width: 32.8%;
    flex: 0 0 auto;
}

.do1-img .img-box {
    padding-bottom: 123%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.30);
}

.do1-img .img-box img {
    transition: all 0.5s ease;
}

.do1:hover .do1-img .img-box img {
    transform: scale(1.08);
}

.do1-t {
    width: calc(100% - 32.8% - 100px);
    flex: 0 0 auto;
}

.do1-num {
    margin-bottom: 10px;
}

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

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

.do1-h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.do1-smh {
    margin-bottom: 60px;
}

.do1-smh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.do1-p {
    margin-bottom: 80px;
}

.do1-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 680px;
}

.do1-btn {
    display: flex;
    align-items: center;
}

.do1-a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #F7F7F7;
    margin-right: 20px;
    transition: all 0.5s ease;
}

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

.do1-a:hover {
    background: #E60012;
    border: 1px solid #E60012;
}

.do1-a p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.do1-a:hover p {
    color: #FFF;
}

.do1-a i {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    margin-left: 10px;
    transition: all 0.5s ease;
}

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

.do1-u {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.do1-l {
    display: flex;
    align-items: center;
}

.do1-l::after {
    content: "";
    width: 1.5px;
    height: 12px;
    background: #000;
    margin: 0 10px;
}

.do1-l:last-child:after {
    display: none;
}

.do1-l p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.do2 {
    margin-top: 80px;
}

.do2-h {
    padding-bottom: 20px;
    margin-bottom: 52px;
    position: relative;
}

.do2-h::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #E60012;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.do2-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.do2-sw {
    position: relative;
}

#do2-sw {
    overflow: hidden;
}

.do2-swbox {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: #F7F7F7;
    padding: 20px;
}

.do2-sw1 {
    width: 32%;
    flex: 0 0 auto;
}

.do2-sw1 .img-box {
    padding-bottom: 122%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.30);
}

.do2-sw1 .img-box img {
    transition: all 0.5s ease;
}

.do2-swbox:hover .do2-sw1 .img-box img {
    transform: scale(1.08);
}

.do2-sw2 {
    width: calc(100% - 32% - 20px);
    flex: 0 0 auto;
    padding-top: 10px;
}

.do2-sw2h {
    display: block;
    margin-bottom: 10px;
}

.do2-sw2h p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.do2-sw2p {
    margin-bottom: 40px;
}

.do2-sw2p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.do2-sw2bntn {
    display: flex;
    align-items: center;
}

.do2-sw2a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #F7F7F7;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.do2-sw2a:last-child {
    margin-right: 0;
}

.do2-sw2a:hover {
    background: #E60012;
    border: 1px solid #E60012;
}

.do2-sw2a p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.do2-sw2a:hover p {
    color: #FFF;
}

.do2-sw2a i {
    font-size: 20px;
    color: #000;
    line-height: normal;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.do2-sw2a:hover i {
    color: #FFF;
}

.do3 {
    border-radius: 10px;
    background: #F7F7F7;
    padding: 60px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.do3-1i {
    flex: 0 0 auto;
    margin-right: 40px;
}

.do3-1i i {
    --w: 100px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #E60012;
    font-size: 46px;
    color: #E60012;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.do3-1h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
}

.do3-1p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.do3-2 {
    flex: 0 0 auto;
    display: flex;
}

.do3-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #000;
    padding: 10px 15px;
    transition: all 0.5s ease;
}

.do3-2a:hover {
    background: #E60012;
}

.do3-2a p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: uppercase;
}

.do3-2a i {
    font-size: 12px;
    margin-left: 10px;
    color: #FFF;
    line-height: normal;
}

.do4 {
    margin-top: 80px;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 40px;
}

.do4-h {
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.do4-h::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #E60012;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.do4-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.do4-l {
    padding: 20px;
    border-bottom: 2px solid #EFEFEF;
}

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

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

.do4-li {
    flex: 0 0 auto;
    margin-left: 12px;
}

.do4-li i {
    font-size: 15px;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
    display: block;
    transition: all 0.5s ease;
}

.do4-l.on .do4-li i {
    transform: rotate(-90deg);
}

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

.do4-l.on .do4-l2 {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

.do4-lp {
    margin-top: 10px;
}

.do4-lp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

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

    .do1 {
        padding: 20px;
    }

    .do1-t {
        width: calc(100% - 32.8% - 40px);
    }

    .do1-smh {
        margin-bottom: 30px;
    }

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

    .do2 {
        margin-top: 40px;
    }

    .do2-sw2p {
        margin-bottom: 20px;
    }

    .do3 {
        padding: 30px;
        margin-top: 40px;
    }

    .do3-1i i {
        --w: 74px;
        font-size: 32px;
    }

    .do3-1i {
        margin-right: 20px;
    }

    .do4 {
        margin-top: 40px;
        padding: 20px;
    }
}

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

    .do1-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .do1-t {
        width: 100%;
    }

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

    .do3-1 {
        margin-bottom: 10px;
    }
}

@media (max-width: 499px) {
    .do1 {
        padding: 12px;
    }

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

    .do1-smh {
        margin-bottom: 15px;
    }

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

    .do1-btn {
        align-items: flex-start;
        flex-direction: column;
    }

    .do1-a {
        margin-right: 0;
        margin-bottom: 6px;
    }

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

    .do2-h {
        padding-bottom: 20px;
        margin-bottom: 22px;
    }

    .do2-swbox {
        flex-direction: column;
    }

    .do2-sw1 {
        width: 100%;
    }

    .do2-sw2 {
        width: 100%;
    }

    .do3-1i {
        display: none;
    }

    .do3 {
        padding: 12px;
    }

    .do4 {
        padding: 12px;
    }

    .do4-l {
        padding: 12px;
    }

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

/* 威海诺比渔具有限公司（服务） */
.supo {
    padding: 80px 0 48px;
}

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

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

.supo1-lbox {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    height: 100%;
    padding: 55px 45px;
}

.supo1-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.supo1-li img {
    width: 60px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

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

.supo1-lh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
}

.supo1-lp {
    margin-bottom: 40px;
}

.supo1-lp p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.supo1-lbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.supo1-la {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #000;
    padding: 10px 15px;
    transition: all 0.5s ease;
}

.supo1-la:hover {
    background: #E60012;
}

.supo1-la p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
}

.supo1-la i {
    font-size: 12px;
    color: #FFF;
    line-height: normal;
    margin-left: 10px;
}

.supo2 {
    padding-top: 20px;
}

.supo2-box {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 40px;
}

.supo2-h {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.supo2-h::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #E60012;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.supo2-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

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

.supo2-u {
    width: calc(50% - 40px);
}

.supo2-line {
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
    transition: all 0.5s ease;
}

.supo2-l {
    padding: 20px;
    border-bottom: 2px solid #EFEFEF;
}

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

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

.supo2-li {
    flex: 0 0 auto;
    margin-left: 12px;
}

.supo2-li i {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
    display: block;
}

.supo2-l.on .supo2-li i {
    transform: rotate(-90deg);
}

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

.supo2-l.on .supo2-l2 {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

.supo2-lp {
    margin-top: 10px;
}

.supo2-lp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    max-width: 684px;
}

.supo3 {
    margin-top: 80px;
}

.supo3-box {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 45px 40px 40px;
    display: flex;
    justify-content: space-between;
}

.supo3-t {
    width: calc(100% - 54.2% - 30px);
    flex: 0 0 auto;
}

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

.supo3-h::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #E60012;
    left: 0;
    bottom: 0;
}

.supo3-h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

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

.supo3-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    max-width: 600px;
}

.supo3-p p span {
    font-weight: 600;
}

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

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

.supo3-la {
    display: flex;
}

.supo3-li {
    flex: 0 0 auto;
    margin-right: 20px;
}

.supo3-li i {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
}

.supo3-lp p {
    max-width: 390px;
}

.supo3-lp p span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    --size: 1px;
    --color: #E60012;
    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.supo3-la:hover .supo3-lp p span {
    color: #E60012;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.supo3-form {
    width: 54.2%;
    flex: 0 0 auto;
}

.supo3-form .con1-2fol input,
.supo3-form .con1-2fol textarea,
.supo3-form .con2-folsp2>select {
    padding: 10px 20px;
}

@media (max-width: 1536px) {
    .supo {
        padding: 40px 0;
    }

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

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

    .supo1-lbox {
        padding: 35px 25px;
    }
}

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

    .supo2-line {
        display: none;
    }

    .supo2-u {
        width: 100%;
    }

    .supo2-end {
        flex-direction: column;
    }
}

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

@media (max-width: 499px) {
    .supo1-lbox {
        padding: 12px;
    }

    .supo1-li img {
        width: 40px;
    }

    .supo1-li {
        margin-bottom: 20px;
    }

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

    .supo2-box {
        padding: 12px;
    }

    .supo2-h {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .supo2-l {
        padding: 12px;
    }
}

/* 威海诺比渔具有限公司（关于我们） */
.about {
    padding: 80px 0;
}

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

.ab1-1 {
    width: calc(100% - 56.2% - 60px);
    flex: 0 0 auto;
}

.ab1-1h {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.ab1-1h::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #E60012;
    left: 0;
    bottom: 0;
}

.ab1-1h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.ab1-1p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.ab1-2 {
    background: #F7F7F7;
    width: 56.2%;
    flex: 0 0 auto;
    position: sticky;
    top: 120px;
}

.ab1-u {
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
}

.ab1-l .line {
    background: #EFEFEF;
    width: 1px;
    height: 100%;
}

.ab1-lbox {
    padding: 15px;
}

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

.ab1-li i {
    font-size: 40px;
}

.ab1-lh {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 10px;
}

.ab1-lh p,
.ab1-lh span {
    color: #000;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ab1-lp p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    text-transform: capitalize;
}

.ab2 {
    padding-top: 80px;
}

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

.ab2-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.52);
    text-transform: uppercase;
}

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

.ab2-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    max-width: 1140px;
}

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

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

.ab2-limg .img-box {
    padding-bottom: 44%;
}

.ab2-limg .img-box img {
    transition: all 0.5s ease;
}

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

.ab3 {
    padding-top: 80px;
}

.ab3-box {
    border-radius: 10px;
    background: #F7F7F7;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.ab3-sa {
    width: calc(50% - 40px);
    flex: 0 0 auto;
}

.ab3-box .line {
    width: 2px;
    background: #EFEFEF;
    display: block;
}

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

.ab3-h::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #E60012;
}

.ab3-h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

/*  */
.ab3-table table {
    width: 100%;
}

.ab3-table table tr {
    border-bottom: 2px solid #EFEFEF;
}

.ab3-table table tr:last-child {
    border: none;
}

.ab3-table table tr th {
    padding: 20px;
}

.ab3-table table tr th:nth-child(1) {
    width: 38%;
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    border-right: 2px solid #EFEFEF;
}

.ab3-table table tr th:nth-child(2) {
    color: #535353;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

/*  */
.ab3-2u {
    padding-top: 20px;
}

.ab3-2l {
    display: flex;
    margin-bottom: 40px;
}

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

.ab3-2li {
    flex: 0 0 auto;
    --w: 60px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E60012;
    border-radius: 50%;
    margin-right: 20px;
    background: #FFF;
}

.ab3-2li i {
    font-size: 30px;
    color: #E60012;
    line-height: normal;
}

.ab3-2lh {
    margin-bottom: 5px;
}

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

.ab3-2lp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.ab4 {
    padding-top: 80px;
}

.ab4-box {
    border-radius: 10px;
    padding: 40px;
}

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

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

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

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

.ab4-btn {
    display: flex;
}

.ab4-a {
    display: block;
    border-radius: 5px;
    padding: 5px 15px;
    background: #E60012;
    transition: all 0.5s ease;
}

.ab4-a:hover {
    box-shadow: 0 4px 20px 0 rgb(0, 0, 0);
}

.ab4-a p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .about {
        padding: 40px 0;
    }

    .ab1-1 {
        width: calc(100% - 56.2% - 30px);
    }

    .ab1-u {
        padding: 16px 0;
    }

    .ab2 {
        padding-top: 40px;
    }

    .ab3 {
        padding-top: 40px;
    }

    .ab4 {
        padding-top: 40px;
    }

    .supo3 {
        margin-top: 40px;
    }
}

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

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

    .ab1-2 {
        width: 100%;
        position: relative;
        top: 0;
    }

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

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

    .ab3-box .line {
        display: none;
    }

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

    .ab3-sa {
        width: 100%;
        margin-bottom: 20px;
    }

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

    .supo3-t {
        width: 100%;
        margin-bottom: 20px;
    }

    .supo3-form {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .ab1-u {
        flex-wrap: wrap;
    }

    .ab1-l {
        width: 50%;
    }

    .ab1-l:nth-child(2n) {
        display: none;
    }

    .ab3-box {
        padding: 12px;
    }

    .ab3-table table tr th {
        padding: 12px;
    }

    .ab3-table table {
        min-width: 800px;
    }

    .table-box::-webkit-scrollbar {
        display: none;
    }

    .supo3-box {
        padding: 12px;
    }
}

@media (max-width: 499px) {
    ab1-lbox {
        padding: 12px;
    }

    .ab1-li {
        margin-bottom: 12px;
    }

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

    .ab3-2li {
        --w: 40px;
        margin-right: 12px;
    }

    .ab3-2li i {
        font-size: 22px;
    }

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

    .ab4-box {
        padding: 20px;
    }

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

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

/* 威海诺比渔具有限公司（关于我们-发展历程） */
.his1-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 125px 0 80px;
}

.his1-1 {
    width: calc(100% - 28% - 120px);
    flex: 0 0 auto;
}

.his1-1smh {
    margin-bottom: 5px;
}

.his1-1smh p {
    color: #E60012;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    text-transform: uppercase;
}

.his1-1h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.his1-1p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.his1-line {
    width: 60px;
    height: 3px;
    background: #E60012;
    margin: 20px 0;
}

.his1-2 {
    width: 28%;
    flex: 0 0 auto;
    border-radius: 10px;
    background: #F7F7F7;
    padding: 52px 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.his1-2h p {
    color: #E60012;
    text-align: center;
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-con2h) * 1.12);
}

.his1-2p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.his2 {
    background: #EEF5FB;
    padding: 80px 0;
}

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

.his2-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    max-width: 1200px;
}

.his2-sw {
    position: relative;
}

#his2-sw {
    overflow: hidden;
}

#his2-sw .swiper-wrapper {
    height: auto;
}

#his2-sw .swiper-wrapper .swiper-slide {
    height: auto;
}

.his2-swbox {
    border-radius: 10px;
    background: #FFF;
    height: 100%;
    padding: 40px;
}

.his2-sw1 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.his2-sw1 i {
    flex: 0 0 auto;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    background: rgba(254, 245, 246, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 18px;
    line-height: normal;
    color: #E60012;
}

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

.his2-sw2 {
    margin-bottom: 10px;
}

.his2-sw2 p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    margin-bottom: 10px;
}

.his2-sw2 p:last-child {
    margin-bottom: 0;
}

.his2-sw2 p span {
    color: #E60012;
    font-weight: 600;
}

.his2-sw3 p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    margin-bottom: 10px;
}

.his2-sw3 p:last-child {
    margin-bottom: 0;
}

.his2-sw3 p span {
    color: #00254B;
    font-weight: 600;
}

.his2-end {
    border-radius: 10px;
    background: #00254B;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}

.his2-end1 {
    width: calc(28% - 30px);
    flex: 0 0 auto;
}

.his2-end1 p {
    color: #FFF;
    font-size: calc(var(--zj-ser-fth) - 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc(calc(var(--zj-ser-fth) - 2px) * 1.17);
}

.his2-end2 {
    width: 72%;
    flex: 0 0 auto;
}

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

.his3 {
    background: #F7F7F7;
}

.his3-box {
    padding: 80px 0;
}

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

.his3-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

/*  */
.his3-ubox {
    display: flex;
    justify-content: center;
}

.his3-u {
    transform: translateX(-50%);
    position: relative;
}

.his3-u::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 82%;
    top: 40px;
    right: 0;
    background: #D8D8D8;
    z-index: -1;
}

.his3-l {
    max-width: 640px;
    padding: 0 40px;
    position: relative;
}

.his3-l:nth-child(2n-1) {
    transform: translateX(100%);
}

.his3-l::after {
    position: absolute;
    content: "";
    --w: 30px;
    width: var(--w);
    height: var(--w);
    background: #FFF;
    border-radius: 50%;
    border: 5px solid #E60012;
    left: -16.5px;
    top: 20px;
    z-index: 12;
}

.his3-l:nth-child(2n)::after {
    left: auto;
    right: -16.5px;
}

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

.his3-l2 {
    margin-bottom: 10px;
}

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

.his3-l3 p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.his4 {
    padding-top: 80px;
}

.his4-line {
    width: 100%;
    height: 1px;
    background: #EFEFEF;
}

/*  */
.his4-videobox {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.his4-videobox>* {
    width: 50%;
}

.his4-a {
    position: relative;
    overflow: hidden;
    display: block;
}

.his4-a>p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    margin-bottom: 20px;
    text-align: center;
}

.his4-bg {
    overflow: hidden;
}

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

.his4-a:hover .his4-bg img {
    transform: scale(1.08);
}

/*  */
.his4-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.his4-video i {
    font-size: 120px;
    color: #FFF;
    display: block;
}

.his4-video:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.his4-videobg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    width: 120px;
}

.his4-videobg img {
    width: 100%;
    animation: rotation2 12s linear infinite;
}

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

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

/* his5 */
.his5 {
    background: #F7F7F7;
}

.his5-box {
    padding: 80px 0 40px;
}

.his5-sw {
    position: relative;
}

#his5-sw {
    overflow: hidden;
}

#his5-sw .swiper-wrapper {
    height: auto;
}

#his5-sw .swiper-slide {
    height: auto;
}

.his5-swbox {
    border-radius: 10px;
    background: #FFF;
    padding: 40px;
    height: 100%;
}

.his5-swh {
    margin-bottom: 10px;
}

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

.his5-swp1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.his5-swp1 p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.his5-swp2 p {
    color: #E60012;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.his6 {
    background: #000;
}

.his6-box {
    padding-top: 80px;
}

.his6-smh {
    margin-bottom: 5px;
}

.his6-smh p {
    color: #E60012;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    text-transform: uppercase;
}

.his6-h p {
    color: #FFF;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

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

.his6-p p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

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

.his6-l:nth-child(2n) .his6-lbox {
    flex-direction: row-reverse;
}

.his6-lt {
    width: 50%;
    flex: 0 0 auto;
    padding: 60px 60px 30px 6.4vw;
}

.his6-l:nth-child(2n) .his6-lt {
    padding: 60px 6.4vw 30px 60px;
}

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

.his6-lh p {
    color: #FFF;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-pro2-1h) * 1.33);
}

.his6-lp p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.his6-limg {
    width: 50%;
    flex: 0 0 auto;
}

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

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

    .his2 {
        padding: 70px 0;
    }

    .his2-swbox {
        padding: 20px;
    }

    .his2-end {
        margin-top: 20px;
        padding: 20px;
    }

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

    .his4-video i {
        font-size: 60px;
    }

    .his5-box {
        padding: 70px 0 40px;
    }

    .his6-box {
        padding-top: 70px;
    }

    .his6-limg img {
        height: 100%;
    }
}

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

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

    .his1-2 {
        width: 100%;
    }

    .his2-end {
        flex-direction: column;
        align-items: flex-start;
    }

    .his2-end1 {
        width: 100%;
        margin-bottom: 6px;
    }

    .his2-end2 {
        width: 100%;
    }

    .his3-l:nth-child(2n-1) {
        transform: translateX(0);
    }

    .his3-u {
        transform: translateX(0);
    }

    .his3-l::after {
        display: none;
    }

    .his3-u::after {
        display: none;
    }

    .his3-l {
        padding: 0;
        margin-bottom: 20px;
    }

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

    .his4-videobox {
        flex-direction: column;
    }

    .his4-videobox>* {
        width: 100%;
        margin-bottom: 20px;
    }

    .his4-videobox>*:last-child {
        margin-bottom: 0;
    }

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

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

    .his6-lbox {
        flex-direction: column !important;
    }

    .his6-lt {
        width: 100%;
        padding: 0 20px 20px !important;
    }

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

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

    .his1-2 {
        padding: 32px 12px;
    }

    .his2 {
        padding: 40px 0;
    }

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

    .his4 {
        padding-top: 40px;
    }

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

    .his4-videobox {
        margin-top: 30px;
    }

    .his4-video i {
        font-size: 40px;
    }

    .his4-video {
        top: 60%;
    }

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

    .his5-swbox {
        padding: 12px;
    }

    .his6-box {
        padding-top: 40px;
    }
}

/* 产品 */
/* product */
/* 搜索无结果 */
.nores-h {
    margin-bottom: 10px;
}

.nores-h p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #E60012;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #E60012;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

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

/*  */
/* product */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 22.4%;
    flex: 0 0 auto;
    position: sticky;
    top: 170px;
}

.pro1-sear {
    margin-bottom: 40px;
}

.product .ven-sehfo {
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
}

.product .ven-sehfo input {
    color: #888;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
}

.product .ven-sehfo input::-webkit-input-placeholder {
    color: #888;
}

.product .ven-sehfo input:-moz-placeholder {
    color: #888;
}

.product .ven-sehfo input::-moz-placeholder {
    color: #888;
}

.product .ven-sehfo input:-ms-input-placeholder {
    color: #888;
}

.product .ven-sehfo>span i {
    font-size: 15px;
    color: rgba(76, 73, 72, 1);
    line-height: normal;
}

/*  */
.pro1-l {}

.pro1-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.pro1-l1a {
    display: block;
    flex: 1;
}

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

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

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

.pro1-l1i {
    flex: 0 0 auto;
    margin-left: 12px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l1i {
    transform: rotate(-90deg);
}

.pro1-l1i i {
    font-size: 15px;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
}

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

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2box {
    border-bottom: 1px solid #EFEFEF;
}

.pro1-l2abox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.pro1-l2a {
    display: block;
    flex: 1;
}

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

.pro1-l2box:hover .pro1-l2a p {
    color: #E60012;
}

.pro1-l2box.on .pro1-l2a p {
    color: #E60012;
}

.pro1-l2i {
    flex: 0 0 auto;
    margin-left: 12px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.pro1-l2box.on .pro1-l2i {
    transform: rotate(-90deg);
}

.pro1-l2i i {
    font-size: 15px;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
}

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

.pro1-l2box.on .pro1-l3 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l3a {
    display: block;
    margin-bottom: 15px;
    padding: 0 30px;
}

.pro1-l3a p {
    color: #535353;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.pro1-l3a:hover p {
    color: #E60012;
}

.pro1-l3a.on p {
    color: #E60012;
}

/*  */
.pro2 {
    width: calc(100% - 22.4% - 60px);
    flex: 0 0 auto;
}

.pro2-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro2-input {
    position: relative;
    min-width: 290px;
}

.pro2-inbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 15px 20px;
}

.pro2-inbox p {
    color: #888;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    flex: 1;
}

.pro2-inbox i {
    flex: 0 0 auto;
    margin-left: 6px;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
}

.pro2-inabox {
    z-index:12;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
    border: 1px solid #EFEFEF;
    margin-top: -1px;
    background: #FFF;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
}

.pro2-input.on .pro2-inabox {
    opacity: 1;
    pointer-events: auto;
}

.pro2-ina {
    margin-bottom: 5px;
    cursor: pointer;
}

.pro2-ina:last-child {
    margin-bottom: 0;
}

.pro2-ina p {
    color: #888;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    transition: all 0.5s ease;
}

.pro2-ina:hover p {
    color: #000;
}

/*  */
.pro2-ubox {
    margin-top: 40px;
}

.pro2-u {
    display: none;
    margin-bottom: 5px;
    margin-right: calc(-.5 * 3.75rem);
    margin-left: calc(-.5 * 3.75rem);
}

.pro2-u.on {
    display: flex;
}

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

.pro2-lbox {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    /* overflow: hidden; */
    padding: 20px;
    height: 100%;
}

.pro2-limg {
    position: relative;
    margin-bottom: 10px;
}

.pro2-limg .img-box {
    padding-bottom: 100%;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
    background: transparent;
    opacity: 0;
}

.pro2-limg .img-box img.on {
    opacity: 1;
}

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

.pro2-ladd {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    background: #E60012;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 12;
    transition: all 0.5s ease;
    opacity: 0;
}

.pro2-lbox:hover .pro2-ladd {
    opacity: 1;
}

.pro2-ladd i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
}

.pro2-lh {
    display: block;
    margin-bottom: 5px;
}

.pro2-lh p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lh p span {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    --size: 1px;
    --color: #E60012;
    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);
}

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

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

.pro2-lp p {
    color: #535353;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.pro2-lcol>p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    margin-bottom: 10px;
}

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

.pro2-lcol1 {
    position: relative;
    width: 58%;
    flex: 0 0 auto;
}

.pro2-lcol1top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 5px 10px;
}

.pro2-lcol1top p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
}

.pro2-lcol1top i {
    flex: 0 0 auto;
    margin-left: 6px;
    font-size: 12px;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
}

.pro2-lcol1poa {
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 12;
    pointer-events: none;
    transition: all 0.5s ease;
    margin-top: -1px;
    
    max-height: 140px;
        overflow: auto;
}
.pro2-lcol1poa::-webkit-scrollbar{
    display:none;
}
.pro2-lcol1:hover .pro2-lcol1poa {
    opacity: 1;
    pointer-events: auto;
}

.pro2-lcol1poa p {
    cursor: pointer;
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
    margin-bottom: 4px;
    transition: all 0.5s ease;
}

.pro2-lcol1poa p:last-child {
    margin-bottom: 0;
}

.pro2-lcol1poa p:hover {
    color: #E60012;
}

/*  */
.pro2-lcol2 {
    width: calc(100% - 58% - 20px);
    width: 100%;
    flex: 0 0 auto;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.pro2-lcol2 img {
    width: 11%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin-right: 2px;
}

.pro2-lcol2 img:last-child {
    margin-right: 0;
}

.pro2-lbtn {
    margin-top: 30px;
    display: flex;
}

.pro2-la {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 5px 15px;
    transition: all 0.5s ease;
}

.pro2-la:hover {
    border: 1px solid #E60012;
}

.pro2-la p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
}

.pro2-la i {
    font-size: 12px;
    margin-left: 10px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
}

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

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

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

    .pro2-lbox {
        padding: 12px;
    }
}

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

    .pro2 {
        width: 100%;
    }

    .pro2-top .subnav {
        display: none;
    }
}

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

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

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

    .pro2-inbox {
        padding: 12px;
    }

    .pro2-ubox {
        margin-top: 20px;
    }
}

.prode {
    padding: 80px 0;
}

.pde-topbox {
    border-radius: 10px;
    background: #F7F7F7;
    padding: 40px;
}

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

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

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

.pde-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

/* pde-topend */
.pde-topend {
    display: flex;
    justify-content: space-between;
}

.pde-top1 {
    width: calc(100% - 54.4% - 40px);
    flex: 0 0 auto;
    position: relative;
}

#prode1-1sw {
    overflow: hidden;
}

.prode1-1swimg .img-box {
    padding-bottom: 100%;
}

.pde-top2 {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 40px;
    width: 54.4%;
    flex: 0 0 auto;
}

.pde-tpu1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pde-tpl1 {
    margin-right: 20px;
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    min-width: 200px;
    padding: 4px 20px;
    margin-bottom: 10px;
}

.pde-tpl1:last-child {
    margin-right: 0;
}

.pde-tpl1 p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.pde-tpp {
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 20px;
}

.pde-tpp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

/* 右侧 */
.pde-tp2h {
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.pde-tp2h::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #E60012;
    left: 0;
    bottom: 0;
}

.pde-tp2h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
}

/*  */
.pde-tptable {
    display: flex;
    justify-content: space-between;
}

.pde-tptable .table-box {
    width: calc(50% - 10px);
}

.pde-tptable table {
    width: 100%;
}

.pde-tptable tr:nth-child(2n-1) {
    background: #F7F7F7;
}

.pde-tptable td {
    width: 50%;
    padding: 7px 10px;
}

.pde-tptable td:nth-child(1) {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.pde-tptable td:nth-child(2) {
    color: #535353;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

/*  */
.pde-tpu2box {
    margin-top: 40px;
}

.pde-tpu2h {
    margin-bottom: 20px;
}

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

.pde-tpu2h p span {
    font-weight: 400;
}

/*  */
.pde-tpu2 {
    margin-right: calc(-.5 * 0.4rem);
    margin-left: calc(-.5 * 0.4rem);
}

.pde-tpl2 {
    width: 20%;
    padding-right: calc(0.4rem * .5);
    padding-left: calc(0.4rem * .5);
    margin-bottom: 10px;
}

.pde-tpl2 .img-box {
    padding-bottom: 100%;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    transition: all 0.5s ease;
    cursor: pointer;
}

.pde-tpl2.on .img-box {
    border: 1px solid #000;
}

/*  */
.pde-tpu3box {
    margin-top: 40px;
}

.pde-tpu3box .pde-tpl2 .img-box {
    padding: 4px 17px;
    height: auto;
}

.pde-tpl2 p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.pde-tpbtn {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.pde-tpa {
    border-radius: 5px;
    border: 1px solid #000;
    background: #FFF;
    padding: 10px 15px;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.pde-tpa:last-child {
    margin-right: 0;
}

.pde-tpa:hover {
    background: #E60012;
    border: 1px solid #E60012;
}

.pde-tpa p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.pde-tpa:hover p {
    color: #FFF;
}

/* 下面 */
.pde-end>* {
    margin-top: 80px;
}

.pde1-top {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 40px;
}

.pde1-h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.pde1-line {
    width: 60px;
    height: 3px;
    background: #E60012;
    margin: 20px 0 40px;
}

.pde1-u1 {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.pde1-l1 {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 40px;
}

.pde1-l1 .his4-a {
    border-radius: 10px;
    overflow: hidden;
}

.pde1-l1 .his4-video i {
    font-size: 46px;
}

/*  */
.pde1-u2 {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.pde1-l2 {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 40px;
}

.pde1-l2box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pde1-l2img {
    width: 35%;
    flex: 0 0 auto;
}

.pde1-l2img .img-box {
    padding-bottom: 60%;
}

.pde1-l2img .img-box img {
    transition: all 0.5s ease;
}

.pde1-l2box:hover .pde1-l2img .img-box img {
    transform: scale(1.08);
}

.pde1-l2t {
    width: calc(100% - 35% - 20px);
    flex: 0 0 auto;
}

.pde1-l2num {
    margin-bottom: 5px;
}

.pde1-l2num p {
    color: #9D9E9C;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
}

.pde1-l2h {
    margin-bottom: 5px;
}

.pde1-l2h p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pde1-l2box:hover .pde1-l2h p {
    color: #E60012;
}

.pde1-l2p {
    margin-bottom: 20px;
}

.pde1-l2p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pde1-l2btn {
    display: flex;
}

.pde1-l2a {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 5px 15px;
    transition: all 0.5s ease;
}

.pde1-l2box:hover .pde1-l2a {
    border: 1px solid #E60012;
    background: #E60012;
}

.pde1-l2a p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    transition: all 0.5s ease;
}

.pde1-l2box:hover .pde1-l2a p {
    color: #FFF;
}

.pde1-l2a i {
    flex: 0 0 auto;
    font-size: 12px;
    margin-left: 3px;
    color: #000;
    line-height: normal;
    transition: all 0.5s ease;
}

.pde1-l2box:hover .pde1-l2a i {
    color: #FFF;
}

.pde1-end {
    margin-top: 80px;
}

.pde2 {
    padding: 0 40px;
}

.pde3 {
    padding: 0 40px;
}

/*  */
.pde3-l {
    background: #333;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

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

.pde3-limg {
    width: 58.4%;
    flex: 0 0 auto;
}

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

.pde3-lt {
    padding: 40px;
    width: calc(100% - 58.4%);
    flex: 0 0 auto;
}

.pde3-lt * {
    color: #FFF !important;
}

/*  */
.pde4 {
    padding: 40px 40px 0;
    border-radius: 10px;
    background: #F7F7F7;
}

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

.pde4-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 40px;
}

.pde4-lbox {
    position: relative;
    display: block;
}

.pde4-limg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
}

.pde4-lt {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.pde4-lbox:hover .pde4-lt {
    opacity: 1;
}

.pde4-lt p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    padding: 0 6px;
}

/* pde5 */
.pde5 {
    padding: 40px 40px 15px;
}

.pde5 .pde4-u {
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}

.pde5 .pde4-l {
    width: 20%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-bottom: 25px;
}

/* pde6 */
.pde6 {
    padding: 0 40px;
}

.pde6-p {
    margin-bottom: 40px;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}

.pde6-p::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 60px;
    height: 3px;
    background: #E60012;
}

.pde6-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

/* pde7 */
.pde7 {
    padding: 40px 40px 15px;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
}

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

.pde7-l {
    width: 20%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-bottom: 25px;
}

.pde7-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 10px;
    overflow: hidden;
}

.pde7-limg {
    width: 40%;
    flex: 0 0 auto;
}

.pde7-limg .img-box {
    padding-bottom: 74%;
}

.pde7-limg .img-box img {
    transition: all 0.5s ease;
}

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

.pde7-lt {
    width: calc(60% - 10px);
    flex: 0 0 auto;
}

.pde7-lh {
    margin-bottom: 10px;
}

.pde7-lh p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pde7-la:hover .pde7-lh p {
    color: #E60012;
}

.pde7-lp p {
    color: #535353;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    text-transform: uppercase;
}

.pde8 {
    border-radius: 10px;
    background: #00254B;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

.pde8-p p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.pde8-2 {
    flex: 0 0 auto;
    margin-left: 12px;
}

.pde8-a {
    display: flex;
    border-radius: 5px;
    background: #E60012;
    padding: 10px 15px;
    transition: all 0.5s ease;
}

.pde8-a:hover {
    box-shadow: 0 4px 20px 0 rgb(255, 255, 255);
}

.pde8-a p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: uppercase;
}

@media (max-width: 1536px) {
    .prode {
        padding: 40px 0;
    }

    .pde-topbox {
        padding: 20px;
    }

    .pde-top2 {
        padding: 20px;
    }

    .pde-end>* {
        margin-top: 40px;
    }
}

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

    .pde-top1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .pde-top2 {
        width: 100%;
    }

    .pde1-u1 {
        margin-right: calc(-.5 * 1.5rem);
        margin-left: calc(-.5 * 1.5rem);
    }

    .pde1-l1 {
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
        margin-bottom: 20px;
        width: 50%;
    }

    .pde3-l {
        flex-direction: column-reverse;
    }

    .pde3-lt {
        width: 100%;
        padding: 20px;
    }

    .pde3-limg {
        width: 100%;
    }

    .pde7-l {
        width: 33.33%;
    }

    .pde4-l {
        width: 33.33%;
    }

    .pde5 .pde4-l {
        width: 33.33%;
    }

    .pde-tpl2 {
        width: 33.33%;
    }

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

    .pde1-l2:last-child {
        margin-bottom: 0;
    }

    .pde1-l2box {
        flex-direction: column;
    }

    .pde1-l2img {
        width: 100%;
        margin-bottom: 8px;
    }

    .pde1-l2t {
        width: 100%;
    }

    .pde1-end {
        margin-top: 40px;
    }
}

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

    .pde-topbox {
        padding: 12px;
    }

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

    .pde-top2 {
        padding: 12px;
    }

    .pde-tptable {
        flex-direction: column;
    }

    .pde-tptable .table-box {
        width: 100%;
        margin-bottom: 6px;
    }

    .pde-tptable .table-box:last-child {
        margin-bottom: 0;
    }

    .pde-tpu2box {
        margin-top: 20px;
    }

    .pde-tpl2 {
        width: 50%;
    }

    .pde-tpbtn {
        margin-top: 30px;
    }

    .pde1-top {
        padding: 12px;
    }

    .pde1-l1 {
        width: 100%;
    }

    .pde1 .his4-video {
        top: 50%;
    }

    .pde2 {
        padding: 0;
    }

    .pde1-line {
        margin: 10px 0 20px;
    }

    .pde3 {
        padding: 0;
    }

    .pde4-l {
        width: 100%;
    }

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

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

    .pde5 .pde4-l {
        width: 100%;
    }

    .pde6 {
        padding: 0;
    }

    .pde7 {
        padding: 12px 12px 15px;
    }

    .pde7-l {
        width: 100%;
    }

    .pde8 {
        padding: 12px;
    }

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

    .pde8-2 {
        margin-left: 0;
        margin-top: 8px;
    }
}

/* 威海诺比渔具有限公司（新闻） */
.ne-box {
    padding: 80px 0;
}

.ne-top {
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    overflow: hidden;
    margin-bottom: 60px;
}

.ne-nav {
    display: flex;
}

.ne-nava {
    width: 33.3333%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 26px;
    transition: all 0.5s ease;
    border-bottom: 3px solid #e6001300;
}

.ne-nava.on {
    border-bottom: 3px solid #E60012;
}

.ne-nava:hover {
    border-bottom: 3px solid #E60012;
}

.ne-nava p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: uppercase;
}

/*  */

.ne-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ne1 {
    width: 22.2%;
    flex: 0 0 auto;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 20px;
    position: sticky;
    top: 120px;
}

.ne1-uh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: uppercase;
}

.ne1-line {
    width: 60px;
    height: 3px;
    background: #E60012;
    margin: 5px 0 20px;
}

.ne1-l1 {
    margin-bottom: 10px;
}

.ne1-l1:last-child {
    margin-bottom: 0;
}

.ne1-l1a {
    display: flex;
    align-items: center;
    position: relative;
}

.ne1-l1a::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #E60012;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ne1-l1.on .ne1-l1a::after {
    opacity: 1;
}

.ne1-l1a i {
    font-size: 20px;
    line-height: normal;
    color: #000;
    margin-right: 10px;
    flex: 0 0 auto;
    transition: all 0.5s ease;
}

.ne1-l1a:hover i {
    color: #E60012;
}

.ne1-l1.on .ne1-l1a i {
    color: #E60012;
}

.ne1-l1a p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ne1-l1a:hover p {
    color: #E60012;
}

.ne1-l1.on .ne1-l1a p {
    color: #E60012;
}

/*  */
.ne1-uline {
    background: #EFEFEF;
    width: 100%;
    height: 1px;
    margin: 40px 0;
}

.ne1-l2a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #EFEFEF;
}

.ne1-l2:last-child .ne1-l2a {
    padding-bottom: 0;
    border: none;
}

.ne1-l2p p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ne1-l2a:hover .ne1-l2p p {
    color: #E60012;
}

.ne1-l2.on .ne1-l2p p {
    color: #E60012;
}

.ne1-l2i {
    flex: 0 0 auto;
    margin-left: 6px;
}

.ne1-l2i i {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
}

/*  */
.ne2 {
    width: calc(100% - 22.2% - 60px);
    flex: 0 0 auto;
}

.ne2-l {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}

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

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

.ne2-lnum {
    flex: 0 0 auto;
    width: 115px;
}

.ne2-lnum p {
    color: #9D9E9C;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
}

.ne2-lrg {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne2-l1 {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.ne2-limg {
    display: block;
    width: 36%;
    flex: 0 0 auto;
}

.ne2-limg .img-box {
    padding-bottom: 60%;
}

.ne2-limg .img-box img {
    transition: all 0.5s ease;
}

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

.ne2-lt {
    width: calc(100% - 36% - 40px);
    flex: 0 0 auto;
    padding-top: 20px;
}

.ne2-lh {
    margin-bottom: 10px;
    display: block;
}

.ne2-lh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 615px;
    transition: all 0.5s ease;
}

.ne2-lbox:hover .ne2-lh p {
    color: #E60012;
}

.ne2-lp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    max-width: 615px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.ne2-l2 {
    flex: 0 0 auto;
    margin-left: 60px;
}

.ne2-la {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 5px 15px;
    transition: all 0.5s ease;
}

.ne2-lbox:hover .ne2-la {
    border: 1px solid #E60012;
    background: #E60012;
}

.ne2-la p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ne2-lbox:hover .ne2-la p {
    color: #FFF;
}

.ne2-la i {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    margin-left: 3px;
    line-height: normal;
    display: block;
    transition: all 0.5s ease;
}

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

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

    .ne-nava {
        padding: 12px 12px 14px;
    }

    .ne-top {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.9px) {
    .ne1 {
        display: none;
    }

    .ne2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ne-top {
        overflow-x: auto;
    }

    .ne-top::-webkit-scrollbar {
        display: none;
    }

    .ne-nav {
        min-width: 800px;
    }

    .ne2-lbox {
        flex-direction: column;
    }

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

    .ne2-lrg {
        align-items: flex-start;
        flex-direction: column;
    }

    .ne2-l2 {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 499px) {
    .ne2-l1 {
        flex-direction: column;
    }

    .ne2-limg {
        width: 100%;
    }

    .ne2-lt {
        width: 100%;
    }
}

/* -------------------------------------------- */
/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

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

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

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 34%;
    -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: '\e617';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

    .banner-video-box {
        padding-bottom: 55%;
    }

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

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

    .banner-video-box {
        padding-bottom: 46%;
    }
}


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

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 68px;
    z-index: 12;
    display: none !important;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 8px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    overflow: hidden;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 100px !important;
    width: var(--w);
    height: 2px;
    border-radius: 50px;
    /* border: 1px solid #D9D9D9; */
    background: #FFF;
    display: block;
    /* margin: 0 8px; */
    position: relative;
    border-radius: 0;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 8px;
    width: 100%;
    height: 100%;
    /* border-radius: 50px; */
    background: #0F9EE1;
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

/* banner-end */

/* ind-pro */
.ind-pro {
    padding: 80px 0 60px;
}

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

.so1-l {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
    margin-bottom: 20px;
    flex: 0 0 auto;
}

.so1-l1 {
    width: 40%;
}

.so1-l2,
.so1-l3,
.so1-l4 {
    width: 20%;
}

.so1-l5 {
    width: 40%;
}

.so1-l6 {
    width: 20%;
}

.so1-l7 {
    width: 40%;
}

.so1-lbox {
    position: relative;
}

.so1-limg {
    overflow: hidden;
    display: block;
}

.so1-limg img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

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

.so1-lh {
    position: absolute;
    width: 98%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.so1-lh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    text-transform: uppercase;
}

.so1-l1 .so1-lh p,
.so1-l5 .so1-lh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.so1-lnav {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
}

.so1-lnav .breadcrumb-item::before,
.so1-lnav .breadcrumb-item a span {
    color: #FFF;
}

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

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

.so2>div {
    width: calc(100% / 3 - 27px);
    flex: 0 0 auto;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 20px;
    overflow: hidden;
}

/*  */
.so2-u1top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 5px;
    position: relative;
}

.so2-u1top::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background: #EFEFEF;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.so2-u1h p {
    color: #000;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-pro2-1h) * 1.333);
    text-transform: uppercase;
}

.so2-u1btn {
    display: flex;
}

.so2-u1a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 5px 15px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    transition: all 0.5s ease;
}

.so2-u1a:hover {
    border: 1px solid #E60012;
}

.so2-u1a p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
}

.so2-u1a i {
    margin-left: 3px;
    display: block;
    font-size: 10px;
    color: #000;
}

/*  */
.so2-l1a {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #EFEFEF;
}

.so2-l1num {
    flex: 0 0 auto;
    margin-right: 20px;
    min-width: 76px;
    padding-top: 3px;
}

.so2-l1num p {
    color: #9D9E9C;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
}

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

.so2-l1h p span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    --size: 1px;
    --color: #000;
    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-bezier(0.4, 0, 0.2, 1);
}

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

.so2-l2a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #EFEFEF;
}

.so2-l2img {
    width: 35%;
    flex: 0 0 auto;
}

.so2-l2img .img-box {
    padding-bottom: 58%;
}

.so2-l2img .img-box img {
    transition: all 0.5s ease;
}

.so2-l2a:hover .so2-l2img .img-box img {
    transform: scale(1.08);
}

.so2-l2t {
    width: calc(100% - 35% - 20px);
    flex: 0 0 auto;
}

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

.so2-l2num p {
    color: #9D9E9C;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
}

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

.so2-l2h p span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    --size: 1px;
    --color: #000;
    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-bezier(0.4, 0, 0.2, 1);
}

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

.ind-about {
    padding: 80px 0;
}

.so3 {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    padding: 40px;
}

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

.so3-h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

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

.so3-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    max-width: 1025px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so3-btn {
    display: flex;
}

/*  */
.so4-lbox {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    padding: 40px;
}

.so4-lh {
    margin-bottom: 5px;
}

.so4-lh p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.so4-lsmh {
    margin-bottom: 20px;
}

.so4-lsmh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: uppercase;
}

.so4-lp {
    margin-bottom: 40px;
}

.so4-lp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    max-width: 457px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-lbtn {
    display: flex;
}

/*  */
.ind-video {
    padding: 80px 0;
}

.so5 {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 40px;
}

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

.so5-h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

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

.so5-l {
    margin-bottom: 25px;
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
}

.so5 .his4-a {
    border-radius: 10px;
}

.so5 .his4-video i {
    font-size: 50px;
}

.so5-lt {
    padding: 0 20px;
}

.so5-lh {
    margin-bottom: 5px;
    margin-top: 20px;
}

.so5-lh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so5-lp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.ind-share {
    padding: 0 0 80px;
}

.so6 {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so6-1 {
    width: calc(100% - 68.4% - 40px);
    flex: 0 0 auto;
}

.so6-1h {
    margin-bottom: 40px;
}

.so6-1h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.so6-1l {
    margin-bottom: 40px;
}

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

.so6-1la {
    display: flex;
    align-items: center;
    width: max-content;
}

.so6-1la i {
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
}

.so6-line {
    width: 1px;
    height: 10px;
    background: #D9D9D9;
    margin: 0 20px;
}

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

.so6-1la:hover p {
    color: #E60012;
}

/*  */
.so6-2 {
    width: 68.4%;
    flex: 0 0 auto;
}

.so6-2u {
    display: flex;
    justify-content: space-between;
}

.so6-2l1 {
    width: 33.2%;
    flex: 0 0 auto;
}

.so6-2l2 {
    width: calc(100% - 33.2% - 40px);
    flex: 0 0 auto;
}

.so6-2l .img-box {
    padding-bottom: 455px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.so6-2 .so6-1la {
    width: 100%;
    justify-content: center;
}

.so6-2l>a:hover .so6-1la p {
    color: #E60012;
}

/* ind-end */
.ind-end {
    background: #00254B;
}

.so7 {
    padding: 60px 0;
}

.so7-u {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so7-l {
    display: flex;
    align-items: center;
}

.so7-li i {
    font-size: 60px;
    color: #FFF;
    line-height: normal;
    margin-right: 20px;
    flex: 0 0 auto;
}

.so7-lh {
    margin-bottom: 5px;
}

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

.so7-lp p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.38);
}

.so7-llne {
    width: 2px;
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
    margin: 0 40px;
}

@media (max-width: 1536px) {
    .ind-pro {
        padding: 70px 0 50px;
    }

    .so2>div {
        width: calc(100% / 3 - 17px);
    }

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

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

    .so5 {
        padding: 20px;
    }

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

    .so5-l {
        margin-bottom: 15px;
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
    }

    .so6 {
        padding: 20px;
    }

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

    .so7 {
        padding: 40px 0;
    }

    .so7-li i {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .so1-l {
        width: 50% !important;
        flex: 0 0 auto;
    }

    .so1-limg img {
        width: 100%;
    }

    .so2 {
        flex-direction: column;
    }

    .so2>div {
        width: 100%;
        margin-bottom: 20px;
    }

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

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

    .so4-lbox {
        padding: 20px;
    }

    .so5-l {
        width: 50%;
    }

    .so6 {
        flex-direction: column;
    }

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

    .so6-2 {
        width: 100%;
    }

    .so6-2l .img-box {
        padding-bottom: 66%;
    }

    .so7-u {
        flex-wrap: wrap;
    }

    .so7-l {
        width: 50%;
        margin-bottom: 20px;
    }

    .so7-l:nth-child(2n) {
        display: none;
    }
}

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

    .so1-l {
        width: 100% !important;
    }

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

    .so3 {
        padding: 20px;
    }

    .ind-video {
        padding: 20px 0 40px;
    }

    .so5-top {
        align-items: flex-start;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .so5-l {
        width: 100%;
    }

    .so6 {
        padding: 12px;
    }

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

    .so6-1l {
        margin-bottom: 20px;
    }

    .so6-1la i {
        font-size: 24px;
    }

    .so6-line {
        margin: 0 12px;
    }

    .so6-2u {
        flex-direction: column;
    }

    .so6-2l1 {
        margin-bottom: 20px;
    }

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

    .so6-2l {
        width: 100% !important;
    }

    .so7-l {
        width: 100%;
    }

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

/* 新加 */
#prode1-1sw {
    position: relative;
}

#prode1-2sw {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

#prode1-2sw .swiper-slide .prode1-1swimg .img-box {
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.5s ease;
}

#prode1-2sw .swiper-slide.on .prode1-1swimg .img-box {
    border: 1px solid #E60012;
}

#prode1-1sw .swiper-button-prev,
#prode1-1sw .swiper-button-next {
    opacity: 1 !important;
    cursor: pointer !important;
}

#prode1-1sw .swiper-button-prev::after,
#prode1-1sw .swiper-button-next::after {
    opacity: 1 !important;
    font-size: 24px;
    color: #000;
    transition: all 0.5s ease;
    cursor: pointer !important; 
}

#prode1-1sw .swiper-button-prev:hover::after,
#prode1-1sw .swiper-button-next:hover::after {
    color: #E60012;
}
