#ven {
    transition: all 0.5s ease;
    background: linear-gradient(180deg, #1E1E1E -12.76%, rgba(30, 30, 30, 0.00) 100%);
}

.ventricle {
    /* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05); */
}

/*  */
.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-loim {
    padding: 18px 0;
    position: relative;
}

.ven1-loim img {
    width: 221px;
    height: auto;
    transition: all 0.5s ease;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.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 34px;
}

.ven2-l:last-child:after {
    margin: 0 50px;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    --size: 0px;
    --color: #006FC1;
    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: #006FC1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #006FC1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vensesv i {
    font-size: 22px;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #006FC1;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-inqury {
    display: flex;
    align-items: center;
    border-radius: 80px;
    background: #006FC1;
    padding: 13px 15px;
    margin-left: 30px;
}

.ven-inqury .ven-inqurya {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya i {
    font-size: 22px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya i {
    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,
.ven-inqury .ven-inqurya p span {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya p {
    margin-right: 12px;
}

/*  */
.ven-line {
    width: 1px;
    height: 10px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.30);
}

/*  */
.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;
    height: 100%;
}

@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 {
    color: #FFF;
    font-feature-settings: 'liga' off, 'calt' off;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    padding: 12px 0;
}

@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 {
    color: #006FC1;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e62c';
    color: rgba(255, 255, 255, 1);
    font-family: 'iconfont' !important;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.menu-language .select-name:hover:before {
    color: #006FC1;
}

@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: 24px;
    }
}

.menu-language .select-name::after {
    font-size: 10px;
    color: rgba(0, 0, 0, 1);
    content: '\e6bd';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 15px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language .select-name:hover::after {
    color: #EA580C;
}

@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: 1750px) {
    .ven2-l::after {
        margin: 0 12px;
    }

    .ven2-l:last-child:after {
        margin: 0 30px;
    }
}

@media (max-width: 1536px) {

    /* .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;
    }

    .ven1-loim img {
        width: 160px;
    }

    /* .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;
    }

    .ven-line {
        margin: 0 16px;
    }

    .ven2-langi1 img {
        width: 30px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }

    .ven-inqury {
        padding: 8px 13px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .hea-box {
        border-radius: 0;
        top: 0;
        width: 100%;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 120px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury {
        padding: 3px;
        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: 360%;
    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-l:nth-child(3) .ven2-ler,
.ven2-l:nth-child(4) .ven2-ler {
    width: 120%;
}

.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: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #006FC1;
    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: #006FC1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #006FC1;
    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: #006FC1;
    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: #006FC1;
    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: #006FC1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 260%;
    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: rgb(0, 0, 0);
    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: 320%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 326%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 300%;
        right: -99px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven-line {
        margin: 0 10px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .ven2-langi1 img {
        width: 24px;
    }

    .ven-inqury .ven-inqurya i {
        font-size: 18px;
    }

    .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: 83px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #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: #006FC1;
}

.xiantiao>a {
    color: #006FC1;
}

.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: #453737;
    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: #006FC1;
}

@media (max-width: 992px) {
    #venPhoSec {
        top: 83px;
    }
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 51px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }

    #venPho {
        margin-bottom: 5px;
    }
}

/* gg */
.sub {
    position: relative;
}

.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: 1536px) {

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768px) {}

@media (max-width: 499px) {}

/*  */
.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;
    }
}

/*  */
.sub-te {
    position: absolute;
    left: 50%;
    bottom: 17%;
    transform: translateX(-50%);
    z-index: 12;
}

.sub-h h2 {
    color: #FFF;
    font-family: 'Sora';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
    text-transform: uppercase;
}

/*  */
.subnav-box {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    z-index: 12;
}

.subnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
    padding: 15px 30px;
}

.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: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    --size: 1px;
    --color: #006FC1;
    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: #666;
    --size: 1px;
    --color: #006FC1;
    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: #006FC1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item:last-child a span {
    color: #006FC1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.sub-show .breadcrumb-item+.breadcrumb-item::before {
    color: #666;
}

/*  */
.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;
    }

    .sub-te {
        bottom: 12%;
    }

    .subnav {
        padding: 9px 15px;
    }

    .nav-a {
        margin-left: 35px;
    }

    .nav-a::after {
        bottom: -10px;
    }
}

@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;
    }

    .subnav {
        padding: 6px 10px;
    }

    .subnav-box {
        bottom: -20px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    border-radius: 6px;
    background: #F5F5F5;
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    color: #FFF;
    background: #006FC1;
}

.sub-pagel.on a {
    color: #FFF;
    background: #006FC1;
}

.sub-pagel:last-child a {
    margin-left: 25px;
}

.sub-pagel:first-child a {
    margin-right: 25px;
}

.sub-pagel:last-child a,
.sub-pagel:first-child a {
    --w: auto;
    background: transparent;
}

.sub-pagel:last-child a:hover,
.sub-pagel:first-child a:hover {
    color: #006FC1;
}

@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 {
    padding: 125px 0 160px;
    background: #F7F7F8;
    position: relative;
    overflow: hidden;
}

.con1::after {
    position: absolute;
    content: "";
    width: 335.987px;
    height: 335.987px;
    border-radius: 335.987px;
    background: linear-gradient(180deg, rgba(12, 104, 172, 0.65) 0%, rgba(0, 111, 193, 0.65) 100%);
    filter: blur(200px);
    top: 60px;
    left: -64.707px;
    pointer-events: none;
}

.con1-box {
    position: relative;
    z-index: 12;
}

.con1-h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 54px;
}

.con1-h p {
    color: #222;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    max-width: 565px;
}

.con1-h p span {
    color: #006FC1;
}

.con1-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.con1-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.con1-lbox {
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
    padding: 40px 24px;
}

.con1-l1 {
    display: flex;
    align-items: center;
}

.con1-l1i {
    --w: 88px;
    width: var(--w);
    height: var(--w);
    border-radius: 8px;
    background: #EAEFF5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 26px;
}

.con1-l1i i {
    font-size: 48px;
    color: rgba(0, 111, 193, 1);
}

.con1-l1p p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.con1-line {
    width: 100%;
    height: 1px;
    background: #D7E7ED;
    margin: 32px 0 24px;
}

.con1-l2 p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con1-l3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.con1-l3 span {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: #006FC1;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.con1-l3:hover span {
    color: #006FC1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-l3 i {
    font-size: 16px;
    color: #000;
    transition: all 0.5s ease;
}

.con1-l3:hover i {
    color: #006FC1;
}

.con2 {
    position: relative;
    padding-bottom: 100px;
}

.con2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    background: #F7F7F8;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.con2-box {
    display: flex;
    justify-content: space-between;
}

.con2-1 {
    width: 32.4%;
    flex: 0 0 auto;
}

.con2-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.con2-2 {
    width: calc(100% - 32.4% - 30px);
    flex: 0 0 auto;
    background: #F2FBFF;
    padding: 60px 40px 50px;
}

.con2-h {
    margin-bottom: 20px;
}

.con2-h p {
    color: #222;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
}

.con2-h p span {
    color: #006FC1;
}

.con2-p {
    margin-bottom: 40px;
}

