*{
	margin:0;
	padding:0;
	list-style: none;
}

/*头部导航栏*/
.heard{
	width:100%;
	min-width:1200px;
	height:70px;
	z-index: 999;
	background:white;
	border-bottom: 1px solid #EDEDED;
}
.heard-top{
	width:1200px;
	height:70px;
	margin:0 auto;
}
.heard-logo{
	float:left;
	margin-top:7px;
	cursor:pointer;	
}

.heard ul{
	float:left;
	height:70px;
	margin-left:35px;
	background:white;
	z-index:999;
}

.heard li{
	height:70px;
	float:left;
	margin-left:60px;
	text-align:center;
	line-height:80px;
	cursor:pointer;	
	position: relative;	
	font-size:19px;
	background：white;
	z-index:999;
	
}
.heard li:hover{
	border-bottom: 4px solid #0096FF;
}
.headr-right{
	height:70px;
	width:246px;
	float:right;
	text-align:left;
	line-height:80px;
	cursor:pointer;
	font-size:19px;
}


