.ven2-lis {
    height: 100%;
}

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

.ven2-l {
    margin-right: 2.1vw;
    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%;
    overflow: hidden;
    position: relative;
    padding: 16px 0;
}

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

.ven2-lsa:hover .ven2-la::after {
    width: 60px;
}

.ven2-l.on .ven2-la::after {
    width: 60px;
}

.ven2-la span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;

    --size: 0px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

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

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

/* 头部下面几个产品 */

#ven {
    transition: all 0.5s ease;
    background: #FFF;
    box-shadow: 0 4px 12.7px 0 rgba(0, 0, 0, 0.08);
}

.ventricle {
    box-shadow: 0 4px 12.7px 0 rgba(0, 0, 0, 0.08);
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
    /* background: #FFF; */
    border-bottom: 1px solid #D6D6D6;
    position: relative;
    z-index: 12;
}

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

.ven1-loim {
    padding: 7px 0;
    position: relative;
    z-index: 12;
}

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

.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% - 86px - 66px);
}

/*  */
.hea-topu {
    display: flex;
    align-items: center;
}

.hea-topla {
    display: flex;
    align-items: baseline;
}

.hea-topla i {
    color: #0F9EE1;
    font-size: 16px;
    line-height: normal;
    margin-right: 10px;
}

.hea-topla p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
/*    text-transform: uppercase;*/
    --size: 1px;
    --color: #0F9EE1;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.hea-topla:hover p span {
    color: #0F9EE1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;

    display: none;
}

.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: 20px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

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

.ven-inqi {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.ven-inqury a i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
}

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

.ven-inqury a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 250;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
    margin-left: 5px;
}

@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, #036 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: 15px;
    margin: 0 18px;
    background: #000;
}

/*  */
.ven2-lang {
    position: relative;
    display: flex;
    align-items: center;
}

.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: 1536px) {

    .ven1-loim::after {
        --w: 70px;
        top: calc(50% - 18px);
    }

    .ven2,
    .ven-endbox {
        width: calc(100% - 86px - 30px);
    }

    .ven-endl {
        margin-right: 0.8vw;
    }

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

    .ven-line {
        margin: 0 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 img {
        width: 80px;
    }

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

    .ven2-lis {
        display: none;
    }

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

@media (max-width: 499px) {

    .menu-language .select-name::after {
        display: none !important;
    }

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

    .ven-inqi {
        margin-left: 0;
    }

    .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;
    justify-content: space-between;
    width: 38%;
}

@media (max-width: 1536px) {
    .ven2-right {
        width: 56%;
    }
}

/* end */

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


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-radius: 10px;
    background: #FFF;
    backdrop-filter: blur(2px);
    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 {
    padding: 10px 0;
}

.ven2-lera {
    display: flow-root;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #0F9EE1;
    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: #0F9EE1;
    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: 528%;
    transform: translateY(-50%); */
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;

    pointer-events: auto;
    opacity: 1;
}

.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: 100px;
    background: #F9FAFB;
    width: 404px;
    padding: 5px 14px;
}

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

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

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

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

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

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

.ven-sehfo>span i {
    color: rgba(102, 102, 102, 0.51);
    font-size: 20px;
}

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

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

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

    .ven-sehfo {
        width: 360px;
    }
}

@media (max-width: 1064px) {
    .hea-topu {
        display: none;
    }

    .ven2-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ven-sehfo {
        width: 89px;
    }

    .ven-sehfo input {
        width: 85%;
    }
}

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

    .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: #000;
    transition: all .5s;
}

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

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

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

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

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

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

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

/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

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

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

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

/* .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: #000;
    transition: all .5s;
}

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

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

/* .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: 69px;
    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: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    /* text-transform: uppercase; */

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

.menu-head a:hover {
    color: #0F9EE1;
}

.xiantiao>a {
    color: #0F9EE1;
}

.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: #0F9EE1;
}

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

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

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

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

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

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

    .sub-ft {
        top: calc(50% + 25px) !important;
    }
}

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

/*  */
.subnav-box {
    width: 100%;
    z-index: 12;
    padding: 22px 0;
}

.subnav {
    display: flex;
    align-items: stretch;
    margin-bottom: 24px;
}

