#ven {
    margin-top: 26px;
    transition: all 0.5s ease;
    /* background: rgba(0, 0, 0, 0.3); */
}

.ventricle {
    margin-top: 0 !important;
    /* box-shadow: 0 4px 10px 0 rgb(0 0 0 / 36%); */
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 0 !important;
}

/*  */
.hea-box {
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

/* .ventricle .hea-box {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
} */
.ven1-lo {
    display: flex;
    align-items: flex-end;
    padding: 6.5px 0;
}

.ven1-lo>div {
    margin-left: 15px;
}

.ven1-loim {
    position: relative;
}

.ven1-loim img {
    width: 222px;
    height: auto;
    transition: all 0.5s ease;
}

/*  */
.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(6.75px);
    padding: 0 32px 0 0;
    display: flex;
    align-items: center;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    margin: 0 10px;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 999px;
    transition: all 0.5s ease;
    min-width: 113px;
    padding: 0 8px;
}

.ven2-la:hover {
    background: #FFF;
}

.ven2-l.on .ven2-la {
    background: #FFF;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 0.66);
    text-transform: uppercase;

    --size: 0px;
    --color: #2FA19B;
    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: #006BE5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #006BE5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-la i {
    font-size: 14px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    margin-left: 6px;
    transition: all 0.5s ease;
}

.ven2-la:hover i {
    color: #F96F13;
}

.ven2-l.on .ven2-la i {
    color: #F96F13;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.vensesv i {
    font-size: 22px;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    margin-left: 6px;
}

.vensesv:hover i {
    color: #006BE5;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    text-transform: capitalize;
}

/*  */
.ven-inqury {
    display: flex;
    align-items: center;
}

.ven-inqury .ven-inqurya {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya i {
    font-size: 25px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya i {
    color: #2FA19B;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury .ven-inqurya p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    position: absolute;
    right: -22%;
    top: -9%;
    --w: 14px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #2FA19B;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.ven-line {
    width: 1px;
    height: 15px;
    margin: 0 65px;
    background: #ffffff00;
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EA580C;
}

/*  */
.ven2-lang {
    position: relative;
    height: 100%;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #1A1A1A;
    padding: 6px 18px 6px 7px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover {
    background: #EA580C;
}

.ven2-langi1 {
    border-radius: 50px;
    background: #FFF;
    padding: 2px;
    margin-right: 12px;
}

.ven2-langi1 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ven2-langbt i {
    font-size: 10px;
    color: #FFF;
    display: block;
    margin-left: 12px;
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-lanerbox {
    position: absolute;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    background: #FFF;
}

.ven2-lang:hover .ven2-lanerbox {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

.ven2-laner {
    padding: 8px 4px;
}

.ven2-laner>a {
    display: block;
    margin: 8px 0;
}

.ven2-laner>a p {
    text-align: center;
}

.ven2-laner>a span {
    color: #453737;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-laner>a:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

/* 语言新 */
.menu-language {
    position: relative;
}

@media (max-width: 1199px) {
    /* .menu-language {
        padding: 0 10px;
    } */
}

.menu-language::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
}

.menu-language:hover .drop-select {
    opacity: 1;
    pointer-events: auto;
}

.menu-language .select-name {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.9px;
    text-transform: capitalize;


    height: 80px;
    padding: 0 29.5px;
    border-radius: 999px;
    background: rgba(11, 51, 198, 1);
    backdrop-filter: blur(6.75px);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1400px) {
    .menu-language .select-name {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .menu-language .select-name {
        font-size: 14px;
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {
    /* .menu-language .select-name {
        font-size: 0;
    } */
}

.menu-language .select-name:hover {
    /* border: 1px solid rgba(255, 255, 255, 0.25); */
    background: #F18C1A;
    /* color: #2FA19B; */
}

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e66b';
    color: rgba(255, 255, 255, 1);
    font-family: 'iconfont' !important;
    margin-right: 15px;
    transition: all 0.5s ease;
}

/* .menu-language .select-name:hover:before {
    color: #2FA19B;
} */

@media (max-width: 1199px) {
    .menu-language .select-name::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name::before {
        /* margin-right: 0; */
        font-size: 18px;
        margin-right: 8px;
    }
}

.menu-language .select-name::after {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    content: '\e61b';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.5s ease;
}

/* .menu-language .select-name:hover::after {
    color: #2FA19B;
} */

@media (max-width: 767px) {
    .menu-language .select-name::after {
        display: none;
    }
}

.menu-language .drop-select {
    position: absolute;
    content: '';
    right: 0;
    top: calc(100%);
    z-index: 2;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .menu-language .drop-select {
        min-width: 100%;
        width: auto;
        height: 300px;
        overflow: auto;
        padding: 10px;
    }
}

.menu-language .drop-select li {
    font-size: 16px;
    display: inline-block;
    width: calc(100%/3);
    vertical-align: top;
}

@media (max-width: 991px) {
    .menu-language .drop-select li {
        width: 100%;
        font-size: 14px;
    }
}

.menu-language .drop-select li:hover a {
    color: #777777;
}

.menu-language .drop-select li a {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 14px;
}

.menu-language .drop-select li a:hover {
    background: #eee;
}

.menu-language .drop-select li a img {
    max-height: 20px;
    display: block;
    margin-right: 10px;
}

/* 语言-end */
@media (max-width: 1800px) {
    .ven2-l::after {
        margin: 0 12px;
    }

    .ven2-l:last-child:after {
        margin: 0 12px;
    }

    .ven1-loim img {
        width: 160px;
    }

    .ven-line {
        margin: 0 6px;
    }

    .ven2-la {
        min-width: 90px;
    }

    .ven2-l::after {
        margin: 0 6px;
    }

    .menu-language .select-name {
        height: 61px;
    }

    .ven-sehinp {
        top: 276% !important;
    }
}

@media (max-width: 1536px) {
    .ven2-la span {
        font-size: var(--zj-subnav);
    }

    /* .ven1-loim {
        padding: 12px 0;
    } */
    .ven-spbox {
        padding: 0 12px 0 12px;
    }

    /* .menu-language .select-name {
        padding: 0 12px;
    } */

    .hea-box {
        width: calc(100% - 30px);
    }

    .ven2-l:last-child:after {
        margin: 0 24px;
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 12px;
    }

    .ven2-l:last-child:after {
        margin: 0 12px;
    }

    .ven2-langi1 img {
        width: 30px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }

    .vensesv span {
        display: none;
    }

    .vensesv i {
        margin-left: 0;
    }

    #ven {
        margin-top: 12px;
    }

    .menu-language .select-name {
        padding: 0 12.5px !important;
    }

    .ven2-la {
        min-width: 76px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .hea-box {
        border-radius: 0;
        top: 0;
        width: 100%;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-u {
        display: none;
    }

    .ven2-lis {
        padding: 8px;
    }

    .ven2-3a img {
        width: 24px;
    }

    .ven-inqury .ven-inqurya p {
        display: none;
    }

    .ven-inqury .ven-inqurya i {
        margin-left: 0;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 120px;
    }

    .ven-line {
        margin: 0 4px;
    }

    .vensesv {
        border: none;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }

    .menu-language .select-name::before {
        font-size: 18px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 280%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 0px;
    --color: #2FA19B;
    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: #006BE5;
    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: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 0px;
    --color: #006BE5;
    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: #006BE5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 130%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #2FA19B;
    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: #2FA19B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 328%;
    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: #004844;
    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: 273%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 282%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 234%;
        right: -134px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven2-langi1 img {
        width: 24px;
    }

    .ven2-langbt {
        padding: 4px 10px 4px 4px;
    }

    .ven2-langi1 {
        margin-right: 6px;
    }

    .ven2-langbt i {
        margin-left: 6px;
    }
}

/* 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;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #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: #FFF !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: #FFF !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: #FFF !important;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 74px;
    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: #000;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #006BE5;
}

.xiantiao>a {
    color: #006BE5;
}

.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: 400;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #006BE5;
}

@media (max-width: 992px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 65px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }

    #venPho {
        margin-bottom: 5px;
    }
}

/* gg */
.sub {
    position: relative;
    z-index: 14;
    overflow: hidden;
}

.sub-te {
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 12;
}

.sub-te p {
    color: #FFF;
    text-align: center;
    font-size: 228px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -15.96px;
}

.sub-tesp p {
    font-size: 210px;
}

.sub-show {
    padding-top: 90px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1820px) {
    .sub-te p {
        font-size: 188px;
    }
}

@media (max-width: 1536px) {

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }

    .sub-te {
        bottom: -28px;
    }

    .sub-te p {
        font-size: 128px;
        letter-spacing: -8px;
    }
}

@media (max-width: 1199.9px) {
    .sub-te {
        bottom: -18px;
    }

    .sub-te p {
        font-size: 100px;
        letter-spacing: -2px;
    }
}

@media (max-width: 992px) {
    .sub-te p {
        font-size: 80px;
    }
}

@media (max-width: 768px) {
    .sub-te {
        bottom: -10px;
    }

    .sub-te p {
        font-size: 58px;
    }
}

@media (max-width: 499px) {
    .sub-te p {
        font-size: 38px;
    }
}

/*  */
.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: 356px;
    }

    .sub-about .sub-im img {
        max-height: 660px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 768px) {
    .sub-im img {
        min-height: 300px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 200px;
    }
}

/*  */
.subnav-box {
    position: relative;
    z-index: 12;
}

.subnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.subnav i {
    font-size: 22px;
    line-height: normal;
    color: rgba(102, 102, 102, 1);
    margin-right: 15px;
    line-height: normal;
}

.sub-show .subnav i {
    color: rgba(34, 34, 34, 1);
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #004844;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    --size: 1px;
    --color: #C1DA68;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.sub-show .breadcrumb-item::before,
.sub-show .breadcrumb-item a span {
    color: #004844;
    --size: 1px;
    --color: #C1DA68;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.breadcrumb-item:hover a span {
    color: #C1DA68;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item:last-child a span {
    color: #C1DA68;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #004844;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    padding-bottom: 3px;
}

/*  */
.nav-abox {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.nav-a {
    display: block;
    margin-left: 75px;
    position: relative;
}

.nav-a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #006FC1;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    opacity: 0;
}

.nav-a:hover::after {
    opacity: 1;
}

.nav-a.on::after {
    opacity: 1;
}

.nav-a:first-child {
    margin-left: 0;
}

.nav-a p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.nav-a:hover p {
    color: #006FC1;
}

.nav-a.on p {
    color: #006FC1;
}

/*  */
.subnav-u {
    display: flex;
    align-items: center;
}

.subnav-l {
    position: relative;
    display: flex;
    align-items: center;
}

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #006FC1;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }


    .nav-a {
        margin-left: 35px;
    }

    .nav-a::after {
        bottom: -10px;
    }

    .subnav {
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }

    .nav-abox {
        overflow: scroll;
        width: 30%;
    }

    .nav-a {
        margin-left: 12px;
    }

    .pro-11a {
        width: max-content;
    }
}

@media (max-width: 499px) {


    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }

    .menu-language .select-name {
        height: 49px !important;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    --w: 38px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #F2F4F3;
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    color: #FFF;
    background: #006BE5;
}

.sub-pagel.on a {
    color: #FFF;
    background: #006BE5;
}

.sub-pagel i {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

.sub-pagel.on a i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }

    .sub-pagel a i {
        --w: 26px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 100px;
    margin-top: 0;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 74px;
        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: 64px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 40px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    .subnav i {
        font-size: 18px;
        margin-right: 6px;
    }
}

/* contact */
.con1-box {
    padding: 130px 0 168px;
}

.con1-h {
    margin-bottom: 23px;
}

.con1-h p {
    color: #020202;
    text-align: center;
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-ft1h) - 2px) * 1.02);
    letter-spacing: -0.68px;
    text-transform: uppercase;
}

.con1-p {
    margin-bottom: 115px;
}

.con1-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
}

.con1-end {
    display: flex;
    justify-content: space-between;
}

.con1-1 {
    width: 32%;
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
    padding: 4% 4% 5%;
}

.con1-1h {
    margin-bottom: 47px;
}

.con1-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.2px;
    text-transform: capitalize;
}

.con1-1l {
    margin-bottom: 27px;
}

.con1-1l:last-child {
    margin-bottom: 0;
}

.con1-1l>p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.48px;
}

.con1-1labox {
    display: block;
}

#mobile-laboratory {
    position: relative;
    top: -500px;
}

