/* CSS for Body | Written by IKKI | 2010-05-24 */

/* 公共标签 ------------------------------ */
body, h1, h2, h3, h4, h5, h6, p, br, hr, address, frame, form, fieldset, ul, ol, li, dl, dt, dd, img, table, tr, th, td {
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, input, textarea, button, select, label, table, tr, th, td {
	font-family: simsun;
	font-size: 12px;
}

p {
	line-height: 18px;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #c33;
	text-decoration: underline;
}

ul, ol, li, dl, dt, dd {
	list-style: none;
}

em {
	font-style: normal;
}

img {
	border: none;
	vertical-align: middle;
}

/* 公共样式表 ------------------------------ */

/* 浮动 */
.fix2 {
	zoom: 1;
}

.fix2:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.clr {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.fl { float: left;}

.fr { float: right;}

/* 显示隐藏 */
.show {}

.hide { display: none;}

/* 其他 */
.more {
	float: right;
	width: 29px;
	height: 9px;
	background: url(../_img/icon/more.gif) no-repeat 0 -11px;
	font-size: 0;
}

/* 公共框架 ------------------------------ */
body {
	text-align: center;
	color: #666666;
	background-color:#E1E1E1;
}

.all {
	margin: 0 auto;
	width: 1002px;
	text-align: left;
	background-color:#ffffff;
	
}
.cursor
{
	cursor: hand;
}