.subnav i {
    font-size: 20px;
    color: #A5A5A5;
    margin-right: 10px;
    line-height: normal;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #000 !important;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    --size: 1px;
    --color: #0A67AE;
    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: #0A67AE !important;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item:last-child a span {
    color: #0A67AE !important;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

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

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

    .subnav i {
        font-size: 16px;
        margin-right: 6px;
    }

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

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

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

.sub-pagel a {
    --w: 38px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #F7FAFD;
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 14px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    color: #FFF;
    background: #0F9EE1;
}

.sub-pagel.on a {
    color: #FFF;
    background: #0F9EE1;
}

.sub-pagel:first-child a {
    margin-left: 0;
}

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

[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: 68px;
    }
}

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

    [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: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    height: 100%;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;

    padding: 10px 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:hover .select-name {
    color: #0F9EE1;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e600';
    color: #000;
    font-family: 'iconfont' !important;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.menu-language:hover .select-name:before {
    color: #0F9EE1;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/* @media (max-width: 1199px) {
    .menu-language .select-name::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name::before {
        margin-right: 0;
        font-size: 24px;
    }
} */

.menu-language .select-name::after {
    font-size: 20px;
    color: #000;
    content: '\e727';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.menu-language:hover .select-name::after {
    color: #0F9EE1;
}

/* @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 */
.con-box {
    padding: 66px 0 100px;
}

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

.con-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-ab2end1-h) + 2px) * 1.19);
    letter-spacing: -1.04px;
}

.con-p {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.con-p p {
    color: #222;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1086px;
}

.con-end {
    max-width: 1470px;
    margin: auto;
}

.con-smh {
    margin-bottom: 48px;
}

.con-smh p {
    color: #0A0A0A;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
}

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

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

.con2-fol p {
    color: #0A0A0A;
    font-feature-settings: 'case' on, 'cpsp' on, 'liga' off;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2cona) * 1.57);
    text-transform: capitalize;
    margin-bottom: 8px;
}

.con2-fol p span {
    color: #C7371F;
}

.con2-fol input,
.con2-fol textarea {
    color: #737373;
    font-feature-settings: 'case' on, 'cpsp' on, 'liga' off;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.57);

    width: 100%;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    background: transparent;

    transition: all 0.5s ease;
    padding: 16px 24px;
}

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

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

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

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

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

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

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

/*  */
.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

/*  */
.con2-fobt button {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    width: 100%;
    padding: 16.5px;
    border-radius: 100px;
    background: #0F9EE1;
    box-shadow: 0 4px 4px 0 rgba(0, 37, 55, 0.30), 3px 4px 43.2px 0 rgba(165, 190, 65, 0.15);
}

.con2-fobt button span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.con2-fobti {
    position: relative;
    transition: all 0.5s ease;
    margin-left: 8px;
}

.con2-fobti i {
    display: block;
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 20px;
    line-height: normal;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

.con2-fobt 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);
    }
}

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

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

@media (max-width: 992px) {

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

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
    }
}

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

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

    .con-smh {
        margin-bottom: 24px;
    }

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

    .con2-fobt button {
        padding: 10.5px;
    }
}

/* 底部footer */
/* footer */
#footer {
    background: #0652BC;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    padding: 68px 0 74px;
}

.ft1-1 {
    flex: 1;
}

.ft1-1limg {
    display: flex;
    width: max-content;
    margin-bottom: 40px;
}

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

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

.ft1-1h p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 0.91);
    text-transform: uppercase;
}

.ft1-1p {
    margin-bottom: 32px;
}

.ft1-1p p {
    color: #95959E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.2);
    text-transform: capitalize;
    max-width: 485px;
}

/*  */
.ft1-1from {
    margin-bottom: 44px;
}

.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    overflow: hidden;
    padding: 8px 0;
    transition: all 0.5s ease;
    max-width: 450px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
}

.ft1-sehfo input {
    color: #95959E;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background: transparent;
    border: none;
    width: 60%;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: #95959E;
}

.ft1-sehfo input::-moz-placeholder {
    color: #95959E;
}

.ft1-sehfo input::-ms-input-placeholder {
    color: #95959E;
}

/*  */
.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 i {
    font-size: 22px;
    line-height: normal;
    color: #95959E;
    transition: all 0.5s ease;
}

.ft1-sehfo button:hover i {
    transform: rotate(45deg);
}

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

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

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

/* ft1-2 */
.ft1-2 {
    width: 60%;
    flex: 0 0 auto;
    margin-left: 30px;
}

.ft1-2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-2l {
    min-width: 220px;
}

.ft1-2lh {
    margin-bottom: 30px;
}

.ft1-2lh p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

/*  */
.ft1-2labox {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
}

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

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2lp {}

.ft1-2lp p {
    color: #95959E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.2);
}

