#ven {
    transition: all 0.5s ease;
}

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

.headersp {
    background: #FFF !important;
}

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

.headersub:hover {
    background: #FFF;
}

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

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

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

.ven1-loim img {
    width: 187px;
    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;
    margin-right: 3.14vw;
}

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

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

.ven2-la {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #FFF;
    transition: all 0.5s ease;
    z-index: 12;
}

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

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

.ventricle .ven2-la::after {
    background: #1364AF;
}

.headersp .ven2-la::after {
    background: #1364AF;
}

.ven2-la span {
    color: #FFF;
    font-family: "Source Han Sans CN";
    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: #222;
}

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

@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 {
    color: #16447C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
} */

/*  */
.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: 46px;
    width: var(--w);
    height: var(--w);
    border-radius: 46px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 13px;
}

.ventricle .vensesv {
    background: #1364AF;
}

.headersp .vensesv {
    background: #1364AF;
}

.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;
}

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

.vensesv i {
    font-size: 20px;
    color: rgba(19, 100, 175, 1);
    transition: all 0.5s ease;
}

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

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

.vensesv:hover i {
    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;
    margin-left: 15.6vw;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    border: 1px solid #DDD;
    padding: 11px 16px;
}


@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;
    line-height: normal;
    color: #FFF;
    display: block;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.ven2-langbt i.icon-xiangxiajiantou-shouqi {
    font-size: 24px;
    line-height: normal;
    margin-right: 0;
    margin-left: 6px;
}

.ven2-langbt i.icon-xiangxiajiantou-shouqi::before {
    transition: all 0.5s ease;
    display: block;
}

.ven2-langbt:hover i.icon-xiangxiajiantou-shouqi::before {
    transform: rotate(180deg);
}

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

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

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

/* .ven2-langbt:hover i {
    color: #1364AF;
} */

.ven2-langbt:hover i.icon-yuyan {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

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

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

@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: 140px;
    }

    /* .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;
    }

    .ven2-lang {
        margin-left: 4.6vw;
    }

    .vensesv {
        --w: 38px;
    }

    .ven2-langbt {
        padding: 6px 9px;
    }

    .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 0 0 10px !important;
    }

    .ven2-lang {
        margin-left: 0;
    }

    .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: 110px;
    }

    .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;
    }

    .ven2-langbt i.icon-xiangxiajiantou-shouqi {
        font-size: 16px;
        padding-top: 4px;
    }

    .ven2-langbt i {
        font-size: 18px;
        margin-right: 6px;
        margin-bottom: 0px;
    }

    .vensesv {
        --w: 34px;
    }

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

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


/* houmjiade erji */
.ven2-ler {
    position: fixed;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: 84px;
    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: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.he-Sa1 {
    min-width: 243px;
    margin-right: 120px;
}

.he-Sa1a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    background: #EFF7FF;
    transition: all 0.5s ease;
    position: relative;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.he-Sa1a.on {
    background: #1364AF;
}

.he-Sa1a:last-child {
    margin-bottom: 0;
}

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

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

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

.he-Sa1a p {
    text-align: center;
}

.he-Sa1a p span {
    color: #222;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.he-Sa1a.on p span {
    color: #FFF;
}

.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;
}

.he-Sa3img {
    display: none;
}

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

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

/* 山海路特殊二级 */
.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: -34px;
    top: 49%;
    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 #1364AF;
    width: 290px;
    padding: 13px 13px 13px 20px;
    border-radius: 60px;
    background: #1364AF;
}

.ven-sehfo input {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Source Han Sans CN";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: unset;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

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

.ven-sehfo>span i {
    color: rgb(255, 255, 255);
    font-size: 20px;
}

@media (max-width: 1536px) {

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

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

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

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

    .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: 80px;
    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: 62px;
    }

    #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;
    padding-top: 4%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sub-h {
    position: relative;
    margin-bottom: 16px;
}

.sub-h h2 {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
}

.sub-p p {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.96px;
    max-width: 950px;
}

.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-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;
    }

    .subnav {
        display: none !important;
    }
}

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

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

    .subnav-a p {
        font-size: 16px !important;
    }

    .subnav-a {
        padding: 12px 6px 8px !important;
    }

    .subnav-boxctm {
        min-height: auto !important;
    }

    .subnav-box {
        padding: 0 !important;
    }
}

/*  */
.subnav-box {
    width: 100%;
    background: #EFF7FF;
}

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

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

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

.subnav i {
    font-size: 16px;
    line-height: normal;
    color: rgba(19, 100, 175, 0.4);
    margin-right: 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: #666;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: #1364AF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

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

.breadcrumb-item+.breadcrumb-item::before {
    color: #666;
    padding-bottom: 3px;
}

/*  */
.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;
}

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

.subnav-a {
    display: block;
    padding: 26px 30px;
    border-bottom: 2px solid #1364af00;
    transition: all 0.5s ease;
}

.subnav-a:hover {
    border-bottom: 2px solid #1364af;
}

.subnav-a.on {
    border-bottom: 2px solid #1364af;
}

.subnav-a p {
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.subnav-a:hover p {
    color: #1364AF;
}

.subnav-a.on p {
    color: #1364AF;
}

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

    .subnav-a {
        display: block;
        padding: 16px 20px;
    }

    .subnav-boxctm {
        min-height: 56px;
    }
}

@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: #999;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.5s ease;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border: 1px solid #EAEAEA;
    background: #f5f5f500;
}

.sub-pagel:last-child a {
    margin-left: 15px;
}

.sub-pagel:first-child a {
    margin-right: 15px;
}

.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: #1364AF;
    border: 1px solid #1364AF;
}

.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 */
.con1 {
    background: url(../img/con1bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 132px;
}

.con1-h {
    position: relative;
}

.con1-h::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #1364AF;
    margin: auto;
    margin-top: 20px;
}

.con1-h h2 {
    color: #222;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
}

.con1-h p {
    color: #1364AF;
    font-family: Arial;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
    white-space: nowrap;
}

.con1-u {
    margin-top: 84px;
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.con1-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
}

