@charset "gb2312";
/* CSS Document */
body {
	font-size: 12px;
	margin:0px;
	padding:0px;
	background-image: url(../images/MBindex.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #FFFFFF;
}
.top{/*头部*/
	background-color: #990000;
	height: 35px;
	padding: 5px;
	font-size: 23px;
	font-weight: bold;
}
#mo {/*网站导航*/
	line-height: 21px;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#topmo1 {/*网站导航*/
	background-color: #8C5426;
	padding: 3px;
	color: #F8F011;
	width: 60px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}
#topmo2 {/*网站导航*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C5426;
	margin-bottom: 5px;
}
#wmid {/*中部内页*/
	padding: 3px;
	max-width:100%;
	word-break:break-all;
	line-height: 21px;
}
.foot {/*底部*/
	font-size: 12px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #333;
	max-width:100%;
	text-align: center;
	line-height: 20px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.footer{/*底部浮动*/
	font-size: 12px;
	line-height: 10px;
	position:fixed;
	bottom:0px;
	width:100%;
	background-color: #F60;
	height: auto;
	filter:alpha(opacity=50);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
	text-align: center;
}