.main .prod-list .prod-item {
	margin-bottom: 30px
}

.main .prod-list .prod-item .img-box {
	overflow: hidden
}

.main .prod-list .prod-item .img-box img {
	width: 360px;
	height: 282px;
	transform: scale(1);
	transition: .3s linear all
}

.main .prod-list .prod-item .name {
	height: 58px;
	background: #f2f2f2;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
	font-weight: bold
}

.main .prod-list .prod-item:hover .img-box img {
	transform: scale(1.1)
}

.main .prod-list .prod-item:hover .name {
	color: #ff6600
}

.main .prod-detail {
	padding-top: 60px
}

.main .prod-detail .prod-msg {
	display: flex;
	margin-bottom: 30px
}

.main .prod-detail .prod-msg .prod-left {
	width: 50%;
	height: 422px;
	overflow: hidden;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	padding: 5px;
	flex-shrink: 0
}

.main .prod-detail .prod-msg .prod-left .prod-images {
	height: 100%
}

.main .prod-detail .prod-msg .prod-left .prod-images .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%
}

.main .prod-detail .prod-msg .prod-right {
	box-sizing: border-box;
	padding: 5px 30px
}

.main .prod-detail .prod-msg .prod-right .intro {
	font-size: 16px;
}

.main .prod-detail .prod-msg .prod-right .name {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.main .prod-detail .prod-msg .prod-right .intro .name {
	font-size: 16px;
	color: #ff6600
}

.main .prod-form #form1 p {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 15px 0
}

.main .prod-form #form1 p input,.main .prod-form #form1 p textarea {
	width: 80%;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #e9e9e9
}

.main .prod-form #form1 p textarea {
	height: 120px
}

.main .prod-form #form1 p #btnSendForm1 {
	width: 200px;
	height: 42px;
	line-height: 42px;
	background-color: #ff6600;
	color: #ffffff;
	border-radius: 3px;
	margin-left: 42px
}

.main .prod-m .prod-pagi {
	width: 100%;
	overflow: hidden;
	line-height: 50px;
	background: #fff
}

.main .prod-m .prod-pagi .swiper-wrapper .swiper-slide {
	width: 33%
}

.main .prod-m .prod-pagi .swiper-wrapper .swiper-slide a {
	width: 100%;
	height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 .16rem
}

.main .prod-m .prod-pagi .swiper-wrapper .select a {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	color: #D40902
}

.main .prod-m .prod-pagi .swiper-wrapper .select a::after {
	content: "";
	width: 1.6rem;
	height: .053333rem;
	background: #D40902;
	position: absolute;
	bottom: .16rem;
	left: calc(50% - .8rem)
}

.main .prod-m .product-swiper {
	overflow: hidden;
	padding-bottom: .8rem;
	margin-bottom: .533333rem;
	background: #fff
}

.main .prod-m .product-swiper .swiper-wrapper .swiper-slide {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 15px
}

.main .prod-m .product-swiper .swiper-wrapper .swiper-slide .prod-item {
	width: calc(50% - .266667rem);
	margin-right: .533333rem;
	border-radius: .133333rem;
	overflow: hidden;
	box-shadow: 0 0 14px 2px rgba(0,0,0,0.08);
	margin-top: .533333rem
}

.main .prod-m .product-swiper .swiper-wrapper .swiper-slide .prod-item a {
	display: block;
	background: #fff
}

.main .prod-m .product-swiper .swiper-wrapper .swiper-slide .prod-item a img {
	width: 4.533333rem;
	/*height: 4.533333rem*/
}

.main .prod-m .product-swiper .swiper-wrapper .swiper-slide .prod-item a .name {
	font-size: 14px;
	line-height: 1.333333rem;
	color: #343434;
	box-sizing: border-box;
	padding: 0 .213333rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.main .prod-m .product-swiper .swiper-wrapper .swiper-slide .prod-item:nth-child(2n) {
	margin-right: 0
}

@media (max-width:1200px) {
	.main .prod-detail {
		padding-top: 20px
	}

	.main .prod-detail .prod-msg {
		display: flex;
		flex-direction: column;
		margin-bottom: 30px
	}

	.main .prod-detail .prod-msg .prod-left {
		width: 100%;
		height: 260px;
		overflow: hidden;
		border: 1px solid #e9e9e9;
		box-sizing: border-box;
		padding: 5px;
		flex-shrink: 0
	}

	.main .prod-detail .prod-msg .prod-left .prod-images {
		height: 100%
	}

	.main .prod-detail .prod-msg .prod-left .prod-images .swiper-wrapper .swiper-slide img {
		width: 100%;
		height: 100%
	}

	.main .prod-detail .prod-msg .prod-right {
		box-sizing: border-box;
		padding: 0
	}

	.main .prod-detail .prod-msg .prod-right .name {
		font-size: 20px;
		line-height: 22px;
		font-weight: bold;
		margin: 20px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.main .prod-detail .prod-msg .prod-right .intro .name {
		font-size: 16px;
		color: #ff6600
	}

	.main .prod-list .prod-item {
		margin-bottom: 30px
	}

	.main .prod-list .prod-item .img-box {
		overflow: hidden
	}

	.main .prod-list .prod-item .img-box img {
		width: 100%;
		height: 120px;
		transform: scale(1);
		transition: .3s linear all
	}

	.main .prod-list .prod-item .name {
		height: 38px;
		background: #f2f2f2;
		line-height: 38px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		box-sizing: border-box;
		padding: 0 10px
	}

	.main .prod-list .prod-item:hover .img-box img {
		transform: scale(1.1)
	}

	.main .prod-list .prod-item:hover .name {
		color: #ff6600
	}
}