@charset "UTF-8";

body,h1,h2,h3,h4,h5,h6,p,div,img,border,ul,li,dl,dt,dd{
		margin:0;
		padding:0;
		
}
body{
        text-family:"MS UI Gothic,MS Mincho,simsun"
		color:#333;
		font-size:14px;
		text-align:center;
		background:#efefef;
}
#wrapper{
	margin:0 auto;
	width:820px;
	text-align:left;
	background:#fff;
}
#header{
		width:820px;
}
#header:after{
		content:"";
		display:block;
		visibility:hidden;
		clear:both;
		height:0;
}
#header #lead{
		line-height:20px;
		color:#333;
		text-align:right;
		background:#efefef;
}
#header h1{
		color:#333;
		font-size:24px;
		line-height:50px;
		padding-left:15px;

}

#header h1 a{
		color:#333;
		text-decoration:none;
}


#content{
		width:820px;
		background:url(images/top_banner.jpg) no-repeat left top;
		overflow:hidden;
}
#content:after{
		content:"";
		display:block;
		visibility:hidden;
		clear:both;
		height:0;
}
#main{
/*
	   padding-top:20px;
*/
}
#main h2{ 
		background:url(images/title_bg.gif) no-repeat left top;
		color:#333;
		font-size:18px;
		line-height:36px;
		padding:20px 0 10px 20px;
}
#main p{
        color: #666;
		padding:20px;
		line-height:20px;
}
#right{
		width:277px;
		float:left;
		
}

#right ul{
		list-style-type:none;
		padding:10px 5px 0 20px;
		}
#right ul li{
		list-style-type:none;
		font-size:12px;
		
		}
		
#right ul li a{
		display:block;
		padding-left:20px;
		line-height:30px;
		height:30px;
		color:#00c;
		text-decoration:none;
		border-bottom:#fff solid 1px;
		
}
#right ul li a:hover{
		color:#c00;
		text-decoration:none;
		background:#fff;
}
#right #nav_lot a{
		color:#00c;
		background:#fff;
		text-decoration:none;
		
}
.dh{
		line-height:28px;
		float:right;
		width:500px;
		padding-right:20px;
		margin-top:320px;
		text-align:right;
}
.dh a{
		color:#090;
		text-decoration:none;
		margin:0 6px;
}

#footer{
		width:820px;
		text-align:center;
		line-height:40px;
		color:#333;
		}


.zu-l{
	float: left;
	margin: 10px!important;
}

.zu-r{
	float: right;
	margin: 10px!important;
}
