.hea-top {
    padding: 12px 0;
    background: rgba(39, 117, 181, 1);
}

.hea-topbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hea-top1 {
    display: flex;
    align-items: center;
}

.hea-top1p p {
    font-size: var(--zj-subnav);
    line-height: 170%;
    color: rgba(255, 255, 255, 1);
}

.hea-top1a {
    display: flex;
    align-items: center;
    margin-right: 3vw;
}

.hea-top1a:last-child {
    margin-right: 0;
}

.hea-top1i {
    flex: 0 0 auto;
    margin-right: 10px;
}

.hea-top1i i {
    font-size: 30px;
    line-height: normal;
    color: #FFF;
}

.hea-top1h p {
    font-size: var(--zj-subnav);
    color: #fff;
    font-weight: normal;
    line-height: 1.15;
}

.hea-top1p p span {
    font-size: var(--zj-subnav);
    color: #fff;
    font-weight: normal;
    line-height: 1.15;
    --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);
}

.hea-top1a:hover .hea-top1p p span {
    color: #fff;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.hea-top2 {
    display: flex;
    align-items: center;
}

.hea-top1te {
    display: flex;
    align-items: center;
}

.hea-share {
    display: flex;
    align-items: center;
}

.hea-share>a {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #4d4d4d;
    margin-right: 10px;
}

.hea-share>a:last-child {
    margin-right: 0;
}

.hea-share>a i {
    font-size: 16px;
    color: #FFF;
    line-height: normal;
    transition: all 0.5s ease;
}

.hea-share>a:hover i {
    color: rgba(39, 117, 181, 1);
}

/*  */

#ven {
    transition: all 0.5s ease;
    background: #FFF;
}

.ventricle {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 36%);
}

