/* 池野。 tel/wchat:18720248770 2.20 */
#ventricle {
    transition: all 0.5s ease;
    background: #FFFFFF;
}

#ventricle::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(217, 217, 217, 0.65);
}

.ventricle {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

#ventricle .venSack {
    display: flex;
    justify-content: space-between;
}

#ventricle .venSack .venLf .venLogo {
    padding: 16px 0 12px;
}

#ventricle .venSack .venLf .venLogo>a {
    display: flex;
    width: max-content;
    position: relative;
}

#ventricle .venSack .venLf .venLogo>a img {
    width: 122px;
    max-width: 100%;
    transition: all 0.5s ease;
}

#ventricle .venSack .venRg {
    display: flex;
    justify-content: flex-end;
}

#ventricle .venSack .venRg .venList .venUl {
    display: flex;
    align-items: center;
    height: 100%;
}

#ventricle .venSack .venRg .venList .venUl .venLi {
    margin-right: 3.8vw;
    /* esp */
    margin-right: 1.8vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#ventricle .venSack .venRg .venList .venUl .venLi::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #3EA1A9;
    z-index: 6;
    transition: all 0.5s ease;
}

#ventricle .venSack .venRg .venList .venUl .venLi:hover:after {
    width: 100%;
}

#ventricle .venSack .venRg .venList .venUl .venLi.on::after {
    width: 100%;
}

#ventricle .venSack .venRg .venList .venUl .venLi .venLibox>a {
    display: flex;
    align-items: center;
    /* height: 100%; */
    overflow: hidden;
    position: relative;
}

#ventricle .venSack .venRg .venList .venUl .venLi .venLibox>a p {
    color: #101010;
    transition: all 0.5s ease;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

#ventricle .venSack .venRg .venList .venUl .venLi:hover .venLibox>a p {
    color: #3EA1A9;
}

#ventricle .venSack .venRg .venList .venUl .venLi.on .venLibox>a p {
    color: #3EA1A9;
}

/*  */
.venLiSu {
    position: fixed;
    top: 88.5px;
    left: 0;
    width: 100%;
    background: #F5F5F5;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.venLi:hover .venLiSu {
    opacity: 1 !important;
    max-height: 500px !important;
    transition: all 0.8s ease;
}

.venLiSuSa {
    display: flex;
    width: 56%;
    margin: auto;
    padding: 36px 0 38px;
    position: relative;
}

.venLiSuSa::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    left: 0;
    top: 0;
}

.venLiSuP {
    padding: 10px 0;
    padding-left: 6px;
    position: relative;
}

.venLiSuP::after {
    width: 2px;
    position: absolute;
    content: "";
    height: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #3EA1A9;
    z-index: 12;
}

.venLiSuP p {
    color: #3EA1A9;
    font-family: Mott6;
    font-size: var(--zj-soTiP1);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.venLiSu1 {
    width: 20%;
    flex: 0 0 auto;
}

.venLiSu2 {
    width: 80%;
    flex: 0 0 auto;
}

.venLiSuU {
    margin-right: calc(-.5* 3rem);
    margin-left: calc(-.5* 3rem);
}

.venLiSuL {
    margin-bottom: 32px;
    padding-right: calc(3rem* .5);
    padding-left: calc(3rem* .5);
}

.venLiSuLA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px 20px;
}

.venLiSuLA::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #D9D9D9;
}

.venLiSuLA::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #3EA1A9;
    z-index: 12;
    transition: all 0.5s ease;
}

.venLiSuLA:hover:before {
    width: 100%;
}

.venLiSuL.on .venLiSuLA::before {
    width: 100%;
}

.venLiSuLA p {
    color: #666;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.venLiSuLA:hover p {
    color: #3EA1A9;
}

.venLiSuL.on .venLiSuLA p {
    color: #3EA1A9;
}

.venLiSuLAI {
    width: 10px;
    position: relative;
    flex: 0 0 auto;
}

.venLiSuLAI img {
    width: 100%;
    transition: all 0.5s ease;
}

.venLiSuLAI img:nth-child(2) {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.venLiSuLA:hover .venLiSuLAI img:nth-child(1) {
    opacity: 0;
}

.venLiSuLA:hover .venLiSuLAI img:nth-child(2) {
    opacity: 1;
}

.venLiSuL.on .venLiSuLA .venLiSuLAI img:nth-child(1) {
    opacity: 0;
}

.venLiSuL.on .venLiSuLA .venLiSuLAI img:nth-child(2) {
    opacity: 1;
}

@media (max-width: 1536px) {
    .venLiSu {
        top: 77.6px;
    }

    .venLiSuSa {
        width: 76%;
    }

    /* esp */
    #ventricle .venSack .venRg .venList .venUl .venLi .venLibox>a p {
        font-size: 14px;
    }
}

@keyframes fadeInUp11 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 10%);
        transform: translate(-50%, 10%);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

/*  */
#ventricle .venRg_02 {
    display: flex;
    align-items: stretch;
}

#ventricle .venLang {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.68vw;
    position: relative;
}

#ventricle .venLang::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #D9D9D9;
}

#ventricle .venLang .venLangA {
    display: flex;
    align-items: center;
}

#ventricle .venLang .venLangA p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-left: 14px;
    margin-right: 12px;
}

#ventricle .venLang .venLangA img:first-of-type {
    width: 22px;
}

#ventricle .venLang .venLangA img:last-of-type {
    width: 10px;
}

#ventricle .venSe {
    background: #3EA1A9;
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 4.62vw;
    width: var(--w);
    position: relative;
    z-index: 6;
}

#ventricle .venSe .venSeIco img {
    width: 23px;
}

/*  */
#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: var(--zj-busKing-ff);
    transition: all .5s;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: 0px;
    transform: translateY(50%) rotate(46deg);
}

#venPho .venPhoSack.on::after {
    margin-top: 0px;
    transform: translateY(0%) rotate(-46deg);
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: var(--zj-busKing-ff);
    transition: all .5s;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1536px) {
    #ventricle .venSack .venLf .venLogo>a img {
        width: 100px;
    }

    #ventricle .venSack .venRg .venList .venUl .venLi {
        margin-right: 2.4vw;
        /* esp */
        margin-right: 0.8vw;
    }

    #ventricle .venLang {
        padding: 0 1.4vw;
    }
}

@media (max-width: 1120px) {
    .venList {
        display: none;
    }

    #venPho {
        display: block;
    }

    #ventricle .venSe {
        --w: 6.62vw;
    }
}

@media (max-width: 499px) {
    #ventricle .venSack .venLf .venLogo {
        padding: 10px 0 6px;
    }

    #ventricle .venSack .venLf .venLogo>a img {
        width: 78px;
    }

    #ventricle .venLang .venLangA p {
        margin-left: 8px;
        margin-right: 6px;
    }

    #ventricle .venSe {
        --w: 8.62vw;
    }

    #ventricle .venSe .venSeIco img {
        width: 18px;
    }
}

.soSw {
    position: relative;
    overflow: hidden;
}

#soSwOn {
    overflow: hidden;
}

#soSwOn .soSwImg {
    display: block;
    overflow: hidden;
}

#soSwOn .soSwImg>* {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

#soSwOn .soSwImg>img {
    transition: transform 5s ease;
    transform: scale(1);
}

#soSwOn .swiper-slide-active .soSwImg img {
    transform: scale(1);
}

#soSwOn .soSwCo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% - 66px);
}

#soSwOn .soSwT {
    margin-bottom: 30px;
}

#soSwOn .soSwT p {
    color: #3EA1A9;
    font-family: Mott5;
    font-size: var(--zj-soSwT);
    font-style: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
    width: 1108px;
    max-width: 100%;
}

#soSwOn .soSwP1 {
    margin-bottom: 50px;
}

#soSwOn .soSwP1 p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwP1);
    font-style: normal;
    line-height: calc(var(--zj-soSwP1) * 1.5);
    text-transform: capitalize;
    width: 836px;
    max-width: 100%;
}

.soSwA {
    display: flex;
}

.soSwAT {
    position: relative;
    background: #101010;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    padding: 13px 46px;
}

.soSwAT::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #3EA1A9;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 100% 50%;
    transform: scaleX(0);
    z-index: 6;
}

.soSwAT:hover::before {
    transform: none;
    transform-origin: 0% 50%
}

.soSwAT .soSwASp1 {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    z-index: 12;
    margin-right: 10px;
}

.soSwAT .soSwASp2 {
    overflow: hidden;
    transform: rotate(-45deg);
    display: block;
    position: relative;
    z-index: 12;
}

.soSwAT:hover .soSwASp2 svg {
    animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.soSwU1 {
    width: 930px;
    padding-top: 58px;
}

.soSwU1 .soSwUl .soSwli {
    margin-bottom: 60px;
}

.soSwU1 .soSwUl .soSwliS {
    display: flex;
    align-items: center;
}

.soSwU1 .soSwUl .soSwliI {
    margin-right: 16px;
}

.soSwU1 .soSwUl .soSwliI img {
    width: 58px;
}

.soSwU1 .soSwUl .soSwliP p {
    -webkit-text-stroke-width: 0.35px;
    -webkit-text-stroke-color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwP1);
    font-style: italic;
    line-height: calc(var(--zj-soSwP1) * 1.5);
    text-transform: capitalize;
}

.soSwP2 {
    border-radius: 2px;
    background: #3EA1A9;
    padding: 8px 12px;
    width: 822px;
    max-width: 100%;
}

.soSwP2 {
    margin-bottom: 24px;
}

.soSwP2 p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-soSwP2);
    font-style: normal;
    line-height: calc(var(--zj-soSwP2) * 1.36);
    text-transform: capitalize;
}

.soSwP3 {
    display: flex;
    align-items: center;
}

.soSwP3 svg {
    width: 48px;
    margin-right: 14px;
    flex: 0 0 auto;
}

.soSwP3 {
    margin-bottom: 26px;
}

.soSwP3 p {
    color: #101010;
    -webkit-text-stroke-width: 0.35px;
    -webkit-text-stroke-color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwP1);
    font-style: italic;
    line-height: calc(var(--zj-soSwP1) * 1.5);
    text-transform: capitalize;
    max-width: 594px;
}

.soSwU2 {
    display: flex;
    align-items: center;
    margin-top: 72px;
}

.soSwU2 .soSwUl {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #3EA1A9;
    margin-right: 16px;
}

.soSwU2 .soSwUl img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.soSwNum {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 54px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 6;
}

.soSwNum>span {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.soSwNum .swiper-button-line {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    display: flex;
    height: 1px;
    margin: 0 8px;
}

.soSwNum .swiper-button-line span {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    height: 2px;
    top: 0;
    display: block;
    align-items: center;
    background-color: #D9D9D9;
}

.soSwNum>aside span::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #FFF;
}

.soSwNum>aside span.swiper-pagination-bullet-active::after {
    width: 100%;
    transition: all 5s ease;
}

/*  */
.soSwNum .swiper-button-prev,
.soSwNum .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0 !important;
}

