#ven {
    transition: all 0.5s ease;
    /* background: #FFF; */
}

.ventricle {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1) !important;
}

#ven::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    left: 0;
    bottom: 0;
}

/*  */
.hea-top {
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(5px);
}

.hea-topu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 0;
}

.hea-topl:nth-child(1) {
    margin-right: 56px;
}

.hea-topla {
    display: flex;
    align-items: center;
}

.hea-topla i {
    font-size: 18px;
    color: #FFF;
    margin-right: 10px;
}

.hea-topl:nth-child(2) .hea-topla i {
    font-size: 20px;
}

.hea-topla span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --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);
}

.hea-topla:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.hea-end {
    background: #FFF;
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1 {
    margin-top: -25px;
}

.ven1-loim {
    padding: 0 0 14px 0;
    position: relative;
}

.ven1-loim img {
    width: 256px;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 2.44vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 4.12vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;

    --size: 1px;
    --color: #262861;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: rgba(20, 92, 197, 1);
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ven2-l.on .ven2-la span {
    color: rgba(20, 92, 197, 1);
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ven2-la i {
    font-size: 10px;
    margin-left: 6px;
    color: rgba(1, 47, 107, 1);
    font-weight: bold;
    transition: all 0.5s ease;
}

.ven2-la:hover i {
    color: rgba(20, 92, 197, 1);
}

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.vensesv i {
    font-size: 20px;
    color: rgba(1, 47, 107, 1);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: rgba(20, 92, 197, 1);
}

/*  */
.ven2-line {
    width: 1px;
    height: 14px;
    margin: 0 30px;
    background: rgba(1, 47, 107, 0.20);
}

.ven2-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #012F6B;
    border: 1px solid #012F6B;
    padding: 3px 16px;
    transition: all 0.5s ease;
}

.ven2-2a:hover {
    border: 1px solid #012F6B;
    background: #145CC5;
}

.ven2-2a i {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
}

.ven2-2a p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .hea-topl:nth-child(1) {
        margin-right: 28px;
    }

    .hea-topla i {
        font-size: 16px;
        margin-right: 6px;
    }

    .hea-topl:nth-child(2) .hea-topla i {
        font-size: 18px;
    }

    /*  */
    .vensesv i,
    .ven2-2a i {
        font-size: 18px;
    }

    .ven2-l {
        margin-right: 2.2vw;
    }

    .ven2-l:last-child {
        margin-right: 3vw;
    }

    .ven2-line {
        margin: 0 20px;
    }

    .ven2-2a {
        padding: 2px 8px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .ven1-loim img {
        width: 178px;
    }

    .ven2-l:last-child {
        margin-right: 3.56vw;
    }
}

@media (max-width: 1199.9px) {
    .ven2-line {
        margin: 0 12px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .hea-topu {
        padding: 2px 0;
    }

    .hea-topla span {
        display: none;
    }

    .hea-topla i {
        margin-right: 0px;
    }

    .hea-topl:nth-child(1) {
        margin-right: 14px;
    }

    /*  */
    .ven1-loim img {
        width: 130px;
    }

    .ven1 {
        margin-top: -18px;
    }

    .vensesv {
        background: #26286100;
        padding: 0;
    }

    .vensesv span {
        display: none;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 250%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: rgba(20, 92, 197, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lera:hover span {
    color: rgba(20, 92, 197, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@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: 'Oswald';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #0057A3;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerathra:hover span {
    color: #0057A3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 284%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #012F6B;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #334E71;
    font-family: 'DM Sans';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 288%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 250%;
        right: -188px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #012F6B;
    transition: all .5s;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #262861;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #262861;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #012F6B;
    transition: all .5s;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 108px;
    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: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: rgba(20, 92, 197, 1);
}

.xiantiao>a {
    color: rgba(20, 92, 197, 1);
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #222;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #012F6B;
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 82px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        height: 400px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        height: 260px;
    }
}

.subnav-box {
    background: #EAEFF5;
    padding: 12px 0;
}

.subnav-box .breadcrumb-item {
    display: flex;
    align-items: center;
}

.subnav-box .breadcrumb-item svg {
    margin-right: 24px;
}

.subnav-box .breadcrumb-item::before,
.subnav-box .breadcrumb-item a span {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.subnav-box .breadcrumb-item a span {
    --size: 1px;
    --color: #145CC5;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.subnav-box .breadcrumb-item a:hover span {
    color: #145CC5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.subnav-box .breadcrumb-item.active a span {
    color: #145CC5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 499px) {
    .subnav-box .breadcrumb-item svg {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #E3E9F2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    background: #012F6B;
    color: #FFF;
}

.sub-pagel.on a {
    background: #012F6B;
    color: #FFF;
}

.sub-pagel:first-child a {
    transform: rotate(180deg);
}

.sub-pagel a i {
    font-size: 12px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
    }
}

.padd {
    padding: 100px 0 120px;
}

@media (max-width: 1536px) {
    .padd {
        padding: 60px 0 70px;
    }
}

@media (max-width: 499px) {
    .padd {
        padding: 30px 0 40px;
    }
}

/* contact */
.con-h {
    margin-bottom: 30px;
}

.con-h p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.con-p {
    margin-bottom: 100px;
}

.con-p p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1090px;
}

.con-end {
    display: flex;
    justify-content: space-between;
}

.con1 {
    width: 45%;
    flex: 0 0 auto;
}

.con1-lbox {
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 0;
}

.con1-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #EAEFF5;
}

.con1-l:last-child .con1-lbox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #EAEFF5;
}

.con1-lico {
    margin-right: 78px;
}

.con1-lico i {
    font-size: 32px;
    color: rgba(1, 47, 107, 1);
    transition: all 0.5s ease;
    display: block;
}

.con1-lbox:hover .con1-lico i {
    color: rgba(20, 92, 197, 1);
    transform: rotateY(360deg);
}

.con1-lh {
    margin-bottom: 14px;
}

.con1-lh p {
    color: #8CA4C3;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.con1-lbox:hover .con1-lh p {
    color: #012F6B;
}

.con1-la {
    display: flex;
    align-items: center;
}

.con1-la>* {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.27);
    transition: all 0.5s ease;
}

.con1-lbox:hover .con1-la>* {
    color: #145CC5;
}

.con1-la>span {
    margin: 0 4px;
}

.con1-la>a span {
    --size: 1px;
    --color: #145CC5;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.con1-la>a:hover span {
    color: #145CC5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con2 {
    width: 49.34%;
    flex: 0 0 auto;
}

.con2-fol {
    margin-bottom: 20px;
}

.con2-fol input,
.con2-fol textarea {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    border-radius: 0;
    border: 1px solid #D7E0ED;
    background: #EAEFF5;

    transition: all 0.5s ease;
    padding: 16px 23px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid rgba(51, 78, 113, 0.5);
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.con2-fol input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.con2-fol input::-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.con2-fol textarea::-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.con2-fobt button {
    position: relative;
    border-radius: 2px;
    background: #145CC5;
    padding: 10px 78px 10px 11px;
    transition: all 0.5s ease;
}

.con2-fobt button:hover {
    background: #012F6B;
}

.con2-fobt button span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.con2-fobt button i {
    position: absolute;
    font-size: 20px;
    color: #FFF;
    right: 0;
    top: 2px;
    line-height: 1 !important;
}

@media (max-width: 1536px) {
    .con-h {
        margin-bottom: 20px;
    }

    .con-p {
        margin-bottom: 60px;
    }

    .con1-lbox {
        padding: 20px 0;
    }

    .con1-lico {
        margin-right: 30px;
    }

    .con1-lico i {
        font-size: 26px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 12px 16px;
    }

    .con2-fobt button {
        padding: 8px 72px 8px 12px;
    }
}

@media (max-width: 926px) {
    .con-end {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-h {
        margin-bottom: 12px;
    }

    .con-p {
        margin-bottom: 30px;
    }

    .con1 {
        margin-bottom: 20px;
    }

    .con1-lico {
        margin-right: 15px;
    }

    .con1-lbox {
        padding: 12px 0;
    }

    .con2-fol {
        margin-bottom: 10px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 10px 12px;
    }

    .con2-fobt button {
        padding: 6px 50px 6px 12px;
    }

    .con2-fobt button i {
        font-size: 18px;
    }
}

/* footer */
#footer {
    background: #1c2335;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    padding: 72px 0 48px;
}

.ft1-1 {
    width: 40%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft1-1lf {}

.ft1-1lfl {
    margin-bottom: 26px;
}

.ft1-1lfl:last-child {
    margin-bottom: 0;
}

.ft1-1lfh {
    margin-bottom: 45px;
}

.ft1-1lfh p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.3px;
    text-transform: uppercase;
}

.ft1-1lflh {
    margin-bottom: 10px;
}

.ft1-1lflh p {
    color: #69738D;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ft1-1lfl:hover .ft1-1lflh p {
    color: #3F87F1;
}

.ft1-1lflbox {
    display: flex;
    align-items: center;
}

.ft1-1lflbox>* {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
}

.ft1-1lflbox>span {
    margin: 0 4px;
}

.ft1-1lfl:last-child .ft1-1lfla {
    max-width: 294px;
}

.ft1-1lflbox>a 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);
}

.ft1-1lflbox>a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-1rg {}

.ft1-1rgh {
    margin-bottom: 36px;
}

.ft1-1rgh p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.3px;
    text-transform: uppercase;
}

.ft1-1rgla {
    display: block;
}

.ft1-1rgla span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 2.37);
    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);
}

