

@import url("top.css");
@import url("footer.css");
/* CSS Document */
body,ul,li,ol,dl,dd,dt,tr,td,div,span,a,img,p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
body{
	font-family:Arial,"微软雅黑","Microsoft YaHei";
	color:#333;
	font-size:16px;
	background-color:#fff;

}
input,select{
	font-family:Arial,"微软雅黑","Microsoft YaHei"
}
ul,li{
	list-style:none;
}
a{
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());
	outline:none;
	cursor:pointer
}
img{
	border:0;
	max-width:100%;
}
.fl{
	float: left;
}
.fr{ float: right;}
.m_20{ margin-top: 20px;}
.m_30{ margin-top: 30px;}
a:focus, a:hover {
    color: #23527c !important;
    text-decoration: none;
}
.m_end{ margin-bottom: 0px !important;}
table, th, td {
  border: 1px solid black;
}