@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
#topbar{
	margin:0 auto;
	height:110px;
	width:1000px;
}
#menu{
	height:55px;
	background-color: #940808;
}
#menu ul{
	margin:0 auto;
	list-style-type:none;
	width:1000px;
}
#menu li{
	float:left;
	margin-left:50px;
}	
#menu ul li a{
	background-color:#940808;
	width:100px;
	height:55px;
	text-decoration:none;
	color:#FFF;
	display:block;
	text-align:center;
	line-height:55px;
}	
#menu ul li a:hover
	{
	background:#000;
	transition:3s;		/*过渡效果*/
	-moz-transition:3s; /* Firefox 4 */
	-webkit-transition:3s; /* Safari and Chrome */
	-o-transition:3s; /* Opera */
}
#menu ul li #focus {
	background-color: #000;
}
#content {
	height:930px;
	width:auto;
	margin-top:10px;
}
#content .leftco {
	height:930px;
	width:25%;
	float:left;
	text-align:center;
}
#content .leftco ul {
	font-family: "宋体", "微软雅黑";
	list-style-type: none;
}
#content .leftco a{
	width:200px;
	height:40px;
	color:#666;
	display:block;
	line-height:40px;
	margin:0 auto;
	font-family: "宋体", "微软雅黑";
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}
#content .leftco a:hover{
	color: #FFF;
	background-color: #940808;
}	
#content .rightco {
	height:930px;
	width:75%;
	float:left;
	overflow:hidden;
}
#content .rightco .substance {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .rightco p {
	color: #000;
	font-family: "宋体", "微软雅黑";
	font-size: 12px;
	line-height: 18pt;
	text-indent:2em
}
#content .rightco h2 {
	text-align:center;
	font-family:"宋体", "微软雅黑";
	font-size:24px
}
#foot 
	{
	background-color: #940808;
	width:auto;
	height:150px;
	color:#fff;
	font-size:12px;
	font-family: "宋体", "微软雅黑";
}
#foot .foot-nav {
	padding-top:40px;
	padding-left:100px;
}
#foot .foot-text p {
		margin-top:10px;
		padding-left:100px;
}	
#foot .foot-nav span {
	margin-left:5px;
}
#foot .foot-nav a{
	color:#fff;
	text-decoration: none;	
}
#foot .foot-nav a:hover{
	text-decoration: underline;	
}
