/* ---------------------------------------- */
#ven {
    /* border-bottom: 1px solid rgba(40, 55, 84, 0.20); */
    transition: all 0.5s ease;
}

.header_sp {
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(208, 208, 208, 0.25);
}

#ven:hover {
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(208, 208, 208, 0.25);
}

.ventricle {
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(208, 208, 208, 0.25);
}

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

.ven1_loim {
    padding: 16px 0;
    position: relative;
}

.ven1_loim img {
    width: 254px;
}

.ven1_loim img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ventricle .ven1_loim img:nth-child(1) {
    opacity: 0;
}

.ventricle .ven1_loim img:nth-child(2) {
    opacity: 1;
}

#ven:hover .ven1_loim img:nth-child(1) {
    opacity: 0;
}

#ven:hover .ven1_loim img:nth-child(2) {
    opacity: 1;
}

.header_sp .ven1_loim img:nth-child(1) {
    opacity: 0;
}

.header_sp .ven1_loim img:nth-child(2) {
    opacity: 1;
}

.ven2 {
    display: flex;
    align-items: stretch;
    transition: all 0.5s ease;
}

/* .ventricle .ven2 {
    transform: translateY(-100%);
} */

.ven2_lis {
    height: 100%;
}

.ven2_u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2_l {
    margin-right: 4.16vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2_l:last-child {
    margin-right: 5.24vw;
}

.ven2_lsa {
    height: 100%;
    position: relative;
}

.ven2_la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2_la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    z-index: 12;
    transition: all 0.5s ease;
    opacity: 0;
}

.ven2_l.on .ven2_la::after {
    opacity: 1;
}

.ventricle .ven2_la::after {
    background: #1B2F65;
}

#ven:hover .ven2_la::after {
    background: #1B2F65;
}

.header_sp .ven2_la::after {
    background: #1B2F65;
}

.ven2_la span {
    color: #FFF;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    transition: all 0.5s ease;
}

.ventricle .ven2_la span {
    color: #333;
}

#ven:hover .ven2_la span {
    color: #333;
}

.header_sp .ven2_la span {
    color: #333;
}

.ven2_la:hover span {
    color: #1B2F65 !important;
}

#ven:hover .ven2_l.on .ven2_la span {
    color: #1B2F65 !important;
}

.header_sp .ven2_l.on .ven2_la span {
    color: #1B2F65 !important;
}

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

.ven2_1 i {
    font-size: 20px;
    color: #283754;
    margin-right: 6px;
}

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

.ven_language>a {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.ven_language i {
    font-size: 20px;
    color: #FFF;
    margin-right: 6px;
    transition: all 0.5s ease;
}

.ventricle .ven_language i {
    color: #333;
}

#ven:hover .ven_language i {
    color: rgba(51, 51, 51, 1);
}

.header_sp .ven_language i {
    color: rgba(51, 51, 51, 1);
}

.ven_language span {
    color: #FFF;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    transition: all 0.5s ease;
}

.ventricle .ven_language span {
    color: #333;
}

#ven:hover .ven_language span {
    color: rgba(51, 51, 51, 1);
}

.header_sp .ven_language span {
    color: rgba(51, 51, 51, 1);
}

.ven_seh {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ven_seh span i {
    font-size: 20px;
    color: #283754;
}

/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 300%;
    left: 50%;
    transform: translateX(-50%);
    top: 80%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0px;
    /* overflow: hidden; */
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 12;
    pointer-events: none;
}

.ven2_lsa:hover .ven2-ler {
    max-height: 400px;
    opacity: 1;
    pointer-events: auto;
}

.ven_language .ven2-lerlang {
    top: 120%;
    width: 120%;
    display: none;
}

.ven_language:hover .ven2-lerlang {
    max-height: 400px;
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 0.90);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
    border-radius: 5px;
    position: relative;
}

.ven2-lerbo::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/sanjiao.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 12px;
    transition: all 0.5s ease;
    position: relative;
}

.ven2-lera span {
    color: #1B1A1F;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    transition: all 0.5s ease;
}

@media (max-width: 1536px) {
    .ven1_loim img {
        width: 180px;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

@media (max-width: 1199.9px) {
    .ven2_u {
        display: none;
    }
}

/* yuyan */
.ven_language {
    position: relative;
}

.ven2-3sec {
    position: absolute;
    width: 112px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven_language:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    /* overflow: visible; */
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 4px 12px;
    transition: all 0.5s ease;
}

.ven2-3sec a:hover {
    background: #EAEEF7;
}

.ven2-3sec a span {
    color: #333;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: block;
}

/*  */
.ven-sehinp {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    position: absolute;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    font-weight: 200;
    left: 68vw;
    top: 38vw;
}

.ven-sehinp>i:hover {
    transform: rotate(180deg);
}

.ven-sehfo {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 4px;
    background: #FFF;
    padding: 30px;
}

.ven-sehfo input {
    color: #666;
    font-family: "Microsoft YaHei";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #DDD;
    padding: 10px 14px;
    width: 300px;
    background: transparent;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo>span {
    display: block;
}

.ven-sehfo>span button {
    width: 100%;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #385386;
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0;
}

@media (max-width: 1536px) {
    .ven2_l {
        margin-right: 2.16vw;
    }

    .ven2_l:last-child {
        margin-right: 2.35vw;
    }

    .ven_language i {
        font-size: 16px;
        margin-right: 4px;
    }
}

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

/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 220%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 6px;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
}

.ven2-lera span {
    color: #333;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-button-ft) * 1.625);
    --size: 1px;
    --color: #1B2F65;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-lera:hover span {
    color: #1B2F65;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#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: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #FFF;
}

.ventricle .venPhoSack:before,
.ventricle .venPhoSack::after {
    background: #333 !important;
}

#ven:hover .venPhoSack:before,
#ven:hover .venPhoSack::after {
    background: rgba(51, 51, 51, 1) !important;
}

.header_sp .venPhoSack:before,
.header_sp .venPhoSack::after {
    background: rgba(51, 51, 51, 1) !important;
}

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

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

.ventricle .venPhoSack span {
    background: #333 !important;
}

#ven:hover .venPhoSack span {
    background: rgba(51, 51, 51, 1) !important;
}

.header_sp .venPhoSack span {
    background: rgba(51, 51, 51, 1) !important;
}

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

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 70px;
    width: 100%;
    height: 100vh;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.8);
}

.menu-list {
    height: 100%;
    width: 100%;
    background: #FFF;
}

@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 rgba(255, 255, 255, 0.1)
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    color: #fff;
    color: #333;
    padding-left: 15px;
    cursor: pointer;
    transition: all 0.5s ease;
}

#venPhoSec ul li .current i {
    transform: rotate(180deg);
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #333;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #1B2F65;
}

.xiantiao>a {
    color: #1B2F65;
}

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

.menu_body a {
    display: block;
    color: #333;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    transition: all 0.5s ease;
    text-indent: 2em;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

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

.menu_body a:hover {
    color: #012F6B;
}

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

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 32px;
    }

    .ven_language i {
        font-size: 18px;
    }

    .ven1_loim {
        padding: 8px 0;
    }

    .ven1_loim img {
        width: 160px;
    }

    .ven_line {
        margin: 0 12px;
        height: 14px;
    }
}

/* gg */
.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im>img {
    width: 100%;
    height: auto;
    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);
    }
}

.sub-text {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

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

.subnav-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 52px;
}

.subnav-box .breadcrumb {
    margin: 0;
}

.subnav-box .breadcrumb-item {
    display: flex;
    align-items: center;
}

.subnav-box .breadcrumb-item>i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.45);
    margin-right: 14px;
}

.subnav-box .breadcrumb-item::before,
.subnav-box .breadcrumb-item>a {
    color: rgba(255, 255, 255, 0.45) !important;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.subnav-box .breadcrumb-item>a span {
    --size: 1px;
    --color: #fff;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.subnav-box .breadcrumb-item>a:hover span {
    color: #fff;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

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

    .subnav-box {
        bottom: 22px;
    }
}

@media (max-width: 992px) {
    .sub-im>img {
        height: 400px;
    }

    .subnav-box .breadcrumb-item>i {
        font-size: 18px;
    }
}

@media (max-width: 499px) {
    .sub-im>img {
        height: 250px;
    }

    .subnav-box {
        display: none;
    }

    .sub-text {
        top: 55%;
    }
}

/* contact */
.con {
    background: url(../images/conbg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 146px 0 100px;
}

.con-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 70px;
}

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

.con1-1 {
    margin-bottom: 44px;
}

.con1-1h {
    position: relative;
}

.con1-1h::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 10px;
    background: #E32418;
    left: 0;
    bottom: 6px;
}

.con1-1h p {
    color: #333;
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: 100%;
    position: relative;
    z-index: 12;
}

.con1-1p p {
    color: #333;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.con1-2 {
    margin-bottom: 44px;
}

.con1-2h {
    margin-bottom: 16px;
}

