#ven {
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.60);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.ventricle {
    background: rgba(0, 0, 0, .6) !important;
}

#ven::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    left: 0;
    bottom: 0;
}

.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 14px 0;
    position: relative;
}

.ven1-loim img {
    width: 100px;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 3.14vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 2.16vw;
}

.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: #fff;
    transition: all 0.5s ease;
}

.ven2-la:hover:after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {}

.ven2-l.on .ven2-la span {}

.ven-seh {
    position: relative;
}

.vensesv i {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.ven2-2 {
    margin: 0 35px;
}

.ven2-2a {
    display: flex;
    align-items: center;
}

.ven2-2a i {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    margin-right: 8px;
}

.ven2-2a p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.ven2-3 {
    position: relative;
}

.ven2-3a {
    display: flex;
    align-items: center;
}

.ven2-3a img {
    width: 27px;
    border: 3px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    margin-right: 8px;
}

.ven2-3a i {
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1536px) {
    .ven1-loim img {
        width: 90px;
    }

    .vensesv span {
        margin-right: 8px;
    }

    .vensesv i {
        font-size: 18px;
    }

    .ven2-2a i {
        font-size: 18px;
    }

    .vensesv {
        padding: 0;
    }

    /*  */
    .ven2-l {
        margin-right: 2vw;
    }

    .ven2-l:last-child {
        margin-right: 2.16vw;
    }

    .ven2-2 {
        margin: 0 20px;
    }

    .ven1-loim {
        padding: 8px 0;
    }
}

@media (max-width: 1199.9px) {
    #ven {
        background: rgba(0, 0, 0, .6);
    }

    .logo1 {
        opacity: 0;
    }

    .logo2 {
        opacity: 1;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-2 {
        margin: 0 12px;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 50px;
    }

    .ven2-2a p {
        display: none;
    }

    .ven2-2a i {
        margin-right: 0;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 4px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #FFF;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #FFF;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #FFF;
    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: 75px;
    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: #444;
    font-family: 'Inter';
    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: #0057A3;
}

.xiantiao>a {
    color: #0057A3;
}

.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: #444;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    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: #13317A;
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 62px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 300%;
    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, 0.90);
    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: #444;
    font-family: 'Inter';
    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-lera:hover span {
    color: #0057A3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    /* .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: 'Inter';
    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: 278%;
    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: #222;
    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: #666;
    font-family: 'Manrope';
    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(102, 102, 102, 0.4);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.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%;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 254%;
        right: -120px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 300%;
    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-3: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: 4px 12px;
}

.ven2-3sec a img {
    width: 20px;
    margin-right: 4px;
}

.ven2-3sec a span {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 87, 163, 0.60);
    left: 0;
    top: 0;
    z-index: -1;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.sub-te {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
}

.sub-h {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-sub-h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* letter-spacing: -2.64px; */
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sub-abox {
    display: flex;
    align-items: center;
}

.sub-a {
    display: flex;
    align-items: center;
    padding: 9px 38px;
    border-radius: 3px;
    overflow: hidden;
    background: #000;
    margin-right: 10px;
    height: 100%;
    transition: all 0.5s ease;
}

.sub-a:last-child {
    margin-right: 0;
}

.sub-a:hover {
    background: #0057A3;
}

.sub-a i {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-right: 10px;
}

.sub-a:nth-child(1) i {
    font-size: 26px;
    margin-right: 6px;
}

.sub-a span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        height: 400px;
    }

    .sub-te {
        top: 52%;
    }

    .sub-a {
        padding: 7px 20px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        height: 260px;
    }

    .sub-te {
        top: 55%;
    }

    .sub-h {
        letter-spacing: 0;
        margin-bottom: 8px;
    }

    .sub-a {
        padding: 6px 8px;
    }

    .subnav-box {
        display: none;
    }
}

.subnav-box {
    background: #000;
    backdrop-filter: blur(8px);
    padding: 10px 0;
}

.breadcrumb {
    display: flex;
    align-items: flex-end;
}

.breadcrumb-item {
    display: flex;
    align-items: flex-end;
}

.breadcrumb-item i {
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF !important;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    --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);
}

.breadcrumb-item a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item.active a span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-page>a {
    margin: 0 23px;
}

.sub-page>a i {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 800;
    transition: all 0.5s ease;
}

.sub-page>a:hover i {
    color: rgba(0, 87, 163, 1);
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 17px;
    transition: all 0.5s ease;
}

.sub-pagel.on a {
    color: #0057A3;
}

.sub-pagel a:hover {
    color: #0057A3;
}

@media (max-width: 499px) {
    .sub-pagel a {
        margin: 0 10px;
    }

    .sub-page>a {
        margin: 0 10px;
    }

    .sub-page>a i {
        font-size: 16px;
    }
}

/*  */
.padtop {
    padding: 100px 0 120px;
}

.con-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con1 {
    width: 32.4%;
    flex: 0 0 auto;
}

.con1l {
    margin-bottom: 52px;
}

.con1l:last-child {
    margin-bottom: 0;
}

.con1l-box {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 6px 20px 10px rgba(0, 0, 0, 0.04);
    padding: 74px 40px 49.5px;
    position: relative;
}

.con1l-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/conbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    border-radius: 3px;
    opacity: 0;
    transition: all 0.5s ease;
}

.con1l-box:hover:after {
    opacity: 1;
}

.con1lico {
    position: absolute;
    left: 44px;
    top: -22px;
    --w: 66px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0057A3;
    z-index: 12;
}

.con1lico::after {
    position: absolute;
    content: "";
    --w: 24px;
    width: 0;
    height: 0;
    left: calc((var(--w) - 7px) * -1);
    top: 0;
    border-top: var(--w) solid transparent;
    border-right: calc(var(--w) - 6px) solid rgba(0, 62, 116, 1);
}

.con1lico::before {
    position: absolute;
    content: "";
    --w: 24px;
    width: 0;
    height: 0;
    right: calc((var(--w) - 7px) * -1);
    top: 0;
    border-top: var(--w) solid transparent;
    border-left: calc(var(--w) - 6px) solid rgba(0, 62, 116, 1);
}

.con1lico i {
    font-size: 30px;
    color: #fff;
    transition: all 0.5s ease;
}

.con1l-box:hover .con1lico i {
    transform: rotateY(360deg);
}

.con1lh {
    margin-bottom: 16px;
    position: relative;
    z-index: 12;
}

.con1la {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 12;
}

.con1la p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.con1l-box:hover .con1la p {
    color: #fff;
}

.con1la p span {
    --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);
}

.con1l-box:hover .con1la p span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1lh p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.con1l-box:hover .con1lh p {
    color: rgba(255, 255, 255, 1);
}

.con2 {
    width: 60%;
    flex: 0 0 auto;
    border-radius: 6px;
    background: #F5F5F5;
    padding: 62px 84px 74px;
}

.con2h {
    margin-bottom: 34px;
}

.con2h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* letter-spacing: -2.1px; */
    text-transform: uppercase;
}

.con2-fou {
    margin-right: calc(-.5 * 0.94rem);
    margin-left: calc(-.5 * 0.94rem);
}

.con2-fol {
    margin-bottom: 15px;
    padding-right: calc(0.94rem * .5);
    padding-left: calc(0.94rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 20px;
}

.con2-fol input,
.con2-fol textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 1);
    background: rgba(245, 245, 245, 1);
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
    padding: 12px 22px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #0057A3;
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.con2-fol input:-moz-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.con2-fol input::-moz-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.con2-fol input:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.con2-fol textarea:-moz-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.con2-fol textarea:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.con2-fobt {
    display: flex;
    align-items: center;
}

.con2-fobt button {
    border-radius: 3px;
    background: #000;
    backdrop-filter: blur(2px);
    padding: 10px 18px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}

.con2-fobt button:hover {
    background: #0057A3;
}

.con2-fobt button span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 80px;
}

.con2-fobt button i {
    font-size: 16px;
    color: #fff;
}

.con2-fobtico {
    position: relative;
    overflow: hidden;
}

.con2-fobtico i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
    display: block;
}

.con2-fobtico i:nth-child(2) {
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.con2-fobt button:hover .con2-fobtico i:nth-child(1) {
    transform: translateX(100%);
}

.con2-fobt button:hover .con2-fobtico i:nth-child(2) {
    left: 50%;
}

@media (max-width: 1536px) {
    .padtop {
        padding: 80px 0 100px;
    }

    .con1 {
        width: 36.4%;
    }

    .con1l-box {
        padding: 68px 34px 43.5px
    }

    .con1lico {
        --w: 56px;
    }

    .con1lico i {
        font-size: 26px;
    }

    .con2 {
        padding: 25px 44px 46px;
    }
}

@media (max-width: 1199.9px) {
    .con2h {
        margin-bottom: 24px;
    }

    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .padtop {
        padding: 60px 0 40px;
    }

    .con1 {
        margin-bottom: 30px;
    }

    .con1l {
        margin-bottom: 40px;
    }

    .con1l-box {
        padding: 38px 22px 26.5px;
    }

    .con1lico {
        --w: 40px;
        left: 22px;
    }

    .con1lico i {
        font-size: 22px;
    }

    .con2 {
        padding: 10px 12px 18px;
    }

    .con2h {
        margin-bottom: 14px;
    }

    .con2h p {
        letter-spacing: 0;
    }

    .con2-fol {
        margin-bottom: 12px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 8px 12px;
    }

    .con2-fobt button {
        padding: 4px 12px;
    }

    .con2-fobt button span {
        margin-right: 40px;
    }
}

/* footer */
#footer {
    background: #222;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    padding: 110px 0 90px;
}

