.banner {
    position: relative;
    top: 70px;
}
.middle .container .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.middle .container .title .eng {
    color: #1177dd;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,0)));
}
.middle .container .title .zh {
    font-family: 庞门正道标题体;
    position: relative;
    top: -15px;
}

@media screen and (min-width:768px) {
    .middle .container .title .eng {
        font-size: 40px;
    }
    .middle .container .title .zh {
        font-size: 40px;
    }
}

@media screen and (max-width:768px) {
    .middle .container .title .eng {
        font-size: 25px;
    }
    .middle .container .title .zh {
        font-size: 25px;
    }
    .middle .container .title img {
        width: 50%;
    }
}

.middle .container .title-white .eng {
    color: #ffffff;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,0)));
}
.middle .container .title-white .zh {
    color: white;
}

.about-box {
    width: 100%;
    background: #f4f4f4;
}

.about-box .p1 {
    margin: 10px 0;
    text-indent: 2em;
    line-height: 1.8;
}

.about-box .p1 .blod {
    font-weight: bold;
    border-bottom: solid 1px black;
}

.about-box .container .history {
    position: relative;
}

@media screen and (min-width:768px) {
    .about-box {
        padding: 30px 0;
    }
    .about-box .p1 {
        font-size: 18px;
    }
    .about-box .container video {
        transform: scale(0);
    }
    .about-box .container .history {
        height: 560px;
        background: url("https://cdmjwl-web1.oss-cn-beijing.aliyuncs.com/index/about/history_bg.png") center;
    }
    .about-box .container .history .history-item {
        width: 350px;
        padding-left: 20px;
        position: absolute;
        z-index: 10;
        opacity: 0.0;
    }
    .about-box .container .history .history-item .year {
        font-size: 26px;
        font-weight: bold;
        margin-top: 20px;
    }
    .about-box .container .history .history-item p {
        line-height: 1.8;
        height: 200px;
    }
    .about-box .container .history .year-2019 {
        background: url("/asset/image/index/history_down.png") left bottom no-repeat;
        left: 50px;
        bottom: 560px;
    }
    .about-box .container .history .year-2020 {
        background: url("/asset/image/index/history_up.png") left top no-repeat;
        left: 300px;
        top: 276px;
    }
    .about-box .container .history .year-2021 {
        background: url("/asset/image/index/history_down.png") left bottom no-repeat;
        left: 650px;
        bottom: 272px;
    }
    .about-box .container .history .year-2022 {
        background: url("/asset/image/index/history_up.png") left top no-repeat;
        left: 900px;
        top: 276px;
    }
    @keyframes year-up2downIntoAni {
        from {
            bottom: 560px;
            opacity: 0.0;
        }
        to {
            bottom: 272px;
            opacity: 1.0;
        }
    }
    @keyframes year-down2upIntoAni {
        from {
            top: 560px;
            opacity: 0.0;
        }
        to {
            top: 276px;
            opacity: 1.0;
        }
    }
    .about-box .container .history .history-hr {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 5px;
        background: lightgrey;
    }
}

@media screen and (max-width:768px) {
    .about-box .container {
        padding: 10px;
    }
    .about-box .container .history .history-item {
        display: flex;
        align-items: flex-start;
        margin-top: 10px;
    }
    .about-box .container .history .history-item .year {
        margin-right: 20px;
        position: relative;
        top: 3px;
        border-bottom: solid 7px dodgerblue;
        padding-bottom: 5px;
    }
    .about-box .container .history .history-hr {
        position: absolute;
        left: 35px;
        top: 0;
        width: 3px;
        height: 100%;
        background: lightgrey;
    }
}

.major-box {
    width: 100%;
    height: 779px;
    background: url("https://cdmjwl-web1.oss-cn-beijing.aliyuncs.com/index/major/background.jpg") top center no-repeat;
}

.major-box .majors {
    position: relative;
}

.major-box .majors .majorSwiper {
    overflow: hidden;
    position: relative;
}

.major-box .majors .majorSwiper .swiper-slide div {
    margin: 10px;
    background: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.major-box .majors .majorSwiper .swiper-slide div p {
    margin: 10px 0 30px 0;
}

.major-box .majors #majorSwiper-pagination .swiper-pagination-bullet {
    background: white;
    opacity: unset;
}
.major-box .majors #majorSwiper-pagination .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

@media screen and (min-width:768px) {
    .major-box {
        height: 779px;
    }
    .major-box .majors {
        padding-bottom: 20px;
    }
    .major-box .majors .majorSwiper {
        width: 1100px;
        margin: 50px auto;
    }
    .major-box .majors .majorSwiper .swiper-slide div {
        height: 400px;
        padding-top: 60px;
    }
    .major-box .majors .majorSwiper .swiper-slide div p {
        font-size: 22px;
    }
}

