@charset "utf-8";
/* CSS Document */
*{ 
	padding:0px; 
	margin:0px;
}
body{
	margin:0 auto;
}
body,td,th,div,input,ul,li,span{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	
}
body {
	background:url(../images/main_bg.jpg) repeat-x;
}
p{
	line-height:150%;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	 
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1{
	color:#000000;
	line-height:150%;
	font-size:24px;
}
li{ 
	list-style:none;
	word-break: keep-all; 
	white-space: nowrap;
}
.main{
	margin:0 auto;
	width:511px;
	margin-top:260px;
}
.main_left{
	width:159px;
	float:left;
}
.main_right{
	width:350px;
	float:right;
}

.quick_link{
	padding-left:30px;
	height:20px;
	line-height:20px;
}
		

.index{
	padding-left:40px;
}
.quick_link a{
	color:#003399;
	font-size:12px;
}
.action{
	padding-left:30px;
	padding-top:10px;
}
.action span{
	color:#003399;
	font-size:12px;
	line-height:25px;
	height:25px;
}
.action ul li{
	color:#003399;
	font-size:12px;
	line-height:25px;
	height:25px;
	background:url(../images/fang.jpg) 1px 12px no-repeat;
	padding-left:10px;
}
	
	
