/*通用样式*/
body,html,p,ul,li,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,img{
	margin:0;
	padding:0;
}
ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color:#222596;
	text-decoration: none;
}
input{
	outline: none;
}
body,html{
	font-size:14px;
	color:#666;
	font-family:"微软雅黑","黑体";
	background:#fff;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
.lf{
	float:left;
}
.rt{
	float:right;
}
.clear{
	clear:both;	
}
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.index{
	overflow: hidden;
}
img{
	display: inline-block;
	border:none;
}
button{
	font-family: "Microsoft YaHei" ,"微软雅黑","黑体";
}

/**************************************通用样式结束************************************/