@charset "utf-8";
/*cssreset*/
body {margin: 0;padding: 0;}


body {
	background: url(../imgs/pgbg.jpg) no-repeat top center;
	height: 1080px;
}

#page {
	width: 1000px;
	margin: 0 auto;
}

.part1 {
	background: url(../imgs/part1_bg.jpg) no-repeat center;
	height: 250px;
	width: 1000px;
}

.part2 {
	background: url(../imgs/part2_bg.jpg) no-repeat center;
	height: 250px;
	width: 1000px;

}

.part3 {
	background: url(../imgs/part3_bg.jpg) no-repeat;
	height: 298px;
	position: relative;
}

.main-link {
	font-size: 45px;
	color: rgb(255, 255, 255);
	text-align: center;
	position: absolute;
	top: 245px;
	left: 124px;
	text-decoration: none;
	font-family: "Avenir Next", Avenir,'Microsoft YaHei', 微软雅黑, Helvetica;
	letter-spacing: 5px;
	width: 275px;
	height: 84px;
	line-height: 84px;
	vertical-align: middle;
	border: 1px solid white;
	border-radius: 43px;
	background: rgba(95, 128, 42, .6);
	animation: heartbeat 1.5s infinite;

}

.a-shadow {
	position: absolute;
	top: 239px;
	left: 214px;
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	background: #ffde00;
	-webkit-filter: blur(40px); 
	-moz-filter: blur(40px);
	-ms-filter: blur(40px);    
	filter: blur(40px);
}

.part4 {
	background: url(../imgs/part4_bg.jpg) no-repeat;
	height: 282px;
}

@keyframes heartbeat {
	from {transform: none;}
	50% {transform: scale(1.2);}
	to {transform: none;}
}















