.hea-top {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.hea-top::after {
    position: absolute;
    content: "";
    width: 120vw;
    height: 100%;
    right: -40%;
    top: 50%;
    transform: translateY(-50%);
    background: #D2561B;
    z-index: -1;
}

.hea-tosh {
    display: flex;
    align-items: center;
}

.hea-tosh>a {
    margin-right: 14px;
}

.hea-tosh>a:last-child {
    margin-right: 0;
}

.hea-tosh>a i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease;
}

.hea-tosh>a:hover i {
    color: rgba(255, 255, 255, 1);
}

.hea-tou {
    display: flex;
    align-items: center;
}

.hea-tol {
    margin-right: 40px;
}

.hea-tol:last-child {
    margin-right: 0;
}

.hea-tola {
    opacity: 0.8;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

.hea-tola:hover {
    opacity: 1;
}

.hea-tola i {
    font-size: 14px;
    color: #FFF;
    margin-right: 6px;
}

.hea-tola p {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.11);
}

.hea-tola p span {
    color: #FFF;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.11);

    --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-tola:hover p span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
#ven {
    transition: all 0.5s ease;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

#ven::after {
    position: absolute;
    content: "";
    width: 36vw;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.ventricle {
    background: #BF9F8A;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1536px) {}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ven1-loim {
    padding: 12px 0;
    position: relative;
}

.ven1-loim img {
    width: 329px;
    height: auto;
    transition: all 0.5s ease;
    background-blend-mode: luminosity;
    position: relative;
    z-index: 12;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 2.5vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 4.4vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 28px 0;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 47px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #D2561B;
    transition: all 0.5s ease;
    opacity: 0;
}

.ven2-lsa:hover .ven2-la::after {
    opacity: 1;
}

.ven2-l.on .ven2-la::after {
    opacity: 1;
}

.ven2-la span {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;

    --size: 0px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #D2561B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #D2561B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-la i {
    color: rgba(102, 102, 102, 1);
    margin-left: 12px;
    font-size: 10px;
    font-weight: normal;
    transition: all 0.5s ease;
}

.ven2-l.on .ven2-la i {
    color: #D2561B;
}

.ven2-la:hover i {
    color: #D2561B;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vensesv::after,
.vensesv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
    display: none;
}

.vensesv::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.vensesv:hover:before,
.vensesv:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.vensesv i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: normal;
    color: rgba(51, 51, 51, 1);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #D2561B;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-left: 8px;
    transition: all 0.5s ease;
}

.vensesv:hover p {
    color: #001C58;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */

.ven-inqury a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury a i {
    font-size: 26px;
    color: rgba(51, 51, 51, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury a:hover i {
    color: #D2561B;
    /* animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1; */
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury a p {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.ven-inqury a:hover p {
    color: #D2561B;
}

.ven-inqury a span {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ven-inqury a:hover span {
    color: #D2561B;
}

/*  */
.ven-line {
    width: 1px;
    height: 14px;
    background: #D9D9D9;
    margin: 0 28px;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 6px;
    border: 1px solid #001C58;
    padding: 4px 20px;
    background: #001C58;
}

.ven2-langbt .icon-duoyuyan {
    font-size: 20px;
    color: #FFF;
    display: block;
}

.ven2-langbt:hover .icon-duoyuyan {
    color: #FFF;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
    margin: 0 10px 0 16px;
}

.ven2-langbt:hover span {
    color: #FFF;
}

.ven2-langbt .icon-xiala {
    font-size: 16px;
    color: #FFF;
    display: block;
}

.ven2-langbt:hover .icon-xiala {
    color: #FFF;
}

.ven2-lang .ven2-ler {
    width: 100%;
    top: 100%;
}

.ven2-lang:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ven2-langbt img {
    --w: 17px;
    width: var(--w);
    height: var(--w);
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.ven2-langbt i {
    font-size: 6px;
    line-height: normal;
    color: #FFF;
    display: block;
    transition: all 0.5s ease;
}

.ven2-langbt:hover i {
    color: #001C58;
    /* animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1; */
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: capitalize;
    display: block;
    margin: 0 8px 0 16px;
    padding-top: 2px;
    transition: all 0.5s ease;
}

/* .ven2-langbt:hover span {
    color: #001C58;
} */

/*  */
.ven-contact {
    margin-left: 38px;
}

.ven-contact>a {
    display: block;
    border-radius: 999px;
    background: #001C58;
    padding: 11px 23px;
    overflow: hidden;
    position: relative;
}

.ven-contact>a::after,
.ven-contact>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ven-contact>a::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.ven-contact>a:hover:before,
.ven-contact>a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ven-contact>a p span {
    color: #1458E4;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    --size: 1px;
    --color: #1458E4;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven-contact>a:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 1770px) {
    #ven::after {
        width: 32vw;
    }
}

@media (max-width: 1680px) {
    .ven2-l {
        margin-right: 1.6vw;
    }

    .ven2-l:last-child {
        margin-right: 2.8vw;
    }
}

@media (max-width: 1536px) {
    .ven1-loim::after {
        top: -25px;
    }

    .ven1-loim img {
        width: 220px;
    }

    .ven2-la {
        padding: 14px 0;
    }

    .ven-line {
        margin: 0 8px;
    }

    .ven2-l {
        margin-right: 2.6vw;
    }

    #ven::after {
        width: 30vw;
        clip-path: polygon(0 0, 84% 0%, 100% 100%, 0% 100%);
    }


    /* .vensesv {
        margin-right: 12px;
    } */
    .ven2-l:last-child {
        margin-right: 1.8vw;
    }

    .ven2-la i {
        margin-left: 4px;
        font-size: 10px;
    }

    .ven-contact {
        margin-left: 16px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven-inqury a i {
        font-size: 18px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .hea-top {
        display: none;
    }

    .vensesv i {
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 14px;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .ven-line {
        margin: 0 12px;
    }

    .ven1-loim::after {
        display: none;
    }

    .vensesv p {
        display: none;
    }
}

@media (max-width: 499px) {


    .ven1-loim img {
        width: 148px;
    }

    .hea-top {
        background: #F74C25;
        padding: 6px 0;
    }

    .menu-language .select-name::before {
        margin-right: 0;
        font-size: 20px;
    }

    .ven-line {
        margin: 0 6px;
    }

    .ven-inqury a i {
        font-size: 18px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-contact {
        display: none;
    }

    .ven-contact>a p span {
        font-size: 14px;
    }

    .ven2-langbt span {
        display: none;
    }

    .ven2-langbt .icon-duoyuyan {
        margin-right: 4px;
    }

    .ven2-langbt {
        padding: 0px 12px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #1F1F1F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-subnav);
    --size: 1px;
    --color: #F74C25;
    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: #F74C25;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #F74C25;
    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: #F74C25;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
    /* display: flex; */
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    justify-content: center;
}

.ven2-lerathra span {
    color: #1F1F1F;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #F74C25;
    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: #F74C25;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 285%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #302219;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 220%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 380%;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 318%;
        right: -168px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven-contact>a {
        display: none;
    }

    .ven2-lera {
        padding: 6px 4px;
    }

    .ven2-lerbo {
        padding: 6px 0;
    }
}

/* 语言新 */
.menu-language {
    position: relative;
    height: 100%;
}

@media (max-width: 1199px) {
    /* .menu-language {
        padding: 0 10px;
    } */
}

.menu-language::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
}

.menu-language:hover .drop-select {
    opacity: 1;
    pointer-events: auto;
}

.menu-language .select-name {
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    height: 100%;
    border-radius: 0;
    background: #ffffff00;
    padding: 6px 0;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

.menu-language .select-name>img {
    width: 26px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}

@media (max-width: 1400px) {
    .menu-language .select-name {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .menu-language .select-name {
        font-size: 14px;
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name {
        font-size: 0;
    }
}

.menu-language:hover .select-name {
    color: #F74C25;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e607';
    color: rgb(255, 255, 255);
    font-family: 'iconfont' !important;
    margin-right: 6px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language:hover .select-name:before {
    color: #F74C25;
}

@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: rgb(255, 255, 255);
    content: '\e6bd';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 15px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language:hover .select-name::after {
    color: #F74C25;
}

@media (max-width: 767px) {
    .menu-language .select-name::after {
        display: none;
    }
}

.menu-language .drop-select {
    position: absolute;
    content: '';
    right: 0;
    top: calc(100%);
    z-index: 2;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .menu-language .drop-select {
        min-width: 100%;
        width: auto;
        height: 300px;
        overflow: auto;
        padding: 10px;
    }
}

.menu-language .drop-select li {
    font-size: 16px;
    display: inline-block;
    width: calc(100%/3);
    vertical-align: top;
}

@media (max-width: 991px) {
    .menu-language .drop-select li {
        width: 100%;
        font-size: 14px;
    }
}

.menu-language .drop-select li:hover a {
    color: #777777;
}

.menu-language .drop-select li a {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 14px;
}

.menu-language .drop-select li a:hover {
    background: #eee;
}

.menu-language .drop-select li a img {
    max-height: 20px;
    display: block;
    margin-right: 10px;
}

/* 语言-end */

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 6px;
}

#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: #333;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #333;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #333;
}

#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: #333;
}

.headersp #venPho .venPhoSack.on::before {
    background: #333;
}

.ventricle #venPho .venPhoSack.on::before {
    background: #333;
}

/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #333;
}

.headersp #venPho .venPhoSack.on::after {
    background: #333;
}

.ventricle #venPho .venPhoSack.on::after {
    background: #333;
}

/* .ventricle .venPhoSack::after {
    background: #222 !important;
} */

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #333;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #333;
}

.ventricle #venPho .venPhoSack span {
    background: #333;
}

/* .ventricle .venPhoSack span {
    background: #222 !important;
} */

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 68px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #222;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #1F1F1F;
    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: #D2561B;
}

.xiantiao>a {
    color: #D2561B;
}

.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: #1F1F1F;
    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: #D2561B;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 6.7%;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.44%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    pointer-events: none;
    display: none;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sub-fh h2 {
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 94px;
    font-style: normal;
    font-weight: 900;
    line-height: 100px;
    /* 106.383% */
    text-transform: uppercase;
}

@media (max-width: 1536px) {

    .sub-fline {
        margin: 30px 0 20px;
    }

    .sub-fh h2 {
        font-size: var(--zj-con2h);
    }
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 300px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }

    .subnav {
        padding: 15px 0 0 0 !important;
    }
}

@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: 420px;
    }


    .sub-fabox {
        display: none;
    }
}

