.toubu {
	background-color: rgba(0, 0, 0, 0.3);
	height: 0.8rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000000000;
}

.logo {
	margin-left: 0.95rem;
	/*width: 2.59rem;*/
	height: 0.52rem;
}

.logo:hover {
	cursor: pointer;
}

.tab {
	margin-left: 0.52rem;
}

.tab_item {
	font-size: 0.18rem;
	line-height: 0.8rem;
	width: 1.6rem;
	color: #FFFFFF;
	text-align: center;
}

.tab_item>a {
	color: #FFFFFF;
}

.tab_item:hover {
	background-color: #1D9F6E;
	font-weight: bold;
	cursor: pointer;
}

.nav {
	position: relative;
	padding: 0;
}

.asa {
	position: absolute;
	top: 0.8rem;
	left: -0.8rem;

}

.nav>li>ul>li {
	color: #333333;
}

.nav>li>ul {
	display: none;
}

li {
	list-style: none;
}

.nav>li>ul>a>li {
	list-style: none;
	background-color: #FFFFFF;
	width: 2.06rem;
	text-align: center;
	line-height: 0.66rem;
}

.nav>li>a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 1.26rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
}

.nav:hover .tab_item {
	background-color: #1D9F6E;
	font-weight: bold;
}

.nav>li>ul>a>li:hover {
	cursor: pointer;
	background-color: #1D9F6E;
	color: #FFFFFF;
}


