@charset "utf-8";
.contactusdiv{
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.contactus_title{
	width:500px;
	height:30px;
	line-height:30px;
	border-bottom:1px #d8d8d8 dashed;
	font-weight:bold;
}
.contactus_ul{
	width:100%;
	overflow:hidden;
	list-style:none;
	margin-top:10px;
}
.contactus_ul li{
	clear:both;
	float:left;
	height:30px;
	line-height:30px;
}
.contactus_bg{
	background:url(../images/katong.gif) right bottom no-repeat;
}