.locationNav {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}
.locationNav a {margin: 0 4px;}

.title {
    width: 100%;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
}
.schoolBanner {width: 100%;height: 380px;}
.centerContent {width: 100%;color: #626262;}
.centerContent p {
    margin: 40px 0;
    text-indent: 30px;
    line-height: 30px;
}
.bottomContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.bottomContent .bottomDetail{display: flex;flex-direction: column;justify-content: space-between}
.bottomContent .bottomDetail p{
    width: 590px;
    color: #626262;
    line-height: 30px;
    text-indent: 30px;
}
.bottomContent .bottomDetail .slogan {
    width: 590px;
    height: 150px;
    background: #00AB8E;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 150px;
    font-family: lixukexingshu;
    text-align: center;
}
.bottomContent .bottomContentImg {width: 580px;height: 360px;}
