/*清除元素的内外边距*/
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{
	margin:0;padding:0
}

.banxin{
	width: 970px;
	margin:0 auto;
}

/*清除img标签的边框*/
img{
	border:0;
}

/*清除列表项前面的小图标*/
li{
	list-style: none;
}

/*设置整个页面的字体*/
body{
	font-family: Arial,"Microsoft YaHei", "SimSun";
	font-size: 14px;
}

/*设置所有的文本框和密码框=点击的时候外面=没有蓝框*/
input[type="text"],input[type="password"]{
	outline: none;
}

/*清除浮动塌陷对页面造成的影响*/
.clearfix:after{
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
}

.clearfix{
	zoom: 1;
}

.fl{
	float: left;
}
.fr{
	float: right;
}

a{
	text-decoration: none;
}