@media (max-width: 642px) {}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 180px;
    }

    .menu-language .select-name>img {
        margin-right: 0;
    }

    #venPho {
        margin-bottom: 4px;
    }
}

/*  */

.subnav {
    display: flex;
    align-items: center;
    padding: 30px 0 0 0;
}

.subnav i {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    margin-right: 10px;
    line-height: normal;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #999;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.breadcrumb-item:hover a span {
    color: #D2561B;
}

.breadcrumb-item:last-child a span {
    color: #D2561B;
}


.breadcrumb-item+.breadcrumb-item::before {
    color: #999;
}

/*  */
/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #F8F8F8;
    color: #333;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 0.93);
    text-transform: uppercase;
    margin: 0 16px 0 0;
    transition: all 0.5s ease;
}

.sub-pagel:last-child a {
    margin: 0;
}

.sub-pagel a:hover {
    color: #FFF;
    background: #D2561B;
}

.sub-pagel.on a {
    color: #FFF;
    background: #D2561B;
}

.sub-pagel a i {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    line-height: normal;
    color: rgba(51, 51, 51, 1);
    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: 120px;
}

[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: 88px;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 1199.9px) {
    [data-sub-pad="header100"] {
        margin-top: 65px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 45px;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }
}

/* contact */
.con1 {
    margin-top: 200px;
    position: relative;
}

.con1-bgt {
    position: absolute;
    width: 100%;
    left: 0;
    top: -86px;
    z-index: -1;
}

.con1-bgt p {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ECECEC;
    font-family: "Mona Sans";
    font-size: 130px;
    font-style: normal;
    font-weight: 700;
    line-height: 140px;
    text-transform: uppercase;
    color: transparent;
}

.con1-box {
    display: flex;
    justify-content: space-between;
}

.con1-1 {
    width: calc(100% - 51.2% - 148px);
    flex: 0 0 auto;
}

.con1-1h {
    margin-bottom: 20px;
}

.con1-1h p {
    color: #333;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
}

.con1-1p {
    margin-bottom: 40px;
}

.con1-1p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.1);
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 0.75rem);
    margin-left: calc(-.5 * 0.75rem);
}