.con1-1la {
    display: block;
}

.con1-1la p,
.con1-1la p span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    --size: 1px;
    --color: #F18C1A;
    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.con1-1la:hover p span {
    color: #F18C1A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con1-1share {
    margin-top: 27px;
}

.con1-1shp {
    margin-bottom: 10px;
}

.con1-1shp p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

.con1-1sha a {
    margin-right: 30px;
}

.con1-1sha a:last-child {
    margin-right: 0;
}

.con1-1sha a i {
    font-size: 24px;
    color: #FFF;
    transition: all 0.5s ease;
}

.con1-1sha a:hover i {
    color: rgba(241, 140, 26, 1);
}

.con1-2 {
    width: calc(68% - 75px);
    flex: 0 0 auto;
}

.con1-2smh {
    margin-bottom: 14px;
}

.con1-2smh p {
    color: #F18C1A;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con1-2h {
    margin-bottom: 14px;
}

.con1-2h p {
    color: #000;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.111);
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.con1-2p {
    margin-bottom: 67px;
}

.con1-2p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.3333);
    text-transform: capitalize;
    max-width: 873px;
}

/*  */
/*  */
.con2-form {
    width: 60%;
    flex: 0 0 auto;
}

.con2-fou {
    margin-right: calc(-.5 * 1.25em);
    margin-left: calc(-.5 * 1.25rem);
}

.con2-fou>div {
    margin-bottom: 14px;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.con2-fou>div:last-child {
    margin-bottom: 0;
}

.con2-fou>div p {
    color: #222;
    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;
    margin-bottom: 12px;
}

.con2-fol input,
.con2-fol textarea {
    color: #B1B1B1;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) 1.42);
    letter-spacing: -0.28px;

    width: 100%;
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    background: #F7F7F7;

    transition: all 0.5s ease;
    padding: 13px 16px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #006BE5;
}

.con2-fol input::-webkit-input-placeholder {
    color: #B1B1B1;
}

.con2-fol input::-moz-placeholder {
    color: #B1B1B1;
}

.con2-fol input::-ms-input-placeholder {
    color: #B1B1B1;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #B1B1B1;
}

.con2-fol textarea::-moz-placeholder {
    color: #B1B1B1;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #B1B1B1;
}

/*  */
.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.con2-fobt button {
    padding: 13px 66px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(0deg, #FAA212 0%, #EE782A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con2-fobt button span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
}

.con2-fobti {
    --w: 20px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
}

.con2-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1;
    color: rgba(0, 0, 0, 1);
}

.con2-fobti i:nth-child(2) {
    position: absolute;
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i:nth-child(2) {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.con3-box {
    padding: 180px 0;
}

.con3-h {
    margin-bottom: 20px;
}

.con3-h p {
    color: #FFF;
    text-align: center;
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 900;
    line-height: calc((var(--zj-ft1h) - 2px) * 0.88);
    text-transform: uppercase;
}

.con3-p {
    margin-bottom: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.con3-p p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    max-width: 1030px;
}

/*  */
.con3-lbox {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.44);
    height: 100%;
    padding: 87px 33px 65px;
}

.con3-lh {
    margin-bottom: 30px;
}

.con3-lh p {
    color: #FFF;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-proseh) * 1.12);
    letter-spacing: -1.6px;
}

.con3-lp {
    margin-bottom: 25px;
}

.con3-lp p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

.con3-lbtn {
    display: flex;
}

.con3-la {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFF;
    padding: 13px;
    min-width: 180px;
    position: relative;
    overflow: hidden;
}

.con3-la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, #FAA212 0%, #EE782A 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.con3-la:hover::after {
    opacity: 1;
}

.con3-la p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
    position: relative;
    z-index: 12;
}

.con3-la i {
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    line-height: normal;
    margin-left: 10px;
    position: relative;
    z-index: 12;
}

