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

#ventricle:hover {
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

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

.venPr {
    background: #FFF;
    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: 22px 0;
}

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

#ventricle .venSack .venLf .venLogo>a .venLoIm {
    flex: 0 0 auto;
    margin-right: 12px;
    position: relative;
}

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

.venSack .venLf .venLogo>a img:nth-child(2) {
    position: absolute;
    /* content: ""; */
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

#ventricle:hover .venSack .venLf .venLogo>a img:nth-child(2) {
    opacity: 1;
}

#ventricle:hover .venSack .venLf .venLogo>a img:nth-child(1) {
    opacity: 0;
}

.ventricle .venSack .venLf .venLogo>a img:nth-child(2) {
    opacity: 1;
}

.ventricle .venSack .venLf .venLogo>a img:nth-child(1) {
    opacity: 0;
}

.venPr .venSack .venLf .venLogo>a img:nth-child(2) {
    opacity: 1;
}

.venPr .venSack .venLf .venLogo>a img:nth-child(1) {
    opacity: 0;
}

#ventricle .venSack .venLf .venLogo>a p {
    color: #FFF;
    font-size: var(--zj-venLoP);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.5s ease;
}

#ventricle:hover .venSack .venLf .venLogo>a p {
    color: #0058A3;
}

.ventricle .venSack .venLf .venLogo>a p {
    color: #0058A3 !important;
}

.venPr .venSack .venLf .venLogo>a p {
    color: #0058A3 !important;
}

#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.2vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#ventricle .venSack .venRg .venList .venUl .venLi:last-child {
    margin-right: 4vw;
}

#ventricle .venSack .venRg .venList .venUl .venLi::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #FFF;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    opacity: 0;
    transition: all 0.5s ease;
}

#ventricle .venSack .venRg .venList .venUl .venLi.on::after {
    opacity: 1;
}

#ventricle .venSack .venRg .venList .venUl .venLi:hover:after {
    opacity: 1;
}

#ventricle:hover .venSack .venRg .venList .venUl .venLi.on::after {
    background: #0058A3;
}

#ventricle .venSack .venRg .venList .venUl .venLi:hover::after {
    background: #0058A3;
}

.ventricle .venSack .venRg .venList .venUl .venLi.on::after {
    background: #0058A3 !important;
}

.venPr .venSack .venRg .venList .venUl .venLi.on::after {
    background: #0058A3 !important;
}

#ventricle .venSack .venRg .venList .venUl .venLi .venLibox {
    height: 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: #FFF;
    font-size: var(--zj-venUl1);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s ease;
}

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

#ventricle:hover .venSack .venRg .venList .venUl .venLi.on .venLibox>a p {
    color: #0058A3;
}

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

.ventricle .venSack .venRg .venList .venUl .venLi .venLibox>a p {
    color: #222 !important;
}

.ventricle .venSack .venRg .venList .venUl .venLi.on .venLibox>a p {
    color: #0058A3 !important;
}

.venPr .venSack .venRg .venList .venUl .venLi .venLibox>a p {
    color: #222 !important;
}

.venPr .venSack .venRg .venList .venUl .venLi.on .venLibox>a p {
    color: #0058A3 !important;
}

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

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

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

#ventricle .venLang .venLangA>* {
    color: #FFF;
    font-size: var(--zj-venUl1);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s ease;
}

#ventricle:hover .venLang .venLangA>* {
    color: #222;
}

.ventricle .venLang .venLangA>* {
    color: #222 !important;
}

.venPr .venLang .venLangA>* {
    color: #222 !important;
}

#ventricle .venLang .venLangA span {
    margin: 0 4px;
    font-size: 14px;
    font-weight: bolder;
}

#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: #FFF;
    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);
    background: #222;
}

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

#ventricle:hover #venPho .venPhoSack::before {
    background: #222;
}

#ventricle:hover #venPho .venPhoSack::after {
    background: #222;
}

.ventricle #venPho .venPhoSack::before {
    background: #222;
}

.ventricle #venPho .venPhoSack::after {
    background: #222;
}

.venPr #venPho .venPhoSack::before {
    background: #222;
}

.venPr #venPho .venPhoSack::after {
    background: #222;
}

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

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

#ventricle:hover #venPho .venPhoSack span {
    background: #222;
}

.ventricle #venPho .venPhoSack span {
    background: #222;
}

.venPr #venPho .venPhoSack span {
    background: #222;
}

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

    #ventricle .venSack .venLf .venLogo>a img {}

    #ventricle .venSack .venRg .venList .venUl .venLi {
        margin-right: 1.4vw;
    }

    #ventricle .venSack .venRg .venList .venUl .venLi:last-child {
        margin-right: 2vw;
    }
}

@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 .venLang .venLangA span {
        margin: 0 0px;
    }

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

    #ventricle .venSack .venLf .venLogo>a .venLoIm {
        margin-right: 4px;
    }

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

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

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

/* 二级 */
.erjibig {
    position: fixed;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0px 0px 20px 20px;
    background: #0058A3;
    max-height: 0;
    opacity: 0;
    /* display: none; */
    overflow: hidden;
    transition: all 0.5s ease;
}

.venLi:hover .erjibig {
    max-height: 600px;
    opacity: 1;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.erjibig>img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 438px;
}

.erjibigC {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 74px;
    padding-bottom: 82px;
}

.erji_1 {
    width: 35%;
    flex: 0 0 auto;
}

.erjiIM {
    display: none;
    overflow: hidden;
    border-radius: 20px;
}

.erjiIM.on {
    display: block;
}

.erjiIM img {
    width: 100%;
}

.erji_2 {
    width: 55%;
    flex: 0 0 auto;
}

.erji_2 h2 {
    color: #FFF;
    font-size: calc(var(--zj-veDeT) - 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-veDeT) - 2px) * 1.71);
    margin-bottom: 14px;
}

.erjiL {
    padding: 9px 0;
}

.erjiL>a span {
    color: #FFF;
    font-size: calc(var(--zj-so1LA) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.6;
    transition: all 0.3s ease;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.erjiL>a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.erjiL.on>a span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .erji_1 {
        width: 40%;
    }

    .erjiL {
        padding: 6px 0;
    }

    .erji_2 h2 {
        margin-bottom: 6px;
    }

    .erjibigC {
        padding-top: 56px;
        padding-bottom: 68px;
    }

    .erjibig>img {
        width: 290px;
    }
}

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

#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.2);
}

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

#soSwOn .soSwAb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.soSwAb_1 {
    width: 54%;
    flex: 0 0 auto;
}

.soSwAbT {
    margin-bottom: 20px;
}

.soSwAbT p {
    color: #FFF;
    font-size: var(--zj-soSwAbT);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.84px;
}

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

.soSwAbP {
    margin-bottom: 90px;
}

.soSwAbP p {
    color: #FFF;
    font-size: var(--zj-venLoP);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-venLoP) * 0.93);
    letter-spacing: 2.56px;
}

.chanEn .soSwAbP p {
    line-height: calc(var(--zj-venLoP) * 1.32);
}

.soSwAbBT {
    display: flex;
    align-items: center;
    border-radius: 60px;
    border: 1px solid #FFF;
    width: max-content;
    padding: 2px 16px 2px 36px;
    transition: all 0.3s ease;
}

.soSw .soSwAbBT:hover {
    background: #fff;
}

.soSwAbBT p {
    color: #FFF;
    font-size: var(--zj-soSwAbBT);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.soSw .soSwAbBT:hover p {
    color: #0058A3;
}

.soSwAbBTI {
    width: 54px;
    height: 54px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.075); */
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

.soSwAbBTIB {
    width: 200%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    display: flex;
}

.soSwAbBTIB img {
    height: 100%;
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
}

.soSwAbBT:hover .soSwAbBTI {
    background-color: transparent;
}

.soSwAbBT:hover .soSwAbBTI>div {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

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

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

#soSwOn .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    bottom: 50px;
    z-index: 12;
}

#soSwOn .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0;
    margin-left: 30px;
    opacity: 1;
    background: #FFF;
    position: relative;
}

#soSwOn .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 220%;
    height: 220%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    border: 0.5px solid #F5F8FF;
    opacity: 0;
    transition: all 0.5s ease;
}

#soSwOn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.soSwOnBg {
    position: absolute;
    width: 450px;
    height: 124px;
    border-radius: 40px 0px 0px 0px;
    background: #0058A3;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.soSwOnBg img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

.soSwOnUp {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: 64px;
    z-index: 9;
}

.soSwOnUp svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    animation: updownS 0.8s alternate infinite;
}

