
.head-pic {
	width:980px;
	margin:auto;
}
.head-pic .big-pic {
	position:relative;
	width:980px
}
.head-pic .big-pic .gray-bg {
	height:71px;
	width:980px;
	filter:alpha(opacity=75);
	opacity: 0.75;
	background:#361601;
	position:absolute;
	top:228px;
	left:0;
}
.head-pic .big-pic .to-describe {
	height:71px;
	text-align:center;
	width:980px;
	font-size:25px;
	color:#fff;
	line-height:140%;
	position:absolute;
	top:228px;
	left:0;
	z-index:2;
}
.head-pic .big-pic img {
	display:block;
	width:980px;
	height:480px;
}
.small-pic {
	margin:6px auto -6px;
	width:980px;
	height:60px;



}
.small-pic li {
	float:left;
	display:inline;
	width:110px;
	height:48px;
	margin-left:10px
}
.small-pic li img {
	display:block;
	margin:0 auto;
	width:110px;
	height:42px;
	border:1px solid #CACACA;
	padding:1px;

}
.small-pic li.on {

	/*background:url(on-bg.jpg) no-repeat top center;*/
}
.small-pic li.on img {
	border:2px solid #ffc527;
}
.pic-list1 {
	overflow:hidden;
	zoom:1;
	margin-top:15px;
	margin-left:-10px;
	height:134px;
}
.pic-list1 li {
	float:left;
	display:inline;
	width:132px;
	margin-left:26px;
}
.pic-list1 li img {
	display:block;
	border:1px solid #CECECE;
	margin-bottom:10px;
	width:130px;
	height:88px;
}
.pic-list1 li a {
	color:#4C4C4C;
	text-decoration:none;
}
.pic-list1 li a:hover {
	text-decoration:underline
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */