﻿.pc-slide {
	/* width: 500px; */
	margin: 0 auto;
}
.pc-slide img {
  width: 100%;
}

.view .swiper-container {
	/* width: 500px;
	height: 500px; */
}

.view .arrow-left {
	background: url(../image/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	top: 50%;
	/* margin-top: -25px; */
	width: 28px;
	height: 51px;
	z-index: 10;
  display: none;
}

.view .arrow-right {
	background: url(../image/index_tab_r.png) no-repeat left center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
  display: none;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	/* width: 430px; */
	/* height: 82px; */
	margin-left: 35px;
}

.preview .swiper-slide {
	width: 87px;
	/* height: 82px; */
	cursor:pointer;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(../image/an1L.gif) no-repeat left center;
	position: absolute;
	left: 10px;
	/* top: 50%;
	margin-top: -9px; */
	width: 20px;
	height: 100%;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../image/an1R.gif) no-repeat left center;
	position: absolute;
	right: 10px;
	/* top: 50%;
	margin-top: -9px; */
	width: 20px;
	height: 100%;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}