body{
	/* background: url(../Images/bg01.jpg) no-repeat fixed center top transparent; */
	background: #f6f6f6;
	font-size: 1em;
	color: #333333;
	text-align: center;
}
img,li{
	vertical-align: middle;
}
a{color: #333333;text-decoration:none;}a:hover{color: #ea792b;}
#page{
	text-align: left;
	width: 96%;
	overflow: hidden;
	margin: 0 auto 15px;
}
#hd{
	width: 96%;
	height: 60px;
	line-height: 60px;
	padding: 0 2%;
	font-size: 1.2em;
	font-weight: bold;
}
#hd .icon{
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin: 10px 10px 0 0;
	background: #ea792b;
	border-radius: 50%;
}
#cates{
	width: 96%;
	padding: 15px 2% 20px 2%;
	overflow: hidden;
	margin-top: 10px;
}
#cates .item{
	width: 100%;
	overflow: hidden;
	margin-bottom: 3px;
}
#cates .cate-1{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	background: #eeeeee;
	padding-left: 10px;
}
#cates .item .cate-1 img{
	width: 12px;
	margin: 22px 15px 0 0;
	float: right;
}
#cates .cate-2{
	display: block;
	width: 96%;
	height: 50px;
	line-height: 50px;
	background: #ffffff;
	margin: 2px 0;
	padding: 0 0 0 4%;
}
#cates .item .cate-2 img{
	width: 12px;
	margin: 17px 5px 0 0;
	float: right;
}
#cates .cate-selected{
	color: #ffffff;
	background: #ea792b;
}
#cates .cate-selected a{
	color: #ffffff;
}