/*  */
.hea-box {
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

/* .ventricle .hea-box {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
} */

.ven1-loim {
    padding: 13px 0;
    position: relative;
}

.ven1-loim img {
    width: 210px;
    height: auto;
    transition: all 0.5s ease;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    margin: 0 40px;
}

.ven2-l:last-child:after {
    margin: 0 46px;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: rgba(38, 38, 38, 1);
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    text-transform: capitalize;

    --size: 0px;
    --color: #F96F13;
    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: rgba(39, 117, 181, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: rgba(39, 117, 181, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-la i {
    font-size: 14px;
    line-height: normal;
    color: rgba(38, 38, 38, 1);
    margin-left: 6px;
    transition: all 0.5s ease;
}

.ven2-la:hover i {
    color: rgba(39, 117, 181, 1);
}

.ven2-l.on .ven2-la i {
    color: rgba(39, 117, 181, 1);
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.vensesv i {
    font-size: 30px;
    color: rgba(38, 38, 38, 1);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: rgba(39, 117, 181, 1);
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    text-transform: capitalize;
}

/*  */
.ven-inqury {
    display: flex;
    align-items: center;
}

.ven-inqury .ven-inqurya {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.5s ease;
    padding: 9.5px 28px;
    position: relative;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya:hover {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: #F96F13;
}

.ven-inqury .ven-inqurya i {
    font-size: 18px;
    margin-left: 6px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury .ven-inqurya p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    position: absolute;
    right: 20%;
    top: 22%;
}

/*  */
.ven-line {
    width: 1px;
    height: 10px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0);
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EA580C;
}

/*  */
.ven2-lang {
    position: relative;
    height: 100%;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #1A1A1A;
    padding: 6px 18px 6px 7px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover {
    background: #EA580C;
}

.ven2-langi1 {
    border-radius: 50px;
    background: #FFF;
    padding: 2px;
    margin-right: 12px;
}

.ven2-langi1 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ven2-langbt i {
    font-size: 10px;
    color: #FFF;
    display: block;
    margin-left: 12px;
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-lanerbox {
    position: absolute;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    background: #FFF;
}

.ven2-lang:hover .ven2-lanerbox {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

.ven2-laner {
    padding: 8px 4px;
}

.ven2-laner>a {
    display: block;
    margin: 8px 0;
}

.ven2-laner>a p {
    text-align: center;
}

.ven2-laner>a span {
    color: #453737;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #EA580C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-laner>a:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

/* 语言新 */
.menu-language {
    position: relative;
    height: 100%;
}

@media (max-width: 1199px) {
    /* .menu-language {
        padding: 0 10px;
    } */
}

.menu-language::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
}

.menu-language:hover .drop-select {
    opacity: 1;
    pointer-events: auto;
}

.menu-language .select-name {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    color: rgba(38, 38, 38, 1);
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    padding: 12px 28px;
    border-radius: 5px;
    border: 1px solid rgba(38, 38, 38, 1);
}

@media (max-width: 1400px) {
    .menu-language .select-name {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .menu-language .select-name {
        font-size: 14px;
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {
    /* .menu-language .select-name {
        font-size: 0;
    } */
}

.menu-language .select-name:hover {
    border: 1px solid rgba(39, 117, 181, 1);
    background: rgba(39, 117, 181, 1);
    color: #FFF;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e62c';
    color: rgba(255, 255, 255, 1);
    font-family: 'iconfont' !important;
    margin-right: 8px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language .select-name:hover:before {
    color: #006FC1;
}

@media (max-width: 1199px) {
    .menu-language .select-name::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name::before {
        /* margin-right: 0; */
        font-size: 24px;
    }
}

.menu-language .select-name::after {
    font-size: 10px;
    color: rgba(0, 0, 0, 1);
    content: '\e6bd';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 15px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language .select-name:hover::after {
    color: #EA580C;
}

@media (max-width: 767px) {
    .menu-language .select-name::after {
        display: none;
    }
}

.menu-language .drop-select {
    position: absolute;
    content: '';
    right: 0;
    top: calc(100%);
    z-index: 2;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .menu-language .drop-select {
        min-width: 100%;
        width: auto;
        height: 206px;
        overflow: auto;
        padding: 10px;
    }
}

.menu-language .drop-select li {
    font-size: 16px;
    display: inline-block;
    width: calc(100%/3);
    vertical-align: top;
}

@media (max-width: 991px) {
    .menu-language .drop-select li {
        width: 100%;
        font-size: 14px;
    }
}

.menu-language .drop-select li:hover a {
    color: #777777;
}

.menu-language .drop-select li a {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 14px;
    color: rgba(38, 38, 38, 1);
    transition: all 0.5s ease;
}

.menu-language .drop-select li a:hover {
    background: rgba(39, 117, 181, 1);
    color: #FFF;
}

.menu-language .drop-select li a img {
    max-height: 20px;
    display: block;
    margin-right: 10px;
}

/* 语言-end */

@media (max-width: 1840px) {
    .ven2-l::after {
        margin: 0 10px;
    }

    .ven2-l:last-child:after {
        margin: 0 12px;
    }

    .menu-language .select-name {
        padding: 12px 20px;
    }
}

@media (max-width: 1536px) {

    /* .ven1-loim {
        padding: 12px 0;
    } */
    .ven-spbox {
        padding: 0 12px 0 12px;
    }

    /* .menu-language .select-name {
        padding: 0 12px;
    } */

    .hea-box {
        width: calc(100% - 30px);
    }

    .ven2-l:last-child:after {
        margin: 0 24px;
    }

    .ven1-loim img {
        width: 180px;
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 12px;
    }

    .ven2-l:last-child:after {
        margin: 0 12px;
    }

    .ven2-langi1 img {
        width: 30px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }

    .vensesv span {
        display: none;
    }

    .vensesv i {
        margin-left: 0;
    }

    .ven1-loim {
        padding: 10px 0;
    }

    .ven-line {
        margin: 0 10px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .hea-box {
        border-radius: 0;
        top: 0;
        width: 100%;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .ven-inqury .ven-inqurya p {
        display: none;
    }

    .ven-inqury .ven-inqurya i {
        margin-left: 0;
    }

    .ven-inqury .ven-inqurya {
        padding: 9px 15px;
    }
}

@media (max-width: 768px) {
    .hea-share {
        display: none;
    }

    .hea-top1i {
        margin-right: 0;
    }

    .hea-top1a {
        margin-right: 0 !important;
        margin-left: 1vw;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 120px;
    }

    .vensesv i {
        font-size: 20px;
    }

    .hea-top1p p {
        line-height: 1.2 !important;
    }

    .hea-top2 {
        display: none !important;
    }

    .hea-top {
        padding: 4px 0 !important;
    }

    .ven-inqury .ven-inqurya span {
        right: 6%;
        top: 11%;
    }

    .ven-inqury .ven-inqurya {
        padding: 5px 6px;
    }

    .menu-language .select-name {
        padding: 8px 8px;
    }

    .vensesv {
        border: none;
        padding: 0;
    }

    .ven-line {
        margin: 0 4px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }

    .menu-language .select-name::before {
        font-size: 18px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 380%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-l:nth-child(3) .ven2-ler,
.ven2-l:nth-child(4) .ven2-ler {
    width: 220%;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: rgba(39, 117, 181, 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);
    text-transform: capitalize;
}

.ven2-lera:hover span {
    color: rgba(39, 117, 181, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #F96F13;
    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: #F96F13;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 130%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: rgba(39, 117, 181, 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);
}

.ven2-lerathra:hover span {
    color: rgba(39, 117, 181, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 234%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: rgb(0, 0, 0);
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 200%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 200%;
    }

    .hea-top1te {
        display: none;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 244%;
        right: -116px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .ven2-langi1 img {
        width: 24px;
    }

    .ven-inqury .ven-inqurya i {
        font-size: 18px;
    }

    .ven2-langbt {
        padding: 4px 10px 4px 4px;
    }

    .ven2-langi1 {
        margin-right: 6px;
    }

    .ven2-langbt i {
        margin-left: 6px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: rgba(39, 117, 181, 1);
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: rgba(39, 117, 181, 1);
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: rgba(39, 117, 181, 1);
}

#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: rgba(39, 117, 181, 1);
}

.headersp #venPho .venPhoSack.on::before {
    background: rgba(39, 117, 181, 1);
}

.ventricle .venPhoSack::before {
    background: rgba(39, 117, 181, 1) !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: rgba(39, 117, 181, 1);
}

.headersp #venPho .venPhoSack.on::after {
    background: rgba(39, 117, 181, 1);
}

.ventricle .venPhoSack::after {
    background: rgba(39, 117, 181, 1) !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: rgba(39, 117, 181, 1);
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: rgba(39, 117, 181, 1);
}

.ventricle .venPhoSack span {
    background: rgba(39, 117, 181, 1) !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: 126px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: rgba(39, 117, 181, 1);
}

.xiantiao>a {
    color: rgba(39, 117, 181, 1);
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: rgba(39, 117, 181, 1);
}

@media (max-width: 992px) {
    #venPhoSec {
        top: 124px;
    }
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 52px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }

    #venPho {
        margin-bottom: 5px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-show {
    padding-top: 90px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sub-im img {
    width: 100%;
    height: auto;
    max-height: 230px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768px) {}

@media (max-width: 499px) {}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 156px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        height: 184px;
        min-height: 184px;
    }
}

/*  */
.sub-te {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.sub-h h2 {
    color: #FFF;
    font-family: 'Sora';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-news-h) * 1.25);
    text-transform: uppercase;
}

/*  */
.subnav-box {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 12;
}

.subnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav i {
    font-size: 16px;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-right: 6px;
    line-height: normal;
    padding-bottom: 3px;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    --size: 1px;
    --color: rgba(39, 117, 181, 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);
}

.sub-show .breadcrumb-item::before,
.sub-show .breadcrumb-item a span {
    color: #fff;
    --size: 1px;
    --color: rgba(39, 117, 181, 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);
}

.breadcrumb-item:hover a span {
    color: rgba(39, 117, 181, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item:last-child a span {
    color: rgba(39, 117, 181, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.sub-show .breadcrumb-item+.breadcrumb-item::before {
    color: #666;
}

/*  */
.nav-abox {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.nav-a {
    display: block;
    margin-left: 75px;
    position: relative;
}

.nav-a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #006FC1;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    opacity: 0;
}

.nav-a:hover::after {
    opacity: 1;
}

.nav-a.on::after {
    opacity: 1;
}

.nav-a:first-child {
    margin-left: 0;
}

.nav-a p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.nav-a:hover p {
    color: #006FC1;
}

.nav-a.on p {
    color: #006FC1;
}

/*  */
.subnav-u {
    display: flex;
    align-items: center;
}

.subnav-l {
    position: relative;
    display: flex;
    align-items: center;
}

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #006FC1;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }

    .nav-a {
        margin-left: 35px;
    }

    .nav-a::after {
        bottom: -10px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }

    .nav-abox {
        overflow: scroll;
        width: 30%;
    }

    .nav-a {
        margin-left: 12px;
    }

    .pro-11a {
        width: max-content;
    }
}

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    --w: 30px;
    width: var(--w);
    height: var(--w);
    border-radius: 5px;
    background: #66666600;
    color: #666;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    transition: all 0.5s ease;
    background: #fff;
    border: 1px solid rgba(216, 216, 216, 1);
}

.sub-pagel a:hover {
    color: #FFF;
    background: rgb(105 137 164);
    border: 1px solid rgba(105 137 164);
}

.sub-pagel.on a {
    color: #FFF;
    background: rgb(105 137 164);
    border: 1px solid rgba(105 137 164);
}

.sub-pagel i {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    transition: all 0.5s ease;
}

.sub-pagel a:hover 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: 143px;
}

[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: 125px;
    }

    .hea-top1i i {
        font-size: 22px;
    }

    .hea-top1a {
        margin-right: 1vw;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 52px;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 40px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    .subnav i {
        font-size: 18px;
        margin-right: 6px;
    }
}

/* contact */
.contact {
    background-color: rgba(247, 249, 251, 1);
}

.con-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}

.con1 {
    width: 45%;
    flex: 0 0 auto;
    padding: 70px 0 140px;
}

.con1-h {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.con1-h::after {
    position: absolute;
    content: "";
    width: 62px;
    height: 3px;
    background: rgba(0, 134, 240, 1);
    left: 0;
    bottom: 0;
}

.con1-h p {
    font-weight: bold;
    font-size: var(--zj-prode1-2h);
    font-family: "Oswald";
    line-height: 170%;
    color: rgba(7, 107, 188, 1);
}

.con1-h p span {
    color: #000000;
}

/*  */
.con1-l {
    margin-bottom: 14px;
    display: flex;
}

.con1-l:last-child {
    margin-bottom: 0;
}

.con1-la {
    display: flex;
    align-items: center;
}

.con1-la i {
    font-size: 30px;
    line-height: normal;
    color: rgba(39, 117, 181, 1);
    margin-right: 12px;
}

.con1-la p span {
    font-size: var(--zj-ven2-la);
    color: rgba(0, 0, 0, 1);
    --size: 1px;
    --color: rgba(0, 0, 0, 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.con1-la:hover p span {
    color: rgba(0, 0, 0, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-share {
    margin-top: 20px;
}

.con2 {
    width: calc(100% - 45% - 30px);
    flex: 0 0 auto;
    background: #fff;
    padding: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 12;
}

.con2-h {
    padding: 30px 0;
    border-bottom: 1px solid rgb(217, 217, 217);
    margin-bottom: 20px;
}

.con2-h p {
    font-size: var(--zj-oem3-1l1p);
    line-height: 170%;
    color: rgba(0, 0, 0, 1);
}

.con2-h p span {
    font-weight: bolder;
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}

.con2-fou>div {
    margin-bottom: 28px;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
}

.con2-fol input,
.con2-fol textarea {

    font-size: var(--zj-subnav);
    color: rgba(147, 147, 147, 1);

    line-height: calc(var(--zj-subnav) * 1.25);
    font-weight: normal;

    width: 100%;
    border-radius: 0;
    border: 1px solid #c8d0e300;
    background: rgba(242, 242, 242, 0.7);

    transition: all 0.5s ease;
    padding: 16px 12px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid rgba(39, 117, 181, 1);
}

.con2-fol input::-webkit-input-placeholder {
    color: #868686;
}

.con2-fol input::-moz-placeholder {
    color: #868686;
}

.con2-fol input::-ms-input-placeholder {
    color: #868686;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #868686;
}

.con2-fol textarea::-moz-placeholder {
    color: #868686;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #868686;
}

.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.con2-fobt button {
    padding: 10px 77px;
    position: relative;
    overflow: hidden;
    background: #2196f3;
    border-radius: 0;
    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(-22%, -198%) rotate(-30deg);
    transform: translate(-22%, -198%) 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: #f9f9f9;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        padding: 40px 0 60px;
    }

    .con2 {
        width: 100%;
        margin-top: 0;
        padding: 20px;
    }

    .con2-h {
        padding: 0 0 20px;
    }

    .map iframe {
        height: 300px !important;
    }
}

@media (max-width: 768px) {
    .con2-fou>div {
        margin-bottom: 12px;
        width: 100%;
    }

    .con3-fly {
        display: none;
    }

    .con1-share .hea-share {
        display: flex !important;
    }
}

@media (max-width: 499px) {
    .con1 {
        padding: 40px 0 40px;
    }

    .con1-l {
        margin-bottom: 8px;
    }

    .con1-la i {
        font-size: 22px;
    }

    .con2 {
        padding: 12px;
    }

    .con2-h {
        padding: 0 0 14px;
    }

    .con-box {
        padding-bottom: 30px;
    }

    .map iframe {
        height: 200px !important;
    }
}

/* 表单验证吗 ------------------------- */
.con2-fol {
    position: relative;
}

.spam_code_img {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spam_code_img img {
    max-width: 100%;
    height: auto !important;
}

/* --------------------------------- */
.con3 {
    position: relative;
}

.map iframe {
    aspect-ratio: 1920 / 400;
    width: 100%;
    height: auto;
}

/*  */
.con3-fly {
    position: absolute;
    z-index: 12;
    max-width: 35%;
    min-width: 24%;
    padding: 20px;
    max-height: 240px;
    background-color: rgb(255 255 255 / 85%);
    border-top: 4px solid rgba(0, 51, 102, 1);
    border-radius: 4px;
    left: 14%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.con3-h {
    margin-bottom: 10px;
}

.con3-h p {
    font-size: var(--zj-subnav);
    font-weight: 600;
    color: #212121;
}

.con3-l {
    margin-bottom: 6px;
}

.con3-l:last-child {
    margin-bottom: 0;
}

.con3-la {
    display: flex;
    align-items: center;
}

.con3-li {
    flex: 0 0 auto;
    margin-right: 6px;
}

.con3-li i {
    font-size: 16px;
    line-height: normal;
    color: #212121;
}

.con3-lh p span {
    font-size: var(--zj-ven2cona);
    line-height: normal;
    color: #212121;
    --size: 1px;
    --color: #212121;
    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.con3-la:hover .con3-lh p span {
    color: #212121;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* footer */
.ft-bg {
    background: rgba(17, 17, 17, 0.92);
}

.ft-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    padding: 60px 0;
}

.ft1-a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ft1-img img {
    max-width: 212px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ft1-h p {
    font-size: calc(var(--zj-subnav) - 1px);
    line-height: 170%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    max-width: 380px;
}

.ft2 {
    width: 68%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft2-1 {
    max-width: 300px;
}

.ft2-1h {
    padding-bottom: 14px;
    margin-bottom: 20px;
    position: relative;
}

.ft2-1h::after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 120px;
    height: 2px;
    background: rgb(255, 255, 255);
    left: 0;
    bottom: 0;
}

.ft2-1h p {
    text-transform: capitalize;
    font-size: var(--zj-ft1-1h);
    font-family: Comfortaa;
    line-height: 140%;
    color: rgba(255, 255, 255, 1);
}

.ft2-1l {
    margin-bottom: 14px;
}

.ft2-1l:last-child {
    margin-bottom: 0;
}

.ft2-1la {
    display: block;
}

.ft2-1la p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ft2-1la p span {
    font-size: calc(var(--zj-ven2-la) - 1px);
    color: rgba(255, 255, 255, 1);
    line-height: 140%;
    --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);
}

.ft2-1la:hover p span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-2l {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.ft2-2l:last-child {
    margin-bottom: 0;
}

.ft2-2l p {
    font-size: calc(var(--zj-subnav) - 1px);
    color: rgba(255, 255, 255, 1);
    line-height: 140%;
    max-width: 380px;
}

.ft2-2la {
    display: flex;
    align-items: flex-start;
}

.ft2-2la i {
    font-size: 16px;
    color: #FFF;
    line-height: normal;
    margin-right: 6px;
    padding-top: 3px;
}

.ft2-2la span {
    font-size: calc(var(--zj-subnav) - 1px);
    color: rgba(255, 255, 255, 1);
    line-height: 140%;

    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft2-2la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-1p {
    margin-bottom: 6px;
}

.ft2-1p p {
    font-size: var(--zj-subnav);
    line-height: 170%;
    color: rgb(255, 255, 255);
}

/*  */
.ft3 {
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*  */

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 4px;
}

.ft3-1copy span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2cona);
}

.ft3-1cnzz {
    padding-bottom: 2px;
    margin-left: 4px;
}

.ft3-1pow span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2cona);
    --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-1pow:hover span {
    color: #FFF;
    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;
    background: #D9D9D9;
    margin: 0 20px 0;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-ven2cona);
    --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) {
    .ft2-2l p {
        max-width: 240px;
    }

    .ft1-h p {
        max-width: 280px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 48px;
    }
}

@media (max-width: 992px) {
    .ft-top {
        flex-direction: column;
    }

    .ft1 {
        margin-bottom: 20px;
    }

    .ft2 {
        width: 100%;
    }

    .ft-top {
        padding: 40px 0;
    }

    .ft3 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-1cnzz {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    #footer .hea-share {
        display: flex !important;
    }

    .ft2-1:nth-child(1) {
        display: none;
    }
}

@media (max-width: 499px) {
    .ft2 {
        flex-wrap: wrap;
    }

    .ft2>* {
        width: 100%;
        margin-bottom: 20px;
    }

    .ft2>*:last-child {
        margin-bottom: 0;
    }

    .ft1-h p {
        max-width: 380px;
    }

    .ft-top {
        padding: 30px 0;
    }

    .ft1-img img {
        max-width: 180px;
    }

}

/* 山东泰松工贸有限公司-复制站（新闻） */
.ne-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 0;
}

.ne1 {
    width: 74%;
    flex: 0 0 auto;
}

.ne1-u {
    margin-bottom: 20px;
}

.ne1-l {
    border-bottom: 1px dashed rgb(217, 217, 217);
}

.ne1-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    transition: all 0.5s ease;
}

.ne1-la:hover {
    background: rgba(35, 106, 172, 1);
}

.ne1-limg {
    width: 21%;
    flex: 0 0 auto;
}

.ne1-limg .img-box {
    padding-bottom: 92%;
}

.ne1-limg .img-box img {
    transition: all 0.5s ease;
}

.ne1-la:hover .ne1-limg .img-box img {
    transform: scale(1.08);
}

.ne1-lte {
    width: calc(100% - 21% - 20px);
    flex: 0 0 auto;
}

.ne1-lh {
    margin-bottom: 20px;
}

.ne1-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne1-lh p span {
    color: #333;
    font-size: var(--zj-oem3-1l1p);
    line-height: 140%;
    font-weight: 600;
    transition: all 0.5s ease;
}

.ne1-la:hover .ne1-lh p span {
    color: #FFF;
}

.ne1-lp {
    margin-bottom: 18px;
}

.ne1-lp p {
    font-size: var(--zj-subnav);
    line-height: 170%;
    color: #000000;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne1-la:hover .ne1-lp p {
    color: #FFF;
}

.ne1-lnum p {
    font-size: var(--zj-subnav);
    line-height: 170%;
    color: #000000;
    transition: all 0.5s ease;
}

.ne1-la:hover .ne1-lnum p {
    color: #FFF;
}

/*  */
.ne2 {
    width: calc(26% - 32px);
    flex: 0 0 auto;
    position: sticky;
    top: 150px;
}

.ne2 .ven-sehfo {
    background-color: rgba(217, 217, 217, 0.29);
    border: none;
    border-radius: 0;
    max-width: 100%;
}

.ne2-2 {
    margin-top: 20px;
}

.ne2-1h {
    margin-bottom: 10px;
}

.ne2-1h p {
    font-weight: normal;
    font-size: calc(var(--zj-ft1-2uh) - 1px);
    line-height: 170%;
    color: rgb(33, 33, 33);
}

.ne2-1la {
    display: block;
    border-bottom: 1px dashed rgb(217, 217, 217);
    padding: 10px 0;
}

.ne2-1la p span {
    font-size: var(--zj-subnav);
    line-height: 140%;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.ne2-1la:hover p span {
    color: rgba(0, 51, 102, 1);
}

.ne2-3 {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
}

.ne2-3h {
    margin-bottom: 6px;
}

.ne2-3h p {
    font-weight: normal;
    font-size: calc(var(--zj-ft1-2uh) - 1px);
    line-height: 170%;
    color: rgb(33, 33, 33);
}

/*  */
.ne2-3u {
    display: flex;
    flex-wrap: wrap;
}

.ne2-3l {
    margin-right: 2.7%;
    position: relative;
}

.ne2-3l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 7px;
    border-radius: 4px;
    border: 1px solid rgb(217, 217, 217);
    padding: 6px 14px;
}

.ne2-3l1a p {
    font-size: var(--zj-subnav);
    line-height: 140%;
    color: rgba(0, 0, 0, 1);
}

.ne2-3l1a i {
    font-size: 12px;
    line-height: normal;
    color: rgb(33, 33, 33);
    margin-left: 8px;
}

.ne2-3l2 {
    position: absolute;
    left: 0;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 12;
}

.ne2-3l:hover .ne2-3l2 {
    max-height: 200px;
    opacity: 1;
    overflow: hidden;
}

.ne2-3l2box {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    background-color: rgb(255, 255, 255);
    min-width: 178px;
    border: 1px solid rgb(217, 217, 217);
}

.ne2-3l2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
    padding: 8px 4px;
}

.ne2-3l2a:last-child {
    border-bottom: none;
}

.ne2-3l2a p {
    font-size: calc(var(--zj-subnav) - 1px);
    color: #666;
    text-align: center;
    transition: all 0.5s ease;
}

.ne2-3l2a:hover p {
    color: rgba(0, 51, 102, 1);
}

/*  */
.ne2-4 {
    margin-top: 30px;
}

.ne2-4form .con2-fou>div {
    margin-bottom: 10px;
}

.ne2-4form .con2-fol input,
.ne2-4form .con2-fol textarea {
    border-radius: 3px;
    border: 1px solid rgba(242, 242, 242, 1);
    background: rgba(242, 242, 242, 0);

    transition: all 0.5s ease;
    padding: 12px 12px;
}

.ne2-4form .con2-fobt {
    position: relative;
}

.ne2-4form .con2-fobt button {
    width: 100%;
    background: rgba(39, 117, 181, 1);
    justify-content: center;
    border-radius: 0px 0px 15px 0px;
    overflow: hidden;
    position: relative;
}

.ne2-4form .con2-fobt button::after,
.ne2-4form .con2-fobt button::before {
    display: none;
}

.ne2-4form .con2-fobt button::after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, 0) rotate(0);
    transform: translateY(-50%);

    opacity: 1;
    border: none;
    background-color: rgba(0, 51, 102, 1);
}

.ne2-4form .con2-fobt button:hover:after {
    width: 100%;
}

.ne2-4form .con2-fobt button span {
    font-size: calc(var(--zj-ven2-la) - 1px);
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    z-index: 12;
}

@media (max-width: 1199.9px) {
    .ne1 {
        width: 100%;
    }

    .ne2 {
        display: none;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 40px 0;
    }

    .ne1-la {
        flex-direction: column;
        padding: 8px;
    }

    .ne1-limg {
        width: 100%;
        margin-bottom: 12px;
    }

    .ne1-lte {
        width: 100%;
    }

    .ne1-lh {
        margin-bottom: 10px;
    }
}

/* ser */
.ser1-box {
    padding: 60px 0 80px;
}

.ser1-smh {
    margin-bottom: 10px;
}

.ser1-smh p {
    font-weight: normal;
    font-size: var(--zj-subnav);
    line-height: 140%;
    color: rgba(39, 117, 181, 1);
    text-align: center;
}

.ser1-h p {
    font-weight: normal;
    font-size: calc(var(--zj-so1top1) - 3px);
    line-height: 140%;
    color: rgba(63, 63, 63, 1);
    text-align: center;
    text-transform: capitalize;
}

.ser1-h p span {
    color: #003366;
}

.ser1-img {
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser1-img img {
    background: none;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    max-width: 244px;
}

.ser1-p {
    margin-bottom: 28px;
}

.ser1-p p {
    font-size: calc(var(--zj-ven2-la) - 1px);
    line-height: 170%;
    color: rgba(63, 63, 63, 1);
    text-align: center;
}

.ser1-u {
    margin-right: calc(-.5 * 2.8rem);
    margin-left: calc(-.5 * 2.8rem);
}

.ser1-l {
    padding-right: calc(2.8rem * .5);
    padding-left: calc(2.8rem * .5);
}

.ser1-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ser1-li i {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 65px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    box-shadow: 0px 0px 28px 0px rgb(204, 204, 204);
    background: rgba(33, 150, 243, 0);
    line-height: normal;
    font-size: calc(var(--zj-so1top1) - 3px);
    color: rgba(39, 117, 181, 1);
}

.ser1-lh {
    margin-bottom: 14px;
}

.ser1-lh p {
    font-size: var(--zj-con2la);
    line-height: 170%;
    color: rgb(67, 67, 67);
    text-align: center;
    text-transform: capitalize;
}

.ser1-lp p {
    font-size: var(--zj-subnav);
    line-height: 170%;
    color: #666;
    text-align: center;
}

/* ser2 */
.ser2 {
    display: flex;
    justify-content: space-between;
}

.ser2-1 {
    width: 50%;
    flex: 0 0 auto;
    background: rgba(39, 117, 181, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 12px 12px 10vw;
}

.ser2-1h {
    margin-bottom: 26px;
}

.ser2-1h p {
    font-weight: normal;
    font-size: calc(var(--zj-so1top1) - 3px);
    line-height: 130%;
    color: rgb(255, 255, 255);
}

.ser2-1l {
    display: flex;
    margin-bottom: 34px;
}

.ser2-1l:last-child {
    margin-bottom: 0;
}

.ser2-1li {
    flex: 0 0 auto;
    margin-right: 6px;
}

.ser2-1li i {
    font-size: 30px;
    color: #FFF;
    line-height: normal;
}

.ser2-1lp p {
    font-size: calc(var(--zj-ven2-la) - 1px);
    line-height: 160%;
    color: rgb(255, 255, 255);
    padding-top: 4px;
}

.ser2-2 {
    width: 50%;
    flex: 0 0 auto;
}

.ser2-2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.ser3-bg {
    background: rgba(255, 255, 255, 0.8);
    padding: 60px 0;
}

.ser3-sw {
    position: relative;
}

#ser3-sw {
    overflow: hidden;
}

#ser3-sw .swiper-wrapper {
    height: auto;
}

#ser3-sw .swiper-slide {
    height: auto;
}

.ser3-swbox {
    padding: 20px;
    background: #FFF;
    height: 100%;
}

.ser3-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ser3-1lf {
    width: calc(85% - 12px);
    display: flex;
    align-items: center;
}

.ser3-1lfimg {
    flex: 0 0 auto;
    width: 18%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.ser3-1lfimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ser3-1h {
    margin-bottom: 6px;
}

.ser3-1h p {
    font-weight: bold;
    font-size: var(--zj-subnav);
    line-height: 170%;
    color: #666;
}

.ser3-1p {
    margin-bottom: 6px;
}

.ser3-1p p {
    font-size: 12px;
    line-height: 170%;
    color: rgba(147, 147, 147, 1);
}

.ser3-1u {
    display: flex;
    align-items: center;
}

.ser3-1u i {
    font-size: 12px;
    line-height: normal;
    color: rgba(16, 114, 252, 1);
}

/*  */
.ser3-1rg {
    width: 15%;
    flex: 0 0 auto;
}

.ser3-1rg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ser3-2 p {
    font-size: var(--zj-subnav);
    line-height: 150%;
    color: rgba(63, 63, 63, 1);
}

/*  */
#ser3-sw .swiper-button-prev,
#ser3-sw .swiper-button-next {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    cursor: pointer;
    transition: all 0.5s ease;
}

#ser3-sw .swiper-button-prev:hover,
#ser3-sw .swiper-button-next:hover {
    background: rgba(39, 117, 181, 1);
}

#ser3-sw .swiper-button-prev::after,
#ser3-sw .swiper-button-next::after {
    font-size: 14px;
    color: #FFF;
}

#ser3-sw .swiper-pagination {
    bottom: -20px;
}

#ser3-sw .swiper-pagination-bullet-active {
    background: #666;
}

@media (max-width: 1536px) {
    .ser2-2 img {
        height: 100%;
    }
}

@media (max-width: 992px) {
    .ser1-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ser1-l:last-child {
        margin-bottom: 0;
    }

    .ser2 {
        flex-direction: column;
    }

    .ser2-1 {
        width: 100%;
    }

    .ser2-2 {
        width: 100%;
    }

    .ser2-1 {
        padding: 20px 2.4vw;
        margin: auto;
    }
}

@media (max-width: 499px) {
    .ser1-box {
        padding: 30px 0 40px;
    }

    .ser1-li i {
        --w: 54px;
    }

    .ser2-1l {
        margin-bottom: 14px;
    }

    .ser3-bg {
        padding: 40px 0;
    }

    #ser3-sw .swiper-button-prev,
    #ser3-sw .swiper-button-next {
        --w: 34px;
    }
}

/* 山东泰松工贸有限公司-复制站（关于我们） */
.ab1 {
    padding-top: 90px;
    position: relative;
    z-index: 12;
}

.ab1-h {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(197, 202, 211, 1);
    position: relative;
}

.ab1-h::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    background: rgba(35, 106, 172, 1);
    right: 0;
    bottom: 0;
}

.ab1-h p {
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-family: "Oswald";
    line-height: 170%;
    color: rgba(36, 39, 46, 1);
    text-transform: uppercase;
}

.ab1-h p span {
    color: #003366;
}

.ab1-p {
    margin-bottom: 30px;
}

.ab1-p p {
    font-size: var(--zj-ven2-la);
    line-height: 170%;
    color: rgba(63, 63, 63, 1);
}

/*  */
.ab1-lbox {
    padding: 20px 0 30px;
}

.ab1-u {
    box-shadow: 0px 0px 4px 0px rgba(216, 216, 216, 1);
    background-color: rgba(255, 255, 255, 1);
}

.ab1-l {
    border-right: 1px solid rgba(216, 216, 216, 0.4);
}

.ab1-l:last-child {
    border-right: none;
}

.ab1-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.ab1-li i {
    font-size: 40px;
    line-height: normal;
    color: rgba(0, 51, 102, 1);
    position: relative;
    z-index: 12;
}

.ab1-lnum {
    margin-bottom: 10px;
    position: relative;
}

.ab1-lnum img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
}

.ab1-lnum p {
    font-weight: bold;
    font-size: var(--zj-news-h);
    line-height: 100%;
    color: rgba(0, 51, 102, 1);
    text-align: center;
    z-index: 12;
    position: relative;
}

.ab1-lh p {
    font-size: var(--zj-ven2-la);
    line-height: 140%;
    color: rgba(0, 51, 102, 1);
    text-align: center;
    position: relative;
    z-index: 12;
}

.ab2 {
    margin-top: -74px;
}

.ab2-box {
    max-width: calc(100% - 32px);
    margin: auto;
}

.ab2-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab3-box {
    padding: 60px 0 80px;
}

.ab3-sw {
    position: relative;
}

#ab3-sw {
    overflow: hidden;
}

.ab3-swbox {
    cursor: pointer;
}

.ab3-swimg .img-box {
    padding-bottom: 68%;
}

.ab3-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab3-swbox:hover .ab3-swimg .img-box img {
    transform: scale(1.08);
}

/*  */
#ab3-sw .swiper-button-prev,
#ab3-sw .swiper-button-next {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    cursor: pointer;
    transition: all 0.5s ease;
}

#ab3-sw .swiper-button-prev:hover,
#ab3-sw .swiper-button-next:hover {
    background: rgba(39, 117, 181, 1);
}

#ab3-sw .swiper-button-prev::after,
#ab3-sw .swiper-button-next::after {
    font-size: 14px;
    color: #FFF;
}

@media (max-width: 1536px) {
    .ab1 {
        padding-top: 70px;
    }
}

@media (max-width: 992px) {
    .ab1 {
        padding-top: 70px;
    }

    .ab1-l {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .ab1-l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1 {
        padding-top: 40px;
    }

    .ab1-h p {
        line-height: 120%;
    }

    .ab2 {
        margin-top: -34px;
    }

    .ab2-box img {
        height: 200px;
    }

    .ab3-box {
        padding: 30px 0 40px;
    }
}

/* 山东泰松工贸有限公司-复制站（产品） */
.products {
    padding: 50px 0 54px;
}

.pro-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pro1 {
    width: 20%;
    flex: 0 0 auto;
    padding: 6px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgb(204, 204, 204);
}

/*  */
.pro1-h {
    margin-bottom: 20px;
    margin-top: 20px;
}

.pro1-h p {
    max-width: 100%;
    font-weight: bold;
    font-size: calc(var(--zj-ft1-2uh) - 1px);
    color: rgba(0, 51, 102, 1);
}

.pro1-l {
    background: #FFF;
    transition: all 0.5s ease;
}

.pro1-l.on {
    background: #f8f8f8;
}

.pro1-l:hover {
    background: #f8f8f8;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1 {
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l1 {
    background: rgba(39, 117, 181, 1);
}

.pro1-l:hover .pro1-l1 {
    background: rgba(39, 117, 181, 1);
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5%;
    position: relative;
    transition: all 0.5s ease;
    border-bottom: 1px dashed rgb(217, 217, 217);
}

.pro1-l1a span {
    color: rgba(39, 117, 181, 1);
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: #FFF;
}

.pro1-l.on .pro1-l1a span {
    color: #FFF;
}

.pro1-l1ico {
    position: relative;
}

.pro1-l1ico i {
    font-size: 14px;
    color: rgba(39, 117, 181, 1);
    transition: all 0.5s ease;
    transform: rotate(0deg);
    display: block;
}

.pro1-l.on .pro1-l1ico i {
    transform: rotate(-180deg);
    color: #FFF;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: #FFF;
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 20px 5%;
    border-bottom: 1px dashed rgb(217, 217, 217);
}

.pro1-l2a:last-child {
    border-bottom: none;
}

.pro1-l2a span {
    color: #666;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --size: 1px;
    --color: rgba(39, 117, 181, 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);
}

.pro1-l2a:hover span {
    color: rgba(39, 117, 181, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro1-l2a.on span {
    color: rgba(39, 117, 181, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro1 .ne2-3h p {
    font-weight: bold;
    font-size: --zj-ft1-2uh;
    line-height: 170%;
    color: rgba(39, 117, 181, 1);
}

.pro1 .ne2-3p {
    margin-bottom: 20px;
}

.pro1 .ne2-3p p {
    font-style: normal;
    font-size: calc(var(--zj-subnav) - 1px);
    line-height: 140%;
    color: rgba(39, 117, 181, 1);
}

.pro2 {
    width: calc(80% - 30px);
    flex: 0 0 auto;
}

.pro2-u {
    margin-right: calc(-.5 * 0.65rem);
    margin-left: calc(-.5 * 0.65rem);
    margin-bottom: 10px;
}

.pro2-l {
    padding-right: calc(0.65rem * .5);
    padding-left: calc(0.65rem * .5);
    margin-bottom: 10px;
}

.pro2-la {
    display: block;
    background: #fff;
    border: 1px solid rgb(237, 237, 237);
}

.pro2-limg {
    position: relative;
    overflow: hidden;
}

.pro2-limg .img-box {
    padding-bottom: 100%;
}

.pro2-limg .img-box img {
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-limg .img-box img {
    transform: scale(1.08);
}

.pro2-lfly {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    background: rgba(0, 160, 220, 0.27);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
    transition: all 0.5s ease;
    opacity: 0;
}

.pro2-la:hover .pro2-lfly {
    top: 0;
    opacity: 1;
}

.pro2-lfh {
    margin-bottom: 15px;
}

.pro2-lfh p {
    color: #fff;
    font-size: var(--zj-ven2cona);
    line-height: 1.5;
    text-align: center;
}

.pro2-lfi {
    --w: 42px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
}

.pro2-lfi i {
    font-size: 30px;
    line-height: normal;
    color: rgba(196, 92, 33, 1);
}

.pro2-lte {
    padding: 10px 12px 16px;
}

.pro2-lh {
    margin-bottom: 40px;
}

.pro2-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-lh p span {
    color: rgb(67, 67, 67);
    text-align: center;
    font-size: var(--zj-subnav);
    transition: all 0.5s ease;
}

.pro2-la:hover .pro2-lh p span {
    color: rgba(0, 51, 102, 1);
}

.pro2-lbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro2-lbtn p {
    font-size: calc(var(--zj-subnav) - 1px);
    color: rgba(89, 89, 89, 1);
    text-align: center;
}

.pro2-lbtn i {
    color: rgba(89, 89, 89, 1);
    font-size: 14px;
    line-height: normal;
    margin-left: 8px;
}

/*  */
.prod-toph {
    margin-bottom: 16px;
}

.prod-toph h2 {
    color: #222;
    font-size: calc(var(--zj-news-h) - 2px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-news-h) - 2px) * 1.18);
    text-transform: uppercase;
}

.prod-topp {
    margin-bottom: 60px;
}

.prod-topp p {
    color: #666;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    max-width: 1530px;
}

@media (max-width: 1199.9px) {
    .pro-box {
        flex-direction: column;
    }

    .pro2 {
        width: 100%;
    }

    .prod-topp {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .pro2-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-l {
        width: 100%;
    }

    .products {
        padding: 40px 0 44px;
    }

    .prod-topp {
        margin-bottom: 20px;
    }
}

/* 山东泰松工贸有限公司-复制站（首页） */
.index-ban {
    position: relative;
}

#index-ban {
    overflow: hidden;
}

.index-bana {
    position: relative;
    display: block;
}

.index-banimg .img-box {
    padding-bottom: 42%;
}

/*  */
#index-ban .swiper-pagination .swiper-pagination-bullet {
    background: rgb(221, 221, 221);
    margin: 0 4px;
    opacity: 1;
    transition: all 0.5s ease;
}

#index-ban .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(102, 102, 102);
}

#index-ban .swiper-button-prev,
#index-ban .swiper-button-next {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.5s ease;
    pointer-events: auto !important;
    cursor: pointer !important;
}

#index-ban .swiper-button-prev {
    left: 20px;
}

#index-ban .swiper-button-next {
    right: 20px;
}

#index-ban .swiper-button-prev:hover,
#index-ban .swiper-button-next:hover {
    background: rgba(39, 117, 181, 1);
}

#index-ban .swiper-button-prev::after,
#index-ban .swiper-button-next::after {
    color: #fff;
    font-size: 20px;
    line-height: normal;
}

