.driver {
	margin-top: 50px;
}

.driver-title {
	height: 70px;
	width: 16%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.driver-title span {
	font-size: 30px;
	color: #333;
}

.driver-title p {
	color: #9c9c9c;
	font-size: 18px;
}

.underline_red {
	width: 30%;
	border-bottom: 3px solid #eb5d20;
}

.service {
	margin-top: 50px;
	display: flex;
}

.service img {
	width: 417px;
	height: 285px;
}

.service-text {
	margin-left: 20px;
}

.service-text h3 {
	color: #1c2b88;
	font-size: 24px;
}

.underline {
	width: 60px;
	margin-top: 5px;
	border-bottom: 2px solid #1c2b88;
}

.service-text-title {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service-text p {
	margin-top: 20px;
	font-size: 18px;
}

.advantage {
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 10px;
	box-sizing: border-box;
	margin-top: 30px;
	padding-bottom: 40px;
}

.driver-bot {
	margin-top: 100px;
	height: 670px;
	background: url(../img/step.png) no-repeat;
	background-size: 100% 636px;
}

.driver-bot-explain {
	width: 94%;
	display: flex;
	position: relative;
	top: -70px;
	margin-left: -70px;
}

.explain {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.explain img {
	width: 134px;
	height: 16px;
}

.explain p {
	font-size: 20px;
}

.driver-bot-step {
	width: 94%;
	position: relative;
	top: -68px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.driver-bot-step img {
	width: 103px;
	height: 103px;
}

.driver-bot-step p {
	font-size: 30px;
	color: #fff;
}

.explain-twice {
	width: 88%;
	position: relative;
	top: 75px;
	left: 230px;
}

.step-twice {
	position: relative;
	top: 75px;
}

.explain-third {
	width: 60%;
	position: relative;
	top: 33%;
	left: 80px;
}

.step-third {
	width: 58%;
	position: relative;
	top: 33%;
	left: -150px;
}
