.ven-end {
    display: flex;
    justify-content: space-between;
}

.ven-endu {
    display: flex;
    align-items: center;
}

.ven-endbox {
    width: calc(100% - 73px - 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ven-endu {
    height: 100%;
}

.ven-endl {
    margin-right: 1.7vw;
    position: relative;
    height: 100%;
}

.ven-endl:last-child {
    margin-right: 0;
}

.ven-endla {
    display: block;
    /* padding: 24px 0; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ven-endla span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);

    --size: 1px;
    --color: #0652BC;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven-endla:hover span {
    color: #0652BC;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven-endl.on .ven-endla span {
    color: #0652BC;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven-endla i {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    margin-left: 4px;
}

/*  */
.ven-share {
    display: flex;
    align-items: center;
}

.ven-sharel {
    margin-right: 20px;
}

.ven-sharel:last-child {
    margin-right: 0;
}

.ven-sharela {
    position: relative;
    display: block;
}

.ven-sharela img {
    width: 43px;
}

.ven-sharela i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: rgba(25, 48, 109, 1);
    transition: all 0.5s ease;
}

.ven-sharela:hover i {
    color: rgba(0, 88, 221, 1);
}

@media (max-width: 1700px) {
    .ven-endl {
        margin-right: 2.14vw;
    }

    .ven-sharel {
        margin-right: 8px;
    }

}

@media (max-width: 1536px) {
    .ven-sharela img {
        width: 34px;
    }

    .ven-sharela i {
        font-size: 18px;
        line-height: normal;
    }

    .ven-endl {
        margin-right: 1.14vw;
    }

    .ven-endla span {
        font-size: 12px;
    }

    .ven-endla i {
        font-size: 10px;
    }


}

@media (max-width: 1199.9px) {

    .ven-endu {
        display: none;
    }

    .ven-con {
        display: none;
    }


}

/* 头部下面几个产品 */

#ven {
    transition: all 0.5s ease;
    background: #FFF;
}

.ventricle {
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.headersp {
    background: #FFF !important;
}

.ventricle {
    background: #FFF !important;
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
    background: #263D80;
}

.hea-box>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ven1-loim {
    padding: 0 0 21px;
    position: relative;
    z-index: 12;
}

.ven1-loim::after {
    position: absolute;
    content: "";
    --w: 110px;
    width: var(--w);
    height: var(--w);
    background: #FFF;
    border-radius: 50%;
    left: 50%;
    top: calc(50% - 24px);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.ven1-loim img {
    width: 73px;
    transition: all 0.5s ease;
    margin-top: -9px;
}

.ven1-loim img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.ven2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 73px - 60px);
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 4.35vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 0;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.ven2-la::before {
    font-family: 'iconfont';
    content: '\e602';
    font-size: 16px;
    color: #FFF;
    margin-right: 6px;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-la::before {
    opacity: 1;
}

.ven2-l.on .ven2-la::before {
    opacity: 1;
}

.ven2-la span {
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);

    --size: 0;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lsa:hover .ven2-la span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
    color: #FFF;
}

.ven2-l.on .ven2-la span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
    color: #FFF;
}

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.vensesv::after,
.vensesv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
    display: none;
}

.vensesv::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.vensesv:hover:before,
.vensesv:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.vensesv i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: rgba(255, 255, 255, 1);
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-inqury {
    flex: 0 0 auto;
}

.ven-inqury a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #0652BC;
    padding: 3px 3px 3px 20px;
}

.ven-inqury a p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2cona);
    text-transform: capitalize;
}

.ven-inqi {
    border-radius: 100px;
    background: #FFF;
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    margin-left: 12px;
}

.ven-inqury a i {
    font-size: 18px;
    color: rgba(6, 82, 188, 1);
    display: block;
}

.ven-inqury a:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven-inqury a span {
    --w: 8px;
    width: var(--w);
    height: var(--w);
    background: #0652BC;
    border-radius: 50%;
    position: absolute;
    left: 17px;
    top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*  */
.ven-con a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #19306D 0%, #0058DD 100%);
    min-width: 236px;
    height: 45px;
}

.ven-con a p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.ven-con a i {
    font-size: 16px;
    line-height: 16px;
    margin-left: 6px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    display: block;
}

.ven-con a:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/*  */
.ven-line {
    width: 1px;
    height: 14px;
    margin: 0 16px;
    background: rgba(255, 255, 255, 0.20);
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ven2-langbt i {
    font-size: 20px;
    color: #FFF;
    display: block;
}

.headersp .ven2-langbt i {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven2-langbt i {
    color: rgba(34, 34, 34, 1);
}

.ven2-langbt:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt 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);
    margin-left: 8px;
}

.headersp .ven2-langbt span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven2-langbt span {
    color: rgba(34, 34, 34, 1);
}


/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 1790px) {
    .ven-endl {
        margin-right: 1vw;
    }

    .ven-endla span {
        font-size: 14px;
    }
}

@media (max-width: 1536px) {
    .ven1-loim {
        padding: 6px 0;
    }


    .ven1-loim img {
        width: 60px;
    }

    .ven1-loim::after {
        --w: 70px;
        top: calc(50% - 18px);
    }

    .ven2,
    .ven-endbox {
        width: calc(100% - 60px - 30px);
    }

    .menu-language .select-name {
        padding: 12px 0 !important;
    }

    .ven-endl {
        margin-right: 0.8vw;
    }

    .ven2-l {
        margin-right: 1.4vw;
    }

    .ven2-l:last-child {
        margin-right: 2.2vw;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }

    /*  */
    .ven-con a {
        min-width: 190px;
        height: 34px;
    }

    .ven-endla {
        padding: 18px 0;
    }

    .ven-inqury a {
        padding: 3px 3px 3px 12px;
    }
}

@media (max-width: 1360px) {
    .ven-endla span {
        font-size: 13px;
    }
}

@media (max-width: 1280px) {
    .ven-endla span {
        font-size: 12px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven1-loim {
        padding: 0 0 6px;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {

    .ven1-loim img {
        width: 50px;
    }

    .ven-inqury a p {
        display: none;
    }

    .ven-inqi {
        margin-left: 0;
    }

    .ven-inqury a {
        padding: 3px;
    }

    .ven2-tell>a span {
        display: none;
    }

    .vensesv i {
        margin-left: 0;
        font-size: 18px;
    }

    .vensesv span {
        display: none;
    }

    .ven-sharela img {
        width: 28px;
    }

    .ven-sharela i {
        font-size: 14px;
        line-height: normal;
    }
}

/* 这个项目特有xsy */
.ven2-right {
    display: flex;
    align-items: center;
}

.ven2-tell {
    margin-right: 32px;
}

.ven2-tell>a {
    display: flex;
    align-items: center;
}

.ven2-tell>a i {
    font-size: var(--zj-subnav);
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
}

.ven2-tell>a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-tell>a:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* end */

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2 .ven2-ler {
    z-index: 12;
    width: 180%;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven-endl: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: #222;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #0652BC;
    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: #0652BC;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #C29C6B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #C29C6B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #00998B;
    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: #00998B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 728%;
    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: #012F6B;
    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: 600%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1536px) {
    .ven2-tell {
        margin-right: 16px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 298%;
        right: 0;
    }

    .ven2,
    .ven-endbox {
        justify-content: flex-end;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 428%;
        right: -138px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven2-tell>a i {
        margin-right: 0;
    }

    .ven-line {
        margin: 0 8px;
    }

    .ven1-loim::after {
        --w: 58px;
    }

}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #FFF;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #FFF;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #FFF;
}

.headersp #venPho .venPhoSack.on::before {
    background: #FFF;
}

.ventricle #venPho .venPhoSack.on::before {
    background: #FFF;
}

/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #FFF;
}

