header {
    width: 100%;
    background: #832C25;
    background: -webkit-linear-gradient(128deg, #832C25 0%, #3B3C3F 100%);
    background: -moz-linear-gradient(128deg, #832C25 0%, #3B3C3F 100%);
    background: -ms-linear-gradient(128deg, #832C25 0%, #3B3C3F 100%);
    background: -o-linear-gradient(128deg, #832C25 0%, #3B3C3F 100%);
    background: linear-gradient(128deg, #832C25 0%, #3B3C3F 100%);
    /* 兼容ie8 */
    -pie-background: linear-gradient(128deg, #832C25 0%, #3B3C3F 100%);
    behavior: url(PIE.htc);
    padding: 9px 0 7px 30px;
}

header .header-div {
    width: 1025px;
    margin: 0 auto;
}

.header-right {
    margin-top: 9px;
    padding-left: 41px;
    background: #fff url(../img/sou.png) no-repeat 7px center/19px auto;
    width: 252px;
    height: 35px;
    border-radius: 2px;
    font-size: 14px;
}

.header-right::placeholder, .header-right::-webkit-input-placeholder, .header-right::-moz-placeholder, .header-right::-ms-input-placeholder {
    color: #666;
}

header .school-logo .top-logo {
    height: 54px;
    display: block;
    float: left;
}

header .school-logo .line {
    width: 1px;
    height: 46px;
    background: #fff;
    margin: 0 16px;
    display: block;
    float: left;
}

header .school-logo .header-title {
    color: #fff;
    font-size: 28px;
    display: block;
    float: left;
    line-height: 46px;
    height: 28px;
}

footer.footer-school {
    width: 100%;
    height: 342px;
    margin-top: 27px;
    background: url(../img/bottombg.png) no-repeat center center/100% 100%;
    text-align: center;
    padding: 89px 0 0;
}

.footer-logo {
    display: inline-block;
    width: 106px;
    height: 154px;
    vertical-align: top;
    margin-right: 105px;
    margin-top: 4px;
}

.footer-list {
    display: inline-block;
    height: 158px;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    text-align: left;
    border-right: 1px solid #fff;
    padding: 0 90px;
}

.footer-code {
    display: inline-block;
    vertical-align: top;
}

.footer-list1 {
    border-left: 1px solid #fff;
    line-height: 38px;
}

.footer-list2 {
    line-height: 31px;
}

.footer-code {
    margin-left: 125px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
}

.footer-code-img {
    width: 98px;
    height: 98px;
    display: block;
    margin-bottom: 18px;
}

.copyright {
    width: 100%;
    font-size: 12px;
    color: #8b94a4;
    background: #242830;
    text-align: center;
    line-height: 44px;
}