html{
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;

}
fieldset, img{
	border:0;
}
input,select,textarea{
	outline:none;
}
textarea{
	resize:none;/*规定用户是否可以调整元素的大小,为none不可以，为both，用户可调整元素的高度和宽度*/
}
a{
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul ,li{
	list-style:none;
}
div,li{
	box-sizing: border-box;
}
caption,
th {
	text-align:left;
}
@font-face { 
font-family: 'hb';
src:url(font/IMPACT.TTF) format('truetype'); 
font-weight: normal; 
font-style: normal 
}

/* 清除浮动*/
.clearfix{
	clear:both
}
.left{
	float: left;
}
.right{
	float: right;
}
.o_hidden{
	overflow:hidden;
    position:relative;
}
.disnone{
	display: none;
}

body,html{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family:"微软雅黑";
font-size:#333;
}

a{
	color: #333;
	font-size: 14px;
}
.img
{
width:100%;
display:block;
}