@keyframes updownS {
    0% {
        transform: translate(-50%, -40%);
    }

    100% {
        transform: translate(-50%, -60%);
    }
}

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

    .soSwAb_2 {
        width: 34%;
    }

    .soSwAbBTI {
        width: 48px;
        height: 48px;
    }

    .soSwOnUp {
        width: 50px;
        height: 50px;
        bottom: 30px;
    }

    #soSwOn .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-left: 18px;
    }

    #soSwOn .swiper-pagination {
        bottom: 30px;
    }

    .soSwOnBg {
        width: 300px;
        height: 90px;
    }
}

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

    .soSwAb_1 {
        width: 100%;
    }

    .soSwAb_2 {
        width: 310px;
        max-width: 100%;
    }

    .chanEn .soSwAb_2 {
        display: none;
    }

    .soSwOnUp {
        width: 42px;
        height: 42px;
        bottom: 18px;
    }

    .soSwOnBg {
        width: 170px;
        height: 72px;
    }

    #soSwOn .swiper-pagination {
        bottom: 24px;
    }
}

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

    .soSwAb_1 {
        margin-bottom: 24px;
    }

    .soSwAbT {
        margin-bottom: 16px;
    }

    .soSwAbBTI {
        width: 34px;
        height: 40px;
    }

    .soSwOnBg {
        width: 120px;
        height: 60px;
    }

    .soSwOnBg img {
        width: 72%;
    }

    .soSwAbBT {
        margin-bottom: 10px;
    }
}

.so1 {
    padding-top: 130px;
}

.soT {
    margin-bottom: 52px;
}

.soT1 p {
    color: #0058A3;
    text-align: center;
    font-size: var(--zj-soT1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-soT1) * 1.222);
}

.so1T2 p {
    color: #222;
    text-align: center;
    font-size: var(--zj-soT1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-soT1) * 1.222);
}

.so1CH {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.so1CHL {
    padding: 14px 40px;
    border-radius: 60px;
    border: 1px solid #1C94DE;
    background: #FFF;
    margin: 0 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.so1CHL:hover {
    background: #1C94DE;
}

.so1CHL.on {
    background: #1C94DE;
}

.so1CHLA {
    display: flex;
    flex-direction: column;
    height: 26px;
    overflow: hidden;
}

.so1CHLA span {
    color: #222;
    text-align: center;
    font-size: var(--zj-soSwAbBT);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease;
}

.so1CHLA span:nth-child(2) {
    color: #FFF;
}

.so1CHL:hover .so1CHLA span {
    transform: translateY(-26px);
}

.so1CHL.on .so1CHLA span {
    transform: translateY(-26px);
}

.so1U {
    display: none;
    margin-right: calc(-.5* 2.4rem);
    margin-left: calc(-.5* 2.4rem);
}

.so1U.on {
    display: flex;
}

.so1L {
    margin-bottom: 68px;
    padding-right: calc(2.4rem* .5);
    padding-left: calc(2.4rem* .5);
}

.so1LIM {
    margin-bottom: 24px;
    transition: all 0.5s ease;
}

.so1LAB:hover .so1LIM {
    background: rgba(28, 148, 222, 1);
}

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

.so1LT {
    margin-bottom: 12px;
}

.so1LT p {
    color: #222;
    text-align: center;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1LT) * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so1LAB:hover .so1LT p {
    color: #0058A3;
}

.so1LA {
    display: flex;
    justify-content: center;
}

.so1LA span {
    color: #666;
    text-align: center;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    --size: 1px;
    --color: #0058A3;
    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);
}

.so1LAB:hover .so1LA span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    color: #0058A3;
}

.so1Bt {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.so1BtBg {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    justify-content: center;
    width: 460px;
    padding: 44px 0;
}

.so1BtBg::after {
    position: absolute;
    content: "";
    width: 460px;
    height: 460px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -322px;
    background: #0058A3;
    border-radius: 50%;
}

.so1BtBg span {
    color: #FFF;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 12;
    margin-right: 14px;
    --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);
}

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

.so1BtIco {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.075);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
    z-index: 12;
}

.so1BtIcoB {
    width: 200%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    display: flex;
    position: relative;
    z-index: 12;
    background: #FFF;
}

.so1BtIcoB img {
    height: 100%;
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 16;
}

.so1BtBg:hover .so1BtIco {
    background-color: transparent;
}

.so1BtBg:hover .so1BtIco>div {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

@media (max-width: 1536px) {
    .soT {
        margin-bottom: 34px;
    }

    .so1 {
        padding-top: 68px;
    }

    .so1LT {
        margin-bottom: 6px;
    }

    .so1CHL {
        padding: 8px 34px;
    }

    .so1LIM {
        margin-bottom: 14px;
    }

    .so1CH {
        margin-bottom: 58px;
    }

    .so1CHLA {
        height: 23px;
    }

    .so1CHL.on .so1CHLA span {
        transform: translateY(-23px);
    }

    .so1U {
        margin-right: calc(-.5* 1.4rem);
        margin-left: calc(-.5* 1.4rem);
    }

    .so1L {
        margin-bottom: 28px;
        padding-right: calc(1.4rem* .5);
        padding-left: calc(1.4rem* .5);
    }

    .so1BtBg {
        width: 338px;
        padding: 19px 0;
    }

    .so1BtBg::after {
        width: 410px;
        height: 410px;
        bottom: -329px;
    }

    .so1BtIco {
        width: 44px;
        height: 44px;
    }
}

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

    .so1CHLA {
        height: 20px;
    }

    .chanEn .so1CHLA span {
        font-size: 13px;
    }

    .chanEn .so1CHL {
        padding: 8px 18px;
    }

    .so1CHL.on .so1CHLA span {
        transform: translateY(-20px);
    }
}

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

    .so1CH {
        flex-direction: column;
    }

    .so1CHL {
        margin: 0;
        margin-bottom: 10px;
    }
}

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

    .soT {
        margin-bottom: 24px;
    }

    .chanEn .so1CHL .so1CHLA span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .so1CHL {
        padding: 8px 12px;
    }

    .so1CH {
        margin-bottom: 30px;
    }

    .chanEn .so1LT p {
        padding: 0 6px;
    }
}

/*  */

.so2 {
    background: url(../images/so2bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.so2Sa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 188px;
    padding-bottom: 184px;
}

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

.chanEn .so2_1 {
    width: 52%;
}

.so2T {
    margin-bottom: 38px;
}

.so2T1 p {
    color: #0058A3;
    font-size: var(--zj-soT1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-soT1)* 1.222);
}

.so2T2 p {
    color: #222;
    font-size: var(--zj-soT1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-soT1)* 1.222);
}

.so2P {
    margin-bottom: 56px;
}

.so2P p {
    color: #666;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

/*  */
.so2Bt {
    display: flex;
}

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

.so2BtBg span {
    color: #222;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 12;
    margin-right: 14px;
    --size: 1px;
    --color: #222;
    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);
}

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

.so2 .so1BtIco {
    position: relative;
}

.so2 .so1BtIco::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #0045A8;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
    z-index: 14;
}

/* .so2 .so2BtBg:hover .so1BtIco::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} */

.so2 .so1BtIcoB {
    background: #1C94DE;
}

.so2BtBg:hover .so1BtIco {
    background-color: transparent;
}

.so2BtBg:hover .so1BtIco>div {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

/*  */
.so2U {
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.chanEn .so2L {
    width: 33.333%;
}

.chanEn .ab1 .so2L {
    width: 25%;
}

.so2LNum {
    display: flex;
    align-items: flex-end;
}

.so2LNum p {
    color: #0058A3;
    font-size: var(--zj-so2LNum);
    font-style: normal;
    font-family: Mott6;
    line-height: normal;
    margin-right: 4px;
    transition: all 0.3s ease;
}

.so2LSa:hover .so2LNum p {
    color: #1C94DE;
    text-shadow: 0px 6px 10px rgba(0, 88, 163, 0.40);
}

.so2LNum span {
    color: #0058A3;
    font-size: var(--zj-venLoP);
    font-style: normal;
    font-family: Mott5;
    line-height: normal;
    transition: all 0.3s ease;
}

.so2LSa:hover .so2LNum span {
    color: #1C94DE;
    text-shadow: 0px 6px 10px rgba(0, 88, 163, 0.40);
}

.so2LP p {
    color: #222;
    font-size: var(--zj-venUl1);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chanEn .so2LP p {
    padding: 0 4px;
}

.so2_2 {
    width: 44%;
    flex: 0 0 auto;
}

.so2_2IM {
    overflow: hidden;
    border-radius: 20px;
}

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

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

@media (max-width: 1536px) {
    .so2_1 {
        width: 50%;
    }

    .so2_2 {
        width: 46%;
    }

    .so2Sa {
        padding-top: 66px;
        padding-bottom: 70px;
    }
}

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

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

    .chanEn .so2L {
        width: auto;
        margin-bottom: 10px;
    }

    .chanEn .so2_1 {
        width: 100%;
    }

    .so2_2 {
        width: 100%;
    }
}

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

    .so2T {
        margin-bottom: 20px;
    }

    .so2P {
        margin-bottom: 20px;
    }

    .so2L {
        width: 50%;
        margin-bottom: 20px;
    }

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

    .so2U {
        margin-top: 32px;
    }
}

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

.so3U {
    margin: 0;
}

.so3L {
    padding: 0;
    padding: 20px 14px;
}

.so3L:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.so3LA {
    display: block;
    background: #1c94de00;
    height: 100%;
    padding: 48% 10% 30%;
    transition: all 0.3s ease;
}

.so3LA:hover {
    /* background: #1C94DE; */
    background: rgba(28, 148, 222, 0.75);
}

.so3LAbox {
    transition: all 0.3s ease;
}

.so3LA:hover .so3LAbox {
    transform: translateY(-36px);
}

.so3LANum {
    margin-bottom: 36px;
}

.so3LANum p {
    opacity: 0.6;
    color: #FFF;
    font-size: var(--zj-veDeT);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-veDeT) * 1.6);
    transition: all 0.3s ease;
}

