@charset "utf-8";

/* css reset
--------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-size:12px;
	font-weight: normal;
	font-style:normal;
	text-align:left;
	font-family: "微软雅黑",verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#000;
}
html{
	height:100%;
	overflow:hidden;
}
body {
	height:100%;
	text-align:center;
}
img {
	border: none;
}
li{
	list-style: none;
}
select {
	border:1px solid #A9A9A9;
}
strong{
	font-weight: bold;
	color: #fff;
}
td{
	line-height: 24px;
}
img{
	vertical-align: middle;
}
video{
	max-width: 1280px;
	width: 100%;
}
a{
	cursor:pointer;
	outline:none;
	color: #000;
	text-decoration:none;
}
a:link {}
a:visited {}
a:active, a:hover {
	color: #886138!important;
}

/* 公共样式
--------------------------------------------------*/
.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
}