.ft1-1rgla:hover span {
    color: #145CC5;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ft1-2 {
    width: 50%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft1-2lfh {
    margin-bottom: 46px;
}

.ft1-2lfh p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.3px;
    text-transform: uppercase;
}

.ft1-2share>a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ft1-2share>a:last-child {
    margin-bottom: 0;
}

.ft1-2share>a i {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFF;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    margin-right: 15px;
    transition: all 0.5s ease;
}

.ft1-2share>a:hover i {
    background: #145CC5;
    border: 1px solid #145CC5;
}

.ft1-2share>a span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.ft1-2rg {
    width: 63%;
    flex: 0 0 auto;
}

.ft1-2rgh {
    margin-bottom: 46px;
}

.ft1-2rgh p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.3px;
    text-transform: uppercase;
}

.ft-fou {
    margin-right: calc(-.5 * 0.9rem);
    margin-left: calc(-.5 * 0.9rem);
}

.ft-fol {
    margin-bottom: 15px;
    padding-right: calc(0.9rem * .5);
    padding-left: calc(0.9rem * .5);
}

.ft-fol input,
.ft-fol textarea {
    color: #909AB4;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    border: 1px solid #d7e0ed00;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.08);

    transition: all 0.5s ease;
    padding: 12.5px 17px;
}

.ft-fol input:focus,
.ft-fol textarea:focus {
    border: 1px solid rgba(144, 154, 180, 0.8);
}

.ft-fol input::-webkit-input-placeholder {
    color: rgba(144, 154, 180, 0.8);
}

.ft-fol input::-moz-placeholder {
    color: rgba(144, 154, 180, 0.8);
}

.ft-fol input::-ms-input-placeholder {
    color: rgba(144, 154, 180, 0.8);
}

.ft-fol textarea::-webkit-input-placeholder {
    color: rgba(144, 154, 180, 0.8);
}

.ft-fol textarea::-moz-placeholder {
    color: rgba(144, 154, 180, 0.8);
}

.ft-fol textarea::-ms-input-placeholder {
    color: rgba(144, 154, 180, 0.8);
}

.ft-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ft-fobt button {
    background: transparent;
}

.ft-fobt button span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ft-fobt button:hover span {
    color: #145CC5;
}

/*  */
.ft3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 32px 0;
}

.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 14px;
}

.ft3-1copy span {
    color: #69738D;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.ft3-1pow span {
    color: #69738D;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    --size: 1px;
    --color: #145CC5;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: #145CC5;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 8px;
    background: #FFF;
    opacity: 0.1;
    margin: 0 20px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #69738D;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    --size: 1px;
    --color: #145CC5;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: #145CC5;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

@media (max-width: 1536px) {
    .ft1-1lfh {
        margin-bottom: 35px;
    }

    .ft1-1rgh {
        margin-bottom: 26px;
    }

    .ft1-2lfh {
        margin-bottom: 36px;
    }

    .ft1-2share>a i {
        --w: 34px;
        font-size: 18px;
    }

    .ft1-2rgh {
        margin-bottom: 36px;
    }

    .ft-fol input,
    .ft-fol textarea {
        padding: 6.5px 6px;
    }

    .ft3 {
        padding: 16px 0;
    }

}

@media (max-width: 1199.9px) {
    .ft-box {
        padding-bottom: 49px;
    }

    .ft1-1 {
        width: 48%;
    }
}

@media (max-width: 992px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft3-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1copy {
        margin-right: 0;
    }

    .ft3-2>span {
        margin: 0 6px 0;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 46px 0 14px;
    }

    .ft1-1 {
        flex-direction: column;
    }

    .ft1-1lf {
        margin-bottom: 30px;
    }

    .ft1-1lfh {
        margin-bottom: 18px;
    }

    .ft1-1lfl {
        margin-bottom: 13px;
    }

    .ft1-1rgh {
        margin-bottom: 18px;
    }

    .ft1-1rgla span {
        line-height: calc(var(--zj-subnav) * 2);
    }

    .ft1-2 {
        flex-direction: column;
    }

    .ft1-2lf {
        margin-bottom: 30px;
    }

    .ft1-2lfh {
        margin-bottom: 18px;
    }

    .ft1-2share {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .ft1-2share>a {
        margin-right: 8px;
    }

    .ft1-2share>a:last-child {
        margin-bottom: 10px;
    }

    .ft1-2rg {
        width: 100%;
    }

    .ft1-2rgh {
        margin-bottom: 18px;
    }

    .ft-fou {
        margin-right: calc(-.5 * 0.4rem);
        margin-left: calc(-.5 * 0.4rem);
    }

    .ft-fol {
        margin-bottom: 10px;
        padding-right: calc(0.4rem * .5);
        padding-left: calc(0.4rem * .5);
    }
}

/* news */
.neu {
    margin-bottom: 80px;
}

.nel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 40px 0;
}

.nel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #EAEFF5;
}

.nel:last-child::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #EAEFF5;
}

.nel-img {
    width: 36%;
    flex: 0 0 auto;
    padding-bottom: 20%;
    overflow: hidden;
}

.nel-img img {
    transition: all 0.5s ease;
}

.nel:hover .nel-img img {
    transform: scale(1.08);
}

.nel-te {
    width: calc(64% - 100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nel-te1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 86%;
}

.nel-num {
    border-radius: 2px;
    border: 1px solid #012F6B;
    background: #FFF;
    margin-bottom: 60px;
    padding: 7px 12px;
    transition: all 0.5s ease;
}

.nel:hover .nel-num {
    background: #145CC5;
}

.nel-num p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.nel:hover .nel-num p {
    color: #FFF;
}

.nel-h {
    display: block;
    margin-bottom: 26px;
    max-width: 600px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
}

.nel-h span {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-2uh) * 1.15);
    --size: 1px;
    --color: #145CC5;
    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);
}

.nel:hover .nel-h span {
    color: #145CC5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.nel-p p {
    color: #334E71;
    font-family: 'DM Sans';
    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;
}

.nel-te2 {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 2px;
    border: 1px solid #D7E0ED;
    background: #EAEFF5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.nel:hover .nel-te2 {
    background: #012F6B;
}

.nel-te2 i {
    color: rgba(1, 47, 107, 1);
    font-size: 32px;
    line-height: 1;
    transition: all 0.5s ease;
}

.nel:hover .nel-te2 i {
    color: #FFF;
    transform: rotate(45deg);
}

@media (max-width: 1536px) {
    .neu {
        margin-bottom: 40px;
    }

    .nel {
        padding: 20px 0;
    }

    .nel-img {
        width: 40%;
    }

    .nel-num {
        margin-bottom: 30px;
    }

    .nel-h {
        margin-bottom: 13px;
    }

    .nel-te2 {
        --w: 30px;
    }

    .nel-te2 i {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .nel {
        flex-direction: column-reverse;
    }

    .nel-te {
        width: 100%;
        margin-bottom: 20px;
    }

    .nel-img {
        width: 100%;
        padding-bottom: 54%;
    }
}

@media (max-width: 499px) {
    .neu {
        margin-bottom: 20px;
    }

    .nel-te1 {
        width: 100%;
    }

    .nel-te2 {
        display: none;
    }

    .nel-num {
        margin-bottom: 15px;
    }
}

/* service */
.ser-p {
    margin-bottom: 80px;
}

.ser-p p {
    color: #3F87F1;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.52px;
}

.ser-u {
    margin-bottom: 80px;
}

.ser-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    border: 1px solid #d7e0ed00;
}

.ser-l:last-child {
    margin-bottom: 0;
}

