#ven {
    transition: all 0.5s ease;
}

.ventricle {
    /* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05); */
}

.headersp {
    background: #FFF !important;
}

.hea-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    background: linear-gradient(0deg, #1E3A8A 0%, #1E3A8A 100%), #1E3A8A;
    padding: 3px 30px;
    margin-bottom: 6px;
}

.hea-topshare {
    display: flex;
    align-items: center;
}

.hea-topshare>a {
    display: flex;
    align-items: center;
}

.hea-topshare>a::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    border-left: 0.6px dashed rgba(255, 255, 255, 0.20);
    margin: 0 25px;
}

.hea-topshare>a:last-child:after {
    display: none;
}

.hea-topshare>a i {
    font-size: 20px;
    line-height: normal;
    color: #FFF;
    transition: all 0.5s ease;
}

.hea-topshare>a:hover i {
    color: rgba(234, 88, 12, 1);
}

.hea-topu {
    display: flex;
    align-items: center;
}

.hea-topl {
    margin-right: 50px;
}

.hea-topl:last-child {
    margin-right: 0;
}

.hea-topla {
    display: flex;
    align-items: center;
}

.hea-topla i {
    font-size: 20px;
    color: #FFF;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.hea-topla:hover i {
    color: rgba(234, 88, 12, 1);
}

.hea-topla p span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
    --size: 1px;
    --color: rgba(234, 88, 12, 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);
}

.hea-topla:hover p span {
    color: rgba(234, 88, 12, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .hea-top {
        padding: 3px 14px;
    }
}

/*  */
.hea-box {
    position: relative;
    top: 10px;
    width: calc(100% - 40px);
    margin: auto;
    transition: all 0.5s ease;
}

.ventricle .hea-box {
    border-radius: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.ven-end {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.ven-spbox {
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin-right: 6px;
    border-radius: 6px;
    background: #FFF;
    padding: 0 39px 0 30px;
}

.ven1-loim {
    padding: 10px 0;
    position: relative;
}

.ven1-loim img {
    width: 107px;
    height: auto;
    transition: all 0.5s ease;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    margin: 0 23px;
}

.ven2-l:last-child:after {
    margin: 0 62.5px;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -0.36px;
    text-transform: uppercase;

    --size: 0px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-lai {
    position: relative;
    --w: 20px;
    width: var(--w);
    height: var(--w);
    margin-left: 4px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ven2-lai i {
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    font-style: 1;
    font-weight: bolder;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-lai i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-150%, 150%);
}

.ven2-la:hover .ven2-lai i:nth-child(2) {
    transform: translate(-50%, -50%);
}

.ven2-la:hover .ven2-lai i:nth-child(1) {
    transform: translate(150%, -150%);
}

.ven2-la:hover i {
    color: #EA580C;
}

.ven2-l.on .ven2-la i {
    color: #EA580C;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #FFF;
    /* --w: 44px; */
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vensesv i {
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.headersp .vensesv i {
    color: #EA580C;
}

.vensesv:hover i {
    color: #EA580C;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-inqury {
    display: flex;
    align-items: center;
}

.ven-inqury .ven-inqurya {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya i {
    font-size: 22px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya i {
    color: #EA580C;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury .ven-inqurya p,
.ven-inqury .ven-inqurya p span {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya p {
    margin-left: 6px;
}

.ven-inqury .ven-inqurya:hover p,
.ven-inqury .ven-inqurya:hover p span {
    color: #EA580C;
}

/*  */
.ven-line {
    width: 1px;
    height: 14px;
    margin: 0 25px;
    background: #E5E5E5;
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EA580C;
}

/*  */
.ven2-lang {
    position: relative;
    height: 100%;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #1A1A1A;
    padding: 6px 18px 6px 7px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover {
    background: #EA580C;
}

.ven2-langi1 {
    border-radius: 50px;
    background: #FFF;
    padding: 2px;
    margin-right: 12px;
}

.ven2-langi1 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ven2-langbt i {
    font-size: 10px;
    color: #FFF;
    display: block;
    margin-left: 12px;
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-lanerbox {
    position: absolute;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    background: #FFF;
}

.ven2-lang:hover .ven2-lanerbox {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

.ven2-laner {
    padding: 8px 4px;
}

.ven2-laner>a {
    display: block;
    margin: 8px 0;
}

.ven2-laner>a p {
    text-align: center;
}

.ven2-laner>a span {
    color: #453737;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-laner>a:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

/* 语言新 */
.menu-language {
    position: relative;
    height: 100%;
}

@media (max-width: 1199px) {
    /* .menu-language {
        padding: 0 10px;
    } */
}

.menu-language::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
}

.menu-language:hover .drop-select {
    opacity: 1;
    pointer-events: auto;
}

.menu-language .select-name {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    height: 100%;
    border-radius: 6px;
    background: #FFF;
    padding: 0 30px;
    /* 18px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

@media (max-width: 1400px) {
    .menu-language .select-name {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .menu-language .select-name {
        font-size: 14px;
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name {
        font-size: 0;
    }
}

.menu-language .select-name:hover {
    color: #EA580C;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e607';
    color: rgba(0, 0, 0, 1);
    font-family: 'iconfont' !important;
    margin-right: 6px;
    transition: all 0.5s ease;
}

.menu-language .select-name:hover:before {
    color: #EA580C;
}

@media (max-width: 1199px) {
    .menu-language .select-name::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name::before {
        margin-right: 0;
        font-size: 24px;
    }
}

.menu-language .select-name::after {
    font-size: 10px;
    color: rgba(0, 0, 0, 1);
    content: '\e6bd';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 15px;
    transition: all 0.5s ease;
}

.menu-language .select-name:hover::after {
    color: #EA580C;
}

@media (max-width: 767px) {
    .menu-language .select-name::after {
        display: none;
    }
}

.menu-language .drop-select {
    position: absolute;
    content: '';
    right: 0;
    top: calc(100%);
    z-index: 2;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .menu-language .drop-select {
        min-width: 100%;
        width: auto;
        height: 300px;
        overflow: auto;
        padding: 10px;
    }
}

.menu-language .drop-select li {
    font-size: 16px;
    display: inline-block;
    width: calc(100%/3);
    vertical-align: top;
}

@media (max-width: 991px) {
    .menu-language .drop-select li {
        width: 100%;
        font-size: 14px;
    }
}

.menu-language .drop-select li:hover a {
    color: #777777;
}

.menu-language .drop-select li a {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 14px;
}

.menu-language .drop-select li a:hover {
    background: #eee;
}

.menu-language .drop-select li a img {
    max-height: 20px;
    display: block;
    margin-right: 10px;
}

/* 语言-end */

@media (max-width: 1750px) {
    .ven2-l::after {
        margin: 0 12px;
    }

    .ven2-l:last-child:after {
        margin: 0 30px;
    }
}

@media (max-width: 1536px) {

    /* .ven1-loim {
        padding: 12px 0;
    } */
    .ven-spbox {
        padding: 0 12px 0 12px;
    }

    .menu-language .select-name {
        padding: 0 12px;
    }

    .hea-topshare>a::after {
        margin: 0 12px;
    }

    .hea-topl {
        margin-right: 22px;
    }

    .hea-box {
        width: calc(100% - 30px);
    }

    .ven2-l:last-child:after {
        margin: 0 24px;
    }

    .ven1-loim img {
        width: 90px;
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 8px;
    }

    .ven2-l:last-child:after {
        margin: 0 12px;
    }

    .ven-line {
        margin: 0 16px;
    }

    .ven2-langi1 img {
        width: 30px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .hea-box {
        border-radius: 0;
        top: 0;
        width: 100%;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 70px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury {
        padding: 3px;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }

    .menu-language .select-name::before {
        margin-right: 0;
        font-size: 18px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 320%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-l:nth-child(3) .ven2-ler,
.ven2-l:nth-child(4) .ven2-ler {
    width: 120%;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-lera:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    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: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerathra:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 260%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: rgb(0, 0, 0);
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 320%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 326%;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }

    .hea-top {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 300%;
        right: -160px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven-line {
        margin: 0 10px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .menu-language .select-name {
        padding: 0px 6px;
    }

    .ven2-langi1 img {
        width: 24px;
    }

    .ven-inqury .ven-inqurya i {
        font-size: 18px;
    }

    .ven2-langbt {
        padding: 4px 10px 4px 4px;
    }

    .ven2-langi1 {
        margin-right: 6px;
    }

    .ven2-langbt i {
        margin-left: 6px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #000;
}

.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: #000;
}

.headersp #venPho .venPhoSack.on::before {
    background: #000;
}

.ventricle .venPhoSack::before {
    background: #000 !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #000;
}

.headersp #venPho .venPhoSack.on::after {
    background: #000;
}

.ventricle .venPhoSack::after {
    background: #000 !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #000;
}

.ventricle .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: 112px;
    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: #EA580C;
}

.xiantiao>a {
    color: #EA580C;
}

.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: #EA580C;
}

@media (max-width: 992px) {
    #venPhoSec {
        top: 70px;
    }
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 55px;
    }

    #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;
}

@media (max-width: 1536px) {

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 356px;
    }

    .sub-about .sub-im img {
        max-height: 660px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

/*  */
.subnav-box {
    background: #F5F5F5;
    padding: 20px 0;
}

.sub-show .subnav-box {
    background: #00000000;
}

.subnav-boxctm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 24px;
    line-height: normal;
    color: rgba(30, 58, 138, 1);
    margin-right: 20px;
    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: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    padding-bottom: 2px;
    --size: 1px;
    --color: #1E3A8A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.sub-show .breadcrumb-item::before,
.sub-show .breadcrumb-item a span {
    color: #000;
    --size: 1px;
    --color: #1E3A8A;
    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: #1E3A8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item:last-child a span {
    color: #1E3A8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.sub-show .breadcrumb-item+.breadcrumb-item::before {
    color: #222;
}

/*  */
.subnav-u {
    display: flex;
    align-items: center;
}

.subnav-l {
    position: relative;
    display: flex;
    align-items: center;
}

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #EB562B;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }
}

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    transition: all 0.5s ease;
    /* --w: 56px; */
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    /* background: #F5F5F5; */
}

.sub-pagel a:hover {
    color: #EA580C;
}

.sub-pagel.on a {
    color: #EA580C;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 10%;
    text-underline-offset: 20%;
    text-underline-position: from-font;
}

.sub-pagel a p span {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.sub-pagel a:hover p span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.sub-pagel a i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

/*  */
.sub-pagel:last-child a,
.sub-pagel:first-child a {
    --w: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 1);
    margin: 0 21px;
    transition: all 0.5s ease;
}

.sub-pagel:last-child a:hover,
.sub-pagel:first-child a:hover {
    background: rgba(234, 88, 12, 1);
}

.sub-pagel:last-child a i,
.sub-pagel:first-child a i {
    font-size: 16px;
    line-height: normal;
    color: #FFF;
}

@media (max-width: 1536px) {

    .subnav-box {
        padding: 7px 0;
    }

    .subnav i {
        margin-right: 14px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        margin: 0 10px;
    }

    .sub-pagel:last-child a,
    .sub-pagel:first-child a {
        --w: 34px;
        margin: 0 8px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 100px;
    margin-top: 0;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 74px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 64px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 40px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    .subnav i {
        font-size: 22px;
        margin-right: 10px;
    }
}

/* contact */
.contact.lazy {
    background-position: center;
}

.con-box {
    padding: 120px 0 503px;
    max-width: 1650px;
}

.con-top {
    padding-bottom: 70px;
    margin-bottom: 96px;
    border-bottom: 1px solid #DAE0F2;
}

.con-toph {
    margin-bottom: 36px;
}

.con-toph h2 {
    color: #080E24;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -3.5px;
    text-transform: capitalize;
}

.con-topsmh {
    margin-bottom: 20px;
}

.con-topsmh p {
    color: #122D8C;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.08);
}

.con-topp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-topp p {
    color: #4D5264;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    max-width: 1000px;
}

.con-end {
    display: flex;
    justify-content: space-between;
}

.con1 {
    width: calc(100% - 56.66% - 172px);
    flex: 0 0 auto;
}

.con1-l {
    display: flex;
    margin-bottom: 30px;
}

.con1-l:last-child {
    margin-bottom: 0;
}

.con1-li {
    flex: 0 0 auto;
    --w: 62px;
    width: var(--w);
    height: var(--w);
    border-radius: 54px;
    background: #E8EBF4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 36px;
    transition: all 0.5s ease;
}

.con1-l:hover .con1-li {
    background: rgba(234, 88, 12, 0.20);
}

.con1-li i {
    --w: 54px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 54px;
    background: #FFF;
    font-size: 22px;
    color: #000;
    transition: all 0.5s ease;
}

.con1-l:hover .con1-li i {
    background: #EA580C;
    color: rgba(255, 255, 255, 1);
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.con1-lh {
    padding-top: 4px;
    margin-bottom: 14px;
}

.con1-lh p {
    color: #848CA4;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.con1-l:hover .con1-lh p {
    color: #000;
}

.con1-la {
    display: block;
}

.con1-la p span {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-la:hover p span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-laimg {
    display: flex;
}

.con1-laimg img {
    border-radius: 14px;
    border: 1px solid #ECECF4;
    background: #F6F7F8;
    width: 130px;
    height: auto;
    object-fit: cover;
    object-position: center;
    padding: 4px;
    margin-right: 20px;
}

.con1-laimg img:last-child {
    margin-right: 0;
}

.con2 {
    width: 56.66%;
    flex: 0 0 auto;
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.con2-fol {
    margin-bottom: 30px;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.con2-fol p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.con2-fol input,
.con2-fol textarea {
    color: #848CA4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;

    width: 100%;
    border-radius: 10px;
    border: 1px solid #E8EBF4;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 16px 21px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #EA580C;
}

.con2-fol input::-webkit-input-placeholder {
    color: #848CA4;
}

.con2-fol input::-moz-placeholder {
    color: #848CA4;
}

.con2-fol input::-ms-input-placeholder {
    color: #848CA4;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #848CA4;
}

.con2-fol textarea::-moz-placeholder {
    color: #848CA4;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #848CA4;
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: flex-end;
}

.con2-fobt button {
    position: relative;
    overflow: hidden;
    border-radius: 48px;
    background: #EA580C;
    padding: 19px 50px;
    display: flex;
    align-items: center;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-24%, -190%) rotate(-30deg);
    transform: translate(-24%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con2-fobt button:hover:before,
.con2-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.con2-fobt button i {
    font-size: 14px;
    line-height: normal;
    color: #FFF;
    margin-left: 14px;
    display: block;
    line-height: normal;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1.4);
}

.con2-fobt button:hover i {
    transform: translateX(5px);
}

/* 表单验证吗 ------------------------- */
.con2-fol {
    position: relative;
}

/*.spam_code_img {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 5px;*/
/*    display: block;*/
/*    width: 90px;*/
/*    -webkit-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*}*/

.spam_code_img img {
    max-width: 100%;
    height: auto !important;
}

@media (max-width: 1536px) {
    .con-box {
        padding: 70px 0 203px;
    }

    .con-top {
        padding-bottom: 40px;
        margin-bottom: 66px;
    }

    .con-toph {
        margin-bottom: 18px;
    }

    .con-topsmh {
        margin-bottom: 10px;
    }

    .con1 {
        width: calc(100% - 56.66% - 80px);
    }

    .con1-li {
        margin-right: 18px;
    }

    .con1-laimg img {
        width: 100px;
    }

    .con2-fol {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .con-toph h2 {
        letter-spacing: 0;
    }

    .con-end {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 40px 0 73px;
    }

    .con2-fol {
        width: 100%;
    }

    .con-top {
        padding-bottom: 20px;
        margin-bottom: 36px;
    }

    .con1-l {
        margin-bottom: 20px;
    }

    .con1-li {
        --w: 54px;
        margin-right: 12px;
    }

    .con1-li i {
        --w: 36px;
        font-size: 16px;
    }

    .con1-laimg img {
        width: 90px;
        margin-right: 10px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 12px 12px;
    }

    .con2-fobt button {
        padding: 12px 32px;
    }
}

/* footer */
#footer {
    background: #1B1E28;
    padding: 45px 0;
}

.ft-box>div {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.ft-lf {
    border-right: 1px solid #333746;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

/*  */
.ft1-formh {
    margin-bottom: 6px;
}

.ft1-formh p {
    color: #999;
    font-family: 'Sora';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.ft1-fou {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.ft1-fol {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.ft1-fol input,
.ft1-fol textarea {
    color: #DDD;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;

    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #333746;
    background: #ffffff00;

    transition: all 0.5s ease;
    padding: 20px 0;
}

.ft1-fol input:focus,
.ft1-fol textarea:focus {
    border-bottom: 1px solid #EA580C;
}

.ft1-fol input::-webkit-input-placeholder {
    color: #DDD;
}

.ft1-fol input::-moz-placeholder {
    color: #DDD;
}

.ft1-fol input::-ms-input-placeholder {
    color: #DDD;
}

.ft1-fol textarea::-webkit-input-placeholder {
    color: #DDD;
}

.ft1-fol textarea::-moz-placeholder {
    color: #DDD;
}

.ft1-fol textarea::-ms-input-placeholder {
    color: #DDD;
}

.ft1-fobt {
    display: flex;
    align-self: center;
    justify-content: flex-end;
}

.ft1-fobt button {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    margin-top: 20px;
}

.ft1-fobt button span {
    color: #EA580C;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-fobt button:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft2-share {
    display: flex;
    align-items: center;
    margin-top: 69px;
}

.ft2-share>a {
    display: block;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #333746;
    transition: all 0.5s ease;
}

.ft2-share>a:hover {
    background: #1E3A8A;
    border: 1px solid #1E3A8A;
}

.ft2-share>a i {
    font-size: 20px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

.ft3 {
    margin-top: 18px;
}

.ft3 .img-box {
    padding-bottom: 42%;
    border-radius: 4px;
}

/*  */
.ft-rg {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ft4-u1 {
    display: flex;
    flex-wrap: wrap;
}

.ft4-l1 {
    margin-bottom: 30px;
    margin-right: 57px;
}

.ft4-l1h {
    margin-bottom: 15px;
}

.ft4-l1h p {
    color: #999;
    font-family: 'Sora';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.ft4-l1a {
    display: block;
}

.ft4-l1a p span {
    color: #FFF;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft4-l1a:hover p span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft4-u2 {
    margin-top: 50px;
}

.ft4-u2h {
    margin-bottom: 15px;
}

.ft4-u2h p {
    color: #999;
    font-family: 'Sora';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.ft4-l2>div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ft4-l2>div p {
    color: #FFF;
    font-family: Arial;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    min-width: 66px;
    margin-right: 16px;
}

.ft4-l2>div span {
    color: #FFF;
    font-family: Arial;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.ft4-u3 {
    display: flex;
    justify-content: space-between;
    margin-top: 117px;
}

.ft4-l3:nth-child(2) {
    flex: 0 0 auto;
}

.ft4-l3h {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333746;
}

.ft4-l3h p {
    color: #999;
    font-family: 'Sora';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

/*  */
.ft2-1la {
    display: block;
}

.ft2-1la span {
    color: #DDD;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 2.5;
    text-transform: capitalize;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2-1la:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft5 {
    border-top: 1px solid #333746;
    padding-top: 43px;
}

.ft5-1 {
    display: flex;
    align-items: center;
}

.ft5-1copy {
    margin-right: 4px;
}

.ft5-1copy span {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.ft5-1cnzz {
    padding-bottom: 2px;
}

.ft5-1pow {
    margin-right: 12px;
}

.ft5-1pow span {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft5-1pow:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft-lf {
        width: 38%;
    }

    .ft-rg {
        width: 62%;
    }

    .ft5-1copy span,
    .ft5-1pow span {
        font-size: 13px;
    }

    .ft4-u2 {
        margin-top: 30px;
    }

    .ft5 {
        padding-top: 23px;
    }

    .ft4-u3 {
        margin-top: 67px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        margin-bottom: 49px;
    }

    .ft5-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft2-share>a {
        --w: 40px;
    }
}

@media (max-width: 992px) {
    .ft-box>div {
        flex-direction: column;
    }

    .ft-lf {
        width: 100%;
        margin-bottom: 40px;
    }

    .ft-rg {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ft4-l3 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft4-l3:nth-child(1) {
        display: none;
    }

    .ft1-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {

    .ft1-fol input,
    .ft1-fol textarea {
        padding: 16px 0;
    }

    .ft2-share {
        margin-top: 39px;
    }

    .ft4-l1h {
        margin-bottom: 10px;
    }

    .ft4-l1 {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .ft4-u2 {
        margin-top: 20px;
    }

    .ft4-u3 {
        margin-top: 37px;
    }

    .ft4-l3h {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #333746;
    }

    .ft4-l3 {
        margin-bottom: 20px;
    }

    .ft5 {
        padding-top: 13px;
    }

    #footer {
        margin-bottom: 19px;
    }
}

/* video 视频 */
.vid-h {
    margin-bottom: 26px;
}

.vid-h h2 {
    color: #000;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -3.5px;
    text-transform: capitalize;
}

.vid-p {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vid-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 900px;
}

/*  */
.vid-u {
    margin-right: calc(-.5 * 4.75rem);
    margin-left: calc(-.5 * 4.75rem);
    margin-bottom: 4px;
}

.vid-l {
    padding-right: calc(4.75rem * .5);
    padding-left: calc(4.75rem * .5);
    margin-bottom: 76px;
}

.vid-limg {
    position: relative;
    display: block;
    margin-bottom: 36px;
}

.vid-limg .img-box {
    padding-bottom: 56%;
    border-radius: 6px;
}

.vid-limg .img-box img {
    transition: all 0.5s ease;
}

.vid-lbox:hover .vid-limg .img-box img {
    transform: scale(1.08);
}

.vid-li {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.vid-li i {
    border: 1px solid rgba(255, 255, 255, 0.50);
    --w: 73px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #1E3A8A;
    font-size: 55px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.vid-lbox:hover .vid-li i {
    background: #EA580C;
}

.vid-lbox:hover .vid-li i {
    animation: video 0.6s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes video {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.vid-li>span {
    background-color: rgba(30, 58, 138, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
    transition: all 0.5s ease;
}

.vid-lbox:hover .vid-li>span {
    background: rgba(234, 88, 12, 0.4);
}

.vid-li>span:nth-of-type(2) {
    background-color: rgba(30, 58, 138, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

.vid-lbox:hover .vid-li>span:nth-of-type(2) {
    background: rgba(234, 88, 12, 0.6);
}

.vid-lh {
    margin-bottom: 16px;
    display: block;
}

.vid-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8;
}

.vid-lh p span {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.48px;
    --size: 1px;
    --color: #1E3A8A;
    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);
}

.vid-lbox:hover .vid-lh p span {
    color: #1E3A8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.vid-lp p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .vid-h h2 {
        letter-spacing: 0;
    }

    .vid-p {
        margin-bottom: 50px;
    }

    .vid-u {
        margin-right: calc(-.5 * 2.75rem);
        margin-left: calc(-.5 * 2.75rem);
        margin-bottom: 4px;
    }

    .vid-l {
        padding-right: calc(2.75rem * .5);
        padding-left: calc(2.75rem * .5);
        margin-bottom: 46px;
    }
}

@media (max-width: 992px) {
    .vid-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .vid-h {
        margin-bottom: 16px;
    }

    .vid-p {
        margin-bottom: 20px;
    }

    .vid-l {
        width: 100%;
    }

    .vid-l {
        margin-bottom: 36px;
    }
}

/*  */
.faq-box {
    max-width: 1290px;
}

.faq-u {
    margin-bottom: 80px;
}

.faq-l {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.faq-llf {
    border-radius: 15px;
    border: 1px solid #E8EBF4;
    background: #F6F7FA;
    backdrop-filter: blur(5px);
    --w: 70px;
    width: var(--w);
    height: var(--w);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.faq-l:hover .faq-llf {
    background: #EA580C;
}

.faq-l.on .faq-llf {
    background: #EA580C;
}

.faq-llf i {
    font-size: 40px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.faq-l.on .faq-llf i {
    color: #FFF;
}

.faq-l:hover .faq-llf i {
    color: #FFF;
}

.faq-lrg {
    flex: 1;
}

.faq-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    border: 1px solid #E8EBF4;
    background: #F6F7FA;
    backdrop-filter: blur(5px);
    padding: 20px 30px;
    cursor: pointer;
    margin-bottom: 20px;
}

.faq-l:last-child .faq-l1 {
    margin-bottom: 0;
}

.faq-l1h {
    flex: 1;
}

.faq-l1h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.faq-l:hover .faq-l1h p {
    color: #1E3A8A;
}

.faq-l.on .faq-l1h p {
    color: #1E3A8A;
}

.faq-l1i {
    flex: 0 0 auto;
    --w: 26px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.5s ease;
    position: relative;
}

.faq-l:hover .faq-l1i {
    background: #1E3A8A;
}

.faq-l.on .faq-l1i {
    background: #1E3A8A;
}

.faq-l1i i {
    font-size: 12px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.faq-l:hover .faq-l1i i {
    color: #FFF;
}

.faq-l.on .faq-l1i i {
    color: #FFF;
}

.faq-l1i i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.faq-l.on .faq-l1i i:nth-child(1) {
    opacity: 0;
}

.faq-l.on .faq-l1i i:nth-child(2) {
    opacity: 1;
}

.faq-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.faq-l.on .faq-l2 {
    max-height: 500px;
    opacity: 1;
}

.faq-l2te {
    padding: 10px 30px 30px;
}

.faq-l2te p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    max-width: 1020px;
}

@media (max-width: 992px) {
    .faq-llf {
        display: none;
    }
}

@media (max-width: 499px) {
    .faq-l1h p {
        line-height: 1.4;
        letter-spacing: 0;
    }

    .faq-l1 {
        padding: 12px 10px;
        margin-bottom: 10px;

    }

    .faq-l2te {
        padding: 10px 10px 10px;
    }

    .faq-u {
        margin-bottom: 40px;
    }
}

/* 青岛建宇达国际贸易有限公司（发展） */
.dev-u {
    margin-right: calc(-.5 * 2.8rem);
    margin-left: calc(-.5 * 2.8rem);
    margin-bottom: 35px;
}

.dev-l {
    padding-right: calc(2.8rem * .5);
    padding-left: calc(2.8rem * .5);
    margin-bottom: 45px;
}

.dev-lbox {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
}

.dev-lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 72.79%, rgba(0, 0, 0, 0.60) 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.dev-limg .img-box {
    padding-bottom: 59%;
    overflow: hidden;
}

.dev-limg .img-box img {
    transition: all 0.5s ease;
}

.dev-lbox:hover .dev-limg .img-box img {
    transform: scale(1.08);
}

.dev-lh {
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 20px;
    z-index: 12;
}

.dev-lh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .dev-u {
        margin-right: calc(-.5 * 1.8rem);
        margin-left: calc(-.5 * 1.8rem);
        margin-bottom: 25px;
    }

    .dev-l {
        padding-right: calc(1.8rem * .5);
        padding-left: calc(1.8rem * .5);
        margin-bottom: 25px;
    }

    .dev-lh {
        padding: 8px;
    }
}

@media (max-width: 992px) {
    .dev-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .dev-l {
        width: 100%;
    }

    .dev-u {
        margin-bottom: 15px;
    }
}

/* 青岛建宇达国际贸易有限公司（客户参观） */
.cust-u {
    margin-right: calc(-.5 * 2.8rem);
    margin-left: calc(-.5 * 2.8rem);
    margin-bottom: 35px;
}

.cust-l {
    padding-right: calc(2.8rem * .5);
    padding-left: calc(2.8rem * .5);
    margin-bottom: 45px;
}

.cust-lbox {
    cursor: pointer;
}

.cust-limg .img-box {
    padding-bottom: 59%;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 6px;
}

.cust-limg .img-box img {
    transition: all 0.5s ease;
}

.cust-lbox:hover .cust-limg .img-box img {
    transform: scale(1.08);
}

.cust-lh {
    border-radius: 15px;
    border: 1px solid #E8EBF4;
    background: #F6F7FA;
    padding: 20px;
    transition: all 0.5s ease;
}


.cust-lbox:hover .cust-lh {
    background: #EA580C;
}

.cust-lh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.cust-lbox:hover .cust-lh p {
    color: #FFF;
}

@media (max-width: 1536px) {
    .cust-u {
        margin-right: calc(-.5 * 1.8rem);
        margin-left: calc(-.5 * 1.8rem);
        margin-bottom: 25px;
    }

    .cust-l {
        padding-right: calc(1.8rem * .5);
        padding-left: calc(1.8rem * .5);
        margin-bottom: 35px;
    }

    .cust-lh {
        padding: 12px;
    }
}

@media (max-width: 992px) {
    .cust-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .cust-l {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* 青岛建宇达国际贸易有限公司（我们的工厂）expl */
.expl-lbox {
    cursor: pointer;
}

.expl-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 50px;
}

.expl-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.expl-limg {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.expl-limg::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid rgba(234, 88, 12, 0.36);
    background: linear-gradient(115deg, rgba(234, 88, 12, 0.30) 0.45%, rgba(234, 88, 12, 0.00) 50.06%, rgba(234, 88, 12, 0.30) 99.66%);
}

.expl-limg .img-box {
    padding-bottom: 64%;
    border-radius: 6px;
    transition: all 0.5s ease;
}

.expl-lbox:hover .expl-limg .img-box {
    transform: scale(0.92);
}

.expl-limg .img-box::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.expl-lbox:hover .expl-limg .img-box::after {
    opacity: 1;
}

.expl-limg .img-box img {
    transition: all 0.5s ease;
    border-radius: 6px;
}

.expl-li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 14;
    transition: all 0.5s ease;
    opacity: 0;
}

.expl-lbox:hover .expl-li {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.expl-li i {
    font-size: 34px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

.expl-lh p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.expl-lbox:hover .expl-lh p {
    color: #EA580C;
}

@media (max-width: 1536px) {
    .expl-u {
        margin-right: calc(-.5 * 1.22rem);
        margin-left: calc(-.5 * 1.22rem);
        margin-bottom: 30px;
    }

    .expl-l {
        padding-right: calc(1.22rem * .5);
        padding-left: calc(1.22rem * .5);
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .expl-l {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .expl-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .expl-l {
        width: 100%;
    }
}

/*  */
.ab1-box {
    padding: 120px 0 100px;
}

.ab1-smh {
    display: flex;
    margin-bottom: 30px;
}

.ab1-smh p {
    color: #FFF;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    background: #EA580C;
    padding: 6px 14px;
}

.ab1-h {
    margin-bottom: 90px;
}

.ab1-h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2h) * 1.125);
    letter-spacing: -4px;
    max-width: 1000px;
}

.ab1-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ab1-endbox {
    width: 80%;
}

.ab1-p {
    margin-bottom: 40px;
    max-width: 1290px;
}

.ab1-p p {
    color: #1E3A8A;
    font-family: 'Sora';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

.ab1-te {
    max-width: 1290px;
}

.ab1-te p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    margin-bottom: 30px;
}

.ab1-te p:last-child {
    margin-bottom: 0;
}

.ab2-img {
    position: relative;
    display: block;
}

.ab2-img .img-box {
    padding-bottom: 34%;
    border-radius: 20px;
}

.ab2-img .img-box img {
    transition: all 0.5s ease;
}

.ab2-img:hover .img-box img {
    transform: scale(1.08);
}

.ab2-i {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.ab2-i i {
    border: 1px solid rgba(255, 255, 255, 0.50);
    --w: 73px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #1E3A8A;
    font-size: 55px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.ab2-img:hover .ab2-i i {
    animation: video 0.6s ease-in-out;
    animation-iteration-count: 1;
}

.ab2-i>span {
    background-color: rgba(30, 58, 138, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
}

.ab2-i>span:nth-of-type(2) {
    background-color: rgba(30, 58, 138, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

/* ab3-box */
.ab-minbg {
    padding-bottom: 300px;
}

.ab3-box {
    padding-top: 150px;
    max-width: 1290px;
}

.ab3-h {
    margin-bottom: 90px;
}

.ab3-h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -3.5px;
    text-transform: capitalize;
}

.ab3-l {
    border-bottom: 1px dashed #DAE0F2;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.ab3-l:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ab3-l1 {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.ab3-li {
    border-radius: 14px;
    background: radial-gradient(50% 50% at 50% 50%, #1E3A8A 0%, #4760A9 53.85%, #94A5D5 100%);
    --w: 28px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
    flex: 0 0 auto;
}

.ab3-li i {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
}

.ab3-lh p {
    color: #1E3A8A;
    font-family: 'Sora';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.52px;
    text-transform: capitalize;
}

.ab3-lp p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.62);
}

.ab4-box {
    padding-top: 180px;
    max-width: 1290px;
}

.ab4-h {
    margin-bottom: 90px;
}

.ab4-h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -3.5px;
    text-transform: capitalize;
}

/*  */
.ab4-u {
    min-height: 885px;
}

.ab4-l {
    margin-bottom: 20px;
}

.ab4-l:last-child {
    margin-bottom: 0;
}

.ab4-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    padding: 22px 26px;
    cursor: pointer;
}

.ab4-l1h {
    flex: 1;
}

.ab4-l1h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ab4-l:hover .ab4-l1h p {
    color: #1E3A8A;
}

.ab4-l.on .ab4-l1h p {
    color: #1E3A8A;
}

.ab4-l1i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 26px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #000;
    flex: 0 0 auto;
    margin-left: 12px;
    transition: all 0.5s ease;
}

.ab4-l:hover .ab4-l1i {
    background: #1E3A8A;
    border: 1px solid #1E3A8A;
}

.ab4-l.on .ab4-l1i {
    background: #1E3A8A;
    border: 1px solid #1E3A8A;
}

.ab4-l1i i {
    font-size: 12px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.ab4-l1i i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.ab4-l:hover .ab4-l1i i {
    color: #FFF;
}

.ab4-l.on .ab4-l1i i {
    color: #FFF;
}

.ab4-l.on .ab4-l1i i:nth-child(1) {
    opacity: 0;
}

.ab4-l.on .ab4-l1i i:nth-child(2) {
    opacity: 1;
}

/*  */
.ab4-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab4-l.on .ab4-l2 {
    max-height: 500px;
    opacity: 1;
}

.ab4-lbox {
    padding: 30px 26px 20px;
}

.ab4-l2te p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.44);
}

.ab4-l2te p span {
    color: #EA580C;
    font-size: var(--zj-ven2-la);
    line-height: calc(var(--zj-ven2-la) * 1.44);
}

/* ab5 */
.ab5-box {
    padding: 160px 0 130px;
}

.ab5-h {
    margin-bottom: 26px;
}

.ab5-h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -3.5px;
}

.ab5-p {
    margin-bottom: 90px;
}

.ab5-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    max-width: 900px;
}

/*  */
.ab5-sw {
    position: relative;
}

#ab5-sw {
    overflow: hidden;
}

.ab5-a {
    cursor: pointer;
}

.ab5-swimg {
    padding: 23px 20px;
    border-radius: 15px;
    border: 1px solid #E8EBF4;
    background: #F6F7FA;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}

.ab5-a:hover .ab5-swimg {
    border: 1px solid rgba(234, 88, 12, 0.36);
}

.ab5-swimg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(151deg, rgba(234, 88, 12, 0.30) 0%, rgba(234, 88, 12, 0.00) 50.02%, rgba(234, 88, 12, 0.30) 100.05%);
    transition: all 0.5s ease;
    opacity: 0;
}

.ab5-a:hover .ab5-swimg::after {
    opacity: 1;
}

.ab5-swimg .img-box {
    border-radius: 10px;
    background: #D9D9D9;
    padding-bottom: 143%;
}

.ab5-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab5-a:hover .ab5-swimg .img-box img {
    transform: scale(1.08);
}

.ab5-swh p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ab5-a:hover .ab5-swh p {
    color: #EA580C;
}

/*  */
.ab5-swchan {
    margin-top: 60px;
}

#ab5-sw .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#ab5-sw .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.15);
    opacity: 1 !important;
    position: relative;
    width: 20px;
    height: 3px;
    transition: all 0.5s ease;
}

#ab5-sw .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    background: #EA580C;
}

/* ab6 */
.ab6 {
    background: #F6F7FA;
}

.ab6-box {
    padding: 110px 0;
}

.ab6-h {
    margin-bottom: 40px;
}

.ab6-h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -3.5px;
    text-transform: capitalize;
}

.ab6-p {
    margin-bottom: 80px;
}

.ab6-p p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
    max-width: 1630px;
}

/*  */
.ab6-sw {
    position: relative;
}

#ab6-sw {
    overflow: hidden;
}

.ab6-a {
    display: block;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.ab6-swimg .img-box {
    padding-bottom: 64.6%;
}

.ab6-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab6-a:hover .ab6-swimg .img-box img {
    transform: scale(1.08);
}

.ab6-swh {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    padding: 17px;
    transition: all 0.5s ease;
}

.ab6-a:hover .ab6-swh {
    background: #EA580C;
}

.ab6-swh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.ab6-swchan {
    margin-top: 60px;
}

#ab6-sw .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#ab6-sw .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.15);
    opacity: 1 !important;
    position: relative;
    width: 20px;
    height: 3px;
    transition: all 0.5s ease;
}

#ab6-sw .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    background: #EA580C;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 70px 0 60px;
    }

    .ab1-smh {
        margin-bottom: 20px;
    }

    .ab1-h {
        margin-bottom: 50px;
    }

    .ab1-h p {
        letter-spacing: 0px;
    }

    .ab1-p {
        margin-bottom: 20px;
    }

    .ab1-te p {
        margin-bottom: 20px;
    }

    .ab2-img .img-box {
        padding-bottom: 400px;
    }

    .ab3-box {
        padding-top: 70px;
    }

    .ab3-h {
        margin-bottom: 50px;
    }

    .ab3-l {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .ab3-li {
        margin-right: 13px;
    }

    .ab4-box {
        padding-top: 100px;
    }

    .ab4-h p {
        letter-spacing: 0;
    }

    .ab4-h {
        margin-bottom: 50px;
    }

    .ab4-u {
        min-height: 685px;
    }

    .ab5-box {
        padding: 70px 0 70px;
    }

    .ab5-h p {
        letter-spacing: 0;
    }

    .ab5-p {
        margin-bottom: 50px;
    }

    .ab6-box {
        padding: 70px 0;
    }

    .ab6-h p {
        letter-spacing: 0;
    }

    .ab6-p {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .ab1-endbox {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 40px 0 40px;
    }

    .ab1-smh {
        margin-bottom: 10px;
    }

    .ab1-h {
        margin-bottom: 20px;
    }

    .ab1-p p {
        letter-spacing: 0;
    }

    .ab2-img .img-box {
        padding-bottom: 300px;
    }

    .ab3-box {
        padding-top: 40px;
    }

    .ab3-h p {
        letter-spacing: 0;
    }

    .ab3-h {
        margin-bottom: 30px;
    }

    .ab3-l1 {
        margin-bottom: 16px;
    }

    .ab3-l {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .ab4-box {
        padding-top: 60px;
    }

    .ab4-h {
        margin-bottom: 30px;
    }

    .ab4-l1 {
        padding: 12px 16px;
    }

    .ab4-l1h p {
        line-height: 140%;
        letter-spacing: 0;
    }

    .ab4-lbox {
        padding: 20px 16px 10px;
    }

    .ab4-l {
        margin-bottom: 12px;
    }

    .ab5-box {
        padding: 40px 0 40px;
    }

    .ab5-h {
        margin-bottom: 16px;
    }

    .ab5-p {
        margin-bottom: 30px;
    }

    .ab5-swchan {
        margin-top: 30px;
    }

    .ab6-box {
        padding: 40px 0;
    }

    .ab6-h {
        margin-bottom: 20px;
    }

    .ab6-p {
        margin-bottom: 30px;
    }

    .ab6-swh {
        padding: 8px;
    }

    .ab6-swchan {
        margin-top: 30px;
    }
}

/*  */

/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #EA580C;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #EA580C;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* 产品products */
.prod-toph {
    margin-bottom: 24px;
}

.prod-toph h2 {
    color: #000;
    font-family: 'Sora';
    font-size: calc(var(--zj-so1top1) - 2px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2.3px;
    text-transform: capitalize;
}

.prod-topp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 80px;
}

.prod-topp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    max-width: 1365px;
}

/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 20.4%;
    flex: 0 0 auto;
    position: sticky;
    top: 140px;
}

.pro1-l {
    transition: all 0.5s ease;
    padding: 26px 0;
}

.pro1-l {
    border-top: 1px solid #DADEE8;
}

.pro1-l:last-child {
    border-bottom: 1px solid #DADEE8;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s ease;
}

.pro1-l1a span {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    letter-spacing: -0.54px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #1E3A8A;
}

.pro1-l.on .pro1-l1a span {
    color: #1E3A8A;
}

.pro1-l1ico {
    --w: 26px;
    width: var(--w);
    height: var(--w);
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    flex: 0 0 auto;
    margin-left: 10px;
}

.pro1-l.on .pro1-l1ico {
    background: #1E3A8A;
    border: 1px solid #1E3A8A;
}

.pro1-l1a:hover .pro1-l1ico {
    background: #1E3A8A;
    border: 1px solid #1E3A8A;
}

.pro1-l1ico i {
    font-size: 20px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l1ico i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

.pro1-l.on .pro1-l1ico i {
    opacity: 0;
    color: #FFF;
}

.pro1-l.on .pro1-l1ico i:nth-child(2) {
    opacity: 1;
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    padding: 33px 27px;
    margin-top: 26px;
    border-radius: 15px;
    background: #F6F7FA;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 26px;
}

.pro1-l2a:last-child {
    margin-bottom: 0;
}

.pro1-l2a:hover {
    padding-left: 20px;
}

.pro1-l2a.on {
    padding-left: 20px;
}

.pro1-l2a::before {
    content: "";
    font-size: 10px;
    --w: 5px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #EA580C;
    overflow: hidden;
    transition: all 0.5s ease;
    position: absolute;
    left: 6px;
    top: 7px;
    opacity: 0;
}

.pro1-l2a:hover::before {
    opacity: 1;
}

.pro1-l2a.on::before {
    opacity: 1;
}

.pro1-l2a span {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro1-l2a:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(100% - 20.4% - 90px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 3.4rem);
    margin-left: calc(-.5 * 3.4rem);
    margin-bottom: 40px;
}

.pro2-l {
    padding-right: calc(3.4rem * .5);
    padding-left: calc(3.4rem * .5);
    margin-bottom: 40px;
}

.pro2-la {
    display: block;
}

.pro2-limg .img-box {
    padding-bottom: 74%;
    border-radius: 15px;
    margin-bottom: 30px;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lte p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8;
}

.pro2-lte p span {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    --size: 1px;
    --color: #1E3A8A;
    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);
}

.pro2-la:hover .pro2-lte p span {
    color: #1E3A8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 .sub-page {
    justify-content: flex-end;
}

.pro2 .sub-page .sub-pagel:last-child a {
    margin-right: 0;
}

@media (max-width: 1536px) {
    .pro1 {
        width: 24.4%;
        top: 130px;
    }

    .pro1-l {
        padding: 13px 0;
    }

    .pro2 {
        width: calc(100% - 24.4% - 30px);
    }

    .pro2-u {
        margin-right: calc(-.5 * 1.4rem);
        margin-left: calc(-.5 * 1.4rem);
        margin-bottom: 20px;
    }

    .pro2-l {
        padding-right: calc(1.4rem * .5);
        padding-left: calc(1.4rem * .5);
        margin-bottom: 20px;
    }

    .pro2-limg .img-box {
        margin-bottom: 15px;
    }

    .prod-topp {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .prod-toph h2 {
        letter-spacing: 0;
    }

    .prod-toph {
        margin-bottom: 12px;
    }

    .prod-topp {
        margin-bottom: 20px;
    }
}

/* ---------------------------------------- */
/* 产品详情 */
.product-show {
    padding: 100px 0 120px;
}

.prode1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2 {
    width: calc(100% - 46.35% + 18px - 80px);
    flex: 0 0 auto;
}

.prode1-2h {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.prode1-2h p {
    color: #000;
    font-family: 'Roboto';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
    text-transform: capitalize;
}

.prode1-2p {
    margin-bottom: 18px;
}

.prode1-2p p {
    color: #EA580C;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.prode1-2u {
    margin-bottom: 120px;
}

.prode1-2u p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
}

.prode1-2u p:last-child {
    margin-bottom: 0;
}

.prode1-2share {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.prode1-2share p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 18px;
}

.prode1-2btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2a {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 99px;
    background: #EA580C;
    box-shadow: 0 2.351px 0.941px -1px rgba(0, 0, 0, 0.20), 0 5.573px 2.229px -1px rgba(0, 0, 0, 0.07), 0 10.166px 4.067px -2px rgba(0, 0, 0, 0.06), 0 16.902px 6.761px -2.5px rgba(0, 0, 0, 0.06);
    transition: all 0.5s ease;
    padding: 5px 5px 5px 25px;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #1E3A8A;
}

.prode1-2a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

/*  */
.prode1-2ai {
    flex: 0 0 auto;
    border-radius: 60px;
    background: #1E3A8A;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.prode1-2a:hover .prode1-2ai {
    background: #EA580C;
}

.prode1-2a i {
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.prode1-2a i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-150%, 150%);
}

.prode1-2a:hover i:nth-child(1) {
    transform: translate(150%, -150%);
}

.prode1-2a:hover i:nth-child(2) {
    transform: translate(-50%, -50%);
}

/* 产品详情下面 */
.prode-end {
    margin-top: 90px;
}

.prode2 {
    position: sticky;
    top: 130px;
    z-index: 14;
    overflow: hidden;
}

.prode2-u {
    display: flex;
    align-items: center;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    background: #fff;
    position: relative;
}


.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #149496;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #EAEFF5;
}

.prode2-u::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #EAEFF5;
}

.prode2-l {
    margin-right: 4.7vw;
    padding: 18px 0;
    position: relative;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    background: #EA580C;
    transition: all 0.5s ease;
}

.prode2-l:hover::after {
    width: 100%;
}

.prode2-l.on::after {
    width: 100%;
}

.prode2-la {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    display: block;
    transition: all 0.5s ease;
    width: max-content;
}

.prode2-la:hover {
    color: #EA580C;
}

.prode2-l.on .prode2-la {
    color: #EA580C;
}

/*  */
.prode3 {
    padding-top: 70px;
}

.prode3h {
    margin-bottom: 40px;
}

.prode3h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
}

/*  */
.prode3sp {
    padding-top: 80px;
}

/*  */
.prode7 {
    padding-top: 80px;
}

.prode7-u {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.prode7-l {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
    margin-bottom: 20px;
}

.prode7-limg {
    cursor: pointer;
}

.prode7-limg .img-box {
    padding-bottom: 58%;
    border-radius: 15px;
}

.prode7-limg .img-box img {
    transition: all 0.5s ease;
}

.prode7-limg:hover .img-box img {
    transform: scale(1.08);
}

/*  */
.prode5 {
    padding-top: 60px;
}

.prode5h {
    border-radius: 10px;
    background: #1E3A8A;
    margin-bottom: 20px;
    padding: 16px 23px;
}

.prode5h p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.prode5h p span {
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

/*  */
.prode5 .con2-fol {
    margin-bottom: 20px;
}

.prode5 .con2-fol input,
.prode5 .con2-fol textarea {
    border-radius: 10px;
    border: 1px solid #E8EBF4;
    background: #F6F7FA;
    padding: 16px 23px;
    color: #666;
}

.prode5 .con2-fol input:focus,
.prode5 .con2-fol textarea:focus {
    border: 1px solid #EA580C;
}

.prode5 .con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.prode5 .con2-fol input::-moz-placeholder {
    color: #666;
}

.prode5 .con2-fol input::-ms-input-placeholder {
    color: #666;
}

.prode5 .con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.prode5 .con2-fol textarea::-moz-placeholder {
    color: #666;
}

.prode5 .con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

/*  */
.prode6 {
    margin-top: 80px;
}

.prode6h {
    margin-bottom: 40px;
}

.prode6h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
}

.prode6-u {
    overflow: hidden;
}

#prode6-u {
    overflow: hidden;
}

/*  */
.prode6-swchan {
    margin-top: 60px;
}

.prode6-swchan .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.prode6-swchan .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.15);
    opacity: 1 !important;
    position: relative;
    width: 20px;
    height: 3px;
    transition: all 0.5s ease;
}

.prode6-swchan .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    background: #EA580C;
}

/* -------------------------------- */
/* prode4 */
.prode4 {
    position: relative;
}

.prode4-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ratingbox .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 15px;

    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ratingbox .rating input {
    display: none !important;
}

.ratingbox .rating input:checked~label:before {
    content: '\e9a1';
}

.ratingbox .rating label {
    font-size: 14px;

    margin-left: 5px;

    cursor: pointer;

    color: rgba(234, 88, 12, 1);
}

.ratingbox .rating label:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e9a2';
    -webkit-transition: all .35s;
    transition: all .35s;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ratingbox .rating label:hover:before,
.ratingbox .rating label:hover~label:before {
    content: '\e9a1';
}

/* Customer Reviews */
.prode4 {
    margin-top: 80px;
}

.prode4-1h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
    text-transform: capitalize;
}

.write-btn {
    cursor: pointer;
}

.write-btn span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.write-btn:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.write-form {
    display: none;
}

.form-review {
    margin-bottom: 56px;
}

.form-review>input,
.form-review>textarea {
    width: 100%;
    padding: 16px 23px;
    margin-bottom: 20px;
    background: transparent;
    transition: all 0.5s ease;

    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;

    border-radius: 10px;
    border: 1px solid #E8EBF4;
    background: #F6F7FA;
}

.form-review>input:focus,
.form-review>textarea:focus {
    border: 1px solid #EA580C;
}

.form-review>input::-webkit-input-placeholder {
    color: #666;
}

.form-review>input:-moz-placeholder {
    color: #666;
}

.form-review>input::-moz-placeholder {
    color: #666;
}

.form-review>input:-ms-input-placeholder {
    color: #666;
}

.form-review>textarea::-webkit-input-placeholder {
    color: #666;
}

.form-review>textarea:-moz-placeholder {
    color: #666;
}

.form-review>textarea::-moz-placeholder {
    color: #666;
}

.form-review>textarea:-ms-input-placeholder {
    color: #666;
}

.ratingbox {
    display: flex;
    align-items: center;
    padding: 16px 23px;
    margin-bottom: 20px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #E8EBF4;
    background: #F6F7FA;
}

.ratingbox p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

/* --------------- */
/*  */
.prode4-3box {
    margin-bottom: 50px;
}

.prode4-3box:last-child {
    margin-bottom: 0;
}

.prode4-3h {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.prode4-3h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.prode4-3hfly {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.prode4-3hfly1 {
    margin-right: 10px;
}

.prode4-3hfly1 p {
    color: #C00000;
    font-family: 'Archivo';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.prode4-3hfly p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    margin-right: 10px;
}

.prode4-3hfly2 i {
    font-size: 14px;
    color: rgba(234, 88, 12, 1);
}

.prode4-3p p {
    color: #666;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
}

@media (max-width: 1536px) {
    .product-show {
        padding: 70px 0 70px;
    }

    .prode1-2h {
        margin-bottom: 20px;
    }

    .prode1-2u {
        margin-bottom: 70px;
    }

    .prode-end {
        margin-top: 30px;
    }

    .prode1-1 {
        width: calc(48.35% + 18px);
    }

    .prode1-2 {
        width: calc(100% - 48.35% + 18px - 30px);
    }

    .prode1-2ai {
        --w: 34px;
    }

    .prode1-2a {
        padding: 5px 5px 5px 15px;
    }

    .prode2-l {
        margin-right: 2.7vw;
    }

    .prode3 {
        padding-top: 40px;
    }

    .prode3h {
        margin-bottom: 20px;
    }

    .prode7 {
        padding-top: 40px;
    }

    .prode6 {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .prode1 {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .slider-for {
        padding-right: 0;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .product-show {
        padding: 40px 0 40px;
    }

    .slider-nav .slick-slide {
        margin-right: 8px;
    }

    .prode1-2u {
        margin-bottom: 40px;
    }

    .prode1-2btn {
        flex-direction: column;
    }

    .prode1-2a {
        width: 100%;
        margin-bottom: 10px;
    }

    .prode7-l {
        width: 50%;
    }

    .prode5 {
        padding-top: 20px;
    }

    .prode5 .con2-fol input,
    .prode5 .con2-fol textarea {
        padding: 12px 16px;
    }

    .prode5 .con2-fol {
        margin-bottom: 10px;
    }

    .prode5h {
        margin-bottom: 10px;
        padding: 12px 12px;
    }

    .prode6h {
        margin-bottom: 20px;
    }

    .prode6-swchan {
        margin-top: 30px;
    }
}

/* 青岛建宇达国际贸易有限公司（订单展示） */
.ord-u {
    margin-right: calc(-.5 * 4.75rem);
    margin-left: calc(-.5 * 4.75rem);
    margin-bottom: 5px;
}

.ord-l {
    padding-right: calc(4.75rem * .5);
    padding-left: calc(4.75rem * .5);
    margin-bottom: 75px;
}

.ord-limg {
    display: block;
    margin-bottom: 44px;
}

.ord-limg .img-box {
    padding-bottom: 61%;
    border-radius: 16px;
}

.ord-limg .img-box img {
    transition: all 0.5s ease;
}

.ord-lbox:hover .ord-limg .img-box img {
    transform: scale(1.08);
}

.ord-lend {
    display: flex;
    align-items: flex-start;
}

.ord-lnum {
    flex: 0 0 auto;
    margin-right: 72px;
}

.ord-lnum p {
    color: #000;
    font-family: 'Sora';
    font-size: calc(var(--zj-prode1-2h) + 2px);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 6px;
    transition: all 0.5s ease;
}

.ord-lbox:hover .ord-lnum p {
    color: #EA580C;
}

.ord-lnum span {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ord-lbox:hover .ord-lnum span {
    color: #EA580C;
}

.ord-lte {
    flex: 1;
    max-width: 370px;
}

.ord-lh {
    display: block;
    margin-bottom: 20px;
}

.ord-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ord-lh p span {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    letter-spacing: -0.4px;
    --size: 1px;
    --color: #1E3A8A;
    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);
}

.ord-lbox:hover .ord-lh p span {
    color: #1E3A8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ord-lp p {
    color: #444;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1.46;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .ord-u {
        margin-right: calc(-.5 * 2.75rem);
        margin-left: calc(-.5 * 2.75rem);
        margin-bottom: 5px;
    }

    .ord-l {
        padding-right: calc(2.75rem * .5);
        padding-left: calc(2.75rem * .5);
        margin-bottom: 45px;
    }

    .ord-lnum {
        margin-right: 32px;
    }
}

@media (max-width: 992px) {
    .ord-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ord-l {
        width: 100%;
    }

    .ord-limg {
        margin-bottom: 22px;
    }
}

/*  */
.order-show {
    background: #F6F7FA;
}

.order-showbox {
    max-width: 1650px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 120px 0 140px;
}

.ordsh1 {
    width: 64.25%;
    flex: 0 0 auto;
}

.ordsh1-h {
    margin-bottom: 20px;
}

.ordsh1-h h2 {
    color: #000;
    font-family: 'Sora';
    font-size: calc(var(--zj-proseh) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: -0.68px;
}

.ordsh1-min {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DAE0F2;
    padding-bottom: 50px;
    margin-bottom: 80px;
}

.ordsh1-num p {
    color: #EA580C;
    font-family: 'Sora';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    margin-right: 60px;
}

.ordsh1-share {
    display: flex;
    align-items: center;
}

.ordsh1-share p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin-right: 16px;
}

/*  */
.ordsh1-tel {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(30, 58, 138, 0.10);
    padding: 50px;
    margin-bottom: 30px;
}

.ordsh1-tel:last-child {
    margin-bottom: 0;
}

.ordsh1-telh {
    padding-bottom: 26px;
    margin-bottom: 60px;
    position: relative;
}

.ordsh1-telh::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 66px;
    height: 1px;
    border-bottom: 1px solid #1E3A8A;
    z-index: 12;
}

.ordsh1-telh::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #DAE0F2;
}

.ordsh1-telh p {
    color: #1E3A8A;
    font-family: 'Sora';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-2uh) * 1.23);
    letter-spacing: -0.52px;
}

/*  */
.order-show .vid-limg .img-box {
    padding-bottom: 46%;
    border-radius: 15px;
}

.order-show .ordsh1-tel img {
    border-radius: 15px;
}

/*  */
.ordsh1-nav {
    margin-top: 80px;
}

.ordsh1-a {
    display: flex;
    align-items: center;
}

.ordsh1-ai {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 20px;
    transition: all 0.5s ease;
}

.ordsh1-a:hover .ordsh1-ai {
    background: rgba(234, 88, 12, 1);
}

.ordsh1-ai i {
    font-size: 16px;
    color: #fff;
}

.ordsh1-a {
    margin-bottom: 12px;
}

.ordsh1-a:last-child {
    margin-bottom: 0;
}

.ordsh1-a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ordsh1-a p span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.23);
    --size: 1px;
    --color: #1E3A8A;
    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);
}

.ordsh1-a:hover p span {
    color: #1E3A8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ordsh1-end>div {
    margin-top: 120px;
}

.ordsh1-foh {
    margin-bottom: 40px;
}

.ordsh1-foh p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
}

.ordsh1-form .con2-fol,
.ordsh1-form .con2-fol {
    margin-bottom: 20px;
}

.ordsh1-form .con2-fol input,
.ordsh1-form .con2-fol textarea {
    color: #666;
}

.ordsh1-form .con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.ordsh1-form .con2-fol input::-moz-placeholder {
    color: #666;
}

.con2-fol input::-ms-input-placeholder {
    color: #666;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.ordsh1-form .con2-fol textarea::-moz-placeholder {
    color: #666;
}

.ordsh1-form .con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

/*  */
.ordsh2 {
    width: calc(100% - 64.25% - 80px);
    flex: 0 0 auto;
    position: sticky;
    top: 150px;
}

.ordsh2-1h {
    margin-bottom: 30px;
}

.ordsh2-1h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.52px;
}

.ordsh2-1inp form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 9px 16px;
    border-radius: 6px;
    border: 1px solid #E8EBF4;
    background: #FFF;
}

.ordsh2-1inp form input {
    color: #666;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ordsh2-1inp form input::-webkit-input-placeholder {
    color: #666;
}

.ordsh2-1inp form input:-moz-placeholder {
    color: #666;
}

.ordsh2-1inp form input::-moz-placeholder {
    color: #666;
}

.ordsh2-1inp form input:-ms-input-placeholder {
    color: #666;
}

.ordsh2-1inp form>span button {
    background: transparent;
}

.ordsh2-1inp form>span i {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    line-height: normal;
    transition: all 0.5s ease;
}

.ordsh2-1inp form>span:hover i {
    color: rgba(234, 88, 12, 1);
}

/*  */
.ordsh2-2 {
    margin-top: 80px;
}

.ordsh2-2h {
    margin-bottom: 40px;
}

.ordsh2-2h p {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.52px;
}

/*  */
.ordsh2-2l {
    margin-bottom: 26px;
}

.ordsh2-2l:last-child {
    margin-bottom: 0;
}

.ordsh2-2la {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ordsh2-2limg {
    width: 29.5%;
    flex: 0 0 auto;
}

.ordsh2-2limg .img-box {
    padding-bottom: 60%;
    border-radius: 16px;
}

.ordsh2-2limg .img-box img {
    transition: all 0.5s ease;
}

.ordsh2-2la:hover .ordsh2-2limg .img-box img {
    transform: scale(1.08);
}

.ordsh2-2lte {
    width: calc(100% - 29.5% - 30px);
    flex: 0 0 auto;
}

.ordsh2-2lnum {
    margin-bottom: 10px;
}

.ordsh2-2lnum p {
    color: #666;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ordsh2-2la:hover .ordsh2-2lnum p {
    color: #EA580C;
}

.ordsh2-2lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ordsh2-2lh p span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.23);
    letter-spacing: -0.36px;
    --size: 1px;
    --color: #1E3A8A;
    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);
}

.ordsh2-2la:hover .ordsh2-2lh p span {
    color: #1E3A8A;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ordsh2-3 {
    margin-top: 80px;
}

.ordsh2-3u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.ordsh2-3l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.ordsh2-3l .pro2-limg .img-box {
    margin-bottom: 16px;
}

.ordsh2-3l .pro2-lte p span {
    font-size: var(--zj-subnav);
}

@media (max-width: 1536px) {
    .ordsh2 {
        width: calc(100% - 64.25% - 40px);
        top: 130px;
    }

    .ordsh2-2,
    .ordsh2-3 {
        margin-top: 40px;
    }

    .ordsh2-2limg {
        width: 35.5%;
    }

    .ordsh2-2lte {
        width: calc(100% - 35.5% - 12px);
    }

    .order-showbox {
        padding: 70px 0 70px;
    }
}

@media (max-width: 992px) {
    .ordsh1 {
        width: 100%;
    }

    .ordsh2 {
        display: none;
    }

    .ordsh1-min {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .ordsh1-tel {
        padding: 30px;
    }

    .ordsh1-num p {
        margin-right: 30px;
    }
}

@media (max-width: 499px) {
    .order-showbox {
        padding: 40px 0 40px;
    }

    .ordsh1-num p {
        margin-right: 0;
    }

    .ordsh1-num p {
        margin-bottom: 20px;
    }

    .ordsh1-min {
        align-items: flex-start;
        flex-direction: column;
    }

    .ordsh1-tel {
        padding: 20px 12px;
    }

    .ordsh1-telh {
        padding-bottom: 16px;
        margin-bottom: 30px;
    }

    .vid-li i {
        --w: 50px;
        font-size: 36px;
    }

    .ordsh1-nav {
        margin-top: 40px;
    }

    .ordsh1-ai {
        --w: 36px;
        margin-right: 10px;
    }

    .ordsh1-end>div {
        margin-top: 60px;
    }

    .ordsh1-foh {
        margin-bottom: 20px;
    }

    .ordsh1-form .con2-fol,
    .ordsh1-form .con2-fol {
        margin-bottom: 12px;
    }

    .prode4-1h {
        margin-bottom: 10px;
    }

    .prode4-1 {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;

    }

    .form-review>input,
    .form-review>textarea,
    .ratingbox {
        padding: 12px 13px;
        margin-bottom: 10px;
    }
}

/* 首页 ------------------------------------------- */
/* ind_ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-pagination {
    transition: all 0.5s ease;
    bottom: 40px;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 50%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e60e';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner .slick-arrow {
    line-height: 80px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 3%;
    /*width: 30px;*/
    /*height: 80px;*/
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    /*background-color: rgba(0, 0, 0, .2);*/
}

@media (max-width: 1536px) {
    .banner .swiper-pagination {
        bottom: 20px;
    }
}

@media (max-width: 991px) {
    .banner .slick-arrow {
        width: 20px;
        height: 50px;
    }

    .banner .item a {
        padding-bottom: 42%;
    }

    .banner-video-box {
        padding-bottom: 42%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .ind-ban {
        margin-top: 50px;
    }

    .banner .item a {
        padding-bottom: 66%;
    }

    .banner-video-box {
        padding-bottom: 66%;
    }

    .banner .swiper-pagination-bullet {
        width: 20px !important;
        height: 20px !important;
        margin: 0 4px !important;

    }

    .banner .swiper-pagination-bullet svg {
        width: 20px !important;
        height: 20px !important;
        display: none !important;
    }

    .banner .swiper-pagination-bullet span {
        width: 20px !important;
        height: 20px !important;
    }
}

.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    content: '\e727';
    line-height: 1;
    color: #000;
}

.banner .slick-arrow.slick-next {
    right: 5%;
    left: auto;
}

.banner .slick-arrow.slick-next:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    content: '\e728';
    line-height: 1;
    color: #000;
}

@media (max-width: 991px) {

    .banner .slick-arrow.slick-next:before,
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}

.banner .slick-arrow:hover {
    color: #9e0a0d;
}

.banner .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 1;
    background: none;
}

.banner .swiper-pagination-bullet svg {
    position: relative;
    z-index: 5;
    top: -1px;
    left: -1px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.banner .swiper-pagination-bullet svg circle {
    -webkit-transition: stroke-dashoffset .6s ease-out;
    transition: stroke-dashoffset .6s ease-out;
    stroke-width: 1px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
}

.banner .swiper-pagination-bullet span {
    position: absolute;
    z-index: 4;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    /* border: 1px solid rgba(158, 10, 13, 0); */
    border-radius: 50%;
}

.banner .swiper-pagination-bullet span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active svg circle {
    -webkit-animation: movedong 4s ease-out;
    animation: movedong 4s ease-out;
    stroke-dashoffset: 0;
}

.banner .swiper-pagination-bullet-active span {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active span:after {
    background-color: #fff;
}

@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@media (max-width: 1536px) {}


/* ind-text so1 */
.so1 {
    padding-top: 120px;
}

.so1-h {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-h p {
    color: #000;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2h) * 1.07);
    letter-spacing: -4px;
    text-transform: capitalize;
    max-width: 960px;
}

.so1-p {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 840px;
}

.so1-swimg .img-box {
    padding-bottom: 57%;
    border-radius: 20px;
    margin-bottom: 44px;
}

.so1-swimg .img-box img {
    transition: all 0.5s ease;
}

.so1-swbox:hover .so1-swimg .img-box img {
    transform: scale(1.08);
}

.so1-swh {
    display: block;
}

.so1-swh {
    margin-bottom: 18px;
}

.so1-swh p {
    color: #000;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.5px;
    transition: all 0.5s ease;
}

.so1-swbox:hover .so1-swh p {
    color: #1E3A8A;
}

.so1-swp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-swp p {
    color: #444;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 660px;
}

.so1-swchan {
    margin-top: 60px;
}

#so1-sw .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#so1-sw .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.15);
    opacity: 1 !important;
    position: relative;
    width: 20px;
    height: 3px;
    transition: all 0.5s ease;
}

#so1-sw .swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    background: #1E3A8A;
}

/*  */
.ind-mind {
    background: linear-gradient(180deg, #FFF 6.25%, #C8D5DE 33.65%, #84A0B5 66.35%, #84A0B5 100%);
}

.so2 {
    padding: 160px 0 150px;
}

.so2-h {
    margin-bottom: 24px;
}

.so2-h p {
    color: #000;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -4px;
    text-transform: capitalize;
}

.so2-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.so2-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 840px;
}

.so2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.so2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 50px;
}

.so2-limg .img-box {
    padding-bottom: 74%;
    border-radius: 15px;
    margin-bottom: 34px;
}

.so2-limg .img-box img {
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-limg .img-box img {
    transform: scale(1.08);
}

.so2-lh {
    display: block;
    margin-bottom: 16px;
}

.so2-lh p span {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-lh p span {
    color: #1E3A8A;
}

.so2-lp {
    margin-bottom: 30px;
}

.so2-lp p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
}

.so2-libox {
    display: flex;
}

.so2-li {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-li {
    border: 1px solid rgba(234, 88, 12, 1);
    background: rgba(234, 88, 12, 1);
    transform: rotate(45deg);
}

.so2-li i {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.so2-lbox:hover .so2-li i {
    color: #FFF;
}

/*  */
.ind-pro {
    position: relative;
}

.ind-probg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}

.ind-probg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
}

.so3 {
    padding-bottom: 60px;
    position: relative;
    z-index: 10;
}

.so3-h {
    margin-bottom: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-h p {
    color: #000;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2h) * 1.07);
    letter-spacing: -4px;
    max-width: 919px;
}

.so3-smh {
    margin-bottom: 24px;
}

.so3-smh p {
    color: #1E3A8A;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

.so3-p {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-p p {
    color: #222;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    max-width: 980px;
}

/*  */
.so3-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-btna {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 99px;
    background: #1E3A8A;
    box-shadow: 0 2.351px 0.941px -1px rgba(0, 0, 0, 0.20), 0 5.573px 2.229px -1px rgba(0, 0, 0, 0.07), 0 10.166px 4.067px -2px rgba(0, 0, 0, 0.06), 0 16.902px 6.761px -2.5px rgba(0, 0, 0, 0.06);
    transition: all 0.5s ease;
    padding: 5px 5px 5px 25px;
    transition: all 0.5s ease;
}

.so3-btna span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

/*  */
.so3-btnai {
    flex: 0 0 auto;
    border-radius: 60px;
    background: #EA580C;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    margin-left: 54px;
}

.so3-btnai i {
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.so3-btnai i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-150%, 150%);
}

.so3-btna:hover i:nth-child(1) {
    transform: translate(150%, -150%);
}

.so3-btna:hover i:nth-child(2) {
    transform: translate(-50%, -50%);
}

/* ind-img so4 */
.ind-img {
    position: relative;
    z-index: 12;
}

.so4 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
    min-height: 1000px;
}

/*  */
.so5 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px;
}

.so5-sw1 {
    position: relative;
}

#so5-sw1 {
    overflow: hidden;
}

.so5-sw1h {
    margin-bottom: 26px;
}

.so5-sw1h p {
    color: #FFF;
    font-family: 'Sora';
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -5px;
    text-transform: capitalize;
}

.so5-sw1p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 620px;
}

/*  */
.so5-sw2 {
    margin-top: 100px;
}

.so5-lbox {
    position: relative;
    cursor: pointer;
}

.so5-lbox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
}

.so5-lbox::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #FFF;
    left: 0;
    top: 0;
}

.so5-l.on .so5-lbox::after {
    width: 100%;
    transition: all 4.5s ease;
}

.so5-lh {
    padding: 21px 0;
}

.so5-lh p {
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -0.44px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so5-l.on .so5-lh p {
    color: #FFF;
}

/*  */
.so6 {
    padding: 154px 0 120px;
}

.so6-h {
    margin-bottom: 24px;
}

.so6-h p {
    color: #000;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -4px;
    text-transform: capitalize;
}

.so6-p {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so6-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 840px;
}

.so6-sw {
    position: relative;
}

#so6-sw {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .so1 {
        padding-top: 70px;
    }

    .so1-p {
        margin-bottom: 40px;
    }

    .so2 {
        padding: 70px 0 70px;
    }

    .so2-p {
        margin-bottom: 40px;
    }

    .so6 {
        padding: 74px 0 70px;
    }

    .so6-p {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .so1-h p {
        letter-spacing: 0;
    }

    .so2-h p {
        letter-spacing: 0;
    }

    .so2-l {
        width: 33.33%;
    }

    .so3-h p {
        letter-spacing: 0;
    }

    .so6-h p {
        letter-spacing: 0;
    }

    .so5-l {
        width: 50%;
        margin-bottom: 10px;
    }

    .so4 img {
        min-height: 700px;
    }
}

@media (max-width: 768px) {
    .so2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .so2-l {
        width: 100%;
    }

    .so5-l {
        width: 100%;
    }

    .ind-ban {
        margin-top: 0;
    }

    .so1 {
        padding-top: 40px;
    }

    .so1-h {
        margin-bottom: 12px;
    }

    .so1-p {
        margin-bottom: 20px;
    }

    .so1-swimg .img-box {
        margin-bottom: 22px;
    }

    .so1-swh p {
        letter-spacing: 0;
        line-height: 1.2;
    }

    .so1-swchan {
        margin-top: 30px;
    }

    .so2 {
        padding: 40px 0 40px;
    }

    .so2-p {
        margin-bottom: 20px;
    }

    .so2-l {
        margin-bottom: 30px;
    }

    .so2-limg .img-box {
        margin-bottom: 17px;
    }

    .so3-h {
        margin-bottom: 23px;
    }

    .so3-btnai {
        --w: 36px;
        margin-left: 24px;
    }

    .so5-sw1h p {
        letter-spacing: 0;
    }

    .so5 {
        bottom: 25px;
    }

    .so5-lh {
        padding: 11px 0;
    }

    .so5-sw2 {
        margin-top: 40px;
    }

    .so6 {
        padding: 44px 0 40px;
    }

    .so6-p {
        margin-bottom: 30px;
    }
}

.ind-ban {
    position: relative;
}

.ind-banbtn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 12;
    padding: 15px 58px;
    border-radius: 10px 0 0 0;
    background: #1E3A8A;
    cursor: pointer;
}

.ind-banbtn p {
    color: #FFF;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
}

.ind-fly {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 10209;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.ind-fly.on {
    opacity: 1;
    pointer-events: auto;
}

.ind-flybox {
    background: #FFF;
    width: 1053px;
    max-width: 92%;
    margin: auto;
    position: relative;
    top: 218px;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.ind-fly1 {
    width: 38%;
    flex: 0 0 auto;
}

.ind-fly1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ind-fly2 {
    padding: 52px 75px;
    position: relative;
}

.ind-flyh {
    margin-bottom: 37px;
}

.ind-flyh p {
    color: #202733;
    text-align: center;
    font-family: 'Sora';
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.08px;
    text-transform: capitalize;
}

.ind-flyfrom .con2-fol {
    margin-bottom: 10px;
}

.ind-flyfrom .con2-fol:last-child {
    margin-bottom: 16px;
}

.ind-flyfrom .con2-fol input,
.ind-flyfrom .con2-fol textarea {
    padding: 16px 18px;
    border: 1px solid #E8EBF4;
    background: #F6F7FA;
    color: #666;
}

.ind-flyfrom .con2-fol input:focus,
.ind-flyfrom .con2-fol textarea:focus {
    border: 1px solid #EA580C;
}

.ind-flyfrom .con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.ind-flyfrom .con2-fol input::-moz-placeholder {
    color: #666;
}

.ind-flyfrom .con2-fol input::-ms-input-placeholder {
    color: #666;
}

.ind-flyfrom .con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.ind-flyfrom .con2-fol textarea::-moz-placeholder {
    color: #666;
}

.ind-flyfrom .con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

.ind-flyfrom .con2-fobt {
    justify-content: center;
}

/*  */
.ind-flyico {
    position: absolute;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(232, 235, 244, 1);
    background: rgba(246, 247, 250, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.ind-flyico i {
    font-size: 12px;
    line-height: normal;
    color: rgba(30, 58, 138, 1);
}

@media (max-width: 1536px) {
    .ind-flybox {
        top: 96px;
    }

    .ind-fly2 {
        padding: 34px 48px;
        position: relative;
    }
}

@media (max-width: 992px) {

    .ind-flyfrom .con2-fol input,
    .ind-flyfrom .con2-fol textarea {
        padding: 12px 12px;
    }

    .ind-banbtn {
        padding: 12px 24px;
    }
}

@media (max-width: 768px) {

    .ind-fly1 {
        display: none;
    }

    .ind-fly2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ind-flybox {
        top: 24px;
    }

    .ind-fly2 {
        padding: 30px 18px;
    }

    .ind-flyh {
        margin-bottom: 27px;
    }
}

.ven2sppbc {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2spc:hover .ven2sppbc {
    opacity: 1;
    pointer-events: auto;
}

/*  */
.pro1spa {
    display: block;
    margin-top: 10px;
}

.pro1-l2a {
    align-items: flex-start;
    flex-direction: column;
}

.pro1spa span {
    --size: 0;
    color: #444 !important;
}

.pro1spa.on span {
    color: #EA580C !important;
}

.pro1spa:hover span {
    color: #EA580C !important;
}

.pro1sppc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l2a:hover .pro1sppc {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2a.on .pro1sppc {
    max-height: 500px;
    opacity: 1;
}