@charset "UTF-8"; 

.pc-slide {
	width: 640px;
	margin: 0 auto;
	position:relative;
}
.pc-slide12 {
	width: 460px;
	margin: 0 auto;
	position:relative;
}
.view .swiper-container {
	width: 450px;
	height: 324px;
}
.view .swiper-container1 {
	width: 420px;
	height: 324px;
}
.view .arrow-left {
	background: url(images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 40%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 40%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.preview .swiper-container {
	width: 460px;
	height: 82px;
	margin-left: 38px;
}

.preview .swiper-slide {
	width: 110px;
	height: 72px;
	cursor:pointer;
	padding:3px;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 40%;
	margin-top: -9px;
	width: 22px;
	height: 32px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 40%;
	margin-top: -9px;
	width: 22px;
	height: 32px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}