.hea-top {
    background: #FFF;
}

.hea-topbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vent2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vent2-1 {
    display: flex;
    align-items: center;
}

.vent2-1a {
    display: flex;
    margin-right: 24px;
}

.vent2-1a span {
    color: #010451;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 0.95);
    --size: 1px;
    --color: #010451;
    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);
}

.vent2-1a:hover span {
    color: #010451;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.vent2-2 {
    display: flex;
    align-items: center;
}

.vent2-2a {
    display: flex;
    padding: 4px 20px;
    background: #010451;
    border: 1px solid #010451;
    margin-right: 10px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.vent2-2a:last-child {
    margin-right: 0;
}

.vent2-2a:hover {
    background: #1D89E4;
}

.vent2-2a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.vent2-3 {
    margin-left: 24px;
}

/*  */
#ven {
    transition: all 0.5s ease;
    background: #010451;
    backdrop-filter: blur(10px);
}

.ventricle {
    background: #BF9F8A;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1536px) {}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 5px 0;
    position: relative;
}

.ven1-loim img {
    width: 96px;
    height: auto;
    transition: all 0.5s ease;
    background-blend-mode: luminosity;
    position: relative;
    z-index: 12;
}

.ven2 {
    display: flex;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 2.4vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 7.6vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    padding: 18px 12px;
}

.ven2-la:hover {
    background: #1D89E4;
}

.ven2-l.on .ven2-la {
    background: #1D89E4
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0.5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    background: #302219;
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 60px;
}

.ven2-l.on .ven2-la::after {
    width: 60px;
}

.ven2-la span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;

    --size: 0px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-la i {
    color: #FFF7F2;
    margin-left: 6px;
    font-size: 10px;
    font-weight: normal;
    transition: all 0.5s ease;
}

.ven2-l.on .ven2-la i {
    color: #001C58;
}

.ven2-la:hover i {
    color: #001C58;
}

/*  */

.ven-seh {
    position: relative;
    height: 100%;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vensesv::after,
.vensesv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
    display: none;
}

.vensesv::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.vensesv:hover:before,
.vensesv:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.vensesv i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: normal;
    color: #001C58;
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #001C58;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-left: 8px;
    transition: all 0.5s ease;
}

.vensesv:hover p {
    color: #001C58;
}

.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);
}

.ventricle .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */

.ven-inqury a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    background: #1D89E4;
    width: 60px;
}

.ven-inqury a i {
    font-size: 24px;
    color: rgb(255, 255, 255);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury a:hover i {
    color: #001C58;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven-inqury a p {
    position: absolute;
    right: 0;
    right: 16px;
    top: 13px;
    z-index: 12;
}

.ven-inqury a p span {
    font-size: 12px;
    color: #010451;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury a p {
    color: #001C58;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2-la);
    text-transform: capitalize;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.ven-inqury a:hover p {
    color: #001C58;
}

.ven-inqury a span {
    color: #001C58;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2-la);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven-inqury a:hover span {
    color: #001C58;
}

/*  */
.ven-line {
    width: 1px;
    height: 10px;
    opacity: 0.2;
    background: #001C58;
    margin: 0 20px;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 6px;
    border: 1px solid #001C58;
    padding: 4px 20px;
    background: #001C58;
}

.ven2-langbt .icon-duoyuyan {
    font-size: 20px;
    color: #FFF;
    display: block;
}

.ven2-langbt:hover .icon-duoyuyan {
    color: #FFF;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
    margin: 0 10px 0 16px;
}

.ven2-langbt:hover span {
    color: #FFF;
}

.ven2-langbt .icon-xiala {
    font-size: 16px;
    color: #FFF;
    display: block;
}

.ven2-langbt:hover .icon-xiala {
    color: #FFF;
}

.ven2-lang .ven2-ler {
    width: 100%;
    top: 100%;
}

.ven2-lang:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ven2-langbt img {
    --w: 17px;
    width: var(--w);
    height: var(--w);
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.ven2-langbt i {
    font-size: 6px;
    line-height: normal;
    color: #FFF;
    display: block;
    transition: all 0.5s ease;
}

.ven2-langbt:hover i {
    color: #001C58;
    /* animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1; */
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: capitalize;
    display: block;
    margin: 0 8px 0 16px;
    padding-top: 2px;
    transition: all 0.5s ease;
}

/* .ven2-langbt:hover span {
    color: #001C58;
} */

/*  */
.ven-contact {
    margin-left: 38px;
}

.ven-contact>a {
    display: block;
    border-radius: 999px;
    background: #001C58;
    padding: 11px 23px;
    overflow: hidden;
    position: relative;
}

.ven-contact>a::after,
.ven-contact>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ven-contact>a::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.ven-contact>a:hover:before,
.ven-contact>a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ven-contact>a p span {
    color: #1458E4;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    --size: 1px;
    --color: #1458E4;
    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);
}

.ven-contact>a:hover p span {
    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;
}

@media (max-width: 1536px) {
    .ven1-loim::after {
        top: -25px;
    }

    .ven2-l {
        margin-right: 2.14vw;
    }

    .ven2-l:last-child {
        margin-right: 3.6vw;
    }

    /* .vensesv {
        margin-right: 12px;
    } */
    .ven1-loim img {
        width: 76px;
    }


    .ven-contact {
        margin-left: 16px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }


    .ven2-la i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 18px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .vensesv i {
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 14px;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .vent2-2a {
        display: none;
    }

    .vent2-1a:last-child {
        margin-right: 0;
    }

    .ven1-loim {
        padding: 6px 0;
    }

    .ven-line {
        margin: 0 12px;
    }

    .ven1-loim img {
        margin-top: 0;
        width: 54px;
    }

    .ven1-loim::after {
        display: none;
    }

    .vensesv p {
        display: none;
    }
}

@media (max-width: 499px) {
    .menu-language .select-name {
        padding: 0 0 !important;
    }

    .ven1-loim {
        padding: 6px 0;
    }

    .ven1-loim img {
        width: 48px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-contact {
        display: none;
    }

    .ven-contact>a p span {
        font-size: 14px;
    }

    .ven2-langbt span {
        display: none;
    }

    .ven2-langbt .icon-duoyuyan {
        margin-right: 4px;
    }

    .ven2-langbt {
        padding: 0px 12px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 400px;
    opacity: 1;
}

.ven2-lerbo {
    background: #FFF;
    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: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
    --size: 1px;
    --color: #001C58;
    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: #001C58;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #C29C6B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #C29C6B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
    /* display: flex; */
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: block;
    padding: 8px 12px;
}

.ven2-lerathra::before {
    content: "";
    --w: 7px;
    width: var(--w);
    height: var(--w);
    background: #453737;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 7px;
}

.ven2-lerathra span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #453737;
    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: #453737;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 340%;
    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: #302219;
    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: 0;
    border: 1px solid #174284;
    width: 274px;
    padding: 10px 16px;
    background: #174284;
    height: 100%;
}

.ven-sehfo input {
    color: #8DA7CE;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normals;
    line-height: calc(var(--zj-subnav) * 1.1875);
    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: #8DA7CE;
}

.ven-sehfo input:-moz-placeholder {
    color: #8DA7CE;
}

.ven-sehfo input::-moz-placeholder {
    color: #8DA7CE;
}

.ven-sehfo input:-ms-input-placeholder {
    color: #8DA7CE;
}

.ven-sehfo>span button {
    background: transparent;
    display: block;
}

.ven-sehfo>span i {
    color: #FFF;
    font-size: 16px;
}

.ven-sehfo>span button:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 327%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 380%;
    }

    .ven-inqury a {
        width: 34px;
    }

    .ven-inqury a p {
        right: 7px;
        top: 4px;
    }
}

@media (max-width: 700px) {
    .vent2-1 {
        display: none;
    }

    .vent2-3 {
        margin-left: 0;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 360%;
        right: -194px;
    }

    .ven-sehfo {
        width: 208px;
        padding: 7px 12px;
    }

    .ven-contact>a {
        display: none;
    }

    .ven2-lera {
        padding: 6px 4px;
    }

    .ven2-lerbo {
        padding: 6px 0;
    }
}

/* 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: #010451;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #010451;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #010451;
}

#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: #010451;
}

.headersp #venPho .venPhoSack.on::before {
    background: #010451;
}

.ventricle #venPho .venPhoSack.on::before {
    background: #010451;
}

/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #010451;
}

.headersp #venPho .venPhoSack.on::after {
    background: #010451;
}

.ventricle #venPho .venPhoSack.on::after {
    background: #010451;
}

/* .ventricle .venPhoSack::after {
    background: #222 !important;
} */

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #010451;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #010451;
}

.ventricle #venPho .venPhoSack span {
    background: #010451;
}

/* .ventricle .venPhoSack span {
    background: #222 !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: 103px;
    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 #222;
}

#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: #010451;
    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: #1D89E4;
}

.xiantiao>a {
    color: #1D89E4;
}

.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: #010451;
    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: #010451;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #1D89E4;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 96px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sub-te {
    position: relative;
}

.sub-h {
    margin-bottom: 16px;
}

.sub-h p {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.sub-h h1 {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.sub-p p {
    color: #F5F5F5;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1036px;
}

@media (max-width: 1536px) {


    .breadcrumb-item {
        display: flex;
        align-items: center;
    }

    .sub-te::after {
        width: 320px;
    }
}

@media (max-width: 992px) {
    .sub-te::after {
        width: 280px;
    }

    .sub-cate2 {
        display: none;
    }
}

@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: 300px;
    }

    .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: 320px;
    }
}

@media (max-width: 642px) {
    .sub-im img {
        min-height: 250px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 240px;
    }

    .sub-h {
        margin-bottom: 12px;
    }
}

/*  */
.sub-nav {
    background: #F5F5F5;
}

