/* footer */

.nav_w {
    height: 30px;
    margin-top: 15px;
}

.nav_w a {
    display: block;
    font: 18px/30px "微软雅黑";
    color: #fff;
    float: left;
    width: 141px;
    text-align: center;
}

.nav_w a+a {
    border-left: 1px solid #fff
}

.footer_wrap_w {
    text-align: center;
    margin-bottom: 30px;
}

.footer_wrap_w img {
    padding: 30px 0
}

.footer_wrap_w p {
    line-height: 24px;
    font-size: 14px;
    font-family: "microsoft yahei";
    color: #333
}

.footer_wrap_w p span {
    color: #f00
}