#ven {
    transition: all 0.5s ease;
}

.ventricle {
    background: #F4F6F9;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.headersp {
    background: #F4F6F9 !important;
}

@media (max-width: 1199.9px) {
    .header19 {
        background: #F4F6F9 !important;
    }
}

.headersub:hover {
    background: #F4F6F9;
}

@media (max-width: 1536px) {
    .hea-top {
        padding: 12px 0;
    }
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 25px 0;
    position: relative;
}

.ven1-loim img {
    width: 160px;
    height: auto;
    transition: all 0.5s ease;
}

.ven1-loim img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.ventricle .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.ventricle .ven1-loim img:nth-child(2) {
    opacity: 1;
}

.headersp .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.headersp .ven1-loim img:nth-child(2) {
    opacity: 1;
}

@media (max-width: 1199.9px) {
    .header19 .ven1-loim img:nth-child(1) {
        opacity: 0 !important;
    }

    .header19 .ven1-loim img:nth-child(2) {
        opacity: 1 !important;
    }
}

.headersub:hover .ven1-loim img:nth-child(1) {
    opacity: 0;
}

.headersub:hover .ven1-loim img:nth-child(2) {
    opacity: 1;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-width: 120px;
    padding: 0 12px;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    --size: 0px;
    --color: #EB562B;
    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);
}

.ventricle .ven2-la span {
    color: #475467;
}

.headersp .ven2-la span {
    color: #475467;
}

@media (max-width: 1199.9px) {
    .header19 .ven2-la span {
        color: #475467 !important;
    }
}

.headersub:hover .ven2-la span {
    color: #475467;
}

.ven2-la:hover span {
    color: #16447C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.headersp .ven2-l.on .ven2-la span {
    color: #16447C;
}

/*  */
.ven2-la i {
    margin-left: 4px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: 16px;
    font-style: normal;
    font-weight: bolder;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ventricle .ven2-la i {
    color: #000;
}

.headersp .ven2-la i {
    color: #000;
}

@media (max-width: 1199.9px) {
    .header19 .ven2-la i {
        color: #000 !important;
    }
}

.headersub:hover .ven2-la i {
    color: #000;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    /* --w: 18px; */
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}

.vensesv p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 6px;
    transition: all 0.5s ease;
}

.ventricle .vensesv p {
    color: #000;
}

.headersp .vensesv p {
    color: #000;
}

@media (max-width: 1199.9px) {
    .header19 .vensesv p {
        color: #000 !important;
    }
}

.headersub:hover .vensesv p {
    color: #000;
}

.vensesv i {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.ventricle .vensesv i {
    color: #000;
}

.headersp .vensesv i {
    color: #000;
}

@media (max-width: 1199.9px) {
    .header19 .vensesv i {
        color: #000 !important;
    }
}

.vensesv:hover i {
    color: #EB562B;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

@media (max-width: 1199.9px) {
    .header19 .vensesv span {
        color: rgba(34, 34, 34, 1) !important;
    }
}

/*  */
.ven-inqury {
    display: flex;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(90deg, #EB562B 0%, #18429B 100%);
    padding: 3px 3px 3px 20px;
}

.ven-inqury p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 12px;
}

.ven-inqury .ven-inqurya {
    position: relative;
    border-radius: 100px;
    background: #FFF;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya i {
    font-size: 24px;
    line-height: normal;
    color: rgba(235, 86, 43, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury .ven-inqurya span {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    right: -4px;
    top: -1px;
    background: rgba(235, 86, 43, 1);
    font-feature-settings: 'liga' off, 'calt' off;
    --w: 16px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
}

/*  */
.ven-line {
    width: 1px;
    height: 10px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.30);
    display: none;
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EE390A;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.ven2-langbt::before {
    content: "";
    display: inline-block;
    margin: 0 24px;
    width: 1px;
    height: 20px;
    background: #FFF;
}

.ventricle .ven2-langbt::before {
    background: #475467;
}

.headersp .ven2-langbt::before {
    background: #475467;
}

@media (max-width: 1199.9px) {
    .header19 .ven2-langbt::before {
        background: #475467 !important;
    }

}

.headersub:hover .ven2-langbt::before {
    background: #475467;
}

.ven2-langbt i {
    font-size: 24px;
    color: #FFF;
    display: block;
    margin-right: 18px;
}

.ventricle .ven2-langbt i {
    color: #475467;
}

.headersp .ven2-langbt i {
    color: #475467;
}

@media (max-width: 1199.9px) {
    .header19 .ven2-langbt i {
        color: #475467 !important;
    }
}

.headersub:hover .ven2-langbt i {
    color: #475467;
}

.ven2-langbt:hover i {
    color: #16447C;
    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: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ventricle .ven2-langbt span {
    color: #475467;
}

.headersp .ven2-langbt span {
    color: #475467;
}

@media (max-width: 1199.9px) {
    .header19 .ven2-langbt span {
        color: #475467 !important;
    }
}

.headersub:hover .ven2-langbt span {
    color: #475467;
}

.ven2-langbt:hover span {
    color: #16447C;
}


/* 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 {
        padding: 12px 0;
    } */

    .ven1-loim img {
        width: 90px;
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 14px;
    }

    .ven2-l:last-child:after {
        margin: 0 38px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }

    .ven2-la {
        min-width: 94px;
    }

    .ven2-la i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .vensesv {
        margin: 0 20px;
    }

    .ven2-langbt::before {
        display: none;
    }

    .ven2-langbt i {
        font-size: 22px;
        margin-right: 10px;
        margin-bottom: 2px;
    }

    .ven1-loim {
        padding: 16px 0;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 100px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury {
        padding: 3px;
    }

    .ven-inqury p {
        display: none;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }

    .ven1-loim {
        padding: 12px 0;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: fixed;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: 86px;
    background: #F4F6F9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*  */
.he-Sa {
    display: flex;
    align-items: flex-start;
}

.he-Sa1 {
    min-width: 310px;
    margin-right: 100px;
}

.he-Sa1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #E4E4E4;
    transition: all 0.5s ease;
    position: relative;
}

.he-Sa1a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #16447C;
    transition: all 0.5s ease;
}

.he-Sa1a.on::after {
    width: 100%;
}

.he-Sa1a:hover::after {
    width: 100%;
}

.he-Sa1a p span {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.he-Sa1a i {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: normal;
    color: rgba(22, 68, 124, 1);
    opacity: 0;
    transition: all 0.5s ease;
}

.he-Sa1a.on i {
    opacity: 1;
}

.he-Sa1a:hover i {
    opacity: 1;
}

/*  */
.he-Sa2 {
    min-width: 310px;
    margin-right: 100px;
}

.he-Sa2b {
    display: none;
}

.he-Sa2b.on {
    display: block;
}

.he-Sa3 {
    width: 370px;
    /*overflow: hidden;*/
    height: 230px;
}

.he-Sa3img {
    display: none !important;
}

.he-Sa3img.on {
    display: block !important;
}

.he-Sa3img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    overflow: hidden;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #EB562B;
    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: #EB562B;
    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-ler {
        top: 70px;
    }

    .he-Sa1 {
        min-width: 210px;
        margin-right: 60px;
    }

    .he-Sa2 {
        min-width: 210px;
        margin-right: 60px;
    }

    .he-Sa3 {
        width: 270px;
    }

    .he-Sa1a {
        padding: 8px 0;
    }
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 140%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #EE390A;
    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: #EE390A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 320%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: rgb(0, 0, 0);
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 360%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 390%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 340%;
        right: -65px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .vensesv {
        margin: 0 10px;
    }

    .ven-line {
        margin: 0 10px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #000;
}

@media (max-width: 1199.9px) {

    .header19 #venPho .venPhoSack::before,
    .header19 #venPho .venPhoSack::after {
        background: #000 !important;
    }
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #000;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #FFF;
}

.headersp #venPho .venPhoSack.on::before {
    background: #000;
}

@media (max-width: 1199.9px) {
    .header19 #venPho .venPhoSack.on::before {
        background: #000 !important;
    }
}

.ventricle .venPhoSack::before {
    background: #000 !important;
}

.headersub:hover .venPhoSack::before {
    background: #000 !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #FFF;
}

.headersp #venPho .venPhoSack.on::after {
    background: #000;
}

@media (max-width: 1199.9px) {
    .header19 #venPho .venPhoSack.on::after {
        background: #000 !important;
    }
}

.ventricle .venPhoSack::after {
    background: #000 !important;
}

.headersub:hover .venPhoSack::after {
    background: #000 !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #000;
}

@media (max-width: 1199.9px) {
    .header19 #venPho .venPhoSack span {
        background: #000 !important;
    }
}

.ventricle .venPhoSack span {
    background: #000 !important;
}

.headersub:hover .venPhoSack span {
    background: #000 !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: 52px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #16447C;
}

