.wt {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.wt-i {
	width: 17rem;
	height: 24rem;
	padding: 10px;
}

.wt-i-display {
	display: none;
	
}

	.business {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		flex: 1;
		text-align: center;
		align-items: center;
		justify-content: center;
		/* height: 800px; */
		background: url('../img/produce30.png') no-repeat 50%;
		background-size: 100% 100%;
		background-color: #fff;
		width: 100%;
	}



.business-body {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 3.125rem;
}

.business-title {
	text-align: center;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.business-title>.t1 {
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 32px;
    color: #0a162d;
    letter-spacing: 0;
    margin-top: -16px;
    font-weight: 700;
}
.business-title>.t2 {
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #42985b;
	letter-spacing: 0;
}

.b-menu-i>.m1{
	width: 17.875rem;
	height: 4.1875rem;
}
.b-menu-i>.m2{
	width: 17.875rem;
	height: 6.375rem;
	display: none;
}


.b-menu-body {
	width: 70%;
	height: 35.625rem;
}

.b-menu-body img{
	width: 100%;
	height:100%;
}