/*http://www.kaiwo123.com*/
#DB_gallery ul,
#DB_gallery li {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#DB_gallery img {
	width: 80%;
	height: 80%;
	border: none;
	vertical-align: top;
}

.DB_prevPageBtn img{
	margin-top: 30px;
}
.DB_nextPageBtn img{
	margin-top: 30px;
}

#DB_gallery {
	width: 500px;
	float: left;
}

#DB_gallery .DB_imgSet {
	position: relative;
	width: 502px;
	height: 338px;
	overflow: hidden;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
}

#DB_gallery .DB_imgSet .DB_imgWin {
	height: 100%
}
#DB_gallery .DB_imgSet .DB_imgWin img{
	width: 100%;
	height: 100%;
}

#DB_gallery .DB_imgSet .DB_page {
	position: absolute;
	bottom: 0;
	font: 11px tahoma bold;
	padding: 5px;
	color: #ffffff
}

#DB_gallery .DB_imgSet .DB_page .DB_current {
	color: #ffff00
}

#DB_gallery .DB_imgSet .DB_page .DB_total {
	color: #ffcc00
}

#DB_gallery .DB_imgSet .DB_prevBtn {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	cursor: pointer;
	left: 0;
}

#DB_gallery .DB_imgSet .DB_nextBtn {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	cursor: pointer;
	right: 0;
}

#DB_gallery .DB_thumSet {
	white-space: nowrap;
	position: relative;
	margin-top: 10px;
	width: 500px;
	height: 80px;
	overflow: hidden;
	
}

#DB_gallery .DB_thumSet .DB_thumMove {
	position: relative;
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
}

#DB_gallery .DB_thumSet .DB_thumMove li{
	float: left;
	width: 86px;
	height: 80px;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	margin-right: 10px;
	/* margin-bottom: 10px; */
}

#DB_gallery .DB_thumSet .DB_prevPageBtn {
	position: absolute;
	top: 0;
	cursor: pointer;
	left: 0;
}

#DB_gallery .DB_thumSet .DB_nextPageBtn {
	position: absolute;
	top: 0;
	cursor: pointer;
	right: 1px;
}

#DB_gallery .DB_thumSet .DB_thumLine {
	position: absolute;
	width: 86px;
	height: 68px;
	border: 3px solid #ff0000;
	left: 0;
	top: 0;
}

#DB_gallery .DB_thumSet .DB_thumMove li img {
	width: 80px;
	height: 74px;
}
.chanpin_right_x {
	width: 958px;
	box-sizing: border-box;
	padding-top: 32px;
}