.con1-li {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 120px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: linear-gradient(180deg, #1364AF 0%, #217FD7 100%);
    margin: auto;
    margin-bottom: 20px;
}

.con1-li i {
    font-size: 72px;
    color: #FFF;
    line-height: normal;
}

.con1-lh {
    margin-bottom: 14px;
}

.con1-lh p {
    color: #1364AF;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.con1-la {
    display: flex;
    justify-content: center;
}

.con1-la p {
    text-align: center;
    max-width: 427px;
}

.con1-la p span {
    color: #222;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

a.con1-la:hover p span {
    color: #1364AF;
}

.con2 {
    background: url(../img/con2bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 132px;
}

.con2-h {
    position: relative;
    margin-bottom: 60px;
}

.con2-h::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #FFF;
    margin: auto;
    margin-top: 20px;
}

.con2-h h2 {
    color: #FFF;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
}

.con2-h p {
    color: #FFF;
    font-family: Arial;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
    white-space: nowrap;
}

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

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

.con2-fol input,
.con2-fol textarea {
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    border: 1px solid #dedede00;
    border-radius: 6px;
    background: #FFF;

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

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

.con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.con2-fol input::-moz-placeholder {
    color: #666;
}

.con2-fol input::-ms-input-placeholder {
    color: #666;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.con2-fol textarea::-moz-placeholder {
    color: #666;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

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

/*  */
.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 {
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    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: #FFF;
    margin-right: 14px;
    min-height: 47px;
}

.con2-foyzm input::-webkit-input-placeholder {
    color: #666;
}

.con2-foyzm input::-moz-placeholder {
    color: #666;
}

.con2-foyzm input::-ms-input-placeholder {
    color: #666;
}

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

/*  */

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

.con2-fobt button:hover {
    background: #1364AF;
}

.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: #1364AF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.con2-fobt button:hover span {
    color: #FFF;
}

.con2-fobti {
    margin-left: 16px;
}

.con2-fobti i {
    line-height: normal;
    display: block;
    transition: all 0.5s ease;
    font-size: 20px;
    color: rgba(19, 100, 175, 1);
    font-weight: bold;
    transition: all 0.5s ease;
}

.con2-fobt button:hover i {
    color: #FFF;
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

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

    .con1-u {
        margin-top: 42px;
    }

    .con1-li {
        --w: 80px;
    }

    .con1-li i {
        font-size: 44px;
    }

    .con2 {
        padding: 70px 0 72px;
    }

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

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

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

    .con2-fol {
        width: 100%;
    }

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

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

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

    .con1-h p {
        letter-spacing: 0.2px;
        top: -8px;
    }

    .con1-li {
        --w: 50px;
        margin-bottom: 10px;
    }

    .con1-li i {
        font-size: 26px;
    }

    .con1-lh {
        margin-bottom: 7px;
    }

    .con2 {
        padding: 40px 0 42px;
    }

    .con2-h p {
        letter-spacing: 0.2px;
        top: -8px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 12px 12px;
    }

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

    .con2-fobt button {
        padding: 10px 26px;
    }
}

/* footer */
#footer {
    background: url(../img/ftbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
}

.ft1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.ft1-1a {
    display: block;
}

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

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

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

.ft1-1p::before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.40);
    margin: 0 30px;
}

.ft1-1p p {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
}

.ft1-2i {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(19, 100, 175, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.ft1-2i i {
    font-size: 26px;
    color: #FFF;
    line-height: normal;
}

.ft1-2tdcode {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -300%;
    width: 100px;
    background: #FFF;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}

.ft1-2i:hover .ft1-2tdcode {
    opacity: 1;
    pointer-events: auto;
}

.ft1-2tdcode::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 22px;
    background: url(../img/ftxxjt.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    z-index: -1;
}

.ft1-2tdcode img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.ft2 {
    display: flex;
    justify-content: space-between;
    padding: 34px 0 60px;
}

.ft2-1 {
    width: 54%;
    flex: 0 0 auto;
}


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

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

.ft2-1lh span {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

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

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

.ft2-1la span {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Source Han Sans CN";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.ft2-1la:hover span {
    color: #FFF;
}

/*  */
.ft2-2 {
    width: 40%;
    flex: 0 0 auto;
}

.ft2-2l {
    margin-bottom: 4px;
}

.ft2-2l:first-child {
    margin-bottom: 20px;
}

.ft2-2l:not(:first-child) {
    display: flex;
    align-items: baseline;
}

.ft2-2limg {
    flex: 0 0 auto;
}

.ft2-2l:first-child .ft2-2limg {
    margin-bottom: 6px;
}

.ft2-2limg p {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ft2-2la {
    display: block;
}

.ft2-2la p span {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Source Han Sans CN";
    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);
}

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

.ft2-2lasp p span {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*  */
.ft3 {
    padding: 30px 0;
    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.70);
    leading-trim: both;
    text-edge: cap;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft3-a:hover p span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    #footer {
        padding-top: 20px;
    }

    .ft1-1p::before {
        margin: 0 18px;
    }
}

@media (max-width: 992px) {
    .ft2 {
        flex-direction: column;
        padding: 34px 0 30px;
    }

    .ft2-1,
    .ft2-2 {
        width: 100%;
    }

    .ft2-2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .ft1-2 {
        display: none;
    }

    .ft1-1p::before {
        display: none;
    }

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

    .ft1-1a {
        margin-bottom: 20px;
    }

    .ft2-1 {
        display: none;
    }

    .ft3 {
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 0;
    }
}

@media (max-width: 499px) {
    .ft2-2 {
        margin-bottom: 0;
    }

    .ft2 {
        padding: 24px 0 10px;
    }

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

    .ft1-1a {
        margin-bottom: 10px;
    }

    .ft1 {
        padding: 10px 0 20px;
    }
}

/* news  朗域航天（新闻） */
.news {
    padding: 120px 0;
}

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

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

.ne-limg {
    overflow: hidden;
}

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

.ne-lbox:hover .ne-limg img {
    transform: scale(1.08);
}

.ne-lte {
    padding: 30px;
}

.ne-lsmh {
    margin-bottom: 16px;
}

.ne-lsmh p {
    color: #1364AF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.ne-lh p {
    color: #222;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lend {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EFF7FF;
    padding: 14px 30px;
}

.ne-lnum p {
    color: #666;
    font-family: Arial;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ne-li {
    --w: 38px;
    width: var(--w);
    height: var(--w);
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.ne-lbox:hover .ne-li {
    background: #1364AF;
    border: 1px solid #1364AF;
}

.ne-li i {
    font-size: 18px;
    line-height: normal;
    color: #999;
    transition: all 0.5s ease;
}

.ne-li i:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
}

.ne-lbox:hover .ne-li i:nth-child(2) {
    transform: translate(-50%, -50%);
}

.ne-lbox:hover .ne-li i:nth-child(1) {
    transform: translateX(200%);
}

.ne-lbox:hover .ne-li i {
    color: #FFF;
}

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

    .ne-u {
        margin-right: calc(-.5 * 1.5rem);
        margin-left: calc(-.5 * 1.5rem);
        margin-bottom: 10px;
    }

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

    .ne-lte {
        padding: 12px;
    }

    .ne-lend {
        margin-top: 0px;
        padding: 8px 10px;
    }
}

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

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

    .news {
        padding: 40px 0;
    }

    .ne-u {
        margin-bottom: 0;
    }
}

/* about */
.about {
    overflow: hidden;
}

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

.ab1-box {
    padding: 120px 0 128px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ab1-1 {
    width: calc(100% - 42.4% - 150px);
    flex: 0 0 auto;
}

.ab1-1h {
    position: relative;
}

.ab1-1h::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #1364AF;
    margin-top: 20px;
}

.ab1-1h h2 {
    color: #222;
    font-family: "Source Han Sans CN";
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
}

.ab1-1h p {
    color: #1364AF;
    font-family: Arial;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: -14px;
}

.ab1-1p {
    margin-top: 80px;
}

.ab1-1p p {
    color: #666;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.8);
}

/*  */
.ab1-2 {
    width: 42.4%;
    flex: 0 0 auto;
    overflow: hidden;
}

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

.ab1-2:hover img {
    transform: scale(1.08);
}

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

.ab2-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 900px;
}

.ab2-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.ab2-te {
    max-width: 1240px;
    background: #1364AF;
    padding: 100px 60px;
}

.ab2-h {
    position: relative;
}

.ab2-h::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #FFF;
    margin-top: 20px;
}

.ab2-h h2 {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
    position: relative;
    z-index: 12;
}

.ab2-h p {
    color: rgba(255, 255, 255, 0.1);
    font-family: Arial;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -14px;
}

.ab2-p {
    margin-top: 60px;
}

.ab2-p p {
    color: #FFF;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-proseh) * 1.87);
    /* 187.5% */
}

/*  */
.ab3-box {
    padding: 132px 0 120px;
}

.ab3-h {
    position: relative;
}

.ab3-h::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #1364AF;
    margin-top: 20px;
}