@media (max-width: 1536px) {
    .con1-box {
        padding: 70px 0 78px;
    }

    .con1-p {
        margin-bottom: 60px;
    }

    .con1-1 {
        width: 36%;
        padding: 2% 2% 3%;
    }

    .con1-2 {
        width: calc(64% - 30px);
        flex: 0 0 auto;
    }

    .con3-box {
        padding: 70px 0;
    }

    .con3-p {
        margin-bottom: 36px;
    }

    .con3-lbox {
        padding: 47px 16px 35px;
    }

    .con1-1labox {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .con1-end {
        flex-direction: column;
    }

    .con1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .con1-2 {
        width: 100%;
    }

    .con3-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .con3-l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .con2-fou>div {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con1-box {
        padding: 40px 0 48px;
    }

    .con1-h {
        margin-bottom: 13px;
    }

    .con1-p {
        margin-bottom: 30px;
    }

    .con1-1h {
        margin-bottom: 27px;
    }

    .con1-1l {
        margin-bottom: 13px;
    }

    .con1-2p {
        margin-bottom: 27px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 6px 12px;
    }

    .con3-box {
        padding: 40px 0;
    }

    .con3-lbox {
        padding: 27px 8px 17px;
    }

    .con3-lh {
        margin-bottom: 15px;
    }
}

/* footer */
#footer {
    overflow: hidden;
}

.ft-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px 0 64px;
}

.ft1-1h {
    margin-bottom: 40px;
}

.ft1-1h p {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    text-transform: uppercase;
}

.ft1-1share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 78px;
}

/*  */
.ft1-1copy {
    margin-bottom: 10px;
    max-width: 562px;
}

.ft1-1copy span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.43);
}

.ft1-end {
    display: flex;
    align-items: center;
}

.ft1-end1 {
    margin-right: 26px;
}

.ft1-end1pow span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
    --size: 1px;
    --color: #F18C1A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-end1pow:hover span {
    color: #F18C1A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-end2 {
    display: flex;
    align-items: center;
}

.ft1-end2>span {
    width: 1px;
    height: 14px;
    background: #FFF;
    margin: 0 6px;
}

.ft1-end2a {
    display: block;
}

.ft1-end2a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
    --size: 1px;
    --color: #F18C1A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-end2a:hover span {
    color: #F18C1A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-end2cnzz {
    padding-bottom: 2px;
    margin: 0 0 0 16px;
}

/* ft1-2 */
.ft1-2 {
    width: 54%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-2lh {
    margin-bottom: 36px;
}

.ft1-2lh p {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    text-transform: capitalize;
}

/* liebiao */
.ft1-2la {
    display: block;
    margin-bottom: 16px;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la {
    color: #FFF;
    max-width: 250px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ft1-2la span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: capitalize;

    --size: 1px;
    --color: #F18C1A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-2la:hover span {
    color: #F18C1A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* lianxi */
.ft1-2lfl {
    margin-bottom: 16px;
    max-width: 375px;
    display: flex;
    flex-wrap: wrap;
}

.ft1-2lfl:last-child {
    margin-bottom: 0;
}

.ft1-2lfl>p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
}

.ft1-2lflabox {
    display: flex;
    align-items: center;
}

.ft1-2lfla {
    display: flex;
}

.ft1-2lfla i {
    font-size: 20px;
    line-height: normal;
    margin-right: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
}

.ft1-2lfla:hover i {
    color: rgba(255, 255, 255, 1);
}

.ft1-2lfla p,
.ft1-2lfla span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);

    --size: 1px;
    --color: #F18C1A;
    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.ft1-2lfla:hover span {
    color: #F18C1A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft2 {
    margin-top: calc(-60px - 42px);
    position: relative;
    bottom: -42px;
}

.ft2-p p {
    color: #FFF;
    font-size: 288px;
    font-style: normal;
    font-weight: 700;
    line-height: 288px;
    letter-spacing: -14.4px;
    text-transform: capitalize;
}

.ft3 {
    background: #F18C1A;
    height: 25px;
    position: relative;
    z-index: 12;
}

@media (max-width: 1536px) {
    .ft1-2 {
        width: 65%;
    }

    .ft1-2lfl {
        max-width: 305px;
    }

    .ft2-p p {
        font-size: 200px;
        line-height: 200px;
    }

    .ft-top {
        padding: 70px 0 54px;
    }

    .ft1-end1 {
        margin-right: 13px;
    }

    .ft1-1share {
        margin-bottom: 38px;
    }

    .ft1-1h {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199.9px) {
    .ft-top {
        flex-direction: column-reverse;
    }

    .ft1-1 {
        width: 100%;
        margin-top: 20px;
    }

    .ft1-2 {
        width: 100%;
    }

    #footer {
        margin-bottom: 49px;
    }
}

@media (max-width: 768px) {
    .ft2 {
        margin-top: calc(-30px - 22px);
        bottom: -22px;
    }

    .ft2-p p {
        font-size: 120px;
        line-height: 120px;
        letter-spacing: -6.4px;
    }

    .ft1-2l:nth-child(1) {
        display: none;
    }

    .ft1-end {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft1-2lfla {
        flex-wrap: wrap;
    }

    .ft1-end2cnzz {
        margin: 0 0 0 0;
    }
}

@media (max-width: 600px) {

    .ft1-2l:nth-child(2) {
        display: none;
    }
}

@media (max-width: 499px) {
    .ft-top {
        padding: 40px 0 34px;
    }

    .ft1-2lh {
        margin-bottom: 18px;
    }

    .ft1-2lfl {
        max-width: 100%;
        margin-bottom: 8px;
    }

    .ft1-1h {
        margin-bottom: 10px;
    }

    .ft1-1share {
        margin-bottom: 24px;
    }

    .ft2-p p {
        font-size: 80px;
        line-height: 80px;
        letter-spacing: -2.4px;
    }

    .ft2 {
        margin-top: calc(-20px - 12px);
        bottom: -12px;
    }

    .ft3 {
        height: 15px;
    }

    .con1-1sha a {
        margin-right: 15px;
    }
}

/* 青岛儒海蓝色科技有限公司（新闻） */
.ne-box {
    padding: 128px 0 162px;
}

.ne-h {
    margin-bottom: 23px;
}

.ne-h p {
    color: #020202;
    text-align: center;
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-ft1h) - 2px) * 1.02);
    letter-spacing: -0.68px;
    text-transform: uppercase;
}

.ne-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 66px;
}

.ne-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    text-transform: capitalize;
    max-width: 572px;
}

.ne-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ne-nava {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 0.5px solid rgba(0, 0, 0, 0.30);
    background: #FFF;
    padding: 10px 44px;
    transition: all 0.5s ease;
    margin-right: 15px;
    margin-bottom: 60px;
}

.ne-nava:last-child {
    margin-right: 0;
}

.ne-nava:hover {
    background: #F18C1A;
}

.ne-nava.on {
    background: #F18C1A;
}

.ne-nava p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

/*  */
.ne-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 56px;
}

.ne-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 64px;
}

.ne-limg .img-box {
    padding-bottom: 53%;
    border-radius: 10px;
    margin-bottom: 26px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lnum {
    display: flex;
    margin-bottom: 26px;
}

.ne-lnum p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
    padding: 2px 30px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.50);
}

.ne-lh {
    display: block;
    margin-bottom: 14px;
}

.ne-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lh p span {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.48px;
    text-transform: capitalize;
    --size: 1px;
    --color: #006BE5;
    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: #006BE5;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lp {
    padding-bottom: 14px;
}

.ne-lp p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 68px 0 72px;
    }

    .ne-p {
        margin-bottom: 33px;
    }

    .ne-u {
        margin-bottom: 26px;
    }

    .ne-l {
        margin-bottom: 32px;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }

    .ne-nav {
        overflow: auto;
        justify-content: flex-start;
    }

    .ne-nav::-webkit-scrollbar {
        display: none;
    }

    .ne-nava {
        width: max-content;
        margin-bottom: 30px;
    }

    .ne-nava p {
        width: max-content;
    }

}

@media (max-width: 768px) {
    .ne-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 38px 0 42px;
    }

    .ne-h {
        margin-bottom: 13px;
    }

    .ne-p {
        margin-bottom: 23px;
    }

    .ne-limg .img-box {
        margin-bottom: 16px;
    }

    .ne-lnum {
        margin-bottom: 16px;
    }

    .ne-l {
        margin-bottom: 16px;
    }

    .ne-lh {
        margin-bottom: 8px;
    }

    .ne-u {
        margin-bottom: 14px;
    }
}

/* 青岛儒海蓝色科技有限公司（ADVANTAGE） */
.adv1-box {
    padding: 109px 0 185px;
}

.adv1-h {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.adv1-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 800;
    line-height: calc((var(--zj-news-h) + 4px) * 0.96);
    letter-spacing: -1.28px;
    text-transform: uppercase;
    max-width: 930px;
}