.soSwNum .swiper-button-prev {
    margin-right: 22px;
}

.soSwNum .swiper-button-next {
    margin-left: 22px;
}

.soSwNum .swiper-button-prev::after,
.soSwNum .swiper-button-next::after {
    font-size: 16px;
    color: #FFF;
    font-weight: bolder;
}

@media (max-width: 1536px) {
    #soSwOn .soSwT {
        margin-bottom: 20px;
    }

    #soSwOn .soSwP1 {
        margin-bottom: 40px;
    }

    .soSwU1 {
        max-width: 100%;
        padding-top: 48px;
    }

    .soSwU1 .soSwUl .soSwli {
        margin-bottom: 36px;
    }

    .soSwU1 .soSwUl .soSwliI {
        margin-right: 10px;
    }

    .soSwU1 .soSwUl .soSwliI img {
        width: 44px;
    }

    .soSwP3 svg {
        width: 44px;
        margin-right: 10px;
    }

    .soSwU2 {
        margin-top: 62px;
    }

    .soSwU2 .soSwUl {
        width: 148px;
        margin-right: 10px;
    }

    .soSwNum .swiper-button-prev {
        margin-right: 4px;
    }

    .soSwNum .swiper-button-line {
        width: 60px;
    }

    .soSwNum .swiper-button-next {
        margin-left: 4px;
    }
}

@media (max-width: 992px) {
    #soSwOn .soSwT {
        margin-bottom: 10px;
    }

    #soSwOn .soSwP1 {
        margin-bottom: 30px;
    }

    .soSwU1 {
        padding-top: 38px;
    }

    .soSwU1 .soSwUl .soSwli {
        margin-bottom: 26px;
    }

    .soSwU1 .soSwUl .soSwliI img {
        width: 32px;
    }

    .soSwP3 svg {
        width: 32px;
    }

    .soSwU2 {
        margin-top: 52px;
    }

    .soSwU2 .soSwUl {
        width: 120px;
        margin-right: 8px;
        border: 1px solid #3EA1A9;
    }
}

@media (max-width: 642px) {
    .soSwU1 .soSwUl .soSwli {
        width: 100%;
        margin-bottom: 8px;
    }

    #soSwOn .soSwP1 {
        display: none;
    }

    #soSwOn .soSwA {
        width: 180px;
        /* esp */
        width: 212px;
        margin-top: 30px;
    }

    .soSwAT {
        padding: 10px 28px;
    }
}

@media (max-width: 499px) {
    #soSwOn .soSwCo {
        top: calc(50% - 110px);
    }

    .soSwP2 {
        margin-bottom: 16px;
    }

    .soSwP3 {
        margin-bottom: 20px;
    }

    .soSwU2 {
        margin-top: 34px;
    }

    .soSwNum {
        bottom: 12px;
    }

    .soSwNum .swiper-button-prev::after,
    .soSwNum .swiper-button-next::after {
        font-size: 13px;
    }

    .soSwNum .swiper-button-prev {
        margin-right: 0;
    }

    .soSwNum .swiper-button-line {
        width: 54px;
        margin: 0 5px;
    }

    .soSwNum .swiper-button-next {
        margin-left: 0;
    }

    .soSwAT {
        padding: 6px 18px;
    }
}

.so1 .soTi {
    padding-top: 120px;
    padding-bottom: 66px;
}

.soTi p {
    color: #101010;
    /* text-align: center; */
    font-family: Mott5;
    font-size: var(--zj-soTiP);
    font-style: normal;
    line-height: normal;
}

.so1 {
    background: #F5F5F5;
}

.so1U {
    display: flex;
    flex-wrap: wrap;
    background: url(../images/so1bgback.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.so1U .so1L {
    width: 20%;
    border: 0.5px solid rgba(255, 255, 255, 0.30);
    overflow: hidden;
}

.so1U .so1LSp {
    position: relative;
}

.so1U .so1L .so1LA {
    display: block;
    position: relative;
}

.so1U .so1L .so1LA .so1LIMG {
    opacity: 0;
    transition: all 0.5s ease;
}

.so1U .so1L .so1LA:hover .so1LIMG {
    opacity: 1;
}

.so1U .so1L .so1LA .so1LIMG img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1;
}

.so1LNum {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    transition: all 0.5s ease;
}

.so1LA:hover .so1LNum {
    opacity: 0;
}

.so1LNum p {
    color: rgba(255, 255, 255, 0.20);
    text-align: center;
    font-family: Mott6;
    font-size: var(--zj-so1LNum);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.so1LCon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    /* esp */
    width: 235px;
    max-width: 100%;
    transition: all 0.5s ease;
}

.so1LSb .so1LCon {
    top: 62%;
}

.so1LA:hover .so1LCon {
    top: 50%;
}

.so1LP p {
    color: #FFF;
    text-align: center;
    font-family: Mott4;
    font-size: var(--zj-pro1T);
    font-style: normal;
    line-height: calc(var(--zj-pro1T) * 1.06);
}

.so1LSb .so1LB {
    margin-top: 40px;
    transition: all 0.5s ease;
    opacity: 0;
}

.so1LA:hover .so1LB {
    opacity: 1;
}

.so1LB .soSwAT {
    background: #3EA1A9;
    padding: 13px 36px;
    /* esp */
    padding: 13px 2px;
}

@media (max-width: 1536px) {
    .so1 .soTi {
        padding-top: 74px;
        padding-bottom: 46px;
    }

    .so1LSb .so1LB {
        margin-top: 28px;
    }
}

@media (max-width: 1080px) {
    .so1U .so1L {
        width: 25%;
    }
}

@media (max-width:992px) {
    .so1U .so1L {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .so1U .so1L {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .so1LNum {
        bottom: -8px;
    }

    .so1LNum p {
        font-size: 46px;
    }

    .so1LSb .so1LB {
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .so1LB .soSwAT {
        padding: 8px 22px;
    }

    /* esp */
    .so1LB .soSwAT {
        padding: 8px 8px;
    }

    /* esp */
    .soSwAT .soSwASp1 {
        margin-right: 2px;
    }

    .so1 .soTi {
        padding-top: 40px;
        padding-bottom: 22px;
    }

    .so1LB {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.so2 {
    background: #F5F5F5;
    padding-top: 160px;
    padding-bottom: 134px;
}

.so2Sa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 76px !important;
}

.so2_2 {
    position: relative;
    width: 132px;
}

#so2SwLf,
#so2SwRg,
#tex5SwLf,
#tex5SwRg {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(62, 161, 169, 0.45);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.5s ease;
}

#so2SwLf:hover,
#so2SwRg:hover,
#tex5SwLf:hover,
#tex5SwRg:hover {
    background: #3EA1A9;
}

#so2SwLf::after,
#so2SwRg::after,
#tex5SwLf::after,
#tex5SwRg::after {
    color: #3EA1A9;
    font-size: 14px;
    transition: all 0.5s ease;
}

#so2SwLf:hover:after,
#so2SwRg:hover:after,
#tex5SwLf:hover:after,
#tex5SwRg:hover:after {
    color: #FFF;
}

#so2SwLf,
#tex5SwLf {
    left: 0;
}

#so2SwRg,
#tex5SwRg {
    right: 0;
}

.so2Sw {
    position: relative;
}

#so2Sw {
    overflow-x: hidden;
}

.so2SwA {
    transition: all 0.5s ease;
    display: block;
}

.so2SwA:hover {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.so2SwImg {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.so2SwImg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
    aspect-ratio: 4 / 3;
}

.so2SwA:hover .so2SwImg img {
    transform: scale(1.08);
}

.so2SwImC {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px 0px 50px 0px;
    background: #3EA1A9;
    padding: 10px 32px 10px 12px;
}

.so2SwImC p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
}

.so2SwC {
    background: #fff;
    padding: 38px 38px 32px;
}

.so2SwP {
    margin-bottom: 38px;
}

.so2SwP p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: calc(var(--zj-soSwB) + 4px);
    min-height: calc(calc(var(--zj-soSwB) + 4px) * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so2SwA:hover .so2SwP p {
    color: #3EA1A9;
}

@media (max-width: 1536px) {
    .so2 {
        padding-top: 84px;
        padding-bottom: 90px;
    }

    .so2Sa {
        margin-bottom: 48px !important;
    }

    .so2_2 {
        width: 92px;
    }

    .so2SwC {
        padding: 22px 22px 18px;
    }

    .so2SwP {
        margin-bottom: 26px;
    }

    #so2SwLf,
    #so2SwRg,
    #tex5SwLf,
    #tex5SwRg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 499px) {

    #so2SwLf,
    #so2SwRg,
    #tex5SwLf,
    #tex5SwRg {
        width: 32px;
        height: 32px;
    }

    .so2 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .so2_2 {
        width: 93px;
        height: 32px;
        margin-top: 10px;
    }

    .so2Sa {
        margin-bottom: 28px !important;
    }
}

.so3 {
    background: url(../images/so3bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.so3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10%;
    left: 0;
    bottom: 0;
    background: #FFF;
}

.so3Co {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 156px;
    padding-top: 156px;
}

.so3CoB {
    width: 52%;
    flex: 0 0 auto;
}

.so3Ti {
    margin-bottom: 30px;
}

.so3Ti p {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-soTiP);
    font-style: normal;
    line-height: normal;
}

.so3H {
    margin-bottom: 20px;
}

.so3H p {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-so3H);
    font-style: normal;
    line-height: normal;
}

.so3P {
    margin-bottom: 46px;
}

.so3P p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: calc(var(--zj-ven1) * 1.87);
}

.so3TiA {
    display: flex;
}

.so3 .soSwAT {
    background: #3EA1A9;
}

.so3U {
    margin-right: calc(-.5* 1.6rem);
    margin-left: calc(-.5* 1.6rem);
    position: relative;
    z-index: 12;
}

.so3L {
    padding-right: calc(1.6rem* .5);
    padding-left: calc(1.6rem* .5);
}

.so3LSa {
    border-radius: 10px;
    background: #3EA1A9;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 68px 40px;
    height: 100%;
}

.so3LC p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ft02T);
    font-style: normal;
    line-height: normal;
}

.so3LImg {
    margin-left: 42px;
    flex: 0 0 auto;
    width: 65px;
}

.so3LImg svg {
    width: 100%;
}

.so3Bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 20%);
    background: #fff;
    z-index: 14;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    pointer-events: none;
}

.so3Bg.on {
    opacity: 0;
}

.so3BgP {
    transition: all 0.3s ease;
}

.so3Bg.on .so3BgP {
    transform: translateY(-30%);
}

.so3BgP p {
    color: #3EA1A9;
    font-family: Mott5;
    font-size: var(--zj-so3BgP);
    font-style: normal;
    line-height: normal;
    text-align: center;
}

.so3BgP p span {
    color: #000B23;
}

