.hea-top {
    padding: 12px 0;
    background: #212020;
}

.hea-topbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hea-top1 {
    display: flex;
    align-items: center;
}

.hea-top1a {
    display: flex;
    align-items: center;
    margin-right: 10vw;
    margin-right: 2vw;
}

.hea-top1a:last-child {
    margin-right: 0;
}

.hea-top1i {
    flex: 0 0 auto;
    margin-right: 10px;
}

.hea-top1i i {
    font-size: 16px;
    line-height: normal;
    color: #FFF;
}

.hea-top1h p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 1.15;
}

.hea-top1p p,
.hea-top1p p span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 1.15;
    --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);
}

.hea-top1a:hover .hea-top1p p span {
    color: #e60012;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.hea-share {
    display: flex;
    align-items: center;
}

.hea-share>a {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #4d4d4d;
    margin-right: 10px;
    position: relative;
}

.hea-share>a:last-child {
    margin-right: 0;
}

.hea-share>a>img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;

    width: 90px;
    height: auto;
    object-fit: cover;
    object-position: center;
    justify-content: center;
}

.hea-share>a:hover img {
    opacity: 1;
    pointer-events: auto;
}

.hea-share>a i {
    font-size: 16px;
    color: #FFF;
    line-height: normal;
    transition: all 0.5s ease;
}

.hea-share>a:hover i {
    color: #e60012;
}

.hea-share>a p {
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
    z-index: 12;
}

.hea-share>a:hover p {
    opacity: 1;
    pointer-events: auto;
}

.hea-share>a p img {
    max-width: 90px;
    height: auto;
    object-fit: cover;
    object-position: center;
    justify-content: center;
}

/*  */

#ven {
    transition: all 0.5s ease;
    background-color: #fff;
    border-bottom: 2px solid #e60012;
}

.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-loim {
    padding: 18px 0;
    position: relative;
}

.ven1-loim img {
    width: 230px;
    flex: 0 0 auto;
    height: auto;
    transition: all 0.5s ease;
}

.ven2 {
    display: flex;
    align-items: center;
    width: calc((100% - 300px) / 2);
    justify-content: space-between;
}

.ven2:last-of-type {
    justify-content: flex-end;
}

.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 28px;
}

.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-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.25);

    --size: 0px;
    --color: #F96F13;
    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(255, 255, 255, 1);
    margin-left: 6px;
    transition: all 0.5s ease;
}

.ven2-la:hover i {
    color: #F96F13;
}

.ven2-l.on .ven2-la i {
    color: #F96F13;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv i {
    font-size: 18px;
    color: #000;
    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;
}

.ven-inqury .ven-inqurya {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.5s ease;
    padding: 9.5px 28px;
    position: relative;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya:hover {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: #F96F13;
}

.ven-inqury .ven-inqurya i {
    font-size: 18px;
    margin-left: 6px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury .ven-inqurya p {
    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;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    position: absolute;
    right: 20%;
    top: 22%;
}

/*  */
.ven-line {
    width: 1px;
    height: 10px;
    margin: 0 6px;
    background: rgba(255, 255, 255, 0);
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EA580C;
}

/*  */
.ven2-lang {
    position: relative;
    height: 100%;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #1A1A1A;
    padding: 6px 18px 6px 7px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover {
    background: #EA580C;
}

.ven2-langi1 {
    border-radius: 50px;
    background: #FFF;
    padding: 2px;
    margin-right: 12px;
}

.ven2-langi1 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ven2-langbt i {
    font-size: 10px;
    color: #FFF;
    display: block;
    margin-left: 12px;
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-lanerbox {
    position: absolute;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    background: #FFF;
}

.ven2-lang:hover .ven2-lanerbox {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

.ven2-laner {
    padding: 8px 4px;
}

.ven2-laner>a {
    display: block;
    margin: 8px 0;
}

.ven2-laner>a p {
    text-align: center;
}

.ven2-laner>a span {
    color: #453737;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-laner>a:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

/* 语言新 */
.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-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    /* padding: 12px 28px; */
    /* border-radius: 5px; */
    /* border: 1px solid rgba(255, 255, 255, 0.25); */
}

.menu-language .select-name>img {
    width: 24px;
    margin-right: 6px;
    margin-top: 2px;
}

@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 .select-name:hover {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: #F96F13;
} */

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e62c';
    color: rgba(255, 255, 255, 1);
    font-family: 'iconfont' !important;
    margin-right: 8px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language .select-name:hover:before {
    color: #006FC1;
}

@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: 24px;
    }
}

.menu-language .select-name::after {
    font-size: 10px;
    color: rgba(0, 0, 0, 1);
    content: '\e6bd';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 15px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language .select-name:hover::after {
    color: #EA580C;
}

@media (max-width: 767px) {
    .menu-language .select-name::after {
        display: none;
    }
}

.menu-language .drop-select {
    position: absolute;
    content: '';
    right: 0;
    top: calc(100%);
    z-index: 2;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .menu-language .drop-select {
        min-width: 100%;
        width: auto;
        height: 300px;
        overflow: auto;
        padding: 10px;
    }
}

.menu-language .drop-select li {
    font-size: 16px;
    display: inline-block;
    width: calc(100%/3);
    vertical-align: top;
}

@media (max-width: 991px) {
    .menu-language .drop-select li {
        width: 100%;
        font-size: 14px;
    }
}

.menu-language .drop-select li:hover a {
    color: #777777;
}

.menu-language .drop-select li a {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 14px;
}

.menu-language .drop-select li a:hover {
    background: #eee;
}

.menu-language .drop-select li a img {
    max-height: 20px;
    display: block;
    margin-right: 10px;
}

/* 语言-end */

@media (max-width: 1844px) {}

@media (max-width: 1536px) {

    /* .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:last-child:after {
        margin: 0 24px;
    }

    .ven1-loim img {
        width: 200px;
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */


    .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-loim {
        padding: 10px 0;
    }
}

@media (max-width: 1300px) {
    .ven2-l::after {
        margin: 0 20px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .hea-box {
        border-radius: 0;
        top: 0;
        width: 100%;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2:first-child {
        display: none;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .ven-inqury .ven-inqurya p {
        display: none;
    }

    .ven-inqury .ven-inqurya i {
        margin-left: 0;
    }

    .ven-inqury .ven-inqurya {
        padding: 9px 15px;
    }
}

@media (max-width: 768px) {
    .hea-top {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 140px;
    }

    .ven-inqury .ven-inqurya span {
        right: 6%;
        top: 11%;
    }

    .ven-inqury .ven-inqurya {
        padding: 5px 6px;
    }

    .vensesv {
        border: none;
        padding: 0;
        margin-right: 4px;
    }

    .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: 380%;
    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: #453737;
    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-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 130%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #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: 260%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: rgb(255, 255, 255);
    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: 498px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 200%;
    }

    .ven-sehfo {
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 200%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 248%;
        right: -142px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .ven2-langi1 img {
        width: 24px;
    }

    .ven-inqury .ven-inqurya i {
        font-size: 18px;
    }

    .ven2-langbt {
        padding: 4px 10px 4px 4px;
    }

    .ven2-langi1 {
        margin-right: 6px;
    }

    .ven2-langbt i {
        margin-left: 6px;
    }
}

/*  */
.ven2-sp {
    display: flex;
    align-items: center;
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #000;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #000;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #000;
}

.headersp #venPho .venPhoSack.on::before {
    background: #000;
}

.ventricle .venPhoSack::before {
    background: #000 !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #000;
}

.headersp #venPho .venPhoSack.on::after {
    background: #000;
}

.ventricle .venPhoSack::after {
    background: #000 !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #000;
}

.ventricle .venPhoSack span {
    background: #000 !important;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 141px;
    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;
}

.xiantiao>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) {
    #venPhoSec {
        top: 77px;
    }
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 57px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-show {
    padding-top: 90px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768px) {}

@media (max-width: 499px) {}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 200px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 768px) {
    .sub-im img {
        min-height: 200px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 140px;
    }
}

/*  */
.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 {
    margin-top: 20px !important;
}

.subnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav i {
    font-size: 16px;
    line-height: normal;
    color: #e60012;
    margin-right: 5px;
    line-height: normal;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    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);
}

.sub-show .breadcrumb-item::before,
.sub-show .breadcrumb-item a span {
    color: #666;
    --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;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.sub-show .breadcrumb-item+.breadcrumb-item::before {
    color: #666;
}

/*  */
.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;
    }
}

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }

    .subnav-box {
        margin-top: 12px !important;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 0;
    color: #333;
    border: 1px solid #e3e4e4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    color: #FFF;
    background: #e60012;
    border: 1px solid #e60012;
}

