/*导航开始*/
.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 >li{
	font-size: 16px;
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	   
}

.nav-list>li>a{
	text-decoration: none;
	color: #fff;
}
.nav-list>li:hover{
     display:block;
     background: #92060a;
}
.nav-list >li .sub-nav{
	z-index: 9999!important;
 	list-style: none;
	background: rgb(111,5,1);
	width: 120px;
	display: none;
	position: relative;
}
.nav-list >li:hover{
	display: block;
}
.nav-list>li .sub-nav>li{
	    

	font-size:  15px;
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
}
.nav-list>li .sub-nav>li:hover{
	background:  #92060a;
}

.nav-list>li .sub-nav>li a{
	color: #F5F5F5;

}
/*导航结束*/