.headersp #venPho .venPhoSack.on::after {
    background: #FFF;
}

.ventricle #venPho .venPhoSack.on::after {
    background: #FFF;
}

/* .ventricle .venPhoSack::after {
    background: #222 !important;
} */

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #FFF;
}

.ventricle #venPho .venPhoSack span {
    background: #FFF;
}

/* .ventricle .venPhoSack span {
    background: #222 !important;
} */

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 107px;
    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: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #19306D;
}

.xiantiao>a {
    color: #19306D;
}

.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: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    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: #C4AB68;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 95px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1360px;
}

.sub-te {
    margin-bottom: 30px;
}

.sub-te p {
    color: #FFF;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 1536px) {

    .sub-te {
        margin-bottom: 15px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {

    .sub-te {
        margin-bottom: 10px;
    }
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 300px;
    }

    /*  */
    .sub-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: 265px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 160px;
    }

    .subnav-box {
        padding: 4px 0;
    }

    .subnav i {
        font-size: 18px;
        margin-right: 8px;
    }
}

/*  */
.subnav-box {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(5px);
    z-index: 12;
    padding: 13px 0;
}

.subnav {
    display: flex;
    align-items: stretch;
    margin-bottom: 24px;
}

.subnav i {
    font-size: 24px;
    color: #FFF;
    margin-right: 18px;
    line-height: normal;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF !important;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.breadcrumb-item a:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item:last-child a span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .subnav-box {
        padding: 8px 0;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    background: #F5F5F5;
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-ven2-la);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    color: #FFF;
    background: #0652BC;
}

.sub-pagel.on a {
    color: #FFF;
    background: #0652BC;
}

.sub-pagel:last-child a,
.sub-pagel:first-child a {
    margin: 0 25px;
}

.sub-pagel:last-child a,
.sub-pagel:first-child a {
    --w: auto;
    background: transparent;
}

.sub-pagel:last-child a:hover,
.sub-pagel:first-child a:hover {
    color: #0652BC;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }

    .sub-pagel a i {
        --w: 26px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 164px;
}

[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: 113px;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 1199.9px) {
    [data-sub-pad="header100"] {
        margin-top: 107px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 94px;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }
}

/* 语言新 */
.menu-language {
    position: relative;
    height: 100%;
}

@media (max-width: 1199px) {
    /* .menu-language {
        padding: 0 10px;
    } */
}

.menu-language::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
}

.menu-language:hover .drop-select {
    opacity: 1;
    pointer-events: auto;
}

.menu-language .select-name {
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    height: 100%;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;

    padding: 24px 0;
}

@media (max-width: 1400px) {
    .menu-language .select-name {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .menu-language .select-name {
        font-size: 14px;
        letter-spacing: normal;
    }
}

/* @media (max-width: 767px) {
    .menu-language .select-name {
        font-size: 0;
    }
} */

.menu-language .select-name:hover {
    color: rgba(255, 255, 255, 1);
}

.menu-language .select-name::before {
    font-size: 16px;
    content: '\e643';
    color: rgba(255, 255, 255, 0.65);
    font-family: 'iconfont' !important;
    margin-right: 12px;
    transition: all 0.5s ease;
}

.menu-language .select-name:hover:before {
    color: rgba(255, 255, 255, 1);
}

/* @media (max-width: 1199px) {
    .menu-language .select-name::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name::before {
        margin-right: 0;
        font-size: 24px;
    }
} */

.menu-language .select-name::after {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.65);
    content: '\e682';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.menu-language .select-name:hover::after {
    color: rgba(255, 255, 255, 1);
}

/* @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 */

/* contact */
.contact {
    padding: 100px 0 430px;
}

.con-h {
    margin-bottom: 32px;
}

.con-h p {
    color: #000;
    text-align: center;
    /* font-family: 'Sora'; */
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-news-h);
    text-transform: capitalize;
}

.con-smh {
    margin-bottom: 16px;
}

.con-smh p {
    color: #0652BC;
    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-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.con-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.625);
    max-width: 870px;
}

.con-line {
    background: #FBFDFF;
    width: 100%;
    height: 1px;
    margin: 70px 0 80px;
}

.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(6, 82, 188, 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: #0652BC;
    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: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2-la);
    transition: all 0.5s ease;
}

.con1-l:hover .con1-lh p {
    color: #000;
}

.con1-la {
    display: block;
    margin-bottom: 14px;
}

.con1-la:last-child {
    margin-bottom: 0;
}

.con1-la p span {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    --size: 1px;
    --color: #0652BC;
    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: #0652BC;
    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: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 9px;
}

.con2-fol input,
.con2-fol textarea {
    color: #666;
    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 #F0F0F0;
    background: #F5F5F5;

    transition: all 0.5s ease;
    padding: 16px 21px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #0652BC;
}

.con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.con2-fol input::-moz-placeholder {
    color: #666;
}

.con2-fol input::-ms-input-placeholder {
    color: #666;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.con2-fol textarea::-moz-placeholder {
    color: #666;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: flex-end;
}

