body{
	background:#f4f4f4;
}
.top_pic_sepc{
	width: 100%;
	min-height:17rem;
	position: relative;
}
.block_header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding:0.5rem 3% 0 3%;
	box-sizing: border-box;
}
.achiever_content{
	width: 94%;
	margin:-2rem auto 0;
	position: relative;
	z-index:6;
}
.achiever_content_one{
	width: 100%;
	background:#fff;
	border-radius:0.6rem;
	padding:2rem 1% 1.6rem 1%;
	box-sizing: border-box;
	margin-bottom:1rem;
}
.achiever_content_pic{
	width: 79%;
	min-height:17rem;
	margin:1.4rem auto 0.8rem;
}
.achiever_content_title{
	font-size: 1.1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
	text-align: center;
	margin-bottom:0.6rem;
}
.achiever_content_detail{
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	text-indent: 0.6cm;
}
.advantage_content{
	margin-top:0.8rem;
}
.advantage_content_one{
	width: 84%;
	min-height: 8rem;
	background: linear-gradient(#cae5fd,#e6e8ff);
	margin:0 auto 1rem;
	display: flex;
	flex-direction: row;
	padding:0.6rem 7% 0 3%;
}
.advantage_content_one_l{
	width: 60%;
}
.advantage_content_one_l_title{
	font-size: 1.2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
}
.advantage_content_one_l_line{
	width: 27%;
	height: 0.2rem;
	background: #0091FF;
	margin:0.6rem 0 1.2rem 0;
}
.advantage_content_one_l_content{
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	line-height:1.5rem;
}
.advantage_content_one_r{
	width: 40%;
	min-height:8rem;
	margin-top:0.5rem;
	margin-left:auto;
}
.product_content{
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin:1rem auto 0;
}
.product_content_one{
	width: 32%;
	margin-right:1.5%;
}
.product_content_one:nth-child(3n){
	margin-right:0;
}
.product_content_one_goods{
	width: 1005;
	height: 1.55rem;
	background: #0091FF;
	border-radius: 0.2rem;
	font-size: 0.6rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height:1.55rem;
}