.ft1-2la span {
    color: #95959E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.2);

    --size: 1px;
    --color: #0F9EE1;
    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: #0F9EE1;
    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: #95959E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.2);
    text-transform: capitalize;

    --size: 1px;
    --color: #0F9EE1;
    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: #0F9EE1;
    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 {
    margin-right: 14px;
    transition: all 0.5s ease;
}

.ft1-share>a:last-child {
    margin-right: 0;
}

.ft1-share>a img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ft1-share>a:hover img {
    transform: translateY(-5px);
}

.ft1-2con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ft1-2con {
    margin-top: 92px;
}

.ft1-2cona {
    display: flex;
    align-items: center;
    border-radius: 28px;
    background: #CBDD00;
    padding: 12px 23px 12px 27px;
    cursor: pointer;
}

.ft1-2cona p span {
    color: #002642;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.ft1-2cona i {
    margin-left: 30px;
    font-size: 32px;
    color: #002642;
    line-height: normal;
}

/*  */

.ft3 {
    position: relative;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.ft3-1copy span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ft3-1cnzz {
    padding-bottom: 3px;
    margin: 0 0 0 8px;
}

.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: 1.5px;
    height: 14px;
    background: rgba(255, 255, 255, 1);
    margin: 0 6px;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    --size: 1px;
    --color: #0F9EE1;
    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: #0F9EE1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ind-fly {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 10209;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.ind-fly.on {
    opacity: 1;
    pointer-events: auto;
}

.ind-flybox {
    background: #FFF;
    width: 840px;
    max-width: 92%;
    margin: auto;
    position: relative;
    top: 5%;
    border-radius: 14px;
    overflow: hidden;
}

/*  */
.ind-flyimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ind-flyend {
    padding: 30px;
}

/*  */
.ind-flyh {
    margin-bottom: 24px;
}

.ind-flyh p {
    color: #0A67AE;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ser-fth) * 1.33);
}

.ind-flyico {
    position: absolute;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(232, 235, 244, 1);
    background: rgba(246, 247, 250, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.ind-flyico i {
    font-size: 12px;
    line-height: normal;
    color: rgba(30, 58, 138, 1);
}

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

.ind-fly .con2-fou>div {
    margin-bottom: 16px;
    padding-right: calc(0.75rem * .5);
    padding-left: calc(0.75rem * .5);
}

.ind-fly .con2-fol input,
.ind-fly .con2-fol textarea {
    padding: 12px 16px;
    background: #F7FAFD;
    border: none;
}

.ind-fly .con2-fobt {
    margin-top: 0;
    justify-content: flex-end;
}

.ind-fly .con2-fobt button {
    max-width: 248px;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 38px 0 44px;
    }

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

    .ft1-2con {
        margin-top: 62px;
    }

    .ft3 {
        padding: 12px 0;
    }
}

@media (max-width: 1199.9px) {
    .ft1-2l:nth-child(2) {
        display: none;
    }

    #footer {
        padding-bottom: 49px;
    }
}

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

    .ft1-2 {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .ft1-2cona {
        padding: 6px 12px 6px 12px;
    }

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

@media (max-width: 499px) {
    .ft1-2l:nth-child(1) {
        display: none;
    }

    .ft1-1limg img {
        width: 80px;
    }

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

    .ft1-1h {
        margin-bottom: 12px;
    }

    .ft1-1p {
        margin-bottom: 16px;
    }

    .ft1-1from {
        margin-bottom: 22px;
    }

    .ft1-share>a img {
        width: 30px;
    }

    .ft1-share>a {
        margin-right: 6px;
    }

    .ft1-2lh {
        margin-bottom: 14px;
    }

    .ft1-2con {
        margin-top: 32px;
    }

    .ft1-2cona i {
        margin-left: 14px;
        font-size: 24px;
    }

    .ft1 {
        padding: 38px 0 24px;
    }

    .ind-flyend {
        padding: 12px;
    }

    .ind-flyh {
        margin-bottom: 12px;
    }

    .ind-fly .con2-fou>div {
        margin-bottom: 8px;
    }

    .ind-fly .con2-fol input,
    .ind-fly .con2-fol textarea {
        padding: 6px 8px;
    }

    .ind-fly .con2-fobt button {
        width: auto;
        min-width: 120px;
    }
}

/* 青岛招银格瑞国际贸易有限公司（新闻） */
.ne-box {
    padding: 78px 0 100px;
}

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

.ne-h p {
    color: #000;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-ab2end1-h) + 2px) * 1.19);
    letter-spacing: -1.04px;
    text-transform: capitalize;
}

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

.ne-p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    max-width: 820px;
}

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

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

.ne-limg .img-box {
    border-radius: 14px;
    padding-bottom: 56%;
    margin-bottom: 32px;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

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

.ne-lt {
    max-width: 410px;
}

.ne-lnum {
    margin-bottom: 12px;
}

.ne-lnum p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ne-lh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ne-lh p {
    color: #000;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.36);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lh p {
    color: #0F9EE1;
}

.ne-lh i {
    font-size: 24px;
    color: #000;
    line-height: normal;
    margin-left: 16px;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lh i {
    color: #0F9EE1;
    transform: rotate(45deg);
}

.ne-lp {
    margin-bottom: 24px;
}

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

.ne-lbtn {
    display: flex;
}

.ne-la {
    display: block;
}

.ne-la p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ne-lbox:hover .ne-la p {
    color: #0F9EE1;
}

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

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

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

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

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

    .ne-box {
        padding: 38px 0 40px;
    }

    .ne-h {
        margin-bottom: 15px;
    }

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

    .ne-limg .img-box {
        margin-bottom: 16px;
    }

    .ne-lp {
        margin-bottom: 12px;
    }

    .ne-lnum {
        margin-bottom: 6px;
    }

    .ne-lh {
        margin-bottom: 6px;
    }
}

/* 青岛招银格瑞国际贸易有限公司（案例） */
.ca-box {
    padding: 78px 0 100px;
}

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

.ca-h p {
    color: #050505;
    text-align: center;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-ab2end1-h) + 2px) * 1.19);
    letter-spacing: -1.04px;
    text-transform: capitalize;
}

