<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å¯¼èˆªå¼€å§‹*/
.nav-wrap{
top: 115px;
    position: absolute;
    width: 100%;
    height: 40px;
     
}
.nav-content {
/*	background: url(../images/nav001.jpg);*/
margin-top: 10px;
    width: 100%;
    margin: 0 auto;
    background:rgb(103,1,1);
}

.nav-list{
/*	background: url(../images/nav001.jpg);*/	
     

       list-style: none;
	width: 1200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	z-index: 999;
	}

.nav-list &gt;li{
	font-size: 16px;
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	   
}

.nav-list&gt;li&gt;a{
	text-decoration: none;
	color: #fff;
}
.nav-list&gt;li:hover{
     display:block;
     background: #92060a;
}
.nav-list &gt;li .sub-nav{
	z-index: 9999!important;
 	list-style: none;
	background: rgb(111,5,1);
	width: 120px;
	display: none;
	position: relative;
}
.nav-list &gt;li:hover{
	display: block;
}
.nav-list&gt;li .sub-nav&gt;li{
	    

	font-size:  15px;
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
}
.nav-list&gt;li .sub-nav&gt;li:hover{
	background:  #92060a;
}

.nav-list&gt;li .sub-nav&gt;li a{
	color: #F5F5F5;

}
/*å¯¼èˆªç»“æŸ*/</pre></body></html>