.sub-pagel.on a {
    color: #FFF;
    background: #e60012;
    border: 1px solid #e60012;
}

.sub-pagel i {
    color: #333;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.25);
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }

    .sub-pagel a i {
        --w: 26px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 165px;
}

[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: 140px;
    }

    [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: 768px) {
    [data-sub-pad="header100"] {
        margin-top: 76px;
    }
}

@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 */
.con-box {
    padding-top: 60px;
    position: relative;
    z-index: 12;
}

.con-h {
    margin-bottom: 60px;
}

.con-h h2 {
    font-size: var(--zj-prode1-2h);
    color: #333;
    font-weight: 900;
    text-align: center;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    text-transform: uppercase;
}

.con-end {
    display: flex;
    box-shadow: 0 0 10px #f5f5f5;
    background: #fff;
}

/*  */
.con1 {
    display: flex;
    align-items: center;
    width: 63%;
    flex: 0 0 auto;
    padding: 30px;
    background: url(../img/con1bg.webp) no-repeat center;
    background-size: cover;
}

.con1-fou {
    margin-right: calc(-.5 * 0.65rem);
    margin-left: calc(-.5 * 0.65rem);
}

.con1-fou>div {
    margin-bottom: 8px;
    padding-right: calc(0.65rem * .5);
    padding-left: calc(0.65rem * .5);
}

.con1-fol:last-child {
    margin-bottom: 0;
}

.con1-fou>div>p {
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.25);
    color: #868686;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 4px;
}

.con1-fol input,
.con1-fol textarea {
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.25);
    color: #868686;
    text-transform: capitalize;
    font-weight: normal;

    width: 100%;
    border-radius: 6px;
    border: 1px solid #c8d0e3;
    background: #f5f5f500;

    transition: all 0.5s ease;
    padding: 13px 23px;
}

.con1-fol input:focus,
.con1-fol textarea:focus {
    border: 1px solid #e60012;
}

.con1-fol input::-webkit-input-placeholder {
    color: #868686;
}

.con1-fol input::-moz-placeholder {
    color: #868686;
}

.con1-fol input::-ms-input-placeholder {
    color: #868686;
}

.con1-fol textarea::-webkit-input-placeholder {
    color: #868686;
}

.con1-fol textarea::-moz-placeholder {
    color: #868686;
}

.con1-fol textarea::-ms-input-placeholder {
    color: #868686;
}