.subnav {
    display: flex;
    align-items: center;
    padding: 18px 0;
}

.subnav i {
    font-size: 20px;
    color: rgba(1, 4, 81, 1);
    margin-right: 10px;
    line-height: normal;
    margin-bottom: 4px;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
    text-transform: capitalize;
    transition: all 0.5s ease;
    --size: 1px;
    --color: #010451;
    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: #010451;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #010451;
}

/*  */
/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.18);
    text-transform: capitalize;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    background: #1D89E4;
    color: #FFF;
}

.sub-pagel.on a {
    background: #1D89E4;
    color: #FFF;
}

.sub-pagel a i {
    font-size: 18px;
    line-height: normal;
    color: #666;
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

.sub-pagel.on a i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }

    .sub-pagel a i {
        --w: 26px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 150px;
}

[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: 128px;
    }

    [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: 1199.9px) {
    [data-sub-pad="header100"] {
        margin-top: 100px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 97px;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }
}

/* 语言新 */
.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: #010451;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    height: 100%;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;

    padding: 24px 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: #001C58;
}

.menu-language .select-name::before {
    font-size: 22px;
    content: '\e655';
    color: #001C58;
    font-family: 'iconfont' !important;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.menu-language .select-name:hover:before {
    color: #001C58;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/* @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: 18px;
    color: #001C58;
    content: '\e60c';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.menu-language .select-name:hover::after {
    color: #001C58;
}

/* @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: 14;
    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 */
/* 泰安市旭泰科技有限公司 特殊产品二级 */
.hdsp {
    left: 50%;
    transform: translateX(-50%);
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    position: fixed;
    top: 160px;
}

.ven2-lsa:hover .hdsp {
    max-height: 600px;
    opacity: 1;
}

.hdsp-box {
    /* box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10); */
    border-radius: 0 0 8px 8px;
    background: #FFF;
    display: flex;
    overflow: hidden;
}

.hdsp1 {
    width: 22.6%;
    flex: 0 0 auto;
}

.hdsp1-img .img-box {
    padding-bottom: 80%;
}

.hdsp1-h {
    background: #F5F5F5;
    padding: 18px 6px;
}

.hdsp1-h p {
    color: #111;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
}

.hdsp2 {
    width: calc(100% - 22.6% - 59%);
    flex: 0 0 auto;
    padding-left: 30px;
}

.hdsp2-l {
    margin-top: 4px;
}

.hdsp2-la {
    padding: 10px 12px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.hdsp2-l.on .hdsp2-la {
    background: #F5F5F5;
}

.hdsp2-la:hover {
    background: #F5F5F5;
}

.hdsp2-la p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.hdsp3 {
    width: 59%;
    flex: 0 0 auto;
}

.hdsp3-u {
    height: 100%;
}

.hdsp3-l {
    display: none;
    height: 100%;
}

.hdsp3-l.on {
    display: block;
}

.hdsp3-lte {
    padding: 14px 70px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hdsp3-lh {
    margin-bottom: 16px;
}

.hdsp3-lh p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    text-transform: capitalize;
}

.hdsp3-lp p {
    color: #F5F5F5;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
}

.hdsp3-lbtn {
    display: flex;
    align-items: center;
}

.hdsp3-la {
    display: flex;
    align-items: center;
}

.hdsp3-la p {
    color: #FFF;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.hdsp3-la:hover p {
    color: #1D89E4;
}

.hdsp3-la i {
    margin-left: 8px;
    font-size: var(--zj-subnav);
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.hdsp3-la:hover i {
    color: #1D89E4;
}

@media (max-width: 1536px) {
    .hdsp {
        top: 138px;
    }

    .hdsp3-lte {
        padding: 14px 20px 18px;
    }

    .hdsp2 {
        width: calc(100% - 22.6% - 53%);
    }

    .hdsp3 {
        width: 53%;
    }
}

/* 弹窗 */
.hdwin {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.53);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}

.hdwin.on {
    opacity: 1;
    pointer-events: auto;
}

.hdwin-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 16px 0 rgba(34, 34, 34, 0.10);
    width: 90%;
    max-width: 763px;
    padding: 22px 44px 45px;
    position: relative;
    overflow: hidden;
}

.hdwin-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.hdwin-logo img {
    width: 86px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.hdwin-p {
    margin-bottom: 24px;
}

.hdwin-p p {
    color: #222;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.hdwin .con2-fobt {
    margin-top: 24px;
}

.hdwin .con2-fobt button {
    border-radius: 4px;
    background: #1D89E4;
    padding: 13px 58px;
}

.hdwin-colse {
    position: absolute;
    top: 14px;
    right: 10px;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
    background: #1D89E4;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
}

.hdwin-colse:hover {
    transform: rotate(180deg);
}

.hdwin-colse i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
}

@media (max-width: 992px) {
    .hdwin-logo {
        margin-bottom: 14px;
    }

    .hdwin-logo img {
        width: 66px;
    }

    .hdwin-box {
        padding: 22px 22px 35px;
    }
}

@media (max-width: 499px) {
    .hdwin-logo img {
        width: 56px;
    }

    .hdwin .con2-fobt button {
        padding: 6px 38px;
    }

    .hdwin-box {
        padding: 16px 18px 20px;
    }

    .hdwin .con2-fobt {
        margin-top: 12px;
    }

    .hdwin-p {
        margin-bottom: 12px;
    }
}

/* contact */
.contact {
    background: #F5F5F5;
}

.con-box {
    padding: 50px 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con1 {
    width: calc(40% - 124px);
    flex: 0 0 auto;
}

.con1-h {
    margin-bottom: 16px;
}

.con1-h p {
    color: #010451;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.27);
    text-transform: capitalize;
}

.con1-p {
    margin-bottom: 34px;
}

.con1-p p {
    max-width: 480px;
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

.con1-u {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 60px;
    margin-bottom: 32px;
}

.con1-l {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.con1-l:last-child {
    margin-bottom: 0;
}

.con1-li {
    --w: 54px;
    width: var(--w);
    height: var(--w);
    border-radius: 2px;
    background: #1D89E4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 16px;
}

.con1-li i {
    font-size: 22px;
    color: #FFF;
}

.con1-lh {
    margin-bottom: 4px;
}

.con1-lh p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.con1-la {
    display: flex;
}

.con1-la p span {
    color: #222;
    font-family: "Roboto";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    --size: 1px;
    --color: #010451;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-la:hover p span {
    color: #010451;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-share>p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    margin-bottom: 16px;
}

.con1-1sha {
    display: flex;
    align-items: center;
}

.con1-1sha>a {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    border-radius: 8px;
    background: #1D89E4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.con1-1sha>a:hover {
    background: #001C58;
}

.con1-1sha>a:last-child {
    margin-right: 0;
}

.con1-1sha>a i {
    font-size: 24px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

.con2 {
    width: 60%;
    flex: 0 0 auto;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 16px 0 rgba(34, 34, 34, 0.10);
    padding: 50px;
}

.con2-h {
    margin-bottom: 40px;
}

.con2-h p {
    color: #222;
    font-size: calc(var(--zj-prode1-2h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-prode1-2h) - 2px) * 1.2);
    text-transform: capitalize;
}

.con2-fou {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.con2-fol {
    margin-bottom: 20px;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
    position: relative;
}

.con2-fol:last-child {
    margin-bottom: 0;
}

.con2-fol input,
.con2-fol textarea {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    letter-spacing: 0.32px;
    text-transform: capitalize;

    width: 100%;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    background: #F5F5F5;

    transition: all 0.5s ease;
    padding: 12px 16px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #1D89E4;
}

.con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.con2-fol input::-moz-placeholder {
    color: #666;
}

.con2-fol input::-ms-input-placeholder {
    color: #666;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.con2-fol textarea::-moz-placeholder {
    color: #666;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

/*  */
.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}

.con2-fobt button {
    padding: 8px 58px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #2974C1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con2-fobt button span {
    color: #F3F3F3;
    font-family: "Inter";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con2-fobti {
    --w: 20px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 8px;
    position: relative;
}

.con2-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1;
    color: rgba(245, 245, 245, 1);
}

.con2-fobti i:nth-child(2) {
    position: absolute;
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i:nth-child(2) {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/* 表单验证吗 ------------------------- */
.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 {
        width: calc(40% - 60px);
    }

    .con1-li {
        --w: 44px;
    }

    .con1-u {
        padding-bottom: 30px;
        margin-bottom: 16px;
    }

    .con1-1sha>a {
        --w: 44px;
    }

    .con2 {
        padding: 30px;
    }

    .con2-h {
        margin-bottom: 20px;
    }

    .con-box {
        padding: 50px 0 70px;
    }

    .subnav {
        padding: 8px 0;
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
        margin-bottom: 10px;
    }

    .con2-fobt {
        margin-top: 20px;
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 30px 0 40px;
    }

    .con1-h {
        margin-bottom: 8px;
    }

    .con1-p {
        margin-bottom: 17px;
    }

    .con1-li {
        --w: 36px;
        margin-right: 8px;
    }

    .con1-li i {
        font-size: 16px;
    }

    .con1-share>p {
        margin-bottom: 8px;
    }

    .con2 {
        padding: 18px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 6px 12px;
    }
}

/* footer */
.ft-top {
    background: #010451;
    padding: 50px 0 80px;
}

.ft1 {
    width: 32%;
    flex: 0 0 auto;
}

.ft-box {
    display: flex;
    justify-content: space-between;
}

.ft1-h {
    margin-bottom: 63px;
}

.ft1-h p {
    color: #FFF;
    font-size: calc(var(--zj-con2h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-con2h) - 2px) * 1.12);
    text-transform: capitalize;
}

.ft1-p {
    margin-bottom: 16px;
}

.ft1-p p {
    color: #FFF;
    font-family: "Roboto";
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-proseh) * 1.03);
    text-transform: capitalize;
}

/*  */
.ft1-1from {
    max-width: 450px;
}

.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 6px;
    background: #FFF;
    overflow: hidden;
    padding: 4px 5px 4px 20px;
    transition: all 0.5s ease;
}

.ft1-sehfo input {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    border: none;
    width: 60%;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: #666;
}

.ft1-sehfo input::-moz-placeholder {
    color: #666;
}

.ft1-sehfo input::-ms-input-placeholder {
    color: #666;
}

/*  */
.ft1-sehfo button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 6px;
    background: #1D89E4;
}

.ft1-sehfo button::after,
.ft1-sehfo button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft1-sehfo button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft1-sehfo button:hover:before,
.ft1-sehfo button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft1-sehfo button i {
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

#footer .spam_code_img {
    width: 60px;
}

.ft2 {
    color: #FFF;
    width: 61%;
    flex: 0 0 auto;
}

.ft2-h {
    padding-bottom: 33px;
    margin-bottom: 45px;
    border-bottom: 1px solid #303259;
}

.ft2-h p {
    color: #F5F5F5;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ft2-end {
    display: flex;
    justify-content: space-between;
}

.ft2-1h {
    margin-bottom: 24px;
}

.ft2-1h p {
    color: #FFF;
    font-family: "Roboto";
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-pro2-1h) * 1.33);
    text-transform: capitalize;
}