.con2-p p {
    color: #999;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.con2-fol {
    margin-bottom: 30px;
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.con2-fol input,
.con2-fol textarea {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    border-radius: 0;
    border: 1px solid #88888800;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 14px 30px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #006FC1;
}

.con2-fol input::-webkit-input-placeholder {
    color: #222;
}

.con2-fol input::-moz-placeholder {
    color: #222;
}

.con2-fol input::-ms-input-placeholder {
    color: #222;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #222;
}

.con2-fol textarea::-moz-placeholder {
    color: #222;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #222;
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: flex-start;
}

.con2-fobt button {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 14px 6px;
    background: #222;
    padding: 6px 6px 6px 24px;
    display: flex;
    align-items: center;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-24%, -190%) rotate(-30deg);
    transform: translate(-24%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con2-fobt button:hover:before,
.con2-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con2-fobt button i {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 2px 2px 10px 2px;
    background: linear-gradient(316deg, #006FC1 7.25%, #0C68AC 96.76%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #FFF;
    margin-left: 38px;
    line-height: normal;
    transition: all 0.5s ease;
}

/* 表单验证吗 */
.con2-fol {
    position: relative;
}

.spam_code_img {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spam_code_img img {
    max-width: 100%;
    height: auto !important;
}

@media (max-width: 1536px) {
    .con1 {
        padding: 95px 0 80px;
    }

    .con1-l1i {
        --w: 46px;
        margin-right: 14px;
    }

    .con1-l1i i {
        font-size: 26px;
    }

    .con1-line {
        margin: 22px 0 14px;
    }

    .con1-lbox {
        padding: 20px 14px;
    }

    .con2-2 {
        padding: 40px 20px 30px;
    }
}

@media (max-width: 992px) {
    .con1-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .con2-box {
        flex-direction: column-reverse;
    }

    .con2-1 {
        width: 100%;
    }

    .con2-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .con2 {
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
        margin-bottom: 10px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 10px 12px
    }
}

@media (max-width: 499px) {
    .con1 {
        padding: 65px 0 40px;
    }

    .con1-h {
        margin-bottom: 24px;
    }

    .con1-l1i {
        --w: 28px;
    }

    .con1-l:last-child {
        margin-bottom: 0;
    }

    .con2-2 {
        padding: 20px 12px 30px;
    }

    .con2-h {
        margin-bottom: 12px;
    }

    .con2-p {
        margin-bottom: 20px;
    }

    .con2-fobt button i {
        --w: 30px;
        margin-left: 20px;
    }

    .con2 {
        padding-bottom: 40px;
    }
}

/*  */
/* foot */
#footer {
    background: linear-gradient(96deg, #0C68AC 0.39%, #006FC1 99.91%);
}

.ft-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px 0 80px;
}

.ft-box {
    max-width: 1650px;
}

.ft1 {
    flex: 1;
    max-width: 519px;
}

.ft1-h {
    margin-bottom: 10px;
}

.ft1-h p {
    color: #FFF;
    font-family: 'Sora';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ft1-p {
    margin-bottom: 22px;
}

.ft1-p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.2);
}

/*  */
.ft1-from {
    max-width: 552px;
}

.ft1-from .con2-fou {
    margin-right: calc(-.5 * 0.63rem);
    margin-left: calc(-.5 * 0.63rem);
}

.ft1-from .con2-fol {
    margin-bottom: 10px;
    padding-right: calc(0.63rem * .5);
    padding-left: calc(0.63rem * .5);
}

.ft1-from .con2-fol:last-child {
    margin-bottom: 0;
}

.ft1-from .con2-fol input,
.ft1-from .con2-fol textarea {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    background: transparent;
    padding: 9px 30px;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.ft1-from .con2-fol input:focus,
.ft1-from .con2-fol textarea:focus {
    border: 1px solid #FFF;
}

.ft1-from .con2-fol input::-webkit-input-placeholder {
    color: #FFF;
}

.ft1-from .con2-fol input::-moz-placeholder {
    color: #FFF;
}

.ft1-from .con2-fol input::-ms-input-placeholder {
    color: #FFF;
}

.ft1-from .con2-fol textarea::-webkit-input-placeholder {
    color: #FFF;
}

.ft1-from .con2-fol textarea::-moz-placeholder {
    color: #FFF;
}

.ft1-from .con2-fol textarea::-ms-input-placeholder {
    color: #FFF;
}

.ft1-from .con2-fobt {
    justify-content: flex-start;
    margin-top: 24px;
}

.ft1-from .con2-fobt button {
    background: #FFF;
}

.ft1-from .con2-fobt button span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ft1-from .con2-fobti {
    margin-left: 6px;
}

.ft1-from .con2-fobti i {
    color: rgba(50, 49, 47, 1);
    line-height: normal;
    padding-top: 3px;
}

/*  */
.ft2-box {
    width: 59.75%;
    flex: 0 0 auto;
}

.ft2 {
    display: flex;
    justify-content: space-between;
}

.ft2-1h {
    margin-bottom: 12px;
}

.ft2-1h p {
    color: #FFF;
    font-family: 'Sora';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*  */
.ft2-1l {
    margin-bottom: 14px;
}

.ft2-1l:last-child {
    margin-bottom: 0;
}

.ft2-1la {
    display: flex;
    width: max-content;
}

.ft2-1la p span {
    color: rgba(255, 255, 255, 0.45);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size,
        color,
        opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-1la:hover p span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-2 {
    max-width: 464px;
    flex: 0 0 auto;
}

.ft2-2u {
    margin-bottom: 40px
}

.ft2-2l {
    margin-bottom: 14px;
}

.ft2-2l:last-child {
    margin-bottom: 0;
}

.ft2-2la {
    display: flex;
}

.ft2-2la span {
    color: rgba(255, 255, 255, 0.45);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size,
        color,
        opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft2-2la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft2-line {
    background: rgba(255, 255, 255, 0.25);
    height: 1px;
    width: 100%;
    margin: 67px 0 24px;
}

/*  */
.ft2-2share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 33px;
}

.ft2-2share>a {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(217, 217, 217, 0.45);
    border-radius: 50%;
    margin-right: 6px;
    transition: all 0.5s ease;
}

.ft2-2share>a:last-child {
    margin-right: 0;
}

.ft2-2share>a:hover {
    border: 1px solid rgba(217, 217, 217, 1);
}

.ft2-2share>a i {
    font-size: 20px;
    line-height: normal;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

/*  */

.ft3-box {
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-lf {
    display: flex;
    align-items: center;
}

/*  */
/*  */

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 4px;
}

.ft3-1copy span {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.1px;
}

.ft3-1cnzz {
    padding-bottom: 2px;
    margin-left: 12px;
}

.ft3-1pow {
    margin-right: 32px;
}

.ft3-1pow span {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 10px;
    background: #FFF;
    margin: 0 6px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft-top {
        padding: 60px 0 40px;
    }

    .ft1 {
        margin-right: 60px;
    }

    .ft2-2 {
        max-width: 264px;
    }

    .ft2-box {
        width: 57.75%;
    }

    .ft2-line {
        margin: 27px 0 24px;
    }

    .ft3-box {
        padding: 10px 0;
    }

    .ft3-1pow {
        margin-right: 16px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 49px;
    }

    #footer-five .endfive-menu li:nth-child(7) {
        border-right: none;
    }
}

@media (max-width: 992px) {
    .ft-top {
        flex-direction: column;
    }

    .ft1 {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .ft2-box {
        width: 100%;
    }

    .ft3-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1pow {
        margin-right: 0;
    }

    .ft3-2>span {
        display: none;
    }
}

@media (max-width: 768px) {
    .ft2 {
        display: none;
    }
}

@media (max-width: 499px) {
    .ft-top {
        padding: 40px 0 20px;
    }

    .ft1-from .con2-fol input,
    .ft1-from .con2-fol textarea {
        padding: 8px 12px;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1cnzz {
        margin-left: 0;
    }

    .ft3-1copy {
        margin-right: 0;
    }

    .ft2-2share {
        padding: 0;
    }

    .ft2-line {
        margin: 17px 0 14px;
    }

    .ft2-2share>a {
        --w: 30px;
        font-size: 18px;
    }

    .ft1 {
        margin-bottom: 0;
    }

    .ft1-from .con2-fobt {
        margin-top: 12px;
    }
}

/* about */
/*  */
.ab1 {
    position: relative;
    overflow: hidden;
}

.ab1::after {
    position: absolute;
    content: "";
    border-radius: 335.987px;
    background: linear-gradient(180deg, rgba(12, 104, 172, 0.65) 0%, rgba(0, 111, 193, 0.65) 100%);
    filter: blur(150px);
    width: 335.987px;
    height: 335.987px;
    right: -228px;
    bottom: -172px;
}

.ab1-box {
    display: flex;
    justify-content: space-between;
    padding: 125px 0 116px;
}

.ab1-1 {
    width: 36.3%;
    flex: 0 0 auto;
    position: relative;
}

.ab1-1a {
    position: relative;
    overflow: hidden;
    display: block;
}

.ab1-1bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ab1-1bg:hover img {
    transform: scale(1.08);
}

.ab1-1video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ab1-1video i {
    font-size: 24px;
    color: rgba(0, 111, 193, 1);
    display: block;
}

.ab1-1a:hover .ab1-1video i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-1videobg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    width: 100px;
}

.ab1-1videobg img {
    width: 100%;
    animation: rotation2 12s linear infinite;
}

@keyframes rotation2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.ab1-2 {
    width: calc(100% - 36.3% - 90px);
    flex: 0 0 auto;
    margin-top: 34px;
}

.ab1-2smh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 32px;
}

.ab1-2smh img {
    width: 38px;
    height: 20px;
    margin-right: 12px;
}

.ab1-2smh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

.ab1-2h {
    margin-bottom: 32px;
}

.ab1-2h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    text-transform: capitalize;
}

.ab1-2h p span {
    color: #006FC1;
}

.ab1-2p {
    margin-bottom: 48px;
}

.ab1-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-bottom: 26px;
}

.ab1-2p p:last-child {
    margin-bottom: 0;
}

/*  */
.ab1-2btn {
    display: flex;
    align-self: center;
    justify-content: flex-start;
}

.ab1-2a {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 14px 6px;
    background: #222;
    padding: 6px 6px 6px 24px;
    display: flex;
    align-items: center;
}

.ab1-2a::after,
.ab1-2a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-24%, -190%) rotate(-30deg);
    transform: translate(-24%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ab1-2a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ab1-2a:hover:before,
.ab1-2a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ab1-2a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab1-2a i {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 2px 2px 10px 2px;
    background: linear-gradient(316deg, #006FC1 7.25%, #0C68AC 96.76%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #FFF;
    margin-left: 38px;
    line-height: normal;
    transition: all 0.5s ease;
}

/*  */
.ab2 {
    padding: 134px 0;
}

.ab2-u {
    display: flex;
    justify-content: space-between;
}

.ab2-lnum {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-lnum p,
.ab2-lnum span {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2h) * 1.25);
}

.ab2-lh {
    margin-bottom: 24px;
}

.ab2-lh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
}

.ab2-lp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ab2-lp p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 390px;
}

/*  */
.ab3 {
    padding: 112px 0 120px;
}

.ab3-h {
    margin-bottom: 64px;
}

.ab3-h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    text-transform: capitalize;
    max-width: 767px;
}