.con2-fol {
    margin-bottom: 15px;
    padding-right: calc(0.75rem * .5);
    padding-left: calc(0.75rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 0;
}

.con2-fol input,
.con2-fol textarea {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;

    width: 100%;
    border-radius: 6px;
    border: 1px solid #ECECEC;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 16px 10px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #D2561B;
}

.con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.con2-fol input::-moz-placeholder {
    color: #666;
}

.con2-fol input::-ms-input-placeholder {
    color: #666;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.con2-fol textarea::-moz-placeholder {
    color: #666;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

.con2-fobt {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.con2-fobt button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    background: transparent;
    border: none;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.con2-fobt button::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #D2561B;
    transition: all 0.5s ease;
}

/* .con2-fobt button:hover:after {
    width: 100%;
} */

.con2-fobti {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #D2561B;
    flex: 0 0 auto;
    margin-right: 4px;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.con2-fobt button:hover .con2-fobti {
    border-radius: 0;
    margin-right: 0;
}

.con2-fobti i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.con2-fobt button:hover i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

.con2-fobtp {
    border-radius: 4px;
    background: #D2561B;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.con2-fobt button:hover .con2-fobtp {
    border-radius: 0;
}


.con2-fobtp span {
    color: #FFF;
    font-family: "Roboto Flex";
    font-size: var(--zj-subnav);
    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);
    }
}

/* 以上表单 */

.con1-2 {
    width: 51.2%;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
}

.con1-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.con2 {
    position: relative;
    margin: 256px 0 160px;
}

.con2-h {
    margin-bottom: 40px;
}

.con2-h p {
    color: #333;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
}

.con2-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #E8E8E8;
}

.con2-l:first-child {
    border-top: 1px solid #E8E8E8;
}

.con2-l1 {
    width: 130px;
    flex: 0 0 auto;
}

.con2-l1 p {
    color: #333;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.1);
    text-transform: uppercase;
}

.con2-l2 {
    width: 42%;
}

.con2-l3 {
    flex: 0 0 auto;
    border-radius: 4px;
    background: #333;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con2-l:hover .con2-l3 {
    background: #D2561B;
}

.con2-l2a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.con2-l2a p {
    text-align: center;
}

.con2-l2a p span {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-ven2-la) * 1.1);
    --size: 1px;
    --color: #333;
    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.con2-l2a:hover p span {
    color: #333;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con2-l2p p {
    color: rgba(102, 102, 102, 0.80);
    font-size: var(--zj-subnav);
    text-align: center;
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.con2-l3 i {
    font-size: 18px;
    color: #FFF;
    line-height: normal;
}

@media (max-width: 1536px) {
    .con1 {
        margin-top: 100px;
    }

    .con1-1 {
        width: calc(100% - 51.2% - 48px);
    }

    .con1-bgt p {
        font-size: var(--zj-con1h);
    }

    .con2 {
        margin: 156px 0 60px;
    }
}

@media (max-width: 992px) {
    .con1-box {
        flex-direction: column;
    }

    .con1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .con1-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
    }

    .con2-l3 {
        display: none;
    }

    .con2-l {
        flex-direction: column;
    }

    .con2-l1 {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .con2-l2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con1 {
        margin-top: 40px;
    }

    .con1-bgt {
        top: -26px;
    }

    .con1-bgt p {
        line-height: normal;
    }

    .con1-1h {
        margin-bottom: 10px;
    }

    .con1-1p {
        margin-bottom: 20px;
    }

    .con2 {
        margin: 56px 0 40px;
    }

    .con2-h {
        margin-bottom: 20px;
    }

    .con2-l {
        padding: 15px 0;
    }
}

/* footer */
.ft1 {
    display: flex;
    justify-content: space-between;
    padding: 136px 0 78px;
}

.ft1-1 {
    width: 50%;
}

.ft1-2u {
    display: flex;
    justify-content: space-between;
}

.ft1-2lh {
    margin-bottom: 34px;
}

.ft1-2lh p {
    color: #FFF;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.ft1-2labox {
    display: flex;
    margin-bottom: 24px;
}

.ft1-2labox:last-child {
    margin-bottom: 0;
}

.ft1-2labox>i {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    line-height: normal;
    margin-right: 30px;
    flex: 0 0 auto;
    padding-top: 3px;
    transition: all 0.5s ease;
}

.ft1-2labox:hover>i {
    color: #FFF;
}

div.ft1-2la {
    max-width: 300px;
}

.ft1-2la span {
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.1);
    transition: all 0.5s ease;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-2labox:hover .ft1-2la span {
    color: #FFF;
}

a.ft1-2la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-2lfla {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    overflow: hidden;
}

.ft1-2lfl:last-child .ft1-2lfla {
    margin-bottom: 0;
}

.ft1-2lfla>* {
    transform: translateX(-30px);
    transition: all 0.5s ease;
}

.ft1-2lfla:hover>* {
    transform: translateX(0);
}

.ft1-2lfla i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    margin-right: 10px;
    flex: 0 0 auto;
}

.ft1-2lfla span {
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.1);
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity, transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-2lfla:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft1-1share {
    margin-top: 80px;
    display: flex;
    align-items: center;
}

.ft1-1share a {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    border: 1px solid rgba(208, 223, 239, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.5s ease;
}

.ft1-1share a:hover {
    background: #D2561B;
    border: 1px solid #D2561B;
}

.ft1-1share a:last-child {
    margin-right: 0;
}

.ft1-1share a i {
    font-size: 20px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

/*  */

.ft1-2 {
    width: 35%;
}

.ft1-2h {
    margin-bottom: 30px;
}

.ft1-2h p {
    color: #FFF;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

/*  */
.ft1-2form .con2-fobox {
    margin-bottom: 15px;
}

.ft1-2form .con2-fol>input,
.ft1-2form .con2-fol>textarea,
.ft1-2form .con2-folsp2>select {
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.30);
    padding: 16px 20px;
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.1);
    text-transform: capitalize;
    height: 100%;
}

.ft1-2form .con2-fol>input:focus,
.ft1-2form .con2-fol>textarea:focus {
    border: 1px solid #D2561B;
}

.ft1-2form .con2-fol input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.80);
}

.ft1-2form .con2-fol input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.80);
}

.ft1-2form .con2-fol input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.80);
}

.ft1-2form .con2-fol textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.80);
}

.ft1-2form .con2-fol textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.80);
}

.ft1-2form .con2-fol textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.80);
}

/*  */
.ft1-2form .con2-fobt button {
    padding: 12px 26px;
    border-radius: 4px;
    background: #D2561B;
}

.ft1-2form .con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.ft1-2form .con2-fobt button i {
    font-size: 16px;
    color: #FFF;
    margin-left: 10px;
    flex: 0 0 auto;
}