.so3LA:hover .so3LANum p {
    opacity: 1;
}

.so3LAT {
    margin-bottom: 36px;
}

.so3LAT p {
    color: #FFF;
    font-size: calc(var(--zj-veDeT) - 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-veDeT) - 2px) * 1.71);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.so3LA:hover .so3LAT p {
    opacity: 1;
}

.so3LAP {
    margin-bottom: 70px;
}

.so3LAP p {
    color: #FFF;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-so1LA) * 1.875);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.so3LA:hover .so3LAP p {
    opacity: 1;
}

.so3 .soSwAbBT {
    opacity: 0;
    transition: all 0.3s ease;
}

.so3 .so3LA:hover .soSwAbBT {
    opacity: 1;
}

@media (max-width: 1536px) {
    .so3LANum {
        margin-bottom: 26px;
    }

    .so3LAT {
        margin-bottom: 26px;
    }

    .so3LAP {
        margin-bottom: 60px;
    }
}

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

    .so3LA {
        padding: 2% 3% 0%;
    }

    .so3L:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .so3LA:hover .so3LAbox {
        transform: translateY(-16px);
    }
}

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

    .so3LAT {
        margin-bottom: 10px;
    }

    .so3LAP {
        margin-bottom: 20px;
    }

    .so3LA:hover .so3LAbox {
        transform: translateY(-6px);
    }
}

/*  */
.so4 {
    background: url(../images/so4bg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 118px;
    padding-bottom: 188px;
}

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

.so4_1 .so2T {
    margin-bottom: 0;
}

.so4 .soSwAbBT {
    border: 1px solid #1C94DE;
    transition: all 0.3s ease;
}

.so4 .soSwAbBT:hover {
    background: #1C94DE;
}

.so4 .soSwAbBT p {
    color: #222;
    transition: all 0.3s ease;
}

.so4 .soSwAbBT:hover p {
    color: #FFF;
}

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

#so04_01Sw {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #DBDBDB;
    background: #FFF;
}

#so04_01Sw a {
    padding: 12% 11%;
    display: block;
    border-left: 1px solid #DBDBDB;
}

#so04_01Sw .swiper-slide:first-child a {
    border-left: none;
}

.so4SwNum {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.so4SwIco {
    width: 18px;
    flex: 0 0 auto;
    margin-right: 6px;
}

.so4SwIco svg {
    width: 100%;
}

#so04_01Sw a .so4SwIco svg path {
    transition: all 0.3s ease;
}

#so04_01Sw a:hover .so4SwIco svg path {
    fill: #0058A3;
}

.so4SwTim p {
    color: #666;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
}

#so04_01Sw a:hover .so4SwTim p {
    color: #0058A3;
}

.so4SwT {
    margin-bottom: 22px;
}

.so4SwT p {
    color: #222;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-so1LT) * 1.5);
    min-height: calc(calc(var(--zj-so1LT) * 1.5) * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

#so04_01Sw a:hover .so4SwT p {
    color: #0058A3;
}

.so4SwIM {
    overflow: hidden;
    border-radius: 20px;
}

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

#so04_01Sw a:hover .so4SwIM img {
    transform: scale(1.08);
}

#so04_01Sw .swiper-scrollbar {
    bottom: -64px;
    height: 2px;
    background: #DBDBDB;
}

#so04_01Sw .swiper-scrollbar-drag {
    border-radius: 4px;
    background: #1C94DE;
    height: 6px;
    top: -2.2px;
}

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

    .so4_1 {
        margin-bottom: 42px;
    }

    #so04_01Sw .swiper-scrollbar {
        bottom: -54px;
    }

    #so04_01Sw a {
        padding: 8% 7%;
    }
}

@media (max-width: 768px) {
    .so4_1 {
        flex-direction: column;
        align-items: flex-start;
    }

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

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

    .so4_1 {
        margin-bottom: 16px;
    }

    #so04_01Sw .swiper-scrollbar {
        bottom: -34px;
    }
}

.ab1 {
    position: relative;
    padding-top: 76px;
    padding-bottom: 258px;
}

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

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

.ab1SmT {
    padding-top: 58px;
}

.ab1SmT p {
    color: #0058A3;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab1T {
    margin: 38px 0;
}

.ab1T p {
    color: #222;
    font-size: var(--zj-veDeT);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-veDeT) * 1.32);
    width: 860px;
    max-width: 100%;
}

.ab1P p {
    color: #666;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-so1LA) * 1.87);
}

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

.ab1_2IM {
    position: relative;
}

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

.ab1_2SpP {
    position: absolute;
    left: 60px;
    top: 47%;
    transform: translateY(-50%);
}

.ab1_2SpP span {
    color: #222;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ab1_2SpP p {
    color: #222;
    font-family: Mott6;
    font-size: var(--zj-abP);
    font-style: normal;
    line-height: 116px;
}

/*  */
.ab1UB {
    border-radius: 20px;
    background: #0058A3;
    padding: 80px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18%;
    z-index: 16;
}

.ab1UB .so2LSa {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ab1UB .so2U {
    margin-top: 0;
}

.ab1UB .so2L {
    border-right: 1px solid #FFF;
}

.ab1UB .so2L:last-child {
    border-right: none;
}

.ab1UB .so2LNum p {
    color: #FFF !important;
}

.ab1UB .ab1UB .so2LSa:hover .so2LNum p {
    color: #FFF !important;
}

.ab1UB .so2LNum span {
    color: #FFF !important;
}

.ab1UB .so2LP p {
    color: #FFF;
    text-align: center;
}

/*  */
.ab2 {
    background: url(../images/ab2bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 238px;
    padding-bottom: 148px;
}

.ab2Sa {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 96px;
}

.ab2SaF {
    width: 400px;
    max-width: 100%;
}

.ab2T {
    margin-bottom: 50px;
}

.ab2T p {
    color: #FFF;
    font-size: var(--zj-soT1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-soT1) * 1.222);
}

.ab2L {
    display: flex;
    margin-bottom: 26px;
}

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

.ab2LIc {
    width: 40px;
    flex: 0 0 auto;
    margin-right: 14px;
    padding-top: 6px;
}

.ab2LIc img {
    width: 100%;
}

.ab2LCo p {
    color: #FFF;
    font-size: var(--zj-veDeT);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.ab2LCo span {
    color: #FFF;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*  */
.ab3 {
    position: relative;
    padding-top: 118px;
    padding-bottom: 104px;
}

.ab3T {
    margin-bottom: 40px;
}

.ab3T p {
    color: #0058A3;
    font-size: var(--zj-soT1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-soT1) * 1.222);
}

/*  */
.ab3Sw {
    position: relative;
    margin-bottom: 52px;
}

#ab3Sw a {
    background: #F7F7F7;
    display: block;
}

.ab3SwIm {
    height: 476px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px;
    border-bottom: 2px solid #C6C6C6;
    overflow: hidden;
}

.ab3SwIm img {
    width: 100%;
    transition: all 0.3s ease;
}

#ab3Sw a:hover .ab3SwIm img {
    transform: scale(1.08);
}

.ab3SwP {
    padding: 26px 12px;
}

.ab3SwP p {
    color: #666;
    text-align: center;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.chanEn .ab3SwP p {
    -webkit-line-clamp: 2;
}

#ab3Sw a:hover .ab3SwP p {
    color: #0058A3;
}

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

.ab3 .ab3SwScr .swiper-scrollbar {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    width: calc(100% - 150px);
    flex: 0 0 auto;
    height: 2px;
    background: #C6C6C6;
}

.ab3 .ab3SwScr .swiper-scrollbar-drag {
    height: 6px;
    background: #1C94DE;
    border-radius: 4px;
    top: -2px;
}

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

.ab3 .swiper-button-prev {
    margin-right: 20px;
}

.ab3 .swiper-button-next,
.ab3 .swiper-button-prev {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1C94DE;
    opacity: 1;
}

.ab3 .swiper-button-next::after,
.ab3 .swiper-button-prev::after {
    content: "";
}

