* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Microsoft YaHei','Courier New', monospace;
	font-size: 14px;
	width: 100%;
	max-width: 1920px;
	min-width: 1290px;
    height: auto;
    font-family: 微软雅黑;
    overflow-x: hidden;
    position: relative;
    margin: 0px auto;
    padding: 0px;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
ol,
ul {
	list-style: none;
}
a {
	text-decoration: none;
}