.ser-l:hover {
    border: 1px solid #D7E0ED;
    background: #EAEFF5;
    padding: 7px;
}

.ser-limg {
    width: 25.6%;
    flex: 0 0 auto;
    padding-bottom: 32%;
    overflow: hidden;
}

.ser-limg img {
    transition: all 0.5s ease;
}

.ser-l:hover .ser-limg img {
    transform: scale(1.08);
}

.ser-lte {
    width: calc(100% - 25.6% - 110px);
    transition: all 0.5s ease;
}

.ser-l:hover .ser-lte {
    padding-right: 74px;
}

.ser-ltop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 60px;
}

.ser-ltop::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #EAEFF5;
    transition: all 0.5s ease;
}

.ser-l:hover .ser-ltop::after {
    background: #CBD6E5;
}

.ser-ltopp {
    padding-right: 12px;
}

.ser-ltopp p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px;
}

.ser-ltopnum p {
    color: #AFC0D6;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.52px;
    transition: all 0.5s ease;
}

.ser-l:hover .ser-ltopnum p {
    color: #145CC5;
}

.ser-lendp {
    margin-bottom: 50px;
}

.ser-lendp p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
}

.ser-lendsp {
    margin-bottom: 24px;
}

.ser-lendsp span {
    color: #145CC5;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.ser-lendl {
    position: relative;
    padding-left: 32px;
}

.ser-lend .list-paddingleft-2 li {
    position: relative;
    padding-left: 32px;
}

.ser-lendl::after {
    position: absolute;
    content: "";
    --w: 5px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #334E71;
}

.ser-lend .list-paddingleft-2 li::after {
    position: absolute;
    content: "";
    --w: 5px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #334E71;
}

.ser-lendl p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.8);
}

.ser-lend .list-paddingleft-2 li p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.8);
}

.ser-fth {
    margin-bottom: 26px;
}

.ser-fth p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.ser-ftp p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 1090px;
}

@media (max-width: 1536px) {
    .ser-limg {
        width: 29.6%;
        padding-bottom: 38%;
    }

    .ser-lte {
        width: calc(100% - 29.6% - 70px);
    }

    .ser-l:hover .ser-lte {
        padding-right: 44px;
    }

    .ser-ltop {
        padding-bottom: 14px;
        margin-bottom: 30px;
    }

    .ser-lendp {
        margin-bottom: 25px;
    }

    .ser-lendsp {
        margin-bottom: 12px;
    }
}

@media (max-width: 992px) {
    .ser-l {
        flex-direction: column-reverse;
    }

    .ser-lte {
        width: 100%;
        margin-bottom: 20px;
    }

    .ser-limg {
        width: 100%;
        padding-bottom: 70%;
    }
}

@media (max-width: 499px) {
    .ser-p {
        margin-bottom: 40px;
    }

    .ser-ltop {
        margin-bottom: 16px;
    }

    .ser-u {
        margin-bottom: 40px;
    }

    .ser-fth {
        margin-bottom: 13px;
    }
}

/* application */
.apli-u {
    margin-bottom: 50px;
    margin-right: calc(-.5 * 0.25rem);
    margin-left: calc(-.5 * 0.25rem);
}

.apli-l {
    width: 20%;
    margin-bottom: 30px;
    padding-right: calc(0.25rem * .5);
    padding-left: calc(0.25rem * .5);
}

.apli-lbox {
    position: relative;
    overflow: hidden;
}

.apli-img {
    padding-bottom: 178%;
    position: relative;
}

.apli-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70.8%, rgba(0, 0, 0, 0.40) 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    pointer-events: none;
}

.apli-lbox:hover .apli-img::after {
    opacity: 0;
}

.apli-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.apli-lbox:hover .apli-img::before {
    opacity: 1;
}

.apli-img img {
    transition: all 0.5s ease;
}

.apli-lbox:hover .apli-img img {
    transform: scale(1.08);
}

.apli-te {
    position: absolute;
    left: 50%;
    top: 121%;
    transform: translate(-50%, -50%);
    z-index: 12;
    width: 100%;
    padding: 0 12px;
    transition: all 0.8s ease;
}

.apli-lbox:hover .apli-te {
    top: 59%;
}

.apli-h {
    margin-bottom: 30px;
    display: block;
}

.apli-h p {
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apli-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 147px;
    min-height: 80px;
}

.apli-p p {
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    max-width: 249px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: all 0.5s ease;
}

.apli-lbox:hover .apli-p p {
    opacity: 1;
}

.apli-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.apli-lbox:hover .apli-btn {
    opacity: 1;
}

.apli-btna {
    display: block;
    position: relative;
    border-radius: 2px;
    background: #145CC5;
    padding: 10px 78px 10px 11px;
    transition: all 0.5s ease;
}

.apli-btna:hover {
    background: #012F6B;
}

.apli-btna span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.apli-btna i {
    position: absolute;
    font-size: 20px;
    color: #FFF;
    right: 0;
    top: 2px;
    line-height: 1 !important;
}

@media (max-width: 1536px) {
    .apli-u {
        margin-bottom: 30px;
    }

    .apli-p {
        margin-bottom: 60px;
    }

    .apli-btna {
        padding: 6px 48px 6px 11px;
    }

    .apli-te {
        top: 116%;
    }
}

@media (max-width: 1199.9px) {
    .apli-l {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .apli-l {
        width: 33.333%;
    }
}

@media (max-width: 662px) {
    .apli-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .apli-l {
        margin-bottom: 4px;
    }

    .apli-te {
        top: 124%;
    }
}

/* oem */
.oem1-box {
    display: flex;
    justify-content: space-between;
}

.oem1-1 {
    width: 50.4%;
    flex: 0 0 auto;
    background: #012F6B;
    padding-top: 295px;
    padding-bottom: 175px;
    padding-right: 95px;
}

.oem1-1h {
    margin-bottom: 26px;
}

.oem1-1h p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -3.5px;
}

.oem1-1p {
    margin-bottom: 70px;
}

.oem1-1p p {
    color: #3F87F1;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.52px;
}

.oem1-1smh {
    margin-bottom: 20px;
}

.oem1-1smh p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.44px;
    text-transform: uppercase;
}

.oem1-1smp p {
    color: #B9C7DA;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.77);
    margin-bottom: 30px;
    max-width: 730px;
}

.oem1-1smp p:last-child {
    margin-bottom: 0;
}

.oem1-2 {
    width: 49.6%;
    flex: 0 0 auto;
}

/*  */
.oem2 {
    padding: 100px 0;
}

.oem2-h {
    margin-bottom: 30px;
}

.oem2-h p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.oem2-p {
    margin-bottom: 80px;
}

.oem2-p p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1100px;
}

/*  */
.oem2-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.oem2-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.oem2-lbox {
    border: 1px solid #D7E0ED;
    background: #EAEFF5;
    padding: 6px;
    height: 100%;
}

.oem2-ltop {
    padding: 58px 12px;
    margin-bottom: 28px;
    background-attachment: fixed;
}

.oem2-ltop p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-2uh);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.52px;
    text-transform: capitalize;
}

.oem2-lend {
    padding: 0 21px 45px;
}

.oem2-ll {
    position: relative;
    padding-left: 22px;
}

.oem2-lend .list-paddingleft-2 li {
    position: relative;
    padding-left: 22px;
}

.oem2-ll::after {
    position: absolute;
    content: "";
    --w: 5px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    top: 8px;
    left: 6px;
    background: #145CC5;
}

.oem2-lend .list-paddingleft-2 li::after {
    position: absolute;
    content: "";
    --w: 5px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    top: 8px;
    left: 6px;
    background: #145CC5;
}

.oem2-ll p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 14px;
    transition: all 0.5s ease;
}

.oem2-lend .list-paddingleft-2 li p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 14px;
    transition: all 0.5s ease;
}

.oem2-ll:hover p {
    color: #145CC5;
}

.oem2-lend .list-paddingleft-2 li:hover p {
    color: #145CC5;
}

/*  */
.oem3-u {
    padding-bottom: 120px;
}

.oem3-l {
    display: flex;
    align-items: stretch;
}

.oem3-l:nth-child(2n) {
    flex-direction: row-reverse
}

.oem3-l1 {
    width: 50%;
    flex: 0 0 auto;
}

.oem3-limg {
    padding-bottom: 51%;
    overflow: hidden;
}

.oem3-limg img {
    transition: all 0.5s ease;
}

.oem3-l:hover .oem3-limg img {
    transform: scale(1.08);
}

.oem3-l2 {
    width: 50%;
    border: 1px solid #D7E0ED;
    background: #EAEFF5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 80px;
    transition: all 0.5s ease;
}

