<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
 .addNav {
 	/*position: absolute;*/
 	left: 0;
 	top: .89rem;
 	right: 0;
 	z-index: 20;
 	background: rgba(255,255,255,.2);
 	padding: 0 5%;
 }
 
 .addNav ul li {
 	padding: .2rem 0;
 	font-size: .18rem;
 	font-size: .16rem;
 	/*position: relative;*/
 	width: 33.33%;
 	text-align: center;
 }
  .addNav ul li&gt;a{
  	color: #fff;
  }
 .addNav ul li .sub-nav-h {
 	position: absolute;
 	left: 50%;
 	top: 100%;
 	background: #fff;
 	min-width: 1.6rem;
 	transform: translateX(-50%);
 	border-top: 3px solid #068359;
 	display: none;
 }
 
 .addNav ul li:hover .sub-nav-h {
 	display: block;
 }
 
 .addNav ul li:hover&gt;a {
 	/*color: #068359;*/
 }
 
 .addNav ul li .sub-nav-h a {
 	display: block;
 	padding: .1rem .15rem;
 	font-size: .16rem;
 	text-align: center;
 }
 
 .addNav ul li .sub-nav-h a:hover {
 	background: #eee;
 }
 

/*
.topFix .wps{
	width: 1400px;
	margin: 0 auto;
}

.menu{
	top: 89px;
	background: #068359;
}
.menu .topr{
	width: 100%;
}
.topr .hdNav li{
	margin-right: 0;
	line-height: 0.6rem;
	text-align: center;
	width:14.28%;
	float: left;
}
.topr .hdNav li&gt;a{
	color:#fff;
}
.topr .hdNav li .sub-nav{
	padding-top: 0;
}

@media (max-width: 1440px) {
 	.topFix .wps{
 		width:94%;
 	}
 	.menu{
 		top:75px;
 	}
}
*/</pre></body></html>