.img-center {
	text-align: center;
	font-size: 0;
}

.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.img-cover {
	overflow: hidden;
	position: relative;
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.pc-slide {
	float: left;
	width: 100%;
}
.view{
	border: 1px solid #ddd;
}
.view .swiper-slide .img-center {
	width: 100%;
	height: auto;
}

.view .swiper-container {
	width: 100%;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	margin: 0 30px;
}

.preview .swiper-slide .img-center {
	height: auto;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
}

.preview .arrow-left {
	background: #eee url(../images/feel3.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 25px;
	height: 100%;
	z-index: 10;
}

.preview .arrow-right {
	background: #eee url(../images/feel4.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	width: 25px;
	height: 100%;
	z-index: 10;
}

.preview .active-nav .img-center {
	border-color: #00214f;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 9;
}



@media screen and (max-width: 767px) {

	.pc-slide {
		float: none;
		width: auto;
	}

}