@charset "utf-8";

*{margin:0; padding:0;font-family:"微软雅黑";}
body{margin:0; padding:0;font-family:"微软雅黑"; background-color: #FFCFC7;}
img{border:none;}
.img_1{background:url(images/top_01.png) center no-repeat; height:712px;}
.img_2{background:url(images/top_02.png) center no-repeat; height:370px; margin-bottom: 65px;}
.img_3{background:url(images/bg.png) center no-repeat; width: 989px; height:766px; margin: 65px auto 0; position: relative;}
.img_4{background:url(images/pf.png) center no-repeat; width: 100%; height:125px; position: fixed; left: 0px; bottom: 0px;}

.main{width:100px; margin:0 auto; position: relative;}
.al{width: 988px; height: 807px; margin: 0 auto; position: relative;}

.ewm{
	position:fixed;
	top: 20%;
	left: 0px;
}
.swf1{
	width: 900px;
	height: 500px; position: absolute; top: 119px;left: 38px;
}
.btn1{
	position: absolute;
	left: 605px;
top: 641px;
	background: url("images/btn1.png") center no-repeat;
	width: 260px;
	height: 70px;}
.btn{
	position: absolute;
	left: 255px;
	top: 38px;
	background: url("images/btn2.png") center no-repeat;
	width: 260px;
	height: 70px;
	-webkit-backface-visibility: visible;
	-webkit-transform-origin: center center;
	-webkit-animation: demo 0.5s 0s infinite ease normal none;
} @-webkit-keyframes demo{
0%{
-webkit-transform:scaleX(1) scaleY(1);
} 50%{
-webkit-transform:scaleX(1.05) scaleY(1.05);
} 100%{
-webkit-transform:scaleX(1) scaleY(1);
}
}

.footer{text-align:center; font-family:"宋体"; font-size:12px; padding:20px 0 145px;}