.adv1-p {
    margin-bottom: 100px;
}

.adv1-p p {
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 0.6);
}

.adv1-nav {
    display: flex;
    justify-content: center;
}

.adv1-nava {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    background: #788493;
    min-width: 330px;
    margin: 0 2.5px;
    transition: all 0.5s ease;
    max-width: 25%;
}

.adv1-nava:hover {
    background: #F18C1A;
}

.adv1-nava.on {
    background: #F18C1A;
}

.adv1-nava p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    text-transform: uppercase;
    transition: all 0.5s ease;
    text-align: center;
}

.adv1-nava:hover p {
    color: #000;
}

.adv1-nava.on p {
    color: #000;
}

.adv1-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 142px;
}

.adv1-1img {
    width: 58%;
    flex: 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.adv1-1img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.adv1-1te {
    width: calc(42% - 36px);
    flex: 0 0 auto;
}

.adv1-1h {
    margin-bottom: 28px;
}

.adv1-1h p {
    color: #000;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: var(--zj-so1top1);
    text-transform: uppercase;
}

.adv1-1smh {
    margin-bottom: 30px;
}

.adv1-1smh p {
    color: #000;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-proseh) * 1.12);
}

.adv1-1p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    margin-bottom: 20px;
}

.adv1-1p p:last-child {
    margin-bottom: 0;
}

.adv1-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.adv1-2lf {
    width: 58%;
    flex: 0 0 auto;
}

.adv1-2lfh {
    margin-bottom: 30px;
}

.adv1-2lfh p {
    color: #000;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-proseh) * 1.12);
}

.adv1-2lfp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    max-width: 900px;
}

.adv1-2rg {
    width: calc(42% - 36px);
    flex: 0 0 auto;
}

.adv1-2rgl {
    margin-bottom: 28px;
}

.adv1-2rgl:last-child {
    margin-bottom: 0;
}

.adv1-2rglh {
    margin-bottom: 10px;
}

.adv1-2rglh p {
    color: #000;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 0.66);
}

.adv1-2rglp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: uppercase;
    max-width: 422px;
}

/*  */
.adv2-box {
    padding: 159px 0 192px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adv2-1 {
    width: calc(42% - 55px);
    flex: 0 0 auto;
}

.adv2-1h {
    margin-bottom: 63px;
}

.adv2-1h p {
    color: #000;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.02);
    text-transform: uppercase;
}

.adv2-1num {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.adv2-1num p,
.adv2-1num span {
    color: #000;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-news-h) + 4px) * 1.09);
    text-transform: uppercase;
}

.adv2-1p {
    margin-bottom: 35px;
}

.adv2-1p p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    max-width: 543px;
}

.adv2-1btn {
    display: flex;
}

.adv2-1a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #F18C1A;
    padding: 17px 21px;
    transition: all 0.5s ease;
}

.adv2-1a:hover {
    background: #006BE5;
}

.adv2-1a p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 0.71);
    text-transform: uppercase;
    padding-top: 3px;
}

.adv2-1a i {
    font-size: 14px;
    color: #FFF;
    margin-left: 8px;
}

.adv2-2 {
    width: 58%;
    flex: 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.adv2-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*  */
.adv3-box {
    padding: 115px 0 67px;
}

.adv3-h {
    margin-bottom: 26px;
}

.adv3-h p {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.02);
    text-transform: uppercase;
    max-width: 869px;
}

.adv3-p p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    max-width: 716px;
}

.adv3-tebox {
    display: flex;
    justify-content: flex-end;
}

/*  */
.adv3-ulbox {
    margin-top: 79px;
    display: flex;
    justify-content: flex-end;
}

.adv3-u {
    max-width: 1518px;
    margin-right: calc(-.5 * 1.2rem);
    margin-left: calc(-.5 * 1.2rem);
}

.adv3-l {
    padding-right: calc(1.2rem * .5);
    padding-left: calc(1.2rem * .5);
}

.adv3-lbox {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.86);
    height: 100%;
    padding: 36px 64px 66px;
    transition: all 0.5s ease;
}

.adv3-lbox:hover {
    background: #006BE5;
}

.adv3-li {
    margin-bottom: 29px;
}

.adv3-li i {
    font-size: 50px;
    color: #000;
    line-height: normal;
    transition: all 0.5s ease;
}

.adv3-lbox:hover .adv3-li i {
    color: #FFF;
}

.adv3-lh {
    margin-bottom: 15px;
}

.adv3-lh p {
    color: #000;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: var(--zj-proseh);
    letter-spacing: -0.64px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.adv3-lbox:hover .adv3-lh p {
    color: #FFF;
}

.adv3-lp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    transition: all 0.5s ease;
}

.adv3-lbox:hover .adv3-lp p {
    color: #FFF;
}

/*  */
.adv4-box {
    padding: 214px 0 212px;
}

.adv4-h {
    margin-bottom: 20px;
}

.adv4-h p {
    color: #000;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.45);
    text-transform: uppercase;
}

.adv4-p {
    margin-bottom: 77px;
}

.adv4-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    max-width: 996px;
}

.adv4-sw {
    position: relative;
}

#adv4-sw {
    overflow: hidden;
    max-width: 1419px;
    padding: 20px 0;
    margin: auto;
}

.adv4-a {
    cursor: pointer;
}

.adv4-img .img-box {
    padding-bottom: 142%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.adv4-img .img-box img {
    transition: all 0.5s ease;
}

.adv4-a:hover .adv4-img .img-box img {
    transform: scale(1.08);
}

/*  */
#adv4-sw .swiper-button-prev,
#adv4-sw .swiper-button-next {
    border-radius: 999px;
    background: #F18C1A;
    width: 60px;
    height: 50px;
    transition: all 0.5s ease;
}

#adv4-sw .swiper-button-prev:hover,
#adv4-sw .swiper-button-next:hover {
    background: #006BE5;
}

#adv4-sw .swiper-button-prev::after,
#adv4-sw .swiper-button-next::after {
    content: "";
}

#adv4-sw .swiper-button-prev i,
#adv4-sw .swiper-button-next i {
    font-size: 18px;
    line-height: normal;
    color: #FFF;
}

/*  */
.adv5 {
    background-position: top center;
}

.adv5-box {
    padding: 23px 0 222px;
}

.adv5-h {
    margin-bottom: 16px;
}

.adv5-h p {
    color: #000;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.04);
    text-transform: uppercase;
    max-width: 1388px;
}

.adv5-p {
    margin-bottom: 85px;
}

.adv5-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    max-width: 780px;
}

/*  */
.adv5-form {
    display: flex;
    justify-content: flex-end;
}

.adv5-formbox {
    width: 100%;
    max-width: 1200px;
}

.adv5-form .con2-fou>div {
    margin-bottom: 20px;
}

.adv5-form .con2-fou>div:last-child {
    margin-bottom: 0;
}

.adv5-form .con2-fol input,
.adv5-form .con2-fol textarea {
    color: #000;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #dedede00;
}

.adv5-form .con2-fol input:focus,
.adv5-form .con2-fol textarea:focus {
    border: 1px solid #006BE5;
}

.adv5-form .con2-fol input::-webkit-input-placeholder {
    color: #000;
}

.adv5-form .con2-fol input::-moz-placeholder {
    color: #000;
}

.adv5-form .con2-fol input::-ms-input-placeholder {
    color: #000;
}

.adv5-form .con2-fol textarea::-webkit-input-placeholder {
    color: #000;
}

.adv5-form .con2-fol textarea::-moz-placeholder {
    color: #000;
}

.adv5-form .con2-fol textarea::-ms-input-placeholder {
    color: #000;
}

/*  */
.adv5-form .con2-fobt {
    margin-top: 20px;
}

.adv5-form .con2-fobt button {
    width: 100%;
    background: #F18C1A;
}

.adv5-form .con2-fobt button span {
    color: #FFF;
}

.adv5-form .con2-fobt button .con2-fobti i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .adv1-box {
        padding: 69px 0 65px;
    }

    .adv1-p {
        margin-bottom: 60px;
    }

    .adv1-1 {
        margin-top: 72px;
    }

    .adv2-box {
        padding: 69px 0 72px;
    }

    .adv2-1h {
        margin-bottom: 33px;
    }

    .adv3-box {
        padding: 75px 0 57px;
    }

    .adv3-ulbox {
        margin-top: 39px;
    }

    .adv3-lbox {
        padding: 18px 32px 33px;
    }

    .adv4-box {
        padding: 114px 0 112px;
    }

    .adv5-box {
        padding: 23px 0 122px;
    }

    .adv4-p {
        margin-bottom: 37px;
    }
}