.ft1-1logo {
    margin-bottom: 49px;
    display: block;
}

.ft1-1logo img {
    width: 166.67px;
}

.ft1-1p {
    margin-bottom: 40px;
}

.ft1-1p p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
    max-width: 438px;
}

.ft1-1a,
.ft1-1a a {
    display: flex;
    align-items: center;
}

.ft1-1a a {
    border-radius: 3px;
    border: 1px solid #FFF;
    background: #222;
    padding: 10.5px 16px;
    transition: all 0.5s ease;
}

.ft1-1a a:hover {
    background: #0057A3;
    border: 1px solid #0057A3;
}

.ft1-1a a span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 36px;
}

.ft1-1a a i {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

.ft1-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

.ft1-2u1 {
    margin-right: 10.7vw;
}

.ft1-2uh {
    margin-bottom: 48px;
}

.ft1-2uh p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.ft1-2u1 .ft1-2la span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 2.37);
    transition: all 0.5s ease;
}

.ft1-2u1 .ft1-2la:hover span {
    color: #0057A3;
}

.ft1-2u2 .ft1-2l {
    margin-bottom: 22px;
}

.ft1-2u2 .ft1-2l:last-of-type {
    margin-bottom: 0;
}

.ft1-2u2 .ft1-2l p {
    color: #D9D9D9;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 14px;
    transition: all 0.5s ease;
}

.ft1-2u2 .ft1-2l:hover p {
    color: #0057A3;
}

.ft1-2u2 .ft1-2la span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-2u2 .ft1-2l>a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1share {
    margin-top: 50px;
}

.ft1share .a2a_kit {
    display: flex;
    align-items: center;
}

.ft1share .a2a_kit a {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 6px;
    border: 1px solid #333;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
}

.ft1share .a2a_kit a:last-child {
    margin-right: 0;
}

.ft1share .a2a_kit a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(135deg, #0057A3 4.36%, #00213D 98.74%);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.ft1share .a2a_kit a:hover:after {
    opacity: 1;
}

.ft1share .a2a_kit a i {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 12;
}

.ft2 {
    background: #1E1E1E;
    padding: 32px 0;
}

.ft2-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft2-1,
.ft3-1,
.ft3-2 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 6px;
}

.ft3-1copy span,
.ft3-1pow span {
    color: #666;
    font-family: 'Inter';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ft3-1pow:hover span {
    color: #0057A3;
}

.ft2-1>span,
.ft3-2>span {
    background: #333;
    width: 1px;
    height: 10px;
    display: block;
    margin: 0 20px;
}

.ft3-2a span {
    color: #666;
    font-family: 'Inter';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ft3-2a:hover span {
    color: #0057A3;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 90px 0 70px;
    }

    .ft1-1logo img {
        width: 146.67px;
    }

    .ft1-2uh {
        margin-bottom: 28px;
    }

    .ft2-1>span,
    .ft3-2>span {
        margin: 0 10px;
    }
}

@media (max-width: 1199.9px) {
    .ft2 {
        padding: 12px 0 80px;
    }

    .ft2-1 {
        margin-bottom: 10px;
    }


    .ft2-1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft2-1>span,
    .ft3-2>span {
        margin: 0 4px;
    }

    .ft2-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 1199.9px) {
    .ft1 {
        flex-direction: column;
        padding: 70px 0 50px
    }

    .ft1-1 {
        margin-bottom: 40px;
    }

    .ft1-1logo {
        margin-bottom: 29px;
    }

    .ft1-1logo img {
        width: 126.67px;
    }

    .ft1-1p {
        margin-bottom: 20px;
    }

    .ft2-1,
    .ft3-1,
    .ft3-2 {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .ft2-1>span,
    .ft3-2>span {
        display: none;
    }

    .ft1-2 {
        justify-content: flex-start;
    }
}

@media (max-width: 642px) {
    .ft1-1 {
        margin-bottom: 20px;
    }

    .ft1-2 {
        flex-direction: column;
    }

    .ft1-2u1 {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .ft1-2uh {
        margin-bottom: 18px;
    }

    .ft1-2u1 .ft1-2la span {
        line-height: calc(var(--zj-subnav) * 1.6);
    }

    .ft1-2u2 .ft1-2l {
        margin-bottom: 12px;
    }

    .ft1-2u2 .ft1-2l p {
        margin-bottom: 6px;
    }

    .ft1share {
        margin-top: 30px;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 40px 0 22px;
    }

    .ft1-1logo img {
        width: 100px;
    }

    .ft1-1a a {
        padding: 4.5px 12px;
    }

    .ft1-2uh {
        margin-bottom: 12px;
    }

    .ft1-2u1 {
        margin-bottom: 20px;
    }

    .ft1share {
        margin-top: 20px;
    }
}

/* contact */
.down-ul {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 5px;
}

.down-li {
    margin-bottom: 75px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.down-limg {
    padding-bottom: 94%;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 32px;
}

.down-limg img {
    transition: all 0.5s ease;
}

.down-lbox:hover .down-limg img {
    transform: scale(1.08);
}

.down_lhp {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.down_lhp p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-right: 20px;
}

.down_lhp p:last-child {
    margin-right: 0;
}

.down-lh {
    margin-bottom: 45px;
    display: block;
}

.down-lh p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.down-lbox:hover .down-lh p {
    color: #0057A3;
}

.down_lte2 {
    display: flex;
    align-items: center;
}

.down_lte2 i {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    background: #000;
    backdrop-filter: blur(2px);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
}

.down-lbox:hover .down_lte2 i {
    background: #0057A3;
}

.down_lte2 i::after {
    position: absolute;
    content: "";
    --w: 60px;
    width: var(--w);
    height: var(--w);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.4);
    border-radius: 50px;
    background: rgba(0, 87, 163, 0.20);
    backdrop-filter: blur(2px);
    z-index: -1;
    transition: all 0.5s ease;
}

.down-lbox:hover .down_lte2 i::after {
    transform: translate(-50%, -50%) scale(1);
}

.down_lte2 span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    --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);
}

.down-lbox:hover .down_lte2 span {
    color: #0057A3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .down-ul {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 5px;
    }

    .down-li {
        margin-bottom: 35px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .down-limg {
        margin-bottom: 22px;
    }

    .down_lhp {
        margin-bottom: 8px;
    }

    .down-lh {
        margin-bottom: 25px;
    }

    .down_lte2 i {
        --w: 40px;
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .down-li {
        width: 33.333%;
    }

    .down_lhp {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 642px) {
    .down-li {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .down-li {
        width: 100%;
        margin-bottom: 25px;
    }

    .down-limg {
        margin-bottom: 12px;
    }
}

/* news */
.news-u {
    margin-bottom: 80px;
}

.news-l {
    margin-bottom: 30px;
}

.news-l:last-child {
    margin-bottom: 0;
}

.news-lbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-l1 {
    width: 36.2%;
    flex: 0 0 auto;
}

.news-limg {
    padding-bottom: 62%;
    overflow: hidden;
}

.news-limg img {
    transition: all 0.5s ease;
}

.news-lbox:hover .news-limg img {
    transform: scale(1.08);
}

.news-l2 {
    width: 57%;
    flex: 0 0 auto;
}

.news-lnum {
    margin-bottom: 16px;
}

.news-lnum p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.news-lbox:hover .news-lnum p {
    color: #000;
}

.news-lh {
    margin-bottom: 32px;
}

.news-lha {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: calc(var(--zj-pro2-1h) * 1.33);
}

.news-lha span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-pro2-1h) * 1.33);
    --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);
}

.news-lbox:hover .news-lha span {
    color: #0057A3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.news-lp {
    margin-bottom: 70px;
}

.news-lp p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-lbtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news-lbtna {
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: #000;
    backdrop-filter: blur(2px);
    padding: 8.5px 18px;
    transition: all 0.5s ease;
}

.news-lbox:hover .news-lbtna {
    background: #0057A3;
}

.news-lbtna span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 60px;
}

.news-lbtna i {
    font-size: 18px;
    color: #FFF;
}


@media (max-width: 1536px) {
    .news-l1 {
        width: 40.2%;
    }

    .news-lnum {
        margin-bottom: 8px;
    }

    .news-lh {
        margin-bottom: 22px;
    }

    .news-lp {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .news-lbox {
        flex-direction: column;
    }

    .news-l1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .news-l2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .news-l1 {
        margin-bottom: 10px;
    }

    .news-lh {
        margin-bottom: 12px;
    }

    .news-lp {
        margin-bottom: 20px;
    }

    .news-lbtna {
        padding: 3.5px 12px;
    }

    .news-lbtna span {
        margin-right: 30px;
    }

    .news-u {
        margin-bottom: 30px;
    }
}

/* product大类 */
.profist {
    padding: 100px 0 50px;
}

.profi-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.profi-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 70px;
}

