*{
		margin: 0;
		padding: 0;
}
body,html{
	/*width: 100%;*/
	/*height: 100%;*/
	font-size:14px;
	font-family: 微软雅黑;
	min-width: 1280px;	
	position: relative;	
	/*overflow: hidden;*/

}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
/*a:hover{
	color: #ff4e00;
}*/
/*左浮*/
.fl{
	float: left;
}
/*右浮*/
.fr{
	float: right;
}
/*清除浮动*/
.clearfix::after{
	content:'.';
	display: block;
	height: 0;
	line-height: 0px;
	clear:both;
	visibility: hidden;
    overflow: hidden;
}
.clearfix{
	*zoom: 1;
}			

/*设置图片下边框无间隙*/
img{
	vertical-align: bottom;
}
/*去除标题标签加粗效果*/
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
input{
	border:none;
	outline:none;
}
/*初始化要样式结束*/

/*版心*/
.w{
	width: 1200px;
	margin: 0 auto;
}			