/*
* @Author: Administrator
* @Date:   2017-04-24 18:22:22
* @Last Modified by:   Administrator
* @Last Modified time: 2017-04-25 10:04:28
*/
.headxuanz{
	position: relative;
}
.head{
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
.headlist{
	position: absolute;
	top: 40px;
	left: 50%;
	width: 50%;
	margin-left: -25%;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: none;
	z-index: 999;
	background: #eee;
}
.headlist li{
	line-height: 30px;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
}
.headlist li:last-child{
	border-bottom: none;
}
.headlist li:hover{
	background:#66D9EF;
	color: #fff;
}
.menucont {
	position: absolute;
	z-index: 1000;
	left: 6px;
	top: 46px;
	width: 40%;
	background: rgba(0,0,0,.6);
	padding: 0 10px;
	display: none;
}
.menucont ul li{
	line-height: 40px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #ccc;
}<!--ºÄÊ±1755091558.2494Ãë-->