.oem3-l:hover .oem3-l2 {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.oem3-lh {
    margin-bottom: 30px;
}

.oem3-lh p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.oem3-l:hover .oem3-lh p {
    color: #FFF;
}

.oem3-lp p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
}

.oem3-l:hover .oem3-lp p {
    color: #FFF;
}

.oem3-lp>* {
    margin-bottom: 20px;
}

.oem3-lp>*:last-child {
    margin-bottom: 0;
}

@media (max-width: 1536px) {
    .oem1-1 {
        padding-top: 192px;
        padding-bottom: 105px;
        padding-right: 50px;
    }

    .oem1-1h {
        margin-bottom: 13px;
    }

    .oem1-1h p {
        letter-spacing: -1.2px;
    }

    .oem1-1p {
        margin-bottom: 35px;
    }

    .oem1-1smp p {
        margin-bottom: 15px;
    }

    .oem2 {
        padding: 60px 0;
    }

    .oem2-h {
        margin-bottom: 15px;
    }

    .oem2-p {
        margin-bottom: 40px;
    }

    .oem2-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .oem2-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .oem2-ltop {
        padding: 44px 4px;
        margin-bottom: 22px;
    }

    .oem2-ltop p {
        font-size: 20px;
    }

    .oem2-lend {
        padding: 0 10px 4px;
    }

    .oem2-ll p {
        margin-bottom: 8px;
    }

    .oem2-lend .list-paddingleft-2 li p {
        margin-bottom: 8px;
    }

    .oem3-lh {
        margin-bottom: 15px;
    }

    .oem3-lp>* {
        margin-bottom: 10px;
    }

    .oem3-l2 {
        padding: 0 40px;
    }
}

@media (max-width: 1199.9px) {
    .oem3-limg {
        padding-bottom: 62%;
    }
}

@media (max-width: 992px) {
    .oem1-1 {
        width: 60.4%;
    }

    .oem1-2 {
        width: 39.6%;
    }

    .oem2-l {
        width: 50%;
        margin-bottom: 20px;
    }

    .oem3-u {
        padding-bottom: 70px;
    }

    .oem3-l {
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .oem3-l:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .oem3-l1 {
        width: 100%;
    }

    .oem3-l2 {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 642px) {
    .oem1-1 {
        width: 86.4%;
    }

    .oem1-2 {
        width: 13.6%;
    }

    .oem2-l {
        width: 100%;
    }

    .oem3-l2 {
        padding: 20px;
    }
}

@media (max-width: 499px) {
    .oem1-1 {
        width: 100%;
        padding-right: 4vw;
        padding-top: 128px;
        padding-bottom: 44px;
    }

    .oem1-1smp p {
        line-height: calc(var(--zj-ven2-la) * 1.27);
    }

    .oem1-2 {
        display: none;
    }

    .oem2 {
        padding: 30px 0 20px;
    }

    .oem2-p {
        margin-bottom: 20px;
    }

    .oem3-u {
        padding-bottom: 30px;
    }
}

/* video */
.vid-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 48px;
}

.vid-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 32px;
}

.vid-lbox {
    position: relative;
}

.vid-img {
    padding-bottom: 59%;
    overflow: hidden;
}

.vid-img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.vid-lbox:hover .vid-img::after {
    opacity: 1;
}

.vid-img img {
    transition: all 0.5s ease;
    transform: scale(1.08);
}

.vid-lbox:hover .vid-img img {
    transform: scale(1);
}

.vid-te {
    margin-top: 6px;
    background: #EAEFF5;
    padding: 15px 17px;
    position: relative;
    transition: all 0.5s ease;
}

.vid-lbox:hover .vid-te {
    background: #012F6B;
}

.vid-te::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background: #8CA4C3;
    transition: all 0.5s ease;
}

.vid-lbox:hover .vid-te::after {
    background: #145CC5;
}

.vid-te p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.11);
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vid-lbox:hover .vid-te p {
    color: #FFF;
}

.vid-ico {
    position: absolute;
    --w: 78px;
    width: var(--w);
    height: var(--w);
    background: #145CC5;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
}

.vid-lbox:hover .vid-ico {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.vid-ico i {
    font-size: 56px;
    color: rgba(255, 255, 255, 1);
    display: block;
}

.vid-ico>span {
    background-color: rgba(20, 92, 197, 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;
}

.vid-ico>span:nth-of-type(2) {
    background-color: rgba(20, 92, 197, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

.vid-lbox>a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 12;
}

@media (max-width: 1536px) {
    .vid-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 28px;
    }

    .vid-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 22px;
    }
}

@media (max-width: 992px) {
    .vid-l {
        width: 50%;
    }

    .vid-ico {
        --w: 48px;
    }

    .vid-ico i {
        font-size: 26px;
    }
}

@media (max-width: 499px) {
    .vid-u {
        margin-bottom: 18px;
    }

    .vid-l {
        width: 100%;
    }
}

/* honor */
.hon-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 50px;
}

.hon-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    width: 20%;
    margin-bottom: 30px;
}

.hon-lbox {
    border: 1px solid #E3E9F2;
    background: #FFF;
    padding: 25px 18px 15px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.hon-lbox:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
    box-shadow: 0px 6px 30px 2px rgba(0, 0, 0, 0.06);
}

.hon-limg {
    margin: 0 8px 20px;
    padding-bottom: 135%;
    overflow: hidden;
}

.hon-limg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1000%;
    background: rgba(0, 0, 0, 0.40);
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.hon-lbox:hover .hon-limg::after {
    opacity: 1;
}

.hon-limg img {
    transition: all 0.5s ease;
}

.hon-lbox:hover .hon-limg img {
    transform: scale(1.08);
}

.hon-limg>i {
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.08);
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
}

.hon-lbox:hover .hon-limg>i {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.hon-lte {
    position: relative;
    padding-top: 14px;
}

.hon-lte::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #E3E9F2;
    transition: all 0.5s ease;
}

.hon-lbox:hover .hon-lte::after {
    background: #1A4781;
}

.hon-lte p {
    color: #334E71;
    text-align: center;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.hon-lbox:hover .hon-lte p {
    color: #FFF;
}

@media (max-width: 1536px) {
    .hon-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 20px;
    }

    .hon-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }

    .hon-lbox {
        padding: 15px 8px 9px;
    }

    .hon-lte {
        padding-top: 10px;
    }

    .hon-limg {
        margin: 0 8px 10px;
    }

    .hon-limg>i {
        font-size: 24px;
    }
}

@media (max-width: 1199.9px) {
    .hon-l {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .hon-l {
        width: 33.3333%;
    }
}

@media (max-width: 642px) {
    .hon-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .hon-u {
        margin-right: calc(-.5 * 0.4rem);
        margin-left: calc(-.5 * 0.4rem);
    }

    .hon-l {
        padding-right: calc(0.4rem * .5);
        padding-left: calc(0.4rem * .5);
        margin-bottom: 8px;
    }
}

/* plant */
.plant-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 33px;
}

.plant-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 30px;
}

.plant-lbox {
    cursor: pointer;
    transition: all 0.5s ease;
}

.plant-lbox:hover {
    background: #012F6B;
    padding: 6px 6px 0;
}

.plant-limg {
    padding-bottom: 72%;
    overflow: hidden;
}

.plant-lte {
    padding: 17px 0;
    transition: all 0.5s ease;
}

.plant-lbox:hover .plant-lte {
    padding: 17px 16px;
}

.plant-lte p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.plant-lbox:hover .plant-lte p {
    color: #FFF;
}

@media (max-width: 1536px) {
    .plant-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 23px;
    }

    .plant-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }

    .plant-lte {
        padding: 10px 0;
    }

    .plant-lbox:hover .plant-lte {
        padding: 10px 12px;
    }
}

@media (max-width: 992px) {
    .plant-l {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .plant-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .plant-u {
        margin-right: calc(-.5 * 0.4rem);
        margin-left: calc(-.5 * 0.4rem);
        margin-bottom: 10px;
    }

    .plant-l {
        padding-right: calc(0.4rem * .5);
        padding-left: calc(0.4rem * .5);
        margin-bottom: 10px;
    }
}

/* about */
.ab1-box {
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
    align-items: flex-start;
}

.ab1-1 {
    width: 48%;
    flex: 0 0 auto;
}

.ab1-1h {
    margin-bottom: 26px;
}

.ab1-1h p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ab2lnum);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -5px;
    text-transform: uppercase;
}

.ab1-1smh {
    margin-bottom: 50px;
}

