.inner .main {
	float: left;
	width: 635px;
}
.inner .side {
	margin-left: 650px;
}
.mod-banner .tt {
	height: 216px;
	overflow: hidden;
}
.mod-banner .tt img {
	width: 100%;
	height: auto;
}
.mod-banner .bd ul {
	overflow: hidden;
}
.mod-banner .bd li {
	float: left;
	width: 50%;
	height: 36px;
	margin-right: -1px;
	margin-bottom: -1px;
	border-right: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
	line-height: 36px;
}
.mod-banner .bd li a {
	display: block;
	padding: 0 20px;
	color: #666;
}
.mod-banner .bd li a: hover {
	text-decoration: underline;
	color: #006e54;
}
.mod-list .bd ul {
	overflow: hidden;
}
.mod-list .bd li {
	height: 36px;
	margin-bottom: -1px;
	border-bottom: 1px dotted #eee;
	line-height: 36px;
}
.mod-list .bd li a {
	display: block;
	padding: 0 20px;
	margin-right: 90px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mod-list .bd li a: hover {
	text-decoration: underline;
	color: #006e54;
}
.mod-list .bd li span {
	float: right;
	padding-right: 15px;
	color: #999;
}
.mod-category .bd ul {
	overflow: hidden;
}
.mod-category .bd li {
	float: left;
	width: 25%;
	height: 36px;
	margin-right: -1px;
	margin-bottom: -1px;
	border-right: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
	line-height: 36px;
}
.mod-category .bd li a {
	display: block;
	padding: 0 20px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mod-category .bd li a: hover {
	text-decoration: underline;
	color: #006e54;
}
@media screen and (max-width: 767px) {
	.inner .main {
		float: none;
		width: auto;
	}
	.inner .side {
		margin-left: 0;
	}
	.mod-banner .tt {
		display: none;
	}
	.mod-banner .bd li a {
		padding: 0 15px;
	}
	.mod-list .bd li a {
		padding: 0 15px;
	}
	.mod-category .bd li {
		width: 50%;
	}
	.mod-category .bd li a {
		padding: 0 15px;
	}
}
.media-small .inner .main {
	float: none;
	width: auto;
}
.media-small .inner .side {
	margin-left: 0;
}
.media-small .mod-banner .tt {
	display: none;
}
.media-small .mod-banner .bd li a {
	padding: 0 15px;
}
.media-small .mod-list .bd li a {
	padding: 0 15px;
}
.media-small .mod-category .bd li {
	width: 50%;
}
.media-small .mod-category .bd li a {
	padding: 0 15px;
}
.topnav {
    background: url(../images/header_top.gif) repeat-x;height: 15px;
}
.pfooter{
    background: url(../images/footer_menu_bg.gif) repeat-x;height: 32px;
}
.footer {
    background: url(../images/footer_bg.gif) no-repeat;background-size: cover;
}