
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.header{
	height: 30px;
	
}
.header .nav{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	position: relative;
	z-index: 111;

}
.header .nav li{
	float: left;
	width: 12.28%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-right: 1px solid #000;
	
}
.header .nav li a{
	color: #000;font-size: 16px
}
.header .nav li .second-nav{
	width: 150px;
	display: none;
	position: relative;
}
.header .nav li .second-nav li{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000;
	border-top: 1px solid #000;
	
}
.header .nav li .second-nav li a{
	color: #fd7322
}
.header .nav li .second-nav li:hover{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fd7322;
	border-top: 1px solid #fd7322;
}
.header .nav li .second-nav li a:hover{
	color: #000
}
.header .nav li .second-nav li .third-nav{
	/*position: absolute;*/
	width: 150px;
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -40px;
}
