

/*产品详情*/

.product-show {
	background: #f5f5f5;
	width: calc(100% - 60px);
	margin: 0 auto;
	overflow: hidden;
}

.product-show .fl {
	padding-top: 170px;
	width: 70%;
	box-sizing: border-box;
	padding-left: 60px;
}

.slt {
	height: 600px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.slt .swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	width: calc(100% - 100px);
	height: 600px;
	float: right;
}

.gallery-top .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery-thumbs {
	height: 350px;
	box-sizing: border-box;
	width: 80px;
	float: left;
	margin-top: 125px;
}

.gallery-thumbs .swiper-slide {
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	opacity: 1;
	position: relative;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	overflow: hidden;
}

.gallery-thumbs .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
	position: relative;
	border: 1px solid #e60039;
}

.product-show .fr {
	width: 30%;
	padding-top: 170px;
}

.product-show .fr dl {
	padding: 30px 0;
	border-bottom: 1px solid #d9d9d9;
	width: 480px;
	margin: 0 auto;
}

.product-show .fr dl:nth-child(3) {
	border-bottom: none;
}

.product-show .fr dl:nth-child(4) {
	border-bottom: none;
}

.product-show .fr dt {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 18px;
}

.product-show .fr dt span {
	font-size: 18px;
}

.product-show .fr dd {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.product-show .fr dl a.down {
	display: block;
	width: 190px;
	height: 50px;
	background: #f39203;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	line-height: 50px;
	padding: 0 22px;
}

.product-show .fr dl a.down:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/down-icon.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7.5px;
}

.product-back a.back {
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	background: #e60039;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}

.product-more {
	background: #f5f5f5;
	padding: 75px 0;
}

.product-more .title {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 75px;
}

.product-more .p-list2 li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.product-more .p-list2 li:nth-child(4n) {
	margin-right: 0;
}

.product-more .p-list2 li .img {
	width: 100%;
	overflow: hidden;
}

.product-more .p-list2 li .img img {
	display: block;
	width: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}

.product-more .p-list2 li .ms {
	padding: 30px 0;
}

.product-more .p-list2 li .ms p {
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

.product-more .p-list2 li .ms span {
	color: #666666;
	font-size: 14px;
}


@media (max-width:1280px) {
	.product-show .fl {
		padding-left: 20px;
	}
}

@media (max-width: 1100px) {}

@media (max-width:1024px) {
	.product-show {
		width: 96%;
	}
	.product-show .fl {
		width: 96%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	.product-show .fr {
		width: 96%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	.slt {
		height: auto;
	}
	.gallery-top {
		/*width: 600px;*/
		width: 100%;
		height: 600px;
		float: none;
		margin: 20px auto;
	}
	.gallery-thumbs {
		width: 100%;
		float: none;
		margin-top: 20px;
		height: auto;
	}
	.gallery-thumbs .swiper-slide {
		display: inline-block;
		height: 220px;
	}
	.product-show .fr dl {
		width: 100%;
	}
	.product-more .p-list2 li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	/*新加样式表*/
	.about3 .wzms dl {
		width: 50%;
	}
	.about3 .wzms dt {
		min-width: 80px;
		text-align: left;
	}
}

@media (max-width:768px) {
	
}

@media (max-width:640px) {
	
	.gallery-top {
		/*width: 300px;*/
		width: 100%;
		height: 300px;
	}
	.gallery-thumbs .swiper-slide {
		height: 140px;
	}
}

@media (max-width:375px) {

	.gallery-thumbs .swiper-slide {
		height: 80px;
	}
	.section .content .wordc a.xq {
		display: none;
	}
}