.ab1-1smh p {
    color: #145CC5;
    font-family: 'DM Sans';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px;
}

.ab1-1p {
    max-width: 730px;
}

.ab1-1p p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.77);
    margin-bottom: 30px;
}

.ab1-1p p:last-child {
    margin-bottom: 0;
}

.ab1-2 {
    width: 49.4%;
    flex: 0 0 auto;
    position: relative;
}

.ab1-2img {
    padding-bottom: 76%;
    overflow: hidden;
}

.ab1-2img img {
    transition: all 0.5s ease;
}

.ab1-2:hover .ab1-2img img {
    transform: scale(1.08);
}

.ab1vico {
    position: absolute;
    --w: 96px;
    width: var(--w);
    height: var(--w);
    background: #145CC5;
    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: 68px;
    color: rgba(255, 255, 255, 1);
    display: block;
}

.ab1vico>span {
    background-color: rgba(20, 92, 197, 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(20, 92, 197, 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%;
}

/*  */
.ab2 {
    padding-bottom: 120px;
}

.ab2u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.ab2l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.ab2l-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #012F6B;
    background: #FFF;
    padding: 6px;
    transition: all 0.5s ease;
}

.ab2l-box:hover {
    background: #012F6B;
}

.ab2l-top {
    padding: 24px 24px 50px;
}

.ab2l-num {
    display: flex;
    margin-bottom: 60px;
}

.ab2l-num p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    border-radius: 2px;
    border: 1px solid #012F6B;
    background: #FFF;
    padding: 4px 12px;
    transition: all 0.5s ease;
}

.ab2l-box:hover .ab2l-num p {
    color: #FFF;
    background: #145CC5;
    border: 1px solid #145CC5;
}

.ab2l-h {
    margin-bottom: 20px;
}

.ab2l-h p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-2uh) * 1.15);
    letter-spacing: -0.52px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    max-width: 280px;
}

.ab2l-box:hover .ab2l-h p {
    color: #FFF;
}

.ab2l-l {
    position: relative;
    padding-left: 22px;
}

.ab2l-box .list-paddingleft-2>li {
    position: relative;
    padding-left: 22px;
}

.ab2l-l::after {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    top: 10px;
    left: 6px;
    background: #334E71;
    transition: all 0.5s ease;
}

.ab2l-box .list-paddingleft-2>li::after {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    top: 10px;
    left: 6px;
    background: #334E71;
    transition: all 0.5s ease;
}

.ab2l-box:hover .ab2l-l::after {
    background: #FFF;
}

.ab2l-box:hover .list-paddingleft-2>li::after {
    background: #FFF;
}

.ab2l-l p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
}

.ab2l-box .list-paddingleft-2>li p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
}

.ab2l-box:hover .ab2l-l p {
    color: #FFF;
}

.ab2l-box:hover .list-paddingleft-2>li p {
    color: #FFF;
}

.ab2l-img {
    padding-bottom: 45%;
    overflow: hidden;
}

.ab2l-img img {
    transition: all 0.5s ease;
}

.ab2l-box:hover .ab2l-img img {
    transform: scale(1.08);
}

/*  */
.ab3 {
    padding: 106px 0;
}

.ab3-h {
    margin-bottom: 40px;
}

.ab3-h p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.ab3-p {
    margin-bottom: 30px;
}

.ab3-p p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.ab3-l {
    position: relative;
    padding-left: 22px;
}

.ab3 .list-paddingleft-2 li {
    position: relative;
    padding-left: 22px;
}

.ab3-l::after {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    top: 14px;
    left: 6px;
    background: #B9C7DA;
    transition: all 0.5s ease;
}

.ab3 .list-paddingleft-2 li::after {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    top: 14px;
    left: 6px;
    background: #B9C7DA;
    transition: all 0.5s ease;
}

.ab3-l p {
    color: #B9C7DA;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.88);
}

.ab3 .list-paddingleft-2 li p {
    color: #B9C7DA;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.88);
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 60px 0;
    }

    .ab1-1h {
        margin-bottom: 13px;
    }

    .ab1-1smh {
        margin-bottom: 25px;
    }

    .ab1-1p p {
        margin-bottom: 15px;
    }

    .ab1vico {
        --w: 56px;
    }

    .ab1vico i {
        font-size: 38px;
    }

    /*  */
    .ab2 {
        padding-bottom: 70px;
    }

    .ab2u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ab2l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .ab2l-top {
        padding: 12px 12px 25px;
    }

    .ab2l-num {
        margin-bottom: 30px;
    }

    .ab2l-h {
        margin-bottom: 10px;
    }

    .ab2l-img {
        padding-bottom: 52%;
    }

    /*  */
    .ab3 {
        padding: 60px 0;
    }

    .ab3-h {
        margin-bottom: 20px;
    }

    .ab3-p {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .ab2l {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .ab1-box {
        flex-direction: column;
    }

    .ab1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab1-2 {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .ab2l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 30px 0;
    }

    .ab1-1 {
        margin-bottom: 20px;
    }

    .ab1-1h p {
        letter-spacing: 0;
    }

    .ab1-1p p {
        line-height: calc(var(--zj-ven2-la) * 1.37);
    }

    .ab2 {
        padding-bottom: 20px;
    }

    .ab3 {
        padding: 40px 0;
    }
}

/* products */
.pro-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 22%;
    flex: 0 0 auto;
    position: sticky;
    top: 130px;
}

.pro1-l {
    margin-bottom: 10px;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 18px 15px 28px;
    position: relative;
    transition: all 0.5s ease;
    border: 1px solid #D7E0ED;
    background: #EAEFF5;
    position: relative;
}

.pro1-l:hover .pro1-l1a {
    background: #012F6B;
}

.pro1-l.on .pro1-l1a {
    background: #012F6B;
}

.pro1-l1a::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 22px;
    background: #8CA4C3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    transition: all 0.5s ease;
}

.pro1-l:hover .pro1-l1a::after {
    background: #1E7AFF;
}

.pro1-l.on .pro1-l1a::after {
    background: #1E7AFF;
}

.pro1-l1a span {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    padding-right: 12px;
    transition: all 0.5s ease;
}

.pro1-l:hover .pro1-l1a span {
    color: rgba(255, 255, 255, 1);
}

.pro1-l.on .pro1-l1a span {
    color: rgba(255, 255, 255, 1);
}

.pro1-l1ico {
    position: relative;
}

.pro1-l1ico i {
    font-size: 24px;
    color: rgba(1, 47, 107, 1);
    transition: all 0.5s ease;
}

.pro1-l:hover .pro1-l1ico i {
    color: rgba(255, 255, 255, 1);
}

.pro1-l1ico i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.pro1-l.on .pro1-l1ico i:nth-child(1) {
    opacity: 0;
}

.pro1-l.on .pro1-l1ico i:nth-child(2) {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 400px;
    opacity: 1;
}

.pro1-l2sa {
    border: 1px solid #D7E0ED;
    background: #EAEFF5;
    margin-top: 10px;
    padding: 1px 28px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    padding: 17px 0;
    position: relative;
    overflow: hidden;
}

.pro1-l2a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D7E0ED;
    left: 0;
    bottom: 0;
}

.pro1-l2a:last-child:after {
    display: none;
}

.pro1-l2a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #145CC5;
    left: 0;
    bottom: 0;
    z-index: 12;
    transition: all 0.5s ease;
}

.pro1-l2a:last-child::before {
    display: none;
}

.pro1-l2a:hover::before {
    width: 100%;
}

.pro1-l2a.on::before {
    width: 100%;
}

.pro1-l2a>* {
    transform: translateX(-30px);
    transition: all 0.5s ease;
}

.pro1-l2a:hover>* {
    transform: translateX(0);
}

.pro1-l2a.on>* {
    transform: translateX(0);
}

.pro1-l2a i {
    font-size: 10px;
    color: rgba(20, 92, 197, 1);
    margin-right: 20px;
    font-weight: bold;
}

.pro1-l2a span {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.pro1-l2a:hover span {
    color: #145CC5;
}

.pro1-l2a.on span {
    color: #145CC5;
}

/*  */
.pro2 {
    width: calc(78% - 80px);
    flex: 0 0 auto;
}

.pro2h {
    margin-bottom: 24px;
}

.pro2h p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

.pro2p {
    margin-bottom: 70px;
}

.pro2p p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1070px;
}

.pro2-u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
    margin-bottom: 40px;
}

.pro2-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 40px;
}

.pro2-ltop {
    position: relative;
}

