.hea-top {
    background: #001C58;
    padding: 13px 0;
}

.hea-topbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 120px;
}

.hea-share {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hea-share a {
    display: block;
    --w: 20px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.hea-share a:hover {
    opacity: 1;
}

.hea-share a:last-child {
    margin-right: 0;
}

.hea-share a i {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
}

/*  */
.hea-topu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hea-topl {
    margin-right: 30px;
}

.hea-topl:last-child {
    margin-right: 0;
}

.hea-topla {
    display: flex;
    align-items: center;
}

.hea-topla i {
    font-size: 20px;
    line-height: normal;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.hea-topla p {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.hea-topla p span {
    --size: 1px;
    --color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.hea-topla:hover p span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
#ven {
    transition: all 0.5s ease;
    background: #FFF;
}

.ventricle {
    background: #BF9F8A;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1536px) {}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 0 0 4px;
    position: relative;
}

.ven1-loim::after {
    position: absolute;
    content: "";
    --w: 104px;
    width: var(--w);
    height: var(--w);
    background: #FFF;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
}

.ven1-loim img {
    width: 83px;
    height: auto;
    transition: all 0.5s ease;
    background-blend-mode: luminosity;
    position: relative;
    z-index: 12;
    margin-top: -7px;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 3.35vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 7.6vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 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: #505966;
    font-size: var(--zj-con2la);
    /* font-family: 'Fraunces'; */
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    --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: #001C58;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #001C58;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-la i {
    color: #FFF7F2;
    margin-left: 6px;
    font-size: 10px;
    font-weight: normal;
    transition: all 0.5s ease;
}

.ven2-l.on .ven2-la i {
    color: #001C58;
}

.ven2-la:hover i {
    color: #001C58;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: normal;
    color: #001C58;
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #001C58;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-left: 8px;
    transition: all 0.5s ease;
}

.vensesv:hover p {
    color: #001C58;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */

.ven-inqury a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury a i {
    font-size: 18px;
    color: rgba(0, 28, 88, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury a:hover i {
    color: #001C58;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury a p {
    color: #001C58;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2-la);
    text-transform: capitalize;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.ven-inqury a:hover p {
    color: #001C58;
}

.ven-inqury a span {
    color: #001C58;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2-la);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven-inqury a:hover span {
    color: #001C58;
}

/*  */
.ven-line {
    width: 1px;
    height: 10px;
    opacity: 0.2;
    background: #001C58;
    margin: 0 20px;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 6px;
    border: 1px solid #001C58;
    padding: 4px 20px;
    background: #001C58;
}

.ven2-langbt .icon-duoyuyan {
    font-size: 20px;
    color: #FFF;
    display: block;
}

.ven2-langbt:hover .icon-duoyuyan {
    color: #FFF;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
    margin: 0 10px 0 16px;
}

.ven2-langbt:hover span {
    color: #FFF;
}

.ven2-langbt .icon-xiala {
    font-size: 16px;
    color: #FFF;
    display: block;
}

.ven2-langbt:hover .icon-xiala {
    color: #FFF;
}

.ven2-lang .ven2-ler {
    width: 100%;
    top: 100%;
}

.ven2-lang:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ven2-langbt img {
    --w: 17px;
    width: var(--w);
    height: var(--w);
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.ven2-langbt i {
    font-size: 6px;
    line-height: normal;
    color: #FFF;
    display: block;
    transition: all 0.5s ease;
}

.ven2-langbt:hover i {
    color: #001C58;
    /* animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1; */
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: capitalize;
    display: block;
    margin: 0 8px 0 16px;
    padding-top: 2px;
    transition: all 0.5s ease;
}

/* .ven2-langbt:hover span {
    color: #001C58;
} */

/*  */
.ven-contact {
    margin-left: 38px;
}

.ven-contact>a {
    display: block;
    border-radius: 999px;
    background: #001C58;
    padding: 11px 23px;
    overflow: hidden;
    position: relative;
}

.ven-contact>a::after,
.ven-contact>a::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);
}

.ven-contact>a::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.ven-contact>a:hover:before,
.ven-contact>a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ven-contact>a p span {
    color: #1458E4;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    --size: 1px;
    --color: #1458E4;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven-contact>a:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 1536px) {
    .ven1-loim::after {
        top: -25px;
    }

    .ven2-l {
        margin-right: 2.14vw;
    }

    .ven2-l:last-child {
        margin-right: 3.6vw;
    }

    /* .vensesv {
        margin-right: 12px;
    } */


    .ven-contact {
        margin-left: 16px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }


    .ven2-la i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 18px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .vensesv i {
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 14px;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .hea-top {
        display: none;
    }

    .ven1-loim {
        padding: 6px 0;
    }

    .ven-line {
        margin: 0 12px;
    }

    .ven1-loim img {
        margin-top: 0;
        width: 54px;
    }

    .ven1-loim::after {
        display: none;
    }

    .vensesv p {
        display: none;
    }
}

@media (max-width: 499px) {
    .hea-top {
        display: none;
    }

    .ven1-loim {
        padding: 6px 0;
    }

    .ven1-loim img {
        width: 48px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-contact {
        display: none;
    }

    .ven-contact>a p span {
        font-size: 14px;
    }

    .ven2-langbt span {
        display: none;
    }

    .ven2-langbt .icon-duoyuyan {
        margin-right: 4px;
    }

    .ven2-langbt {
        padding: 0px 12px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 260px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
    --size: 1px;
    --color: #001C58;
    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: #001C58;
    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;
    /* display: flex; */
}

.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: block;
    padding: 8px 12px;
}

.ven2-lerathra::before {
    content: "";
    --w: 7px;
    width: var(--w);
    height: var(--w);
    background: #453737;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 7px;
}

.ven2-lerathra span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #453737;
    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: #453737;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 340%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #302219;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 327%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 380%;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 360%;
        right: -194px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven-contact>a {
        display: none;
    }

    .ven2-lera {
        padding: 6px 4px;
    }

    .ven2-lerbo {
        padding: 6px 0;
    }
}

/* 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: #001C58;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #001C58;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #001C58;
}

#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: #001C58;
}

.headersp #venPho .venPhoSack.on::before {
    background: #001C58;
}

.ventricle #venPho .venPhoSack.on::before {
    background: #001C58;
}

/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #001C58;
}

.headersp #venPho .venPhoSack.on::after {
    background: #001C58;
}

.ventricle #venPho .venPhoSack.on::after {
    background: #001C58;
}

/* .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: #001C58;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #001C58;
}

.ventricle #venPho .venPhoSack span {
    background: #001C58;
}

/* .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: 66px;
    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 #222;
}

#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: #505966;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #001C58;
}

.xiantiao>a {
    color: #001C58;
}

.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: #505966;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #001C58;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 60px;
    }

    #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%;
    bottom: 48px;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sub-te {
    margin-bottom: 24px;
    padding-bottom: 10px;
    position: relative;
}

.sub-te::after {
    position: absolute;
    content: "";
    width: 480px;
    height: 1px;
    background: rgba(255, 255, 255, 0.60);
    left: 0;
    bottom: 0;
}

.sub-te p {
    color: #FFF;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sub-cate {
    display: flex;
    align-items: center;
}

.sub-cata {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-right: 16px;
    padding: 10px 30px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
    display: block;
    transition: all 0.5s ease;
}

.sub-cata:last-child {
    margin-right: 0;
}

.sub-cata:hover {
    background: #001C58;
    color: #FFF;
}

.sub-cata.on {
    background: #001C58;
    color: #FFF;
}

@media (max-width: 1536px) {

    .sub-te {
        margin-bottom: 15px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }

    .sub-te::after {
        width: 320px;
    }
}

@media (max-width: 992px) {
    .sub-te::after {
        width: 280px;
    }

    .sub-cate2 {
        display: none;
    }
}

@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-about .sub-im img {
        max-height: 660px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 220px;
    }

    .sub-fly {
        bottom: 24px;
    }
}

@media (max-width: 642px) {
    .sub-im img {
        min-height: 150px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 200px;
    }

    .sub-fly {
        bottom: 12px;
    }
}

/*  */

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-right: 10px;
    line-height: normal;
    margin-bottom: 4px;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.breadcrumb-item:hover a span {
    color: #001C58;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
}

/*  */
/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #505966;
    text-align: center;
    font-family: 'Roboto';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.4);
    text-transform: capitalize;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #f2f2f200;
    border: 1px solid #505966;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    background: #001C58;
    border: 1px solid #001C58;
    color: #FFF;
}

.sub-pagel.on a {
    background: #001C58;
    border: 1px solid #001C58;
    color: #FFF;
}

.sub-pagel a i {
    font-size: 14px;
    line-height: normal;
    color: #505966;
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

.sub-pagel.on a i {
    color: #FFF;
}

@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: 128px;
}

[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: 128px;
    }

    [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: 65px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 60px;
    }

    [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;
    }
}

/* contact */
.con1 {
    padding: 120px 0;
}

.con1-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con1-1 {
    width: 48%;
    flex: 0 0 auto;
    border-radius: 6px;
    background: #001C58;
}

.con1-1img {
    transform: translate(16px, -16px);
}

.con1-1img .img-box {
    border-radius: 6px;
    padding-bottom: 75%;
}

.con1-2 {
    width: calc(52% - 96px);
    flex: 0 0 auto;
}

.con1-2h {
    margin-bottom: 16px;
}

.con1-2h h2 {
    color: #001C58;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.con1-2p {
    margin-bottom: 64px;
}

.con1-2p p {
    color: #505966;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 612px;
}

.con1-2lh {
    margin-bottom: 8px
}

.con1-2lh p {
    color: #001C58;
    /* font-family: 'Fraunces'; */
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.con1-2la {
    display: block;
    margin-bottom: 32px;
}

.con1-2l:last-child .con1-2la {
    margin-bottom: 0;
}

.con1-2la p span {
    color: #505966;
    /* font-family: 'Fraunces'; */
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    --size: 1px;
    --color: #001C58;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-2la:hover p span {
    color: #001C58;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con2 {
    position: relative;
}

.con2-img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.con2-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.con2-box {
    padding: 140px 0 120px;
}

.con2-h {
    margin-bottom: 22px;
}

.con2-h p {
    text-align: center;
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.con2-p {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con2-p p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 1021px;
}

/*  */
.con2-from {
    max-width: 1376px;
    margin: auto;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
    overflow: hidden;
    padding: 48px 80px;
}

.con2-fou {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.con2-fol {
    margin-bottom: 16px;
    padding-right: calc(1rem * .5);
    padding-left: calc(1rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 0;
}

.con2-fol p {
    color: #001C58;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.con2-fol input,
.con2-fol textarea {
    color: #001C58;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    border: 1px solid #F4F6F7;
    border-radius: 6px;
    background: #F4F6F7;

    transition: all 0.5s ease;
    padding: 20.5px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #001C58;
}

.con2-fol input::-webkit-input-placeholder {
    color: #001C58;
}

.con2-fol input::-moz-placeholder {
    color: #001C58;
}

.con2-fol input::-ms-input-placeholder {
    color: #001C58;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #001C58;
}

.con2-fol textarea::-moz-placeholder {
    color: #001C58;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #001C58;
}

.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.con2-fobt button {
    padding: 10px 30px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #001C58;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con2-fobt button:hover:before,
.con2-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button span {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.con2-fobti {
    /* --w: 20px; */
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    position: relative;
}

.con2-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 24px;
    line-height: 1;
    color: #FFF;
}

.con2-fobti i:nth-child(2) {
    position: absolute;
    /* transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); */
}

.con2-fobt button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
    /* transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); */
}

.con2-fobt button:hover i:nth-child(2) {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    /* transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); */
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/* 表单验证吗 ------------------------- */
.con2-fol {
    position: relative;
}

.con2-fol>div {
    position: relative;
}

.spam_code_img {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spam_code_img img {
    max-width: 100%;
    height: auto !important;
}

@media (max-width: 1536px) {
    .con1 {
        padding: 70px 0;
    }

    .con1-2p {
        margin-bottom: 32px;
    }

    .con1-2la {
        margin-bottom: 16px;
    }

    .con2-box {
        padding: 80px 0 70px;
    }
}

@media (max-width: 992px) {
    .con1-box {
        flex-direction: column-reverse;
    }

    .con1-1 {
        width: 100%;
    }

    .con1-2 {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .con1-2l {
        width: 100%;
    }

    .con2-fol {
        width: 100%;
    }

    .con2-from {
        padding: 24px 40px;
    }
}

@media (max-width: 499px) {
    .con1 {
        padding: 40px 0;
    }

    .con1-2p {
        margin-bottom: 16px;
    }

    .con1-2la {
        margin-bottom: 12px;
    }

    .con1-1img {
        transform: translate(6px, -6px);
    }

    .con2-box {
        padding: 50px 0 40px;
    }

    .con2-h {
        margin-bottom: 12px;
    }

    .con2-p {
        margin-bottom: 24px;
    }

    .con2-from {
        padding: 24px 20px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 9.5px 12px;
    }

    .con2-fobt button {
        padding: 8px 30px;
    }
}

/* footer */
.ft-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px 0 64px;
}

.ft1-1h {
    margin-bottom: 24px;
}

.ft1-1h p {
    color: #FFF;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 445px;
}

.ft1-1p {
    margin-bottom: 64px;
}

.ft1-1p p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    max-width: 445px;
}

.ft1-1share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ft1-1share>a {
    --w: 32px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    margin-right: 16px;
    transition: all 0.5s ease;
}

.ft1-1share>a:last-child {
    margin-right: 0;
}

.ft1-1share>a:hover {
    background: #FFF;
    border: 1px solid rgba(255, 255, 255, 1);
}

.ft1-1share>a i {
    font-size: 18px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease;
}

.ft1-1share>a:hover i {
    color: rgba(0, 28, 88, 1);
}

/* ft1-2 */
.ft1-2 {
    width: 63%;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ft1-2lh {
    margin-bottom: 32px;
}

.ft1-2lh p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

/* liebiao */
.ft1-2la {
    display: block;
    margin-bottom: 16px;
}

.ft1-2la:last-child {
    margin-bottom: 0;
}

.ft1-2la span {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-2la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* lianxi */
.ft1-2lfl {
    margin-bottom: 16px;
}

.ft1-2lfl:last-child {
    margin-bottom: 0;
}

.ft1-2lfla {
    display: flex;
}

.ft1-2lfla i {
    font-size: 20px;
    line-height: normal;
    margin-right: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
}

.ft1-2lfla:hover i {
    color: rgba(255, 255, 255, 1);
}

.ft1-2lfla span {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    --size: 1px;
    --color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

div.ft1-2lfla span {
    display: block;
    max-width: 414px;
}

a.ft1-2lfla:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3 {
    position: relative;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.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;
    opacity: 0.6;
}

.ft3-1cnzz {
    padding-bottom: 2px;
    margin: 0 16px;
}

.ft3-1pow span {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: rgba(255, 255, 255, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 10px;
    opacity: 0.2;
    background: #FFF;
    margin: 0 8px;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft-top {
        padding: 60px 0 40px;
    }

    .ft1-2 {
        width: 58%;
    }

    div.ft1-2lfla span {
        display: block;
        max-width: 214px;
    }

    .ft3 {
        padding: 12px 0;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 49px;
    }
}

@media (max-width: 992px) {
    .ft-top {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft3 {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1cnzz {
        margin: 0;
    }
}

@media (max-width: 768px) {

    .ft1-2l:nth-child(1),
    .ft1-2l:nth-child(2) {
        display: none;
    }

    div.ft1-2lfla span {
        max-width: 100%;
    }
}

@media (max-width: 499px) {
    .ft-top {
        padding: 30px 0 20px;
    }

    .ft1-1h {
        margin-bottom: 12px;
    }

    .ft1-1p {
        margin-bottom: 32px;
    }

    .ft1-1share>a {
        --w: 28px;
        margin-right: 8px;
    }

    .ft1-1share>a i {
        font-size: 14px;
    }

    .ft1-2lh {
        margin-bottom: 16px;
    }

    .ft1-2lfla i {
        font-size: 16px;
    }
}

/* news */
.ne-sw {
    background: #F4F6F7;
    padding: 20px;
    position: relative;
}

#ne-sw {
    overflow: hidden;
}

.ne-swbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne-swimg {
    width: 46%;
    flex: 0 0 auto;
}

.ne-swimg .img-box {
    padding-bottom: 76%;
    border-radius: 8px;
}

.ne-swte {
    width: calc(54% - 60px);
    flex: 0 0 auto;
}

.ne-swnum {
    margin-bottom: 8px;
}

.ne-swnum p {
    color: #505966;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ne-swh {
    display: block;
    margin-bottom: 40px;
}

.ne-swh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-swh p span {
    color: #001C58;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    --size: 1px;
    --color: #001C58;
    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.8s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-swbox:hover .ne-swh p span {
    color: #001C58;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-swp {
    margin-bottom: 48px;
}

.ne-swp p {
    color: #505966;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-swbtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
    margin-bottom: 90px;
}

.ne-swbtna {
    padding: 10px 30px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #001C58;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.ne-swbtna::after,
.ne-swbtna::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -196%) rotate(-30deg);
    transform: translate(-13%, -196%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ne-swbtna::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ne-swbtna:hover:before,
.ne-swbtna:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ne-swbtna span {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.ne-swbtni {
    /* --w: 20px; */
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    position: relative;
}

.ne-swbtni i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 24px;
    line-height: 1;
    color: #FFF;
    display: block;
}

.ne-swbtna:hover .ne-swbtni i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

.ne-swpag {
    position: absolute;
    width: calc(54% - 60px);
    right: 0;
    bottom: 86px;
}

.ne-swpag .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ne-swpag .swiper-pagination .swiper-pagination-bullet {
    --w: 10px;
    width: var(--w);
    height: var(--w);
    margin: 0;
    margin-right: 10px;
    opacity: 0.4;
    background: #001C58;
}

.ne-swpag .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.ne-swpag .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.ne-u {
    margin-top: 48px;
    margin-bottom: 48px;
}

.ne-l {
    margin-bottom: 32px;
}

.ne-l:last-child {
    margin-bottom: 0;
}

.ne-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    background: #F4F6F7;
    padding: 30px 40px;
    transition: all 0.5s ease;
}

.ne-la:hover {
    background: #001C58;
}

.ne-l1 {
    width: 15.2%;
    flex: 0 0 auto;
    padding-right: 24px;
    position: relative;
}

.ne-l1 p {
    color: #001C58;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--zj-news-h);
    text-transform: capitalize;
    margin-bottom: 14px;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-l1 p {
    color: #fff;
}

.ne-l1 span {
    color: #001C58;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: block;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-l1 span {
    color: #fff;
}

.ne-l2 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ne-l2h {
    padding: 20px 80px 20px 40px;
    border-left: 1px solid rgba(80, 89, 102, 0.20);
    transition: all 0.5s ease;
}

.ne-la:hover .ne-l2h {
    border-left: 1px solid rgb(255, 255, 255);
}

.ne-l2h p {
    color: #001C58;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: var(--zj-so1top1);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-l2h p {
    color: #fff;
}

.ne-l2i {
    flex: 0 0 auto;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 6px;
    background: #001C58;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-l2i {
    background: #fff;
}

.ne-l2i i {
    font-size: 24px;
    color: #FFF;
    line-height: normal;
}

.ne-la:hover .ne-l2i i {
    color: #001C58;
}

@media (max-width: 1536px) {
    .ne-la {
        padding: 15px 20px;
    }

    .ne-l2i {
        --w: 34px;
    }
}

@media (max-width: 992px) {
    .ne-swbox {
        flex-direction: column;
    }

    .ne-swimg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-swte {
        width: 100%;
    }

    .ne-swpag {
        width: 100%;
        bottom: 26px;
    }

    .ne-swpag .swiper-pagination {
        justify-content: center;
    }

    .sub-fly {
        align-items: flex-start;
        flex-direction: column;
    }

    .sub-cate {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .ne-l2i {
        display: none;
    }

    .ne-l1 {
        padding-right: 14px;
    }

    .ne-l2h {
        padding: 10px 0 10px 20px;
    }
}

@media (max-width: 642px) {
    .ne-la {
        align-items: flex-start;
        flex-direction: column;
    }

    .ne-l2h {
        padding: 10px 0;
        border: none !important;
    }

    .ne-l1 {
        width: 100%;
        padding-right: 0;
    }

    .ne-l1 p,
    .ne-l1 span {
        text-align: left;
    }
}

@media (max-width: 499px) {
    .ne-sw {
        padding: 12px;
    }

    .ne-swimg {
        margin-bottom: 10px;
    }

    .ne-swh {
        margin-bottom: 20px;
    }

    .ne-swp {
        margin-bottom: 24px;
    }

    .ne-swbtn {
        margin-bottom: 40px;
    }

    .ne-swpag {
        bottom: 20px;
    }

    .ne-u {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .ne-la {
        padding: 10px 12px;
    }

    .ne-l1 p {
        margin-bottom: 6px;
    }

    .ne-l {
        margin-bottom: 16px;
    }
}

/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #001C58;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #001C58;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* 产品products */
.prod-toph {
    margin-bottom: 24px;
}

.prod-toph h2 {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ab2end1-h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: capitalize;
}

.prod-topp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 80px;
}

.prod-topp p {
    color: #333;
    font-family: 'Manrope3';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1400px;
}

/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 23.6%;
    flex: 0 0 auto;
    position: sticky;
    top: 140px;
}

.pro1-h {
    padding: 10px 16px 24px 16px;
    border-bottom: 1px solid rgba(80, 89, 102, 0.20);
    margin-bottom: 24px;
}

.pro1-h p {
    color: #001C58;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pro1-l {
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 6px;
    background: #F4F6F7;
}

.pro1-l1a:hover {
    background: #001C58;
}

.pro1-l1a>a {
    flex: 1;
}

.pro1-l.on .pro1-l1a {
    background: #001C58;
}

.pro1-l1a span {
    color: #001C58;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    display: none;
}

.pro1-l1ico i {
    font-size: 20px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l1ico i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.pro1-l.on .pro1-l1ico i {
    opacity: 0;
}

.pro1-l.on .pro1-l1ico i:nth-child(2) {
    opacity: 1;
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    padding: 30px 26px 20px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 17px 0;
    border-top: 1px dashed #D0D0D0;
}

.pro1-l2a:last-child {
    border-bottom: 1px dashed #D0D0D0;
}

.pro1-l2a::before {
    content: "\e60e";
    font-size: 10px;
    color: rgba(181, 28, 20, 1);
    font-family: 'iconfont' !important;
    width: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 0;
}

.pro1-l2a:hover:before {
    width: 24px;
    opacity: 1;
}

.pro1-l2a.on::before {
    width: 24px;
    opacity: 1;
}

.pro1-l2a span {
    color: #000;
    font-family: 'Manrope3';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    --size: 0;
    --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);
}

.pro1-l2a:hover span {
    color: #B51C14;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: #B51C14;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(100% - 23.6% - 32px);
    flex: 0 0 auto;
}

.pro2-top {
    border-radius: 6px;
    background: #F4F6F7;
    padding: 24px;
    margin-bottom: 32px;
}

.pro2-th {
    margin-bottom: 24px;
}

.pro2-th p {
    color: #001C58;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pro2-tp p {
    color: #505966;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
}

/*  */
.pro2-u {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
    margin-bottom: 16px;
}

.pro2-l {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    margin-bottom: 32px;
}

.pro2-limg {
    display: block;
}

.pro2-limg .img-box {
    border-radius: 6px;
    background: #F4F6F7;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
    mix-blend-mode: multiply;
}

.pro2-lbox:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lte {
    border-radius: 6px;
    background: #F4F6F7;
    padding: 12px 20px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro2-lh {
    display: block;
    margin-bottom: 4px;
}

.pro2-lh p {
    color: #505966;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lh p {
    color: #001C58;
}

.pro2-lp p {
    color: #505966;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-li {
    --w: 46px;
    width: var(--w);
    height: var(--w);
    border-radius: 2px;
    border: 1px solid #505966;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-li {
    background: #001C58;
    border: 1px solid #001C58;
}

.pro2-li i {
    font-size: 18px;
    color: rgba(80, 89, 102, 1);
    transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-li i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .pro2-top {
        padding: 12px;
        margin-bottom: 16px;
    }

    .pro2-th {
        margin-bottom: 12px;
    }

    .pro2-u {
        margin-bottom: 0;
    }
}

/*  */

.prode1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.prode1-2 {
    width: calc(100% - 40.5% - 32px);
    flex: 0 0 auto;
    padding-top: 20px;
}

.prode1-2h {
    padding: 20px 0;
    border-bottom: 1px solid rgba(80, 89, 102, 0.20);
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.prode1-2h p {
    color: #001C58;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prode1-2p {
    margin-bottom: 12px;
}

.prode1-2p p {
    color: #001C58;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prode1-2u {
    margin-bottom: 32px;
}

.prode1-2te>div:last-child {
    margin-bottom: 0;
}

.prode1-2u p {
    color: #505966;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.prode1-2u p:last-child {
    margin-bottom: 0;
}

/*  */
.prode1-2end {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode1-2btn {
    display: flex;
    align-items: center;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #001C58;
    transition: all 0.5s ease;
    padding: 10px 30px;
    margin-right: 24px;
}

.prode1-2a:hover {
    background: #001C58;
}

.prode1-2a:last-child {
    margin-right: 0;
}

.prode1-2a span {
    color: #001C58;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.prode1-2a:hover span {
    color: #FFF;
}

.prode1-2a i {
    font-size: 18px;
    color: rgba(0, 28, 88, 1);
    margin-left: 8px;
    line-height: normal;
    transition: all 0.5s ease;
}

.prode1-2a:hover i {
    color: #FFF;
}

.prode1-2share {
    display: flex;
    align-items: center;
}

.prode1-2share p {
    color: #001C58;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-right: 16px;
}

/* -------------------------------------------------------------------------------- */
.prode-end {
    margin-top: 113px;
}

.prode2 {
    position: sticky;
    top: 128px;
    z-index: 14;
    overflow: hidden;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    background: #fff;
    position: relative;
}

.prode2-u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #F0F0F0;
}

.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 {
    margin-right: 3vw;
    position: relative;
}

.prode2-l:last-child {
    margin-right: 0
}

.prode2-l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    border-radius: 6px;
    background: #B51C14;
    transition: all 0.5s ease;
    display: none;
}

.prode2-l:hover::after {
    width: 100%;
}

.prode2-l.on::after {
    width: 100%;
}

.prode2-la {
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prode2-la span {
    display: block;
    color: #505966;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6px;
    transition: all 0.5s ease;
}

.prode2-la:hover span {
    color: #001C58;
}

.prode2-l.on .prode2-la span {
    color: #001C58;
}

.prode2-la i {
    font-size: 12px;
    line-height: 1;
    color: rgba(0, 28, 88, 1);
    margin-bottom: -1px;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
    opacity: 0;
}

.prode2-la:hover i {
    opacity: 1;
}

.prode2-l.on .prode2-la i {
    opacity: 1;
}

/*  */
.prode3 {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
    padding: 32px;
    margin-top: 32px;
}

.prode3h {
    margin-bottom: 16px;
}

.prode3h p {
    color: #001C58;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*  */
.prode5 {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
    padding: 32px;
    margin-top: 32px;
}

.prode5 .con2-from {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
}

.prode5 .con2-fobt {
    justify-content: flex-start;
}

/*  */
/*  */
.prode6 {
    padding-top: 120px;
    position: relative;
}

.prode6-te {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.prode6h p {
    color: #001C58;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prode6p p {
    color: #505966;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/*  */
.prode6-u {
    width: 100%;
    overflow: hidden;
}

#prode6-u {
    position: relative;
}

.prode6-ubtn {
    position: relative;
    display: flex;
    align-items: center;
}

.prode6-ubtn .swiper-button-prev,
.prode6-ubtn .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto !important;
    margin: 0;
    opacity: 1 !important;
}

.prode6-ubtn .swiper-button-prev {
    margin-right: 8px;
}

.prode6-ubtn .swiper-button-prev::after,
.prode6-ubtn .swiper-button-next::after {
    content: "";
}

.prode6-ubtn .swiper-button-prev i,
.prode6-ubtn .swiper-button-next i {
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    font-size: 16px;
    border: 1px solid rgba(80, 89, 102, 0.2);
    color: rgba(80, 89, 102, 1);
    transition: all 0.3s ease;
}

.prode6-ubtn .swiper-button-prev:hover i,
.prode6-ubtn .swiper-button-next:hover i {
    background: #001C58;
    border: 1px solid #001C58;
    color: #FFF;
}

@media (max-width: 1536px) {
    .prode1-2 {
        padding-top: 0;
    }

    .prode1-2h {
        padding: 10px 0;
        margin-bottom: 16px;
    }

    .prode1-2end {
        margin-top: 40px;
    }

    .prode1-2a {
        padding: 8px 24px;
        margin-right: 12px;
    }

    .prode-end {
        margin-top: 73px;
    }
}

@media (max-width: 1199.9px) {
    .prode1-2a {
        padding: 8px 8px;
        margin-right: 12px;
    }

    .prode1-2a i {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .prode1 {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        position: relative;
        top: 0;
        flex-direction: column;
    }

    .slider-for {
        width: 100%;
    }

    .slider-nav {
        width: 100%;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode2 {
        top: 64px;
    }

    .prode6 {
        padding-top: 70px;
    }
}

@media (max-width: 768px) {
    .prode1-2end {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode1-2btn {
        margin-bottom: 10px;
    }

    .prode6-te {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode6-ubtn {
        margin-top: 20px;
    }

    .prode6-ubtn .swiper-button-prev i,
    .prode6-ubtn .swiper-button-next i {
        --w: 40px;
    }

    .prode3,
    .prode5 {
        padding: 16px;
        margin-top: 16px;
    }
}

@media (max-width: 499px) {
    .slider-for {
        margin-bottom: 10px;
    }

    .prode1-2u {
        margin-bottom: 16px;
    }

    .prode-end {
        margin-top: 33px;
    }

    .prode6 {
        padding-top: 40px;
    }

    .prode6-te {
        margin-bottom: 24px;
    }
}

/* 青岛源达工业有限公司（关于我们） */
.ab1-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 0 100px;
}

.ab1-1 {
    width: 48%;
    flex: 0 0 auto;
}

.ab1-1h {
    margin-bottom: 20px;
}

.ab1-1h p {
    color: #001C58;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ab1-1te p {
    color: #505966;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    margin-bottom: 20px;
}

.ab1-1te p:last-child {
    margin-bottom: 0;
}

/*  */
.ab1-2 {
    width: calc(52% - 72px);
}

.ab1-2a {
    position: relative;
    overflow: hidden;
    display: block;
}

.ab1-2bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab1-2video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ab1-2video i {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 56px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 26px;
    color: rgba(0, 28, 88, 1);
}

.ab1-2video:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab1-2videobg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    width: 100px;
}

.ab1-2videobg img {
    width: 100%;
    animation: rotation2 12s linear infinite;
}

@keyframes rotation2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/*  */
.ab2-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 95.5px 0;
}

.ab2-1 p {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ab2-2 {
    flex: 0 0 auto;
}

.ab2-1 p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ab2-2a {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid #FFF;
    transition: all 0.5s ease;
}

.ab2-2a:hover {
    border: 1px solid #001C58;
    background: #001C58;
}

.ab2-2a p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-right: 8px;
}

.ab2-2a i {
    font-size: 20px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

.ab2-2a:hover i {
    animation: trax 0.8s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.ab3-box {
    padding: 120px 0;
}

.ab3-h {
    margin-bottom: 20px;
}

.ab3-h p {
    color: #001C58;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ab3-p {
    margin-bottom: 48px;
}

.ab3-p p {
    color: #505966;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/*  */
.ab3-u {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.ab3-l {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

.ab3-lbox {
    border-radius: 6px;
    background: #F4F6F7;
    padding: 60px 40px;
    height: 100%;
}

.ab3-li {
    --w: 60px;
    margin: auto;
    margin-bottom: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid rgba(0, 28, 88, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab3-l:first-child .ab3-li {
    border: 1px solid rgba(0, 28, 88, 0);
}

.ab3-li i {
    font-size: 40px;
    line-height: normal;
    color: rgba(80, 89, 102, 1);
}

.ab3-l:first-child .ab3-li i {
    font-size: 50px;
}

.ab3-lh {
    margin-bottom: 14px;
}

.ab3-lh p {
    color: #001C58;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: var(--zj-oem3-1l1p);
}

.ab3-lp p {
    color: #001C58;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/* ab4 */
.ab4 {
    background: #F4F6F7;
}

.ab4-box {
    padding: 100px 0 142px;
}

.ab4-h {
    margin-bottom: 20px;
}

.ab4-h p {
    color: #001C58;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ab4-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.ab4-p p {
    color: #505966;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 1000px;
}

.ab4-sw {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ab4-sw {
    width: 100%;
    max-width: 960px;
}

.ab4-swimg .img-box {
    padding-bottom: 56%;
    border-radius: 6px;
    cursor: pointer;
}

.ab4-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab4-swimg:hover .img-box img {
    transform: scale(1.08);
}

#ab4-sw .swiper-pagination {
    bottom: -52px;
}

#ab4-sw .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.4 !important;
    background: #001C58;
}

#ab4-sw .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

/* ab5 */
.ab5-box {
    padding: 120px 0;
}

.ab5-h {
    margin-bottom: 20px;
}

.ab5-h p {
    color: #001C58;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ab5-p {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab5-p p {
    color: #505966;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 960px;
}

.ab5-u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.ab5-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 40px;
}

.ab5-lbox {
    height: 100%;
    border-radius: 6px;
    border: 1px solid rgba(80, 89, 102, 0.10);
    background: #F4F6F7;
    padding: 20px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.ab5-lbox:hover {
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}

.ab5-lh {
    margin-bottom: 16px;
    display: flex;
}

.ab5-lh p {
    color: #505966;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border-radius: 2px;
    background: #001c5800;
    padding: 4px 10px;
    transition: all 0.5s ease;
}

.ab5-lbox:hover .ab5-lh p {
    color: #FFF;
    background: #001C58;
}

.ab5-lp {
    margin-bottom: 32px;
}

.ab5-lp p {
    color: #505966;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ab5-lbox:hover .ab5-lp p {
    color: #001C58;
}

.ab5-limg .img-box {
    padding-bottom: 142%;
}

.ab5-limg .img-box img {
    transition: all 0.5s ease;
}

.ab5-lbox:hover .ab5-limg .img-box img {
    transform: scale(1.08);
}

.ab5-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab5-btn .ne-swbtna {
    cursor: pointer;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 70px 0 60px;
    }

    .ab2-box {
        padding: 60px 0;
    }

    .ab3-box {
        padding: 70px 0;
    }

    .ab3-lbox {
        padding: 30px 20px;
    }

    .ab4-box {
        padding: 70px 0 102px;
    }

    .ab5-box {
        padding: 70px 0;
    }
}

@media (max-width: 992px) {
    .ab1-box {
        flex-direction: column;
    }

    .ab1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ab1-2 {
        width: 100%;
    }

    .ab2-box {
        flex-direction: column;
    }

    .ab2-1 {
        margin-bottom: 20px;
    }

    .ab3-l {
        width: 50%;
        margin-bottom: 30px;
    }

    .ab5-l {
        width: 33.3%;
    }
}

@media (max-width: 768px) {
    .ab2-box {
        padding: 30px 0;
    }

    .ab3-l {
        width: 100%;
    }

    .ab5-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 40px 0 30px;
    }

    .ab1-1te p {
        margin-bottom: 10px;
    }

    .ab1-2videobg {
        width: 70px;
    }

    .ab1-2video i {
        --w: 40px;
        font-size: 20px;
    }

    .ab3-box {
        padding: 40px 0 20px;
    }

    .ab3-l {
        margin-bottom: 20px;
    }

    .ab3-h {
        margin-bottom: 10px;
    }

    .ab3-p {
        margin-bottom: 24px;
    }

    .ab3-l:first-child .ab3-li i {
        font-size: 36px;
    }

    .ab3-li {
        --w: 40px;
        margin-bottom: 24px;
    }

    .ab3-li i {
        font-size: 26px;
    }

    .ab4-box {
        padding: 40px 0 72px;
    }

    .ab4-h {
        margin-bottom: 10px;
    }

    .ab4-p {
        margin-bottom: 24px;
    }

    #ab4-sw .swiper-pagination {
        bottom: -42px;
    }

    .ab5-box {
        padding: 40px 0;
    }

    .ab5-l {
        width: 100%;
    }

    .ab5-h {
        margin-bottom: 10px;
    }

    .ab5-l {
        margin-bottom: 20px;
    }
}

/* -------------------------------------------- */

/* 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;
    transition: all 0.5s ease;
}

.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-arrow .slick-arrow {
    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: '\e63d';
    -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: 56%;
    }

    .banner-video-box {
        padding-bottom: 56%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 47%;
    }

    #mouse__down {
        display: none !important;
    }

    .banner-video-box {
        padding-bottom: 47%;
    }

    .banner-chan .slick-arrow {
        --w: 34px !important;
    }

    .banner-chan .slick-arrow.banner-button-prev {
        margin-right: 8px !important;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    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;
    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 .swiper-pagination-bullet span {
        height: 4px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    /* overflow: hidden; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 10px !important;
    width: 10px;
    height: var(--w);
    border-radius: 50px;
    /* border: 1px solid #D9D9D9; */
    background: rgba(244, 246, 247, 0.6);
    display: block;
    /* margin: 0 8px; */
    margin-right: 14px;
    position: relative;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #F4F6F7;
    width: 40px;
    animation: cccban 0.5s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes cccban {
    0% {
        width: 10px;
    }

    100% {
        width: 40px;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 148px;
    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-chan {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

/* banner-line */
#mouse__down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    width: 16.5px;
    z-index: 10;
    width: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#mouse__down:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -42px;
    display: block;
    width: 4px;
    height: 6px;
    background: #FFF;
    animation: lineMove 1s infinite;
}

#mouse__down::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -38px;
    display: block;
    width: 2px;
    height: 28px;
    background: rgba(255, 255, 255, 0.40);
}

#mouse__down p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

@-webkit-keyframes lineMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 28px, 0px);
    }
}

@keyframes lineMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 28px, 0px);
    }
}

/* banner-end */



/* so1 */
.so1 {
    padding: 120px 0 88px;
}

.so1-h {
    margin-bottom: 20px;
}

.so1-h p {
    color: #001C58;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.so1-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.so1-p p {
    color: #505966;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 1000px;
}

.so1-u {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.so1-l {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    margin-bottom: 32px;
}

.so1-la {
    display: block;
    position: relative;
}

.so1-limg .img-box {
    padding-bottom: 76%;
}

.so1-limg .img-box img {
    transition: all 0.5s ease;
}

.so1-la:hover .so1-limg .img-box img {
    transform: scale(1.08);
}

.so1-lte {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 40px 0 24px 0;
    z-index: 12;
    transition: all 0.5s ease;
}

.so1-lte::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(34, 34, 34, 0.00) 0%, rgba(34, 34, 34, 0.80) 100%);
    z-index: -1;
    transition: all 0.5s ease;
}

.so1-la:hover .so1-lte::after {
    opacity: 0;
}

.so1-lte::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(0, 28, 88, 0.00) 0%, rgba(0, 28, 88, 0.80) 100%);
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0;
}

.so1-la:hover .so1-lte::before {
    opacity: 1;
}

.so1-lnum {
    margin-bottom: 8px;
}

.so1-lnum p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.so1-lh {
    margin-bottom: 8px;
}

.so1-lh p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.so1-lbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.so1-la:hover .so1-lbtn {
    height: 24px;
}

.so1-lbtn p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.so1-lbtn i {
    margin-left: 8px;
    color: #FFF;
}

/*  */
.so2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 120px;
}

.so2-1 {
    width: 47%;
    flex: 0 0 auto;
    border-radius: 6px;
    background: #FFF;
    overflow: hidden;
    margin-bottom: -134px;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}

.so2-1h {
    background: #001C58;
    padding: 30px 20px 30px 36px;
}

.so2-1h p {
    color: #FFF;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.so2-1from {
    padding: 40px 35px 60px 35px;
}

.so2-1from .con2-fobt button {
    width: 100%;
    justify-content: center;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #001C58;
}

.so2-1from .con2-fobt button span {
    color: #001C58;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.so2-1from .con2-fobti i {
    color: #001C58;
}

.so2-2 {
    width: calc(53% - 156px);
    flex: 0 0 auto;
}

.so2-2h {
    margin-bottom: 20px;
    margin-top: 60px;
}

.so2-2h p {
    color: #FFF;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.so2-2p {
    margin-bottom: 80px;
}

.so2-2p p {
    color: #FFF;
    font-family: 'Roboto';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/*  */
.so2-2l {
    margin-bottom: 40px;
}

.so2-2lbox {
    display: flex;
    align-items: center;
}

.so2-2li {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #FFF;
    flex: 0 0 auto;
    margin-right: 30px;
}

.so2-2l:first-child .so2-2li {
    border: 1px solid #ffffff00;
}

.so2-2li i {
    font-size: 26px;
    line-height: normal;
    color: #FFF;
}

.so2-2l:first-child .so2-2li i {
    font-size: 40px;
}

.so2-2lp p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.33333);
}

/* so3 */
.so3 {
    padding: 286px 0 120px;
}

.so3-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
}

.so3-1 {
    width: 49.26%;
    flex: 0 0 auto;
}

.so3-1smh {
    margin-bottom: 20px;
}

.so3-1smh p {
    color: #001C58;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.so3-1h p {
    color: #001C58;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.so3-2 {
    width: calc(100% - 49.26% - 32px);
    flex: 0 0 auto;
}

.so3-2p {
    margin-bottom: 32px;
}

.so3-2p p {
    color: #505966;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 20px;
}

.so3-2p p:last-child {
    margin-bottom: 20px;
}

.so3-2btn {
    display: flex;
}

.so3-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #001C58;
    padding: 10px 30px;
    transition: all 0.5s ease;
}

.so3-2a:hover {
    background: rgba(0, 28, 88, 1);
}

.so3-2a p {
    color: #001C58;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.so3-2a:hover p {
    color: #FFF;
}

.so3-2a i {
    font-size: 20px;
    line-height: normal;
    color: #001C58;
    margin-left: 8px;
    transition: all 0.5s ease;
}

.so3-2a:hover i {
    animation: trax 1s ease-in-out;
    color: #FFF;
    animation-iteration-count: 1;
}

.so3-3video .ab1-2video {
    top: calc(50% - 70px);
}

/*  */
.so3-3video {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.so3-3video .ab1-2bg img {
    transition: all 0.5s ease;
}

.so3-3video:hover .ab1-2bg img {
    transform: scale(1.08);
}

.so3-3te {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #001C58;
    padding: 32px 64px;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.so3-3p p {
    color: rgba(255, 255, 255, 0.80);
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.so3-3line {
    display: block;
    width: 581px;
    height: 1px;
    background: rgba(255, 255, 255, 0.80);
}

/* so4 */
.so4 {
    padding: 0 0 120px;
}

.so4-h {
    margin-bottom: 16px;
}

.so4-h p {
    color: #001C58;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.so4-p {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4-p p {
    color: #505966;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 1000px;
}

/*  */
.so4-sw {
    position: relative;
}

#so4-sw {
    overflow: hidden;
}

#so4-sw .swiper-button-prev,
#so4-sw .swiper-button-next {
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid rgba(80, 89, 102, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    transition: all 0.5s ease;
}

#so4-sw .swiper-button-prev:hover,
#so4-sw .swiper-button-next:hover {
    background: rgba(0, 28, 88, 1);
    border: 1px solid rgba(0, 28, 88, 1);
}

#so4-sw .swiper-button-prev {
    left: -96px;
}

#so4-sw .swiper-button-next {
    right: -96px;
}

#so4-sw .swiper-button-prev::after,
#so4-sw .swiper-button-next::after {
    content: "";
}

#so4-sw .swiper-button-prev i,
#so4-sw .swiper-button-next i {
    color: #505966;
    font-size: 16px;
    line-height: normal;
    transition: all 0.5s ease;
}

#so4-sw .swiper-button-prev:hover i,
#so4-sw .swiper-button-next:hover i {
    color: #FFF;
}

/* so5 */
.ind-subsc {
    padding-bottom: 158px;
}

.so5 {
    max-width: 1200px;
    border-radius: 0 0 6px 6px;
    border-right: 1px solid rgba(255, 255, 255, 0.40);
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    border-left: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(5px);
    padding: 80px 40px;
}

.so5-h {
    margin-bottom: 12px;
}

.so5-h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so5-p {
    margin-bottom: 60px;
}

.so5-p p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.45);
}

/*  */
.so5-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.ft1-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    max-width: 757px;
}

.ft1-sehfo:focus {
    border: 1px solid #FFF;
}

.ft1-sehfo>div {
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.20);
    padding: 8px 24px;
    flex: 1;
}

.ft1-sehfo input {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    background: transparent;
    border: none;
    max-width: 100%;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ft1-sehfo input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ft1-sehfo input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/*  */
.ft1-sehfo button {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #FFF;
    padding: 8px 30px;
    background: transparent;
    margin-left: 60px;
}

.ft1-sehfo button::after,
.ft1-sehfo button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ft1-sehfo button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ft1-sehfo button:hover:before,
.ft1-sehfo button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft1-sehfo button p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.ft1-sehfo button i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    margin-left: 8px;
}

.ft1-sehfo button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/* so6 */
.so6 {
    padding: 120px 0;
}

.so6-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
}

.so6-1h {
    margin-bottom: 24px;
}

.so6-1h p {
    color: #001C58;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.so6-1p p {
    color: #001C58;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.so6-sw {
    position: relative;
}

/* #so6-sw {
    overflow: hidden;
} */

.so6-swa {
    display: block;
    border-radius: 6px;
    transition: all 0.5s ease;
    background: #F4F6F7;
}

.so6-swa:hover {
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}

.so6-swimg .img-box {
    padding-bottom: 75%;
}

.so6-swimg .img-box img {
    transition: all 0.5s ease;
}

.so6-swa:hover .so6-swimg .img-box img {
    transform: scale(1.08);
}

.so6-swte {
    padding: 24px;
    border-radius: 0 0 6px 6px;
}

.so6-sw1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(80, 89, 102, 0.10);
}

.so6-sw1>div {
    display: flex;
    align-items: center;
}

.so6-sw1>div i {
    font-size: 20px;
    line-height: normal;
    margin-right: 8px;
    color: rgba(80, 89, 102, 1);
    flex: 0 0 auto;
    transition: all 0.5s ease;
}

.so6-swa:hover .so6-sw1>div i {
    color: rgba(0, 28, 88, 1);
}

.so6-sw1>div p {
    color: #505966;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.so6-swa:hover .so6-sw1>div p {
    color: rgba(0, 28, 88, 1);
}

.so6-sw2 {
    margin-bottom: 40px;
}

.so6-sw2 p {
    color: #505966;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so6-swa:hover .so6-sw2 p {
    color: rgba(0, 28, 88, 1);
}

.so6-sw3 {
    display: flex;
}

.so6-swa:hover .so3-2a {
    background: rgba(0, 28, 88, 1);
}

.so6-swa:hover .so3-2a p {
    color: #FFF;
}

.so6-swa:hover .so3-2a i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .so1 {
        padding: 70px 0 40px;
    }

    .so2 {
        padding-top: 70px;
    }

    .so2-2 {
        width: calc(53% - 76px);
    }

    .so2-1h {
        padding: 15px 10px 15px 18px;
    }

    .so2-1from {
        padding: 20px 17.5px 30px 17.5px;
    }

    .so3 {
        padding: 186px 0 70px;
    }

    .so3-3p p {
        font-size: var(--zj-news-h);
    }

    .so3-3te {
        padding: 12px 26px;
    }

    .so3-3line {
        width: 381px;
    }

    .so4 {
        padding: 0 0 70px;
    }

    .ft1-sehfo button {
        margin-left: 30px;
    }

    .so5 {
        padding: 40px 20px;
    }

    .so6 {
        padding: 70px 0;
    }
}

@media (max-width: 992px) {
    .so1-l {
        width: 50%;
    }

    .so2 {
        flex-direction: column-reverse;
    }

    .so2-1 {
        width: 100%;
    }

    .so2-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so2-2h {
        margin-top: 0;
    }

    .so2-2p {
        margin-bottom: 40px;
    }

    .so3-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so3-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so3-2 {
        width: 100%;
    }

    .so3-1smh {
        margin-bottom: 10px;
    }
}

@media (max-width: 900px) {
    .so3-3te {
        display: none;
    }

    .so3-3video .ab1-2video {
        top: 50%;
    }

    .so6-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .so6-1h {
        margin-bottom: 12px;
    }

    .so6-2 {
        margin-top: 10px;
    }
}

@media (max-width: 499px) {
    .so1-l {
        width: 100%;
    }

    .so2-2l {
        width: 100%;
    }

    .so1 {
        padding: 40px 0 30px;
    }

    .so1-h {
        margin-bottom: 10px;
    }

    .so1-p {
        margin-bottom: 24px;
    }

    .so1-l {
        margin-bottom: 16px;
    }

    .so2 {
        padding-top: 40px;
    }

    .so2-2p {
        margin-bottom: 20px;
    }

    .so2-2l:first-child .so2-2li i {
        font-size: 24px;
    }

    .so2-2li {
        --w: 26px;
        margin-right: 16px;
    }

    .so2-2li i {
        font-size: 16px;
    }

    .so2-2l {
        margin-bottom: 20px;
    }

    .so3 {
        padding: 176px 0 40px;
    }

    .so4-p {
        margin-bottom: 24px;
    }

    .so4 {
        padding: 0 0 40px;
    }

    .so5-p {
        margin-bottom: 30px;
    }

    .ft1-sehfo button {
        padding: 8px 12px;
    }

    .ft1-sehfo button {
        margin-left: 8px;
    }

    .ft1-sehfo button i {
        display: none;
    }

    .ft1-sehfo>div {
        padding: 8px 12px;
    }

    .so5 {
        padding: 20px 12px;
    }

    .ind-subsc {
        padding-bottom: 58px;
    }

    .so6 {
        padding: 40px 0;
    }

    .so3-2a {
        padding: 6px 20px;
    }

    .so6-top {
        margin-bottom: 24px;
    }

    .so6-swte {
        padding: 12px;
    }
}