.container {
    width: 1200px;
    margin: 0 auto;
    /* border: 0.5px solid red; */
}

html,
body {
    position: relative;
    height: 100%;
}

.banner_wrap {
    background: url(../images/banner.png) no-repeat center center;
    min-width: 1200px;
    height: 431px;
    position: relative;
}

.banner_wrap img {
    position: absolute;
    top: 5%;
    left: 2%;
}

.main_wrap .title_1 {
    background: url(../images/titele1.png) no-repeat center center;
    width: 466px;
    height: 22px;
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.main_wrap {
    padding-top: 47px;
    border-left: 1px dashed #5A34BC;
    border-right: 1px dashed #5A34BC;
    height: 3262px;
    width: 1060px;
    margin: 0 auto;
    /* margin-bottom: 123px; */
}

.shool_logowrap {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
}

.item_school {
    width: 28%;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 48px;
}

/* .item_school img {
    width: 66px;
    height: 66px;
} */

.item_school a {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 77%;
    margin-bottom: 23px;
}

.item_school img {
    margin-right: 16px;
    border-radius: 50%;
}

.item_school p {
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.item_school:hover.item_school p.active {
    color: #5A34BC;
    font-weight: 600;
}

.footer_wrap .wx_wrap {
    padding-top: 33px;
    box-sizing: border-box;
    width: 970px;
    height: 323px;
    background: #FFFFFF;
    box-shadow: 0px -6px 18px 0px rgba(100, 100, 253, 0.5);
    margin: 0 auto;
    /* text-align: center; */
}

.footer_wrap {
    background: url(../images/bgimg1.png) no-repeat center bottom;
    height: 347px;
    position: absolute;
    bottom: 0px;
    /* width: 1920px; */
    width: 100%;
}

.wrap_box {
    position: relative;
}

.footer_wrap .wx_wrap>p {
    background: url(../images/title2.png) no-repeat center center;
    width: 346px;
    height: 21px;
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
}

.wrap_wx {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 42px;
}

.wx_item {
    /* display: flex; */
}

.wx_item .img_box {
    width: 146px;
    height: 148px;
    background: #D1BAFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wx_item .img_box img {
    width: 130px;
    height: 130px;
}

.wx_item p {
    margin: 0 auto;
    width: 122px;
    height: 24px;
    background: #7051F3;
    border-radius: 10px;
    margin-top: 14px;
    font-size: 13px;
    font-family: SourceHanSansSC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}