.join_page{
	background: url(../img/banner/banner_join.png); 
}
.max_title > span{
	display: block;
	width: 100%;
	font-size: 36px;
	color: #fff;
	text-align: center;
	letter-spacing: 16px;
	line-height: 80px;
	margin-top: 10px;
}
.content_flow{
	width: 100%;
	height: 680px;
	padding: 120px 0px 0px;
	background: url(../img/banner/content_function.png);
}
.content_flow_box{
	width: 1200px;
	height: 300px;
	margin: 150px auto 0;
}
.content_flow_boxA{
	width: 150px;
	height: 200px;
	float:left;

}
.content_flow_boxAimg{
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align:middle;
	text-align: center;
        background: #333;
}
.content_flow_boxA > p{
	text-align: center;
        margin: 10px 0 0;
        font-weight: bold;
        font-size: 18px;
}
.content_flow_boxB{
	width: 200px;
	height: 150px;
	float:left;
}
.content_flow_boxBimg{
	width: 200px;
	height: 150px;
	display: table-cell;
	vertical-align:middle;
	text-align: center;
}
.content_claim{
	width: 100%;
	height: 700px;
	background: #333;
	padding: 100px 0 0;
}
.content_claim_box{
	width: 1200px;
	height: 450px;
	margin: 50px auto 0;
	color: #fff;
}
.content_claim_boxA{
	width: 350px;
	height: 420px;
	float: left;
	margin: 0 25px;
}
.content_claim_boxA > p{
	font-size: 24px;
	text-align: center;
	margin-top: 15px;
}
.content_claim_boxA > p:last-child{
	font-size: 18px;
	margin-top: 30px;
	letter-spacing: 2px;
}
.content_support{
	width: 100%;
	height: 700px;
	padding: 100px 0px 0px;
	background: url(../img/banner/content_support.png);
}
.content_support_box{
	width: 1200px;
	height: 500px;
	margin: 20px auto 0;
}
.content_support_boxA{
	width: 350px;
	height: 200px;
	margin: 25px 25px;
	border-radius: 20px;
	background: #e6e6e6;
	float: left;
	font-weight: bold;
}
.support_top{
	width: 330px;
	height: 42px;
	border-radius: 20px;
	background: #333;
	padding: 8px 0px 0px 20px;
	
}
.support_top > img{
	float: left;
}
.support_top > p{
	float: left;
	color: #fa6b3a;
	font-size: 18px;
	line-height: 30px;
	margin-left: 20px;
}
.support_content{
	width: 300px;
	height: 136px;
	padding: 18px 25px 4px;
	color: #333;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 2px;
}