@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html,body{
	font-size: 14px;
	font-family: "新宋体";
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #000;
}
ul{
	list-style: none;
}
.clear{
	clear: both;
}
.color1{
	background: #3d97d3;
}
.color2{
	background: #a43bc7;
}
.color3{
	background: #a1d44a;
}
.color4{
	background: #f7c94f;
}
.color5{
	background: #ff8e51;
}
.color6{
	background: #de621f;
}
.contain{
	width: 100%;
	margin: 0 auto;
}
.contain2{
	width: 1010px;
	margin: 0 auto;
}
#top{
	padding: 10px 0;
	width: 1010px;
	margin: 0 auto;
}
#top #logo{
	float: left;
}
#top .top_pic{
	float: right;
}
#top .login{
	float: right;
	display: block;
	width: 107px;
	height: 38px;
	background: url(../img/login_bg.png) no-repeat;
	margin-top: 20px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#nav{
	width: 1010px;
	margin: 0 auto;
}
#nav ul>li{
	float: left;
	width: 162px;
	height: 48px;
	margin: 0 2px;
}
#nav ul li a{
	color: #fff;
	display: block;
}
#nav font{
	width: 100%;
	text-align: center;
	display: block;
	font-size: 20px;
	line-height: 22px;
	margin-top: 7px;
}
#nav ul>li span{
	width: 100%;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-family: arial;
} 
#banner{
	margin-top: 8px;
	position: relative;
}
#banner img { width:1010px;height:600px; }
#banner ul li{
	position: absolute;
}
#banner .spot{
	position: absolute;
	z-index: 99999999;
}
#banner .spot a{
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 4px;
	background: #000;
	float: left;
	margin: 0 2px;
}
#banner .spot a.active{
	background: #3D97D3;
	
}
#footer{
	padding: 20px 0;
}
#footer img{
	display: block;
	margin: 0 auto;
}
#footer .copyright{
	text-align: center;
	font-size: 12px;
	color: #666;
}