@media (max-width: 1199.9px) {
    .adv1-nav {
        justify-content: flex-start;
        overflow: auto;
    }

    .adv1-nav::-webkit-scrollbar {
        display: none;
    }

    .adv1-nava {
        margin: 0 2.5px 0 0;
        width: max-content;
    }

    .adv1-nava:last-child {
        margin: 0;
    }
}

@media (max-width: 992px) {
    .adv1-1 {
        flex-direction: column-reverse;
    }

    .adv1-1img {
        width: 100%;
    }

    .adv1-1te {
        width: 100%;
        margin-bottom: 20px;
    }

    .adv1-2 {
        flex-direction: column;
        margin-top: 60px;
    }

    .adv1-2lf {
        width: 100%;
        margin-bottom: 28px;
    }

    .adv1-2lfh {
        margin-bottom: 10px;
    }

    .adv1-2rg {
        width: 100%;
    }

    .adv1-2rglp p {
        max-width: 100%;
    }

    .adv2-box {
        flex-direction: column;
    }

    .adv2-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .adv2-2 {
        width: 100%;
    }

    .adv3-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .adv3-l:last-child {
        margin-bottom: 0;
    }

    .adv4-box {
        padding: 64px 0 62px;
    }

    .adv5-p {
        margin-bottom: 45px;
    }

    .adv5-box {
        padding: 23px 0 62px;
    }

    .adv1-p p {
        line-height: calc(var(--zj-prode1-2h) * 1.2);
    }
}

@media (max-width: 499px) {
    .adv1-box {
        padding: 39px 0 35px;
    }

    .adv1-h {
        margin-bottom: 14px;
    }

    .adv1-p p {
        font-size: 24px;
        line-height: calc(24px * 1.2);
    }

    .adv1-p {
        margin-bottom: 30px;
    }

    .adv1-nava {
        min-width: 230px;
        max-width: max-content;
    }

    .adv1-1 {
        margin-top: 32px;
    }

    .adv1-1h {
        margin-bottom: 14px;
    }

    .adv1-1smh {
        margin-bottom: 20px;
    }

    .adv1-2 {
        margin-top: 30px;
    }

    .adv2-box {
        padding: 39px 0 42px;
    }

    .adv3-box {
        padding: 35px 0 37px;
    }

    .adv3-h {
        margin-bottom: 13px;
    }

    .adv3-ulbox {
        margin-top: 29px;
    }

    .adv3-lbox {
        padding: 10px 16px 16px;
    }

    .adv3-li {
        margin-bottom: 19px;
    }

    .adv4-box {
        padding: 44px 0 22px;
    }

    .adv4-p {
        margin-bottom: 17px;
    }

    .adv5-box {
        padding: 13px 0 42px;
    }

    .adv5-p {
        margin-bottom: 25px;
    }
}

.ser-top {
    padding: 100px 0 78px;
}

.ser1-h {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ser1-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-ft1h) - 2px) * 1.02);
    letter-spacing: -1.36px;
    text-transform: uppercase;
    max-width: 1398px;
}

.ser1-p {
    margin-bottom: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ser1-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    letter-spacing: -0.54px;
    max-width: 776px;
}

.ser2 {
    margin-top: 92px;
}

.ser2-h {
    margin-bottom: 22px;
}

.ser2-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.2);
    text-transform: capitalize;
}

.ser2-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 68px;
}

.ser2-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    max-width: 580px;
}

.ser2-u1 {
    display: flex;
    justify-content: center;
    margin-right: calc(-.5 * 3.6rem);
    margin-left: calc(-.5 * 3.6rem);
    margin-bottom: 60px;
}

.ser2-l1 {
    padding-right: calc(3.6rem * .5);
    padding-left: calc(3.6rem * .5);
}

.ser2-l1a {
    cursor: pointer;
}

.ser2-l1a p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.55);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ser2-l1.on .ser2-l1a p {
    color: #F18C1A;
}

.ser2-l1a:hover p {
    color: #F18C1A;
}

.ser2-l2 {
    display: none;
}

.ser2-l2.on {
    display: block;
}

.ser2-l2img {
    margin-bottom: 58px;
}

.ser2-l2img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.ser2-l2te {
    max-width: 1475px;
    margin: auto;
}

.ser2-l2h {
    margin-bottom: 20px;
}

.ser2-l2h p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.16);
}

.ser2-l2p {
    margin-bottom: 72px;
}

.ser2-l2p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.ser2-l2tl {
    margin-bottom: 60px;
}

.ser2-l2tlh {
    margin-bottom: 20px;
}

.ser2-l2tlh p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.16);
}

.ser2-l2tlp p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/*  */
.ser3-box {
    padding: 85px 0 0;
}

.ser3-h {
    margin-bottom: 16px;
}

.ser3-h p {
    color: #020202;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 0.83);
    letter-spacing: -0.48px;
}

.ser3-p {
    margin-bottom: 102px;
}

.ser3-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.ser3-sw {
    position: relative;
    padding-bottom: 70px;
}

#ser3-sw .swiper-pagination {
    bottom: 0;
}

#ser3-sw {
    overflow: hidden;
}

.ser3-swbox {
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    background: #F7F7F7;
    padding: 27px 140px 27px 40px;
    transition: all 0.5s ease;
}

#ser3-sw .swiper-slide.on .ser3-swbox {
    border-radius: 10px;
    background: #006BE5;
}

.ser3-sw1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ser3-sw1h p {
    color: #222;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con2la) * 1.18);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

#ser3-sw .swiper-slide.on .ser3-sw1h p {
    color: #FFF;
}

.ser3-sw1i {
    flex: 0 0 auto;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    border-radius: 999px;
    background: #f18d1a00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.5s ease;
}

#ser3-sw .swiper-slide.on .ser3-sw1i {
    transform: rotate(180deg);
    background: #F18C1A;
}

.ser3-sw1i i {
    color: #1E1E1E;
    font-size: 18px;
    line-height: normal;
}

.ser3-sw2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s ease;
}

#ser3-sw .swiper-slide.on .ser3-sw2 {
    max-height: 500px;
    opacity: 1;
}

.ser3-sw2te {
    margin-top: 13px;
}

.ser3-sw2te p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 1285px;
}

/*  */
.ser4 {
    background-position: top center;
}

.ser4-box {
    padding: 140px 0 288px;
}

.ser4-h {
    margin-bottom: 10px;
}

.ser4-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-news-h) + 4px) * 1.09);
    letter-spacing: -1.92px;
    text-transform: uppercase;
}

.ser4-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 66px;
}

.ser4-p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    max-width: 780px;
    text-align: center;
}

.ser4 .adv5-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser4 .adv5-formbox {
    max-width: 1200px;
}

@media (max-width: 1536px) {
    .ser-top {
        padding: 70px 0 48px;
    }

    .adv1-nava {
        min-width: 270px;
    }

    .ser1-p {
        margin-bottom: 36px;
    }

    .ser2 {
        margin-top: 42px;
    }

    .ser2-u1 {
        margin-right: calc(-.5 * 1.6rem);
        margin-left: calc(-.5 * 1.6rem);
        margin-bottom: 30px;
    }

    .ser2-l1 {
        padding-right: calc(1.6rem * .5);
        padding-left: calc(1.6rem * .5);
        flex: 1;
    }

    .ser3-box {
        padding: 45px 0 0;
    }

    .ser3-p {
        margin-bottom: 52px;
    }

    .ser3-swbox {
        padding: 17px 60px 17px 20px;
    }

    .ser4-box {
        padding: 40px 0 88px;
    }
}