.xiantiao>a {
    color: #16447C;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #16447C;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 46px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-show {
    padding-top: 90px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-te {
    position: absolute;
    left: 50%;
    top: calc(50% + 25px);
    transform: translate(-50%, -50%);
}

.sub-h {
    position: relative;
}

.sub-h::after {
    content: "";
    display: block;
    width: 480px;
    height: 2px;
    background: linear-gradient(90deg, #FFF 22.18%, rgba(255, 255, 255, 0.00) 100%);
    margin: 30px 0;
}

.sub-h h2 {
    color: #FFF;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sub-p p {
    color: #FFF;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1360px;
}

@media (max-width: 1536px) {

    .sub-h::after {
        margin: 16px 0;
        max-width: 240px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {

    .sub-te {
        top: 55%;
    }

    .sub-p p {
        font-size: 18px;
    }
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 356px;
    }

    .sub-about .sub-im img {
        max-height: 660px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 250px;
    }

    .subnav-box {
        display: none;
    }
}

/*  */
.subnav-box {
    padding: 24px 0;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.sub-show .subnav-box {
    background: #00000000;
}

.subnav-boxctm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    margin-right: 4px;
    padding-bottom: 4px;
    line-height: normal;
}

.sub-show .subnav i {
    color: rgba(34, 34, 34, 1);
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    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);
}

.breadcrumb-item:hover a span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
}

/*  */
.subnav-u {
    display: flex;
    align-items: center;
}

.subnav-l {
    position: relative;
    display: flex;
    align-items: center;
}

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #EB562B;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }
}

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .sub-page {
    justify-content: flex-end;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #16447C;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    transition: all 0.5s ease;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    border: 1px solid rgba(22, 68, 124, 0.40);
    background: #f5f5f500;
}

.sub-pagel a:hover {
    color: rgba(255, 255, 255, 1);
    background: #16447C;
    border: 1px solid #16447C;
}

.sub-pagel.on a {
    color: rgba(255, 255, 255, 1);
    background: #16447C;
    border: 1px solid #16447C;
}

