#ven {
    transition: all 0.5s ease;
    background: #FFF;
}

.ventricle {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1) !important;
}

#ven::after {
    position: absolute;
    content: "";
    width: 256px;
    height: 100%;
    background: #C00000;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 10px 0;
    position: relative;
}

.ven1-loim img {
    width: 90px;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 3.46vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 8.32vw;
}

.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-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;

    --size: 1px;
    --color: #262861;
    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: rgba(192, 0, 0, 1);
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ven2-l.on .ven2-la span {
    color: rgba(192, 0, 0, 1);
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.vensesv i {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: rgba(192, 0, 0, 1);
}

/*  */
.ven2-line {
    width: 1px;
    height: 14px;
    margin: 0 25px;
    background: rgba(0, 0, 0, 0.20);
}

.ven2-lang {
    margin-right: 96px;
}

.ven2-langbt {
    display: flex;
    align-items: center;
}

.ven2-langbt i {
    margin-right: 8px;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: bold;
    transition: all 0.5s ease;
}

.ven2-langbt:hover i {
    color: rgba(192, 0, 0, 1);
}

.ven2-langbt span {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    transition: all 0.5s ease;
}

.ven2-langbt:hover span {
    color: rgba(192, 0, 0, 1);
}

/*  */
.ven2-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven2-2a i {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    margin-left: 8px;
    font-weight: 500;
}

.ven2-2a span {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-2a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    #ven::after {
        width: 244px;
    }

    /*  */
    .vensesv i,
    .ven2-2a i,
    .ven2-langbt i {
        font-size: 18px;
    }

    .ven2-l {
        margin-right: 2.2vw;
    }

    .ven2-l:last-child {
        margin-right: 3vw;
    }

    .ven2-line {
        margin: 0 20px;
    }

    .ven2-2a {
        padding: 2px 8px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .ven1-loim img {
        width: 80px;
    }

    .ven2-l:last-child {
        margin-right: 3.56vw;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-2 {
        display: none;
    }

    .ven2-lang {
        margin-right: 0;
    }

    .ven2-line {
        margin: 0 12px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .ven2-langbt i {
        font-size: 16px;
    }

    /*  */
    .ven1-loim img {
        width: 60px;
    }

    .vensesv {
        background: #26286100;
        padding: 0;
    }

    .vensesv span {
        display: none;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 250%;
    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;

    position: fixed;
    width: 100vw;
    background: rgba(0, 0, 0, 0.80);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    top: 92px;
}

.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: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: rgba(20, 92, 197, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lera:hover span {
    color: rgba(20, 92, 197, 1);
    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-family: 'Archivo';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;

}

/*  */
@media (max-width: 1536px) {
    .ven2-ler {
        top: 80px;
    }

    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #444;
    font-family: 'Oswald';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #0057A3;
    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: #0057A3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 242%;
    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: #012F6B;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: rgba(192, 0, 0, 1);
    font-family: 'Archivo';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
}

.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: 288%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 250%;
        right: -144px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* 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: #012F6B;
    transition: all .5s;
}

#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: #262861;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #262861;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #012F6B;
    transition: all .5s;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 80px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: rgba(192, 0, 0, 1);
}

.xiantiao>a {
    color: rgba(192, 0, 0, 1);
}

.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: #222;
    font-family: 'Archivo';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    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: rgba(192, 0, 0, 1);
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 62px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
    padding-top: 92px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.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;

}

@media (max-width: 1536px) {
    .sub {
        padding-top: 80px;
    }

    .sub-im img {
        height: 400px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 499px) {
    .sub {
        padding-top: 64px;
    }

    .sub-im img {
        height: 140px;
    }
}

.subnav-box {
    background: rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(5px);
    padding: 7px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.subnav-box .breadcrumb-item {
    display: flex;
    align-items: center;
}

.subnav-box .breadcrumb-item i {
    margin-right: 18px;
    font-size: 24px;
    color: #FFF;
}

.subnav-box .breadcrumb-item::before,
.subnav-box .breadcrumb-item a span {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;

}

.subnav-box .breadcrumb-item a span {
    --size: 1px;
    --color: #C00000;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.subnav-box .breadcrumb-item a:hover span {
    color: #C00000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.subnav-box .breadcrumb-item.active a span {
    color: #C00000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 499px) {
    .subnav-box {
        display: none;
    }

    .subnav-box .breadcrumb-item svg {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;

    --w: 46px;
    width: var(--w);
    height: var(--w);
    border-radius: 6px;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    background: #C00000;
    color: #FFF;
}

.sub-pagel.on a {
    background: #C00000;
    color: #FFF;
}

.sub-pagel.sub-prev a {
    border-radius: 0;
    background: transparent;
    margin: 0 25px;
}

.sub-pagel.sub-prev a:hover {
    color: #C00000;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }

    .sub-pagel.sub-prev a {
        border-radius: 0;
        background: transparent;
        margin: 0 8px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
    }
}

.padd {
    padding: 120px 0 130px;
}

@media (max-width: 1536px) {
    .padd {
        padding: 60px 0 70px;
    }
}

@media (max-width: 499px) {
    .padd {
        padding: 30px 0 40px;
    }
}

/* contact */
.con1h {
    margin-bottom: 20px;
}

.con1h h2 {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-con1h);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -6px;
    text-transform: uppercase;
}

.con1smh {
    margin-bottom: 18px;
}

.con1smh p {
    color: #C00000;
    font-family: 'Archivo';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ab2end1-h) * 1.2);
    letter-spacing: -1px;

}

.con1p {
    margin-bottom: 110px;
}

.con1p p {
    color: #444;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    /*   */
    max-width: 1150px;
}

.con2 {
    display: flex;
    justify-content: space-between;
}

.con2-1 {
    width: 40%;
    flex: 0 0 auto;
}

.con2-1l {
    margin-bottom: 40px;
}

.con2-1l:last-child {
    margin-bottom: 0;
}

.con2-1lh {
    margin-bottom: 20px;
}

.con2-1lh p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}

.con2-1la {
    display: block;
    max-width: 590px;
    width: max-content;
}

.con2-1la span {
    color: #777;
    font-family: 'Archivo';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    --size: 1px;
    --color: #C00000;
    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);
}

