.productInfo_box .information_dl .swiper-wrapper img{
	width: auto;
	height: auto;
	max-width: 100%;
	
	max-height: 600px;
	vertical-align: middle;
transition: transform 1s;-moz-transition: transform 1s;-webkit-transition: transform 1s;-o-transition: transform 1s;-ms-transition: transform 1s;
}

.productInfo_box .information_dl .gallery-thumbs img{
	width: auto;
	height: auto;
	max-width: 90%;
	
	max-height: 90%;
	vertical-align: middle;
transition: transform 1s;-moz-transition: transform 1s;-webkit-transition: transform 1s;-o-transition: transform 1s;-ms-transition: transform 1s;
}
.productInfo_box .information_dl .swiper-slide img:hover{

}
.productInfo_box .information_dl .gallery-top{
	width: 100%;
	max-height: 100%;
	border:1px #eee solid;margin-bottom:20px
}
.productInfo_box .information_dl .gallery-top .swiper-slide{
	
	height: auto;
	text-align: center;
}
.productInfo_box .information_dl .gallery-thumbs{
	border-top: 1px solid #eee;
	height: 78px;
	padding: 0px 16px;
	border-bottom: 1px solid #eee;
}
.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 #eee;
	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 #eee;
	right: 0;
	top: 0;
	margin: 0;
}
.swiper-container .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
@media only screen and (max-width:767px)
{
.productInfo_box .information_dl .gallery-top{
   max-width:767px;
	max-height: 300px;

}
}