.container{
	width: 100%;
	min-width: 1000px;
	height: 1110px;
	overflow: hidden;
	background: url(../images/index_bg.jpg) no-repeat center top;
}
.container a:focus{
	outline: none;
}
.wrapper{
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
.a-box{
	position: absolute;
	top: 810px;
}
.a-box a{
	width: 80px;
	height: 80px;
	display: block;
	float: left;
}
.a-box .link-1{
	margin-left: 60px;
}
.a-box .link-2,.link-3,.link-4,.link-5{
	margin-left: 120px;
}
.foot{
	width: 100%;
	height: 80px;
	margin-top: -80px;
	background: #1a1a1a;
	text-align: center;
	color: #535353;
}
.foot p{
	color: #999999;
	padding-top: 20px;
	font: 12px/25px "微软雅黑";
}
.foot a{
	color: #535353;
	font: 12px/12px "微软雅黑";
}