/*wsx2017/2/13*/

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6,
 p, em, img, strong,b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "微软雅黑";
    margin:0;
    padding:0;
  
}
 h1, h2, h3, h4, h5, h6,em, strong,b, i{
 	font-weight: normal;
	/*font-size: 100%;*/
 }
dl, dt, dd, ol, ul, li{
	list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #6f6f6f;
	font-size: 14px;
}

/*万能清除浮动*/

.clear:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;} 
.clear{*zoom:1;}/*解决IE6 和 IE7 都不支持 :after 这个伪类*/