@charset "gb2312";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:tahoma;
	font-size:14px;
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#F00;
	text-decoration:underline;
}
img {
	border:0px;
}
ul {
	list-style:none;
}
ul, li, p {
	margin:0px;
	padding:0px;
}
.mainbody {
	width:980px;
	overflow:auto;
	margin:0px auto;
	padding:0px;
	clear:both;
}
.head {
	width:980px;
	height:140px;
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
	display:block;
}
.head .sitedh {
	width:inherit;
	height:29px;
	line-height:29px;
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-bottom:1px solid #E0E0E0;
}
.head .sitedh li {
	height:29px;
	line-height:29px;
	float:right;
	font-size:12px;
	color:#333;
	margin-left:10px;
}
.head .sitedh a, .head .sitedh a:hover {
	color:#666;
	text-decoration:none;
	font-size:12px;
}
.head .lb {
	width:inherit;
	height:60px;
	margin:0px 0px 10px 0px;
	padding:0px;
	display:block;
}
.head .lb .logo {
	float:left;
	width:150px;
	height:60px;
	margin:0px;
	padding:0px;
}
.head .lb .banner {
	float:left;
	width:830px;
	height:60px;
	margin:0px;
	padding:0px;
	text-align:right;
}
.head .nav {
	width:inherit;
	height:30px;
	line-height:30px;
	background:url(../img/navbg.png);
	display:block;
}
.head .nav li {
	height:30px;
	margin:0px 0px 0px 20px;
	padding:0px;
	float:left;
	color:#FFF;
	font-size:14px;
}
.head .nav a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.head .nav a:hover {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.main {
	width:980px;
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
	display:block;
}
.main .cot-a{
	width:483px;
	height:300px;
	margin:0px 10px 10px 0px;
	padding:0px;
	float:left;
	border:1px solid #96CBF2;
	}
.main .cot-b{
	width:483px;
	height:300px;
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
	border:1px solid #96CBF2;
	}
	.main .cot-a .th,.main .cot-b .th{
		height:32px;
		line-height:32px;
		font-size:14px;
		margin:0px;
		padding:0px 10px;
		display:block;
		background:url(../img/xumuthbg.jpg) #E2F0F6;
		font-weight:bold;
		}
		.main .th span{
			float:right;
			line-height:32px;
			padding:0px 10px;
			font-weight:normal;
			font-size:12px;
			}
			.main .cot-a ul,.main .cot-b ul{
				display:block;
				height:260px;
				}
			.main .cot-a li,.main .cot-b li{
				height:26px;
				line-height:26px;
				padding:0px 10px;
				display:block;
				}
				

.bottom {
	width:980px;
	height:100px;
	margin:0px;
	padding:10px 0px 0px 0px;
	border-top:1px solid #E0E0E0;
	text-align:center;
	float:left;
	display:block;
}
.bottom ul {
	height:100px;
	display:block;
}
.bottom li {
	height:25px;
	line-height:25px;
	display:block;
	color:#666;
	font-size:12px;
}
.bottom a, .bottom a:hover {
	color:#666;
	font-size:12px;
	text-decoration:underline;
}
.clear {
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
	display:block;
}