* {
	margin: 0;
	padding: 0;
}

header {
	background-color: #d43d3d;
	position: fixed;
	z-index: 10;
	width: 100%;
	text-align: center;
	color: white;
	height: 50px;
	line-height: 50px;
	top: 0px;
}

aside {
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 9;
	padding: 10px;
	background: #f4f5f6;
}

aside p {
	/*padding: 10px;*/
}

aside p a {
	text-decoration: none;
	color: black;
}

.isNavRed {
	color: red;
}
/*底部的切换菜单*/
footer {
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: 0.9;
	width: 100%;
	z-index: 100;
	border-top: 1px solid #f2f2f2;
}

a {
	text-decoration: none;
	color: #000;
}

footer .current {
	color: red;
}

.ft-part {
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	float: left;
	cursor: pointer;
}

.ft-part em {
	font-style: normal;
}