/*  */
.ft2-1l {
    margin-bottom: 16px;
    max-width: 404px;
}

.ft2-1l:last-child {
    margin-bottom: 0;
}

.ft2-1la {
    display: block;
}

.ft2-1la p,
.ft2-1la p span {
    color: #F5F5F5;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    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-1la:hover p span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-1share {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.ft2-1share>a {
    max-width: 50px;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.ft2-1share>a:hover {
    transform: translateY(-5px);
}

.ft2-1share>a:last-child {
    margin-right: 0;
}

.ft2-1share>a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.ft2-2l {
    margin-bottom: 16px;
}

.ft2-2l:last-child {
    margin-bottom: 0;
}

.ft2-2la {
    display: block;
}

.ft2-2la p span {
    color: #F5F5F5;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    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);
}

a.ft2-2la:hover p span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3 {
    background: #1A1C59;
}

.ft3-box {
    position: relative;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy span {
    color: #D9D9D9;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ft3-1cnzz {
    padding-bottom: 2px;
    margin: 0 0 0 8px;
}

.ft3-1pow span {
    color: #D9D9D9;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 10px;
    opacity: 0;
    background: #FFF;
    margin: 0 8px;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #D9D9D9;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft-top {
        padding: 50px 0 70px;
    }

    .ft2 {
        width: 64%;
    }

    .ft2-1l {
        max-width: 304px;
    }

    .ft2-h {
        padding-bottom: 16px;
        margin-bottom: 25px;
    }

    .ft2-1share>a {
        max-width: 36px;
        margin-right: 10px;
    }

    .ft3-box {
        padding: 12px 0;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 49px;
    }
}

@media (max-width: 992px) {
    .ft-box {
        flex-direction: column;
    }

    .ft1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft2 {
        width: 100%;
    }

    .ft3-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1cnzz {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .ft2-2 {
        display: none;
    }

    .ft1-h {
        margin-bottom: 33px;
    }
}

@media (max-width: 499px) {
    .ft-top {
        padding: 30px 0 30px;
    }

    .ft1-h {
        margin-bottom: 16px;
    }

    .ft1-sehfo {
        padding: 4px 5px 4px 10px;
    }

    .ft1-p {
        margin-bottom: 8px;
    }

    .ft1 {
        margin-bottom: 20px;
    }

    .ft2-1h {
        margin-bottom: 12px;
    }

    .ft2-1l {
        max-width: 100%;
    }

    .ft2-1l {
        margin-bottom: 8px;
    }

    .ft2-1share {
        margin-top: 16px;
    }

    .ft3-2>span {
        margin: 0 4px;
    }
}

.ne-box {
    padding: 50px 0 130px;
}

.ne-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.ne1-h {
    margin-bottom: 16px;
}

.ne1-h p {
    color: #010451;
    font-family: "Poppins";
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.ne1-p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ne2 {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.ne2>span {
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    margin: 0 16px;
}

.ne2-a {
    display: block;
    position: relative;
}

.ne2-a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #1D89E4;
    left: 0;
    bottom: -8px;
    transform: translateX(0);
    transition: all 0.5s ease;
}

.ne2-a:hover::after {
    width: 100%;
}

.ne2-a.on::after {
    width: 100%;
}

.ne2-a p span {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
}

.ne2-a:hover p span {
    color: #1D89E4;
}

.ne2-a.on p span {
    color: #1D89E4;
}

/*  */
.ne-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 40px;
}

.ne-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 40px;
}

.ne-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #111;
    padding: 10px 32px 10px 10px;
}

.ne-limg {
    width: 52%;
    flex: 0 0 auto;
}

.ne-limg .img-box {
    border-radius: 8px;
    padding-bottom: 64%;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-la:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    width: calc(48% - 32px);
    flex: 0 0 auto;
}

.ne-lnum {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.ne-lnum i {
    font-size: 20px;
    line-height: normal;
    margin-right: 16px;
    flex: 0 0 auto;
    color: rgba(102, 102, 102, 1);
    padding-bottom: 3px;
}

.ne-lnum p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.ne-lh {
    margin-bottom: 33px;
}

.ne-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lh p span {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    letter-spacing: -0.72px;
    text-transform: capitalize;
    --size: 1px;
    --color: #1D89E4;
    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);
}

.ne-la:hover .ne-lh p span {
    color: #1D89E4;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background: #F5F5F5;
    padding: 8px 10px;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lbtn {
    background: #1D89E4;
}

.ne-lbtn p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lbtn p {
    color: #FFF;
}

.ne-lbtn i {
    font-size: 16px;
    line-height: normal;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lbtn i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 40px 0 70px;
    }

    .ne-top {
        margin-bottom: 40px;
    }

    .ne-u {
        margin-bottom: 20px;
    }

    .ne-lh {
        margin-bottom: 16px;
    }

    .ne-lnum {
        margin-bottom: 8px;
    }

    .ne-l {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.9px) {
    .ne-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .ne1 {
        margin-bottom: 10px;
    }

    .ne2 {
        padding-bottom: 0;
    }

    .ne2-a::after {
        bottom: 0;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .ne-la {
        flex-direction: column;
    }

    .ne-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-lte {
        width: 100%;
    }

    .ne-la {
        padding: 10px;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 40px 0;
    }

    .ne-top {
        margin-bottom: 20px;
    }

    .ne-l {
        margin-bottom: 20px;
    }

    .ne-u {
        margin-bottom: 10px;
    }
}

/*  */
.case {
    padding: 100px 0 130px;
}

.ca-h {
    margin-bottom: 24px;
}

.ca-h p {
    color: #010451;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-pro2-1h) * 1.333);
}

.ca-navbox {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.ca-navh {
    margin-right: 20px;
}

.ca-navh p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.ca-navu {
    display: flex;
    align-items: center;
}

.ca-navl {
    margin-right: 10px;
}

.ca-navla {
    display: block;
    padding: 10px 32px;
    border-radius: 4px;
    border: 1px solid #666;
    transition: all 0.5s ease;
}

.ca-navl.on .ca-navla {
    border: 1px solid #010451;
    background: #010451;
}

.ca-navla:hover {
    border: 1px solid #010451;
    background: #010451;
}

.ca-navla p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ca-navl.on .ca-navla p {
    color: #FFF;
}

.ca-navla:hover p {
    color: #FFF;
}

.ca-p {
    margin-bottom: 56px;
}

.ca-p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    max-width: 1421px;
}

/*  */
.ca-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 40px;
}

.ca-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 40px;
}

.ca-la {
    display: block;
    border-radius: 8px;
    background: #F5F5F5;
    transition: all 0.5s ease;
}

.ca-la:hover {
    background: #010451;
}

.ca-limg .img-box {
    border-radius: 8px;
    padding-bottom: 64%;
}

.ca-limg .img-box img {
    transition: all 0.5s ease;
}

.ca-la:hover .ca-limg .img-box img {
    transform: scale(1.08);
}

.ca-lte {
    padding: 9px 12px;
}