@media (max-width: 1536px) {
    .so3CoB {
        width: 64%;
    }

    .so3Ti {
        margin-bottom: 20px;
    }

    .so3H {
        margin-bottom: 12px;
    }

    .so3P {
        margin-bottom: 36px;
    }

    .so3Co {
        margin-bottom: 90px;
        padding-top: 88px;
    }

    .so3LSa {
        padding: 40px 12px;
    }

    .so3LImg {
        margin-left: 14px;
        width: 46px;
    }
}

@media (max-width: 992px) {
    .so3CoB {
        width: 100%;
    }

    .so3::after {
        display: none;
    }

    .so3U {
        padding-bottom: 40px;
    }

}

@media (max-width: 850px) {
    .so3L {
        width: 100%;
        margin-bottom: 20px;
    }

    .so3LSa {
        padding: 14px 12px;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    .so3LImg {
        margin-left: 0;
        margin-right: 12px;
    }
}

@media (max-width: 499px) {
    .so3BgP p {
        font-size: 28px;
    }

    .so3L {
        margin-bottom: 14px;
    }

    .so3U {
        padding-bottom: 26px;
    }

    .so3Co {
        margin-bottom: 58px;
        padding-top: 130px;
    }

    .so3P {
        margin-bottom: 22px;
    }

    .so3P p {
        line-height: calc(var(--zj-ven1)* 1.47);
    }

    .so3LImg {
        width: 36px;
    }
}

.so4 {
    background: url(../images/so4bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 138px;
    padding-bottom: 146px;
}

.so4_1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
}

.so4_1T {
    width: 46%;
    flex: 0 0 auto;
}

.so4_1T p {
    color: #101010;
    font-family: Mott5;
    font-size: var(--zj-soTiP);
    font-style: normal;
    line-height: normal;
}

.so4_1P {
    display: flex;
    justify-content: flex-end;
    width: 52%;
    flex: 0 0 auto;
}

.so4_1P p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: calc(var(--zj-ven1) * 1.75);
    width: 670px;
    max-width: 100%;
}

.so4_2 {
    position: relative;
    transition: all 0.5s ease;
}

.so4_2:hover {
    cursor: none;
}

#so4Sw {
    overflow: hidden;
}

.so4SwA {
    display: block;
    transition: all 0.5s ease;
}

.so4SwA:hover {
    cursor: none;
}

.so4SwImg {
    position: relative;
}

.so4SwImg img {
    width: 100%;
}

.so4SwImC {
    position: absolute;
    left: 4.4%;
    bottom: 8%;
    opacity: 0;
    transition: all 0.5s ease;
}

.swiper-slide-active .so4SwImC {
    bottom: 10%;
    opacity: 1;
}

.so4SwImC p {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-soTiP1);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.bra_02Ba {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    --wid: 60px;
    width: var(--wid);
    height: var(--wid);
    margin: calc(var(--wid) / -2) 0 0 calc(var(--wid) / -2);
    will-change: transform;
    z-index: 2;
}

.bra_02Ba .bra_02BaSa {
    position: relative;
    opacity: 0;
}

.bra_02Ba .bra_02BaSa img {
    width: 100%;
}

.bra_02Ba.on .bra_02BaSa {
    opacity: 1;
    transition: all .8s ease;
}

.bra_02Ba .bra_02BaSa svg {
    width: 100%;
}

@media (max-width: 1536px) {
    .so4 {
        padding-top: 100px;
        padding-bottom: 78px;
    }

    .so4_1 {
        margin-bottom: 44px;
    }

    .so4SwImC {
        bottom: 4%;
    }

    .swiper-slide-active .so4SwImC {
        bottom: 6%;
    }

    .bra_02Ba {
        --wid: 40px;
    }
}

@media (max-width: 992px) {
    .so4_1 {
        flex-direction: column;
    }

    .so4_1T {
        width: 100%;
        margin-bottom: 20px;
    }

    .so4_1P {
        width: 100%;
        justify-content: flex-start;
    }

    .bra_02Ba {
        --wid: 30px;
    }
}

@media (max-width: 499px) {
    .so4 {
        padding-top: 44px;
        padding-bottom: 48px;
    }

    .so4_1 {
        margin-bottom: 28px;
    }

    .so4_1T {
        margin-bottom: 14px;
    }
}

.so6 {
    padding-top: 126px;
    padding-bottom: 110px;
}

.so6Sa1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 84px;
}

.so6U {
    margin-right: calc(-.5* 1.6rem);
    margin-left: calc(-.5* 1.6rem);
}

.so6L {
    padding-right: calc(1.6rem* .5);
    padding-left: calc(1.6rem* .5);
}

.so6LIM {
    overflow: hidden;
    margin-bottom: 16px;
}

.so6LIM img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
    aspect-ratio: 3 / 2;
}

.so6LSa:hover .so6LIM img {
    transform: scale(1.08);
}

.so6LTime {
    margin-bottom: 28px;
}

.so6LTime p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.so6LH {
    margin-bottom: 66px;
}