@media (max-width: 1199.9px) {
    .adv1-nav {
        overflow: auto;
    }

    .ser2-l1a p {
        width: max-content;
    }

    .ser2-u1 {
        justify-content: flex-start;
        overflow: auto;
    }

    .ser2-u1::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 992px) {

    .ser2-l2tl {
        width: 100%;
    }

    .ser2-l2tl:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 499px) {
    .ser-top {
        padding: 40px 0 48px;
    }

    .ser1-h {
        margin-bottom: 10px;
    }

    .ser1-p {
        margin-bottom: 18px;
    }

    .adv1-nava p {
        font-size: 16px;
        line-height: calc(16px * 1.4);
    }

    .adv1-nava {
        padding: 6px;
    }

    .ser2 {
        margin-top: 20px;
    }

    .ser2-h {
        margin-bottom: 12px;
    }

    .ser2-p {
        margin-bottom: 32px;
    }

    .ser2-u1 {
        margin-bottom: 20px;
    }

    .ser2-l2img img {
        height: 160px;
    }

    .ser2-l2img {
        margin-bottom: 28px;
    }

    .ser2-l2p {
        margin-bottom: 32px;
    }

    .ser2-l2tl {
        margin-bottom: 30px;
    }

    .ser3-p {
        margin-bottom: 22px;
    }

    .ser3-swbox {
        padding: 12px 10px 12px 10px;
    }

    #ser3-sw .swiper-pagination {
        bottom: 20px;
    }
}

/* 青岛儒海蓝色科技有限公司（关于我们） */
.ab1-box {
    padding: 108px 0 146px;
}

.ab1-h {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ab1-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-ft1h) - 2px) * 1.02);
    letter-spacing: -1.36px;
    text-transform: uppercase;
    max-width: 1298px;
}

.ab1-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 76px;
}

.ab1-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    max-width: 776px;
}

.ab1-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ab1-1 {
    width: calc(100% - 49.4% - 50px);
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ab1-1img {
    width: calc(50% - 17.5px);
    position: relative;
}

.ab1-1img>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.ab1-1img:nth-child(2)>img {
    margin-top: 59px;
}

.ab1-flyimg {
    position: absolute;
    width: 116px;
    z-index: 12;
    top: 102px;
    right: -58px;
}

.ab1-flyimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

.ab1-flyimg:hover img {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-2 {
    width: 49.4%;
    flex: 0 0 auto;
    margin-bottom: -44px;
}

.ab1-2h {
    margin-bottom: 23px;
}

.ab1-2h p {
    color: #000;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1lenda) * 1.28);
    letter-spacing: -0.84px;
    text-transform: capitalize;
}

.ab1-2p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    margin-bottom: 23px;
}

.ab1-2p p:last-child {
    margin-bottom: 0;
}

.ab2-box {
    padding-bottom: 120px;
}

.ab2-h {
    margin-bottom: 100px;
}

.ab2-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 800;
    line-height: calc((var(--zj-news-h) + 4px) * 0.62);
    letter-spacing: -1.28px;
    text-transform: uppercase;
}

.ab2-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ab2-li i {
    font-size: 70px;
    color: rgba(0, 107, 229, 1);
    line-height: normal;
}

.ab2-lh {
    margin-bottom: 15px;
}

.ab2-lh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1lenda) * 1.14);
    letter-spacing: -0.56px;
    text-transform: capitalize;
}

.ab2-lp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ab2-lp p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    max-width: 433px;
}

.ab3-box {
    padding: 190px 0 176px;
}

.ab3-h {
    margin-bottom: 120px;
}

.ab3-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 800;
    line-height: calc((var(--zj-news-h) + 4px) * 0.62);
    letter-spacing: -1.28px;
    text-transform: uppercase;
}

.ab3-sw {
    position: relative;
}

#ab3-sw {
    overflow: hidden;
}

#ab3-sw .swiper-wrapper {
    height: auto;
}

#ab3-sw .swiper-slide {
    height: auto;
}

.ab3-a {
    display: flex;
    border-radius: 10px;
    background: #EDEDED;
    overflow: hidden;
    height: 100%;
}

.ab3-swimg {
    width: 49.5%;
    flex: 0 0 auto;
}

.ab3-swimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*  */
.ab3-swte {
    padding: 98px 23px 23px;
}

.ab3-swh {
    margin-bottom: 15px;
}

.ab3-swh p {
    color: #000;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1_2h) * 0.88);
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.ab3-swp p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

.ab3-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 58px;
}

.ab3-btna {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #F18C1A;
    padding: 17px 15px;
    transition: all 0.5s ease;
}

.ab3-btna:hover {
    background: #006BE5;
}

.ab3-btna p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 0.71);
    text-transform: uppercase;
}

.ab3-btna i {
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    margin-left: 8px;
}

/*  */
.ab4-box {
    padding: 120px 0 160px;
}

.ab4-h {
    margin-bottom: 112px;
}

.ab4-h p {
    color: #FFF;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-news-h) + 4px) * 1.09);
    letter-spacing: -1.28px;
    text-transform: uppercase;
}

.ab4-end {
    display: flex;
    justify-content: space-between;
}

.ab4-1 {
    width: 49.4%;
    flex: 0 0 auto;
}

.ab4-1l {
    margin-bottom: 76px;
}

.ab4-1l:last-child {
    margin-bottom: 0;
}

.ab4-1h {
    margin-bottom: 30px;
}

.ab4-1h p {
    color: #FFF;
    font-size: calc(var(--zj-pro2-1h) - 2px);
    font-style: normal;
    font-weight: 800;
    line-height: calc((var(--zj-pro2-1h) - 2px) * 1.14);
    letter-spacing: -0.56px;
    text-transform: capitalize;
}

.ab4-1p p {
    color: #FFF;
    font-size: var(--zj-so1lenda);
    font-weight: normal;
    line-height: calc(var(--zj-so1lenda) * 1.12);
    letter-spacing: -0.96px;
}

.ab4-2 {
    width: calc(100% - 49.4% - 104px);
    flex: 0 0 auto;
}

/*  */
.ab5-box {
    padding: 134px 0 116px;
}

.ab5-h {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ab5-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-news-h) + 4px) * 1.09);
    letter-spacing: -1.28px;
    text-transform: uppercase;
    max-width: 840px;
}

.ab5-p {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ab5-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    max-width: 860px;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 68px 0 106px;
    }

    .ab1-flyimg {
        width: 90px;
        right: -45px;
    }

    .ab2-h {
        margin-bottom: 70px;
    }

    .ab2-li i {
        font-size: 40px;
    }

    .ab2-box {
        padding-bottom: 70px;
    }

    .ab3-box {
        padding: 70px 0 76px;
    }

    .ab3-h {
        margin-bottom: 60px;
    }

    .ab3-swte {
        padding: 38px 23px 23px;
    }

    .ab4-box {
        padding: 70px 0 70px;
    }

    .ab4-h {
        margin-bottom: 52px;
    }

    .ab4-1l {
        margin-bottom: 46px;
    }

    .ab5-box {
        padding: 74px 0 76px;
    }

    .ab5-p {
        margin-bottom: 30px;
    }

    .ser4-box {
        padding: 70px 0 188px;
    }
}

@media (max-width: 992px) {
    .ab1-end {
        flex-direction: column-reverse;
    }

    .ab1-1 {
        width: 100%;
    }

    .ab1-2 {
        width: 100%;
        margin-bottom: 0;
        margin-bottom: 30px;
    }

    .ab2-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab2-l:last-child {
        margin-bottom: 0;
    }

    .ab2-lp p {
        max-width: 100%;
    }

    .ab4-end {
        flex-direction: column;
    }

    .ab4-1 {
        width: 100%;
        margin-bottom: 46px;
    }

    .ab4-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ab3-a {
        flex-direction: column-reverse;
    }

    .ab3-swimg {
        width: 100%;
    }

    .ab3-swte {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 38px 0 46px;
    }

    .ab1-p {
        margin-bottom: 36px;
    }

    .ab1-1img {
        width: calc(50% - 7.5px);
    }

    .ab1-flyimg {
        width: 76px;
        right: 0px;
        top: 0px;
    }

    .ab2-h {
        margin-bottom: 40px;
    }

    .ab2-li {
        margin-bottom: 12px;
    }

    .ab2-li i {
        font-size: 34px;
    }

    .ab2-box {
        padding-bottom: 40px;
    }

    .ab3-box {
        padding: 40px 0;
    }

    .ab3-h {
        margin-bottom: 30px;
    }

    .ab3-a {
        justify-content: space-between;
    }

    .ab3-btn {
        margin-top: 22px;
    }

    .ab4-box {
        padding: 40px 0;
    }

    .ab4-h {
        margin-bottom: 22px;
    }

    .ab4-1h {
        margin-bottom: 10px;
    }

    .ab4-1l {
        margin-bottom: 23px;
    }

    .ab4-1 {
        margin-bottom: 23px;
    }

    .ab5-box {
        padding: 40px 0 20px;
    }

    .ab5-p {
        margin-bottom: 10px;
    }

    #adv4-sw .swiper-button-prev,
    #adv4-sw .swiper-button-next {
        width: 40px;
        height: 30px;
    }

    .ser4-box {
        padding: 10px 0 48px;
    }

    .ser4-p {
        margin-bottom: 30px;
    }

    .adv5-form .con2-fou>div {
        margin-bottom: 10px;
    }

    .adv5-form .con2-fobt {
        margin-top: 10px;
    }
}