.ca-lh p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ca-lh p span {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ca-la:hover .ca-lh p span {
    color: #FFF;
}

@media (max-width: 1536px) {
    .case {
        padding: 70px 0;
    }

    .ca-u {
        margin-bottom: 20px;
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ca-l {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

@media (max-width: 1199.9px) {
    .ca-navla p {
        width: max-content;
    }

    .ca-navh p {
        width: max-content;
    }

    .ca-navbox {
        overflow: auto;
    }

    .ca-navbox::-webkit-scrollbar {
        display: none;
    }

    .ca-navh {
        width: max-content;
    }
}

@media (max-width: 992px) {
    .ca-navla {
        padding: 6px 16px;
    }

    .ca-l {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .ca-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .case {
        padding: 40px 0;
    }

    .ca-h {
        margin-bottom: 12px;
    }

    .ca-navbox {
        margin-bottom: 12px;
    }

    .ca-p {
        margin-bottom: 26px;
    }

    .ca-u {
        margin-bottom: 10px;
        margin-right: calc(-.5 * 0.88rem);
        margin-left: calc(-.5 * 0.88rem);
    }

    .ca-l {
        margin-bottom: 12px;
        padding-right: calc(0.88rem * .5);
        padding-left: calc(0.88rem * .5);
    }

    .ca-lte {
        padding: 4px 6px;
    }
}

/* 泰安市旭泰科技有限公司（常见问题） */
.faq-box {
    padding: 50px 0 90px;
    max-width: 1230px;
}

.faq-h {
    margin-bottom: 18px;
}

.faq-h p {
    color: #010451;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
}

.faq-p {
    margin-bottom: 56px;
    padding: 0 30px;
}

.faq-p p {
    color: #666;
    text-align: center;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
}

/*  */
.faq-u {
    margin-bottom: 80px;
}

.faq-l {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #111;
}

.faq-l:last-child {
    margin-bottom: 0;
}

.faq-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-l1lf {
    display: flex;
    align-items: center;
}

.faq-l1lf i {
    flex: 0 0 auto;
    margin-right: 16px;
    font-size: 24px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.faq-l.on .faq-l1lf i {
    color: #1D89E4;
}

.faq-l:hover .faq-l1lf i {
    color: #1D89E4;
}

.faq-l1lf p {
    color: #222;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    letter-spacing: -0.72px;
    transition: all 0.5s ease;
}

.faq-l.on .faq-l1lf p {
    color: #1D89E4;
}

.faq-l:hover .faq-l1lf p {
    color: #1D89E4;
}

.faq-l1rg {
    flex: 0 0 auto;
    margin-left: 12px;
}

.faq-l1rg i {
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    line-height: normal;
    transition: all 0.5s ease;
    display: block;
}

.faq-l.on .faq-l1rg i {
    color: #1D89E4;
    transform: rotate(180deg);
}

.faq-l:hover .faq-l1rg i {
    color: #1D89E4;
}

.faq-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s ease;
}

.faq-l.on .faq-l2 {
    max-height: 500px;
    opacity: 1;
}

.faq-l2te {
    margin-top: 16px;
}

.faq-l2te p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

@media (max-width: 1536px) {
    .faq-box {
        padding: 40px 0 70px;
    }

    .faq-p {
        margin-bottom: 36px;
        padding: 0;
    }

    .faq-l {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .faq-l2te {
        margin-top: 8px;
    }

    .faq-u {
        margin-bottom: 40px;
    }
}

@media (max-width: 499px) {
    .faq-box {
        padding: 40px 0;
    }

    .faq-h {
        margin-bottom: 9px;
    }

    .faq-p {
        margin-bottom: 18px;
    }

    .faq-u {
        margin-bottom: 20px;
    }
}

/* 泰安市旭泰科技有限公司（关于我们） */
.ab1-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 80px;
    border-bottom: 1px solid #111;
}

.ab1-1 {
    width: 49.4%;
    flex: 0 0 auto;
}

.ab1-1smh1 {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.ab1-1smh1::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1D89E4;
    margin: 0 12px;
}

.ab1-1smh1 p {
    color: #1D89E4;
    font-family: "Roboto";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ab1-1h {
    margin-bottom: 40px;
}

.ab1-1h p {
    color: #010451;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 1.2);
}

.ab1-1smh2 {
    margin-bottom: 16px;
}

.ab1-1smh2 p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    text-transform: capitalize;
}

.ab1-1p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.ab1-1p p:last-child {
    margin-bottom: 0;
}

.ab1-1p p a {
    color: #1D89E4;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

/*  */
.ab1-2 {
    width: calc(100% - 49.4% - 120px);
    flex: 0 0 auto;
}

.ab1-2a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
}

.ab1-2bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ab1-2a:hover .ab1-2bg img {
    transform: scale(1.08);
}

.ab1-2video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ab1-2video i {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 22px;
    color: rgba(21, 87, 255, 1);
}

.ab1-2video:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-2videobg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    width: 80px;
}

.ab1-2videobg img {
    width: 100%;
    animation: rotation2 12s linear infinite;
}

@keyframes rotation2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/*  */
.ab2-box {
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab2-1 {
    width: 49.4%;
    flex: 0 0 auto;
}

.ab2-1h {
    margin-bottom: 16px;
}

.ab2-1h p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    text-transform: capitalize;
}

.ab2-1p {
    margin-bottom: 32px;
}

.ab2-1p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
}

.ab2-1l {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.ab2-1l:last-child {
    margin-bottom: 0;
}

.ab2-1l i {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: normal;
    color: rgba(29, 137, 228, 1);
    margin-right: 16px;
}

.ab2-1l p {
    color: #111;
    font-family: "Roboto";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: capitalize;
}

.ab2-2 {
    width: calc(100% - 49.4% - 120px);
    flex: 0 0 auto;
    position: relative;
}

#ab2-sw {
    overflow: hidden;
}

.ab2-swbox {
    cursor: pointer;
}

.ab2-swimg .img-box {
    padding-bottom: 69%;
    border-radius: 8px;
}

.ab2-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab2-swbox:hover .ab2-swimg .img-box img {
    transform: scale(1.08);
}

#ab2-sw .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

#ab2-sw .swiper-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    transition: all 0.5s ease;
    background: #D9D9D9;
    width: 10px;
    height: 10px;
}

#ab2-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #1D89E4;
}

.ab3 {
    background: #F5F5F5;
    padding: 80px 0;
}

.ab3-1 {
    margin-bottom: 10px;
}

.ab3-1smh {
    display: flex;
    align-items: center;
    position: relative;
}

.ab3-1smh::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1D89E4;
    margin: 0 12px;
}

.ab3-1smh p {
    color: #1D89E4;
    font-family: "Roboto";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ab3-2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ab3-2lf p {
    color: #010451;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    max-width: 600px;
}

.ab3-2rg {
    width: 49.4%;
    flex: 0 0 auto;
}

.ab3-2rg p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
}

/*  */
.ab3-sw {
    position: relative;
}

#ab3-sw {
    overflow: hidden;
}

.ab3-sw .swiper-wrapper {
    height: auto;
}

.ab3-sw .swiper-slide {
    height: auto;
}

.ab3-3box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #111;
    background: #FFF;
    overflow: hidden;
}

.ab3-3te {
    padding: 20px 20px 30px;
}

.ab3-3i {
    margin-bottom: 30px;
}

.ab3-3i i {
    font-size: 30px;
    line-height: normal;
    color: rgba(29, 137, 228, 1);
}

.ab3-3h {
    margin-bottom: 10px;
}

.ab3-3h p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.ab3-3p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.ab3-3img .img-box {
    padding-bottom: 52%;
    border-radius: 8px;
}

.ab3-3img .img-box img {
    transition: all 0.5s ease;
}

.ab3-3box:hover .ab3-3img .img-box img {
    transform: scale(1.08);
}

/*  */
.ab4-box {
    padding: 80px 0;
}

.ab4-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ab4-h {
    margin-bottom: 16px;
}

.ab4-h p {
    color: #010451;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.ab4-p {
    margin-bottom: 40px;
}

.ab4-p p {
    color: #666;
    text-align: center;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab4-sw {
    position: relative;
}

#ab4-sw {
    overflow: hidden;
}

.ab4-swbox {
    cursor: pointer;
}

.ab4-swimg {
    border-radius: 8px;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    padding: 20px;
    margin-bottom: 16px;
    transition: all 0.5s ease;
}

.ab4-swbox:hover .ab4-swimg {
    border: 1px solid #111;
    background: #FFF;
}

.ab4-swimg .img-box {
    border-radius: 8px;
    padding-bottom: 142%;
}

.ab4-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab4-swbox:hover .ab4-swimg .img-box img {
    transform: scale(1.08);
}

.ab4-swh p {
    color: #999;
    font-family: "Roboto";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ab4-swbox:hover .ab4-swh p {
    color: #111;
}

#ab4-sw .swiper-button-prev,
#ab4-sw .swiper-button-next {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.5s ease;
    pointer-events: auto;
    cursor: pointer !important;
}

#ab4-sw .swiper-button-prev {
    left: -70px;
}

#ab4-sw .swiper-button-next {
    right: -70px;
}

#ab4-sw .swiper-button-prev:hover,
#ab4-sw .swiper-button-next:hover {
    background: #1D89E4;
}

#ab4-sw .swiper-button-prev::after,
#ab4-sw .swiper-button-next::after {
    content: "";
}

#ab4-sw .swiper-button-prev i,
#ab4-sw .swiper-button-next i {
    font-size: 20px;
    line-height: normal;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

#ab4-sw .swiper-button-prev:hover i,
#ab4-sw .swiper-button-next:hover i {
    color: #FFF;
}

/*  */
.ab5-box {
    padding-bottom: 80px;
}

.ab5-smh {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab5-h {
    margin-bottom: 40px;
}

.ab5-h p {
    color: #010451;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.ab5-sw {
    position: relative;
}

#ab5-sw {
    overflow: hidden;
}

.ab5-swbox {
    cursor: pointer;
}

.ab5-swimg .img-box {
    border-radius: 8px;
    padding-bottom: 65%;
}

.ab5-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab5-swbox:hover .ab5-swimg .img-box img {
    transform: scale(1.08);
}

