.pc-slide {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.view .swiper-slide .imgauto {
	width: 100%;
	height: 450px;
	position: relative;
}
.view .swiper-slide .imgauto img {
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.view .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	width: 80%;
	margin: 0 10%;
	overflow: hidden;
}
.preview .swiper-slide {
	width: 22.5%;
	padding: 5px;
}
.preview .swiper-slide .imgauto {
	width: 100%;
	height: 100px;
	line-height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: block;
}
.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.pro {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0 30px;
}

.pro .img {
	float: left;
	display: inline-block;
	width: 500px;
}
@media screen and (max-width: 600px) {
    .pro .img {
        float: left;
        display: inline-block;
        width: 100%;
    }
    .pro .text{
        width: 100% !important;
        padding: 20px;
        box-sizing: border-box;
        	margin-right: 0px !important;
    }
}
.pro .text {
	float: right;
	display: inline-block;
	width: 350px;
	margin-right: 40px;
}

.pro .text h1 {
	font-size: 24px;
	padding-top: 20px;
}

.pro .text .desc {
	padding: 20px 0;
	height: 150px;
	font-size: 16px;
	line-height: 25px;
}

.pro .text .btn {
	width: 120px;
	height: 40px;
	background: #e6212a;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

.pro-content .tits {
	border-bottom: 1px solid #e1e1e1;
	height: 40px;
	width: 100%;
	font-size: 18px;
}

.pro-content .tits span {
	background: #e6212a;
	color: #fff;
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.pro-content .info {
	padding: 20px 0;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	width: 80%;
	margin: 0 10%;
	overflow: hidden;
}
.preview .swiper-slide {
	width: 22.5%;
	padding: 5px;
}
.preview .swiper-slide .imgauto {
	width: 100%;
	height: 100px;
	line-height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: block;
}
.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.preview .slide6 {
	width: 82px;
}
.preview img {
	padding: 1px;
}
.preview .active-nav .imgauto {
	border: 1px solid #e6212a;
}
.preview .arrow-left {
	background: url(../image/prev1.png) no-repeat left center;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../image/next1.png) no-repeat left center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}