.ab3-h p span {
    color: #006FC1;
}

.ab3-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.ab3-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 24px;
}

.ab3-lbox {
    background: #F2FBFF;
    height: 100%;
    padding: 47px 30px 50px;
    position: relative;
}

.ab3-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ab3bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab3-lbox:hover:after {
    opacity: 1;
}

.ab3-li {
    --w: 61px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #FFF;
    margin-bottom: 42px;
    position: relative;
    z-index: 12;
}

.ab3-li i {
    font-size: 40px;
    color: rgba(0, 111, 193, 1);
}

.ab3-lh {
    margin-bottom: 24px;
    position: relative;
    z-index: 12;
}

.ab3-lh p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ab3-lbox:hover .ab3-lh p {
    color: #FFF;
}

.ab3-lp {
    position: relative;
    z-index: 12;
}

.ab3-lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    transition: all 0.5s ease;
}

.ab3-lbox:hover .ab3-lp p {
    color: #FFF;
}

/*  */
.ab4 {
    background: #F7FDFF;
    padding: 100px 0;
}

.ab4-h {
    text-align: center;
    margin-bottom: 32px;
}

.ab4-h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    text-transform: capitalize;
}

.ab4-h p span {
    color: #006FC1;
}

.ab4-p {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ab4-p p {
    color: #444;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 1150px;
}

.ab4-sw {
    position: relative;
}

#ab4-sw {
    overflow: hidden;
}

.ab4-a {
    cursor: pointer;
}

.ab4-swimg {
    border-radius: 3px;
    background: #FFF;
    padding: 22px;
    margin-bottom: 18px;
    position: relative;
}

.ab4-swimg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    border: 1px solid rgba(0, 111, 193, 0.20);
    background: linear-gradient(180deg, rgba(0, 111, 193, 0.00) 0%, #006FC1 50%, rgba(0, 111, 193, 0.00) 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ab4-a:hover .ab4-swimg::after {
    opacity: 1;
}

.ab4-swimg .img-box {
    padding-bottom: 142%;
}

.ab4-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab4-a:hover .ab4-swimg .img-box img {
    transform: scale(1.08);
}

.ab4-swh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ab4-a:hover .ab4-swh p {
    color: #006FC1;
}

.ab4-swchan .swiper-pagination {
    margin-top: 48px;
    position: relative;
    bottom: 0;
}

.ab4-swchan .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background: #D9D9D9;
    opacity: 1;
}

.ab4-swchan .swiper-pagination .swiper-pagination-bullet-active {
    background: #006FC1;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 95px 0 76px;
    }

    .ab1-2 {
        width: calc(100% - 36.3% - 30px);
        margin-top: 0;
    }

    .ab1-2smh {
        margin-bottom: 16px;
    }

    .ab1-2h {
        margin-bottom: 16px;
    }

    .ab1-2p p {
        margin-bottom: 16px;
    }

    .ab2 {
        padding: 74px 0;
    }

    .ab3 {
        padding: 74px 0;
    }

    .ab3-h {
        margin-bottom: 32px;
    }

    .ab3-lbox {
        padding: 27px 20px 30px;
    }

    .ab3-li {
        --w: 48px;
        margin-bottom: 24px;
    }

    .ab3-li i {
        font-size: 30px;
    }

    .ab4 {
        padding: 70px 0;
    }

    .ab4-p {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .ab1-box {
        flex-direction: column-reverse;
    }

    .ab1-1 {
        width: 100%;
    }

    .ab1-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab2-u {
        flex-direction: column;
    }

    .ab2-l {
        margin-bottom: 30px;
    }

    .ab2-l:last-child {
        margin-bottom: 0;
    }

    .ab3-l {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .ab3-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 65px 0 46px;
    }

    .ab1-2p {
        margin-bottom: 24px;
    }

    .ab1-2a {
        padding: 6px 6px 6px 12px;
    }

    .ab1-2a i {
        --w: 30px;
        margin-left: 14px;
    }

    .ab2 {
        padding: 44px 0;
    }

    .ab2-lnum {
        margin-bottom: 12px;
    }

    .ab2-lh {
        margin-bottom: 12px;
    }

    .ab3 {
        padding: 44px 0;
    }

    .ab3-li {
        --w: 42px;
        margin-bottom: 12px;
    }

    .ab3-l:last-child {
        margin-bottom: 0;
    }

    .ab4 {
        padding: 40px 0;
    }

    .ab4-h {
        margin-bottom: 16px;
    }

    .ab4-swimg {
        padding: 12px;
    }

    .ab4-swchan .swiper-pagination {
        margin-top: 24px;
    }
}

/* 中科特肯（山东）智能科技有限公司（新闻） */
.ne-box {
    padding: 125px 0 100px;
}

.ne-u {
    margin-bottom: 60px;
}

.ne-l {
    margin-bottom: 16px;
}

.ne-l:last-child {
    margin-bottom: 0;
}

.ne-lbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D9D9D9;
    padding: 10px 50px;
    transition: all 0.5s ease;
}

.ne-lbox:hover {
    background: #006FC1;
    border: 1px solid #006FC1;
}

