* {
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	list-style:none;
	font-family: "思源黑体 CN Light";
}
a {
	font-size: 16px;
}
p {
	font-size: 16px;
}
li{
	font-size: 16px;
}

#menu {
	padding: 4%;
}
#menu h2 {
	color: #000000;
	text-align: center;
	padding-top: 4%;
}
#menu img {
	width:23px;	
	float:right;
	margin-top:-8%;
}
#menu ul {
margin-top:10%;
}
#menu a {
	font-weight:bold;
	color: #333333;
	display:block;
	line-height:30px;
	width:100%;
	height:auto;
}
#menu ul li{
	padding:4% 0 4% 0;
	border-bottom:1px solid #000000;
	line-height:30px;
	-webkit-transition: all .5s linear .2s;  
    transition: all .2s linear .2s;  
}
