.productInfo_box .information_dl .swiper-slide img{
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}
.productInfo_box .information_dl .gallery-top{
	width: 100%;
	height: auto;
}
.productInfo_box .information_dl .gallery-top .swiper-slide{
	line-height: 600px;
	height: 600px;
	text-align: center;
}
.productInfo_box .information_dl .gallery-thumbs{
	border-top: 1px solid #eee;
	height: 78px;
	padding: 0 16px;
}
.productInfo_box .information_dl .gallery-thumbs .swiper-slide{
	line-height: 78px;
	text-align: center;
	height: 78px;
	box-sizing: border-box;
	border: 1px solid #eee;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productInfo_box .information_dl .gallery-thumbs .swiper-slide-thumb-active{
	border: 1px solid #ed6d00;
}
.productInfo_box .information_dl .swiper-button-next.swiper-button-disabled{
	opacity: 1;
}
.productInfo_box .information_dl .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.productInfo_box .information_dl .swiper-button-prev{
	height: 78px;
	width: 16px;
	background: url(../images/jtz.png) no-repeat center #fafafa;
	left: 0;
	top: 0;
	margin: 0;
}
.productInfo_box .information_dl .swiper-button-next{
	height: 78px;
	width: 16px;
	background: url(../images/jty.png) no-repeat center #fafafa;
	right: 0;
	top: 0;
	margin: 0;
}