@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{
	background-color: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-text-size-adjust:none;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
img { border:none;}
.fix {clear:both;font-size: 0px;}
.zhezhao {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../images/pattern.png) repeat top left;
	z-index:10;
}
#container1 {
	width:653px;
	position:absolute;
	z-index:50;
	height: 43px;
	top: 20%;
	left: 10%;
	background-image: url(../images/logo.png);
}

#container {
	width:400px;
	position:absolute;
	z-index:50;
	height: 160px;
	top: 27%;
	left: 10%;
	
}
.tongji{width: 200px;filter:alpha(opacity=50);position: absolute;z-index: 1;left: 0px;bottom: 0px;height: 20px;}
.tongji a {color:#000000;text-decoration:none;}
.tongji a:hover {text-decoration:none;color: #276045;}

.copyright {
	height: 50px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	left: 10%;
}
.copyright dd.logo {
	width: 223px;
	height: 27px;
	float: left;
}
.copyright dd.logo a {
	text-decoration:none;
	display: block;
	height: 27px;
	width: 223px;
	background-image: url(../images/fshow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright dd.logo a:hover {
	text-decoration: none;
	background-image: url(../images/fshow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.copyright dd.b {
	height: 27px;
	float: left;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #555555;
	padding-right: 20px;
	padding-left: 20px;
}
.copyright dd.b a {
	text-decoration:none;
	color: #555555;
}
.copyright dd.b a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
