@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	text-align: center;
	background-color: #D1D1D3;
}
#container{
	margin-right: auto; 
	margin-left: auto; 
}

#center{
	margin-top:-210px;
	margin-left:300px;
	position:relative;
}
#c_one{
	border:1px solid #666;
	width:770px;
	height:100px;
	margin:10px 0px;
	background-color:#FFF;
}
#c_one ul li{
	list-style:none;
	float:left;
}
#c_one #co_left{
	width:250px;
	height:70px;
	margin:15px;
	border:1px solid #09F;
}
#c_one #co_right{
	width:450px;
	height:60px;
	margin-top:12px;

	text-align:left;
	padding:8px;
}
#c_one #col_one{
	margin-top:8px;
	font-size:23px;
	color:#06F;
	font-family:"微软雅黑";
}
#c_one #col_four{
	margin-top:20px;
	font-size:23px;
	color:#06F;
	font-family:"微软雅黑";
}
#c_one #col_two{
	margin-top:3px;
	font-size:13px;
	font-family:"微软雅黑";
}
#c_one #col_two a{
	text-decoration:none;
	color:#333;
}
#c_one #col_two a:hover{
	color:#00F;
}
#c_one #col_three{
	font-size:13px;
	font-family:"微软雅黑";
	color:#06F;
}
#c_two{
	border:1px solid #666;
	width:770px;
	height:100px;
	background-color:#FFF;
}
#c_two ul li{
	list-style:none;
	float:left;
	width:160px;
	height:48px;
	margin:10px 15px;
	border:1px solid #066;
	text-align:center;
	padding-top:30px;
	
}
#c_two ul li a{
	color:#333;
	font-family:"微软雅黑";
	text-decoration:none;
}
#c_two ul li a:hover{
	color:#00F;
}
#container #foot{
	margin-top:10px;
	margin-left:20px;
}

