#page3 {
	background-color: rgba(238, 238, 238, .55);
}

/* 第三屏热销产品  HOT-SALE PRODUCT */

.page3_title{
	display: flex;
	justify-content: space-between;
}
.page3_title p{
	font-family: SourceHanSansCN-Bold;
	font-size: 3rem;

	line-height: 1;
	
	color: #1a1c1d;
}
.product_represent_wrap{
	display: none;
}
.page3_title p span{
	text-indent: 1em;
	display: inline-block;
	font-family: ArialMT;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.12rem;
}
.product_more{
	width: 8.1rem;
	letter-spacing: 0.5rem;
	border: solid 1px #a0a0a0;
}

.hot_product_type{
	margin-top: 4.2rem;
	display: flex;
}

.hot_product_type_item {
	width: 19.2rem;
	height: 11.1rem;
	background-color: #ffffff;
	border-radius: 1rem;
	text-align: center;
	position: relative;
	margin-right: 1rem;
}

.hot_product_type_item_active,.hot_product_type_item:hover {
	background-color: #0068b7;
	color: #fff;
}
.item_image{
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.item_image img{
	max-width: 4rem;
	max-height: 5rem;
}
.hot_product_type_item p{
	position: absolute;
	bottom: 1.7rem;
	font-size: 1.6rem;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
}

.hot_product_type a:last-child .hot_product_type_item{
	margin-right: 0;
}
	
.product_represent{
	margin-top: 2.4rem;
	display: flex;
	justify-content: space-between;
}
.product_represent_left{
	width: 64.3rem;
	height: 56rem;
}
.product_represent_left img{
	width: 100%;
	height: 100%;
}
.product_represent_right{
	width: 55rem;
	height: 56rem;
	display: flex;
	flex-wrap: wrap;
}
.product_represent_item{
	width: 27rem;
	height: 27.6rem;
	margin-right: 0.8rem;
	margin-bottom: 0.9rem;
	background-color: #ffffff;
	position: relative;
}

.product_represent_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.product_represent_right a:nth-child(2n) .product_represent_item{
	margin: 0;
}
.product_represent_item img{
	max-width: 17rem;
	max-height:20rem;
	position: absolute;
	top: calc(50% - 2rem);
	left: 50%;
	transform: translate(-50%,-50%);
}
.product_represent_item p{
	position: absolute;
	text-align: center;
	width: 21rem;
	margin: 0 auto;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 1140px) {
	/* 第三屏热销产品  HOT-SALE PRODUCT */
	.page3_title p{
		font-size: 5.053rem;
	}
	
	.page3_title p span{
		font-size: 2.695rem;
	}
	.product_more{
		width: 11.789rem;
		height: 4.379rem;
		border-radius: 2.081rem;
		letter-spacing: 0.5rem;
		line-height: 4.379rem;
		font-size: 2.695rem;
	}
	
	.hot_product_type{
		margin-top: 5.7rem;
	}
	.hot_product_type_item {
		width: 26.947rem;
		height: 16rem;
		border-radius: 1.684rem;
		margin-right: 2.1rem;
	}
	.item_image img{
		max-width: 5.9rem;
		max-height: 7rem;
	}
	.hot_product_type_item p{
		bottom: 2.4rem;
		font-size: 2.398rem;
	}
	
	.product_represent{
		margin-top: 5.7rem;
	}
	.product_represent_left{
		width: 88.926rem;
		height: 62.653rem;
	}
	.product_represent_right{
		width: 80rem;
		height: 62.653rem;
	}
	
	.product_represent_item{
		width: 38.9rem;
		height: 62.653rem;
		margin-right: 2.2rem;
		margin-bottom: 0rem;
	}
	
	.product_represent_right a:nth-child(n+3) .product_represent_item{
		display: none;
	}
	.product_represent_item img{
		max-width: 27rem;
		max-height:33rem;
		top: calc(50% - 8rem);
	}
	.product_represent_item p{
		width: 29.5rem;
		bottom: 8rem;
		font-size: 2.695rem;
	}
}