.fhNav{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	/* background-color: rgba(103, 87, 87, 0.85); */
	padding: 0 10px;
}
.fhNav2{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	/* background-color: rgba(103, 87, 87, 0.85); */
	padding: 0 10px;
}
.nav{
	width: 100%;
	height: 100%;
	font-size: 18px;
	color:#fff;
}
.nav li{
	list-style: none;
	width: 8%;
	min-width: 5vw;
	text-align: center;
	height: 5vh;
	line-height: 5vh;
	cursor:pointer;
	padding:0 10px;
}
.nav li:hover{
	/* border-radius: 5px; */
	/* color: red; */
	/* background: #333; */
	background-color: rgba(0,0,0,0.3);
}
.selectedNav{
	background-color: rgba(0,0,0,0.3);
	/* background: #333; */
	/* border-radius: 5px; */
}
.selectedNav2{
	background-color: rgba(0,0,0,0.3);
	/* background: #333; */
	/* border-radius: 5px; */
}
.bottomLine{
	position: absolute;
	left: 0;
	top:5vh;
	height:4px;
	background-color: rgba(255, 255, 255, .3);
	transition: all 0.3s ease;
}
.bottomLine2{
	position: absolute;
	top:13vh;
	height:4px;
	background-color: rgba(255, 255, 255, .3);
	transition: all 0.3s ease;
}
.nav2{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color:#979797;
}
.nav2 li:hover{
	background-color: rgba(0,0,0,0.3);
}
.nav2 li{
	margin-top: 50px;
	list-style: none;
	width:8%;
	min-width: 5vw;
	text-align: center;
	height: 5vh;
	line-height: 5vh;
	cursor:pointer;
	padding:0 10px;
}
