/* 鏍峰紡鍒濆鍖� */
body,
h1,
h2,
h3,
p,
ul,
form,
input,
dl,
div,
dd,
textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	
}
input{
	
	outline: none;
}
ul {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input {
	border: 0 none;
}
img {
	border: 0 none;
	vertical-align: middle;
}
body {
	font: 12px "微软雅黑";
	background-color: #fff;
	
}

/* 鍏敤鏍峰紡 */

* {
	padding: 0;
	margin: 0;
}

.head {
	height: 36px;
	background-color: #f6f6f6;
	line-height: 36px;
	border-bottom: 1px solid #ded6d4;
}

ul,
li {
	list-style: none;
}
.m12{
	min-width: 1200px;
}
.w{
	width: 1200px;
	margin: 0 auto;
}
.dan{
	overflow:hidden;
text-overflow:ellipsis; 
white-space:nowrap; 
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.m12{
	min-width: 1200px;
	margin: 0 auto;
}
.scrollContent span.dh{
	transition: all 0.4s;
}
.clearfix:after{
	display: table;
	content: '';
	clear: both;
	
}