.profi-l1 {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.profi-limg1 {
    transition: all 0.5s ease;
}

.profi-lbox:hover .profi-limg1 {
    opacity: 0;
}

.profi-limg1 .img-box {
    padding-bottom: 76%;
    border-radius: 3px;
}

.profi-limg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background: #F0F0F0;
    transition: all 0.5s ease;
    opacity: 0;
}

.profi-lbox:hover .profi-limg2 {
    border-radius: 269px;
    opacity: 1;
}

.profi-limg2 img {
    width: 52%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
    transform: scale(0.8);
}

.profi-lbox:hover .profi-limg2 img {
    transform: scale(1);
}

.profi-lico {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    transform: rotate(-45deg);
    border-radius: 50%;
    background: #0057A3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 12;
    right: 6%;
    bottom: 8%;
    opacity: 0;
    transition: all 0.5s ease;
}

.profi-lbox:hover .profi-lico {
    opacity: 1;
}

.profi-lico:hover {
    transform: rotate(0deg);
}

.profi-lico i {
    font-size: 22px;
    color: #FFF;
}

.profi-l2 {
    max-width: 390px;
    margin: auto;
}

.profi-lh {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

.profi-lh span {
    display: block;
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    transition: all 0.5s ease;
}

.profi-lbox:hover .profi-lh span {
    color: #0057A3;
}

.profi-lp p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.375);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* pro-second */
.prosecond {
    padding: 100px 0 110px;
}

.prose-h {
    margin-bottom: 24px;
}

.prose-h p {
    color: #0057A3;
    font-family: 'Inter';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.prose-p {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 80px;
}

.prose-p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    left: 0;
    bottom: 0;
}

.prose-p p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

/*  */
.prose-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.prose-l {
    margin-bottom: 30px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.prose-limg {
    padding-bottom: 76%;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 4px;
}

.prose-limg img {
    transition: all 0.5s ease;
}

.prose-la:hover .prose-limg img {
    transform: scale(1.08);
}

.prose-lbtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #000;
    background: #FFF;
    padding: 27px 85px;
    transition: all 0.5s ease;
}

.prose-la:hover .prose-lbtn {
    background: #0057A3;
    border: 1px solid #0057A3;
}

.prose-lbtnp p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.prose-la:hover .prose-lbtnp p {
    color: #FFF;
}

.prose-lbtni {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.5s ease;
}

.prose-la:hover .prose-lbtni {
    background: #000;
    transform: translateY(-50%) rotate(0);
}

.prose-lbtni i {
    font-size: 22px;
    color: rgba(0, 87, 163, 1);
    transition: all 0.5s ease;
}

.prose-la:hover .prose-lbtni i {
    color: rgba(255, 255, 255, 1);
}

/* oem1 */
.oem1 {
    padding: 100px 0 120px;
}

.oem1h {
    margin-bottom: 20px;
}

.oem1h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1h) * 1.2);
    /* letter-spacing: -2.1px; */
    text-transform: uppercase;
}

.oem1p {
    margin-bottom: 70px;
}

.oem1p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 1180px;
}

.oem1sw {
    position: relative;
    min-height: 268px;
}

#oem1sw {
    overflow: hidden;
}

.oem1swimg {
    padding-bottom: 58%;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all 0.5s ease;
}

#oem1sw .swiper-slide-active .oem1swimg {
    margin-bottom: 38px;
}

.oem1swimg img {
    transition: all 0.5s ease;
}

.oem1sw-box:hover .oem1swimg img {
    transform: scale(1.08);
}

.oem1swh {
    margin-bottom: 17px;
    padding: 0 20px;
    transition: all 0.5s ease;
}

#oem1sw .swiper-slide-active .oem1swh {
    padding: 0;
}

.oem1swh p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    transition: all 0.5s ease;
}

.oem1sw-box:hover .oem1swh p {
    color: #0057A3;
}

#oem1sw .swiper-slide-active .oem1swh p {
    color: #0057A3;
}

.oem1swp p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    transition: all 0.3s ease;
    opacity: 0;
    max-width: 700px;
}

#oem1sw .swiper-slide-active .oem1swp p {
    opacity: 1;
}

.oem1swbtn {
    display: flex;
    align-items: center;
    position: absolute;
    left: 52%;
    top: 68%;
}

.oem1swbtn .swiper-button-prev,
.oem1swbtn .swiper-button-next {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.oem1swbtn .swiper-button-prev:hover,
.oem1swbtn .swiper-button-next:hover {
    background: #0057A3;
}

.oem1swbtn .swiper-button-prev::after,
.oem1swbtn .swiper-button-next::after {
    content: "";
}

.oem1swbtn .swiper-button-prev i,
.oem1swbtn .swiper-button-next i {
    font-size: 20px;
    color: rgba(0, 87, 163, 1);
    transition: all 0.5s ease;
}

.oem1swbtn .swiper-button-prev:hover i,
.oem1swbtn .swiper-button-next:hover i {
    color: #fff;
}

/* oem2 */
.oem2 {
    background: #F5F5F5;
    padding: 105px 0 104px;
}

.oem2h {
    margin-bottom: 20px;
}

.oem2h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1h) * 1.2);
    /* letter-spacing: -2.1px; */
    text-transform: uppercase;
}

.oem2p {
    margin-bottom: 95px;
}

.oem2p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 1180px;
}

.oem2u {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.oem2u::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 44px;
    border-top: 1px dashed #0057A3;
}

.oem2l {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 12;
}

.oem2lico {
    --w: 90px;
    width: var(--w);
    height: var(--w);
    border-radius: 3px;
    border: 1px solid rgba(0, 87, 163, 0.20);
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.oem2l:hover .oem2lico {
    border: 1px solid #0057A3;
    background: #0057A3;
}

.oem2lico i {
    font-size: 36px;
    color: rgba(0, 87, 163, 1);
    transition: all 0.5s ease
}

.oem2l:hover .oem2lico i {
    color: rgba(255, 255, 255, 1);
    transform: rotateY(360deg);
}

.oem2lnum {
    margin-bottom: 10px;
}

.oem2lnum p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
}

.oem2lp p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    max-width: 132px;
    transition: all 0.5s ease;
}

.oem2l:hover .oem2lp p {
    color: rgba(0, 87, 163, 1);
}

/* oem3 */
.oem3 {
    padding: 120px 0;
}

.oem3h {
    margin-bottom: 20px;
}

.oem3h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1h) * 1.2);
    /* letter-spacing: -2.1px; */
    text-transform: uppercase;
}

.oem3p {
    margin-bottom: 80px;
}

.oem3p p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 1180px;
}

/*  */
.oem3end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oem3-1 {
    width: 40.84%;
    flex: 0 0 auto;
}

.oem3-1l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 28px;
    margin-bottom: 28px;
    position: relative;
    cursor: pointer;
}

.oem3-1l1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #000;
}

.oem3-1l1p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.2);
    transition: all 0.5s ease;
    padding-right: 12px;
}

.oem3-1l.on .oem3-1l1p p {
    color: #0057A3;
}

.oem3-1l1:hover .oem3-1l1p p {
    color: #0057A3;
}

.oem3-1l1i {
    position: relative;
}

.oem3-1l1i i {
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.oem3-1l1i i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.oem3-1l.on .oem3-1l1i i:nth-child(1) {
    opacity: 0;
}

.oem3-1l.on .oem3-1l1i i:nth-child(2) {
    opacity: 1;
}

.oem3-1l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.oem3-1l.on .oem3-1l2 {
    max-height: 400px;
    opacity: 1;
}

.oem3-1l2p {
    margin-bottom: 40px;
}

.oem3-1l2p p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 510px;
}

.oem3-2 {
    width: 43%;
    flex: 0 0 auto;
}

.oem3-2box {
    display: none;
}

.oem3-2box.on {
    display: block;
}

.oem3-2img {
    position: relative;
    display: flex;
    align-items: center;
}

.oem3-2img1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60.4%;
    z-index: 12;
}

.oem3-2img1::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 93%;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.oem3-2img1 .img-box {
    padding-bottom: 150%;
    border-radius: 3px;
}

.oem3-2h {
    position: absolute;
    left: 12%;
    bottom: 7%;
    z-index: 12;
}

.oem3-2h p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.oem3-2img2,
.oem3-2img3 {
    width: 50%;
    transform: rotate(-10deg);
    position: relative;
}

.oem3-2img3 {
    transform: rotate(10deg);
}

.oem3-2img2::after,
.oem3-2img3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 12;
}

.oem3-2img2 .img-box,
.oem3-2img3 .img-box {
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 134%;
}