.so6LH p {
    color: #101010;
    font-family: Mott5;
    font-size: var(--zj-soTiP1);
    font-style: normal;
    line-height: calc(var(--zj-soTiP1) * 1.333);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so6LSa:hover .so6LH p {
    color: #3EA1A9;
}

/*  */
.soSwAT1 {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.soSwAT1 .soSwA1Sp1 {
    color: #3EA1A9;
    text-align: center;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 10px;
    --size: 1px;
    --color: #3EA1A9;
    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;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.soSwAT1:hover .soSwA1Sp1 {
    background-size: 100% var(--size);
    background-position-x: 0%;
}

.soSwAT1 {
    width: max-content;
}

.soSwAT1 .soSwA1Sp2 {
    overflow: hidden;
    transform: rotate(-45deg);
    display: block;
    position: relative;
    z-index: 12;
}

.soSwAT1:hover .soSwA1Sp2 svg {
    animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1536px) {
    .so6 {
        padding-top: 72px;
        padding-bottom: 80px;
    }

    .so6Sa1 {
        margin-bottom: 40px;
    }

    .so6U {
        margin-right: calc(-.5* 1.2rem);
        margin-left: calc(-.5* 1.2rem);
    }

    .so6L {
        padding-right: calc(1.2rem* .5);
        padding-left: calc(1.2rem* .5);
    }

    .so6LIM {
        margin-bottom: 10px;
    }

    .so6LH {
        margin-bottom: 34px;
    }

    .so6LTime {
        margin-bottom: 8px;
    }
}

@media (max-width: 992px) {
    .so6L {
        width: 50%;
    }

    .so6L:last-child {
        display: none;
    }
}

@media (max-width: 642px) {
    .so6L {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .so6 {
        padding-top: 46px;
        padding-bottom: 44px;
    }
}

.so7 {
    background: url(../images/so7bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

.so7 .so7Sa {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so7_1 {
    padding-right: 12px;
}

.so7_1T {
    margin-bottom: 22px;
}

.so7_1T p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-soSwT);
    font-style: normal;
    line-height: normal;
    width: 650px;
    max-width: 100%;
}

.so7_1P p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-soSwP1);
    font-style: normal;
    line-height: calc(var(--zj-soSwP1) * 1.6);
    width: 586px;
    max-width: 100%;
}

.so7_2 {
    flex: 0 0 auto;
}

.so7 .soSwAT {
    background: #3EA1A9;
}

@media (max-width: 1536px) {
    .so7 {
        padding: 76px 0;
    }
}

@media (max-width: 950px) {
    .so7 {
        padding: 50px 0;
    }

    .so7 .so7Sa {
        flex-direction: column;
    }

    .so7_1 {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .so7_2 {
        width: 100%;
        display: flex;
    }
}

@media (max-width: 499px) {
    .so7 {
        padding: 30px 0;
    }

    .so7_1T {
        margin-bottom: 8px;
    }

    .so7_1 {
        margin-bottom: 18px;
    }
}

/* -------------------------------------------------------------------------------------------------------- */
@keyframes zoombig {
    0% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.subBan {
    position: relative;
    overflow: hidden;
}

.subImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: zoombig 3s forwards linear;
}

.subText {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.subTi h2 {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-soSwT);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.subNavS {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.subNavS .subNav .breadcrumb .breadcrumb-item,
.subNavS .subNav .breadcrumb .breadcrumb-item::before,
.subNavS .subNav .breadcrumb .breadcrumb-item a {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: normal;
}

/*  */
.subPag {
    display: flex;
    justify-content: center;
}

.subPag .pagination .page-item {
    margin: 0 7px;
}

.subPag .pagination .page-item a {
    color: #101010;
    font-family: Mott4;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    background: #FFF;
    border-radius: 50%;
    border: none;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.subPag .pagination .page-item:hover a {
    color: #FFF;
    background: #3EA1A9;
}

.subPag .pagination .page-item.active a {
    color: #FFF;
    background: #3EA1A9;
}

@media (max-width: 1536px) {
    .subImg img {
        height: 434px;
        object-fit: cover;
        object-position: center;
    }

    .subText {
        top: 52%;
    }

    .subNavS {
        bottom: 16px;
    }

    .subPag .pagination .page-item {
        margin: 0 4px;
    }

    .subPag .pagination .page-item a {
        font-size: 14px;
        --w: 30px;
    }
}

@media (max-width: 499px) {
    .subImg img {
        height: 286px;
    }

    .subNavS {
        bottom: 0px;
    }
}

.proSa {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 120px;
    padding-bottom: 150px;
}

.pro1 {
    width: 23.66%;
    flex: 0 0 auto;
    position: sticky;
    top: 104px;
}

.pro1T {
    background: #3EA1A9;
    padding: 18px 20px;
}

.pro1T p {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-pro1T);
    font-style: normal;
    line-height: normal;
}

.pro1U {
    background: #F5F5F5;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 25px 30px 30px 22px;
    margin-bottom: 14px;
}

.pro1L {
    margin-bottom: 7px;
}

.pro1L:last-child {
    margin-bottom: 0;
}

.pro1LA {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.pro1LA>p {
    display: flex;
    align-items: center;
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwP1);
    font-style: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.pro1LA:hover>p {
    color: #3EA1A9;
}

.pro1L.on .pro1LA>p {
    color: #3EA1A9;
    padding-right: 12px;
}

.pro1LA>p span {
    display: inline-block;
    position: relative;
    width: 8px;
    height: 1px;
    background: #101010;
    flex: 0 0 auto;
    margin-right: 5px;
    transition: all 0.5s ease;
}

.pro1LA:hover>p span {
    background: #3EA1A9;
}

.pro1L.on .pro1LA>p span {
    background: #3EA1A9;
}

.pro1LA>svg {
    transition: all 0.5s ease;
}

.pro1LA:hover>svg {
    fill: #3EA1A9;
}

.pro1L.on .pro1LA>svg {
    fill: #3EA1A9;
    flex: 0 0 auto;
}

.pro1Adv {
    background: url(../images/pro1advbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 10px 16px;
}

.pro1AdvH {
    margin-bottom: 8px;
}

.pro1AdvH p {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-soSwP1);
    font-style: normal;
    line-height: normal;
}

.pro1AdvP {
    margin-bottom: 32px;
}

.pro1AdvP p {
    color: #FFF;
    font-family: Mott3;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: -0.16px;
}

.pro1AdvA {
    display: flex;
}

.pro1AdvA .soSwAT {
    background: #3EA1A9;
}

.pro2 {
    width: 73.4%;
    flex: 0 0 auto;
}

.pro2T {
    padding: 18px 0;
    margin-bottom: 16px;
}

.pro2T p {
    color: #101010;
    font-family: Mott5;
    font-size: var(--zj-pro1T);
    font-style: normal;
    line-height: normal;
}

.pro2U {
    margin-bottom: 46px;
}

.pro2L {
    margin-bottom: 24px;
}

.pro2LA {
    padding: 14px 15px 20px;
    background: #F5F5F5;
    display: block;
    height: 100%;
}

.pro2LIm {
    margin-bottom: 24px;
    overflow: hidden;
}

.pro2LIm img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.pro2LA:hover .pro2LIm img {
    transform: scale(1.08);
}

.pro2LT {
    padding: 0 8px;
}

.pro2LT p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    transition: all 0.5s ease;
}

.pro2LA:hover .pro2LT p {
    color: #3EA1A9;
}

@media (max-width: 1536px) {
    .pro1U {
        padding: 16px 20px 20px 12px;
    }

    .pro1T {
        padding: 10px 12px;
    }

    .pro1 {
        width: 24.66%;
    }

    .pro2T {
        padding: 9px 0;
        margin-bottom: 12px;
    }

    .pro1Adv .soSwAT {
        padding: 13px 30px;
    }

    .proSa {
        padding-top: 72px;
        padding-bottom: 96px;
    }

    .pro2U {
        margin-right: calc(-.5* 1rem);
        margin-left: calc(-.5* 1rem);
        margin-bottom: 26px;
    }

    .pro2L {
        padding-right: calc(1rem* .5);
        padding-left: calc(1rem* .5);
    }

    .pro2LA {
        padding: 10px 11px 16px;
    }
}

@media (max-width: 992px) {
    .proSa {
        flex-direction: column;
    }

    .pro1 {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .pro2 {
        width: 100%;
    }

    .pro2L {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .pro2L {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .proSa {
        padding-top: 40px;
        padding-bottom: 52px;
    }

    .pro1Adv .soSwAT {
        padding: 8px 22px;
    }

    .pro1AdvP {
        margin-bottom: 22px;
    }

    .pro2T {
        margin-bottom: 8px;
    }

    .pro1Adv {
        padding: 16px 10px 16px;
    }

    .pro1U {
        padding: 12px 12px 16px 12px;
    }

    .pro1LA {
        padding: 4px 0;
    }

    .pro2U {
        margin-bottom: 8px;
    }
}

.sea {
    padding-top: calc(110px + 88px);
}

.sea1 {
    display: flex;
    justify-content: center;
    margin-bottom: 94px;
}

.spProForm {
    width: 78%;
    margin: auto;
    display: flex;
    border-bottom: 2px solid #101010;
    padding: 10px 20px;
}

.spProForm input {
    width: 100%;
    background: none;
    color: #1010100;
    font-family: Mott4;
    font-size: var(--zj-ft02T);
    line-height: normal;
}

.spProForm input::placeholder {
    color: #D9D9D9;
}

.spProForm button {
    background: none;
}

.sea2P {
    margin-bottom: 80px;
}

.sea2P p {
    color: #000;
    text-align: center;
    font-family: Mott3;
    font-size: var(--zj-sea2P);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.sea3 .pro2U {
    margin-bottom: calc(150px - 24px);
}

@media (max-width: 1536px) {
    .sea {
        padding-top: calc(110px + 66px);
    }

    .spProFormBt img {
        width: 24px;
    }

    .sea3 .pro2U {
        margin-bottom: calc(110px - 24px);
    }

    .pro2LIm {
        margin-bottom: 14px;
    }

    .sea1 {
        margin-bottom: 70px;
    }

    .sea2P {
        margin-bottom: 62px;
    }
}

@media (max-width: 992px) {
    .sea3 .pro2L {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .sea3 .pro2L {
        width: 50%;
    }

    .spProForm {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .sea3 .pro2L {
        width: 100%;
    }

    .sea {
        padding-top: calc(52px + 40px);
    }

    .sea1 {
        margin-bottom: 40px;
    }

    .sea3 .pro2U {
        margin-bottom: calc(54px - 24px);
    }

    .sea2P {
        margin-bottom: 42px;
    }

    .spProForm {
        border-bottom: 1px solid #101010;
        padding: 8px 12px;
    }

    .spProFormBt img {
        width: 18px;
        padding-bottom: 4px;
    }

    .spProForm input {
        font-size: 14px;
    }
}

.seaErP {
    padding-bottom: 150px;
}

.seaErP p {
    color: #999;
    text-align: center;
    font-family: Mott3;
    font-size: var(--zj-ft02T);
    font-style: normal;
    line-height: normal;
}

@media (max-width: 1536px) {}

.new {
    padding-top: 136px;
    padding-bottom: 150px;
}

.newU {
    padding-bottom: 16px;
}

.newL {
    margin-bottom: 56px;
}

.newLA {
    display: block;
}

.newLIM {
    overflow: hidden;
    margin-bottom: 20px;
}

.newLIM img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.newLA:hover .newLIM img {
    transform: scale(1.08);
}

.newLTime {
    margin-bottom: 30px;
}

.newLTime p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.newLH {
    margin-bottom: 50px;
}

.newLH p {
    color: #101010;
    font-family: Mott5;
    font-size: var(--zj-soTiP1);
    font-style: normal;
    line-height: calc(var(--zj-soTiP1)* 1.333);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.newLA:hover .newLH p {
    color: #3EA1A9;
}

.newL .soSwAT1 .soSwA1Sp1 {
    --size: 1px;
    --color: #3EA1A9;
    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;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.newL .soSwAT1:hover .soSwA1Sp1 {
    background-size: 100% var(--size);
    background-position-x: 0%;
}

@media (max-width: 1536px) {
    .new {
        padding-top: 80px;
        padding-bottom: 90px;
    }

    .newLIM {
        margin-bottom: 12px;
    }

    .newLTime {
        margin-bottom: 20px;
    }

    .newLH {
        margin-bottom: 30px;
    }

    .newU {
        margin-right: calc(-.5* 1.2rem);
        margin-left: calc(-.5* 1.2rem);
    }

    .newL {
        padding-right: calc(1.2rem* .5);
        padding-left: calc(1.2rem* .5);
        margin-bottom: 36px;
    }
}

@media (max-width: 992px) {
    .newL {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .new {
        padding-top: 42px;
        padding-bottom: 52px;
    }

    .newU {
        padding-bottom: 0;
    }

    .newL {
        width: 100%;
    }
}

.newDe {
    padding-top: 124px;
}

.newDe1 .subNav .breadcrumb {
    margin-bottom: 54px;
}

.newDe1 .subNav .breadcrumb .breadcrumb-item,
.newDe1 .subNav .breadcrumb .breadcrumb-item::before,
.newDe1 .subNav .breadcrumb .breadcrumb-item a {
    color: #666;
    font-family: Mott3;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
}

.newDe2 {
    margin-bottom: 24px;
}

.newDe2 p {
    color: #3EA1A9;
    font-family: Mott5;
    font-size: var(--zj-soSwT);
    font-style: normal;
    line-height: calc(var(--zj-soSwT) * 1.28);
    width: 1138px;
    max-width: 100%;
}

.newDe3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-bottom: 114px;
    position: relative;
}

.newDe3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(168, 168, 168, 0.45);
    left: 0;
    bottom: 0;
}

.newDe3_1 p {
    color: #3EA1A9;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.newDe3_2 {
    display: flex;
    align-items: center;
}

.newDe3_2Re {
    flex: 0 0 auto;
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
    display: block;
}

.newDe3_2Re::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #999;
}

.newDe3_2ReA {
    display: block;
}

.newDe3_2Re svg {
    width: 20px;
}

.newDe3_2Re .newDe3_2ReA svg path {
    transition: all 0.5s ease;
}

.newDe3_2Re .newDe3_2ReA:hover svg path {
    fill: #3EA1A9;
}

.newDe3_2 .ft_01LiSh {
    margin-right: 12px;
}

.newDe3_2 .ft_01LiSh:last-of-type {
    margin-right: 0;
}

.newDe3_2 .ft_01UlShare a {
    background: none;
}

.newDe3_2 .ft_01LiSh>a:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    text-decoration: none !important;
}

.newDe3_2 .ft_01LiSh>a::after {
    display: none;
}

.newDe3_2 .ft_01UlShare a svg circle {
    transition: all 0.5s ease;
}

.newDe3_2 .ft_01UlShare a:hover svg circle {
    fill: #3EA1A9;
}

.newDe4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 150px;
}

.newDe4_1 {
    width: 64%;
    flex: 0 0 auto;
}

.newDe4_2 {
    width: 28.8%;
    flex: 0 0 auto;
    position: sticky;
    top: 110px;
}

.newDe4_1Co {
    padding-bottom: 94px;
}

.newDe4_1Co p {
    color: #1E1E1E;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: calc(var(--zj-soSwB) * 1.61);
    text-transform: capitalize;
    margin-bottom: 26px;
}

.newDe4_1Co p:last-of-type {
    margin-bottom: 0;
}

.newDe4_1Co img,
.newDe4_1Co p img {
    max-width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.newDe4_1Ne {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 14px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.newDe4_1Ne span {
    color: #666;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
}

.newDe4_1Ne a>span {
    --size: 1px;
    --color: #3EA1A9;
    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;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    position: relative;
}

.newDe4_1Ne a:hover>span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    color: #3EA1A9;
}

.newDe4_1Ne a>span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #666;
    z-index: -1;
}

.newDe4_1Ne a>p {
    display: flex;
    align-items: center;
}

.newDe4_1Ne a>p svg {
    display: flex;
    margin-right: 10px;
    flex: 0 0 auto;
}

.newDe4_1Ne a>p svg path {
    transition: all 0.5s ease;
}

.newDe4_1Ne a:hover>p svg path {
    fill: #3EA1A9;
}

.newDe4_1Ne a>p span {
    --size: 1px;
    --color: #3EA1A9;
    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;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    position: relative;
}

.newDe4_1Ne a:hover>p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    color: #3EA1A9;
}

.newDe4_2T {
    margin-bottom: 34px;
}

.newDe4_2T p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soTiP1);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.newDe4_2L {
    margin-bottom: 14px;
}

.newDe4_2LA {
    display: flex;
    padding: 22px;
    border-radius: 10px;
    background: #F5F5F5;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.newDe4_2LA:hover {
    background: #3EA1A9;
}

.newDe4_2LA1 {
    overflow: hidden;
    width: 36%;
    flex: 0 0 auto;
}

.newDe4_2LA1 img {
    width: 100%;
    transition: all 0.5s ease;
}

.newDe4_2LA:hover .newDe4_2LA1 img {
    transform: scale(1.08);
}

.newDe4_2LA2 {
    padding-left: 12px;
}

.newDe4_2LA2T {
    margin-bottom: 24px;
}

.newDe4_2LA2T p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.newDe4_2LA:hover .newDe4_2LA2T p {
    color: #FFF;
}

.newDe4_2LA2Ti p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-newDe4_2LA2Ti);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.newDe4_2LA:hover .newDe4_2LA2Ti p {
    color: #FFF;
}

.newDe4_2 .pro1Adv {
    border-radius: 10px;
    padding: 50px 20px 30px;
}

@media (max-width: 1536px) {
    .newDe {
        padding-top: 96px;
    }

    .newDe1 .subNav .breadcrumb {
        margin-bottom: 34px;
    }

    .newDe2 {
        margin-bottom: 12px;
    }

    .newDe3 {
        padding-bottom: 40px;
        margin-bottom: 64px;
    }

    .newDe4_2 {
        width: 33.8%;
    }

    .newDe4_2LA {
        padding: 12px;
    }

    .newDe4_2T {
        margin-bottom: 20px;
    }

    .newDe4_2 .pro1Adv {
        padding: 30px 12px 22px;
    }

    .newDe4_1Co {
        padding-bottom: 50px;
    }

    .newDe4_1Ne {
        padding: 12px 14px;
    }

    .newDe4_2LA2T {
        margin-bottom: 8px;
    }

    .newDe4 {
        padding-bottom: 100px;
    }
}

@media (max-width: 992px) {
    .newDe3 {
        padding-bottom: 30px;
        margin-bottom: 36px;
    }

    .newDe4 {
        flex-direction: column;
    }

    .newDe4_1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .newDe4_2 {
        width: 100%;
    }

    .newDe4_2LA {
        align-items: center;
        justify-content: flex-start;
    }
}

@media (max-width: 499px) {
    .newDe {
        padding-top: 66px;
    }

    .newDe1 .subNav .breadcrumb {
        margin-bottom: 22px;
    }

    .newDe3 {
        padding-bottom: 20px;
        margin-bottom: 18px;
    }

    .newDe4_1Co p {
        margin-bottom: 16px;
    }

    .newDe4_1Co {
        padding-bottom: 26px;
    }

    .newDe4_2T {
        margin-bottom: 14px;
    }

    .newDe4 {
        padding-bottom: 46px;
    }

    .newDe3_2Re {
        padding-right: 8px;
        margin-right: 8px;
    }

    .newDe3_2 .ft_01LiSh {
        margin-right: 6px;
    }
}

.con {
    background: #F5F5F5;
}

.conSa {
    display: flex;
    padding-top: 142px;
    padding-bottom: 150px;
    justify-content: space-between;
}

.con1 {
    width: 40.6%;
    flex: 0 0 auto;
}

.conT {
    margin-bottom: 36px;
}

.conT p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-conT);
    font-style: normal;
    line-height: calc(var(--zj-conT) * 1.2);
}

.con1U {
    padding-right: 22%;
}

.con1L {
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.con1L::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(168, 168, 168, 0.45);
    left: 0;
    bottom: 0;
}

.con1LI {
    margin-right: 20px;
    flex: 0 0 auto;
}

.con1L svg {
    width: 32px;
}

.con1LT {
    margin-bottom: 8px;
}

.con1LT p {
    color: #101010;
    font-family: Mott3;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
}

.con1LA span,
.con1LA p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.con1 .ft_01UlShare {
    padding: 0 10px;
}

.con2 {
    width: 58%;
    flex: 0 0 auto;
    position: relative;
    padding-left: 66px;

}

.con2::after {
    position: absolute;
    content: "";
    width: calc(100% + 40%);
    height: calc(100% + 382px);
    background: #FFF;
    left: 0;
    bottom: -150px;
}

.con2 .conT {
    margin-bottom: 20px;
    position: relative;
    z-index: 12;
}

.con2P {
    margin-bottom: 30px;
    position: relative;
    z-index: 12;
}

.con2P p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: calc(var(--zj-ven1) * 1.5);
}

@media (max-width: 1536px) {
    .con1LI {
        margin-right: 14px;
    }

    .con1L svg {
        width: 24px;
    }

    .con1LA span,
    .con1LA p {
        word-break: break-all;
    }

    .con1U {
        padding-right: 8%;
    }

    .conSa {
        padding-top: 82px;
        padding-bottom: 82px;
    }

    .con2::after {
        height: calc(100% + 260px);
        bottom: -82px;
    }
}

@media (max-width: 992px) {
    .conSa {
        flex-direction: column;
        padding-bottom: 0;
    }

    .con1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .con2 {
        width: 100%;
        padding-left: 0;
        padding: 20px 0;
    }

    .con2::after {
        height: 100%;
        bottom: 0;
        left: -20%;
    }
}

@media (max-width: 499px) {
    .conSa {
        padding-top: 40px;
    }

    .conT {
        margin-bottom: 18px;
    }

    .con2 .conT {
        margin-bottom: 8px;
    }

    .con2P {
        margin-bottom: 22px;
    }

    .con1L {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}

.con2For {
    width: 700px;
    max-width: 100%;
    position: relative;
    z-index: 12;
}

#myform .information .fillinbox {
    margin-bottom: 22px;
}

#myform .information .fillinbox>input,
#myform .information .fillinbox>textarea {
    text-align: justify;
    border: none;
    border: 1px solid rgba(168, 168, 168, 0.45);
    border-radius: 0;
    width: 100%;
    background: #FFF;
    border-radius: 10px;
    padding: 16px 10px;
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: normal;
}

#myform .information .fillinbox>input::-webkit-input-placeholder {
    color: #A8A8A8;
}

#myform .information .fillinbox>input:-moz-placeholder {
    color: #A8A8A8;
}

#myform .information .fillinbox>input::-moz-placeholder {
    color: #A8A8A8;
}

