.top {
	width: 100%;
	height: 0.8rem;
	background: #FFFFFF;
	position: relative;
}

.menu-icon {
	width: 0.56rem;
	height: 0.56rem;
	float: left;
	margin-left: 0.43rem;
	margin-top: 0.14rem;
}

.menu-icon img {
	width: 100%;
	height: 100%;
}
.nav-content{
	width: 100%;
	top: 0.8rem;
	position: absolute;
	
	z-index: 2;
}
.nav-tree{
	width: 2.3rem;
	float: left;
	overflow: hidden;
	background: #FFFFFF;
	border-right: 1px solid #C8C8C8;
}
.nav-list-m{
	overflow: hidden;
	border-bottom: 1px solid #C8C8C8;
}
.nav-leave{
	width: 1.68rem;
	/* height: 0.6rem; */
	line-height: 0.6rem;
	float: left;
	margin-left: 0.38rem;
}
.nav-leave a{
	display: block;
	width: 100%;
	height: 100%;
	font-family: FZLTHJW--GB1-0;
	font-size: 0.24rem;
	line-height: 0.6rem;
	color: #333333;
}
.nav-arrow{
	float: left;
	 content: "";
	  height: 0.1rem;
	  width: 0.1rem;
	  margin-top: 0.25rem;
	  border-width: 0.01rem 0.01rem 0 0;
	  border-color: blue;
	  border-style: solid;
	  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);

}

.logo {
	width: 1.6rem;
	height: 0.4rem;
	top: 0.2rem;
	left: 50%;
	margin-left: -0.8rem;
	position: absolute;
}

.logo>img {
	width: 100%;
	height: 100%;
}