
/*======================等比填充======================*/













.imgLift {
	float: left;
	width: 40%;
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin: 45px 5% 0px 0;
}
.imgLift .thumbSwiper {
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.imgLift .mySwiper {
	width: 88%;
	margin: 0 6%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.imgLift .mySwiper .swiper-slide {
	float: left;
	width: 23.5% !important;
	margin-right: 2%;
	text-align: center;
}
.imgLift .mySwiper .swiper-slide:last-child {
	margin-right: 0;
}
.imgLift .mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	border: 2px solid #eee;
	cursor: pointer;
	box-sizing: border-box;
}
.imgLift .mySwiper .swiper-slide.swiper-slide-thumb-active img {
	border: 2px solid #007cca;
}
.imgLift .mySwiper2 .swiper-slide img {
	display: flex;
	width: 100%;
	border: 2px #eee solid;
	box-sizing: border-box;
}
.imgLift .mySwiper2 .swiper-slide span {
	width: 100%;
}
.imgLift .thumbSwiper .swiper-button-prev {
	position: absolute;
	top: 50%;
	left: 0;
	width: 13px;
	height: 26px;
	background: url(../images/pro_left.png) center no-repeat;
	background-size: auto 26px;
	cursor: pointer;
	transform: translateY(-50%);
}
.imgLift .thumbSwiper .swiper-button-prev:hover {
	background: url(../images/pro_lefth.png) center no-repeat;
	background-size: auto 26px;
}
.imgLift .thumbSwiper .swiper-button-next {
	position: absolute;
	top: 50%;
	right: 0;
	width: 13px;
	height: 26px;
	background: url(../images/pro_right.png) center no-repeat;
	background-size: auto 26px;
	cursor: pointer;
	transform: translateY(-50%);
}
.imgLift .thumbSwiper .swiper-button-next:hover {
	background: url(../images/pro_righth.png) center no-repeat;
	background-size: auto 26px;
}


