/*css reset*/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl {
	margin: 0;
}
h3 {
	font-weight: normal;
}
ol, 
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font: 14px arial,"微软雅黑";
}
a{
	text-decoration: none;
	color: #000;
}
em {
	font-style: normal;
}
img {
	border: none;
	vertical-align: top;
	outline: none;
}
textarea {
	resize: none;
	outline: none;
}
input {
	margin: 0;
	border: none;
	outline: none;
}
.clearFix:after {
	content: '';
	display: block;
	clear: both;
}
.clearFix {
	zoom:1;
}
.warp {
	overflow: hidden;
	width: 1300px;
	margin: 0 auto;
}
table {
	border-collapse: collapse;
}
th,
td,
tr {
	padding: 0;
	margin: 0;
}
td {
	border: 1px solid #f0d5e7;
	height: 40px;
	line-height: 1;
}
/*-----------css reset end--------------*/