.ab3-h h2 {
    color: #222;
    font-family: "Source Han Sans CN";
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
    position: relative;
    z-index: 12;
}

.ab3-h p {
    color: #1364AF;
    font-family: Arial;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: -14px;
    white-space: nowrap;
}

.ab3-sw {
    position: relative;
    padding: 80px 0 60px;
}

#ab3-sw .swiper-slide {
    height: auto;
}

.ab3-swsa {
    background: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(19, 100, 175, 0.25);
    padding: 40px 40px 0;
    height: 100%;
}

.ab3-img {
    overflow: hidden;
}

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

.ab3-swsa:hover .ab3-img img {
    transform: scale(1.08);
}

.ab3-p {
    padding: 20px 0;
}

.ab3-p p {
    color: #222;
    text-align: center;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ab3-swsa:hover .ab3-p p {
    color: #1364AF;
}

.ab3-swch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.ab3-swch>div,
.ab3-swchbut>div {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.ab3-swch .swiper-scrollbar {
    max-width: 1490px;
    background: rgba(19, 100, 175, 0.10);
    height: 4px;
}

.ab3-swch .swiper-scrollbar-drag {
    background: #1364AF;
}

.ab3-swchbut {
    display: flex;
    align-items: center;
}

.ab3-swch .swiper-button-prev,
.ab3-swch .swiper-button-next {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border: 1px solid #1364AF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab3-swch .swiper-button-prev {
    margin-right: 24px !important;
}

.ab3-swch .swiper-button-prev:hover,
.ab3-swch .swiper-button-next:hover {
    background: #1364AF;
}

.ab3-swch .swiper-button-prev::after,
.ab3-swch .swiper-button-next::after {
    content: "";
}

.ab3-swch .swiper-button-prev i,
.ab3-swch .swiper-button-next i {
    font-size: 17px;
    line-height: normal;
    color: #1364AF;
    transition: all 0.5s ease;
}

.ab3-swch .swiper-button-prev:hover i,
.ab3-swch .swiper-button-next:hover i {
    color: #FFF;
}

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

.ab4-box {
    padding: 120px 0 82px;
}

.ab4-h {
    position: relative;
}

.ab4-h::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #1364AF;
    margin: auto;
    margin-top: 20px;
}

.ab4-h h2 {
    color: #222;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
    position: relative;
    z-index: 12;
}

.ab4-h p {
    color: #1364AF;
    font-family: Arial;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
}

.ab4-u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
    margin-top: 60px;
    justify-content: center;
}

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

.ab4-limg {
    overflow: hidden;
}

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

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

@media (max-width: 1536px) {
    .ab1-box {
        padding: 70px 0 78px;
    }

    .ab1-1p {
        margin-top: 40px;
    }

    .ab2-bg img {
        min-height: 400px;
    }

    .ab2-te {
        padding: 50px 30px;
    }

    .ab2-p {
        margin-top: 40px;
    }

    .ab3-box {
        padding: 72px 0 70px;
    }

    .ab3-sw {
        padding: 40px 0 0;
    }

    .ab3-swch {
        margin-top: 30px;
    }

    .ab3-swch .swiper-button-prev {
        margin-right: 7px !important;
    }

    .ab3-swch .swiper-button-prev,
    .ab3-swch .swiper-button-next {
        --w: 36px;
    }

    .ab3-swch .swiper-scrollbar {
        width: 88%;
    }

    .ab4-box {
        padding: 70px 0 42px;
    }

    .ab4-u {
        margin-top: 30px;
        margin-right: calc(-.5 * 1.5rem);
        margin-left: calc(-.5 * 1.5rem);
    }

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

@media (max-width: 992px) {
    .ab1-1 {
        width: calc(100% - 42.4% - 50px);
    }

    .ab4-l {
        width: 50%;
    }
}

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

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

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

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

    .ab1-1h p {
        letter-spacing: 0.2px;
        top: -8px;
    }

    .ab1-1p {
        margin-top: 20px;
    }

    .ab2-te {
        padding: 30px 12px 20px;
    }

    .ab2-h p {
        letter-spacing: 0.2px;
        top: -8px;
    }

    .ab2-p {
        margin-top: 20px;
    }

    .ab3-box {
        padding: 42px 0 40px;
    }

    .ab3-h p {
        letter-spacing: 0.2px;
        top: -8px;
    }

    .ab3-sw {
        padding: 30px 0 0;
    }

    .ab4-box {
        padding: 40px 0 22px;
    }

    .ab4-l {
        width: 100%;
    }
}