.con2-fobt button {
    position: relative;
    overflow: hidden;
    border-radius: 80px;
    background: #0652BC;
    padding: 6px 6px 6px 20px;
    display: flex;
    align-items: center;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-24%, -190%) rotate(-30deg);
    transform: translate(-24%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con2-fobt button:hover:before,
.con2-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

.con2-foi {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
}

.con2-fobt button i {
    font-size: 14px;
    line-height: normal;
    color: rgba(6, 82, 188, 1);
    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) {
    .contact {
        padding: 70px 0 230px;
    }

    .con1 {
        width: calc(100% - 56.66% - 72px);
    }

    .con-line {
        margin: 30px 0 40px;
    }

    .con1-li {
        --w: 52px;
        margin-right: 18px;
    }

    .con1-li i {
        --w: 44px;
    }
}

@media (max-width: 992px) {
    .contact {
        padding: 70px 0 130px;
    }

    .con-end {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .contact {
        padding: 40px 0 40px;
    }

    .con-h {
        margin-bottom: 16px;
    }

    .con-line {
        margin: 20px 0 30px;
    }

    .con1-li {
        --w: 42px;
        margin-right: 12px;
    }

    .con1-li i {
        --w: 34px;
        font-size: 16px;
    }

    .con1-l {
        margin-bottom: 20px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 12px 11px;
    }

    .con2-foi {
        --w: 30px;
        margin-left: 8px;
    }

    .con2-fobt button {
        padding: 3px 3px 3px 12px;
    }
}

/* footer */
#footer {
    background: #0652BC;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    padding: 118px 0 0;
}

.ft1-1h {
    margin-bottom: 22px;
}

.ft1-1h p {
    color: #FFF;
    /* font-family: 'Sora'; */
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: capitalize;
    max-width: 634px;
}

.ft1-1p {
    margin-bottom: 24px;
}

.ft1-1p p {
    color: rgba(255, 255, 255, 0.65);
    /* font-family: 'Sora'; */
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/*  */
.ft1-1from {
    margin-bottom: 50px;
}

.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 80px;
    background: #FFF;
    overflow: hidden;
    padding: 20px 30px;
    transition: all 0.5s ease;
    max-width: 530px;
}

.ft1-sehfo input {
    color: #666;
    /* font-family: 'Sora'; */
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    background: transparent;
    border: none;
    width: 60%;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: #666;
}

.ft1-sehfo input::-moz-placeholder {
    color: #666;
}

.ft1-sehfo input::-ms-input-placeholder {
    color: #666;
}

/*  */
.ft1-sehfo button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft1-sehfo button::after,
.ft1-sehfo button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft1-sehfo button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft1-sehfo button:hover:before,
.ft1-sehfo button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft1-sehfo button i {
    font-size: 22px;
    line-height: normal;
    color: rgba(6, 82, 188, 1);
}

.ft1-sehfo button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/* ft1-2 */
.ft1-2 {
    width: 50%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-2l {
    min-width: 220px;
}

.ft1-2lh {
    margin-bottom: 50px;
}

.ft1-2lh p {
    color: #FFF;
    /* font-family: 'Sora'; */
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2la) * 1.25);
    text-transform: capitalize;
}

/*  */
.ft1-2labox {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ft1-2labox:last-child {
    margin-bottom: 0;
}

.ft1-2li i {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    line-height: normal;
}

.ft1-2line {
    width: 1px;
    height: 56px;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 26px 0 16px;
}

/* liebiao */
.ft1-2la {
    display: block;
    max-width: 295px;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la span {
    color: rgba(255, 255, 255, 0.65);
    /* font-family: 'Sora'; */
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft1-2la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* lianxi */
.ft1-2lfl {
    margin-bottom: 16px;
}

.ft1-2lfl:last-child {
    margin-bottom: 0;
}

.ft1-2lfla span {
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.25);

    --size: 1px;
    --color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft1-2lfla:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

div.ft1-2lfla span {
    display: block;
    max-width: 283px;
}

.ft1-2lfla p {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 6px;
}

.ft1-share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ft1-share>a {
    --w: 42px;
    width: var(--w);
    height: var(--w);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.ft1-share>a:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}

.ft1-share>a i {
    font-size: 24px;
    color: #FFF;
    transition: all 0.5s ease;
}

/*  */
.ft2 {
    margin: 60px 0;
}

.marquee-container {
    overflow: hidden;
    position: relative;
}

.marquee-wrapper {
    display: flex;
    width: max-content;
    animation: marquee 50s linear infinite;
}

.marquee-content {
    white-space: nowrap;
    width: max-content;
    flex-shrink: 0;
    padding-right: 2%;

    color: #FFF;
    text-align: center;
    /* font-family: 'Sora'; */
    font-size: 232px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-content span {
    display: flex;
    align-items: center;
}

/*  */
.ft3-box {
    background: #003F97;
}

.ft3 {
    position: relative;
    padding: 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy span {
    color: rgba(255, 255, 255, 0.45);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.ft3-1cnzz {
    padding-bottom: 2px;
    margin: 0 16px;
}

.ft3-1pow span {
    color: rgba(255, 255, 255, 0.45);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 12px;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.45);
    margin: 0 8px;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: rgba(255, 255, 255, 0.45);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft1-1 {
        width: 40%;
        flex: 0 0 auto;
    }

    .ft1-2line {
        margin: 0 13px 0 8px;
    }

    .ft1-2l {
        min-width: 180px;
    }

    .ft1 {
        padding: 68px 0 0;
    }

    .ft1-2lh {
        margin-bottom: 30px;
    }

    .ft2 {
        margin: 30px 0;
    }

    .marquee-content {
        font-size: 120px;
    }

    .ft3 {
        padding: 16px 0;
    }

    .ft1-sehfo {
        padding: 10px 12px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 48px;
    }
}

@media (max-width: 992px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft3 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1cnzz {
        margin: 0;
    }
}

@media (max-width: 499px) {
    .ft1-2l:nth-child(1) {
        display: none;
    }

    .ft1 {
        padding: 38px 0 0;
    }

    .ft1-1h {
        margin-bottom: 12px;
    }

    .ft1-1p {
        margin-bottom: 12px;
    }

    .ft1-1from {
        margin-bottom: 30px;
    }

    .ft1-share>a {
        --w: 32px;
        margin-right: 6px;
    }

    .ft1-2u {
        display: none;
    }

    .ft1-1 {
        margin-bottom: 0;
    }

    .marquee-content {
        font-size: 90px;
    }

    .ft2 {
        margin: 20px 0;
    }

    .ft3 {
        padding: 8px 0;
    }
}

/* 山东禹盛源供应链有限公司（新闻） news */
.ne-box {
    padding: 100px 0;
}

.ne-h {
    margin-bottom: 20px;
}

.ne-h p {
    color: #000;
    text-align: center;
    /* font-family: 'Sora'; */
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-news-h);
    text-transform: uppercase;
}

.ne-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 60px;
}

.ne-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.5);
    max-width: 1150px;
}

.ne-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 20px;
}

.ne-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 40px;
}

.ne-la {
    display: blocks;
}

.ne-limg {
    position: relative;
    margin-bottom: 20px;
}

.ne-limg .img-box {
    padding-bottom: 68%;
    border-radius: 16px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-la:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lp {
    position: absolute;
    padding: 6px 10px;
    border-radius: 80px;
    background: #0652BC;
    left: 30px;
    top: 30px;
    z-index: 12;
}

.ne-lp p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

.ne-lh {
    margin-bottom: 20px;
}

.ne-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lh p span {
    color: #000;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.25);
    text-transform: capitalize;
    --size: 1px;
    --color: #0652BC;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-la:hover .ne-lh p span {
    color: #0652BC;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lnum p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 70px 0;
    }

    .ne-p {
        margin-bottom: 30px;
    }

    .ne-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 20px;
    }

    .ne-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .ne-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 40px 0;
    }

    .ne-l {
        width: 100%;
    }

    .ne-h {
        margin-bottom: 12px;
    }

    .ne-p {
        margin-bottom: 16px;
    }

    .ne-lp {
        left: 15px;
        top: 15px;
    }

    .ne-u {
        margin-bottom: 10px;
    }
}

/* 山东禹盛源供应链有限公司（客户验厂） */
.cus-box {
    padding: 100px 0;
}