.sub-pagel a p {
    border-radius: 4px;
    background: #EFE5DA;
    padding: 10px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover p {
    background: #453737;
}

.sub-pagel.on a p {
    background: #453737;
}

.sub-pagel a i {
    font-size: 18px;
    color: #16447C;
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }

    .subnav-box {
        padding: 7px 0;
    }

    .subnav i {
        margin-right: 14px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 100px;
    margin-top: 0;
}

[data-sub-pad="header86"] {
    margin-top: 86px;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 74px;
        margin-top: 0;
    }

    [data-sub-pad="header86"] {
        margin-top: 74px;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 64px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-pad="header86"] {
        margin-top: 46px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    .subnav i {
        font-size: 22px;
        margin-right: 10px;
    }
}

/* contact */
.contact {
    background: #E7ECF2;
    padding: 100px 0 120px;
}

.con-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con1-1 {
    width: calc(48% - 80px);
    flex: 0 0 auto;
}

.con1-1h {
    margin-bottom: 16px;
}

.con1-1h h2 {
    color: #222;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.con1-1p {
    margin-bottom: 50px;
}

.con1-1p p {
    color: #16447C;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/*  */
.con1-1l {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.con1-1l:last-child {
    margin-bottom: 0;
}

.con1-1limg {
    --w: 32px;
    width: var(--w);
    height: var(--w);
    background: rgba(22, 68, 124, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    flex: 0 0 auto;
}

.con1-1limg img {
    width: 18px;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}

.con1-1la {
    display: block;
}

.con1-1la p span,
.con1-1l>span {
    color: #475467;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66667);
    padding-top: 3px;
    --size: 1px;
    --color: #475467;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.con1-1l>span {
    margin: 0 4px;
}

a.con1-1la:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-1tdcode {
    display: flex;
    margin-top: 50px;
}

.con1-1code {
    margin-right: 48px;
}

.con1-1code:last-child {
    margin-right: 0;
}

.con1-im img {
    width: 140px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

.con1-im p {
    text-align: center;
}

.con1-im p span {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/*  */
.con1-2 {
    width: 52%;
    flex: 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.con1-2 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.con2 {
    margin-top: 110px;
}

.con2-box {
    border-radius: 10px;
    background: #FFF;
    padding: 60px 104px;
}

.con2-h {
    margin-bottom: 48px;
}

.con2-h h2 {
    color: #222;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.con2-fol {
    margin-bottom: 32px;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

.con2-fol input,
.con2-fol textarea {
    color: rgba(22, 68, 124, 0.60);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    border: 1px solid #dedede00;
    border-radius: 6px;
    background: rgba(231, 236, 242, 0.40);

    transition: all 0.5s ease;
    padding: 14px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #16447C;
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(22, 68, 124, 0.60);
}

.con2-fol input::-moz-placeholder {
    color: rgba(22, 68, 124, 0.60);
}

.con2-fol input::-ms-input-placeholder {
    color: rgba(22, 68, 124, 0.60);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(22, 68, 124, 0.60);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(22, 68, 124, 0.60);
}

.con2-fol textarea::-ms-input-placeholder {
    color: rgba(22, 68, 124, 0.60);
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: space-between;
    margin-top: 30px;
}

/*  */
.con2-foyzm {
    display: flex;
    align-items: center;
}

.con2-foyzm span,
.con2-foyzm p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.con2-foyzm input {
    width: 108px;
    color: rgba(22, 68, 124, 0.60);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;

    padding: 10px 15px;
    transition: all 0.5s ease;
    border: 1px solid #dddddd00;
    border-radius: 6px;
    background: rgba(231, 236, 242, 0.40);
    margin-right: 14px;
    min-height: 47px;
}

.con2-foyzm input::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.6);
}

.con2-foyzm input::-moz-placeholder {
    color: rgba(102, 102, 102, 0.6);
}

.con2-foyzm input::-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.6);
}

.con2-foyzm img {
    width: 120px;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
    cursor: pointer;
}

/*  */

.con2-fobt button {
    padding: 10px 12px 10px 24px;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    background: #16447C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con2-fobt button:hover:before,
.con2-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: capitalize;
    margin-top: 3px;
}

.con2-fobti {
    --w: 36px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #FFF;
    margin-left: 20px;
    position: relative;
}

.con2-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    color: #16447C;
    font-weight: bolder;
}

.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 {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
}

.con2-fobt button:hover i:nth-child(2) {
    opacity: 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);
    }
}

@media (max-width: 1536px) {
    .contact {
        padding: 60px 0 70px;
    }

    .con1-1 {
        width: calc(48% - 40px);
    }

    .con2 {
        margin-top: 60px;
    }

    .con2-box {
        padding: 30px 54px;
    }
}

@media (max-width: 992px) {
    .con-top {
        flex-direction: column;
    }

    .con1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .con1-2 {
        width: 100%;
    }

    .con2-fol {
        width: 100%;
        margin-bottom: 16px;
    }

    .con2-h {
        margin-bottom: 24px;
    }

    .con2-fobt {
        margin-top: 15px;
    }

    .con2-foyzm {
        margin-bottom: 10px;
    }

    .con2-fobt {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 499px) {
    .contact {
        padding: 40px 0 40px;
    }

    .con1-1p {
        margin-bottom: 20px;
    }

    .con1-1l {
        margin-bottom: 16px;
    }

    .con1-1limg {
        --w: 28px;
        margin-right: 12px;
    }

    .con1-1tdcode {
        margin-top: 20px;
    }

    .con1-im img {
        width: 100px;
    }

    .con1-1code {
        margin-right: 24px;
    }

    .con2 {
        margin-top: 30px;
    }

    .con2-box {
        padding: 20px 12px;
    }

    .con2-h {
        margin-bottom: 12px;
    }

    .con2-foyzm p {
        display: none;
    }

    .con2-fobt {
        margin-top: 6px;
    }

    .con2-fobti {
        --w: 26px;
    }
}

/* footer */
#footer {
    background: #101828;
}

.ft1 {
    padding: 40px 0;
}

.ft1-sa {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft1-1a {
    display: block;
}

.ft1-1a img {
    width: 160px;
    object-fit: cover;
    object-position: center;
}

.ft1-2 {
    display: flex;
    align-items: center;
}

.ft1-2p {
    margin-right: 20px;
}

.ft1-2p p {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 257px;
}

.ft1-2a {
    padding: 10px 12px 10px 24px;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.ft1-2a::after,
.ft1-2a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) 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-2a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft1-2a:hover:before,
.ft1-2a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft1-2a span {
    color: #101828;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: capitalize;
    margin-top: 3px;
    display: block;
    height: 24px;
}

.ft1-i {
    --w: 36px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: rgba(22, 68, 124, 1);
    margin-left: 20px;
    position: relative;
}

.ft1-i i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    color: #fff;
    font-weight: bolder;
}

.ft1-i i:nth-child(2) {
    position: absolute;
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.ft1-2a:hover i {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
}

.ft1-2a:hover i:nth-child(2) {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

/*  */
.ft2 {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.ft2-sa {
    display: flex;
    justify-content: space-between;
}

.ft2-1 {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    width: 60%;
    padding: 60px 9.38rem 40px 0;
    flex: 0 0 auto;
}

.ft2-1u {
    display: flex;
    justify-content: space-between;
}

.ft2-1lh {
    display: block;
    margin-bottom: 24px;
}

.ft2-1lh span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-1lh:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-1la {
    display: block;
    margin-bottom: 8px;
}

.ft2-1la:last-child {
    margin-bottom: 0;
}

.ft2-1la span {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-1la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-2 {
    width: 40%;
    flex: 0 0 auto;
    padding: 60px 0 40px 4rem;
}

.ft2-2h {
    margin-bottom: 16px;
}

.ft2-2h p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ft2-2l {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.ft2-2l:last-child {
    margin-bottom: 0;
}

.ft2-2limg p {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ft2-2la p span,
.ft2-2l>span {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-2lasp p span {
    color: #FFF;
    font-size: var(--zj-proseh);
    --color: #FFF;
}

.ft2-2l>span {
    margin: 0 4px;
}

a.ft2-2la:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft3 {
    padding: 35.5px 0;
}

.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-a {
    display: inline-block;
}

.ft3-aba {
    margin-left: 20px;
}

.ft3-a p span {
    color: rgba(255, 255, 255, 0.60);
    leading-trim: both;
    text-edge: cap;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: rgba(255, 255, 255, 0.60);
    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.ft3-a:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft2-1 {
        padding: 60px 1.38rem 40px 0;
    }

    .ft1 {
        padding: 20px 0;
    }

    .ft1-1a img {
        width: 140px;
    }

    .ft3 {
        padding: 20px 0;
    }

    .ft2-2 {
        padding: 60px 0 40px 2rem;
    }
}

@media (max-width: 992px) {
    .ft1-sa {
        flex-direction: column;
    }

    .ft1-2 {
        /* display: none; */
    }

    .ft1-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .ft1-1 {
        margin-bottom: 8px;
    }

    .ft1-2p {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ft1-sa {
        align-items: flex-start;
    }

    .ft2-1 {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    .ft2-sa {
        flex-direction: column;
    }

    .ft2-1 {
        width: 100%;
        padding: 30px 1.38rem 20px 0;
        padding-right: 0;
    }

    .ft2-2 {
        width: 100%;
        padding: 20px 0 30px 2rem;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .ft2-1u {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .ft2-1l {
        width: 33.33%;
        margin-bottom: 12px;
    }

    .ft3-box {
        flex-direction: column;
    }

    .ft3-a {
        display: block;
    }

    .ft3-aba {
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 499px) {
    .ft2-1l {
        width: 50%;
        margin-bottom: 20px;
    }

    .ft2-1lh {
        margin-bottom: 12px;
    }

    .ft2-1la {
        margin-bottom: 4px;
    }

    .ft2-2 {
        padding: 20px 0 15px 0;
    }

    .ft3 {
        padding: 12px 0;
    }

    .ft2-1 {
        display: none;
    }

    .ft3-box {
        align-items: flex-start;
    }

    .ft3-aba {
        text-align: start;
    }
}

/* 远届测控（新闻） */
.news {
    background: #E7ECF2;
    padding: 100px 0 105px;
}

.ne-l {
    width: 25%;
}

.ne-la {
    position: relative;
    display: block;
}

.ne-u {
    margin-right: calc(-.5 * 3.76rem);
    margin-left: calc(-.5 * 3.76rem);
}

.ne-l {
    padding-right: calc(3.76rem * .5);
    padding-left: calc(3.76rem * .5);
    margin-bottom: 80px;
}

.ne-limg {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.ne-limg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 14;
    transition: all 0.5s ease;
    opacity: 0;
}

.ne-la:hover .ne-limg::after {
    opacity: 1;
}

.ne-limg img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ne-limg img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.08);
    z-index: 12;
    opacity: 0;
}

.ne-la:hover .ne-limg img:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ne-lte {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    padding: 41px 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ne-lte1h p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lte1h p span {
    color: #101828;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lte1h p span {
    color: #FFF;
}

.ne-lte1num {
    margin-bottom: 40px;
}

.ne-lte1num p {
    color: #101828;
    text-align: right;
    font-size: var(--zj-so2lnum2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lte1num p {
    color: #FFF;
}

.ne-lte1btn {
    display: flex;
}

.ne-lte1btn p span {
    color: #475467;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-lte1btn p span {
    color: #FFF;
}

.news .sub-page {
    margin-top: -20px;
}

@media (max-width: 1536px) {
    .news {
        padding: 60px 0 55px;
    }

    .ne-u {
        margin-right: calc(-.5 * 1.76rem);
        margin-left: calc(-.5 * 1.76rem);
    }

    .ne-l {
        padding-right: calc(1.76rem * .5);
        padding-left: calc(1.76rem * .5);
        margin-bottom: 40px;
    }

    .ne-lte1num {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }

    .news .sub-page {
        margin-top: 0;
    }
}

@media (max-width: 499px) {
    .ne-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .news {
        padding: 40px 0 40px;
    }

    .ne-lte {
        padding: 21px 22px;
    }

    .ne-limg img {
        height: 400px;
    }
}

/* 远届测控（下载） */
#ab1,
#ab2,
#ab3,
#ab4,
#ab5,
#ab6 {
    position: relative;
    top: -100px;
}

.down {
    background: #E7ECF2;
}

.sub-down {
    background: #F4F6F9;
}

.sub-dobg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-downa {
    display: block;
    padding: 24px 10px;
    position: relative;
    margin-right: 40px;
}

.sub-downa:last-child {
    margin-right: 0;
}

.sub-downa::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #16447C;
    transition: all 0.5s ease;
}

.sub-downa:hover::after {
    width: 100%;
}

.sub-downa.on::after {
    width: 100%;
}

.sub-downa p span {
    color: #475467;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.sub-downa:hover p span {
    color: #16447C;
}

.sub-downa.on p span {
    color: #16447C;
}

/*  */
.down-box {
    padding: 80px 0 60px;
}

.down-u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.down-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 45px;
}

.down-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: linear-gradient(180deg, var(--2, #F4F6F9) 0%, #F0F7FF 100%);
    padding: 30px 40px;
}

.down-limg {
    width: 40%;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.down-limg img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.down-la:hover .down-limg img {
    transform: scale(1.08);
}

.down-lte {
    width: calc(60% - 40px);
    flex: 0 0 auto;
    padding-top: 16px;
}

.down-lh {
    margin-bottom: 10px;
}

.down-lh p {
    color: #101828;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.down-lp {
    margin-bottom: 60px;
}

.down-lp p {
    color: #475467;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.down-lbtnbox {
    display: flex;
    justify-content: flex-end;
}

.down-lbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #475467;
    padding: 8px 24px;
    transition: all 0.5s ease;
}

.down-la:hover .down-lbtn {
    background: #16447C;
    border: 1px solid #16447C;
}

.down-lbtn p {
    color: #101828;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.down-la:hover .down-lbtn p {
    color: #FFF;
}

.down-lbtn i {
    font-size: 20px;
    line-height: normal;
    color: rgba(90, 90, 104, 1);
    margin-left: 7px;
    transition: all 0.5s ease;
}

.down-la:hover .down-lbtn i {
    color: #FFF;
}

/* 下载窗口  */
.down-window {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 1020;
    background: rgba(0, 0, 0, 0.80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 86px;
    transition: all 0.5s ease;
}

.down-window.on {
    opacity: 1;
    pointer-events: auto;
}

.down-winbox {
    background: #FFF;
    width: 1000px;
    max-width: 92%;
    margin: auto;
    position: relative;
    top: 218px;
}

.down-win1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #16447C;
    padding: 20px 40px;
}

.down-win1h p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.down-win1i {
    cursor: pointer;
}

.down-win1i i {
    display: block;
    font-size: 24px;
    line-height: normal;
    color: #FFF;
    transition: all 0.5s ease;
}

.down-win1i:hover i {
    transform: rotate(180deg);
}

.down-win2 {
    background: #FFF;
    padding: 40px;
}

/*  */
.down-window .con2-fou {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.down-window .con2-fol {
    margin-bottom: 24px;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.down-window .con2-fol p {
    color: #101828;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 8px;
}

.down-window .con2-fol input,
.down-window .con2-fol textarea {
    color: rgba(71, 84, 103, 0.4);
}

.down-window .con2-fol input:focus,
.down-window .con2-fol textarea:focus {
    border: 1px solid #16447C;
}

.down-window .con2-fol input::-webkit-input-placeholder {
    color: rgba(71, 84, 103, 0.4);
}

.down-window .con2-fol input::-moz-placeholder {
    color: rgba(71, 84, 103, 0.4);
}

.down-window .con2-fol input::-ms-input-placeholder {
    color: rgba(71, 84, 103, 0.4);
}

.down-winfobt {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.down-winfobt button {
    border-radius: 6px;
    border: 1px solid #16447C;
    background: #16447c00;
    padding: 8px 40px;
    transition: all 0.5s ease;
}

.down-winfobt button:hover {
    background: #16447C;
}

.down-winfobt button span {
    display: block;
    color: #16447C;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding-top: 3px;
    transition: all 0.5s ease;
}

.down-winfobt button:hover span {
    color: #FFF;
}

@media (max-width: 1536px) {
    .down-box {
        padding: 60px 0 40px;
    }

    .sub-downa p span {
        font-size: 16px;
    }

    .down-la {
        padding: 15px 20px;
    }

    .down-u {
        margin-right: calc(-.5 * 1.5rem);
        margin-left: calc(-.5 * 1.5rem);
    }

    .down-l {
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
        margin-bottom: 25px;
    }

    .down-lp {
        margin-bottom: 40px;
    }

    .down-window {
        margin-top: 72px;
    }

    .down-winbox {
        top: 150px;
    }
}

@media (max-width: 1199.9px) {
    .down-window {
        margin-top: 52px;
    }

    .down-winbox {
        top: 50px;
    }

    .sub-downa p span {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .down-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .down-win1 {
        padding: 16px 12px;
    }

    .down-win2 {
        padding: 12px;
    }

    .down-window .con2-fol {
        margin-bottom: 12px;
    }

    .down-winfobt {
        margin-top: 12px;
    }

    .down-window {
        margin-top: 45px;
    }

    .down-lbtn i {
        font-size: 12px;
    }

    /* .down-limg {
        width: 100%;
    }

    .down-la {
        flex-direction: column;
    }

    .down-lte {
        width: 100%;
    } */
    .down-lte {
        width: 46%;
    }

    .down-box {
        padding: 40px 0 10px;
    }
}

/* 远届测控（售后服务） */
.support {
    background: #E7ECF2;
}

.sup-box {
    padding: 80px 0 103px;
}

.sup-h {
    margin-bottom: 24px;
}

.sup-h h2 {
    color: #101828;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sup-p {
    margin-bottom: 60px;
}

.sup-p p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66667);
}

/*  */
.sup1 {
    background: linear-gradient(180deg, var(--2, #F4F6F9) 0%, #F0F7FF 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}

.sup1-1 {
    width: 44%;
    flex: 0 0 auto;
}

.sup1-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    overflow: hidden;
}

.sup1-2 {
    width: calc(56% - 102px);
    flex: 0 0 auto;
}

.sup1-2box {
    margin-bottom: 56px;
}

.sup1-2box:last-child {
    margin-bottom: 0;
}

.sup1-2top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid rgba(22, 68, 124, 0.20);
}

.sup1-2top::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #16447C;
    transition: all 0.5s ease;
}

.sup1-2top:hover:after {
    width: 100%;
}

.sup1-2th h3 {
    color: #101828;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.supde1-2 {
    flex: 0 0 auto;
}

.sup1-2a {
    padding: 10px 12px 10px 24px;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.sup1-2a:hover {
    background: #16447C;
}

.sup1-2a::after,
.sup1-2a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) 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);
}

.sup1-2a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.sup1-2a:hover:before,
.sup1-2a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sup1-2a span {
    color: #16447C;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 3px;
    transition: all 0.5s ease;
}

.sup1-2a:hover span {
    color: #FFF;
}

.sup1-2ai {
    --w: 36px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: rgba(22, 68, 124, 1);
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}

.sup1-2ai i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    color: #fff;
    font-weight: bolder;
}

.sup1-2ai i:nth-child(2) {
    position: absolute;
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.sup1-2a:hover i {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
}

.sup1-2a:hover i:nth-child(2) {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

/*  */
.sup1-2u {
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
}

.sup1-2l {
    margin-right: 48px;
    margin-bottom: 24px;
}

.sup1-2lbox {
    position: relative;
    display: flex;
    align-items: center;
}

.sup1-2lbox::before {
    display: inline-block;
    content: "";
    --w: 10px;
    width: var(--w);
    height: var(--w);
    border-radius: 10px;
    background: var(--1, #16447C);
    margin: 0 16px 0 8px;
}

.sup1-2lbox p {
    color: var(--4, #475467);
    font-family: "Source Han Sans CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1536px) {
    .supde2 {
        padding: 40px 30px !important;
        margin-top: 40px !important;
    }

    .supde2-l {
        margin-bottom: 40px !important;
    }

    .sup-box {
        padding: 40px 0 63px;
    }

    .sup-p {
        margin-bottom: 30px;
    }

    .sup1-1 {
        width: 50%;
    }

    .sup1-2 {
        width: calc(50% - 32px);
    }

    .sup1-2l {
        margin-right: 24px;
        margin-bottom: 12px;
    }

    .sup1-2box {
        margin-bottom: 48px;
    }

    .sup1-2ai {
        --w: 30px;
    }

    .sup1-2top {
        padding: 10px 0;
    }

    .sup1-2u {
        margin-top: 18px;
    }
}

@media (max-width: 992px) {

    .sup1 {
        flex-direction: column;
    }

    .sup1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .sup1-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .supde2 {
        padding: 20px 10px !important;
    }

    .sup-h {
        margin-bottom: 12px;
    }

    .sup1 {
        padding: 20px 12px;
    }

    .sup-box {
        padding: 40px 0 43px;
    }

    .sup1-2l {
        margin-right: 60px;
    }
}

/* 远届测控（解决方案） */
.solve {
    background: linear-gradient(180deg, #F4F6F9 0%, #F0F7FF 100%);
    padding: 100px 0 120px;
}

.solve-u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
    margin-bottom: 20px;
}

.solve-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 40px;
}

.solve-la {
    display: block;
}

.solve-limg {
    border-radius: 10px;
    overflow: hidden;
}

.solve-limg img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.solve-la:hover .solve-limg img {
    transform: scale(1.08);
}

.solve-lte {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-bottom: 2px solid rgba(22, 68, 124, 0.10);
    position: relative;
}

.solve-lte::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: -2px;
    z-index: 12;
    background: #16447C;
    transition: all 0.5s ease;
}

.solve-la:hover .solve-lte::after {
    width: 100%;
}

.solve-lh {
    width: calc(90% - 64px);
}

.solve-lh h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solve-lh h3 span {
    color: #101828;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.solve-la:hover .solve-lh h3 span {
    color: #16447C;
}

.solve-lbtn {
    flex: 0 0 auto;
}

.solve-lbtn p span {
    color: #475467;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: all 0.5s ease;
}

.solve-la:hover .solve-lbtn p span {
    color: #16447C;
}

@media (max-width: 1536px) {
    .solve {
        padding: 60px 0 60px;
    }

    .solve-u {
        margin-right: calc(-.5 * 1.5rem);
        margin-left: calc(-.5 * 1.5rem);
    }

    .solve-l {
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
        margin-bottom: 20px;
    }

    .solve-lte {
        padding: 15px 10px;
    }
}

@media (max-width: 992px) {
    .solve-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .solve-u {
        margin-bottom: 10px;
    }

    .solve-l {
        width: 100%;
    }

    .solve {
        padding: 40px 0 40px;
    }
}

/* 远届测控（产品中心） */
.product {
    background: #E7ECF2;
}

.pro-box {
    padding: 80px 0 104px;
}

.pro-l {
    margin-bottom: 60px;
}

.pro-l:last-child {
    margin-bottom: 0;
}

.pro-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: linear-gradient(180deg, #F4F6F9 0%, #F0F7FF 100%);
    padding: 80px 60px;
}

.pro-l1 {
    width: 30.44%;
    flex: 0 0 auto;
    overflow: hidden;
}

.pro-l1 img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
    border-radius: 10px;
    overflow: hidden;
}

.pro-la:hover .pro-l1 img {
    transform: scale(1.08);
}

.pro-l2 {
    width: calc(100% - 30.44% - 100px);
    flex: 0 0 auto;
}

.pro-l2h {
    margin-bottom: 40px;
}

.pro-l2h h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-l2h h3 span {
    color: #101828;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.pro-la:hover .pro-l2h h3 span {
    color: #16447C;
}

.pro-l2p {
    margin-bottom: 60px;
}

.pro-l2p p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66667);
    min-height: calc(var(--zj-ven2-la) * 1.66667 * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro-la:hover .pro-l2p p {
    color: #16447C;
}

.pro-lbtn {
    display: flex;
}

.pro-la:hover .sup1-2a {
    background: #16447C;
}

.pro-la:hover .sup1-2a span {
    color: #FFF;
}

@media (max-width: 1536px) {
    .pro-la {
        padding: 40px 30px;
    }

    .pro-box {
        padding: 50px 0 54px;
    }

    .pro-l {
        margin-bottom: 30px;
    }

    .pro-l2h {
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {
    .pro-la {
        flex-direction: column;
    }

    .pro-l1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .pro-l2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .pro-box {
        padding: 40px 0 34px;
    }

    .pro-la {
        padding: 20px 12px;
    }

    .sup1-2ai {
        --w: 32px;
    }

    .sup1-2a {
        padding: 6px 6px 6px 12px;
    }

    .pro-l {
        margin-bottom: 20px;
    }

    .pro-l2p {
        margin-bottom: 30px;
    }
}

/* 远届测控（关于我们） */
.about {
    background: #E7ECF2;
}

.ab1 {
    padding: 80px 0 115px;
    background: url(../img/ab1bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.ab1-h {
    margin-bottom: 16px;
}

.ab1-h h2 {
    color: #101828;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab1-smh {
    margin-bottom: 40px;
}

.ab1-smh h3 {
    color: #16447C;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab1-p {
    margin-bottom: 92px;
}

.ab1-p p {
    color: #475467;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 2.5);
    text-indent: 2em;
}

/*  */
.ab1-2 {
    position: relative;
    display: block;
}

.ab1-2>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 450px;
    border-radius: 10px;
}

.ab1-ico {
    position: absolute;
    --w: 80px;
    width: var(--w);
    height: var(--w);
    background: #ffffff;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
}

.ab1-ico i {
    font-size: 20px;
    color: rgba(22, 68, 124, 1);
    display: block;
    position: relative;
    z-index: 12;
}

.ab1-2:hover .ab1-ico i {
    animation: video 0.6s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes video {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ab1-ico>span {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
}

.ab1-ico>span:nth-of-type(2) {
    background-color: rgba(255, 255, 255, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

/* ship */
.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    max-width: 50%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}

.fancybox-slide--video video {
    max-width: 80%;
    padding: 0;
}

/* ab2 */
.ab2 {
    background: url(../img/ab2bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 152px 0 157px;
}

.ab2-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.ab2-h h2 {
    color: #101828;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab2-chan {
    display: flex;
    align-items: center;
}

.ab2-chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 1 !important;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid rgba(22, 68, 124, 0.6);
    transition: all 0.5s ease;
    margin-right: 16px !important;
}

.ab2-chan>div:last-child {
    margin-right: 0 !important;
}

.ab2-chan>div:hover {
    border: 1px solid rgba(22, 68, 124, 1);
}

.ab2-chan>div::after {
    content: "";
}

.ab2-chan>div i {
    font-size: 24px;
    line-height: normal;
    color: rgba(22, 68, 124, 0.6);
    transition: all 0.5s ease;
}

.ab2-chan>div:hover i {
    color: rgba(22, 68, 124, 1);
}

/*  */
.ab2-sw {
    position: relative;
}

.ab2-sw::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    opacity: 0.2;
    background: #16447C;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

#ab2-sw .swiper-slide {
    height: auto !important;
}

.ab2-swbox {
    height: 100%;
    position: relative;
    padding: 40px 0 59px;
}

.ab2-swbox::after {
    position: absolute;
    content: "";
    --w: 20px;
    width: var(--w);
    height: var(--w);
    border-radius: 20px;
    border: 1px solid #16447C;
    left: 0;
    bottom: -10px;
}

.ab2-swbox::before {
    position: absolute;
    content: "";
    --w: 12px;
    width: var(--w);
    height: var(--w);
    border-radius: 20px;
    background: #16447C;
    left: 4px;
    bottom: -6px;
}

.ab2-swnum {
    margin-bottom: 20px;
}

.ab2-swnum p {
    color: var(--1, #16447C);
    font-family: "Source Han Sans CN";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ab2-swl {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.ab2-swl::before {
    content: "";
    margin-right: 2px;
    display: block;
    --w: 24px;
    width: var(--w);
    height: var(--w);
    background: url(../img/ab2-swimg.png) no-repeat;
    background-size: cover;
    background-position: center;
    flex: 0 0 auto;
}

.ab2-swl:last-child {
    margin-bottom: 0;
}

.ab2-swl p {
    color: #101828;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/* ab3 */
.ab3 {
    background: url(../img/ab3g.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.ab3-box {
    display: flex;
    justify-content: space-between;
    min-height: 918px;
}

.ab3-1 {
    width: 50%;
    display: flex;
    align-items: center;
    padding-right: 10%;
}

.ab3-1smh {
    margin-bottom: 24px;
}

.ab3-1smh h3 {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ab3-1p p {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab3-2 {
    width: 50%;
    padding-left: 10%;
    display: flex;
    align-items: center;
    position: relative;
}

.ab3-2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    background: rgba(22, 68, 124, 0.40);
    backdrop-filter: blur(10px);
}

.ab3-2sw {
    position: relative;
    width: 100%;
}

#ab3-2sw {
    overflow: hidden;
}

.ab3-2img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    opacity: 0.8;
    transition: all 0.5s ease;
}

.ab3-2img:hover {
    opacity: 1;
}

.ab3-2img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.ab3-2img:hover img {
    filter: grayscale(0);
}

#ab3-2sw .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 32px;
}

#ab3-2sw .swiper-pagination-bullet {
    opacity: 1 !important;
    --w: 12px;
    width: var(--w);
    height: var(--w);
    background: rgba(255, 255, 255, 0.60);
}

#ab3-2sw .swiper-pagination-bullet-active {
    background: #FFF;
}

/* ab4 */
.ab4 {
    background: url(../img/ab4bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 109px 0;
}

.ab4-h {
    margin-bottom: 80px;
}

.ab4-h h2 {
    color: #101828;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*  */
.ab4-sw {
    position: relative;
}

#ab4-sw {
    overflow: hidden;
}

#ab4-sw .swiper-slide {
    height: auto !important;
}

.ab4-swbox {
    border-radius: 10px;
    background: #FFF;
    padding: 40px;
    height: 100%;
}

.ab4-img {
    overflow: hidden;
}

.ab4-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ab4-swbox:hover .ab4-img img {
    transform: scale(1.08);
}

.ab4-te {
    margin-top: 24px;
}

.ab4-te p {
    color: #475467;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.ab4-swbox:hover .ab4-te p {
    color: #16447C;
}

#ab4-sw .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 40px;
}

#ab4-sw .swiper-pagination-bullet {
    opacity: 1 !important;
    --w: 12px;
    width: var(--w);
    height: var(--w);
    background: rgba(22, 68, 124, 0.6);
    transition: all 0.5s ease;
}

#ab4-sw .swiper-pagination-bullet-active {
    background: #16447C;
}

/*  */
.ab5 {
    background: url(../img/ab5bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 144px 0 104px;
}

.ab5-h {
    margin-bottom: 80px;
}

.ab5-h h2 {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab5-u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.ab5-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 40px;
}

.ab5-lbox {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(5px);
    padding: 50px 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.ab5-lbox:hover {
    background: rgba(255, 255, 255, 1);
}

.ab5-lh {
    margin-bottom: 20px;
}

.ab5-lh::before {
    display: block;
    content: '';
    width: 32px;
    height: 2px;
    background: #16447C;
    margin-bottom: 16px;
}

.ab5-lh h3 {
    color: #16447C;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab5-lp p {
    color: #475467;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ab5-l2 {
    flex: 0 0 auto;
    margin-left: 70px;
}

.ab5-l2 p {
    color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(22, 68, 124, 0.40);
    -webkit-text-fill-color: #ffffff00;
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*  */
.ab6 {
    padding: 134px 0 130px;
}

.ab6-h {
    margin-bottom: 80px;
}

.ab6-h h2 {
    color: #101828;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab6-l {
    border-radius: 10px;
    background: linear-gradient(180deg, #F4F6F9 0%, #F0F7FF 100%);
    margin-bottom: 20px;
    padding: 30px 40px;
}

.ab6-l:last-child {
    margin-bottom: 0;
}

.ab6-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.ab6-l1lfh {
    margin-bottom: 20px;
}

.ab6-l1lfh p {
    color: #101828;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab6-l1lfte {
    display: flex;
    align-items: center;
}

.ab6-l1lfte>div {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.ab6-l1lfte>div:last-child {
    margin-right: 0;
}

.ab6-l1lfte i {
    margin-right: 4px;
    font-size: 24px;
    line-height: normal;
    color: rgba(71, 84, 103, 1);
    padding-bottom: 3px;
}

.ab6-l1lfte p {
    color: #475467;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ab6-l1rg {
    flex: 0 0 auto;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    background: #16447c00;
    border-radius: 100%;
    border: 1px solid rgba(22, 68, 124, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab6-l1:hover .ab6-l1rg {
    background: rgba(22, 68, 124, 1);
}

.ab6-l.on .ab6-l1rg {
    background: rgba(22, 68, 124, 1);
}

.ab6-l1rg i {
    font-size: 22px;
    color: #16447C;
    line-height: normal;
    transition: all 0.5s ease;
}

.ab6-l1:hover .ab6-l1rg i {
    color: #FFF;
}

.ab6-l.on .ab6-l1rg i {
    color: #FFF;
    transform: rotate(180deg);
}

/*  */
.ab6-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab6-l.on .ab6-l2 {
    max-height: 1000px;
    opacity: 1;
}

.ab6-l2box>div {
    padding-top: 24px;
    margin-top: 40px;
    border-top: 1px solid rgba(22, 68, 124, 0.10);
}

.ab6-l2h {
    margin-bottom: 18px;
}

.ab6-l2h p {
    color: #16447C;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab6-l2p p,
.ab6-l2p span {
    color: #475467;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 2);
}

@media (max-width: 1536px) {
    .sub-downa {
        margin-right: 20px;
        padding: 12px 10px;
    }

    .ab1 {
        padding: 60px 0 55px;
    }

    .ab1-smh {
        margin-bottom: 20px;
    }

    .ab1-p {
        margin-bottom: 62px;
    }

    .ab2 {
        padding: 102px 0 107px;
    }

    .ab2-1 {
        margin-bottom: 50px;
    }

    .ab2-chan>div {
        --w: 38px;
        margin-right: 8px !important
    }

    .ab3-1 {
        padding-right: 2%;
    }

    .ab3-2 {
        padding-left: 2%;
    }

    .ab3-box {
        min-height: 618px;
    }

    .ab4 {
        padding: 60px 0;
    }

    .ab4-h {
        margin-bottom: 40px;
    }

    .ab4-swbox {
        padding: 20px;
    }

    .ab5 {
        padding: 104px 0 64px;
    }

    .ab5-lbox {
        padding: 40px 30px;
    }

    .ab6 {
        padding: 64px 0 70px;
    }
}

@media (max-width: 992px) {
    .ab3-box {
        flex-direction: column;
        padding: 40px 0;
    }

    .ab3-1 {
        padding-right: 0%;
        width: 100%;
        margin-bottom: 40px;
    }

    .ab3-2 {
        padding-left: 0%;
        width: 100%;
    }

    .ab5-h {
        margin-bottom: 40px;
    }

    .ab5-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab6-h {
        margin-bottom: 40px;
    }

    .ab6-l1rg {
        --w: 32px;
    }

    .sub-dobg {
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .sub-downa p {
        width: max-content;
    }
}

@media (max-width: 768px) {
    .ab6-l1lfte>div {
        margin-right: 15px;
    }

    .ab6-l {
        margin-bottom: 10px;
        padding: 16px 12px;
    }

    .ab6-l1lfte i {
        font-size: 18px;
    }
}

@media (max-width: 499px) {
    .ab1 {
        padding: 40px 0 45px;
    }

    .ab1-p {
        margin-bottom: 32px;
    }

    .ab1-ico {
        --w: 54px;
    }

    .ab1-2>img {
        min-height: 250px;
    }

    .ab2 {
        padding: 52px 0 57px;
    }

    .ab2-1 {
        margin-bottom: 20px;
    }

    .ab4-h {
        margin-bottom: 20px;
    }

    .ab5 {
        padding: 54px 0 24px;
    }

    .ab5-h {
        margin-bottom: 20px;
    }

    .ab5-lbox {
        padding: 20px 12px;
    }

    .ab6 {
        padding: 44px 0 30px;
    }

    .ab6-h {
        margin-bottom: 20px;
    }

    .ab6-l1rg {
        display: none;
    }

    .ab6-l1lfh {
        margin-bottom: 10px;
    }

    .ab6-l2box>div {
        padding-top: 20px;
        margin-top: 20px;
    }

    .ab3 {
        background-position: center right;
    }

    .ab2-swnum p {
        font-size: 36px;
    }

    .ab1-p p {
        line-height: calc(var(--zj-subnav) * 1.5);
    }

    .fancybox-slide--iframe .fancybox-content {
        max-width: 80%;
    }
}

/* 新闻 详情 */
.subsp .subnav-box {
    position: relative;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    border-bottom: 1px solid rgba(22, 68, 124, 0.10);
}

.subsp .subnav i {
    color: #475467;
}

.subsp .breadcrumb-item::before,
.subsp .breadcrumb-item a span {
    color: #475467;
}

.nede-box {
    border-radius: 10px;
    background: linear-gradient(180deg, #F4F6F9 0%, #F0F7FF 100%);
    padding: 80px 60px;
    margin: 80px auto 120px !important;
}

.nede-h h2 {
    color: #101828;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nede-num {
    padding: 20px 0;
    border-bottom: 1px solid rgba(22, 68, 124, 0.10);
    margin-bottom: 30px;
}

.nede-num p {
    color: #475467;
    text-align: center;
    font-family: 'Arial';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.nede-te p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 2);
}

.nede-te p img,
.nede-te img {
    max-width: 100%;
}

/*  */
.nede-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(22, 68, 124, 0.10);
}

.nede-enda {
    display: flex;
    width: calc(50% - 119px / 2 - 30px);
    flex: 0 0 auto;
}

.nede-end>a:last-child {
    justify-content: flex-end;
}

.nede-enda p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.nede-enda:hover p {
    color: #16447C;
}

/*  */
.nede-endamin {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nede-endamin i {
    font-size: 24px;
    line-height: normal;
    color: rgba(71, 84, 103, 1);
    margin-right: 11px;
    transition: all 0.5s ease;
}

.nede-endamin:hover i {
    color: #16447C;
}

.nede-endamin p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding-top: 2px;
    transition: all 0.5s ease;
}

.nede-endamin:hover p {
    color: #16447C;
}

@media (max-width: 1536px) {
    .nede-box {
        padding: 40px 30px;
        margin: 40px auto 60px !important;
    }

    .nede-end {
        padding: 20px 0 0;
        margin-top: 20px;
    }
}

@media (max-width: 499px) {
    .nede-box {
        padding: 16px 12px;
        margin: 40px auto 40px !important;
    }

    .nede-num {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .nede-enda {
        width: 100%;
    }

    .nede-end {
        flex-direction: column;
        align-items: flex-end;
    }
}

/* support-show */
.supde-box {
    padding: 80px 0 120px;
}

.supde1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.supde1-1h {
    margin-bottom: 24px;
}

.supde1-1h h2 {
    color: #101828;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.supde1-1p p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

/*  */
.supde2 {
    border-radius: 10px;
    background: linear-gradient(180deg, #F4F6F9 0%, #F0F7FF 100%);
    padding: 80px 60px;
    margin-top: 80px;
}

.supde2-l {
    margin-bottom: 80px;
}

.supde2-l:last-child {
    margin-bottom: 0;
}

.supde2-lh {
    padding: 20px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(22, 68, 124, 0.20);
}

.supde2-lh p {
    color: #16447C;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.supde2-lte ul li {
    display: flex;
    align-items: flex-start;
}

.supde2-lte ul li::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #475467;
    flex: 0 0 auto;
    margin-top: 2px;
    margin-left: 8px;
    margin-right: 16px;
}

.supde2-lte p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/* solde */
.solde {
    border-radius: 10px;
    background: linear-gradient(180deg, #F4F6F9 0%, #F0F7FF 100%);
    margin-top: 60px;
    padding: 80px 60px;
}

.solde-video {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-video {
    width: 100%;
    max-width: 1236px;
}

.solde-u {
    margin-top: 70px;
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.solde-l {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    margin-bottom: 32px;
}

.solde-lbox {
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
    height: 100%;
}

.solde-limg {
    margin-bottom: 20px;
}

.solde-limg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
}

.solde-lte {
    padding: 10px 0;
}

.solde-lte p {
    color: #101828;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.solde-te p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 2);
}

.solde-te p img,
.solde-te img {
    max-width: 100%;
}

.solde div {
    list-style: unset;
}

.solde-te ol {
    list-style: decimal;

}

.solde-te ol li::marker {
    font-size: 18px;
    /* 单独设置序号的大小 */
    /* color: red;也可以单独设置颜色等 */
}


.support-show .nede-end {
    margin-top: 80px;
}

@media (max-width: 1536px) {
    .supde1-1h {
        margin-bottom: 12px;
    }

    .supde-box {
        padding: 40px 0 60px;
    }

    .solde {
        padding: 40px 30px;
    }

    .support-show .nede-end {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .supde1-1 {
        margin-bottom: 10px;
    }

    .sup1-2ai {
        --w: 32px;
    }

    .supde1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .solde-l {
        width: 33.33%;
    }
}

@media (max-width: 642px) {
    .solde-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .solde-l {
        width: 100%;
    }

    .solde {
        padding: 20px 15px;
        margin-top: 30px;
    }

    .solde-u {
        margin-top: 30px;
    }

    .support-show .nede-end {
        margin-top: 20px;
    }

    .supde2-lh {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .supde2-l:last-child {
        margin-bottom: 0 !important;
    }
}

/* 产品-详情 */
.prode {
    position: relative;
}

.prode-box {
    padding: 80px 0 120px;
}

.prode>img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.prode1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-1 {
    width: 37.7%;
    flex: 0 0 auto;
    border-radius: 10px;
    background: linear-gradient(180deg, #F4F6F9 0%, #F0F7FF 100%);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#prode1-sw {
    overflow: hidden;
}

.prode1-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prode1-img img {
    max-width: 450px;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

/* lunb  btn */
#prode1-sw .swiper-pagination {
    bottom: 20px;
}

#prode1-sw .swiper-pagination .swiper-pagination-bullet {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(22, 68, 124, 0.60);
    opacity: 1 !important;
}

#prode1-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #16447C;
}

/*  */
.prode1-2 {
    width: calc(100% - 37.7% - 88px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 24px;
}

.prode1-2h p {
    color: #101828;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prode1-2p {
    margin-bottom: 60px;
}

.prode1-2p p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

/*  */
.prode1-2btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.prode1-2a {
    padding: 10px 12px 10px 24px;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.prode1-2a::after,
.prode1-2a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) 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);
}

.prode1-2a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.prode1-2a:hover:before,
.prode1-2a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.prode1-2a span {
    color: #101828;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: capitalize;
    margin-top: 3px;
}

.prode1-2ai {
    --w: 36px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: rgba(22, 68, 124, 1);
    margin-left: 20px;
    position: relative;
}

.prode1-2ai i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 14px;
    color: #fff;
    font-weight: bolder;
}

.prode1-2ai i:nth-child(2) {
    position: absolute;
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.prode1-2a:hover i {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
}

.prode1-2a:hover i:nth-child(2) {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

/* 详情下面 */
.prode2 {
    padding: 80px 60px;
    margin-top: 80px;
    border-radius: 10px;
    background: linear-gradient(180deg, #F4F6F9 0%, #F0F7FF 100%);
}

.prode2-vi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prode2-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 1200px;
    border-radius: 10px;
}

.prode2-l {
    margin-top: 80px;
}

.prode2-lh {
    padding: 20px 0;
    border-bottom: 1px solid rgba(22, 68, 124, 0.20);
}

.prode2-lh p {
    color: #16447C;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prode2-lp {
    margin-top: 40px;
}

.prode2-lp p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 16px;
}

.prode2-lp p:last-child {
    margin-bottom: 0;
}

.prode .nede-end {
    margin-top: 80px;
}

@media (max-width: 1536px) {
    .prode1-1 {
        width: 42.7%;
    }

    .prode1-2 {
        width: calc(100% - 42.7% - 44px);
    }

    .prode-box {
        padding: 40px 0 60px;
    }

    .prode2 {
        padding: 40px 30px;
        margin-top: 40px;
    }

    .prode2-l {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .prode1 {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .prode1-img img {
        max-width: 350px;
    }

    #prode1-sw .swiper-pagination {
        bottom: 12px;
    }

    #prode1-sw .swiper-pagination .swiper-pagination-bullet {
        --w: 8px;
    }

    .prode1-2h {
        margin-bottom: 12px;
    }

    .prode1-2p {
        margin-bottom: 30px;
    }

    .prode1-2ai {
        --w: 28px;
    }

    .prode2 {
        padding: 20px 12px;
    }

    .prode2-lh {
        padding: 12px 0;
    }

    .prode2-lp {
        margin-top: 20px;
    }

    .prode2-l {
        margin-top: 30px;
    }

    .prode-box {
        padding: 40px 0 40px;
    }

    .nede-enda {
        justify-content: flex-end;
    }
}

/* ------------------------------------------------------------------------------------------------------ */
/* 中文index.css */
#swiper-index-one {
    position: relative;
    /* width: 100vw; */
    height: 100vh;
}

#swiper-index-one>.swiper-pagination {
    left: 30px;
    pointer-events: none;
}

#swiper-index-one>.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 8px 0;
    position: relative;
    opacity: 1;
    background: rgba(255, 255, 255, 0.20);
    transition: all 0.5s ease;
}

#swiper-index-one.swipersp>.swiper-pagination .swiper-pagination-bullet {
    background: rgba(22, 68, 124, 0.20);
}

#swiper-index-one>.swiper-pagination .swiper-pagination-bullet-active {
    background: #0ba29800 !important;
}

#swiper-index-one>.swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/logocc2.png) no-repeat center center;
    background-position: center;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

#swiper-index-one.swipersp>.swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/logocc.png) no-repeat center center;
    background-position: center;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

/* logocc2.png */
#swiper-index-one>.swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
}

/*  */
#swiper-index-two {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#swiper-index-two>.swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}

#swiper-index-two>.swiper-wrapper .swiper-slide-active img {
    animation: scale-bg 3s linear forwards;
}

@keyframes scale-bg {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

#swiper-index-two .sub-te {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#swiper-index-two .swiper-slide-active .sub-te .sub-h {
    animation: scale-bgcc .9s linear forwards;
}

#swiper-index-two .swiper-slide-active .sub-te .sub-p {
    animation: scale-bgcc 1.2s linear forwards;
}

@keyframes scale-bgcc {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#swiper-index-two>.swiper-wrapper .swiper-slide .swiper-two-sl1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}

#swiper-index-two>.swiper-wrapper .swiper-slide .swiper-two-sl11eng {
    display: none;
}

#swiper-index-two>.swiper-wrapper .swiper-slide .swiper-two-sl1 h2 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
    color: var(--nothingness-color);
}

#swiper-index-two>.swiper-wrapper .swiper-slide .swiper-two-sl2 {
    position: absolute;
    top: 40%;
    left: 13%;
    display: block;
    width: 100%;
}

#swiper-index-two>.swiper-wrapper .swiper-slide .swiper-two-sl2 h2 {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: var(--nothingness-color);
}

#swiper-index-two>.swiper-pagination {
    text-align: end;
    width: 96%;
    bottom: 62px;
}

#swiper-index-two>.swiper-pagination .swiper-pagination-bullet {
    /* width: 10px; */
    /* height: 10px; */
    background: var(--nothingness-color);
    opacity: 0.6;
    margin: 0 4px;
}

#swiper-index-two>.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

#swiper-index-two>.swiper-num {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 2;
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

#swiper-index-two>.swiper-num span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

#swiper-index-two>.swiper-num .active {
    display: flex;
    align-items: centers;
    justify-content: baseline;
    --w: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #FFF;
}

#swiper-index-two>.swiper-num .total {
    display: flex;
    align-items: centers;
    justify-content: baseline;
    --w: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    margin-left: 60px;
}

#swiper-index-two>.swiper-num .total::before {
    position: absolute;
    content: "";
    display: block;
    width: 56px;
    height: 1px;
    background: rgba(255, 255, 255, 0.40);
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
}

/* ind banner scr */
.mouse__down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 12;
}

.mouse__downFirst {
    width: 2px;
    height: 28px;
    background: rgba(255, 255, 255, 0.40);
    margin: auto;
}

.mouse__downFirst:before {
    content: "";
    display: block;
    width: 4px;
    height: 6px;
    background: #fff;
    left: 50%;
    margin-left: -1px;
    top: 5px;
    animation: lineMove 1s infinite;
}

@-webkit-keyframes lineMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 24px, 0px);
    }
}

@keyframes lineMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 24px, 0px);
    }
}

.mouse__downSecond {
    margin-top: 8px;
}

.mouse__downSecond p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/* 开始 */

/* ind-pro so1 */
.ind-pro {
    display: flex;
    align-items: center;
    height: 100%;
    background: url(../img/so1bg.jpg) no-repeat center center;
    background-size: cover;
    background-position: center;
}

.so1-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so1-1h p {
    color: #101828;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.so1-2 {
    display: flex;
    align-items: center;
}

.so1-1a {
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgba(71, 84, 103, 0.60);
    padding: 10px 32px;
    margin-left: 32px;
    transition: all 0.5s ease;
}

.so1-1a:hover {
    border: 1px solid rgba(71, 84, 103, 1);
    background: #16447C;
}

.so1-1a.on {
    border: 1px solid rgba(71, 84, 103, 1);
    background: #16447C;
}

.so1-1a:first-child {
    margin-left: 0;
}

.so1-1a p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-top: 3px;
    transition: all 0.5s ease;
}

.so1-1a:hover p {
    color: #FFF;
}

.so1-1a.on p {
    color: #FFF;
}

/*  */
.so1-3 {
    display: none;
    justify-content: space-between;
}

.so1-3.on {
    display: flex;
}

.so1-3-1 {
    width: 80%;
    flex: 0 0 auto;
}

.so1-3-1b {
    display: none;
    border-radius: 10px;
    background: linear-gradient(180deg, var(--2, #F4F6F9) 0%, #F0F7FF 100%);
    padding: 100px 75px;
    height: 100%;
    justify-content: space-between;
}

.so1-3-1b.on {
    display: flex;
}

.so1-3-1img {
    width: 40%;
    flex: 0 0 auto;
}

.so1-3-1img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    overflow: hidden;
}

.so1-3-1te {
    width: calc(60% - 74px);
    flex: 0 0 auto;
}

.so1-3-1h {
    margin-bottom: 32px;
}

.so1-3-1h p {
    color: #101828;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-3-1p {
    margin-bottom: 60px;
}

.so1-3-1p p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 2.66);
}

.so1-3-1btn {
    display: flex;
}

.so1-3-2img {
    border-radius: 10px;
    border: 1px solid rgba(71, 84, 103, 0);
    background: linear-gradient(180deg, var(--2, #F4F6F9) 0%, #F0F7FF 100%);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    margin-bottom: 16px;
}

.so1-3-2img:last-child {
    margin-bottom: 0;
}

.so1-3-2img:hover {
    border: 1px solid rgba(71, 84, 103, 0.60);
}

.so1-3-2img.on {
    border: 1px solid rgba(71, 84, 103, 0.60);
}

.so1-3-2img img {
    width: 100%;
    max-width: 184px;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
    border-radius: 10px;
    overflow: hidden;
}

.so1-3-2img:hover img {
    transform: scale(1.08);
}

/*  */
.so1-3-2 {
    width: calc(20% - 16px);
    flex: 0 0 auto;
}

/* ind-solv so2 */
.ind-solvh {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 186px;
    z-index: 12;
}

.ind-solvh p {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ind-solv {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.so2-te {
    position: relative;
    z-index: 12;
}

.so2-u {
    display: flex;
    position: relative;
    max-width: 100%;
}

.so2-l {
    flex: 1;
    position: relative;
    text-align: center;
    height: 100vh;
    max-height: 1400px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 1% 0;
    transition: all 0.8s;
    align-items: center;
}

.so2-l.on {
    padding: 100px 1% 0;
}

.so2-l::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(22, 68, 124, 0.20) 0%, rgba(22, 68, 124, 0.90) 100%);
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease;
}

.so2-l.on::after {
    opacity: 1;
    pointer-events: none;
}

.so2-li {
    margin-bottom: 10px;
}

.so2-li i {
    font-size: 64px;
    line-height: normal;
    color: #FFF;
}

.so2-lh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.so2-line {
    width: 174px;
    height: 1px;
    background: rgba(255, 255, 255, 0.40);
    margin: 16px 0;
    transition: all 0.5s ease;
    opacity: 0;
}

.so2-l.on .so2-line {
    opacity: 1;
}

.so2-lp {
    margin-bottom: 60px;
    transition: all 0.5s ease;
    opacity: 0;
}

.so2-l.on .so2-lp {
    opacity: 1;
}

.so2-lp p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2-lbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    opacity: 0;
}

.so2-l.on .so2-lbtn {
    opacity: 1;
}

.so2-la {
    display: block;
}

.so2-la p span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/*  */

.so2-imgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.so2-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.so2-img.on {
    opacity: 1;
}

.so2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.2);
    /* opacity: 0; */
    transition: all 3s ease;
}

.so2-img.on img {
    transform: scale(1);
    /* opacity: 1; */
}

/* ind-about so3 */
.ind-about {
    display: flex;
    align-items: center;
    height: 100%;
    background: url(../img/so3bg.jpg) no-repeat center center;
    background-size: cover;
    background-position: center;
}

.so3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so3-1 {
    width: 48%;
    flex: 0 0 auto;
}

.so3-1h {
    margin-bottom: 16px;
}

.so3-1h p {
    color: #101828;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.so3-1smh {
    margin-bottom: 24px;
}

.so3-1smh p {
    color: #16447C;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.so3-1p {
    margin-bottom: 60px;
}

.so3-1p p {
    color: #475467;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 2.66);
}

.so3-1btn {
    display: flex;
}

.so3-2 {
    width: calc(52% - 248px);
    flex: 0 0 auto;
    position: relative;
}

.so3-2::after {
    position: absolute;
    content: '';
    width: 120%;
    height: 120%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/so4xian.png) no-repeat center center;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.so3-2video {
    border-radius: 540px;
    background: #FFF;
    padding: 20px;
}

.so3-2video .ab1-2 img {
    aspect-ratio: 1 / 1;
    width: 100%;
    min-height: auto;
    height: auto;
    border-radius: 50%;
}

/*  */
.so3-2te {
    position: absolute;
    right: -44px;
    bottom: -72px;
}

.so3-2h {
    display: flex;
    align-items: flex-start;
}

.so3-2h p {
    color: #16447C;
    font-size: 160px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-right: 16px;
}

.so3-2h span {
    color: #16447C;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/* ind-honor so4 */
.ind-honor {
    display: flex;
    align-items: center;
    height: 100%;
    background: url(../img/so4bg.jpg) no-repeat center center;
    background-size: cover;
    background-position: center;
}

.so4 {
    overflow: hidden;
}

.so4-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.so4-h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 1056px;
}

.so4-sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.seamless03-swiper {
    margin-top: 32px;
}

/* ind-news so5 */
.ind-news {
    display: flex;
    align-items: center;
    height: 100%;
    background: url(../img/so5bg.jpg) no-repeat center center;
    background-size: cover;
    background-position: center;
}

.so5-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so5-1h p {
    color: #101828;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.so5-1chan {
    display: flex;
    align-items: center;
}

.so5-1chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    border: 1px solid rgba(71, 84, 103, 0.2);
    transition: all 0.5s ease;
}

.so5-1chan>div:hover {
    background: #475467;
    border: 1px solid #475467;
}

.so5-1chan>.swiper-button-prev {
    margin-right: 10px !important;
}

.so5-1chan>div::after {
    content: "";
}

.so5-1chan>div i {
    font-size: 24px;
    color: #475467;
    transition: all 0.5s ease;
}

.so5-1chan>div:hover i {
    color: #FFF;
}

.so5-2sw {
    position: relative;
}

#so5-sw {
    overflow: hidden;
}

