#ven {
    transition: all 0.5s ease;
    /* background: #F9F9F9; */
}

.ventricle {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2.799999952316284px);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.headersp {
    /* background: #FFF !important; */
}

.ventricle {
    /* background: #FFF !important; */
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    transition: all 0.5s ease;
}

.ven1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ven1-loim {
    /* padding: 15px 0; */
    position: relative;
}

.ven1-loim img {
    width: 122px;
    transition: all 0.5s ease;
}

.ven2 {
    display: flex;
    align-items: center;
    border-radius: 999px;
}

.headersp .ven2 {
    background: rgba(255, 255, 255, 0.09);
}

.ven2-lis {
    /* 拉到等高 */
    /* height: 100%; */
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(242, 242, 242, 0.19);
    backdrop-filter: blur(7.5px);
    margin-right: 74px;
}

.headersp .ven2-lis {
    background: rgba(255, 255, 255, 0.20);
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 15px 46px;
}

.ven2-l {
    margin-right: 2.1vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 0;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}

.ven2-la span {
    color: #FFF;
    font-family: 'Raleway';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: capitalize;

    --size: 0px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #012FA7;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #012FA7;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}


/*  */
.ven-inqury>a {
    display: flex;
}

.ven-inqury>a p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ven-inqury>a:hover p {
    color: #17F700;
}

.ven-inqury>a p span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ven-inqury>a:hover p span {
    color: #17F700;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(242, 242, 242, 0.19);
    backdrop-filter: blur(7.5px);
    --w: 60px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.vensesv::after,
.vensesv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.vensesv::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.vensesv:hover:before,
.vensesv:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.vensesv i {
    font-size: 20px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #012FA7;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.vensesv span {
    color: #FFF;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}


/*  */
.ven-line {
    width: 1px;
    height: 19px;
    margin: 0 16px;
    background: #D9D9D9;
}

/*  */
.ven2-lang {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(242, 242, 242, 0.19);
    backdrop-filter: blur(7.5px);
    padding: 0 28px;
}

.ven2-lang .ven2-ler {
    width: 120px;
    top: calc(100% - 10px);
}

.ven2-lang:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ven2-langbt img {
    --w: 17px;
    width: var(--w);
    height: var(--w);
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.ven2-langbt i {
    font-size: 6px;
    line-height: normal;
    color: #FFF;
    display: block;
    transition: all 0.5s ease;
}

.ven2-langbt:hover i {
    color: #012FA7;
    /* animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1; */
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: capitalize;
    display: block;
    margin: 0 8px 0 16px;
    padding-top: 2px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover span {
    color: #012FA7;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

/*  */
.ven2-geta {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #034739;
    height: 50px;
    padding: 0 21px;
}

.ven2-geta p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-geta:hover p {
    color: #17F700;
}

.ven2-geta i {
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    margin-left: 8px;
    font-weight: 800;
    transition: all 0.5s ease;
}

.ven2-geta:hover i {
    color: #17F700;
}

@media (max-width: 1760px) {
    .ven2-lis {
        margin-right: 24px;
    }

    .ven2-l {
        margin-right: 1.4vw;
    }

    .ven1-loim img {
        width: 90px;
    }
}


@media (max-width: 1670px) {}

@media (max-width: 1536px) {
    /* .ven1-loim {
        padding: 24px 0 21px;
    } */

    .ven1-loim img {
        width: 84px;
    }


    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }

    .ven2-u {
        padding: 10px 22px;
    }

    .ven2-lang {
        margin: 0px 8px 0 0;
        padding: 0 12px;
        height: 46px;
    }

    .vensesv {
        --w: 46px;
    }

    .ven2-l {
        margin-right: 1.6vw;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .ven1-loim img {
        width: 78px;
    }

    .ven2-lang {
        height: 40px;
        margin: 0 10px;
    }

    .ven2-geta {
        height: 40px;
    }

    .hea-box {
        padding: 12px 0;
    }
}

@media (max-width: 499px) {

    .ven1-loim img {
        width: 72px;
    }

    .ven2-get {
        display: none;
    }

    .ven2-lang {
        height: 40px;
    }

    .vensesv {
        padding: 4px 12px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 220%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2.799999952316284px);
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #012FA7;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-lera:hover span {
    color: #012FA7;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #C29C6B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #C29C6B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 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: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #00998B;
    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: #00998B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 180%;
    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: #012FA7;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 180%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 200%;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 196%;
        right: -29px;
    }

    .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: #FFF;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #FFF;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #FFF;
}

.headersp #venPho .venPhoSack.on::before {
    background: #FFF;
}


/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #FFF;
}

.headersp #venPho .venPhoSack.on::after {
    background: #FFF;
}

/* .ventricle .venPhoSack::after {
    background: #222 !important;
} */

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #FFF;
}

/* .ventricle .venPhoSack span {
    background: #222 !important;
} */

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }

    .vensesv {
        --w: 40px;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 70px;
    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: #222;
    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: #012FA7;
}

.xiantiao>a {
    color: #012FA7;
}

.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: #000;
    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: #012FA7;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 65px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.sub-te p {
    color: #FFF;
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1h) - 2px);
    letter-spacing: -2.04px;
    text-transform: capitalize;
}

@media (max-width: 1536px) {

    .sub-te {
        margin-bottom: 15px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {

    .sub-te {
        margin-bottom: 10px;
    }
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 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: 992px) {
    .sub-im img {
        min-height: 254px;
    }

    .sub-te p {
        letter-spacing: 0;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 200px;
    }

    .subnav i {
        margin-right: 8px !important;
    }
}

/*  */
.subnav-box {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 27px;
}

.subnav {
    display: flex;
    align-items: stretch;
    margin-bottom: 0;
    position: relative;
}

.subnav i {
    font-size: 16px;
    color: #FFF;
    margin-right: 16px;
    line-height: normal;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF !important;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .subnav-box {
        bottom: 12px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.18);
    text-transform: capitalize;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #F5F5F5;
    margin: 0 8px;
    transition: all 0.5s ease;
}

.sub-pagepro .sub-pagel a {
    background: rgba(245, 245, 245, 1);
}

.sub-pagel a:hover {
    background: #012FA7;
    color: #FFF;
}

.sub-pagel.on a {
    background: #012FA7;
    color: #FFF;
}

/*  */
.sub-pagel.sub-prev a {
    padding-top: 0;
}

.sub-pagel.sub-prev a i {
    color: 666;
    font-size: 12px;
    font-weight: 600;
}

.sub-pagel.sub-prev a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 105px;
    margin-top: 0;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="57"] {
    padding: 57px 0 0;
    position: relative;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 83px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 56px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    [data-sub-padding="57"] {
        padding: 37px 0 0;
    }
}

.sub-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 96px);
    pointer-events: none;
}

.sub-bg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* contact */
.contact {
    padding: 215px 0 130px;
}

.con-box {
    max-width: 1410px;
}