.con2-1l>a:hover span {
    color: #C00000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con2-1tdcode {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.con2-1img {
    width: 50%;
    max-width: 150px;
    padding: 5px;
    background: #F0F0F0;
    margin-right: 20px;
}

.con2-1img:last-child {
    margin-right: 0;
}

.con2-2 {
    width: 58%;
    flex: 0 0 auto;
}

.con2-fou {
    margin-right: calc(-.5 * 1.2rem);
    margin-left: calc(-.5 * 1.2rem);
}

.con2-fol {
    margin-bottom: 30px;
    padding-right: calc(1.2rem * .5);
    padding-left: calc(1.2rem * .5);
}

.con2-fol p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    margin-bottom: 12px;
    padding: 0 20px;
}

.con2-fol input,
.con2-fol textarea {
    color: #999;
    font-family: 'Archivo';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    border-radius: 0;
    border: 1px solid #F0F0F0;
    background: #F5F5F5;

    transition: all 0.5s ease;
    padding: 14px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid rgba(192, 0, 0, 0.5);
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 1);
}

.con2-fol input::-moz-placeholder {
    color: rgba(153, 153, 153, 1);
}

.con2-fol input::-ms-input-placeholder {
    color: rgba(153, 153, 153, 1);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 1);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(153, 153, 153, 1);
}

.con2-fol textarea::-ms-input-placeholder {
    color: rgba(153, 153, 153, 1);
}

.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con2-fobt button {
    background: #C00000;
    border-radius: 0px;
    padding: 12px 54px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.con2-fobt button::after,
.con2-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(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) 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);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.con2-fobt button:hover::before,
.con2-fobt button:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button:hover {
    background: #C00000;
}

.con2-fobt button span {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.con2-fobt button:hover span {
    color: #FFF;
}

@media (max-width: 1536px) {
    .con1h {
        margin-bottom: 10px;
    }

    .con1smh {
        margin-bottom: 9px;
    }

    .con1p {
        margin-bottom: 60px;
    }

    .con2-1la {
        width: auto;
    }

    .con2-1lh {
        margin-bottom: 10px;
    }

    .con2-1l {
        margin-bottom: 24px;
    }

    .con2-1img {
        max-width: 126px;
        margin-right: 12px;
    }

    .con2-fol {
        margin-bottom: 20px;
    }

    .con2-fol p {
        margin-bottom: 6px;
        padding: 0 10px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 8px 10px;
    }
}

@media (max-width: 992px) {
    .con1h h2 {
        letter-spacing: -3px;
    }

    .con2 {
        flex-direction: column;
    }

    .con2-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .con2-1tdcode {
        margin-top: 30px;
    }

    .con2-2 {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con1h h2 {
        letter-spacing: 0px;
    }

    .con1smh p {
        letter-spacing: 0;
    }

    .con1p {
        margin-bottom: 30px;
    }

    .con2-fol {
        margin-bottom: 12px;
    }

    .con2-fobt button {
        padding: 6px 32px;
    }
}

/* footer */
#footer {
    background: #151515;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    padding: 86px 0 90px;
}

.ft1-1 {
    width: calc(100% - 40.1% - 285px);
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft1-1h {
    margin-bottom: 44px;
}

.ft1-1h p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.78px;
    text-transform: uppercase;
}

/*  */
.ft1-1lfl {
    margin-bottom: 24px;
}

.ft1-1lfl:last-child {
    margin-bottom: 0;
}

.ft1-1lfl:nth-child(3) {
    display: none;
}

.ft1-1lflh {
    margin-bottom: 8px;
}

.ft1-1lflh p {
    color: #666;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ft1-1lfl:hover .ft1-1lflh p {
    color: rgba(192, 0, 0, 1);
}

.ft1-1lfla {
    display: block;
    width: 340px;
    max-width: max-content;
}

.ft1-1lfla span {
    color: #B5B5B5;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    --size: 1px;
    --color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-1lfl>a:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft1-1rgla {
    display: block;
    max-width: max-content;
}

.ft1-1rgla span {
    color: #B5B5B5;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 2.222);

    --size: 1px;
    --color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-1rgla:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft1-2 {
    width: 40.1%;
    flex: 0 0 auto;
}

.ft1-2h {
    margin-bottom: 44px;
}

.ft1-2h p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.78px;
    text-transform: uppercase;
}

/* ft1-2form */
.ft1-2form {}

.ft1-2form .con2-fou {
    margin-right: calc(-.5 * 0.6rem);
    margin-left: calc(-.5 * 0.6rem);
}

.ft1-2form .con2-fol {
    margin-bottom: 10px;
    padding-right: calc(0.6rem * .5);
    padding-left: calc(0.6rem * .5);
}

.ft1-2form .con2-fol input,
.ft1-2form .con2-fol textarea {
    color: #FFF;
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    width: 100%;
    border-radius: 0;
    border: 1px solid #353535;
    background: #282828;
    transition: all 0.5s ease;
    padding: 10px 18px;
}

.ft1-2form .con2-fol input:focus,
.ft1-2form .con2-fol textarea:focus {
    border: 1px solid rgba(192, 0, 0, 0.5);
}

.ft1-2form .con2-fol input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.ft1-2form .con2-fol input::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}

.ft1-2form .con2-fol input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.ft1-2form .con2-fol textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.ft1-2form .con2-fol textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}

