.details_con {
	padding-top: 105px;
}

.details_con .intro_tit {
	width: 100%;
}

.pc-slide {
	width: 93%;
	margin: 0 auto;
	padding-top: 52px;
	padding-bottom: 42px;
}

.view {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

.view .swiper-container {
	width: 100%;
	height: auto;
}

.view .swiper-slide {
	width: 100%;
	height: auto;
}

.view .swiper-slide img {
	width: 100%;
	height: auto;
}

.dtls_intro {
	padding-top: 10px;
	line-height: 54px;
	font-size: 18px;
	color: #000;
	text-indent: 2em;
}

.view .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	z-index: 10;
}

.view .arrow-left:hover {
	opacity: .7;
}

.view .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	z-index: 10;
}

.view .arrow-right:hover {
	opacity: .7;
}

.preview {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	position: relative;
}

.preview .swiper-container {
	height: auto;
	margin-left: 35px;
	margin-right: 35px;
}

.preview .swiper-slide {
	width: 15.8%;
	height: auto;
	margin-right: 1%;
	cursor: pointer;
}

.preview .swiper-slide img {
	width: 100%;
	height: auto;
}

.preview .slide6 {
	margin-right: 0;
}

.preview .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25.5px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview .arrow-left:hover {
	opacity: .7;
}

.preview .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25.5px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview .arrow-right:hover {
	opacity: .7;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 3px solid #f9781f;
}

@media screen and (max-width:767px) {
	.details_con {
		padding-top: 85px;
	}
	.pc-slide {
		width: 100%;
		padding-top: 25px;
		padding-bottom: 22px;
	}
	.preview .arrow-left {
		width: 12px;
		left: 10px;
	}
	.preview .arrow-right {
		width: 12px;
		right: 10px;
	}
	.view .arrow-left,.view .arrow-right{
		top:35%;
	}
	.view .swiper-slide p{
		line-height: 34px;
	}
}