.con1-fobt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.con1-fobt button {
    padding: 5px 45px;
    position: relative;
    overflow: hidden;
    background: #008cb0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.con1-fobt button::after,
.con1-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-16%, -198%) rotate(-30deg);
    transform: translate(-16%, -198%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con1-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con1-fobt button:hover:before,
.con1-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con1-fobt button span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/* 表单验证吗 ------------------------- */
.con1-fol {
    position: relative;
}

.spam_code_img {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spam_code_img img {
    max-width: 100%;
    height: auto !important;
}

.con2 {
    width: 37%;
    background: #212020;
    padding: 5% 3%;
}

.con2-h {
    margin-bottom: 30px;
}

.con2-h p {
    font-size: var(--zj-oem3-1l1p);
    color: #fffefe;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    text-transform: capitalize;
}

.con2-l {
    margin-bottom: 30px;
}

.con2-l:last-child {
    margin-bottom: 0;
}

.con2-la {
    display: flex;
    align-items: center;
}

.con2-la i {
    font-size: 18px;
    color: #FFF;
    line-height: normal;
    margin-right: 5px;
    flex: 0 0 auto;
}

.con2-la p,
.con2-la p span {
    color: #fff;
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.25);
    --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.con2-la:hover p span {
    color: #e60012;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con2-share {
    margin-top: 30px;
}

.con3 {
    margin-top: -100px;
}

.map iframe {
    aspect-ratio: 1920 / 690;
    width: 100%;
    height: auto;
}

@media (max-width: 1536px) {
    .con-box {
        padding-top: 40px;
    }

    .con-h {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .con-end {
        flex-direction: column-reverse;
    }

    .con1,
    .con2 {
        width: 100%;
    }

    .con3 {
        margin-top: -30px;
    }

    .map iframe {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .con1-fou>div {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-h {
        margin-bottom: 20px;
    }

    .con2-h {
        margin-bottom: 16px;
    }

    .con2-l {
        margin-bottom: 12px;
    }

    .con1 {
        padding: 20px 12px;
    }
}

/* footer */
#footer {
    background: #000;
}

.ft-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    padding: 80px 0;
}

.ft1 {
    width: 212px;
}

.ft1-a {
    display: block;
}

.ft1-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ft2 {
    width: 70%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft2-1 {
    max-width: 300px;
}

.ft2-1h {
    margin-bottom: 30px;
}

.ft2-1h p {
    font-size: var(--zj-ven2-la);
    line-height: calc(var(--zj-ven2-la) * 1.25);
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.ft2-1l {
    margin-bottom: 14px;
}

.ft2-1l:last-child {
    margin-bottom: 0;
}

.ft2-1la {
    display: block;
}

.ft2-1la p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ft2-1la p span {
    color: #fff;
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.25);
    font-weight: normal;
    --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);
}

.ft2-1la:hover p span {
    color: #e60012;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-2l {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.ft2-2l:last-child {
    margin-bottom: 0;
}

.ft2-2l p {
    color: #fff;
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.25);
    font-weight: normal;
    /* max-width: 230px; */
}

.ft2-2la {
    display: block;
}

.ft2-2la span {
    color: #fff;
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.25);
    font-weight: normal;

    --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.ft2-2la:hover span {
    color: #e60012;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft3 {
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*  */

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 4px;
}

.ft3-1copy span {
    color: #999;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2cona);
}

.ft3-1cnzz {
    padding-bottom: 2px;
    margin-left: 4px;
}

.ft3-1pow span {
    color: #999;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2cona);
    --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: 10px;
    background: #D9D9D9;
    margin: 0 20px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #999;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2cona);
    --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;
    }

    .ft2-1 {
        max-width: 200px;
    }

    .ft3 {
        padding: 10px 0;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 49px;
    }
}

@media (max-width: 992px) {
    .ft-top {
        flex-direction: column;
    }

    .ft1 {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .ft2 {
        width: 100%;
    }

    .ft3 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1cnzz {
        margin-left: 0;
    }
}

@media (max-width: 768px) {

    .ft2-1:nth-child(1),
    .ft2-1:nth-child(2) {
        display: none;
    }

    .ft2-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ft-top {
        padding: 24px 0;
    }

    .ft1 {
        width: 162px;
        margin-bottom: 20px;
    }

    .ft2-1h {
        margin-bottom: 20px;
    }

    .ft2-2l {
        margin-bottom: 8px;
    }

    .ft2-2l p {
        max-width: 100%;
    }
}

/* 青岛合众机械制造有限公司（服务） */
.ser-box {
    padding: 60px 0;
}

.ser-h {
    margin-bottom: 60px;
}

.ser-h p {
    font-size: var(--zj-prode1-2h);
    color: #333;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

/*  */
.ser-u {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser-l {
    padding: 0 5%;
}

.ser-lbox {
    cursor: pointer;
}

.ser-limg {
    width: 60px;
    margin: auto;
    height: 60px;
    margin-bottom: 30px;
}

.ser-limg img {
    background: none;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ser-lte p {
    font-size: var(--zj-subnav);
    color: #a5adb2;
    font-weight: normal;
    transition: all 0.5s ease;
}

.ser-l.on .ser-lte p {
    color: #e60012;
}

.ser-lbox:hover .ser-lte p {
    color: #e60012;
}

/*  */
.ser1 {
    margin-top: 40px;
}

.ser1-box {
    display: none;
}

.ser1-box.on {
    display: block;
}

.ser1-te p {
    margin-bottom: 30px;
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.25);
    color: #999;
}

.ser1-te p:last-child {
    margin-bottom: 0;
}

.ser2 {
    margin-top: 60px;
}

.ser2-h {
    margin-bottom: 50px;
}

.ser2-h p {
    font-size: var(--zj-prode1-2h);
    color: #333;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

/*  */
.ser2-l {
    position: relative;
    padding: 30px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
}

.ser2-l:last-child {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e700;
}

.ser2-lnum {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateY(-20%);
}

.ser2-lnum p {
    font-size: var(--zj-news-h);
    line-height: calc(var(--zj-news-h) * 1.25);
    font-weight: 900;
    color: #f0eff0;
}

.ser2-lh {
    margin-bottom: 20px;
}

.ser2-lh p {
    font-size: var(--zj-ven2-la);
    line-height: calc(var(--zj-ven2-la) * 1.25);
    color: #666;
    font-weight: 600;
}

.ser2-lp p {
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.25);
    color: #999;
    font-weight: normal;
}

@media (max-width: 1536px) {
    .ser-l {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .ser-limg {
        width: 46px;
        height: 46px;
        margin-bottom: 20px;
    }

    .ser2-l {
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .ser2-lh {
        margin-bottom: 14px;
    }

    .ser2-lnum {
        transform: translateY(6%);
    }
}

@media (max-width: 499px) {
    .ser-lte p {
        width: max-content;
    }

    .ser-u {
        justify-content: flex-start;
        overflow: auto;
    }

    .ser-u::-webkit-scrollbar {
        display: none;
    }

    .ser-l {
        padding: 0;
        margin-right: 16px;
    }

    .ser-l:last-child {
        margin-right: 0;
    }

    .ser-box {
        padding: 40px 0 30px;
    }

    .ser-h {
        margin-bottom: 30px;
    }

    .ser1 {
        margin-top: 20px;
    }

    .ser-limg {
        width: 36px;
        height: 36px;
    }

    .ser1-te p {
        margin-bottom: 16px;
    }

    .ser2 {
        margin-top: 30px;
    }

    .ser2-h {
        margin-bottom: 20px;
    }

    .ser2-l {
        padding: 16px 0;
        margin-bottom: 26px;
    }
}

/* 青岛合众机械制造有限公司（新闻） */
.ne-box {
    padding: 60px 0;
}

.ne-h {
    margin-bottom: 60px;
}

.ne-h p {
    font-size: var(--zj-prode1-2h);
    color: #333;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

/*  */
.ne-u {
    margin-bottom: 50px;
}

.ne-l {
    margin-bottom: 26px;
}

.ne-la {
    display: block;
    box-shadow: 0 0 10px #f0f0f0;
}

.ne-limg .img-box {
    padding-bottom: 75%;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-la:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
    background: #fff;
}

.ne-la:hover .ne-lte {
    margin-top: -20px;
}

.ne-l1 {
    flex: 0 0 auto;
    margin-right: 12px;
}

.ne-lnum {
    position: relative;
    padding-bottom: 12px;
}

.ne-lnum::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #e60012;
    left: 0;
    bottom: 0;
}

.ne-lnum p {
    font-size: var(--zj-pro2-1h);
    line-height: calc(var(--zj-pro2-1h) * 1.25);
    color: #333;
    display: block;
}

.ne-lnum span {
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.25);
    color: #666;
    font-weight: normal;
}

.ne-l2 {
    flex: 1;
}

.ne-lh {
    margin-bottom: 15px;
}

.ne-lh p {
    font-size: var(--zj-ven2-la);
    line-height: calc(var(--zj-ven2-la) * 1.25);
    color: #333;
    font-weight: 600;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-la:hover .ne-lh p {
    color: #e60012;
}

.ne-lp p {
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.25);
    color: #666;
    font-weight: normal;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-la:hover .ne-lp p {
    color: #e60012;
}

@media (max-width: 1536px) {
    .ne-h {
        margin-bottom: 30px;
    }

    .ne-u {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }

    .ne-lte {
        padding: 20px 12px;
    }
}

@media (max-width: 499px) {
    .ne-l {
        width: 100%;
    }

    .ne-h {
        margin-bottom: 20px;
    }

    .ne-box {
        padding: 30px 0;
    }

    .ne-u {
        margin-bottom: 0;
    }
}

/* 青岛合众机械制造有限公司（案例） */
.ca-box {
    padding: 60px 0;
}

.ca-l {
    margin-bottom: 60px;
}

.ca-l:last-child {
    margin-bottom: 0;
}

.ca-la {
    display: flex;
    justify-content: space-between;
}

.ca-l:nth-child(2n) .ca-la {
    flex-direction: row-reverse;
}

.ca-l1 {
    width: 32%;
    background: linear-gradient(#e0e0e0, #fff, #e0e0e0);
    padding: 5% 4%;
}

.ca-lh {
    margin-bottom: 40px;
}

.ca-lh p {
    color: #333;
    font-weight: 600;
    font-size: var(--zj-oem3-1l1p);
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ca-la:hover .ca-lh p {
    color: #e60012;
}

.ca-lp {
    margin-bottom: 30px;
}

.ca-lp p {
    color: #666;
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.25);
    font-weight: normal;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ca-la:hover .ca-lp p {
    color: #e60012;
}

.ca-lbtn p {
    text-transform: uppercase;
    color: #e60012;
    font-weight: 600;
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.25);
    transition: all 0.5s ease;
}

.ca-l2 {
    width: calc(100% - 32% - 30px);
    flex: 0 0 auto;
    background: #c1904b;
    transition: all 0.5s ease;
}

.ca-la:hover .ca-l2 {
    border-radius: 10px;
}

.ca-l2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ca-la:hover .ca-l2 img {
    transform: scale(0.96);
    border-radius: 10px;
}

@media (max-width: 992px) {
    .ca-la {
        flex-direction: column;
    }

    .ca-l:nth-child(2n) .ca-la {
        flex-direction: column;
    }

    .ca-l1,
    .ca-l2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ca-box {
        padding: 30px 0;
    }

    .ca-lh {
        margin-bottom: 20px;
    }

    .ca-lp {
        margin-bottom: 16px;
    }

    .ca-l {
        margin-bottom: 20px;
    }
}

/* 青岛合众机械制造有限公司（产品） product */
/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #e60012;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #e60012;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

.pro-box {
    padding: 60px 0;
}

/*  */
/* product */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 24%;
    flex: 0 0 auto;
    position: sticky;
    top: 170px;
}

.pro1-l {
    margin-bottom: 14px;
    background: #FFF;
    transition: all 0.5s ease;
}

.pro1-l.on {
    background: #f8f8f8;
}

.pro1-l:hover {
    background: #f8f8f8;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1 {
    background: #44494d;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0;
    margin: 0 5%;
    position: relative;
    transition: all 0.5s ease;
}

.pro1-l1a span {
    color: #fff;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
}

.pro1-l1ico i {
    font-size: 16px;
    color: #FFF;
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    transform: rotate(-45deg);
    color: #FFF;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

/*  */
.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-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 20px 5%;
    border-bottom: 1px solid #e2e2e2;
}

.pro1-l2a:last-child {
    border-bottom: none;
}

.pro1-l2a span {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --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);
}

.pro1-l2a:hover span {
    color: #e60012;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #e60012;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: 74%;
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
    margin-bottom: 50px;
}

.pro2-l {
    margin-bottom: 20px;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.pro2-la {
    display: block;
    background: linear-gradient(#e0e0e0, #fff, #e0e0e0);
    padding: 15px;
}

.pro2-limg {}

.pro2-limg .img-box {
    margin-bottom: 30px;
    padding-bottom: 92%;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lh p {
    font-size: var(--zj-ven2-la);
    line-height: calc(var(--zj-ven2-la) * 1.25);
    font-weight: 600;
    color: #333;
    transition: all 0.5s ease;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-la:hover .pro2-lh p {
    color: #e60012;
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-u {
        margin-bottom: 20px;
    }

    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .pro-box {
        padding: 40px 0;
    }

    .pro2-la {
        padding: 15px;
    }

    .pro2-limg .img-box {
        margin-bottom: 15px;
    }

    .pro2-u {
        margin-bottom: 10px;
    }
}

/* 青岛合众机械制造有限公司（关于我们） */
.ab1-box {
    display: flex;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
}

.ab1-1 {
    width: 48%;
    flex: 0 0 auto;
}

.ab1-1h p {
    font-size: var(--zj-ser-fth);
    line-height: calc(var(--zj-ser-fth) * 1.25);
    color: #333;
    font-weight: 600;
}

.ab1-1line {
    display: block;
    width: 60px;
    height: 2px;
    background: #e60012;
    margin: 20px 0;
}

.ab1-1p p {
    margin-bottom: 30px;
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.5);
    color: #999;
    font-weight: normal;
}

.ab1-1p p:last-child {
    margin-bottom: 0;
}

.ab1-2 {
    width: 49%;
    flex: 0 0 auto;
}

.ab1-2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* ab2 */
.ab2-box {
    padding-bottom: 60px;
}

.ab2-l {
    border-left: 1px solid #e3e3e3;
}

.ab2-l:last-child {
    border-right: 1px solid #e3e3e3;
}

.ab2-lh {
    display: flex;
    justify-content: center;
}

.ab2-lh {
    margin-bottom: 12px;
}

.ab2-lh p {
    font-size: var(--zj-ab2end1-h);
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    font-weight: 900;
    color: #e60012;
    font-family: "Abril Fatface";
}

.ab2-lh sub {
    font-size: var(--zj-ser-fth);
    font-weight: 900;
    color: #e60012;
}

.ab2-lp p {
    text-align: center;
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.25);
    color: #999;
}

/* ab3 */
.ab3-img {
    position: relative;
    display: block;
}

.ab3-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .5);
    z-index: 10;
}

.ab3-img .img-box {
    padding-bottom: 16%;
}

.ab3-img .img-box img {
    transition: all 0.5s ease;
}

.ab3-img:hover .img-box img {
    transform: scale(1.08);
}

.ab3-i {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.ab3-i i {
    --w: 70px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #e60012;
    font-size: 48px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.ab3-img:hover .ab3-i i {
    animation: video 0.6s ease-in-out;
    animation-iteration-count: 1;
}

.ab3-i>span {
    background-color: rgba(226, 0, 19, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
}

.ab3-i>span:nth-of-type(2) {
    background-color: rgba(226, 0, 19, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

/* ab4 */
.ab4-box {
    padding-top: 60px;
    padding-bottom: 80px;
}

.ab4-h {
    margin-bottom: 50px;
}

.ab4-h p {
    font-size: var(--zj-ser-fth);
    line-height: calc(var(--zj-ser-fth) * 1.25);
    color: #333;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

/*  */
.ab4-sw1 {
    margin-bottom: 10px;
    position: relative;
}

#ab4-sw1 {
    overflow: hidden;
}

#ab4-sw1 .swiper-button-prev,
#ab4-sw1 .swiper-button-next {
    --w: 34px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #e60012;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    top: auto;
    bottom: -11.5%;
}

#ab4-sw1 .swiper-button-prev::after,
#ab4-sw1 .swiper-button-next::after {
    font-size: 14px;
    color: #FFF;
    opacity: 1;
}

.ab4-sw1box {
    position: relative;
    cursor: pointer;
}

.ab4-sw1img .img-box {
    padding-bottom: 64%;
}

.ab4-sw1h {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    padding: 25px 5%;
    z-index: 12;
}

.ab4-sw1h p {
    color: #fff;
    font-weight: normal;
    font-size: var(--zj-subnav);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ab4-sw2 {
    position: relative;
}

#ab4-sw2 {
    overflow: hidden;
}

#ab4-sw2 .swiper-slide .ab4-sw1img {
    padding: 4.2px;
    transition: all 0.5s ease;
    border: 1px solid #fff;
}

#ab4-sw2 .swiper-slide.on .ab4-sw1img {
    border: 1px solid #e50112;
}

/* ab5 */
.ab5-box {
    padding-bottom: 80px;
}

.ab5-h {
    margin-bottom: 50px;
}

.ab5-h p {
    font-size: var(--zj-ser-fth);
    line-height: calc(var(--zj-ser-fth) * 1.25);
    color: #333;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

/*  */
.ab5-sw {
    position: relative;
}

#ab5-sw {
    overflow: hidden;
}

.ab5-sw1img {
    cursor: pointer;
    border: 10px solid #f0f0f0;
    transition: all 0.5s ease;
}

.ab5-sw1box:hover .ab5-sw1img {
    border: 10px solid #e60012;
}

.ab5-sw1img .img-box {
    padding-bottom: 132%;
}

.ab5-sw1img .img-box img {
    transition: all 0.5s ease;
}

.ab5-sw1box:hover .ab5-sw1img .img-box img {
    transform: scale(1.08);
}

.ab5-swchan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.ab5-swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.ab5-swchan .swiper-button-prev::after,
.ab5-swchan .swiper-button-next::after {
    font-size: 16px;
    color: #a6a6a6;
    transition: all 0.5s ease;
}

.ab5-swchan .swiper-button-prev:hover::after,
.ab5-swchan .swiper-button-next:hover::after {
    color: #e60012;
}

.ab5-swchan .swiper-pagination {
    width: auto;
    opacity: 1;
}

.ab5-swchan .swiper-pagination .swiper-pagination-bullet {
    background: #a6a6a6;
    margin: 0 13px;
    opacity: 1;
}

.ab5-swchan .swiper-pagination .swiper-pagination-bullet-active {
    background: #e60012;
}

@media (max-width: 1536px) {
    .ab3-img .img-box {
        padding-bottom: 24%;
    }
}

@media (max-width: 1199.9px) {

    #ab4-sw1 .swiper-button-prev,
    #ab4-sw1 .swiper-button-next {
        bottom: -13.5%;
    }
}

@media (max-width: 992px) {

    #ab4-sw1 .swiper-button-prev,
    #ab4-sw1 .swiper-button-next {
        bottom: -16.5%;
    }

    .ab1-box {
        flex-direction: column;
        padding: 60px 0 !important;
    }

    .ab1-1,
    .ab1-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ab2-l {
        border: none !important;
        width: 100%;
        margin-bottom: 20px;
    }

    .ab2-l:last-child {
        margin-bottom: 0;
    }

    #ab4-sw1 .swiper-button-prev,
    #ab4-sw1 .swiper-button-next {
        bottom: -22.5%;
    }
}

@media (max-width: 499px) {

    #ab4-sw1 .swiper-button-prev,
    #ab4-sw1 .swiper-button-next {
        bottom: -27.5%;
        --w: 28px;
    }

    #ab4-sw1 .swiper-button-prev::after,
    #ab4-sw1 .swiper-button-next::after {
        font-size: 12px;
    }

    .ab1-box {
        padding: 30px 0 !important;
    }

    .ab1-1line {
        margin: 12px 0;
    }

    .ab1-1p p {
        margin-bottom: 12px;
    }

    .ab2-box {
        padding-bottom: 30px;
    }

    .ab3-img .img-box {
        padding-bottom: 44%;
    }

    .ab4-box {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .ab4-h {
        margin-bottom: 20px;
    }

    .ab5-h {
        margin-bottom: 20px;
    }

    .ab5-swchan .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .ab5-swchan {
        margin-top: 20px;
    }

    .ab5-box {
        padding-bottom: 30px;
    }
}

/* 青岛合众机械制造有限公司（首页） */
.index-ban {
    position: relative;
}

#index-ban {
    overflow: hidden;
}

.index-bana {
    position: relative;
}

.index-banimg .img-box {
    padding-bottom: 42%;
}

/*  */
#index-ban .swiper-pagination .swiper-pagination-bullet {
    background: #a6a6a6;
    margin: 0 13px;
    opacity: 1;
}