.ft1-2form .con2-fol textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.ft1-2form .con2-fobt {
    justify-content: flex-end;
}

.ft1-2form .con2-fobt button {
    background: transparent;
    border-radius: 0px;
    padding: 0;
    transition: all 0.5s ease;
}

.ft1-2form .con2-fobt button span {
    color: #FFF;
    transition: all 0.5s ease;
    font-size: var(--zj-ft1-1h);
    font-weight: 600;
}

.ft1-2form .con2-fobt button:hover span {
    color: #C00000;
}

/*  */
.ft2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid #282828;
}

.ft-share {
    display: flex;
    align-items: center;
}

.ft-share a {
    --w: 56px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 42px;
    border: 1px solid #252525;
    margin-right: 6px;
    transition: all 0.5s ease;
}

.ft-share a:hover {
    border: 1px solid #C00000;
    background: #C00000;
}

.ft-share a i {
    font-size: 17px;
    color: #FFF;
}

/*  */
.ft3 {
    display: flex;
    align-items: center;
    position: relative;
}

.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 14px;
}

.ft3-1copy span {
    color: #555;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;

}

.ft3-1pow span {
    color: #555;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    --size: 1px;
    --color: #C00000;
    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: #C00000;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 8px;
    background: #333;
    margin: 0 20px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #555;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    --size: 1px;
    --color: #C00000;
    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: #C00000;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 46px 0 50px;
    }

    .ft1-1 {
        width: calc(100% - 40.1% - 150px);
    }

    .ft1-1lfla {
        max-width: 60%;
    }

    .ft2 {
        padding: 16px 0;
    }

    .ft-share a {
        --w: 38px;
    }

    .ft3-2>span {
        margin: 0 10px 0;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        margin-bottom: 49px;
    }

    .ft1-1 {
        width: calc(100% - 47.1% - 50px);
    }

    .ft2 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft2-1 {
        margin-bottom: 4px;
    }
}

@media (max-width: 992px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft3-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2>span:nth-child(1) {
        display: none;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 36px 0 30px;
    }

    .ft1-1 {
        flex-direction: column;
    }

    .ft1-1lf {
        margin-bottom: 20px;
    }

    .ft1-1lfla {
        width: auto;
        max-width: auto;
    }

    .ft1-1h {
        margin-bottom: 18px;
    }

    .ft1-1lfl {
        margin-bottom: 14px;
    }

    .ft1-1rgla {
        max-width: 100%;
    }

    .ft1-1rgla span {
        line-height: calc(var(--zj-ven2-la) * 1.822);
    }

    .ft1-2h {
        margin-bottom: 18px;
    }
}

/* news */
.ne-h {
    margin-bottom: 20px;
}

.ne-h h2 {
    text-align: center;
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.ne-p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ne-p {
    margin-bottom: 100px;
}

.ne-p p {
    color: #444;
    text-align: center;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1150px;
}

/*  */
.ne-u {
    margin-bottom: 80px;
}

.ne-l {
    padding: 0;
    position: relative;
    transition: all 0.5s ease;
}

.ne-l:hover {
    padding: 14px 0;
}

.ne-l::after {
    position: absolute;
    content: "";
    width: 100%;
    width: 100%;
    height: 1px;
    background: #F5F5F5;
    left: 0;
    top: 0;
}

.ne-l:last-child::before {
    position: absolute;
    content: "";
    width: 100%;
    width: 100%;
    height: 1px;
    background: #F5F5F5;
    left: 0;
    bottom: 0;
}

.ne-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
    transition: all 0.5s ease;
}

.ne-la:hover {
    background: #C00000;
}

.ne-l1 {
    display: flex;
    align-items: center;
    width: calc(100% - 80px);
}

.ne-lnum {
    margin-right: 100px;
}

.ne-lnum p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 6px;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lnum p {
    color: #FFF;
}

