@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body{
	background-color:#FFF;
	font-family: "宋体";
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

a,button,input{blr:expression(this.onFocus=this.blur());outline:none;}
/**清除浮动**/
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix{
	*zoom:1;
}
._clear{
	clear: both;
}
/***
  *删除元素display:inline-block;之间的空白
  *参考资料 http://ued.taobao.com/blog/2012/08/inline-block/
  */
.dib-wrap {
	font-size:0;
	*word-spacing:-1px;
}
.dib-wrap .dib{
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align:top;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	
	.dib-wrap{
		letter-spacing:-5px;
	}
}
.dib {
	display: inline-block;
	*display:inline;
	*zoom:1;
}
img,label,span,a,h1,h2,h3,h4,h5,h6,input{
	vertical-align: middle;
}
a{
	text-decoration:none;
        color:#000000;

}
img{
	border: none;
}