.banner {
	/* height: 500px; */
}

.banner img {
	/* height: 500px; */
}

.profile {
	margin-top: 50px;
}

.profile-title {
	height: 70px;
	width: 30%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

}

.profile-title span {
	font-size: 30px;
	color: #28affc;
}

.profile-title p {
	color: #666;
	font-size: 18px;
}

.profile-text p {
	text-align: justify;
	margin-right: 40px;
	text-indent: 40px;
	line-height: 40px;
}

.underline_blue {
	width: 30%;
	border-bottom: 3px solid #27affb;
}

.profile-con {
	font-size: 18px;
	display: flex;
	margin-top: 20px;
}
.profile-con img{
	width: 748px;
	height: 500px;
	margin-top: 10px;
}
.owner-driver {
	width: 100%;
	height: 494px;
	margin-top: 70px;
	padding-top: 50px;
	box-sizing: border-box;
	background: url(../img/owner-driver.png) no-repeat;
	background-size: 100% 100%;
}

.introduce {
	display: flex;
	justify-content: space-around;
}

.introduce h3 {
	font-size: 30px;
	color: #1c2d89;
}

.owner-driver-introduce {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
}

.into {
	display: flex;
	justify-content: space-around;
}

.image {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.owner-driver-into {
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #1C2D89;
	background-color: #fff;
	border-radius: 20px;
}

.cooperation-title p {
	font-size: 30px;
}

.cooperation-title {
	margin: 0 auto;
	height: 50px;
	width: 22%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.underline_red {
	width: 50%;
	border-bottom: 1px solid #cf1b26;
}

.cooperation img {
	margin-top: 30px;
}

.owner-driver-into img {
	display: none;
	margin-top: 10px;
}

.owner-driver-into:hover img {
	display: block;
}
.pioneer{
	height: 600px;
	margin-top: 40px;
	padding-top: 10px;
	width: 100%;
	/* background-color: #f5f5f5; */
}
.pioneer img{
	width: 400px;
	height: 300px;
}
.pioneer-con{
	height: 450px;
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}
.con{
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}