@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-size:14px;
}
a {
	text-decoration:none;
}
.scroll {
	width:1184px;
	height:760px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.picbox {
	width:1194px;
	height:684px;
	overflow:hidden;
	position:relative;
}
.picbox ul {
	height:684px;
}
.piclist {
	position:absolute;
	left:0px;
	top:0px;
}
.piclist li.goodlist {
	width:388px;
	height:332px;
	margin:0 10px 10px 0;
	float:left;
	position:relative;
	overflow:hidden;
}
.piclist li.goodlist img {
	width:382px;
	height:326px;
	border:3px solid #d9d9d9;
	vertical-align:bottom;
}
.swaplist {
	position:absolute;
	left:-10000px;
	top:0px;
}
.og_prev, .og_next {
	width:60px;
	height:60px;
	background:url(../Image/btn.png) no-repeat;
	position:absolute;
	bottom:0px;
	z-index:99;
	cursor:pointer;
}
.og_prev {
	background-position:0 0;
	left:480px;
}
.og_prev:hover {
	background-position:0 -60px;
}
.og_next {
	background-position:-60px 0;
	right:480px;
}
.og_next:hover {
	background-position:-60px -60px;
}
.goodlist img.pics {
	width:85px;
	height:135px;
	float:left;
	background:#fff url(../Image/loading.gif) center center no-repeat;
}
.exchange{
	width:388px;
	height:137px;
	background:rgba(20,147,65,.8);
	text-align:center;
	line-height:137px;
	font-size:18px;
	color:#fff;
	margin-top:-137px;
	position:absolute;
	z-index:999;
}
