/* 整体 */
.product_wrap {
	width: 75rem;
	padding-top: 8.5rem;
	padding-bottom: 9rem;
}

/* 轮播图 */
.swiper{
	width: 75rem;
	height: 35rem;
}

.swiper-slide img{
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	width: 0.9rem;
	height: 0.9rem;
	background-color: #fff;
	opacity: 0.2;
	margin: 1.5rem 0.75rem !important;
}

.swiper-pagination-bullet-active {
	width: 0.9rem;
	height: 0.9rem;
	background-color: #ffffff;
	opacity: 0.8;
}

/* 产品分类 */
.product_type{
	width: 75rem;
	background-color: rgba(238,238,238,.55);
	padding: 0 5rem;
}

/* 小标题 */
.product_type_title{
	font-family: SourceHanSansCN-Regular;
	font-size: 3rem;
	line-height: 7.5rem;
	font-weight: bold;
	color: #313131;
}

/* 产品分类 */
.product_type_wrap{
	display: flex;
	flex-wrap: wrap;
}
.product_type_item{
	width: 31.5rem;
	height: 7rem;
	background-color: #ffffff;
	border-radius: 0.5rem;
	margin-right: 2rem;
	margin-bottom: 2rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	line-height: 7rem;
	color: #717171;
	display: flex;
}

.product_type_item_active{
	background-color: #0068b7;
	color: #fff;
}

.product_type_item > div{
	width: 7rem;
	height: 7rem;
	position: relative;
}

.product_type_item img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 4rem;
	max-width: 4rem;
	margin-left: 1rem;
}
.product_type_item  p{
	width: calc(100% - 10rem);
	text-align: center;
}
.product_type_wrap a:nth-child(2n) .product_type_item{
	margin-right: 0;
}


/* 产品展示 */
.product_show_box{
	display: flex;
	flex-wrap: wrap;
}

.product_show_item{
	width: 31.5rem;
	height: 42rem;
	background-color: #ffffff;
	margin-right: 2rem;
	margin-bottom: 2rem;
	position: relative;
}
.product_show_item  img{
	max-width: 29rem;
	max-height: 35rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50% - 2rem ));
}
.product_show_item  p{
	width: 25rem;
	font-family: MicrosoftYaHei;
	text-align:center;
	font-size: 2rem;
	line-height: 1;
	color: #252525;
	opacity: 0.7;
	position: absolute;
	bottom: 3.4rem;
	left: 50%;
	transform: translateX(-50%);
}

.product_show_box a:nth-child(2n) .product_show_item{
	margin-right: 0;
}

/* 加载更多 */
.product_more{
	width: 22rem;
	margin: 0 auto;
	text-align: center;
	padding: 3rem 0;
	font-family: SourceHanSansCN-Normal;
	font-size: 1.8rem;
	line-height: 4.17rem;
	letter-spacing: 0.02rem;
	color: #767676;
}

.product_more img{
	width: 1.8rem;
	height: 1.5rem;
}