.con-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.con-smhbox {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: linear-gradient(90deg, #084482 0%, #086EC0 100%);
    padding: 4px 13px;
}

.con-smhbox i {
    font-size: 20px;
    color: rgba(255, 219, 86, 1);
    margin-right: 10px;
}

.con-smhbox p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

.con-h {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-h p {
    color: #FFF;
    text-align: center;
    font-size: calc(var(--zj-so2lnum2) + 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc((var(--zj-so2lnum2) + 2px) * 1.18);
    letter-spacing: -1.74px;
    text-transform: capitalize;
    max-width: 590px;
}

.con-end {
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.con1 {
    width: 57.4%;
    flex: 0 0 auto;
}

/*  */
.con1-fou {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.con1-fol {
    margin-bottom: 32px;
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.con1-fol p {
    color: #F2F2F2;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.37);
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.con1-fol input,
.con1-fol textarea {
    color: #D9D9D9;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    letter-spacing: 0.32px;
    text-transform: capitalize;

    width: 100%;

    border-radius: 6px;
    border: 1px solid rgba(217, 217, 217, 0.13);
    background: #222;

    transition: all 0.5s ease;
    padding: 16px 21px;
}

.con1-fol input:focus,
.con1-fol textarea:focus {
    border: 1px solid #FFF;
}

.con1-fol input::-webkit-input-placeholder {
    color: #D9D9D9;
}

.con1-fol input::-moz-placeholder {
    color: #D9D9D9;
}

.con1-fol input::-ms-input-placeholder {
    color: #D9D9D9;
}

.con1-fol textarea::-webkit-input-placeholder {
    color: #D9D9D9;
}

.con1-fol textarea::-moz-placeholder {
    color: #D9D9D9;
}

.con1-fol textarea::-ms-input-placeholder {
    color: #D9D9D9;
}

.con1-fobt {
    display: flex;
    align-self: center;
    justify-content: flex-end;
}

.con1-fobt button {
    position: relative;
    overflow: hidden;
    border-radius: 48px;
    background: #012FA7;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.con1-fobt button::after,
.con1-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-38%, -190%) rotate(-30deg);
    transform: translate(-38%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con1-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con1-fobt button:hover:before,
.con1-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con1-fobt button span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.con1-fobt button i {
    font-size: 14px;
    line-height: normal;
    color: #FFF;
    margin-left: 14px;
    display: block;
    line-height: normal;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1.4);
}

.con1-fobt button:hover i {
    transform: translateX(5px);
}

/* 表单验证吗 ------------------------- */
.con1-fol {
    position: relative;
}

.spam_code_img {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spam_code_img img {
    max-width: 100%;
    height: auto !important;
}

/*  */
.con2 {
    width: calc(100% - 57.4% - 100px);
    flex: 0 0 auto;
}

.con2-h {
    margin-bottom: 24px;
}

.con2-h p {
    color: #FFF;
    font-size: calc(var(--zj-so2lnum2) + 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc((var(--zj-so2lnum2) + 2px) * 1.26);
    text-transform: capitalize;
}

.con2-p {
    margin-bottom: 100px;
}

.con2-p p {
    color: #D9D9D9;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    max-width: 500px;
}

.con2-u {
    margin-bottom: 100px;
}

.con2-l {
    display: flex;
    margin-bottom: 32px;
}

.con2-limg {
    width: 30px;
    flex: 0 0 auto;
    margin-right: 24px;
}

.con2-limg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.con2-la {
    display: flex;
    flex: 1;
    padding-top: 2px;
    max-width: 326px;
}

.con2-la span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con2-la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con1-shareh {
    margin-bottom: 16px;
}

.con1-shareh p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con1-share {
    display: flex;
    align-items: center;
}

.con1-share a {
    margin-right: 10px;
    border: 1px solid rgba(245, 245, 245, 0.17);
    border-radius: 4px;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con1-share a:last-child {
    margin-right: 0;
}

.con1-share a:hover {
    background: #012FA7;
    border: 1px solid #012FA7;
}

.con1-share a i {
    font-size: 20px;
    line-height: normal;
    color: rgba(245, 245, 245, 1);
    transition: all 0.5s ease;
}

.con1-share a:hover i {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1536px) {
    .contact {
        padding: 165px 0 70px;
    }

    .con-end {
        margin-top: 50px;
    }
}

@media (max-width: 992px) {
    .con-end {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .con1-fobt button::after,
    .con1-fobt button::before {
        -webkit-transform: translate(-40%, -190%) rotate(-30deg);
        transform: translate(-40%, -190%) rotate(-30deg);
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .contact {
        padding: 125px 0 70px;
    }

    .con1-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .contact {
        padding: 100px 0 40px;
    }

    .con-smhbox i {
        line-height: normal;
    }

    .con-end {
        margin-top: 40px;
    }

    .con1-fol input,
    .con1-fol textarea {
        padding: 12px 12px;
    }

    .con1-fol {
        margin-bottom: 16px;
    }

    .con1-fobt button {
        padding: 12px 30px;
    }

    .con2-h {
        margin-bottom: 12px;
    }

    .con2-p {
        margin-bottom: 50px;
    }

    .con2-u {
        margin-bottom: 50px;
    }

    .con2-l {
        margin-bottom: 20px;
    }

    .con2-limg {
        margin-right: 12px;
    }
}

/* footer */
#footer {
    overflow: hidden;
}

.ft-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px 0;
}

.ft1 {
    flex: 1;
}

.ft1-h {
    margin-bottom: 32px;
}

.ft1-h p {
    color: #FFF;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    letter-spacing: -0.8px;
    text-transform: capitalize;
    max-width: 470px;
}

/*  */
.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #66666600;
    border-radius: 6px;
    background: #FFF;
    overflow: hidden;
    padding: 2px 2px 2px 20px;
    transition: all 0.5s ease;
    max-width: 546px;
}

.ft1-sehfo:focus {
    border: 1px solid #FFF;
}

.ft1-sehfo>div {
    display: flex;
    align-items: center;
}

.ft1-sehfo input {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: 0.32px;
    background: transparent;
    border: none;
    width: 214px;
    max-width: 100%;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: #666;
}

.ft1-sehfo input::-moz-placeholder {
    color: #666;
}

.ft1-sehfo input::-ms-input-placeholder {
    color: #666;
}

/*  */
.ft1-sehfo button {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #012FA7;
    padding: 11px 30px;
}

.ft1-sehfo button::after,
.ft1-sehfo button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft1-sehfo button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft1-sehfo button:hover:before,
.ft1-sehfo button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft1-sehfo button p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: 0.32px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.ft1-share {
    margin-top: 50px;
}

.ft1-shareh {
    margin-bottom: 24px;
}

.ft1-shareh p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: -0.32px;
    text-transform: capitalize;
}

/*  */
.ft1-share .con1-share a {
    --w: 50px;
    margin-right: 30px;
}

.ft1-share .con1-share a i {
    font-size: 25px;
}

/*  */
.ft2 {
    width: 35%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft2-1 {
    flex: 1;
}

.ft2-1h {
    margin-bottom: 24px;
}

.ft2-1h p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

/*  */
.ft2-1l {
    margin-bottom: 16px;
}

.ft2-1l:last-child {
    margin-bottom: 0;
}

.ft2-1la {
    display: flex;
}

.ft2-1la p span {
    color: #FFF;
    font-family: 'Raleway';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    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);
}

.ft2-1la:hover p span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-2 {
    min-width: 256px;
    flex: 0 0 auto;
}

.ft2-2u {
    margin-bottom: 54px;
}

.ft2-2l {
    margin-bottom: 12px;
}

.ft2-2l:last-child {
    margin-bottom: 0;
}

.ft2-2la {
    display: flex;
}

.ft2-2la span {
    color: #F2F2F2;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    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);
}

.ft2-2la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
/*  */
.ft3 {
    position: relative;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #4D4D4D;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 4px;
}

.ft3-1copy span {
    color: #F2F2F2;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ft3-1cnzz {
    padding-bottom: 2px;
}

.ft3-1pow {
    margin-right: 12px;
}

.ft3-1pow span {
    color: #F2F2F2;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0);
    margin: 0 16px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #F2F2F2;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft-top {
        padding: 70px 0;
    }

    .ft1-share .con1-share a {
        --w: 40px;
        margin-right: 16px;
    }

    .ft1-share .con1-share a i {
        font-size: 18px;
    }

    .ft2 {
        width: 36%;
        margin-right: 20px;
    }

    .ft2-2 {
        min-width: 170px;
    }

    .ft3-2>span {
        margin: 0 8px 0;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 50px;
    }

    .ft3 {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0;
    }
}

@media (max-width: 992px) {
    .ft-top {
        justify-content: space-between;
        padding: 100px 0;
        flex-direction: column;
    }

    .ft1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ft2 {
        width: 100%;
        margin-right: 0;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 499px) {
    .ft-top {
        padding: 30px 0;
    }

    .ft1-h {
        margin-bottom: 16px;
    }

    .ft1-sehfo {
        padding: 2px 2px 2px 12px;
    }

    .ft1-share {
        margin-top: 30px;
    }

    .ft1-shareh {
        margin-bottom: 12px;
    }

    .ft2-1h {
        margin-bottom: 16px;
    }

    .ft2-1l {
        margin-bottom: 8px;
    }

    .ft2-2l {
        margin-bottom: 8px;
    }

    .ft2-2u {
        margin-bottom: 24px;
    }

    .ft1-sehfo button {
        padding: 6px 23px;
    }
}

/* news */
.ne-box {
    max-width: 1410px;
}

.ne-h {
    margin-bottom: 16px;
}

.ne-h p {
    color: #222;
    text-align: center;
    font-size: calc(var(--zj-news-h) - 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc((var(--zj-news-h) - 2px) * 1.18);
    letter-spacing: -1.74px;
    text-transform: capitalize;
}

.ne-h p span {
    color: #666;
}

.ne-p {
    margin-bottom: 57px;
}

.ne-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
}

.ne-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 40px;
}

.ne-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 60px;
}

.ne-limg .img-box {
    border-radius: 20px;
    padding-bottom: 64%;
    margin-bottom: 24px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lh {
    display: block;
    margin-bottom: 60px;
}

.ne-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lh p span {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    letter-spacing: -0.72px;
    text-transform: capitalize;
    --size: 1px;
    --color: #012FA7;
    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.8s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-lbox:hover .ne-lh p span {
    color: #012FA7;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lend {
    display: flex;
    align-items: center;
}

.ne-lnum {
    display: flex;
    align-items: center;
    margin-right: 16px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #F2F2F2;
    padding: 4px 10px;
}

.ne-lnum i {
    margin-right: 10px;
    font-size: 20px;
    line-height: normal;
    color: rgba(1, 47, 167, 1);
}

.ne-lnum p {
    color: #012FA7;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.ne-lp {
    display: flex;
    align-items: center;
    margin-right: 16px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #F2F2F2;
    padding: 4px 10px;
}

.ne-lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .ne-p {
        margin-bottom: 37px;
    }

    .ne-lh {
        margin-bottom: 30px;
    }

    .ne-u {
        margin-bottom: 0px;
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ne-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .ne-l {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ne-h {
        margin-bottom: 12px;
    }

    .ne-h p {
        letter-spacing: 0;
    }

    .ne-p {
        margin-bottom: 27px;
    }

    .ne-limg .img-box {
        margin-bottom: 12px;
    }

    .ne-lnum {
        margin-right: 8px;
    }

    .ne-lh {
        margin-bottom: 20px;
    }

    .ne-l {
        margin-bottom: 30px;
    }
}

/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #012FA7;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #012FA7;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* 山东中润垚智能制造有限公司（产品） */
.pro-box {
    max-width: 1410px;
}

.pro-h {
    margin-bottom: 16px;
}

.pro-h h2 {
    color: #222;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.167);
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.pro-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.pro-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    max-width: 1290px;
}

/* 产品nav */
.ne-nav {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
}

.ne-nau {
    width: calc(100% - 48px - 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne-nal {
    position: relative;
}

.ne-nala {
    padding: 32px 0;
    display: block;
    position: relative;
}

.ne-nala::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #012FA7;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
}

.ne-nala:hover::after {
    opacity: 1;
    width: 100%;
}

.ne-nal.on .ne-nala::after {
    opacity: 1;
    width: 100%;
}

.ne-nala p {
    color: #222;
    font-family: 'Raleway';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: capitalize;
}

.ne-nala:hover p {
    color: #012FA7;
}

.ne-nal.on .ne-nala p {
    color: #012FA7;
}

/* 产品nav  end */
.pro-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 50px;
}

.pro-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.pro-lbox {
    position: relative;
}

.pro-la {
    position: relative;
    display: block;
    border-radius: 20px;
    background: #F5F5F5;
}

.pro-limg .img-box img {
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-limg .img-box img {
    transform: scale(1.08);
}

.pro-lh {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
}

.pro-lh p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-lh p span {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    text-transform: capitalize;
    --size: 1px;
    --color: #012FA7;
    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);
}

.pro-lbox:hover .pro-lh p span {
    color: #012FA7;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro-lfly {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-lfly {
    opacity: 1;
}

.pro-lflya {
    display: block;
    border-radius: 126px;
    border: 1px solid #FFF;
    background: #FFF;
    --w: 80px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.pro-lflya:hover {
    border: 1px solid #8AA5EA;
    background: #012FA7;
}

.pro-lflya i {
    font-size: 24px;
    line-height: normal;
    color: rgba(1, 47, 167, 1);
    transition: all 0.5s ease;
}

.pro-lflya:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .pro-p {
        margin-bottom: 30px;
    }

    .ne-nala {
        padding: 16px 0 !important;
    }

    .pro-lflya {
        --w: 50px !important;
    }

    .pro-lflya i {
        font-size: 20px;
    }

    .pro-u {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.9px) {
    .ne-nav {
        display: none;
    }
}

@media (max-width: 992px) {
    .pro-l {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .pro-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .pro-h h2 {
        letter-spacing: 0;
    }

    .pro-l {
        margin-bottom: 20px;
    }

    .pro-u {
        margin-bottom: 10px;
    }
}

/* 山东中润垚智能制造有限公司（产品详情） */
.prode-box {
    max-width: 1410px;
}

.prode-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2 {
    width: calc(52% - 70px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 32px;
}

.prode1-2h h2 {
    color: #222;
    font-size: calc(var(--zj-ser-fth) + 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc((var(--zj-ser-fth) + 2px) * 1.26);
    text-transform: capitalize;
}

.prode1-2p h3 {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    margin-bottom: 8px;
}

.prode1-2p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.prode1-2share {
    display: flex;
    align-items: center;
    margin-top: 116px;
}

.prode1-2share p {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    letter-spacing: 0.36px;
    text-transform: capitalize;
    margin-right: 5px;
}

/*  */
.prode1-2btn {
    display: flex;
    margin-top: 32px;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #222;
    padding: 13px 78px;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #012FA7;
}

.prode1-2a i {
    font-size: 20px;
    line-height: normal;
    color: #FFF;
    margin-right: 16px;
}

.prode1-2a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/* prode-end */
.prode-end {
    margin-top: 100px;
}

/* prode-end */
.prode2 {
    position: sticky;
    top: 120px;
    z-index: 14;
    overflow: hidden;
    border-radius: 4px;
    background: #333;
}

.prode2-u {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: scroll;
    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: #00998B;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    position: relative;
    transition: all 0.5s ease;
}

.prode2-la {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: 0.32px;
    text-transform: capitalize;
    width: max-content;
    padding: 13px 60px;
    position: relative;
    transition: all 0.5s ease;
    border: 1px solid #e3ece400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.prode2-l.on .prode2-la {
    color: #012FA7;
    border-radius: 6px;
    border: 1px solid #000;
    background: #FFF;
}

.prode2-l:hover .prode2-la {
    color: #012FA7;
    border-radius: 6px;
    border: 1px solid #000;
    background: #FFF;
}

.prode2-la::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    transition: all 0.5s ease;
}

.prode2-l.on .prode2-la::after {
    opacity: 0;
}

.prode2-l:hover .prode2-la::after {
    opacity: 0;
}

/*  */
.prode-endbg {
    background: #F5F5F5;
    padding: 0 60px 100px;
}

.prode3h {
    margin-bottom: 60px;
}

.prode3h p {
    color: #222;
    font-size: calc(var(--zj-ser-fth) + 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc((var(--zj-ser-fth) + 2px) * 1.26);
    text-transform: capitalize;
}

/*  */
.prode5smh {
    margin-bottom: 24px;
}

.prode5smh p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

.prode5h {
    border-radius: 4px;
    background: #012FA7;
    margin-bottom: 16px;
    padding: 16px 24px;
}

.prode5h p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.06);
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.prode5h p span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.06);
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

/*  */
.prode5 .con1-fou {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.prode5 .con1-fol {
    margin-bottom: 16px;
    padding-right: calc(1rem * .5);
    padding-left: calc(1rem * .5);
}

.prode5 .con1-fol input,
.prode5 .con1-fol textarea {
    border-radius: 4px;
    background: #FFF;
    padding: 16px 24px;
    color: #666;
}

.prode5 .con1-fol input:focus,
.prode5 .con1-fol textarea:focus {
    border: 1px solid #012FA7;
}

.prode5 .con1-fol input::-webkit-input-placeholder {
    color: #666;
}

.prode5 .con1-fol input::-moz-placeholder {
    color: #666;
}

.prode5 .con1-fol input::-ms-input-placeholder {
    color: #666;
}

.prode5 .con1-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.prode5 .con1-fol textarea::-moz-placeholder {
    color: #666;
}

.prode5 .con1-fol textarea::-ms-input-placeholder {
    color: #666;
}

.prode5for .con1-fobt {
    display: flex;
    justify-content: flex-start;
}

.prode5for .con1-fobt button {
    width: auto;
    border-radius: 4px;
    background: #012FA7;
    padding: 4px 56px;
}

.prode5for .con1-fobt button span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 2);
}

/*  */
/* -------------------------------- */
/* prode4 */
.prode4 {
    position: relative;
}

.prode4-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ratingbox .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 15px;

    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ratingbox .rating input {
    display: none !important;
}

.ratingbox .rating input:checked~label:before {
    content: '\e9a1';
}

.ratingbox .rating label {
    font-size: 14px;

    margin-left: 5px;

    cursor: pointer;

    color: rgba(1, 47, 167, 1);
}

.ratingbox .rating label:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e9a2';
    -webkit-transition: all .35s;
    transition: all .35s;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ratingbox .rating label:hover:before,
.ratingbox .rating label:hover~label:before {
    content: '\e9a1';
}

/* Customer Reviews */
.prode4-1h p {
    color: #222;
    font-size: calc(var(--zj-ser-fth) + 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc((var(--zj-ser-fth) + 2px) * 1.26);
    text-transform: capitalize;
}

.write-btn {
    cursor: pointer;
}

.write-btn span {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    text-transform: capitalize;
    --size: 1px;
    --color: #012FA7;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.write-btn:hover span {
    color: #012FA7;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.write-form {
    display: none;
}

.form-review {
    margin-bottom: 56px;
}

.form-review>input,
.form-review>textarea,
.prode4-fol input {
    width: 100%;
    padding: 16px 24px;
    margin-bottom: 16px;
    background: transparent;
    transition: all 0.5s ease;

    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;

    border-radius: 4px;
    border: 1px solid #D9D9D9;
    position: relative;
}

.form-review>input:focus,
.form-review>textarea:focus {
    border: 1px solid rgba(1, 47, 167, 1);
}

.form-review>input::-webkit-input-placeholder {
    color: #666;
}

.form-review>input:-moz-placeholder {
    color: #666;
}

.form-review>input::-moz-placeholder {
    color: #666;
}

.form-review>input:-ms-input-placeholder {
    color: #666;
}

.form-review>textarea::-webkit-input-placeholder {
    color: #666;
}

.form-review>textarea:-moz-placeholder {
    color: #666;
}

.form-review>textarea::-moz-placeholder {
    color: #666;
}

.form-review>textarea:-ms-input-placeholder {
    color: #666;
}

.ratingbox {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    margin-bottom: 16px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.ratingbox p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

/* --------------- */
/*  */
.prode4-3box {
    padding-bottom: 26px;
    margin-bottom: 36px;
    border-bottom: 1px solid #D9D9D9;
}

.prode4-3box:last-child {
    margin-bottom: 0;
}

.prode4-3h {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-end;
}

.prode4-3h p {
    color: #222;
    font-size: calc(var(--zj-oem3-1l1p) + 2px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 50px;
}

.prode4-3h span {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    text-transform: capitalize;
}

.prode4-3hfly {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.prode4-3hfly1 {
    margin-right: 10px;
}

.prode4-3hfly1 p {
    color: #C00000;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.prode4-3hfly p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    margin-right: 10px;
}

.prode4-3hfly2 i {
    font-size: 14px;
    color: rgba(1, 47, 167, 1);
}

.prode4-3p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
}

.prode4 .con1-fobt {
    display: flex;
    justify-content: flex-start;
}

.prode4 .con1-fobt button {
    width: auto;
    border-radius: 4px;
    border: 1px solid #222;
    background: #0130a700;
    padding: 4px 56px;
}

.prode4 .con1-fobt button span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 2);
}

.prode4 .con1-fobt button i {
    color: rgba(34, 34, 34, 1);
}

/*  */
/* You May Like */
.prode3h {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode6-ubtn {
    display: flex;
    align-items: center;
}

.prode6-ubtn>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #F2F2F2;
    transition: all 0.5s ease;
}

.prode6-ubtn>div:hover {
    background: #222;
}

.prode6-ubtn>div:nth-child(2) {
    margin-left: 10px !important;
}

.prode6-ubtn>div::after {
    content: "";
}

.prode6-ubtn>div i {
    font-size: 20px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.prode6-ubtn>div:hover i {
    color: #fff;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .prode1-2 {
        width: calc(52% - 30px);
    }

    .prode1-2h {
        margin-bottom: 16px;
    }

    .prode1-2share {
        margin-top: 66px;
    }

    .prode-end {
        margin-top: 50px;
    }

    .prode-endbg {
        padding: 0 30px 70px;
    }

    .prode3,
    .prode4,
    .prode5,
    .prode6 {
        padding-top: 40px;
    }

    .prode3h {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }

    .slider-for {
        width: 100%;
        margin-bottom: 10px;
    }

    .slider-nav {
        width: 100%;
    }

    .prode2-u {
        justify-content: flex-start;
    }

    .prode2 {
        top: 80px;
    }
}

@media (max-width: 499px) {
    .prode1-2share {
        margin-top: 33px;
    }

    .prode1-2a {
        padding: 8px 22px;
    }

    .prode2-la {
        padding: 8px 20px;
    }

    .prode-endbg {
        padding: 0 12px 40px;
    }

    .prode3,
    .prode4,
    .prode5,
    .prode6 {
        padding-top: 30px;
    }

    .prode5h {
        padding: 12px 12px;
        margin-bottom: 8px;
    }

    .prode5 .con1-fol {
        margin-bottom: 8px;
    }

    .prode5 .con1-fol input,
    .prode5 .con1-fol textarea {
        padding: 12px 12px;
    }

    .prode3h {
        margin-bottom: 20px;
    }

    .prode4-1 {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .ratingbox,
    .form-review>input,
    .form-review>textarea,
    .prode4-fol input {
        padding: 12px 12px;
        margin-bottom: 8px;
    }

    .prode4-3h p {
        margin-right: 20px;
    }

    .form-review {
        margin-bottom: 26px;
    }

    .prode4-3h {
        margin-bottom: 8px;
    }

    .prode4-3hfly {
        margin-bottom: 20px;
    }

    .prode4-3box {
        padding-bottom: 16px;
        margin-bottom: 26px;
    }

    .prode6-ubtn>div {
        --w: 36px;
    }
}

/* 山东中润垚智能制造有限公司（关于我们） */
.ab1 {
    padding: 100px 0 60px;
    background: #FCFEFF;
}

.ab1-box {
    max-width: 1410px;
}

.ab1-h {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab1-h p {
    color: #222;
    text-align: center;
    font-family: 'Raleway';
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1h) - 2px);
    letter-spacing: -2.04px;
    text-transform: capitalize;
    max-width: 1000px;
}

.ab1-smh {
    margin-bottom: 16px;
}

.ab1-smh p {
    color: #222;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
}

.ab1-p>* {
    margin-bottom: 34px;
}

.ab1-p>*:last-child {
    margin-bottom: 0;
}

.ab1-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.666);
}

/*  */
.ab1-video {
    margin-top: 56px;
}

.ab1-img {
    position: relative;
    display: block;
}

.ab1-img .img-box {
    padding-bottom: 38%;
    border-radius: 20px;
}

.ab1-img .img-box img {
    transition: all 0.5s ease;
}

.ab1-img:hover .img-box img {
    transform: scale(1.08);
}

.ab1-i {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.ab1-i i {
    --w: 70px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #ffffff;
    font-size: 26px;
    color: rgba(1, 47, 167, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.ab1-img:hover .ab2-i i {
    animation: video 0.6s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-i>span {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
}

.ab1-i>span:nth-of-type(2) {
    background-color: rgba(255, 255, 255, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

/*  */
.ab1-logo {
    margin-top: 42px;
    position: relative;
    overflow: hidden;
}

.ab1-logo::after {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 10;
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255) 100%);
    pointer-events: none;
}

.ab1-sw {
    position: relative;
}

.ab1-sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ab1swimg {
    padding-bottom: 48%;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    cursor: pointer;
}

.ab1swimg img {
    transition: all 0.5s ease;
}

.ab1swimg:hover img {
    transform: scale(1.08);
}

/* ab2-box */
.ab2-box {
    max-width: 1410px;
    padding: 93px 0 87px;
}

.ab2-h {
    margin-bottom: 16px;
}

.ab2-h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.ab2-p {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-p p {
    color: #F2F2F2;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    max-width: 1170px;
}

/*  */
.ab2-sw {
    position: relative;
}

#ab2-sw {
    overflow: hidden;
}

.ab2-a {
    cursor: pointer;
}

.ab2-swimg .img-box {
    padding-bottom: 61%;
    border-radius: 20px;
    margin-bottom: 16px;
}

.ab2-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab2-a:hover .ab2-swimg .img-box img {
    transform: scale(1.08);
}

.ab2-swh p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.ab3-box {
    max-width: 1410px;
    padding: 130px 0;
}

.ab3-h {
    margin-bottom: 16px;
}

.ab3-h p {
    color: #222;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.ab3-p {
    margin-bottom: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab3-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    max-width: 1170px;
}

.ab3-sw {
    position: relative;
}

#ab3-sw {
    overflow: hidden;
}

#ab3-sw .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev,
.swiper-button-next {
    display: none !important;
}

.ab3-a {
    cursor: pointer;
}

.ab3-swimg {
    position: relative;
    /* margin-bottom: 22px; */
}

.ab3-swimg .img-box {
    padding-bottom: 140%;
    filter: blur(1.5px);
}

.ab3-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab3-a:hover .ab3-swimg .img-box img {
    transform: scale(1.08);
}

.ab3-swi {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    border: 1px solid #012FA7;
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.24) 0%, rgba(34, 34, 34, 0.24) 100%);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab3-a:hover .ab3-swi {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ab3-swi i {
    font-size: 42px;
    line-height: normal;
    color: #FFF;
}

.ab3-swh {
    display: none;
}

.ab3-swh p {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ab3-a:hover .ab3-swh p {
    color: #012FA7;
}

/*  */
.swiper-button-prev {
    left: -80px;
}

.swiper-button-next {
    right: -80px;
}

.swiper-button-prev,
.swiper-button-next {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background: #FFF;
    border-radius: 50%;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: centers;
    transition: all 0.5s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #012FA7;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.swiper-button-prev i,
.swiper-button-next i {
    font-size: 20px;
    color: rgba(1, 47, 167, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.swiper-button-prev:hover i,
.swiper-button-next:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .ab1 {
        padding: 70px 0 60px;
    }

    .ab2-box {
        padding: 70px 0 70px;
    }

    .ab3-box {
        padding: 70px 0;
    }
}

@media (max-width: 499px) {
    .ab1 {
        padding: 40px 0 40px;
    }

    .ab1-h {
        margin-bottom: 16px;
    }

    .ab1-h p {
        letter-spacing: 0;
    }

    .ab1-p>* {
        margin-bottom: 20px;
    }

    .ab1-video {
        margin-top: 36px;
    }

    .ab1-img .img-box {
        padding-bottom: 60%;
    }

    .ab1-logo {
        margin-top: 22px;
    }

    .ab2-box {
        padding: 40px 0;
    }

    .ab2-h p {
        letter-spacing: 0;
    }

    .ab3-box {
        padding: 40px 0;
    }

    .ab3-h p {
        letter-spacing: 0;
    }

    .ab3-p {
        margin-bottom: 23px;
    }
}

/* 山东中润垚智能制造有限公司（关于我们-design） */
.des1 {
    background: #F5F5F5;
}

.des1-box {
    padding: 100px 0;
    max-width: 1556px;
}

.des1-h {
    display: flex;
    align-items: center;
    justify-content: center;
}

.des1-h p {
    color: #222;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -1.8px;
    text-transform: capitalize;
    max-width: 1050px;
}

/*  */
.des1-u {
    margin-right: calc(-.5 * 3.25rem);
    margin-left: calc(-.5 * 3.25rem);
    margin-top: 100px;
}

.des1-l {
    padding-right: calc(3.25rem * .5);
    padding-left: calc(3.25rem * .5);
}

.des1-li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 32px;
}

.des1-li::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    background: #222;
    top: 50%;
    right: -68%;
    transform: translateX(-50%);
}

.des1-l:last-child .des1-li::after {
    display: none;
}

.des1-li i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #012FA7;
    --w: 68px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    font-size: 30px;
    line-height: normal;
    color: #FFF;
}

.des1-lnum {
    position: absolute;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    top: 50%;
    left: calc(50% + 40px);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #FFF;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.des1-lnum p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 2);
    letter-spacing: -0.64px;
    text-transform: capitalize;
}

.des1-lh {
    margin-bottom: 16px;
}

.des1-lh p {
    color: #222;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.333);
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.des1-lp p {
    color: #666;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
}

/*  */
.des2-box {
    padding: 120px 0 130px;
    max-width: 1410px;
}

.des2-h {
    margin-bottom: 78px;
}

.des2-h p {
    color: #222;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.des2-end {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.des2-1 {
    width: 49%;
    flex: 0 0 auto;
}

.des2-1l {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #F2F2F2;
}

.des2-1l:last-child {
    margin-bottom: 0;
}

.des2-1lh {
    margin-bottom: 16px;
}

.des2-1lh p {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.333);
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.des2-1lp p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
}

.des2-2 {
    width: calc(51% - 30px);
    flex: 0 0 auto;
}

.des2-2 {
    position: relative;
    border-radius: 20px;
    background: #012FA7;
}

#des2-2sw {
    overflow: hidden;
    transform: translate(-8px, -6px);
    border-radius: 20px;
}

.des2-2a {
    cursor: pointer;
}

.des2-2swimg .img-box {
    padding-bottom: 70%;
    border-radius: 20px;
}

.des2-2swimg .img-box img {
    transition: all 0.5s ease;
}

.des2-2a:hover .des2-2swimg .img-box img {
    transform: scale(1.08);
}

.des2-2swchan {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 12;
    right: 36px;
    bottom: 36px;
}

.des2-2swchan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1;
}

.des2-2swchan>div:last-child {
    margin-left: 10px !important;
}

@media (max-width: 1536px) {
    .des1-li::after {
        width: 120px;
    }

    .des1-box {
        padding: 70px 0;
    }

    .des1-u {
        margin-top: 70px;
    }

    .des2-box {
        padding: 70px 0 80px;
    }

    .des2-1l {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .des2-h {
        margin-bottom: 48px;
    }
}

@media (max-width: 992px) {
    .des1-li::after {
        display: none;
    }

    .des1-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .des1-l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 862px) {
    .des2-end {
        flex-direction: column;
    }

    .des2-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .des2-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .des1-h p {
        letter-spacing: 0;
    }

    .des1-box {
        padding: 40px 0;
    }

    .des1-u {
        margin-top: 30px;
    }

    .des1-li {
        margin-bottom: 16px;
    }

    .des2-box {
        padding: 40px 0;
    }

    .des2-h {
        margin-bottom: 24px;
    }

    .des2-h p {
        letter-spacing: 0;
    }

    .des2-1lh {
        margin-bottom: 12px;
    }

    .des2-2swchan {
        right: 12px;
        bottom: 12px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        --w: 37px;
    }
}

/* 山东中润垚智能制造有限公司（关于我们-Mold making） */
.mold .des1-box {
    max-width: 1410px;
}

.mold1-sw {
    margin-top: 60px;
    position: relative;
}

#mold1-sw {
    overflow: hidden;
}

.mold1-swimg {
    cursor: pointer;
}

.mold1-swimg .img-box {
    padding-bottom: 105%;
    border-radius: 20px;
    margin-bottom: 24px;
}

.mold1-swimg .img-box img {
    transition: all 0.5s ease;
}

.mold1-a:hover .mold1-swimg .img-box img {
    transform: scale(1.08);
}

.mold1-swh {
    margin-bottom: 16px;
}

.mold1-swh p {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.333);
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.mold1-swp p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
}

@media (max-width: 1536px) {
    .mold1-sw {
        margin-top: 40px;
    }
}

@media (max-width: 499px) {
    .mold1-sw {
        margin-top: 30px;
    }

    .mold1-swimg .img-box {
        margin-bottom: 12px;
    }

    .mold1-swh {
        margin-bottom: 8px;
    }
}

/* 山东中润垚智能制造有限公司（关于我们-processing） */
.proce .des1-box {
    max-width: 1410px;
}

.proce1 {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.proce1-1 {
    width: 46%;
    flex: 0 0 auto;
}

.proce1-1 .img-box {
    border-radius: 20px;
    padding-bottom: 68%;
}

.proce1-2 {
    width: calc(54% - 70px);
}

/*  */
.proce1-2l {
    border-radius: 20px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    padding: 20px;
    margin-bottom: 10px;
}

.proce1-2l:last-child {
    margin-bottom: 0;
}

.proce1-2l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pr1 {
    display: flex;
    flex: 1;
    align-items: center;
}

.pr1-num {
    flex: 0 0 auto;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #FFF;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    transition: all 0.5s ease;
}

.proce1-2l:hover .pr1-num {
    background: #012FA7;
}

.proce1-2l.on .pr1-num {
    background: #012FA7;
}

.pr1-num p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 2);
    letter-spacing: -0.64px;
    text-transform: capitalize;
}

.pr1-h {
    flex: 1;
}

.pr1-h p {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.333);
    letter-spacing: -0.96px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.proce1-2l:hover .pr1-h p {
    color: #012FA7;
}

.proce1-2l.on .pr1-h p {
    color: #012FA7;
}

.pr2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    margin-left: 4px;
    transition: all 0.5s ease;
}

.proce1-2l:hover .pr2 {
    background: #012FA7;
}

.proce1-2l.on .pr2 {
    background: #012FA7;
    transform: rotate(180deg);
}

.pr2 i {
    font-size: 16px;
    line-height: normal;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.proce1-2l:hover .pr2 i {
    color: #FFF;
}

.proce1-2l.on .pr2 i {
    color: #FFF;
}

/*  */
.proce1-2l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.proce1-2l.on .proce1-2l2 {
    max-height: 500px;
    opacity: 1;
}

.pr3 {
    padding: 16px 0 4px 80px;
}

.pr3 p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
}

@media (max-width: 1536px) {
    .proce1-2 {
        width: calc(54% - 30px);
    }

    .pr1-num {
        margin-right: 30px;
    }

    .pr2 {
        --w: 34px;
    }

    .proce1 {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .proce1 {
        flex-direction: column-reverse;
    }

    .proce1-1 {
        width: 100%;
    }

    .proce1-2 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .proce1 {
        margin-top: 30px;
    }

    .pr3 {
        padding: 16px 0 4px 0;
    }

    .proce1-2l {
        padding: 12px;
    }

    .pr1-num {
        margin-right: 12px;
    }
}

/* 山东中润垚智能制造有限公司（关于我们-inspection） */
.insp .des1-box {
    max-width: 1410px;
    padding: 100px 0 70px;
}

.insp-u {
    margin-top: 60px;
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.insp-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.insp-lbox {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    height: 100%;
    padding: 20px;
}

.insp-l1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.insp-l1 i {
    font-size: 40px;
    line-height: normal;
    color: rgba(34, 34, 34, 1);
    flex: 0 0 auto;
    margin-right: 32px;
}

.insp-l1 p {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.333);
    letter-spacing: -0.96px;
    text-transform: capitalize;
    flex: 1;
}

.insp-l2 p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
}

@media (max-width: 1536px) {
    .insp .des1-box {
        padding: 70px 0 40px;
    }

    .insp-u {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .insp-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .insp .des1-box {
        padding: 40px 0 20px;
    }

    .insp-u {
        margin-top: 30px;
    }

    .insp-l1 i {
        font-size: 32px;
        margin-right: 12px;
    }

    .insp-l1 {
        margin-bottom: 14px;
    }

    .insp-l {
        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: 42.9%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-arrow .slick-arrow {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 42.9%;
    -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: '\e611';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {}

@media (max-width: 1199.2px) {}

@media (max-width: 991px) {
    .banner .item a {
        padding-bottom: 50%;
    }

    .banner-video-box {
        padding-bottom: 50%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 54%;
    }

    .banner-video-box {
        padding-bottom: 54%;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 12px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    /* overflow: hidden; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 10px !important;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    /* border: 1px solid #D9D9D9; */
    background: rgba(255, 255, 255, 0.69);
    display: block;
    /* margin: 0 8px; */
    position: relative;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #012FA7;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 24px;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

.banner-chan {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.banner-chan .slick-arrow i {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: #012FA7;
}

/* banner-end */


/* ind-pro so1 */
.ind-pro {
    padding: 130px 0;
}

.so1 {
    max-width: 1650px;
}

.so1-1h {
    margin-bottom: 16px;
}

.so1-1h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.so1-1p {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-1p p {
    color: #F2F2F2;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    max-width: 1050px;
}

.so1-1btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 65px;
}

.so1-1a {
    display: block;
    border-radius: 4px;
    background: #FFF;
    padding: 13px 23px;
    transition: all 0.5s ease;
}

.so1-1a:hover {
    background: #012FA7;
}

.so1-1a p {
    color: #222;
    text-align: center;
    font-family: 'Raleway';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so1-1a:hover p {
    color: #FFF;
}

/*  */
.so1-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-2u {
    width: 100%;
    max-width: 1420px;
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.so1-2l {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.so1-2lbox {
    border-radius: 20px;
    border: 1px solid rgba(230, 230, 230, 0.35);
    background: rgba(245, 245, 245, 0.46);
    backdrop-filter: blur(7.5px);
    padding-bottom: 20px;
}

.so1-2lswbox {
    position: relative;
    margin-bottom: 16px;
}

.so1-2lsw {
    overflow: hidden;
}

.so1-2swimg .img-box {
    border-radius: 20px;
}

.so1-2swimg .img-box img {
    transition: all 0.5s ease;
}

.ab3-a:hover .so1-2swimg .img-box img {
    transform: scale(1.05);
}

.so1-2lswchan {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    z-index: 12;
}

.so1-2lswchan .swiper-pagination,
.so1-2lswchan .swiper-button-prev,
.so1-2lswchan .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    width: auto;
}

.so1-2lswchan .swiper-button-prev,
.so1-2lswchan .swiper-button-next {
    --w: auto;
    background: #ffffff00;
}

.so1-2lswchan .swiper-button-prev i,
.so1-2lswchan .swiper-button-next i {
    color: rgba(255, 255, 244, 1);
    font-size: 12px;
    margin: 0 11px !important;
}

.so1-2lswchan .swiper-button-prev:hover i,
.so1-2lswchan .swiper-button-next:hover i {
    color: #012FA7;
}

.so1-2lswchan .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-2lswchan .swiper-pagination .swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 1 !important;
}

.so1-2lswchan .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFF;
}

/*  */
.so1-2lh {
    margin-bottom: 10px;
    display: block;
}

.so1-2lh p {
    text-align: center;
}

.so1-2lh p span {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.333);
    text-transform: capitalize;
    --size: 1px;
    --color: #012FA7;
    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);
}

.so1-2lbox:hover .so1-2lh p span {
    color: #012FA7;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so1-2lp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-2lp p {
    color: #F2F2F2;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid rgba(209, 209, 209, 0.40);
    padding: 0 8px;
    margin: 0 5px;
}

/*  */
.so1-3 {
    margin-top: 176px;
    display: flex;
    justify-content: space-between;
}

.so1-3lf {
    flex: 1;
}

.so1-3i {
    margin-bottom: 28px;
}

.so1-3i i {
    font-size: 26px;
    line-height: normal;
    color: #FFF;
}

.so1-3h p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.333);
    letter-spacing: -0.96px;
    text-transform: capitalize;
    max-width: 277px;
}

.so1-3rg {
    flex: 0 0 auto;
    width: 72%;
}

.so1-3u {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so1-3l {
    position: relative;
}

.so1-3line {
    width: 1px;
    height: 108px;
    display: block;
    background: rgba(217, 217, 217, 0.24);
}

.so1-3l1 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.so1-3l1 p,
.so1-3l1 span {
    color: #FFF;
    font-size: calc(var(--zj-so2lnum2) + 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-so2lnum2) + 2px) * 1.17);
    text-transform: uppercase;
}

.so1-3l2 p {
    color: #D9D9D9;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.666);
}

/*  */
.so2 {
    max-width: 1764px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 145px 0;
}

.so2-1 {
    width: 36%;
    flex: 0 0 auto;
    position: relative;
    padding: 3% 0 0 12%;
}

.so2-1>img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    left: 0;
    top: 0;
}

.so2-1h {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
    width: 273px;
}

.so2-1h p {
    color: #FFF;
    font-size: 200px;
    font-style: normal;
    font-weight: 700;
    line-height: 200px;
    text-transform: uppercase;
}

.so2-1h span {
    color: #012FA7;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.so2-1p {
    display: flex;
    justify-content: flex-end;
    width: 273px;
    position: relative;
    padding-bottom: 24px;
}

.so2-1p::after {
    position: absolute;
    content: "";
    width: 222px;
    height: 1px;
    background: #D9D9D9;
    right: 0;
    bottom: 0;
}

.so2-1p p {
    color: #D9D9D9;
    text-align: right;
    font-size: var(--zj-ven2-las);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-las) * 1.666);
}

.so2-2 {
    width: calc(64% - 100px);
    flex: 0 0 auto;
}

.so2-2h {
    margin-bottom: 56px;
}

.so2-2h p {
    color: #FFF;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -1.8px;
    text-transform: capitalize;
    max-width: 793px;
}

/*  */
.so2-2ubox {
    position: relative;
    padding-top: 9%;
}

.so2-2ubox>img {
    position: absolute;
    width: 100%;
    max-width: 791px;
    height: auto;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    left: 0;
    top: 0;
}

.so2-2u {
    display: flex;
    flex-wrap: wrap;
}

.so2-2l {
    min-width: 287px;
    margin-right: 62px;
    margin-bottom: 44px;
    display: flex;
}

.so2-2la {
    display: block;
    position: relative;
}

.so2-2lte p {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: calc(var(--zj-ser-fth) + 2px);
    font-style: italic;
    font-weight: 700;
    line-height: var(--zj-con1h);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so2-2la:hover .so2-2lte p {
    color: #012FA7;
}

.so2-2lte p span {
    font-family: "Inter Tight";
    font-size: var(--zj-con1h);
}

.so2-2lte i {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -5px;
    left: 40%;
    transition: all 0.5s ease;
}

.so2-2la:hover .so2-2lte i {
    color: #012FA7;
}

.so3 {
    padding: 140px 0;
    display: flex;
    justify-content: space-between;
}

.so3-1 {
    width: 42%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.so3-1h p {
    color: #FFF;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -1.8px;
    text-transform: capitalize;
    max-width: 690px;
}

.so3-1u {
    display: flex;
    margin-left: 17px;
}

.so3-1l {
    width: 50px;
    border-radius: 50px;
    border: 1px solid #FFFFF4;
    margin-left: -17px;
}

.so3-1end {
    display: flex;
    align-items: center;
}

.so3-1end>p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    text-transform: capitalize;
    margin-left: 16px;
}

.so3-2 {
    width: calc(100% - 42% - 120px);
    flex: 0 0 auto;
}

.so3-2h {
    margin-bottom: 24px;
}

.so3-2h p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.333);
}

.so3-2p {
    margin-bottom: 32px;
}

.so3-2p p {
    color: #D9D9D9;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
}

.so3-2btn {
    display: flex;
    margin-bottom: 32px;
}

.so3-2video .ab1-img .img-box {
    padding-bottom: 57%;
}

/*  */
.so4 {
    padding: 130px 0;
}

.so4-h {
    margin-bottom: 16px;
}

.so4-h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.so4-p {
    margin-bottom: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so4-p p {
    color: #F2F2F2;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    max-width: 1410px;
}

/*  */
.so4-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.so4-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.so4-lbox {
    height: 100%;
    min-height: 358px;
    position: relative;
}

.so4-l1 {
    height: 100%;
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 10;
    transition: all .4s cubic-bezier(.2, .85, .4, 1.275) !important;
    perspective: 600px;
    opacity: 1;
}

.so4-lbox:hover .so4-l1 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: -1;
    opacity: 0;
}

.so4-l1i {
    position: relative;
    width: max-content;
}

.so4-l1i img {
    width: 75px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so4-l1i i {
    position: absolute;
    font-size: 24px;
    color: #FFF;
    line-height: normal;
    z-index: 12;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.so4-l1h {
    margin-bottom: 24px;
}

.so4-l1h p {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.333);
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.so4-l1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so4-l2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .4s cubic-bezier(.2, .85, .4, 1.275) !important;
    perspective: 600px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.so4-lbox:hover .so4-l2 {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 1;
}

.so4-l2 img {
    width: 100%;
    max-width: 270px;
    height: auto !important;
    object-fit: cover;
    object-position: center;
}

/* so5 */
.vr-box iframe {
    display: block;
    width: 100%;
    height: 657px;
    border-radius: 0;
}

/* so6 */
.so6 {
    padding-top: 140px;
}

.so6-h {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so6-h p {
    color: #222;
    text-align: center;
    font-size: calc(var(--zj-so2lnum2) + 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-so2lnum2) + 2px) * 1.18);
    letter-spacing: -1.74px;
    text-transform: capitalize;
    max-width: 794px;
}

.so6-h p span {
    color: #666;
}

.so6-p {
    margin-bottom: 80px;
}

.so6-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

/*  */
.so6-sw {
    position: relative;
    padding-top: 34px;
}

.so6-sw::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    max-width: 1020px;
    background: #D9D9D9;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.so6-ubox {
    margin-bottom: 60px;
}

.so6-u {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so6-l {
    --w: 80px;
    width: var(--w);
    height: var(--w);
    border-radius: 80px;
    border: 1px solid #FFFFF4;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    margin: 0 5px;
}

/* .so6-l:hover {
    border: 1px solid #012FA7;
} */

.so6-l.on {
    border: 1px solid #012FA7;
}

.so6-l::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

/* .so6-l:hover::after {
    opacity: 0;
} */

.so6-l.on::after {
    opacity: 0;
}

.so6-l img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
#so6-sw {
    overflow: hidden;
}

.so6-swp {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    position: relative;
}

.so6-swp::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    max-width: 1020px;
    background: #D9D9D9;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.so6-swp p {
    max-width: 1167px;
    color: #222;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.so6-swh {
    margin-top: 60px;
}

.so6-swh p {
    color: #012FA7;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-oem3-1l1p);
    margin-bottom: 8px;
}

.so6-swh span {
    color: #666;
    display: block;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.31);
}

.so6-swcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.so6-swcha>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
    background: #F2F2F2;
    margin: 0 5px !important;
}

.so6-swcha>div:hover {
    background: #222;
}

.so6-swcha>div i {
    color: rgba(34, 34, 34, 1);
}

.so6-swfu1 {
    position: absolute;
    left: 10%;
    top: 74px;
}

.so6-swfu1 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
}

.so6-swfu2 {
    position: absolute;
    right: 6%;
    bottom: 272px;
}

.so6-swfu2 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
}

