@charset "utf-8";
#------------------------------共用样式 {}
html {
	overflow-x:hidden;
	overflow-y:auto;
}

body{
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment: fixed;
	font-size: 12px;
	font-family: "微软雅黑", Geneva, tohoma, Helvetica, sans-serif;
	background-color: #0E0400;
	margin:0px;
	background-image: url(../images/bg.jpg);
}

div , ul , li , p       {
	margin:0px;
	padding:0px;
	list-style:none;
	display: block;
}
table {
	border:0;
	cellpadding:0;
	cellspacing:0;
}

img { border:0px;}
a:focus {
    outline:none;
}
a:link {
	text-decoration: none;
	blr:expression(this.onFocus=this.blur())
}
a:visited {
	text-decoration: none;  
	blr:expression(this.onFocus=this.blur())
}
a:hover {
	text-decoration: none;

	blr:expression(this.onFocus=this.blur())
}
a:active {
	text-decoration: none;

	blr:expression(this.onFocus=this.blur())
; 			display: block;
}
#---------------------ALL {
}
#ALL {
	width: 1024px;
	height: 673px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -512px;
	margin-top: -336px;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	#ALL {
		width:768px;
		height:929px;
		margin:0px;
		top:0px;
		left:0px;
		overflow:hidden;
	}
}

#---------------------button {
}
#button {
	width: 1024px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-left: -512px;
	margin-top: 318px;
	z-index: 99;
}
@media screen and (max-width: 1024px) {
	#button #logo {
		display: block;
		left: 270px;
		margin-top:-70px;
	}
	#button {
		height: 40px;
		line-height:40px;
		margin-top: 298px;
	}
}
@media screen and (max-width: 768px) {
	#button {
	display:none;
	}
}

#button #logo {
	position: absolute;
	display: block;
	left: 390px; 
	top: -100px; 
	margin-top:-70px;
	z-index: 999999999999;
}

#logo2 {
	position: absolute;
	display: none;
	left: 280px;
	top: 700px;
	z-index: 999999999999;
}

#button ul {
	left:250px;
	position: absolute;
	/*top: expression((button.clientHeight-button ul.clientHeight));*/
}
@media screen and (max-width: 768px) {
	#logo2 {
		display: block;
	}
	#button ul {
		left:80px;
}
}

#button a {
	display: block;
	width: auto;
	height: 20px;
	padding: 0px 20px 0px 20px;
	float: left;
	color: #FFFFFF;
	line-height: 20px;
}
@media screen and (max-width: 1024px) {
	#button a {
		height: 40px;
		line-height:40px;
	}
}
@media screen and (max-width: 768px) {
	#button a {
	font-size:14px;
	}
}
#button a:hover {
	color: #333333;
}
#---------------------PRO {
}
#pro_btn {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999999999999999;
	height: 20px;
}
#pro_btn a {
	color: #999999;
	display: block;
	float: left;
	padding: 0px 0px 0px 10px;
	line-height: 30px;
	height: 30px;
}
#pro_btn a:hover {
	color: #666666;
}
#---------------------PAGE {
}
#ALL #dec {
	background-image: url(../images/bg_trans.png);
	width: 440px;
	display: block;
	position: absolute;
	top: 240px;
	left: 560px;
}

@media screen and (max-width: 768px) {
	#ALL #dec {
		top: 500px;
		left: 180px;
	}
}

#ALL  #title  {
	color: #FFFFFF;
	font-size: 34px;
	line-height: 36px;
	width: 100%;
	height: 36px;
	overflow: hidden;
	text-align: left;
	font-family: "微软雅黑", Georgia, "Times New Roman", Times, serif;
	z-index: 99999;
	padding: 10px 0px 0px 20px;
}
#ALL  #content  {
	width: 400px;
	height: 156px;
	margin: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
	z-index: 99999;
	padding: 0px 10px 0px 0px;
}
#ALL #content a {
	color: #FFFFFF;
}

@media screen and (max-width: 768px) {
	#ALL .pageIMG {
		height:929px;
		width:auto;
	}
}

#---------------------FOOT {
}
#foot {
	width: 1024px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -512px;
	margin-top: 360px;
}
@media screen and (max-width: 1024px) {
	#foot {
	display:none;
}
}
#foot #copy {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	font-family: "微软雅黑", tahoma;
	color: #999999;
	margin: 0px 0px 0px -30px;
}

#foot #copy a {
	padding: 0px 5px 0px 5px;
	color: #FFFFFF;
	height: 20px;
	display: block;
	float: left;
}

#foot #sup {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	font-family: "微软雅黑", tahoma;
	color: #999999;
	padding: 30px 0px 0px 0px;
}
#foot #sup a {
	color: #121212;
	font-size: 10px;
}
#foot #sup a:hover {
	color: #666666;
}