
.school-title {
    font-size: 42px;
    margin-bottom: 54px;
}

/* .school-title:hover {
    font-size: 43px;
    color: #336DF6;
    cursor: pointer;
} */

.schoole-desc p {
    line-height: 30px;
    /* text-indent: 2em; */
}

/* .schoole-desc p:hover {
    color: #336DF6;
    cursor: pointer;
} */

.service-con {
    display: flex;
    flex-direction: column;
}



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

.school-advanage {
    background-color: #fff;
    height: 250px;
    width: 380px;
    margin-right: 30px;
    margin-top: 30px;
    border-radius: 2px;
    text-align: center;
    padding: 0 10px;


}

.advanage-text {
    font-size: 26px;
    margin-top: 22px;
}
.advanage-text-e{
    font-size: 26px;
    margin-top: 22px; 
    height: 78px;
}

/* .advanage-text:hover {
    color: #336DF6;
    cursor: pointer;
} */

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

.flex-wrap-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 130px;
}

.link-email {
    margin-left: 40px;
}

.link-title {
    padding-top: 100px;
    margin-bottom: 61px;
    cursor: pointer;
}

/* .link-title:hover {
    color: #336DF6;
} */

@media (min-width:1200px) {
    .school-advanage:nth-child(3n) {
        margin-right: 0px;
    }
}


@media (max-width:798px) {

    .school-advanage {
        background-color: #fff;
        height: 216px;
        width: 330px;
        margin-right: 0px;
        margin-top: 30px;
        border-radius: 2px;
        text-align: center;
        padding: 0 10px;
    
    
    }

    .link-email {
        margin-left: 0px;
        margin-top: 20px;
    }

    .link-title {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .flex-wrap-items {
        margin-bottom: 60px;
    }
    .advanage-text-e{
        font-size: 16px;
        margin-top: 22px; 
        /* height: 78px; */
    }

}

@media (min-width:1000px) {
    .school-pc {
        display: block;
    }

    .service-detail {
        width: 123px;
        height: 65px;
        border: 1px solid #336DF6;
        padding: 8px 12px;
        border-radius: 8px;
        margin-top: 35px;
        margin-bottom: 96px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
    }

    .service-detail:hover {
        background-color: #336DF6;
        color: #fff;
    }
    /* 英文 */
    .service-detail-e {
        width: 123px;
        height: 132px;
        border: 1px solid #336DF6;
        border-radius: 8px;
        margin-top: 35px;
        margin-bottom: 96px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        display: flex;
        /* align-items: center; */
        padding-top: 7px;
    }

    .service-detail-e:hover {
        background-color: #336DF6;
        color: #fff;
    }
}

@media (max-width:999px) {
    .school-new {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 10px;
    }

    /* .bold-school{
        width: 20px;
        height: 2px;
        border-bottom: 1px dashed #000;
    } */
    .school-new img {
        width: 58px;
        height: 58px;
    }

    .service-detail {
        font-size: 12px;
        width: 90px;
        height: 56.5px;
        border: 1px solid #336DF6;
        padding: 8px 6px;
        border-radius: 8px;
        margin: 15px 4px 30px;
        text-align: center;
    }

    .service-detail:hover {
        background-color: #336DF6;
        color: #fff;
    }

    .service-detail-e {
        width: 108px;
        height: 132px;
        border: 1px solid #336DF6;
        border-radius: 8px;
        margin-top: 35px;
        margin-bottom: 96px;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .border-s img {
        width: 100%;
    }
}

.link-us {
    background-color: #fff;
}



.link-modules {
    background-color: #F7F7F7;
    width: 376px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    cursor: pointer;
    font-size: 18px;
}



.link-all {
    display: flex;
    justify-content: center;
    padding-bottom: 96px;
    flex-wrap: wrap;
}

/* 动画 */
/* .school-animation {
    transition: transform 0.6s ease;
}

.school-animation:hover {
    transform: scale(0.9);
    cursor: pointer;
} */

@media (max-width:798px) {
    .school-Image img {
        width: 100%;
    }
    
.school-title {
    font-size: 30px;
    margin-bottom: 54px;
}
}