.ne-l1 {
    width: 25.6%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne-lnum p {
    color: #000;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ser-fth) * 1.25);
    text-transform: uppercase;
    margin-bottom: 6px;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lnum p {
    color: #FFF;
}

.ne-lnum span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lnum span {
    color: #FFF;
}

.ne-limg {
    width: 55%;
    flex: 0 0 auto;
}

.ne-limg .img-box {
    padding-bottom: 56%;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-l2 {
    width: calc(100% - 25.6% - 87px);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne-lh {
    flex: 1;
    display: block;
}

.ne-lh p {
    color: #000;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.27);
    max-width: 656px;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lh p {
    color: #FFF;
}

.ne-li {
    flex: 0 0 auto;
    margin-left: 12px;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 2px 2px 10px 2px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.ne-li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(316deg, #006FC1 7.25%, #0C68AC 96.76%);
    opacity: 1;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-li::after {
    opacity: 0;
}

.ne-li i {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.news .sub-page {
    justify-content: flex-end;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 85px 0 70px;
    }

    .ne-u {
        margin-bottom: 30px;
    }

    .ne-l2 {
        width: calc(100% - 25.6% - 47px);
    }
}

@media (max-width: 992px) {
    .ne-lbox {
        padding: 10px 20px;
        flex-direction: column;
    }

    .ne-l1 {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .ne-l2 {
        width: 100%;
    }

    .ne-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-lnum {
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 55px 0 40px;
    }
}

/* 中科特肯（山东）智能科技有限公司（OEM） */
.oem1 {
    padding: 145px 0 26px;
}

.oem1-h {
    margin-bottom: 32px;
}

.oem1-h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    letter-spacing: -1px;
    max-width: 950px;
}

.oem1-h p span {
    color: #006FC1;
}

.oem1-p {
    margin-bottom: 78px;
}

.oem1-p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 950px;
}

/*  */
.oem1-imgbox {
    position: relative;
}

.oem1-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.oem1-img img {
    width: 100%;
    max-width: 634px;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
}

/*  */
.oem1-l {
    position: absolute;
    width: 0.18rem;
    height: 0.18rem;
    z-index: 12;
}

.oem1-l:nth-child(1) {
    left: 35%;
    top: 80%;
}

.oem1-l:nth-child(2) {
    left: 59%;
    top: 17%;
}

.oem1-l:nth-child(3) {
    left: 52%;
    top: 74%;
}

.oem1-limg {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.oem1-limg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: transparent;
}

.oem1-line {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    border-top: 1px dashed #006FC1;
}

.oem1-l:nth-child(1) .oem1-line {
    width: 15vw;
    left: auto;
    right: 100%;
}

.oem1-l:nth-child(2) .oem1-line {
    width: 15vw;
    right: auto;
    left: 100%;
}

.oem1-l:nth-child(3) .oem1-line {
    width: 19vw;
    right: auto;
    left: 100%;
}

.oem1-ltit {
    position: absolute;
    top: 50%;
    left: 100%;
    padding: 14px 32px;
    border-radius: 80px;
    background: #006FC1;
    white-space: nowrap;
}

.oem1-l:nth-child(1) .oem1-ltit {
    left: auto;
    right: 100%;
    -webkit-transform: translate3d(-15vw, -50%, 0);
    -moz-transform: translate3d(-15vw, -50%, 0);
    transform: translate3d(-15vw, -50%, 0);
}

.oem1-l:nth-child(2) .oem1-ltit {
    right: auto;
    left: 100%;
    -webkit-transform: translate3d(15vw, -50%, 0);
    -moz-transform: translate3d(15vw, -50%, 0);
    transform: translate3d(15vw, -50%, 0);
}

.oem1-l:nth-child(3) .oem1-ltit {
    right: auto;
    left: 100%;
    -webkit-transform: translate3d(19vw, -50%, 0);
    -moz-transform: translate3d(19vw, -50%, 0);
    transform: translate3d(19vw, -50%, 0);
}

.oem1-ltit p {
    color: #FFF;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

/*  */
.oem1-smh {
    margin-top: 60px;
}

.oem1-smh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.75);
}

/* oem2 */
.oem2-box {
    padding: 160px 0 100px;
}

.oem2-h {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.oem2-h p {
    color: #000;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    letter-spacing: -1px;
    max-width: 872px;
}

.oem2-h p span {
    color: #006FC1;
}

.oem2-p {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.oem2-p p {
    color: #444;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 936px;
}

/*  */
.oem2-sw {
    position: relative;
}

#oem2-sw {
    overflow: hidden;
}

.oem2-swbox {
    display: flex;
    justify-content: space-between;
    background: #F5F5F5;
    transition: all 0.5s ease;
    overflow: hidden;
}

.oem2-1 {
    width: 48%;
    flex: 0 0 auto;
    padding: 60px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.oem2-1img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.oem2-1img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.oem2-1img img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.oem2-swbox:hover .oem2-1img img:nth-child(2) {
    opacity: 1;
}

/*  */
.oem2-1top {
    position: relative;
    z-index: 12;
}

.oem2-1num p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    letter-spacing: -0.32px;
    transition: all 0.5s ease;
}

.oem2-swbox:hover .oem2-1num p {
    color: #FFF;
}

.oem2-1line {
    width: 16px;
    height: 1px;
    background: #006FC1;
    margin: 12px 0;
    transition: all 0.5s ease;
}

.oem2-swbox:hover .oem2-1line {
    background: #FFF;
}

.oem2-1h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    transition: all 0.5s ease;
}

.oem2-swbox:hover .oem2-1h p {
    color: #FFF;
}

.oem2-1end {
    position: relative;
    z-index: 12;
}

.oem2-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
}

.oem2-swbox:hover .oem2-1p p {
    color: #FFF;
}

/*  */
.oem2-2 {
    width: 52%;
    flex: 0 0 auto;
    overflow: hidden;
}

.oem2-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: transparent;
    transition: all 0.5s ease;
}

.oem2-swbox:hover .oem2-2 img {
    transform: scale(1.08);
}

/*  */
.oem2-swcha {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.oem2-swcha>* {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
    margin: 0;
}

.oem2-swcha .swiper-pagination {
    flex: 1;
    height: 2px;
    background: #D9D9D9;
}

.oem2-swcha .swiper-pagination-progressbar-fill {
    background: #006FC1;
}

.oem2-swcha .swiper-button-prev,
.oem2-swcha .swiper-button-next {
    flex: 0 0 auto;
    opacity: 1 !important;
    background: #D9D9D9;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 2px 2px 10px 2px;
    position: relative;
}

.oem2-swcha .swiper-button-prev {
    margin-left: 66px;
    border-radius: 2px 2px 2px 10px;
}

.oem2-swcha .swiper-button-next {
    margin-left: 24px;
}


.oem2-swcha .swiper-button-prev:after,
.oem2-swcha .swiper-button-next:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #006FC1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.oem2-swcha .swiper-button-prev:hover:after,
.oem2-swcha .swiper-button-next:hover:after {
    opacity: 1;
}

.oem2-swcha .swiper-button-prev::after,
.oem2-swcha .swiper-button-next::after {
    content: "";
}

.oem2-swcha .swiper-button-prev i,
.oem2-swcha .swiper-button-next i {
    color: #FFF;
    font-size: 18px;
    position: relative;
    z-index: 12;
}

/*  */
.oem3 {
    background: #F7FDFF;
    padding: 100px 0;
}

.oem3-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}

.oem3-1 {
    width: 70%;
    flex: 0 0 auto;
}

.oem3-1h {
    margin-bottom: 32px;
}

.oem3-1h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    letter-spacing: -1px;
    max-width: 845px;
}

.oem3-1h p span {
    color: #006FC1;
}

.oem3-1p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 936.188px;
}

.oem3-2 {
    margin-bottom: 36px;
}

.oem3-u {
    display: flex;
    justify-content: space-between;
}

.oem3-l:nth-child(2n-1) {
    border: 1px solid #C7D3E3;
    background: #F2FBFF;
    padding: 6px 6px 27px;
    width: 20.8%;
    flex: 0 0 auto;
}

.oem3-l1 {
    min-height: 143px;
    display: flex;
    align-items: center;
    padding: 12px 23px;
}

.oem3-l1 i {
    font-size: 30px;
    color: #FFF;
    flex: 0 0 auto;
    margin-right: 16px;
}

.oem3-l1 p {
    color: #FFF;
    font-family: 'Sora';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

/*  */
.oem3-l2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 34px 0;
}

.oem3-l2 p {
    border-radius: 3px;
    background: #FFF;
    padding: 10px 33px;
    color: #000;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    text-transform: capitalize;
}

.oem3-l2 i {
    font-size: 16px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    margin: 14px 0;
}

/* 箭头 */
.oem3-l:nth-child(2n) {
    align-self: center;
}

.oem3-l:nth-child(2n) i {
    font-size: 24px;
    color: #006FC1;
}

/* last-child */
.oem3-l:last-child {
    height: 100%;
    align-self: center;
    padding: 44px 32px;
}

.oem3-l:last-child .oem3-lspi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.oem3-l:last-child .oem3-lspi i {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 14px;
    color: rgba(0, 111, 193, 1);
}

.oem3-l:last-child .oem3-lspp p {
    color: #006FC1;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .oem1 {
        padding: 85px 0 26px;
    }

    .oem2-box {
        padding: 70px 0 60px;
    }

    .oem2-1 {
        padding: 30px 15px 15px;
    }

    .oem3 {
        padding: 70px 0;
    }

    .oem3-l:nth-child(2n-1) {
        padding: 6px 6px 17px;
        width: 23.8%;
    }

    .oem3-l2 {
        padding: 18px 17px 0;
    }

    .oem3-l1 {
        padding: 12px 13px;
    }

    .oem3-l1 i {
        font-size: 24px;
        margin-right: 8px;
    }
}

@media (max-width: 1199.9px) {
    .oem3-ubox {
        overflow: scroll;
    }

    .oem3-u {
        width: 1300px;
    }
}

@media (max-width: 992px) {
    .oem1-l:nth-child(1) {
        left: 41%;
        top: 80%;
    }

    .oem1-l:nth-child(2) {
        left: 53%;
        top: 17%;
    }

    .oem1-l:nth-child(3) {
        left: 47%;
        top: 74%;
    }

    .oem2-swcha .swiper-button-next {
        margin-left: 12px;
    }

    .oem3-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .oem3-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .oem2-swcha .swiper-button-prev {
        margin-left: 12px;
    }

    .oem2-swcha .swiper-button-prev,
    .oem2-swcha .swiper-button-next {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 768px) {
    .oem2-swbox {
        flex-direction: column;
    }

    .oem2-1 {
        width: 100%;
    }

    .oem2-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .oem1 {
        padding: 55px 0 26px;
    }

    .oem1-h {
        margin-bottom: 16px;
    }

    .oem1-p {
        margin-bottom: 48px;
    }

    .oem1-ltit {
        padding: 8px 16px;
    }

    .oem1-l:nth-child(1) {
        left: 80%;
        top: 101%;
    }

    .oem1-l:nth-child(2) {
        left: 12%;
        top: 2%;
    }

    .oem1-l:nth-child(3) {
        left: 6%;
        top: 74%;
    }

    .oem2-box {
        padding: 40px 0 30px;
    }

    .oem2-h {
        margin-bottom: 16px;
    }

    .oem2-p {
        margin-bottom: 30px;
    }

    .oem3 {
        padding: 40px 0;
    }

    .oem3-1h {
        margin-bottom: 16px;
    }

    .oem3-2 {
        margin-bottom: 0;
    }

    .oem3-top {
        margin-bottom: 30px;
    }
}

/* 中科特肯（山东）智能科技有限公司（资料下载） */
.down {
    padding: 145px 0 100px;
}

.down-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.down1 {
    width: 22%;
    flex: 0 0 auto;
    position: sticky;
    top: 120px;
}

.down2 {
    width: calc(78% - 60px);
    flex: 0 0 auto;
}

.down2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 30px;
}

.down2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.down2-la {
    display: block;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.down2-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    padding: 40px 30px;
}

.down2-1tit {
    display: flex;
    align-items: center;
    flex: 1;
}

.down2-1ti {
    flex: 0 0 auto;
    margin-right: 24px;
}

.down2-1ti i {
    font-size: 48px;
    line-height: normal;
    color: rgba(0, 111, 193, 1);
}

.down2-1te {
    flex: 1;
}

