a {
	color: #3e3e3e;
	display: block;
}
a:hover, a:visited, a:link, a:active {
	color: #3e3e3e;
	text-decoration: none;
}
.nav-top {
	background: #e3edee;
	text-align: center;
	height: 40px;
}
.nav-top .img-left {
	position: absolute;
	left: 10px;
}
.nav-top span {
	line-height: 40px;
	font-size: 16px;
}
.green {
    color: #22ac38;
}
.box {
	background: #fff;
	margin-top: 20px;
	padding: 20px 0 5px 0;
}
.title {
	border: 1px dashed #5fc325;
	width: 90%;
	margin: auto;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
}
.title p {
	margin: 0;
}
.content {
	width: 90%;
	margin: auto;
	text-align: center;
}
.content:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.inner-box1 {
	width: 26%;
	font-size: 14px;
	margin-top: 20px;
	float: left;
	text-align: center;
}
.inner-box1 img {
	width: 80%;
	margin-top: 10px;
}
.inner-box1 p {
	margin: 10px 0;
}
.inner-box1 div {
	line-height: 30px;
	color: #fff;
}
.left50 {
	float: left;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.right50 {
	float: right;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ordering {
	margin-top: 20px;
}
.aa {
	font-weight: bold;
	font-size: 18px;
}
.bb {
	font-size: 12px;
}
.left33 {
	float: left;
	width: 33.33%;
	margin-right: -33.33%;
	margin-top: 10px;
}
.right33 {
	float: right;
	width: 33.33%;
	margin-left:-33.33%;
	margin-top: 10px;
}
.center33 {
	width: 33.33%;
	margin-right: 33.33%;
	margin-left: 33.33%;
	padding-top: 10px;
}