@media (max-width: 1536px) {
    .oem1 {
        padding: 80px 0 90px;
    }

    .oem1h {
        margin-bottom: 10px;
    }

    .oem1p {
        margin-bottom: 50px;
    }

    .oem2 {
        padding: 65px 0 64px;
    }

    .oem2p {
        margin-bottom: 65px;
    }

    .oem2lp p {
        font-size: 14px;
    }

    .oem2lico {
        --w: 80px;
    }

    .oem2lico i {
        font-size: 32px;
    }

    /*  */
    .oem3 {
        padding: 90px 0;
    }

    .oem3h {
        margin-bottom: 10px;
    }

    .oem3p {
        margin-bottom: 60px;
    }

    .oem3-1l1 {
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .oem3-1l2p {
        margin-bottom: 20px;
    }

    .oem3-2 {
        width: 50%;
    }
}

@media (max-width: 1199.9px) {
    .oem2u-scr {
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .oem2u-scr::-webkit-scrollbar {
        display: block;
        width: 0px;
        height: 4px;
    }

    .oem2u-scr::-webkit-scrollbar-thumb {
        border-radius: 999px;
        border: 0px solid transparent;
        background-clip: content-box;
        background-color: #0057A3;
    }

    .oem2u-scr::-webkit-scrollbar-track {
        background-color: #f0f0f08c;
        border-radius: 999px;
    }

    .oem2u {
        width: 1200px;
    }
}

@media (max-width: 768px) {
    .oem1 {
        padding: 40px 0 120px;
    }

    .oem1swbtn {
        left: 50%;
        top: 105%;
        transform: translateX(-50%);
    }

    .oem3end {
        flex-direction: column;
    }

    .oem3-1 {
        width: 100%;
        margin-bottom: 120px;
    }

    .oem3-2 {
        width: 100%;
    }

    .oem3 {
        padding: 90px 0 140px;
    }
}

@media (max-width: 499px) {
    .oem1h p {
        letter-spacing: 0;
    }

    .oem1p {
        margin-bottom: 30px;
    }

    #oem1sw .swiper-slide-active .oem1swimg {
        margin-bottom: 18px;
    }

    .oem1swh {
        margin-bottom: 8px;
    }

    .oem1swh p {
        font-size: 18px;
    }

    .oem1swbtn .swiper-button-prev,
    .oem1swbtn .swiper-button-next {
        --w: 36px;
    }

    .oem1swbtn .swiper-button-prev i,
    .oem1swbtn .swiper-button-next i {
        font-size: 18px;
    }

    .oem1swbtn {
        top: 99%;
    }

    .oem1 {
        padding: 40px 0 70px;
    }

    /*  */
    .oem2 {
        padding: 35px 0 34px;
    }

    .oem2h p {
        letter-spacing: 0;
    }

    .oem2h {
        margin-bottom: 10px;
    }

    .oem2p {
        margin-bottom: 35px;
    }

    .oem2lico {
        --w: 60px;
        margin-bottom: 20px;
    }

    .oem2lico i {
        font-size: 22px;
    }

    .oem2u::after {
        top: 30px;
    }

    .oem3h p {
        letter-spacing: 0;
    }

    .oem3 {
        padding: 30px 0 80px;
    }

    .oem3p {
        margin-bottom: 30px;
    }

    .oem3-1 {
        margin-bottom: 60px;
    }
}

/* about */
.ab1-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}

.ab1-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
}

.ab1-1 {
    width: 50%;
    flex: 0 0 auto;
    padding: 113px 0;
}

.ab1-1h {
    margin-bottom: 40px;
}

.ab1-1h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* letter-spacing: -2.4px; */
    text-transform: uppercase;
}

.ab1-1h p span {
    color: #0057A3;
}

.ab1-1smp {
    margin-bottom: 20px;
}

.ab1-1smp p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.ab1-1p p {
    max-width: 840px;
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 2);
    margin-bottom: 30px;
}

.ab1-1p p:last-child {
    margin-bottom: 0;
}

.ab1-2 {
    width: 45.32%;
    flex: 0 0 auto;
}

.ab1-2img {
    padding-bottom: 112%;
    height: 100%;
}

/* ab2 */
.ab2 {
    padding: 60px 0;
}

.ab2lnum {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.ab2lnum p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ab2lnum);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2lnum) * 1);
    margin-right: 10px;
}

.ab2lnum span {
    color: #0057A3;
    font-family: 'Archivo';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ab2lp p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    max-width: 270px;
}

/* ab3 */
.ab3 {
    position: relative;
    overflow: hidden;
}

.ab3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
}

.ab3>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab1vico {
    position: absolute;
    --w: 72px;
    width: var(--w);
    height: var(--w);
    background: rgba(255, 255, 255, 1);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
}

.ab1vico i {
    font-size: 26px;
    color: rgba(0, 87, 163, 1);
    display: block;
}

.ab1vico>span {
    background-color: rgba(255, 255, 255, 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;
}

.ab1vico>span:nth-of-type(2) {
    background-color: rgba(255, 255, 255, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

.ab1vico>a {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* ab4 */
.ab4 {
    padding: 130px 0;
}

.ab4-box {
    display: flex;
    justify-content: space-between;
}

.ab4-1 {
    width: 42.6%;
    flex: 0 0 auto;
}

.ab4-1box {
    display: none;
}

.ab4-1box.on {
    display: block;
}

.ab4-1img {
    padding-bottom: 103%;
    border-radius: 3px;
    overflow: hidden;
}

.ab4-1img img {
    transition: all 0.5s ease;
}

.ab4-1img:hover img {
    transform: scale(1.08);
}

.ab4-2 {
    width: 49.4%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ab4-2h {
    margin-bottom: 60px;
}

.ab4-2h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1h) * 1.05);
    /* letter-spacing: -2.1px; */
    text-transform: uppercase;
    max-width: 522px;
}

.ab4-2l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
}

.ab4-2l:last-child .ab4-2l1 {
    margin-bottom: 0;
}

.ab4-2l1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #000;
}

.ab4-2l1p p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.2);
    transition: all 0.5s ease;
    padding-right: 12px;
}

.ab4-2l.on .ab4-2l1p p {
    color: #0057A3;
}

.ab4-2l1:hover .ab4-2l1p p {
    color: #0057A3;
}

.ab4-2l1i {
    position: relative;
}

.ab4-2l1i i {
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.ab4-2l1i i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.ab4-2l.on .ab4-2l1i i:nth-child(1) {
    opacity: 0;
}

.ab4-2l.on .ab4-2l1i i:nth-child(2) {
    opacity: 1;
}

.ab4-2l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab4-2l.on .ab4-2l2 {
    max-height: 400px;
    opacity: 1;
}

.ab4-2l2p {
    margin-bottom: 40px;
}

.ab4-2l2p p {
    color: #222;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 670px;
}

/* ab5 */
.ab5 {
    padding: 90px 0 94px;
    background: #F5F5F5;
}

.ab5h {
    margin-bottom: 20px;
}

.ab5h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* letter-spacing: -2.1px; */
    text-transform: uppercase;
    text-align: center;
}

.ab5p {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab5p p {
    color: #444;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 1150px;
}

.ab5sw {
    position: relative;
}

#ab5sw {
    overflow: hidden;
}

.ab5swimg-box {
    margin-bottom: 18px;
    border-radius: 3px;
    background: #FFF;
    padding: 16px 22px;
    cursor: pointer;
    position: relative;
}

.ab5swimg-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
    border: 1px solid rgba(0, 87, 163, 0.20);
    background: linear-gradient(180deg, rgba(0, 87, 163, 0.00) 0%, #0057A3 50%, rgba(0, 87, 163, 0.00) 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ab5sw-box:hover .ab5swimg-box::after {
    opacity: 1;
}

.ab5swimg {
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 147%;
}

.ab5swimg img {
    transition: all 0.5s ease;
}

.ab5sw-box:hover .ab5swimg img {
    transform: scale(1.08);
}

.ab5swh p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    transition: all 0.5s ease;
}

.ab5sw-box:hover .ab5swh p {
    color: #0057A3;
}

/* ab6 */
.ab6 {
    padding: 130px 0 90px;
}

.ab6h {
    margin-bottom: 20px;
}

.ab6h p {
    color: #000;
    text-align: center;
    font-family: 'Archivo';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* letter-spacing: -2.1px; */
    text-transform: uppercase;
}

.ab6p {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab6p p {
    color: #444;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 1150px;
}

.ab6u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.ab6l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 30px;
}

