* {
	margin: 0;
	padding: 0;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #444;
}
img {
	vertical-align: top;
}
body {
	font-size: 12px;
	font-family: "微软雅黑";
}
#container {
	width: 100%;
	height: 100%;
	background: #000 url(../images/bg.jpg) no-repeat center top;
}
.logo {
	position: fixed;
	left: 30px;
	top: 20px;
}
.service {
	position: fixed;
	right: 30px;
	top: 36px;
}
#main {
	padding: 650px 0 50px;
	width: 100%;
	text-align: center;
}
#main .img {
	margin-bottom: 2%;
}