/* 朗域航天（解决方案）solve  */
.solve {
    overflow: hidden;
}

.solve-show {
    overflow: hidden;
}

.solve-box {
    padding: 120px 0;
}

.solve-swsa {
    display: block;
    position: relative;
}

.solve-img {
    overflow: hidden;
}

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

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

.solve-te {
    position: absolute;
    width: 100%;
    padding: 40px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.00) 0%, rgba(51, 51, 51, 0.80) 100%);
}

.solve-te::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(19, 100, 175, 0.00) 0%, rgba(19, 100, 175, 0.67) 44.41%, #1364AF 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.solve-swsa:hover .solve-te::after {
    opacity: 1;
}

.solve-h {
    position: relative;
    z-index: 12;
}

.solve-h p {
    color: #FFF;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
}

.solve-btn {
    position: relative;
    z-index: 12;
    display: flex;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.solve-swsa:hover .solve-btn {
    max-height: 70px;
    opacity: 1;
}

.solve-a {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.solve-a p span {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.solve-a i {
    font-size: 18px;
    margin-left: 10px;
    color: rgba(255, 255, 255, 1);
    line-height: normal;
}

/*  */
.solve-swch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.solve-swch>div,
.solve-swchbut>div {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.solve-swch .swiper-scrollbar {
    max-width: 1490px;
    background: rgba(19, 100, 175, 0.10);
    height: 4px;
}

.solve-swch .swiper-scrollbar-drag {
    background: #1364AF;
}

.solve-swchbut {
    display: flex;
    align-items: center;
}

.solve-swch .swiper-button-prev,
.solve-swch .swiper-button-next {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border: 1px solid #1364AF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.solve-swch .swiper-button-prev {
    margin-right: 24px !important;
}

.solve-swch .swiper-button-prev:hover,
.solve-swch .swiper-button-next:hover {
    background: #1364AF;
}

.solve-swch .swiper-button-prev::after,
.solve-swch .swiper-button-next::after {
    content: "";
}

.solve-swch .swiper-button-prev i,
.solve-swch .swiper-button-next i {
    font-size: 17px;
    line-height: normal;
    color: #1364AF;
    transition: all 0.5s ease;
}

.solve-swch .swiper-button-prev:hover i,
.solve-swch .swiper-button-next:hover i {
    color: #FFF;
}

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

    .solve-swch {
        margin-top: 40px;
    }

    .solve-swch .swiper-button-prev {
        margin-right: 12px !important;
    }

    .solve-swch .swiper-button-prev,
    .solve-swch .swiper-button-next {
        --w: 36px;
    }

    .solve-swch .swiper-scrollbar {
        width: 88%;
    }
}

@media (max-width: 499px) {
    .sub-p p {
        font-size: 18px !important;
    }

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

    .solve-swch {
        margin-top: 30px;
    }
}

/* 朗域航天（解决方案-详情） */
.subsp-te {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subsp1 {
    padding-bottom: 78px;
}

.subsp1-h {
    margin-bottom: 60px;
}

.subsp1-h h2 {
    color: #FFF;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
}

.subsp1-btn {
    display: flex;
}

.subsp1a-a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1364AF;
    padding: 16px 40px;
}

.subsp1a-a p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 2px;
}

/*  */
.subsp1a-i {
    position: relative;
    overflow: hidden;
    --w: 20px;
    width: var(--w);
    height: var(--w);
    margin-left: 16px;
}

.subsp1a-a i {
    display: block;
    font-size: 18px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.subsp1a-a i:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
}

.subsp1a-a:hover i:nth-child(2) {
    transform: translate(-50%, -50%);
}

.subsp1a-a:hover i:nth-child(1) {
    transform: translateX(200%);
}

.subsp2 {
    width: 46%;
    flex: 0 0 auto;
}

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

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

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

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

.solde1-box {
    padding: 122px 0 98px;
}

.solde1-h {
    margin-bottom: 53px;
}

.solde1-h p {
    color: #222;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
}

.solde1-lbox {
    background: rgba(255, 255, 255, 0.60);
    padding: 30px 20px;
    height: 100%;
    transition: all 0.5s ease;
}

.solde1-lbox:hover {
    background: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(19, 100, 175, 0.25);
}

.solde1-lnum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.solde1-lnum p {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    background: #1364AF;
    box-shadow: 4px 4px 0 0 rgba(19, 100, 175, 0.30);
}

.solde1-lp p {
    color: #222;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
}

/*  */
.solde2-box {
    padding: 120px 0;
}

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

.solde2-h p {
    color: #222;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
}

@media (max-width: 1536px) {
    .subsp1 {
        padding-bottom: 38px;
    }

    .subsp2 img {
        min-height: auto;
    }

    .subsp1a-a {
        padding: 12px 22px;
    }

    .solde1-box {
        padding: 72px 0 78px;
    }

    .solde1-h {
        margin-bottom: 23px;
    }

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

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

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

    .solde2-box {
        padding: 70px 0;
    }

    .solve-te {
        padding: 20px;
    }
}

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

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

    .subsp1 {
        padding-bottom: 0;
    }

    /* .subsp2 {
        display: none;
    } */

    .subsp1-h {
        margin-bottom: 30px;
    }
}

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

@media (max-width: 499px) {
    .solde1-box {
        padding: 42px 0 38px;
    }

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

    .solde2-box {
        padding: 40px 0;
    }
}

/* subsp */
.subsp {
    margin-top: 84px;
}

.subsp .subnav-boxctm {
    max-width: 1200px;
    margin: auto;
}

.nede-box {
    max-width: 1200px;
    padding: 80px 0 120px;
}

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

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

.nede-num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.nede-num1 {
    margin-right: 20px;
}

.nede-num1:last-child {
    margin-right: 0;
}

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

.nede-te {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 60px 0;
}

.nede-te p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

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

/*  */
.nede-end2 {
    display: flex;
}

.nede-rga {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1364AF;
    padding: 16px 40px;
}

.nede-rga p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 2px;
}

