* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:#fff;
	font:normal 12px/22px 宋体;
	width:100%;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	color:#1974A1;
}
#footer {
	text-align:center;
}
body,html {
	width:100%;
	height:100%;
}
.fullSlide {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-width:1000px;
	background:#fff url(index_bg.jpg);
}
.fullSlide ul {
	height:100% !important;
	width:100% !important;
}
.fullSlide li {
	height:100% !important;
	width:100% !important;
}
.fullSlide .prev,.fullSlide .next {
	position:absolute;
	z-index:1;
	display:block;
	width:30px;
	height:50px;
	top:50%;
	margin-top:-100px;
	left:20px;
	background:url(icons.png) 0 0 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.fullSlide .next {
	left:auto;
	right:30px;
	background-position:-51px 0;
}
.fullSlide .prev:hover,.fullSlide .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.fullSlide .playState {
	display:block;
	position:absolute;
	z-index:1;
	right:30px;
	top:50%;
	margin-top:-20px;
	width:51px;
	height:51px;
	overflow:hidden;
	background:url(icons.png) 23px -132px #000 no-repeat;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.fullSlide .pauseState {
	background-position:23px -201px;
}
.fullSlide .playState:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.content {
	width:1000px;
	position:relative;
	z-index:1;
	margin:0 auto;
	padding:30px 0;
}

#logo {
	width:250px;
	float:left;
	margin-top:18px;
}
.head_title {
	width:730px;
	float:left;
	margin-top:40px;
	display:block;
	}
.head_title img {
	margin-left:30px;
	display:block;
	}
	

.nav {
	height:60px;
	line-height:60px;
	width:700px;
	margin:0px auto;
}
.nav li {
	width:290px;
	float:left;
	margin-left:30px;
}
.nav li a {
	display:block;
	color:#fff;
	height:100%;
}


.footer {
	width:100%;
	position:fixed;
	z-index:1;
	margin:0 auto;
	bottom:50px;
}