.cus-h {
    margin-bottom: 60px;
}

.cus-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-news-h);
}

.cus-h p span {
    color: #0652BC;
}

/*  */
.cus-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 28px;
}

.cus-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 32px;
}

.cus-lbox {
    cursor: pointer;
}

.cus-limg .img-box {
    padding-bottom: 76%;
    border-radius: 16px;
    margin-bottom: 10px;
}

.cus-limg .img-box img {
    transition: all 0.5s ease;
}

.cus-lbox:hover .cus-limg .img-box img {
    transform: scale(1.08);
}

.cus-lte {
    border-radius: 16px;
    border: 1px solid rgba(6, 82, 188, 0.15);
    background: #FBFDFF;
    padding: 20px;
    transition: all 0.5s ease;
}

.cus-lbox:hover .cus-lte {
    border: 1px solid #0652BC;
    background: #0652BC;
}

.cus-lte p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cus-lbox:hover .cus-lte p {
    color: #FFF;
}

@media (max-width: 1536px) {
    .cus-box {
        padding: 70px 0;
    }

    .cus-h {
        margin-bottom: 30px;
    }

    .cus-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 14px;
    }

    .cus-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 16px;
    }

    .cus-lte {
        padding: 12px;
    }
}

@media (max-width: 992px) {
    .cus-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .cus-box {
        padding: 40px 0;
    }

    .cus-l {
        width: 100%;
    }

    .cus-h {
        margin-bottom: 15px;
    }
}

/* 山东禹盛源供应链有限公司（工厂展示） */
.exp-box {
    padding: 100px 0;
}

.exp-h {
    margin-bottom: 60px;
}

.exp-h p {
    color: #000;
    text-align: center;
    /* font-family: 'Sora'; */
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-news-h);
}

.exp-h p span {
    color: #0652BC;
}

/*  */
.exp-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 30px;
}

.exp-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.exp-lbox {
    cursor: pointer;
}

.exp-limg {
    position: relative;
    border-radius: 8px;
    border: 1px solid #0652bc00;
    background: linear-gradient(114deg, #0652BC 0.26%, #FBFDFF 48.34%, #0652BC 99.28%);
    transition: all 0.5s ease;
    margin-bottom: 16px;
}

.exp-lbox:hover .exp-limg {
    border: 1px solid #0652bc;
}

.exp-limg .img-box {
    padding-bottom: 68%;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.exp-limg .img-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    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;
}

.exp-lbox:hover .exp-limg .img-box::after {
    opacity: 1;
}

.exp-lbox:hover .exp-limg .img-box {
    transform: scale(0.9);
}

.exp-limg .img-box img {
    transition: all 0.5s ease;
}

.exp-lbox:hover .exp-limg .img-box img {
    transform: scale(1.08);
}

.exp-li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
}

.exp-lbox:hover .exp-li {
    opacity: 1;
}

.exp-li i {
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    line-height: normal;
}

.exp-lte p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exp-lbox:hover .exp-lte p {
    color: #0652BC;
}

@media (max-width: 1536px) {
    .exp-box {
        padding: 70px 0;
    }

    .exp-h {
        margin-bottom: 30px;
    }

    .exp-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 15px;
    }

    .exp-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }
}

@media (max-width: 1199.9px) {
    .exp-l {
        width: 33.33%;
    }
}

@media (max-width: 992px) {
    .exp-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .exp-l {
        width: 100%;
    }

    .exp-box {
        padding: 40px 0;
    }

    .exp-h {
        margin-bottom: 16px;
    }
}

/* 山东禹盛源供应链有限公司（关于我们） */
.ab1-box {
    padding: 100px 0 0;
}

.ab1-smh {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.ab1-smh i {
    font-size: 20px;
    color: rgba(6, 82, 188, 1);
    margin-right: 8px;
}

.ab1-smh p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

.ab1-h {
    margin-bottom: 90px;
}

.ab1-h p {
    color: #000;
    /* font-family: 'Sora'; */
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-news-h) * 1.25);
    max-width: 950px;
}

.ab1-h p span {
    color: #0652BC;
}

.ab1-te {
    padding-left: 17%;
}

.ab1-ph {
    margin-bottom: 40px;
}

.ab1-ph p {
    color: #0652BC;
    /* font-family: 'Sora'; */
    font-size: 32px;
    font-style: var(--zj-proseh);
    font-weight: normal;
    line-height: var(--zj-proseh);
    text-transform: uppercase;
}

.ab1-p 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-p p:last-child {
    margin-bottom: 0;
}

/*  */
.ab1-video {
    margin-top: 88px;
}

.ab1-img {
    position: relative;
    display: block;
}

.ab1-img .img-box {
    padding-bottom: 38%;
    border-radius: 16px;
}

.ab1-img .img-box img {
    transition: all 0.5s ease;
}

.ab1-img:hover .img-box img {
    transform: scale(1.08);
}

.ab1-i {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.ab1-i i {
    --w: 70px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #0652BC;
    font-size: 48px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.ab1-img:hover .ab2-i i {
    animation: video 0.6s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-i>span {
    background-color: rgba(6, 82, 188, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
}

.ab1-i>span:nth-of-type(2) {
    background-color: rgba(6, 82, 188, 0.6);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

/*  */
.ab2 {
    background-position: top center;
    margin-top: -33px;
}

.ab1-logo {
    margin-top: 78px;
    position: relative;
    overflow: hidden;
}

.ab1-logo::after {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 10;
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255) 100%);
    pointer-events: none;
    display: none;
}

.ab1-sw {
    position: relative;
}

.ab1-sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ab1swimg {
    padding-bottom: 56%;
    border-radius: 16px;
    background: #FFF;
    cursor: pointer;
}

.ab1swimg img {
    transition: all 0.5s ease;
}

.ab1swimg:hover img {
    transform: scale(1.08);
}

.ab2-sa {
    padding: 160px 0 456px;
    padding-left: 17%;
}

.ab2-h {
    margin-bottom: 100px;
}

.ab2-h p {
    color: #000;
    /* font-family: 'Sora'; */
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-news-h);
    letter-spacing: -3px;
    text-transform: capitalize;
}

.ab2-l {
    padding-bottom: 37px;
    margin-bottom: 88px;
    border-bottom: 1px dashed rgba(251, 253, 255, 0.45);
}

.ab2-l:last-child {
    margin-bottom: 0;
}

.ab2-l1 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.ab2-l1i {
    --w: 26px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #0652BC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    flex: 0 0 auto;
    position: relative;
}

.ab2-l1i::after {
    position: absolute;
    content: "";
    --w: 32px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(6, 82, 188, 0.15);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ab2-l1i i {
    font-size: 14px;
    color: #FFF;
    z-index: 12;
    position: relative;
}

.ab2-l1p p {
    color: #0652BC;
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-ft1-2uh);
    text-transform: capitalize;
}

.ab2-l2 p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
}

.ab3-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 140px 0 100px;
}

.ab3-1 {
    width: 32%;
    flex: 0 0 auto;
    padding-top: 5.4%;
}