/*  */
.nede-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.nede-lf {
    margin-bottom: 10px;
}

.nede-lf:last-child {
    margin-bottom: 0;
}

.nede-lfa {
    display: block;
}

.nede-lfa p,
.nede-lfa p span {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.nede-lfa p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nede-lfa:hover p,
.nede-lfa:hover p span {
    color: #1364AF;
}

.nede-end2 {
    flex: 0 0 auto;
}

.nede-rgai {
    position: relative;
    overflow: hidden;
    --w: 20px;
    width: var(--w);
    height: var(--w);
    margin-left: 16px;
}

.nede-rgai i {
    display: block;
    font-size: 18px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.nede-rgai i:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
}

.nede-rga:hover i:nth-child(2) {
    transform: translate(-50%, -50%);
}

.nede-rga:hover i:nth-child(1) {
    transform: translateX(200%);
}

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

    .nede-rga {
        padding: 12px 22px;
    }
}

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

    .nede-h h2 {
        font-size: 24px;
    }

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

    .nede-te {
        padding: 30px 0;
    }
}

.probg {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    z-index: -1;
}

/*  */
.pro-box {
    margin-top: -60px !important;
    padding-bottom: 130px;
}

.pro-category {
    margin-top: 180px;
}

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

.pro-cath h2 {
    color: #222;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
    display: flex;
    align-items: center;
}

.pro-cath h2 span {
    color: #1364AF;
    font-family: Arial;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-bottom: 4px;
    margin-right: 17px;
}

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

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

.pro-lbox {
    display: block;
    background: #FFF;
    padding: 40px 20px 20px 20px;
    transition: all 0.5s ease;
    position: relative;
}

.pro-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #1364AF 0%, #217FD7 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.pro-lbox:hover::after {
    opacity: 1;
}

.pro-lh {
    margin-bottom: 6px;
    position: relative;
    z-index: 12;
}

.pro-lh p {
    color: #222;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-lh p {
    color: #FFF;
}

.pro-lp {
    margin-bottom: 40px;
    position: relative;
    z-index: 12;
}

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

.pro-lbox:hover .pro-lp p {
    color: #FFF;
}

.pro-lbtn {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    z-index: 12;
}

.pro-la {
    --w: 38px;
    width: var(--w);
    height: var(--w);
    border: 1px solid #1364AF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-la {
    border: 1px solid #FFF;
}

.pro-la i {
    font-size: 18px;
    line-height: normal;
    color: #1364AF;
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-la i {
    color: #FFF;
}

.pro-limg {
    position: relative;
    z-index: 12;
    overflow: hidden;
}

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

.pro-lbox:hover .pro-limg img {
    transform: scale(1.08);
}

.pro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    padding: 60px 20px;
}

.pro-img img {
    width: 100%;
    max-width: 1200px;
}

@media (max-width: 1536px) {
    .pro-category {
        margin-top: 90px;
    }

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

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

    .pro-l {
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
    }

    .pro-lbox {
        padding: 18px 12px 20px 12px;
    }

    .pro-box {
        margin-top: -30px !important;
        padding-bottom: 70px;
    }
}

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

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

@media (max-width: 499px) {
    .pro-category {
        margin-top: 40px;
    }

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

    .pro-box {
        margin-top: 0 !important;
        padding-bottom: 40px;
    }

    .pro-cath h2 span {
        padding-bottom: 2px;
        margin-right: 6px;
    }

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

    .pro-l {
        padding-right: calc(0.8rem * .5);
        padding-left: calc(0.8rem * .5);
    }

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

    .pro-la {
        --w: 28px;
    }

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

    .pro-lh p {
        font-size: 20px;
    }
}

/* 朗域航天（产品-详情） */
.prode .subsp .subnav-box {
    background: #eff7ff00;
}

.prode1 {
    background: url(../img/prodebg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.prde1-box {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 0;
}

.prde1-1 {
    width: calc(100% - 36.7% - 60px);
    flex: 0 0 auto;
}

.prde1-1smh {
    display: flex;
    margin-bottom: 20px;
}

.prde1-1smh p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border-radius: 30px 30px 30px 0;
    background: #1364AF;
    padding: 10px 20px;
}

.prde1-1h {
    margin-bottom: 6px;
}

.prde1-1h p {
    color: #222;
    font-size: calc(var(--zj-prode1-2h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.prde1-1p {
    margin-bottom: 80px;
}

.prde1-1p p {
    color: #222;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.prde1-1btn {
    display: flex;
}

.prde1-1a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1364AF;
    padding: 16px 40px;
}

.prde1-1a p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 2px;
}

.prde1-1ai {
    position: relative;
    overflow: hidden;
    --w: 20px;
    width: var(--w);
    height: var(--w);
    margin-left: 16px;
}

.prde1-1ai i {
    display: block;
    font-size: 18px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.prde1-1ai i:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
}

.prde1-1a:hover i:nth-child(2) {
    transform: translate(-50%, -50%);
}

.prde1-1a:hover i:nth-child(1) {
    transform: translateX(200%);
}

.prde1-2 {
    width: 36.7%;
    flex: 0 0 auto;
}

#prde1-2sw {
    overflow: hidden;
}

.prde1-2img {
    overflow: hidden;
}

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

.prde1-2img:hover img {
    transform: scale(1.08);
}

#prde1-2sw .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    margin: 0 !important;
    margin-top: 20px !important;
    opacity: 1 !important;
}

#prde1-2sw .swiper-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    background: rgba(19, 100, 175, 0.50);
    transition: all 0.5s ease;
}