/*  */
.index-bante {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 1.5s ease;
    opacity: 0;
}

.swiper-slide-active .index-bante {
    top: 40%;
    opacity: 1;
}

.index-banh {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index-banh h2 {
    font-weight: bold;
    font-size: var(--zj-ab2end1-h);
    line-height: 160%;
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: capitalize;
    max-width: 1124px;
}

.index-banp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index-banp p {
    font-size: var(--zj-ven2-la);
    line-height: 170%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    max-width: 1162px;
}

/* ----------------------------------------------------------- */
.so1-1 {
    padding: 30px 0 60px;
}

.so1-1li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.so1-1li i {
    font-size: var(--zj-ab2end1-h);
    color: rgb(39, 117, 181);
    line-height: normal;
}

.so1-1lh p {
    font-size: var(--zj-ft1-1h);
    line-height: 140%;
    color: rgb(39, 117, 181);
    text-align: center;
    text-transform: capitalize;
}

/*  */
.so1-2box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so1-2lf {
    width: 44%;
    flex: 0 0 auto;
}

.so1-2img1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so1-2end {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.so1-2num {
    background-color: rgba(39, 117, 181, 1);
    width: 48%;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
}

.so1-2numh {
    margin-bottom: 10px;
}

.so1-2numh p {
    font-weight: bold;
    font-size: calc(var(--zj-con2h) - 4px);
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
}

.so1-2nump p {
    font-weight: bold;
    font-size: var(--zj-ven2-la);
    line-height: 170%;
    color: rgba(255, 255, 255, 1);
    max-width: 216px;
}

.so1-2img2 {
    width: calc(52% - 10px);
    flex: 0 0 auto;
}

.so1-2img2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so1-2rg {
    width: calc(56% - 24px);
    flex: 0 0 auto;
}

.so1-2smh {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.so1-2smh::after {
    position: absolute;
    content: "";
    width: 94px;
    height: 3px;
    background: rgba(39, 117, 181, 1);
    left: 0;
    bottom: 0;
}

.so1-2smh p {
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    line-height: 170%;
    color: rgba(39, 117, 181, 1);
    text-transform: capitalize;
}

.so1-2h p {
    font-weight: bold;
    font-size: var(--zj-prode1-2h);
    line-height: 170%;
    color: #000000;
}

.so1-2p {
    margin-bottom: 20px;
}

.so1-2p p {
    font-size: calc(var(--zj-ven2-la) - 1px);
    line-height: 170%;
    color: #666;
}

.so1-2l {
    display: flex;
    margin-bottom: 20px;
}

.so1-2l:last-child {
    margin-bottom: 0;
}

.so1-2l i {
    margin-right: 10px;
    flex: 0 0 auto;
    font-size: 24px;
    line-height: normal;
    color: rgba(39, 117, 181, 1);
}

.so1-2l p {
    font-size: var(--zj-subnav);
    color: rgba(147, 147, 147, 1);
}

.so1-2btn {
    display: flex;
    margin-top: 20px;
}

.so1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2196f3;
    padding: 8px 20px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.so1-2a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background-color: rgba(0, 51, 102, 1);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.so1-2a:hover:after {
    width: 100%;
}

.so1-2a p {
    font-size: calc(var(--zj-subnav) - 1px);
    text-transform: uppercase;
    color: #f9f9f9;
    position: relative;
    z-index: 12;
}

.so1-2a i {
    flex: 0 0 auto;
    font-size: 14px;
    color: #FFF;
    margin-left: 6px;
    position: relative;
    z-index: 12;
}

/*  */

/* ind-num */

.ind-num {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.ind-num::after {
    position: absolute;
    content: "";
    z-index: 12;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.so2-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.so2-video video {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.so2 {
    position: relative;
    z-index: 12;
    padding: 42px 0;
}

.so2 * {
    color: #FFF !important;
}

.so2 .ab1-u {
    background: transparent;
    box-shadow: none;
}

/* so3 */
.so3 {
    padding: 60px 0;
}

.so3-smh {
    margin-bottom: 18px;
}

.so3-smh p {
    font-weight: bold;
    font-size: var(--zj-subnav);
    line-height: 170%;
    color: #666;
    text-align: center;
    text-transform: uppercase;
}

.so3-linep {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.so3-linep p {
    height: 3px;
    width: 90px;
    background: rgba(39, 117, 181, 1);
}

.so3-h {
    margin-bottom: 60px;
}

.so3-h p {
    font-weight: bold;
    font-size: var(--zj-prode1-2h);
    line-height: 121%;
    color: rgb(0, 0, 0);
    text-align: center;
}

/*  */
.so3-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.so3-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 40px;
}

.so3-la {
    display: block;
    background: rgb(255, 255, 255);
    box-shadow: 1px -4px 15px 2px rgba(204, 204, 204, 0.24);
    padding: 10px;
}

.so3-limg {
    margin-bottom: 20px;
}

.so3-limg .img-box {
    padding-bottom: 100%;
}

.so3-limg .img-box img {
    transition: all 0.5s ease;
}

.so3-la:hover .so3-limg .img-box img {
    transform: scale(1.08);
}

.so3-lh p {
    font-weight: normal;
    font-size: var(--zj-ven2-la);
    line-height: 135%;
    color: rgb(0, 0, 0);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so3-la:hover .so3-lh p {
    color: rgba(0, 51, 102, 1);
}

.so3-line {
    margin: 10px 0 10px;
    width: 30px;
    height: 3px;
    background: rgba(39, 117, 181, 1);
}

.so3-lbtn {
    display: flex;
}

.so3-lbtn p {
    font-weight: normal;
    font-size: var(--zj-subnav);
    text-transform: uppercase;
    color: rgb(102, 102, 102);
    padding: 6px 30px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 100px;
    transition: all 0.5s ease;
}

.so3-la:hover .so3-lbtn p {
    background: rgba(39, 117, 181, 1);
    color: #FFF;
}

/* so4 */
.so4 {
    padding: 0 0 70px;
}

.so4-smh {
    margin-bottom: 20px;
}

.so4-smh p {
    font-weight: bold;
    font-size: var(--zj-subnav);
    line-height: 170%;
    color: #666;
    text-align: center;
    text-transform: uppercase;
}

.so4-h {
    margin-bottom: 10px;
}

.so4-h p {
    font-weight: bold;
    font-size: var(--zj-prode1-2h);
    line-height: 150%;
    color: rgb(0, 0, 0);
    text-align: center;
    text-transform: capitalize;
}

.so4-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.so4-line p {
    height: 3px;
    width: 46px;
    background-color: #dddddd;
}

/*  */
.so4-l:nth-child(2n) {
    margin-top: 40px;
}

.so4-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.so4-li i {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    color: rgba(39, 117, 181, 1);
    border-radius: 50%;
    background: rgba(33, 150, 243, 0);
    border-radius: 100px;
    box-shadow: 0px 0px 28px 0px rgb(204, 204, 204);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: normal;
    transition: all 0.5s ease;
}

.so4-lbox:hover .so4-li i {
    color: #FFF;
    background: rgba(39, 117, 181, 1);
}

.so4-lh {
    margin-bottom: 16px;
}

.so4-lh p {
    font-weight: normal;
    font-size: var(--zj-con2la);
    line-height: 170%;
    color: rgb(67, 67, 67);
    text-align: center;
    text-transform: capitalize;
}

.so4-lp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so4-lp p {
    font-size: var(--zj-subnav);
    line-height: 170%;
    color: #666;
    text-align: center;
    max-width: 408px;
}

.so5 {
    width: calc(100% - 40px);
    margin: auto;
}

/* so7 */
.so7 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.so7-sw {
    position: relative;
}

#so7-sw {
    overflow: hidden;
}

.so7-a {
    display: block;
    padding: 10px 10px 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    box-shadow: 0px 0px 16px 4px rgba(242, 242, 242, 1);
    transition: all 0.5s ease;
}

.so7-a:hover {
    transform: scale(0.9);
}

.so7-img .img-box {
    padding-bottom: 60%;
    margin-bottom: 12px;
}

.so7-h {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.so7-h::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(217, 217, 217);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.so7-h p {
    font-weight: normal;
    font-size: var(--zj-ft1-1h);
    line-height: 140%;
    min-height: calc(var(--zj-ft1-1h) * 1.4 * 2);
    color: rgba(38, 38, 38, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so7-a:hover .so7-h p {
    color: rgba(0, 51, 102, 1);
}

.so7-num {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.so7-num i {
    font-size: 20px;
    line-height: normal;
    color: rgba(0, 51, 102, 1);
}

.so7-num p {
    margin-left: 10px;
    font-weight: bold;
    font-size: calc(var(--zj-subnav) - 1px);
    color: rgba(0, 51, 102, 1);
}

.so7-p p {
    font-size: var(--zj-subnav);
    line-height: 150%;
    color: rgba(127, 127, 127, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
#so7-sw .swiper-button-prev,
#so7-sw .swiper-button-next {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    cursor: pointer;
    transition: all 0.5s ease;
}

#so7-sw .swiper-button-prev:hover,
#so7-sw .swiper-button-next:hover {
    background: rgba(39, 117, 181, 1);
}

#so7-sw .swiper-button-prev::after,
#so7-sw .swiper-button-next::after {
    font-size: 14px;
    color: #FFF;
}

#so7-sw .swiper-pagination {
    bottom: -20px;
}

#so7-sw .swiper-pagination-bullet-active {
    background: #666;
}

/* so8 */
.so8 {
    padding: 46px 0;
}

.so8-a {
    display: block;
}

.so8-a p {
    font-size: var(--zj-oem3-1l1p);
    line-height: 170%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

@media (max-width: 992px) {
    .so1-1l {
        width: 50%;
        margin-bottom: 30px;
    }

    .so1-1 {
        padding: 30px 0 30px;
    }

    .so1-2box {
        flex-direction: column-reverse;
    }

    .so1-2rg {
        width: 100%;
        margin-bottom: 30px;
    }

    .so1-2lf {
        width: 100%;
    }

    .so3-l {
        width: 33.333%;
    }

    .so4-l {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .so4-l:nth-child(2n) {
        margin-top: 0;
    }

    .so4-l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .so1-2img2 img {
        height: 100%;
    }

    .so3-l {
        width: 50%;
    }

    .so1-1l {
        width: 100%;
    }
}

@media (max-width: 499px) {

    .so3-l {
        width: 100%;
    }

    .index-banimg .img-box {
        padding-bottom: 112%;
    }

    .index-banh h2 {
        line-height: 1.2;
    }

    .index-banp p {
        line-height: 1.2;
    }

    .swiper-slide-active .index-bante {
        top: 50%;
    }

    #index-ban .swiper-button-prev,
    #index-ban .swiper-button-next {
        --w: 36px;
    }

    .so3 {
        padding: 40px 0;
    }

    .so3-h {
        margin-bottom: 30px;
    }

    .so3-l {
        margin-bottom: 20px;
    }

    .so3 {
        padding: 40px 0 10px;
    }

    .so4-smh {
        margin-bottom: 10px;
    }

    .so4 {
        padding: 0 0 40px;
    }

    .so7 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .so3-smh {
        margin-bottom: 8px;
    }

    .so7 {
        padding-bottom: 0;
    }

    #so7-sw .swiper-button-prev,
    #so7-sw .swiper-button-next {
        --w: 36px;
    }
}

/* 产品 */
/* 搜索无结果 */
.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 rgba(39, 117, 181, 1);
    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: rgba(39, 117, 181, 1);
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

.newsde .wrap {
    background: transparent;
    padding: 0;
}

/* -------------------------------------------------- */
.prode-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
}

.prode1-1 {
    width: 45.46%;
    flex: 0 0 auto;
}

.slider-navbox {
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-navbox .slider-prev,
.slider-navbox .slider-next {
    --w: 28px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #ECECEC;
    z-index: 12;
    opacity: 1;
    transition: all 0.5s ease;
}

.slider-navbox .slider-prev {
    cursor: pointer;
}

.slider-navbox .slider-next {
    cursor: pointer;
}

.slider-navbox .slider-prev:hover,
.slider-navbox .slider-next:hover {
    background: rgba(39, 117, 181, 1);
}

.slider-navbox .slider-prev i,
.slider-navbox .slider-next i {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.slider-navbox .slider-prev:hover i,
.slider-navbox .slider-next:hover i {
    color: rgba(255, 255, 255, 1);
}

/*  */
.prode1-2 {
    width: calc(100% - 45.46% - 50px);
    flex: 0 0 auto;
    margin-top: 12px;
}

.prode1-2h {
    margin-bottom: 20px;
}

.prode1-2h p {
    font-weight: bold;
    font-size: calc(var(--zj-ft1-2uh) - 1px);
    line-height: 170%;
    color: rgb(0, 0, 0);
}

.prode1-2p {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(217, 217, 217);
}

.prode1-2p p {
    font-weight: normal;
    font-size: var(--zj-subnav);
    line-height: 200%;
    color: rgb(0, 0, 0);
}

.prode1-2btn {
    display: flex;
    align-items: center;
}

.prode1-2a {
    padding: 7px 30px;
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.prode1-2a:last-child {
    margin-right: 0
}

.prode1-2a:hover {
    background: rgba(39, 117, 181, 1);
}

.prode1-2a::after,
.prode1-2a::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(-18%, -196%) rotate(-30deg);
    transform: translate(-18%, -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);
}

.prode1-2a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.prode1-2a:hover:before,
.prode1-2a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.prode1-2a span {
    color: #FFF;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.prode1-2a i {
    margin-left: 47px;
    line-height: normal;
    border-radius: 4px;
    background: #FFF;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.prode1-2a:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

.prode1-2share {
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.prode1-2share p {
    color: #000;
    font-family: 'TASA Orbiter Display';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 25px;
}

.prode1-ubox {
    margin-bottom: 30px;
}

.prode1-ubox * {
    color: rgb(0, 0, 0) !important;
}

.prode3h {
    background-color: rgba(242, 242, 242, 1);
    margin-bottom: 20px;
}

.prode3h p {
    font-weight: bold;
    font-size: var(--zj-pro2-1h);
    line-height: 200%;
    color: rgba(13, 13, 13, 1);
    text-align: center;
}

/*  */
.so5-l {
    border-radius: 6px;
    background: rgba(242, 242, 242, 1);
    margin-bottom: 16px;
    padding: 24px 32px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.so5-l.on {
    background: rgba(39, 117, 181, 1);
}

.so5-l:hover {
    background: rgba(39, 117, 181, 1);
}

.so5-l:last-child {
    margin-bottom: 0;
}

.so5-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so5-l1lf p {
    color: #2C2C2C;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
    position: relative;
    padding-left: 20px;
    transition: all 0.5s ease;
}

.so5-l.on .so5-l1lf p {
    color: #F9FBF3;
}

.so5-l:hover .so5-l1lf p {
    color: #F9FBF3;
}

.so5-l1lf p::before {
    position: absolute;
    content: "";
    --w: 12px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(39, 117, 181, 1);
    left: 0;
    top: 7px;
    transition: all 0.5s ease;
}

.so5-l.on .so5-l1lf p::before {
    background: #F9FBF3;
}

.so5-l:hover .so5-l1lf p::before {
    background: #F9FBF3;
}

.so5-lrg {
    flex: 0 0 auto;
    margin-left: 8px;
}

.so5-lrg i {
    font-size: 28px;
    color: rgba(110, 140, 127, 1);
    line-height: normal;
    transition: all 0.5s ease;
}

.so5-l.on .so5-lrg i {
    color: #F9FBF3;
}

.so5-l:hover .so5-lrg i {
    color: #F9FBF3;
}

.so5-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.so5-l.on .so5-l2 {
    max-height: 500px;
    opacity: 1;
}

.so5-l2te {
    margin-top: 16px;
}

.so5-l2te p {
    color: #F9FBF3;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
}

.prode8 {
    margin-top: 40px;
}

/* ------------------------------------- */
.prode5-box {
    margin-top: 72px !important;
    padding: 74px 0 72px;
}

.prode5-h {
    margin-bottom: 30px;
}

.prode5-h p {
    font-weight: bold;
    font-size: var(--zj-pro2-1h);
    line-height: 170%;
    color: rgba(13, 13, 13, 1);
    text-align: center;
}

.prode5for .con2-fol input,
.prode5for .con2-fol textarea {
    background: #FFF;
}

.prode5for .con2-fobt {
    justify-content: center;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

.prode6 {
    padding: 65px 0;
}

/*  */
#prode6-u .swiper-button-prev,
#prode6-u .swiper-button-next {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    cursor: pointer;
    transition: all 0.5s ease;
}

#prode6-u .swiper-button-prev:hover,
#prode6-u .swiper-button-next:hover {
    background: rgba(39, 117, 181, 1);
}

#prode6-u .swiper-button-prev::after,
#prode6-u .swiper-button-next::after {
    font-size: 14px;
    color: #FFF;
}

@media (max-width: 992px) {
    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .so5-l {
        margin-bottom: 8px;
        padding: 12px 12px;
    }

    .prode5-box {
        margin-top: 32px !important;
        padding: 34px 0 32px;
    }

    .prode5-h {
        margin-bottom: 14px;
    }

    .prode6 {
        padding: 35px 0 0;
    }

    #prode6-u .swiper-button-prev,
    #prode6-u .swiper-button-next {
        --w: 36px;
    }
}