/* so7 */
.so7 {
    padding-top: 140px;
}

.so7-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 54px;
}

.so7-1h {
    margin-bottom: 16px;
}

.so7-1h p {
    color: #222;
    font-size: calc(var(--zj-news-h) - 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc((var(--zj-news-h) - 2px) * 1.18);
    letter-spacing: -1.74px;
    text-transform: capitalize;
}

.so7-1h p span {
    color: #666;
}

.so7-1p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    max-width: 740px;
}

.so7-2 a {
    background: #222;
}

.so7-2 a p {
    color: #FFF;
}

/* so8 */
.so8 {
    margin-top: 150px !important;
    padding-bottom: 120px;
}

.so8-h {
    margin-bottom: 16px;
}

.so8-h p {
    color: #222;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.16);
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.so8-h p span {
    color: #666;
}

.so8-p {
    margin-bottom: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so8-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    max-width: 1290px;
}

/*  */
.so8-end {
    border-radius: 20px;
    padding: 116px 12px;
    margin-top: 90px;
}

.so8-eh {
    margin-bottom: 16px;
}

.so8-eh p {
    color: #FFF;
    text-align: center;
    font-size: calc(var(--zj-news-h) - 2px);
    font-style: normal;
    font-weight: 600;
    line-height: calc((var(--zj-news-h) - 2px) * 1.18);
    letter-spacing: -1.74px;
    text-transform: capitalize;
}

.so8-ep {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 52px;
}

.so8-ep p {
    color: #F2F2F2;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    max-width: 964px;
}

.so8-ebtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so8-ea {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #012FA7;
    padding: 13px 20px;
    transition: all 0.5s ease;
}

.so8-ea:hover {
    background: #222;
}

.so8-ea i {
    margin-right: 16px;
    font-size: 20px;
    color: #FFF;
    line-height: normal;
}

.so8-ea p {
    color: #FFF;
    text-align: center;
    font-family: 'Raleway';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
}

@media (max-width: 1536px) {
    .ind-pro {
        padding: 70px 0;
    }

    .so1-2lp p {
        font-size: 12px;
        margin: 0 2px;
    }

    .so1-3 {
        margin-top: 76px;
    }

    .so2 {
        padding: 75px 0;
    }

    .so2-2l {
        min-width: 134px;
    }

    .so2-2lte i {
        --w: 38px;
    }

    .so2-1h p {
        font-size: 134px;
        line-height: 134px;
    }

    .so3 {
        padding: 70px 0;
    }

    .so4 {
        padding: 70px 0;
    }

    .so4-lbox {
        min-height: 311px;
    }

    .so4-l1i img {
        width: 56px;
    }

    .so4-l1h {
        margin-bottom: 12px;
    }

    .vr-box iframe {
        height: 457px;
    }

    .so6 {
        padding-top: 70px;
    }

    .so6-p {
        margin-bottom: 40px;
    }

    .so6-swfu2 {
        right: -3%;
        bottom: 180px;
    }

    .so6-l {
        --w: 58px;
    }

    .so7 {
        padding-top: 70px;
    }

    .so8 {
        margin-top: 70px !important;
        padding-bottom: 70px;
    }
}

@media (max-width: 1140px) {
    .so1-2l {
        width: 50%;
        margin-bottom: 20px;
    }

    .so1-3 {
        flex-direction: column;
    }

    .so2-1 {
        padding: 0% 0 0 0%;
    }

    .so2-1>img {
        display: none;
    }

    .so2-2ubox>img {
        display: none;
    }

    .so2-2 {
        width: calc(64% - 68px);
    }

    .so1-3rg {
        width: 100%;
    }
}

@media (max-width:992px) {
    .so1-2l {
        width: 100%;
    }

    .so2 {
        flex-direction: column-reverse;
    }

    .so2-1 {
        width: 100%;
    }

    .so2-2 {
        width: 100%;
    }

    .so2-2h p {
        letter-spacing: 0;
    }

    .so3 {
        flex-direction: column;
    }

    .so3-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so3-2 {
        width: 100%;
    }

    .so3-1h {
        margin-bottom: 20px;
    }

    .so4-l {
        width: 50%;
        margin-bottom: 30px;
    }

    .so1-3u {
        flex-wrap: wrap;
    }

    .so1-3l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so1-3line {
        display: none;
    }

    .so8-end {
        padding: 76px 12px;
    }

    .so7-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so7-1 {
        margin-bottom: 20px;
    }
}

@media (max-width:768px) {
    .so4-l {
        width: 100%;
    }
}

@media (max-width:499px) {
    .ind-pro {
        padding: 40px 0;
    }

    .so1-1h p {
        letter-spacing: 0;
    }

    .so1-1p {
        margin-bottom: 20px;
    }

    .so1-1a {
        padding: 10px 18px;
    }

    .so1-1btn {
        margin-bottom: 35px;
    }

    .so1-3 {
        margin-top: 36px;
    }

    .so1-3i {
        margin-bottom: 6px;
    }

    .so1-3l {
        margin-bottom: 10px;
    }

    .so2 {
        padding: 40px 0;
    }

    .so2-2h {
        margin-bottom: 26px;
    }

    .so2-2ubox {
        padding-top: 0%;
    }

    .so2-2lte i {
        --w: 10px;
        font-size: 20px;
    }

    .so2-2l {
        margin-bottom: 24px;
    }

    .so2-1h p {
        font-size: 74px;
        line-height: 74px;
    }

    .so2-1h {
        margin-bottom: 20px;
    }

    .so3 {
        padding: 40px 0;
    }

    .so3-1h p {
        letter-spacing: 0;
    }

    .so4-h p {
        letter-spacing: 0;
    }

    .so4 {
        padding: 40px 0 20px;
    }

    .so6 {
        padding-top: 40px;
    }

    .so6-l {
        --w: 40px;
    }

    .so6-swfu1 img {
        width: 26px;
    }

    .so6-swfu2 img {
        width: 26px;
    }

    .so6-swfu1 {
        position: absolute;
        left: 2%;
        top: 75px;
    }

    .so6-ubox {
        margin-bottom: 30px;
    }

    .so6-swp {
        padding-bottom: 30px;
    }

    .so6-swh {
        margin-top: 30px;
    }

    .so6-swcha {
        margin-top: 20px;
    }

    .so7 {
        padding-top: 40px;
    }

    .so7-1h p {
        letter-spacing: 0;
    }

    .so7-top {
        margin-bottom: 24px;
    }

    .so8 {
        margin-top: 40px !important;
        padding-bottom: 40px;
    }

    .so8-h p {
        letter-spacing: 0;
    }

    .so8-p {
        margin-bottom: 27px;
    }

    .so8-end {
        padding: 36px 12px;
        margin-top: 30px;
    }

    .so8-ep {
        margin-bottom: 32px;
    }

    .so8-eh p {
        letter-spacing: 0;
    }

    .so8-ea {
        padding: 8px 16px;
    }
}

/*  */
.fancybox-slide--iframe .fancybox-content {
    height: 80% !important;
}