.ab5-swchan {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.ab5-swchan>div {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.ab5-swchan>div:hover {
    background: #1D89E4;
}

.ab5-swchan>div::after {
    content: "";
}

.ab5-swchan>div i {
    font-size: 20px;
    line-height: normal;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.ab5-swchan>div:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 40px 0 70px;
    }

    .ab1-1h {
        margin-bottom: 20px;
    }

    .ab1-1p p {
        margin-bottom: 10px;
    }

    .ab1-2 {
        width: calc(100% - 49.4% - 60px);
    }

    .ab2-box {
        padding: 70px 0;
    }

    .ab2-1h {
        margin-bottom: 8px;
    }

    .ab2-1p {
        margin-bottom: 16px;
    }

    .ab2-1l {
        margin-bottom: 8px;
    }

    .ab2-1l i {
        margin-right: 8px;
    }

    .ab2-2 {
        width: calc(100% - 49.4% - 60px);
    }

    .ab3 {
        padding: 70px 0;
    }

    .ab3-3te {
        padding: 10px 10px 16px;
    }

    .ab3-3i {
        margin-bottom: 16px;
    }

    .ab4-box {
        padding: 70px 0;
    }

    .ab5-box {
        padding-bottom: 70px;
    }
}

@media (max-width: 992px) {
    .ab1-box {
        flex-direction: column;
    }

    .ab1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab1-2 {
        width: 100%;
    }

    .ab2-box {
        flex-direction: column;
    }

    .ab2-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab2-2 {
        width: 100%;
    }

    .ab3-2 {
        flex-direction: column;
    }

    .ab3-2lf {
        margin-bottom: 10px;
    }

    .ab3-2rg {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 30px 0 40px;
    }

    .ab1-1h {
        margin-bottom: 14px;
    }

    .ab1-1smh2 {
        margin-bottom: 8px;
    }

    .ab2-box {
        padding: 40px 0;
    }

    .ab3 {
        padding: 40px 0;
    }

    .ab3-2 {
        margin-bottom: 20px;
    }

    .ab4-box {
        padding: 40px 0;
    }

    .ab4-p {
        margin-bottom: 20px;
    }

    .ab3-1smh::before {
        margin: 0 8px 0 0 !important;
    }

    .ab5-h {
        margin-bottom: 20px;
    }

    .ab5-swchan {
        margin-top: 20px;
    }

    .ab5-swchan>div {
        --w: 36px;
    }

    .ab5-box {
        padding-bottom: 40px;
    }
}

/*  */
/* 搜索无结果 */
.nores-h {
    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 #1D89E4;
    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: #010451;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* product */
.product {
    background: #F5F5F5;
}

/*  */
/* product */
.peo-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0 80px;
}

.pro1 {
    width: 20.2%;
    flex: 0 0 auto;
    position: sticky;
    top: 170px;
}

.pro1-l {
    margin-bottom: 10px;
    border-radius: 2px;
    background: #FFF;
    transition: all 0.5s ease;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border-radius: 2px;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l1 {
    background: #1D89E4;
}

.pro1-l:hover .pro1-l1 {
    background: #1D89E4;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s ease;
}

.pro1-l1a span {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.pro1-l1:hover .pro1-l1a span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
}

.pro1-l1ico i {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    transform: rotate(-90deg);
    color: #FFF;
}

.pro1-l1:hover .pro1-l1ico i {
    color: #FFF;
}

/*  */
.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: 20px 32px 24px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 12px;
    padding-left: 22px;
}

.pro1-l2a:last-child {
    margin-bottom: 0;
}

.pro1-l2a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    --w: 5px;
    width: var(--w);
    height: var(--w);
    background: #010451;
    border-radius: 50%;
}

.pro1-l2a span {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    --size: 1px;
    --color: #010451;
    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 {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(100% - 20.2% - 30px);
    flex: 0 0 auto;
}

.pro2-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #FFF;
    padding: 30px;
    margin-bottom: 50px;
}

.pro2-1img {
    width: 39.4%;
    flex: 0 0 auto;
}

.pro2-1img .img-box {
    padding-bottom: 56%;
}

.pro2-1img .img-box img {
    background: none;
    transition: all 0.5s ease;
}

.pro2-1img:hover .img-box img {
    transform: scale(1.08);
}

.pro2-1te {
    width: calc(100% - 39.4% - 30px);
    flex: 0 0 auto;
}

.pro2-1smh {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.pro2-1smh::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1D89E4;
    margin: 0 12px;
}

.pro2-1smh p {
    color: #1D89E4;
    font-family: "Roboto";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.pro2-1h {
    margin-bottom: 16px;
}

.pro2-1h p {
    color: #010451;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.pro2-1p p {
    color: #666;
    font-family: "Roboto";
    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);
}

.pro2-u.pro2-u-collapsed .pro2-l:nth-child(n+9) {
    display: none;
}

.so4-u .pro2-u.pro2-u-collapsed .pro2-l:nth-child(n+5) {
    display: none;
}

.pro2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.pro2-lbox {
    border-radius: 8px;
    border: 1px solid #111;
    background: #FFF;
    padding: 12px 12px 24px;
    height: 100%;
    transition: all 0.5s ease;
}

.pro2-lbox:hover {
    background: #1D89E4;
    border: 1px solid #1D89E4;
}

.pro2-ltop {
    margin-bottom: 16px;
    position: relative;
}

