 .head{
	position: absolute;
	width: 451px;
	height: 42px;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
}
.head select{
	width: 94px;
	height: 42px;
	padding-left: 10px;
	box-sizing: border-box;
	border: none;
	border: 1px solid #C9C9C9;
	border-right: none;
	border-top-left-radius: 21px;
	border-bottom-left-radius: 21px;
}
.head input{
	width: 280px;
	height: 42px;
	padding-left: 20px;
	box-sizing: border-box;
	border: none;
	border: 1px solid #C9C9C9;
	border-left: none;
}
 .head button{
	width: 74px;
	height: 42px;
	background-color: #2177D8;
	color: #fff;
	border: none;
	border-top-right-radius: 21px;
	border-bottom-right-radius: 21px;
}
.sle {
	line-height: 44px;
	margin-top: 30px;
}
.sle select {
	border: none;
}
.list{
	margin-top: 20px;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
}
.list li{
	width: 185px;
	height: 42px;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	background-color: #f2f2f2;
	float: left;
	margin:10px 10px 0 0;
}
.list li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #666;
}
.list li i {
	font-style: normal;
	color: #2177D8;
}
.list li:hover a{
	background-color: #2177D8;
	color: #fff;
}
.list li:hover i{
	color: #fff;
}
.z-top-nav{position: relative; margin-right: 74px; color: #333;height: 40px;margin-top:20px;
padding-bottom: 10px;}
.z-top-nav .z-top-navtit{padding-left: 22px; cursor: pointer;}
.z-top-nav .z-top-navtit span{padding-right: 14px;background: url(../images/addc.png) no-repeat right center;color: #007AFF}
.z-top-navul{display: none; position: absolute;top: 24px;z-index: 99; width: 122px;
	background: #f4f4f5;border:1px solid #dcdcdc;
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,.3);
-moz-box-shadow:0 3px 5px rgba(0,0,0,.3);
-o-box-shadow:0 3px 5px rgba(0,0,0,.3);
box-shadow:0 3px 5px rgba(0,0,0,.3);}
.z-top-navul li{color: #606060;height: 36px;line-height: 36px;
	text-align: center;cursor: pointer;}
.z-top-navul li:hover{background: #ffffff;}
.z-top-navul li.z-top-navul01:hover{color: #f6b364;}
.z-top-navul li.z-top-navul02:hover{color: #68bbf4;}
.z-top-navul li.z-top-navul03:hover{color: #b08fea;}