#index-ban .swiper-pagination .swiper-pagination-bullet-active {
    background: #e60012;
}

#index-ban .swiper-button-prev,
#index-ban .swiper-button-next {
    --w: 73px;
    width: var(--w);
    height: var(--w);
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.5s ease;
    pointer-events: auto !important;
    cursor: pointer !important;
}

#index-ban .swiper-button-prev {
    left: 20px;
}

#index-ban .swiper-button-next {
    right: 20px;
}

#index-ban .swiper-button-prev:hover,
#index-ban .swiper-button-next:hover {
    background: #e60012;
}

#index-ban .swiper-button-prev::after,
#index-ban .swiper-button-next::after {
    color: #fff;
    font-size: 26px;
    line-height: normal;
}

/*  */
.index-bante {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.index-banh {}

.index-banh h2 {
    font-size: var(--zj-con2h);
    font-weight: 700;
    color: #222;
    line-height: 1.1;
    text-shadow: 0 0 20px #fff, 0 0 20px #fff;
}

.index-banh h3 {
    font-size: var(--zj-ab2end1-h);
    font-weight: 700;
    color: #222;
    line-height: 1.2;
    text-shadow: 0 0 20px #fff, 0 0 20px #fff;
}

.index-banp p {
    font-size: var(--zj-con2la);
    line-height: 1.65;
    color: #222;
    margin-top: 15px;
    text-shadow: 0 0 20px rgba(255, 255, 255, .9), 0 0 20px rgba(255, 255, 255, .9);
}

/* ----------------------------------------------------------- */
.so1 {
    padding: 60px 0 50px;
}

.so1-h {
    margin-bottom: 50px;
}

.so1-h p {
    font-size: var(--zj-prode1-2h);
    color: #333;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.so1-ubox {
    margin-bottom: 20px;
}

.so1-u {
    display: flex;
    justify-content: space-between;
}

.so1-lbox {
    cursor: pointer;
}

.so1-limg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-limg img {
    width: 100%;
    max-width: 120px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so1-lh p {
    text-align: center;
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.25);
    color: #666;
    font-weight: normal;
    transition: all 0.5s ease;
}

.so1-lbox:hover .so1-lh p {
    color: #e60012;
}

.so1-l.on .so1-lh p {
    color: #e60012;
}

/*  */
.so1-sw {
    position: relative;
    display: none;
}

.so1-sw.on {
    display: block;
}

.so1-swid1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
}

