/**	-----------------------------------------	顶部 - 菜单
	**/
.main-body {
	z-index: 10;
	position: relative;
}
.ma-body {
	width: 100%;
	max-height: 100%;
}
.ma-body .be-navbar {
	margin-left: -15px;
	margin-right: -15px;
}
.ma-body .ma-top-menu {
	z-index: 99;
}
.ma-body .ma-top-menu button {
	background: none;
	font-size: 13px;
	margin-bottom: 5px;
}
.dropdown-menu {
	top: 26px;
	right: 0;
	left: auto;
}
.ix-search-val {
}
#load, .main-body {
	background: #F5F9F1;
}
/**	-----------------------------------------	顶部 - 相关信息
	**/
.ma-top-info {
	background: url(../../images/main/top-bg.png) repeat center 0 #fff;
	background-size : 100% 110%;
	height: 10%;
}
.ma-body .ix-logo {
	margin-top: -27px;
	z-index: 98;
}
.ma-body .ix-logo span {
	display: inline-block;
	margin-bottom: 35px;
}
.ma-body .ix-logo img {
	display: inline-block;
	margin-top: 6px;
}
.ma-body .ix-top-image {
	margin-top: -45px;
	padding-bottom: 5px;
	z-index: 98;
}

/**	-----------------------------------------	顶部 - 菜单2
	**/
.be-navbar {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	min-height: 37px;
}
.be-navbar .navbar-nav > li > a {
	border-bottom: none;
	padding: 0;
	line-height: 37px;
	color: #fffc00;
	margin-right: 15px;
  	margin-left: 15px;
  	font-weight: bold;
}
.be-navbar .navbar-nav > li > a:hover,
.be-navbar .navbar-nav > li.active > a {
	color: #fff!important;
}
.be-navbar #navbar {
	border-color: #e7e7e7;
	background-color: #1AA555;
	background-image: linear-gradient(to bottom, #00A334 0%,#036600 100%);
}
.be-navbar .navbar-header {
	background-image: linear-gradient(to bottom, #00A334 0%,#036600 100%);
	background-color: #00A334;
}
.be-navbar .navbar-nav > li.active > a {
	background: none!important;
  	filter: none!important;
  	box-shadow: none!important;
  	border-bottom: none;
  	color: #fff;
}
.be-navbar .navbar-right > li > a:hover, 
.be-navbar .navbar-right > li > a:focus {
	color: #fff;
	border-bottom: none;
}
.be-navbar .navbar-right > .active > a, 
.be-navbar .navbar-right > .active > a:hover, 
.be-navbar .navbar-right > .active > a:focus {
	color: #fff;
}

/**	-----------------------------------------	页面主体
	**/
div.ma-left-menu {
	min-height: 200px;
	padding-left: 0;
	padding-right: 0;
  	border-right: 5px solid #D2E0F2;
	z-index: 99;
}
div.load-page {
	padding-left: 0;
	padding-right: 0;
	/**
	float: none!important;
	**/
}
.foot {
	border-top: 2px solid #86AE7A;
	margin-top: 5px;
	color: #0d4077;
  	background: #CADFC6;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	font-size: 12px;
}

/**	-----------------------------------------	滚轮
	**/
#nav {
	overflow-x: hidden;
}
.ma-scroll {
	overflow-y: scroll;
	border-bottom: 1px solid #47CDCD;
	margin-bottom: 10px;
}


.font-sm{font-size:12px;}
