@charset "UTF-8";
ul{
	/* padding-left: 10px;
	margin: 0; */
  padding: 0;
  margin: 0;
}
ul.mtree {
  margin: 0;
  width: 100%;
  /* padding-left:5px; */
  padding: 0;
  margin: 0;
}

ul.mtree li {
  list-style: none;
}
ul.mtree a {
  display: block;
}
ul.mtree li.mtree-node > a {
  font-weight: bold;
}

ul.mtree a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-decoration:none
}
.top_item{
	cursor: pointer;
	width: 100%;
}
ul.mtree a{
	height: 48px;
	line-height: 48px;
	color: rgba(255,255,255,0.8);
	font-size: 15px;
}
.menu-arrow{
	margin-right: 15px; 
 	font-weight: normal;
 	font-family: FontAwesome;
 	float: right;
}
.menu-icon{
	margin-right: 10px;
}
.has-children-open > a > .menu-arrow:AFTER{
	content:'\f107';
 }
.has-children-close > a > .menu-arrow:after{
	content: '\f104';
}
.menu-item-click{
	background-color: #3A8EE6;
}
.menu-item-over{
	background-color: #25a2b5;
}
