* {
	margin:0;
	padding:0;
	font-family: "微软雅黑";
}
p,h1,h2,h3,h4,h5,h6 {
	margin:0
}
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden; 
    overflow-y:auto;
}
body{
    width: 100%;
    min-height: 100%;
    background:#fff;
}
ul,li {
	list-style: none;
	margin-bottom: 0;
}
img {
	display: block;
	border:0;
}
a {
	text-decoration: none;
	color:#23272B;
	display: block;
}
a:hover {
	text-decoration: none;
	color:#23262E
}

.clearfix {
	clear: both;
}
i {
	font-style: normal;
}
#laypage {
	text-align: center;
    margin-top:20px
}
