.productBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.productBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.productBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.productBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.productBox .prev,
.productBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 71px;
	height: 71px;
	background: url(../img/lunhuanjt.png) 0 0 no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.productBox .next {
	left: auto;
	right: 3%;
	background-position: -71px 0;
}

.productBox .prev:hover,
.productBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.productBox .prevStop {
	display: none;
}

.productBox .nextStop {
	display: none;
}

.productname{
	font-size: 1.875rem;
	color: #000;
	font-weight: bold;
}
.productzs{
	font-size:1.5625rem ;
	color: #4f4f4f;
	line-height: 2.8125rem;
}
.productlb{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	border-bottom: #07913a 3px solid;
	padding-bottom: 10px;
}
.otherproduct{
	margin-top:200px ;
}
.otherbt{
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}
.caption{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	background: #727272;
	margin-top: 3.125rem;
}
.captioncn{
	font-size: 1.375rem;
	font-weight: bold;
}
.captionen{
	font-family: arial;
	font-size: 1.1875rem;
	text-transform: uppercase;
}
.productdetail{
	font-size: 14px;
	color: #636363;
	line-height: 1.75rem;
	padding-top: 1.875rem;
	padding-bottom: 3.125rem;
}
@media only screen and (max-width: 1200px) {
	.otherproduct{
		margin-top: 100px;
	}
}
@media only screen and (max-width: 992px) {
	.otherproduct{
		margin-top: 65px;
	}
}
@media only screen and (max-width: 768px) {
	.productlb,.otherbt{
		font-size: 1.5rem;
	}
	.otherproduct{
		margin-top: 40px;
	}
}