.pro2-limg {
    border: 1px solid #EAEFF5;
    background: #FFF;
    padding-bottom: 70%;
    margin-bottom: 30px;
    overflow: hidden;
}

.pro2-limg img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg img {
    transform: scale(1.08);
}

.pro2-lico {
    position: absolute;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #145CC5;
    right: 20px;
    top: 20px;
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(1.08);
}

.pro2-lbox:hover .pro2-lico {
    opacity: 1;
    transform: scale(1);
}

.pro2-lico i {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
}

.pro2-lh {
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;

}

.pro2-lh span {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.4px;
    --size: 1px;
    --color: #145CC5;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro2-lbox:hover .pro2-lh span {
    color: #145CC5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-lp {
    margin-bottom: 26px;
}

.pro2-lp p {
    color: #5F7696;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
}

.pro2-la {
    display: block;
}

.pro2-la span {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .pro1 {
        width: 25%;
        top: 120px;
    }

    .pro2 {
        width: calc(75% - 60px);
    }

    .pro2-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 20px;
    }

    .pro2-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }

    .pro2p {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2h {
        margin-bottom: 12px;
    }

    .pro2p {
        margin-bottom: 15px;
    }

    .pro2-u {
        margin-bottom: 10px;
    }

    .pro2-l {
        width: 100%;
    }

    .pro2-limg {
        margin-bottom: 10px;
    }

    .pro2-lh {
        margin-bottom: 8px;
    }

    .pro2-lp {
        margin-bottom: 13px;
    }

    .pro2-lico {
        --w: 34px;
        right: 8px;
        top: 8px;
    }

    .pro2-lico i {
        font-size: 18px;
    }

}

/* 搜索无结果 */
.nores-h {
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #262861;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-family: 'DM Sans';
    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: #012F6B;
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* product-detail */
.prode-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0 120px;
}

.prode-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.slider-navbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-navbox button {
    background: transparent;
}

.slider-navbox button:first-of-type {
    transform: rotate(180deg);
}

.slider-navbox>button i {
    font-size: 16px;
    color: rgba(1, 47, 107, 1);
    transition: all 0.5s ease;
}

.slider-navbox>button:hover i {
    color: rgba(20, 92, 197, 1);
}

/*  */
.prode1-2 {
    width: calc(100% - 45.4% - 80px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 30px;
}

.prode1-2h p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px;
    text-transform: capitalize;
}

.prode1-2p {
    margin-bottom: 118px;
}

.prode1-2p p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode1-2share {
    display: flex;
    align-items: center;
}

.prode1-2share {
    margin-bottom: 40px;
}

.prode1-2share p {
    color: #000;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-right: 15px;
}

.prode1-2btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    background: #145CC5;
    transition: all 0.5s ease;
    padding: 13px 12px;
}

.prode1-2a:hover {
    background: #012F6B;
}

.prode1-2a span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

/* 产品详情下面 */
.prode2 {
    position: sticky;
    top: 130px;
    z-index: 14;
    overflow: hidden;
}

.prode2-u {
    display: flex;
    align-items: center;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    background: #fff;
    position: relative;
}


.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-u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #EAEFF5;
}

.prode2-u::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #EAEFF5;
}

.prode2-l {
    margin-right: 5.2vw;
    padding: 18px 0;
    position: relative;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    background: #145CC5;
    transition: all 0.5s ease;
}

.prode2-l:hover::after {
    width: 100%;
}

.prode2-l.on::after {
    width: 100%;
}

.prode2-la {
    color: #000;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    display: block;
}

.prode2-la:hover {
    color: #145CC5;
}

.prode2-l.on .prode2-la {
    color: #145CC5;
}

/*  */
.prode3 {
    padding-top: 70px;
    position: relative;
}

.prode3h {
    margin-bottom: 30px;
}

.prode3h p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px;
    text-transform: capitalize;
}

/* prode5 */
.prode5 {
    padding-top: 80px;
    position: relative;
}

.prode5h {
    background: #012F6B;
    margin-bottom: 20px;
    padding: 14px 23px;
}

.prode5h p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.prode5for .con2-fobt button {
    border-radius: 2px;
    border: 1px solid #012F6B;
    background: #FFF;
}

.prode5for .con2-fobt button:hover {
    background: #012F6B;
}

.prode5for .con2-fobt button span,
.prode5for .con2-fobt button i {
    color: rgba(1, 47, 107, 1);
    transition: all 0.5s ease;
}

.prode5for .con2-fobt:hover button span,
.prode5for .con2-fobt:hover button i {
    color: #FFF;
}

/*  */
.prode6 {
    padding-top: 80px;
    position: relative;
}

.prode6h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.prode6h p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px;
    text-transform: capitalize;
}

.prode6-ubtn .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.prode6-ubtn .swiper-pagination .swiper-pagination-bullet {
    --w: 6px;
    width: var(--w);
    height: var(--w);
    margin: 0;
    margin-left: 26px;
    background: #E3E9F2;
    opacity: 1;
    position: relative;
    transition: all 0.5s ease;
    animation: rotation 8s linear infinite;
}

.prode6-ubtn .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(20, 92, 197, 1);
}

.prode6-ubtn .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    --w: 26px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px dashed #145CC5;
    transition: all 0.5s ease;
}

.prode6-ubtn .swiper-pagination .swiper-pagination-bullet-active::after {
    transform: translate(-50%, -50%) scale(1);
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .prode1-1 {
        width: 47.4%;
    }

    .prode1-2 {
        width: calc(100% - 47.4% - 40px);
    }

    .prode1-2h {
        margin-bottom: 15px;
    }

    .prode1-2p {
        margin-bottom: 59px;
    }

    .prode1-2share {
        margin-bottom: 20px;
    }

    .prode1-2a {
        width: calc(50% - 6px);
        padding: 10px 12px;
    }

    .prode2 {
        top: 120px;
    }

    .prode-top {
        margin-bottom: 40px;
    }

    .prode3 {
        padding-top: 35px;
    }

    .prode3h {
        margin-bottom: 15px;
    }

    .prode2-l {
        margin-right: 2.2vw;
        padding: 10px 0;
    }

    .prode5 {
        padding-top: 40px;
    }

    .prode5h {
        margin-bottom: 10px;
        padding: 8px 12px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 8px 12px;
    }

    .prode-box {
        padding: 40px 0 70px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode2 {
        overflow-x: scroll;
    }

    .prode2::-webkit-scrollbar {
        display: none;
    }

    .prode2-la {
        width: max-content;
    }

    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .prode-box {
        padding: 20px 0 40px;
    }

    .prode2-l {
        margin-right: 4.2vw;
    }

    .prode6-ubtn {
        display: none;
    }

    .prode6 {
        padding-top: 40px;
    }

    .prode6h {
        margin-bottom: 20px;
    }
}

/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 39.8%;
}

.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: 39.8%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\ea82';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {
    /* .ind-ban {
        margin-top: 78px;
    } */
}

@media (max-width: 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: 77%;
    }

    .banner-video-box {
        padding-bottom: 77%;
    }
}


@media (max-width: 499px) {
    /* .ind-ban {
        margin-top: 66px;
    } */
}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.60);
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 18px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    color: rgba(255, 255, 255, 1);
}

.banner-chan .slick-prev {
    transform: rotate(180deg);
}

.banner-chan .slick-arrow {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 16px;
}

.banner-chan .slick-arrow i {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.60);
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1536px) {
    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        margin: 0 9px;
    }

    .banner-chan .slick-arrow i {
        font-size: 16px;
    }

    .banner-chan .slick-arrow {
        margin: 0 8px;
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan .slick-arrow i {
        font-size: 14px;
    }
}

/* ind-pro */
.so1h {
    margin-bottom: 30px;
}

.so1h p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -3.5px;
    text-transform: uppercase;
    text-align: center;
}

