.m-business {
	padding: .68rem 0 .54rem;
	background-image: url('../img/business/bg.jpg');
	background-position: right bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
html[lang=en] .m-business {
	background-image: url('../img/business/bg_en.jpg');
}
.m-business .item {
	box-sizing: border-box;
	width: 6.64rem;
	border-radius: .2rem;
	padding: .42rem .4rem .3rem;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.07);
}
.m-business .item:nth-child(n+2) {
	margin-top: .36rem;
}
.m-business .item h1 {
	display: inline-block;
	box-sizing: border-box;
	min-width: 2.5rem;
	padding: 0 .16rem;
	line-height: .6rem;
	font-size: .32rem;
	color: #fff;
	background: #E8432A;
	box-shadow: 0 10px 20px 0 rgba(232,67,42,.2);
}
.m-business .item p {
	margin: .3rem 0 .24rem;
	line-height: .3rem;
	font-size: .16rem;
	color: #999;
}
.m-business .item div {
	line-height: .36rem;
	font-size: .16rem;
}