.ne-lnum span {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lnum span {
    color: #FFF;
}

.ne-limg {
    width: 13.28%;
    flex: 0 0 auto;
    margin-right: 100px;
}

.ne-limg .img-box {
    padding-bottom: 55%;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-la:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lh p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.27);
    max-width: 656px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lh p {
    color: #FFF;
}

/*  */
.ne-l2 {
    flex: 0 0 auto;
}

.ne-li {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}

.ne-la:hover .ne-li {
    border-radius: 3px;
    background: #000;
}

.ne-li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/newsicobg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.ne-li i {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-li i {
    color: rgba(192, 0, 0, 1);
}

.ne-li:hover i {
    transform: translateX(4px);
}

@media (max-width: 1536px) {
    .ne-h {
        margin-bottom: 10px;
    }

    .ne-p {
        margin-bottom: 50px;
    }

    .ne-u {
        margin-bottom: 40px;
    }

    .ne-li {
        --w: 50px;
    }

    .ne-limg {
        width: 20.28%;
        flex: 0 0 auto;
        margin-right: 81px;
    }
}

@media (max-width: 992px) {
    .ne-la {
        padding: 10px 14px;
    }

    .ne-lnum {
        margin-right: 56px;
    }

    .ne-limg {
        width: 26.28%;
        margin-right: 46px;
    }
}

@media (max-width: 499px) {
    .ne-l2 {
        display: none;
    }

    .ne-h h2 {
        letter-spacing: 0;
    }

    .ne-p {
        margin-bottom: 25px;
    }

    .ne-u {
        margin-bottom: 20px;
    }

    .ne-l1 {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .ne-lnum {
        margin-right: 0;
        margin-bottom: 4px;
    }

    .ne-limg {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/*  */
/* products */
.pro-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 20%;
    flex: 0 0 auto;
    position: sticky;
    top: 130px;
}

.pro1-l {
    margin-bottom: 10px;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 19px;
    position: relative;
    transition: all 0.5s ease;
    background: #000;
    position: relative;
}

.pro1-l:hover .pro1-l1a {
    background: #C00000;
}

.pro1-l.on .pro1-l1a {
    background: #C00000;
}

.pro1-l1a span {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;

    transition: all 0.5s ease;
}

.pro1-l1ico {
    position: relative;
}

.pro1-l1ico i {
    font-size: 24px;
    color: #FFF;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    transform: rotate(0deg);
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 600px;
    opacity: 1;
}

.pro1-l2sa {
    margin-bottom: 10px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    padding: 16px 19px;
    margin: 8px 0 4px;
    position: relative;
    transition: all 0.5s ease;
}

.pro1-l2a:hover {
    background: #F0F0F0;
}

.pro1-l2a.on {
    background: #F0F0F0;
}

.pro1-l2a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D7E0ED;
    left: 0;
    bottom: -4px;
}

.pro1-l2a>* {
    transform: translateX(-20px);
    transition: all 0.5s ease;
}

.pro1-l2a:hover>* {
    transform: translateX(0);
}

.pro1-l2a.on>* {
    transform: translateX(0);
}

.pro1-l2a i {
    font-size: 10px;
    color: #C00000;
    margin: 0 10px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l2a i::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #C00000;
    border-radius: 50%;
    display: block;
}

.pro1-l2a:hover i {
    opacity: 1;
}

.pro1-l2a.on i {
    opacity: 1;
}

.pro1-l2a span {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;

}

.pro1-l2a:hover span {
    color: #C00000;
}

.pro1-l2a.on span {
    color: #C00000;
}

/*  */
.pro2 {
    width: calc(80% - 75px);
    flex: 0 0 auto;
}

.pro2h {
    margin-bottom: 26px;
}

.pro2h p {
    color: #C00000;
    font-family: 'Archivo';
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.38px;

}

.pro2p {
    margin-bottom: 70px;
}

.pro2p p {
    color: #444;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 1240px;
}

.pro2-u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
    margin-bottom: 40px;
}

.pro2-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 40px;
}

.pro2-ltop {
    position: relative;
}

.pro2-limg {
    background: #FFF;
    padding-bottom: 83.4%;
    margin-bottom: 30px;
    overflow: hidden;
}

.pro2-limg img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg img {
    transform: scale(1.08);
}

.pro2-lh {
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 4px;
}

.pro2-lh span {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;

    --size: 1px;
    --color: #C00000;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro2-lbox:hover .pro2-lh span {
    color: #C00000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-la {
    display: block;
}

.pro2-la span {
    color: #666;
    font-family: 'Archivo';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-la span {
    color: #000;
}

.pro2 .sub-page {
    justify-content: flex-end;
}

@media (max-width: 1536px) {
    .pro1 {
        width: 22%;
    }

    .pro2 {
        width: calc(78% - 46px);
    }

    .pro2h {
        margin-bottom: 13px;
    }

    .pro2p {
        margin-bottom: 35px;
    }

    .pro2-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 20px;
    }

    .pro2-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }

    .pro2-limg {
        margin-bottom: 16px;
    }

    .pro2-lh {
        margin-bottom: 2px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 762px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-u {
        margin-right: calc(-.5 * 0.4rem);
        margin-left: calc(-.5 * 0.4rem);
        margin-bottom: 10px;
    }

    .pro2-l {
        padding-right: calc(0.4rem * .5);
        padding-left: calc(0.4rem * .5);
        margin-bottom: 10px;
    }

    .pro2-limg {
        margin-bottom: 10px;
    }

    .pro2-lh {
        margin-bottom: 0;
    }

    .pro2h p {
        letter-spacing: 0;
    }
}

/* --------------- */
/*  */
/*  */
.prode4 {
    padding-top: 100px;
    position: relative;
}

.prode4-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ratingbox .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 15px;

    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ratingbox .rating input {
    display: none !important;
}

.ratingbox .rating input:checked~label:before {
    content: '\e9a1';
}

.ratingbox .rating label {
    font-size: 15px;

    margin-left: 5px;

    cursor: pointer;

    color: rgba(192, 0, 0, 1);
}

.ratingbox .rating label:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e9a2';
    -webkit-transition: all .35s;
    transition: all .35s;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ratingbox .rating label:hover:before,
.ratingbox .rating label:hover~label:before {
    content: '\e9a1';
}

/* Customer Reviews */
.prode4-1h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.08px;
}

.write-btn {
    cursor: pointer;
}

.write-btn span {
    color: #C00000;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    --size: 1px;
    --color: #C00000;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.write-btn:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.write-form {
    display: none;
}

.form-review {
    margin-bottom: 80px;
}

.form-review>input,
.form-review>textarea {
    width: 100%;
    padding: 13px 22px;
    margin-bottom: 18px;
    border-radius: 3px;
    background: #F5F5F5;
    border: none;
    transition: all 0.5s ease;
    color: #444;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.form-review>input::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 1);
}

.form-review>input:-moz-placeholder {
    color: rgba(68, 68, 68, 1);
}

.form-review>input::-moz-placeholder {
    color: rgba(68, 68, 68, 1);
}

.form-review>input:-ms-input-placeholder {
    color: rgba(68, 68, 68, 1);
}

.form-review>textarea::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 1);
}

.form-review>textarea:-moz-placeholder {
    color: rgba(68, 68, 68, 1);
}

.form-review>textarea::-moz-placeholder {
    color: rgba(68, 68, 68, 1);
}

.form-review>textarea:-ms-input-placeholder {
    color: rgba(68, 68, 68, 1);
}

