@charset "utf-8";



.scroll {
	width:1300px;
	margin:0 auto;
	position:relative;
	overflow:hidden;

}
.picbox {
	width:1200px;
	height:730px;
	overflow:hidden;
	position:relative;
	margin:auto 50px;
}
.picbox ul {
	height:730px;
	padding-top:5px;
}
.piclist {
	position:absolute;
	left:0px;
	top:0px;
}
.piclist li.goodlist {
	width:400px;
	margin:10px 0;
/*	padding:0px 3px;*/
/*	margin-right:-3px;*/
	float:left;
}
.piclist li.goodlist img {
	width:380px;
	height:300px;
}
.piclist li.goodlist a {
	color:#000;
	font-size:15px;
	text-align:center;
	line-height: 50px;  
}
.piclist li.goodlist a:hover {
	color:#ff0000;
}
.swaplist {
	position:absolute;
	left:-3600px;
	top:0px;
}
.og_prev, .og_next {
	width:30px;
	height:60px;
	background:url(../images/btn.png) no-repeat;
	position:absolute;
	top:317px;
	z-index:99;
	cursor:pointer;
}
.og_prev {
	background-position:0 0;
	left:0px;
}
.og_prev:hover {
	background-position:0 -60px;
}
.og_next {
	background-position:-30px 0;
	right:0px;
}
.og_next:hover {
	background-position:-30px -60px;
}
.goodlist img.pics {
	width:380px;
	height:300px;
	float:left;
	background:#fff url(../images/loading.gif) center center no-repeat;
}
.goodlist dl {
	float:right;
	width:130px;
	overflow:hidden;
}
.goodlist dl dt {
}
.goodlist dl dt a.title {
	width:100%;
	height:22px;
	line-height:22px;
	display:block;
	color:#363636;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.goodlist dl dt span.en {
	width:100%;
	height:22px;
	line-height:22px;
	display:block;
	color:#666;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.goodlist dl dt span.change-price {
	font-weight:bold;
	color:#D63C3C;
	padding-right:5px;
}
.goodlist dl dt span.max-price {
	color:#999;
	text-decoration:line-through;
}
.goodlist dl dt a.exchange {
	font-size:12px;
	padding:4px 10px;
	text-align:center;
#padding-top:6px;
#padding-bottom:2px;
	color:#fff;
	display:none;
	text-decoration:none;
	background:#C75151;
	float:left;
	border-radius:2px;
}
.goodlist dl dt a.exchange:hover {
	background:#973434;
}
.goodlist dl dt p {
	padding:5px 0;
}