#prde1-2sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #1364AF;
}

/*  */
.prde2-box {
    max-width: 1200px;
    padding: 80px 0 120px;
}

.prde2-box>div {
    margin-bottom: 80px;
}

.prde2-box>div:last-child {
    margin-bottom: 0;
}

.prde2-h {
    padding: 20px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #EAEAEA;
}

.prde2-h p {
    color: #222;
    font-size: calc(var(--zj-prode1-2h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.prde2-deste p {
    color: #222;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.666);
}

/*  */
.prde2-partable table {
    width: 100%;
}

.prde2-partable tr {
    border-bottom: 1px solid #DEDEDE;
}

.prde2-partable tr th {
    color: #222;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px 0 40px 0;
}

.prde2-partable tr td {
    color: #222;
    padding: 16px 0 16px 0;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.prde2-partable tr th:nth-child(1),
.prde2-partable tr td:nth-child(1) {
    width: 346px;
}

/*  */
#prde2-aplsw {
    overflow: hidden;
}

.prde2-aplimg {
    overflow: hidden;
}

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

.prde2-aplimg:hover img {
    transform: scale(1.08);
}

#prde2-aplsw .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    margin: 0 !important;
    margin-top: 20px !important;
    opacity: 1 !important;
}

#prde2-aplsw .swiper-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    background: rgba(19, 100, 175, 0.50);
    transition: all 0.5s ease;
}

#prde2-aplsw .swiper-pagination .swiper-pagination-bullet-active {
    background: #1364AF;
}

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

    .prde1-1p {
        margin-bottom: 40px;
    }

    .prde2-box {
        padding: 70px 0 70px;
    }

    .subsp {
        margin-top: 67px;
    }
}

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

    .prde1-1 {
        width: 100%;
        margin-bottom: 40px;
    }

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

@media (max-width: 499px) {
    .subsp {
        margin-top: 60px;
    }

    .prde1-box {
        padding: 40px 0;
    }

    .prde1-1a {
        padding: 12px 20px;
    }

    .prde2-box {
        padding: 40px 0 40px;
    }

    .prde2-h {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .prde2-box>div {
        margin-bottom: 40px;
    }

    .prde2-partable tr th:nth-child(1),
    .prde2-partable tr td:nth-child(1) {
        width: 138px;
    }

    .nede-end2 {
        display: none;
    }

    .prde1-1h p {
        font-size: 28px;
    }

    .prde2-h p {
        font-size: 28px;
    }
}

/*  */
.index {
    overflow: hidden;
}

.index-ban {
    position: relative;
}

.indban {
    position: relative;
}

#index-ban {
    overflow: hidden;
}

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

.indban-te {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.indban-tebox h2 {
    color: #FFF;
    font-size: calc(var(--zj-ft1h) + 2px);
    font-family: "Source Han Sans CN";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.88px;
}

.inban-line {
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    display: block;
    margin: 10px 0;
    position: relative;
}

.inban-line::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 1);
    transition: all 4s ease;
}

.swiper-slide-active .inban-line::after {
    width: 100%;
}

/*  */
#index-ban .swiper-pagination {
    bottom: 54px;
}

#index-ban .swiper-pagination .swiper-pagination-bullet {
    --w: 12px;
    width: var(--w);
    height: var(--w);
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
    margin: 0 8px;
}

#index-ban .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

/*  */
.index-banchan {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6.8vw;
    top: 52.4%;
    transform: translateY(-50%);
    z-index: 14;
}

.index-banchan>div {
    position: relative;
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    transition: all 0.5s ease;
}

.index-banchan>div:hover {
    background: rgba(255, 255, 255, 0.20);
}

.index-banchan>div::after {
    font-size: 16px;
    color: #FFF;
    line-height: normal;
}

/* so1 */
.so1 {
    padding-top: 126px;
}

.so1-h {
    position: relative;
}

.so1-h::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #1364AF;
    margin: auto;
    margin-top: 20px;
}

.so1-h h2 {
    color: #222;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
    position: relative;
    z-index: 12;
}

.so1-h p {
    color: #1364AF;
    font-family: Arial;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
}

.so1-sw {
    margin-top: 80px;
    position: relative;
}

#so1-sw {
    overflow: hidden;
}

.so1-swa {
    position: relative;
    display: block;
    overflow: hidden;
}

.so1-swimg {
    position: relative;
}

.so1-swimg::after {
    position: absolute;
    content: "";
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(19, 51, 93, 0.5);
    opacity: 0;
    transition: all 0.5s ease;
}

.so1-swa:hover .so1-swimg::after {
    opacity: 1;
}

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

.so1-swa:hover .so1-swimg img {
    transform: scale(1.08);
}