/* -------------------------------------------- */

/* 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: 50.2%;
}

.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: 50.2%;
    -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: rgb(255, 255, 255);
    display: block;
    /* margin: 0 8px; */
    position: relative;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: rgb(255, 255, 255);
}

.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: 3px solid rgb(255, 255, 255);
    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: #BA021A;
}

/* banner-end */
.ban-fly {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ban-flyh {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ban-flyh p {
    color: #FFF;
    text-align: center;
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-ft1h) - 2px) * 0.97);
    letter-spacing: -2.04px;
    text-transform: uppercase;
    max-width: 1088px;
}

.ban-flyp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.ban-flyp p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    letter-spacing: -0.72px;
    max-width: 865px;
}

.ban-flybtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ban-flya {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    min-width: 170px;
    border-radius: 6999px;
    border: 0.5px solid #F18C1A;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8.800000190734863px);
    padding: 15px !important;
    margin: 0 6px;
    transition: all 0.5s ease;
}

.ban-flya:hover {
    background: #F18C1A;
}

.ban-flya p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-ven2-la);
    text-transform: capitalize;
}

/* ind-compre so1 */
.so1-top {
    padding: 100px 0 72px;
}

.so1-h {
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.so1-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-ft1h) - 2px) * 1.02);
    letter-spacing: -1.36px;
    text-transform: uppercase;
    max-width: 1136px;
}

.so1-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so1-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    letter-spacing: -0.54px;
    max-width: 630px;
}

/*  */
.so1-end {
    position: relative;
    overflow: hidden;
}

.so1-u1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.so1-l1 {
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.so1-l1.on {
    opacity: 1;
}

.so1-l1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*  */
.so1-u2 {
    position: relative;
    z-index: 12;
    margin: 0;
}

.so1-l2 {
    padding: 0;
    border-right: 0.5px solid #FFF;
}

.so1-l2:last-child {
    border-right: none;
}

.so1-l2a {
    display: block;
    padding: 36px 34px 141px;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s ease;
}

.so1-l2a:hover {
    background: rgba(0, 111, 255, 0.70);
}

.so1-l2num {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 156px;
}

.so1-l2num p {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.so1-l2te {
    transform: translateY(280px);
    transition: all 0.5s ease;
}

.so1-l2a:hover .so1-l2te {
    transform: translateY(0);
}

.so1-l2h {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.so1-l2h::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 0.5px;
    background: rgba(255, 255, 255, 0.60);
    left: 0;
    bottom: 0;
}

.so1-l2h p {
    color: #FFF;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1_2h) * 1.111);
    letter-spacing: -1.44px;
    text-transform: capitalize;
}

.so1-l2p {
    margin-bottom: 90px;
}

.so1-l2p p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 2.2);
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

.so1-l2btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.so1-l2bt {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 82px;
    width: var(--w);
    height: var(--w);
    background: #F18C1A;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.so1-l2bt:hover {
    background: #006BE5;
}

.so1-l2bt p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    letter-spacing: -0.54px;
    padding-top: 2px;
}

.so1-l2bt i {
    font-size: 14px;
    margin-left: 6px;
    color: #FFF;
}

.so2 {
    padding: 178px 0 84px;
}

.so2-h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.so2-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-ft1h) - 2px) * 1.02);
    letter-spacing: -1.36px;
    text-transform: uppercase;
    max-width: 802px;
}

.so2-p {
    margin-bottom: 58px;
}

.so2-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    letter-spacing: -0.54px;
}

.so2-end {
    display: flex;
    justify-content: space-between;
}

.so2-1 {
    width: 55.3%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.so2-1lf {
    width: 50%;
    flex: 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.so2-1lf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.so2-1lf:hover img {
    transform: scale(1.08);
}

.so2-1rg {
    width: calc(50% - 9px);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.so2-1te {
    min-height: calc(50% - 5px);
    border-radius: 10px;
    background: #788493;
    padding: 42px 33px 30px;
    position: relative;
    transition: all 0.5s ease;
}

.so2-1te:hover {
    background: #006FFF;
}

.so2-1h {
    margin-bottom: 15px;
}

.so2-1h p {
    color: #FFF;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: var(--zj-proseh);
    letter-spacing: -0.64px;
    text-transform: capitalize;
}

.so2-1p p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    letter-spacing: -0.54px;
}

.so2-1ico {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.so2-1ico i {
    font-size: 80px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.64);
}

.so2-1img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
}

.so2-1img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
}

/*  */
.so2-2 {
    width: calc(44.7% - 7px);
    flex: 0 0 auto;
    max-height: 652px;
    overflow: auto;
}

.so2-2::-webkit-scrollbar {
    display: none;
}

.so2-2l {
    border-radius: 10px;
    border: 1px solid #CBCBCB;
    background: #FFF;
    margin-bottom: 10px;
    padding: 30px;
}

.so2-2l:last-child {
    margin-bottom: 0;
}

.so2-2l1 {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.so2-2l1num {
    width: 50px;
    flex: 0 0 auto;
}

.so2-2l1num p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.58);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so2-2l.on .so2-2l1num p {
    color: #093A95;
}

.so2-2l:hover .so2-2l1num p {
    color: #093A95;
}

.so2-2l1te {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so2-2l1h p {
    color: #000;
    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;
    transition: all 0.5s ease;
}

.so2-2l:hover .so2-2l1h p {
    color: #093A95;
}

.so2-2l.on .so2-2l1h p {
    color: #093A95;
}

.so2-2l1i {
    flex: 0 0 auto;
    width: 35px;
    height: 24px;
    background: rgba(238, 238, 238, 1);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    position: relative;
    transition: all 0.5s ease;
}

.so2-2l1i i {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.so2-2l1i i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.so2-2l.on .so2-2l1i i:nth-child(1) {
    opacity: 0;
}

.so2-2l.on .so2-2l1i i:nth-child(2) {
    opacity: 1;
}

.so2-2l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s ease;
}

.so2-2l.on .so2-2l2 {
    max-height: 500px;
    opacity: 1;
}

.so2-2l2p {
    padding: 0 14% 0 8%;
    padding-top: 20px;
}

.so2-2l2p p {
    color: #093A95;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so2-2l2btn {
    display: flex;
    padding: 0 14% 20px 8%;
    margin-top: 26px;
}

.so2-2l2a {
    border-radius: 999px;
    background: #F18C1A;
    padding: 9px 22px;
    transition: all 0.5s ease;
}

.so2-2l2a:hover {
    background: #006BE5;
}

.so2-2l2a p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

/* ind-about */
.ind-about {
    background-position: top center;
}

.so3 {
    padding: 156px 0 132px;
}

.so3-h {
    margin-bottom: 50px;
}

.so3-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-news-h) * 1.81);
    letter-spacing: -1.92px;
}

.so3-h p span {
    color: #093A95;
    font-size: calc(var(--zj-news-h) * 2);
}

.so3-h p small {
    color: #093A95;
}

.so3-smh {
    margin-bottom: 13px;
}

.so3-smh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.so3-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.so3-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    letter-spacing: -0.54px;
    text-align: center;
    max-width: 935px;
}

.so3-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.ind-video {
    background-position: top center;
    position: relative;
}

.so4-2fly {
    position: absolute;
    width: 13%;
    left: 9vw;
    top: 8.5vw;
    z-index: 12;
}

.so4-2fly img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so4 {
    display: flex;
    justify-content: space-between;
    padding: 68px 0 108px;
}

.so4-1 {
    width: 9%;
    flex: 0 0 auto;
}

.so4-1 p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.37);
    text-transform: uppercase;
}

.so4-2 {
    width: 76%;
    flex: 0 0 auto;
}

.so4-2num {
    display: flex;
    justify-content: space-between;
    margin-left: -22px;
    margin-right: -22px;
}

.so4-2numl {
    padding-left: 22px;
    padding-right: 22px;
}