.ca-p {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ca-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);
    text-transform: capitalize;
    max-width: 862px;
}

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

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

.ca-limg .img-box {
    border-radius: 14px;
    margin-bottom: 22px;
}

.ca-limg .img-box img {
    transition: all 0.5s ease;
}

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

.ca-lh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ca-la:hover .ca-lh p {
    color: #0F9EE1;
}

.case .sub-page {
    justify-content: center;
}

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

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

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

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

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

    .ca-box {
        padding: 38px 0 40px;
    }

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

    .ca-p {
        margin-bottom: 20px;
    }
}

/* 青岛招银格瑞国际贸易有限公司（关于我们） */
.ab1-box {
    padding: 78px 0 40px;
}

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

.ab1-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-ab2end1-h) + 2px) * 1.19);
    letter-spacing: -1.04px;
    text-transform: capitalize;
}

.ab1-p {
    max-width: 1396px;
    margin: auto;
    margin-bottom: 38px;
}

.ab1-p p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    margin-bottom: 28px;
}

.ab1-p p:last-child {
    margin-bottom: 0;
}

.ab1-u {
    max-width: 1232px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab1-l>img {
    width: 2px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab1-l1 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 8px;
}

.ab1-l1 p,
.ab1-l1 span {
    color: #004691;
    text-align: center;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-news-h) * 1.16);
}

.ab1-l2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ab1-l2 p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* 背景视频 */
.ab2 {
    overflow: hidden;
}

.ab2-a {
    position: relative;
    overflow: hidden;
    display: block;
}

.ab2-bg img {
    width: 100%;
    height: auto;
    min-height: 600px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ab2-a:hover .ab2-bg img {
    transform: scale(1.08);
}

/*  */
.ab2-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ab2-video i {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 84px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 32px;
    color: #0F9EE1;
}

.ab2-video:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab2-videobg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    width: 120px;
}

.ab2-videobg img {
    width: 100%;
    animation: rotation2 12s linear infinite;
}

@keyframes rotation2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/*  */
.ab3 {
    background-position: top center;
}

.ab3-box {
    padding: 92px 0 135px;
}

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

.ab3-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-ab2end1-h) + 2px) * 1.19);
    letter-spacing: -1.04px;
    text-transform: capitalize;
}

.ab3-p {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

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

#ab3-sw {
    overflow: hidden;
}

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

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

.ab3-swbox {
    border-radius: 14px;
    background: #FFF;
    padding: 19px 19px 35px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.ab3-swbox:hover {
    background: #0F9EE1;
}

.swiper-slide:nth-child(2n) .ab3-swbox {
    padding: 35px 19px 19px;
    flex-direction: column-reverse;
}

.ab3-swbox>*:nth-child(1) {
    margin-bottom: 28px;
}

.swiper-slide:nth-child(2n) .ab3-swbox>*:nth-child(1) {
    margin-bottom: 0;
}

.swiper-slide:nth-child(2n) .ab3-swbox>*:nth-child(2) {
    margin-bottom: 28px;
}

.ab3-swimg .img-box {
    padding-bottom: 45%;
    border-radius: 14px;
}

.ab3-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab3-swbox:hover .ab3-swimg .img-box img {
    transform: scale(1.08);
}

.ab3-swh {
    margin-bottom: 12px;
}

.ab3-swh p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ab3-swbox:hover .ab3-swh p {
    color: #FFF;
}

.ab3-swp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ab3-swbox:hover .ab3-swp p {
    color: #FFF;
}

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

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

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

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

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

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

    .ab1-u {
        flex-wrap: wrap;
    }

    .ab1-l {
        width: 50%;
        margin-bottom: 12px;
    }

    .ab1-l:nth-child(2n) {
        display: none;
    }

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

    .ab2-video i {
        --w: 64px;
    }

    .ab2-videobg {
        width: 100px;
    }

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

    .ab3-h {
        margin-bottom: 14px;
    }

    .ab3-p {
        margin-bottom: 20px;
    }

    .ab3-swbox {
        padding: 12px 12px 18px;
    }

    .ab3-swbox>*:nth-child(1) {
        margin-bottom: 14px;
    }

    .swiper-slide:nth-child(2n) .ab3-swbox>*:nth-child(1) {
        margin-bottom: 0;
    }

    .swiper-slide:nth-child(2n) .ab3-swbox>*:nth-child(2) {
        margin-bottom: 14px;
    }
}

