.join-us {
	width: 100%;
	height: auto;
}
.bunner {
	width: 100%;
	height: 500px;
}
.bunner-url {
	background: url(/common/static/joinIn/join-01.png) no-repeat;
	background-size: 100% 100%;
}
.bunner-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 500px;
}
.bunner-title {
	font-size: 60px;
	color: #fff;
	margin-bottom: 30px;
}
.bunner-content p {
	font-size:26px;
	color: #fff;
	margin-bottom: 36px;
}
.join-btn {
	width:180px;
	height:50px;
	color: #1645D1;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.service-title {
	font-size:36px;
	color: #111;
	margin: 94px auto;
	margin-bottom: 89px;
	text-align: center;
}
.service-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
}
.service-promit {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.service-promit-title {
	color: #333;
	font-size: 22px;
}
.promit-title-top {
	margin-top: 35px;
}
.promit-content {
	color: #333;
	font-size: 16px;
	margin-top: 5px;
}
.service-btn {
	width:160px;
	height:44px;
	color: #fff;
	font-size: 15px;
	line-height: 44px;
	margin-top: 44px;
	cursor: pointer;
}
.teamwork {
	width: 100%;
	height: 400px;
}
.teamwork-title {
	font-size:36px;
	color: #333;
	line-height:50px;
	text-align: center;
	padding: 65px 0px;
}
.teamwork-flow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	margin: 0 auto;
}
.flow-step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.flow-step label {
	height:50px;
	font-size:18px;
	color: #333;
	line-height:50px;
}
.arrow {
	margin-top: -40px;
}
.win-win {
	width: 100%;
	height: 300px;
}
.win-win-title {
	font-size:36px;
	color: #333;
	line-height:50px;
	text-align: center;
	padding-top: 75px;
}
.win-win-btn {
	text-align: center;
}