.so1-swid1:last-child {
    margin-bottom: 0;
}

.so1-swsa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(#e0e0e0, #fff, #e0e0e0);
}

.so1-swid1:nth-child(2n) .so1-swsa {
    flex-direction: row-reverse;
}

.so1-swimg {
    width: 60%;
    flex: 0 0 auto;
    overflow: hidden;
}

.so1-swimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.so1-swsa:hover .so1-swimg img {
    transform: scale(1.08);
}

.so1-swte {
    width: 40%;
    flex: 0 0 auto;
    padding: 30px 5% 70px;
}

.so1-swh {
    margin-bottom: 20px;
}

.so1-swh p {
    color: #333;
    font-weight: 600;
    font-size: var(--zj-oem3-1l1p);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so1-swsa:hover .so1-swh p {
    color: #e60012;
}

.so1-swp {
    margin-bottom: 50px;
}

.so1-swp p {
    color: #666;
    font-weight: normal;
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.25);
    min-height: calc(var(--zj-subnav) * 1.25 * 4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-swbtn {
    display: flex;
}

.so1-swbtn p {
    color: #e60012;
    font-weight: normal;
    border: 1px solid #e60012;
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.25);
    padding: 6px 23px;
    transition: all 0.5s ease;
}

.so1-swbtn p:hover {
    color: #FFF;
    background: #e60012;
}

/*  */
.so1-swid1chan {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15.5vw;
    bottom: 12%;
}

.so1-swid1:nth-child(2n) .so1-swid1chan {
    right: auto;
    left: 3vw;
}

.so1-swid1chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.so1-swid1chan .swiper-button-prev::after,
.so1-swid1chan .swiper-button-next::after {
    font-size: 16px;
    color: #a6a6a6;
    transition: all 0.5s ease;
}

.so1-swid1chan .swiper-button-prev:hover::after,
.so1-swid1chan .swiper-button-next:hover::after {
    color: #e60012;
}

.so1-swid1chan .swiper-pagination {
    width: auto;
    opacity: 1;
}

.so1-swid1chan .swiper-pagination .swiper-pagination-bullet {
    background: #a6a6a6;
    margin: 0 13px;
    opacity: 1;
    position: relative;
    transition: all 0.5s ease;
}

.so1-swid1chan .swiper-pagination .swiper-pagination-bullet-active {
    background: #e6001300;
}

.so1-swid1chan .swiper-pagination .swiper-pagination-bullet p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--zj-ven2cona);
    color: #e60012;
    opacity: 0;
    transition: all 0.5s ease;
}