/* 青岛招银格瑞国际贸易有限公司（产品） */
.prs {
    background: #F5F5F5;
    padding: 68px 0;
}

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

.prs-sw {
    position: relative;
    width: 44%;
    flex: 0 0 auto;
}

#prs-sw {
    overflow: hidden;
}

.prs-swimg .img-box {
    padding-bottom: 84.2%;
    border-radius: 14px;
}

.prs-tbox {
    width: calc(56% - 72px);
    flex: 0 0 auto;
}

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

.prs-h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

.prs-smh {
    margin-bottom: 30px;
}

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

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

.prs-p p:last-child {
    margin-bottom: 0;
}

/* 产品 */
/* product */
.pro-box {
    padding: 70px 0 110px;
}

/*  */
/* product */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 20%;
    flex: 0 0 auto;
    position: sticky;
    top: 170px;
}

.pro1-sear {
    margin-bottom: 40px;
}

.pro1-seh {
    margin-bottom: 20px;
}

.pro1-seh p {
    color: #000;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.product .ven-sehfo {
    padding: 13px 20px;
    width: 100%;
    border-radius: 6px;
    background: #F7FAFD;
    backdrop-filter: blur(9px);
}

.product .ven-sehfo input {
    color: #222;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
}

.product .ven-sehfo input::-webkit-input-placeholder {
    color: #222;
}

.product .ven-sehfo input:-moz-placeholder {
    color: #222;
}

.product .ven-sehfo input::-moz-placeholder {
    color: #222;
}

.product .ven-sehfo input:-ms-input-placeholder {
    color: #222;
}

.product .ven-sehfo>span i {
    font-size: 20px;
    color: #222;
    line-height: normal;
}

/*  */
.pro1-bigh {
    margin-bottom: 20px;
}

.pro1-bigh p {
    color: #222;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pro1-l {
    margin-bottom: 16px;
    transition: all 0.5s ease;
}

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

/* 加二级，去掉>a */
.pro1-l1a>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 6px;
    background: #F7FAFD;
    padding: 16px 20px;
}

.pro1-l1a>a:hover {
    background: #0F9EE1;
}

.pro1-l.on .pro1-l1a>a {
    background: #0F9EE1;
}

/* end */
.pro1-l1a span {
    color: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    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: 18px;
    color: #769183;
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    transform: rotate(-180deg);
    color: #135040;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #135040;
}

/*  */
.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: 26px 0;
    border-bottom: 1px solid #C7D9D1;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 12px;
    padding-left: 28px;
}

.pro1-l2a:last-child {
    margin-bottom: 0;
}

.pro1-l2a::before {
    position: absolute;
    content: "";
    --w: 18px;
    width: var(--w);
    height: var(--w);
    border-radius: 5px;
    border: 1px solid #C7D9D1;
    left: 0;
    top: 2px;
}

.pro1-l2a::after {
    position: absolute;
    content: "";
    --w: 10px;
    width: var(--w);
    height: var(--w);
    border-radius: 1px;
    background: #769183;
    left: 4px;
    top: 6px;
    transition: all 0.5s ease;
}

.pro1-l2a:hover:after {
    background: #135040;
}

.pro1-l2a.on::after {
    background: #135040;
}

.pro1-l2a span {
    color: #769183;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.36);
    --size: 1px;
    --color: #135040;
    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: #135040;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #135040;
}

/*  */
.pro2 {
    width: calc(80% - 50px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-bottom: 30px;
}

.pro2-l {
    margin-bottom: 50px;
}

.pro2-la {
    display: block;
    border-radius: 14px;
    background: #F5F5F5;
    padding: 18px 16px 16px;
    transition: all 0.5s ease;
}

.pro2-la:hover {
    background: #0F9EE1;
}

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

.pro2-lh p {
    color: #000;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.4);
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.pro2-limg .img-box {
    padding-bottom: 60%;
    border-radius: 10px;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

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

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

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

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

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

    .prs-sw {
        width: 100%;
        margin-bottom: 20px;
    }

    .prs-tbox {
        width: 100%;
    }

    .pro2-l {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 499px) {
    .prs-h {
        margin-bottom: 14px;
    }

    .prs-smh {
        margin-bottom: 14px;
    }

    .prs-p p {
        margin-bottom: 10px;
    }

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

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

    .pro2-u {
        margin-bottom: 10px;
    }
}

/* 青岛招银格瑞国际贸易有限公司（产品详情） */
.prode-topbox {
    background: #F5F5F5;
    padding: 80px 0;
}

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

.prode1-1 {
    width: 49.7%;
    flex: 0 0 auto;
    position: relative;
}

#prode1-1sw {
    overflow: hidden;
    width: 100%;
}

.prode1-1swimg .img-box {
    padding-bottom: 60%;
    border-radius: 14px;
}

#prode1-1sw .swiper-pagination {
    bottom: -30px;
}

#prode1-1sw .swiper-pagination .swiper-pagination-bullet {
    border-radius: 100px;
    background: #D8D9D6;
    width: 17px;
    height: 3px;
    opacity: 1;
    transition: all 0.5s ease;
}