.so1-swte {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 40px 30px;
    background: linear-gradient(180deg, rgba(19, 51, 93, 0.00) 0%, #13335D 100%);
    z-index: 12;
}

.so1-swh p {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-swend {
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.so1-swa:hover .so1-swend {
    max-height: 120px;
    opacity: 1;
}

.so1-swp {
    padding-top: 10px;
    margin-bottom: 24px;
}

.so1-swp p {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-swbtn {
    display: flex;
    align-items: center;
}

.so1-swbtn p {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 10px;
}

.so1-swbtn i {
    font-size: 18px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

/* so2 */
.so2 {
    position: relative;
    padding: 166px 0 94px;
}

/*  */
.so2-bouwen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.so2-bouwen span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40em;
    height: 40em;
    margin-left: -20em;
    margin-top: -20em;
}

.so2-bouwen span:before {
    left: -50%;
    background-position: left center;
    -webkit-animation: globalLeft 10s infinite linear;
    animation: globalLeft 10s infinite linear;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.so2-bouwen span::after {
    right: -50%;
    background-position: right center !important;
    -webkit-animation: globalRight 10s infinite linear;
    animation: globalRight 10s infinite linear;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.so2-bouwen span:before,
.so2-bouwen span::after {
    content: "";
    position: absolute;
    top: -50%;
    height: 200%;
    width: 100%;
    background: no-repeat url(../img/earth_around.webp);
    background-size: auto 100%;
}

.so2-bouwen span:first-child:before,
.so2-bouwen span:first-child::after {
    -webkit-animation-delay: -4.9s;
    animation-delay: -4.9s;
}

.so2-bouwen span:last-child:before,
.so2-bouwen span:last-child::after {
    -webkit-animation-delay: -2.8s;
    animation-delay: -2.8s;
}

@keyframes globalLeft {
    0% {
        transform: translate3d(0, 0, 0) scale(.55);
        opacity: .5;
    }

    50% {
        transform: translate3d(-50%, 0, 0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

@keyframes globalRight {
    0% {
        transform: translate3d(0, 0, 0) scale(.55);
        opacity: .5;
    }

    50% {
        transform: translate3d(50%, 0, 0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}

/*  */
.so2-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.so2-img img {
    width: 360px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so2-h {
    margin-bottom: 60px;
}

.so2-h h2 {
    color: #222;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
}

.so2-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.so2-p p {
    color: #666;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    letter-spacing: 0.8px;
    max-width: 1130px;
}

.so2-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.so2-a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1364AF;
    padding: 16px 40px;
}

.so2-a p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 2px;
}

.so2-ai {
    position: relative;
    overflow: hidden;
    --w: 20px;
    width: var(--w);
    height: var(--w);
    margin-left: 16px;
}

.so2-ai i {
    display: block;
    font-size: 18px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.so2-ai i:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
}

.so2-a:hover i:nth-child(2) {
    transform: translate(-50%, -50%);
}

.so2-a:hover i:nth-child(1) {
    transform: translateX(200%);
}

/*  */
.so2-jx p {
    color: #666;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 5px;
}

.so2-jx>div {
    --w: 30px;
    width: var(--w);
    height: var(--w);
    border: 1px solid #DDD;
    border-radius: 50%;
    margin: auto;
    position: relative;
}

.so2-jx>div img {
    width: 24px;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
    animation: lineMove 2s infinite;
}

@-webkit-keyframes lineMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 10px, 0px);
    }
}

/* so3 */
.ind-soul {
    position: relative;
    overflow: hidden;
}

.so3-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.so3-bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.so3-bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.2);
    opacity: 0;
    transition: all 3s ease;
}

.so3-bgimg.on img {
    transform: scale(1);
    opacity: 1;
}

/*  */
.so3 {
    position: relative;
    z-index: 12;
    display: flex;
    justify-content: space-between;
    padding: 140px 0;
}

.so3-1 {
    width: 60%;
    flex: 0 0 auto;
    position: relative;
}

.so3-1::after {
    position: absolute;
    content: "";
    width: calc(100% + 420px);
    height: calc(100% + 420px);
    background: linear-gradient(270deg, rgba(6, 76, 150, 0.00) 0%, rgba(6, 76, 150, 0.58) 40.91%, rgba(6, 76, 150, 0.81) 65.37%, #064C96 85.88%);
    z-index: 10;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.so3-1h {
    position: relative;
    z-index: 12;
}

.so3-1h::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #FFF;
    margin-top: 20px;
}

.so3-1h h2 {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
    position: relative;
    z-index: 12;
}

.so3-1h p {
    color: rgba(255, 255, 255, 0.1);
    font-family: Arial;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -14px;
}

.so3-1p {
    margin-top: 50px;
    margin-bottom: 66px;
    position: relative;
    z-index: 12;
}

.so3-1p p {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-pro2-1h) * 1.666);
    max-width: 666px;
}

.so3-1btn {
    display: flex;
    position: relative;
    z-index: 12;
}

.so3-2 {
    width: 40%;
    flex: 0 0 auto;
    position: relative;
}

.so3-2::after {
    position: absolute;
    content: "";
    width: calc(100% + 420px);
    height: calc(100% + 420px);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(16, 41, 72, 0.60);
}

.so3-2u {
    position: relative;
    z-index: 12;
}

.so3-2u {
    margin: 0;
}

.so3-2l {
    padding: 0;
}

.so3-2lbox {
    padding: 69px 12px;
    transition: all 0.5s ease;
}

.so3-2lbox:hover {
    background: #1364AF;
}

.so3-2l.on .so3-2lbox {
    background: #1364AF;
}

.so3-2li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.so3-2li img {
    width: 80px;
}

.so3-2lp p {
    color: #FFF;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
}

/* so4 */
.so4 {
    padding: 115px 0 116px;
}

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

.so4-1h {
    position: relative;
}

.so4-1h::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #1364AF;
    margin-top: 20px;
}

.so4-1h h2 {
    color: #222;
    font-family: "Source Han Sans CN";
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.08px;
}

.so4-1h p {
    color: #1364AF;
    font-family: Arial;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: -14px;
}

.so4-1btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4-1a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1364AF;
    padding: 16px 40px;
    transition: all 0.5s ease;
}

.so4-1a:hover {
    background: #1364AF;
}

.so4-1a p {
    color: #1364AF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 2px;
    transition: all 0.5s ease;
}

.so4-1a:hover p {
    color: #FFF;
}

.so4-1ai {
    position: relative;
    overflow: hidden;
    --w: 20px;
    width: var(--w);
    height: var(--w);
    margin-left: 16px;
}

.so4-1ai i {
    display: block;
    font-size: 18px;
    line-height: normal;
    color: rgba(19, 100, 175, 1);
    transition: all 0.5s ease;
}

.so4-1ai i:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
}

.so4-1a:hover i:nth-child(2) {
    color: #FFF;
    transform: translate(-50%, -50%);
}

.so4-1a:hover i:nth-child(1) {
    color: #FFF;
    transform: translateX(200%);
}

.so4-sw {
    position: relative;
    padding-right: 126px;
}

#so4-sw .swiper-slide {
    opacity: 0.4;
    transition: all 0.5s ease;
}

#so4-sw .swiper-slide.visible-slide {
    opacity: 1;
}