.so1-swid1chan .swiper-pagination .swiper-pagination-bullet-active p {
    opacity: 1;
}

/* so2 */
.so2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 102px 0;
}

.so2-1 {
    width: 47%;
    flex: 0 0 auto;
}

.so2-1h {
    margin-bottom: 40px;
}

.so2-1h p {
    color: #fff;
    font-size: var(--zj-prode1_2h);
    line-height: calc(var(--zj-prode1_2h) * 1.25);
    font-weight: 900;
}

.so2-1p {
    margin-bottom: 40px;
}

.so2-1p p {
    margin-bottom: 30px;
    color: #fff;
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.25);
}

.so2-1p p:last-child {
    margin-bottom: 0;
}

.so2-1btn {
    display: flex;
}

.so2-1a {
    display: block;
    padding: 6px 24px;
    background: #e60012;
}

.so2-1a p {
    text-transform: capitalize;
    font-size: var(--zj-ven2cona);
    font-weight: normal;
    color: #FFF;
}

.so2-2 {
    width: calc(53% - 30px);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2-2a {
    display: block;
}

.so2-2a img {
    width: 52px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* so3 */
.so3 {
    padding: 60px 0 40px;
}

.so3-h {
    margin-bottom: 80px;
}

.so3-h p {
    font-size: var(--zj-prode1-2h);
    color: #333;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.so3 .ne-u {
    margin-bottom: 0;
}

/* so4 */
.ind-about {
    background: #f8f8f8;
}

.so4 {
    padding: 80px 0;
}

.so4-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so4-1 {
    width: 25%;
    flex: 0 0 auto;
}

.ft1-a {
    display: block;
}

.ft1-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so4-2 {
    width: 70%;
    flex: 0 0 auto;
}

.so4-2 p {
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.25);
    color: #999;
    font-weight: normal;
}

.so4-3 {
    margin-bottom: 60px;
}

.so4-sw {
    position: relative;
}

#so4-sw {
    overflow: hidden;
}