#myform .information .fillinbox>input:-ms-input-placeholder {
    color: #A8A8A8;
}

#myform .information .fillinbox>textarea::-webkit-input-placeholder {
    color: #A8A8A8;
}

#myform .information .fillinbox>textarea:-moz-placeholder {
    color: #A8A8A8;
}

#myform .information .fillinbox>textarea::-moz-placeholder {
    color: #A8A8A8;
}

#myform .information .fillinbox>textarea:-ms-input-placeholder {
    color: #A8A8A8;
}

#myform .information .fillinbox>input.active,
#myform .information .fillinbox>textarea.active {
    color: red;
}

#myform .information .fillinbox>input.active::-webkit-input-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>input.active:-moz-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>input.active::-moz-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>input.active:-ms-input-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>textarea.active::-webkit-input-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>textarea.active:-moz-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>textarea.active::-moz-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>textarea.active:-ms-input-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>textarea {
    margin-bottom: 0px;
    height: 100%;
}

#myform .soSwAT {
    background: #3EA1A9;
}

#myform button {
    padding: 0;
    background: none;
    border: none;
    width: 100%;
}

#myform .soSwAT {
    justify-content: center;
}

.form-input {
    width: 100%;
}

.formTd {
    display: flex;
    align-items: flex-end;
    margin-bottom: 36px !important;
}

.formTd .form-input {
    width: 240px !important;
    flex: 0 0 auto;
    margin-right: 20px;
}

.formTd img {
    width: 108px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 499px) {
    #myform .information .fillinbox {
        width: 100%;
        margin-bottom: 14px;
    }

    #myform .information .fillinbox>input,
    #myform .information .fillinbox>textarea {
        padding: 12px 10px;
    }

    .formTd .form-input {
        width: 170px !important;
    }
}

.tex {
    background: #3EA1A9;
    padding-top: 134px;
    position: relative;
}

.tex::after {
    width: 100%;
    height: 25.4%;
    position: absolute;
    content: "";
    background: #FFF;
    left: 0;
    bottom: 0;
}

.tex1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 98px;
}

.tex1_1 {
    width: 43%;
    flex: 0 0 auto;
}

.tex1IM img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.tex1_2 {
    width: 51%;
    flex: 0 0 auto;
}

.tex1T {
    margin-bottom: 38px;
}

.tex1T p {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-soTiP);
    font-style: normal;
    line-height: normal;
}

.tex1P p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ft02T);
    font-style: normal;
    line-height: calc(var(--zj-ft02T) * 1.45);
}

.tex2 {
    padding: 0 3%;
    margin-bottom: 80px;
}

.tex2U {
    margin-right: calc(-.5* 1.8rem);
    margin-left: calc(-.5* 1.8rem);
}

.tex2L {
    padding-right: calc(1.8rem* .5);
    padding-left: calc(1.8rem* .5);
}

.tex2LS {
    display: flex;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    height: 100%;
    padding: 36px 24px 26px;
}

.tex2L_1 {
    width: 50px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.tex2L_1 img {
    width: 100%;
}

.tex2LT {
    margin-bottom: 16px;
}

.tex2LT p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ft02T);
    font-style: normal;
    line-height: normal;
}

.tex2LP p {
    color: #FFF;
    font-family: Mott3;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.tex3 {
    position: relative;
    z-index: 12;
    margin-bottom: 120px;
}

.tex3IM {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.tex3IM:hover {
    cursor: pointer;
}

.tex3IM1 {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.tex3IM:hover .tex3IM1 {
    transform: scale(1.08);
}

.tex3IM2 {
    position: absolute;
    width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tex3IM2 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.tex4 {
    padding-bottom: 114px;
}

.tex4 .so4_1 {
    margin-bottom: 52px;
}

.tex4_1L {
    margin-bottom: 20px;
}

.tex4_1LS {
    position: relative;
    display: block;
}

.tex4_1LS img {
    width: 100%;
}

.tex4_1L .tex4_1LS img {
    aspect-ratio: 2 / 1;
}

.tex4_1LSp .tex4_1LS img {
    aspect-ratio: 3 / 2;
}

.tex4_1LP {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 30px;
}

.tex4_1LP::after {
    position: absolute;
    content: "";
    width: 100%;
    width: 8px;
    height: 100%;
    background: #3EA1A9;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
}

.tex4_1LS:hover .tex4_1LP::after {
    width: 100%;
}

.tex4_1L .tex4_1LP p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ft02T);
    font-style: normal;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.tex4_1LSp .tex4_1LP p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: calc(var(--zj-soSwB) * 1.11);
}

.tex5 {
    background: url(../images/tex5bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 170px;
    padding-bottom: 150px;
}

.tex5::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    background: #F5F5F5;
    left: 0;
    bottom: 0;
}

.tex5 .soTi p {
    color: #fff;
}

#tex5SwLf::after,
#tex5SwRg::after {
    color: #fff !important;
}

#tex5SwLf,
#tex5SwRg {
    border: 1px solid #FFF;
    pointer-events: auto !important;
}

#tex5SwLf:hover,
#tex5SwRg:hover {
    border: 1px solid #3EA1A9 !important;
}

.tex5Sw {
    position: relative;
    z-index: 12;
}

#tex5Sw {
    overflow: hidden;
}

