/*nav start*/
#nav{
	width: 100%;
	background: white;
	overflow: hidden;
}
#nav nav{
	width: 100%;
	/*padding-top: 12px;*/
	text-align: center;
	padding-bottom: 10px;
}
#nav nav a{
	width: 25%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	line-height: 20px;
	color: #838282;
	padding-top: 10px;
	font-size: 13px;

}
#nav nav a img{
	width: 75px;
	height: 75px;
	margin: 0 auto 6px;
	border-radius: 15px;
	border: 1.5px solid #3b9fd2;
}
#nav .edmond{
	display: inline-block;
	width: 95%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 10px;
	background: #fff;
	color: #666;
	margin-top: 0.5rem;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
#nav .edmond .edmond_child{
	width: 62%;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
#nav .edmond .edmond_child ul.edmond_width{
	width: 300%;
	height: 100%;
	background: #f00;
}
#nav .edmond .edmond_child ul.edmond_width li.edmond_con{
	width: 34% !important;
	height: 100%;
	text-align: left;
}
#nav .edmond span{
	display: inline-block;
	width: 98px;
	height: 15px;
	margin-top: 13px;
	background-position: -34px -132px;
	float: left;
	margin-left: 10px;
}