/* tou */
#ven {
    background: #FFF !important;
}

#ven::after {
    position: absolute;
    content: "";
    width: 485px;
    height: 100%;
    background: url(../img/venbg.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
}

#ven::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 29%;
    background: #F5F7F9;
    left: 0;
    top: 0;
}

.hea-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 12;
}

.ven1-loim {
    padding: 39px 0;
}

.ven1-loim img {
    width: 168px;
    max-width: 100%;
    transition: all 0.5s ease;
}

.ven2-top {
    height: 29%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ven2share .a2a_kit {
    display: flex;
    align-items: center;
}

.ven2share .a2a_kit>a {
    display: block;
    margin-left: 16px;
}

.ven2share .a2a_kit>a:first-child {
    margin-left: 0;
}

.ven2share .a2a_kit>a i {
    font-size: 15px;
    color: rgba(153, 153, 153, 1);
    transition: all 0.5s ease;
}

.ven2share .a2a_kit>a:hover i {
    color: rgba(34, 101, 168, 1);
}

.ven2con {
    height: 100%;
    position: relative;
}

.ven2cona {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 40px;
}

.ven2cona>span {
    color: #444;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2cona:hover>span {
    color: #2265A8;
}

.ven2cona>i {
    font-size: 10px;
    color: rgba(102, 102, 102, 1);
    margin-left: 4px;
    transition: all 0.5s ease;
}

.ven2cona:hover>i {
    color: #2265A8;
}

.ven2conxiala {
    position: absolute;
    width: 160%;
    left: 50%;
    transform: translateX(-50%);
    top: 36px;
    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: 12;
}

.ven2con:hover .ven2conxiala {
    max-height: 400px;
    opacity: 1;
    overflow: visible;
}

.ven2conxiala-bg {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 12px;
}

.ven2conxiala-a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0;
}

.ven2conxiala-a span {
    color: #444;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    transition: all 0.5s ease;
    --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);
    padding: 4px 0;
}

.ven2conxiala-a:hover span {
    color: #2265A8;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2lang {
    position: relative;
}

.ven2langa {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    transition: all 0.5s ease;
    position: relative;
}

.ven2langa:hover {
    color: #2265A8;
}

.ven2langa>i:nth-child(1) {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.ven2langa:hover>i:nth-child(1) {
    color: #2265A8;
}

.ven2langa>i:nth-child(2) {
    color: rgba(102, 102, 102, 1);
    font-size: 10px;
    margin-left: 8px;
    transition: all 0.5s ease;
}

.ven2langa:hover>i:nth-child(2) {
    color: #2265A8;
}

/*  */
.ven2lang-sec {
    position: absolute;
    width: 160%;
    left: 50%;
    transform: translateX(-50%);
    top: 26px;
    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: 12;
}

.ven2lang:hover .ven2lang-sec {
    max-height: 400px;
    opacity: 1;
    overflow: visible;
}

.ven2lang-secbg {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 12px;
}

.ven2lang-secbg>a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0;
}

.ven2lang-secbg>a span {
    color: #444;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    transition: all 0.5s ease;
    --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);
    padding: 4px 0;
}

.ven2lang-secbg>a:hover span {
    color: #2265A8;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-end {
    height: 71%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 2.3vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
}

.ven2-l:last-child {
    margin-right: 11.3vw;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la span {
    color: #222;
    font-family: in5;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: 100%;
    --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-la:hover span {
    color: #2265A8;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #2265A8;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 8px;
    background: #2265A8;
    padding: 10px 25px;
    transition: all 0.5s ease;
    cursor: pointer;
    border: 1px solid #2265A8;
}

.vensesv i {
    font-size: 14px;
    margin-right: 10px;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.vensesv span {
    color: #FFF;
    font-family: in5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    --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);
}

.vensesv:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1850px) {
    .ven2-l {
        margin-right: 1.6vw;
    }

    .ven2-l:last-child {
        margin-right: 3.6vw;
    }
}

@media (max-width: 1536px) {
    #ven::after {
        width: 332px;
        background-position: bottom;
    }

    .ven1-loim {
        padding: 26px 0;
    }

    .ven1-loim img {
        width: 120px;
    }

    .ven2conxiala {
        top: 26px;
    }

    .ven2lang-sec {
        top: 21px;
    }

    .vensesv {
        padding: 6px 14px;
    }
}

@media (max-width: 1199.9px) {
    .ven2share {
        margin-right: 30px;
    }

    .ven2con {
        display: none;
    }

    .ven2-lis {
        display: none;
    }
}

@media (max-width: 992px) {
    #ven::after {
        width: 200px;
        background: url(../img/venlogobg.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 499px) {
    #ven::after {
        width: 150px;
    }

    #ven::before {
        height: 36%;
    }

    .ven2-top {
        height: 36%;
    }

    .ven1-loim {
        padding: 17px 0;
    }

    .ven1-loim img {
        width: 100px;
    }

    .ven2share {
        margin-right: 12px;
    }

    .ven2share .a2a_kit>a {
        margin-left: 8px;
    }

    .ven2share .a2a_kit>a i {
        font-size: 12px;
    }

    .ven2langa>i:nth-child(1) {
        font-size: 14px;
    }

    .vensesv {
        padding: 2px 7px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven2lang-secbg {
        padding: 2px 6px;
    }

    .ven2lang-sec {
        top: 19px;
        width: 110%;
    }
}

/* 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: #2265A8;
    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: #2265A8;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #2265A8;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #2265A8;
    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: 86px;
    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: in5;
    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: #2265A8;
}

.xiantiao>a {
    color: #2265A8;
}

.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: in4;
    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: #2265A8;
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 62px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 300%;
    left: 50%;
    transform: translateX(-50%);
    top: 88px;
    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: 400px;
    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: in4;
    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: #2265A8;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ven2-ler {
        top: 61px;
    }
}

/*  */
/*  */
.ven_sehinp {
    position: absolute;
    right: 0;
    top: 117%;
    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: #2265A8;
    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: in4;
    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_sehinp {
        top: 126%;
    }
}

@media (max-width: 499px) {
    .ven_sehinp {
        top: 132%;
    }

    .ven_sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/*  */
/* 正片开始 */
/* gg */
.padban {
    padding-top: 126px;
}

.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;
}

.subnav-box {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    z-index: 12;
}

.subnav {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 12px 24px;
}

.subnav .breadcrumb {
    margin-bottom: 0;
}

.subnav .breadcrumb-item {
    display: flex;
    align-items: center;
}

