@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/1.5 微软雅黑, 黑体, Arial, Helvetica, sans-serif;
	color: #333;
}

table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	font-weight: normal;
	text-align: left;
}

ul,ol,li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

input,select,textarea {
	vertical-align: middle;
	font: 12px/1.5 微软雅黑, 黑体, Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
}

b,i,strong {
	font-weight: normal;
	font-style: normal;
}

img {
	border: 0;
}
/*公共样式*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	overflow: hidden;
	zoom: 1
}

.clear {
	clear: both
}

.Wrap1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.Wrap1126 {
	width: 1126px;
	margin: 0 auto;
	position: relative
}

.MarTop12 {
	margin-top: 12px;
}

.MraTop24 {
	margin-top: 24px;
}

.Page {
	text-align: center;
	padding: 30px 0;
}

.Page a {
	display: inline-block;
	margin: 0 5px;
	color: #000;
	padding: 2px 7px;
	border: 1px solid #7d7d7d
}

.Page a.curpage {
	background: #000;
	color: #fff;
}