.down2-1h {
    margin-bottom: 16px;
}

.down2-1h p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.down2-1h p span {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
}

.down2-1num p {
    color: #666;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.25);
}

.down2-2 {
    background: #F2FBFF;
    padding: 15px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.down2-2 p,
.down2-2 p span {
    color: #006FC1;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.25);
}

.down2-2 p {
    margin-right: 32px;
}

.down2-2 p:last-child {
    margin-right: 0;
}

/*  */

.down2-1i {
    flex: 0 0 auto;
    margin-left: 12px;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.down2-la:hover .down2-1i {
    background: #006FC1;
}

.down2-1i i {
    font-size: 16px;
    line-height: normal;
    color: rgba(68, 68, 68, 1);
    transition: all 0.5s ease;
}

.down2-la:hover .down2-1i i {
    color: #FFF;
}

.down .sub-page {
    justify-content: flex-end;
}

@media (max-width: 1536px) {
    .down {
        padding: 95px 0 70px;
    }

    .down2 {
        width: calc(78% - 30px);
    }

    .down2-1 {
        padding: 20px 15px;
    }
}

@media (max-width: 1199.9px) {
    .down-box {
        flex-direction: column;
    }

    .down1 {
        display: none;
    }

    .down2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .down2-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .nav-abox {
        display: none;
    }
}

@media (max-width: 499px) {
    .down {
        padding: 55px 0 40px;
    }

    .down2-u {
        margin-bottom: 18px;
    }

    .down2-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .down2-1ti i {
        font-size: 36px;
    }

    .down2-1ti {
        margin-right: 12px;
    }

    .down2-1i {
        --w: 36px;
    }

    .down2-2 {
        padding: 12px 12px;
    }

    .down2-2 p {
        margin-right: 16px;
    }

    .sub-pagel:last-child a {
        margin-left: 12px;
    }

    .sub-pagel:first-child a {
        margin-right: 12px;
    }

    .down2-1h {
        margin-bottom: 6px;
    }
}

/* 中科特肯（山东）智能科技有限公司（售后服务1） */
.service {
    position: relative;
}

.service::after {
    position: absolute;
    content: "";
    width: 335.987px;
    height: 335.987px;
    border-radius: 335.987px;
    background: linear-gradient(180deg, rgba(12, 104, 172, 0.65) 0%, rgba(0, 111, 193, 0.65) 100%);
    filter: blur(200px);
    top: 939px;
    left: -271px;
    pointer-events: none;
}

.se1 {
    position: relative;
    z-index: 12;
}

.se1-box {
    padding: 145px 0 140px;
}

.se1-h {
    margin-bottom: 32px;
}

.se1-h p {
    color: #000;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    letter-spacing: -1px;
    text-transform: capitalize;
}

.se1-h p span {
    color: #006FC1;
}

.se1-p {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.se1-p p {
    color: #444;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 936px;
}

/*  */
.se1-sw {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.se1-sw>div {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.se1-1box {
    border: 1px solid #E3ECF2;
    background: #F2FBFF;
    height: 100%;
    padding: 6px 6px 0;
}

.se1-1top {
    min-height: 143px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.se1-1h p {
    color: #FFF;
    font-family: 'Sora';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    text-transform: capitalize;
}

.se1-1end {
    padding: 28px;
}

.se1-l {
    position: relative;
    padding-left: 20px;
}

.se1-l::before {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #666;
    left: 0;
    top: 14px;
}

.se1-l p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
    text-transform: capitalize;
}

/*  */
.se2 {
    padding-bottom: 100px;
    position: relative;
    z-index: 12;
}

.se2top {
    margin-bottom: -75px;
}

.se2-h {
    margin-bottom: 32px;
}

.se2-h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    letter-spacing: -1px;
    text-transform: capitalize;
}

.se2-h p span {
    color: #006FC1;
}

.se2-p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 700px;
}

/*  */
.se2end {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.se2-1 {
    width: 40.84%;
    flex: 0 0 auto;
}

.se2-1l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 28px;
    margin-bottom: 28px;
    position: relative;
    cursor: pointer;
}

.se2-1l1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #000;
}

.se2-1l1p p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    transition: all 0.5s ease;
    padding-right: 12px;
}

.se2-1l.on .se2-1l1p p {
    color: #0057A3;
}

.se2-1l1:hover .se2-1l1p p {
    color: #0057A3;
}

.se2-1l1i {
    position: relative;
}

.se2-1l1i i {
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.se2-1l.on .se2-1l1i i {
    color: rgba(0, 87, 163, 1);
}

.se2-1lbox:hover .se2-1l1i i {
    color: rgba(0, 87, 163, 1);
}

.se2-1l1i i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.se2-1l.on .se2-1l1i i:nth-child(1) {
    opacity: 0;
}

.se2-1l.on .se2-1l1i i:nth-child(2) {
    opacity: 1;
}

.se2-1l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.se2-1l.on .se2-1l2 {
    max-height: 400px;
    opacity: 1;
}

.se2-1l2p {
    margin-bottom: 40px;
}

.se2-1l2p p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 630px;
}

.se2-2 {
    width: 43%;
    flex: 0 0 auto;
}

.se2-2img {
    position: relative;
    display: flex;
    align-items: center;
}

.se2-2img1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60.4%;
    z-index: 12;
}

.se2-2img1::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 93%;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.se2-2img1 .img-box {
    padding-bottom: 150%;
    border-radius: 3px;
}

/*  */
.se2-2sw {
    position: relative;
}

#se2-2sw {
    padding: 0 19.8%;
}

#se2-2sw .swiper-wrapper {
    align-items: center;
}

#se2-2sw .swiper-slide {
    opacity: 0;
    transition: all 0.5s ease;
}

#se2-2sw .swiper-slide {
    opacity: 0;
    transition: all 0.5s ease;
}

#se2-2sw .swiper-slide-active,
#se2-2sw .swiper-slide-prev,
#se2-2sw .swiper-slide-next {
    opacity: 1;
}

#se2-2sw .swiper-slide .se2-2img {
    border-radius: 3px !important;
    overflow: hidden !important;
    background: #FFEEF2;
    position: relative;

}

#se2-2sw .swiper-slide .se2-2img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    z-index: 12;
    transition: all 0.5s ease;
}

#se2-2sw .swiper-slide-active .se2-2img::after {
    opacity: 0;
}

#se2-2sw .swiper-slide .se2-2img .img-box {
    padding-bottom: 120%;
    width: 100%;
}

#se2-2sw .swiper-slide-active .se2-2img .img-box {
    padding-bottom: 149%;
}

.se2-2box {
    position: relative;
}

.se2-2box::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 93%;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    opacity: 0;
}

#se2-2sw .swiper-slide-active .se2-2box::after {
    opacity: 1;
}

.oem3-2h {
    transition: all 0.5s ease;
    opacity: 0;
}

#se2-2sw .swiper-slide-active .oem3-2h {
    opacity: 1;
}

@media (max-width: 1536px) {
    .se1-box {
        padding: 85px 0 70px;
    }

    .se1-h {
        margin-bottom: 16px;
    }

    .se1-p {
        margin-bottom: 30px;
    }

    .se1-sw {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .se1-sw>div {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .se2top {
        margin-bottom: 30px;
    }

    .se2 {
        padding-bottom: 70px;
    }
}

@media (max-width: 992px) {
    .se1-sw>div {
        width: 50%;
        margin-bottom: 20px;
    }

    .se2end {
        flex-direction: column;
    }

    .se2-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .se2-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .se1-sw>div {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .se1-box {
        padding: 55px 0 30px;
    }

    .se1-1end {
        padding: 14px;
    }

    .se2-h {
        margin-bottom: 16px;
    }

    .se2-1l1 {
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .se2top {
        margin-bottom: 20px;
    }

    .se2-1l2p {
        margin-bottom: 30px;
    }

    .se2 {
        padding-bottom: 40px;
    }
}

/* 中科特肯（山东）智能科技有限公司（解决方案） */
.sol-box {
    padding: 145px 0 100px;
}

.sol-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sol1 {
    width: 22%;
    flex: 0 0 auto;
    position: sticky;
    top: 120px;
}

.sol2 {
    width: calc(78% - 60px);
    flex: 0 0 auto;
}

.sol2-u {
    margin-bottom: 60px;
}

.sol2-l {
    margin-bottom: 30px;
}

.sol2-l:last-child {
    margin-bottom: 0;
}

.sol2-la {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: linear-gradient(0deg, #FBFEFF 0%, #F2FBFF 50%, #E8F9FF 100%);
    padding: 50px;
}

.sol2-l1 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sol2-limg {
    width: 19.4%;
    flex: 0 0 auto;
}

.sol2-limg .img-box {
    padding-bottom: 112%;
}

.sol2-limg .img-box img {
    transition: all 0.5s ease;
}

.sol2-la:hover .sol2-limg .img-box img {
    transform: scale(1.08);
}

.sol2-lte {
    width: calc(100% - 19.4% - 60px);
    flex: 0 0 auto;
}

.sol2-lh {
    margin-bottom: 60px;
}

.sol2-lh p {
    max-width: 700px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sol2-lh p span {
    color: #006FC1;
    font-family: 'Sora';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-proseh) * 1.25);
    letter-spacing: -0.64px;
    --size: 1px;
    --color: #006FC1;
    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);
}

.sol2-la:hover .sol2-lh p span {
    color: #006FC1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.sol2-lbtn {
    display: flex;
}

.sol2-l2 {
    flex: 0 0 auto;
    margin-left: 12px;
    padding-top: 17px;
}

.sol2-l2 p {
    color: #006FC1;
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-2uh) * 1.25);
}

.solution .sub-page {
    justify-content: flex-end;
}


@media (max-width: 1536px) {
    .sol-box {
        padding: 85px 0 70px;
    }

    .sol2-la {
        padding: 20px;
    }

    .sol2-l2 {
        padding-top: 6px;
    }

    .sol2-lh {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.9px) {
    .sol1 {
        display: none;
    }

    .sol-box {
        flex-direction: column;
    }

    .sol2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .sol2-l1 {
        flex-direction: column;
    }

    .sol2-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .sol2-lte {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .sol-box {
        padding: 55px 0 40px;
    }

    .sol2-l2 p {
        font-size: 18px;
    }

    .sol2-la {
        padding: 12px;
    }

    .sol2-u {
        margin-bottom: 30px;
    }

    .sol2-l {
        margin-bottom: 20px;
    }
}

/* 中科特肯（山东）智能科技有限公司（解决方案-详情） */
.solde-box {
    padding: 125px 0 100px;
}

.solde1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.solde1-h p {
    color: #000;
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    max-width: 1120px;
}

.solde1-btn {
    flex: 0 0 auto;
    margin-left: 20px;
}

.solde-end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.solde2 {
    width: 66.5%;
    flex: 0 0 auto;
}

.solde2-l {
    margin-bottom: 28px;
}

.solde2-l:last-child {
    margin-bottom: 0;
}

.solde2-lh {
    margin-bottom: 12px;
}

.solde2-lh p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.75);
}

.solde2-lp p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.75);
}