.subnav .breadcrumb-item::before,
.subnav .breadcrumb-item a {
    color: #666;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

.subnav .breadcrumb-item a:hover {
    color: #2265A8;
}

.subnav .breadcrumb-item i {
    font-size: 16px;
    margin-right: 12px;
    color: rgba(102, 102, 102, 1);
}

@media (max-width: 1536px) {
    .padban {
        padding-top: 86px;
    }

    .sub-im img {
        height: 400px;
    }

    .subnav {
        padding: 12px 18px;
    }

    .subnav .breadcrumb-item i {
        font-size: 14px;
        margin-right: 8px;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        height: 400px;
    }
}

@media (max-width: 499px) {
    .padban {
        padding-top: 62px;
    }

    .sub-im img {
        height: 176px;
    }

    .subnav-box {
        display: none;
    }
}

/* 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: #F2780C;
}

.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: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

.sub_pagel a:hover {
    background: #F2780C;
    color: #fff;
}

.sub_pagel.active a {
    background: #F2780C;
    color: #fff;
}

@media (max-width: 1536px) {
    .sub_page>a {
        --w: 34px;
        margin: 0 6px;
    }

    .sub_pagel {
        margin: 0 2px;
    }

    .sub_pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub_page>a {
        --w: 28px;
    }

    .sub_pagel a {
        --w: 28px;
    }
}

/* content */
.padtb-112 {
    padding: 112px 0 100px;
}

.padtb-88 {
    padding: 88px 0 100px;
}

.con-box {
    display: flex;
    justify-content: space-between;
}

.con1 {
    width: 48.4%;
    flex: 0 0 auto;
}

.con1h {
    margin-bottom: 16px;
}

.con1h p {
    color: #222;
    font-family: in7;
    font-size: var(--zj-con1h);
    font-style: normal;
    line-height: calc(var(--zj-con1h) * 1.25);
}

.con1p {
    margin-bottom: 40px;
}

.con1p p {
    color: #444;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    width: 720px;
    max-width: 100%;
}

.con1-l {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.con1-l:last-child {
    margin-bottom: 0;
}

.con1-lico {
    --w: 48px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 16px;
}

.con1-lico>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    animation: rotation 5s linear infinite;
}

.con1-lico>i {
    font-size: 16px;
    color: rgba(34, 101, 168, 1);
}

.con1-lh {
    margin-bottom: 12px;
}

.con1-lh p {
    color: #222;
    font-family: in7;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

.con1-la span {
    color: #444;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    --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);
}

.con1-lte>a:hover span {
    color: #2265A8;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con2 {
    width: calc(100% - 48.4% - 40px);
    flex: 0 0 auto;
}

.con2h {
    margin-bottom: 16px;
}

.con2h p {
    color: #222;
    font-family: in7;
    font-size: var(--zj-con1h);
    font-style: normal;
    line-height: calc(var(--zj-con1h) * 1.25);
}

.con2p {
    margin-bottom: 32px;
}

.con2p p {
    color: #444;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

/* 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: #F5F5F5;
    border: 1px solid #F5F5F5;
    color: #999;
    font-family: in4;
    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-foreq {
    margin-bottom: 24px;
}

.con2-foreq p {
    color: #444;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
}

.con2-fobt>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #2265A8;
    padding: 11px 31px;
}

.con2-fobt>button i {
    font-size: 14px;
    margin-right: 10px;
    color: rgba(255, 255, 255, 1);
}

.con2-fobt>button span {
    color: #FFF;
    font-family: in5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    --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);
}

.con2-fobt>button:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .padtb-112 {
        padding: 100px 0 84px;
    }

    .con1-lico {
        --w: 42px;
    }
}

@media (max-width: 992px) {
    .padtb-112 {
        padding: 74px 0 62px;
    }

    .con-box {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .con2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .padtb-112 {
        padding: 40px 0 44px;
    }
}

/* ft */
#footer {
    background: url(../img/ftbg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.ft-box {
    padding: 90px 0 80px;
    display: flex;
    justify-content: space-between;
}

.ft1 {
    width: 48%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft1-1h {
    margin-bottom: 32px;
}

.ft1-1h p {
    color: #FFF;
    font-family: in7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.ft1-1u {
    margin-bottom: 80px;
}

.ft1-1l {
    display: flex;
    margin-bottom: 24px;
}

.ft1-1l:last-child {
    margin-bottom: 0;
}

.ft1-1lico {
    margin-right: 10px;
    flex: 0 0 auto;
}

.ft1-1lico i {
    font-size: 16px;
    color: #fff;
}

.ft1-1lh {
    margin-bottom: 12px;
    padding-top: 4px;
}

.ft1-1lh p {
    color: #FFF;
    font-family: in7;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

.ft1-1la span {
    color: #FFF;
    font-family: in4;
    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);
}

.ft1-1lte>a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.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: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 12px;
    transition: all 0.5s ease;
}

.ft1-1share .a2a_kit>a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.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);
}

.ft1-2h {
    margin-bottom: 32px;
}

.ft1-2h p {
    color: #FFF;
    font-family: in7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.ft1-2l {
    margin-bottom: 8px;
}

.ft1-2l:last-child {
    margin-bottom: 0;
}

.ft1-2la span {
    color: #FFF;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 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);
}

.ft1-2la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2 {
    width: 34%;
    flex: 0 0 auto;
}

.ft2h {
    margin-bottom: 32px;
}

.ft2h p {
    color: #FFF;
    font-family: in7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.ft2fr .con2-fol input,
.ft2fr .con2-fol textarea {
    background: #FFF;
}

.ft3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
}

.ft3-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
}

.ft3-1 {
    display: flex;
    align-items: center;
}

.ft3-1copy {
    margin-right: 14px;
}

.ft3-1copy span {
    color: #999;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.ft3-1pow span {
    color: #999;
    font-family: in4;
    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: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2 {
    display: flex;
    align-items: center;

}

.ft3-2>span {
    width: 1px;
    height: 12px;
    background: #999;
    margin: 0 16px;
}

.ft3-2a {
    display: block;
}

.ft3-2a span {
    color: #999;
    font-family: in4;
    font-size: 14px;
    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: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft-box {
        padding: 62px 0 72px;
    }

    .ft1 {
        width: 52%
    }

    .ft2 {
        width: 38%;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 10px 12px;
    }

    .ft3-box {
        padding: 12px 0;
    }

    .ft3-1copy {
        margin-right: 6px;
    }

    .ft3-2>span {
        width: 1px;
        height: 12px;
        background: #999;
        margin: 0 8px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .ft-box {
        flex-direction: column;
    }

    .ft1,
    .ft2 {
        width: 100%;
    }

    .ft1 {
        margin-bottom: 20px;
    }

    .ft3-1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft3-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 642px) {
    .ft1 {
        flex-direction: column;
    }

    .ft1-1 {
        margin-bottom: 20px;
    }

    .ft1-1u {
        margin-bottom: 30px;
    }

    .ft1-2h {
        margin-bottom: 22px;
    }

    .ft1-2u {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .ft1-2l {
        margin-right: 12px;
    }

    .ft1-2l:last-child {
        margin-bottom: 8px;
    }

    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ft-box {
        padding: 42px 0 34px;
    }

    .ft1-1h {
        margin-bottom: 22px;
    }

    .ft1-1l {
        margin-bottom: 12px;
    }

    .ft2h {
        margin-bottom: 22px;
    }

    .con2-fobt>button {
        padding: 7px 13px;
    }
}

/* download */
.down-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 30px;
}

.down-l {
    margin-bottom: 30px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.down-lbox {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 40px 30px 30px;
    position: relative;
}

.down-limgbox {
    width: 60px;
    margin: auto;
    margin-bottom: 30px;
}

.down-lh {
    margin-bottom: 55px;
    display: block;
}

.down-lh p {
    color: #222;
    text-align: center;
    font-family: in6;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.down-lbox:hover .down-lh p {
    color: #2265A8;
}

.down_lhp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.down_lhp p {
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    font-family: man3;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
}

.down_ldown {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.down_ldown i {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.down_lte2 {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    padding: 10px 20px;
    transition: all 0.5s ease;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 12;
    opacity: 0;
}

.down-l.on .down_lte2 {
    opacity: 1;
}

.down_lte2:hover {
    background: #2265A8;
}

.down_lte2 i {
    color: rgba(68, 68, 68, 1);
    font-size: 14px;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.down_lte2:hover i {
    color: #fff;
}

.down_lte2 span {
    color: #444;
    text-align: center;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    transition: all 0.5s ease;
}

.down_lte2:hover span {
    color: #fff;
}

@media (max-width: 1536px) {
    .down-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 20px;
    }

    .down-l {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .down-lbox {
        padding: 30px 10px 20px;
    }

    .down-limgbox {
        margin-bottom: 24px;
    }

    .down-lh {
        margin-bottom: 34px;
    }
}

@media (max-width: 1199.9px) {
    .down-l {
        width: 33.333%;
    }
}

@media (max-width: 992px) {
    .down-l {
        width: 50%;
    }
}

@media (max-width: 642px) {
    .down_lhp {
        align-items: flex-start;
        flex-direction: column;
    }

    .down_lhp p {
        margin-bottom: 4px;
    }
}

@media (max-width: 499px) {
    .down-u {
        margin-right: calc(-.5 * 0.6rem);
        margin-left: calc(-.5 * 0.6rem);
        margin-bottom: 10px;
    }

    .down-l {
        padding-right: calc(0.6rem * .5);
        padding-left: calc(0.6rem * .5);
        margin-bottom: 10px;
    }

    .down-lbox {
        padding: 22px 10px 16px;
    }

    .down-limgbox {
        width: 40px;
        margin-bottom: 16px;
    }

    .down-lh {
        margin-bottom: 24px;
    }

    .down-lh p {
        font-size: 16px;
    }

    .down_ldown {
        right: 10px;
        top: 10px;
    }

    .down_lte2 {
        padding: 6px;
    }
}

/* news */
.news-u {
    position: relative;
    margin-bottom: 60px;
}

.news-u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #CCC;
    left: 0;
    bottom: 0;
}

.news-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 30px 0;
}

.news-l::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #CCC;
    left: 0;
    top: 0;
}

.news-lleft {
    width: 12%;
    flex: 0 0 auto;
}

.news-lright {
    width: 83%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-lte {
    width: 62%;
    flex: 0 0 auto;
}

.news-lnum {
    position: relative;
}

.news-lnum::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 160px;
    background: #CCC;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news-lnum p {
    color: #F2780C;
    text-align: center;
    font-family: os7;
    font-size: var(--zj-con1h);
    font-style: normal;
    line-height: 100%;
    margin-bottom: 16px;
}

.news-lnum span {
    display: block;
    color: #444;
    text-align: center;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
}

.news-lh {
    display: block;
    margin-bottom: 16px;
}

.news-lh p {
    color: #222;
    font-family: in7;
    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;
    transition: all 0.5s ease;
}

.news-l:hover .news-lh p {
    color: #2265A8;
}

.news-lp {
    margin-bottom: 76px;
}

.news-lp p {
    color: #444;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.5);
    min-height: calc(var(--zj-subnav) * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-lbtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news-la {
    display: block;
}

.news-la span {
    color: #666;
    font-family: in5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    --size: 1px;
    --color: #666;
    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);
}

.news-l:hover .news-la span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.news-limgbox {
    width: 28.2%;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.news-limg {
    padding-bottom: 67%;
}

.news-limg img {
    transition: all 0.5s ease;
}

.news-l:hover .news-limg img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .news-lp {
        margin-bottom: 46px;
    }
}

@media (max-width: 992px) {
    .news-lleft {
        width: 20%;
    }

    .news-lte {
        width: 100%;
    }

    .news-limgbox {
        display: none;
    }

    .news-lright {
        width: 78%;
    }
}

@media (max-width: 499px) {
    .news-l {
        padding: 20px 0;
    }

    .news-lh {
        margin-bottom: 12px;
    }

    .news-lp {
        margin-bottom: 36px;
    }

    .news-lnum p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .news-u {
        margin-bottom: 30px;
    }
}

/* application */
.apli-la {
    display: block;
    border-radius: 8px;
    transition: all 0.5s ease;
    overflow: hidden;
}

.apli-la:hover {
    background: #F5F5F5;
}

.apli-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 52px;
}

.apli-l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 20px;
}

.apli-limg {
    padding-bottom: 75%;
    border-radius: 8px;
}

.apli-limg img {
    transition: all 0.5s ease;
}

.apli-la:hover .apli-limg img {
    transform: scale(1.08);
}

.apli-lte {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
}

.apli-lh {
    width: 68%;
    flex: 0 0 auto;
}

.apli-lh span {
    color: #222;
    font-family: in7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apli-lbtn {
    border-radius: 8px;
    background: #2265A8;
    flex: 0 0 auto;
    margin-left: 12px;
    padding: 11.5px 24px;
    /* opacity: 0; */
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apli-la:hover .apli-lbtn {
    opacity: 1;
}

.apli-lbtn span {
    color: #FFF;
    text-align: center;
    font-family: in5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    text-transform: uppercase;
    --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);
}

.apli-lbtn:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .apli-u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 22px;
    }

    .apli-l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .apli-lbtn {
        padding: 6.5px 10px;
    }

    .apli-lh {
        width: 58%;
    }

    .apli-lte {
        padding: 9px 10px;
    }
}

@media (max-width: 992px) {
    .apli-l {
        width: 50%;
    }

    .apli-lh {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .apli-u {
        margin-bottom: 12px;
    }

    .apli-l {
        width: 100%;
    }

    .apli-lh {
        width: 56%;
    }

    .apli-lh p {
        font-size: 16px;
    }
}

/* products */
#pro1 {
    position: relative;
    top: 0;
    transition: all .6s;
}

.pro1h {
    margin-bottom: 24px;
}

.pro1h p {
    color: #222;
    font-family: in7;
    font-size: var(--zj-con1h);
    font-style: normal;
    line-height: 100%;
}

.pro1p {
    margin-bottom: 48px;
}

.pro1p p {
    color: #444;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.pro2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro2-1 {
    width: 23.46%;
    flex: 0 0 auto;
    position: sticky;
    top: 140px;
}

.pro2-1bg {
    border-radius: 8px;
    padding: 4px;
    background: #F5F5F5;
}

.pro2-1h {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #2265A8;
    padding: 22px 24px;
}

.pro2-1h i {
    font-size: 24px;
    color: #FFF;
    margin-right: 16px;
}

.pro2-1h p {
    color: #FFF;
    font-family: in7;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.pro2-2 {
    width: calc(100% - 23.46% - 30px);
}

.pro2-1u {
    padding: 0 28px;
}

.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: in7;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: 100%;
    transition: all 0.5s ease;
    padding-right: 6px;
}

.pro2-1l.on .pro2-1l1a span {
    color: #2265A8;
}

.pro2-1l:hover .pro2-1l1a span {
    color: #2265A8;
}

.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 {}

.pro2-1l2a {
    padding: 12px 16px;
    display: block;
    transition: all 0.5s ease;
    border-radius: 4px;
}

.pro2-1l2a:last-child {
    margin-bottom: 18px;
}

.pro2-1l2a span {
    color: #444;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    font-weight: 500px;
    --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);
}

.pro2-1l2a.on {
    background: #2265A8;
}

.pro2-1l2a:hover {
    background: #2265A8;
}

.pro2-1l2a.on span {
    color: #fff;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.pro2-1l2a:hover span {
    color: #fff;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.pro2-2u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 18px;
}

.pro2-2l {
    margin-bottom: 30px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.pro2-2lbox {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 10px;
    height: 100%;
}

.pro2-2limg {
    margin-bottom: 24px;
    overflow: hidden;
    mix-blend-mode: multiply;
}

.pro2-2limg img {
    transition: all 0.5s ease;
}

.pro2-2lbox:hover .pro2-2limg img {
    transform: scale(1.08);
}

.pro2-2lh {
    margin-bottom: 12px;
    display: block;
}

.pro2-2lh p {
    color: #222;
    text-align: center;
    font-family: in6;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro2-2lbox:hover .pro2-2lh p {
    color: #2265A8;
}

.pro2-2lp {
    margin-bottom: 14px;
}

.pro2-2lp p {
    color: #F2780C;
    text-align: center;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2-2sp {
    margin-top: 60px;
}

.pro2-2spbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pro2-2spbox:last-child {
    margin-bottom: 0;
}

.pro2-2sp1 {
    width: 20%;
    flex: 0 0 auto;
    padding-bottom: 14%;
    overflow: hidden;
}

.pro2-2sp1 img {
    transition: all 0.5s ease;
}

/* 
.pro2-2spbox:hover .pro2-2sp1 img {
    transform: scale(1.08);
} */

.pro2-2sp2 {
    width: calc(80% - 30px);
}

.pro2-2sp2h {
    margin-bottom: 16px;
    display: block;
}

.pro2-2sp2h p {
    color: #222;
    font-family: in6;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: 100%;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .pro2-2spbox:hover .pro2-2sp2h p {
    color: #2265A8;
} */

.pro2-2sp2p p {
    color: #444;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

@media (max-width: 1536px) {
    .pro2-2u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .pro2-2l {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

@media (max-width: 768px) {
    .pro2-2l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2-2l {
        width: 100%;
    }

    .pro1h {
        margin-bottom: 14px;
    }

    .pro1p {
        margin-bottom: 28px;
    }

    .pro2-2u {
        margin-bottom: 12px;
    }

    .pro2-2sp {
        display: none;
    }
}

/* prode */
.prode1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.prode1-2 {
    width: calc(46% - 50px);
    flex: 0 0 auto;
}

.prode1-2smh {
    display: flex;
    margin-bottom: 22px;
}

.prode1-2smh p {
    color: #808080;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    border-radius: 4px;
    background: #E6E6E6;
    padding: 7px;
}

.prode1-2h {
    margin-bottom: 24px;
}

.prode1-2h p {
    color: #222;
    font-family: in6;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    line-height: calc(var(--zj-prode1_2h) * 1.25);
}

.prode1-2p {
    margin-bottom: 30px;
}

.prode1-2p p {
    color: #444;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.prode1-2share {
    margin-bottom: 78px;
}

.prode1-2share p {
    color: #222;
    font-family: in7;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    margin-bottom: 12px;
}

.prode1-2share .a2a_kit>a span {
    --w: 24px;
    width: var(--w);
    height: var(--w);
}

.prode1-2btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: calc(-.5 * 0.6rem);
    margin-left: calc(-.5 * 0.6rem);
}

.prode1-2abox {
    padding-right: calc(0.6rem * .5);
    padding-left: calc(0.6rem * .5);
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #2265A8;
    border: 1px solid #2265A8;
    color: #FFF;
    font-family: in5;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    padding: 17px 12px;
    transition: all 0.5s ease;
}

.prode1-2abox:nth-child(2) .prode1-2a {
    background: #FFF;
    color: #2265A8;
}

.prode1-2a:hover {
    color: #FFF;
}

.prode1-2a i {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-right: 12px;
    transition: all 0.5s ease;
}

.prode1-2abox:nth-child(2) .prode1-2a i {
    color: #2265A8;
}

.prode1-2a:hover i {
    transform: translateY(-4px);
}


/* pro-end */
.prode2 {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 4px;
    position: sticky;
    top: 140px;
    z-index: 14;
    overflow: hidden;
}

.prode2-u {
    display: flex;
    align-items: center;
}

.prode2-l {
    margin-right: 4px;
}

.prode2-l:last-of-type {
    margin-right: 0;
}

.prode2-la {
    color: #444;
    text-align: center;
    font-family: in5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 8px;
    background: #2265a800;
    padding: 15px 25px;
    display: block;
    transition: all 0.3s ease;
}

.prode2-la:hover {
    background: #2265A8;
    color: #FFF;
}

.prode2-l.on .prode2-la {
    background: #2265A8;
    color: #FFF;
}

.prode3 {
    padding-top: 48px;
}

.prode3h {
    margin-bottom: 24px;
}

.prode3h p {
    color: #222;
    font-family: in5;
    font-size: calc(var(--zj-pro2-1h) + 2px);
    font-style: normal;
    line-height: 100%;
}

.prode3te {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 12px;
}

/*  */
.prode4 {
    padding-top: 48px;
}

.prode4-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.prode4-1 .prode3h {
    margin-bottom: 0;
}

.prode4sw-chan {
    position: relative;
    display: flex;
    align-items: center;
}

.prode4sw-chan .swiper-button-next,
.prode4sw-chan .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0 !important;
}

.prode4sw-chan .swiper-button-next {
    transform: rotate(90deg);
    margin-right: 32px !important;
}

.prode4sw-chan .swiper-button-prev {
    transform: rotate(-90deg);
}

.prode4sw-chan .swiper-button-next::after,
.prode4sw-chan .swiper-button-prev::after {
    content: "";
}

.prode4sw-chan .swiper-button-next i,
.prode4sw-chan .swiper-button-prev i {
    font-size: 20px;
    color: rgba(34, 34, 34, 1);
    transition: all 0.3s ease;
}

.prode4sw-chan .swiper-button-next:hover i,
.prode4sw-chan .swiper-button-prev:hover i {
    color: #2265A8;
}

.prode4-2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.prode4-2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    left: 0;
    bottom: 0;
}

#prode4-2sw {
    overflow: hidden;
}

.prode4-2swa {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 24px 30px;
}

.prode4-2sw1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
}

.prode4-2sw1::after {
    position: absolute;
    content: "";
    background: #E6E6E6;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.prode4-2sw1p {
    display: flex;
    align-items: center;

}

.prode4-2sw1p p {
    color: #222;
    font-family: in7;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    /* text-transform: capitalize; */
    margin-right: 16px;
}

.prode4-2sw1p i {
    font-size: 12px;
    color: #FFBF00;
    margin-right: 4px;
}

.prode4-2sw1num p {
    color: #666;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
}

.prode4-2sw2 p {
    color: #444;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: calc(var(--zj-ven2cona) *1.5);
}

.prode4-3h {
    margin-bottom: 24px;
}

.prode4-3h p {
    color: #222;
    font-family: in7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.prode4-3for .so8fo-u {
    margin-right: calc(-.5 * 1.2rem);
    margin-left: calc(-.5 * 1.2rem);
}

.prode4-3for .so8fo-l {
    margin-bottom: 20px;
    padding-right: calc(1.2rem * .5);
    padding-left: calc(1.2rem * .5);
}

.prode4-3for .so8fo-l input,
.prode4-3for .so8fo-l textarea {
    width: 100%;
    border-radius: 8px;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    color: #999;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    padding: 13px 20px;
    transition: all 0.5s ease;
}

.prode4-3for .so8fo-l input:focus,
.prode4-3for .so8fo-l textarea:focus {
    border: 1px solid #d4d4d4;
}

.prode4-3for .so8fo-l input::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode4-3for .so8fo-l input:-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode4-3for .so8fo-l input::-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode4-3for .so8fo-l input:-ms-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode4-3for .so8fo-l textarea::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode4-3for .so8fo-l textarea:-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode4-3for .so8fo-l textarea::-moz-placeholder {
    color: rgba(153, 153, 153, 0.5);
}

.prode4-3for .so8fo-l textarea:-ms-input-placeholder {
    color: rgba(153, 153, 153, 0.5);
}


.prode5 {
    padding-top: 48px;
}

.prode5h {
    border-radius: 8px;
    background: #F2780C;
    padding: 18px 20px;
    margin-bottom: 10px;
}

.prode5h p {
    color: #FFF;
    font-family: in7;
    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;
}

.prode5fots {
    margin-top: 6px;
    margin-bottom: 24px;
}

.prode5fots p {
    color: #C00;
    font-family: in4;
    font-size: var(--zj-prode5fots);
    font-style: normal;
    line-height: 100%;
}

.prode5fobt button {
    background: #fff;
    border: 1px solid #2265A8;
}

.prode5fobt button i {
    color: #2265A8;
}

.prode5fobt button span {
    color: #2265A8;
    --color: #2265A8;
}

.idsack {
    position: relative;
    top: -200px;
}

@media (max-width: 1536px) {
    .pro2-1h {
        padding: 14px 16px;
    }

    .pro2-1h i {
        font-size: 20px;
    }

    .pro2-1u {
        padding: 0 18px;
    }

    .pro2-1l {
        padding: 12px 0 4px;
    }

    .pro2-1l1 {
        margin-bottom: 12px;
    }


    .pro2-1l2a {
        padding: 10px 8px;
        display: block;
        /* margin-bottom: 12px; */
    }

    .prode2 {
        top: 100px;
    }

    .pro2-1 {
        top: 100px;
    }

    .prode1-2 {
        width: calc(46% - 20px);
    }

    .prode1-2a {
        padding: 14px 4px;
    }

    .prode1-2btn {
        margin-right: calc(-.5 * 0.2rem);
        margin-left: calc(-.5 * 0.2rem);
    }

    .prode1-2abox {
        padding-right: calc(0.2rem * .5);
        padding-left: calc(0.2rem * .5);
    }

    .prode1-2a {
        font-size: 13px;
    }

    .prode1-2a i {
        font-size: 14px;
        margin-right: 6px;
    }

    .slider-nav .item.item-video::before {
        --w: 34px;
    }

    .prode1-2smh {
        margin-bottom: 12px;
    }

    .prode1-2h {
        margin-bottom: 14px;
    }

    .prode1-2p {
        margin-bottom: 20px;
    }

    .prode1-2share {
        margin-bottom: 58px;
    }

    .prode2-la {
        padding: 12px 14px;
    }
}

@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;
        font-family: in5;
        font-size: var(--zj-ven2_la);
        font-style: normal;
        line-height: 100%;
        padding: 17px 16px;
        border-radius: 6px;
        background: #FFF;
        transition: all 0.3s ease;
        border: 1px solid #2265A8;
        border-radius: 6px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .pro_11a:hover {
        background: #2265A8;
        color: #fff;
    }

    .pro_11a.on {
        background: #2265A8;
        color: #fff;
    }

    .pro2-2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .prode1 {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .prode1-2 {
        width: 100%;
    }

    .prode4sw-chan .swiper-button-next {
        margin-right: 18px !important;
    }
}

@media (max-width: 768px) {
    .prode1-1 {
        flex-direction: column;
    }

    .slider-nav .item {
        padding: 0 5px;
    }

    .slider-nav button:nth-child(1) {
        transform: rotate(90deg);
    }

    .prode2-u {
        overflow-x: scroll;
    }

    .prode2-u::-webkit-scrollbar {
        display: none;
    }

    .prode2-la {
        width: max-content;
    }

    .prode4-2sw1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode4-2swa {
        padding: 14px 16px;
    }

    .prode4-2sw1p {
        margin-bottom: 4px;
    }

    .prode4-3for .so8fo-l {
        width: 100%;
        margin-bottom: 10px;
    }

    .prode4-3for .so8fo-l input,
    .prode4-3for .so8fo-l textarea {
        padding: 11px 12px;
    }
}

@media (max-width: 499px) {
    .pro_11a {
        padding: 10px 6px;
    }

    .padtb-88 {
        padding: 34px 0 44px;
    }

    .prode4-2sw1 {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .prode1-1 {
        margin-bottom: 30px;
    }

    .prode1-2share {
        margin-bottom: 28px;
    }

    .prode1-2a {
        padding: 11px 2px;
        font-size: 12px;
    }

    .prode2-la {
        padding: 8px 10px;
    }

    .prode1 {
        margin-bottom: 40px;
    }

    .prode4sw-chan .swiper-button-next i,
    .prode4sw-chan .swiper-button-prev i {
        font-size: 14px;
    }

    .prode5h {
        padding: 12px 12px;
    }
}

/* about */
.about {
    padding-bottom: 0;
}

.ab1 {
    position: relative;
    z-index: 12;
}

.ab1smh {
    margin-bottom: 16px;
}

.ab1smh p {
    color: #F2780C;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    text-align: center;
}

.ab1h {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab1h p {
    color: #222;
    text-align: center;
    font-family: in7;
    font-size: var(--zj-con1h);
    font-style: normal;
    line-height: calc(var(--zj-con1h) * 1.25);
    width: 1270px;
    max-width: 100%;
}

.ab1p {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ab1p p {
    color: #444;
    text-align: center;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    width: 1270px;
    max-width: 100%;
}

.ab1video {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.ab1video>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab1vico {
    position: absolute;
    --w: 72px;
    width: var(--w);
    height: var(--w);
    background: rgba(255, 255, 255, 1);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
}

.ab1vico i {
    font-size: 16px;
    color: rgba(34, 101, 168, 1);
    display: block;
}

.ab1vico>span {
    background-color: rgba(255, 255, 255, 0.4);
    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%;
}

@media (max-width: 1536px) {
    .ab1vico {
        --w: 56px;
    }
}

@media (max-width:992px) {
    .ab1video>img {
        height: 300px;
    }
}

/*  */
.ab2 {
    background: url(../img/abbg1.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0 100px;
    transform: translateY(-100px);
}

.ab2l {
    margin-bottom: 48px;
}

.ab2lico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.ab2lico img {
    width: 60px;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    background: #2265A8;
}

.ab2lh {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2lh p {
    color: #222;
    text-align: center;
    font-family: in5;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.25);
    max-width: 490px;
}

.ab2lp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2lp p {
    color: #444;
    text-align: center;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 490px;
}

.ab3 {
    padding-bottom: 70px;
}

.ab3h {
    margin-bottom: 48px;
}

.ab3h p {
    color: #222;
    text-align: center;
    font-family: in7;
    font-size: var(--zj-con1h);
    font-style: normal;
    line-height: calc(var(--zj-con1h) * 1.25);
}

.ab3u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.ab3l {
    margin-bottom: 30px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.ab3l-box {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.ab3limg {
    padding-bottom: 67%;
}

.ab3limg img {
    transition: all 0.5s ease;
}

.ab3l-box:hover .ab3limg img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .ab2 {
        padding: 180px 0 60px;
    }

    .ab2lico img {
        width: 50px;
    }

    .ab3u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ab3l {
        margin-bottom: 30px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .ab2 {
        padding: 111px 0 30px;
        transform: translateY(-48px);
    }

    .ab2l {
        width: 100%;
    }

    .ab3l {
        width: 33.333%;
    }
}

@media (max-width: 642px) {
    .ab3l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .ab1smh {
        margin-bottom: 12px;
    }

    .ab1h {
        margin-bottom: 22px;
    }

    .ab1p {
        margin-bottom: 36px;
    }

    .ab1vico {
        --w: 44px;
    }

    .ab1video>img {
        height: 224px;
    }

    .ab2 {
        padding: 94px 0 10px;
    }

    .ab2l {
        margin-bottom: 28px;
    }

    .ab2lico {
        margin-bottom: 14px;
    }

    .ab2lico img {
        width: 40px;
    }

    .ab3 {
        padding-bottom: 26px;
    }

    .ab3h {
        margin-bottom: 28px;
    }

    .ab3u {
        margin-right: calc(-.5 * 0.6rem);
        margin-left: calc(-.5 * 0.6rem);
    }

    .ab3l {
        padding-right: calc(0.6rem * .5);
        padding-left: calc(0.6rem * .5);
        margin-bottom: 12px;
    }
}

/* index kai */
/* ind_ban */
.ind-ban {
    padding-top: 126px;
}

.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: 24px;
}

@media (max-width: 767px) {
    .banner .swiper-pagination {
        bottom: 10px;
    }
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 43%;
}

.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: 43%;
    -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: 40px;
    height: 4px;
    margin: 0 8px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    transition: all 0.5s ease;
}

.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: 62px;
    }

    .banner .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
        margin: 0 4px;
    }
}

/* ind-pro */
.ind-pro {
    padding: 120px 0 140px;
}

.so1top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so1top1 p {
    color: #222;
    font-family: in7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.so1top2a {
    display: block;
    border-radius: 8px;
    background: #999;
    padding: 14px 24px;
    transition: all 0.5s ease;
}

.so1top2a:hover {
    background: #2265A8;
}

.so1top2a span {
    color: #FFF;
    font-family: in5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

/*  */
.so1sw {
    position: relative;
}

#so1sw {
    overflow: hidden;
}

.so1swbox {
    display: block;
    border-radius: 8px;
    background: #F5F5F5;
    padding: 30px 24px;
}

.so1swsmh {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.so1swsmh p {
    color: #808080;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    border-radius: 4px;
    background: #E6E6E6;
    padding: 7px;
}

.so1swh {
    margin-bottom: 30px;
}

.so1swh p {
    color: #222;
    font-family: in6;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1swimg {
    margin-bottom: 30px;
    mix-blend-mode: multiply;
    overflow: hidden;
}

.so1swimg img {
    transition: all 0.5s ease;
}

.so1swbox:hover .so1swimg img {
    transform: scale(1.08);
}

.so1swbtn span {
    color: #666;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    --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);
}

.so1swbox:hover .so1swbtn span {
    color: #2265A8;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

#so1sw .swiper-button-prev,
#so1sw .swiper-button-next {
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    background: #FFF;
    transition: all 0.5s ease;
}

#so1sw .swiper-button-prev {
    transform: rotate(90deg);
    left: -24px;
}

#so1sw .swiper-button-next {
    transform: rotate(-90deg);
    right: -24px;
}

#so1sw .swiper-button-prev:hover,
#so1sw .swiper-button-next:hover {
    border: 1px solid rgba(34, 101, 168, 1);
    background: rgba(34, 101, 168, 1);
}

#so1sw .swiper-button-prev::after,
#so1sw .swiper-button-next::after {
    content: "";
}

#so1sw .swiper-button-prev i,
#so1sw .swiper-button-next i {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    transition: all 0.5s ease;
}

#so1sw .swiper-button-prev:hover i,
#so1sw .swiper-button-next:hover i {
    color: rgba(255, 255, 255, 1);
}

/* ind-about */
.ind-about {
    background: url(../img/so2bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 140px 0 180px;
}

.so2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.so2lf {
    position: relative;
    width: 45%;
    padding-bottom: 34%;
    flex: 0 0 auto;
    overflow: initial;
}

.so2lf img {
    border-radius: 8px;
}

.so2lfab-box {
    position: absolute;
    width: 33%;
    height: 52%;
    z-index: 12;
    border-radius: 8px;
    background: #2265A8;
    padding: 5% 4%;
    right: -7%;
    bottom: -7%;
}

.so2lfab-h {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.so2lfab-h p,
.so2lfab-h span {
    color: #FFF;
    font-family: os7;
    font-size: var(--zj-so2lfab-h);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.so2lfab-p {
    margin-bottom: 48px;
}

.so2lfab-p span {
    color: #FFF;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: calc(var(--zj-ven2cona) * 1.5);
}

.so2lfab-u {
    display: flex;
    align-items: center;
}

.so2lfab-l {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid #FFF;
    backdrop-filter: blur(5px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2lfab-l:nth-child(1) {
    transform: translateX(0);
}

.so2lfab-l:nth-child(2) {
    transform: translateX(-8px);
}

.so2lfab-l:nth-child(3) {
    transform: translateX(-16px);
}

.so2lfab-l:nth-child(4) {
    transform: translateX(-24px);
}

.so2lfab-l:last-child {
    border: 1px solid #ffffff00;
}

.so2lfab-l img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.so2lfab-l i {
    font-size: 14px;
    color: #fff;
}

.so2rg {
    width: calc(55% - 150px);
}

.so2rgsmh {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.so2rgsmh::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #F2780C;
    left: 0;
    bottom: 0;
}

.so2rgsmh p {
    color: #F2780C;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.so2rgh {
    margin-bottom: 32px;
}

.so2rgh p {
    color: #222;
    font-family: in7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.so2rgp {
    margin-bottom: 92px;
}

.so2rgp p {
    color: #444;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
}

.so2rgbtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so2rga {
    display: block;
    border-radius: 8px;
    padding: 16px 24px;
    transition: all 0.5s ease;
    background: #999;
}

.so2rga:hover {
    background: #2265A8;
}

.so2rga span {
    color: #FFF;
    font-family: in5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

/* ind-choose */
.ind-choose {
    background: url(../img/so3bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    background-attachment: fixed;
}

.so3top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.so3top1smh {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.so3top1smh::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: 0;
}

.so3top1smh p {
    color: #FFF;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.so3top1h p {
    color: #FFF;
    font-family: in7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: calc(var(--zj-so1top1) * 1.25);
    max-width: 620px;
}

.so3top2p p {
    color: #FFF;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 620px;
}

.so3u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.so3l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
}

.so3l-box {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    transition: all 0.5s ease;
    padding: 40px;
    height: 100%;
}

.so3l-box:hover {
    background: #2265A8;
    border: 1px solid #2265A8;
}

.so3lico {
    margin-bottom: 32px;
}

.so3lico img {
    width: 48px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so3lh {
    margin-bottom: 20px;
}

.so3lh p {
    color: #FFF;
    font-family: in7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.so3lp p {
    color: #FFF;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/* ind-applic */
.ind-applic {
    padding: 140px 0;
}

.so4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so4lf {
    width: 40.6%;
    flex: 0 0 auto;
}

.so4lfh {
    margin-bottom: 32px;
}

.so4lfh p {
    color: #222;
    font-family: in7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.so4lfp {
    margin-bottom: 48px;
}

.so4lfp p {
    color: #444;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so4rg {
    width: calc(59.4% - 160px);
    height: 100%;
}

.so4lfbtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 94px;
}

.so4lfbtn>a {
    display: block;
    border-radius: 8px;
    background: #999;
    padding: 13px 25px;
    transition: all 0.5s ease;
}

.so4lfbtn>a:hover {
    background-color: #2265A8;
}

.so4lfbtn>a span {
    color: #FFF;
    font-family: in5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.so4lfl>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 12px;
    position: relative;
}

.so4lfl>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    left: 0;
    bottom: 0;
}

.so4lfl>a::before {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #999;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.so4lfl.on>a::before {
    background: rgba(34, 101, 168, 1);
}

.so4lfl>a span {
    color: #222;
    font-family: in7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    --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);
}

.so4lfl.on>a span {
    color: #2265A8;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so4rgimg {
    display: none;
}

.so4rgimg.on {
    display: block;
}

.so4rga {
    padding-bottom: 75%;
    overflow: hidden;
    border-radius: 8px;
}

.so4rga img {
    transition: all 0.5s ease;
}

.so4rga:hover img {
    transform: scale(1.08);
}

/* ind-news */
.ind-news {
    background: #F5F7F9;
    padding: 120px 0;
}

.so5smh {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.so5smh::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F2780C;
}

.so5smh p {
    color: #F2780C;
    text-align: center;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.so5h {
    margin-bottom: 32px;
}

.so5h p {
    color: #222;
    text-align: center;
    font-family: in7;
    font-size: var(--zj-so1top1);
    font-style: normal;
    line-height: calc(var(--zj-so1top1) * 1.25);
}

.so5p {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so5p p {
    max-width: 1270px;
    color: #444;
    text-align: center;
    font-family: in4;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so5u {
    margin-bottom: 60px;
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.so5l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.so5limgbox {
    position: relative;
    margin-bottom: 30px;
}

.so5limg {
    border-radius: 8px;
    padding-bottom: 66%;
    overflow: hidden;
}

.so5limg img {
    transition: all 0.5s ease;
}

.so5la:hover .so5limg img {
    transform: scale(1.08);
}

.so5lnum {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 12;
    border-radius: 4px;
    background: #2265A8;
    padding: 9px;
}

.so5lnum p {
    color: #FFF;
    font-family: in4;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
}

.so5lh {
    margin-bottom: 24px;
}

.so5lh p {
    color: #222;
    font-family: in7;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    min-height: calc(calc(var(--zj-ft1-1h) * 1.5) * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so5lbtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so5lbtna span {
    color: #666;
    font-family: in5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    --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);
}

.so5la:hover .so5lbtna span {
    color: #2265A8;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so5btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so5a {
    display: block;
    border-radius: 8px;
    background: #999;
    padding: 13px 25px;
    transition: all 0.5s ease;
}

.so5a:hover {
    background: #2265A8;
}

.so5a span {
    color: #FFF;
    font-family: in5;
    font-size: var(--zj-ven2conas);
    font-style: normal;
    line-height: 100%;
}

@media (max-width: 1536px) {
    .ind-pro {
        padding: 90px 0 90px;
    }

    .so1swbox {
        padding: 18px 12px;
    }

    /*  */
    .ind-about {
        padding: 80px 0 90px;
    }

    .so2lf {
        width: 48%;
    }

    .so2lfab-box {
        width: 40%;
        height: 59%;
        padding: 2% 3%;
        right: -12%;
        bottom: -12%;
    }

    .so2rgsmh {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .so2rgh {
        margin-bottom: 22px;
    }

    .so2rgp {
        margin-bottom: 60px;
    }

    /*  */
    .ind-choose {
        padding: 90px 0;
    }

    .so3top {
        margin-bottom: 40px;
    }

    .so3top1smh {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .so3u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so3l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .so3l-box {
        padding: 18px;
    }

    .so3lico {
        margin-bottom: 22px;
    }

    .so3lico img {
        width: 40px;
    }

    /*  */
    .ind-applic {
        padding: 90px 0;
    }

    .so4lfh {
        margin-bottom: 22px;
    }

    .so4lfbtn {
        margin-bottom: 74px;
    }

    .so4lfl>a {
        padding: 20px 12px;
    }

    .so4rg {
        width: calc(59.4% - 110px);
    }

    /*  */
    .ind-news {
        padding: 86px 0;
    }

    .so5smh {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .so5h {
        margin-bottom: 22px;
    }

    .so5p {
        margin-bottom: 50px;
    }

    .so5u {
        margin-bottom: 40px;
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so5l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

@media (max-width: 992px) {
    .so1top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so1top1 {
        margin-bottom: 20px;
    }

    /*  */
    .so2 {
        flex-direction: column-reverse;
    }

    .so2lf {
        width: 100%;
        height: 350px;
    }

    .so2rg {
        width: 100%;
        margin-bottom: 40px;
    }

    .so2lfab-box {
        height: 65%;
        padding: 2% 3%;
        right: -2%;
        bottom: -16%;
    }

    /*  */
    .so3top {
        align-items: flex-start;
        flex-direction: column;
    }

    .so3top1 {
        margin-bottom: 20px;
    }

    .so3l {
        width: 50%;
        margin-bottom: 20px;
    }

    /*  */
    .so4 {
        flex-direction: column;
    }

    .so4lf {
        width: 100%;
        margin-bottom: 20px;
    }

    .so4rg {
        width: 100%;
    }

    /*  */
    .so5l {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 499px) {
    .ind-pro {
        padding: 40px 0 44px;
    }

    .so1top {
        margin-bottom: 40px;
    }

    .so1top2a {
        padding: 8px;
    }

    #so1sw .swiper-button-prev,
    #so1sw .swiper-button-next {
        --w: 40px;
    }

    #so1sw .swiper-button-prev {
        left: -10px;
    }

    #so1sw .swiper-button-next {
        right: -10px;
    }

    /*  */
    .ind-about {
        padding: 44px 0 72px;
    }

    .so2lf {
        height: 260px;
    }

    .so2lfab-p {
        margin-bottom: 16px;
    }

    .so2lfab-box {
        width: 56%;
        height: 56%;
        bottom: -22%;
    }

    .so2lfab-h {
        margin-bottom: 12px;
    }

    .so2lfab-l {
        --w: 34px;
    }

    .so2rgp {
        margin-bottom: 40px;
    }

    .so2rga {
        padding: 8px;
    }

    /*  */
    .ind-choose {
        padding: 46px 0 26px;
    }

    .so3l {
        margin-bottom: 16px;
        width: 100%;
    }

    .so3l-box {
        padding: 14px;
    }

    .so3lico img {
        width: 32px;
    }

    /*  */
    .ind-applic {
        padding: 40px 0;
    }

    .so4lfh {
        margin-bottom: 18px;
    }

    .so4lfbtn>a {
        padding: 8px;
    }

    .so4lfp {
        margin-bottom: 28px;
    }

    .so4lfbtn {
        margin-bottom: 34px;
    }

    .so4lfl>a {
        padding: 14px 12px;
    }

    /*  */
    .ind-news {
        padding: 40px 0;
    }

    .so5h {
        margin-bottom: 18px;
    }

    .so5p {
        margin-bottom: 30px;
    }

    .so5l {
        width: 100%;
        margin-bottom: 30px;
    }

    .so5limgbox {
        margin-bottom: 14px;
    }

    .so5lh {
        margin-bottom: 14px;
    }

    .so5u {
        margin-bottom: 12px;
    }

    .so5a {
        padding: 8px;
    }
}

.pro2-1l1a>a {
    width: calc(100% - 16px);
    flex: 0 0 auto;
}

.pro2-1l1a i {
    cursor: pointer;
}