@charset "utf-8";

.footer {
	width: 849px;
	height: 58px;
	
	background:url(../images/footer_bg.png) no-repeat;
}
.copyright {	
	float: left;
	margin-top: 18px;
	margin-left: 28px;
}
.copyright a {
	color: #1F6187;
	text-decoration: none;
}
.copyright a:hover {
	color: #144059;
}
.des_hos {
	float: right;
	margin-top: 18px;
	margin-right: 36px;
	
	text-align: right;
}
.des_hos a {
	color: #1F6187;
	text-decoration: none;
}
.des_hos a:hover {
	color: #144059;
}