/* CSS Document */
* {
	padding: 0;
	margin: auto
}
body {
	background: url(images/shouye-hua.jpg)
}
.beijing {
	height: 2400px;
	width: 1200px;
	background: url(images/shouyeall.jpg)
}
.mao {
	width: 250px;
	height: 121px;
	background-color: aqua;
	float: left;
	position: absolute;
	top: 760px;
	left: 920px;
	background: url(images/maomao.jpg)
}
.men {
	width: 385px;
	height: 859px;
	background-color: aqua;
	margin-top: -170px;
	margin-left: 531px;
	float: left;
	background: url(images/men.jpg);
	animation: zjb 4s infinite;
}
.wawa {
	width: 145px;
	height: 261px;
	background-color: aqua;
	margin-top: 684px;
	margin-left: 985px;
	float: left;
	background: url(images/wawa.jpg);
	animation: zjb 4s infinite;
}
.chuang {
	width: 314px;
	height: 155px;
	background-color: aqua;
	margin-top: 604px;
	margin-left: 695px;
	float: left;
	background: url(images/chuang.jpg);
	z-index: 20;
	position: relative
}
.hua {
	width: 206px;
	height: 195px;
	background-color: aqua;
	margin-top: 495px;
	margin-left: -850px;
	float: left;
	background: url(images/penzai.jpg);
	animation: zjb 6s infinite;
}
.kai {
	width: 287px;
	height: 121px;
	background-color: aqua;
	margin-top: -935px;
	margin-left: -207px;
	float: left;
	background: url(images/kai.jpg);
	animation: dakai 4s infinite;
}
@keyframes zjb {
 0%, 100% {
 transform: translateY(0);
}
 50% {
 transform: translateY(-15px);
}
}
@keyframes dakai {
 0%, 100% {
 transform: translateY(0);
}
 50% {
 transform: translateY(-100px);
}
}
.footer {
	clear: both;
	width: 1095px;
	height: 80px;
	background-color: #957049
}
.footer p {
	font: 16px "微软雅黑";
	text-align: center;
	color: #FFFEFE;
	line-height: 80px
}
