@charset "gb2312";
/* CSS Document */
a, form, iframe, li, ul, p, body, div {
	margin: 0px;
	padding: 0px;
}
ul, li {
	list-style: none;
}
/*BOXcss*/
.box {
	width: 1000px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
}
.fl_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.db {
	width: auto;
	height: auto;
	min-width: 1000px;
}
/*栏目标题样式*/
.Lm_bt {
	float: left;
	text-align: center;
	width: auto;
	height: 100%;
	line-height: inherit;
}
/*更多样式*/
.more {
	float: right;
	height: 100%;
	line-height: inherit;
}
/*漂浮*/
.fl_lf {
	float: left;
}
.fl_rf {
	float: right;
}