

.pc-slide{
	position: relative;
}


.view .swiper-container {
	/* width: 460px;
	height: 365px; */
}

.view .swiper-container img {
	width: 100%;
}

.view .arrow-left {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
}

.view .arrow-right {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
}

.preview {
    width: 215px;
    position: absolute;
    right: -740px;
    bottom: 100px;
}

.preview .swiper-container {
	width: 480px;
	height: 100px;
	margin-left: 35px;
}

.preview .swiper-slide {
	width: 120px;
	height: 72px;
	cursor: pointer;
	margin-right: 60px;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	z-index: 10;
}

.preview .arrow-right {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	z-index: 10;
}

.preview img {
	padding: 1px;
	opacity: 0.6;
}

.preview .active-nav img {
	padding: 0;
}
