
* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	color: #676767;
}
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	background: #fff;
}
html, body {
	_background-image: url(about:blank);
	_background-attachment: fixed;
}
img {
	border: none;
}
img {
	vertical-align: middle;
}
li {
	list-style: none;
}
select {
	border: 1px solid #A9A9A9;
}
strong {
	font-weight: bold;
}
td {
	line-height: 24px;
}
img {
	vertical-align: middle;
}
video {
	max-width: 1280px;
	width: 100%;
}
a {
	cursor: pointer;
	outline: none;
	color: #000;
	text-decoration: none;
}
input {
	outline: none;
}
a:link {
}
a:visited {
}
a:active, a:hover {
	color: #ff9724!important;
}
/* 公共样式
--------------------------------------------------*/
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 清除浮动 */
.clearfix {
	display: block;
#zoom:1;/*ie6-ie7*/
}

.clearfix:after {
content: '';
overflow: hidden;
width: 100%;
height: 0px;
font-size: 0px;
margin: 0px;
padding: 0px;
display: block;
clear: both;
}