.ab3-1h {
    margin-bottom: 24px;
}

.ab3-1h p {
    color: #000;
    /* font-family: 'Sora'; */
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.ab3-1h p span {
    color: #0652BC;
}

.ab3-1p {
    margin-bottom: 80px;
}

.ab3-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

/*  */
.ab3-1btn {
    display: flex;
    align-items: center;
}

.ab3-1a {
    position: relative;
    overflow: hidden;
    border-radius: 80px;
    background: #F4F4F4;
    padding: 6px 6px 6px 20px;
    display: flex;
    align-items: center;
}

.ab3-1a::after,
.ab3-1a::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);
}

.ab3-1a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ab3-1a:hover:before,
.ab3-1a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ab3-1a span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

.ab3-1i {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    background: #0652BC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
}

.ab3-1i i {
    font-size: 14px;
    line-height: normal;
    color: rgb(255, 255, 255);
    display: block;
    line-height: normal;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1.4);
    display: block;
}

.ab3-1a:hover .ab3-1i i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab3-2 {
    width: calc(68% - 30px);
    flex: 0 0 auto;
    position: relative;
}

.ab3-2img1 img {
    background: transparent;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.ab3-2l {
    position: absolute;
    z-index: 12;
}

.ab3-2l:nth-child(1) {
    left: 63%;
    top: 36%;
}

.ab3-2l:nth-child(2) {
    left: 67.5%;
    top: 34.5%;
}

.ab3-2l:nth-child(3) {
    left: 73.5%;
    top: 35.5%;
}

.ab3-2l:nth-child(4) {
    left: 62%;
    top: 59.5%;
}

.ab3-2l:nth-child(5) {
    left: 56.5%;
    top: 57.5%;
}

.ab3-2l:nth-child(6) {
    left: 59%;
    top: 51%;
}

.ab3-2l:nth-child(7) {
    left: 44.5%;
    top: 48.5%;
}

.ab3-2l:nth-child(8) {
    left: 50.5%;
    top: 44.5%;
}

.ab3-2l:nth-child(9) {
    left: 34%;
    top: 44.5%;
}

.ab3-2l:nth-child(10) {
    left: 42%;
    top: 41.5%;
}

.ab3-2l:nth-child(11) {
    left: 36%;
    top: 40%;
}

.ab3-2l:nth-child(12) {
    left: 29%;
    top: 43%;
}

.ab3-2l:nth-child(13) {
    left: 23%;
    top: 43%;
}

.ab3-2l:nth-child(14) {
    left: 26%;
    top: 38%;
}

.ab3-2l:nth-child(15) {
    left: 24%;
    top: 34%;
}

.ab3-2l:nth-child(16) {
    left: 42.5%;
    top: 28.5%;
}

.ab3-2l:nth-child(17) {
    left: 25%;
    top: 27%;
}

.ab3-2l:nth-child(18) {
    left: 18%;
    top: 25%;
}

.ab3-2l:nth-child(19) {
    left: 11.5%;
    top: 53.5%;
}

.ab3-2l:nth-child(20) {
    left: 7.5%;
    top: 55.5%;
}

.ab3-2l:nth-child(21) {
    left: 24%;
    top: 60%;
}

.ab3-2l:nth-child(22) {
    left: 27%;
    top: 61.5%;
}

.ab3-2l:nth-child(23) {
    left: 26%;
    top: 65.5%;
}

.ab3-2l:nth-child(24) {
    left: 20%;
    top: 81%;
}

/*  */
.ab3-2l:after {
    background-color: rgba(6, 82, 188, 0.25);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    opacity: 0;
    animation: scalej21 2s infinite;
    -webkit-animation: scalej21 2s infinite;
}

.ab3-2l:nth-child(1):after {
    background-color: rgba(255, 255, 255, 0.25);
}

@keyframes scalej21 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        -webkit-opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        -webkit-transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        -webkit-opacity: 0;
    }
}

.ab3-2l span {
    display: block;
    --w: 8px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #0652BC;
    position: relative;
}

.ab3-2l:nth-child(1) span {
    --w: 12px;
    background: #FFF;
}

.ab3-2l p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -200%;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 70px 0 0;
    }

    .ab1-smh {
        margin-bottom: 16px;
    }

    .ab1-h {
        margin-bottom: 45px;
    }

    .ab1-ph {
        margin-bottom: 20px;
    }

    .ab1-ph p {
        line-height: 1.4;
    }

    .ab1-video {
        margin-top: 44px;
    }

    .ab1-te {
        padding-left: 10%;
    }

    .ab2-sa {
        padding: 80px 0 256px;
        padding-left: 10%;
    }

    .ab2-h {
        margin-bottom: 50px;
    }

    .ab2-l1 {
        margin-bottom: 20px;
    }

    .ab2-l {
        padding-bottom: 18px;
        margin-bottom: 44px;
    }

    .ab3-box {
        padding: 70px 0 50px;
    }
}

@media (max-width: 992px) {
    .ab1-te {
        padding-left: 0;
    }

    .ab2-sa {
        padding: 80px 0 256px;
        padding-left: 0;
    }

    .ab3-box {
        flex-direction: column;
    }

    .ab3-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab3-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 40px 0 0;
    }

    .ab1-h {
        margin-bottom: 25px;
    }

    .ab1-p p {
        margin-bottom: 12px;
    }

    .ab1-video {
        margin-top: 22px;
    }

    .ab1-img .img-box {
        padding-bottom: 58%;
    }

    .ab1-logo {
        margin-top: 60px;
    }

    .ab2-sa {
        padding: 40px 0 60px;
    }

    .ab2-h p {
        letter-spacing: 0;
    }

    .ab2-h {
        margin-bottom: 30px;
    }

    .ab2-l {
        padding-bottom: 10px;
        margin-bottom: 22px;
    }

    .ab3-box {
        padding: 40px 0 30px;
    }

    .ab3-1 {
        padding-top: 0;
    }

    .ab3-1h {
        margin-bottom: 12px;
    }

    .ab3-1p {
        margin-bottom: 40px;
    }

    .ab3-1i {
        --w: 30px;
    }

    .ab3-1a {
        padding: 3px 3px 3px 12px;
    }

    .ab3-2l p {
        color: #000;
    }
}

/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #0652BC;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #0652BC;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* product */
.pro-box {
    padding: 108px 0 100px;
}

/*  */
/* product */
.peo-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 24%;
    flex: 0 0 auto;
    position: sticky;
    top: 170px;
}

.pro1bg {
    border-radius: 16px;
    background: #F5F5F5;
    padding: 10px;
}

.pro1-l {
    margin-bottom: 10px;
    border-radius: 6px;
    background: #FFF;
    transition: all 0.5s ease;
}

.pro1-l.on {
    background: #0652BC;
}

.pro1-l:hover {
    background: #0652BC;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    margin: 0 24px;
    position: relative;
    transition: all 0.5s ease;
}

.pro1-l1a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l1a::after {
    width: 100%;
}

.pro1-l1a span {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
}

