body {
    background-color: #ebeee8;
    min-width: 1200px;
}

.bc {
    position: fixed;
    top: -180px;
    left: 0;
    min-width: 1200px;
    width: 100%;
    height: 180px;
    padding-top: 54px;
    background-color: #1c4ea1;
    transition: all .3s;
}

.header {
    height: 900px;
    background-image: url("../images/background2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.wcin {
    height: 180px;
    /*background-color: #1c4ea1;*/
    padding-top: 54px;
    /*padding-left: 160px;*/
}

.logo {
    /*margin-left: 200px;*/
    margin-left: 12%;
    border-right: 1px solid #ccc;
    width: 360px;
    height: 72px;
}

.logo h1 {
    width: 360px;
    height: 72px;
}

.logo h1 a {
    display: block;
    width: 360px;
    height: 72px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    font-size: 0;
}

.name {
    margin-left: 30px;
    /*margin-left: 2%;*/
    height: 72px;
}

.name span {
    display: inline-block;
    height: 72px;
    line-height: 72px;
    font-family: "楷体";
    font-size: 39px;
    /*color: #cccccc;*/
    color: white;
}

/* 浮动导航栏 */
.nav {
    display: none;
    position: fixed;
    top: 30%;
    width: 150px;
    /*height: 260px;*/
    border-radius: 15px 0 0 15px;
    background-color: #333;
    opacity: 0.5;
    transition: all .2s;
}

.nav li a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #ebeee8;
    text-align: center;
    font-size: 26px;
    color: white;
}

/* 内容展示区 */
.display {
    /*height: 2000px;*/
    width: 900px;
    margin: 0 auto;
    /*background-image: url("../images/p1.png");*/
}

/* 底部 */
.footer {
    height: 180px;
    padding-top: 50px;
    /* #B2B6B6 */
    background-color: #A7AAA1;
}

.footer .address {
    /*margin-left: 160px;*/
    margin-left: 10%;
    width: 350px;
    height: 80px;
}

.footer .address .school {
    width: 210px;
    height: 80px;
}

.footer .address .school span {
    line-height: 80px;
    color: white;
}

.footer .address .number {
    height: 80px;
    padding: 20px 0;
}

.footer .address .number div{
    padding-left: 3px;
    height: 20px;
    line-height: 20px;
    color: white;
}

.footer .contact {
    /*margin-left: 100px;*/
    margin-left: 5%;
    /*padding-left: 100px;*/
    padding-left: 5%;
    padding-right: 5%;
    width: 430px;
    height: 80px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.footer .contact div:first-child {
    display: inline-block;
    height: 80px;
}

.footer .contact .weixin {
    margin-top: 17px;
    width: 56px;
    height: 46px;
    background-image: url("../images/w.png");
    background-size: cover;
    font-size: 0;
}

.footer .contact img {
    display: none;
    position: relative;
    left: -60px;
    top: -170px;
    width: 160px;
    height: 160px;
}

.footer .contact .weixin:hover img {
    display: block;
}

.footer .contact span {
    display: block;
    height: 40px;
    line-height: 40px;
    color: white;
}

.footer .author {
    /*margin-left: 100px;*/
    margin-left: 5%;
    width: 180px;
    height: 80px;
}

.footer .author span {
    display: inline-block;
    line-height: 80px;
    color: white;
}

.footer .author span:last-child {
    margin-top: 25px;
    width: 30px;
    height: 30px;
    background-image: url("../zlk.png");
    background-size: contain;
    font-size: 0;
}
