.footer{
	background-color: #111;
	width: 100%;
}
.footer-nav {
	height: 100px;
	width: 100%;
	margin: 0 auto;
}
.footer-nav ul{
	list-style: none;
}
.footer-nav ul li{
	width: 150px;
	height: 50px;
	float: left;
	text-align: center;
	border-right: 1px solid #ccc;
	margin-top: 10px;
	line-height: 50px;
}
.footer-nav  li a{
	color: #8A8181;
	text-decoration: none;
}
.footer-nav li a:hover{
	color: #fff;
}
.line{
	width: 95%;
	margin :auto;
	border-bottom: 1px solid #948A8A;
}
.text{
	width: 60%;
	margin:0 auto;
	padding-top: 15px;
}
.text img{
	width: 50px;
    height: 12px;
    margin-left: 20px;
}
.text span{
	font-family: 微软雅黑;
    color: #888;
    margin-left: 60px;
}
.cop{
	width: 25%;
	margin: auto;
	margin-top: 20px;
}
.cop img{
	margin-right: 20px;
}
.cop span{
	font-family: 微软雅黑;
    color: #888;
}