.ab6limg {
    padding-bottom: 61%;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.ab6limg img {
    transition: all 0.5s ease;
}

.ab6lbox:hover .ab6limg img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .ab1-1 {
        padding: 60px 0;
    }

    .ab1-1h {
        margin-bottom: 26px;
    }

    .ab1-1smp {
        margin-bottom: 12px;
    }

    .ab1-1p p {
        margin-bottom: 10px;
    }

    /*  */
    .ab2 {
        padding: 40px 0;
    }

    .ab1vico {
        --w: 52px;
    }

    .ab1vico i {
        font-size: 20px;
    }

    .ab4 {
        padding: 90px 0;
    }

    .ab4-2l1 {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .ab4-2l2p {
        margin-bottom: 20px;
    }

    .ab4-2h {
        margin-bottom: 40px;
    }

    /*  */
    .ab5 {
        padding: 70px 0 74px;
    }

    .ab5h {
        margin-bottom: 10px;
    }

    .ab5p {
        margin-bottom: 50px;
    }

    .ab5swimg-box {
        margin-bottom: 12px;
        padding: 10px 16px;
    }

    .ab6 {
        padding: 70px 0 60px;
    }

    .ab6h {
        margin-bottom: 10px;
    }

    .ab6p {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .ab1-box {
        flex-direction: column;
        padding-right: 4vw !important;
    }

    .ab1-1 {
        width: 100%;
    }

    .ab1-2 {
        width: 100%;
    }

    .ab2l {
        width: 50%;
        margin-bottom: 20px;
    }

    .ab3>img {
        height: 400px;
    }

    .ab4-1 {
        width: 46.6%;
    }

    .ab6u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ab6l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }
}

@media (max-width: 642px) {
    .ab4-box {
        flex-direction: column-reverse;
    }

    .ab4-1 {
        width: 100%;
    }

    .ab4-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab6l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ab1-1 {
        padding: 40px 0 20px;
    }

    .ab1-1h {
        margin-bottom: 16px;
    }

    .ab1-1h p {
        letter-spacing: 0;
    }

    .ab1-1p p {
        line-height: calc(var(--zj-subnav) * 1.4);
    }

    .ab3>img {
        height: 200px;
    }

    .ab4 {
        padding: 40px 0;
    }

    .ab4-2h {
        margin-bottom: 20px;
    }

    .ab4-2h p {
        letter-spacing: 0;
    }

    .ab4-2l1 {
        padding-bottom: 6px;
        margin-bottom: 6px;
    }

    .ab4-2l1i i {
        font-size: 18px;
    }

    .ab5 {
        padding: 30px 0 34px;
    }

    .ab5h p {
        letter-spacing: 0;
    }

    .ab5p {
        margin-bottom: 20px;
    }

    .ab5p p {
        line-height: calc(var(--zj-subnav) * 1.45);
    }

    .ab6 {
        padding: 30px 0 30px;
    }

    .ab6h p {
        letter-spacing: 0;
    }

    .ab6p {
        margin-bottom: 20px;
    }

    .ab6p p {
        line-height: calc(var(--zj-subnav) * 1.45);
    }

    .ab6u {
        margin-right: calc(-.5 * 0.4rem);
        margin-left: calc(-.5 * 0.4rem);
    }

    .ab6l {
        padding-right: calc(0.4rem * .5);
        padding-left: calc(0.4rem * .5);
        margin-bottom: 8px;
    }
}

/* product2 */
.pro {
    padding: 100px 0 120px;
}

.prou {
    margin-right: calc(-.5 * 0rem);
    margin-left: calc(-.5 * 0rem);
    border: 0.5px solid #000;
    margin-bottom: 80px;
}

.prol {
    padding-right: calc(0rem * .5);
    padding-left: calc(0rem * .5);
    border: 0.5px solid #000;
}

.prol1 {
    position: relative;
    border-bottom: 1px solid #000;
    background: #F0F0F0;
    padding: 34px 18px;
    overflow: hidden;
}

.prol1-img {
    mix-blend-mode: multiply;
    padding-bottom: 75%;
}

.prol1-btn {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    border-top: 1px solid #000;
    background: #0057A3;
    padding: 8px 12px;
    transition: all 0.5s ease;
    transform: translateY(100%);
}

.prolbox:hover .prol1-btn {
    transform: translateY(0);
}

.prol1-btn span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.prolbox {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.prol2 {
    background: #FFF;
    flex: 1;
    padding: 34px 43px 26px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.prol2h {
    margin-bottom: 10px;
    display: block;
}

.prol2h p {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--zj-ven2-la) * 1.44 * 2);
}

.prol2u {
    margin-bottom: 32px;
}

.prol2l p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.prol2btna {
    display: flex;
    align-items: center;
}

.prol2btna p {
    color: #888;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.prolbox:hover .prol2btna p {
    color: rgba(0, 87, 163, 1);
}

.prol2btna i {
    font-size: 18px;
    color: rgba(136, 136, 136, 1);
    transition: all 0.5s ease;
}

.prolbox:hover .prol2btna i {
    color: rgba(0, 87, 163, 1);
}

/* product-show */
.prode {
    padding-bottom: 120px;
}

.prode-top {
    padding: 100px 0 80px;
}

.prode1 {
    display: flex;
    align-items: flex-start;
}

.prode1-2 {
    width: calc(100% - 56.6%);
}

.prode1-2h {
    margin-bottom: 60px;
    border: 1px solid #000;
    border-left: none;
    background: #FFF;
    padding: 25px 30px 25px 80px;
    position: relative;
}

.prode1-2h::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 56px;
    background: rgba(0, 0, 0, 1);
}

.prode1-2h p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prode1-2te {
    padding-left: 58px;
}

.prode1-2p {
    margin-bottom: 24px;
}

.prode1-2p p {
    color: #0057A3;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.prode1-2u {
    margin-bottom: 100px;
}

.prode1-2u p {
    color: #000;
    font-family: 'Inter';
    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-bottom: 34px;
}

.prode1-2share p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    margin-right: 10px;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #000;
    transition: all 0.5s ease;
    padding: 10.5px 0;
}

.prode1-2a:first-child {
    margin-bottom: 10px;
}

.prode1-2a:hover {
    background: #0057A3;
}

.prode1-2a span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

/* -------------------------------------------------------------------------------- */
/* prode. xiamian. buf */
.prode2 {
    position: sticky;
    top: 92px;
    z-index: 14;
    overflow: hidden;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    background: #fff;
    position: relative;
}

.prode2-u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #F0F0F0;
}

.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #149496;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    margin-right: 4.8vw;
    position: relative;
}

.prode2-l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    background: #0057A3;
    transition: all 0.5s ease;
}

.prode2-l:hover::after {
    width: 100%;
}

.prode2-l.on::after {
    width: 100%;
}

.prode2-l:last-child {
    margin-right: 0
}

.prode2-la {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
    padding: 20px 0;
    display: block;
}

.prode2-la:hover {
    color: #0057A3;
}

.prode2-l.on .prode2-la {
    color: #0057A3;
}

/*  */

.prode3 {
    padding-top: 70px;
    position: relative;
}

.prode3h {
    margin-bottom: 26px;
}

.prode3h p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

/*  */
.prode4 {
    padding-top: 80px;
    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(0, 87, 163, 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: 'Inter';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.write-btn {
    cursor: pointer;
}

.write-btn span {
    color: #0057A3;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    --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);
}

.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;
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 18px;
    border-radius: 3px;
    background: #F0F0F0;
    border: 1px solid #d0eaea00;
    transition: all 0.5s ease;
}

.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-radius: 3px;
    background: #F0F0F0;
    border: 1px solid #d0eaea00;
    padding: 16px 22px;
    margin-bottom: 18px;
}

.ratingbox p {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

/* --------------- */
/*  */
.prode4-3box {
    margin-bottom: 40px;
}

.prode4-3box:last-child {
    margin-bottom: 0;
}

.prode4-3h {
    margin-bottom: 8px;
}

.prode4-3h p {
    color: #042A41;
    font-family: 'Inter';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.prode4-3hfly {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.prode4-3hfly1 {
    margin-right: 10px;
}

.prode4-3hfly1 p {
    color: #042A41;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.prode4-3hfly2 i {
    font-size: 15px;
    color: rgba(0, 87, 163, 1);
}

.prode4-3p p {
    color: #444;
    font-family: 'Inter';
    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;
    text-transform: capitalize;
}

.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);
}

/*  */
.prode6 {
    padding-top: 87px;
    position: relative;
}

.prode6-u {
    width: 100%;
    overflow: hidden;
}

#prode6-u {
    position: relative;
}

.prode6-ubtnsp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode6-ubtn {
    position: relative;
    display: flex;
    align-items: center;
}

.prode6-ubtn .swiper-pagination {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto !important;
    margin: 0;
}

.prode6-ubtn .swiper-pagination .swiper-pagination-bullet {
    --w: 10px;
    width: var(--w);
    height: var(--w);
    border-radius: 1px;
    background: #F0F0F0;
    opacity: 1;
    transition: all 0.5s ease;
}

.prode6-ubtn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0057A3;
}

.prode6-ubtn .swiper-button-prev,
.prode6-ubtn .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto !important;
    margin: 0;
}

.prode6-ubtn .swiper-button-prev {
    margin-right: 8px;
}

.prode6-ubtn .swiper-button-prev::after,
.prode6-ubtn .swiper-button-next::after {
    content: "";
}

.prode6-ubtn .swiper-button-prev i,
.prode6-ubtn .swiper-button-next i {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #149496;
    font-size: var(--zj-ven_car);
    color: #fff;
    transition: all 0.3s ease;
}

.prode6-ubtn .swiper-button-prev:hover i,
.prode6-ubtn .swiper-button-next:hover i {
    background: #F16721;
}

.prode6-ubtn .swiper-button-next i {
    transform: rotate(180deg);
}

.prode4-3for .so8fo-u {
    margin-right: calc(-.5 * 1.2rem);
    margin-left: calc(-.5 * 1.2rem);
}

.prode4-3for .so8fo-l {
    padding-right: calc(1.2rem * .5);
    padding-left: calc(1.2rem * .5);
}

.prode4-3for .so8fo-l input,
.prode4-3for .so8fo-l textarea {
    width: 100%;
    padding: 13px 22px;
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
    border-radius: 3px;
    background: #F0F0F0;
    border: 1px solid #d0eaea00;
    transition: all 0.5s ease;
}

.prode4-3for .so8fo-l input:focus,
.prode4-3for .so8fo-l textarea:focus {
    border: 1px solid #0057A3;
}

.prode4-3for .so8fo-l input::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.8);
}

.prode4-3for .so8fo-l input:-moz-placeholder {
    color: rgba(68, 68, 68, 0.8);
}