@media screen and (max-width:768px) {
    .major-box {
        height: 390px;
    }
    .major-box .majors {
        padding-bottom: 1px;
    }
    .major-box .majors .majorSwiper {
        width: 90%;
        margin: 20px auto;
    }
    .major-box .majors .majorSwiper .swiper-slide div {
        height: 190px;
        padding-top: 20px;
    }
    .major-box .majors .majorSwiper .swiper-slide div img {
        width: 80%;
    }
    .major-box .majors .majorSwiper .swiper-slide div .more {
        display: none;
    }
    .major-box .swiper-button-next, .major-box .swiper-button-prev {
        display: none;
    }
}

.environment-box {
    width: 100%;
    background: #f4f4f4;
    padding: 30px 0;
}

.environment-box .environmentBox1 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.environment-box .environmentBox2 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.environment-box .environmentBox2 .environmentBox2-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.environment-box .environmentBox2 .environmentBox2-item div {
    background: #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:768px) {
    .environment-box .environmentBox1 img {
        position: relative;
    }
    .environment-box .environmentBox1 img:first-child {
        left: -300px;
        opacity: 0.0;
    }
    .environment-box .environmentBox1 img:last-child {
        left: 300px;
        opacity: 0.0;
    }
    @keyframes environmentBox1LeftImageAni {
        from {
            left: -300px;
            opacity: 0.0;
        }
        to {
            left: 0px;
            opacity: 1.0;
        }
    }
    @keyframes environmentBox1RightImageAni {
        from {
            left: 300px;
            opacity: 0.0;
        }
        to {
            left: 0px;
            opacity: 1.0;
        }
    }
    .environment-box .environmentBox2 .environmentBox2-item {
        height: 410px;
        position: relative;
    }
    .environment-box .environmentBox2 .environmentBox2-item div {
        height: 70px;
    }
    .environment-box .environmentBox2 .environmentBox2-item:nth-child(1) {
        left: -300px;
        opacity: 0.0;
    }
    .environment-box .environmentBox2 .environmentBox2-item:nth-child(2) {
        top: 300px;
        opacity: 0.0;
    }
    .environment-box .environmentBox2 .environmentBox2-item:nth-child(3) {
        left: 300px;
        opacity: 0.0;
        background: red;
    }
    @keyframes environmentBox2LeftImageAni {
        from {
            left: -300px;
            opacity: 0.0;
        }
        to {
            left: 0px;
            opacity: 1.0;
        }
    }
    @keyframes environmentBox2CenterImageAni {
        from {
            top: 200px;
            opacity: 0.0;
        }
        to {
            top: 0px;
            opacity: 1.0;
        }
    }
    @keyframes environmentBox2RightImageAni {
        from {
            left: 300px;
            opacity: 0.0;
        }
        to {
            left: 0px;
            opacity: 1.0;
        }
    }
}

@media screen and (max-width:768px) {
    .environment-box .container {
        padding: 10px;
    }
    .environment-box .environmentBox1 img:first-child {
        width: 60%;
    }
    .environment-box .environmentBox1 img:last-child {
        width: 40%;
    }
    .environment-box .environmentBox2 .environmentBox2-item {
        width: 33%;
    }
    .environment-box .environmentBox2 .environmentBox2-item div {
        height: 50px;
    }
}

.coach-box {
    width: 100%;
    background: url("https://cdmjwl-web1.oss-cn-beijing.aliyuncs.com/index/coach/background.jpg");
}

.coach-box .coachs {
    position: relative;
    padding-bottom: 20px;
}

.coach-box .coachs .coachSwiper {
    width: 1000px;
    overflow: hidden;
    position: relative;
}

.coach-box .coachs .coachSwiper .swiper-slide .swiper-slide-content {
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 5px 0;
}

.coach-box .coachs .coachSwiper .swiper-slide .swiper-slide-content .face {
    background: #a09ea0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border: solid 2px #00ccff;
    border-radius: 50px 0 0 0;
}

.coach-box .coachs .coachSwiper .swiper-slide .swiper-slide-content .face img {
    width: 100%;
}

.coach-box .coachs .coachSwiper .swiper-slide .swiper-slide-content .title {
    color: white;
}

.coach-box .coachs .coachSwiper .swiper-slide .swiper-slide-content .speciality {
    width: 100%;
    border: solid 2px #00ccff;
    padding: 5px;
}

.coach-box .coachs #coachSwiper-pagination .swiper-pagination-bullet {
    background: white;
    opacity: unset;
}
.coach-box .coachs #coachSwiper-pagination .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

