@import "nav.css";
.nav-wrap{
    position: fixed;
}
.pc-slide {
	width: 970px;
	margin: 0 auto;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btn-close{
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/close.png) no-repeat;

}
.view .swiper-container {
	width: 970px;
	height: 530px;
}

.view .arrow-left {
	background: url(../img/slide/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../img/slide/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 670px;
	margin: 10px auto 0;
	position: relative;
}

.preview .swiper-container {
	width: 610px;
	height: 102px;

}

.preview .swiper-slide {
	width: 205px;
	height: 102px;
    position: relative;
}
.item{
    width: 180px;
    position: relative;
}
.preview .swiper-slide img{
    width: 100%;
    height: 100px;
}
.preview .swiper-slide .btn-go{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 43px;
    height: 43px;
    background: url(../img/slide/btn-go.png) no-repeat;
}
.preview .slide6 {
	width: 180px;
}

.preview .arrow-left {
	background: url(../img/slide/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../img/slide/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}
.swiper-slide{
    text-align: right;
}
