.footer_wrap{
    width: 100%;
    height:180px;
    background: #424141;
    color: #fff;
    overflow: hidden;
}
.footer_con{
    width: 1000px;
    height: 70px;
    margin: 20px auto 0;
}
.footer_con dl{
    width:60%;
    height: 30px;
    text-align:center;
}
.footer_con dl dt{
	float:left;
    font-size: 16px;
}
.footer_con dl dd{
	float:left;
    line-height: 24px;
    font-size: 15px;
    margin-left: 20px;
}
.footer_con dl a{
    color: #fff;
}
.footer_con dl a:hover{
    text-decoration: underline;
}
.footer_wrap p{
	width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}