.solde2-lp>ul li {
    position: relative;
    padding-left: 24px;
}

.solde2-lp>ul li::before {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #666;
    left: 8px;
    top: 14px;
}

.solde3 {
    width: calc(33.5% - 100px);
    flex: 0 0 auto;
    background: #F2FBFF;
    padding: 32px 30px;
    position: sticky;
    top: 120px;
}

.solde3-h {
    margin-bottom: 24px;
}

.solde3-h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-proseh) * 1.25);
}

.solde .con2-fol {
    margin-bottom: 24px;
}

.solde .con2-fol input,
.solde .con2-fol textarea {
    padding: 14px 20px;
}

@media (max-width: 1536px) {
    .solde-box {
        padding: 85px 0 70px;
    }

    .solde3 {
        width: calc(33.5% - 40px);
        padding: 16px 15px;
    }
}

@media (max-width: 992px) {
    .solde1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .solde1-h {
        margin-bottom: 20px;
    }

    .solde1-btn {
        margin-left: 0;
    }

    .solde2 {
        width: 100%;
    }

    .solde3 {
        display: none;
    }
}

@media (max-width: 499px) {
    .solde-box {
        padding: 55px 0 40px;
    }
}

/* 中科特肯（山东）智能科技有限公司（产品中心） */
/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #006FC1;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #006FC1;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/*  */
.pro-box {
    padding: 144px 0 100px;
}

.peo-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 22%;
    flex: 0 0 auto;
    position: sticky;
    top: 120px;
}

.pro1-l {
    margin-bottom: 10px;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s ease;
    border: 1px solid #E3ECF2;
    background: #F2FBFF;
    padding: 16px 19px 16px 28px;
    position: relative;
}

.pro1-l1a:hover {
    background: #006FC1;
}

.pro1-l.on .pro1-l1a {
    background: #006FC1;
}

.pro1-l1a::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 22.378px;
    background: #E3ECF2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro1-l1a:hover::after {
    background: #FFF;
}

.pro1-l.on .pro1-l1a::after {
    background: #FFF;
}

.pro1-l1a span {
    color: #006FC1;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    --w: 24px;
    width: var(--w);
    height: var(--w);
    border: 1.5px solid rgba(0, 111, 193, 1);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    flex: 0 0 auto;
    margin-left: 10px;
}

.pro1-l.on .pro1-l1ico {
    border: 1.5px solid #FFF;
}

.pro1-l1a:hover .pro1-l1ico {
    border: 1.5px solid #FFF;
}

.pro1-l1ico i {
    font-size: 20px;
    line-height: normal;
    color: #006FC1;
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l1ico i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

.pro1-l.on .pro1-l1ico i {
    opacity: 0;
    color: #FFF;
}

.pro1-l.on .pro1-l1ico i:nth-child(2) {
    opacity: 1;
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    padding: 0 28px;
    margin-top: 10px;
    border: 1px solid #E3ECF2;
    background: #F2FBFF;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 17px 0;
    border-bottom: 1px solid #E3ECF2;
}

.pro1-l2a:last-child {
    border-bottom: 1px solid #e3ecf200;
}

.pro1-l2a:hover {
    padding-left: 30px;
}

.pro1-l2a.on {
    padding-left: 30px;
}

.pro1-l2a::before {
    font-family: 'iconfont' !important;
    content: '\eaf6';
    font-size: 12px;
    color: rgba(0, 111, 193, 1);
    font-weight: 700;
    overflow: hidden;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 18px;
    opacity: 0;
}

.pro1-l2a:hover::before {
    opacity: 1;
}

.pro1-l2a.on::before {
    opacity: 1;
}

.pro1-l2a::after {
    position: absolute;
    content: "";
    height: 1px;
    background: #006FC1;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all 0.5s ease;
}

.pro1-l2a:last-child::after {
    display: none;
}

.pro1-l2a:hover::after {
    width: 100%;
}

.pro1-l2a.on::after {
    width: 100%;
}

.pro1-l2a span {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
    --size: 0px;
    --color: #006FC1;
    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);
}

.pro1-l2a:hover span {
    color: #006FC1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #006FC1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(78% - 60px);
    flex: 0 0 auto;
}

.pro2-h {
    margin-bottom: 26px;
}

.pro2-h p {
    color: #006FC1;
    font-family: 'Sora';
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: -1.38px;
    text-transform: capitalize;
}

.pro2-p {
    margin-bottom: 48px;
}

.pro2-p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.pro2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 26px;
}

.pro2-l {
    margin-bottom: 34px;
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.pro2-la {
    display: block;
}

.pro2-limg {
    background: #F5F5F5;
    padding: 26.5px 0;
    margin-bottom: 1px;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
    background: transparent;
}

.pro2-la:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lend {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
    padding: 14.5px 20px 14.5px 13px;
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-lend {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.20);
}

.pro2-lh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    letter-spacing: 0.2px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-li {
    --w: 40px;
    flex: 0 0 auto;
    margin-left: 17px;
    width: var(--w);
    height: var(--w);
    border-radius: 2px 2px 10px 2px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.pro2-li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(316deg, #006FC1 7.25%, #0C68AC 96.76%);
    transition: all 0.5s ease;
    opacity: 0;
}

.pro2-la:hover .pro2-li::after {
    opacity: 1;
}

.pro2-li i {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    position: relative;
    z-index: 12;
}

.product .sub-page {
    justify-content: flex-end;
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 84px 0 70px;
    }

    .pro1-l1a {
        padding: 12px 12px 12px 14px;
    }

    .pro1-l2sa {
        padding: 0 14px;
    }

    .pro1-l2a::before {
        top: 16px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 642px) {
    .pro2-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .pro-box {
        padding: 54px 0 40px;
    }

    .pro2-h {
        margin-bottom: 13px;
    }

    .pro2-p {
        margin-bottom: 24px;
    }

    .pro2-u {
        margin-bottom: 16px;
    }

    .pro2-l {
        margin-bottom: 17px;
    }
}

/*  */
/* prode */
.prode-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 144px 0 100px;
}

/*  */
/*  */
.prode-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.slider-navbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.prode-swbtn {
    display: flex;
    align-items: center;
}

.slider-navbox button {
    background: transparent;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px 2px 10px 2px;
    background: #D9D9D9;
}

.slider-navbox button.slider-prev {
    border-radius: 2px 2px 2px 10px;
}

.slider-navbox button:hover {
    background: #006FC1;
}

.slider-navbox .slider-prev {
    left: 13px;
}

.slider-navbox .slider-next {
    right: 13px;
}

.slider-navbox button i {
    font-size: 16px;
    color: rgba(26, 60, 128, 1);
    transition: all 0.5s ease;
}

.slider-navbox button:hover i {
    color: rgba(255, 255, 255, 1);
}

/*  */
.prode1-2 {
    width: calc(100% - 34.6% - 60px);
    flex: 0 0 auto;
}

.prode1-2smh {
    display: flex;
    margin-bottom: 10px;
}

.prode1-2smh p {
    color: #006FC1;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    padding: 6px 10px;
    border: 1px solid #006FC1;
}

.prode1-2h {
    margin-bottom: 33px;
}

.prode1-2h p {
    color: #333;
    font-family: 'Sora';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 1.3);
    text-transform: capitalize;
}