#prode1-1sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #0F9EE1;
    width: 43px;
}

/*  */
.prode1-2 {
    width: calc(100% - 49.7% - 68px);
    flex: 0 0 auto;
}

.prode1-2h {
    margin-bottom: 30px;
}

.prode1-2h p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-prode1-2h) * 1.25);
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

.prode1-2p {
    margin-bottom: 100px;
}

.prode1-2p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.prode1-2end {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

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

.prode1-2share>p {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 22px;
}

/*  */
.prode1-2btnbox {
    display: flex;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: max-content;
    border-radius: 100px;
    background: #0F9EE1;
    box-shadow: 0 4px 4px 0 rgba(0, 37, 55, 0.30);
    padding: 19px 50px;
    transition: all 0.5s ease;
}

.prode1-2a i {
    font-size: 18px;
    color: #FFF;
    line-height: normal;
    margin-left: 8px;
    display: block;
    transition: all 0.5s ease;
}

.prode1-2a:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

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

.prode1-2pdf {
    margin: 0 44px;
}

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

.prode1-2pdfa i {
    color: #0F9EE1;
    font-size: 42px;
    line-height: normal;
    margin-right: 10px;
}

.prode1-2pdfa p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: #000;
    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);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.prode1-2pdfa:hover p span {
    color: #0F9EE1;
    --color: #0F9EE1;
}

/* 产品详情下面 */
/*.prode-min {*/
/*    position: sticky;*/
/*    top: 140px;*/
/*    z-index: 14;*/
/*}*/

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    position: relative;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 17px 0;
    margin: 60px 0;
}


.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-l {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 70px;
}

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

.prode2-la {
    display: block;
    width: max-content;
    transition: all 0.5s ease;
}

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

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

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

/*  */
.prode-end {
    margin-bottom: 100px;
}

.prode-end>div {
    margin-top: 70px;
}

.prode-end>div:first-child {
    margin-top: 0;
}

.prode3h {
    margin-bottom: 30px;
}

.prode3h p {
    color: #000;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ser-fth) * 1.27);
    text-transform: uppercase;
}

/*  */
.prode3-casw {
    position: relative;
}

#prode3-casw {
    overflow: hidden;
}

.prode5p {
    border-radius: 6px;
    background: #0F9EE1;
    padding: 13px 28px;
    margin-bottom: 20px;
}

.prode5p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode5for .con2-fou {
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
    margin-bottom: 20px;
}

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

.prode5for .con2-fol input,
.prode5for .con2-fol textarea {
    color: #222;
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border-radius: 6px;
    background: #F8F8F8;
    border: 1px solid #F8F8F8;
}

.prode5for .con2-fol input:focus,
.prode5for .con2-fol textarea:focus {
    border: 1px solid #0F9EE1;
}

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

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

.prode5for ƒ.con2-fol input::-ms-input-placeholder {
    color: #222;
}

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

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

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

.prode5for .con2-fobt {
    justify-content: flex-end;
}

.prode5for .con2-fobt button {
    width: auto;
    padding: 18px 85px;
}

/*  */
.prode4-2 {
    border-radius: 14px;
    background: #F8F8F8;
    padding: 34px;
}

.prode4-2 .con2-fou {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
    margin-bottom: 14px;
}

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

.prode4-2 .con2-fol input,
.prode4-2 .con2-fol textarea {
    border-radius: 6px;
    background: #FFF;
    border: 1px solid #FFF;
    padding: 10px;
    color: #3B3B3B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode4-2 .con2-fol input:focus,
.prode4-2 .con2-fol textarea:focus {
    border: 1px solid #0F9EE1;
}

.prode4-2 .con2-fol input::-webkit-input-placeholder {
    color: #3B3B3B;
}

.prode4-2 .con2-fol input::-moz-placeholder {
    color: #3B3B3B;
}

.prode4-2 .con2-fol input::-ms-input-placeholder {
    color: #3B3B3B;
}

.prode4-2 .con2-fol textarea::-webkit-input-placeholder {
    color: #3B3B3B;
}

.prode4-2 .con2-fol textarea::-moz-placeholder {
    color: #3B3B3B;
}

.prode4-2 .con2-fol textarea::-ms-input-placeholder {
    color: #3B3B3B;
}

.prode4-2 .con2-fobt {
    justify-content: flex-end;
}

.prode4-2 .con2-fobt button {
    width: auto;
    padding: 18px 85px;
}

.prode4-3 {
    margin-top: 20px;
    position: relative;
}

#prode4-sw {
    overflow: hidden;
}