.pro2-limg .img-box {
    background: #FFF;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
    background: none;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lcar {
    position: absolute;
    --w: 46px;
    width: var(--w);
    height: var(--w);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #1D89E4;
    box-shadow: 0 0 4px 0 #002D71 inset;
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lcar {
    opacity: 1;
}

.pro2-lcar i {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}

.pro2-lh {
    display: block;
    margin-bottom: 10px;
}

.pro2-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lh p span {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lh p span {
    color: #FFF;
}

.pro2-lp p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lp p {
    color: #FFF;
}

/* pro2-view */
.pro2-view {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 13px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.pro2-view:hover {
    background: #1D89E4;
}

.pro2-view p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.pro2-view:hover p {
    color: #FFF;
}

.pro2-view i {
    font-size: 18px;
    line-height: normal;
    color: rgba(1, 4, 81, 1);
    margin-left: 8px;
    transition: all 0.5s ease;
}

.pro2-view:hover i {
    color: #FFF;
}

/* pro3 */
.pro3-box {
    padding: 80px 0;
}

.pro3-h {
    margin-bottom: 16px;
}

.pro3-h p {
    color: #010451;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.pro3-p {
    margin-bottom: 50px;
}

.pro3-p p {
    color: #666;
    text-align: center;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.pro3-end {
    display: flex;
    justify-content: space-between;
}

.pro3-img {
    width: 48%;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.pro3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.pro3-img:hover img {
    transform: scale(1.08);
}

.pro3-u {
    width: calc(100% - 48% - 30px);
    flex: 0 0 auto;
    max-height: 462px;
    overflow: auto;
}

.pro3-u::-webkit-scrollbar {
    display: none;
}

.pro3-l {
    margin-bottom: 16px;
}

.pro3-l:last-child {
    margin-bottom: 0;
}

.pro3-l1 {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #F5F5F5;
    overflow: hidden;
    cursor: pointer;
}

.pro3-l1i {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    width: 74px;
    height: 60px;
    background: url(../img/pro3bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.pro3-l1i i {
    font-size: 24px;
    line-height: normal;
    color: rgba(29, 137, 228, 1);
    padding-right: 9px;
}

.pro3-l1h p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.pro3-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro3-l.on .pro3-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro3-lte {
    border-radius: 8px;
    border: 1px solid #111;
    background: #F5F5F5;
    margin-top: 8px;
    padding: 20px;
}

.pro3-lte p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
    text-transform: capitalize;
}

/* pro4 */
.pro4 {
    background: #F5F5F5;
}

.pro4-box {
    padding: 80px 0;
}

.pro4-h {
    margin-bottom: 16px;
}

.pro4-h p {
    color: #010451;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.pro4-p {
    margin-bottom: 50px;
}

.pro4-p p {
    color: #666;
    text-align: center;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.pro4-sw {
    position: relative;
}

#pro4-sw {
    overflow: hidden;
}

#pro4-sw .swiper-wrapper,
#pro4-sw .swiper-slide {
    height: auto;
}

.pro4-swbox {
    border-radius: 10px;
    background: #FFF;
    height: 100%;
    padding: 40px 59px 60px;
}

.pro4-swnum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.pro4-swnum p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    text-transform: capitalize;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    background: #1D89E4;
    border-radius: 50%;
}

.pro4-swh {
    margin-bottom: 16px;
}

.pro4-swh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    text-transform: capitalize;
}

.pro4-swp p {
    color: #666;
    text-align: center;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.pro4-swchan {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.pro4-swchan>div {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.pro4-swchan>div:hover {
    background: #1D89E4;
}

.pro4-swchan>div::after {
    content: "";
}

.pro4-swchan>div i {
    font-size: 20px;
    line-height: normal;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.pro4-swchan>div:hover i {
    color: #FFF;
}

/* pro5-top */
.pro5-box {
    padding: 80px 0;
}

.pro5-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.pro5-1h {
    margin-bottom: 16px;
}

.pro5-1h p {
    color: #010451;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.pro5-1p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.pro5-chan {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.pro5-chan>div {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.pro5-chan>div:hover {
    background: #1D89E4;
}

.pro5-chan>div::after {
    content: "";
}

.pro5-chan>div i {
    font-size: 20px;
    line-height: normal;
    color: rgba(34, 34, 34, 1);
    transition: all 0.5s ease;
}

.pro5-chan>div:hover i {
    color: #FFF;
}

.pro5-sw {
    position: relative;
}

#pro5-sw {
    overflow: hidden;
}

.pro5-swimg {
    margin-bottom: 24px;
    display: block;
}

.pro5-swimg .img-box {
    border: 1px solid rgba(18, 18, 18, 1);
    background: #FFF;
    padding-bottom: 70%;
}

.pro5-swimg .img-box img {
    background: none;
    transition: all 0.5s ease;
}

.pro5-swbox:hover .pro5-swimg .img-box img {
    transform: scale(1.08);
}

.pro5-swh {
    display: block;
    margin-bottom: 10px;
}

.pro5-swh p {
    color: #010451;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro5-swp {
    margin-bottom: 24px;
}

.pro5-swp p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro5-swbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background: #F5F5F5;
    padding: 8px 10px;
    transition: all 0.5s ease;
}

.pro5-swbox:hover .pro5-swbtn {
    background: #1D89E4;
}

.pro5-swbtn p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.pro5-swbox:hover .pro5-swbtn p {
    color: #FFF;
}

.pro5-swbtn i {
    font-size: 20px;
    line-height: normal;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.pro5-swbox:hover .pro5-swbtn i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .peo-end {
        padding: 40px 0 70px;
    }

    .pro1-l1 {
        padding: 6px 12px;
    }

    .pro1-l2sa {
        padding: 10px 16px 12px;
    }

    .pro2-1 {
        padding: 12px;
        margin-bottom: 30px;
    }

    .pro2-u {
        margin-right: calc(-.5 * 0.88rem);
        margin-left: calc(-.5 * 0.88rem);
    }

    .pro2-l {
        padding-right: calc(0.88rem * .5);
        padding-left: calc(0.88rem * .5);
        margin-bottom: 20px;
    }

    .pro2-lbox {
        padding: 6px 6px 12px;
    }

    .pro3-box {
        padding: 40px 0;
    }

    .pro3-p {
        margin-bottom: 30px;
    }

    .pro4-box {
        padding: 40px 0;
    }

    .pro4-swbox {
        padding: 20px 29px 30px;
    }

    .pro5-box {
        padding: 40px 0;
    }

    .pro5-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .pro5-chan {
        margin-top: 30px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-1 {
        flex-direction: column;
    }

    .pro2-1img {
        width: 100%;
        margin-bottom: 20px;
    }

    .pro2-1te {
        width: 100%;
    }

    .pro2-l {
        width: 33.333%;
    }

    .pro3-end {
        flex-direction: column-reverse;
    }

    .pro3-img {
        width: 100%;
        margin-top: 20px;
    }

    .pro3-u {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .peo-end {
        padding: 20px 0 40px;
    }

    .pro2-1smh::before {
        margin: 0 6px 0 0 !important;
    }

    .pro2-view {
        padding: 6px;
    }

    .pro2-view i {
        font-size: 14px;
    }

    .pro4-p {
        margin-bottom: 20px;
    }

    .pro4-swbox {
        padding: 10px 19px 16px;
    }

    .pro4-swnum p {
        padding-top: 3px;
    }

    .pro4-swchan {
        margin-top: 20px;
    }

    .pro4-swchan>div {
        --w: 36px;
    }

    .pro5-chan {
        margin-top: 20px;
    }

    .pro5-chan>div {
        --w: 36px;
    }

    .pro5-top {
        margin-bottom: 20px;
    }

    .pro5-swimg {
        margin-bottom: 12px;
    }

    .pro5-swp {
        margin-bottom: 12px;
    }
}

/* 泰安市旭泰科技有限公司（产品详情） */
.prode-link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.prode-link a {
    min-width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #010451;
    padding: 6px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.prode-link a:last-child {
    margin-bottom: 0;
}

.prode-link a:hover {
    background: #1D89E4;
}

.prode-link a p {
    color: #FFF;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/*  */

.product-detail {
    background: #F5F5F5;
}

.prode-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 0 130px;
}

/*  */
/*  */
.prode-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.prode1-2 {
    width: calc(100% - 44.6% - 50px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 24px;
    padding-top: 35px;
}

.prode1-2h p {
    color: #010451;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1_2h) * 1.27);
    text-transform: capitalize;
}

.prode1-2min {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}

.prode1-2xing {
    display: flex;
    align-items: center;
}

.prode1-2xing i {
    margin-right: 5px;
    font-size: 15px;
    line-height: normal;
    color: rgba(255, 231, 22, 1);
}

.prode1-2xing i:last-of-type {
    margin-right: 0;
}

.prode1-2xing p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
    margin-left: 20px;
}

/*  */
.prode1-2share {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2share p {
    color: #1E1E1E;
    font-family: "Roboto";
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
    letter-spacing: 0.28px;
    text-transform: capitalize;
    margin-right: 20px;
}

.prode1-2p h2 {
    color: #0040A1;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-bottom: 16px;
}

.prode1-2p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.prode1-2btn {
    margin-top: 136px;
    display: flex;
    align-items: center;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background: #010451;
    padding: 13px 49px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    margin-right: 40px;
}

.prode1-2a:hover {
    background: #1D89E4;
}

.prode1-2a span {
    color: #FFF;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
    position: relative;
    z-index: 12;
}

.prode1-2a:hover span {
    color: #FFF;
}

.prode1-2asp {
    display: flex;
    align-items: center;
}

.prode1-2ai {
    flex: 0 0 auto;
}

.prode1-2ai i {
    font-size: 20px;
    color: rgba(1, 4, 81, 1);
    transition: all 0.5s ease;
    display: block;
    margin-right: 16px;
    padding-bottom: 3px;
}

.prode1-2asp:hover .prode1-2ai i {
    color: #1D89E4;
}

.prode1-2asp span {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.prode1-2asp:hover span {
    color: #1D89E4;
}

/*  */
.prode-end {}

.prode-end>div {
    margin-top: 80px;
}

.prode3h {
    border-radius: 4px;
    background: #1D89E4;
    padding: 18px;
    margin-bottom: 40px;
}

.prode3h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-2uh) * 0.92);
    text-transform: capitalize;
}

/*  */
.prode8-swnum {
    margin-bottom: 10px;
}

.prode8-swnum p {
    color: #010451;
    text-align: center;
    font-size: var(--zj-con2la);
    font-style: italic;
    font-weight: normal;
    line-height: calc(var(--zj-con2la) * 1.45);
    text-transform: capitalize;
}

.prode8-swh p {
    color: #010451;
    text-align: center;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2la) * 1.45);
    text-transform: capitalize;
}

.prode8-swline {
    width: 100%;
    height: 1px;
    background: #1D89E4;
    margin: 24px 0 30px;
}

.prode8-swimg .img-box {
    border-radius: 10px;
    padding-bottom: 76%;
    margin-bottom: 24px;
}

.prode8-swimg .img-box img {
    transition: all 0.5s ease;
}

.prode8-swbox:hover .prode8-swimg .img-box img {
    transform: scale(1.08);
}

.prode8-swp p {
    color: #111;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* prode5 */
.prode5p {
    margin-bottom: 24px;
}

.prode5p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    letter-spacing: 0.36px;
}

.prode5h {
    border-radius: 4px;
    background: #FFF;
    margin-bottom: 17px;
    padding: 13px 23px;
}

.prode5h p {
    color: #111;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.prode5for .con2-fol {
    margin-bottom: 18px;
}

.prode5for .con2-fol:last-child {
    margin-bottom: 0;
}

.prode5for .con2-fol input,
.prode5for .con2-fol textarea {
    border: 1px solid #FFF;
    border-radius: 4px;
    background: #FFF;
    padding: 13px 24px;
}

.prode5for .con2-fol input:focus,
.prode5for .con2-fol textarea:focus {
    border: 1px solid #1D89E4;
}

.prode5for .con2-fobt {
    margin-top: 24px;
}

.prode5for .con2-fobt button {
    border-radius: 2px;
    background: #010451;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
    padding-bottom: 3px;
}

@media (max-width: 1536px) {
    .prode-box {
        padding: 40px 0 70px;
    }

    .prode1-2 {
        width: calc(100% - 44.6% - 20px);
    }

    .prode1-2xing {
        display: block;
    }

    .prode1-2xing p {
        margin-left: 0;
    }

    .prode1-2share p {
        margin-right: 10px;
    }

    .prode1-2h {
        margin-bottom: 12px;
        padding-top: 0;
    }

    .prode1-2min {
        padding-bottom: 16px;
        margin-bottom: 20px;
    }

    .prode1-2p h2 {
        margin-bottom: 8px;
    }

    .prode1-2btn {
        margin-top: 36px;
    }

    .prode-end>div {
        margin-top: 40px;
    }

    .prode3h {
        padding: 8px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.9px) {
    .prode-box {
        flex-direction: column;
    }

    .prode-top {
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
        top: 0;
        position: relative;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode1-2min {
        flex-direction: column;
        align-items: flex-start;
    }

    .prode1-2xing {
        margin-bottom: 12px;
    }

    .prode1-2a {
        padding: 8px 29px;
        margin-right: 20px;
    }

    .editor-content ul li,
    .wrap-show .info .editor-content ul li {
        width: 100% !important;
    }

    .slider-nav .slick-slide {
        padding: 10px 10px 0px 0;
    }
}

@media (max-width: 499px) {
    .prode-link a {
        width: 100%;
        min-width: 320px;
    }

    .prode-box {
        padding: 0 0 40px;
    }

    .prode3h {
        margin-bottom: 20px;
    }
}

/* -------------------------------------------- */

/* index */
/* ind-ban */
.ind-ban {
    margin-top: 158px;
}

.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 33%;
}

.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: 33%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e611';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {}

@media (max-width: 1199.2px) {}

@media (max-width: 991px) {
    .banner .item a {
        padding-bottom: 50%;
    }

    .banner-video-box {
        padding-bottom: 50%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 48%;
    }

    .banner-video-box {
        padding-bottom: 48%;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    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;
    margin: 0 18px;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 12px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    /* overflow: hidden; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 10px !important;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    /* border: 1px solid #D9D9D9; */
    background: rgba(255, 255, 255, 0.69);
    display: block;
    /* margin: 0 8px; */
    position: relative;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #1D89E4;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 24px;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

.banner-chan {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.banner-chan .slick-arrow i {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: #1D89E4;
}

/* banner-end */


/* ind-pro so1 */
.ind-pro {
    padding-top: 40px;
    border-bottom: 1px solid #111;
}

.so1 {
    display: flex;
    justify-content: space-between;
}

.so1-1 {
    padding: 35px 0 60px;
    width: 42%;
    flex: 0 0 auto;
    position: relative;
    z-index: 15;
}

.so1-1smh {
    margin-bottom: 10px;
}

.so1-1h {
    margin-bottom: 16px;
}

.so1-1h p {
    color: #010451;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: capitalize;
}

.so1-1p {
    margin-bottom: 30px;
}

.so1-1p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    min-width: 116%;
}

.so1-1l {
    margin-bottom: 10px;
}

.so1-1l:last-child {
    margin-bottom: 0;
}

.so1-1la {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #010451;
    background: #FFF;
    padding: 10px 30px;
    transition: all 0.5s ease;
}

.so1-1la:hover {
    border: 1px solid #010451;
    background: #1D89E4;
}

.so1-1la p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so1-1la:hover p {
    color: #FFF;
}

.so1-2 {
    width: 55%;
    flex: 0 0 auto;
    background: #FFF8DC;
    position: relative;
    overflow: hidden;
}

.so1-2>img {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    object-fit: cover;
    object-position: top left;
    background: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 12;
}

.so1-2sw {
    position: relative;
}

#so1-2sw {
    overflow: hidden;
}

.so1-2img .img-box {
    padding-bottom: 52%;
    padding-bottom: 510px;
}

.so1-2img .img-box img {
    transition: all 0.5s ease;
}

.so1-2box:hover .so1-2img .img-box img {
    transform: scale(1.08);
}

.so1-2te1 {
    display: flex;
    align-items: center;
    padding: 14px 40px 14px 96px;
    border-bottom: 1px solid #111;
}

.so1-2te1h {
    flex: 0 0 auto;
    margin-right: 35px;
}

.so1-2te1h p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    text-transform: capitalize;
}

.so1-2te1p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-2te2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.so1-2te2>div {
    display: flex;
    align-items: center;
    padding-right: 134px;
}

.so1-2te2h {
    margin-right: 58px;
    flex: 0 0 auto;
}

.so1-2te2h p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.so1-2te2p {
    display: flex;
    align-items: center;
}

.so1-2te2p p {
    color: #1D89E4;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-right: 24px;
}

.so1-2te2p p:last-child {
    margin-right: 0;
}

/*  */
.so1-2btn {
    width: 50%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #010451;
    padding: 22px;
    transition: all 0.5s ease;
}

.so1-2btn:hover {
    background: #1D89E4;
}

.so1-2btn p {
    color: #FFF;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
}

.so1-2btn i {
    margin-left: 8px;
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

/*  */
#so1-2sw .swiper-button-prev,
#so1-2sw .swiper-button-next {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: rgba(245, 245, 245, 0.54);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.5s ease;
    pointer-events: auto;
    cursor: pointer !important;
}

#so1-2sw .swiper-button-prev {
    left: 166px;
}

#so1-2sw .swiper-button-next {
    right: 38px;
}

#so1-2sw .swiper-button-prev:hover,
#so1-2sw .swiper-button-next:hover {
    background: #1D89E4;
}

#so1-2sw .swiper-button-prev::after,
#so1-2sw .swiper-button-next::after {
    content: "";
}

#so1-2sw .swiper-button-prev i,
#so1-2sw .swiper-button-next i {
    font-size: 20px;
    line-height: normal;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

#so1-2sw .swiper-button-prev:hover i,
#so1-2sw .swiper-button-next:hover i {
    color: #FFF;
}

/*  */

/* so2 */
.so2 {
    padding: 80px 0;
}

.so2-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.so2-h {
    margin-bottom: 16px;
}

.so2-h p {
    color: #010451;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
}

.so2-p {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so2-p p {
    color: #666;
    text-align: center;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    max-width: 1320px;
}

.so2-end {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.so2-1 {
    width: 44%;
    flex: 0 0 auto;
    min-height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.so2-1>div {
    height: 48%;
}

.so2 .ab1-2bg img {
    height: 100%;
}

.so2-1img {
    border-radius: 8px;
    overflow: hidden;
}

.so2-1img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.so2-1img:hover img {
    transform: scale(1.1);
}

.so2-2 {
    width: calc(56% - 60px);
    flex: 0 0 auto;
}

.so2-2h {
    margin-bottom: 16px;
}

.so2-2h p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
    text-transform: capitalize;
}

.so2-2p {
    margin-bottom: 32px;
}

.so2-2p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.so2-2p p a {
    color: #1D89E4;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.so2-2teu {
    margin-bottom: 32px;
}

.so2-2tel {
    position: relative;
    padding-left: 24px;
}

.so2-2tel::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
    top: 13px;
    left: 7px;
}

.so2-2tel p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 2);
    text-transform: capitalize;
}

/*  */
.so2-2u {
    margin-right: calc(-.5 * 0.88rem);
    margin-left: calc(-.5 * 0.88rem);
}

.so2-2l {
    padding-right: calc(0.88rem * .5);
    padding-left: calc(0.88rem * .5);
}

.so2-2lbox {
    border-radius: 4px;
    border: 1px solid #111;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 1px 1px 0 0 #111;
    backdrop-filter: blur(7.5px);
    padding: 10px;
    height: 100%;
}

.so2-2l1 {
    display: flex;
}

.so2-2l1 p {
    color: #1D89E4;
    font-family: "Roboto";
    font-size: calc(var(--zj-prode1-2h) - 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc((var(--zj-prode1-2h) - 2px) * 1.26);
}

.so2-2l1 span {
    color: #1D89E4;
    font-family: "Roboto";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc((var(--zj-prode1-2h) - 2px) * 1.26);
}

.so2-2btn {
    display: flex;
    margin-top: 84px;
}

.so2-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #010451;
    padding: 10px 40px;
    transition: all 0.5s ease;
}

.so2-2a:hover {
    background: #1D89E4;
}

.so2-2a p {
    color: #FFF;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
}

.so2-2a i {
    font-size: 14px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    margin-left: 8px;
}

/* so3 */
.so3 {
    padding: 34px 0;
}

.so3-sw {
    position: relatives;
}

#so3-sw {
    overflow: hidden;
    padding: 0 10px;
}

