﻿.product_wrap {
	padding-top: 8rem;
	background-color: rgba(238, 238, 238, .5);
}

/* banner */
.product_swiper-container {
	width: 192rem;
	margin: 0 !important;
}

.product_swiper-wrapper {
	width: 100%;
	height: 100%;
}

.product_swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
}
product_label
.swiper-pagination-bullet {
	width: 2rem;
	height: 2rem;
	background-color: #ffffff;
	opacity: 0.2;
	margin: 1.5rem 0.75rem !important;
}

.swiper-pagination-bullet-active {
	width: 2rem;
	height: 2rem;
	background-color: #ffffff;
	opacity: 0.8;
}

/* 中心区域 */
.product_wrap_con {
	width: 120rem;
	margin: 0 auto;
	padding-bottom: 5rem;
}

.product_wrap_con>h5 {
	font-family: SourceHanSansCN-Regular;
	font-size: 2.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 7.5rem;
	height: 7.5rem;
	color: #787878;
	width: 120rem;
	margin: 0 auto;
	border-bottom: solid 0.1rem #d2d2d2;
}

.product_wrap_con_box {
	padding: 3.5rem 0;
	display: flex;
	justify-content: space-between;
}

.product_type_item {
	cursor: pointer;
	list-style: none;
	padding: 0 2rem;
	width: 23.5rem;
	height: 6rem;
	background-color: #7d7d7d;
	line-height: 6rem;
	margin-bottom: 0.8rem;
	font-family: SourceHanSansCN-Normal;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	display: flex;
	justify-content: space-between;
}

.product_type_item a {
	color: #ffffff !important;
}

.product_type_item img {
	width: 0.8rem;
	height: 1.2rem;
	margin-top: 2.4rem;
	vertical-align: middle;
}

.product_type_item:hover,
.product_type_item_active {
	background-color: #f39800;
}

.product_wrap_con_box_r {
	width: calc(29rem * 3 + 2.6rem);
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}

/* 单个产品 */
.product_show_item {
	padding: 0 4rem;
	text-align: center;
	width: 29rem;
	height: 39rem;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 2rem;
	margin-right: 1.2rem;
	cursor: pointer;
	box-shadow: 0px 0.1rem 0.8rem 0px rgba(6, 0, 1, 0.2);
}

.product_show_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.product_show_item:nth-child(3n) {
	margin-right: 0;
}

/* 单个产品图片 */
.product_img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 5rem));
}

.product_label {
	bottom: 0;
	max-width: 21.3rem;
	left: 4rem; 
	right: 4rem;
}

.product_img img {
	margin: 0 auto;
	max-width: 21.3rem;
	max-height: 25rem;
}

.product_img,
.product_label {
	position: absolute;
}

/* 单个产品介绍 */
.product_label P {
	font-family: MicrosoftYaHei;
	font-size: 1.6rem;
	font-weight: normal;
	font-stretch: normal;
	color: #252525;
	opacity: 0.7;
}

.product_label label {
	cursor: pointer;
	width: 9.5rem;
	display: inline-block;
	height: 2.8rem;
	border-radius: 360px;
	border: solid 0.1rem #27479c;
	font-family: MicrosoftYaHei;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #214592;
	margin: 2.7rem 0;
}

@media screen and (max-width: 1140px) {
	.product_wrap {
		padding-top: 9.3rem;
	}
	
	/* 中心区域 */
	.product_wrap_con {
		width: 160rem;
		padding-bottom: 8rem;
	}
	
	.product_wrap_con>h5 {
		font-size: 4.042rem;
		line-height: 14.5rem;
		height: 14.5rem;
		width: 160rem;
	}
	
	.product_wrap_con_box {
		padding: 6rem 0;
	}
	
	.product_type_item {
		padding: 0 3.7rem;
		width: 39.579rem;
		height: 10.274rem;
		line-height: 10.274rem;
		margin-bottom: 1rem;
		font-size: 3.032rem;
	}
	
	.product_type_item img {
		width: 1.347rem;
		height: 2.021rem;
		margin-top:4.13rem;
	}
	
	.product_wrap_con_box_r {
		width: 106.5rem;
	}
	
	/* 单个产品 */
	.product_show_item {
		width: 49rem;
		height: 65.853rem;
		padding: 0 6rem;
		margin-bottom: 6.4rem;
		margin-right: 8.5rem;
	}

	.product_show_item:nth-child(3n) {
		margin-right: 8.5rem;
	}
	
	.product_show_item:nth-child(2n),.product_show_item:nth-child(6n) {
		margin-right: 0rem;
	}
	
	
	/* 单个产品图片 */
	.product_img {
		transform: translate(-50%, calc(-50% - 7rem));
	}
	
	.product_label {
		max-width: 37rem;
		left:6rem;
		right:6rem;
	}
	
	.product_img img {
		max-width: 37rem;
		max-height: 42rem;
	}
	
	/* 单个产品介绍 */
	.product_label P {
		font-size: 2.695rem;
	}
	
	.product_label label {
		width: 14.484rem;
		height: 4.379rem;
		font-size: 2.695rem;
		line-height: 4.379rem;
		margin: 3.4rem 0;
	}
}
