/* 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;
}

.footer_wrap_w ul{
	padding:30px 0;
}

.footer_wrap_w ul .fr{
	margin-top:50px;
}

.footer_wrap_w p {
    line-height: 31px;
    font-size: 13px;
    font-family: "microsoft yahei";
    color: #333;
	margin-left: 80px;
}
.footer_wrap_w p a{color: #333;}