.so1p {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ind-pro .so1p {
    margin-bottom: 74px;
}

.so1p p {
    color: #334E71;
    text-align: center;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1100px;
}

.so1sw-box {
    transition: all 0.5s ease;
}

.so1sw-box:hover {
    background: #012F6B;
}

.so1swimg {
    padding-bottom: 120%;
    margin-bottom: 30px;
}

.so1swimg img {
    transition: all 0.5s ease;
}

.so1sw-box:hover .so1swimg img {
    transform: scale(1.08);
}

.so1swte {
    transition: all 0.5s ease;
}

.so1sw-box:hover .so1swte {
    padding: 0 20px;
}

.so1swh {
    margin-bottom: 12px;
}

.so1swh p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.44px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so1sw-box:hover .so1swh p {
    color: #FFF;
}

.so1swp {
    margin-bottom: 30px;
}

.so1swp p {
    color: #485C78;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
    max-width: 320px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so1sw-box:hover .so1swp p {
    color: #FFF;
}

.so1swbtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 30px;
}

.so1swa {
    position: relative;
    border-radius: 2px;
    border: 1px solid #012F6B;
    background: #FFF;
    padding: 10px 78px 10px 11px;
    transition: all 0.5s ease;
    display: block;
}

.so1sw-box:hover .so1swa {
    border: 1px solid #145CC5;
    background: #145CC5;
}

.so1swa span {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so1sw-box:hover .so1swa span {
    color: #FFF;
}

.so1swa i {
    position: absolute;
    font-size: 20px;
    color: #012F6B;
    right: 0;
    top: 2px;
    line-height: 1 !important;
    transition: all 0.5s ease;
}

.so1sw-box:hover .so1swa i {
    color: #FFF;
}

/* ind-about */
.so2top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EAEFF5;
    margin-bottom: 4px;
}

.so2top-1,
.so2top-2 {
    width: 50%;
    flex: 0 0 auto;
}

.so2top-1 {
    position: relative;
}

.so2top-1 .ab1-2img {
    padding-bottom: 70%;
}

.so2top-2 {
    padding: 40px 0 40px 178px;
}

.so2top-2h {
    margin-bottom: 52px;
}

.so2top-2h p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -3.5px;
    text-transform: uppercase;
}

.so2top-2smh {
    margin-bottom: 26px;
}

.so2top-2smh p {
    color: #145CC5;
    font-family: 'DM Sans';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px;
}

.so2top-2p {
    margin-bottom: 76px;
}

.so2top-2p p {
    color: #334E71;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2top-2btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so2top-2a {
    position: relative;
    border-radius: 2px;
    border: 1px solid #012F6B;
    background: #012F6B;
    padding: 8px 78px 8px 11px;
    transition: all 0.5s ease;
    display: block;
}

.so2top-2a:hover {
    border: 1px solid #145CC5;
    background: #145CC5;
}

.so2top-2a span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.so2top-2a i {
    position: absolute;
    font-size: 20px;
    color: #FFF;
    right: 0;
    top: 2px;
    line-height: 1 !important;
}

/*  */
.so2-u {
    margin-right: calc(-.5 * 0.25rem);
    margin-left: calc(-.5 * 0.25rem);
}

.so2-l {
    padding-right: calc(0.25rem * .5);
    padding-left: calc(0.25rem * .5);
}

.so2-lbox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #012F6B;
    transition: all 0.5s ease;
    position: relative;
}

.so2-lbox:hover {
    background: #145CC5;
}

.so2-ltop {
    padding: 60px 60px 0px 60px;
    margin-bottom: 50px;
    position: relative;
    z-index: 12;
}

.so2-lico {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.so2-lico i {
    font-size: 32px;
    color: rgba(140, 164, 195, 1);
    transition: all 0.5s ease;
    display: block;
}

.so2-l:nth-child(4) .so2-lico i {
    font-size: 36px;
    height: 48px;
}

.so2-lbox:hover .so2-lico i {
    transform: rotateY(360deg);
    color: #FFF;
}

.so2-lh {
    margin-bottom: 18px;
}

.so2-lh p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2la) * 1.18);
    letter-spacing: -0.44px;
    text-transform: capitalize;
    max-width: 280px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2-lu {
    max-height: calc(var(--zj-subnav) * 1.37 * 7);
    overflow: hidden;
    max-width: 340px;
}

.so2-ll {
    position: relative;
    padding-left: 22px;
}

.so2 .list-paddingleft-2 li {
    position: relative;
    padding-left: 22px;
}

.so2-ll::after {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    top: 10px;
    left: 6px;
    background: #B9C7DA;
    transition: all 0.5s ease;
}

.so2 .list-paddingleft-2 li::after {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    top: 10px;
    left: 6px;
    background: #B9C7DA;
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-ll::after {
    background: #FFF;
}

.so2 .so2-lbox:hover .list-paddingleft-2 li::after {
    background: #FFF;
}

.so2-ll p {
    color: #B9C7DA;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    transition: all 0.5s ease;
}

.so2 .list-paddingleft-2 li p {
    color: #B9C7DA;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-ll p {
    color: #FFF;
}

.so2 .so2-lbox:hover .list-paddingleft-2 li p {
    color: #FFF;
}

.so2-lend {
    background: #012F6B;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-lend {
    opacity: 1;
    bottom: -62px;
}

.so2-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 60px;
}

.so2-la span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}

.so2-la i {
    font-size: 20px;
    color: #FFF;
}

/* ind-best */
.ind-best {
    padding: 176px 0 120px;
}

.so3sw {
    position: relative;
}

#so3sw {
    overflow: hidden;
}

.so3sw-box {
    padding: 26px 26px 30px;
    position: relative;
}

.so3sw-box::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #E3E9F2;
    right: 0;
    top: 0;
}

.so3sw-smh {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.so3sw-smh p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    padding: 6px 8px;
    border-radius: 2px;
    border: 1px solid #012F6B;
    background: #FFF;
}

.so3sw-img {
    padding-bottom: 70%;
    margin-bottom: 26px;
    overflow: hidden;
}

.so3sw-img img {
    transition: all 0.5s ease;
}

.so3sw-box:hover .so3sw-img img {
    transform: scale(1.08);
}

.so3sw-h {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

}

.so3sw-h span {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.6px;
    transition: all 0.5s ease;
}

.so3sw-box:hover .so3sw-h span {
    color: #145CC5;
}

.so3sw-p {
    margin-bottom: 20px;
}

.so3sw-p p {
    color: #485C78;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
    max-width: 395px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so3sw-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so3sw-a1 {
    display: block;
}

.so3sw-a1 span {
    color: #012F6B;
    font-family: "DM Sans";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.so3sw-a2 {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #E3E9F2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so3sw-box:hover .so3sw-a2 {
    background: #145CC5;
    border: 1px solid #145CC5;
}

.so3sw-a2 i {
    font-size: 26px;
    color: rgba(1, 47, 107, 1);
    transition: all 0.5s ease;
}

.so3sw-box:hover .so3sw-a2 i {
    color: #FFF;
}

.so3swchan {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3swchan .swiper-button-prev,
.so3swchan .swiper-button-next,
.so3swchan .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: auto;
    height: auto;
    opacity: 1;
}

.so3swchan .swiper-button-prev {
    transform: rotate(180deg);
}

.so3swchan .swiper-button-prev::after,
.so3swchan .swiper-button-next::after {
    content: "";
}

.so3swchan .swiper-button-prev i,
.so3swchan .swiper-button-next i {
    font-size: 20px;
    color: rgba(227, 233, 242, 1);
    transition: all 0.5s ease;
}

.so3swchan .swiper-button-prev:hover i,
.so3swchan .swiper-button-next:hover i {
    color: rgba(20, 92, 197, 1);
}

.so3swchan .swiper-pagination {
    margin: 0 32px;
    align-items: center;
}

.so3swchan .swiper-pagination .swiper-pagination-bullet {
    --w: 6px;
    width: var(--w);
    height: var(--w);
    margin: 0;
    margin: 0 13px;
    background: #E3E9F2;
    opacity: 1;
    position: relative;
    transition: all 0.5s ease;
    animation: rotation 8s linear infinite;
}

.so3swchan .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(20, 92, 197, 1);
}

.so3swchan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    --w: 26px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px dashed #145CC5;
    transition: all 0.5s ease;
}

.so3swchan .swiper-pagination .swiper-pagination-bullet-active::after {
    transform: translate(-50%, -50%) scale(1);
}

/* ind-oem */
.ind-oem {
    padding: 92px 0 0;
    margin-bottom: 120px;
    position: relative;
}

.ind-oem::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 18%;
    left: 0;
    bottom: 0;
    background: #FFF;
}

.so4h {
    margin-bottom: 50px;
}

.so4h p {
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3.5px;
    text-transform: uppercase;
}

.so4smh {
    margin-bottom: 20px;
}