/*  */
/*  */
.ft2-box {
    padding: 18px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.ft2-lf {
    display: flex;
    align-items: center;
}

/*  */
/*  */

.ft2-1 {
    display: flex;
    align-items: center;
}

.ft2-1copy {
    margin-right: 4px;
}

.ft2-1copy span {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
}

.ft2-1pow {
    margin-left: 32px;
}

.ft2-1pow span {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
    --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-1pow:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2-1cnzz {
    padding-bottom: 2px;
    margin-left: 16px;
}

.ft2-2 {
    display: flex;
    align-items: center;

}

.ft2-2>span {
    width: 1px;
    height: 14px;
    background: #D9D9D9;
    margin: 0 18px 0;
}

.ft2-2a {
    display: block;
}

.ft2-2a span {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.75);
    --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-2a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 56px 0 48px;
    }

    .ft1-1 {
        width: 62%;
    }

    .ft2-1pow {
        margin-left: 8px;
    }

    .ft2-1copy {
        margin-right: 0;
    }

    .ft2-1cnzz {
        margin-left: 8px;
    }

    .ft2-2>span {
        margin: 0 8px 0;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        margin-bottom: 49px;
    }
}

@media (max-width: 992px) {
    .ft1-2l:nth-child(2) {
        display: none;
    }

    .ft2-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft2-1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft2-1pow {
        margin-left: 0;
    }

    .ft2-1cnzz {
        margin-left: 0;
    }

    .ft1-1 {
        width: 50%;
    }

    .ft1-2 {
        width: 46%;
    }
}

@media (max-width: 768px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft1-1share {
        margin-top: 40px;
    }

    .ft1-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 36px 0 38px;
    }

    .ft1-2lh {
        margin-bottom: 17px;
    }

    .ft1-2labox {
        margin-bottom: 12px;
    }

    .ft1-2labox>i {
        margin-right: 15px;
    }

    .ft1-1share a {
        --w: 34px;
        margin-right: 8px;
    }

    .ft1-2h {
        margin-bottom: 15px;
    }

    .ft1-2form .con2-fobt button {
        padding: 6px 14px;
    }

    .ft2-box {
        padding: 12px 0;
    }
}

/* 青岛金捷动塑料机械（新闻） */
.news {
    padding: 86px 0 160px;
}

.ne-u {
    margin-bottom: 120px;
}

.ne-l {
    margin-bottom: 40px;
}

.ne-l:last-child {
    margin-bottom: 0;
}

.ne-la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FBFCFD;
}

.ne-limg {
    width: 28%;
    flex: 0 0 auto;
    overflow: hidden;
}

.ne-limg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ne-la:hover .ne-limg img {
    transform: scale(1.08);
}

.ne-lte {
    width: calc(100% - 28% - 80px);
    flex: 0 0 auto;
    padding: 20px 46px 20px 0;
}

.ne-lt1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ne-lt1p p {
    color: #D2561B;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
}

.ne-lt1num p {
    color: #999;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.42);
    text-transform: capitalize;
}

.ne-lt2 {
    margin-bottom: 15px;
}

.ne-lt2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-lt2 p span {
    color: #333;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2la) * 1.36);
    text-transform: capitalize;
    --size: 1px;
    --color: #D2561B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-la:hover .ne-lt2 p span {
    color: #D2561B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ne-lt3 p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.62);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .news {
        padding: 66px 0 70px;
    }

    .ne-u {
        margin-bottom: 70px;
    }
}

@media (max-width: 1199.9px) {
    .ne-la {
        align-items: stretch;
    }

    .ne-lte {
        width: calc(100% - 28% - 30px);
    }
}

@media (max-width: 768px) {
    .ne-la {
        flex-direction: column;
    }

    .ne-limg {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne-lte {
        width: 100%;
        padding: 0 20px 20px;
    }
}

@media (max-width: 499px) {
    .news {
        padding: 36px 0 40px;
    }

    .ne-lt1 {
        margin-bottom: 12px;
    }

    .ne-lte {
        padding: 0 10px 10px;
    }

    .ne-lt2 {
        margin-bottom: 10px;
    }

    .ne-l {
        margin-bottom: 20px;
    }

    .ne-u {
        margin-bottom: 20px;
    }
}

/* 青岛金捷动塑料机械（关于我们） */
.ab1 {
    position: relative;
    margin: 170px 0 120px;
}

.ab1-h {
    margin-bottom: 60px;
}

.ab1-h p {
    color: #333;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
}

.ab1-p {
    margin-bottom: 110px;
    max-width: 1410px;
}

.ab1-p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    margin-bottom: 10px;
}

.ab1-p p:last-child {
    margin-bottom: 0;
}

/*  */
.ab1-u {
    display: flex;
    justify-content: space-between;
}

.ab1-l1 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
}

.ab1-l1h {
    display: flex;
    align-items: flex-end;
}

.ab1-l1h p {
    color: #D2561B;
    font-size: var(--zj-ft1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1h) * 1.05);
    letter-spacing: -2.8px;
    text-transform: uppercase;
}

.ab1-l1h span {
    color: #D2561B;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-so1top1) * 1.05);
    text-transform: uppercase;
}

.ab1-l1p {
    margin-left: 10px;
    flex: 0 0 auto;
}

.ab1-l1p p {
    color: #D2561B;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ab1-l2 p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 330px;
}

.ab2-a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}

.ab2-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ab2-a:hover .ab2-bg img {
    transform: scale(1.08);
}

.ab2-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ab2-video i {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 64px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #D2561B;
    font-size: 22px;
    color: #FFF;
}

.ab2-video:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ab2-videobg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    width: 150px;
}

.ab2-videobg img {
    width: 100%;
    animation: rotation2 12s linear infinite;
}

@keyframes rotation2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.ab3-box {
    padding: 160px 0 140px;
}

.ab3-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.ab3-1h {
    margin-bottom: 20px;
}

.ab3-1h p {
    color: #333;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
}

.ab3-1p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    max-width: 960px;
}

.ab3-1chan {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 20px;
}

.ab3-1chan>div {
    position: relative;
    margin: 0 !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    border-radius: 4px;
    background: #333;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab3-1chan>div:first-child {
    margin-right: 20px !important;
}

.ab3-1chan>div:hover {
    background: #D2561B;
}

.ab3-1chan>div::after {
    content: "";
}

.ab3-1chan>div i {
    font-size: 20px;
    line-height: normal;
    color: #FFF;
}

/*  */
.ab3-sw {
    position: relative;
}

#ab3-sw {
    overflow: hidden;
}

.ab3-swbox {
    cursor: pointer;
}

