body,ul,form{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}
a:link,a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#333;
	text-decoration:underline;
}
.red{
	color:#F00;
}
.red a:link,.red a:visited{
	color:#F00;
}
body{
	text-align:center;
	background:url(images/bg.jpg) center -150px no-repeat;
	font-size:14px;
}
.main{
	width:998px;
	margin:auto;
}
.top{
	height:64px;
	background:#3A8FC8;
	border-top:2px solid #4BB5E9;
	text-align:center;
	/*background:url(images/top.jpg) no-repeat;*/
}
.top_c{
	width:998px;
	height:62px;
	margin:auto;
}
.logo{
	float:left;
	width:160px;
	height:47px;
	padding:15px 20px 0;
	text-align:left;
}
.nav{
	float:left;
	width:790px;
	height:62px;
}
.nav .topli{
	float:left;
	width:85px;
	height:48px;
	list-style:none;
	text-align:center;
	line-height:48px;
	font: 18px/22px "Microsoft Yahei";
	border-right:1px solid #2387B8;
	padding:14px 0 0 15px;
}
.nav a{
	color:#FFF;
	display:block;
	width:72px;
	height:35px;
	border-radius:3px;
	line-height:30px;
	
}
.nav li li a{
	width:auto;
}
.nav a:link, .nav a:visited{
	text-decoration:none;
	color:#FFF;
}
.nav a:hover{
	text-decoration:none;
	color:#09F;
}
.nav .topli ul{
	display:none;
	background:#004080;
	font-size:12px;
	line-height:30px;
	padding:5px 10px;
	position:absolute;
	top:45px;
	border-radius:3px;
	z-index:99;
}
.nav .topli ul a{
	display:block;
	border-bottom:1px solid #666;
	text-align:left;
}
.mounseon{
	background:#004080;
}
.topr{
	float:right;
	width:250px;
	padding:18px 20px 0;
}
#q{
	background:#EAEAEA;
	border:none;
	width:150px;
	height:22px;
	margin-right:20px;
}
.topr input{
	float:right;
}
.topr .qicon{
	position:absolute;
	top:25px;
	left:50%;
	margin-left:355px;
}
.topr a{
	float:right;
	display:block;
	width:36px;
	text-align:center;
	height:22px;
	line-height:22px;
}

.content{
	margin:20px 0;
	min-height:380px;
	background:#F4FAFF;
	padding:30px;
	text-align:left;
}
.left{
	float:left;
	width:380px;
	padding:10px;
}
.right{
	float:right;
	width:500px;
	height:300px;
	padding-top:20px;
}
.bottom{
	text-align:center;
	clear:both;
	height:60px;
	line-height:60px;
}