.so4-2numh {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.so4-2numh p,
.so4-2numh span {
    color: #FFF;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ser-fth) * 1.31);
    letter-spacing: -1.08px;
    text-transform: uppercase;
}

.so4-2nump p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    letter-spacing: -0.54px;
}

.so4-3 {
    margin-top: 83px;
    display: flex;
}

.so4-3num {
    width: 47px;
    flex: 0 0 auto;
}

.so4-3num p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.58);
    text-transform: uppercase;
}

/*  */
.so4-3u {
    flex: 1;
    max-width: 797px;
    height: 316px;
    max-height: 316px;
    overflow: auto;
}

.so4-3u::-webkit-scrollbar {
    display: none;
}

.so4-3l {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    padding: 16px 50px;
    margin-bottom: 12px;
    cursor: pointer;
}

.so4-3l:last-child {
    margin-bottom: 0;
}

.so4-3l .so2-2l1h p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.so4-3l.on .so2-2l2 {
    max-height: 500px;
    opacity: 1;
}

.so4-3l .so2-2l2p {
    padding: 0;
    padding-top: 10px;
}

.so4-3l .so2-2l2p p {
    max-width: 526px;
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    letter-spacing: -0.54px;
    transition: all 0.5s ease;
}

.so4-3l:hover .so2-2l1i {
    background: #F18C1A;
}

.so4-3l.on .so2-2l1i {
    background: #F18C1A;
}

.so4-3l:hover .so2-2l1i i {
    color: #FFF;
}

.so4-3l.on .so2-2l1i i {
    color: #FFF;
}

.so4-3l.on .so2-2l1i i:nth-child(1) {
    opacity: 0;
}

.so4-3l.on .so2-2l1i i:nth-child(2) {
    opacity: 1;
}

/* so5 */
.so5 {
    padding: 150px 0 192px;
}

.so5-h {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so5-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-ft1h) - 2px) * 1.02);
    letter-spacing: -2.04px;
    text-transform: uppercase;
    max-width: 840px;
}

.so5-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 64px;
}

.so5-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    letter-spacing: -0.54px;
    max-width: 860px;
}

/*  */
.so5-u {
    margin-right: calc(-.5 * 0.8rem);
    margin-left: calc(-.5 * 0.8rem);
    margin-bottom: 12.5px;
}

.so5-l {
    width: 14.2%;
    padding-right: calc(0.8rem * .5);
    padding-left: calc(0.8rem * .5);
}

.so5-limg .img-box {
    padding-bottom: 36%;
    border-radius: 10px;
    background: #FFF;
    transform: skewX(-20deg);
}

.so5-u:nth-child(2n) .so5-limg .img-box {
    transform: skewX(20deg);
}

.so5-limg .img-box img {
    transition: all 0.5s ease;
}

.so5-limg:hover .img-box img {
    transform: scale(1.08);
}

.so5-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.so5-a {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background: #F18C1A;
    transition: all 0.5s ease;
    cursor: pointer;
}

.so5-a:hover {
    background: #006BE5;
}

.so5-a i {
    font-size: 24px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

/* so6 */
.so6 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 103px;
}

.so6-1 {
    width: 49%;
    flex: 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.so6-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.so6-2 {
    width: calc(51% - 40px);
    flex: 0 0 auto;
}

.so6-2h {
    margin-bottom: 12px;
}

.so6-2h p {
    color: #093A95;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.08);
    letter-spacing: -1.44px;
    text-transform: uppercase;
}

.so6-2p {
    margin-bottom: 36px;
}

.so6-2p p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) 1.333);
}

/* so7 */
.so7 {
    padding: 170px 0 136px;
}

.so7-h {
    margin-bottom: 23px;
}

.so7-h p {
    color: #020202;
    text-align: center;
    font-size: calc(var(--zj-ft1h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-ft1h) - 2px) * 1.02);
    letter-spacing: -0.68px;
    text-transform: uppercase;
}

.so7-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 66px;
}

.so7-p p {
    max-width: 572px;
    color: #000;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
}

.so7-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.so7-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 0.5px solid rgba(0, 0, 0, 0.30);
    background: #FFF;
    height: 45px;
    width: max-content;
    margin-right: 15px;
    padding: 0 42px;
    transition: all 0.5s ease;
}

.so7-a:hover {
    border: 0.5px solid rgba(255, 255, 255, 0.75);
    background: #F18C1A;
}

.so7-a:last-child {
    margin-right: 0;
}

.so7-a p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so7-a:hover p {
    color: rgba(255, 255, 255, 0.75);
}

.so7-a i {
    font-size: 16px;
    color: #000;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.so7-a:hover i {
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1536px) {
    .so1-l2bt {
        --w: 60px;
    }

    .so2 {
        padding: 70px 0 64px;
    }

    .so3 {
        padding: 66px 0 72px;
    }

    .so4 {
        padding: 68px 0 68px;
    }

    .so5 {
        padding: 70px 0 72px;
    }

    .so7 {
        padding: 70px 0 66px;
    }

    .so7-p {
        margin-bottom: 33px;
    }
}

@media (max-width: 1199.9px) {
    .so1-l2 {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .so1-l2te {
        transform: translateY(220px);
    }

    .so1-l2num {
        margin-bottom: 66px;
    }

    .so2-end {
        flex-direction: column;
    }

    .so2-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2-2 {
        width: 100%;
    }

    .so4-2fly {
        position: relative;
        left: 0;
        top: 0;
        max-width: 290px;
        display: block;
        margin: auto;
        padding: 40px 0 0;
    }

    .so4-2num {
        flex-wrap: wrap;
    }

    .so4-2numl {
        width: 50%;
        margin-bottom: 20px;
    }

    .so4-2 {
        width: 100%;
    }

    .so4 {
        flex-direction: column;
    }

    .so4-1 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .banner .item a {
        padding-bottom: 66%;
    }

    .banner-video-box {
        padding-bottom: 66%;
    }

    .so5-l {
        width: 33.333%;
    }

    .so5-l:last-child {
        display: none;
    }

    .so6 {
        flex-direction: column-reverse;
    }

    .so6-1 {
        width: 100%;
    }

    .so6-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so7-nav {
        justify-content: flex-start;
    }

    .so7-nav {
        overflow: auto;
    }

    .so7-nav::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .banner .item a {
        padding-bottom: 76%;
    }

    .banner-video-box {
        padding-bottom: 76%;
    }

    .so7-a p {
        width: max-content;
    }

    .so2-1 {
        flex-direction: column;
    }

    .so2-1lf {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2-1te {
        margin-bottom: 20px;
    }

    .so4-2numl {
        width: 100%;
    }

    .so4-2numl:last-child {
        margin-bottom: 0;
    }

    .so2-1rg {
        width: 100%;
    }

    .so4-2fly {
        width: 200px;
    }

    .so5-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 120%;
    }

    .banner-video-box {
        padding-bottom: 120%;
    }

    .ban-flyh p {
        letter-spacing: -1.04px;
    }

    .ban-flya {
        min-width: 140px;
        padding: 10px !important;
    }

    .so1-top {
        padding: 40px 0 42px;
    }

    .so1-l2te {
        transform: translateY(0);
    }

    .so1-l2a {
        padding: 16px 18px 40px;
    }

    .so1-l2p {
        margin-bottom: 50px;
    }

    .so2 {
        padding: 40px 0 44px;
    }

    .so2-p {
        margin-bottom: 28px;
    }

    .so2-1te {
        padding: 12px 12px 20px;
        overflow: hidden;
    }

    .so2-2l {
        padding: 12px;
    }

    .so2-2l2p {
        padding: 0;
        padding-top: 20px;
    }

    .so2-2l2btn {
        padding: 0;
        margin-top: 26px;
    }

    .so3 {
        padding: 26px 0 42px;
    }

    .so3-h {
        margin-bottom: 20px;
    }

    .so3-p {
        margin-bottom: 20px;
    }

    .so4 {
        padding: 38px 0;
    }

    .so4-3 {
        margin-top: 23px;
    }

    .so4-3l {
        padding: 12px 12px;
    }

    .so5 {
        padding: 40px 0 42px;
    }

    .so5-p {
        margin-bottom: 32px;
    }

    .so6 {
        padding-bottom: 43px;
    }

    .so7 {
        padding: 40px 0 36px;
    }

    .so7-a {
        height: 40px;
        margin-right: 6px;
        padding: 0 20px;
    }

    .so7-nav {
        margin-bottom: 30px;
    }
}