body{ 
	border: none; 
	overflow: hidden; 
	margin: 0px;
}

.box{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
}

.left{
	position: absolute;
	width: 18%;
	height: 100%;
	left:0px;
	border-right-style:solid;
	border-width:1px;
	border-color:#cccccc;
}

.logo{
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #32384e;
	color: #ffffff;
	text-align: center;
	padding-top: 16px;
	font-family: "微软雅黑";
	font-size: 14px;
}

.logo img{
	width: 140px;
}

.nav{
	position: relative;
	width: 100%;
	height: 94%;
    overflow-y: scroll;
    letter-spacing: 3px;
}

.line{
	border-top-style:solid;
	border-width:1px;
	border-color:#dddddd;	
	margin-top: 8px;
}

.header{
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color: #049ef4;
	margin-left: 10px;
	margin-top:8px;	
	margin-bottom:2px;	
}

.article{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	background-color:#ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	cursor: pointer;
}

.article:hover{
	background-color:#049ef4;
	color: #ffffff;
}

.over{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ffffff;
	background-color:#049ef4;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	cursor: pointer;	
}

.right{
	position: absolute;
	width: 82%;
	height: 100%;
	left: 18%;
}

#mms3D{
	position: relative;
	width: 100%;
	height: 100%;
}