/*  */
.ab4 {
    background: url(../images/ab4bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.ab4Sa {
    position: relative;
    padding-top: 114px;
    padding-bottom: 112px;
}

.ab4T {
    margin-bottom: 62px;
}

.ab4T p {
    color: #0058A3;
    font-size: var(--zj-soT1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-soT1) * 1.222);
}

.ab4Sw_1 {
    position: relative;
    margin-bottom: 54px;
}

#ab4Sw_1 {
    overflow: hidden;
    min-height: 350px;
}

.ab4Sw_1Sa {
    position: relative;
    padding-left: 44px;
    padding-bottom: 100px;
}

.ab4Sw_1Sa::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #C6C6C6;
}

.ab4Sw_1T {
    margin-bottom: 32px;
}

.ab4Sw_1T p {
    color: #666;
    font-family: Mott6;
    font-size: var(--zj-so2LNum);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;
}

.swiper-slide-active .ab4Sw_1T p {
    font-size: calc(var(--zj-so2LNum) + 34px);
    color: #0058A3;
}

.ab4Sw_1P p {
    color: #666;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-so1LT) * 2);
    transition: all 0.3s ease;
}

.swiper-slide-active .ab4Sw_1P p {
    color: #222;
}

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

.ab4but .swiper-button-next,
.ab4but .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #1C94DE;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 0;
    margin: 0 10px;
}

.ab4but .swiper-button-next::after,
.ab4but .swiper-button-prev::after {
    content: "";
}

/*  */
.ab4Sw_2 {
    position: relative;
    margin-bottom: 44px;
}

.ab4Sw_2>img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 8px;
}

#ab4Sw_2 {
    overflow: hidden;
}

.ab4Sw_2P p {
    color: #666;
    text-align: center;
    font-family: Mott6;
    font-size: var(--zj-veDeT);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;
}

.swiper-slide-active .ab4Sw_2P p {
    color: #0058A3;
}

/*  */
.ab5Sa {
    padding-top: 110px;
    padding-bottom: 130px;
}

.ab5T {
    margin-bottom: 46px;
}

.ab5T p {
    color: #0058A3;
    text-align: center;
    font-size: var(--zj-soT1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-soT1) * 1.222);
}

.ab5L {
    margin-bottom: 24px;
}

.ab5LIM {
    border-radius: 20px;
    background: #D9D9D9;
    overflow: hidden;
}

.ab5LIM img {
    width: 100%;
    transition: all 0.3s ease;
}

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

/*  */
.ab6 {
    background: url(../images/ab6img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 112px;
    padding-bottom: 154px;
    background-attachment: fixed;
}

.ab6IM img {
    width: 100%;
}

.ab6T {
    margin-bottom: 66px;
}

.ab6T p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-soT1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-soT1) * 1.222);
}

@media (max-width: 1536px) {
    .ab1 {
        position: relative;
        padding-top: 60px;
        padding-bottom: 200px;
    }

    #ab4Sw_1 {
        min-height: 300px;
    }

    .ab1SmT {
        padding-top: 20px;
    }

    .ab1T {
        margin: 22px 0;
    }

    .ab1_2SpP {
        left: 30px;
    }

    .ab1_2SpP p {
        line-height: 70px;
    }

    /*  */
    .ab2 {
        padding-top: 178px;
        padding-bottom: 96px;
    }

    .ab2T {
        margin-bottom: 26px;
    }

    .ab2LIc {
        width: 30px;
        margin-right: 10px;
    }

    /*  */
    .ab3 {
        padding-top: 72px;
        padding-bottom: 86px;
    }

    .ab3SwIm {
        height: 400px;
        padding: 20px;
    }

    /*  */
    .ab4Sw_1T {
        margin-bottom: 4px;
    }

    .ab4Sa {
        padding-top: 76px;
        padding-bottom: 64px;
    }

    .ab4Sw_1Sa {
        padding-left: 34px;
        padding-bottom: 68px;
    }

    .swiper-slide-active .ab4Sw_1T p {
        font-size: calc(var(--zj-so2LNum) + 14px);
    }

    .ab4but .swiper-button-next,
    .ab4but .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin: 0 4px;
    }

    /*  */
    .ab5Sa {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .ab5T {
        margin-bottom: 36px;
    }

    /*  */
    .ab6 {
        padding-top: 76px;
        padding-bottom: 92px;
    }

    .ab6T {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .ab1 {
        padding-bottom: 150px;
    }

    .ab1Sa {
        flex-direction: column;
    }

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

    .ab1_2 {
        width: 40%;
    }

    .ab1UB {
        padding: 24px 0;
        padding-bottom: 0;
    }

    .ab1UB .so2L {
        width: 50%;
        margin-bottom: 20px;
    }

    .chanEn .ab1UB {
        bottom: -12%;
    }

    .chanEn .ab1UB .so2L {
        width: 50%;
        margin-bottom: 20px;
    }

    .ab1UB .so2L:nth-child(2) {
        border-right: none;
    }

    /*  */
    .ab5L {
        width: 50%;
    }
}

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

    .ab1UB {
        bottom: -13%;
    }

    .chanEn .ab1UB {
        bottom: -9%;
    }

    .chanEn .ab1UB .so2LP p {
        padding: 0 6px;
    }
}

@media (max-width: 499px) {
    .ab1 {
        padding-bottom: 110px;
        padding-top: 26px;
    }

    .ab1T {
        margin: 12px 0;
    }

    .ab1_2SpP {
        left: 20px;
    }

    .ab1_2SpP p {
        line-height: 48px;
    }

    /*  */
    .ab2 {
        background-position: right center;
        padding-top: 154px;
        padding-bottom: 54px;
    }

    .ab2Sa {
        padding-right: 0;
        align-items: flex-start;
    }

    .ab3SwIm {
        height: 340px;
        padding: 12px;
    }

    .ab3SwP {
        padding: 12px 8px;
    }

    .ab3 {
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .ab3 .swiper-button-next,
    .ab3 .swiper-button-prev {
        width: 36px;
        height: 36px;
    }

    .ab3 .ab3SwScr .swiper-scrollbar {
        width: calc(100% - 95px);
    }

    .ab3 .swiper-button-prev {
        margin-right: 6px;
    }

    #ab4Sw_1 {
        min-height: 180px;
    }

    .ab3T {
        margin-bottom: 24px;
    }

    .ab3Sw {
        margin-bottom: 34px;
    }

    /*  */
    .ab4T {
        margin-bottom: 26px;
    }

    .ab4Sw_1 {
        margin-bottom: 18px;
    }

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

    .ab4Sa {
        padding-top: 38px;
        padding-bottom: 52px;
    }

    .ab4but .swiper-button-next svg,
    .ab4but .swiper-button-prev svg {
        width: 20px;
    }

    .ab4Sw_2 {
        margin-bottom: 34px;
    }

    .ab4Sw_1Sa {
        padding-left: 12px;
        padding-bottom: 28px;
    }

    /*  */
    .ab5L {
        width: 100%;
    }

    .swiper-slide .ab4Sw_1T p {
        font-size: calc(var(--zj-so2LNum) + 14px);
    }

    .ab5T {
        margin-bottom: 22px;
    }

    .ab5Sa {
        padding-top: 44px;
        padding-bottom: 32px;
    }

    /*  */
    .ab6T {
        margin-bottom: 20px;
    }

    .ab6 {
        padding-top: 44px;
        padding-bottom: 54px;
    }

    .chanEn .ab4Sw_1P p {
        line-height: calc(var(--zj-so1LT)* 1.6);
    }
}

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

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

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

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

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

.subTi {
    margin-bottom: 16px;
}

.subTi h2 {
    color: #FFF;
    font-size: var(--zj-subTi);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.8px;
}

.subNav .breadcrumb {
    margin-bottom: 0;
}

.subNav .breadcrumb .breadcrumb-item,
.subNav .breadcrumb .breadcrumb-item a,
.subNav .breadcrumb .breadcrumb-item::before {
    color: #FFF;
    font-size: calc(var(--zj-so1LA) );
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.subNav .breadcrumb .breadcrumb-item a {
    display: flex;
    align-items: center;
}

.subNav .breadcrumb .breadcrumb-item a img {
    margin-right: 14px;
}

/*  */
.subCl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.subCl::after {
    position: absolute;
    content: "";
    border-radius: 0px 40px 0px 0px;
    background: #0058A3;
    width: calc(100vw - 200px);
    height: 100%;
    left: -200px;
    bottom: 0;
    z-index: -1;
}

.subClU {
    display: flex;
    align-items: center;
    padding: 32px 0;
}

.chanEn .subClU {
    max-width: 92%;
}

.subClL {
    margin-right: 70px;
}

.chanEn .subClL {
    margin-right: 12px;
}

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

.subClL>a span {
    color: #FFF;
    font-size: calc(var(--zj-so1LA) + 2px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    --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);
}

.subClL>a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
}

.subClL.on>a span {
    background-size: 100% var(--size);
    background-position-x: 0%;
}

.subCl img {
    position: absolute;
    width: 166px;
    left: calc(100vw - 624px);
    bottom: 0;
}