.pro1-l1ico i {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    transform: rotate(-45deg);
    color: #FFF;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    padding: 8px 24px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 8px 16px;
}

.pro1-l2a span {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro1-l2a:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(76% - 30px);
    flex: 0 0 auto;
}

.pro2-h {
    margin-bottom: 24px;
}

.pro2-h p {
    color: #000;
    /* font-family: 'Sora'; */
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-prode1-2h);
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

.pro2-p {
    margin-bottom: 48px;
}

.pro2-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.pro2-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 22px;
}

.pro2-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 38px;
}

.pro2-limg {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.pro2-limg .img-box {
    border-radius: 8px;
    padding-bottom: 76%;
    padding-bottom: 100%;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-li {
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    transition: all 0.5s ease;
    opacity: 0;
}

.pro2-lbox:hover .pro2-li {
    opacity: 1;
}

.pro2-li i {
    position: relative;
    z-index: 14;
    background: #0652BC;
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 60px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    line-height: normal;
}

.pro2-lend {
    display: flex;
    justify-content: space-between;
}

.pro2-lte {
    flex: 1;
}

.pro2-lh {
    margin-bottom: 16px;
    display: block;
}

.pro2-lh p {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-ft1-1h);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lh p {
    color: #0652BC;
}

.pro2-lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lico {
    border-radius: 100px;
    background: #FFF;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18.7%;
}

.pro2-lico i {
    font-size: 18px;
    color: rgba(6, 82, 188, 1);
    line-height: normal;
}

.product .sub-page {
    justify-content: flex-end;
}

.product .sub-pagel:last-child a {
    margin-right: 0;
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 70px 0;
    }

    .pro2-h {
        margin-bottom: 12px;
    }

    .pro2-p {
        margin-bottom: 24px;
    }

    .pro2-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 16px;
    }

    .pro2-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 19px;
    }

    .pro1 {
        top: 130px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro-box {
        padding: 40px 0;
    }

    .pro2-limg {
        margin-bottom: 20px;
    }

    .pro2-lh {
        margin-bottom: 8px;
    }

    .pro2-l {
        width: 100%;
    }
}

/* product-detail */
.prode-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 108px 0 100px;
}

.prode-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 58px;
}

.slider-navbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-navbox button {
    background: transparent;
}

.slider-navbox button:first-of-type {
    transform: rotate(180deg);
}

.slider-navbox>button i {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

.slider-navbox>button:hover i {
    color: rgba(6, 82, 188, 1);
}

/*  */
.prode1-2 {
    width: calc(100% - 43.6% - 60px);
    flex: 0 0 auto;
}

.prode1-2h {
    padding-bottom: 34px;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #EFEFEF;
}

.prode1-2h p {
    color: #000;
    /* font-family: 'Sora'; */
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-prode1-2h);
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

.prode1-2h span {
    display: block;
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
    text-transform: capitalize;
    border-radius: 40px;
    background: #F5F5F5;
    padding: 11px 25px;
    margin-left: 48px;
    flex: 0 0 auto;
}

.prode1-2p {
    margin-bottom: 98px;
}

.prode1-2p h2 {
    color: #0652BC;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-ven2-la);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prode1-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-bottom: 20px;
}

.prode1-2p>*:last-child {
    margin-bottom: 0;
}

.prode1-2share {
    display: flex;
    align-items: center;
}

.prode1-2share {
    margin-bottom: 40px;
}

.prode1-2share p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-ven2-la);
    text-transform: uppercase;
    margin-right: 18px;
}

.prode1-2btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 43px;
    width: var(--w);
    height: var(--w);
    border-radius: 60px;
    background: #000;
    transition: all 0.5s ease;
    padding: 13px 12px;
    margin-left: 24px;
    position: relative;
}