.ab3-swimg {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.ab3-swimg .img-box {
    padding-bottom: 61%;
    border-radius: 4px;
}

.ab3-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab3-swbox:hover .ab3-swimg .img-box img {
    transform: scale(1.08);
}

.ab3-swi {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    z-index: 12;
    pointer-events: none;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab3-swbox:hover .ab3-swi {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ab3-swi i {
    --w: 54px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

.ab3-swt {
    margin-top: 20px;
}

.ab3-swt p {
    color: #666;
    text-align: center;
    font-family: "Roboto Flex";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.ab4-box {
    padding-bottom: 160px;
}

.ab4-1chan {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 20px;
}

.ab4-1chan>div {
    position: relative;
    margin: 0 !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    border-radius: 4px;
    background: #333;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab4-1chan>div:first-child {
    margin-right: 20px !important;
}

.ab4-1chan>div:hover {
    background: #D2561B;
}

.ab4-1chan>div::after {
    content: "";
}

.ab4-1chan>div i {
    font-size: 20px;
    line-height: normal;
    color: #FFF;
}

/*  */
.ab4-sw {
    position: relative;
}

#ab4-sw {
    overflow: hidden;
}

.ab4-swbox {
    cursor: pointer;
}

.ab4-swimg {
    border-radius: 4px;
    border: 1px solid #ECECEC;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.ab4-swimg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(159deg, #FFF 30.51%, #D2561B 93.42%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ab4-swbox:hover .ab4-swimg::after {
    opacity: 1;
}

.ab4-swimg .img-box {
    padding-bottom: 138%;
}

.ab4-swimg .img-box img {
    transition: all 0.5s ease;
}

.ab4-swt {
    margin-top: 20px;
}

.ab4-swt p {
    text-align: center;
    color: #666;
    font-family: "Roboto Flex";
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .ab1 {
        margin: 70px 0 60px;
    }

    .ab1-h {
        margin-bottom: 30px;
    }

    .ab1-p {
        margin-bottom: 60px;
    }

    .ab2-bg img {
        height: 400px;
    }

    .ab3-box {
        padding: 70px 0 60px;
    }

    .ab3-1 {
        margin-bottom: 30px;
    }

    .ab4-box {
        padding-bottom: 70px;
    }
}

@media (max-width: 992px) {
    .ab1-u {
        flex-wrap: wrap;
    }

    .ab1-l {
        width: 50%;
        margin-bottom: 20px;
    }

    .ab3-1chan {
        display: none;
    }

    .ab4-1chan {
        display: none;
    }
}

@media (max-width: 499px) {
    .ab1 {
        margin: 40px 0 40px;
    }

    .ab1-h {
        margin-bottom: 15px;
    }

    .ab1-p {
        margin-bottom: 30px;
    }

    .ab1-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-l:last-child {
        margin-bottom: 0;
    }

    .ab3-box {
        padding: 40px 0 40px;
    }

    .ab3-1h {
        margin-bottom: 10px;
    }

    .ab4-box {
        padding-bottom: 40px;
    }
}

/* 青岛金捷动塑料机械（服务） */
.ser1-box {
    padding: 86px 0 140px;
    display: flex;
    justify-content: space-between;
}

.ser1-1 {
    width: calc(100% - 48.8% - 40px);
    flex: 0 0 auto;
}

.ser1-1smh {
    display: flex;
    margin-bottom: 20px;
}

.ser1-1smh p {
    color: #FFF;
    font-family: "Inter";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    text-transform: capitalize;
    border-radius: 4px;
    background: #D2561B;
    padding: 9px 20px;
}

.ser1-1h {
    margin-bottom: 20px;
}

.ser1-1h p {
    color: #333;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
}

.ser1-1p {
    margin-bottom: 60px;
}

.ser1-1p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.ser1-1l {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.ser1-1l:last-child {
    margin-bottom: 0;
}

.ser1-1li {
    --w: 54px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000;
    transition: all 0.5s ease;
    flex: 0 0 auto;
    margin-right: 27px;
    position: relative;
}

.ser1-1l:hover .ser1-1li {
    background: #D2561B;
}

.ser1-1li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 39px;
    background: #D9D9D9;
    left: 50%;
    top: calc(100% + 12px);
}

.ser1-1l:last-child .ser1-1li::after {
    display: none;
}

.ser1-1li i {
    font-size: 32px;
    line-height: normal;
    color: #FFF;
}

.ser1-1lh {
    margin-bottom: 6px;
}

.ser1-1lh p {
    color: #333;
    font-family: "Inter";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: capitalize;
}

.ser1-1lp p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */

.ser1-2 {
    width: 48.8%;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
}

.ser1-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*  */
.ser2 {
    overflow: hidden;
}

.ser2-box {
    padding: 87px 0 50px;
}

.ser2-h {
    margin-bottom: 20px;
}

.ser2-h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
}

.ser2-p {
    margin-bottom: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ser2-p p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    max-width: 809px;
}

/*  */
.ser2-u {
    margin: 0;
}

.ser2-l {
    width: 20%;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.ser2-lbox {
    position: relative;
}

.ser2-lbox::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 600px;
    bottom: -70px;
    left: calc(1.25rem * -.5);
    background: rgba(255, 255, 255, 0.14);
}

.ser2-l:last-child .ser2-lbox::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 600px;
    bottom: -70px;
    right: calc(1.25rem * -.5);
    background: rgba(255, 255, 255, 0.14);
}

.ser2-lnum {
    margin-bottom: 10px;
}

.ser2-lnum p {
    color: #FFF;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 200%;
}

.ser2-lh {
    margin-bottom: 10px;
}

.ser2-lh p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.ser2-lp p {
    color: #FFF;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: 300;
    line-height: calc((var(--zj-subnav) - 1px) * 1.33);
}

.ser3-box {
    padding: 140px 0 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ser3-1 {
    width: 48.8%;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
}

.ser3-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ser3-2 {
    width: calc(100% - 48.8% - 50px);
    flex: 0 0 auto;
}

.ser3-2smh {
    display: flex;
    margin-bottom: 20px;
}

.ser3-2smh p {
    color: #FFF;
    font-family: "Inter";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    text-transform: capitalize;
    border-radius: 4px;
    background: #D2561B;
    padding: 9px 20px;
}

.ser3-2h {
    margin-bottom: 20px;
}

.ser3-2h p {
    color: #333;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
}

.ser3-2p {
    margin-bottom: 29px;
}

.ser3-2p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.ser3-2l {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
}

.ser3-2l:last-child {
    margin-bottom: 0;
}

.ser3-2l::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D2561B;
    left: 0;
    top: 11px;
}

.ser3-2l p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
}

@media (max-width: 1536px) {
    .ser1-box {
        padding: 66px 0 70px;
    }

    .ser3-box {
        padding: 70px 0 60px;
    }

    .ser3-box {
        align-items: stretch;
    }
}

@media (max-width: 992px) {
    .ser1-box {
        flex-direction: column;
    }

    .ser1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ser1-2 {
        width: 100%;
    }

    .ser2-l {
        width: 100%;
    }

    .ser2-lbox {

        padding: 20px 0;
    }

    .ser3-box {
        flex-direction: column-reverse;
    }

    .ser3-1 {
        width: 100%;
    }

    .ser3-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ser2-lbox::after {
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
    }

    .ser2-l:last-child .ser2-lbox::before {
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 499px) {
    .ser1-box {
        padding: 36px 0 40px;
    }

    .ser1-1p {
        margin-bottom: 30px;
    }

    .ser2-box {
        padding: 37px 0 40px;
    }

    .ser2-p {
        margin-bottom: 57px;
    }

    .ser2-lbox {
        padding: 10px 0;
    }

    .ser3-box {
        padding: 40px 0 30px;
    }

    .ser3-2l::after {
        top: 9px;
    }
}

/* 青岛金捷动塑料机械（产品） */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #D2561B;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #000;
    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: #D2561B;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/*  */

.pro-box {
    padding: 86px 0 160px;
}

.pro1-u {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 16;
}

.pro1-l {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.pro1-la {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 12px 20px;
    border-radius: 2px;
    background: #F9F9F9;
    transition: all 0.5s ease;
}

.pro1-l:hover .pro1-la {
    background: #D2561B;
}

.pro1-l.on .pro1-la {
    background: #D2561B;
}

.pro1-la p {
    color: #333;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
    width: max-content;
    transition: all 0.5s ease;
}

.pro1-l:hover .pro1-la p {
    color: #FFF;
}

.pro1-l.on .pro1-la p {
    color: #FFF;
}

/*  */
.pro1-l1 {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    border-radius: 2px;
    border: 1px solid #ECECEC;
    background: #FFF;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    padding: 20px;
    z-index: 20;
}

.pro1-l:hover .pro1-l1 {
    max-height: 300px;
    opacity: 1;
}

.pro1-l1a {
    display: block;
    margin-bottom: 16px;
    position: relative;
    padding-left: 24px;
}

.pro1-l1a:last-child {
    margin-bottom: 0;
}

.pro1-l1a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: #666;
    left: 0;
    top: 11px;
    transition: all 0.5s ease;
}

.pro1-l1a:hover:after {
    background: #D2561B;
}

.pro1-l1a.on:after {
    background: #D2561B;
}

.pro1-l1a p {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.pro1-l1a:hover p {
    color: #D2561B;
}

.pro1-l1a.on p {
    color: #D2561B;
}

/*  */
.pro1-h {
    margin-bottom: 20px;
    margin-top: 46px;
}

.pro1-h p {
    color: #333;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.55);
    text-transform: capitalize;
}

.pro1-p {
    margin-bottom: 60px;
}

.pro1-p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    max-width: 1080px;
}

/*  */
.pro-u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 60px;
}

.pro-l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 60px;
}

