@charset "UTF-8";
@import url("iconfont/iconfont.css");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Source Han Sans", "思源黑体", sans-serif !important;
    margin: 0 auto;
    font-size: 16px;
}

body li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

table, tr, td, tbody {
    border-style: none;
    margin: 0;
    padding: 0;
}

body a {
    text-decoration: none;
    color: var(--text-color);
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.center {
    text-align: center;
}

/****************************************************************************
 * 全局样式
 */
.mt-0 {
    margin-top: 0px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-30 {
    margin-top: 30px;
}

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

.mt-34 {
    margin-top: 34px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-42 {
    margin-top: 42px;
}

.mt-44 {
    margin-top: 44px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-54 {
    margin-top: 54px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-66 {
    margin-top: 66px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-112 {
    margin-top: 112px;
}

.mt-130 {
    margin-top: 130px;
}

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

.mb-66 {
    margin-bottom: 66px;
}

.mb-54 {
    margin-bottom: 54px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-65 {
    margin-left: 65px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-25 {
    margin-right: 25px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-14 {
    padding-top: 14px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-18 {
    padding-top: 18px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-28 {
    padding-top: 28px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-34 {
    padding-top: 34px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-38 {
    padding-top: 38px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-42 {
    padding-top: 42px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-66 {
    padding-top: 66px;
}

.pt-130 {
    padding-top: 130px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-66 {
    padding-bottom: 66px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-65 {
    padding-left: 65px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-24 {
    padding-right: 24px;
}

.pr-65 {
    padding-right: 65px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-44 {
    font-size: 44px;
}

.fs-48 {
    font-size: 48px;
}

.fs-60 {
    font-size: 60px;
}

.lh-12 {
    line-height: 12px;
}

.lh-14 {
    line-height: 14px;
}

.lh-16 {
    line-height: 16px;
}

.lh-18 {
    line-height: 18px;
}

.lh-20 {
    line-height: 20px;
}

.lh-21 {
    line-height: 21px;
}

.lh-24 {
    line-height: 24px;
}

.lh-30 {
    line-height: 30px;
}

.lh-32 {
    line-height: 32px;
}

.lh-36 {
    line-height: 36px;
}

.lh-48 {
    line-height: 48px;
}

.lh-60 {
    line-height: 60px;
}

:root {
    --hover-color: #038669;
    --white-color:#FFFFFF;
    --text-color:#242424;
    --text-color-one:#6E6E6E;
    --text-color-two:#999999 ;
}

@keyframes breathe {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes breathe {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
/* 动画关键帧 */
@-webkit-keyframes slideInFromRight {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
    }
}
@keyframes slideInFromRight {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
    }
}
a:hover {
    color: var(--hover-color);
}

body {
    color: var(--text-color);
}

.text-one-color {
    color: var(--text-color-one);
}

.text-two-color {
    color: var(--text-color-two);
}

.whiter-color {
    color: var(--white-color);
}

.hover-color {
    color: var(--hover-color);
}

.button {
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
    border-radius: 60px;
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    padding: 12px 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

#Fuzhi, #Culture, #Honor, #Contact {
    scroll-margin-top: 90px;
}

.container {
    min-width: 72.9%;
    max-width: 72.9%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
}

.nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: var(--white-color);
    height: 90px;
    padding: 20px 40px;
}
.nav .logo {
    max-width: 495px;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
.nav .phone {
    color: var(--hover-color);
    font-weight: 700;
    padding: 10px 26px;
    border-radius: 30px;
    border: 1px solid var(--hover-color);
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}
.nav .phone .iconfont {
    font-size: 20px;
}
.nav .phone:hover {
    background-color: var(--hover-color);
    color: var(--white-color);
    transition: all 0.3s ease;
}
.nav .nav-list-pc {
    margin-left: 20px;
}
.nav .nav-list-pc .nav-li-item {
    height: 100%;
    position: relative;
    text-align: center;
    margin-right: 80px;
}
.nav .nav-list-pc .nav-li-item > a {
    height: 100%;
    position: relative;
    display: block;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.nav .nav-list-pc .nav-li-item > a::after {
    content: "";
    background-color: var(--hover-color);
    height: 3px;
    width: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.nav .nav-list-pc .nav-li-item > a:hover {
    font-weight: 700;
}
.nav .nav-list-pc .nav-li-item > a:hover::after {
    padding: 0 50%;
    transition: all 0.3s ease;
}
.nav .nav-list-pc .nav-li-item .nav-hide-list {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
}
.nav .nav-list-pc .nav-li-item .nav-hide-list .hide-item {
    white-space: nowrap;
    font-size: 16px;
}
.nav .nav-list-pc .nav-li-item .nav-hide-list .hide-item:not(:first-child) {
    margin-top: 20px;
}
.nav .nav-list-pc .nav-li-item .nav-active {
    font-weight: 700;
    color: var(--hover-color);
}
.nav .nav-list-pc .nav-li-item .nav-active::after {
    padding: 0 50%;
    transition: all 0.3s ease;
}

.dl, .nav-list-moblie {
    display: none;
}

.content {
    padding-top: 90px;
}

.home-banner {
    width: 100%;
}
.home-banner img {
    cursor: pointer;
    width: 100%;
}
.home-banner .swiper-pagination-bullet {
    width: 48px;
    height: 8px;
    background-color: var(--white-color);
    border-radius: 4px;
    opacity: 1;
}
.home-banner .swiper-pagination-bullet-active {
    background-color: var(--hover-color);
}
.home-banner .swiper-pagination {
    bottom: 40px !important;
}

.home-about {
    padding: 80px 0;
    position: relative;
}
.home-about .about-back {
    position: absolute;
    right: 0;
    top: 0;
}
.home-about .logo-1 {
    width: 38px;
    height: 20px;
}
.home-about .logo-2 {
    width: 69px;
    height: 20px;
}
.home-about .left-box {
    width: 50%;
}
.home-about .right-box {
    width: 47.15%;
    position: relative;
    z-index: 100;
}
.home-about .right-box img {
    width: 100%;
}
.home-about .abount-item {
    position: relative;
    z-index: 10;
    border-radius: 10px;
    background: linear-gradient(270deg, rgb(255, 255, 255) 21.53%, rgb(197, 227, 221) 100%);
    border: 1px solid rgb(204, 204, 204);
    padding: 42px;
    transition: all 0.5s ease;
    cursor: pointer;
    width: calc(33.3333333333% - 13.3333333333px);
}
.home-about .abount-item img {
    width: 51px;
    height: 51px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 42px;
}
.home-about .abount-item .img2 {
    display: none;
}
.home-about .abount-item:hover {
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    color: var(--white-color);
    transition: all 0.5s ease;
}
.home-about .abount-item:hover .img1 {
    display: none;
}
.home-about .abount-item:hover .img2 {
    display: block;
}
.home-about .abount-item:hover .text-two-color {
    color: var(--white-color);
    transition: all 0.5s ease;
}

.home-fzyy {
    background: url("../images/home-fzyy.png") no-repeat 100%;
    background-size: cover;
    background-position: center center;
    padding-top: 110px;
    padding-bottom: 25px;
    position: relative;
    min-height: 690px;
}
.home-fzyy .max-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 44.45%, rgba(255, 255, 255, 0.18) 100%);
    box-shadow: 0px 2px 17px rgba(1, 66, 99, 0.1);
    margin: 0 auto;
}
.home-fzyy .max-img img {
    transition: all 1s ease;
}
.home-fzyy .swiper-slide:hover .max-img img {
    transform: rotatey(180deg);
    perspective: 400px;
    transition: all 1s ease;
}
.home-fzyy .text-box {
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 20px;
    position: relative;
}
.home-fzyy .text-box::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    top: -1.5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    background-color: var(--white-color);
}
.home-fzyy .yd {
    margin-top: 30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--hover-color);
}
.home-fzyy .fzyySwiper {
    padding-top: 40px;
    position: relative;
    min-height: 450px;
}
.home-fzyy .fzyySwiper .swiper-slide:nth-child(1) {
    transform: translateY(105px);
}
.home-fzyy .fzyySwiper .swiper-slide:nth-child(2) {
    transform: translateY(65px);
}
.home-fzyy .fzyySwiper .swiper-slide:nth-child(3) {
    transform: translateY(30px);
}
.home-fzyy .fzyySwiper .swiper-slide:nth-child(7) {
    transform: translateY(110px);
}
.home-fzyy .fzyySwiper .swiper-slide:nth-child(6) {
    transform: translateY(65px);
}
.home-fzyy .fzyySwiper .swiper-slide:nth-child(5) {
    transform: translateY(35px);
}
.home-fzyy .fzyySwiper .swiper-slide:nth-child(4) {
    transform: translateY(15px);
}
.home-fzyy .fzyySwiper .hx {
    width: 87.14%;
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%);
    z-index: -1;
}

.home-course {
    padding: 80px 0;
}
.home-course .home-course-box {
    box-shadow: 0px -1px 8px 9px rgba(41, 150, 119, 0.1);
    border-radius: 10px;
}
.home-course .left-box {
    width: 22.8%;
    background: url("../images/home-course-back.png") no-repeat 100%;
    background-size: cover;
    border-radius: 10px 0px 0px 10px;
    padding: 40px;
}
.home-course .left-box h2 {
    margin-bottom: 10px;
}
.home-course .left-box p {
    width: 100%;
    text-align: center;
    color: var(--hover-color);
    border-radius: 20px 0px 20px 0px;
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 20px;
    border-radius: 20px 0 20px 0;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.home-course .left-box p:hover {
    color: var(--white-color);
    background: linear-gradient(90deg, rgb(44, 148, 139) 0%, rgb(41, 150, 119) 59.03%, rgb(39, 151, 105) 100%);
    transition: all 0.5s ease;
}
.home-course .right-box {
    width: 77.2%;
    padding: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.home-course .right-box > div {
    width: calc(33.3333333333% - 13.3333333333px);
    border-radius: 10px;
}
.home-course .right-box > div h2 {
    height: 56px;
    border-radius: 10px 10px 0 0;
    background-size: cover;
    padding: 14px 40px;
}
.home-course .right-box > div .content-list {
    background: rgba(3, 134, 105, 0.1);
    height: calc(100% - 56px);
    border-radius: 0 0 10px 10px;
    padding: 40px 33px;
    width: 100%;
}
.home-course .right-box > div .content-list p {
    min-width: 50% !important;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 24px;
}
.home-course .right-box > div .content-list p::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--text-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-course .right-box > div .content-list p:hover {
    color: var(--hover-color);
}
.home-course .right-box > div .content-list p:hover::after {
    background-color: var(--hover-color);
}
.home-course .right-box > div:first-child h2 {
    background: url("../images/kc-1.png") no-repeat;
}
.home-course .right-box > div:nth-child(2) h2 {
    background: url("../images/kc-2.png") no-repeat;
}
.home-course .right-box > div:nth-child(3) h2 {
    background: url("../images/kc-3.png") no-repeat;
}

.home-Joining-advantage {
    background-position: center;
    padding: 80px 0;
    background-size: cover !important;
}
.home-Joining-advantage .home-Joining-advantage-tab .tab-item {
    width: 25.7%;
    margin-left: 7.14%;
    background-color: var(--white-color);
    padding: 24px 0;
    border-radius: 20px 20px 0 0;
    text-align: center;
    font-size: 24px;
    color: var(--hover-color);
    cursor: pointer;
    position: relative;
}
.home-Joining-advantage .home-Joining-advantage-tab .tab-item::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 17.5px solid transparent;
    border-right: 17.5px solid transparent;
    border-top: 25px solid var(--white-color);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.home-Joining-advantage .home-Joining-advantage-tab .tab-item:hover, .home-Joining-advantage .home-Joining-advantage-tab .tab-active {
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    font-weight: 700;
    color: var(--white-color);
    transition: all 0.5s ease;
}
.home-Joining-advantage .home-Joining-advantage-tab .tab-item:hover::after, .home-Joining-advantage .home-Joining-advantage-tab .tab-active::after {
    border-top: 25px solid rgb(1, 41, 97);
    transition: all 0.5s ease;
}
.home-Joining-advantage .home-Joining-advantage-box {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 60px;
}
.home-Joining-advantage .home-Joining-advantage-box .tab-content {
    display: none;
}
.home-Joining-advantage .home-Joining-advantage-box .tab-content .left-box {
    width: 60%;
}
.home-Joining-advantage .home-Joining-advantage-box .tab-content .left-box .min-title {
    width: 60%;
    padding: 5px 20px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgb(3, 134, 105) 0%, rgba(3, 134, 105, 0) 100%);
}
.home-Joining-advantage .home-Joining-advantage-box .tab-content .right-box {
    width: 30%;
}
.home-Joining-advantage .home-Joining-advantage-box .tab-content .right-box img {
    width: 100%;
}
.home-Joining-advantage .home-Joining-advantage-box .flex-active {
    display: flex;
}

.home-team {
    padding: 80px 0;
}
.home-team .team-box {
    background: url("../images/3.png") no-repeat 100%;
    background-size: contain;
    background-position: center center;
    position: relative;
}
.home-team .team-box .teamSwiper .swiper-slide {
    padding-bottom: 25px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 25px;
    opacity: 0 !important;
}
.home-team .team-box .teamSwiper .swiper-button-prev {
    left: calc(100% - 140px);
    top: 120px;
}
.home-team .team-box .teamSwiper .swiper-button-next {
    top: 120px;
    right: 68px;
}
.home-team .team-box .teamSwiper .swiper-button-prev, .home-team .team-box .teamSwiper .swiper-button-next {
    z-index: 1000;
    background-color: var(--hover-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.home-team .team-box .teamSwiper .swiper-button-prev::after, .home-team .team-box .teamSwiper .swiper-button-next::after {
    color: var(--white-color);
    font-size: 16px;
}
.home-team .team-box .teamSwiper .swiper-slide-active {
    opacity: 1 !important;
}
.home-team .team-box .teamThumbSwiper {
    position: absolute;
    right: 60px;
    width: 62%;
    bottom: 70px;
}
.home-team .team-box .teamThumbSwiper .swiper-slide {
    cursor: pointer;
    width: 80px !important;
    height: 80px !important;
    overflow: hidden;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
}
.home-team .team-box .teamThumbSwiper .swiper-slide img {
    width: 100%;
    border-radius: 50%;
    margin-top: 10px;
}
.home-team .team-box .teamThumbSwiper .swiper-slide:hover,
.home-team .team-box .teamThumbSwiper .swiper-slide-thumb-active {
    border-radius: 50%;
    -o-border-image: linear-gradient(90deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%) 1;
    border-image: linear-gradient(90deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%) 1;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: all 0.5s ease;
}
.home-team .team-box .img-responsive {
    width: 26.35%;
    transform: translateY(-25px);
    -o-object-fit: contain;
    object-fit: contain;
}
.home-team .team-box .Personal-information {
    width: 68%;
    padding-top: 60px;
}
.home-team .team-box .Personal-information h1 {
    font-size: 36px;
    color: var(--hover-color);
}
.home-team .team-box .Personal-information h1 span {
    font-size: 20px;
    color: var(--text-color-one);
    margin-left: 20px;
    font-weight: 400;
}
.home-team .team-box .Personal-information .text-center {
    padding-left: 13px;
    position: relative;
}
.home-team .team-box .Personal-information .text-center::after {
    content: "";
    width: 3px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #038669;
}

.home-news {
    padding: 80px 0 0 0;
}
.home-news .news-list {
    display: none;
}
.home-news .news-tab-item {
    padding: 10px 20px;
    border-radius: 22px;
    border: 1px solid var(--hover-color);
    color: var(--hover-color);
    margin-left: 4.28%;
    cursor: pointer;
    transition: all 0.5s ease;
}
.home-news .news-tab-item:hover,
.home-news .news-tab-active {
    background-color: var(--hover-color);
    color: var(--white-color);
    transition: all 0.5s ease;
}
.home-news .news-item-left {
    background-color: rgb(229, 243, 240);
    display: block;
    border-radius: 10px;
    width: 50%;
}
.home-news .news-item-left .news-img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.home-news .news-item-left .news-img img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}
.home-news .news-item-left .news-message {
    padding: 20px;
}
.home-news .news-item-right {
    width: 100%;
    height: calc(33.3333333333% - 13.3333333333px);
}
.home-news .news-item-right .news-img {
    width: 40%;
    overflow: hidden;
    border-radius: 10px;
}
.home-news .news-item-right .news-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
    object-fit: cover;
}
.home-news .news-item-right .news-message {
    margin-left: 20px;
    position: relative;
    width: calc(60% - 20px);
}
.home-news .news-item-right .news-time {
    position: absolute;
    left: 0;
    bottom: 2px;
}
.home-news .news-item-right:not(:first-child) {
    margin-top: 20px;
}
.home-news .news-title {
    color: var(--text-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-news .news-time {
    color: rgb(153, 153, 153);
}
.home-news .news-text {
    color: var(--text-color-one);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 20px;
}
.home-news .news-item-right:hover .news-title,
.home-news .news-item-left:hover .news-title {
    color: var(--hover-color);
}
.home-news .news-item-right:hover .news-img img,
.home-news .news-item-left:hover .news-img img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}
.home-news .news-right {
    width: calc(50% - 15px);
    background-color: rgb(229, 243, 240);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.home-news .flex-active {
    display: flex;
}

.home-agent {
    padding: 80px 0;
}

.agentSwiper {
    height: auto;
}
.agentSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.agentSwiper .swiper-wrapper .swiper-slide .img {
    border-radius: 10px;
    overflow: hidden;
}
.agentSwiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}
.agentSwiper .swiper-wrapper .swiper-slide .img:first-child {
    width: 100%;
}
.agentSwiper .swiper-wrapper .swiper-slide .img:not(:first-child) {
    width: calc(50% - 10px);
}
.agentSwiper .swiper-wrapper .swiper-slide .img:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.banner {
    width: 100%;
    position: relative;
}
.banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.padding-tb {
    padding: 80px 0;
}

.title h2 {
    height: 64px;
    margin-left: 17px;
    margin-right: 17px;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(3, 134, 105, 0.3) 0%, rgb(255, 255, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title h2 p {
    line-height: 24px;
}
.title h2 span {
    background: linear-gradient(180deg, var(--text-color) 0%, var(--text-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.title h2 .color {
    background: linear-gradient(180deg, var(--white-color) 0%, var(--white-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title img {
    width: 116px;
    height: 26px;
}

.Three-systems .three-img {
    width: 28%;
    margin: 0 auto;
}
.Three-systems .three-img img {
    width: 100%;
}
.Three-systems .container {
    position: relative;
}
.Three-systems .container p {
    width: 44.5%;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 25px 30px;
    font-size: 24px;
    color: var(--white-color);
    background-color: var(--hover-color);
    font-weight: 700;
}
.Three-systems .container p span {
    padding: 2px 8px;
    border-radius: 8px;
    margin-right: 40px;
}
.Three-systems .container .text-1 {
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 10px;
    box-shadow: 5px 4px 16px rgba(0, 148, 116, 0.4);
}
.Three-systems .container .text-1 span {
    background-color: rgb(255, 195, 0);
}
.Three-systems .container .text-1::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid var(--hover-color);
    position: absolute;
    bottom: -10px;
    right: -7px;
    transform: rotate(270deg);
}
.Three-systems .container .text-2 {
    bottom: 26px;
    left: 0;
    border-radius: 10px 0 10px 10px;
    box-shadow: 6px -3px 17px rgba(0, 148, 116, 0.4);
}
.Three-systems .container .text-2 span {
    background-color: rgb(255, 87, 51);
}
.Three-systems .container .text-2::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid var(--hover-color);
    position: absolute;
    top: 0;
    right: -17px;
    transform: rotate(180deg);
}
.Three-systems .container .text-3 {
    width: 38%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 10px 10px 10px;
    box-shadow: 5px 5px 18px rgba(0, 148, 116, 0.4);
}
.Three-systems .container .text-3 span {
    background-color: rgb(42, 130, 228);
}
.Three-systems .container .text-3::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid var(--hover-color);
    position: absolute;
    top: -9px;
    left: -18px;
    transform: rotate(45deg);
}

.Product-advantage {
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
}
.Product-advantage .advantage-box {
    -moz-column-gap: 27px;
    column-gap: 27px;
    row-gap: 27px;
}
.Product-advantage .advantage-box .advantage-item {
    width: calc(25% - 20.25px);
    border-radius: 10px;
    background: linear-gradient(360deg, rgb(255, 255, 255) 0%, rgb(197, 227, 221) 100%);
    border: 1px solid rgb(3, 134, 105);
    padding: 40px;
    transition: all 0.5s ease;
}
.Product-advantage .advantage-box .advantage-item img {
    max-width: 56px;
    max-height: 56px;
}
.Product-advantage .advantage-box .advantage-item:hover {
    transform: translateY(-20px);
    box-shadow: 6px -3px 17px rgba(0, 148, 116, 0.4);
    transition: all 0.5s ease;
}

.Block-memory-list {
    row-gap: 20px;
}
.Block-memory-list p {
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
    padding: 10px 76px;
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    white-space: nowrap;
}
.Block-memory-list p:not(:last-child) {
    margin-right: 80px;
}

.Step-products {
    background: rgba(3, 134, 105, 0.1);
}
.Step-products .Step-products-box {
    -moz-column-gap: 42.5px;
    column-gap: 42.5px;
    row-gap: 20px;
}
.Step-products .Step-products-box .Step-products-item {
    width: calc(33.3333333333% - 28.3333333333px);
    background: linear-gradient(270deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    border-radius: 10px;
    padding: 25px 0;
}
.Step-products .Step-products-box .Step-products-item .content-right {
    border-left: 1px dashed rgb(153, 153, 153);
    min-height: 108px;
}
.Step-products .Step-products-box .Step-products-item .content-item {
    background-color: var(--white-color);
    border-radius: 10px;
    margin-left: 25px;
    width: 100%;
    padding: 30px 20px;
}
.Step-products .Step-products-box .Step-products-item .content-item .title-step {
    width: 100%;
    color: var(--hover-color);
    font-weight: 700;
    line-height: 28px;
    font-size: 20px;
}
.Step-products .Step-products-box .Step-products-item .content-item .title-step:last-child {
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.Spiral-teaching-design .avatar {
    width: 230px;
    height: 230px;
    border-radius: 50%;
}
.Spiral-teaching-design .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.Spiral-teaching-design .left-box {
    width: 60.7%;
}
.Spiral-teaching-design .message {
    width: 60%;
    margin-left: 43px;
}
.Spiral-teaching-design .message .name {
    color: var(--hover-color);
    font-weight: 700;
    padding: 4px 77px 4px 20px;
    border-radius: 94px 0px 0px 94px;
    background: linear-gradient(90deg, rgb(213, 240, 234) 0%, rgb(255, 255, 255) 100%);
}
.Spiral-teaching-design .right-box {
    width: 38%;
}
.Spiral-teaching-design .right-box img {
    width: 100%;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.PBS-Positive-Empowerment-System .left-box {
    width: 200px;
}
.PBS-Positive-Empowerment-System .left-box .flex-item {
    width: 100%;
    text-align: center;
    border-radius: 20px;
    background: url("../images/ProductSystem/1.png") no-repeat;
    background-size: cover;
    border-bottom: 0px;
}
.PBS-Positive-Empowerment-System .left-box .flex-item:first-child {
    margin-bottom: 30px;
}
.PBS-Positive-Empowerment-System .left-box .flex-item p:first-child {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    color: #038669;
    padding: 6px 0;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.PBS-Positive-Empowerment-System .left-box .flex-item p:last-child {
    padding: 20px 20px 24px 20px;
    color: var(--white-color);
    line-height: 24px;
}
.PBS-Positive-Empowerment-System .center-box {
    width: 352px;
    margin-left: 73px;
    margin-right: 73px;
    position: relative;
}
.PBS-Positive-Empowerment-System .center-box img {
    width: 100%;
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
}
.PBS-Positive-Empowerment-System .center-box .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 158px;
    height: 158px;
    border-radius: 50%;
    background: linear-gradient(160.65deg, rgb(3, 134, 105) 0%, rgb(175, 224, 214) 100%);
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 7px;
}

.six-step .TrainingProcessSwiper, .six-step .sixSwiper {
    padding: 0 20px;
    min-height: 466px;
    position: relative;
}
.six-step .TrainingProcessSwiper .zjx, .six-step .sixSwiper .zjx {
    width: calc(100% - 40px);
    height: 1px;
    background-color: var(--hover-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.six-step .TrainingProcessSwiper .swiper-wrapper, .six-step .sixSwiper .swiper-wrapper {
    min-height: 466px;
}
.six-step .TrainingProcessSwiper .swiper-slide, .six-step .sixSwiper .swiper-slide {
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    min-height: 466px;
}
.six-step .TrainingProcessSwiper .swiper-slide:nth-child(2n+1) .item, .six-step .sixSwiper .swiper-slide:nth-child(2n+1) .item {
    position: absolute;
    top: 5px;
}
.six-step .TrainingProcessSwiper .swiper-slide:nth-child(2n) .item, .six-step .sixSwiper .swiper-slide:nth-child(2n) .item {
    position: absolute;
    bottom: 5px;
}
.six-step .TrainingProcessSwiper .swiper-slide .item, .six-step .sixSwiper .swiper-slide .item {
    padding: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transition: all 0.3s ease;
}
.six-step .TrainingProcessSwiper .swiper-slide .item h1, .six-step .sixSwiper .swiper-slide .item h1 {
    background: -webkit-linear-gradient(top, rgb(213, 240, 234), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
}
.six-step .TrainingProcessSwiper .swiper-slide .item h2, .six-step .sixSwiper .swiper-slide .item h2 {
    border-radius: 0px 20px 20px 0px;
    background: linear-gradient(270deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    color: var(--white-color);
    font-size: 20px;
    padding: 4px 40px;
    transform: translate(-40px, -20px);
    width: calc(100% + 40px);
    position: relative;
}
.six-step .TrainingProcessSwiper .swiper-slide .item h2::after, .six-step .sixSwiper .swiper-slide .item h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid rgb(3, 134, 105);
    bottom: -20px;
    left: 0px;
    z-index: 1;
    transform: rotate(180deg);
}
.six-step .TrainingProcessSwiper .swiper-slide .item:hover, .six-step .sixSwiper .swiper-slide .item:hover {
    background-color: var(--hover-color);
    transition: all 0.3s ease;
}
.six-step .TrainingProcessSwiper .swiper-slide .item:hover p, .six-step .sixSwiper .swiper-slide .item:hover p {
    color: var(--white-color);
}
.six-step .TrainingProcessSwiper .swiper-slide .yd, .six-step .sixSwiper .swiper-slide .yd {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--hover-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.six-step .TrainingProcessSwiper .swiper-slide .yd::after, .six-step .sixSwiper .swiper-slide .yd::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.six-step .TrainingProcessSwiper {
    min-height: 460px;
}
.six-step .TrainingProcessSwiper .swiper-wrapper {
    min-height: 460px;
}
.six-step .TrainingProcessSwiper .swiper-slide {
    min-height: 460px;
}
.six-step .TrainingProcessSwiper .swiper-slide:nth-child(2n+1) .item {
    min-height: 150px;
}
.six-step .TrainingProcessSwiper .swiper-slide:nth-child(2n) .item {
    min-height: 180px;
}
.six-step .TrainingProcessSwiper .swiper-slide .item {
    width: 100%;
}
.six-step .TrainingProcessSwiper .swiper-slide .item h2 {
    font-size: 20px;
    padding: 0;
    margin-left: 15px;
    transform: translate(0px, 0px);
    width: auto;
    background: transparent;
    background: -webkit-linear-gradient(270deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.six-step .TrainingProcessSwiper .swiper-slide .item h2::after {
    display: none;
}
.six-step .TrainingProcessSwiper .swiper-slide .item h1 {
    background: -webkit-linear-gradient(270deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}
.six-step .TrainingProcessSwiper .swiper-slide .item:hover h2 {
    background: var(--white-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.six-step .TrainingProcessSwiper .swiper-slide .item:hover h1 {
    background: var(--white-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.six-step .TrainingProcessSwiper .swiper-slide .item p {
    margin-top: 15px;
}

.User-feedback .swiper .img1 {
    width: calc(100% - 30px);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    transition: all 5s ease;
    cursor: pointer;
}
.User-feedback .swiper .img1 video, .User-feedback .swiper .img1 img {
    width: 100%;
    border-radius: 30px;
}
.User-feedback .swiper .img1 video {
    height: 100%;
}
.User-feedback .swiper .swiper-slide {
    width: 24%;
    border-radius: 60px;
    overflow: hidden;
    background-size: contain;
    cursor: pointer;
    text-align: left;
    margin-right: -0.2%;
}
.User-feedback .swiper .swiper-slide-active {
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.User-feedback .swiper .img2 {
    width: 100%;
    position: relative;
    z-index: 10;
    display: block;
}

.footer {
    background-color: #FBFCFF;
    width: 100%;
}
.footer .footer-left {
    width: 28%;
}
.footer .footer-left img {
    width: 100%;
}
.footer .footer-left .text-1 {
    -moz-text-align-last: justify;
    text-align-last: justify;
}
.footer .footer-left .zx1 {
    width: 24px;
    height: 1px;
    background-color: var(--hover-color);
    margin-top: 20px;
}
.footer .footer-right {
    width: calc(72% - 50px);
    margin-left: 50px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}
.footer .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #E5E5E5;
}
.footer .footer-right-ul {
    margin-top: 20px;
}
.footer .footer-right-ul a {
    margin-bottom: 20px;
    color: var(--text-color-one);
    font-size: 14px;
    display: block;
}
.footer .footer-right-ul a:hover {
    color: var(--hover-color);
}
.footer .footer-bottom {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer-bottom a, .footer .footer-bottom p {
    font-size: 14px;
    color: #999999;
}
.footer .footer-bottom a:hover {
    color: var(--hover-color);
}
.footer .footer-code {
    justify-content: space-between;
    margin-top: 20px;
}
.footer .footer-code div {
    padding: 10px;
    text-align: center;
    border: 1px solid var(--hover-color);
    width: 110px;
    border-radius: 5px;
}
.footer .footer-code div:not(:first-child) {
    margin-left: 20px;
}
.footer .footer-code div img {
    width: 90px;
}
.footer .footer-code div p {
    font-size: 12px;
    color: rgb(153, 153, 153);
}

.Market-opportunity {
    background: linear-gradient(360deg, rgba(3, 134, 105, 0.1) 0%, rgba(3, 134, 105, 0) 100%);
}
.Market-opportunity .left-img {
    width: 50%;
}
.Market-opportunity .left-img img {
    width: 100%;
}
.Market-opportunity .right-box {
    width: calc(50% - 60px);
}
.Market-opportunity .right-box > div {
    background: url("../images/joinInvestment/2.png") no-repeat;
    background-size: contain;
    padding: 23px 25px;
    line-height: 26px;
    border-bottom: 0;
}
.Market-opportunity .right-box > div > p:first-child {
    font-size: 18px;
    color: var(--hover-color);
}
.Market-opportunity .right-box > div > p:last-child {
    font-size: 14px;
}
.Market-opportunity .right-box > div .item > p:first-child {
    font-size: 20px;
}
.Market-opportunity .right-box > div .item > p:last-child {
    font-size: 14px;
}

.Market-trend .left-box {
    width: 30.7%;
}
.Market-trend .left-box .item-box {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(2, 134, 105, 0.2);
    background: rgb(255, 255, 255);
    box-shadow: 0px 2px 4px rgba(2, 134, 105, 0.2);
    transition: all 0.5s ease;
}
.Market-trend .left-box .item-box p:first-child {
    padding-left: 11px;
    font-size: 18px;
    border-left: 3px solid var(--hover-color);
    line-height: 18px;
    color: var(--hover-color);
    transition: all 0.5s ease;
}
.Market-trend .left-box .item-box p:last-child {
    font-size: 14px;
    margin-top: 10px;
}
.Market-trend .left-box .item-box:hover {
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    color: var(--white-color);
    transition: all 0.5s ease;
}
.Market-trend .left-box .item-box:hover p:first-child {
    border-left: 3px solid var(--white-color);
    color: var(--white-color);
    transition: all 0.5s ease;
}
.Market-trend .img-center {
    width: 33%;
    margin-left: 2.8%;
    margin-right: 2.8%;
}
.Market-trend .img-center img {
    width: 100%;
}

.Enterprise-background {
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
}
.Enterprise-background .left-box {
    width: 52%;
}
.Enterprise-background .left-box .Company-name {
    margin-top: 20px;
    margin-right: 50px;
    border-radius: 20px;
    background-color: var(--white-color);
    height: 40px;
    line-height: 40px;
    width: 41%;
    color: var(--hover-color);
    text-align: center;
    transition: all 0.5s ease;
}
.Enterprise-background .left-box .Company-name:hover {
    background-color: var(--hover-color);
    color: var(--white-color);
    transition: all 0.5s ease;
}
.Enterprise-background .left-box .text-box {
    height: 100px;
    overflow: scroll;
}
.Enterprise-background .left-box .text-box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
}
.Enterprise-background .left-box .text-box::-webkit-scrollbar-track {
    background-color: transparent;
}
.Enterprise-background .left-box .text-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--white-color);
}
.Enterprise-background .left-box .text-box::-webkit-scrollbar-corner {
    background-color: transparent;
}
.Enterprise-background .right-box {
    width: 38.4%;
    border-radius: 10px;
}
.Enterprise-background .right-box img {
    width: 100%;
    border-radius: 10px;
}

@-webkit-keyframes rotateone {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateone {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.Product-advantage-one {
    background-color: #FAFAFA;
}
.Product-advantage-one .advantage-list {
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.Product-advantage-one .advantage-list .item {
    transition: all 0.5s ease;
    border: 1px solid transparent;
    width: calc(25% - 15px);
    box-shadow: 0px 2px 4px rgba(2, 134, 105, 0.25);
    background-color: var(--white-color);
    border-radius: 10px;
    text-align: center;
    padding-top: 63px;
    padding-bottom: 28px;
    position: relative;
}
.Product-advantage-one .advantage-list .item .yx {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -40px;
    left: 50%;
    right: 50%;
    margin: -103px auto 0 auto;
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    box-shadow: 0px 2px 4px rgba(2, 134, 105, 0.3);
    -webkit-animation: rotateone 2s linear infinite;
    animation: rotateone 2s linear infinite;
}
.Product-advantage-one .advantage-list .item .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.Product-advantage-one .advantage-list .item p {
    margin-top: 7px;
}
.Product-advantage-one .advantage-list .item p:last-child {
    font-size: 14px;
    color: var(--text-color-one);
}
.Product-advantage-one .advantage-list .item .name {
    margin-top: 20px;
    font-size: 18px;
}
.Product-advantage-one .advantage-list .item:hover {
    border: 1px solid var(--hover-color);
    transition: all 0.5s ease;
    transform: translateY(-20px);
}

.add-box {
    padding-top: 80px;
}
.add-box .content-box {
    background-color: var(--hover-color);
    margin-top: 104px;
    min-height: 280px;
    position: relative;
}
.add-box .content-box .left-box {
    width: 23.8%;
    transform: translateY(-40px);
}
.add-box .content-box .left-box img {
    width: 100%;
}
.add-box .content-box .right-box {
    width: 55%;
    position: relative;
    z-index: 10;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.add-box .content-box .right-box .item {
    color: var(--white-color);
}
.add-box .content-box .right-box .item img {
    width: 88px;
    height: 88px;
}
.add-box .content-box .right-box .item .name {
    font-size: 18px;
    margin-top: 45px;
    line-height: 30px;
}
.add-box .content-box .right-box .item .text {
    font-size: 14px;
    line-height: 30px;
}
.add-box .content-box .right-box .item .sort {
    width: 98px;
    height: 73px;
    position: absolute;
    top: 100px;
    z-index: -1;
}
.add-box .content-box .img-right {
    width: 67%;
    min-height: 280px;
    position: absolute;
    right: 0;
    top: -40px;
}

.Enabling-system .Enabling-box {
    width: 100%;
    height: 400px;
    flex-direction: column;
    row-gap: 40px;
    -moz-column-gap: 12%;
    column-gap: 12%;
    position: relative;
}
.Enabling-system .button {
    width: 276px;
    margin-top: 60px;
}
.Enabling-system .item {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: calc(50% - 20px);
    width: 44%;
    background-color: var(--hover-color);
    border-radius: 10px;
    padding: 30px;
    color: var(--white-color);
}
.Enabling-system .item p:first-child {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.Enabling-system .item p:first-child span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: var(--white-color);
    color: var(--hover-color);
    margin-right: 15px;
}
.Enabling-system .item p:last-child {
    font-size: 18px;
    margin-top: 23px;
    padding-top: 20px;
    line-height: 26px;
    border-top: 1px dashed var(--white-color);
}
.Enabling-system .image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16.4%;
}
.Enabling-system .image img {
    width: 100%;
}

.serve-customer .customer-box {
    position: relative;
    justify-content: right;
}
.serve-customer .customer-box .left-box {
    width: 35.8%;
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    padding: 40px;
    border-radius: 0 40px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
}
.serve-customer .customer-box .left-box .box-bottom {
    line-height: 54px;
    color: var(--white-color);
    font-size: 20px;
}
.serve-customer .customer-box .left-box .box-bottom p {
    padding-left: 25px;
    position: relative;
}
.serve-customer .customer-box .left-box .box-bottom p::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--white-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.serve-customer .customer-box .right-box {
    width: 68.5%;
}
.serve-customer .customer-box .right-box img {
    width: 100%;
    height: 100%;
}
.serve-customer .imgSwiper img {
    width: 100%;
    transition: all 0.5s ease;
}
.serve-customer .imgSwiper .swiper-slide {
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}
.serve-customer .imgSwiper .swiper-slide:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.Customer-choice {
    padding-top: 120px;
    padding-bottom: 80px;
}
.Customer-choice .img-list {
    -moz-column-gap: 7px;
    column-gap: 7px;
    row-gap: 7px;
}
.Customer-choice .img-list .item {
    width: calc(25% - 5.25px);
    overflow: hidden;
}
.Customer-choice .img-list .item img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.Customer-choice .img-list .item:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.form {
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 60px 0;
}
.form .title-top {
    font-size: 44px;
}
.form .title-top span {
    margin: 0 22px;
}
.form form {
    width: 100%;
}
.form form .form-box {
    width: 100%;
    -moz-column-gap: 5.3%;
    column-gap: 5.3%;
}
.form .input-box {
    width: 27%;
    align-items: center;
}
.form .input-box p {
    color: var(--text-color-one);
    margin-right: 10px;
    width: 110px;
}
.form .input-box p span {
    color: rgb(255, 0, 0);
}
.form .input-box input {
    max-width: 100%;
    width: calc(100% - 120px);
    height: 40px;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(153, 153, 153);
    padding: 0 10px;
}
.form .button {
    outline: none;
    font-size: 16px;
    width: 200px;
    border: none;
}

.back-color {
    background-color: rgb(250, 250, 250);
}

.news-list-box {
    padding-top: 40px;
    padding-bottom: 80px;
}
.news-list-box .news-top {
    background-color: rgb(255, 255, 255);
    height: 80px;
    align-items: center;
    justify-content: center;
}
.news-list-box .news-top .tab-item {
    width: 25%;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.5s ease;
}
.news-list-box .news-top .tab-item::after {
    content: "";
    width: 0;
    height: 4px;
    border-radius: 2px;
    padding: 0;
    background-color: var(--hover-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}
.news-list-box .news-top .tab-item:first-child {
    margin-left: 0;
}
.news-list-box .news-top .tab-item:hover, .news-list-box .news-top .active {
    color: var(--hover-color);
    font-weight: 700;
    transition: all 0.5s ease;
}
.news-list-box .news-top .tab-item:hover::after, .news-list-box .news-top .active::after {
    padding: 0 13px;
    transition: all 0.5s ease;
}
.news-list-box .news-list-item {
    background-color: var(--white-color);
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.5s ease;
    min-height: 260px;
}
.news-list-box .news-list-item .left-img {
    width: 28.5%;
    border-radius: 10px;
    overflow: hidden;
}
.news-list-box .news-list-item .left-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}
.news-list-box .news-list-item .right-box {
    width: 69.28%;
    margin-left: 2%;
    position: relative;
}
.news-list-box .news-list-item .right-box .more {
    padding: 4px 14px;
    border-radius: 31px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 24px;
    background-color: #FAFAFA;
    color: var(--text-color-one);
    font-size: 12px;
    transition: all 0.5s ease;
}
.news-list-box .news-list-item .right-box .more .iconfont {
    margin-left: 5px;
    font-size: 12px;
}
.news-list-box .news-list-item .right-box .name {
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list-box .news-list-item .right-box .text {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.news-list-box .news-list-item:hover {
    box-shadow: 0px 2px 12px rgba(3, 134, 105, 0.25);
    transition: all 0.5s ease;
}
.news-list-box .news-list-item:hover .more {
    background: linear-gradient(270deg, #038669 0%, #012961 100%);
    color: var(--white-color);
    transition: all 0.5s ease;
}
.news-list-box .news-list-item:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.page-list {
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.page-list .page-item {
    background-color: var(--white-color);
    color: rgb(153, 153, 153);
    text-align: center;
    padding: 4px 9px;
    line-height: 18px;
    border-radius: 2px;
    transition: all 0.5s ease;
}
.page-list .page-item:first-child, .page-list .page-item:last-child {
    padding: 4px 15px;
}
.page-list .page-item:hover,
.page-list .active {
    transition: all 0.5s ease;
    background-color: var(--hover-color);
    color: var(--white-color);
}

.news-content {
    position: relative;
    padding: 80px 0;
}
.news-content .top-img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 200px;
}
.news-content .news-message {
    position: relative;
    z-index: 10;
}
.news-content .news-message .left-box {
    width: 78.5%;
}
.news-content .news-message .left-box > div:first-child {
    width: 100%;
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 60px 50px 50px 50px;
}
.news-content .news-message .left-box > div:first-child .time {
    color: #999999;
}
.news-content .news-message .left-box > div:first-child .time span:last-child {
    margin-left: 100px;
}
.news-content .news-message .left-box > div:first-child .message-box {
    padding-top: 30px;
    border-top: 1px solid #CCCCCC;
    color: #6E6E6E !important;
}
.news-content .news-message .left-box > div:first-child .message-box img {
    width: 100% !important;
}
.news-content .news-message .left-box > div:last-child {
    width: 100%;
    padding: 20px 40px;
    background-color: var(--white-color);
    border-radius: 10px;
}
.news-content .news-message .left-box > div:last-child a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: var(--text-color-one);
}
.news-content .news-message .left-box > div:last-child a:hover {
    color: var(--hover-color);
}
.news-content .news-message .right-box {
    width: 20%;
}
.news-content .news-message .right-box > div {
    border-radius: 10px;
    padding: 30px;
    background: linear-gradient(180deg, rgb(213, 240, 234) 0%, rgb(255, 255, 255) 30%);
    border-top: 1px solid #038669;
}
.news-content .news-message .right-box > div p {
    font-size: 18px;
    border-left: 3px solid var(--hover-color);
    padding-left: 10px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.news-content .news-message .right-box > div a {
    margin-top: 15px;
    font-size: 12px;
    color: var(--text-color-one);
    position: relative;
    display: block;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-content .news-message .right-box > div a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--hover-color);
}
.news-content .news-message .right-box > div a:hover {
    color: var(--hover-color);
}

.crumbs-nav {
    align-items: center;
    position: relative;
    z-index: 10;
    color: var(--white-color);
}
.crumbs-nav a, .crumbs-nav p {
    color: var(--white-color);
    font-size: 14px;
}
.crumbs-nav span {
    margin: 0 5px;
}
.crumbs-nav .iconfont {
    margin-right: 15px;
    font-size: 14px;
}

.about-top {
    box-shadow: 0px 2px 7px rgba(63, 181, 156, 0.25);
}

.Introduction-to-Fuzhi {
    padding-top: 0;
}
.Introduction-to-Fuzhi .left-box {
    width: 42.85%;
}
.Introduction-to-Fuzhi .right-box {
    width: 38.28%;
    position: relative;
}
.Introduction-to-Fuzhi .right-box .right-img {
    width: 100%;
}
.Introduction-to-Fuzhi .right-box .right-add {
    position: absolute;
    right: 7.6%;
    width: 67.9%;
    border-radius: 50%;
    background: linear-gradient(159.6deg, rgba(255, 255, 255, 0) 0%, rgba(63, 181, 156, 0.12) 100%);
    box-shadow: -14px 2px 41px rgba(63, 181, 156, 0.15);
    top: 50%;
    transform: translateY(-50%);
}
.Introduction-to-Fuzhi .right-box .item {
    position: absolute;
}
.Introduction-to-Fuzhi .right-box .item span {
    position: absolute;
    top: 20px;
    left: 20px;
    background: -webkit-linear-gradient(top, rgb(3, 134, 105), rgb(1, 41, 97));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Introduction-to-Fuzhi .right-box .p-item {
    width: 45%;
}
.Introduction-to-Fuzhi .right-box .p-item img {
    width: 100%;
    height: 100%;
}
.Introduction-to-Fuzhi .right-box .item1 {
    top: 14px;
    left: 100px;
}
.Introduction-to-Fuzhi .right-box .item2 {
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
}
.Introduction-to-Fuzhi .right-box .item3 {
    bottom: 14px;
    left: 100px;
}
.Introduction-to-Fuzhi .right-box .item-active {
    width: 73.5%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.15);
    top: 50%;
    transform: translateY(-50%);
    left: -34.32%;
}
.Introduction-to-Fuzhi .right-box .item-active img {
    width: 100%;
}

.Corporate-culture {
    padding-top: 0;
}
.Corporate-culture .culture-list {
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}
.Corporate-culture .culture-list .item {
    color: var(--white-color);
    width: calc(33.3333333333% - 13.3333333333px);
    padding: 50px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    position: relative;
    min-height: 279px;
}
.Corporate-culture .culture-list .item img {
    width: 240px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.Corporate-culture .culture-list .item p {
    line-height: 27px;
}
.Corporate-culture .culture-list .item h3 {
    position: absolute;
    left: 50px;
    bottom: 50px;
    font-size: 20px;
}

.Honor-and-qualification {
    position: relative;
}
.Honor-and-qualification .homor-topimg {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 300px;
}
.Honor-and-qualification .container {
    position: relative;
    z-index: 10;
}
.Honor-and-qualification .Honor-list {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.Honor-and-qualification .HonorSwiper {
    padding-bottom: 60px;
}
.Honor-and-qualification .HonorSwiper .swiper-slide {
    padding: 22px;
    text-align: center;
    cursor: pointer;
}
.Honor-and-qualification .HonorSwiper .swiper-slide img {
    width: 100%;
    margin-bottom: 22px;
}
.Honor-and-qualification .HonorSwiper .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    border-radius: 2px;
}
.Honor-and-qualification .HonorSwiper .swiper-pagination-bullet-active {
    background-color: var(--hover-color);
}

.contact-us {
    padding-bottom: 80px;
}
.contact-us .left-box {
    width: 35.71%;
    padding: 60px;
    background: url("../images/about/12.png") no-repeat center;
    background-size: cover;
    max-height: 500px;
}
.contact-us .left-box .icon-box-one {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--hover-color);
}
.contact-us .right-box {
    width: 64.29%;
    height: 500px;
}

.address-box {
    background: linear-gradient(180deg, rgb(3, 134, 105) 0%, rgb(1, 41, 97) 100%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.address-box img {
    width: 74px;
    height: 19px;
    -o-object-fit: cover;
    object-fit: cover;
}

.overlay-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.overlay-container .overlay {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.back-color-one {
    background-color: #FAFAFA;
}

.search-container {
    padding: 70px 20px 40px;
}

.search-box .search-box-input {
    height: 55px;
    font-size: 16px;
}

.search-box-button {
    height: 55px;
    font-size: 16px;
    width: 120px;
}

.search-result-text {
    font-size: 14px;
    padding: 35px 0 38px;
}

.search-nav .search-nav-item {
    font-size: 15px;
}

.search-content-list {
    padding-bottom: 30px;
}

.search-content-item {
    font-size: 18px;
    padding: 31px 0 34px;
}

.Block-memory-method {
    background-color: rgba(3, 134, 105, 0.1);
}

@media (max-width: 1800px) {
    .Spiral-teaching-design .avatar {
        width: 220px;
        height: 220px;
    }
    .Introduction-to-Fuzhi .right-box .item-active {
        height: auto;
    }
    .form form .form-box {
        -moz-column-gap: 3%;
        column-gap: 3%;
        row-gap: 20px;
    }
    .form .input-box {
        width: 30%;
    }
    .Product-advantage .advantage-box .advantage-item {
        padding: 30px;
    }
    .home-team .team-box .Personal-information {
        padding-top: 40px;
    }
    .home-team .team-box .teamThumbSwiper {
        bottom: 50px;
    }
    .home-team .team-box .teamThumbSwiper .swiper-slide {
        width: 60px !important;
        height: 60px !important;
    }
    .serve-customer .customer-box .left-box {
        padding: 20px;
    }
    .serve-customer .customer-box .left-box h1 {
        font-size: 32px;
    }
    .serve-customer .customer-box .left-box .box-bottom {
        margin-top: 20px;
    }
    .serve-customer .customer-box .left-box .box-bottom p {
        line-height: 48px;
    }
}
@media (max-width: 1536px) {
    .home-Joining-advantage .home-Joining-advantage-box .tab-content .left-box .min-title {
        width: 80%;
    }
    .Introduction-to-Fuzhi .left-box .text-one-color {
        max-height: 360px;
        overflow: scroll;
        padding-right: 10px;
    }
    .Introduction-to-Fuzhi .left-box .text-one-color::-webkit-scrollbar {
        width: 2px;
        height: 2px;
        background-color: transparent;
    }
    .Introduction-to-Fuzhi .left-box .text-one-color::-webkit-scrollbar-track {
        background-color: transparent;
    }
    .Introduction-to-Fuzhi .left-box .text-one-color::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: var(--text-color-one);
    }
    .Introduction-to-Fuzhi .left-box .text-one-color::-webkit-scrollbar-corner {
        background-color: transparent;
    }
    .Introduction-to-Fuzhi .right-box .item span {
        font-size: 14px;
    }
    .Introduction-to-Fuzhi .right-box .p-item {
        width: 55%;
    }
    .Introduction-to-Fuzhi .right-box .item-active {
        width: 62.5%;
    }
    .Enterprise-background .left-box .Company-name {
        width: calc(50% - 15px);
        font-size: 14px;
        margin-right: 15px;
    }
    .footer .footer-right {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .Spiral-teaching-design .avatar {
        width: 180px;
        height: 180px;
    }
    .Step-products .Step-products-box .Step-products-item .content-item {
        padding: 10px;
        height: 100%;
    }
    .Product-advantage .advantage-box .advantage-item {
        padding: 20px;
    }
    .Product-advantage .advantage-box .advantage-item .fs-20 {
        font-size: 18px;
    }
    .Product-advantage .advantage-box .advantage-item img {
        max-width: 48px;
        max-height: 48px;
    }
    .home-team .team-box .teamThumbSwiper {
        right: 35px;
    }
    .home-team .team-box .teamSwiper .swiper-button-next {
        top: 80px;
        right: 30px;
    }
    .home-team .team-box .teamSwiper .swiper-button-prev {
        left: calc(100% - 80px);
        top: 80px;
    }
    .home-team .team-box .teamSwiper .swiper-button-prev, .home-team .team-box .teamSwiper .swiper-button-next {
        width: 20px;
        height: 20px;
    }
    .home-team .team-box .teamSwiper .swiper-button-prev::after, .home-team .team-box .teamSwiper .swiper-button-next::after {
        font-size: 12px;
    }
    .home-team .team-box .Personal-information h1 {
        font-size: 24px;
    }
    .home-team .team-box .Personal-information {
        padding-top: 30px;
    }
    .home-team .team-box .Personal-information h1 span {
        font-size: 16px;
    }
    .home-team .team-box .Personal-information .fs-20 {
        font-size: 16px;
        margin-top: 10px;
    }
    .home-team .team-box .Personal-information .text-center {
        font-size: 14px;
    }
    .home-course .left-box {
        padding: 20px;
    }
    .home-course .right-box > div {
        width: calc(33.3333333333% - 6.6666666667px);
    }
    .home-course .right-box > div h2 {
        padding: 10px;
        height: auto;
    }
    .home-course .right-box > div .content-list {
        height: calc(100% - 36px);
        padding: 20px 10px;
    }
    .home-course .right-box {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .nav {
        padding: 20px;
    }
    .nav .logo {
        max-width: 355px;
        max-height: 50px;
    }
    .nav .nav-list-pc .nav-li-item {
        margin-right: 40px;
    }
    .nav .phone {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 20px;
    }
    .home-course .right-box > div h2 {
        font-size: 18px;
    }
    .home-course .left-box h2 {
        font-size: 20px;
    }
    .serve-customer .customer-box .left-box {
        padding: 30px;
    }
    .serve-customer .customer-box .left-box h1 {
        font-size: 24px;
    }
    .serve-customer .customer-box .left-box .box-bottom {
        margin-top: 20px;
    }
    .serve-customer .customer-box .left-box .box-bottom p {
        font-size: 18px;
        line-height: 40px;
    }
    .serve-customer .customer-box .right-box {
        min-height: 400px;
    }
}
@media (max-width: 1200px) {
    .Introduction-to-Fuzhi .left-box .text-one-color {
        max-height: 300px;
    }
    .banner .banner-title h1 {
        font-size: 36px;
    }
    .banner .banner-title p {
        font-size: 16px;
    }
    .news-list-box .news-list-item .left-img {
        width: 40.5%;
    }
    .news-list-box .news-list-item .right-box {
        width: 57.28%;
    }
    .Block-memory-list p:not(:last-child) {
        margin-right: 40px;
    }
    .home-team .team-box .teamThumbSwiper {
        bottom: 40px;
    }
    .home-fzyy .fzyySwiper .swiper-slide {
        transform: translateY(0px) !important;
    }
    .home-fzyy .fzyySwiper .hx {
        display: none;
    }
    .zjx {
        display: block !important;
        width: 87.14%;
        height: 1px;
        background-color: var(--hover-color);
        position: absolute;
        left: 50%;
        top: 170px;
        transform: translate(-50%);
        z-index: -1;
    }
    .container {
        min-width: 90.4%;
        max-width: 90.4%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        padding-left: 0;
    }
    .nav .logo {
        max-width: 265px;
        max-height: 50px;
    }
    .nav .nav-list-pc .nav-li-item {
        margin-right: 20px;
    }
    .nav .phone {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 20px;
    }
    .Spiral-teaching-design .avatar {
        width: 150px;
        height: 150px;
    }
}
.order-info {
    text-align: center;
    width: 500px;
}
.order-info img {
    width: 100%;
}

@media (max-width: 992px) {
    .home-news .news-item-right {
        height: auto;
    }
    .order-info img {
        width: 90%;
    }
    .Market-opportunity .right-box > div:not(:last-child) {
        background-size: cover;
    }
    .contact-us .left-box,
    .contact-us .right-box {
        width: 100%;
    }
    .Corporate-culture .culture-list .item h3 {
        bottom: 10px;
        left: 10px;
        font-size: 16px;
    }
    .Corporate-culture .culture-list .item {
        padding: 10px;
        min-height: 140px;
    }
    .Corporate-culture .culture-list .item p {
        font-size: 12px;
        line-height: 16px;
    }
    .Introduction-to-Fuzhi {
        margin-top: 20px;
    }
    .Corporate-culture .culture-list .item img {
        width: 120px;
    }
    .Introduction-to-Fuzhi .right-box .right-img,
    .Introduction-to-Fuzhi .right-box .right-add {
        display: none;
    }
    .Introduction-to-Fuzhi .right-box .item {
        position: static;
    }
    .Introduction-to-Fuzhi .right-box .p-item {
        position: relative;
        width: 30%;
        top: 0;
        left: 0;
    }
    .Introduction-to-Fuzhi .right-box .p-item span {
        font-size: 12px;
        top: 20px;
        left: 20px;
    }
    .Introduction-to-Fuzhi .right-box .item-active {
        width: 45.5%;
    }
    .Introduction-to-Fuzhi .right-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .Introduction-to-Fuzhi .right-box .item2,
    .Introduction-to-Fuzhi .right-box .item-active {
        transform: translateY(0);
    }
    .Introduction-to-Fuzhi .right-box,
    .Introduction-to-Fuzhi .left-box {
        width: 100%;
    }
    .news-content .news-message .left-box > div:first-child {
        padding: 15px;
    }
    .news-content .news-message .left-box > div:first-child h1 {
        font-size: 24px;
    }
    .news-content .news-message .left-box > div:first-child .time {
        font-size: 12px;
        display: flex;
        justify-content: space-between;
    }
    .news-content .news-message .left-box > div:last-child {
        padding: 15px;
    }
    .news-content .news-message .left-box > div:last-child a {
        font-size: 12px;
    }
    .news-content .news-message .left-box > div:first-child .time span:last-child {
        margin-left: 0;
    }
    .news-content {
        padding-top: 40px;
    }
    .news-content .news-message .left-box,
    .news-content .news-message .right-box {
        width: 100%;
    }
    .news-content .news-message .right-box {
        margin-top: 20px;
    }
    .form .input-box {
        width: 100%;
    }
    .form .input-box input {
        width: calc(100% - 120px);
    }
    .form .title-top {
        font-size: 28px;
    }
    .form .title-top img {
        width: 50px;
    }
    .Customer-choice .img-list .item {
        width: calc(50% - 3.5px);
    }
    .add-box .content-box .right-box .item {
        padding: 0 10px 20px 10px;
        width: 33.3333333333%;
    }
    .add-box .content-box .right-box .item img {
        width: 44px;
        height: 44px;
    }
    .add-box .content-box .right-box .item .sort {
        width: 60px;
        height: 40px;
        top: 40px;
    }
    .add-box .content-box .right-box .item .name {
        margin-top: 20px;
        font-size: 16px;
    }
    .add-box .content-box .right-box .item .text {
        font-size: 12px;
        line-height: 20px;
    }
    .add-box .content-box .img-right {
        display: none;
    }
    .add-box .content-box {
        min-height: auto;
        margin-top: 40px;
        padding-top: 20px;
    }
    .add-box .content-box .left-box {
        display: none;
        width: 80%;
        margin-left: 10%;
    }
    .serve-customer .customer-box {
        flex-wrap: wrap;
    }
    .serve-customer .customer-box .left-box {
        position: static;
        border-radius: 20px;
        padding: 20px;
        width: 100%;
    }
    .add-box .content-box .right-box {
        width: 100%;
    }
    .serve-customer .customer-box .right-box {
        width: 100%;
        margin-top: 20px;
    }
    .Enabling-system .item p:first-child span {
        width: 20px;
        height: 20px;
        font-size: 16px;
        margin-right: 10px;
    }
    .Enabling-system .item p:first-child {
        font-size: 18px;
    }
    .Enabling-system .Enabling-box {
        -moz-column-gap: 5%;
        column-gap: 5%;
    }
    .Enabling-system .item {
        padding: 10px;
        width: 47.5%;
    }
    .Enabling-system .item p:last-child {
        font-size: 14px;
        padding-top: 10px;
        margin-top: 10px;
    }
    .Product-advantage-one .advantage-list .item {
        width: calc(50% - 10px);
        margin-bottom: 80px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .Product-advantage-one .advantage-list .item:nth-child(3),
    .Product-advantage-one .advantage-list .item:nth-child(4) {
        margin-bottom: 0;
    }
    .Market-opportunity .right-box .item {
        display: flex;
        justify-content: space-between;
    }
    .Market-opportunity .right-box .item,
    .Market-opportunity .right-box > div,
    .Market-opportunity .right-box,
    .Market-opportunity .left-img,
    .Enterprise-background .left-box {
        width: 100%;
    }
    .Enterprise-background .right-box {
        width: 100%;
        margin-top: 20px;
    }
    .Market-trend .left-box {
        width: 100%;
    }
    .Market-trend .img-center {
        width: 70%;
        margin-bottom: 20px;
    }
    .footer .footer-bottom {
        flex-wrap: wrap;
        height: 80px;
    }
    .footer .footer-bottom .box {
        width: 100%;
        text-align: center;
        display: block;
    }
    .footer .footer-left {
        width: 80%;
        text-align: center;
    }
    .footer .footer-left .zx1 {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .footer .footer-right {
        margin-top: 20px;
        width: 100%;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-left: 0;
        justify-content: center;
        text-align: center;
    }
    .footer .footer-right > div:not(:last-child) {
        display: none;
    }
    .PBS-Positive-Empowerment-System .left-box {
        width: 80%;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .PBS-Positive-Empowerment-System .left-box .flex-item:first-child {
        margin-bottom: 0;
    }
    .PBS-Positive-Empowerment-System .left-box .flex-item {
        width: calc(50% - 10px);
    }
    .Spiral-teaching-design .avatar {
        width: 160px;
        height: 160px;
    }
    .Spiral-teaching-design .right-box {
        width: 80%;
        margin-left: 10%;
        margin-top: 40px;
    }
    .Spiral-teaching-design .left-box {
        width: 100%;
        justify-content: center;
    }
    .Block-memory-list p:not(:last-child) {
        margin-right: 20px;
    }
    .Product-advantage .advantage-box {
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px;
    }
    .Product-advantage .advantage-box .advantage-item {
        width: calc(50% - 5px);
        padding: 15px;
    }
    .Three-systems .container p {
        position: static;
        border-radius: 10px !important;
        width: 100% !important;
        transform: translateY(0) !important;
        margin-top: 20px;
    }
    .Three-systems .container p::after {
        display: none !important;
    }
    .home-team .team-box .teamSwiper .swiper-slide {
        padding-left: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .home-team {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .home-team .team-box .teamThumbSwiper {
        width: 100%;
        position: static;
        padding: 20px;
    }
    .home-team .team-box .teamSwiper .swiper-slide {
        padding-right: 0;
    }
    .home-team .team-box {
        background: var(--white-color);
        border-radius: 20px;
        border: 1px solid var(--hover-color);
    }
    .home-team .team-box .img-responsive {
        width: 40%;
    }
    .home-team .team-box .Personal-information {
        width: 100%;
    }
    .home-team .team-box .teamThumbSwiper .swiper-slide {
        width: 50px !important;
        height: 50px !important;
    }
    .home-team .team-box .Personal-information {
        padding-top: 10px;
    }
    .home-about .abount-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }
    .home-news .news-right,
    .home-news .news-item-left,
    .home-course .right-box,
    .home-course .left-box,
    .home-about .left-box,
    .home-about .right-box {
        width: 100%;
    }
    .home-news .news-right,
    .home-about .right-box {
        margin-top: 20px;
    }
    .container {
        min-width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .nav-list-pc {
        display: none;
    }
    .nav {
        padding: 10px;
        height: 70px;
    }
    .dl {
        display: block;
    }
    .icon-box {
        cursor: pointer;
        display: flex;
    }
    .icon-box .iconfont {
        font-size: 32px;
    }
    .nav-list-moblie {
        border-top: 1px solid var(--hover-color);
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: var(--white-color);
        padding: 10px;
    }
    .nav-list-moblie .next-list {
        width: 100%;
        display: none;
        padding-left: 20px;
    }
    .nav-list-moblie .next-list .nav-li {
        margin-top: 20px;
    }
    .nav-list-moblie .nav-li-item {
        margin-bottom: 20px;
    }
    .nav-list-moblie .nav-li-item .nav-li {
        display: flex;
        justify-content: space-between;
    }
    .content {
        padding-top: 70px;
    }
    .Product-advantage .advantage-box .advantage-item:hover {
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .serve-customer .customer-box .right-box {
        min-height: auto;
    }
    .home-banner .swiper-pagination {
        bottom: 10px !important;
    }
    .contact-us .left-box {
        padding: 30px;
    }
    .banner .banner-title h1 {
        font-size: 24px;
    }
    .banner .banner-title p {
        font-size: 14px;
    }
    .news-list-box .news-top .tab-item {
        font-size: 16px;
    }
    .news-list-box .news-list-item {
        padding: 15px;
    }
    .news-list-box .news-list-item .right-box .name {
        font-size: 20px;
        line-height: 30px;
    }
    .news-list-box .news-list-item .left-img {
        width: 100%;
    }
    .news-list-box .news-list-item .right-box {
        width: 100%;
        margin-top: 10px;
        min-height: 180px;
    }
    .title-min {
        font-size: 16px;
        padding: 0 20px;
    }
    .PBS-Positive-Empowerment-System .center-box {
        margin-left: 0;
        margin-right: 0;
    }
    .PBS-Positive-Empowerment-System .left-box {
        width: 100%;
    }
    .Spiral-teaching-design .message .name {
        font-size: 20px;
    }
    .Step-products .Step-products-box .Step-products-item .content-item .title-step {
        font-size: 16px;
    }
    .Step-products .Step-products-box .Step-products-item {
        width: 100%;
    }
    .Step-products .Step-products-box .Step-products-item .content-item {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    .Block-memory-list p {
        min-width: 80%;
        margin-right: 0 !important;
    }
    .Three-systems .three-img {
        width: 50%;
    }
    .home-Joining-advantage .home-Joining-advantage-box .tab-content .left-box {
        width: 100%;
    }
    .home-Joining-advantage .home-Joining-advantage-box .tab-content .right-box {
        margin-top: 20px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-Joining-advantage .home-Joining-advantage-box .tab-content .left-box .min-title {
        width: 100%;
        font-size: 18px;
    }
    .home-Joining-advantage .home-Joining-advantage-tab .tab-item::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 12.5px solid var(--white-color);
        bottom: -12.5px;
    }
    .home-Joining-advantage .home-Joining-advantage-tab .tab-item:hover::after, .home-Joining-advantage .home-Joining-advantage-tab .tab-active::after {
        border-top: 12.5px solid rgb(1, 41, 97);
    }
    .home-Joining-advantage .home-Joining-advantage-tab .tab-item {
        padding: 12px 0;
        margin-left: 2%;
        width: 30%;
    }
    .news-list-box {
        padding-bottom: 40px;
    }
    .contact-us {
        padding-bottom: 40px;
    }
}
@media (max-width: 576px) {
    .home-fzyy {
        min-height: auto;
        padding-top: 20px;
    }
    .add-box > p {
        font-size: 20px;
    }
    .home-fzyy .fzyySwiper {
        min-height: auto;
    }
    .fs-30 {
        font-size: 22px;
    }
    .Market-opportunity .right-box > div:not(:last-child) {
        background-size: contain;
    }
    .Customer-choice {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .news-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer .footer-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mt-40 {
        margin-top: 20px;
    }
    .Enterprise-background .left-box .Company-name {
        font-size: 12px;
        width: calc(50% - 7.5px);
    }
    .agentSwiper .swiper-wrapper .swiper-slide {
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px;
    }
    .agentSwiper .swiper-wrapper .swiper-slide .img:not(:first-child) {
        width: calc(50% - 5px);
    }
    .Enterprise-background .left-box .Company-name:nth-child(2n) {
        margin-right: 0;
    }
    .add-box {
        padding-top: 20px;
    }
    .Introduction-to-Fuzhi .right-box .p-item {
        width: 50%;
        height: 96px;
    }
    .Introduction-to-Fuzhi .right-box .item-active {
        width: calc(50% - 14px);
        margin-left: 7px;
        height: 82px;
        margin-top: 7px;
    }
    .fs-20 {
        font-size: 16px;
    }
    .Honor-and-qualification .Honor-list {
        padding: 0;
    }
    .Honor-and-qualification .HonorSwiper {
        padding-bottom: 20px;
    }
    .Corporate-culture .culture-list .item {
        width: 100%;
        padding: 20px;
    }
    .Corporate-culture .culture-list .item h3 {
        left: 20px;
        bottom: 20px;
    }
    .form .title-top {
        font-size: 24px;
    }
    .Spiral-teaching-design .message {
        width: 95%;
        margin-left: 0;
        margin-top: 20px;
    }
    .Three-systems .container p span {
        margin-right: 20px;
    }
    .Three-systems .container p {
        font-size: 18px !important;
    }
    .Three-systems .three-img {
        width: 80%;
    }
    body {
        font-size: 14px;
    }
    .title h2 p {
        text-align: center;
        font-size: 16px;
        line-height: 36px;
    }
    .title h2 span {
        line-height: 64px;
        font-size: 24px;
    }
    .title img {
        width: 56px;
        height: 13px;
    }
    .padding-tb {
        padding: 20px 0;
    }
    .home-news .news-title {
        font-size: 16px;
    }
    .home-news .news-text {
        font-size: 14px;
    }
    .home-team .team-box .teamSwiper .swiper-slide {
        padding-left: 0px;
    }
    .home-team .team-box .teamSwiper .swiper-button-prev, .home-team .team-box .teamSwiper .swiper-button-next {
        width: 20px;
        height: 20px;
    }
    .home-team .team-box .Personal-information .fs-20 {
        font-size: 14px;
    }
    .home-team .team-box .teamSwiper .swiper-button-prev::after, .home-team .team-box .teamSwiper .swiper-button-next::after {
        font-size: 12px;
    }
    .home-news .news-tab-item {
        font-size: 14px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        padding: 10px;
        text-align: center;
    }
    .home-team .team-box .Personal-information h1 {
        font-size: 18px;
    }
    .fs-44 {
        font-size: 32px;
    }
    .home-course .right-box {
        padding: 20px 0;
    }
    .home-course .right-box > div {
        margin-bottom: 20px;
    }
    .home-course .right-box > div h2 {
        background-size: cover !important;
    }
    .home-course .right-box > div {
        width: 100%;
    }
    .home-Joining-advantage .home-Joining-advantage-tab .tab-item {
        font-size: 18px;
    }
    .home-Joining-advantage .home-Joining-advantage-box {
        padding: 20px;
    }
    .home-agent, .home-course, .home-Joining-advantage, .home-team, .home-news {
        padding: 40px 0;
    }
    .home-banner .swiper-pagination-bullet {
        width: 24px;
        height: 4px;
        margin-top: -30px;
    }
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .home-about {
        padding: 40px 0;
    }
    .home-about .abount-item img {
        margin-right: 20px;
    }
    .form {
        min-width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .form .title-top span {
        margin-left: 10px;
        margin-right: 10px;
    }
    .Introduction-to-Fuzhi {
        margin-top: 0;
        padding-top: 0;
    }
}/*# sourceMappingURL=style.css.map */