*{
	padding:0;
	margin:0;
	border:0;
}
body{
	font:normal 12px/180% "宋体";
	color:#000;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
	color:#ff0000;
}
ul{
	list-style:none;
}
img{
	border:0;
	display:block;
}

#wrapper{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}
#TopMenu{
	background:transparent url(images/header.gif) left top repeat-x;
	height:22px;
	border-left:#CECECE solid 1px;
	border-right:#CECECE solid 1px;
	padding:0 20px;
}
#TopMenu .left{
	float:left;
	width:300px;
}
#TopMenu .left li{
	float:left;
	background:transparent url(images/header.gif) left -613px no-repeat;
	padding:0 10px;
}
#TopMenu .right{
	float:right;
}
#TopMenu a{
	color:#444;
}
#header{
	padding-top:8px;
}
#header .header{
	overflow:hidden;
	zoom:1;
}
.logo{
	float:left;
}
.quickLink{
	float:right;
	padding-top:15px;
	color:#999;
}
.quickLink a{
	color:#999;
}
.quickLink a:hover{
	color:#ff0000;
}
#header .menu{
	background:url(images/menu1.jpg) no-repeat;
	width:939px;
	height:25px;
	padding:8px 20px;
	overflow:hidden;
	zoom:1;
}
#header .menu .nav{
	float:left;
	width:720px;
}
#header .menu .nav li{
	float:left;
	background:url(images/nav.jpg) no-repeat;
	width:76px;
	height:24px;
	text-align:center;
	padding-top:4px;
	margin-right:5px;
}
#header .menu .nav a{
	font-weight:bold;
	color:#fff;
}
.search{
	float:left;
	/*border:#0046AF solid 1px;*/
	padding:1px;
	width:200px;
}
.search span{
	display:block;
}
.search .input{
	width:155px;
	height:20px;
	float:left;
	border:#0046AF solid 1px;
}
.sear{
	width:40px;
	height:22px;
	float:right;
	border:#0046AF solid 1px;
	background:#4179CF;
	color:#fff;
}

#main{
	clear:both;
	background:#fff url(images/bg.jpg) top no-repeat;
	padding-top:5px;
	overflow:hidden;
	zoom:1;
}
#main .hot{
	padding:5px 20px;
	overflow:hidden;
	zoom:1;
}
.keywords{
	float:left;
	width:100px;
	background:url(images/point.jpg) left no-repeat;
	padding-left:10px;
	font-weight:bold;
}
.keywordsList{
	float:right;
	width:830px;
}
.keywordsList li{
	float:left;
	padding-right:10px;
}

#footer{
	clear:both;
	margin-top:8px;
	/*padding-top:5px;*/
	text-align:center;
	border-top:#ccc solid 1px;
}