#prode4-sw .swiper-wrapper {
    height: auto;
}

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

.prode4-3box {
    border-radius: 14px;
    background: #F8F8F8;
    padding: 20px 36px 26px;
    height: 100%;
}

.prode4-3top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D7D3CE;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.prode4-3t1 {
    display: flex;
    align-items: center;
}

.prode4-3h {
    margin-right: 12px;
}

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

.prode4-3i i {
    font-size: 14px;
    color: rgba(164, 21, 23, 1);
    line-height: normal;
}

.prode4-3t2 {
    display: flex;
    align-items: center;
}

.prode4-3numi i {
    font-size: 16px;
    color: #0F9EE1;
    line-height: normal;
    margin-right: 8px;
}

.prode4-3num p {
    color: #666;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.71);
}

.prode4-3end p {
    color: #666;
    font-family: 'Manrope';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .prode1-2pdf {
        margin: 0 22px;
    }

    .prode1-2a {
        padding: 11px 20px;
    }

    .prode1-2 {
        width: calc(100% - 49.7% - 28px);
    }

    .prode1-2pdfa i {
        font-size: 30px;
        margin-right: 6px;
    }

    .prode1-2share>p {
        margin-right: 12px;
    }

    .prode1-2p {
        margin-bottom: 40px;
    }

    .prode1-2h {
        margin-bottom: 12px;
    }

    .prode-topbox {
        padding: 70px 0;
    }

    .prode2-u {
        padding: 12px 0;
        margin: 30px 0;
    }

    .prode3h {
        margin-bottom: 14px;
    }

    .prode-end>div {
        margin-top: 40px;
    }

    .prode-end {
        margin-bottom: 70px;
    }
}

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

    .prode1-1 {
        width: 100%;
        margin-bottom: 60px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode1-2end {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode1-2pdf {
        margin: 0;
    }

    .prode1-2end>div {
        margin-bottom: 6px;
    }

    .prode1-2end>div:last-child {
        margin-bottom: 0;
    }

    .prode4-3top {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

    .prode4-2 {
        padding: 14px;
    }

    .prode4-3box {
        padding: 12px 12px 16px;
    }

    .prode4-3top {
        margin-bottom: 14px;
        padding-bottom: 20px;
    }

    .prode-end {
        margin-bottom: 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: 44%;
}

.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: 44%;
    -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: 68px;
    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: 100px !important;
    width: var(--w);
    height: 2px;
    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: #0F9EE1;
    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 */
.ind-pro {
    background: #F5F5F5;
}

.so1 {
    padding: 100px 0 122px;
}

.so1-h {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so1-h p {
    color: var(--, #000);
    text-align: center;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-ab2end1-h) + 2px) * 1.19);
    letter-spacing: -1.04px;
    text-transform: capitalize;
    max-width: 826px;
}

.so1-p {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so1-p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 732px;
}

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

#so1-sw {
    overflow: hidden;
}

.so1-swa {
    position: relative;
    display: block;
    padding: 17px 20px 22px 20px;
    border-radius: 14px;
    background: #FFF;
}

.so1-swimg .img-box {
    padding-bottom: 84%;
    border-radius: 8px;
    margin-bottom: 20px;
}

.so1-swimg .img-box img {
    transition: all 0.5s ease;
}

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

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

.so1-swh p span {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    --size: 1px;
    --color: #0F9EE1;
    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-bezier(0.4, 0, 0.2, 1);
}

.so1-swa:hover .so1-swh p span {
    color: #0F9EE1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

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

.so2-1 {
    width: calc(100% - 62%);
    flex: 0 0 auto;
    margin-right: -34px;
}

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

.so2-1h p {
    color: #000;
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1h) * 1.14);
    letter-spacing: -1.4px;
    text-transform: capitalize;
}

.so2-1smh {
    margin-bottom: 18px;
}

.so2-1smh p {
    color: #0F9EE1;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
}

.so2-1p {
    margin-bottom: 90px;
}

.so2-1p p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    margin-bottom: 22px;
}

.so2-1p p:last-child {
    margin-bottom: 0;
}

.so2-1btn {
    display: flex;
}

.so2-1a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #0F9EE1;
    box-shadow: 0 4px 4px 0 rgba(0, 37, 55, 0.30);
    padding: 18px 46px;
}

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

.so2-1a i {
    font-size: 18px;
    color: #FFF;
    line-height: normal;
    margin-left: 8px;
    display: block;
    transition: all 0.5s ease;
}

