.solution_block{
	width: 93.5%;
	margin:1rem auto 0;
}
.solve_content_block{
	width: 100%;
	margin: 1rem auto 0;
	display: flex;
	flex-wrap: wrap;
}
.solve_content_block_one{
	width: 48%;
	margin-right:4%;
	margin-bottom: 1rem;
}
.solve_content_block_one:nth-child(2n){
	margin-right:0;
}
.solve_content_block_one_pic{
	width: 50%;
	min-height:6rem;
	margin:0 auto 1rem;
}
.solve_content_block_one_title{
	font-size:1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
	text-align: center;
}
.solve_content_block_one_content{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	text-align: center;
	line-height:1.3rem;
	margin-top:0.6rem;
}
.advat_block{
	width: 93.5%;
	margin:auto;
}
.advat_content_block{
	width: 96%;
	margin: 1rem auto 0;
	display: flex;
	flex-direction: column;
}
.advat_content_block_one{
	width: 100%;
	height:8.5rem;
	box-shadow: 0 0.12rem 1rem 0 rgba(114,183,233,.29);
	margin-bottom:1rem;
	display: flex;
	flex-direction: row;
	padding:1rem 6% 0 6%;
	box-sizing: border-box;
}
.advat_content_block_one_l{
	width: 65%;
	margin-right:5%;
	margin-top:0.5rem;
}
.advat_content_block_one_l_title{
	font-size: 1.1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
}
.advat_content_block_one_l_detail{
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	margin-top:0.6rem;
}
.advat_content_block_one_pic{
	width: 30%;
	height: 7rem;
}
.add_block{
	width: 93.5%;
	margin:auto;
}
.app_content_block{
	width:96%;
	margin:1rem auto 1rem;
	display: flex;
	flex-direction: column;
}
.app_content_block_one{
	width: 100%;
	margin-bottom:0.6rem;
	display: flex;
	flex-direction: row;
}
.app_content_block_one_pic{
	width: 34%;
	min-height:8rem;
}
.app_content_block_one_r{
	width: 68%;
	margin-left:7%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.app_content_block_one_r_title{
	font-size: 1.1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
}
.app_content_block_one_r_detail{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	line-height:1.2rem;
	margin-top: 0.8rem;
}