.pro-l1box {
    background: rgba(248, 248, 248, 0.8);
    padding: 10px;
}

.pro-l1 {
    position: relative;
}

.pro-limg .img-box {
    background: #FFF;
}

.pro-limg .img-box img {
    transition: all 0.5s ease;
}

.pro-l1box:hover .pro-limg .img-box img {
    transform: scale(1.08);
}

.pro-li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 10px;
    --w: 34px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    background: #D2561B;
    z-index: 12;
    transition: all 0.5s ease;
    opacity: 0;
}

.pro-l1box:hover .pro-li {
    opacity: 1;
}

.pro-li i {
    font-size: 16px;
    color: #FFF;
    line-height: normal;
}

.pro-lt {
    overflow: hidden;
}

.pro-lh {
    position: relative;
    display: block;
    margin: 20px 0 16px;
    display: flex;
    align-items: center;
    transform: translateX(-24px);
    transition: all 0.5s ease;
}

.pro-l1box:hover .pro-lh {
    transform: translateX(0);
}

.pro-lh::before {
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    background: #D2561B;
    margin-right: 10px;
    opacity: 0;
    transition: all 0.5s ease;
    flex: 0 0 auto;
}

.pro-l1box:hover .pro-lh::before {
    opacity: 1;
}

.pro-lh p {
    color: #333;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro-l1box:hover .pro-lh p {
    color: #D2561B;
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 76px 0 70px;
    }

    .pro1-h {
        margin-bottom: 16px;
        margin-top: 36px;
    }

    .pro1-p {
        margin-bottom: 30px;
    }

    .pro-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 30px;
    }

    .pro-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.9px) {
    .pro1-u {
        display: none;
    }

    .pro-box {
        padding: 36px 0 40px;
    }
}

