body,div,p,h1,h2,h3,h5,ul,ol,dl,dd{ 
	margin:0; 
	padding:0
}
body{ 
	min-width:1005px; 
	font-family:Microsoft YaHei; 
	font-size:12px; 
}
a,p,span,h3,h5{
	text-decoration: none;
	font-family:Microsoft YaHei; 
	font-size:12px; 
	color: #000;
}
li{
	list-style:none
}
.w1005{ 
	width:1005px; 
	margin:0 auto
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #000;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #000;
}

a{
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}