.prode4-3for .so8fo-l input::-moz-placeholder {
    color: rgba(68, 68, 68, 0.8);
}

.prode4-3for .so8fo-l input:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.8);
}

.prode4-3for .so8fo-l textarea::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.8);
}

.prode4-3for .so8fo-l textarea:-moz-placeholder {
    color: rgba(68, 68, 68, 0.8);
}

.prode4-3for .so8fo-l textarea::-moz-placeholder {
    color: rgba(68, 68, 68, 0.8);
}

.prode4-3for .so8fo-l textarea:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.8);
}

.prode3 #prode,
.prode3 #spec,
.prode4 #reviews,
.prode5 #inquiry,
.prode6 #related {
    position: absolute;
    top: -100px;
}

.prode .prolbox {
    border: 0.5px solid #000;
}

.prode .prol2h p {
    text-align: start;
}

.prode .prol2 {
    padding: 24px 29px;
}

/* -xx */

/* index */
/* index-start */
/* index kai */
/* ind_ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-pagination {
    transition: all 0.5s ease;
    bottom: 32px;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 50%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e63d';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner .slick-arrow {
    line-height: 80px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 3%;
    /*width: 30px;*/
    /*height: 80px;*/
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    /*background-color: rgba(0, 0, 0, .2);*/
}

@media (max-width: 1536px) {
    .banner .swiper-pagination {
        bottom: 20px;
    }
}

@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: 52%;
    }

    .banner-video-box {
        padding-bottom: 52%;
    }

    .banner .swiper-pagination-bullet {
        width: 20px !important;
        height: 20px !important;
        margin: 0 4px !important;

    }

    .banner .swiper-pagination-bullet svg {
        width: 20px !important;
        height: 20px !important;
        display: none !important;
    }

    .banner .swiper-pagination-bullet span {
        width: 20px !important;
        height: 20px !important;
    }
}

.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    content: '\e727';
    line-height: 1;
    color: #000;
}

.banner .slick-arrow.slick-next {
    right: 5%;
    left: auto;
}

.banner .slick-arrow.slick-next:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    content: '\e728';
    line-height: 1;
    color: #000;
}

@media (max-width: 991px) {

    .banner .slick-arrow.slick-next:before,
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}

.banner .slick-arrow:hover {
    color: #9e0a0d;
}

.banner .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 1;
    background: none;
}

.banner .swiper-pagination-bullet svg {
    position: relative;
    z-index: 5;
    top: -1px;
    left: -1px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.banner .swiper-pagination-bullet svg circle {
    -webkit-transition: stroke-dashoffset .6s ease-out;
    transition: stroke-dashoffset .6s ease-out;
    stroke-width: 1px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
}

.banner .swiper-pagination-bullet span {
    position: absolute;
    z-index: 4;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    /* border: 1px solid rgba(158, 10, 13, 0); */
    border-radius: 50%;
}

.banner .swiper-pagination-bullet span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active svg circle {
    -webkit-animation: movedong 4s ease-out;
    animation: movedong 4s ease-out;
    stroke-dashoffset: 0;
}

.banner .swiper-pagination-bullet-active span {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active span:after {
    background-color: #fff;
}

@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@media (max-width: 1536px) {}

/* ind-pro */
.so1 {
    padding: 110px 0 114px;
}

.so1-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
}

.so1-1lf {
    width: 70%;
    flex: 0 0 auto;
}

.so1-1h {
    margin-bottom: 28px;
}

.so1-1h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: var(--zj-ft1h);
    /* letter-spacing: -2.1px; */
    text-transform: uppercase;
    max-width: 741px;
}

.so1-1p p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 994px;
}

.so1-1rg {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.so1-1a {
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: #000;
    backdrop-filter: blur(2px);
    padding: 13px 18px;
    transition: all 0.5s ease;
}

.so1-1a:hover {
    background: #0057A3;
}

.so1-1a p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 82px;
}

.so1-1ai {
    position: relative;
    overflow: hidden;
}

.so1-1ai i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
    display: block;
}

.so1-1ai i:nth-child(2) {
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.so1-1a:hover .so1-1ai i:nth-child(1) {
    transform: translateX(100%);
}

.so1-1a:hover .so1-1ai i:nth-child(2) {
    left: 50%;
}

/*  */
.so1u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.so1l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 36px;
}

.so1l-1 {
    margin-bottom: 22px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.so1l-1img1 .img-box {
    padding-bottom: 76%;
}

.so1l-1img1 .img-box img {
    transition: all 0.5s ease;
}

.so1la:hover .so1l-1img1 .img-box img {
    transform: scale(1.08);
}

.so1l-1img2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 85%;
    z-index: 12;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.60);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%) scale(1.2);
    transition: all 0.5s ease;
    opacity: 0;
}

.so1la:hover .so1l-1img2 {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.so1l-1img2 img {
    width: 57%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}

.so1l-2 p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* ind-about */
.ind-about {
    margin-bottom: 120px;
}

.so2h {
    margin-bottom: 20px;
}

.so2h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1h) * 1.05);
    /* letter-spacing: -2.1px; */
    text-transform: uppercase;
    max-width: 855px;
}

.so2p {
    margin-bottom: 56px;
}

.so2p p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.so2btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 120px;
}

.so2btn .so1-1a {
    margin-right: 24px;
}

.so2btnvid {
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #0057A3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.so2btnvid::after {
    position: absolute;
    content: "";
    --w: 34px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
}

.so2btnvid i {
    position: relative;
    z-index: 12;
    color: rgba(0, 77, 153, 1);
    font-size: 16px;
}

.so2btnvid span {
    background-color: rgba(0, 87, 163, 0.32);
    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;
}

/*  */
.so2u {
    margin-right: calc(-.5 * 0.95rem);
    margin-left: calc(-.5 * 0.95rem);
}

.so2l {
    padding-right: calc(0.95rem * .5);
    padding-left: calc(0.95rem * .5);
}

.so2lbox {
    border-radius: 3px;
    border: 1px dashed #000;
    background: #FFF;
    padding: 14px 24px;
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}

.so2lbox:hover {
    border: 1px dashed #00000000;
}

.so2lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
    background: linear-gradient(180deg, #0057A3 0%, #003360 100%);
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(1.08);
}

.so2lbox:hover::after {
    opacity: 1;
    transform: scale(1);
}

.so2lnum {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 12;
}

.so2lnum p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.so2lbox:hover .so2lnum p {
    color: #FFF;
}

.so2lnum span {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.so2lbox:hover .so2lnum span {
    color: #FFF;
}

.so2lh {
    position: relative;
    z-index: 12;
}

.so2lh p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    max-width: 282px;
    transition: all 0.5s ease;
}

.so2lbox:hover .so2lh p {
    color: #FFF;
}

/*  */
.ind-core {
    position: relative;
    padding: 109px 0 118px;
    overflow: hidden;
}

.so3bg {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.so3bgimg {
    display: none;
    position: relative;
    height: 100%;
}

.so3bgimg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #003360 18.78%, rgba(0, 74, 139, 0.90) 50.45%, rgba(0, 87, 163, 0.80) 100%);
}

.so3bgimg.on {
    display: block;
}

.so3bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*  */
.so3 {
    position: relative;
    z-index: 12;
}

.so3h {
    margin-bottom: 28px;
}

.so3h p {
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: var(--zj-ft1h);
    /* letter-spacing: -2.1px; */
    text-transform: uppercase;
    max-width: 747px;
}

.so3p {
    margin-bottom: 80px;
}

.so3p p {
    color: #B2C1CF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 994px;
}

.so3sw {
    position: relative;
}

#so3sw {
    overflow: hidden;
}

.so3sw-box {
    position: relative;
}

.so3swimg {
    padding-bottom: 131%;
    border-radius: 3px;
    overflow: hidden;
}

.so3swimg img {
    transition: all 0.5s ease;
}

.so3sw-box:hover .so3swimg img {
    transform: scale(1.08);
}

.so3swh {
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    bottom: 10px;
    background: #FFF;
    padding: 22px 30px;
    transition: all 0.5s ease;
}

.so3sw-box:hover .so3swh {
    background: #0057A3;
}

.so3swh p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so3sw-box:hover .so3swh p {
    color: #FFF;
}

/* ind-news */
.so4 {
    padding: 140px 0;
}

.so4h {
    margin-bottom: 28px;
}

.so4h p {
    color: #000;
    font-family: 'Archivo';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: var(--zj-ft1h);
    /* letter-spacing: -2.1px; */
    text-transform: uppercase;
}

.so4p {
    margin-bottom: 80px;
}

.so4p p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 994px;
}

