
/*设备展示*/
.sbzs {
	padding-bottom: 15px;
	background: #bcbaba;
	padding: 75px;
}
.sbzs h2.h2_title {
	margin-bottom: 10px;
}
.sbzs .sbzs_p1 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 35px;
}
.sbzs .sbzs_con {
	height: 470px;
	position: relative;
	padding-top: 20px;
	padding: 0 68px;
}
.sbzs .zg {
	height: 470px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.sbzs .zg .iteam {
	position: absolute;
	overflow: hidden;
}
.sbzs .zg .iteam span {
	display: block;
	background: #000;
}
.sbzs .zg .iteam img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.sbzs .zg .iteam.active span {
	padding: 5px;
	background: #ccc;
}
.sbzs .zg .iteam.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.sbzs .zg .iteam.active .item_p1 {
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
}
.sbzs .btn01 {
	position: absolute;
	left: 0;
	top: 140px;
	background: url(../images/jtl01.png) no-repeat center;
	width: 32px;
	height: 82px;
	cursor: pointer;
	z-index: 4;
}
.sbzs .btn02 {
	position: absolute;
	right: 0;
	top: 140px;
	background: url(../images/jtr01.png) no-repeat center;
	width: 32px;
	height: 82px;
	cursor: pointer;
	z-index: 4;
}