.tex5SwImg {
    position: relative;
    overflow: hidden;
}

.tex5SwImg img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4;
    object-position: center;
}

.tex5SwImC {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 24px 30px;
}

.tex5SwImC p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ft02T);
    font-style: normal;
    line-height: normal;
}

@media (max-width: 1536px) {
    .tex {
        padding-top: 78px;
    }

    .tex::after {
        height: 19.4%;
    }

    .tex1 {
        margin-bottom: 62px;
    }

    .tex1_1 {
        width: 47%;
    }

    .tex1T {
        margin-bottom: 28px;
    }

    .tex2 {
        padding: 0 1%;
        margin-bottom: 58px;
    }

    .tex2U {
        margin-right: calc(-.5* 1.2rem);
        margin-left: calc(-.5* 1.2rem);
    }

    .tex2L {
        padding-right: calc(1.2rem* .5);
        padding-left: calc(1.2rem* .5);
    }

    .tex2LS {
        padding: 24px 14px 16px;
    }

    .tex2L_1 {
        width: 36px;
        margin-right: 10px;
    }

    .tex3 {
        margin-bottom: 100px;
    }

    .tex3IM2 {
        width: 60px;
    }

    .tex4 {
        padding-bottom: 82px;
    }

    .tex4_1 {
        margin-right: calc(-.5* 1rem);
        margin-left: calc(-.5* 1rem);
    }

    .tex4_1L {
        padding-right: calc(1rem* .5);
        padding-left: calc(1rem* .5);
    }

    .tex4_1LP {
        padding: 12px 16px;
    }

    .tex4_1LP::after {
        width: 4px;
    }

    .tex5 {
        padding-top: 70px;
        padding-bottom: 86px;
    }

    .tex5::after {
        height: 28%;
    }
}

@media (max-width: 992px) {
    .tex1 {
        flex-direction: column-reverse;
    }

    .tex1T {
        margin-bottom: 18px;
    }

    .tex1_1 {
        width: 100%;
    }

    .tex1_2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .tex2L {
        width: 100%;
        margin-bottom: 20px;
    }

    .tex::after {
        height: 10.4%;
    }

    .tex4_1LSp {
        width: 50%;
    }
}

@media (max-width: 642px) {
    .tex4_1L {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .tex {
        padding-top: 40px;
    }

    .tex1 {
        margin-bottom: 32px;
    }

    .tex2 {
        margin-bottom: 16px;
    }

    .tex3IM2 {
        width: 38px;
    }

    .tex::after {
        height: 7.4%;
    }

    .tex3 {
        margin-bottom: 38px;
    }

    .so4_1T {
        margin-bottom: 10px;
    }

    .tex4 {
        padding-bottom: 18px;
    }

    .tex4 .so4_1 {
        margin-bottom: 26px;
    }

    .tex5 {
        padding-top: 40px;
        padding-bottom: 46px;
    }
}

.prDe1 {
    padding-top: 120px;
    padding-bottom: 90px;
}

.prDe1Sa {
    display: flex;
    justify-content: space-between;
}

.prDe1_1 {
    width: 46%;
    flex: 0 0 auto;
}

.prDe1_2 {
    width: 50%;
    flex: 0 0 auto;
    padding-top: 30px;
}

/*  */
.proDeSw_1 {
    position: relative;
    margin-bottom: 16px;
}

#proDeSw_1 {
    overflow: hidden;
}

#proDeSw_1>.swiper-wrapper .swiper-slide .somaSwImg {
    border-radius: 5px;
    overflow: hidden;
}

#proDeSw_1>.swiper-wrapper .swiper-slide .somaSwImg img {
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.proDeSw_2 {
    position: relative;
}

#proDeSw_2 {
    overflow: hidden;
}

#proDeSw_2>.swiper-wrapper .swiper-slide .somaSwImg {
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
}

#proDeSw_2>.swiper-wrapper .swiper-slide .somaSwImg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: rgba(245, 245, 245, 0.45);
    transition: all 0.5s ease;
}

#proDeSw_2>.swiper-wrapper .swiper-slide.on .somaSwImg::after {
    background: rgba(245, 245, 245, 0);
}

#proDeSw_2>.swiper-wrapper .swiper-slide .somaSwImg img {
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#proDeSw_2>.swiper-button-prev,
#proDeSw_2>.swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 56%;
    background: rgba(16, 16, 16, 0.45);
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    z-index: 12;
    transition: all 0.5s ease;
}

#proDeSw_2>.swiper-button-prev:hover,
#proDeSw_2>.swiper-button-next:hover {
    background: #3EA1A9;
}

#proDeSw_2>.swiper-button-prev::after,
#proDeSw_2>.swiper-button-next::after {
    font-size: 18px;
    color: #fff;
}

/*  */
.prDe1_2T {
    position: relative;
    padding-bottom: 32px;
}

.prDe1_2T::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(168, 168, 168, 0.45);
    left: 0;
    bottom: 0;
    opacity: 0.8;
}

.prDe1_2T p {
    color: #101010;
    font-family: Mott5;
    font-size: var(--zj-pro1T);
    font-style: normal;
    line-height: normal;
}

.prDe1_2P {
    padding: 22px 0;
    position: relative;
}

.prDe1_2P::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(168, 168, 168, 0.45);
    left: 0;
    bottom: 0;
    opacity: 0.8;
}

.prDe1_2P h3 {
    color: #3EA1A9;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: calc(var(--zj-ven1) * 1.37);
    margin-bottom: 14px;
}

.prDe1_2P p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    margin-bottom: 14px;
}

.prDe1_2P p em {
    margin-right: 6px;
}

.prDe1_2P p span {
    font-family: Mott3;
    margin-left: 16px;
}

.prDe1_2P p:last-of-type {
    margin-bottom: 0;
}

.prDe1_2Sh {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 50px;
}

.prDe1_2Sh p {
    color: #101010;
    font-family: Mott3;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    margin-right: 8px;
}

.prDe1_2Sh .ft_01LiSh {
    margin-right: 8px;
}

.prDe1_2Sh .ft_01LiSh>a img {
    width: 30px;
}

.prDe1_2A {
    display: flex;
    align-items: center;
}

.prDe1_2A1 {
    border-radius: 50px;
    background: #3EA1A9;
    margin-right: 54px;
    transition: all 0.5s ease;
}

.prDe1_2A1:hover {
    background: #3ea2a9e3;
}

.prDe1_2A1>a {
    display: block;
    padding: 13px 46px;
}

.prDe1_2A1 span {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    margin-right: 10px;
}

.prDe1_2A1 span:last-of-type {
    margin-right: 0;
}

.prDe1_2A2 .soSwAT {
    background: none;
    border: 1px solid #3EA1A9;
}

.prDe1_2A2 .soSwAT .soSwASp1 {
    color: #3EA1A9;
    transition: all 0.5s ease;
}

.prDe1_2A2 .soSwAT:hover .soSwASp1 {
    color: #fff;
}

.prDe1_2A2 .soSwAT .soSwASp2 svg g path {
    fill: #3EA1A9;
    transition: all 0.5s ease;
}

.prDe1_2A2 .soSwAT:hover .soSwASp2 svg g path {
    fill: #fff;
}

.prDe2 {
    background: #F5F5F5;
    padding-left: 74px;
    padding-top: 58px;
    padding-bottom: 150px;
}

.prDe2Sa {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.prDe2_2 {
    width: 82%;
    flex: 0 0 auto;
    background: #FFF;
    padding: 56px 74px 90px;
}

.prDe2_2T {
    position: relative;
    margin-bottom: 10px;
    display: flex;
}

.prDe2_2T::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(168, 168, 168, 0.45);
    left: 0;
    bottom: 0;
}

.prDe2_2T span {
    color: #101010;
    font-family: Mott5;
    font-size: var(--zj-conT);
    font-style: normal;
    line-height: normal;
    position: relative;
    padding-bottom: 10px;
    display: block;
}

.prDe2_2T span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(62, 161, 169, 1);
    left: 0;
    bottom: 0;
    z-index: 12;
}

.prDe2_2Tab table {
    width: 100%;
    border: 1px solid rgba(168, 168, 168, 0.45);
}

.prDe2_2Tab table tr td {
    color: #101010;
    font-family: Mott3;
    font-size: var(--zj-soSwB);
    font-style: normal;
    /*line-height: normal;*/
    border: 1px solid rgba(168, 168, 168, 0.45);
    padding: 0 6px;
}

.section {
    margin-bottom: 90px;
}

.section  img{
       max-width:100%!important;
    }
    .section p img{
       max-width:100%!important;
    }
    .section  table{
       max-width:100%!important;
    }

.section:last-of-type {
    margin-bottom: 0;
}

.prDe2_2Img {
    overflow: hidden;
    margin-bottom: 24px;
}

.prDe2_2Img p {
    text-align: center;
}

.prDe2_2Img img {
    border-radius: 10px;
    max-width: 100%;
}

.prDe2_2Tab {
    margin-bottom: 20px;
}

.prDe2_2P1 p {
    color: #101010;
    font-family: Mott5;
    font-style: normal;
    line-height: normal;
    margin-bottom: 10px;
}

.prDe2_2P1 span {
    color: #101010;
    font-family: Mott3;
    font-style: normal;
    margin-bottom: 10px;
}

.prDe2_2P1 strong {
    color: #101010;
    font-family: Mott3;
    font-style: normal;
    margin-bottom: 10px;
}

.prDe2_2P2 {
    margin-bottom: 20px;
}

.prDe2_2P2:last-of-type {
    margin-bottom: 0;
}

.prDe2_2P2 h2 {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: calc(var(--zj-soSwB) * 1.22);
}

.prDe2_2P2 p {
    color: #101010;
    font-family: Mott3;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: calc(var(--zj-soSwB) * 1.22);
}

/*  */
.prDe2_1U {
    margin-left: 20px;
}

.prDe2_1 {
    width: 16%;
    flex: 0 0 auto;
}

.prDe2_1L>a {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    padding: 5px 10px;
    display: block;
    transition: all 0.5s ease;
}

.prDe2_1L>a.active {
    background: #3EA1A9;
    color: #fff;
}

.prDe2_1 {
    position: sticky;
    top: 108px;
}

.prDe2_1S {
    display: flex;
}

.prDe2_1L {
    margin-bottom: 20px;
}

.prDe2_1Lin {
    position: relative;
    width: 4px;
    height: 326px;
    background: rgba(168, 168, 168, 0.65);
    border-radius: 4px;
    flex: 0 0 auto;
}

.indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    background-color: #3EA1A9;
    transition: height 0.3s ease;
}

.indicator::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #4BC5CF;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 50%;
}

/*  */
.prDe3 {
    padding-top: 102px;
    padding-bottom: 150px;
}

.prDe3T {
    margin-bottom: 8px;
}

.prDe3T p {
    color: #101010;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-pro1T);
    font-style: normal;
    line-height: normal;
}

.prDe3H {
    margin-bottom: 22px;
}

.prDe3H p {
    color: #101010;
    text-align: center;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: normal;
}