.ratingbox {
    display: flex;
    align-items: center;
    border: 1px solid #F0F0F0;
    background: #F5F5F5;
    padding: 16px 22px;
    margin-bottom: 20px;
}

.ratingbox p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

}

/* --------------- */
/*  */
.prode4-3box {
    margin-bottom: 50px;
}

.prode4-3box:last-child {
    margin-bottom: 0;
}

.prode4-3h {
    margin-bottom: 16px;
}

.prode4-3h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.prode4-3hfly {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.prode4-3hfly1 {
    margin-right: 10px;
}

.prode4-3hfly1 p {
    color: #C00000;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.prode4-3hfly2 i {
    font-size: 15px;
    color: #C00000;
}

.prode4-3p p {
    color: #666;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

/*  */
.prode5 {
    padding-top: 70px;
    position: relative;
}

.prode5h {
    border-radius: 3px;
    background: #0057A3;
    padding: 12px 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.prode5h p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.prode5h span {
    font-weight: normal;
    font-size: calc(var(--zj-subnav) - 1px);
}

.prode5for .so8fo-l input,
.prode5for .so8fo-l textarea {
    background: rgba(232, 245, 245, 0.40);
}

.prode4 .con2-fobt {
    justify-content: flex-start;
}

/* 搜索无结果
亲情怎么写最刀？
爸，别信，都是封建迷信，
佛前长跪不起，只求爸你能安康。 */
.nores-h {
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #C00000;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-family: 'Archivo';
    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: #C00000;
    font-family: 'Archivo';
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}


/* 产品详情页面 */
.prode-top {
    background: #FFF;
    padding: 0 0 91px;
}

.prode-topbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2 {
    width: calc(100% - 49.3% - 100px);
}

.prode1-2h {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.prode1-2h::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #EEE;
    left: 0;
    bottom: 0;
}

.prode1-2h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.08px;

}

.prode1-2p {
    margin-bottom: 16px;
}

.prode1-2p p {
    color: #C00000;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 1;

}

.prode1-2u p {
    color: #444;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    /*   */
}

.prode1-2share {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.prode1-2share p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-right: 15px;
}

.prode1-2btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2btn {
    margin-top: 40px;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 9px);
    background: #000;
    padding: 5px 12px;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #C00000;
}

.prode1-2a i {
    font-size: 24px;
    color: #FFF;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.prode1-2a:hover i {
    transform: translateY(-4px);
}

.prode1-2a span {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}

/* --------------------------------------- */
/*  */
.prode3 {
    padding-top: 100px;
    position: relative;
}

.prode3bg {
    background: #F5F5F5;
    padding: 82px 0;
}

.prode3h {
    margin-bottom: 30px;
}

.prode3h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.08px;
}

/* prode5 */
.prode5 {
    padding-top: 100px;
}

.prode5h {
    background: #000;
    margin-bottom: 20px;
    padding: 14px 23px;
}

.prode5h p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.prode5for .con2-fobt {
    justify-content: flex-start;
}

/*  */
.prode5for .con2-fol {
    margin-bottom: 20px;
}

.prode5for .con2-fol input,
.prode5for .con2-fol textarea {
    color: #444;
}

.prode5for .con2-fol input:focus,
.prode5for .con2-fol textarea:focus {
    border: 1px solid rgba(192, 0, 0, 0.5);
}

.prode5for .con2-fol input::-webkit-input-placeholder {
    color: #444;
}

.prode5for .con2-fol input::-moz-placeholder {
    color: #444;
}

.prode5for .con2-fol input::-ms-input-placeholder {
    color: #444;
}

.prode5for .con2-fol textarea::-webkit-input-placeholder {
    color: #444;
}

.prode5for .con2-fol textarea::-moz-placeholder {
    color: #444;
}

.prode5for .con2-fol textarea::-ms-input-placeholder {
    color: #444;
}

/*  */
.prode6 {
    padding-top: 100px;
}

