.headWrap{
	width:100%;
	height:80px;
	/*background: #fff;*/
	box-shadow: 0px 3px 3px #EEEEEE;
	/*overflow: hidden;*/
	background-color:rgba(255,255,255,1) ;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
.headMain{
	position: relative;
	width:90%;
	margin:0 auto;
}
.logo{
	width:70px;
	margin-top: 10px;
}
.headList li a{
	color: #333;
}
.headList li a:hover{
	color: #0193DE;
	text-decoration: none;
}
.headList li a:link{ 
	text-decoration: none;
}
.headActive a{
	color: #0193DE !important;
}

.headListIcon{
	float: right;
	color: #0193DE;
	font-size: 18px;
	line-height: 80px;
}
@media only screen and (min-width: 1024px){
	.headListIcon{
		display: none;
	}
	.headList{
		display: block;
		margin-left: 100px;
	}
	.headList li{
		float: left;
		line-height: 80px;
		margin: 0 10px;
	    font-size: 16px;
	}
}
/***    X <1024  ****/
@media screen and (max-width:1023px){
	.headListIcon{
		display: block;
	}
	.headList{
		display: none;
		position: absolute;
		right: 0;
		bottom: -122px;
		background-color:rgba(255,255,255,0.8) ;  
		padding: 15px; 
	}
	.headList li{
	    font-size: 16px;
	    line-height: 30px;
	}
}