* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 40px;
}

a {
    text-decoration: none;
}


/* �?*/

.header {
    width: 100%;
    height: 80px;
    background-color: #0070c0;
    padding: 10px 0;
}

.header .headp {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.headp .schoolbadge img {
    width: 303px;
    height: auto;
}

.headp .slogan img {
    width: 240px;
    height: 40px; 
    margin-top:10px;
}


/* 之间的样�?*/

.container {
    width: 1200px;
    margin: 0 auto;
}

.backcolor {
    background-color: #f2f2f2;
}


/* 尾部 */

.footer {
    width: 100%;
    height: 130px;
    background-color: #0070c0;
    padding: 40px 0;
}

.footer .container .footerp {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #cce2f2;
}

.footer .container .footerp .conclusion {
    font-size: 18px;
}

.footer .container .footerp .english {
    font-size: 15px;
    margin-top: -15px;
}