.so4swnum {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so4swnum p {
    background: #000;
    color: #FFF;
    font-family: 'Archivo';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    padding: 3px 29.5px;
    transition: all 0.5s ease;
}

.so4swbox:hover .so4swnum p {
    background: #0057A3;
}

.so4sw-img {
    padding-bottom: 63%;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
}

.so4sw-img img {
    transition: all 0.5s ease;
}

.so4swbox:hover .so4sw-img img {
    transform: scale(1.08);
}

.so4swh {
    max-width: 450px;
    display: block;
    margin-bottom: 6px;
    min-height: calc(var(--zj-con2la) * 1.4 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4swh span {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.27);
    --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);
}

.so4swbox:hover .so4swh span {
    color: #0057A3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so4swp p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 478px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ind-infor */
.ind-infor {
    padding: 58px 0;
    background: #F5F5F5;
}

.so5h {
    margin-bottom: 17px;
}

.so5h p {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so5p {
    margin-bottom: 48px;
}

.so5p p {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.so5forbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so5for {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 840px;
    border-radius: 3px;
    background: #FFF;
    padding: 5px 5px 5px 22px;
}

.so5for input {
    color: #666;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    background: transparent;
    border: none;
    transition: all 0.5s ease;
    width: 76%;
}

.so5for input::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.6);
}

.so5for input::-moz-placeholder {
    color: rgba(102, 102, 102, 0.6);
}

.so5for input:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.6);
}

.so5for button {
    border-radius: 3px;
    background: #000;
    padding: 11px 38px;
    flex: 0 0 auto;
    transition: all 0.5s ease;
}

.so5for button:hover {
    background: #0057A3;
}

.so5for button span {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 1536px) {
    .so1 {
        padding: 90px 0 94px;
    }

    .so1-1 {
        margin-bottom: 60px;
    }

    .so1u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so1l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 26px;
    }

    /*  */
    .ind-about {
        margin-bottom: 100px;
    }

    /*  */
    ind-core {
        padding: 89px 0 98px;
    }

    .so3p {
        margin-bottom: 60px;
    }

    .so3swh {
        padding: 8px 12px;
    }

    /*  */
    .so4 {
        padding: 100px 0;
    }

    .so4p {
        margin-bottom: 60px;
    }

    /*  */
    .ind-infor {
        padding: 38px 0;
    }

    .so5p {
        margin-bottom: 28px;
    }
}