.so2-1a:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.so2-2 {
    width: 62%;
    flex: 0 0 auto;
    position: relative;
    cursor: pointer;
    display: block;
}

.so2-2 .img-box {
    padding-bottom: 74%;
}

.so2-2 .ab2-video {
    left: auto;
    top: auto;
    right: 82px;
    bottom: 85px;
    transform: translate(0, 0);
}

.so3 {
    padding: 130px 0 135px;
}

.so3-h {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so3-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-ab2end1-h) + 2px) * 1.19);
    letter-spacing: -1.04px;
    text-transform: capitalize;
    max-width: 1036px;
}

.so3-p {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

/*  */
.so3-sw {
    position: relative;
    max-width: calc(100% - 30px);
    margin: auto;
}

.so3-swa {
    display: block;
    position: relative;
}

.so3-swimg .img-box {
    border-radius: 14px;
}

.so3-swimg .img-box img {
    transition: all 0.5s ease;
}

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

.so3-swt {
    position: absolute;
    width: calc(100% - 46px - 46px);
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
    z-index: 12;
}

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

.so3-swh p span {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    --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-bezier(0.4, 0, 0.2, 1);
}

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

.so3-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.ind-news {
    background-position: top center;
}

.so4 {
    padding: 65px 0 184px;
}

.so4-h {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so4-h p {
    color: #000;
    text-align: center;
    font-size: calc(var(--zj-ab2end1-h) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-ab2end1-h) + 2px) * 1.19);
    letter-spacing: -1.04px;
    text-transform: capitalize;
    max-width: 1036px;
}

.so4-sw {
    position: relative;
}

#so4-sw {
    overflow: hidden;
}

.so4-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 84px;
}

.so5 {
    padding: 112px 0 98px;
}

.so5-box {
    max-width: 835px;
}

.so5-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
}

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

.so5-p {
    max-width: 387px;
    padding-top: 7px;
}

.so5-p span {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
}

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

.so5-end {
    display: flex;
    justify-content: space-between;
}

.so5-formh p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.68);
}

.so5-form {
    width: 654px;
}

.so5-form .con2-fou {
    margin-right: calc(-.5 * 0.9rem);
    margin-left: calc(-.5 * 0.9rem);
}

.so5-form .con2-fol {
    margin-bottom: 15px;
    padding-right: calc(0.9rem * .5);
    padding-left: calc(0.9rem * .5);
}

.so5-form .con2-fol input,
.so5-form .con2-fol textarea {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(0.79999923706055px);
    padding: 12px 22px;
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.so5-form .con2-fol input:focus,
.so5-form .con2-fol textarea:focus {
    border: 1px solid #0F9EE1;
}

.so5-form .con2-fol input::-webkit-input-placeholder {
    color: #FFF;
}

.so5-form .con2-fol input::-moz-placeholder {
    color: #FFF;
}

.so5-form .con2-fol input::-ms-input-placeholder {
    color: #FFF;
}

.so5-form .con2-fol textarea::-webkit-input-placeholder {
    color: #FFF;
}

.so5-form .con2-fol textarea::-moz-placeholder {
    color: #FFF;
}

.so5-form .con2-fol textarea::-ms-input-placeholder {
    color: #FFF;
}

.so5-form .con2-fobt {
    display: flex;
    justify-content: flex-end;
}

.so5-form .con2-fobt button {
    width: auto;
    padding: 15px 44px;
}

@media (max-width: 1536px) {
    .banner-chan .swiper-pagination .swiper-pagination-bullet span {
        --w: 30px !important;
    }

    .so1 {
        padding: 70px 0;
    }

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

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

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

    .so3 {
        padding: 70px 0;
    }

    .so3-btn {
        margin-top: 40px;
    }

    .so4-btn {
        margin-top: 40px;
    }

    .so4 {
        padding: 65px 0 84px;
    }

    .so5 {
        padding: 70px 0;
    }
}

@media (max-width: 992px) {
    .so2 {
        flex-direction: column;
        width: 100%;
        margin: auto;
        padding-left: 0 !important;
    }

    .so2-1 {
        width: 94%;
        margin-right: 0;
        margin: auto;
        margin-bottom: 30px;
        padding: 20px 0 0 !important;
    }

    .so2-2 {
        width: 100%;
    }

    .so5-top {
        flex-direction: column;
    }

    .so5-end {
        flex-direction: column;
    }

    .so5-formh p {
        margin-bottom: 20px;
    }
}

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

    .so3 {
        padding: 40px 0;
    }

    .so4 {
        padding: 40px 0;
    }

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

    .so1-p {
        margin-bottom: 20px;
    }

    .so5 {
        padding: 40px 0;
    }

    .so5-top {
        margin-bottom: 23px;
    }

    .so5-form {
        width: 100%;
    }
}


.top_email{
    margin-left: 10px;
}
