/* header */
#ven {
    background: #FFF !important;
}

.ven1 {
    position: relative;
}

.ven1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    left: 0;
    bottom: 0;
}

.ven1box {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.ven1-loim {
    padding: 16px 0;
}

.ven1-loim img {
    width: 90px;
}

.ven1-con {
    display: flex;
    align-items: center;
}

.ven1-conbox,
.ven1-lan {
    display: flex;
    align-items: center;
}

.ven1-conbox {
    margin-right: 2.5vw;
}

.ven1-conico i {
    font-size: 32px;
    margin-right: 16px;
    color: rgba(191, 0, 17, 1);
}

.ven1-conte p {
    color: #666;
    font-family: man4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    margin-bottom: 8px;
}

.ven1-conte a {
    color: #222;
    font-family: man5;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven1-conte a:hover {
    color: #BF0011;
}

.ven1-lanico {
    width: 24px;
    margin-right: 12px;
}

.ven1-lanico img {
    width: 100%;
}

.ven1-lante p {
    color: #666;
    font-family: man4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    margin-bottom: 8px;
}

.ven1-lante a {
    color: #222;
    font-family: man5;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven1-lante a:hover {
    color: #BF0011;
}

/*  */
.ven2box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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;
    transition: all 0.5s ease;
}

.ven2-l:last-child {
    margin-right: 0;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #BF0011;
    z-index: 10;
    transition: all 0.5s ease;
}

.ven2-la:hover:after {
    width: 100%;
}

.ven2-l.on .ven2-la:after {
    width: 100%;
}

.ven2-la span {
    color: #222;
    font-family: man7;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-la:hover span {
    color: #BF0011;
}

.ven2-l.on .ven2-la span {
    color: #BF0011;
}

.ven-seh {
    margin-right: 32px;
    cursor: pointer;
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.vensesv i {
    font-size: 15px;
    color: rgba(68, 68, 68, 1);
    transition: all 0.5s ease;
}

.vensesv:hover i {
    color: #BF0011;
}

/*  */
.ven2rg {
    display: flex;
    align-items: center;
}

@media (max-width: 1536px) {
    .ven1-loim {
        padding: 10px 0;
    }

    .ven1-loim img {
        width: 70px;
    }

    .ven1-conbox {
        margin-right: 1.5vw;
    }

    .ven1-conico i {
        font-size: 20px;
        margin-right: 12px;
    }

    .ven1-conte p {
        margin-bottom: 2px;
    }

    .ven1-lante p {
        margin-bottom: 2px;
    }

    .ven2-la {
        padding: 16px 0;
    }

    .ven2-l {
        margin-right: 1.5vw;
    }

    .ven-seh {
        margin-right: 16px;
    }
}

@media (max-width: 1199.9px) {
    .ven2box {
        justify-content: flex-end;
        padding: 6px 0;
    }

    .ven2-lis {
        display: none;
    }
}

@media (max-width: 642px) {
    .ven1-conte {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven1-loim {
        padding: 6px 0;
    }

    .ven1-loim img {
        width: 60px;
    }

    .ven1-conico i {
        font-size: 16px;
        margin-right: 8px;
    }

    .ven1-lanico {
        width: 20px;
        margin-right: 8px;
    }
}

/* phone three line */
/* phone */
/*  */
#venPho {
    display: none;
}

#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: #BF0011;
    transition: all .5s;
}

#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: #BF0011;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #BF0011;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #BF0011;
    transition: all .5s;
}

#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: 110px;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    font-size: 16px;
    color: #222;
    font-family: man5;
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: rgba(191, 0, 17, 1);
}

.xiantiao>a {
    color: rgba(191, 0, 17, 1);
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    font-family: man4;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: rgba(191, 0, 17, 1);
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 94px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/*  */
/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 294%;
    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: #222;
    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: #666;
    font-family: man4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 14px;
}

@media (max-width: 1536px) {
    .ven-ehinp {
        top: 266%;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 232%;
        right: -160px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 300%;
    left: 50%;
    transform: translateX(-50%);
    top: 56px;
    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: rgba(255, 255, 255, 0.90);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 12px;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.ven2-lera span {
    color: #222;
    font-family: man5;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #2265A8;
    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-lera:hover span {
    color: rgba(191, 0, 17, 1);
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

@media (max-width: 1536px) {
    .ven2-ler {
        top: 45px;
    }
}

/* gg */
.padban {
    padding-top: 156px;
}

@media (max-width: 1536px) {
    .padban {
        padding-top: 118px;
    }
}

@media (max-width: 1199.9px) {
    .padban {
        padding-top: 110px;
    }
}

@media (max-width: 499px) {
    .padban {
        padding-top: 90px;
    }
}

.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {
    .sub-im img {
        height: 300px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        height: 180px;
    }
}

/* contact */
.con1 {
    padding: 88px 0 100px;
}

.con1h {
    margin-bottom: 48px;
}

.con1h p {
    color: #222;
    text-align: center;
    font-family: os7;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    line-height: 100%;
}

.con1u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.con1l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.con1l-box {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 40px;
}

.con1lico {
    --w: 64px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #BF0011;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 32px;
}

.con1lico i {
    font-size: 24px;
    color: #FFF;
    display: block;
    transition: all 0.5s ease;
}

.con1l-box:hover .con1lico i {
    transform: rotateY(360deg);
}

.con1lh {
    margin-bottom: 16px;
}

.con1lh p {
    color: #222;
    text-align: center;
    font-family: man7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: 100%;
}

.con1lp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1la {
    display: block;
}

.con1la p {
    color: #444;
    text-align: center;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    transition: all 0.5s ease;
}

.con1lp>a:hover p {
    color: #BF0011;
}

.con2 {
    background: url(../img/conbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.con2h {
    margin-bottom: 48px;
}

.con2h p {
    color: #222;
    text-align: center;
    font-family: os7;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    line-height: 100%;
}

/* form */
.con2-fou {
    margin-right: calc(-.5 * 0.6rem);
    margin-left: calc(-.5 * 0.6rem);
}

.con2-fol {
    margin-bottom: 10px;
    padding-right: calc(0.6rem * .5);
    padding-left: calc(0.6rem * .5);
}

.con2-fol input,
.con2-fol textarea {
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #FFF;
    color: #999;
    font-family: man4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    padding: 13px 20px;
    transition: all 0.5s ease;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #d4d4d4;
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.con2-fol input:-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.con2-fol input::-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.con2-fol input:-ms-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.con2-fol textarea:-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.con2-fol textarea:-ms-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con2-fobt>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #D9D9D9;
    padding: 16px 24px;
    transition: all 0.5s ease;
}

.con2-fobt>button:hover {
    background: #BF0011;
}

.con2-fobt>button span {
    color: #444;
    text-align: center;
    font-family: man5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.con2-fobt>button:hover span {
    color: #FFF;
}

@media (max-width: 1536px) {
    .con1 {
        padding: 68px 0 80px;
    }

    .con1h {
        margin-bottom: 38px;
    }

    .con1u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .con1l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .con1lico {
        --w: 56px;
        margin-bottom: 22px;
    }

    .con1lico i {
        font-size: 20px;
    }

    .con1lh {
        margin-bottom: 6px;
    }

    /*  */
    .con2 {
        padding: 80px 0;
    }

    .con2h {
        margin-bottom: 38px;
    }
}

@media (max-width: 992px) {
    .con1l-box {
        padding: 20px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 10px 12px;
    }

    .con2-fobt>button {
        padding: 12px 20px;
    }
}

@media (max-width: 768px) {
    .con1l {
        width: 100%;
        margin-bottom: 20px;
    }

    .con2-fol {
        width: 50%;
    }

    .con2-fol:last-child {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con1 {
        padding: 42px 0 26px;
    }

    .con1h {
        margin-bottom: 28px;
    }

    .con2 {
        padding: 36px 0;
    }

    .con2h {
        margin-bottom: 28px;
    }
}

/* footer */
#footer {
    background: #222;
    overflow: hidden;
}

.ft-box {
    position: relative;
    overflow: hidden;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 160px;
}

.ft1-1 {
    width: 46%;
    flex: 0 0 auto;
}

.ft1-1u {
    display: flex;
    justify-content: space-between;
}

.ft1-1lh {
    margin-bottom: 32px;
}

.ft1-1lh p {
    color: #999;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

.ft1-1la {
    display: block;
    margin-bottom: 12px;
}

.ft1-1la:last-child {
    margin-bottom: 0;
}

.ft1-1la span {
    color: #FFF;
    font-family: man4;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    transition: all 0.5s ease;
}

.ft1-1la:hover span {
    color: #BF0011;
}

.ft1-2 {
    width: 40%;
    flex: 0 0 auto;
}

.ft1-2h {
    margin-bottom: 32px;
}

.ft1-2h p {
    color: #999;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

.ft1-2box {
    display: flex;
    margin-bottom: 12px;
}

.ft1-2ico i {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin-right: 12px;
}

.ft1-2p span {
    color: #FFF;
    font-family: man4;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    transition: all 0.5s ease;
}

.ft1-2box>a:hover span {
    color: #BF0011;
}

.ft1-1share {
    padding-top: 86px;
}

.ft1-1share .a2a_kit {
    display: flex;
    align-items: center;
}

.ft1-1share .a2a_kit>a {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 16px;
    transition: all 0.5s ease;
}

.ft1-1share .a2a_kit>a:hover {
    background: #BF0011;
    border: 1px solid #BF0011;
}

.ft1-1share .a2a_kit>a:last-child {
    margin-right: 0;
}

.ft1-1share .a2a_kit>a i {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
}

.ft1-1share .a2a_kit>a:hover i {
    color: rgba(255, 255, 255, 1);
}

.ft2 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -8%;
    opacity: 0.2;
    pointer-events: none;
}

.ft2 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* copy@ */
.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 6px;
}

.ft3-1copy span {
    color: #999;
    font-family: man4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    display: block;
    /* text-align: center; */
    line-height: calc(var(--zj-ven2cona) * 1.2);
    text-transform: capitalize;
}

.ft3-1pow span {
    color: #999;
    font-family: man4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: capitalize;
    --size: 1px;
    --color: #fff;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    color: #BF0011;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 12px;
    background: #999;
    margin: 0 16px;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #999;
    font-family: man4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    --size: 1px;
    --color: #fff;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    color: #BF0011;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 60px 0 140px;
    }

    .ft1-1lh {
        margin-bottom: 22px;
    }

    .ft1-1la {
        margin-bottom: 6px;
    }

    .ft1-2box {
        margin-bottom: 6px;
    }

    .ft1-2ico i {
        font-size: 16px;
    }

    .ft1-1share {
        padding-top: 66px;
    }

    .ft3-2>span {
        margin: 0 8px;
    }
}

@media (max-width: 1199.9px) {
    .ft-box {
        padding-bottom: 40px;
    }

    .ft3-box {
        flex-direction: column;
    }

    .ft3-1 {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .ft1 {
        flex-direction: column;
        padding: 60px 0 98px;
    }

    .ft1-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft1-2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 40px 0 46px;
    }

    .ft1-1lh {
        margin-bottom: 14px;
    }

    .ft1-1la {
        margin-bottom: 0px;
    }

    .ft1-2h {
        margin-bottom: 16px;
    }

    .ft1-1share {
        padding-top: 36px;
    }

    .ft1-1share .a2a_kit>a {
        --w: 30px;
        margin-right: 8px;
    }

    .ft3-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
        padding-bottom: 20px;
    }

    .ft3-1 {
        align-items: flex-start;
    }
}

/* about */
.ab1 {
    padding-top: 60px;
}

.ab1h {
    max-width: 1066px;
    margin: auto;
    padding: 40px 0 32px;
    position: relative;
    overflow: hidden;
}

.ab1h::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/ab1bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    left: 0;
    top: 0;
}

.ab1h p {
    color: #222;
    text-align: center;
    font-family: os7;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    line-height: 100%;
    position: relative;
    z-index: 12;
}

.ab1p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 66px;
}

.ab1p p {
    color: #444;
    text-align: center;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 1170px;
}

/*  */
.ab1vico {
    position: relative;
    --w: 64px;
    width: var(--w);
    height: var(--w);
    background: #BF0011;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.ab1vico i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    display: block;
}

.ab1vico>span {
    background-color: rgba(191, 0, 17, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
}

.ab1vico>a {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

/*  */
.ab1u {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1170px;
    margin: auto;
    padding-bottom: 32px;
    position: relative;
    z-index: 12;
}

.ab1u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #FFF;
    left: 0;
    bottom: -18%;
    z-index: 10;
}

.ab1l1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    position: relative;
    z-index: 12;
}

.ab1l1 p,
.ab1l1 span {
    color: #BF0011;
    font-family: os7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: 100%;
}

.ab1l2 p {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    position: relative;
    z-index: 12;
}

.ab1img {
    padding-bottom: 21%;
}

/*  */
.ab2 {
    padding: 80px 0 70px;
}

.ab2h {
    margin-bottom: 48px;
}

.ab2h p {
    color: #222;
    text-align: center;
    font-family: os7;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    line-height: 100%;
}

.ab2u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.ab2l {
    margin-bottom: 30px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.ab2l-box {
    cursor: pointer;
}

.ab2limg {
    border-radius: 8px;
    padding-bottom: 67%;
}

.ab2limg img {
    transition: all 0.5s ease;
}

.ab2l-box:hover .ab2limg img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .ab1vico {
        --w: 50px;
    }

    .ab1img {
        padding-bottom: 24%;
    }

    .ab2u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ab2l {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

@media (max-width: 768px) {
    .ab1vico {
        --w: 40px;
    }

    .ab2l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ab1 {
        padding-top: 40px;
    }

    .ab1u {
        flex-direction: column;
        padding-bottom: 0;
    }

    .ab1l:nth-child(2) {
        margin: 40px 0;
    }

    .ab1h {
        padding: 16px 0 20px;
    }

    .ab1p {
        margin-bottom: 36px;
    }

    .ab1img {
        padding-bottom: 40%;
    }

    .ab2 {
        padding: 40px 0 30px;
    }

    .ab2h {
        margin-bottom: 28px;
    }

    .ab2u {
        margin-right: calc(-.5 * 0.4rem);
        margin-left: calc(-.5 * 0.4rem);
    }

    .ab2l {
        margin-bottom: 4px;
        padding-right: calc(0.4rem * .5);
        padding-left: calc(0.4rem * .5);
    }
}

/* download */
.pad88 {
    padding: 88px 0 100px;
}

.down-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 30px;
}

.down-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 30px;
}

.down-lbox {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 10px 10px 30px;
}

.down-limgbox {
    margin-bottom: 30px;
}

.down-limg {
    padding-bottom: 56%;
    mix-blend-mode: multiply;
    border-radius: 8px;
}

.down-limg img {
    transition: all 0.5s ease;
}

.down-lbox:hover .down-limg img {
    transform: scale(1.08);
}

.down-lh {
    margin-bottom: 16px;
    display: block;
}

.down-lh p {
    color: #222;
    text-align: center;
    font-family: man7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    min-height: calc(var(--zj-ft1-1h) * 1.25 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.down_lhp {
    margin-bottom: 30px;
}

.down_lhp p {
    color: #444;
    text-align: center;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.down_ldown {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 390px;
    margin: auto;
}

.down_lte2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    background: #D9D9D9;
    padding: 15px 12px;
    transition: all 0.5s ease;
}

.down-lbox:hover .down_lte2 {
    background: #BF0011;
}

.down_lte2 i {
    font-size: 14px;
    color: rgba(68, 68, 68, 1);
    margin-right: 12px;
    transition: all 0.5s ease;
}

.down_lte2 span {
    color: #444;
    text-align: center;
    font-family: man5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.down-lbox:hover .down_lte2 i,
.down-lbox:hover .down_lte2 span {
    color: #FFF;
}

@media (max-width: 1536px) {
    .pad88 {
        padding: 68px 0 80px;
    }

    .down-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 20px;
    }

    .down-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }

    .down-limgbox {
        margin-bottom: 20px;
    }

    .down-lh {
        margin-bottom: 8px;
    }

    .down-lbox {
        padding: 10px 10px 20px;
    }

    .down_lhp {
        margin-bottom: 20px;
    }

    .down_lte2 {
        padding: 10px 12px;
    }
}

@media (max-width: 992px) {
    .down-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pad88 {
        padding: 38px 0 40px;
    }

    .down-u {
        margin-bottom: 10px;
    }

    .down-l {
        width: 100%;
    }
}

/*  */
/* subpage */
/* sub_page */
.sub_page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_page>a {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    /* transform: rotate(90deg); */
    transition: all 0.3s ease;
    background: #F5F5F5;
}

.sub_page>a:hover {
    background: #BF0011;
}

.sub_page>a:last-of-type {
    transform: rotate(-180deg);
}

.sub_page>a i {
    font-size: 12px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.3s ease;
}

.sub_page>a:hover i {
    color: #fff;
}

.sub_pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_pagel {
    margin: 0 4px;
}

.sub_pagel a {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: #F5F5F5;
    color: #222;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

.sub_pagel a:hover {
    background: #BF0011;
    color: #fff;
}

@media (max-width: 1536px) {
    .sub_pagel {
        margin: 0 2px;
    }

    .sub_page>a {
        --w: 34px;
        margin: 0 6px;
    }

    .sub_pagel a {
        --w: 34px;
    }
}

/* subnav */
.subnav-box {
    margin-bottom: 32px;
}

.subnav .breadcrumb-item::before,
.subnav .breadcrumb-item a {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

@media (max-width: 499px) {
    .subnav-box {
        margin-bottom: 22px;
    }
}

/* news */
.ne-u {
    margin-bottom: 60px;
}

.ne-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 30px 0;
}

.ne-l::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #D9D9D9;
    transition: all 0.5s ease;
}

.ne-l:hover:after {
    background: #BF0011;
}

.ne-l:last-child:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #D9D9D9;
}

.news-lleft {
    width: 68%;
    flex: 0 0 auto;
    padding-right: 12px;
}

.news-lh {
    margin-bottom: 16px;
    display: block;
    max-width: 840px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--zj-ft1-1h) * 1.5 * 2);
}

.news-lh span {
    color: #222;
    font-family: man7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    --size: 1px;
    --color: #BF0011;
    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-l:hover .news-lh span {
    color: #BF0011;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.news-lp {
    margin-bottom: 41px;
}

.news-lp p {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    min-height: calc(var(--zj-subnav) * 1.5 * 3);
    max-width: 840px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-la span {
    color: #999;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

.news-lright {
    width: 32%;
    flex: 0 0 auto;
}

.news-limg {
    padding-bottom: 51%;
    border-radius: 8px;
}

.news-limg img {
    transition: all 0.5s ease;
}

.ne-l:hover .news-limg img {
    transform: scale(1.08);
}

@media (max-width: 768px) {
    .ne-u {
        margin-bottom: 30px;
    }

    .ne-l {
        padding: 20px 0;
    }

    .news-lleft {
        width: 100%;
        padding: 0;
    }

    .news-lright {
        display: none;
    }
}

@media (max-width: 499px) {
    .ne-l {
        padding: 10px 0;
    }

    .news-lh {
        margin-bottom: 8px;
    }

    .news-lp {
        margin-bottom: 21px;
    }
}

/* case */
.case-u {
    margin-bottom: 30px;
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.case-l {
    margin-bottom: 30px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.case-l1 {
    margin-bottom: 20px;
    position: relative;
}

.case-limg {
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 56%;
}

.case-limg img {
    transition: all 0.5s ease;
}

.case-lbox:hover .case-limg img {
    transform: scale(1.08);
}

.case-lico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
    background: #BF0011;
    --w: 64px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: all 0.5s ease;
}

.case-lbox:hover .case-lico {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.case-lico i {
    font-size: 16px;
    transform: rotate(-45deg);
    color: rgba(255, 255, 255, 1);
}

.case-la {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-la span {
    color: #222;
    font-family: man7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: 100%;
    --size: 1px;
    --color: #BF0011;
    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);
}

.case-lbox:hover .case-la span {
    color: #BF0011;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.case-lp p {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1536px) {
    .case-u {
        margin-bottom: 20px;
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .case-l {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .case-lico {
        --w: 50px;
    }

    .case-la {
        margin-bottom: 8px;
    }
}

@media (max-width: 768px) {
    .case-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .case-u {
        margin-bottom: 10px;
    }

    .case-l {
        width: 100%;
    }
}

/* products */
#pro1 {
    position: relative;
    top: 0;
    transition: all .6s;
}

.pro1h {
    margin-bottom: 24px;
}

.pro1h p {
    color: #222;
    font-family: os7;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    line-height: 100%;
}

.pro1p {
    margin-bottom: 48px;
}

.pro1p p {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.pro2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro2-1 {
    width: 23.46%;
    flex: 0 0 auto;
    position: sticky;
    top: 170px;
}

.pro2-1bg {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.pro2-1h {
    border-radius: 8px;
    background: #BF0011;
    padding: 20px 24px;
}

.pro2-1h p {
    color: #FFF;
    font-family: os7;
    font-size: var(--zj-ft2-2lh);
    font-style: normal;
    line-height: 100%;
}

.pro2-2 {
    width: calc(100% - 23.46% - 30px);
}

.pro2-1u {
    padding: 0 24px;
}

.pro2-1l {
    position: relative;
    padding: 20px 0 4px;
}

.pro2-1l::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #CCC;
    left: 0;
    bottom: 0;
}

.pro2-1l:last-child:after {
    display: none;
}

.pro2-1l1 {
    margin-bottom: 16px;
}

.pro2-1l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro2-1l1a span {
    color: #222;
    font-family: man7;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.25);
    transition: all 0.5s ease;
    padding-right: 6px;
}

.pro2-1l1a:hover span {
    color: #BF0011;
}

.pro2-1l1a i {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    transition: all 0.5s ease;
}

.pro2-1l.on .pro2-1l1a i {
    transform: rotate(180deg);
}

.pro2-1l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2-1l.on .pro2-1l2 {
    max-height: 400px;
    opacity: 1;
}

.pro2-1l2sa {
    padding: 0 16px 0 0;
}

.pro2-1l2a {
    display: block;
    margin-bottom: 12px;
}

.pro2-1l2a:last-child {
    margin-bottom: 28px;
}

.pro2-1l2a span {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    --size: 1px;
    --color: #BF0011;
    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);
}

.pro2-1l2a.on span {
    color: #BF0011;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-1l2a:hover span {
    color: #BF0011;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-2u {
    margin-right: calc(-.5 * 0.6rem);
    margin-left: calc(-.5 * 0.6rem);
    margin-bottom: 38px;
}

.pro2-2l {
    margin-bottom: 10px;
    padding-right: calc(0.6rem * .5);
    padding-left: calc(0.6rem * .5);
}

.pro2-2lbox {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 10px 10px 16px;
}

.pro2-2limg {
    margin-bottom: 16px;
    overflow: hidden;
    mix-blend-mode: multiply;
    padding-bottom: 66%;
}

.pro2-2limg img {
    transition: all 0.5s ease;
}

.pro2-2lbox:hover .pro2-2limg img {
    transform: scale(1.08);
}

.pro2-2lh {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro2-2lh p {
    color: #222;
    text-align: center;
    font-family: man5;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    max-width: 295px;
}

.pro2-2lbox:hover .pro2-2lh p {
    color: #BF0011;
}

@media (max-width: 1536px) {
    .pro2-1 {
        top: 130px;
    }

    .pro2-1h {
        padding: 12px 14px;
    }

    .pro2-1u {
        padding: 0 12px;
    }

    .pro2-1l {
        padding: 10px 0 4px;
    }

    .pro2-1l1 {
        margin-bottom: 10px;
    }

    .pro2-1l2a:last-child {
        margin-bottom: 16px;
    }
}

@media (max-width: 1199.9px) {
    .pro2 {
        flex-direction: column;
    }

    .pro2-1 {
        display: none;
    }

    .pro_11 {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 20px;
    }

    .pro_11a {
        display: flex;
        align-items: center;
        color: #222;
        text-align: center;
        font-family: man5;
        font-size: var(--zj-subnav);
        font-style: normal;
        line-height: calc(var(--zj-subnav) * 1.5);
        padding: 10px 16px;
        border-radius: 6px;
        background: #FFF;
        transition: all 0.3s ease;
        border: 1px solid rgba(191, 0, 17, 1);
        border-radius: 6px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .pro_11a:hover {
        background: rgba(191, 0, 17, 1);
        color: #fff;
    }

    .pro_11a.on {
        background: rgba(191, 0, 17, 1);
        color: #fff;
    }

    .pro2-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pro2-2l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro1h {
        margin-bottom: 14px;
    }

    .pro1p {
        margin-bottom: 28px;
    }

    .pro_11a {
        padding: 4px 16px;
    }

    .pro2-2u {
        margin-bottom: 18px;
    }

    .pro2-2l {
        width: 100%;
    }
}

/* product-show */
.prode1-box {
    background: rgba(242, 242, 242, 1);
    border-radius: 8px;
    padding: 15px 10px 40px;
}

.prode1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

/*  */
.prode1-2 {
    width: calc(52% - 40px);
}

.prode1-2h {
    margin-bottom: 32px;
}

.prode1-2h p {
    color: #222;
    font-family: os7;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    line-height: calc(var(--zj-pro2-1h) * 1.25);
    max-width: 465px;
}

.prode1-2p {
    margin-bottom: 32px;
}

.prode1-2p p {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 465px;
}

.prode1-2share {
    margin-bottom: 48px;
}

.prode1-2share p {
    color: #222;
    font-family: man7;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    margin-bottom: 12px;
}

.prode1-2btn {
    display: flex;
}

.prode1-2a {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
    padding: 11px 28px;
    transition: all 0.5s ease;
}

.prode1-2a:hover {
    background: #BF0011;
    border: 1px solid #BF0011;
}

.prode1-2a i {
    font-size: 14px;
    color: #444;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.prode1-2a:hover i {
    color: #fff;
}

.prode1-2a span {
    color: #444;
    font-family: man5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.prode1-2a:hover span {
    color: #FFF;
}

/* prode--------end */
.prode2 {
    position: sticky;
    top: 170px;
    z-index: 14;
    background: rgba(242, 242, 242, 1);
}

.prode2-u {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    position: relative;
}

.prode2-u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #CCC;
}

.prode2-l {
    margin-right: 48px;
}

.prode2-l:last-of-type {
    margin-right: 0;
}

.prode2-la {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
    display: block;
    display: block;
    padding: 16px 0;
    transition: all 0.5s ease;
    position: relative;
}

.prode2-la:hover {
    color: #BF0011;
}

.prode2-l.on .prode2-la {
    color: #BF0011;
}

.prode2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    z-index: 12;
    background-color: #BF0011;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}

.prode2-la:hover:after {
    width: 100%;
}

.prode2-l.on .prode2-la:after {
    width: 100%;
}

/*  */
.prode3 {
    padding-top: 48px;
    margin: 0 30px;
}

.prode3h {
    margin-bottom: 24px;
}

.prode3h p {
    color: #222;
    text-align: center;
    font-family: os7;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    line-height: 100%;
}

/*  */
.prode5 {
    padding-top: 48px;
    margin: 0 30px;
}

.prode5h {
    border-radius: 8px;
    background: #BF0011;
    padding: 18px 20px;
    margin-bottom: 10px;
}

.prode5h p {
    color: #FFF;
    font-family: man7;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

.prode5for .so8fo-l input,
.prode5for .so8fo-l textarea {
    background: #F3FAF6;
    border-radius: 8px;
}

/*  */
.prode6 {
    padding-top: 48px;
}

.prode6-u {
    width: 100%;
    overflow: hidden;
}

#prode6-u {
    position: relative;
}

/*  */
.idsack {
    position: relative;
    top: -240px;
}

@media (max-width: 1536px) {
    .prode1-2 {
        width: calc(52% - 20px);
    }

    .prode1-2h {
        margin-bottom: 22px;
    }

    .prode1-2p {
        margin-bottom: 22px;
    }

    .prode1-2a {
        padding: 8px 14px;
    }

    .prode2 {
        top: 130px;
    }

    .prode2-u {
        margin: 0;
    }

    .prode2-l {
        margin-right: 28px;
    }
}

@media (max-width: 1199.9px) {
    .prode2 {
        top: 110px;
    }
}

@media (max-width: 768px) {
    .prode1 {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode2-u {
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .prode2-u::-webkit-scrollbar {
        display: none;
    }

    .prode2-la {
        width: max-content;
    }

    .prode2-u::after {
        display: none;
    }

    .prode3,
    .prode5 {
        margin: 0;
    }
}

@media (max-width: 499px) {
    .prode1-2share {
        margin-bottom: 28px;
    }

    .prode3 {
        padding-top: 28px;
    }

    .prode2-l {
        margin-right: 18px;
    }

    .prode2-la {
        padding: 8px 0;
    }

    .prode5 {
        padding-top: 28px;
    }

    .prode5h {
        padding: 10px 8px;
    }

    .prode1-box {
        padding: 15px 10px 22px;
    }
}

/* index-start */
/* index kai */
/* ind_ban */
.ind-ban {
    padding-top: 156px;
}

.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 .swiper-pagination {
    bottom: 50%;
    transform: translateY(50%);
    left: 24px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
    pointer-events: none;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 42%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 42%;
    -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: '\ea82';
    -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;
}

.banner .slick-arrow {
    line-height: 80px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 3%;
    /*width: 30px;*/
    /*height: 80px;*/
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    /*background-color: rgba(0, 0, 0, .2);*/
}

@media (max-width: 1536px) {
    .ind-ban {
        padding-top: 86px;
    }
}

@media (max-width: 991px) {
    .banner .slick-arrow {
        width: 20px;
        height: 50px;
    }

    .banner .item a {
        padding-bottom: 42%;
    }

    .banner-video-box {
        padding-bottom: 42%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 48%;
    }

    .banner-video-box {
        padding-bottom: 48%;
    }
}

.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    content: '\e727';
    line-height: 1;
    color: #000;
}

.banner .slick-arrow.slick-next {
    right: 5%;
    left: auto;
}

.banner .slick-arrow.slick-next:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    content: '\e728';
    line-height: 1;
    color: #000;
}

@media (max-width: 991px) {

    .banner .slick-arrow.slick-next:before,
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}

.banner .slick-arrow:hover {
    color: #9e0a0d;
}

.banner .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 2px;
    margin: 0 8px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    margin: 8px 0;
    transition: all 0.5s ease;
}

.banner .swiper-pagination-bullet-active {
    width: 24px;
}

.banner .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 1);
}

.banner .swiper-pagination-bullet-active::after {
    -webkit-animation: movedog 4s ease-out;
    animation: movedog 4s ease-out;
}

@keyframes movedog {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}


.banner .swiper-pagination-bullet svg {
    position: relative;
    z-index: 5;
    top: -1px;
    left: -1px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.banner .swiper-pagination-bullet svg circle {
    -webkit-transition: stroke-dashoffset .6s ease-out;
    transition: stroke-dashoffset .6s ease-out;
    stroke-width: 1px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
}

.banner .swiper-pagination-bullet span {
    position: absolute;
    z-index: 4;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    /* border: 1px solid rgba(158, 10, 13, 0); */
    border-radius: 50%;
    display: none;
}

.banner .swiper-pagination-bullet span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active svg circle {
    -webkit-animation: movedong 4s ease-out;
    animation: movedong 4s ease-out;
    stroke-dashoffset: 0;
}

.banner .swiper-pagination-bullet-active span {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active span:after {
    background-color: #fff;
}

@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@media (max-width: 499px) {
    .ind-ban {
        padding-top: 92px;
    }
}

/* ind-pro */
.ind-pro {
    padding: 120px 0 166px;
}

.so1top {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so1toph p {
    color: #222;
    font-family: os7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.so1topbtna {
    border-radius: 8px;
    background: #E6E6E6;
    display: block;
    padding: 12px 22px;
    transition: all 0.5s ease;
}

.so1topbtna:hover {
    background: #BF0011;
}

.so1topbtna span {
    color: #222;
    text-align: center;
    font-family: man5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so1topbtna:hover span {
    color: #FFF;
}

/*  */
.so1end {
    position: relative;
}

#so1endsw {
    overflow: hidden;
}

.so1end-box {
    background: #F2F2F2;
    border-radius: 16px;
}

.so1end1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0;
    position: relative;
}

.so1end1::after {
    position: absolute;
    content: "";
    width: 99px;
    height: 100%;
    background: url(../img/indprobg.png) no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
}

.so1end1::after,
.so1end1::before {
    position: absolute;
    content: "";
    width: 99px;
    height: 100%;
    background: url(../img/indprobg.png) no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
}

.so1end1::before {
    background: url(../img/indprobg2.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10;
    opacity: 0;
}

.so1end-box:hover .so1end1::after {
    opacity: 0;
}

.so1end-box:hover .so1end1::before {
    opacity: 1;
}

.so1end1h {
    display: block;
    position: relative;
    padding-left: 34px;
}

.so1end1h::after {
    position: absolute;
    content: "";
    --w: 6px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #999;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.so1end1h p {
    color: #444;
    font-family: man4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
}

.so1end1ico {
    display: block;
    position: relative;
    padding-right: 26px;
    transform: translateY(-8px);
    z-index: 12;
}

.so1end1ico i {
    font-size: 14px;
    color: rgba(68, 68, 68, 1);
    position: relative;
    z-index: 12;
    transition: all 0.5s ease;
}

.so1end-box:hover .so1end1ico i {
    color: #FFF;
}

/*  */
.so1line-box {
    padding: 10px 10px 24px;
}

.so1end2-img {
    display: block;
    background: rgba(242, 242, 242, 1);
    padding-bottom: 66%;
    margin-bottom: 24px;
}

.so1end2-img img {
    mix-blend-mode: multiply;
    transition: all 0.5s ease;
}

.so1end-box:hover .so1end2-img img {
    transform: scale(1.08);
}

.so1end3h {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 28px);
    margin: auto;
}

.so1end3h span {
    color: #222;
    font-family: man5;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    --size: 1px;
    --color: #BF0011;
    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);
}

.so1end-box:hover .so1end3h span {
    color: #BF0011;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

#so1endsw .swiper-scrollbar {
    bottom: -44px;
    background: #D9D9D9;
    height: 2px;
}

#so1endsw .swiper-scrollbar .swiper-scrollbar-drag {
    background: #BF0011;
}

/* ind-about */
.ind-about {
    padding: 100px 0 244px;
    position: relative;
}

.ind-about::after {
    position: absolute;
    content: "";
    width: 30vw;
    height: 100%;
    background: url(../img/indabbg1.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.so2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so2lf {
    width: 40%;
    flex: 0 0 auto;
}

.so2lfsmh {
    color: #BF0011;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    margin-bottom: 24px;
}

.so2lfh {
    color: #222;
    font-family: os7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: calc(var(--zj-so1top1) * 1.25);
    margin-bottom: 74px;
}

.so2rg {
    width: calc(60% - 150px);
}

.so2lfbtn-box {
    display: flex;
    align-items: center;
}

.so2lfa {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #E6E6E6;
    padding: 13px 28px;
    margin-right: 20%;
    transition: all 0.5s ease;
}

.so2lfa:hover {
    background: #BF0011;
}

.so2lfa span {
    color: #222;
    text-align: center;
    font-family: man5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.so2lfa:hover span {
    color: #FFF;
}

.so2lfa i {
    font-size: 12px;
    color: #222;
    transition: all 0.5s ease;
}

.so2lfa:hover i {
    color: #FFF;
}

.so2lfpeo {
    display: flex;
    align-items: center;
}

.so2lfpeop {
    width: 56px;
    padding-bottom: 26%;
    border-radius: 50%;
    border: 1px solid #fff;
}

.so2lfpeop2 {
    transform: translateX(-8px);
}

.so2lfpeop3 {
    transform: translateX(-16px);
}

.so2lfpeote1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.so2lfpeote1 p,
.so2lfpeote1 span {
    color: #222;
    font-family: man7;
    font-size: var(--zj-ft2-2lh);
    font-style: normal;
    line-height: 100%;
}

.so2lfpeote2 {
    color: #222;
    font-family: man5;
    text-align: center;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.so2rgp {
    margin-bottom: 48px;
}

.so2rgp p {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so2rgu {
    display: flex;
    align-items: center;
}

.so2rgl {
    margin-right: 11%;
}

.so2rgl:last-child {
    margin-right: 0;
}

.so2rglnum {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.so2rglnum p,
.so2rglnum span {
    color: #BF0011;
    font-family: os7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: 100%;
}

.so2rglp p {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

/* ind-procategory */
.ind-procategory {
    background: url(../img/so3bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 140px 0 140px;
    position: relative;
}

.ind-probgbox {
    position: absolute;
    width: 37vw;
    right: 0;
    top: -11vw;
}

.ind-probg {
    padding-bottom: 57%;
}

.so3h {
    margin-bottom: 60px;
}

.so3h p {
    color: #FFF;
    font-family: os7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

/*  */
.so3la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 40px 0;
}

.so3la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.25);
}

.so3llf {
    display: flex;
    align-items: center;
}

.so3lnum {
    width: 80px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 72px;
    transition: all 0.5s ease;
}

.so3la:hover .so3lnum {
    background: #BF0011;
    border: 1px solid #BF0011;
}

.so3lnum p {
    color: #FFF;
    text-align: center;
    font-family: man7;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

.so3llfh {
    max-width: 658px;
}

.so3llfh span {
    color: #FFF;
    font-family: man7;
    font-size: var(--zj-ft2-2lh);
    font-style: normal;
    line-height: calc(var(--zj-ft2-2lh) * 1.25);
}

.so3lico i {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
    display: block;
}

.so3la:hover .so3lico i {
    color: rgba(255, 255, 255, 1);
    transform: rotate(-45deg);
}

.so3limg-box {
    position: absolute;
    width: 23%;
    border-radius: 8px;
    overflow: hidden;
    z-index: 12;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.5s ease;
    right: 10%;
    opacity: 0;
    pointer-events: none;
}

.so3la:hover .so3limg-box {
    opacity: 1;
    transform: translateY(-50%) rotate(5deg);
}

.so3limg {
    padding-bottom: 68%;
}

/* ind-case */
.ind-case {
    padding: 120px 0 160px;
}

.so4top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so4topsmh {
    margin-bottom: 24px;
    color: #BF0011;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

.so4toph {
    color: #222;
    font-family: os7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: calc(var(--zj-so1top1) * 1.25);
    max-width: 570px;
}

.so4topa {
    display: block;
    border-radius: 8px;
    background: #E6E6E6;
    padding: 11px 22px;
    transition: all 0.5s ease;
}

.so4topa:hover {
    background: #BF0011;
}

.so4topa span {
    color: #222;
    text-align: center;
    font-family: man5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so4topa:hover span {
    color: #fff;
}

/*  */
.so4sw {
    position: relative;
}

.so4swh {
    display: block;
    margin-bottom: 24px;
}

.so4swh p {
    color: #222;
    font-family: man7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4swimg {
    padding-bottom: 62%;
    border-radius: 8px;
    margin-bottom: 24px;
}

.so4swimg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}

.so4swimg img {
    transition: all 0.5s ease;
}

.so4sw-box:hover .so4swimg img {
    transform: scale(1.08);
}

.so4sw-box:hover .so4swimg::after {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
}

.so4swimg i {
    --w: 88px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #BF0011;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 12;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease;
}

.so4sw-box:hover .so4swimg i {
    opacity: 1;
}

.so4swp p {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ind-news */
.ind-news {
    padding-bottom: 120px;
}

.so5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so5lf {
    width: 47.2%;
    flex: 0 0 auto;
    background: url(../img/so5bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 48px 48px 240px;
    border-radius: 8px;
}

.so5lfh {
    margin-bottom: 32px;
}

.so5lfh p {
    color: #222;
    font-family: os7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: calc(var(--zj-so1top1) * 1.25);
    max-width: 402px;
}

.so5lfp {
    margin-bottom: 60px;
}

.so5lfp p {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 402px;
}

.so5lf-form {
    display: flex;
    flex-direction: column;
}

.so5lf-form input {
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #FFF;
    color: rgba(68, 68, 68, 1);
    font-family: man4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    padding: 13px 20px;
    transition: all 0.5s ease;
    margin-bottom: 16px;
}

.so5lf-form input:focus {
    border: 1px solid #d4d4d4;
}

.so5lf-form input::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.5);
}

.so5lf-form input:-moz-placeholder {
    color: rgba(68, 68, 68, 0.5);
}

.so5lf-form input::-moz-placeholder {
    color: rgba(68, 68, 68, 0.5);
}

.so5lf-form input:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.5);
}

.so5lfbut {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so5lfbut button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #D9D9D9;
    padding: 15px 24px;
    transition: all 0.5s ease;
}

.so5lfbut button:hover {
    background: #BF0011;
}

.so5lfbut button span {
    color: #444;
    text-align: center;
    font-family: man5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so5lfbut button:hover span {
    color: #FFF;
}

.so5rg {
    width: calc(100% - 47.2% - 60px);
    flex: 0 0 auto;
}

.so5rgl {
    position: relative;
}

.so5rgl::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #D9D9D9;
}

.so5rgl:last-child::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #D9D9D9;
}

.so5rglbox {
    padding: 30px 0;
    position: relative;
}

.so5rglnum {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.so5rgl.on .so5rglnum {
    max-height: 100px;
    opacity: 1;
    overflow: visible;
}

.so5rglnum p {
    color: #BF0011;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    margin-bottom: 12px;
}

.so5rglh {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so5rglh span {
    color: #222;
    font-family: man7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.so5rglbtnbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.so5rgl.on .so5rglbtnbox {
    max-height: 100px;
    opacity: 1;
    overflow: visible;
}

.so5rglbtn {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so5rglbtn span {
    color: #999;
    font-family: man5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    margin-right: 8px;
}

.so5rglbtn i {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
}

@media (max-width: 1536px) {
    .ind-pro {
        padding: 80px 0 126px;
    }

    .so1top {
        margin-bottom: 40px;
    }

    /*  */
    .ind-about {
        padding: 80px 0 184px;
    }

    .so2lfa {
        margin-right: 10%;
    }

    .so2lfpeop {
        width: 42px;
        padding-bottom: 23%;
    }

    /*  */
    .so3h {
        margin-bottom: 40px;
    }

    .so3la {
        padding: 30px 0;
    }

    .so3llfh {
        max-width: 508px;
    }

    /*  */
    .ind-case {
        padding: 80px 0 100px;
    }

    .so4swimg i {
        --w: 48px;
    }

    /*  */
    .ind-news {
        padding-bottom: 80px;
    }
}

@media (max-width: 992px) {
    .so2rg {
        width: calc(60% - 100px);
    }

    .so3lnum {
        margin-right: 32px;
    }
}

@media (max-width: 768px) {
    .so1top {
        flex-direction: column;
    }

    .so1toph {
        margin-bottom: 20px;
    }

    /*  */
    .ind-about {
        padding: 80px 0 94px;
    }

    .so2 {
        flex-direction: column;
    }

    .so2lf {
        width: 100%;
        margin-bottom: 40px;
    }

    .so2rg {
        width: 100%;
    }

    /*  */
    .ind-procategory {
        padding: 80px 0 100px;
    }

    .so3limg-box {
        display: none;
    }

    .so3lico i {
        font-size: 20px;
    }

    /*  */
    .so4top {
        flex-direction: column;
        align-items: flex-start;
    }

    .so4toph {
        margin-bottom: 20px;
    }

    /*  */
    .so5 {
        flex-direction: column;
    }

    .so5lf {
        width: 100%;
        margin-bottom: 30px;
    }

    .so5rg {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ind-pro {
        padding: 40px 0 66px;
    }

    .so1top {
        margin-bottom: 20px;
    }

    .so1topbtna {
        padding: 8px 14px;
    }

    #so1endsw .swiper-scrollbar {
        bottom: -24px;
    }

    /*  */
    .ind-about {
        padding: 40px 0 64px;
    }

    .so2lfsmh {
        margin-bottom: 14px;
    }

    .so2lfa {
        padding: 7px 12px
    }

    .so2lfh {
        margin-bottom: 44px;
        margin-right: 8%;
    }

    .so2rgp {
        margin-bottom: 28px;
    }

    /*  */
    .ind-procategory {
        padding: 64px 0 48px;
    }

    .so3h {
        margin-bottom: 10px;
    }

    .so3la {
        padding: 16px 0;
    }

    .so3lnum {
        margin-right: 12px;
        height: 30px;
        width: 38px;
        flex: 0 0 auto;
    }

    .so3llfh {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .so3lico i {
        font-size: 16px;
    }

    /*  */
    .so4top {
        margin-bottom: 40px;
    }

    .so4topa {
        padding: 6px 12px;
    }

    .so4swh {
        margin-bottom: 14px;
    }

    .so4swimg {
        margin-bottom: 14px;
    }

    /*  */
    .ind-case {
        padding: 52px 0 50px;
    }

    /*  */
    .ind-news {
        padding-bottom: 38px;
    }

    .so5lf {
        padding: 12px 12px 50px;
    }

    .so5lfh {
        margin-bottom: 22px;
    }

    .so5lfp {
        margin-bottom: 30px;
    }

    .so5lf-form input {
        padding: 10px 12px;
    }

    .so5lfbut button {
        padding: 11px 20px;
    }

    .so5rglnum {
        max-height: 100px;
        opacity: 1;
        overflow: visible;
    }

    .so5rglbtnbox {
        max-height: 100px;
        opacity: 1;
        overflow: visible;
    }

    .so5rglbox {
        padding: 18px 0;
    }

    .so5rglbtn {
        margin-top: 22px;
    }
}

.nores-h {
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-family: man4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #BF0011;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-family: man4;
    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: #222;
    font-family: os7;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    line-height: 100%;
}