.prode6h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.prode6h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.08px;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .prode-top {
        padding: 0 0 60px;
    }

    .prode1-2 {
        width: calc(100% - 49.3% - 50px);
    }

    .prode1-2h {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .prode1-2p {
        margin-bottom: 8px;
    }

    .prode1-2share {
        margin-top: 35px;
    }

    .prode1-2btn {
        margin-top: 20px;
    }

    .prode1-2a i {
        font-size: 18px;
    }

    /*  */
    .prode3bg {
        padding: 62px 0;
    }

    .prode3h {
        margin-bottom: 15px;
    }

    .prode3 {
        padding-top: 50px;
    }

    .prode5 {
        padding-top: 50px;
    }

    .prode6 {
        padding-top: 50px;
    }

    .prode6h {
        margin-bottom: 20px;
    }

    .prode4 {
        padding-top: 50px;
    }

    .prode4-1 {
        margin-bottom: 20px;
    }

    .prode4-3h {
        margin-bottom: 8px;
    }

    .prode4-3hfly {
        margin-bottom: 12px;
    }

    .prode4-3box {
        margin-bottom: 25px;
    }

    .form-review {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .prode-topbox {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .slider-for {
        width: 100%;
        margin-bottom: 10px;
    }

    .slider-nav {
        width: 100%;
    }

    .slider-nav .slick-slide,
    .slider-for .slick-slide {
        padding: 0 4px;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .prode1-2h {
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .prode1-2share {
        margin-top: 25px;
    }

    .prode1-2a {
        width: calc(50% - 4px);
        padding: 5px 12px;
    }

    .prode1-2a i {
        font-size: 16px;
        margin-right: 8px;
    }

    .prode-top {
        padding: 0 0 30px;
    }

    .prode3 {
        padding-top: 30px;
    }

    .prode3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .prode5 {
        padding-top: 20px;
    }

    .prode5h {
        margin-bottom: 10px;
        padding: 11px 13px;
    }

    .prode5for .con2-fol {
        margin-bottom: 10px;
    }

    .prode6 {
        padding-top: 30px;
    }

    .prode4 {
        padding-top: 30px;
    }

    .form-review>input,
    .form-review>textarea,
    .ratingbox {
        padding: 10px 10px;
        margin-bottom: 10px;
    }
}

/* abouts us */
.ab1-1h {
    margin-bottom: 20px;
}

.ab1-1h h2 {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ab1-1smh {
    margin-bottom: 70px;
}

.ab1-1smh h3 {
    color: #C00000;
    font-family: 'Archivo';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ab2end1-h) * 1.2);
    letter-spacing: -1px;

}

/*  */
.ab1-2 {
    display: flex;
    justify-content: flex-end;
}

.ab1-2box {
    width: 68.2%;
    flex: 0 0 auto;
    padding-right: 8.6%;
}

.ab1-2p {
    margin-bottom: 60px;
}

.ab1-2p p {
    color: #222;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 2);
}

.ab1-2video {
    display: flex;
    justify-content: flex-start;
}

.ab1-2vidbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ab1-2vidbox i {
    font-size: 20px;
    color: rgba(192, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 60px;
    width: var(--w);
    height: var(--w);
    position: relative;
    margin-right: 25px;
}

.ab1-2vidbox i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ab1bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.ab1-2vidbox span {
    color: #C00000;
    font-family: 'Archivo';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    --size: 1px;
    --color: #C00000;
    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);
}

.ab1-2vidbox:hover span {
    color: #C00000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ab2 {
    margin-top: 242px;
}

.ab2-box {
    position: relative;
}

.ab2-limg {
    display: none;
}

.ab2-limg.on {
    display: block;
}

.ab2-limg .img-box {
    padding-bottom: 33%;
}

.ab2-u {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    margin: 0;
    transition: all 0.5s ease;
    height: 100%;
}

.ab2-l {
    padding: 0 12px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.ab2-l:nth-child(2):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 400%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.20);
}

.ab2-l:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 400%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.20);
}

.ab2-lbox {
    position: relative;
    top: 87%;
    transition: all 0.5s ease;
}

.ab2-l:hover .ab2-lbox {
    top: 50%;
    transform: translateY(-50%);
}

.ab2-lh {
    margin-bottom: 30px;
}

.ab2-lh p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;

    text-align: center;
}

.ab2-lp {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab2-l:hover .ab2-lp {
    opacity: 1;
}

.ab2-l.on .ab2-lp {
    opacity: 1;
}

.ab2-lp p {
    color: #FFF;
    text-align: center;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 446px;
}

.ab2-box>img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: -18%;
    transform: translateX(-50%);
    height: auto;
    object-fit: cover;
    object-position: center;

    /* gj */
    /* z-index: 12; */
    /* 。 */
}

.ab3 {
    margin-top: 130px;
}

.ab3h {
    margin-bottom: 26px;
}

.ab3h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.ab3p {
    margin-bottom: 100px;
}

.ab3p p {
    color: #444;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1150px;
}

.ab3-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.absub {
    display: flex;
    flex-direction: column;
}

.absub .swiper-button-prev,
.absub .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.absub .swiper-button-prev {
    transform: rotate(180deg);
}

.absub .swiper-button-prev::after,
.absub .swiper-button-next::after {
    content: "";
}

.absub .swiper-button-prev i,
.absub .swiper-button-next i {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 60px;
    width: var(--w);
    height: var(--w);
    position: relative;
    transition: all 0.5s ease;
}

.absub .swiper-button-prev:hover i,
.absub .swiper-button-next:hover i {
    background: #C00000;
    color: #FFF;
}

.absub .swiper-button-prev i::after,
.absub .swiper-button-next i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/newsicobg.png) no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.absub .swiper-button-prev:hover i::after,
.absub .swiper-button-next:hover i::after {
    opacity: 0;
}

.ab3-sw {
    position: relative;
    width: calc(100% - 243px);
    flex: 0 0 auto;
}

#ab3sw {
    overflow: hidden;
}

.ab3sw-box {
    cursor: pointer;
}

.ab3sw-img {
    padding: 22px;
    margin-bottom: 18px;
    overflow: hidden;
    background: #F5F5F5;
    position: relative;
}

.ab3sw-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(192, 0, 0, 0.15);
    background: linear-gradient(180deg, rgba(192, 0, 0, 0.10) 0%, rgba(192, 0, 0, 0.70) 50%, rgba(192, 0, 0, 0.10) 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ab3sw-box:hover .ab3sw-img::after {
    opacity: 1;
}

.ab3sw-img .img-box {
    padding-bottom: 146%;
}

.ab3sw-te p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}

/*  */
.ab4 {
    margin-top: 130px;
    padding: 98px 0;
    background: #F5F5F5;
}

.ab4-end {
    display: flex;
    justify-content: flex-end;
}

.ab4-u {
    width: calc(100% - 243px);
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.ab4-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.ab4-lbox {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 57px 16px 16px 37px;
}

.ab4-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #151515;
    transition: all 0.5s ease;
}

.ab4-lbox:hover::after {
    background: transparent;
}

.ab4-lh {
    position: relative;
    z-index: 12;
    margin-bottom: 24px;
}

.ab4-lh p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.ab4-lte {
    position: relative;
    z-index: 12;
    margin-bottom: 26px;
    max-width: 436px;
}

.ab4-lte p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    position: relative;
    padding-left: 20px;
    margin-bottom: calc(var(--zj-subnav) * 1.62);
}

.ab4-lte p:last-child {
    margin-bottom: 0;
}