@media (max-width: 1536px) {
    .sub>img {
        height: 600px;
    }

    .chanEn .subClL {
        margin-right: 28px;
    }

    .subCl::after {
        width: calc(100vw - 100px);
    }

    .subCl img {
        left: calc(100vw - 524px);
    }
}

@media (max-width: 1199.9px) {
    .subClL {
        margin-right: 50px;
    }

    .chanEn .subClL {
        margin-right: 12px;
    }

    .subCl::after {
        width: 100vw;
    }

    .subCl img {
        left: calc(100vw - 424px);
    }
}

@media (max-width: 992px) {
    .subCl {
        display: none;
    }

    .sub>img {
        height: 430px;
    }

    .subText {
        top: 50%;
    }
}

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

    .sub>img {
        height: 300px;
    }

    .subNav .breadcrumb .breadcrumb-item a img {
        margin-right: 4px;
        width: 20px;
    }
}

.veSa {
    padding-bottom: 264px;
}

.veSa>div {
    margin-top: 176px;
    position: relative;
}

.veSa>div:first-child {
    margin-top: 134px;
}

.veSa>div::after {
    position: absolute;
    content: "";
    width: calc(100% - 30%);
    height: 100%;
    right: 0;
    bottom: -46px;
    background: #F7F7F7;
    z-index: -1;
}

.veSa>.ve2::after {
    right: auto;
    left: 0;
}

.jjfajjfa {
    margin-top: -150px;
}

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

.ve1_1 {
    width: 43.2%;
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

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

.ve1_2 {
    width: 51.4%;
    padding-top: 144px;
}

.ve1 .ve1_2 {
    padding-right: 5%;
}

.ve2 .ve1_2 {
    padding-left: 5%;
}

.veT {
    margin-bottom: 20px;
}

.veT p {
    color: #0058A3;
    font-size: calc(var(--zj-venLoP) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: calc(calc(var(--zj-venLoP) + 2px) * 1.61);
}

.veP {
    margin-bottom: 50px;
}

.veP p {
    color: #666;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-so1LA) * 1.875);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(calc(var(--zj-so1LA) * 1.875) * 3);
}

.ve .soSwAbBT {
    border-radius: 60px;
    border: 1px solid #1C94DE;
    transition: all 0.3s ease;
}

.ve .soSwAbBT:hover {
    background: #1C94DE;
}

.ve .soSwAbBT p {
    color: #222;
    transition: all 0.3s ease;
}

.ve .soSwAbBT:hover p {
    color: #FFF;
}

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

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

    .veSa>div:first-child {
        margin-top: 90px;
    }

    .veSa>div {
        margin-top: 118px;
    }

    .veSa {
        padding-bottom: 150px;
    }

    .subClL {
        margin-right: 26px;
    }
}

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

    .ve1 .ve1_2 {
        width: 100%;
        margin-bottom: 40px;
    }

    .ve2 {
        flex-direction: column;
    }

    .ve1_2 {
        width: 100%;
        margin-bottom: 40px;
    }

    .ve1_1 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .veSa>div:first-child {
        margin-top: 0px;
    }

    .veT {
        margin-bottom: 12px;
    }

    .veSa {
        padding-bottom: 80px;
    }

    .veSa>div {
        margin-top: 26px;
    }

    .ve1 .ve1_2 {
        margin-bottom: 18px;
    }
    
    .jjfajjfa {
    margin-top: 0;
}

    .veP {
        margin-bottom: 32px;
    }

    .veT p {
        font-size: 22px;
    }
}

.veDe {
    background: #F7F7F7;
    position: relative;
    overflow: hidden;
    padding-top: 260px;
    padding-bottom: 212px;
}

.veDe .subNav .breadcrumb {
    margin-bottom: 38px;
}

.veDeSa {
    position: relative;
    z-index: 12;
    border-radius: 20px;
    background: #FFF;
    padding: 4% 11% 7%;
}

.veDeSa .subNav .breadcrumb .breadcrumb-item,
.veDeSa .subNav .breadcrumb .breadcrumb-item a,
.veDeSa .subNav .breadcrumb .breadcrumb-item::before {
    color: #666;
}

.veDeT {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 70px;
    margin-bottom: 64px;
    position: relative;
}

.veDeT::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #C6C6C6;
}

.veDeT p {
    color: #0058A3;
    font-size: var(--zj-veDeT);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-veDeT) * 1.618);
}

.veDeT>a {
    color: #222;
    font-size: var(--zj-soSwAbBT);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 60px;
    border: 1px solid #1C94DE;
    padding: 18px 44px;
    transition: all 0.3s ease;
    flex: 0 0 auto;
}

.veDeT>a:hover {
    background-color: #1C94DE;
    color: #FFF;
}

.veDeP p {
    color: #333;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-so1LA) * 1.875);
    margin-bottom: 90px;
}

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

.veDeP img,
.veDeP p img {
    max-width: 100%;
    border-radius: 20px;
}

.veDe>img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

@media (max-width: 1536px) {
    .veDeSa {
        padding: 4% 4% 4%;
    }

    .veDe .subNav .breadcrumb {
        margin-bottom: 24px;
    }

    .veDeT {
        padding-bottom: 24px;
        margin-bottom: 36px;
    }

    .veDeT>a {
        padding: 8px 40px;
    }

    .veDeP p {
        margin-bottom: 44px;
    }
}

@media (max-width: 499px) {
    .veDeT p {
        margin-bottom: 10px;
    }

    .veDeP p {
        margin-bottom: 14px;
    }

    .veDeT {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cus {
    background: #F7F7F7;
    padding-bottom: 140px;
    padding-top: 150px;
}

.cusU {
    margin-right: calc(-.5* 2rem);
    margin-left: calc(-.5* 2rem);
    margin-bottom: 40px;
}

.cusL {
    padding-right: calc(2rem* .5);
    padding-left: calc(2rem* .5);
    margin-bottom: 70px;
}

.cusLA {
    display: block;
}

.cusLImg {
    padding: 12% 18%;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 18px;
}

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

.cusLA:hover .cusLImg img {
    transform: scale(1.08);
}

.cusLP p {
    color: #222;
    text-align: center;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1LT) * 2);
}


@media (max-width: 1536px) {
    .cusU {
        margin-right: calc(-.5* 1.5rem);
        margin-left: calc(-.5* 1.5rem);
        margin-bottom: 20px;
    }

    .cusL {
        padding-right: calc(1.5rem* .5);
        padding-left: calc(1.5rem* .5);
        margin-bottom: 38px;
    }

    .cus {
        background: #F7F7F7;
        padding-bottom: 100px;
        padding-top: 110px;
    }

    .cusLImg {
        padding: 6% 10%;
        margin-bottom: 8px;
    }
}

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

@media (max-width: 642px) {
    .cusL {
        width: 50%;
    }
}

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

    .cusL {
        margin-bottom: 18px;
    }

    .cusLImg {
        padding: 3% 4%;
        margin-bottom: 6px;
    }
}

.ne {
    background: #F7F7F7;
    padding-top: 124px;
    padding-bottom: 138px;
}

.neU {
    margin-right: calc(-.5* 2rem);
    margin-left: calc(-.5* 2rem);
    margin-bottom: 84px;
}

.neL {
    margin-bottom: 40px;
    padding-right: calc(2rem* .5);
    padding-left: calc(2rem* .5);
}

.neLA {
    border-radius: 20px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    display: block;
    overflow: hidden;
    padding: 11% 11% 15%;
}

.neLTim {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.neLTim svg {
    margin-right: 6px;
    flex: 0 0 auto;
    width: 16px;
}

.neLTim svg path {
    transition: all 0.3s ease;
}

.neLA:hover .neLTim svg path {
    fill: #0058A3;
}

.neLTim p {
    color: #666;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
}

.neLA:hover .neLTim p {
    color: #0058A3;
}

.neLT {
    margin-bottom: 24px;
}

.neLT p {
    color: #222;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-so1LT) * 1.5);
    min-height: calc(calc(var(--zj-so1LT) * 1.5) * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.neLA:hover .neLT p {
    color: #0058A3;
}

.neLIM {
    border-radius: 20px;
    overflow: hidden;
}

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

.neLA:hover .neLIM img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .neU {
        margin-right: calc(-.5* 1.2rem);
        margin-left: calc(-.5* 1.2rem);
        margin-bottom: 44px;
    }

    .ne {
        background: #F7F7F7;
        padding-top: 84px;
        padding-bottom: 100px;
    }

    .neLA {
        padding: 7% 7% 11%;
    }

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

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

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

    .neU {
        margin-bottom: 16px;
    }

    .ne {
        padding-top: 48px;
        padding-bottom: 58px;
    }

    .neLA {
        padding: 4% 5% 6%;
    }
}

.neDeNum {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding-top: 20px;
}

.neDeNum svg {
    margin-right: 10px;
    width: 24px;
    flex: 0 0 auto;
}

.neDeNum p {
    color: #666;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.neDeT {
    position: relative;
    padding-bottom: 54px;
    margin-bottom: 64px;
}

.neDeT::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #C6C6C6;
}

.neDeT>p {
    color: #0058A3;
    font-size: var(--zj-veDeT);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-veDeT) * 1.618);
}