.so3-img {
    transform: skewX(-6deg);
    border-radius: 8px;
    border: 3px solid #FFF;
    overflow: hidden;
}

.so3-img .img-box {
    padding-bottom: 60%;
}

.so3-img .img-box img {
    transition: all 0.5s ease;
    transform: scale(1.14);
}

.so3-box:hover .so3-img .img-box img {
    transform: scale(1.18);
}

.so3-te {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-te p {
    color: #111;
    text-align: center;
    font-family: "Roboto";
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.45);
    text-transform: capitalize;
    border-radius: 2px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 8px 20px;
    transition: all 0.5s ease;
}

.so3-box:hover .so3-te p {
    color: #FFF;
    border: 1px solid #FFF;
    background: #010451;
}

/* ind-reco so4 */
.ind-reco {
    background: #FFF8DC;
}

.so4 {
    padding: 80px 0;
}

.so4-smh {
    margin-bottom: 10px;
}

.so4-h {
    margin-bottom: 16px;
}

.so4-h p {
    color: #010451;
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ab2end1-h) * 1.2);
}

.so4-p {
    margin-bottom: 50px;
}

.so4-p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    max-width: 1421px;
}

.so4-navubox {
    position: relative;
}

.so4-navubox::after,
.so4-navubox::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background: #111;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.so4-navubox::before {
    top: auto;
    bottom: 0;
}

.so4-end {
    display: none;
}

.so4-end.on {
    display: block;
}

.so4-navu {
    display: flex;
    align-items: center;
    overflow: auto;
}

.so4-navu::-webkit-scrollbar {
    display: none;
}

.so4-navl {
    margin-right: 10px;
}

.so4-navl:last-child {
    margin-right: 0;
}

.so4-navla {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #111;
    background: #FFF;
    padding: 12px 30px;
    transition: all 0.5s ease;
}

.so4-navla:hover {
    background: #1D89E4;
    border: 1px solid #1D89E4;
}

.so4-navl.on .so4-navla {
    background: #1D89E4;
    border: 1px solid #1D89E4;
}

.so4-navla p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    width: max-content;
    transition: all 0.5s ease;
}

.so4-navla:hover p {
    color: #FFF;
}

.so4-navl.on .so4-navla p {
    color: #FFF;
}

/*  */
.so4-min {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: none;
}

.so4-min::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background: #111;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.so4-mi1 {
    width: 35%;
    flex: 0 0 auto;
    display: block;
}

.so4-mi1 .img-box {
    padding-bottom: 70%;
    background: #FFF;
    border: 1px solid #111;
}

.so4-mi1 .img-box img {
    background: none;
    transition: all 0.5s ease;
}

.so4-min:hover .img-box img {
    transform: scale(1.08);
}

.so4-mi2 {
    width: calc(65% - 65px);
    flex: 0 0 auto;
}

.so4-mih {
    margin-bottom: 16px;
    display: block;
}

.so4-mih p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-mih p span {
    color: #010451;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.27);
    text-transform: capitalize;
}

.so4-mip {
    margin-bottom: 40px;
}

.so4-mip p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-mibtn {
    display: flex;
}

.so4-mia {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #010451;
    padding: 10px 35px;
    transition: all 0.5s ease;
}