.ab4-lte p::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
    left: 7.5px;
    top: 10px;
}

.ab4-lnum {
    position: relative;
    z-index: 12;
    display: flex;
    justify-content: flex-end;
}

.ab4-lnum p {
    color: #666;
    font-family: 'Archivo';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.ab4-lbox:hover .ab4-lnum p {
    color: #FFF;
}

.ab5 {
    margin-top: 130px;
}

.ab5end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ab5-sw {
    width: calc(100% - 243px);
}

#ab5sw {
    overflow: hidden;
}

.ab5sw-box {
    cursor: pointer;
}

.ab5sw-img {
    margin-bottom: 18px;
    overflow: hidden;
}

.ab5sw-img .img-box {
    padding-bottom: 124%;
}

.ab5sw-img .img-box img {
    transition: all 0.5s ease;
}

.ab5sw-box:hover .ab5sw-img .img-box img {
    transform: scale(1.08);
}

.ab5sw-te p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    text-align: center;
}

@media (max-width: 1536px) {
    .ab1-1h {
        margin-bottom: 10px;
    }

    .ab1-1smh {
        margin-bottom: 40px;
    }

    .ab1-2box {
        padding-right: 5.6%;
    }

    .ab1-2p {
        margin-bottom: 30px;
    }

    .ab1-2vidbox i {
        --w: 50px;
        margin-right: 20px;
    }

    .ab2 {
        margin-top: 142px;
    }

    .ab2-limg .img-box {
        padding-bottom: 40%;
    }

    .ab3 {
        margin-top: 80px;
    }

    .ab3h {
        margin-bottom: 13px;
    }

    .ab3p {
        margin-bottom: 50px;
    }

    .absub .swiper-button-prev i,
    .absub .swiper-button-next i {
        --w: 50px;
    }

    .ab3-sw {
        width: calc(100% - 180px);
    }

    .ab3sw-img {
        padding: 10px;
    }

    .ab4 {
        margin-top: 70px;
        padding: 68px 0;
        background: #F5F5F5;
    }

    .ab4-u {
        width: calc(100% - 146px);
    }

    .ab4-lbox {
        padding: 27px 16px 16px 17px;
    }

    .ab5 {
        margin-top: 70px;
    }

    .ab5-sw {
        width: calc(100% - 180px);
    }
}

@media (max-width: 992px) {
    .ab1-1h h2 {
        letter-spacing: -3px;
    }

    .ab1-2box {
        width: 100%;
        padding: 0;
    }

    .ab2-l {
        width: 100%;
    }

    .ab2-limg .img-box {
        padding-bottom: 56%;
    }

    .ab2-l:nth-child(2)::before {
        width: 100%;
        height: 1px;
        left: 0;
        transform: translate(0);
        top: 0;
    }

    .ab2-l:nth-child(2):after {
        width: 100%;
        height: 1px;
        left: 0;
        top: auto;
        transform: translate(0);
        bottom: 0;
    }

    .ab2-lbox {
        top: 78%;
    }

    .ab2-lp p {
        max-width: 100%;
    }

    .ab2-lh {
        margin-bottom: 10px;
    }

    .ab3-sw {
        width: calc(100% - 90px);
    }

    .ab4-u {
        width: 100%;
        margin: 0;
    }

    .ab4-l {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        min-height: 285px;
    }

    .ab4-lte {
        max-width: 100%;
    }

    .ab5-sw {
        width: calc(100% - 90px);
    }
}

@media (max-width: 499px) {
    .ab1-1h h2 {
        letter-spacing: 0;
    }

    .ab1-1smh {
        margin-bottom: 20px;
    }

    .ab1-2p p {
        line-height: calc(var(--zj-ven2-la) * 1.4);
    }

    .ab1-2vidbox i {
        --w: 40px;
        margin-right: 12px;
        font-size: 16px;
    }

    .ab2 {
        margin-top: 52px;
    }

    .ab2-box>img {
        top: -5%;
    }

    .ab2-limg .img-box {
        padding-bottom: 126%;
    }

    .ab2-lbox {
        top: 50%;
        transform: translateY(-50%);
    }

    .ab2-lp {
        opacity: 1;
    }

    .ab3 {
        margin-top: 40px;
    }

    .ab3h p {
        letter-spacing: 0;
    }

    .ab3p {
        margin-bottom: 25px;
    }

    .absub .swiper-button-prev i,
    .absub .swiper-button-next i {
        --w: 40px;
    }

    .absub .swiper-button-prev,
    .absub .swiper-button-next {
        margin-bottom: 10px;
    }

    .ab4 {
        margin-top: 40px;
        padding: 34px 0;
        background: #F5F5F5;
    }

    .ab5 {
        margin-top: 30px;
    }
}

/* -------------------------------------------- */
/* index */
/* ind-ban */
.ind-ban {
    padding-top: 92px;
}

.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 46.04%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination,
.banner.hide-arrow .swiper-scrollbar {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 46.04%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\ea82';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {
    /* .ind-ban {
        margin-top: 78px;
    } */
}

@media (max-width: 1199.2px) {
    .ind-ban {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .banner .slick-arrow {
        /* width: 20px;
        height: 50px; */
    }

    .banner .item a {
        padding-bottom: 42%;
    }

    .banner-video-box {
        padding-bottom: 42%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 45%;
    }

    .banner-video-box {
        padding-bottom: 45%;
    }
}


@media (max-width: 499px) {
    .ind-ban {
        padding-top: 62px;
    }
}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    /*   */
    /* margin: 0 18px; */
    padding-bottom: 13px;
    width: 114px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ffffff00;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #FFF;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
}

.banner-chan .slick-prev {
    transform: rotate(180deg);
}