.con1-2h p {
    color: #333;
    font-size: var(--zj-button);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.con1-2l {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.con1-2l:last-child {
    margin-bottom: 0;
}

.con1-2li i {
    font-size: 26px;
    color: rgba(15, 47, 134, 1);
    margin-right: 6px;
}

.con1-2lp {
    display: block;
}

.con1-2lp p,
.con1-2lp span {
    color: #333;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    --size: 1px;
    --color: #333;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-2lp:hover span {
    color: #333;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* con1-3 */
.con1-3 {
    margin-bottom: 64px;
}

.con1-3u {
    display: flex;
    flex-wrap: wrap;
}

.con1-3l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 40px;
}

.con1-3l:last-child {
    margin-right: 0;
}

.con1-3limg {
    margin-bottom: 7px;
}

.con1-3limg img {
    width: 120px;
    object-fit: cover;
    object-position: center;
    background: #FFF;
}

.con1-3lp p {
    color: #333;
    text-align: center;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* con1-4 */
.con1-4u {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.con1-4l {
    display: none;
    width: 75%;
}

.con1-4l.on {
    display: block;
}

.con1-4lbox {
    border-bottom: 4px solid #E32418;
    background: linear-gradient(180deg, #0F2F86 0%, #3253AC 100%);
    box-shadow: 0 4px 20px 0 rgba(108, 108, 108, 0.20);
    padding: 60px 40px;
    position: relative;
}

.con1-4lh {
    margin-bottom: 28px;
}

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

.con1-4lp {
    display: block;
    margin-bottom: 14px;
    position: relative;
    z-index: 12;
}

.con1-4lp:last-child {
    margin-bottom: 0;
}

.con1-4lp p,
.con1-4lp span {
    color: #FFF;
    font-size: var(--zj-con2-fol);
    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, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-4lp:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-4lsvg {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

/*  */
.con2 {
    width: calc(100% - 45.91% - 16px);
    flex: 0 0 auto;
}

.con2-box {
    position: relative;
}

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

/* list */
.con2-2l {
    cursor: pointer;
}

.con2-2l:nth-child(1) {
    position: absolute;
    left: 65%;
    top: 36%;
}

.con2-2l:nth-child(2) {
    position: absolute;
    left: 64%;
    top: 47%;
}

.con2-2l:nth-child(3) {
    position: absolute;
    left: 68%;
    top: 48%;
}

.con2-2l:nth-child(4) {
    position: absolute;
    left: 58%;
    top: 28%;
}

.con2-2l:nth-child(5) {
    position: absolute;
    left: 55%;
    top: 68%;
}

.con2-2l:nth-child(6) {
    position: absolute;
    left: 53%;
    top: 50.6%;
}

.con2-2l:nth-child(7) {
    position: absolute;
    left: 47%;
    top: 42.6%;
}

.con2-2l:nth-child(8) {
    position: absolute;
    left: 15%;
    top: 17.6%;
}

/*  */
.con2-2lbox {
    position: relative;
    --w: 80px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.con2-2lbox>span {
    background-color: rgba(15, 47, 134, 0.10);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 0;
    left: 0;
    animation: scalej2 2s infinite;
    -webkit-animation: scalej2 2s infinite;
    display: none;
}

.con2-2l.on .con2-2lbox>span {
    display: block;
}

.con2-2lbox>span:nth-of-type(2) {
    background-color: rgba(15, 47, 134, 0.14);
    animation: scalej3 2s infinite;
    -webkit-animation: scalej3 2s infinite;
}

@keyframes scalej2 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 1;
        -webkit-opacity: 1;
    }

    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
        -webkit-opacity: 0;
    }
}

@keyframes scalej3 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 1;
        -webkit-opacity: 1;
    }

    100% {
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
        opacity: 0;
        -webkit-opacity: 0;
    }
}

/*  */
.con2-2lbox i {
    font-size: 32px;
    color: #8F9DC2;
    position: relative;
    z-index: 12;
}

.con2-2l:nth-child(1) .con2-2lbox i {
    background: linear-gradient(180deg, #0F2F86 0%, #E32418 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.con2-2l:nth-child(2) .con2-2lbox i {
    background: linear-gradient(180deg, #0F2F86 0%, #E32418 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.con2-2l:nth-child(5) .con2-2lbox i {
    color: #0F2F86;
}

.con2-2lbox p {
    color: #8F9DC2;
    text-align: center;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    position: relative;
    z-index: 12;
}

.con2-2l:nth-child(1) .con2-2lbox p {
    color: #0F2F86;
}

.con2-2l:nth-child(2) .con2-2lbox p {
    color: #0F2F86;
}

.con2-2l:nth-child(5) .con2-2lbox p {
    color: #0F2F86;
}

@media (max-width: 1536px) {
    .con1-1h::after {
        width: 70px;
        height: 6px;
        bottom: 4px;
    }

    .con {
        padding: 76px 0 70px;
    }

    .con1-4l {
        width: 100%;
    }

    .con1-4lbox {
        padding: 40px 20px;
    }

    .con2-2l {
        transform: scale(0.8);
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
        padding-right: 0;
    }

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

    .con2 {
        width: 100%;
    }
}

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

    .con1-1 {
        margin-bottom: 22px;
    }

    .con1-2li i {
        font-size: 18px;
    }

    .con1-2l {
        margin-bottom: 8px;
    }

    .con1-3l {
        margin-right: 20px;
    }

    .con1-2 {
        margin-bottom: 22px;
    }

    .con1-3 {
        margin-bottom: 32px;
    }

    .con1-4lbox {
        padding: 20px 10px;
    }

    .con1-4lsvg svg {
        width: 100px;
        height: 100px;
    }

    .con1-4lh {
        margin-bottom: 14px;
    }

    .con2-2lbox {
        --w: 32px;
    }
}

/* footer */
#footer {
    background: url(../images/ftbig.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.ft-top {
    padding: 72px 0 84px;
}

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

.ft-toph p {
    color: #FFF;
    text-align: center;
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: 1;
    width: max-content;
    position: relative;
    z-index: 12;
}

.ft-toph p::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 10px;
    background: #E32418;
    left: 0;
    bottom: 6px;
    z-index: -1;
}

.ft-topp {
    margin-bottom: 50px;
}

.ft-topp p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 0.88rem);
    margin-left: calc(-.5 * 0.88rem);
}

.con2-fol {
    padding-right: calc(0.88rem * .5);
    padding-left: calc(0.88rem * .5);
}

.con2-fol input,
.con2-fol textarea {
    color: #666;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    height: 100%;

    width: 100%;
    border: 1px solid #FFF;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 16px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    /* border: 1px solid #E32418; */
}

.con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.con2-fol input::-moz-placeholder {
    color: #666;
}

.con2-fol input::-ms-input-placeholder {
    color: #666;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.con2-fol textarea::-moz-placeholder {
    color: #666;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

.con2-fobt button {
    width: 100%;
    height: 100%;
    background: #E32418;
    border-radius: 0;
    transition: all 0.5s ease;
}

.con2-fobt button:hover {
    background: rgba(227, 36, 24, 0.80);
}

.con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-ven2_la);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* ftendbg.png */
.ft-end {
    position: relative;
    overflow: hidden;
}

.ft-endimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

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

.ft-endbox {
    padding: 116px 0 94px;
    position: relative;
    z-index: 12;
}

.ft1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 86px;
}

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

.ft1img img {
    width: 230px;
    object-fit: cover;
    object-position: center;
}

/*  */
.ft2u {
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.ft2lp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 10px;
}

.ft2lp span {
    color: #FFF;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s ease;
}

.ft2lp:hover span {
    color: #E32418;
}

/*  */
.ft3 {
    margin-top: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-1box {
    width: 61.6%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-1 {
    flex: 0 0 auto;
}

.ft3-1h p {
    color: #FFF;
    font-family: Mott6;
    font-size: 89px;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
}

.ft3-1p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ft3-1pa {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.ft3-1pa p {
    color: #FFF;
    font-family: Mott6;
    font-size: var(--zj-button);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.ft3-1pa i {
    font-size: 28px;
    color: rgba(227, 36, 24, 1);
    margin-left: 8px;
    display: block;
    transition: all 0.5s ease;
}

.ft3-1pa:hover i {
    transform: translateX(4px);
}

.ft3-2 {
    width: 44%;
    flex: 0 0 auto;
}

.ft3-2l {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.ft3-2l:last-child {
    margin-bottom: 0;
}

.ft3-2li i {
    font: 24px;
    color: rgba(255, 255, 255, 1);
    margin-right: 12px;
}

.ft3-2la {
    display: flex;
    align-items: baseline;
}

.ft3-2la span,
.ft3-2la p {
    color: #FFF;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    --size: 1px;
    --color: rgba(227, 36, 24, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2l:first-child .ft3-2la span {
    font-family: Mott5;
}

a.ft3-2la:hover span {
    color: rgba(227, 36, 24, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft3-3 {
    width: calc(100% - 61.6% - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft3-3 .con1-3u {
    justify-content: space-between;
    flex: 1;
}

.ft3-3 .con1-3l {
    margin-right: 0;
}

.ft3-3 .con1-3lp p {
    color: #FFF;
}

/*  */
.ft3-3top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    --w: 60px;
    width: var(--w);
    height: var(--w);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.20);
    margin-left: 7%;
    transition: all 0.5s ease;
    overflow: hidden;
}

.ft3-3top:hover {
    background: #E32418;
}

.ft3-3top i {
    font-size: 26px;
    color: #FFF;
    line-height: normal;
}

.ft3-3top:hover i {
    animation: ven2-inqui 0.8s ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes ven2-inqui {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-20px);
        opacity: 0;
    }
}

.ft4 {
    background: #131F47;
    position: relative;
    z-index: 12;
}

.ft4-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
}

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

.ft4_1>.ft4A:last-child {
    margin-left: 16px;
}

.ft4A {
    display: block;
}

.ft4A span {
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

a.ft4A:hover span {
    color: #E32418;
}

@media (max-width: 1536px) {
    .ft-toph p::after {
        width: 70px;
        height: 6px;
        bottom: 3px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 6px 8px;
    }

    .ft-topp {
        margin-bottom: 30px;
    }

    .ft1img img {
        width: 130px;
    }

    .ft-endbox {
        padding: 76px 0 64px;
    }

    .ft1 {
        margin-bottom: 40px;
    }

    .con1-3limg img {
        width: 82px;
    }

    .ft3-3top {
        --w: 40px;
    }

    .ft3-1h p {
        font-size: 58px;
    }

    .ft3-3top i {
        font-size: 16px;
    }

    .ft4-box {
        padding: 12px 0;
    }
}

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

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

    .con2-fobt button {
        padding: 8px;
    }

    .ft3-1box {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }

    .ft3-1 {
        margin-bottom: 20px;
    }

    .ft3 {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 42px;
    }

    .ft3-3 {
        width: 100%;
    }

    .con2-fobt {
        width: 100%;
    }

    .ft3-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ft2 {
        display: none;
    }

    .ft4-box,
    .ft4_1 {
        flex-direction: column;
    }

    .ft4_1>.ft4A:last-child {
        margin-left: 0;
    }
}

@media (max-width: 499px) {
    .ft-top {
        padding: 32px 0 34px;
    }

    .con2-fol {
        margin-bottom: 14px;
    }

    .ft-topp {
        margin-bottom: 14px;
    }

    .ft-endbox {
        padding: 36px 0 34px;
    }

    .ft1 {
        margin-bottom: 20px;
    }

    .ft1img img {
        width: 120px;
    }

    .ft3 {
        margin-top: 0;
    }

    .ft3-1h p {
        font-size: 42px;
    }

    .ft3-1pa i {
        font-size: 20px;
    }

    .ft3-2l {
        margin-bottom: 12px;
    }

    .con2-fobt button span {
        font-size: 16px !important;
    }

    .ft3-1 {
        display: none;
    }
}

/* 师资队伍-鲸英辅导 */
.sub-cate {
    border-bottom: 1px solid #DFDFDF;
    background: #F1F1F1;
}

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

.cate_la {
    display: block;
    padding: 20px;
    transition: all 0.5s ease;
    position: relative;
}

.cate_la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #1B2F65;
    transition: all 0.5s ease;
}

.cate_la:hover:after {
    width: 100%;
}

.cate_l.on .cate_la::after {
    width: 100%;
}

.cate_la span {
    color: #333;
    text-align: center;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.cate_la:hover span {
    color: rgba(27, 47, 101, 1);
}

.cate_l.on .cate_la span {
    color: rgba(27, 47, 101, 1);
}

@media (max-width: 1536px) {
    .cate_la {
        padding: 14px;
    }
}

/* 开始 */
.teajy-box {
    padding: 92px 0 100px;
}

.teajy_u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.teajy_l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 60px;
}

.teajy_lbox {
    border-radius: 10px;
    background: #FFF;
    filter: drop-shadow(0 4px 13px rgba(72, 72, 72, 0.25));
    background: url(../images/teajybg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 30px 14px;
    height: 540px;
}

.teajy_liti {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

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

.teajy_liti p {
    color: #333;
    font-family: Mott6;
    font-size: var(--zj-button);
    font-style: normal;
    line-height: normal;
}

.teajy_lh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4px;
}

.teajy_lh p {
    color: #FFF;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    position: relative;
    padding: 4px 40px 4px 10px;
}

.teajy_lh p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0F2F86 0%, #3253AC 59.28%, rgba(50, 83, 172, 0.00) 100%);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.teajy_lp {
    padding: 0 10px;
    margin: 6px 0;
    max-height: 345px;
    overflow-y: auto;
}

.teajy_lp::-webkit-scrollbar {
    width: 4px;
    height: 14px;
}

.teajy_lp::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    border-radius: 20px;
    background: #3253AC;
}

.teajy_lp::-webkit-scrollbar-track {
    border-radius: 20px;
    background: rgba(50, 83, 172, 0.28);
}

.teajy_lp p {
    color: #666;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-wrap: break-word;
}

/* 申诉老师 */
.teass .teajy_lbox {
    height: 628px;
    background: url(../images/teassbg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.teass_lte {
    max-height: 510px;
    overflow-y: auto;
}

.teass_lte::-webkit-scrollbar {
    width: 4px;
    height: 14px;
}

.teass_lte::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    border-radius: 20px;
    background: #3253AC;
}

.teass_lte::-webkit-scrollbar-track {
    border-radius: 20px;
    background: rgba(50, 83, 172, 0.28);
}

.teass_lh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4px;
}

.teass_lh p {
    color: #FFF;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    position: relative;
    padding: 4px 40px 4px 10px;
}

.teass_lh p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0F2F86 0%, #3253AC 59.28%, rgba(50, 83, 172, 0.00) 100%);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

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

.teass_lp p {
    color: #666;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* 申请老师 */
.teasq .teajy_lbox {
    height: 505px;
}

.teasq .teass_lte {
    max-height: 377px;
}

.teasq .teass_lp {
    margin-bottom: 20px;
}

/* 鲸英辅导-公司介绍 */
.fd_gs1box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0 102px;
}

.fd_gs1img,
.fd_gs1te {
    width: calc(50% - 20px);
}

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

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

.fd_gs1enh {
    position: relative;
    margin-bottom: 10px;
}

.fd_gs1enh::after {
    position: absolute;
    content: "";
    width: 160px;
    height: 10px;
    background: #E32418;
    left: 0;
    bottom: 5px;
}

.fd_gs1enh p {
    color: #333;
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: 1;
    position: relative;
    z-index: 12;
}

.fd_gs1h {
    margin-bottom: 30px;
}

.fd_gs1h p {
    color: #333;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.fd_gs1p p {
    color: #4A4A4A;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 26px;
}

.fd_gs1p p:last-child {
    margin-bottom: 0;
}

/*  */
.fd_gs2box {
    border-radius: 20px;
    overflow: hidden;
    padding: 6.08%;
    position: relative;
}

.fd_gs2bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

.fd_gs2enh {
    margin-bottom: 10px;
    position: relative;
}

.fd_gs2enh {
    margin-bottom: 10px;
    position: relative;
}

.fd_gs2enh::after {
    position: absolute;
    content: "";
    width: 160px;
    height: 10px;
    background: #E32418;
    border-radius: 10px;
    left: 0;
    bottom: 5px;
}

.fd_gs2enh p {
    color: #FFF;
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: 1;
    position: relative;
    z-index: 12;
}

.fd_gs2h {
    margin-bottom: 125px;
}

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

.fd_gs2p {
    position: relative;
    padding: 0 15px;
}

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

.fd_gs2pimg {
    position: absolute;
    width: 94.176px;
    height: 81.407px;
    top: -40px;
    left: 0;
}

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

/*  */
.fd_gs3box {
    padding: 92px 0 76px;
}

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

.fd_gs3enh p {
    color: #333;
    text-align: center;
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
    position: relative;
}

.fd_gs3enh p::after {
    position: absolute;
    content: "";
    width: 154px;
    height: 10px;
    background: #E32418;
    right: 0;
    bottom: 8px;
    z-index: -1;
}

.fd_gs3h {
    margin-bottom: 70px;
}

.fd_gs3h p {
    color: #333;
    text-align: center;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
}

/*  */
.fd_gs3u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

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

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

.fd_gs3lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(15, 47, 134, 0.00) 35.76%, rgba(15, 47, 134, 0.97) 100%);
}

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

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

.fd_gs3lte {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 20px;
    width: 100%;
    z-index: 12;
}

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

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

.fd_gs4box {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.fd_gs4_1 {
    width: 43%;
    padding: 146px 0 275px;
}

.fd_gs4_1enh {
    position: relative;
}

.fd_gs4_1enh::after {
    position: absolute;
    content: "";
    width: 152px;
    height: 10px;
    background: #E32418;
    left: 0;
    bottom: 70px;
}

.fd_gs4_1enh p {
    color: #333;
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: 1.4;
    max-width: 200px;
    position: relative;
    z-index: 12;
}

.fd_gs4_1h {
    margin-bottom: 60px;
}

.fd_gs4_1h p {
    color: #333;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fd_gs4_1p p {
    color: #4A4A4A;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 480px;
}

.fd_gs4_2 {
    width: 53%;
    flex: 0 0 auto;
    height: 100vh;
    max-height: 700px;
    display: flex;
    justify-content: space-between;
}

.ab2-2 {
    width: 40.6%;
    flex: 0 0 auto;
    height: 100vh;
    max-height: 652px;
}

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

.ab2-2u {
    width: calc(50% - 20px) !important;
}

.ab2-2l {
    margin-bottom: 20px;
}

.ab2img {
    overflow: hidden;
}

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

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

/* fd_gs5 */
.fd_gs5box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 95px 0 105px;
}

.fd_gs5_1 {
    width: 54.8%;
    flex: 0 0 auto;
}

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

.fd_gs5_2 {
    width: calc(100% - 54.8% - 70px + 20px);
    flex: 0 0 auto;
}

.fd_gs5enh {
    position: relative;
}

.fd_gs5enh::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    background: #E32418;
    left: 0;
    bottom: 5px;
}

.fd_gs5enh p {
    color: #333;
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: 1;
    position: relative;
    z-index: 12;
}

.fd_gs5h {
    margin-bottom: 42px;
}

.fd_gs5h p {
    color: #333;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*  */
.fd_gs5scroll {
    max-height: 854px;
    overflow-y: auto;
    padding: 10px 30px 10px 10px;
}

.fd_gs5scroll::-webkit-scrollbar {
    width: 10px;
    height: 14px;
}

.fd_gs5scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    border-radius: 20px;
    background: #8F97AB;
}

.fd_gs5scroll::-webkit-scrollbar-track {
    border-radius: 20px;
    background: #EEE;
}

.fd_gs5svg:nth-last-child(1) {
    display: none;
}

.fd_gs5te {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(137, 137, 137, 0.25);
    padding: 20px;
}

.fd_gs5p1 {
    margin-bottom: 4px;
}

.fd_gs5p1 p {
    color: #0F2F86;
    font-size: var(--zj-con1_lico);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fd_gs5p2 p {
    color: #666;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fd_gs5te2 {
    flex: 0 0 auto;
    margin-left: 50px;
}

.fd_gs5te2 p {
    color: #3253AC;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
}

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

/* fd_gs6 */
.fd_gs6 {
    background: url(../images/fd_gs6bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.fd_gs6::after {
    position: absolute;
    content: "";
    width: 497px;
    height: 101%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #F1F1F1;
}

.fd_gs6box {
    position: relative;
    z-index: 12;
    padding: 54px 0 160px;
}

.fd_gs6top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 72px;
}

.fd_gs6enh {
    margin-bottom: 10px;
    position: relative;
}

.fd_gs6enh::after {
    position: absolute;
    content: "";
    width: 152px;
    height: 10px;
    background: #E32418;
    left: 0;
    bottom: 57px;
    z-index: -1;
}

.fd_gs6enh p {
    color: #333;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
    max-width: 230px;
}

.fd_gs6h p {
    color: #333;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fd_gs6ri {
    position: relative;
    display: flex;
    align-items: center;
}

.fd_gs6ri>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px !important;
    overflow: hidden;
}

.fd_gs6ri>div:last-child {
    margin-left: 0;
}

.fd_gs6ri>div::after {
    content: "";
}

.fd_gs6ri>div i {
    font-size: 26px;
    color: rgba(227, 36, 24, 1);
    display: block;
    transition: all 0.5s ease;
}

.fd_gs6ri>.swiper-button-prev:hover i {
    animation: fd_gs6_1 0.8s ease-in-out;
    animation-iteration-count: 1;
}

.fd_gs6ri>.swiper-button-next:hover i {
    animation: fd_gs6_2 0.8s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes fd_gs6_1 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fd_gs6_2 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.fd_gs6sw {
    padding: 0 12.8%;
}

@media (max-width: 1536px) {
    .fd_gs1box {
        padding: 70px 0 72px;
    }

    .fd_gs1enh::after {
        width: 70px;
        height: 6px;
        bottom: 5px;
    }

    .fd_gs1enh {
        margin-bottom: 0;
    }

    .fd_gs1p p {
        margin-bottom: 13px;
    }

    .fd_gs3enh p::after {
        width: 70px;
        height: 6px;
        bottom: 5px;
    }

    .fd_gs3h {
        margin-bottom: 40px;
    }

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

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

    .fd_gs4_1enh::after {
        width: 70px;
        height: 6px;
        bottom: 50px;
    }

    .fd_gs4_1h {
        margin-bottom: 30px;
    }

    .fd_gs4_1 {
        padding: 46px 0 75px;
    }

    .fd_gs4_2 {
        height: 100vh;
        max-height: 400px;
    }

    .teajy_lbox {
        height: 470px;
    }
}

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

    .fd_gs1img,
    .fd_gs1te {
        width: 100%;
    }

    .fd_gs1te {
        margin-bottom: 20px;
    }

    .fd_gs3l {
        width: 50%;
    }

    .fd_gs3lbox {
        height: 100%;
    }

    .fd_gs3limg img {
        width: 100%;
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 499px) {
    .fd_gs1enh::after {
        bottom: 2px;
    }

    .fd_gs1box {
        padding: 40px 0 32px;
    }

    .fd_gs1h {
        margin-bottom: 20px;
    }

    .fd_gs2enh::after {
        width: 70px;
        height: 6px;
        bottom: 5px;
    }

    .fd_gs2h {
        margin-bottom: 45px;
    }

    .fd_gs2p {
        padding: 0 0;
    }

    .fd_gs3box {
        padding: 42px 0 46px;
    }

    .fd_gs3h {
        margin-bottom: 20px;
    }

    .fd_gs3l {
        width: 100%;
    }

    .fd_gs3lte {
        padding: 18px 14px;
        width: 100%;
    }

    .fd_gs3box {
        padding: 42px 0 26px;
    }

    .fd_gs4box {
        flex-direction: column;
    }

    .fd_gs4_1 {
        width: 100%;
    }

    .fd_gs4_1 {
        padding: 26px 0 35px;
    }

    .fd_gs4_1enh::after {
        bottom: 36px;
    }

    .fd_gs5box {
        padding: 35px 0 45px;
    }

    .fd_gs4_2 {
        width: 100%;
    }
}

/* 学术申请-申请类型 */
.apllxban-text {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
}

.aplxban-h {
    margin-bottom: 4px;
}

.aplxban-h p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

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

/*  */
.apllxban-sw {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 58px;
}

.subtesw_box {
    margin-bottom: 28px;
}

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

.subtesw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.subtesw .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.subtesw_p {
    border-radius: 40px;
    background: #3253AC;
    padding: 20px 30px;
    width: max-content;
}

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

/* aplx开始 */
.aplx1 {
    background: url(../images/aplx1bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.aplx1_box {
    padding: 95px 0 130px;
}

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

.aplx1_enh p {
    color: #333;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.aplx1_enh p::after {
    position: absolute;
    content: "";
    width: 154px;
    height: 10px;
    background: #E32418;
    right: 0;
    bottom: 8px;
    z-index: -1;
}

.aplx1_p {
    margin-bottom: 52px;
}

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

.aplx1_u {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

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

.aplx1_u:nth-child(2) {
    padding: 0 80px;
}

.aplx1_ltw {
    width: max-content;
    padding: 12px 34px;
    border-radius: 6px;
    background: #0F2F86;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.20);
}

.aplx1_u:nth-child(2) .aplx1_ltw,
.aplx1_u:nth-child(3) .aplx1_ltw {
    background: #3253AC;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.20);
}

.aplx1_l7 .aplx1_ltw {
    background: #0F2F86 !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.20);
}

.aplx1_ltw span {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-con1_lico);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*  */
.aplx2 .fd_gs5box {
    padding: 0 0 66px;
}

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

.aplx3_box {
    padding: 78px 0 150px;
}

.aplx3 .aplx1_p {
    margin-bottom: 108px;
}

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

#aplx3_sw {
    overflow: hidden;
}

.aplx3sw_box {
    border-radius: 10px;
    background: #FFF;
    padding: 30px 35px;
    position: relative;
    overflow: hidden;
}

.aplx3_swte {
    background: linear-gradient(90deg, var(--1, #0F2F86) 0%, #3253AC 60.92%, rgba(50, 83, 172, 0.00) 100%);
    padding: 2px 10px;
    margin-bottom: 16px;
}

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

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

.aplx3_swh span {
    color: #FFF;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-button-ft) * 1.625);
}

.aplx3_swimg {
    border: 1px solid rgba(50, 83, 172, 0.40);
    padding: 20px;
}

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

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

/*  */
#aplx3_sw .swiper-pagination {
    bottom: -66px;
}

#aplx3_sw .swiper-pagination .swiper-pagination-bullet {
    margin: 0 17px;
    opacity: 1;
    background: #666;
    position: relative;
}

#aplx3_sw .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border: 1px solid rgba(50, 83, 172, 1);
    --w: 30px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}

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

/*  */
.aplx4 .fd_gs6 {
    background: url(../images/aplx4bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.aplx4 .fd_gs6box {
    padding: 70px 0 146px;
}

@media (max-width: 1536px) {
    .subapl .subtesw_p {
        padding: 10px 15px;
    }

    .subapl .subtesw_box {
        margin-bottom: 14px;
    }

    .aplx1_box {
        padding: 65px 0 70px;
    }

    .aplx1_ltw {
        padding: 5px 22px;
    }

    .aplx1_u:nth-child(2) {
        padding: 0 20px;
    }

    .aplx3 .aplx1_p {
        margin-bottom: 48px;
    }

    .teass_lte {
        max-height: 352px;
    }

    .teass .teajy_lbox {
        height: 428px;
    }

    .aplx4 .fd_gs6box {
        padding: 60px 0 76px;
    }

    .aplx1_ltw span {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .aplx1_u {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .aplx1_l {
        margin-bottom: 10px;
    }

    .aplx1_p {
        margin-bottom: 32px;
    }

    .aplx1_l {
        margin: 0 4px;
        margin-bottom: 10px;
    }
}

@media (max-width: 499px) {
    .subapl .sub-im>img {
        height: 450px;
    }

    .aplx1_u {
        justify-content: center;
    }

    .aplx1_u:nth-child(2) {
        padding: 0 0;
    }

    .aplx1_enh p::after {
        width: 74px;
        height: 6px;
        bottom: 6px;
    }

    .aplx1_box {
        padding: 45px 0 40px;
    }

    .aplx3_box {
        padding: 38px 0 70px;
    }

    .aplx3 .aplx1_p {
        margin-bottom: 22px;
    }

    #aplx3_sw .swiper-pagination .swiper-pagination-bullet {
        margin: 0 10px;
    }

    #aplx3_sw .swiper-pagination {
        bottom: -42px;
    }

    #aplx3_sw .swiper-pagination .swiper-pagination-bullet::after {
        --w: 22px;
    }

    .aplx4 .fd_gs6box {
        padding: 40px 0 46px;
    }
}

/* news */
.ne {
    background: rgba(241, 241, 241, 1);
    padding: 160px 0 90px;
}

.ne_u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
    margin-bottom: 5px;
}

.ne_l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 60px;
}

.ne_lbox {
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(200, 200, 200, 0.25);
    display: block;
    transition: all 0.5s ease;
}

.ne_lbox:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14);
}

.ne_ltop {
    position: relative;
}

.ne_limg {
    overflow: hidden;
}

.ne_limg img {
    width: 100%;
    aspect-ratio: 510 / 340;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

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

.ne_lnum {
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgba(27, 47, 101, 0.90);
    padding: 9px 12px;
    transition: all 0.5s ease;
}

.ne_lbox:hover .ne_lnum {
    background: #E32418;
}

.ne_lnum p {
    color: #FFF;
    text-align: center;
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
}

.ne_lnum span {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-button-ft);
    font-style: normal;
    line-height: normal;
}

.ne_lte {
    padding: 34px 24px 44px;
}

.ne_lh {
    margin-bottom: 16px;
}

.ne_lh p {
    color: #222;
    font-size: var(--zj-ven2_la);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ne_lbox:hover .ne_lh p {
    color: #1B2F65;
}

.ne_lp {
    margin-bottom: 42px;
}

.ne_lp p {
    color: #666;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-button-ft) * 1.625);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne_lbtn {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.ne_la {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 12;
    padding: 12px 36px 12px 15px;
}


.ne_la::after {
    position: absolute;
    content: "";
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 60px;
    background: #F1F1F1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.ne_lbox:hover .ne_la::after {
    width: 100%;
}

.ne_la i {
    font-size: 26px;
    color: rgba(227, 36, 24, 1);
    margin: 0 24px 0 0;
    position: relative;
    z-index: 12;
}

.ne_la p {
    color: #E32418;
    font-family: Mott6;
    font-size: var(--zj-button-ft);
    font-style: normal;
    line-height: normal;
    position: relative;
    z-index: 12;
}

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

    .ne {
        padding: 70px 0 60px;
    }

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

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

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

    .ne {
        padding: 40px 0 40px;
    }

    .sub-pagel a {
        --w: 34px !important;
        margin: 0 4px !important;
    }
}

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

.sub-pagel a {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 200px;
    border: 1px solid #DDD;
    color: #666;
    font-family: Mott4;
    font-size: var(--zj-button-ft);
    font-style: normal;
    line-height: normal;
    margin: 0 6px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    background: #3253AC;
    border: 1px solid #3253AC;
    color: #FFF;
}

.sub-pagel.on a {
    background: #3253AC;
    border: 1px solid #3253AC;
    color: #FFF;
}

.sub-prev a {
    margin: 0 18px;
}

.sub-prev a svg path {
    transition: all 0.5s ease;
}

.sub-prev a:hover svg path {
    fill: #FFF;
}

/* about us */
.ab1_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0 104px;
}

.ab1_1 {
    width: 49%;
    flex: 0 0 auto;
    border-radius: 20px;
    background: #D9D9D9;
    overflow: hidden;
}

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

.ab1_2 {
    width: calc(51% - 40px);
    flex: 0 0 auto;
}

.ab1_2enh {
    position: relative;
}

.ab1_2enh::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    background: #E32418;
    left: 0;
    bottom: 5px;
}

.ab1_2enh p {
    color: #333;
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.ab1_2h {
    margin-bottom: 30px;
}

.ab1_2h p {
    color: #333;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ab1_2te p {
    color: #4A4A4A;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.ab1_2te p:last-child {
    margin-bottom: 0;
}

/*  */
.ab2 {
    background: url(../images/ab2bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ab2_box {
    padding: 147px 0 0;
}

.ab2_enh {
    position: relative;
}

.ab2_enh::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    background: #E32418;
    left: 0;
    bottom: 5px;
}

.ab2_enh p {
    color: #FFF;
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.ab2_h {
    margin-bottom: 132px;
}

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

.ab2_p {
    position: relative;
}

.ab2_p {
    position: relative;
    padding: 0 15px;
    margin-bottom: 120px;
}

.ab2_p p {
    color: #FFF;
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.ab2_p p:last-child {
    margin-bottom: 0;
}

.ab2_p .fd_gs2pimg {
    width: 100px;
    height: 100px;
}

.ab2_scrp p {
    color: rgba(255, 255, 255, 0.10);
    font-family: Mott6;
    font-size: 120px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 21.6px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: -30px;
}

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

.ab3_box {
    margin-bottom: -246px !important;
    position: relative;
    z-index: 112;
}

.ab3_enh {
    position: relative;
    margin-bottom: 10px;
}

.ab3_enh::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    background: #E32418;
    left: 0;
    bottom: 7px;
}

.ab3_enh p {
    color: #333;
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.ab3_h p {
    color: #333;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

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

.ab3l {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 12;
    animation: abupd1 2s infinite;
}

.ab3l1 img {
    width: 30px;
}

.ab3l2 {
    margin-top: 10px;
}

.ab3l2 p {
    color: #333;
    font-size: var(--zj-con1_lico);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con1_lico) * 1.15);
}

.ab3l2 span {
    color: #333;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2-fol) * 1.4);
}

/*  */
.ab3l:nth-child(1) {
    left: 9.4%;
    bottom: 8%;
}

.ab3l:nth-child(2) {
    left: 19.8%;
    bottom: 19%;
    animation-delay: 0.2s;
}

.ab3l:nth-child(3) {
    left: 29.8%;
    bottom: 33%;
    animation-delay: 0.4s;
}

.ab3l:nth-child(4) {
    left: 40.8%;
    bottom: 48%;
    animation-delay: 0.2s;
}

.ab3l:nth-child(5) {
    left: 49%;
    bottom: 31%;
    animation-delay: 0.4s;
}

.ab3l:nth-child(6) {
    left: 50.6%;
    bottom: 57%;
}

.ab3l:nth-child(7) {
    left: 60.6%;
    bottom: 67%;
    animation-delay: 0.4s;
}

.ab3l:nth-child(8) {
    left: 69.6%;
    bottom: 80%;
    animation-delay: 0.2s;
}

@keyframes abupd1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* ab4 */
.ab4_box {
    padding: 105px 0 0;
}

.ab4_enh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.ab4_enh p {
    color: #333;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.ab4_enh p::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    background: #E32418;
    right: 0;
    bottom: 7px;
    z-index: -1;
}

.ab4_h {
    margin-bottom: 70px;
}

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

.ab4_end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 740px;
}

/*  */
.ab4_1 {
    width: 49%;
    flex: 0 0 auto;
}

.ab4_1 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(0 4px 30px rgba(38, 38, 38, 0.20));
}

.ab4_u {
    width: calc(51% - 40px);
    flex: 0 0 auto;
}

.ab4_l {
    position: relative;
    border-bottom: 1px solid #DDD;
    margin-bottom: 40px;
}

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

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

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

.ab4_l1_1 i {
    font-size: 30px;
    color: #FFF;
    --w: 64px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed #0F2F86;
    position: relative;
    margin-right: 20px;
    flex: 0 0 auto;
}

/* .ab4_l1:hover .ab4_l1_1 i {
    animation: ven2-inqui 0.8s ease-in-out;
    animation-iteration-count: 1;
} */

@keyframes ven2-inqui {
    0% {
        transform: scale(1) rotateY(0deg);
    }

    50% {
        transform: scale(1.2) rotateY(360deg);
    }

    100% {
        transform: scale(1) rotateY(360deg);
    }
}

.ab4_l1_1 i::after {
    position: absolute;
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #0F2F86;
    border-radius: 50%;
    z-index: -1;
}

.ab4_l1_1h p {
    color: #0F2F86;
    font-size: var(--zj-con1_lico);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ab4_l1_1p p {
    color: #0F2F86;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab4_l1_2 {
    flex: 0 0 auto;
    --w: 26px;
    width: var(--w);
    height: var(--w);
    background: #3253AC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ab4_l1_2 i {
    font-size: 18px;
    color: #FFF;
    line-height: 1;
    transition: all 0.5s ease;
}

.ab4_l1_2 i:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.ab4_l.on .ab4_l1_2 i:nth-child(1) {
    opacity: 0;
}

.ab4_l.on .ab4_l1_2 i:nth-child(2) {
    opacity: 1;
}

/*  */
.ab4_l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab4_l.on .ab4_l2 {
    max-height: 400px;
    opacity: 1;
}

.ab4_l2box {
    padding: 0 10px 20px;
}

.ab4_l2p {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.ab4_l2p p {
    color: #4A4A4A;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ab4_l2p span {
    color: #4A4A4A;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-button-ft) * 1.625);
}

/* ab5 */
.ab5_box {
    padding: 95px 0 100px;
}

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

.ab5_1enh {
    position: relative;
    margin-bottom: 10px;
}

.ab5_1enh::after {
    position: absolute;
    content: "";
    width: 144px;
    height: 10px;
    background: #E32418;
    left: 0;
    bottom: 4px;
    z-index: -1;
}

.ab5_1enh p {
    color: var(--, #333);
    font-family: Mott6;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: 100%;
    max-width: 326px;
}

.ab5_1h p {
    color: #333;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*  */
.ab5_2 .ne_la {
    padding: 12px 0 12px 15px;
    transition: all 0.5s ease;
}

.ab5_2 .ne_la:hover {
    padding: 12px 36px 12px 15px;
}

.ab5_2 .ne_la:hover::after {
    width: 100%;
}

/*  */
.ab5u {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
    position: relative;
    z-index: 16;
}

.ab5l {
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
}

@media (max-width: 1536px) {
    .ab1_box {
        padding: 70px 0 74px;
        align-items: flex-start;
    }

    .ab1_1 {
        position: sticky;
        top: 90px;
    }

    .ab2_box {
        padding: 87px 0 0;
    }

    .ab2_h {
        margin-bottom: 100px;
    }

    .ab3_box {
        margin-bottom: -146px !important;
    }

    .ab3l>* {
        transform: scale(0.6);
    }

    .ab4_box {
        padding: 75px 0 0;
    }

    .ab4_h {
        margin-bottom: 40px;
    }

    .ab4_l {
        margin-bottom: 10px;
    }

    .ab4_l1_1 i {
        font-size: 22px;
        --w: 50px;
    }

    .ab4_l1 {
        padding: 10px 0;
    }

    .ab4_l2p {
        padding: 4px 0;
    }

    .ab5_1enh {
        margin-bottom: 0;
    }

    .ne_la i {
        font-size: 16px;
        margin: 0 12px 0 0;
    }

    .ne_la::after {
        --w: 38px;
    }

    .ab5_2 .ne_la:hover {
        padding: 12px 12px 12px 15px;
    }

    .ab5u {
        margin-right: calc(-.5 * 1.5rem);
        margin-left: calc(-.5 * 1.5rem);
    }

    .ab5l {
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
    }

    .ab5_box {
        padding: 75px 0 70px;
    }

    .ne_lte {
        padding: 24px 14px 34px;
    }

    .ne_la {
        padding: 12px 15px 12px 15px;
    }

    .ne_lp {
        margin-bottom: 22px;
    }
}

@media (max-width: 992px) {
    .cate_u {
        justify-content: flex-start;
        overflow: auto;
    }

    .cate_u::-webkit-scrollbar {
        display: none;
    }

    .cate_la {
        width: max-content;
    }

    /*  */
    .ab1_box {
        flex-direction: column-reverse;
    }

    .ab1_1 {
        width: 100%;
    }

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

    .ab2_scrp p {
        font-size: 88px;
        letter-spacing: 6.6px;
        margin-bottom: 36px;
    }

    .ab2_p {
        margin-bottom: 80px;
    }

    .fd_gs2pimg img {
        width: 80px;
        height: auto;
    }

    .ab3bg img {
        height: 500px;
    }

    .ab3bg img:nth-child(1) {
        display: none;
    }

    .ab3bg img:nth-child(2) {
        display: block !important;
    }

    .ab3u {
        display: none;
    }

    .ab4_end {
        flex-direction: column-reverse;
    }

    .ab4_1 {
        width: 100%;
    }

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

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

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

@media (max-width: 499px) {
    .ab1_2enh::after {
        width: 70px;
        height: 6px;
    }

    .ab1_box {
        padding: 30px 0 34px;
    }

    .ab1_2h {
        margin-bottom: 16px;
    }

    .ab1_2te p {
        margin-bottom: 10px;
    }

    .ab2_enh::after {
        width: 70px;
        height: 6px;
        bottom: 3px;
    }

    .ab2_box {
        padding: 37px 0 0;
    }

    .ab2_h {
        margin-bottom: 40px;
    }

    .ab2_p {
        margin-bottom: 40px;
        padding: 0;
    }

    .ab2_p p {
        margin-bottom: 0;
    }

    .fd_gs2pimg img {
        width: 50px;
    }

    .fd_gs2pimg {
        top: -18px;
    }

    .ab3_enh::after {
        width: 70px;
        height: 6px;
        bottom: 4px;
    }

    .ab3_enh {
        margin-bottom: 0;
    }

    .ab3bg img {
        /*height: 183px;*/
        height: 100%;
    }

    .ab3_box {
        margin-bottom: 0 !important;
        padding-top: 30px;
    }

    .ab4_box {
        padding: 45px 0 0;
    }

    .ab4_enh p::after {
        width: 70px;
        height: 6px;
        bottom: 3px;
    }

    .ab4_enh {
        margin-bottom: 0;
    }

    .ab4_h {
        margin-bottom: 20px;
    }

    .ab4_l1_1 i {
        margin-right: 10px;
    }

    .ab5_box {
        padding: 35px 0 30px;
    }

    .ab5_1enh::after {
        width: 74px;
        height: 6px;
        bottom: 4px;
    }

    .ab5_top {
        margin-bottom: 22px;
    }

    .ne_lte {
        padding: 14px 8px 14px;
    }

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

/* 凯琛留学教育集团（名校申请） */
.apeban {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.apeban_1 {
    position: relative;
    flex: 0 0 auto;
    margin-right: 30px;
    margin-top: 26px;
}

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

.apeban_te p {
    color: #FFF;
    font-size: calc(var(--zj-prode1-2h) + 4px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 14px;
}

.apeban_te p:last-child {
    margin-bottom: 0;
}

.apeban_line {
    position: absolute;
    bottom: 4px;
    left: 182px;
    width: 228px;
}

.apeban_line span {
    width: 100%;
    height: 10px;
    flex-shrink: 0;
    background: #E32418;
    display: block;
}

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

#apeban_2 {
    overflow: hidden;
}

.apeban_2box {
    overflow: hidden;
}

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

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

/* ap1 */
.ape1 {
    padding: 100px 0 90px;
}

.ape1_sc {
    border-radius: 10px;
    background: #F1F1F1;
    box-shadow: 0 4px 4px 0 rgba(137, 137, 137, 0.25);
}

.ape1_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(137, 137, 137, 0.25);
    padding: 26px 20px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.ape1_1:hover {
    background: #0F2F86;
}

.ape1_sc.on .ape1_1 {
    background: #0F2F86;
}

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

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

.ape1_1lfte i {
    font-size: 50px;
    line-height: normal;
    margin-right: 20px;
    color: #0F2F86;
    transition: all 0.5s ease;
}

.ape1_1:hover .ape1_1lfte i {
    color: #FFF;
}

.ape1_sc.on .ape1_1lfte i {
    color: #FFF;
}

.ape1_1lfteimgbox {
    position: relative;
}

.ape1_1lfteimgbox img {
    transition: all 0.5s ease;
    margin-right: 20px;
    width: 50px;
    object-fit: cover;
    object-position: center;
}

.ape1_1lfteimgbox img:nth-child(2) {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ape1_1:hover .ape1_1lfteimgbox img:nth-child(2) {
    opacity: 1;
}

.ape1_1:hover .ape1_1lfteimgbox img:nth-child(1) {
    opacity: 0;
}

.ape1_sc.on .ape1_1lfteimgbox img:nth-child(2) {
    opacity: 1;
}

.ape1_sc.on .ape1_1lfteimgbox img:nth-child(1) {
    opacity: 0;
}

.ape1_1lfte p {
    color: #0F2F86;
    font-size: var(--zj-con1_lico);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.5s ease;
}

.ape1_1:hover .ape1_1lfte p {
    color: #FFF;
}

.ape1_sc.on .ape1_1lfte p {
    color: #FFF;
}

.ape1_1lfnum p {
    color: #3253AC;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.ape1_1:hover .ape1_1lfnum p {
    color: #FFF;
}

.ape1_sc.on .ape1_1lfnum p {
    color: #FFF;
}

.ape1_1rg {
    flex: 0 0 auto;
    margin-left: 40px;
}

.ape1_1rg i {
    font-size: 16px;
    line-height: normal;
    color: #666;
    transition: all 0.5s ease;
    display: block;
}

.ape1_1:hover .ape1_1rg i {
    color: #FFF;
}

.ape1_sc.on .ape1_1rg i {
    transform: rotate(180deg);
    color: #FFF;
}

/*  */
.ape1_2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ape1_sc.on .ape1_2 {
    max-height: 400px;
    opacity: 1;
}

.ape1_2box {
    padding: 14px 20px;
}

.ape1_2t {
    display: flex;
    margin-bottom: 10px;
}

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

.ape1_2t svg {
    padding-top: 4px;
}

.ape1_2t p {
    color: #0F2F86;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* ap2 */
.ape2 {
    background: url(../images/ape2bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 125px 0 95px;
    position: relative;
    /* z-index: 1000; */
}

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

.ape2_enh p {
    color: #fff;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.ape2_enh p::after {
    position: absolute;
    content: "";
    width: 154px;
    height: 10px;
    background: #E32418;
    right: 0;
    bottom: 8px;
    z-index: -1;
}

.ape2_h {
    margin-bottom: 70px;
}

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

/*  */
.ape2_end1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 97px;
    cursor: pointer;
}

.ape2_end1l {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    background: #FFF;
    transition: all 0.5s ease;
    min-width: 314px;
    padding: 20px 30px;
    margin: 0 20px;
}

.ape2_end1l:hover {
    background: #0F2F86;
}

.ape2_end1l.on {
    background: #0F2F86;
}

.ape2_gq {
    width: 80px;
    flex: 0 0 auto;
    margin-right: 20px;
}

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

.ape2_te p {
    color: #333;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.92px;
    margin-bottom: 4px;
    transition: all 0.5s ease;
}

.ape2_end1l:hover .ape2_te p {
    color: #FFF;
}

.ape2_end1l.on .ape2_te p {
    color: #FFF;
}

.ape2_te span {
    color: #333;
    font-size: var(--zj-ven2_la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    transition: all 0.5s ease;
}

.ape2_end1l:hover .ape2_te span {
    color: #FFF;
}

.ape2_end1l.on .ape2_te span {
    color: #FFF;
}

.ape2_sj {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    transition: all 0.5s ease;
    opacity: 0;
}

.ape2_end1l:hover .ape2_sj {
    opacity: 1;
}

.ape2_end1l.on .ape2_sj {
    opacity: 1;
}

/* xiamian mokuai */
.ape2_end2l {
    display: none;
}

.ape2_end2l.on {
    display: block;
}

.ape2_l1 {
    margin-right: calc(-.5 * 2.5rem);
    margin-left: calc(-.5 * 2.5rem);
}

.ape2_xli {
    width: 20%;
    padding-right: calc(2.5rem * .5);
    padding-left: calc(2.5rem * .5);
    margin-bottom: 30px;
}

.ape2_xlibox {
    border-radius: 10px;
    background: #F1F1F1;
    padding: 21px 19px;
    cursor: pointer;
}

.ape_cc1 {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
    padding: 20px 10px;
    margin-bottom: 28px;
}

.ape_cc1img {
    margin-right: 22px;
    flex: 0 0 auto;
}

.ape_cc1img img {
    width: 80px;
}

.ape_cc1p p {
    color: #333;
    font-size: var(--zj-ven2_la);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
}

.ape_cc2 {
    margin-bottom: 38px;
}

.ape_cc2 p {
    color: #666;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ape_cc3 {
    display: flex;
}

.ape_cc3 .ne_la {
    padding: 12px 15px;
}

.ape_cc3 .ne_la::after {
    background: #FFF;
}

.ape2_xlibox:hover .ape_cc3 .ne_la::after {
    width: 100%;
}

/* ape2tangchuang */
.ape2_xtc {
    display: none;
    position: fixed;
    width: 100vw;
    height: 1000vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background: rgba(30, 30, 30, 0.7);
    z-index: 99;
    align-items: center;
    justify-content: center;
    /* z-index: 10000; */
}

.ape2_xtc.on {
    display: flex;
}

.ape2_xtcbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* position: relative; */
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 14px;
    background: #FFF;
    padding: 90px 62px;
    width: 1200px;
    max-width: 98%;
}

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

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

.ape2_xtc_2 {
    width: calc(65% - 40px);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ape2_xtc_2_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #B5B5B5;
}

.ape2_xtc_2_1 p {
    color: #333;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ape2_xtc_2_1 a {
    display: block;
    background: #E32418;
    padding: 6px 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}

.ape2_xtc_2_1 a:hover {
    background: rgba(227, 36, 24, 0.8);
}

.ape2_xtc_2_1 a p {
    color: #FFF;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ape2_xtc_2_2>div {
    display: flex;
    margin-bottom: 8px;
}

.ape2_xtc_2_2>div p {
    color: #FFF;
    font-size: var(--zj-ven2_la);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    background: linear-gradient(90deg, #0F2F86 0%, #3253AC 58.97%, rgba(50, 83, 172, 0.00) 100%);
    padding: 6px 40px 6px 10px;
}

.ape2_xtc_2_3 p {
    color: #666;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-button-ft) * 1.875);
    padding: 6px 10px;
}

.ape2_xtc2anniu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 428px;
    max-width: 100%;
    margin: 0 auto;
}

.ape2_xtc2anniu>* {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.ape2_xtc2anniu>* i {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 8px;
    transition: all 0.5s ease;
}

.ape2_xtc2anniu>*:hover i {
    color: #E32418;
}

.ape2_xtc2anniu>* p {
    color: #999;
    text-align: center;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s ease;
}

.ape2_xtc2anniu>*:hover p {
    color: #E32418;
}

.ape2_xtcgb {
    position: absolute;
    top: 20px;
    right: 24px;
    cursor: pointer;
}

.ape2_xtcgb i {
    font-size: 32px;
    line-height: normal;
    color: rgba(102, 102, 102, 1);
    transform: rotate(45deg);
    transition: all 0.3s ease;
    display: block;
}

.ape2_xtcgb:hover i {
    transform: rotate(225deg);
}

/* ap3 */
.ape3 {
    position: relative;
    overflow: hidden;
}

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

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

.ape3_box {
    position: relative;
    z-index: 12;
    padding: 88px 0 135px;
}

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

.ape3_enh p {
    color: #333;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.ape3_enh p::after {
    position: absolute;
    content: "";
    width: 154px;
    height: 10px;
    background: #E32418;
    right: 0;
    bottom: 8px;
    z-index: -1;
}

.ape3_h {
    margin-bottom: 78px;
}

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

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

#ape3_sw {
    overflow: hidden;
}

.ape3_sw1p {
    padding: 2px 10px;
}

.ape3_sw1p p {
    color: #333;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ape3_sw2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #0F2F86;
    padding: 46px 34px 0;
    opacity: 0;
    transition: all 0.5s ease;
    overflow-y: auto;
}

.ape3_sw2::-webkit-scrollbar {
    width: 4px;
    height: 14px;
}

.ape3_sw2::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    border-radius: 20px;
    background: #3253AC;
}

.ape3_sw2::-webkit-scrollbar-track {
    border-radius: 20px;
    background: rgba(50, 83, 172, 0.28);
}

.aplx3sw_box:hover .ape3_sw2 {
    opacity: 1;
}

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

.ape3_sw2h {
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.ape3_sw2h p {
    color: #FFF;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-width: 90px;
    flex: 0 0 auto;
}

.ape3_sw2h span {
    color: #FFF;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-button-ft) * 1.62);
    display: block;
    padding-top: 2px;
}

.ape3_sw2img {
    position: absolute;
    right: 18px;
    bottom: 22px;
}

/*  */

#ape3_sw .swiper-pagination {
    bottom: -66px;
}

#ape3_sw .swiper-pagination .swiper-pagination-bullet {
    margin: 0 17px;
    opacity: 1;
    background: rgba(15, 47, 134, 0.60);
    position: relative;
    transition: all 0.5s ease;
}

#ape3_sw .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(15, 47, 134, 1);
}

#ape3_sw .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border: 1px solid rgba(50, 83, 172, 1);
    --w: 30px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}

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

@media (max-width: 1536px) {
    .apeban_2 {
        width: 52%;
    }

    .subspe .sub-im>img {
        height: 700px;
    }

    .apeban {
        top: 56%;
    }

    .ape1 {
        padding: 70px 0 60px;
    }

    .fd_gs5enh::after {
        width: 70px;
        height: 6px;
        bottom: 4px;
    }

    .fd_gs5h {
        margin-bottom: 22px;
    }

    .ape1_1lfte i {
        font-size: 28px;
        margin-right: 10px;
    }

    .ape1_1lfteimgbox img {
        margin-right: 10px;
        width: 28px;
    }

    .ape1_1rg {
        margin-left: 20px;
    }

    .ape1_1 {
        padding: 14px 10px;
    }

    .ape1_2box {
        padding: 12px 12px;
    }

    .ape1_2t svg {
        padding-top: 2px;
    }

    .fd_gs5svg svg {
        width: 20px;
    }

    .fd_gs5scroll {
        max-height: 454px;
        padding: 10px 12px 10px 10px;
    }

    .fd_gs5scroll::-webkit-scrollbar {
        width: 4px;
    }

    .apeban_1 {
        margin-top: 0;
    }

    .ape2 {
        padding: 75px 0 65px;
    }

    .ape2_enh p::after {
        width: 74px;
        height: 6px;
        bottom: 6px;
    }

    .ape2_h {
        margin-bottom: 30px;
    }

    .ape2_end1l {
        min-width: 200px;
        padding: 10px 12px;
        margin: 0 6px;
    }

    .ape2_gq {
        width: 48px;
        margin-right: 12px;
    }

    .ape2_end1 {
        margin-bottom: 47px;
    }

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

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

    .ape2_xlibox {
        padding: 10px 10px;
    }

    .ape_cc1img {
        margin-right: 12px;
    }

    .ape_cc1 {
        padding: 10px 6px;
        margin-bottom: 14px;
    }

    .ape_cc2 {
        margin-bottom: 30px;
    }

    .ape_cc1img img {
        width: 40px;
    }

    .ape2_xtcbox {
        padding: 38px 20px;
    }

    .ape2_xtcgb i {
        font-size: 24px;
    }

    .ape2_xtc_1 {
        width: 30%;
    }

    .ape2_xtc_2 {
        width: calc(70% - 20px);
    }

    .ape2_xtcgb {
        top: 9px;
    }

    .ape3bg img {
        height: 100%;
    }

    .ape3_box {
        padding: 68px 0 105px;
    }

    .ape3_h {
        margin-bottom: 38px;
    }

    .ape3_enh p::after {
        width: 74px;
        height: 6px;
        bottom: 8px;
    }

    .ape3_sw2 {
        padding: 16px 14px 0;
    }

    .aplx3sw_box {
        padding: 10px 15px;
    }

    .ape3_sw2h {
        padding: 10px 6px;
    }

    .fd_gs6box {
        padding: 54px 0 70px;
    }

    .fd_gs6top {
        margin-bottom: 32px;
    }

    .fd_gs6enh::after {
        width: 72px;
        height: 6px;
        bottom: 43px;
    }

    .fd_gs6enh {
        margin-bottom: 0;
    }

    .fd_gs6ri>div i {
        font-size: 14px;
    }

    .fd_gs6ri>div {
        --w: 38px;
        margin-left: 10px !important;
    }

    .teajy_lbox {
        padding: 14px 12px;
    }

    .teajy_liti {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .teasq .teass_lp {
        margin-bottom: 10px;
    }

    .teasq .teass_lte {
        max-height: 326px;
    }

    .teasq .teajy_lbox {
        height: 408px;
    }
}

@media (max-width: 1199.9px) {
    .apeban {
        flex-direction: column;
        top: 52%;
    }

    .apeban_1 {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .apeban_2 {
        width: 100%;
        padding: 0 120px;
    }

    .subspe .sub-im>img {
        height: 900px;
    }

}

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

    .fd_gs5_1,
    .fd_gs5_2 {
        width: 100%;
    }

    .fd_gs5_2 {
        margin-bottom: 20px;
    }

    .ape2_end1 {
        overflow: auto;
        justify-content: flex-start;
    }

    .ape2_end1::-webkit-scrollbar {
        display: none;
    }

    .ape2_end1l {
        width: max-content;
    }

    .ape2_te span {
        width: max-content;
        display: block;
    }

    .ape2_xli {
        width: 33.33%;
    }

    .ape2_xtc2anniu>* i {
        --w: 34px;
        font-size: 14px;
    }
}

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

    .ape2_xtc_1 {
        display: none;
    }

    .ape2_xtc_2 {
        width: 100%;
    }

    .ape2_xtc2anniu {
        display: none;
    }
}

@media (max-width: 768px) {
    .ape2_xli {
        width: 100%;
    }

    .fd_gs6::after {
        width: 247px;
    }
}

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

    .apeban_line span {

        height: 6px;
    }

    .apeban_line {
        left: 170px;
        width: 128px;
    }

    .apeban_te p {
        margin-bottom: 0px;
    }

    .subspe .sub-im>img {
        height: 656px;
    }

    .ape1 {
        padding: 30px 0 40px;
    }

    .fd_gs5h {
        margin-bottom: 12px;
    }

    .fd_gs5svg {
        padding: 0px 0;
    }

    .fd_gs5scroll {
        max-height: 406px;
    }

    .aplx2 .fd_gs5box {
        padding: 0 0 0;
    }

    .ape2 {
        padding: 35px 0 35px;
    }

    .ape2_h {
        margin-bottom: 20px;
    }

    .ape2_end1 {
        margin-bottom: 27px;
    }

    .ape3_box {
        padding: 38px 0 45px;
    }

    .ape3_h {
        margin-bottom: 18px;
    }

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

    #ape3_sw .swiper-pagination .swiper-pagination-bullet {
        margin: 0 9px;
    }

    #ape3_sw .swiper-pagination .swiper-pagination-bullet::after {
        --w: 22px;
    }

    .fd_gs6enh p {
        max-width: 142px;
    }

    .fd_gs6enh::after {
        bottom: 31px;
    }

    .fd_gs6::after {
        width: 169px;
    }

    .fd_gs6box {
        padding: 44px 0 40px;
    }
}

/* 凯琛留学教育集团（首页） */
/* banner */
.ind_ban {
    position: relative;
}

.so1sp_ch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 46px;
    z-index: 12;
}

.so1sp_u {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.so1sp_u::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: -25px;
    border-top: 1px dashed rgba(255, 255, 255, 0.30);
}

.so1sp_l {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #131F47;
    width: 120px;
    height: 77px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.so1sp_l:hover {
    background: #1B2F65;
}

.so1sp_l.on {
    background: #1B2F65;
}

.so1sp_l::after {
    position: absolute;
    content: "";
    --w: 10px;
    width: var(--w);
    height: var(--w);
    background: #AFAFAF;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -30.5px;
    transition: all 0.5s ease;
}

.so1sp_l:hover::after {
    background: #FFF;
}

.so1sp_l.on::after {
    background: #FFF;
}

.so1sp_l::before {
    position: absolute;
    content: "";
    --w: 10px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%) scale(1);
    top: -30.5px;
    transition: all 0.5s ease;
}

.so1sp_l.on::before {
    transform: translateX(-50%) scale(2.4);
}

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

/* 切换 */
.so1-swch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 12;
}

.so1-swch>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    --w: 50px;
    border-radius: 50%;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(255, 255, 255, 0.40);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    margin: 10px 0 !important;
}

.so1-swch>div:hover {
    border: 1px solid rgba(227, 36, 24, 1);
}

.so1-swch>div::after {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    transition: all 0.5s ease;
}

.so1-swch>div:hover:after {
    color: rgba(227, 36, 24, 1);
}

@media (max-width: 1536px) {
    .so1-swch {
        right: 24px;
    }

    .so1-swch>div {
        margin: 4px 0 !important;
        --w: 36px;
    }

    .so1-swch>div::after {
        font-size: 13px;
    }
}

/*  */
.so12box {
    background: url(../images/so12bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 92px 0 143px;
}

/* so1 */
.so1_enh {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.so1_enh::after {
    position: absolute;
    content: "";
    width: 146px;
    height: 10px;
    background: #E32418;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
}

.so1_enh p {
    color: #1B2F65;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: 1;
    position: relative;
    z-index: 12;
}

.so1_h {
    margin-bottom: 60px;
}

.so1_h p {
    color: #1B2F65;
    text-align: center;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*  */
.so1_end {
    margin-bottom: 130px;
}

.so1_sw {
    margin-bottom: 32px;
}

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

.so1 .subtesw_p {
    border-radius: 40px;
    background: #FFF;
}

.so1 .subtesw_p p {
    color: #222;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* so2 so2bg.jpg */
.so2_box {
    background: url(../images/so2bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 74px;
}

.so2_1enh {
    margin-bottom: 10px;
    position: relative;
}

.so2_1enh::after {
    position: absolute;
    content: "";
    width: 146px;
    height: 10px;
    background: #E32418;
    left: 2px;
    bottom: 3px;
}

.so2_1enh p {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: 1;
    position: relative;
    z-index: 12;
}

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

.so2_2 {
    width: 80%;
    flex: 0 0 auto;
    overflow: hidden;
    padding: 54px 0;
    position: relative;
}

.so2_2::after {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 10;
    background-image: linear-gradient(to right, rgba(27, 47, 101, 1) 0%, rgba(250, 250, 250, 0) 40%, rgba(250, 250, 250, 0) 60%, rgba(27, 47, 101, 1) 100%);
    pointer-events: none;
}

.so2_2sw {
    margin-bottom: 32px;
}

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

.so2 .subtesw_p p {
    color: #FFF;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

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

.so3_1 {
    width: 54.6%;
    flex: 0 0 auto;
}

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

/*  */
.so3_2te {
    padding: 115px 0 0 38px;
}

.so3_2enh {
    margin-bottom: 10px;
    position: relative;
}

.so3_2enh::after {
    position: absolute;
    content: "";
    width: 146px;
    height: 10px;
    background: #E32418;
    left: 2px;
    bottom: 3px;
}

.so3_2enh p {
    color: #1B2F65;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: 1;
    position: relative;
    z-index: 12;
}

.so3_2h {
    margin-bottom: 12px;
}

.so3_2h p {
    color: #1B2F65;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.so3_2p {
    margin-bottom: 138px;
}

.so3_2p p {
    color: #222;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*  */
.so3_3 {
    padding: 38px 0;
    margin-top: -206px;
}

.so3_3p img {
    width: 1884px;
}

/*  */
.so3_2u {
    margin: 0;
    position: relative;
    z-index: 12;
}

.so3_2l {
    padding: 0;
}

.so3_2lbox {
    background: #1B2F65;
    height: 100%;
    padding: 40px 12px;
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    position: relative;
    transition: all 0.5s ease;
}

.so3_2lbox:hover {
    background: #0F2F86;
}

.so3_2lbox::after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #E32418;
    transition: all 0.5s ease;
}

.so3_2lbox:hover:after {
    width: 100%;
}

.so3_2li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.so3_2lh {
    margin-bottom: 10px;
}

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

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

/* so4 */
.so4_box {
    padding: 134px 0 140px;
}

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

.so4_enh p {
    color: #1B2F65;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: var(--zj-ab1_1toph);
    position: relative;
}

.so4_enh p::after {
    position: absolute;
    content: "";
    width: 146px;
    height: 10px;
    background: #E32418;
    left: 2px;
    bottom: 3px;
    z-index: -1;
}

.so4_h {
    margin-bottom: 12px;
}

.so4_h p {
    color: #1B2F65;
    text-align: center;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.so4_p {
    margin-bottom: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4_p p {
    color: #222;
    text-align: center;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-button-ft) * 1.62);
    max-width: 992px;
}

.so4_end {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    justify-content: flex-end;
}

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

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

.so4_endrg {
    position: relative;
    z-index: 12;
    width: 50%;
    flex: 0 0 auto;
    background: linear-gradient(180deg, rgba(27, 47, 101, 0.86) 0%, rgba(27, 47, 101, 0.96) 100%);
    padding: 100px 4px 100px 104px;
    overflow: hidden;
}

.so4_endte p {
    color: #FFF;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-prode1-2h) * 1.87);
}

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

.so4_endfly p {
    color: #FFF;
    text-align: center;
    font-family: Mott6;
    font-size: 96px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 48px;
    opacity: 0.04;
}

/*  */
.so6 {
    background: rgba(241, 241, 241, 1);
    position: relative;
}

.so6_box {
    transform: translateY(140px);
    position: relative;
    z-index: 12;
    padding-right: 104px;
    padding-bottom: 55px;
}

.so6_box::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -40px;
    width: 100vw;
    height: 100%;
    background: #FFF;
    border-bottom: 10px solid #E32418;
}

.so6 .ab5_top {
    position: relative;
    z-index: 16;
    align-items: flex-end;
}

/*  */
.so6_qiu {
    position: absolute;
    top: 5px;
    right: 30px;
    width: 33%;
}

.so6_qiu img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    animation: rotation 30s linear infinite;
}

#so1-sw {
    overflow: hidden;
}

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

.swiper-slide-active .so1sp_swimg img {
    animation: zoombig 3s forwards linear;
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@media (max-width: 1536px) {
    .so1sp_l {
        width: 92px;
    }

    .so12box {
        padding: 62px 0 73px;
    }

    .so1_sw {
        margin-bottom: 16px;
    }

    .so1_h {
        margin-bottom: 30px;
    }

    .so1_end {
        margin-bottom: 70px;
    }

    .so2_box {
        padding: 20px 34px;
    }

    .so2_2sw {
        margin-bottom: 16px;
    }

    .so3_2te {
        padding: 45px 0 0 38px;
    }

    .so3_2p {
        margin-bottom: 68px;
    }

    .so3_2li svg {
        width: 40px;
        height: 40px;
    }

    .so3_2li {
        margin-bottom: 10px;
    }

    .so3_2lbox {
        padding: 20px 12px;
    }

    .so3_3 {
        padding: 26px 0;
        margin-top: -170px;
    }

    .so4_box {
        padding: 74px 0 70px;
    }

    .so4_endrg {
        padding: 60px 4px 60px 64px;
    }

    .so6_box::after {
        bottom: -14px;
        border-bottom: 4px solid #E32418;
    }

    .so6_box {
        transform: translateY(114px);
    }

    .footer_sp .ft-top {
        padding-top: 200px !important;
    }

    .ab4_end {
        height: 600px;
    }
}

@media (max-width: 1199.9px) {
    .so1sp_swimg img {
        height: 700px;
    }

    .so1sp_chbox {
        overflow: auto;
    }

    .so1sp_chbox::-webkit-scrollbar {
        display: none;
    }

    .so1sp_u::after {
        top: 15px;
    }

    .so1sp_u {
        min-width: 1240px;
        padding-top: 40px;
    }

}

@media (max-width: 992px) {
    .so3_1 {
        /* display: none; */
        position: relative;
        z-index: 12;
        width: 100%;
    }

    .so3_top {
        flex-direction: column-reverse;
    }

    .so3_2 {
        width: 100%;
    }

    .so3_2p {
        margin-bottom: 34px;
    }

    .so4_endrg {
        padding: 30px 4px 30px 34px;
    }

    .so6 .ab5_top {
        align-items: flex-start;
    }

    .so6_box {
        padding-right: 44px;
    }

    .ab4_end {
        height: auto;
    }
}

@media (max-width: 768px) {
    .so4_endrg {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .so1sp_swimg img {
        /*height: 100vh;*/
        height: 480px;
    }

    .so3_2te {
        padding: 25px 0px 0px 18px;
    }

    .so4_box {
        padding: 44px 0 40px;
    }

    .so4_endrg {
        padding: 10px 4px 10px 14px;
    }

    .so6_box {
        transform: translateY(45px);
        padding-bottom: 16px;
    }

    .footer_sp .ft-top {
        padding-top: 98px !important;
    }

    .so6_box {
        padding-right: 22px;
    }

    .so1_enh::after {
        width: 76px;
        height: 6px;
        bottom: 3px;
    }

    .so12box {
        padding: 42px 0 43px;
    }

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

    .so2_1enh {
        margin-bottom: 0;
    }

    .so2_2 {
        width: 100%;
        padding: 24px 0;
    }

    .so2_1enh::after {
        width: 76px;
        height: 6px;
    }

    .so2_box {
        padding: 12px 0;
    }

    .so2_1 {
        padding: 0 12px;
    }

    /*  */
    .so1sp_swimg img:nth-child(1) {
        display: none;
    }

    .so1sp_swimg img:nth-child(2) {
        display: block !important;
    }
}

/* idn_ft */
.footer_sp {
    background: url(../images/ftbigindex.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
}

.footer_sp .ft-top {
    padding-top: 354px;
}

/* 新闻资讯-详情 */
.nede {
    background: #F1F1F1;
    padding-top: 86px;
}

.sub-navbox {
    padding-top: 60px;
}

.breadcrumb {
    margin: 0;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #333;
    text-align: center;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-button-ft) * 1.62);
}

.breadcrumb-item a i {
    font: 20px;
    color: rgba(74, 74, 74, 1);
    line-height: 1;
}

/*  */
.nede_left {
    padding-top: 68px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
}

.nede_1 {
    flex: 1;
    background: #FFF;
    padding: 30px 60px 60px 60px;
}

.nede_1h {
    padding-top: 20px;
    margin-bottom: 24px;
}

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

.nede_1num {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.nede_1num p {
    color: #666;
    text-align: center;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 12px;
}

.nede_1num p:last-child {
    margin-right: 0;
}

.nede_1te p img,
.nede_1te img {
    max-width: 100%;
}

.nede_1te p {
    color: #333;
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-con2-fol) * 1.66);
}

/*  */
.nede_2 {
    width: 12%;
    flex: 0 0 auto;
    padding-right: 78px;
    margin-left: 78px;
    padding-top: 28px;
    position: sticky;
    top: 80px;
}

.nede_2u1 {
    margin-bottom: 30px;
}

.nede_2l1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

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

.nede_2l1 i {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: rgba(153, 153, 153, 1);
    background: #FFF;
    border-radius: 50%;
    margin-bottom: 8px;
    transition: all 0.5s ease;
    border: 1px solid rgba(227, 38, 24, 0);
}

.nede_2l1:hover i {
    color: rgba(227, 36, 24, 1);
    border: 1px solid rgba(227, 36, 24, 1);
}

.nede_2l1 p {
    color: #999;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*  */
.nede_2l2 {
    margin-bottom: 16px;
}

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

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

.nede_2l2 p {
    color: #F1F1F1;
    text-align: center;
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4px 0;
    background: #E32418;
    width: 100%;
}

/*  */
.nede_sw {
    position: relative;
    z-index: 12;
    padding-bottom: 115px;
}

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

.nede_swenh p {
    color: #333;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-ab1_1toph);
    font-style: normal;
    line-height: normal;
    position: relative;
}

.nede_swenh p::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    background: #E32418;
    left: 0;
    bottom: 8px;
    z-index: -1;
}

.nede_swh {
    margin-bottom: 56px;
}

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

@media (max-width: 1536px) {
    .nede_2 {
        padding-right: 28px;
        margin-left: 28px;
        padding-top: 14px;
        top: 70px;
    }

    .nede_left {
        padding-top: 34px;
    }

    .nede {
        background: #F1F1F1;
        padding-top: 70px;
    }

    .sub-navbox {
        padding-top: 30px;
    }

    .nede_1 {
        padding: 15px 30px 30px 30px;
    }
}

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

    .nede_2u1 {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .nede_2 {
        display: none;
    }

    .nede {
        background: #F1F1F1;
        padding-top: 40px;
    }

    .nede_left {
        padding-top: 14px;
    }
}

@media (max-width: 499px) {
    .nede_1h {
        padding-top: 0;
        margin-bottom: 12px;
    }

    .nede_1 {
        padding: 15px 12px 12px 12px;
    }

    .nede_1num {
        padding-bottom: 10px;
        margin-bottom: 14px;
    }

    .nede_swenh p::after {
        width: 70px;
        height: 6px;
        bottom: 6px;
    }

    .nede_left {
        margin-bottom: 40px;
    }

    .nede_swh {
        margin-bottom: 26px;
    }

    .nede_sw {
        padding-bottom: 35px;
    }
}

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

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

    .teajy-box {
        padding: 72px 0 70px;
    }

    .apeban_line {
        width: 128px;
    }

    .apeban_line span {
        height: 10px;
        flex-shrink: 0;
        background: #E32418;
        display: block;
    }
}

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

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

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

    .teajy-box {
        padding: 42px 0 40px;
    }


    .ab2_scrp p {
        font-size: 62px;
        letter-spacing: 6.6px;
        margin-bottom: -20px;
    }

    .ape_cc1p p {
        font-size: 20px;
    }

    .ape2_end1 {
        overflow: hidden;
    }

    .ape2_end1l {
        width: calc(50% - 2px);
    }

    .ape2_end1 {
        width: 100%;
    }

    .ape2_end1 {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ape2_end1l {
        min-width: auto;
        padding: 6px 4px;
        margin: 0;
    }

    .ape2_gq {
        width: 26px;
        margin-right: 6px;
    }

    .ape2_end1l {
        width: calc(50% - 4px);
        margin-bottom: 20px;
    }

    .con2sp {
        display: block !important;
    }

    .con-box>.con2 {
        display: none;
    }

    .con1 {
        margin-bottom: 0;
    }

    .ab4_l2 {
        max-height: 400px;
        opacity: 1;
    }

    .ab4_l1_2 {
        display: none;
    }

    .con2-fobt {
        padding-right: calc(0.88rem * .5);
        padding-left: calc(0.88rem * .5);
    }
}