@media (max-width: 1536px) {
    #swiper-index-one>.swiper-pagination {
        left: 4px;
    }

    .so2-li i {
        font-size: 50px;
    }

    .so3-2 {
        width: calc(52% - 100px);
    }

    .so3-2h p {
        font-size: 100px;
    }

    .so3-2te {
        position: absolute;
        right: 18px;
        bottom: -44px;
    }

    .so1-3-1b {
        padding: 70px 20px;
    }

    .so1-3-2img img {
        max-width: 140px;
    }

    .so1-top {
        margin-bottom: 30px;
    }

    .so1,
    .so3,
    .so5 {
        padding-top: 60px;
    }

    .ind-solvh {
        top: 110px;
    }

    .so3-2 {
        width: calc(47% - 100px);
    }

    .so3-1 {
        width: 53%;
        flex: 0 0 auto;
    }

    .so5-1 {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.9px) {

    .so1,
    .so3,
    .so5 {
        padding-top: 0;
    }

    #swiper-index-one>.swiper-pagination {
        display: none;
    }

    .so1-3-1b {
        padding: 30px 25px;
    }

    .so2-l {
        flex: 0 0 auto;
    }

    .so2-u {
        flex-wrap: wrap;
    }

    .ind-solv {
        height: auto;
    }

    .ind-solv {
        height: auto;
    }

    #swiper-index-one .swiper-slide {
        height: auto;
    }

    .ind-pro {
        padding: 60px 0;
    }

    .so2-l {
        height: auto;
    }

    .ind-solvh {
        position: relative;
        left: 0;
        transform: translateX(0);
        top: 0;
        z-index: 12;
        margin-bottom: 40px;
    }

    .ind-solv {
        flex-direction: column;
        padding: 60px 0 0;
    }

    .so2-l {
        padding: 40px 12px !important;
    }

    .so2-l {
        width: 50%;
    }

    .so3 {
        flex-direction: column;
        padding: 60px 0;
    }

    .so3-1 {
        width: 100%;
    }

    .so3-2 {
        width: 70%;
        margin: auto;
    }

    .so4 {
        padding: 60px 0;
    }

    .ind-news {
        padding: 60px 0;
    }

    .so5-1chan>div {
        --w: 34px;
    }
}