.prode1-2p {
    padding-bottom: 66px;
    border-bottom: 1px solid #D7E0F2;
    margin-bottom: 48px;
}

.prode1-2p p {
    color: #494B4F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.prode1-2p span {
    color: #006FC1;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.26);
    margin-bottom: 20px;
    display: block;
}

.prode1-2share {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.prode1-2share p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin-right: 20px;
}

.prode1-2btn {
    display: flex;
    align-items: center;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(54% - 32px);
    border-radius: 50px;
    border: 1px solid #CCC;
    transition: all 0.5s ease;
    padding: 13px 6px;
}

.prode1-2acha {
    width: 23%;
    flex: 0 0 auto;
}

.prode1-2a:hover {
    background: #1A3C80;
    border: 1px solid #1A3C80;
}

.prode1-2a span {
    color: #1A3C80;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 6px;
    transition: all 0.5s ease;
}

.prode1-2a:hover span {
    color: #FFF;
}

.prode1-2a i {
    font-size: 16px;
    color: rgba(26, 60, 128, 1);
    margin: 0 6px;
    transition: all 0.5s ease;
}

.prode1-2a:hover i {
    color: #FFF;
}

/* 产品详情下面 */
.prode-end {
    border-radius: 32px;
}

/* prode2 */
.prode-nav {
    position: sticky;
    top: 120px;
    z-index: 14;
    background: #F5F5F5;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    position: relative;
}

.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #00998B;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    margin-right: 8px;
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    width: max-content;
    padding: 8.5px 36px;
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:hover .prode2-la {
    color: #FFF;
    background: #006FC1;
}

.prode2-l.on .prode2-la {
    color: #FFF;
    background: #006FC1;
}

/* prode3 */
.prode-sa>div {
    margin-top: 60px;
}

.prode-sa>div:first-child {
    margin-top: 48px;
}

.prode3h {
    margin-bottom: 24px;
}

.prode3h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

/* prode5 */

.prode5h {
    background: #006FC1;
    margin-bottom: 20px;
    padding: 20px 30px;
}

.prode5h p {
    color: #FFF;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con2la) * 0.9);
}

.prode5 .con2-fou {
    margin-right: calc(-.5 * 0.88rem);
    margin-left: calc(-.5 * 0.88rem);
}

.prode5 .con2-fol {
    margin-bottom: 20px;
    padding-right: calc(0.88rem * .5);
    padding-left: calc(0.88rem * .5);
}

.prode5 .con2-fol input,
.prode5 .con2-fol textarea {
    background: #F5F5F5;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .prode1-2h {
        margin-bottom: 23px;
    }

    .prode1-2p {
        padding-bottom: 33px;
        margin-bottom: 24px;
    }

    .prode1-2share {
        margin-bottom: 30px;
    }

    .prode-box {
        padding: 84px 0 70px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .prode-box {
        padding: 54px 0 40px;
    }

    .prode3h {
        margin-bottom: 14px;
    }

    .prode-sa>div {
        margin-top: 40px;
    }

    .prode5h {
        padding: 12px 14px;
        margin-bottom: 12px;
    }

    .prode-sa>div:first-child {
        margin-top: 38px;
    }

    .prode5 .con2-fol {
        margin-bottom: 12px;
    }
}

/* -------------------------------------------- */

/* 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;
    transition: all 0.5s ease;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50.25%;
}

.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.25%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e63d';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {}

@media (max-width: 1199.2px) {}

@media (max-width: 991px) {
    .banner .item a {
        padding-bottom: 56%;
    }

    .banner-video-box {
        padding-bottom: 56%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 56%;
    }

    #mouse__down {
        display: none !important;
    }

    .banner-video-box {
        padding-bottom: 56%;
    }

    .banner-chan .slick-arrow {
        --w: 34px !important;
    }

    .banner-chan .slick-arrow.banner-button-prev {
        margin-right: 8px !important;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    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;
    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 .swiper-pagination-bullet span {
        height: 4px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    /* overflow: hidden; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 4px !important;
    width: 18px;
    height: var(--w);
    border-radius: 0;
    /* border: 1px solid #D9D9D9; */
    background: rgba(244, 246, 247, 0.6);
    display: block;
    /* margin: 0 8px; */
    margin-right: 10px;
    position: relative;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #F4F6F7;
    width: 32px;
    animation: cccban 0.5s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes cccban {
    0% {
        width: 10px;
    }

    100% {
        width: 32px;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 148px;
    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;
    justify-content: flex-start;
}

/* banner-line */
#mouse__down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    width: 16.5px;
    z-index: 10;
    width: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#mouse__down:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
    display: block;
    width: 2px;
    height: 6px;
    background: #FFF;
    animation: lineMove 1s infinite;
}

#mouse__down::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    top: -32px;
    width: 32px;
    height: 32px;
    background: url("../img/shubiao.png") no-repeat;
    background-size: cover;
    background-position: center;
}

@-webkit-keyframes lineMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 16px, 0px);
    }
}

@keyframes lineMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 16px, 0px);
    }
}

/* banner-end */

/* so1 */
.so1 {
    padding: 140px 0 80px;
}

.so1-sw {
    position: relative;
}

#so1-sw {
    overflow: hidden;
}

.so1-box {
    display: flex;
    justify-content: space-between;
}

.so1-1 {
    width: 48%;
    flex: 0 0 auto;
}

.so1-1smh {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.so1-1smh img {
    width: 38px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 12px;
}

.so1-1smh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.625);
}

.so1-1h {
    margin-bottom: 62px;
}

.so1-1h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    letter-spacing: -1px;
    max-width: 530px;
}

.so1-1h p span {
    color: #006FC1;
}

.so1-1p {
    margin-bottom: 24px;
}

.so1-1p p {
    color: #000;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-proseh) * 1.25);
    max-width: 432px;
}

.so1-1te {
    margin-bottom: 60px;
}

.so1-1te p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 530px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-1btn {
    display: flex;
}

.so1-2 {
    width: 49.4%;
    flex: 0 0 auto;
    display: flex;
}

.so1-2box {
    width: 100%;
    max-width: 670px;
}

/*  */
.so1-chan {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so1-chan div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
}

.so1-chan .swiper-pagination {
    width: auto;
    bottom: 0;
    display: flex;
    align-items: center;
}

.so1-chan .swiper-pagination .swiper-pagination-bullet {
    --w: 6px;
    width: var(--w);
    height: var(--w);
    margin: 0;
    margin: 0 18px;
    position: relative;
    transition: all 0.5s ease;
}

.so1-chan .swiper-pagination .swiper-pagination-:last-child {
    margin-right: 0;
}

.so1-chan .swiper-pagination .swiper-pagination-bullet-active {
    background: #006FC1;
}

.so1-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    --w: 26px;
    width: var(--w);
    height: var(--w);
    border-radius: 26px;
    border: 1px dashed #006FC1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.so1-chan .swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
}

/*  */
.so1-chan .swiper-button-prev,
.so1-chan .swiper-button-next {
    opacity: 1;
}

.so1-chan .swiper-button-prev::after,
.so1-chan .swiper-button-next::after {
    content: "";
}

.so1-chan .swiper-button-prev i,
.so1-chan .swiper-button-next i {
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    line-height: normal;
    font-weight: 800;
    transition: all 0.5s ease;
}

.so1-chan .swiper-button-prev:hover i,
.so1-chan .swiper-button-next:hover i {
    color: rgba(0, 111, 193, 1);
}

/* so2 */
.ind-pro {
    position: relative;
}

.ind-pro::after {
    position: absolute;
    content: "";
    width: 335.987px;
    height: 335.987px;
    border-radius: 335.987px;
    background: linear-gradient(180deg, rgba(12, 104, 172, 0.65) 0%, rgba(0, 111, 193, 0.65) 100%);
    filter: blur(200px);
    top: 160px;
    left: -271px;
    pointer-events: none;
}

.so2 {
    padding: 196px 0 160px;
    position: relative;
}

.so2-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.so2-smh img {
    width: 38px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 12px;
}

.so2-smh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.625);
}

.so2-h {
    margin-bottom: 24px;
}

.so2-h p {
    color: #000;
    font-family: 'Sora';
    text-align: center;
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    letter-spacing: -1px;
}

.so2-h p span {
    color: #006FC1;
}

.so2-p {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so2-p p {
    color: #999;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    max-width: 1000px;
}

/*  */
.so2-navbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 49px;
}

.so2-u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 66.4%;
}

.so2-l {
    cursor: pointer;
}

