#section2 h3{
	border:0;
	height:280px;
	line-height:280px;
	color:#fff;
	max-width:100%;
	background:url('../images/business/bg_title1.webp') no-repeat;
}
#section3 h3{
	border:0;
	height:280px;
	line-height:280px;
	color:#fff;
	max-width:100%;
	background:url('../images/business/bg_title2.webp') no-repeat;
}
#section4 h3{
	border:0;
	height:280px;
	line-height:280px;
	color:#fff;
	max-width:100%;
	background:url('../images/business/bg_title3.webp') no-repeat;
}
#section2 .comment_photo{
	gap:20px;
}
#section2 .comment_photo figure{
	width:310px;
	flex:none;
}
#section2 .comment_photo .comment{
	width:calc(100% - 330px);
	flex:none;
}
#section2 ul{
	display:flex;
	list-style:none;
	padding:0 0 30px;
}
#section2 ul li{
	width:calc(100% / 3);
	font-size:14px;
}
#section2 ul li strong{
	font-size:18px;
}
#section3 .comment_photo{
	gap:20px;
}
#section3 .comment_photo figure{
	width:310px;
	flex:none;
}
#section3 .comment_photo .comment{
	width:calc(100% - 330px);
	flex:none;
}