@CHARSET "UTF-8";
* {padding:0; margin:0;}
body, form, ul, dl, dt,h3,hr,div, img, p, a, input, hr{margin: 0;padding: 0;font: 12px Geneva, Arial, Helvetica, sans-serif;} 
img { border:none;}
body {padding:0; margin:0; height:auto; }/*008080*/
li { list-style: none; }
a {  text-decoration: none; }
table { empty-cells: show; border-collapse: collapse; border:none;}
.clear { clear:both;}


html, body { margin: 0; padding: 0; width: 100%; height: 100%; }
#bg_image { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; }
#scrollable { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }

#enter { text-align:center; height:80px;  width:100%; margin-top:140px;}
#enter a {line-height:80px; font-size:20px; font-weight:bold; color:#007500}
#enter a:hover { text-decoration:underline}
/*=film slide show=*/
	#box {
		position:absolute;
		visibility: hidden;
	 background-image:url(../images/temp.gif); background-position:top left; background-repeat:repeat-x; margin-top:100px;
	}
	#screen {
		position:relative;
		width:1000px;
		height: 360px;
		margin-left:auto;
		margin-right:auto;
	}
	#box img  {
		position: absolute;
		cursor: pointer;
	}
	#box span {
		position: absolute;
		color: #000;//显示的字体颜色
		font-family: verdana;
		font-size: 12px;
		width: 200px;
	}
	#box a {
		text-decoration: none;
		color:#ff8000;
	}
	#box a:hover	{
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#box a:visited {
		text-decoration: none;
		color:#ff8000;
	}
	#box a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#lnk {
		visibility: hidden;
	}

.correctPNG{
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}