.so4-mia:hover {
    background: #1D89E4;
}

.so4-mia p {
    color: #FFF;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
}

.so4-mia i {
    margin-left: 8px;
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

.so4-u {
    margin-top: 50px;
}

/* so5 */
.so5 {
    padding: 80px 0;
}

.so6 {
    padding: 80px 0 0;
}

.so6-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.so6-t1 {
    width: 48%;
    flex: 0 0 auto;
}

.so6-smh {
    margin-bottom: 10px;
}

.so6-h p {
    color: #010451;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
}

.so6-t2 {
    width: 50%;
    flex: 0 0 auto;
}

.so6-p {
    margin-bottom: 34px;
}

.so6-p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
}

.so6-btn {
    display: flex;
}

/*  */
.so6-end {
    border-radius: 10px;
    border: 1px solid #111;
    background: #FFF;
    overflow: hidden;
    margin-bottom: -100px;
    position: relative;
    z-index: 12;
}

.so6-e1 {
    padding: 0 66px;
}

.so6-e1u {
    display: flex;
    align-items: center;
    overflow: auto;
}

.so6-e1u::-webkit-scrollbar {
    display: none;
}

.so6-e1la {
    cursor: pointer;
    padding: 23px 40px;
    position: relative;
}

.so6-e1la::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, #111 50.96%, rgba(17, 17, 17, 0.00) 100%);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.so6-e1l:last-child .so6-e1la::before {
    display: none;
}

.so6-e1la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(237, 244, 255, 0.00) 0%, #EDF4FF 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.so6-e1l.on .so6-e1la::after {
    opacity: 1;
}

.so6-e1l:hover .so6-e1la::after {
    opacity: 1;
}

.so6-e1la p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    width: max-content;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.so6-e1l.on .so6-e1la p {
    color: #1D89E4;
}

.so6-e1l:hover .so6-e1la p {
    color: #1D89E4;
}

/*  */
.so6-e2box {
    display: none;
}

.so6-e2box.on {
    display: block;
}

.so6-e2te {
    padding: 118px 50px;
    background: #0000008a;
}

.so6-e2h {
    margin-bottom: 16px;
}

.so6-e2h p {
    color: #FFF;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.27);
    max-width: 780px;
}

.so6-e2p {
    margin-bottom: 40px;
}

.so6-e2p p {
    color: #F5F5F5;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    max-width: 840px;
}

.so6-e2btn {
    display: flex;
}

.so6-e2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #1D89E4;
    padding: 10px 35px;
    position: relative;
    overflow: hidden;
}

.so6-e2a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #F5F5F5 0%, #FFF 47.12%, #F5F5F5 100%);
    transition: all 0.5s ease;
}

.so6-e2a:hover:after {
    opacity: 0;
}

.so6-e2a p {
    position: relative;
    z-index: 12;
    color: #1D89E4;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so6-e2a:hover p {
    color: #FFF;
}

.so6-e2a i {
    position: relative;
    z-index: 12;
    font-size: 16px;
    line-height: normal;
    color: rgba(29, 137, 228, 1);
    margin-left: 8px;
    transition: all 0.5s ease;
}

.so6-e2a:hover i {
    color: #FFF;
}

/* so7 */
.ind-news {
    background: #FFF8DC;
}

.so7 {
    padding: 180px 0 80px;
    display: flex;
    justify-content: space-between;
}

.so7-1 {
    width: calc(100% - 47% - 90px);
    flex: 0 0 auto;
}

.so7-smh {
    margin-bottom: 10px;
}

.so7-h {
    margin-bottom: 40px;
}

.so7-h p {
    color: #010451;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    letter-spacing: -1.44px;
    text-transform: capitalize;
}

.so7-1l {
    margin-bottom: 44px;
}

.so7-1l:last-child {
    margin-bottom: 0;
}

.so7-1lbox {
    display: flex;
    justify-content: space-between;
}

.so7-1limg {
    width: 33%;
    flex: 0 0 auto;
}

.so7-1limg .img-box {
    padding-bottom: 64%;
    border-radius: 8px;
}

.so7-1limg .img-box img {
    transition: all 0.5s ease;
}

.so7-1lbox:hover .so7-1limg .img-box img {
    transform: scale(1.08);
}

.so7-1lte {
    width: calc(67% - 24px);
    flex: 0 0 auto;
}

.so7-1lnum {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.so7-1lnum i {
    font-size: 20px;
    line-height: normal;
    color: rgba(102, 102, 102, 1);
    margin-right: 16px;
}

.so7-1lnum p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.so7-1lh {
    margin-bottom: 16px;
    display: block;
}

.so7-1lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so7-1lh p span {
    color: #111;
    font-family: "Roboto";
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.45);
    letter-spacing: -0.66px;
    text-transform: capitalize;
    --size: 1px;
    --color: #1D89E4;
    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);
}

.so7-1lbox:hover .so7-1lh p span {
    color: #1D89E4;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so7-1lp p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.so7-2 {
    width: 47%;
    flex: 0 0 auto;
}

/* so7 faq */
.so7-2box {
    border-radius: 10px;
    border: 1px solid #111;
    background: #FFF;
    padding: 16px 14px;
    margin-bottom: 10px;
}

.so7-2h p {
    color: #010451;
    font-family: "Roboto";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.so7-2p p {
    color: #666;
    font-family: "Roboto";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 620px;
}


@media (max-width: 1536px) {
    .ind-ban {
        margin-top: 138px;
    }

    .so1-2te2h {
        margin-right: 18px;
    }

    .so1-2te2>div {
        padding-right: 34px;
    }

    .so1-2img .img-box {
        padding-bottom: 460px;
    }

    .so1-1 {
        padding: 30px 0;
    }

    .so2 {
        padding: 70px 0;
    }

    .ab1-2a {
        height: 100%;
    }

    .so2-2btn {
        margin-top: 42px;
    }

    .so2-end {
        align-items: stretch;
    }

    .ab1-2bg {
        height: 100%;
    }

    .so4 {
        padding: 60px 0;
    }

    .so5 {
        padding: 70px 0;
    }

    .so6 {
        padding: 70px 0 0;
    }

    .so7 {
        padding: 170px 0 70px;
    }
}

@media (max-width: 1199.9px) {
    .ind-ban {
        margin-top: 103px;
    }
}

@media (max-width: 992px) {
    .so1 {
        flex-direction: column;
    }

    .so1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so1-1p p {
        min-width: 100%;
    }

    .so1-2 {
        width: 100%;
    }

    .so2-end {
        flex-direction: column-reverse;
    }

    .so2-1 {
        width: 100%;
    }

    .so2-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-2bg {
        margin-bottom: 20px;
    }

    .so6-top {
        flex-direction: column;
    }

    .so6-t1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so6-t2 {
        width: 100%;
    }

    .so6-e1 {
        padding: 0 33px;
    }

    .so7 {
        flex-direction: column;
    }

    .so7-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so7-2 {
        width: 100%;
    }

    .so4-min {
        flex-direction: column;
    }

    .so4-mi1 {
        width: 100%;
        margin-bottom: 20px;
    }


    .so4-mi2 {
        width: 100%;
    }

    .index .ab1-2bg {
        margin-bottom: 0;
    }
}

@media (max-width: 642px) {
    .so2-2l {
        width: 100%;
        margin-bottom: 10px;
    }

    .so2-2l:last-child {
        margin-bottom: 0;
    }

    .so1-2>img {
        display: none;
    }

    .so7-1lbox {
        flex-direction: column;
    }

    .so7-1limg {
        width: 100%;
        margin-bottom: 10px;
    }

    .so7-1lte {
        width: 100%;
    }

    .so6-e2te {
        padding: 68px 20px;
    }

    .so1-2te2 {
        flex-direction: column;
    }

    .so1-2te2>div {
        width: 100%;
        padding-right: 0;
        padding: 6px;
    }

    .so1-2btn {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ind-ban {
        margin-top: 97px;
    }

    .ind-pro {
        padding-top: 0;
    }

    .so1-1la {
        padding: 6px 12px;
    }

    .so1-1 {
        margin-bottom: 0;
    }

    .so1-2te1 {
        padding: 6px 12px 6px;
    }

    .so1-2te1h {
        margin-right: 12px;
    }

    .so2 {
        padding: 40px 0;
    }

    .so2-p {
        margin-bottom: 20px;
    }

    .so2-2p {
        margin-bottom: 16px;
    }

    .so2-2btn {
        margin-top: 20px;
    }

    .so2-1 {
        min-height: 0;
    }

    .so2-1vide {
        margin-bottom: 20px;
    }

    .so4 {
        padding: 40px 0;
    }

    .so4-p {
        margin-bottom: 20px;
    }

    .so4-mip {
        margin-bottom: 20px;
    }

    .so5 {
        padding: 40px 0;
    }

    .so6 {
        padding: 40px 0 0;
    }

    .so6-e2te {
        padding: 28px 20px;
    }

    .so7 {
        padding: 140px 0 20px;
    }

    .so7-h {
        margin-bottom: 20px;
    }

    .so7-1l {
        margin-bottom: 22px;
    }
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    z-index: 12;
    --w: 36px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    background: #FFF;
    opacity: 0;
}

.prode1-1:hover .slider-prev,
.prode1-1:hover .slider-next {
    opacity: 1;
}

.slider-prev:hover,
.slider-next:hover {
    background-color: #1D89E4;
}

.slider-prev {
    left: 4px;
}

.slider-next {
    right: 4px;
}

.slider-prev i,
.slider-next i {
    font-size: 16px;
    transition: all 0.5s ease;
}

.slider-prev:hover i,
.slider-next:hover i {
    color: #fff;
}