
.header1{ float:right;margin-right:52px; padding-top:15px;
	height: 50px;
}
.header1 .nav1{
	width: 700px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 111;
}
.header1 .nav1 li{
	float: left;
	width: 16%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	
}
.header1 .nav1 li a{
	color: #3db7ef; font-size:16px;
	
}
.header1 .nav1 li .second-nav1{
	width: 150px;
	display: none;
	position: relative;
}
.header1 .nav1 li .second-nav1 li{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #45b9ee;
	border-top: 1px solid #0199de;
	
	
}
.header1 .nav1 li .second-nav1 li .third-nav1{
	/*position: absolute;*/
	width: 150px;
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -42px;
}
