/* 代码整理：时代Java NowJava.com */
* {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
}
ul, li {
	list-style:none;
}
img {
	border:none;
}
.head-pic {
	width:360px;
	height:300px;
	margin:20px auto;
}
.head-pic .big-pic {
	position:relative;
	width:100%;
}
.head-pic .big-pic .gray-bg {
	height:71px;
	width:360px;
	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:360px;
	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:358px;
	height:298px;
	border:1px solid #A19383;
}
.small-pic {
	margin:9px 0 0 -6px;
}
.small-pic li {
	float:left;
	display:inline;
	width:68px;
	height:58px;
	margin-left:5px;
	padding-top:8px;
}
.small-pic li img {
	display:block;
	margin:0 auto;
	width:62px;
	height:52px;
	border:1px solid #CACACA;
	padding:1px;
	background:#fff;
}
.small-pic li.on {
	padding-top:7px;
	background:url(../images/on-bg.jpg) no-repeat top center;
}
.small-pic li.on img {
	border:2px solid #8EB73D;
}
.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
}
/* 代码整理：时代Java NowJava.com */