.prode1-2a::after {
    position: absolute;
    content: "";
    --w: 52px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.prode1-2a:hover {
    background: #0652BC;
}

.prode1-2a i {
    color: #FFF;
    font-size: 18px;
    line-height: 1;
}

/* 产品详情下面 */
.prode2 {
    position: sticky;
    top: 170px;
    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: 5.2vw;
    padding: 18px 0;
    position: relative;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    background: #0652BC;
    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: 500;
    line-height: var(--zj-ven2-la);
    text-transform: capitalize;
    display: block;
    width: max-content;
}

.prode2-la:hover {
    color: #0652BC;
}

.prode2-l.on .prode2-la {
    color: #0652BC;
}

/*  */
.prode3 {
    padding-top: 60px;
    position: relative;
}

.prode3h {
    margin-bottom: 30px;
}

.prode3h p {
    color: #000;
    /* font-family: 'Sora'; */
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-prode1-2h);
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

/* prode5 */
.prode5 {
    padding-top: 60px;
}

.prode5h {
    border-radius: 8px;
    background: #0652BC;
    margin-bottom: 20px;
    padding: 14px 23px;
}

.prode5h p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.prode5for .con2-fol {
    margin-bottom: 20px;
}

.prode5for .con2-fol:last-child {
    margin-bottom: 24px;
}

.prode5for .con2-fol input,
.prode5for .con2-fol textarea {
    border-radius: 8px;
    border: 1px solid rgba(6, 82, 188, 0.15);
    background: #F7FBFF;
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.prode5for .con2-fol input:focus,
.prode5for .con2-fol textarea:focus {
    border: 1px solid #0652BC;
}

.prode5for .con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.prode5for .con2-fol input::-moz-placeholder {
    color: #666;
}

.prode5for .con2-fol input::-ms-input-placeholder {
    color: #666;
}

.prode5for .con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.prode5for .con2-fol textarea::-moz-placeholder {
    color: #666;
}

.prode5for .con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

/*  */
.prode6 {
    padding-top: 60px;
}

.prode6h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.prode6h p {
    color: #000;
    /* font-family: 'Sora'; */
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-prode1-2h);
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

.prode6-ubtn .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.prode6-ubtn .swiper-pagination .swiper-pagination-bullet {
    --w: 6px;
    width: var(--w);
    height: var(--w);
    margin: 0;
    margin-left: 26px;
    background: rgba(6, 82, 188, 0.15);
    opacity: 1;
    position: relative;
    transition: all 0.5s ease;
    animation: rotation 8s linear infinite;
}

.prode6-ubtn .swiper-pagination .swiper-pagination-bullet-active {
    background: #0652BC;
}

.prode6-ubtn .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    --w: 26px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px dashed #0652BC;
    transition: all 0.5s ease;
}

.prode6-ubtn .swiper-pagination .swiper-pagination-bullet-active::after {
    transform: translate(-50%, -50%) scale(1);
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .prode-box {
        padding: 70px 0;
    }

    .prode1-2 {
        width: calc(100% - 43.6% - 30px);
    }

    .prode1-2h span {
        padding: 8px 14px;
        margin-left: 12px;
    }

    .prode1-2h {
        padding-bottom: 18px;
        margin-bottom: 24px;
    }

    .prode1-2p p,
    .prode1-2p h2 {
        margin-bottom: 10px;
    }

    .prode1-2p {
        margin-bottom: 48px;
    }

    .prode1-2share {
        margin-bottom: 20px;
    }

    .prode2 {
        top: 130px;
    }
}

@media (max-width: 1199.9px) {
    .prode1-2h {
        flex-direction: column;
        align-items: flex-start;
    }

    .prode1-2h span {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .prode6-ubtn {
        display: none;
    }
}

@media (max-width: 499px) {
    .prode-box {
        padding: 40px 0;
    }

    .prode1-2p {
        margin-bottom: 24px;
    }

    .prode1-2a {
        --w: 32px;
        margin-left: 12px;
    }

    .prode1-2a::after {
        --w: 42px;
    }

    .prode-top {
        margin-bottom: 38px;
    }

    .prode2-l {
        padding: 12px 0;
    }

    .prode2-u::after,
    .prode2-u::before {
        display: none;
    }

    .prode3 {
        padding-top: 40px;
    }

    .prode3h {
        margin-bottom: 20px;
    }

    .prode5 {
        padding-top: 40px;
    }

    .prode5h {
        margin-bottom: 10px;
        padding: 11px 12px;
    }

    .prode5for .con2-fol {
        margin-bottom: 10px;
    }

    .prode6 {
        padding-top: 40px;
    }
}

/*  */
/* -------------------------------------------- */
/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 41.8%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 41.8%;
    -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: '\e617';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {}

@media (max-width: 1199.2px) {}

@media (max-width: 991px) {
    .banner .item a {
        padding-bottom: 55%;
    }

    .banner-video-box {
        padding-bottom: 55%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 46%;
    }

    .banner-video-box {
        padding-bottom: 46%;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 8px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    overflow: hidden;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 44px !important;
    width: var(--w);
    height: 4px;
    /* border-radius: 50px; */
    /* border: 1px solid #D9D9D9; */
    background: #FFF;
    display: block;
    /* margin: 0 8px; */
    position: relative;
    border-radius: 0;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 8px;
    width: 100%;
    height: 100%;
    /* border-radius: 50px; */
    background: rgba(26, 60, 128, 1);
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

/* banner-end */

/* ind-pro */
.so1 {
    padding: 100px 0 92px;
}

.so1-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so1-1smh {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.so1-1smh i {
    font-size: 20px;
    margin-right: 8px;
    color: rgba(6, 82, 188, 1);
}

.so1-1smh p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

.so1-1h {
    max-width: 810px;
}

.so1-1h p {
    color: #000;
    /* font-family: 'Sora'; */
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.so1-1h p span {
    color: #0652BC;
}

.so1-2 {
    margin-bottom: 34px;
}

/*  */
.so1-u {
    margin-right: calc(-.5 * 0.75rem);
    margin-left: calc(-.5 * 0.75rem);
}

.so1-l {
    padding-right: calc(0.75rem * .5);
    padding-left: calc(0.75rem * .5);
    margin-bottom: 48px;
}

.so1-limg {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.so1-limg .img-box {
    padding-bottom: 92%;
    padding-bottom: 100%;
    border-radius: 16px;
}

.so1-limg .img-box img {
    transition: all 0.5s ease;
}

.so1-lbox:hover .so1-limg .img-box img {
    transform: scale(1.08);
}

.so1-li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 100px;
    width: var(--w);
    height: var(--w);
    z-index: 12;
    background: #FFF;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}

.so1-lbox:hover .so1-li {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.so1-li i {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
}

.so1-lend {
    display: flex;
    padding: 0 20px;
}

.so1-lnum {
    flex: 0 0 auto;
    margin-right: 52px;
}

.so1-lnum p {
    color: #666;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
}

.so1-lnum p span {
    color: #000;
}

.so1-lh {
    display: block;
}

.so1-lh {
    margin-bottom: 14px;
}

.so1-lh p {
    color: #000;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.25);
    letter-spacing: -0.44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so1-lbox:hover .so1-lh p {
    color: #0652BC;
}

.so1-lp p {
    color: #666;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.25);
    letter-spacing: -0.28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ind-popu so2 */
.ind-popu {
    background: #FBFDFF;
    padding: 100px 0 76px;
}

.so2-1 {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.so2-1>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    --w: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--w);
    height: var(--w);
    border-radius: 80px;
    background: #D9D9D9;
    transition: all 0.5s ease;
    margin-left: 14px !important;
}

.so2-1>div:hover {
    background: #0652BC;
}

.so2-1>div::after {
    content: "";
}

.so2-1>div i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
}

/*  */
.so2-sw {
    position: relative;
}

.so2-sw::after {
    position: absolute;
    content: "";
    width: 245px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 87.66%);
    top: 50%;
    right: -7vw;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
}

.so2-swbox {
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 30px 20px;
}

.so2-swtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #F5F5F5;
    padding: 14px 10px;
    margin-bottom: 18px;
}

.so2-sw1 p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
}

.so2-sw2 {
    flex: 0 0 auto;
}

.so2-sw2 p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
    letter-spacing: -0.32px;
}

.so2-sw2 p span {
    color: #000;
}

.so2-swimg {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.so2-swimg .img-box {
    padding-bottom: 76%;
    padding-bottom: 100%;
    border-radius: 8px;
}

.so2-swimg .img-box img {
    transition: all 0.5s ease;
}

.so2-swbox:hover .so2-swimg .img-box img {
    transform: scale(1.08);
}

.so2-swi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    z-index: 12;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    opacity: 0;
}

.so2-swbox:hover .so2-swi {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.so2-swi i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    --w: 60px;
    width: var(--w);
    height: var(--w);
    background: #0652BC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2-swh {
    display: block;
    margin-bottom: 14px;
}

.so2-swh p {
    color: #222;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: var(--zj-con2la);
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--zj-con2la) * 2);
}

.so2-swbox:hover .so2-swh p {
    color: #0652BC;
}

.so2-swp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--zj-subnav) * 1.5 * 2);
}

.so2-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

/* ind-application so3 */
.so3 {
    padding: 140px 0;
}

.so3 .so8-h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 58px;
}

.so3 .so8-h p {
    max-width: 773px;
}

/*  */
/* .so3-ubox {
    overflow: hidden;
}

.so3-u {
    display: flex;
    margin-right: calc(-.5 * 0.75rem);
    margin-left: calc(-.5 * 0.75rem);
    flex-wrap: nowrap;
}

.so3-l {
    width: 16.6666%;
    padding-right: calc(0.75rem * .5);
    padding-left: calc(0.75rem * .5);
    transition: all 0.5s ease;
} */

/* .so3-l.on {
    width: 32%;
} */
.so3-sw {
    position: relative;
}

#so3-sw {
    overflow: hidden;
}

#so3-sw .swiper-wrapper {
    margin-right: calc(-.5 * 0.75rem);
    margin-left: calc(-.5 * 0.75rem);
}

#so3-sw .swiper-slide {
    width: calc(100% / 6);
    padding-right: calc(0.75rem * .5);
    padding-left: calc(0.75rem * .5);
    transition: all 0.5s ease;
}

#so3-sw .swiper-slide.on {
    width: calc(100% / 6 * 2);
}

