@charset "utf-8";
/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}
html {
	overflow-x: hidden;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
body, div, ul, ol, li, dl, dd, dt, form, span, p, textarea, h1, h2, h3, h4, h5 {
	margin: 0 auto;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei";
	list-style: none;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	border: 0;
	outline: none;
	padding: 0;
}
select, input, textarea {
	border: 0;
	outline: none;
	padding: 0;
}
input::-moz-focus-inner {
    border: 0;
	outline: none;
	padding: 0;
}
input[type='text'], input[type='password'], textarea {
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.clear {
    font-size: 0;
    clear: both;
    overflow: hidden;
    height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*foot*/
.foot{
	width: 100%;
	height: 72px;
	padding: 58px 0;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #999;
}