.neDeCo {
    position: relative;
    padding-bottom: 118px;
}

.neDeCo::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #C6C6C6;
}

.neDeCo p {
    color: #333;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-so1LA) * 1.875);
    margin-bottom: 90px;
}

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

.neDeCo p img {
    max-width: 100%;
    border-radius: 20px;
}

.neDeCh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 56px;
}

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

.neDeChASp {
    padding: 14px 16px;
    border-radius: 60px;
    border: 1px solid #1C94DE;
    transition: all 0.3s ease;
}

.neDeChASp:hover {
    background: #1C94DE;
}

.neDeChASp .neDeChA {
    transition: all 0.3s ease;
    height: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.neDeChASp .neDeChA span {
    font-size: calc(var(--zj-so1LA) + 2px);
    font-weight: 500;
    transition: all 0.3s ease;
    background-size: transparent;
    background-image: none;
}

.neDeChASp:hover .neDeChA span {
    transform: translateY(-30px);
    background-size: transparent;
    background-image: none;
    color: #222;
}

.neDeChASp .neDeChA span:nth-child(2) {
    color: #FFF;
}

.neDeChVg {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 50% !important;
    background: rgba(28, 148, 222, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.neDeChVg svg {
    width: 28px;
}

.neDeChA span {
    color: #222;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-so1LA) * 1.875);
    margin: 0 28px;

    --size: 1px;
    --color: #0058A3;
    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;
}

.neDeChA:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    color: rgb(0, 88, 163);
}

.neDeSa {
    padding-top: 90px;
}

.neDeSa .neU {
    margin-bottom: 0;
}

.neDeSa .neL {
    margin-bottom: 0;
}

.neDeT2 {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 66px;
}

.neDeT2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #C6C6C6;
    left: 0;
    bottom: 0;
}

.neDeT2 p {
    color: #0058A3;
    font-size: var(--zj-veDeT);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-veDeT) * 1.618);
}

@media (max-width: 1536px) {
    .neDeNum svg {
        margin-right: 6px;
        width: 18px;
    }

    .neDeNum {
        margin-bottom: 6px;
        padding-top: 10px;
    }

    .neDeT {
        padding-bottom: 32px;
        margin-bottom: 42px;
    }

    .subNav .breadcrumb .breadcrumb-item a img {
        margin-right: 6px;
        width: 20px;
    }

    .neDeCo {
        padding-bottom: 48px;
    }

    .neDeCo p {
        margin-bottom: 44px;
    }

    .neDeChASp .neDeChA {
        height: 26.25px;
    }

    .neDeChVg {
        --w: 40px;
    }

    .neDeChVg svg {
        width: 18px;
    }

    .neDeChA span {
        margin: 0 14px;
    }

    .veDe>img {
        height: 400px;
        object-fit: cover;
        object-position: center;
    }

    .neDeCh {
        padding-top: 38px;
    }

    .neDeChASp {
        padding: 8px 8px;
    }

    .neDeSa {
        padding-top: 70px;
    }

    .veDe {
        padding-bottom: 100px;
    }

    .neDeT2 {
        padding-bottom: 16px;
        margin-bottom: 38px;
    }
}

@media (max-width: 992px) {
    .neDeSa .neL {
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .veDe>img {
        height: 240px;
    }

    .neDeT {
        padding-bottom: 16px;
        margin-bottom: 26px;
    }

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

    .neDeCo {
        padding-bottom: 30px;
    }

    .neDeCh {
        padding-top: 20px;
    }

    .neDeChASp {
        display: none;
    }

    .veDe {
        padding-top: 180px;
        padding-bottom: 30px;
    }

    /*  */
    .neDeSa {
        padding-top: 52px;
    }
}

.mappSb {
    position: relative;
}

.mappSb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/channeDeMap.png) no-repeat;
    background-size: cover;
    /* background-position: center; */
}

.BMapLabel {
    display: none !important;
}

.con1 {
    position: relative;
}

.con1_Sa {
    position: absolute;
    max-width: 1346px;
    left: 50%;
    transform: translateX(-50%);
    top: -21.4%;
    border-radius: 20px;
    background: #0058A3;
    padding: 64px 0 92px;
    z-index: 12;
}

.chanEn .con1_Sa {
    padding: 32px 0 52px;
}

.con1T {
    margin-bottom: 54px;
}

.con1T p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-veDeT);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-veDeT) * 1.618);
}

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

.con1L:nth-child(2) {
    position: relative;
}

.con1L:nth-child(2)::after,
.con1L:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #FFF;
    top: 0;
}

.con1L:nth-child(2)::after {
    left: 0;
}

.con1L:nth-child(2)::before {
    right: 0;
}

.con1LSa {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.con1LIco {
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    padding: 22px;
    margin-bottom: 28px;
}

.con1LIco img {
    width: 30px;
}

.con1LIcoP {
    margin-bottom: 6px;
}

.con1LIcoP p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.con1LA span,
.con1LA p {
    color: #FFF;
    font-size: var(--zj-venUl1);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.chanEn .con1LA span,
.chanEn .con1LA p {
    padding: 0 6px;
}

.con2 {
    background: #F7F7F7;
}

.con2Sa {
    border-radius: 20px;
    background: #FFF;
    padding: 76px 96px 72px;
    transform: translateY(-24%);
}

.con2T {
    margin-bottom: 50px;
}

.con2T p {
    color: #0058A3;
    text-align: center;
    font-size: var(--zj-veDeT);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-veDeT) * 1.618);
}

/*  */
/*  */
/* 特殊 */
#myform .information {
    margin-right: calc(-.5* 1.4rem);
    margin-left: calc(-.5* 1.4rem);
}

#myform .information .fillinbox {
    padding-right: calc(1.4rem* .5);
    padding-left: calc(1.4rem* .5);
    margin-bottom: 28px;
}

#myform .information .fillinbox>input,
#myform .information .fillinbox>textarea {
    text-align: justify;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    padding: 14px 30px;

    color: #222;
    font-size: var(--zj-soSwAbBT);
    font-weight: 400;
    line-height: calc(var(--zj-soSwAbBT) * 1.111);
    letter-spacing: 0.36px;
}

/*  */

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

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

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

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

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

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

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

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

#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;
}

/*  */
#froBt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
}

#froBt .soSwAbBT {
    background: #1C94DE;
    border-radius: 60px;
    border: 1px solid #1C94DE;
    padding: 2px 16px 2px 36px;
}

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

.froBt_1 p {
    color: #333;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.froBt_1 input {
    width: 81px;
    height: 37px;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    margin-right: 14px;
}

.froBt_1 img {
    width: 95px;
    margin-right: 10px;
}

@media (max-width: 1536px) {
    .con1_Sa {
        padding: 44px 0 60px;
    }

    .chanEn .con1_Sa {
        top: -30.4%;
    }

    .con1T {
        margin-bottom: 38px;
    }

    .con1LIco {
        padding: 14px;
    }

    .con2Sa {
        padding: 44px 60px 50px;
        transform: translateY(-12%);
    }
}

@media (max-width: 992px) {
    #map {
        height: 900px;
    }

    .mappSb::after {
        background-position: center;
    }

    .con1T {
        margin-bottom: 18px;
    }

    .con1_Sa {
        top: -12.4%;
    }

    .con1LIco {
        padding: 6px 7px;
        margin-bottom: 8px;
    }

    .con1LIco img {
        width: 20px;
    }

    .con1L:nth-child(2)::after,
    .con1L:nth-child(2)::before {
        display: none;
    }

    .con1L {
        width: 100%;
    }

    .con2T {
        margin-bottom: 24px;
    }

    .con2Sa {
        padding: 34px 18px 32px;
    }

    .con1_Sa {
        padding: 30px 0 26px;
    }

    #froBt {
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }

    .froBt_1 {
        margin-bottom: 20px;
    }

    #myform .information .fillinbox {
        width: 100%;
        margin-bottom: 12px;
    }
}

@media (max-width: 499px) {
    .con1_Sa {
        top: -6.4%;
    }

    .mappSb::after {
        background: url(../images/ssss.jpg) no-repeat;
        background-size: 105% 107%;
        background-position: -4vw 10vw;
    }

    .con1T {
        margin-bottom: 6px;
    }

    #map {
        height: 700px;
    }

    .froBt_1Bt {
        display: none;
    }

    .con2T {
        margin-bottom: 14px;
    }

    .con2Sa {
        padding: 22px 12px 14px;
    }

    .chanEn .froBt_1 img {
        width: 84px;
    }

    #froBt {
        padding-top: 10px;
    }
}

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

.pro1 {
    width: 26.8%;
    flex: 0 0 auto;
    background: #F7F7F7;
    position: sticky;
    top: 82px;
}