.so3-limg {
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 24px;
}

.so3-limg img {
    width: 100%;
    height: 568px;
    object-fit: cover;
    object-position: center;
}

.so3-lh p {
    color: #000;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.25);
    letter-spacing: -0.44px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

#so3-sw .swiper-slide.on .so3-lh p {
    color: #0652BC;
}

.so3-unav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.so3-unavsp span {
    display: block;
    --w: 10px;
    width: var(--w);
    height: var(--w);
    border-radius: 10px;
    background: #D9D9D9;
    transition: all 0.5s ease;
    margin: 0 2.5px;
}

.so3-unavsp.on span {
    width: 60px;
    background: rgba(6, 82, 188, 1);
}

#so3-sw .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 48px;
}

#so3-sw .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 80px;
    transition: all 0.5s ease;
}

#so3-sw .swiper-pagination-bullet-active {
    width: 44px;
    background: #0652BC;
}

/* ind-about so4 */
.so4-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 96px;
}

.so4-1smh {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.so4-1smh i {
    font-size: 20px;
    margin-right: 8px;
    color: rgba(6, 82, 188, 1);
}

.so4-1smh p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

.so4-1p p {
    color: #000;
    /* font-family: 'Sora'; */
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-news-h) * 1.25);
    max-width: 725px;
}

.so4-1p p span {
    color: #0652BC;
}

.so4-2 {
    max-width: 700px;
}

.so4-2p {
    margin-bottom: 39px;
}

.so4-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
}

.so4-2btn {
    display: flex;
}

/*  */
.so4-3 {
    position: relative;
}

.so4-img {
    display: block;
    position: relative;
}

.so4-img .img-box {
    padding-bottom: 50%;
    border-radius: 16px;
}

.so4-img .img-box img {
    transition: all 0.5s ease;
}

.so4-img .img-box img {
    transition: all 0.5s ease;
}

.so4-i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    --w: 200px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4-i i {
    color: rgba(6, 82, 188, 1);
    font-size: 70px;
    line-height: normal;
}

.so4-i:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.so4-3smp {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 8;
    max-width: 626px;
}

.so4-3smp p {
    color: #FFF;
    /* font-family: 'Sora'; */
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-news-h) * 1.25);
}

.so4-3fly {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 12;
    max-width: 530px;
}

/*  */
.so4-3fh {
    margin-bottom: 14px;
}

.so4-3fh p {
    color: #FFF;
    /* font-family: 'Sora'; */
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.so4-3fp {
    margin-bottom: 40px;
}

.so4-3fp p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so4-3fbtn {
    display: flex;
}

/* ind-logo so5 */
.ind-logo {
    background: #FBFDFF;
}

.so5 {
    overflow: hidden;
    padding-top: 115px;
    margin-top: -67px !important;
}

/* ind-network so6 */
.ind-network {
    background: #FBFDFF;
}

.so6 {
    padding: 140px 0 88px;
}

.so6 .so8-h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 48px;
}

.so6 .so8-h p {
    max-width: 773px;
}

.so6-mapbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so6-map {
    position: relative;
    max-width: 1368px;
}

.so6 .ab3-2l span {
    --w: 10px;
}

.so6 .ab3-2l:nth-child(1) span {
    --w: 14px;
}

/* ind-news so7 */
.so7 {
    padding-top: 140px;
}

.ind-news .so1-1h {
    max-width: 710px;
}

.so7-sw {
    position: relative;
}

#so7-sw {
    overflow: hidden;
}

/* ind-exhibition so8 */
.so8 {
    padding: 240px 0 100px;
}

.so8-smh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.so8-smh i {
    font-size: 20px;
    margin-right: 8px;
    color: rgba(6, 82, 188, 1);
}

.so8-smh p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
}

.so8-h {
    margin-bottom: 75px;
}

.so8-h p {
    color: #000;
    text-align: center;
    /* font-family: 'Sora'; */
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-news-h) * 1.25);
    text-transform: capitalize;
}

.so8-h p span {
    color: #0652BC;
}

#so8-sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.so8-swbox {
    cursor: pointer;
}

.so8-swimg .img-box {
    padding-bottom: 70%;
    border-radius: 16px;
}

.so8-swimg .img-box img {
    transition: all 0.5s ease;
}

.so8-swbox:hover .so8-swimg .img-box img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .so1 {
        padding: 70px 0 30px;
    }

    .so1-2 {
        margin-bottom: 16px;
    }

    .ind-popu {
        padding: 70px 0;
    }

    .so2-swbox {
        padding: 12px 12px;
    }

    .so3 {
        padding: 70px 0;
    }

    .so4-top {
        margin-bottom: 46px;
    }

    .so4-img .img-box {
        padding-bottom: 58%;
        min-height: 600px;
    }

    .so4-i {
        --w: 100px;
    }

    .so4-i i {
        font-size: 50px;
    }

    .so7 {
        padding-top: 70px;
    }

    .so8 {
        padding: 140px 0 70px;
    }
}

@media (max-width: 992px) {
    .so1-l {
        width: 50%;
    }

    .so1-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so1-2 {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .so1-1smh {
        margin-bottom: 16px;
    }

    .so2-1 {
        margin-top: 12px;
    }

    .so2-1>div {
        ---w: 32px;
        margin: 0 !important;
        margin-right: 12px !important;
    }

    #so3-sw .swiper-slide {
        width: calc(100% / 3);
    }

    #so3-sw .swiper-slide.on {
        width: calc(100% / 3 * 2);
    }

    .so4-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so4-1smh {
        margin-bottom: 16px;
    }

    .so4-2 {
        margin-top: 12px;
    }

    .so4-3fly {
        right: 12px;
        top: 12px;
        max-width: calc(100% - 24px);
    }

    .so4-3smp {
        left: 12px;
        bottom: 12px;
        max-width: calc(100% - 24px);
    }
}

@media (max-width: 499px) {
    .so1 {
        padding: 40px 0 30px;
    }

    .so1-l {
        width: 100%;
    }

    .so1-top {
        margin-bottom: 0;
    }

    .ind-popu {
        padding: 40px 0;
    }

    .so2-1 {
        display: none;
    }

    .so2-sw {
        margin-top: 20px;
    }

    .so2-btn {
        margin-top: 24px;
    }

    .so3 {
        padding: 40px 0 60px;
    }

    .so5 {
        padding-top: 88px;
    }

    .so6 {
        padding: 40px 0 48px;
    }

    .so7 {
        padding-top: 40px;
    }

    .so1-top {
        margin-bottom: 20px;
    }

    .so8 {
        padding: 40px 0 40px;
    }

    .so8-h {
        margin-bottom: 25px;
    }

    .so8-smh {
        margin-bottom: 16px;
    }

    .so3 .so8-h {
        margin-bottom: 28px;
    }

    .so3-limg img {
        height: 368px;
    }

    #so3-sw .swiper-slide {
        width: calc(100% / 1);
    }

    #so3-sw .swiper-pagination {
        margin-top: 24px;
    }
}

#so7-sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}