body {
	margin: 0 auto;
	font-size: 14px;
	background: #fff;
	/* background: url(../images/bg.jpg); */
}

ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}

img {
	border: 0px;
}

input {
	font-size: 14px;
	color: #545454;
}

select {
	font-size: 14px;
	color: #313131;
}

a {
	color: #363636;
	text-decoration: none;
}

a:hover {
	color: none;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}



body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: '宋体';
}

ul,
ol,
dl,
li,
dt,
dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #0c0c0c;
	cursor: pointer;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: none;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

img {
	border: none;
}


input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background:none;
	outline:none;
	border:none;
}

button{
outline:none;
}
*{
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
	color: #333;
	text-decoration: none;
}