.pro1_1 {
    background: #0058A3;
    position: relative;
    overflow: hidden;
    padding: 44px 78px;
    padding-right: 12px;
}

.pro1_1 p {
    color: #FFF;
    font-size: var(--zj-soT1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-soT1) * 1.2);
}

.chanEn .pro1_1 p {
    font-size: 30px;
}

.pro1_1 img {
    position: absolute;
    width: 180px;
    right: 0;
    bottom: 0;
}

/*  */
.pro1_2 {
    padding: 52px 70px 146px;
    padding-right: 32px;
}

.pro1_2U {
    padding-left: 34px;
    position: relative;
    height: 40vw;
    overflow-y: auto;
    padding-right: 10px;
}

.pro1_2U::-webkit-scrollbar-thumb {
    border-radius: 2px !important;
    background: #0058A3 !important;
}

.pro1_2U::-webkit-scrollbar {
    width: 2px !important;
    height: 3px !important;
}

.pro1_2U::-webkit-scrollbar-track {
    background-color: #DBDBDB !important;
    border-radius: 3px !important;
}

.pro1_2U::-webkit-scrollbar-thumb,
.pro1_2U::-webkit-scrollbar-thumb:hover,
.pro1_2U::-webkit-scrollbar-thumb:active {
    border-radius: 3px !important;
    background: #0058A3 !important;
    background-clip: content-box !important;
}

.pro1_2U::after {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% + 200px);
    border-radius: 4px;
    background: #C6C6C6;
    left: 8px;
    top: -8px;
}

.pro1_2L {
    margin-bottom: 48px;
}

.pro1_2LA {
    margin-bottom: 4px;
    display: block;
    position: relative;
}

.chanEn .pro1_2LA {
    margin-bottom: 8px;
}

.pro1_2LA::after {
    position: absolute;
    content: "";
    --w: 14px;
    width: var(--w);
    height: var(--w);
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    background: #1C94DE;
    border-radius: 50%;
    z-index: 12;
    transition: all 0.5s ease;
    opacity: 0;
}

.pro1_2L.on .pro1_2LA::after {
    opacity: 1;
}

.pro1_2L.active .pro1_2LA::after {
    opacity: 1;
}

.pro1_2LA p {
    color: #666;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pro1_2L.active .pro1_2LA p {
    color: #0058A3;
}

.pro1_2L.on .pro1_2LA p {
    color: #0058A3;
}

.pro1_2Se {
    overflow: hidden;
    max-height: 0;
    transition: all 0.8s ease;
}

.pro1_2L.on .pro1_2Se {
    max-height: 400px !important;
    transition: all 0.8s ease;
}

.pro1_2SeA {
    display: block;
    padding: 8px 0;
}

.chanEn .pro1_2SeA {
    padding: 0;
    padding-bottom: 4px;
}

.pro1_2SeA span {
    color: #666;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    transition: all 0.3s ease;
}

.pro1_2SeA.on span {
    color: #222;
    padding-left: 12px;
}

.pro1_2SeA:hover span {
    color: #222;
    padding-left: 12px;
}

.pro1_2SeA span::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 3px;
    background: #1C94DE;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease;
}

.pro1_2SeA.on span::after {
    opacity: 1;
}

.pro1_2SeA:hover span::after {
    opacity: 1;
}

/*  */
.pro2 {
    width: 66%;
    flex: 0 0 auto;
    padding-bottom: 140px;
    padding-top: 140px;
}

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

.pro2L {
    padding-right: calc(2rem* .5);
    padding-left: calc(2rem* .5);
    margin-bottom: 48px;
}

.pro2LIM {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

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

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

.pro2LIMbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 34, 34, 0.35);
    transition: all 0.3s ease;
    opacity: 0;
}

.pro2LA:hover .pro2LIMbg {
    opacity: 1;
}

/*  */
.pro2LT p {
    color: #222;
    text-align: center;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1LT) * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.pro2LA:hover .pro2LT p {
    color: #0058A3;
}

.pro .so1BtBg {
    width: auto;
    padding: 0;
}

.pro .so1BtBg::after {
    display: none;
}

.pro .so1BtIcoB {
    background: #1C94DE;
}

@media (max-width: 1536px) {
    .pro2 {
        width: 68%;
        padding-bottom: 90px;
        padding-top: 100px;
    }

    .chanEn .pro1_1 p {
        font-size: 24px;
    }
}

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

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

    .pro2U {
        margin-bottom: 24px;
    }

    .pro1_1 {
        padding: 34px 4%;
    }

    .pro1_2 {
        padding-right: 32px;
        padding: 42px 4% 54px;
    }

    .pro1_2U {
        height: 23vw;
    }

    .pro1_2U::after {
        height: 80vw;
    }

    .pro2 {
        width: 100%;
        padding: 0 4%;
        margin-bottom: 60px;
    }
}

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

@media (max-width: 499px) {
    .pro1_2U {
        height: 48vw;
    }

    .pro1_1 {
        padding: 22px 4%;
    }

    .pro1_2L {
        margin-bottom: 12px;
    }

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

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

    .pro1_2U::after {
        height: 125vw;
    }

    .pro1_2SeA {
        padding: 3px 0;
    }

    .pro1_1 img {
        width: 114px;
    }
}

.prDe1 {
    background: #F7F7F7;
    padding-top: 136px;
}

.prDe1 .subNav .breadcrumb .breadcrumb-item,
.prDe1 .subNav .breadcrumb .breadcrumb-item a,
.prDe1 .subNav .breadcrumb .breadcrumb-item::before {
    color: #666;
}

.prDe1B {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
    padding-bottom: 116px;
}

.prDe1_1T {
    margin-bottom: 78px;
}

.prDe1_1T p {
    color: #0058A3;
    font-size: var(--zj-soT1);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-soT1) * 1.2);
}

.prDe1 .soSwAbBT {
    background: #1C94DE;
    border: 1px solid #1C94DE;
    padding: 2px 16px 2px 36px;
}

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

.prDe1_1CAT {
    padding: 16px 43px;
    display: flex;
    border: 1px solid #1C94DE;
    border-radius: 60px;
    margin-left: 36px;
}

.prDe1_1CAT p {
    color: #222;
    text-align: center;
    font-size: var(--zj-soSwAbBT);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prDe1_2 {
    width: 54%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

/*  */
.proDeSw_1 {
    position: relative;
    /* margin-bottom: 16px; */
    width: 78%;
    flex: 0 0 auto;
}

#proDeSw_1 {
    overflow: hidden;
    height: 100%;
}

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

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

.proDeSw_2 {
    position: relative;
    width: 19%;
    flex: 0 0 auto;
    height: 483px;
}

#proDeSw_2 {
    overflow: hidden;
    height: 100% !important;
}

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

#proDeSw_2>.swiper-wrapper .swiper-slide .somaSwImg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    transition: all 0.5s ease;
    z-index: 12;
}

#proDeSw_2>.swiper-wrapper .swiper-slide.on .somaSwImg::after {
    border: 1px solid rgba(28, 148, 222, 1);
}

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

#swiper-button-prev,
#swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    background: #FFF;
    border: 1px solid #C6C6C6;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    z-index: 12;
    transition: all 0.3s ease;
    opacity: 0;
}

#proDeSw_1:hover #swiper-button-prev,
#proDeSw_1:hover #swiper-button-next {
    opacity: 1;
}

#swiper-button-prev:hover,
#swiper-button-next:hover {
    border: 1px solid #1C94DE;
    background: #1C94DE;
}

#swiper-button-prev svg path,
#swiper-button-next svg path {
    transition: all 0.3s ease;
}

#swiper-button-prev:hover svg path,
#swiper-button-next:hover svg path {
    stroke: #FFF;
}

#swiper-button-prev::after,
#swiper-button-next::after {
    content: "";
}

/*  */
.prDe2Sa {
    padding: 0 7%;
    padding-top: 96px;
    padding-bottom: 156px;
}

.prDe2T {
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 42px;
}

.prDe2T::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #C6C6C6;
    left: 0;
    bottom: 0;
}

.prDe2T p {
    color: #0058A3;
    font-size: var(--zj-veDeT);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-veDeT) * 1.16);
}

.prDe2P {
    margin-bottom: 76px;
}

.prDe2P p {
    color: #333;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-so1LA) * 1.87);
}

.prDe2Tab table {
    width: 100%;
}

.prDe2Tab table tr:nth-of-type(odd) {
    background: #FFF;
}

.prDe2Tab table tr:nth-of-type(even) {
    background: #F7F7F7;
}

.prDe2Tab table tr:first-of-type {
    background: #0058A3;
}

.prDe2Tab table tr td {
    padding: 16px 32px;
    color: #333;
    font-size: var(--zj-soSwAbBT);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-soSwAbBT) * 1.66);
    letter-spacing: 0.36px;
}

