#driver_join{
	background-color: #F5F5F5;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
}
.driver_banner>img{
	width: 100%;
}
.dj_content{
	width: 1200px;
	margin: 50px auto;
	margin-top: 100px;
}
.dj_content>div{
	display: inline-block;
	margin-right: 18px;
	color: #000000;
}
.dj_content img{
	width: 170px;
	height: 80px;
	margin-bottom:20px;
	margin: 20px 5px;
}
.dj_content>div:last-child{
	margin-right: 0;
}

#driver_introduce{
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
	background-image: url(../images/driver_bg.png);
	background-size: cover;
}
.english{
	color: white;
	line-height: 50px;
	font-size: 12px;
}
.di_content{
	width: 1200px;
	margin: 50px auto;
	color: white;
}
.di_content>a{
	color: #1566FE;
	width: 400px;
	height: 50px;
	border-radius: 10px;
	background-color: white;
	line-height: 50px;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
}
.di_content>div>div{
	display: inline-block;
	width: 236px;
	border: none;
	text-align: center;
	padding-bottom: 100px;
}
.di_content>div>div>p{
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
}
.di_content>div>div>p:first-child+p{
	padding-bottom: 30px;
}
.di_content>div>div>span{
	font-size: 14px;
}
.threeImg{
	width: 1200px;
	margin: 0 auto;
}
.threeImg p{
	line-height: 527px;
	font-size: 24px;
	color: white;
	text-align: center;
}
.threeImg>div{
	display: inline-block;
	width: 380px;
	height: 527px;
	margin-right: 25px;
}
.threeImg>div:last-child{
	margin-right: 0;
}
.ti1{
	background-image: url(../images/ti1.png);
	background-size: cover;
}
.ti2{
	background-image: url(../images/ti2.png);
	background-size: cover;
}
.ti3{
	background-image: url(../images/ti3.png);
	background-size: cover;
}
#oneSite{
	text-align: center;
}
.os_content{
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	margin-top: 50px;
}
.os_content>div{
	width: 600px;
	height: 500px;
	display: inline-block;
	font-size: 24px;
}
.os_img,.os_text{
	width: 600px;
	height: 330px;
}
.os_text{
	text-align: left;
	padding-left: 50px;
	padding-top: 100px;
	color: #333;
}
.os_btn1,.os_btn2{
	width: 400px;
	height: 50px;
	background-color: #1566FE;
	color: white;
	line-height: 50px;
	margin: 0 auto;
	border-radius: 10px;
	font-size: 20px;
	margin-top: 50px;
	display: block;
}