@media (max-width: 992px) {
    .so1-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .so1-1lf {
        width: 100%;
        margin-bottom: 20px;
    }

    .so1l {
        width: 50%;
    }

    .so2l {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .so1 {
        padding: 30px 0 14px;
    }

    .so1-1h {
        margin-bottom: 18px;
    }

    .so1-1h p {
        letter-spacing: 0;
    }

    .so1-1a p {
        margin-right: 32px;
    }

    .so1l {
        width: 100%;
    }

    .so1-1a {
        padding: 8px 12px;
    }

    .so1-1 {
        margin-bottom: 40px;
    }

    .so2h {
        margin-bottom: 10px;
    }

    .so2h p {
        letter-spacing: 0;
    }

    .so2p {
        margin-bottom: 36px;
    }

    .so2btn {
        margin-bottom: 60px;
    }

    .so2l {
        width: 100%;
    }

    .so2lbox {
        padding: 12px 14px;
    }

    .so2lnum {
        margin-bottom: 60px;
    }

    .ind-about {
        margin-bottom: 30px;
    }

    .so3h {
        margin-bottom: 18px;
    }

    .so3h p {
        letter-spacing: 0;
    }

    .so3p {
        margin-bottom: 40px;
    }

    .ind-core {
        padding: 39px 0 38px;
    }

    .so4 {
        padding: 40px 0;
    }

    .so4h {
        margin-bottom: 18px;
    }

    .ind-infor {
        padding: 28px 0;
    }

    .so4h p {
        letter-spacing: 0;
    }

    .so4p {
        margin-bottom: 40px;
    }

    .so5for {
        width: 100%;
        padding: 5px 5px 5px 12px;
    }

    .so5for button {
        padding: 6px 14px;
    }

    .so5h {
        margin-bottom: 8px;
    }

    .so5p {
        margin-bottom: 18px;
    }
}

/* ------------------------------------------------------------------------------ */
/* 搜索无结果 */
.nores-h {
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid rgba(19, 49, 122, 1);
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-family: 'Inter';
    font-weight: normal;
    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: #222;
    font-family: 'Archivo';
    font-weight: 500;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    line-height: 100%;
}


/* 产品统一部分 */
@media (max-width: 1536px) {
    .pro {
        padding: 70px 0 90px;
    }

    .prou {
        margin-bottom: 60px;
    }

    .prol1 {
        padding: 16px 6px;
    }

    .prol2 {
        padding: 20px 12px 14px;
    }

    .prode1-2h {
        padding: 15px 20px 15px 60px;
        margin-bottom: 30px;
    }

    .prode1-2te {
        padding-left: 38px;
    }

    .prode1-2p {
        margin-bottom: 14px;
    }

    .prode1-2h::after {
        left: 36px;
    }

    .prode1-2u {
        margin-bottom: 60px;
    }

    .slider-nav .item {
        padding: 0;
    }

    .prode1-2a {
        padding: 6.5px 0;
    }

    .prode2-l {
        margin-right: 2vw;
    }

    /*  */
    .prose-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .prose-l {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .prosecond {
        padding: 70px 0 60px;
    }

    .prose-p {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .prose-lbtni {
        --w: 36px;
        right: 14px;
    }

    .prose-lbtn {
        padding: 14px 58px;
    }

    .profi-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .profi-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 30px;
    }

    .profi-l1 {
        margin-bottom: 14px;
    }

    .profi-lh {
        margin-bottom: 10px;
    }

    .profi-lico {
        --w: 40px;
    }
}

@media (max-width: 992px) {
    .prol {
        width: 33.333%;
    }

    /*  */
    .prode1 {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode1-2h {
        border: none;
        padding: 15px 20px 15px 26px;
    }

    .prode1-2te {
        padding-left: 0;
    }

    .prode1-2h::after {
        left: 0px;
    }

    /*  */
    .prode2 {
        overflow-x: scroll;
        /* padding-bottom: 10px; */
    }

    .prode2::-webkit-scrollbar {
        display: block;
        width: 0px;
        height: 4px;
        display: none;
    }

    .prode2::-webkit-scrollbar-thumb {
        border-radius: 999px;
        border: 0px solid transparent;
        background-clip: content-box;
        background-color: #0057A3;
    }

    .prode2::-webkit-scrollbar-track {
        background-color: #f0f0f08c;
        border-radius: 999px;
    }

    .prode2-u {
        width: 992px;
    }

    .prode4-3for .so8fo-l {
        width: 50%;
    }

    .prode4-3for .so8fo-l:last-child {
        width: 100%;
    }

    /*  */
    .prose-l {
        width: 50%;
    }

    .profi-l {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .prode1-1 {
        flex-direction: column;
    }
}

@media (max-width: 642px) {
    .prol {
        width: 50%;
    }

    .prode4-3for .so8fo-l {
        width: 100%;
    }

    .prode5h {
        margin-bottom: 10px;
    }

    .prode4-3for .so8fo-l input,
    .prode4-3for .so8fo-l textarea {
        margin-bottom: 10px;
    }

    .prode4-1 {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .prode4-1h {
        margin-bottom: 10px;
    }
}

@media (max-width: 499px) {
    .pro {
        padding: 40px 0 50px;
    }

    .prou {
        margin-bottom: 30px;
    }

    .prol1 {
        padding: 0;
    }

    .prol2 {
        padding: 16px 5px 8px;
    }

    .prol2l p {
        line-height: calc(var(--zj-ven2-la) * 1.36);
    }

    .prol2h {
        margin-bottom: 6px;
    }

    .prol2u {
        margin-bottom: 22px;
    }

    /*  */
    .prode-top {
        padding: 40px 0 30px;
    }

    .prode1-1 {
        margin-bottom: 20px;
    }

    .prode1-2h {
        padding: 0px 0px 0px 14px;
        margin-bottom: 20px;
    }

    .prode1-2u {
        margin-bottom: 20px;
    }

    .prode2-la {
        padding: 10px 0;
    }

    .prode3 {
        padding-top: 40px;
    }

    .prode3h {
        margin-bottom: 16px;
    }

    .prode6 {
        padding-top: 47px;
    }

    .prode6-ubtn {
        display: none;
    }

    .prode4 {
        padding-top: 40px;
    }

    .form-review>input,
    .form-review>textarea {
        padding: 9px 12px;
        margin-bottom: 10px;
    }

    .prode4-3for .so8fo-l input,
    .prode4-3for .so8fo-l textarea,
    .prode5h {
        padding: 9px 12px;
    }

    .ratingbox {
        padding: 9px 12px;
        margin-bottom: 10px;
    }

    .form-review {
        margin-bottom: 40px;
    }

    .prode4-3box {
        margin-bottom: 30px;
    }

    .prode {
        padding-bottom: 40px;
    }

    .prosecond {
        padding: 40px 0 20px;
    }

    .prose-h {
        margin-bottom: 14px;
    }

    .prose-l {
        width: 100%;
    }

    .prose-p {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .profist {
        padding: 40px 0 30px;
    }

    .profi-l {
        width: 100%;
    }
}

.so2btnvid>a {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 12;
}

/* #oem1sw .swiper-slide.swiper-slide-active {
    width: 50% !important;
} */

.inq_btn {
    margin-right: 8px;
}

.inq_btn p {
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    padding: 0 18px;
    background-color: #222;
    transition: all .4s;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
}

.inq_btn:hover p {
    background: #0057A3;
}

@media (max-width: 768px) {
    .inq_btn {
        display: none;
    }
}

/*  */
.inquire_pop {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.inquire_pop .sample_box {
    position: relative;
    overflow-y: auto;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 50px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .08);
}

@media (max-width: 991px) {
    .inquire_pop .sample_box {
        width: 90%;
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .inquire_pop .sample_box {
        padding: 30px 30px;
    }
}

@media (max-width: 480px) {
    .inquire_pop .sample_box {
        padding: 30px 20px;
    }
}

.inquire_pop .sample_box .close_btn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transform: rotate(45deg);
}

@media (max-width: 991px) {
    .inquire_pop .sample_box .close_btn {
        top: 30px;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .inquire_pop .sample_box .close_btn {
        top: 15px;
        right: 15px;
    }
}

.inquire_pop .sample_box .close_btn:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-style: normal;
    line-height: 1;
    display: block;
    content: '\eaf3';
    color: #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.title b {
    color: #000;
    font-family: 'Inter';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

@media (max-width: 767px) {
    .inquire_pop .sample_box .close_btn:before {
        font-size: 28px;
    }
}

.inquire_pop .sample_box .close_btn:hover:before {
    color: #0057A3;
}

.inquire_pop .sample_box .ipt_form_box {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.inquire_pop .sample_box .ipt_form_box .title {
    text-align: center;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .inquire_pop .sample_box .ipt_form_box .ipt_box ul {
        margin: 0 -10px;
    }
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li {
    margin-bottom: 18px;
}

@media (max-width: 1199px) {
    .inquire_pop .sample_box .ipt_form_box .ipt_box ul li {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .inquire_pop .sample_box .ipt_form_box .ipt_box ul li {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .inquire_pop .sample_box .ipt_form_box .ipt_box ul li {
        margin-bottom: 10px;
    }
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li:last-child {
    margin-bottom: 0;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    text-align: center;
    padding-top: 10px;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    display: block;
    width: 100%;
    padding: 0 20px;
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
}

@media (max-width: 991px) {

    .inquire_pop .sample_box .ipt_form_box .ipt_box ul li input,
    .inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
        padding: 0 15px;
        line-height: 45px;
        height: 45px;
    }
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:focus,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus {
    border: 1px solid #0057A3;
    outline: none;
    outline-offset: 0;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
    line-height: 24px;
    min-height: 150px;
    padding: 10px 20px;
}

@media (max-width: 991px) {
    .inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
        padding: 5px 15px;
    }
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input::-webkit-input-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea::-webkit-input-placeholder {
    color: #666;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:-o-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:-o-placeholder {
    color: #666;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input::-moz-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea::-moz-placeholder {
    color: #666;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:-ms-input-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:-ms-input-placeholder {
    color: #666;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-webkit-input-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-o-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-o-placeholder {
    color: #ccc;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-moz-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-moz-placeholder {
    color: #ccc;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-ms-input-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-ms-input-placeholder {
    color: #ccc;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li:last-child {
    text-align: center;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    color: #fff;
    background-color: #0057A3;
}

@media (max-width: 767px) {
    .inquire_pop .sample_box .ipt_form_box .ipt_box {
        margin-top: 20px;
    }

    .inquire_pop .sample_box .ipt_form_box .ipt_box ul li p {
        font-size: 16px;
    }

    .inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
        min-height: 120px;
    }

    .inquire_pop .sample_box .ipt_form_box .ipt_box ul li .submit {
        font-size: 15px;
        line-height: 45px;
        padding: 0 30px;
    }
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li .submit:hover {
    background-color: #0057A3;
}

.product_inquire {
    margin-top: 50px;
}

.product_inquire .ipt_box {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .product_inquire .ipt_box ul {
        margin: 0 -10px;
    }
}

.product_inquire .ipt_box ul li {
    margin-bottom: 18px;
}

@media (max-width: 1199px) {
    .product_inquire .ipt_box ul li {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .product_inquire .ipt_box ul li {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .product_inquire .ipt_box {
        margin-top: 20px;
    }

    .product_inquire .ipt_box ul li {
        margin-bottom: 10px;
    }
}

.product_inquire .ipt_box ul li:last-child {
    margin-bottom: 0;
}

.product_inquire .ipt_box ul li p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    text-align: left;
    padding-top: 10px;
}

.product_inquire .ipt_box ul li input,
.product_inquire .ipt_box ul li textarea {
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    display: block;
    width: 100%;
    padding: 0 20px;
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
}

@media (max-width: 991px) {

    .product_inquire .ipt_box ul li input,
    .product_inquire .ipt_box ul li textarea {
        padding: 0 15px;
        line-height: 45px;
        height: 45px;
    }
}

.product_inquire .ipt_box ul li input:focus,
.product_inquire .ipt_box ul li textarea:focus {
    border: 1px solid #0057A3;
    outline: none;
    outline-offset: 0;
}

.product_inquire .ipt_box ul li textarea {
    line-height: 24px;
    min-height: 150px;
    padding: 10px 20px;
}

@media (max-width: 991px) {
    .product_inquire .ipt_box ul li textarea {
        padding: 5px 15px;
    }
}

.product_inquire .ipt_box ul li input::-webkit-input-placeholder,
.product_inquire .ipt_box ul li textarea::-webkit-input-placeholder {
    color: #666;
}

.product_inquire .ipt_box ul li input:-o-placeholder,
.product_inquire .ipt_box ul li textarea:-o-placeholder {
    color: #666;
}

.product_inquire .ipt_box ul li input::-moz-placeholder,
.product_inquire .ipt_box ul li textarea::-moz-placeholder {
    color: #666;
}

.product_inquire .ipt_box ul li input:-ms-input-placeholder,
.product_inquire .ipt_box ul li textarea:-ms-input-placeholder {
    color: #666;
}

.product_inquire .ipt_box ul li input:focus::-webkit-input-placeholder,
.product_inquire .ipt_box ul li textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}

.product_inquire .ipt_box ul li input:focus::-o-placeholder,
.product_inquire .ipt_box ul li textarea:focus::-o-placeholder {
    color: #ccc;
}

.product_inquire .ipt_box ul li input:focus::-moz-placeholder,
.product_inquire .ipt_box ul li textarea:focus::-moz-placeholder {
    color: #ccc;
}

.product_inquire .ipt_box ul li input:focus::-ms-input-placeholder,
.product_inquire .ipt_box ul li textarea:focus::-ms-input-placeholder {
    color: #ccc;
}

.product_inquire .ipt_box ul li:last-child {
    text-align: center;
}

.product_inquire .ipt_box ul li .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    color: #fff;
    background-color: #0057A3;
}

@media (max-width: 767px) {
    .product_inquire .ipt_box ul li p {
        font-size: 16px;
    }

    .product_inquire .ipt_box ul li .submit {
        font-size: 15px;
        line-height: 45px;
        padding: 0 30px;
    }
}

.product_inquire .ipt_box ul li .submit:hover {
    background-color: #0057A3;
}

.inquiry_btn {
    margin-top: 20px;
}

.inquiry_btn a {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    padding: 0 18px;
    background-color: #222;
    transition: all .4s;
}

.inquiry_btn a:hover {
    background-color: #0057A3;
}

#so3sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}


/*  */
/*  */
.so2-2sw {
    position: relative;
}

#so2-2sw {
    padding: 0 19.8%;
}

#so2-2sw .swiper-wrapper {
    align-items: center;
}

#so2-2sw .swiper-slide {
    opacity: 0;
    transition: all 0.5s ease;
}

#so2-2sw .swiper-slide {
    opacity: 0;
    transition: all 0.5s ease;
}

#so2-2sw .swiper-slide-active,
#so2-2sw .swiper-slide-prev,
#so2-2sw .swiper-slide-next {
    opacity: 1;
}

#so2-2sw .swiper-slide .so2-2img {
    border-radius: 3px !important;
    overflow: hidden !important;
    background: #FFEEF2;
    position: relative;

}

#so2-2sw .swiper-slide .so2-2img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    z-index: 12;
    transition: all 0.5s ease;
}

#so2-2sw .swiper-slide-active .so2-2img::after {
    opacity: 0;
}

#so2-2sw .swiper-slide .so2-2img .img-box {
    padding-bottom: 120%;
}

#so2-2sw .swiper-slide-active .so2-2img .img-box {
    padding-bottom: 150%;
}

/*  */
#so2-2sw .swiper-button-prev,
#so2-2sw .swiper-button-next {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    background: #DCDCDC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 56%;
    transition: all 0.5s ease;
}

#so2-2sw .swiper-button-prev:hover,
#so2-2sw .swiper-button-next:hover {
    background: #222;
}

#so2-2sw .swiper-button-prev {
    left: 0;
}

#so2-2sw .swiper-button-next {
    right: 0;
}

#so2-2sw .swiper-button-prev::after,
#so2-2sw .swiper-button-next::after {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 800 !important;
    transition: all 0.5s ease;
}

#so2-2sw .swiper-button-prev:hover:after,
#so2-2sw .swiper-button-next:hover:after {
    color: #FFF;
}

.so2-2box {
    position: relative;
}

.so2-2box::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 93%;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    opacity: 0;
}

#so2-2sw .swiper-slide-active .so2-2box::after {
    opacity: 1;
}

.oem3-2h {
    transition: all 0.5s ease;
    opacity: 0;
}

#so2-2sw .swiper-slide-active .oem3-2h {
    opacity: 1;
}

.oem3-2h p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}