a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}
.STYLE2 {
	font-size: 12px;
	color: #fff;
}


#Layer2 {
	position: absolute;
	width: 1018px;
	height: 565px;
	z-index: 2;
	background-image: url();
	left: 450px;
	top: 80px;
}
#Layer4 {
	position: relative;
	width: 1920px;
	height: 132px;
	z-index: 2;
	left: 50%;
	margin-top: 0;
	margin-left: -960px;
	background-image: url(../image/bj_07.jpg);
	background-repeat: no-repeat;
}
#Layer5 {
	position: absolute;
	width: 700px;
	height: 90px;
	z-index: 1;
	left: 777px;
	top: 24px;
}





#Version {
    width: 100%;
    height: 1079px;
    position: relative;
    overflow: hidden;
    z-index: 11;
    padding-top: 0;
}
#Flash {
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 50%;
    margin: 0 auto -272px -960px;
    z-index: -1;
}
#Header {
    margin: 0 auto -290px -960px;
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 50%;
    z-index: -2;
    line-height: 0;
}






#Download {
	width: 883px;
	height: 194px;
	text-align: center;
	position: absolute;
	top: 780px;
	left: 50%;
	margin-left: -450px;
	z-index: 51;
	border-radius: 5px;
	background: url() no-repeat left top;
}
#Download .btn_down_s1 {
	animation: sc 2s infinite linear;
	float: left;
	width: 345px;
	height: 97px;
	text-indent: -999em;
	background: url(../image/btn_down1.png) no-repeat left top;
}
#Download .btn_down_s2 {
	animation: sc 2s infinite linear;
	float: left;
	width: 345px;
	height: 97px;
	text-indent: -999em;
	margin-left: 180px;
	background: url(../image/btn_down2.png) no-repeat left top;
}
#Download .btn_down_s1:hover {
	background: url(../image/btn_down1.png) no-repeat left bottom;
}
#Download .btn_down_s2:hover {
	background: url(../image/btn_down2.png) no-repeat left bottom;
}
@keyframes sc {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1);
	}
}
