@charset "utf-8";
*{padding:0;margin:0;}
a{text-decoration:none;cursor:pointer;}
.clr{clear:both;overflow:hidden;height:0;width:0;}

.relative{
	position: relative;
	width: 800px;
}
#home_bannera{text-decoration:none;cursor:pointer;}
#home_banner{max-width:800px;margin:0 auto;
background-color:#322E2B;
margin-bottom:100px;}
.maxwidth{
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#big_img{height:280px;background:no-repeat center}
#small_img{
	height: 70px;
	padding-top: 13px;
	position: absolute;
	width: 800px;
	background-color: #231C17;
	
}
#small_imgs{
	height: 70px;
	line-height: 70px;
	float: right;
	font-size: 22px;
	width: 650px;
	overflow: hidden;
}
#small_imgs .item{float:left;padding:0 10px;}
#small_imgs .item .img{cursor:pointer;width:60px;height:30px;padding-top:10px;}
#small_imgs .item .img img{width:60px;height:30px;}
#small_imgs .item .img img:hover{border:1px solid #ccc;border-radius:2px;}
.slide{
    margin: 0 0 100px;
}