
/*菜单class*/
.Menubox {
	width: 100%;
	background: #fff;
	height: 40px;
	line-height: 40px;
}
.Menubox ul {
	margin: 0px;
	padding: 0px;
}
.Menubox li {
	float: left;
	display: block;
	cursor: pointer;
	width: 33%;
	text-align: center;
	color: #464646;
	font-weight: bold;
	font-size: 18px;
}
.Menubox li.hover {
	padding: 0px;
	background: #cf000e;
	width: 34%;
	color: #ffffff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}
.Contentbox {
	clear: both;
	margin-top: 0px;
	border-top: none;
	padding-top: 30px;
}
-->
/*一流素材网www.16sucai.com*/