.prDe3P {
    background: #3EA1A9;
    padding: 10px 14px;
    margin-bottom: 18px;
}

.prDe3P p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: normal;
}

.prDe3 .con2For {
    width: 100%;
}

.prDe4 {
    padding-bottom: 150px;
}

.prDe4T {
    margin-bottom: 54px;
}

.prDe4T p {
    color: #101010;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-pro1T);
    font-style: normal;
    line-height: normal;
}

.prDe4Sw {
    position: relative;
}

#prDe4Sw {
    overflow: hidden;
}

.prDe4SwA {
    background: #F5F5F5;
    padding: 14px 16px 32px;
    display: block;
}

.prDe4SwIm {
    overflow: hidden;
    margin-bottom: 16px;
}

.prDe4SwIm img {
    width: 100%;
    transition: all 0.5s ease;
}

.prDe4SwA:hover .prDe4SwIm img {
    transform: scale(1.08);
}

.prDe4SwT {
    padding: 0 8px;
}

.prDe4SwT p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-soSwB);
    font-style: normal;
    line-height: normal;
    min-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.prDe4SwA:hover .prDe4SwT p {
    color: #3EA1A9;
}

#prDe4SwLf,
#prDe4SwRg {
    width: 60px;
    height: 60px;
    border: 1px solid #3EA1A9;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 1;
}

#prDe4SwLf:hover,
#prDe4SwRg:hover {
    background: #3EA1A9;
}

#prDe4SwLf::after,
#prDe4SwRg::after {
    color: #3EA1A9;
    font-size: 16px;
    transition: all 0.5s ease;
}

#prDe4SwLf:hover:after,
#prDe4SwRg:hover:after {
    color: #fff;
}

@media (max-width: 1536px) {
    .prDe1_2A1 {
        margin-right: 20px;
    }

    .prDe1_2A1>a {
        display: block;
        padding: 13px 24px;
    }

    .prDe1_2A2 .soSwAT {
        padding: 13px 24px;
    }

    .prDe4SwT p {
        min-height: 39px;
    }

    .prDe1_2T {
        padding-bottom: 22px;
    }

    .prDe1_2P p {
        margin-bottom: 8px;
    }

    .prDe1_2P {
        padding: 10px 0;
    }

    .prDe1 {
        padding-top: 76px;
        padding-bottom: 60px;
    }

    .prDe3 {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .prDe4T {
        margin-bottom: 36px;
    }

    .prDe4 {
        padding-bottom: 104px;
    }

    #prDe4SwLf,
    #prDe4SwRg {
        width: 40px;
        height: 40px;
    }

    .prDe1_2 {
        padding-top: 2px;
    }
}

@media (max-width: 842px) {
    .prDe1Sa {
        flex-direction: column;
    }

    .prDe1_1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prDe2_1 {
        display: none;
    }

    .prDe2 {
        padding-left: 4%;
    }

    .prDe3 .formTd {
        width: 100%;
    }

    .prDe3 .fillinboxkaka {
        width: 100%;
    }

    .prDe2_2 {
        width: 100%;
        padding: 20px 16px 24px
    }

    .prDe1_2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .prDe1 {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .prDe1_2A1>a {
        padding: 8px 18px;
    }

    .prDe1_2A2 .soSwAT {
        padding: 8px 18px;
    }

    .prDe1_2Sh {
        padding-bottom: 32px;
    }

    .section {
        margin-bottom: 36px;
    }
    
    .section  img{
       max-width:100%!important;
    }
    .section p img{
       max-width:100%!important;
    }
    .section  table{
       max-width:100%!important;
    }

    .prDe3 {
        padding-bottom: 28px;
        padding-top: 38px;
    }

    .prDe4 {
        padding-bottom: 44px;
    }

    .prDe3T p {
        font-size: 24px;
    }

    .prDe4T {
        margin-bottom: 20px;
    }

    .prDe4T p {
        font-size: 24px;
    }

    .prDe2 {
        padding-top: 18px;
        padding-bottom: 38px;
    }

    .prDe4SwT p {
        min-height: 39px;
    }

    .prDe2_2T span {
        font-size: 22px;
    }

    .prDe2_2T {
        margin-bottom: 18px;
    }
}

.ab1 {
    padding-top: 102px;
    padding-bottom: 120px;
}

.ab1Sa {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab1_1 {
    width: 51.2%;
    flex: 0 0 auto;
}

.ab1_1 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ab1_2 {
    width: 45%;
    flex: 0 0 auto;
}

.ab1T {
    margin-bottom: 12px;
}

.ab1T p {
    color: #101010;
    font-family: Mott5;
    font-size: var(--zj-soTiP);
    font-style: normal;
    line-height: normal;
}

.ab1H3 {
    margin-bottom: 48px;
}

.ab1H3 p {
    color: #3EA1A9;
    font-family: Mott5;
    font-size: var(--zj-so3H);
    font-style: normal;
    line-height: normal;
}

.ab1P p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: calc(var(--zj-ven1) * 1.62);
}

.ab2 {
    background: #3EA1A9;
    position: relative;
}

.ab2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    background: #fff;
}

.ab2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background: #fff;
}

.ab2Sa {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab2_1 {
    width: 50%;
    flex: 0 0 auto;
}

.ab2T {
    margin-bottom: 36px;
}

.ab2T p {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-soTiP);
    font-style: normal;
    line-height: normal;
}

.ab2P {
    margin-bottom: 92px;
}

.ab2P p {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-so3H);
    font-style: normal;
    line-height: normal;
}

.ab2U {
    margin-right: calc(-.5* 1.8rem);
    margin-left: calc(-.5* 1.8rem);
}

.ab2L {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: calc(1.8rem* .5);
    padding-left: calc(1.8rem* .5);
}

.ab2L:nth-child(5),
.ab2L:nth-child(6) {
    border-bottom: none;
}

.ab2US {
    display: flex;
}

.ab2U_1 {
    width: 50px;
    flex: 0 0 auto;
    margin-right: 8px;
}

.ab2U_1 svg {
    width: 100%;
}

.ab2UT {
    margin-bottom: 10px;
}

.ab2UT p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ft02T);
    font-style: normal;
    line-height: normal;
}

.ab2UP p {
    color: #FFF;
    font-family: Mott3;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.32px;
}

.ab2_2 {
    width: 46%;
    flex: 0 0 auto;
    position: relative;
    z-index: 12;
}

.ab2_2 img {
    /* width: 100%; */
    height: 1077px;
    object-fit: cover;
    object-position: center;
}

.ab3 {
    padding-top: 156px;
    padding-bottom: 192px;
}

.ab3T {
    margin-bottom: 62px;
}

.ab3T p {
    color: #101010;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-soTiP);
    font-style: normal;
    line-height: normal;
}

.ab3_2 .swiper-button-prev {
    left: -90px;
}

.ab3_2 .swiper-button-next {
    right: -90px;
}

.ab3_2 .swiper-button-prev,
.ab3_2 .swiper-button-next {
    width: 60px;
    height: 60px;
    border: 1px solid #3EA1A9;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 1;
}

.ab3_2 .swiper-button-prev:hover,
.ab3_2 .swiper-button-next:hover {
    background: #3EA1A9;
}

.ab3_2 .swiper-button-prev::after,
.ab3_2 .swiper-button-next::after {
    font-size: 16px;
    color: #3EA1A9;
    transition: all 0.5s ease;
}

.ab3_2 .swiper-button-prev:hover:after,
.ab3_2 .swiper-button-next:hover:after {
    color: #fff;
}

@media (max-width: 1536px) {
    .ab1_1 {
        width: 53.2%;
    }

    .ab1 {
        padding-top: 60px;
        padding-bottom: 62px;
    }

    .ab1P p {
        line-height: calc(var(--zj-ven1)* 1.32);
    }

    .ab2T {
        margin-bottom: 26px;
    }

    .ab3T {
        margin-bottom: 42px;
    }

    .ab3_2 .swiper-button-prev {
        left: -50px;
    }

    .ab3_2 .swiper-button-next {
        right: -50px;
    }

    .ab3 {
        padding-top: 40px;
        padding-bottom: 86px;
    }

    .ab3_2 .swiper-button-prev,
    .ab3_2 .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .ab2P {
        margin-bottom: 72px;
    }
}

@media (max-width: 992px) {
    .ab1Sa {
        flex-direction: column-reverse;
    }

    .ab1_1 {
        width: 100%;
    }

    .ab1_2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab2_2 {
        display: none;
    }

    .ab2_1 {
        width: 100%;
    }

    .ab2 {
        padding: 20px 0;
    }

    .ab2::before,
    .ab2::after {
        display: none;
    }

    .ab3_2 .swiper-button-prev {
        left: 10px;
    }

    .ab3_2 .swiper-button-next {
        right: 10px;
    }
}

@media (max-width: 642px) {
    .ab2U_1 {
        width: 34px;
    }

    .ab2L {
        width: 100%;
    }

    .ab2L:nth-child(5) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    }
}

@media (max-width: 499px) {
    .ab3T {
        margin-bottom: 22px;
    }

    .ab2T {
        margin-bottom: 16px;
    }

    .ab1T {
        margin-bottom: 12px;
    }

    .ab2P {
        margin-bottom: 26px;
    }

    .ab1H3 {
        margin-bottom: 20px;
    }

    .ab3 {
        padding-top: 38px;
        padding-bottom: 44px;
    }

    .ab3_2 .swiper-button-prev,
    .ab3_2 .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}

#footer {
    background: #066A76;
}

.ftTop {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 72px;
}

.ft01 {
    width: 46%;
    flex: 0 0 auto;
}

.ft02 {
    width: 49.8%;
    flex: 0 0 auto;
}

.ft01Log {
    display: block;
    margin-bottom: 24px;
}

.ft01Log img {
    width: 150px;
    max-width: 100%;
}

.ft01P {
    margin-bottom: 38px;
}

.ft01P p {
    color: rgba(255, 255, 255, 0.50);
    font-family: Mott5;
    font-size: var(--zj-soSwP1);
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}

.ft_01UlShare {
    display: flex;
    align-items: center;
}

.ft_01LiSh {
    margin-right: 12px;
}

.ft_01LiSh:last-child {
    margin-right: 0;
}

.ft_01LiSh>a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 50%;
    background-color: #4BC5CF;
    transition: all 0.5s ease;
    position: relative;
}

.ft_01LiSh>a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    text-decoration: none !important;
}

