.mi {
	width: 100%;
	height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.titles {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	justify-content: space-between;
}

.one {
	width: 48%;
	height: 200px;
	margin-top: 30px;
	box-shadow: 1px 1px 4px #e7e7e7;
	display: flex;
	box-sizing: border-box;
	padding: 25px;
	transition: all 0.5s;
}

.one:hover {
	box-shadow: 6px 6px 12px #e7e7e7;
}

.one img {
	width: 50px;
	height: 50px;
}

.one div {
	margin-left: 20px;
}

.ones img {
	width: 100%;
	height: 220px;
}

.ones {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 30%;
	height: 350px;
	border: 1px solid #e7e7e7;
}
.bottom{
	background-image: url('../img/tedianbg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 430px;
	margin-bottom: -15px;
	color: #e7e7e7;
	padding-top: 20px;
}
.boiCon{
	width: 60%;
	padding: 20px;
}