@media (max-width: 992px) {
    .so1-3 {
        flex-direction: column-reverse;
    }

    .so1-3-2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .so1-3-2img {
        margin-bottom: 16px !important;
    }

    .so1-3-1 {
        width: 100%;
    }

    .so1-top {
        flex-direction: column;
    }

    .so1-1h {
        margin-bottom: 20px;
    }
}

@media (max-width: 642px) {
    .so1-3-1b {
        flex-direction: column;
    }

    .so1-3-1img {
        width: 100%;
    }

    .so1-3-1te {
        width: 100%;
    }

    .so1-2 {
        width: 100%;
        overflow: scroll;
        justify-content: flex-start;
    }

    .so1-1a p {
        width: max-content;
    }

    .so1-top {
        align-items: flex-start;
    }

    .so1-2 {
        flex-wrap: wrap;
    }

    .so1-3-1img {
        margin-bottom: 20px;
    }

    .so1-1a {
        margin: 0;
        margin-right: 12px;
        margin-bottom: 10px;
    }

    .so1-top {
        margin-bottom: 30px;
    }
}

@media (max-width: 499px) {
    .ind-pro {
        padding: 40px 0;
    }

    .so1-3-1b {
        padding: 20px 15px;
    }

    #swiper-index-two>.swiper-num .active {
        width: 34px;
        height: 34px;
    }

    #swiper-index-two>.swiper-num .total::before {
        width: 30px;
        left: -26px;
    }

    #swiper-index-two>.swiper-num .total {
        margin-left: 22px;
    }

    .so2-lp {
        margin-bottom: 30px;
    }

    .so2-l {
        width: 100%;
    }

    .so3 {
        padding: 30px 0;
    }

    .so3-2 {
        width: 82%;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .so5-1 {
        margin-bottom: 30px;
    }

    .so4-h {
        margin-bottom: 40px;
    }

    .so3-1p {
        margin-bottom: 30px;
    }

    .con2-fol22 {
        display: none !important;
    }

    .con2-fol33 {
        display: block !important;
    }

    .so3-1p p {
        line-height: calc(var(--zj-ven2-la) * 1.66);
    }

    .so1-3-1p p {
        line-height: calc(var(--zj-ven2-la) * 1.66);
    }
}

