.m-business {
	padding: 0 0 .3rem;
	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;
	border-radius: .2rem;
	padding: .42rem .4rem .3rem;
	margin: 0 .3rem;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.07);
}
.m-business .item:nth-child(n+2) {
	margin-top: .3rem;
}
.m-business .item h1 {
	display: inline-block;
	box-sizing: border-box;
	min-width: 2.5rem;
	padding: 0 .16rem;
	line-height: .8rem;
	font-size: .5rem;
	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: .36rem;
	font-size: .26rem;
	color: #999;
}
.m-business .item div {
	padding: .05rem 0;
	line-height: .4rem;
	font-size: .26rem;
}