/* CSS Document */
html,
body {
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
}

html {
	background: #F4F4F4;
	background-attachment: fixed;
}

body {
	max-width: 960px;
	margin: 0 auto;
	/*    overflow-x: hidden;*/
}


ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
a{
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	color: #FF0000;
}

a:active {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a.hidefocus {
	outline: none
}



input[type=text],
input[type=button],
input[type=submit] {
	-webkit-appearance: none;
	outline: none;
}

button {
	border: 0;
	outline: none;
	cursor: pointer;
}

input {
	outline: none
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}


i{font-style: normal;}
u{text-decoration: none;}