@media (max-width: 992px) {
    .pro-l {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .pro-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro-l {
        width: 100%;
    }

    .pro1-h {
        margin-bottom: 12px;
        margin-top: 16px;
    }

    .pro1-p {
        margin-bottom: 15px;
    }

    .pro-lh {
        margin: 10px 0 6px;
    }

    .pro-l {
        margin-bottom: 15px;
    }

    .pro-u {
        margin-bottom: 15px;
    }
}

/*  */
/* -------------------------------------------- */
/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 43.44%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 43.44%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e617';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {}

@media (max-width: 1199.2px) {}

@media (max-width: 991px) {
    .banner .item a {
        padding-bottom: 55%;
    }

    .banner-video-box {
        padding-bottom: 55%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 86%;
    }

    .ban-h {
        margin-bottom: 20px !important;
    }

    .banner-video-box {
        padding-bottom: 86%;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 14px 0 0;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    overflow: hidden;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 6px !important;
    width: var(--w);
    height: var(--w);
    display: block;
    position: relative;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.40);
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {

    background: rgba(255, 255, 255, 1);
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 8px;
    width: 100%;
    height: 100%;
    /* border-radius: 50px; */
    background: rgba(26, 60, 128, 1);
    opacity: 0;
    transition: all 0.5s ease;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        width: 6px;
    }

    100% {
        width: 60px;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

/* banner-end */
/* 浮动文字 */
.ban-te {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ban-h {
    margin-bottom: 50px
}

.ban-h p {
    color: #FFF;
    font-size: 94px;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 900;
    line-height: 106%;
    text-transform: uppercase;
    max-width: 1011px;
}

.ban-p p {
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
    max-width: 806px;
}

/* ind-cate */
.topbg {
    padding: 176px 0 130px;
}

.index .con1-bgt {
    z-index: 2;
}

.ind-cate {
    position: relative;
    margin: 0 0 184px;
}

.so1 {
    position: relative;
    z-index: 12;
}

.so1-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.so1-1 {
    margin-right: 30px;
}

.so1-1 p {
    color: #333;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
    max-width: 1181px;
}

/* 按钮 */
.so1-2 {
    width: max-content;
    flex: 0 0 auto;
}

.so1-2a {
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    flex: 0 0 auto;
}

.so1-2a:hover .con2-fobti {
    border-radius: 0;
    margin-right: 0;
}

.so1-2a:hover .con2-fobti i {
    animation: trax 1s ease-in-out;
    animation-iteration-count: 1;
}

.so1-2a:hover .con2-fobtp {
    border-radius: 0;
}

.so1-u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.so1-l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 40px;
}

.so1-la {
    position: relative;
    display: block;
}

.so1-limg .img-box {
    padding-bottom: 50%;
}

.so1-limg .img-box img {
    transition: all 0.5s ease;
}

.so1-la:hover .so1-limg .img-box img {
    transform: scale(1.08);
}

.so1-lte {
    position: absolute;
    z-index: 12;
    width: calc(100% - 30px - 30px);
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.so1-lh {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    overflow: hidden;
}

.so1-lh i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
    margin-right: 10px;
    flex: 0 0 auto;
    transition: all 0.5s ease;
    transform: translateX(-30px);
}

.so1-lh p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    transform: translateX(-30px);
}

.so1-la:hover .so1-lh>* {
    transform: translateX(0);
}

.so1-lh p span {
    color: #FFF;
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ft1-2uh) * 1.15);
    text-transform: capitalize;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so1-la:hover .so1-lh p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so1-lpbox {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.so1-la:hover .so1-lpbox {
    max-height: 60px;
    opacity: 1;
    overflow: visible;
}

.so1-lp {
    margin-top: 20px;
}

.so1-lp p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.62);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ind-about so2 */
.ind-about {
    position: relative;
}

.so2 {
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so2-1 {
    width: calc(100% - 58.5% - 212px);
    flex: 0 0 auto;
}

.so2-1h {
    position: relative;
}

.so2-1h::after {
    position: absolute;
    content: "";
    height: 60px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(3px);
}

.so2-1h p {
    color: #D2561B;
    font-family: "Roboto Condensed";
    font-size: var(--zj-con1h);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.so2-1p p {
    color: #666;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

.so2-2 {
    width: 58.5%;
    flex: 0 0 auto;
}

.so2-2h {
    margin-bottom: 60px;
}

.so2-2h p {
    color: #333;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
}

.so2-2p {
    margin-bottom: 40px;
}

.so2-2p p {
    margin-bottom: 20px;
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.so2-2p p:last-child {
    margin-bottom: 0;
}

/*  */
.ind-why {
    padding: 159px 0 0;
}

.so3-box {
    position: relative;
}

.so3-box .con1-bgt p {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.16);
}

.so3 {
    position: relative;
    z-index: 12;
}

.so3-1h {
    margin-bottom: 72px;
}

.so3-1h p {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
    max-width: 963px;
}

.so3-2 {
    display: flex;
    align-items: center;
    justify-self: flex-end;
    margin-bottom: 60px;
}

.so3-2 img {
    width: 303px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.so3-u {
    margin: 0;
}

.so3-l {
    padding: 0;
}

.so3-lbox {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(5px);
    padding: 49px 40px 40px;
    height: 100%;
}

.so3-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.so3-lh p {
    color: #FFF;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.36);
    text-transform: capitalize;
}

.so3-li {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.so3-li span {
    display: block;
    --w: 6px;
    width: var(--w);
    height: var(--w);
    background: #FFF;
    margin-left: 6px;
}

.so3-li span:nth-child(2) {
    opacity: 0.4;
}

.so3-lp p {
    color: #F8F8F8;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.37);
}

/* ind-news so4 */
.ind-news {
    padding: 176px 0 235px;
}

.so4-box {
    position: relative;
}

.so4 {
    position: relative;
    z-index: 12;
}

.so4 .so1-top {
    align-items: flex-end;
}

.so4 .so1-1 p {
    max-width: 1054px;
}

/* ind-ser so5 */
.ind-ser {
    position: relative;
    padding-bottom: 198px;
}

.so5 {
    position: relative;
    z-index: 12;
    display: flex;
    justify-content: space-between;
}

.so5-1 {
    width: calc(100% - 49% - 176px);
    flex: 0 0 auto;
}

.so5-1h {
    margin-bottom: 80px;
}

.so5-1h p {
    color: #333;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
}

.so5-1p {
    margin-bottom: 40px;
}

.so5-1p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
}

.so5-2 {
    width: 49%;
    flex: 0 0 auto;
}

.so5-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*  */
.ind-shre {
    position: relative;
    padding-bottom: 164px;
}

.so6 {
    position: relative;
    z-index: 12;
}

.so6-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.so6-1h p {
    color: #333;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 800;
    line-height: calc(var(--zj-so1top1) * 1.16);
    text-transform: uppercase;
    max-width: 814px;
}

.so6-1p p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    max-width: 510px;
}

.so8-u {
    margin-right: calc(-.5 * 3.75rem);
    margin-left: calc(-.5 * 3.75rem);
    align-items: flex-end;
}

.so8-l {
    padding-right: calc(3.75rem * .5);
    padding-left: calc(3.75rem * .5);
}

.so8-l a {
    display: block;
    width: 100% !important;
}

.so8-1 {
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.so8-1 i {
    font-size: 34px;
    line-height: normal;
    margin-right: 10px;
    color: rgba(102, 102, 102, 1);
    flex: 0 0 auto;
}

.so8-1 p {
    color: #666;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.so8-2 {
    padding-bottom: 89%;
    border-radius: 10px;
}

@media (max-width: 1536px) {
    .topbg {
        padding: 76px 0 70px;
    }

    .so1-top {
        margin-bottom: 40px;
    }

    .so2-1h::after {
        height: 30px;
    }

    .ind-cate {
        margin: 0 0 84px;
    }

    .ind-why {
        padding: 69px 0 0;
    }

    .ind-news {
        padding: 66px 0 135px;
    }

    .ind-ser {
        padding-bottom: 98px;
    }

    .ind-shre {
        padding-bottom: 74px;
    }

    .so2-1 {
        width: calc(100% - 58.5% - 112px);
    }

    .ban-h p {
        font-size: var(--zj-ft1h);
    }
}

@media (max-width: 992px) {
    .so1-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .so1-1 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .so2 {
        flex-direction: column;
    }

    .so2-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2-2 {
        width: 100%;
    }

    .so3-l {
        width: 50%;
    }

    .so5 {
        flex-direction: column;
    }

    .so5-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so5-2 {
        width: 100%;
    }

    .so6-1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .so6-1h {
        margin-bottom: 10px;
    }

    .so1-l {
        width: 100%;
        margin-bottom: 12px;
    }

    .so1-l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .so8-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so8-l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 499px) {
    .topbg {
        padding: 36px 0 40px;
    }

    .so1-lte {
        width: calc(100% - 12px - 12px);
        bottom: 20px;
    }

    .so2-1h::after {
        display: none;
    }

    .so2 {
        flex-direction: column-reverse;
    }

    .ind-cate {
        margin: 0 0 54px;
    }

    .so2-1 {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .so2-2h {
        margin-bottom: 20px;
    }

    .so3-2 img {
        width: 193px;
    }

    .ind-why {
        padding: 49px 0 0;
    }

    .ind-shre {
        padding-bottom: 34px;
    }

    .so3-1h {
        margin-bottom: 32px;
    }

    .so3-l {
        width: 100%;
    }

    .so3-lbox {
        padding: 29px 20px 20px;
    }

    .so3-2 {
        margin-bottom: 30px;
    }

    .ind-news {
        padding: 56px 0 45px;
    }

    .so5-1h {
        margin-bottom: 30px;
    }

    .ind-ser {
        padding-bottom: 58px;
    }
}

/* 青岛金捷动塑料机械（产品详情） */
.prode-top {
    display: flex;
    justify-content: space-between;
}

.slider-navbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.prode-swbtn {
    display: flex;
    align-items: center;
}

.slider-navbox button {
    background: transparent;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    background: #333;
}

.slider-navbox button:hover {
    background: #D2561B;
}

.slider-navbox .slider-prev {
    left: 13px;
}

.slider-navbox .slider-next {
    right: 13px;
}

.slider-navbox button i {
    font-size: 16px;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

.slider-navbox button:hover i {
    color: rgba(255, 255, 255, 1);
}

/*  */
.prode1 {
    padding: 38px 0 106px;
}

.prode1-2 {
    width: calc(100% - 36.6% - 90px);
    flex: 0 0 auto;
    padding-top: 32px;
}

.prode1-2h {
    margin-bottom: 20px;
}

.prode1-2h p {
    color: #333;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.55);
    text-transform: capitalize;
}

/*  */
.prode1-2smh {
    margin-bottom: 10px;
    margin-top: 60px;
    display: flex;
}

.prode1-2smh p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border-radius: 4px;
    background: #D2561B;
    padding: 8px 18px;
}

.prode1-2te p {
    color: #666;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    margin-bottom: 10px;
}

.prode1-2te p:last-child {
    margin-bottom: 0;
}

/*  */
.prode1-2share {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.prode1-2share p {
    color: #000;
    font-family: "DM Sans";
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    margin-right: 20px;
}

/*  */
.prode1-2abox {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.prode1-2a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #333;
    padding: 10px 24px;
    height: 40px;
    margin-right: 20px;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #D2561B;
}

.prode1-2a:last-child {
    margin-right: 0;
}

.prode1-2a p {
    color: #F8F8F8;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.prode1-2a:hover p {
    color: #FFF;
}

.prode1-2a i {
    font-size: 14px;
    line-height: normal;
    margin-right: 10px;
    color: #FFF;
}

/*  */
.prode-end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 160px;
}

.prd1 {
    width: calc(100% - 62.8% - 30px);
    flex: 0 0 auto;
    position: sticky;
    top: 140px;
}

.prd1 .pro1-l {
    width: 100%;
    margin-right: 0;
    max-width: 500px;
    margin-bottom: 10px;
}

.prd1 .pro1-l:last-child {
    margin-bottom: 0;
}

.prd1 .pro1-la {
    width: 100%;
    justify-content: flex-start;
}

.prd1 .pro1-l1 {
    position: relative;
    width: 100%;
    left: 0;
    transform: translateX(0);
    top: 100%;
    padding: 0;
}

.prd1 .pro1-l1box {
    padding: 20px;
}

.prd2 {
    width: 62.8%;
    flex: 0 0 auto;
}

.prd2>* {
    margin-top: 80px;
}

.prd2>*:first-child {
    margin-top: 0;
}

/*  */
.prode3h {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.prode3h::before {
    content: "";
    display: block;
    width: 30px;
    height: 6px;
    background: #D2561B;
    margin-right: 16px;
}

.prode3h p {
    color: #333;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.55);
    text-transform: uppercase;
}

/*  */
.prd-faql {
    border-radius: 4px;
    background: #F8F8F8;
    margin-bottom: 10px;
    padding: 15px 20px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.prd-faql:last-child {
    margin-bottom: 0;
}

.prd-faql.on {
    background: #D2561B;
}

.prd-faql:hover {
    background: #D2561B;
}

.prd-faql1 {
    display: flex;
}

.prd-faql1h {
    margin-right: 10px;
    flex: 0 0 auto;
}

.prd-faql1h p {
    color: #333;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    transition: all 0.5s ease;
}

.prd-faql.on .prd-faql1h p {
    color: #fff;
}

.prd-faql:hover .prd-faql1h p {
    color: #fff;
}

.prd-faql1p p {
    color: #333;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    transition: all 0.5s ease;
}

.prd-faql.on .prd-faql1p p {
    color: #fff;
}

.prd-faql:hover .prd-faql1p p {
    color: #fff;
}

.prd-faql2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.prd-faql.on .prd-faql2 {
    max-height: 300px;
    opacity: 1;
}

.prd-faql2box {
    padding-top: 20px;
    margin-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
}

.prd-faql2h {
    flex: 0 0 auto;
    margin-right: 9px;
}

.prd-faql2h p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    letter-spacing: -0.4px;
}

.prd-faql2p p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode5h {
    border-radius: 6px;
    background: #333;
    padding: 17px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.prode5h p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

.prode6-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.prode6-top .prode3h {
    margin-bottom: 0;
}

.prode6-chan {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 20px;
}

.prode6-chan>div {
    position: relative;
    margin: 0 !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    border-radius: 4px;
    background: #333;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.prode6-chan>div:first-child {
    margin-right: 20px !important;
}

.prode6-chan>div:hover {
    background: #D2561B;
}

.prode6-chan>div::after {
    content: "";
}

.prode6-chan>div i {
    font-size: 20px;
    line-height: normal;
    color: #FFF;
}

@media (max-width: 1536px) {
    .prode1-2 {
        padding-top: 0;
    }

    .prode1-2smh {
        margin-top: 30px;
    }

    .prode1 {
        padding: 38px 0 66px;
    }

    .prode-end {
        padding-bottom: 70px;
    }
}

@media (max-width: 1199.9px) {
    .prd2 {
        width: 100%;
    }

    .prd1 {
        display: none;
    }
}

@media (max-width: 992px) {
    .prode6-chan {
        display: none;
    }

    .prode-top {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .prode1-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .prode1 {
        padding: 28px 0 46px;
    }

    .prode3h {
        margin-bottom: 20px;
    }

    .prd2>* {
        margin-top: 40px;
    }

    .prode6-top {
        margin-bottom: 20px;
    }
}