.so4-swbox {
    cursor: pointer;
    position: relative;
}

.so4-swimg {
    position: relative;
}

.so4-swimg::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 10;
    transition: all 0.5s ease;
}

.so4-swbox:hover .so4-swimg::after {
    opacity: 0;
}

.so4-swimg .img-box {
    padding-bottom: 66%;
}

.so4-swimg .img-box img {
    transition: all 0.5s ease;
}

.so4-swbox:hover .so4-swimg .img-box img {
    transform: scale(1.08);
}

.so4-swte {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    z-index: 12;
}

.so4-swh {
    padding: 20px;
}

.so4-swh p {
    font-size: var(--zj-subnav);
    color: #fff;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

#so4-sw .swiper-button-prev,
#so4-sw .swiper-button-next {
    --w: 34px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #e60012;
    display: flex;
    align-items: center;
    justify-content: center;
}

#so4-sw .swiper-button-prev::after,
#so4-sw .swiper-button-next::after {
    content: "";
}

#so4-sw .swiper-button-prev i,
#so4-sw .swiper-button-next i {
    font-size: 16px;
    color: #FFF;
}

@media (max-width: 1536px) {

    #index-ban .swiper-button-prev,
    #index-ban .swiper-button-next {
        --w: 40px;
    }

    #index-ban .swiper-button-prev::after,
    #index-ban .swiper-button-next::after {
        font-size: 16px;
    }

    .so1-h {
        margin-bottom: 20px;
    }

    .so3-h {
        margin-bottom: 40px;
    }

    .so1-swid1chan {
        right: 19.5vw;
        bottom: 8%;
    }

    .so1-swid1:nth-child(2n) .so1-swid1chan {
        left: 4vw;
    }

}

@media (max-width: 992px) {
    .so1-u {
        overflow: scroll;
        justify-content: flex-start;
    }

    .so1-u::-webkit-scrollbar {
        display: none;
    }

    .so1-l {
        margin-right: 16px;
    }

    .so1-l:last-child {
        margin-right: 0;
    }

    .so1-lh {
        display: flex;
        justify-content: center;
    }

    .so1-lh p {
        width: max-content;
    }
}

@media (max-width: 992px) {
    .so1-swsa {
        flex-direction: column-reverse;
    }

    .so1-swid1:nth-child(2n) .so1-swsa {
        flex-direction: column-reverse;
    }

    .so1-swimg {
        width: 100%;
    }

    .so1-swte {
        width: 100%;
        padding: 30px 5% 40px;
    }

    .so2 {
        flex-direction: column;
        padding: 62px 0;
    }

    .so2-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2-2 {
        width: 100%;
    }

    .so4-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so4-1 {
        margin-bottom: 20px;
    }

    .so4-2 {
        width: 100%;
    }

    .so4 {
        padding: 40px 0;
    }

    .so1-swid1chan {
        display: none;
    }
}

@media (max-width: 499px) {
    .index-banimg .img-box {
        padding-bottom: 54%;
    }

    #index-ban .swiper-button-prev,
    #index-ban .swiper-button-next {
        --w: 30px;
    }

    .so1-swp {
        margin-bottom: 20px;
    }

    .so1 {
        padding: 40px 0 50px;
    }

    .so1-l {
        min-width: 112px;
    }

    .so1-lh {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .so1-h {
        margin-bottom: 16px;
    }

    .so2 {
        padding: 42px 0 50px;
    }

    .so2-1h {
        margin-bottom: 20px;
    }

    .so2-1p p {
        margin-bottom: 20px;
    }

    .so2-1p {
        margin-bottom: 20px;
    }

    .so3 {
        padding: 40px 0 20px;
    }

    .so3-h {
        margin-bottom: 20px;
    }

    .so4-1 {
        width: 56%;
    }

    .so4-top {
        margin-bottom: 30px;
    }

    .so4-3 {
        margin-bottom: 30px;
    }
}

/* 青岛合众机械制造有限公司（搜索页面） */
.sech-box {
    padding: 60px 0;
}