#swiper-index-one>.swiper-wrapper>.swiper-slide .so1-1h {
    padding: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
    transition: 0.6s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide-active .so1-1h {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: 0.88s;
    transition-delay: 0.45s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide .so1-2 {
    padding: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    transition: 0.6s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide-active .so1-2 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: 0.88s;
    transition-delay: 0.45s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide .so1-end {
    padding: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: 0.6s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide-active .so1-end {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.88s;
    transition-delay: 0.45s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide .ind-solvh p {
    padding: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: 0.6s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide-active .ind-solvh p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.88s;
    transition-delay: 0.45s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide .so3-2 {
    padding: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    transition: 0.6s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide-active .so3-2 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: 0.88s;
    transition-delay: 0.45s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide .so3-1 {
    padding: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
    transition: 0.6s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide-active .so3-1 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: 0.88s;
    transition-delay: 0.45s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide .so4-h {
    padding: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: 0.6s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide-active .so4-h {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.88s;
    transition-delay: 0.45s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide .so5-1h {
    padding: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
    transition: 0.6s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide-active .so5-1h {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: 0.88s;
    transition-delay: 0.45s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide .so5-1chan {
    padding: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    transition: 0.6s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide-active .so5-1chan {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: 0.88s;
    transition-delay: 0.45s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide .so5-2 {
    padding: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: 0.6s;
}

#swiper-index-one>.swiper-wrapper>.swiper-slide-active .so5-2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.88s;
    transition-delay: 0.45s;
}

@media (max-width: 499px) {
    #swiper-index-one>.swiper-wrapper>.swiper-slide .so1-1h {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide-active .so1-1h {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide .so1-2 {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide-active .so1-2 {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide .so1-end {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide-active .so1-end {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide .ind-solvh p {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide-active .ind-solvh p {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide .so3-2 {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide-active .so3-2 {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide .so3-1 {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide-active .so3-1 {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide .so4-h {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide-active .so4-h {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide .so5-1h {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide-active .so5-1h {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide .so5-1chan {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide-active .so5-1chan {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide .so5-2 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    #swiper-index-one>.swiper-wrapper>.swiper-slide-active .so5-2 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: 0.88s;
        transition-delay: 0.45s;
    }

    .so1-1a {
        padding: 6px 12px;
    }

    .so2-l {
        padding: 20px 12px !important;
    }

    .so2-li i {
        font-size: 40px;
    }

    .so2-l::after {
        opacity: 1;
        pointer-events: none;
    }

    .so2-l .so2-line {
        opacity: 1;
    }

    .so2-l .so2-lp {
        opacity: 1;
    }

    .so2-l .so2-lbtn {
        opacity: 1;
    }
}