* {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, p, dl, dd {
	margin: 0;
	font-family: Microsoft Yahei;
	font-family: "microsoft yahei";
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
}
.clearfix {
	zoom:1;
}
a {
	text-decoration: none;
	color: #333333;
}
img {
	border: none;
	vertical-align: top;
}
.bl {
	display: block;
}
.inbl {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
input {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";/*font: 14px "microsoft yahei" ;*/
}
input:focus {
	outline: none;
}
select:focus {
	outline: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	vertical-align: top;
	list-style: none;
}
textarea {
	resize:none;
}
button, input, textarea {/*background: none; border:none;*/
	font-family:"Microsoft Yahei", Tahoma, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}/*input:focus{outline: none;}*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* 底部 */
.hdd {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#hd .hd-m {
	width: 1000px;
	margin: 0 auto;
}
.hd {
	width: auto;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	background-color: #eee;
}
.hd img {
	margin-left: 20px;
	margin-top: 10px;
}
#foot {
	width: 100%;
	height: auto;
	background-color: #25292C;
	background-repeat: repeat-x;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#foot-all {
	width: 948px;
	height: 60px;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	line-height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
#foot #foot-all a {
	color: #CCC;
	text-decoration: none;
}
/* 底部 */
#closeBtnL {
	font-weight:bold;
	background:#FFFBEE;
	border-radius:50%;
	display: block;
	width:20px;
	height:20px;
	font-size:16px;
	line-height:20px;
	top:0px;
	right:0;
	color:#000;
}