@media (max-width: 1536px) {
    #index-ban .swiper-pagination {
        bottom: 24px;
    }

    .so1 {
        padding-top: 76px;
    }

    .so1-sw {
        margin-top: 40px;
    }

    .so2 {
        position: relative;
        padding: 76px 0 74px;
    }

    .so2-img img {
        width: 250px;
    }

    .so3 {
        padding: 70px 0;
    }

    .so3-2lbox {
        padding: 36px 12px;
    }

    .so3-2li img {
        width: 40px;
    }

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

    .so4 {
        padding: 75px 0 66px;
    }

    .so4-1a {
        padding: 12px 22px;
    }
}

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

    .so3-1 {
        width: 100%;
        padding: 20px 0;
    }

    .so3-1::after {
        height: calc(100% + 200px);
        width: 100vw;
        top: auto;
        transform: translate(50%, 0);
        right: 50%;
        bottom: 0;
    }

    .so3-2::after {
        width: 100vw;
        height: calc(100% + 200px);
        top: 0;
        transform: translate(-50%, 0);
        left: 50%;
    }

    .so3 {
        padding: 40px 0 0;
    }

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

@media (max-width: 499px) {
    .indban-img img {
        min-height: 400px;
    }

    .index-banchan {
        display: none;
    }

    #index-ban .swiper-pagination .swiper-pagination-bullet {
        --w: 8px;
        margin: 0 4px;
    }

    #index-ban .swiper-pagination {
        bottom: 12px;
    }

    .so1 {
        padding-top: 46px;
    }

    .so1-h p {
        letter-spacing: 0.2px;
        top: -8px;
    }

    .so1-sw {
        width: 92.86% !important;
        margin: auto !important;
        margin-top: 20px !important;
    }

    .so1-swte {
        padding: 20px 12px;
    }

    .so2-img img {
        width: 200px;
    }

    .so2 {
        padding: 46px 0 44px;
    }

    .so2-h {
        margin-bottom: 30px;
    }

    .so2-a {
        padding: 12px 22px;
    }

    .so2-btn {
        margin-bottom: 50px;
    }

    .so3-2l {
        width: 50%;
    }

    .so3-1p {
        margin-top: 20px;
        margin-bottom: 36px;
    }

    .so3-1h p {
        letter-spacing: 0.2px;
        top: -8px;
    }

    .so3 {
        padding: 30px 0 0;
    }

    .so3-1 {
        padding: 20px 0 30px;
    }
}

/* sear-cuowu */
.sear-cuowu {
    background: #EFF7FF;
}

.sear-cuowu .nede-box {
    padding: 50px 0 74px;
}

.sear-cuowu .ven-sehfo {
    width: 100%;
    max-width: 1000px;
    border-radius: 60px;
    background: #1364AF;
    padding: 13px 13px 13px 20px;
    margin-bottom: 60px;
}

.sear-cuowu .ven-sehfo input {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: unset;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.sear-cuowu .ven-sehfo input::-webkit-input-placeholder {
    color: #FFF;
}

.sear-cuowu .ven-sehfo input:-moz-placeholder {
    color: #FFF;
}

.sear-cuowu .ven-sehfo input::-moz-placeholder {
    color: #FFF;
}

.sear-cuowu .ven-sehfo input:-ms-input-placeholder {
    color: #FFF;
}

.sear-cuowu .ven-sehfo>span i {
    font-size: 20px;
    color: #FFF;
}

.sear-cuowute p,
.sear-cuowute p span {
    color: #222;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 499px) {
    .sear-cuowu .ven-sehfo {
        padding: 9px 9px 9px 16px;
        margin-bottom: 30px;
    }

    .nede-box {
        padding: 40px 0 44px !important;
    }

}

.sear-duibox {
    padding: 80px 0 120px;
    max-width: 1200px;
}

.sear-duila {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 33px;
    border-bottom: 1px solid #EAEAEA;
    transition: all 0.5s ease;
}

.sear-duila:hover {
    border-bottom: 1px solid #1364AF;
}

.sear-duil:last-child .sear-duila {
    margin-bottom: 0;
}

.sear-duil1 {
    flex: 0 0 auto;
    margin-right: 40px;
}

.sear-duil1 p {
    color: #222;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.sear-duila:hover .sear-duil1 p {
    color: #1364AF;
}

.sear-duil2 p {
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.sear-duila:hover .sear-duil2 p {
    color: #1364AF;
}

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

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

    .sear-duila {
        padding: 10px;
        margin-bottom: 13px;
    }

    .sear-duil1 {
        margin-right: 12px;
    }
}

.ven2-langte {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);


    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 7px);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lang:hover .ven2-langte {
    max-height: 100px;
    opacity: 1;
}

.ven2-langtebox {
    padding: 14px 29px;
}

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

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

.ven2-langbta p {
    text-align: center;
}

.ven2-langbta span {
    color: #222;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.ven2-langbta:hover span {
    color: #1364AF;
}

@media (max-width: 1199.9px) {
    .ven2-langte {
        width: 140%;
    }
}

.he-Sa2b .he-Sa1a {
    justify-content: flex-start;
    padding: 0;
    background: #eff7ff00;
    margin-bottom: 20px;
    padding: 10px 0;
}

.he-Sa2b .he-Sa1a::before {
    content: "";
    --w: 8px;
    width: var(--w);
    height: var(--w);
    border-radius: 8px;
    background: #1364AF;
    margin-right: 14px;
}

.he-Sa2b .he-Sa1a:last-child {
    margin-bottom: 0;
}

.he-Sa2b .he-Sa1a p span {
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.he-Sa2b .he-Sa1a.on p span {
    color: #1364AF;
}

/*  */

.ven2-sp {
    position: fixed;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: 84px;
    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-sp {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-spbox {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ven2-spa {
    display: flex;
    align-items: center;
    margin-right: 60px;
}

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

.ven2-spa::before {
    content: "";
    display: block;
    --w: 8px;
    width: var(--w);
    height: var(--w);
    border-radius: 8px;
    background: #1364AF;
    margin-right: 14px;
}

.ven2-spa p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ven2-spa:hover p {
    color: #1364AF;
}

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

@media (max-width: 499px) {
    .subspcc {}

    .subspcc .subsp-te {
        flex-direction: column;
    }

    .subspcc .subsp2 {
        width: 100%;
        margin-top: 20px;
    }

    .subspcc .sub-im>img {
        min-height: 444px;
    }

    .subspcc .subsp1 {
        width: 100%;
    }

    .subspcc .subsp1-h {
        margin-bottom: 16px;
    }

    .con2-folsp1 {
        display: none !important;
    }

    .con2-folsp {
        display: block !important;
    }

    .ven-sehinp>i {
        color: #FFF;
    }
}