@charset "utf-8";
/* CSS Document */

/*head*/
.wrap_box {
    width: 982px;
    margin: 0 auto;
}

.header {
    width: 100%;
}

.header .header_top {
    width: 100%;
    height: 140px;
    background: url(https://vpn.bjypc.edu.cn/http/77726476706e69737468656265737421e7f2439b693262496e0bc7a99c406d36d6/bwc/images/headertop_bg.png) no-repeat;
    margin: 0 auto;
}

.header .header_top .logo a {
    width: 458px;
    height: 79px;
    margin: 28px 0 0 33px;
    _margin: 28px 0 0 25px;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    display: block;
    float: left;
}

.header .head_right {
    width: 467px;
    height: 140px;
    background: url(../images/header_tu_02.png) no-repeat;
    float: right;
}

.header .header_bottom {
    width: 100%;
    height: 35px;
    background: #27342A;
}

.nav li {
    float: left;
    height: 35px;
    font-family: "microsoft yahei";
}

.nav li a {
    color: #fff;
    font-size: 12px;
    padding: 0 30px;
    margin-right: 10px;
    line-height: 35px;
    height: 32px;
    display: block;
    float: left;
}

.nav li a:hover {
    color: #FFD200;
    border-bottom: 3px solid #FFD200;
}

.nav li a.current {
    color: #FFD200;
    border-bottom: 3px solid #FFD200;
}



/*footer*/
.footer {
    height: 30px;
    background: #E6E6E6;
    width: 100%;
    margin-top: 10px;
}

.footer p {
    color: #999;
    text-align: center;
    line-height: 30px;
    height: 30px;
}