.main-c{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.features{
	width: 100%;
	justify-content: space-between;
	display: flex;
	margin-bottom: 34px;
}
.features-l{
	width: 259px;
	height: 332px;
	background: #0E80D7;
}
.features-r{
	width: 941px;
	height: 332px;
	box-shadow: 4px 0px 8px rgba(228, 228, 228, 1)
}
.features-img{
	width: 221px;
	height: 139px;
	background: #FFFFFF;
	border-radius: 70px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 36px auto;
}
.features-img img{
	width: 122px;
	display: block;
}
.name{
	width: 200px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}
.features-n{
	width: 871px;
	margin: 0 auto;
}
.features-n p{
	width: 100%;
	font-size: 16px;
	color: #797979;
	line-height: 36px;
	margin-top: 64px;
}
.features-b{
	width: 100%;
	line-height: 36px;
	height: 36px;
	background: #0E80D7;
	margin-top: 38px;
}
.features-b span{
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 26px;
}