.sech-sehinp {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.sech-u {
    margin-top: 50px;
    margin-bottom: 60px;
}

.sech-l {
    margin-bottom: 30px;
}

.sech-l:last-child {
    margin-bottom: 0;
}

.sech-la {
    box-shadow: 0 0 10px #f0f0f0;
    padding: 2%;
    display: block;
}

.sech-l1 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.sech-l1h p {
    font-size: var(--zj-ven2-la);
    text-transform: capitalize;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    color: #333;
    transition: all 0.5s ease;
}

.sech-la:hover .sech-l1h p {
    color: #e60012;
}

.sech-l1line {
    margin: 0 10px;
    background: #333;
    width: 2px;
    height: 18px;
    transition: all 0.5s ease;
}

.sech-la:hover .sech-l1line {
    background: #e60012;
}

.sech-l2 {
    margin-bottom: 30px;
}

.sech-l2 p {
    color: #666;
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.5);
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.sech-la:hover .sech-l2 p {
    color: #e60012;
}

.sech-l3 {
    display: flex;
}

.sech-l3a {
    border: 1px solid #e60012;
    padding: 6px 23px;
    transition: all 0.5s ease;
}

.sech-la:hover .sech-l3a {
    background: #e60012;
}

.sech-l3a p {
    color: #e60012;
    line-height: calc(var(--zj-ven2cona) * 1.25);
    text-transform: capitalize;
    font-size: var(--zj-ven2cona);
    transition: all 0.5s ease;
}

.sech-la:hover .sech-l3a p {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sech-u {
        margin-bottom: 40px;
    }
}

@media (max-width: 499px) {
    .sech-box {
        padding: 40px 0;
    }

    .sech-u {
        margin-top: 30px;
    }

    .sech-la {
        padding: 12px;
    }

    .sech-l1 {
        margin-bottom: 14px;
    }

    .sech-l2 {
        margin-bottom: 20px;
    }

    .sech-l {
        margin-bottom: 20px;
    }

    .sech-u {
        margin-bottom: 20px;
    }
}

/* top */
.top {
    position: fixed;
    bottom: 2%;
    left: 3%;
    opacity: 0;
    transition: all 0.5s ease;
}

.ventricle .top {
    opacity: 1;
    bottom: 10%;
}

.top-a {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #e60012;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top-a i {
    line-height: normal;
    font-size: 12px;
    color: #FFF;
}

.top-a p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/* --------------- */
.nede-h {
    margin-bottom: 30px;
}

.nede-h p {
    text-align: center;
    font-size: var(--zj-ser-fth);
    line-height: calc(var(--zj-ser-fth) * 1.25);
    font-weight: bold;
    color: #333;
}

.nede-mind {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.nede-mind>div {
    margin-right: 40px;
}

.nede-mind>div:last-child {
    margin-right: 0;
}

.nede-mind>div p {
    font-size: var(--zj-ven2cona);
    font-weight: normal;
    color: #b2b2b2;
    line-height: calc(var(--zj-ven2cona) * 1.25);
}

.nede-share {
    display: flex;
    align-items: center;
}

.nede-share .a2a_svg {
    height: 22px;
    line-height: 22px;
    width: 22px;
}

.nede-end {
    background: #f9f9f9;
    padding: 50px 0;
}

.nede-endh {
    margin-bottom: 60px;
}

.nede-endh p {
    font-size: var(--zj-oem3-1l1p);
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

@media (max-width: 992px) {
    .nede-mind>div {
        margin-right: 20px;
    }
}

@media (max-width: 499px) {
    .nede-mind>div {
        margin-right: 12px;
    }

    .nede-h {
        margin-bottom: 20px;
    }

    .nede-mind {
        margin-bottom: 30px;
    }

    .wrap-show .info .link {
        padding-top: 20px;
    }

    .wrap-show .info .link .prev {
        margin-bottom: 4px;
    }

    .nede-end {
        padding: 40px 0;
    }

    .nede-endh {
        margin-bottom: 20px;
    }
}

/* --------------------- */
.pro2-sw {
    position: relative;
}

.pro2-sw .ab4-sw2 {
    position: absolute;
    width: calc(100% - 12px);
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 12;
}

.product .pro2-sw .ab4-sw2 {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateX(0);
}

.pro2-sw .ab4-sw1 {
    margin-bottom: 50px;
}

.pro2-sw #ab4-sw1 .swiper-button-prev,
.pro2-sw #ab4-sw1 .swiper-button-next {
    bottom: 41px;
    z-index: 14;
}

.product .pro2-sw #ab4-sw1 .swiper-button-prev,
.product .pro2-sw #ab4-sw1 .swiper-button-next {
    bottom: 50%;
    transform: translateY(50%);
}

.prde-h {
    margin-bottom: 40px;
}

.prde-h p {
    font-size: var(--zj-oem3-1l1p);
    color: #333;
    font-weight: 800;
    text-transform: capitalize;
}

.prde-p {
    margin-bottom: 40px;
}

.prde-p p {
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.5);
    color: #999;
    font-weight: 400;
}

.prde-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.prde-m1 {
    display: flex;
    align-items: center;
}

.prde-m1a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e60012;
    margin-right: 20px;
    padding: 10px;
    min-width: 240px;
    transition: all 0.5s ease;
}

.prde-m1a:last-child {
    margin-right: 0;
}

.prde-m1a:hover {
    background: #e60012;
}

.prde-m1a i {
    color: #e60012;
    font-size: var(--zj-subnav);
    line-height: normal;
    transition: all 0.5s ease;
    margin-right: 12px;
}

.prde-m1a:hover i {
    color: #fff;
}

.prde-m1a p {
    color: #e60012;
    font-size: var(--zj-subnav);
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.25);
    transition: all 0.5s ease;
}

.prde-m1a:hover p {
    color: #fff;
}

/*  */
.prode6 {
    padding-top: 50px;
}

.prode6h {
    margin-bottom: 30px;
}

.prode6h p {
    font-size: var(--zj-oem3-1l1p);
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

.product {
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .prde-mid {
        flex-direction: column;
    }

    .prde-m1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prde-m2 {
        width: 100%;
    }

    .prde-m1a {
        min-width: 180px;
    }
}

@media (max-width: 499px) {
    .prde-m1a {
        min-width: 130px;
    }

    .pro2-sw #ab4-sw1 .swiper-button-prev,
    .pro2-sw #ab4-sw1 .swiper-button-next {
        bottom: 31px;
    }

    .pro2-sw .ab4-sw1 {
        margin-bottom: 30px;
    }

    .prde-h {
        margin-bottom: 20px;
    }

    .prde-p {
        margin-bottom: 20px;
    }

    .prde-mid {
        margin-bottom: 20px;
    }

    .prode6 {
        padding-top: 30px;
    }

    .prode6h {
        margin-bottom: 20px;
    }

    .product {
        padding-bottom: 40px;
    }
}

/*  */
@media (max-width: 1199.9px) {

    .hea-top1p p,
    .hea-top1p p span {
        font-size: 13px;
    }

    .hea-top1h p {
        font-size: 13px;
    }

    .hea-top1a {
        margin-right: 1vw;
    }

    .hea-top {
        padding: 17px 0;
    }
}

@media (max-width: 992px) {
    .hea-top {
        display: none;
    }

    [data-sub-pad="header100"] {
        margin-top: 76px;
    }
}