*{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
}
html,body{
	overflow-x: hidden;
	max-width: 1920px;
	margin: auto;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
/*a:hover{
	text-decoration: none;
}
*/
/*清除浮动代码*/
.clearfloat:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden;
}
.clearfloat{
	zoom: 1;
}
.flex-image{
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}