* {
    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: 55px;}

.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;}