@charset "utf-8";
/* 代码整理：易站站长网 yizhanzzw.com */
* {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
	float: left;
}
.clear {
	clear: both;
}
html, body {
	color: #737373;
	background: url(../images/bg.jpg) #E4E7E8 no-repeat center center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute
}
#container {
	width: 100%;
	position: absolute
}
#indexgs {
	width: 1128px;
	height: 508px;
	position: relative;
}
#indexgs img {
	position: absolute;
}
#indexg2 {
	left: 1000px;
	top: 1000px;
}
#indexg1 {
	left: -1000px;
	top: 1000px;
	position: absolute
}
#indexg1 a {
	width: 244px;
	height: 51px;
	display: block;
	background: url(../images/indexlogo.png);
	position: relative;
	top: 107px;
	left: 109px;
}
#indexg1 a:hover {
	width: 244px;
	height: 51px;
	display: block;
	background: url(../images/indexlogo2.png);
}
#indexg0 {
	left: 0;
	top: 1000px;
	position: absolute;
}
#indexg0 a {
	width: 54px;
	height: 54px;
	display: block;
	background: url(../images/blog2.png);
	position: relative;
	top: 263px;
	left: 800px;
}
#indexg0 a:hover {
	background: url(../images/blog1.png)
}
#indexmask {
	background: url(../images/bjd.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none
}
/* 代码整理：易站站长网 yizhanzzw.com */