.so4smh p {
    color: #3F87F1;
    text-align: center;
    font-family: 'DM Sans';
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.so4smh p span {
    color: #FFF;
}

.so4p {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4p p {
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    max-width: 1200px;
}

.so4smp {
    margin-bottom: 50px;
}

.so4smp p {
    color: #3F87F1;
    text-align: center;
    font-family: 'DM Sans';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.so4btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #145CC5;
    padding: 6px 20px;
    margin-bottom: 90px;
    transition: all 0.5s ease;
}

.so4a:hover {
    background: #012F6B;
}

.so4a i {
    font-size: 22px;
    color: #FFF;
    margin-right: 10px;
}

.so4a p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.so4-u {
    margin-right: calc(-.5 * 1.1rem);
    margin-left: calc(-.5 * 1.1rem);
    position: relative;
    z-index: 12;
}

.so4-l {
    padding-right: calc(1.1rem * .5);
    padding-left: calc(1.1rem * .5);
}

.so4-lbox {
    cursor: pointer;
    padding-bottom: 70%;
    background: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
}

.so4-lbox img {
    transition: all 0.5s ease;
}

.so4-lbox:hover img {
    transform: scale(1.08);
}

/* ind-appli */
.ind-appli {
    padding-bottom: 120px;
}

/* ind-news */
.ind-news {
    padding-bottom: 120px;
}

.s06swimg {
    margin-bottom: 30px;
    padding-bottom: 55%;
    overflow: hidden;
}

.s06swimg img {
    transition: all 0.5s ease;
}

.s06sw-box:hover .s06swimg img {
    transform: scale(1.08);
}

.s06swnum {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.s06swnum-box {
    border-radius: 2px;
    border: 1px solid #012F6B;
    background: #FFF;
    padding: 6px 8px;
    transition: all 0.5s ease;
}

.s06sw-box:hover .s06swnum-box {
    background: #145CC5;
}

.s06swnum-box p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.s06sw-box:hover .s06swnum-box p {
    color: #FFF;
}

.s06swh {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
}

.s06swh span {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.27);
    --size: 1px;
    --color: rgba(1, 47, 107, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.s06sw-box:hover .s06swh span {
    color: rgba(1, 47, 107, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .so1h {
        margin-bottom: 15px;
    }

    .so1p {
        margin-bottom: 40px;
    }

    .ind-pro .so1p {
        margin-bottom: 44px;
    }

    .so1swimg {
        margin-bottom: 20px;
    }

    .so1swh p {
        line-height: 1.2;
    }

    .so1swbtn {
        padding-bottom: 15px;
    }

    .so1swa {
        padding: 6px 56px 6px 11px;
    }

    /*  */
    .so2top-2 {
        padding: 40px 0 40px 70px;
    }

    .so2top-2a {
        padding: 6px 56px 6px 11px;
    }

    .so2top-2h {
        margin-bottom: 26px;
    }

    .so2top-2smh {
        margin-bottom: 13px;
    }

    .so2top-2p {
        margin-bottom: 38px;
    }

    /*  */
    .so2-ltop {
        padding: 30px 30px 0px 30px;
    }

    .so2-lico {
        margin-bottom: 20px;
    }

    .so2-la {
        padding: 10px 30px;
    }

    .so2-lbox:hover .so2-lend {
        bottom: -50px;
    }

    /*  */
    .ind-best {
        padding: 96px 0 70px;
    }

    .so3sw-a2 {
        --w: 40px;
    }

    .so3sw-a2 i {
        font-size: 20px;
    }

    .ind-oem {
        padding: 62px 0 0;
        margin-bottom: 70px;
    }

    .so4h {
        margin-bottom: 25px;
    }

    .so4smh {
        margin-bottom: 10px;
    }

    .so4p {
        margin-bottom: 25px;
    }

    .so4smp {
        margin-bottom: 25px;
    }

    .so4a {
        margin-bottom: 45px;
    }

    .ind-appli {
        padding-bottom: 70px;
    }

    .ind-news {
        padding-bottom: 70px;
    }
}

@media (max-width: 992px) {
    .so1h p {
        letter-spacing: -1.2px;
    }

    .so2top {
        flex-direction: column-reverse;
    }

    .so2top-1,
    .so2top-2 {
        width: 100%;
    }

    .so2top-2 {
        padding-left: 4vw !important;
    }

    /*  */
    .so2-l {
        width: 50%;
        margin-bottom: 70px;
    }

    .ind-best {
        padding: 26px 0 40px;
    }

    .so4-l {
        width: 50%;
        margin-bottom: 20px;
    }

    .ind-oem::after {
        bottom: -2px;
    }

    .so4h p {
        letter-spacing: -1.2px;
    }
}

@media (max-width: 499px) {
    .so1h p {
        letter-spacing: -1.2px;
    }

    .ind-pro .so1p {
        margin-bottom: 22px;
    }

    .so1swimg {
        margin-bottom: 10px;
    }

    .so1swp {
        margin-bottom: 15px;
    }

    .so2top-2 {
        padding: 30px 0 30px 70px;
    }

    .so2top-2h p {
        letter-spacing: -1.2px;
    }

    .so2top-2h {
        margin-bottom: 13px;
    }

    .so2-l {
        width: 100%;
    }

    .so2-lbox {
        background: #145CC5;
    }

    .so2-lend {
        opacity: 1;
        bottom: -50px;
    }

    .so2-lico i {
        color: #FFF;
    }

    .so2-ll p {
        color: #FFF;
    }

    .so2 .list-paddingleft-2 li p {
        color: #FFF;
    }

    .so2-ll::after {
        background: #FFF;
        top: 6px;
    }

    .so2-ltop {
        padding: 14px 15px 0px 15px;
        margin-bottom: 28px;
    }

    .so2-l {
        margin-bottom: 54px;
    }

    .ind-best {
        padding: 36px 0 40px;
    }

    .so1p {
        margin-bottom: 20px;
    }

    .so3sw-box {
        padding: 13px 13px 15px;
    }

    .so3swchan .swiper-pagination {
        margin: 0 16px
    }

    .so3swchan .swiper-pagination .swiper-pagination-bullet {
        margin: 0 8px;
    }

    .so3swchan .swiper-button-prev i,
    .so3swchan .swiper-button-next i {
        font-size: 16px;
    }

    .ind-oem {
        padding: 32px 0 0;
        margin-bottom: 40px;
    }

    .so4h {
        margin-bottom: 12px;
    }

    .so4p {
        margin-bottom: 12px;
    }

    .so4a {
        padding: 4px 12px;
    }

    .so4a i {
        font-size: 18px;
        margin-right: 4px;
    }

    .so4a {
        margin-bottom: 22px;
    }

    .so4-u {
        margin-right: calc(-.5 * 0.4rem);
        margin-left: calc(-.5 * 0.4rem);
    }

    .so4-l {
        padding-right: calc(0.4rem * .5);
        padding-left: calc(0.4rem * .5);
        margin-bottom: 6px;
    }

    .ind-oem::after {
        height: 10%;
    }

    .ind-appli {
        padding-bottom: 40px;
    }

    .ind-news {
        padding-bottom: 40px;
    }
}

.slider-for .item-video {
    position: relative;
}

.slider-for .item-video::before {
    font-family: 'iconfont' !important;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    content: '\ea82';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #FFF;
    z-index: 14;
    font-size: 12px;
    background: rgba(1, 47, 107, 1);
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 12;
    font-size: 18px;
    /* display: none; */
    opacity: 1;
    transition: all 0.5s ease;
    pointer-events: none;
}

.slider-for .item-video.on::before {
    display: none;
    opacity: 0;
}

.slider-for .item-video.on .img-box>img {
    pointer-events: none;
}

.slider-for .item-video .img-box>img {
    z-index: 14;
    /* pointer-events: none; */
}

.slider-for .item-video.hide-elements .img-box>img {
    opacity: 0;
    /* 图片透明 */
}

.slider-for .item-video.hide-elements:after {
    display: none;
    /* 隐藏伪元素 */
    /* 或使用 opacity: 0; 根据需要选择 */
    /* opacity: 0; */
}

/*  */
.lang-head {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-head p {
    color: #012F6B;
    font-family: 'DM Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-right: 12px;
}

.drop-select ul {
    font-size: 0;
    position: absolute;
    z-index: 6;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* display: none; */
    width: 500px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}


.lang-head:hover .drop-select ul {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

@media (max-width: 767px) {
    .drop-select ul {
        right: -40px;

        width: 300px;
    }
}

.drop-select ul li {
    font-size: 16px;

    display: inline-block;

    width: 33.333%;

    vertical-align: top;
}

@media (max-width: 767px) {
    .drop-select ul li {
        font-size: 14px;

        width: 50%;
    }
}

.drop-select ul li a {
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .drop-select ul li a {
        line-height: 24px;
    }
}

.drop-select ul li a img {
    display: block;

    width: 30px;
    margin-right: 10px;
}

.drop-select ul li:hover a {
    background-color: #eee;
}