.so2-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.so2-li i {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0071c100;
    border-radius: 50%;
    font-size: 26px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.so2-l.on .so2-li i {
    color: #FFF;
    background: #0071c1;
}

.so2-l:hover .so2-li i {
    color: #FFF;
    background: #0071c1;
}

.so2-lp p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

/*  */
.so2-swsa:hover,
.so2-swa:hover {
    cursor: url("../img/so2fly.png"), pointer !important;
}

.so2-sw {
    display: none;
}

.so2-sw.on {
    display: block;
}

.so2-swa {
    display: block;
    background: #F5F5F5;
}

.so2-swh {
    padding: 40px 30px 62px;
}

.so2-swh p {
    color: #000;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2la) * 1.625);
    min-height: calc(var(--zj-con2la) * 1.625 * 2);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so2-swa:hover .so2-swh p {
    color: #006FC1;
}

.so2-swimg .img-box img {
    background: transparent;
    transition: all 0.5s ease;
}

.so2-swa:hover .so2-swimg .img-box img {
    transform: scale(1.08);
}

.so2-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

/* so3 */
.ind-about {
    position: relative;
}

.ind-about::after {
    position: absolute;
    content: "";
    width: 335.987px;
    height: 335.987px;
    border-radius: 335.987px;
    background: linear-gradient(180deg, rgba(12, 104, 172, 0.65) 0%, rgba(0, 111, 193, 0.65) 100%);
    filter: blur(200px);
    bottom: -58px;
    right: -271px;
    pointer-events: none;
}

.so3 {
    padding-bottom: 224px;
}

.so3-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.so3-smh img {
    width: 38px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 12px;
}

.so3-smh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.625);
}

.so3-h {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so3-h p {
    color: #000;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    letter-spacing: -1px;
    max-width: 950px;
}

.so3-h p span {
    color: #006FC1;
}

/*  */
.so3-end {
    display: flex;
    justify-content: space-between;
}

.so3-1 {
    width: 36.6%;
    flex: 0 0 auto;
}

.so3-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.so3-2 {
    width: calc(100% - 36.6% - 98px);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.so3-2p {
    margin-bottom: 48px;
}

.so3-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.75);
    margin-bottom: 30px;
}

.so3-2p p:last-child {
    margin-bottom: 0;
}

.so3-2btn {
    display: flex;
}

.so3-2num {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.so3-2num::after {
    position: absolute;
    content: "";
    width: 58%;
    height: 84%;
    top: -34%;
    left: 0;
    background: linear-gradient(90deg, #006FC1 0%, rgba(0, 111, 193, 0.10) 100%);
    z-index: -1;
}

.so3-u {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    box-shadow: 0 6px 10px 2px rgba(0, 0, 0, 0.05);
    width: 94%;
}

.so3-l {
    padding: 47px 48px;
}

.so3-l:nth-child(2n) {
    padding: 0;
}

.so3-line {
    width: 1px;
    height: 100px;
    background: #D9D9D9;
}

.so3-lnum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.so3-lnum p,
.so3-lnum span {
    color: #006FC1;
    font-size: calc(var(--zj-so2lnum2) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc((var(--zj-so2lnum2) + 2px) * 1.25);
}

.so3-lh p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
}

/* so4 */
.so4 {
    padding-bottom: 100px;
}

.so4-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.so4-smh img {
    width: 38px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 12px;
}

.so4-smh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.625);
}

.so4-h {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so4-h p {
    color: #000;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ab2end1-h) * 1.25);
    letter-spacing: -1px;
    text-transform: capitalize;
    max-width: 704px;
}

.so4-h p span {
    color: #006FC1;
}

.so4-p {
    margin-bottom: 60px;
}

.so4-p p {
    color: #999;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
}

.so4-u {
    margin-bottom: 60px;
}

.so4-l {
    margin-bottom: 16px;
}

.so4-l:last-child {
    margin-bottom: 0;
}

.so4-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    border: 1px solid #D9D9D9;
    padding: 40px 50px;
    position: relative;
    transition: all 0.5s ease;
}

.so4-la:hover {
    background: #006FC1;
}

.so4-llf {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
}

.so4-lnum {
    flex: 0 0 auto;
    margin-right: 87px;
}

.so4-lnum p {
    color: #000;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ser-fth) * 1.25);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so4-la:hover .so4-lnum p {
    color: #FFF;
}

.so4-lnum span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so4-la:hover .so4-lnum span {
    color: #FFF;
}

.so4-lh {
    width: 44%;
}

.so4-lh p {
    color: #000;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.27);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so4-la:hover .so4-lh p {
    color: #FFF;
}

/*  */

.so4-li {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px 2px 10px 2px;
    position: relative;
    background: #000;
    flex: 0 0 auto;
    transition: all 0.5s ease;
    overflow: hidden;
}

.so4-li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(316deg, #006FC1 7.25%, #0C68AC 96.76%);
    transition: all 0.5s ease;
    z-index: 10;
}

.so4-la:hover .so4-li::after {
    opacity: 0;
}

.so4-li i {
    font-size: 16px;
    color: #FFF;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.so4-limg {
    position: absolute;
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
    opacity: 0;
    transition: all 0.5s ease;
}

.so4-la:hover .so4-limg {
    opacity: 1;
}

.so4-limg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so4-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1536px) {
    .so1 {
        padding: 70px 0 60px;
    }

    .so2 {
        padding: 76px 0 70px;
    }

    .so3 {
        padding-bottom: 124px;
    }

    .so3-2top {
        margin-bottom: 80px;
    }

    .so3-l {
        padding: 27px 22px;
    }

    .so3-2 {
        width: calc(100% - 36.6% - 38px);
    }

    .so4 {
        padding-bottom: 70px;
    }

    .so4-u {
        margin-bottom: 30px;
    }

    .so4-limg {
        width: 26%;
    }
}

@media (max-width: 992px) {
    .so1-box {
        flex-direction: column;
    }

    .so1-1 {
        width: 100%;
    }

    .so1-2 {
        width: 100%;
        justify-content: center;
    }

    .so3-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so3-1 {
        width: 100%;
    }

    .so3-end {
        flex-direction: column-reverse;
    }

    .so4-la {
        padding: 20px 30px;
    }

    .so2-u {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .so2-navbox {
        overflow: scroll;
        justify-content: flex-start;
    }

    .so2-u {
        width: 750px;
    }

    .so2-l {
        width: max-content;
        margin-right: 30px;
    }

    .so2-l:last-child {
        margin-right: 0;
    }

    .so3-u {
        width: 100%;
        flex-wrap: wrap;
    }

    .so3-l {
        width: 100%;
    }

    .so3-l:nth-child(2n) {
        display: none;
    }

    .so3-2num::after {
        display: none;
    }

    .so3-2top {
        margin-bottom: 40px;
    }

    .so4-limg {
        display: none;
    }

    .so4-lnum {
        margin-right: 20px;
    }
}

@media (max-width: 499px) {
    .so1 {
        padding: 40px 0 30px;
    }

    .so1-1smh {
        margin-bottom: 16px;
    }

    .so1-1h {
        margin-bottom: 31px;
    }

    .so1-1p {
        margin-bottom: 12px;
    }

    .so1-1te {
        margin-bottom: 30px;
    }

    .so1-2 {
        margin-top: 20px;
    }

    .so2 {
        padding: 36px 0 40px;
    }

    .so2-smh {
        margin-bottom: 16px;
    }

    .so2-h {
        margin-bottom: 12px;
    }

    .so2-p {
        margin-bottom: 30px;
    }

    .so3-smh {
        margin-bottom: 16px;
    }

    .so3-h {
        margin-bottom: 30px;
    }

    .so3-2p p {
        margin-bottom: 15px;
    }

    .so3 {
        padding-bottom: 54px;
    }

    .so4-smh {
        margin-bottom: 16px;
    }

    .so4-h {
        margin-bottom: 12px;
    }

    .so4-p {
        margin-bottom: 30px;
    }

    .so4-la {
        padding: 16px 12px;
    }

    .so4-li {
        display: none;
    }

    .so4-llf {
        width: 100%;
    }

    .so4-lh {
        width: auto;
        flex: 1;
    }

    .so4 {
        padding-bottom: 40px;
    }
}


/* 特殊------------------------------------------- */
.review-box p {
    margin: 0 0 0 20px;
    font-size: 17px;
    color: #282828;
}

@media (max-width: 1199px) {
    .review-box p {
        font-size: 16px;
        margin: 0 0 0 10px;
    }
}

.review-box .ratingbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    border-radius: 3px;
    line-height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .review-box .ratingbox {
        line-height: 40px;
        padding: 0 15px;
    }
}

.review-box .ratingbox .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.review-box .ratingbox .rating input {
    display: none !important;
}

.review-box .ratingbox .rating input:checked~label svg {
    fill: #006FC1;
}

.review-box .ratingbox .rating label {
    margin-right: 5px;
    cursor: pointer;
    color: #006FC1;
    display: flex;
    align-items: center;
}

.review-box .ratingbox .rating label::before {
    display: none !important;
}

.review-box .ratingbox .rating label svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #006FC1;
    stroke-width: 2px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.review-box .ratingbox .rating label:hover svg,
.review-box .ratingbox .rating label:hover~label svg {
    fill: #006FC1;
}