.footer-wrap{
	background: #0c0c0c;
}
.footer {
	width: 960px;
	height: 168px;
	margin: auto;
	background: url(../images/home-image-5.jpg) top center repeat-y;
	position: relative;
}
.footer ul {
	float: left;
	font-family: arial;
	font-size: 11px;
	position: absolute;
	top: 80px;
	line-height: 16px;
}
.footer .list-1 {
	left: 10px;
}
.footer .list-2 {
	left: 200px;
}
.footer .list-3 {
	left: 390px;
}
.footer .list-4 {
	left: 470px;
}
.footer ul li a {
	color: #fff;
	text-decoration: none;
}
.footer ul li a:hover {
	color: #08d4fe;
}
.footer p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 0px;
	bottom: 15px;
	color: #fff;
}
.footer-text-1 {
	background:  url(../images/footer-1.png) no-repeat;
	width: 226px;
	height: 19px;
	position: absolute;
	top: 10px;
	left: 6px;
}
.footer-text-2 {
	background: url(../images/footer-2.png) no-repeat;
	width: 120px;
	height: 25px;
	position: absolute;
	top: 40px;
	left: 10px;
}
.footer-text-3 {
	background:url(../images/footer-3.png) no-repeat;
	width: 95px;
	height: 24px;
	position: absolute;
	top: 40px;
	left: 200px;
}
.footer-text-4 {
	background: url(../images/footer-4.png) no-repeat;
	width: 144px;
	height: 24px;
	position: absolute;
	top: 40px;
	left: 390px;
}
.share {
	position: absolute;
	bottom: 40px;
	right: 5px;
}