@media screen and (min-width:768px) {
    .coach-box {
        height: 822px;
    }
    .coach-box .coachs .coachSwiper {
        width: 1000px;
        margin: 50px auto;
    }
    .coach-box .coachs .coachSwiper .swiper-slide .swiper-slide-content {
        height: 400px;
    }
    .coach-box .coachs .coachSwiper .swiper-slide .swiper-slide-content .title {
        font-size: 22px;
        margin-top: 25px;
    }
}

@media screen and (max-width:768px) {
    .coach-box {
        height: 530px;
    }
    .coach-box .coachs .coachSwiper {
        width: 100%;
        margin: 0 auto 10px auto;
    }
    .coach-box .coachs .coachSwiper .swiper-slide .swiper-slide-content .title {
        margin-top: 6px;
    }
    .coach-box .swiper-button-next, .coach-box .swiper-button-prev {
        display: none;
    }
}

.news-box {
    width: 100%;
    background: #f4f4f4;
    padding: 30px 0;
}

.news-box .news {
    display: flex;
    justify-content: space-between;
}

.news-box .news a {
    background: white;
}

.news-box .news a img {
    width: 100%;
    height: 170px;
}

.news-box .news a .words {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px;
}

.news-box .news a .words .title {
    font-weight: bold;
}

.news-box .news a .words .digest {
    line-height: 1.5;
    margin-top: 10px;
    color: #5b5b5b;
}

.news-box .news a .words .time {
    width: 100%;
    display: flex;
    justify-content: end;
    color: #5b5b5b;
}

@media screen and (min-width:768px) {
    .news-box {
        overflow: hidden;
    }
    .news-box .news {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
    .news-box .news a {
        position: relative;
        left: 1000px;
        opacity: 0.0;
    }
    .news-box .news a .words .title {
        font-size: 20px;
    }
    @keyframes newsIntoAni {
        from {
            left: 1000px;
            opacity: 0.0;
        }
        to {
            left: 0px;
            opacity: 1.0;
        }
    }
}

@media screen and (max-width:768px) {
    .news-box .news {
        padding: 15px;
        flex-direction: column;
    }
    .news-box .news a {
        margin-top: 10px;
    }
}

.contact-box {
    width: 100%;
    background: #414141;
}

.contact-box .contacts {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 30px;
}

.contact-box .contacts .left-words {
    color: white;
}

@media (min-width: 768px) {
    .contact-box .contacts .left-words .phone {
        font-size: 65px;
    }
}

@media (max-width: 768px) {
    .contact-box .contacts .left-words .phone {
        font-size: 30px;
    }
}

.contact-box .contacts .left-words div img {
    margin-right: 5px;
}

@media screen and (min-width:768px) {
    .contact-box .contacts {
        position: relative;
        bottom: 1000px;
        opacity: 0.0;
    }
    .contact-box .contacts .left-words {
        width: 48%;
    }
    .contact-box .contacts .left-words .words {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .contact-box .contacts .right-map {
        width: 48%;
    }
    @keyframes contactIntoAni {
        from {
            bottom: 200px;
            opacity: 0.0;
        }
        to {
            bottom: 0px;
            opacity: 1.0;
        }
    }

    .contact-box .contacts .right-map{
        height: 380px;
    }
}

@media screen and (max-width:768px) {
    .contact-box .contacts {
        padding: 15px;
        flex-direction: column;
    }
    .contact-box .contacts .left-words div {
        margin-bottom: 10px;
    }

    .contact-box .contacts .right-map{
        height: 200px;
    }
}
.contact-box .contacts .right-map #map{
    height: 100%;
}


.contact-box .contacts .left-words .towCode {
    display: flex;
}
.contact-box .contacts .left-words .towCode div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-box .contacts .left-words .towCode div .saoyisao {
    font-size: 13px;
}
@media screen and (min-width:768px) {
    .contact-box .contacts .left-words .towCode {
        margin-top: 40px;
    }
    .contact-box .contacts .left-words .towCode div:first-child {
        margin-right: 70px;
    }
    .contact-box .contacts .left-words .towCode div img {
        width: 180px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px) {
    .contact-box .contacts .left-words .towCode {
        justify-content: space-around;
    }
    .contact-box .contacts .left-words .towCode div img {
        width: 160px;
        margin-bottom: 10px;
    }
}


.contact-box .contacts .right-map #map{
    height: 100%;
}
.contact-box .contacts .right-map #map *{
    font-size: 14px !important;
}
.contact-box .contacts .right-map .BMapLabel {
    padding: 5px !important;
}