<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navWrap{
	width: 1200px;
	height: 36px;
}
.nav{
	line-height: 36px;
	height: 36px;
	background: #39a4dc;
	position: relative;
	z-index: 1;
}
.nav li.nLi{
	float: left;
	display: inline;
	position: relative;
}
.nav li.nLi h3{
	float: left;
}
.nav li.nLi h3 a{
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 0 27px;
	color: #fff;
}
.nav li.nLi h3 a:hover{
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 0 27px;
	color: #fc9725;
}


.nav li.nLi&gt;on h3 a{
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 0 30px;
	color: #fc9725;
}

.nav li.nLi&gt;on h3 a:hover{
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 0 30px;
	color: #fc9725;
}


.sub{
	background: #f2981d;
	line-height: 26px;
	padding:0px 0;
	width: 120px;
	text-align: center;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 999;
	display: none;
	width:120px;
	border-top:10px solid #d38214;
	border-bottom:5px solid #d38214;
}
.sub li{
	width:110px; overflow:hidden; padding:5px; border-bottom:1px solid #d38214; 
}
.sub a{
	display: block;
	color: #fff;
}
.sub li:hover{
	background: #fff;
}
.sub li:hover a{
	color: #f39302;
}
.nav .on h3 a{
	color: #f0991f;
}
</pre></body></html>