.banner-chan .slick-arrow {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 16px;
}

.banner-chan .slick-arrow i {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.60);
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1536px) {
    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        width: 70px;
        padding-bottom: 5px;
    }

    .banner-chan .slick-arrow i {
        font-size: 16px;
    }

    .banner-chan .slick-arrow {
        margin: 0 8px;
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan .slick-arrow i {
        font-size: 14px;
    }
}

/* ind-pro */
.so1h {
    margin-bottom: 20px;
}

.so1h h2 {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -3px;
    /*   */
    text-align: center;
}

.so1p {
    display: flex;
    justify-content: center;
}

.so1p p {
    color: #444;
    text-align: center;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 900px;
}

/*  */
.so1-u {
    margin-top: 80px;
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.so1-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 35px;
}

.so1-lbox {
    position: relative;
    display: block;
}

.so1-limg {
    overflow: hidden;
}

.so1-limg .img-box {
    padding-bottom: 58%;
}

.so1-limg .img-box img {
    transition: all 0.5s ease;
}

.so1-lbox:hover .so1-limg .img-box img {
    transform: scale(1.08);
}

.so1-lh {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 12;
    padding: 20px;
    transition: all 0.5s ease;
}

.so1-lbox:hover .so1-lh {
    opacity: 0;
    bottom: -20px;
}

.so1-lh p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.9px;
    /*   */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-lte {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.so1-lte {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: all 0.5s ease;
}

.so1-lbox:hover .so1-lte {
    opacity: 1;
}

.so1-l1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.so1-l1h {
    margin-bottom: 20px;
}

.so1-l1h p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.9px;
    /*   */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-l1p p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    max-width: 340px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-l1num p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 1;

}

.so1-l2 i {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    border-radius: 3px;
    background: #C00000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
    transform: scale(0.5);
    transition: all 0.8s ease;
}

.so1-lbox:hover .so1-l2 i {
    transform: scale(1);
}

.so1-lbg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.08);
    width: 102.22%;
    height: 102.82%;
    /* object-fit: cover; */
    object-position: center;
    transition: all 0.3s ease;
    opacity: 0;
}

.so1-lbox:hover .so1-lbg {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* ind-partners */
.ind-partners {
    padding-top: 105px;
}

.so2-box {
    margin-top: 60px;
}

.so2-1 {
    margin-bottom: 6px;
}

.so2-1u {
    margin: -3px;
}

.so2-1l {
    padding: 0 3px;
}

.so2-1lbox {
    border-radius: 6px;
    background: #F5F5F5;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.so2-1lbox::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #C00000;
    z-index: 12;
    transition: all 0.5s ease;
}

.so2-1l.on .so2-1lbox::after {
    width: 100%;
}

.so2-1lbox:hover:after {
    width: 100%;
}

.so2-1lbox .img-box {
    padding-bottom: 34%;
}

.so2-2l {
    display: none;
}

.so2-2l.on {
    display: block;
}

.so2-2limg {
    padding-bottom: 36%;
}

/* ind-news */
.ind-news {
    padding-top: 120px;
}

.so3 .ne-u {
    margin-top: 80px;
    margin-bottom: 0;
}

@media (max-width: 1536px) {
    .so1h {
        margin-bottom: 10px;
    }

    .so1h h2 {
        letter-spacing: 0;
    }

    .so1-u {
        margin-top: 40px;
        margin-right: calc(-.5 * 0.8rem);
        margin-left: calc(-.5 * 0.8rem);
    }

    .so1-l {
        padding-right: calc(0.8rem * .5);
        padding-left: calc(0.8rem * .5);
        margin-bottom: 16px;
    }

    .so1-l2 i {
        --w: 40px;
    }

    .ind-partners {
        padding-top: 55px;
    }

    .so2-box {
        margin-top: 30px;
    }

    .ind-news {
        padding-top: 60px;
    }

    .so3 .ne-u {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .so1-l {
        width: 50%;
    }

    .so2-1box {
        overflow: scroll;
        padding-bottom: 4px;
    }

    .so2-1box::-webkit-scrollbar {
        display: none;
        width: 0px;
        height: 4px;
    }

    .so2-1box::-webkit-scrollbar-thumb {
        border-radius: 999px;
        border: 0px solid transparent;
        background-clip: content-box;
        background-color: #0057A3;
    }

    .so2-1box::-webkit-scrollbar-track {
        background-color: #f0f0f08c;
        border-radius: 999px;
    }

    .so2-1u {
        width: 1200px;
    }

    .so1-lh {
        padding: 10px;
    }

    .so1-lh p {
        letter-spacing: 0;
    }

    .so1-l1h {
        margin-bottom: 10px;
    }

    .so1-l2 i {
        --w: 34px;
    }
}

@media (max-width: 642px) {
    .so1-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .so1-u {
        margin-top: 20px;
    }

    .ind-partners {
        padding-top: 25px;
    }

    .so2-2limg {
        padding-bottom: 55%;
    }

    .ind-news {
        padding-top: 30px;
    }

    .so3 .ne-u {
        margin-top: 20px;
    }
}


.pro2 .so2-1u {
    margin-bottom: 20px;
}

.pro2 .so2-1l {
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    .pro2 .so2-1u {
        width: auto;
    }

    .pro2 .so2-1l {
        width: 25%;
    }
}

@media (max-width: 642px) {
    .pro2 .so2-1l {
        width: 33.333%;
    }
}




/* gj */


.gj-2 {
    justify-content: space-between !important;


}

.gj {
    width: 30%;
}

@media(max-width:991px) {
    .gj-2 {
        flex-wrap: wrap;

    }

    .gj {
        width: 100%;
        margin-bottom: 20px;
    }
}

.gj img {
    width: 100%;
    height: auto;
}