.prDe2Tab table tr:first-of-type td {
    color: #FFF;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1LT) * 1.5);
    letter-spacing: 0.4px;
}

@media (max-width: 1536px) {
    .prDe2Sa {
        padding: 0 5%;
        padding-top: 72px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1199.9px) {
    .prDe2Sa {
        padding: 0;
        padding-top: 72px;
        padding-bottom: 100px;
    }
}

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

    .prDe1_1 {
        width: 100%;
        margin-top: 40px;
    }

    .prDe1_1T {
        margin-bottom: 40px;
    }

    .prDe2Tab {
        overflow: hidden;
    }

    .prDe2Tabbox {
        overflow: scroll;
    }

    .prDe2Tabbox::-webkit-scrollbar-thumb {
        border-radius: 0px !important;
        background: #0057a300 !important;
    }

    .prDe2Tabbox::-webkit-scrollbar {
        width: 0px !important;
        height: 0px !important;
    }

    .prDe2Tabbox::-webkit-scrollbar-track {
        background-color: #dbdbdb00 !important;
        border-radius: 0px !important;
    }

    .prDe2Tabbox::-webkit-scrollbar-thumb,
    .prDe2Tabbox::-webkit-scrollbar-thumb:hover,
    .prDe2Tabbox::-webkit-scrollbar-thumb:active {
        border-radius: 0px !important;
        background: #0057a300 !important;
        background-clip: content-box !important;
    }

    .prDe2Tab table {
        min-width: 700px;
    }

    .prDe1B {
        margin-top: 44px;
        padding-bottom: 62px;
    }

    .prDe1_2 {
        width: 100%;
    }
}

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

    .prDe1B {
        margin-top: 34px;
        padding-bottom: 36px;
    }

    .prDe1_1T {
        margin-bottom: 18px;
    }

    .prDe1_1CAT {
        padding: 12px 43px;
        margin-left: 14px;
    }

    .prDe1 .soSwAbBT {
        margin-bottom: 0;
    }

    .prDe1_1 {
        margin-top: 26px;
    }

    .proDeSw_2 {
        height: 268px;
    }

    /*  */
    .prDe2Sa {
        padding: 0;
        padding-top: 36px;
        padding-bottom: 50px;
    }

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

    .prDe2P {
        margin-bottom: 30px;
    }
}

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

.page-item a {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 50% !important;
    border: 1px solid #C6C6C6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.page-item.on a {
    color: #222;
    border: 1px solid #1C94DE;
}

.page-item:hover a {
    color: #222;
    border: 1px solid #1C94DE;
}

.subPaD .page-link {
    background: #1C94DE;
    border: none;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subPaD .page-link span {
    display: block;
}

.subPaD .page-link span svg {
    width: 28px;
}

@media (max-width: 1536px) {
    .page-item {
        margin: 0 3px;
    }

    .subPaD .page-link span svg {
        width: 18px;
    }

    .page-item a {
        --w: 34px;
    }

    .subPaD .page-link {
        --w: 34px;
    }
}

/* ft */
#footer {
    background: url(../images/ftbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 12;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 96px;
    padding-bottom: 18px;
}

.ft1_1 {
    width: 38%;
    flex: 0 0 auto;
}

.ft1_1Lo {
    display: flex;
    align-items: center;
    margin-bottom: 58px;
}

.ft1_1Lo img {
    width: 80px;
    margin-right: 12px;
    flex: 0 0 auto;
}

.ft1_1Lo p {
    color: #FFF;
    font-size: var(--zj-venLoP);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

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

.ft1_1Td {
    width: 128px;
    margin-right: 42px;
    flex: 0 0 auto;
}

.ft1_1Td img {
    width: 128px;
    object-fit: cover;
    object-position: center;
}

.ft1_1TeB {
    display: flex;
}

.ft1_1TeIc {
    flex: 0 0 auto;
    width: 24px;
    margin-right: 16px;
}

.ft1_1TeIc img {
    width: 100%;
}

.ft1_1TeB {
    margin-bottom: 18px;
}

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

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

.ft1_1TeB22 .ft1_1TeA {
    color: #FFF;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 14px;
}

.ft1_1TeB22 {
    color: #FFF;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ft1_2 {
    width: 60%;
    flex: 0 0 auto;
}

.ft1_2T {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 36px;
    display: flex;
}

.ft1_2T p {
    color: #FFF;
    font-size: var(--zj-so1LT);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 14px;
    padding-top: 18px;
    position: relative;
}

.ft1_2T p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #FFF;
    z-index: 12;
    left: 0;
    bottom: 0;
}

.ft1_2L {
    margin-bottom: 30px;
}

.ft1_2LA p {
    color: #FFF;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.ft1_2LA:hover p {
    opacity: 1;
}

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

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

.ft2_1 .ft2A {
    margin-right: 22px;
    text-align: center;
}

.ft2A {
    display: block;
    color: #FFF;
    font-size: var(--zj-so1LA);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-so1LA)* 2.18);
    opacity: 0.5;
}

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

    .ft1_1 {
        width: 44%;
    }

    .ft1_1Td {
        width: 100px;
        margin-right: 22px;
    }

    .ft1_1Td img {
        width: 100px;
    }

    .ft1_2 {
        width: 54%;
    }
}

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

    .ft1_1 {
        width: 100%;
    }

    .ft1_2 {
        width: 100%;
    }

    .ft2 {
        padding: 12px 0;
        flex-direction: column;
    }

    .ft2_1 {
        flex-direction: column;
    }

    .ft2_1 .ft2A {
        margin-right: 0;
    }

    .ft2A {
        line-height: calc(var(--zj-so1LA)* 1.6);
    }
}

@media (max-width: 642px) {
    .ft1_1Lo {
        margin-bottom: 32px;
    }

    .ft1_1Co {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft1_1Td {
        width: 100px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ft1_1TeB {
        margin-bottom: 6px;
    }

    .ft1_2L {
        width: 100%;
        margin-bottom: 12px;
    }

    .ft1_2T {
        margin-bottom: 24px;
    }
}

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

    .ft1_1Lo img {
        width: 68px;
        margin-right: 6px;
    }

    .ft1_1TeIc {
        width: 18px;
        margin-right: 12px;
    }

    .chanEn .ft2_1 .ft2A {
        text-align: start;
    }

    .chanEn .ft2_1 {
        align-items: flex-start;
    }

    .chanEn .ft2 {
        align-items: flex-start;
    }
}

/*  */
/* -------------------------------------------------------------------- */
#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: #222;
    /* font-weight: bold; */
    /* font-family: ml; */
    width: 100%;
    margin: auto;
    display: block;
}

.xiantiao a {
    color: #0058A3;
    /* 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;
    }

    .chanEn .menu_body a {
        line-height: 22px;
        margin-bottom: 12px;
        display: block;
    }
}

/*  */
.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;
}

.flykey {
    position: fixed;
    right: 22px;
    bottom: 84px;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
}

.flykey.on {
    opacity: 1;
}

.flykeyU {
    border-radius: 50px;
    background: #0058A3;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
    padding: 24px 0px;
}

.flykeyL {
    margin-bottom: 24px;
    position: relative;
}

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

.flykeyLA {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 6px;
}

.flykeyLA img {
    width: 24px;
    margin-bottom: 2px;
}

.flykeyLA p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.flykeyLASa>.flykeyLA {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    background: #1C94DE;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
    border-radius: 50%;
    margin-top: 14px;
}

/*  */
.flykey2 {
    position: absolute;
    width: max-content;
    left: -266px;
    top: 0;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 6px;
    border: 0px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
}

.chanEn .flykey2 {
    left: -320px;
}

.flykeyL:nth-child(2) .flykey2 {
    left: -350px;
}

.chanEn .flykeyL:nth-child(2) .flykey2 {
    left: -353px;
}

.flykeyL:nth-child(3) .flykey2 {
    left: -148px;
}

.chanEn .flykeyL:nth-child(3) .flykey2 {
    left: -151px;
}

.flykeyL:nth-child(3) .flykey2A {
    padding: 8px;
}

.flykeyL:hover .flykey2 {
    pointer-events: auto;
    opacity: 1;
}

.flykey2A {
    padding: 8px 24px;
    display: block;
}

.flykey2A:nth-child(1) {
    padding-bottom: 2px;
}

.flykey2A:nth-child(2) {
    padding-top: 2px;
}

.flykey2A p {
    color: #222;
    text-align: center;
    font-size: var(--zj-venUl1);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1536px) {
    .flykey2 {
        left: -223px;
    }

    .chanEn .flykey2 {
        left: -266px;
    }

    .flykeyL:nth-child(2) .flykey2 {
        left: -293px;
    }

    .chanEn .flykeyL:nth-child(2) .flykey2 {
        left: -292px;
    }
}

@media (max-width: 992px) {
    .flykey {
        display: none;
    }
}
@media (max-width: 499px) {
    .prDe1 .soSwAbBT{
        padding: 2px 16px 2px 16px;
    }
}