.ft_01LiSh>a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.15)), to(rgba(204, 204, 204, 0.05)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(204, 204, 204, 0.05));
    width: 2.22222222rem;
    height: 100%;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
    transform: translate3d(-150%, 0, 0) skewX(-25deg);
    -webkit-transition: none;
    transition: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ft_01LiSh>a:hover:after {
    left: 100%;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
    transform: translate3d(50%, 0, 0) skewX(-25deg);
    -webkit-transition: left 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: left 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, left 0.4s ease-out;
    transition: transform 0.4s ease-out, left 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.ft_01LiSh>a img {
    width: 35px;
}

.ft02 {
    display: flex;
    justify-content: space-between;
}

.ft02T {
    margin-bottom: 24px;
}

.ft02T p {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-ft02T);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.ft02_1L {
    margin-bottom: 16px;
}

.ft02_1L:last-child {
    margin-bottom: 0;
}

.ft02_1LA {
    display: flex;
}

.ft02_1LA span {
    color: rgba(255, 255, 255, 0.50);
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    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;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft02_1LA:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    color: #fff;
}

.ft02_2L {
    margin-bottom: 10px;
}

.ft02_2L:last-child {
    margin-bottom: 0;
}

.ft02_2LA {
    display: flex;
    align-items: stretch;
}

.ft02_2LAI {
    background: #FFF;
    border-radius: 50%;
    overflow: hidden;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 8px;
}

.ft02_2LAI img {
    width: 14px;
    max-width: 100%;
}

.ft02_2LA span {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: calc(var(--zj-ven1) * 1.62);
    width: 356px;
    max-width: 100%;
    padding-top: 2px;
}

.ft02_2LAb span {
    --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;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    width: max-content;
}

.ft02_2LAb:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    color: #fff;
}

.ft03 {
    display: flex;
    justify-content: space-between;
    padding: 22px 0;
    position: relative;
}

.ft03::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    left: 0;
    top: 0;
}

.ft03Con p {
    color: rgba(255, 255, 255, 0.50);
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
}

@media (max-width: 1536px) {
    .ft01 {
        width: 42%;
    }

    .ft02 {
        width: 53.8%;
    }

    .ft02_2 {
        width: 72%;
        flex: 0 0 auto;
    }
}

@media (max-width: 992px) {
    .ftTop {
        flex-direction: column;
        padding-top: 52px;
        padding-bottom: 44px;
    }

    .ft01 {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft02 {
        width: 100%;
    }

    .ft03 {
        flex-direction: column;
    }
}

@media (max-width: 499px) {
    .ft01Log img {
        width: 100px;
    }

    .ft01Log {
        margin-bottom: 18px;
    }

    .ft_01LiSh>a img {
        width: 32px;
    }

    .ft01P {
        margin-bottom: 24px;
    }

    .ft02_1L {
        margin-bottom: 8px;
    }

    .ft02T {
        margin-bottom: 16px;
    }

    .ft03 {
        padding: 12px 0;
    }

    .ftTop {
        padding-top: 40px;
        padding-bottom: 26px;
    }

    .ft_01LiSh {
        margin-right: 10px;
    }

    .ft02 {
        flex-direction: column;
    }

    .ft02_1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ft02_2 {
        width: 100%;
    }
}

/*  */
/*  */
#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 77.6px;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 999;
}

@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: #333;
    padding-left: 15px;
}

.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: #fff; */
    color: #101010;

    /* font-weight: bold; */
    font-family: Mott3;
    width: 100%;
    margin: auto;
    display: block;
}

.xiantiao a {
    color: #3ea1a9;
    /* font-weight: bold; */
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #666;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.5s ease;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: var(--zj-venTe-co1);
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 55px;
    }
}

/*  */
.venLang {
    position: relative;
}

.venLang22box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 88.5px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);

    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.venLang:hover .venLang22box {
    opacity: 1 !important;
    max-height: 500px !important;
    transition: all 0.8s ease;
}

.venLang22 {
    padding: 28px 20px;
}

.venLangLA {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.venLangL:last-child .venLangLA {
    margin-bottom: 0;
}

.venLangLA img {
    width: 24px;
    margin-right: 10px;
    flex: 0 0 auto;
}

.venLangLA p {
    color: #101010;
    text-align: center;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.venLangLA:hover p {
    color: #3EA1A9;
}

.venLangL.on .venLangLA p {
    color: #3EA1A9;
}

@media (max-width: 1536px) {
    .venLang22box {
        top: 77.6px;
    }
}

@media (max-width: 499px) {
    .venLang22box {
        top: 54.6px;
    }

    .venLang22 {
        padding: 20px 12px;
    }

    .venLangLA {
        margin-bottom: 16px;
    }
}

/*  */
#ind06-wrap-radio {
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: ease .6s;
    visibility: hidden;
    display: none;
}

#ind06-wrap-radio.on {
    opacity: 1;
    visibility: visible;
    display: flex;
}

#ind06-wrap-radio .close_btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    right: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
    background: #000;
}

#ind06-wrap-radio .close_btn .iconfont {
    font-size: 40px;
    color: #FFFFFF;
}

#video {
    width: 980px;
    max-width: 100%;
    max-height: 100%;
}

#ind06-wrap-radio .warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

#ind06-wrap-radio .warp .videobbg {
    display: flex;
}

@media (max-width: 1100px) {
    #ind06-wrap-radio .warp .videobbg {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    #ind06-wrap-radio .close_btn .iconfont {
        font-size: 26px;
    }

    #ind06-wrap-radio .close_btn {
        width: 30px;
        height: 30px;
    }
}

.group-swiper {
    position: relative;
}

#group-swiper {
    overflow: hidden;
}

#group-swiper>.swiper-wrapper .group-img {
    position: relative;
}

#group-swiper>.swiper-wrapper .group-img img {
    width: 100%;
}

#group-swiper>.swiper-wrapper .group-img .zoom-in {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background: rgba(62, 161, 169, 0.75);
    transition: all 0.3s ease;
}

#group-swiper>.swiper-wrapper .group-img:hover .zoom-in {
    opacity: 1;
}

#group-swiper>.swiper-wrapper .group-img .zoom-in i {
    color: var(--nothingness-color);
    /* font-size: 14px; */
    font-weight: bold;
}

#group-swiper>.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--content-color);
}

#outerbox {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}

#outerbox .iconcha {
    top: 11%;
    right: 13vw;
    position: absolute;
    transition: ease 1s;
}

#outerbox .iconcha i {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

#outerbox .iconcha:hover {
    transform: rotate(360deg);
}

#innerbox {
    position: absolute;
    z-index: 9999;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

#innerbox #bigimg {
    cursor: grab;
    background: #ffffff;
    /* padding: 5px; */
    border-radius: 7px;
}

/*  */
#msgbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

#msg {
    width: 264px;
    position: fixed;
    z-index: 999;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

#msg_top {
    background: #f8f8f8;
    position: relative;
    padding: 5px 20px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #E7E7E7;
}

#msg_top img {
    margin-right: 10px;
}

#msg_top span {
    font-size: 20px;
    float: right;
    cursor: pointer;
}

#msg_cont {
    padding: 16px 0;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: start;
    font-size: 14px;
    color: #333333;
}

#msg_clear {
    color: #fff;
    padding: 3px 15px;
    background: #E01E24;
    border-radius: 2px;
    float: right;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 16px;
}

/*  */
.ab4 {
    background: url(../images/ab04bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
}

.ab4T p {
    color: #101010;
    font-family: Mott5;
    font-size: var(--zj-soSwT);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.ab4P p {
    color: #101010;
    font-family: Mott5;
    font-size: var(--zj-so3H);
    font-style: normal;
    line-height: normal;
}

.ab4Ma {
    width: calc(100% - 4vw);
    margin: auto;
    position: relative;
}

.ab4MaIM {
    position: relative;
}

.ab4MaIM img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab4MaIM img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ab4MaL:nth-child(1)>img {
    position: absolute;
    width: 43.21vw;
    top: 13.072917vw;
    left: 25.354167vw;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    animation: signline1 2s linear infinite;
}

.ab4MaL:nth-child(1)>.ab4MaLP {
    position: absolute;
    top: 24.072917vw;
    left: 19.354167vw;
}

.ab4MaL:nth-child(2)>img {
    position: absolute;
    width: 17.47vw;
    top: 17vw;
    left: 50.354167vw;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    animation: signline1 2s linear infinite;
}

.ab4MaL:nth-child(2)>.ab4MaLP {
    position: absolute;
    top: 14.4vw;
    left: 45.354167vw;
}

.ab4MaL:nth-child(3)>img {
    position: absolute;
    width: 13.13vw;
    top: 19vw;
    left: 55.354167vw;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    animation: signline1 2s linear infinite;
}

.ab4MaL:nth-child(3)>.ab4MaLP {
    position: absolute;
    top: 19.4vw;
    left: 49.354167vw;
}

.ab4MaL:nth-child(4)>img {
    position: absolute;
    width: 7.6vw;
    top: 22vw;
    left: 60.354167vw;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    animation: signline1 2s linear infinite;
}

.ab4MaL:nth-child(4)>.ab4MaLP {
    position: absolute;
    top: 22.8vw;
    left: 54.354167vw;
}

.ab4MaL:nth-child(5)>img {
    position: absolute;
    width: 1.94vw;
    top: 23vw;
    left: 66.354167vw;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    animation: signline1 2s linear infinite;
}

.ab4MaL:nth-child(5)>.ab4MaLP {
    position: absolute;
    top: 31.8vw;
    left: 60.354167vw;
}

.ab4MaLP p {
    color: #3EA1A9;
    text-align: center;
    font-family: Mott5;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

@keyframes signline1 {
    80% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

@media (max-width: 1536px) {
    .ab4 {
        padding-top: 70px;
    }

    .ab4MaL:nth-child(2)>.ab4MaLP {
        position: absolute;
        top: 13.4vw;
        left: 44.354167vw;
    }

    .ab4MaL:nth-child(3)>.ab4MaLP {
        position: absolute;
        top: 19.4vw;
        left: 47.354167vw;
    }

    .ab4MaL:nth-child(1)>.ab4MaLP {
        position: absolute;
        top: 25.072917vw;
        left: 17.354167vw;
    }
}

@media (max-width: 1199.9px) {
    .ab4Ma {
        display: none;
    }

    .ab4Ma2 {
        display: block !important;
    }

    .ab4Ma2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 499px) {
    .ab4 {
        padding-top: 35px;
    }

    .ab4P p {
        font-size: 18px;
    }
}

.flykey {
    position: fixed;
    right: 54px;
    bottom: 84px;
    z-index: 99;
}

.flykeyU {
    border-radius: 50px;
    background: #3EA1A9;
}

.flykeyL {
    position: relative;
}

.flykeyL::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    left: 0;
    bottom: 0;
}

.flykeyL:last-child:after {
    display: none;
}

.flykeyLA {
    padding: 14px;
    display: block;
}

.flykeyLA img {
    width: 20px;
}

.flykey2 {
    position: absolute;
    left: -180px;
    width: 100%;
    background: #3EA1A9;
    top: 70%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    border-radius: 50px;
    width: max-content;
    pointer-events: none;
    transition: all 0.5s ease;
    opacity: 0;
}

.flykeyL:hover .flykey2 {
    top: 50%;
    opacity: 1;
    pointer-events: auto;
}

.flykey2A {
    padding: 17px 16px;
    overflow: hidden;
    display: block;
}

.flykey2A p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-ven1);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .flykey {
        display: none;
    }
}