#join-banner{
	height: 800px;
	width: 100%;
}
#join-banner .banner{
	width: 100%;
	height: 100%;
	background-image: url(../images/join/banner.png);
	
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	background-size: cover;
	
}
/*#join-banner .banner p{
	font-size: 120px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140px;
}*/


/*正文*/
#join{
	width: 100%;
	
	background-color: #fafafa;
}


/*列表*/
#join .body-content{
	width: 100%;
	padding-top: 120px;
}


#join h2{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	
	text-align: center;
}

#join h2 p:nth-child(2){
	font-size: 24px;
	
	color: #666666;
	line-height: 24px;
	
	margin: 28px 0;
}

#join h2 p:nth-child(3){
	width: 200px;
	height: 4px;
	background: #E42826;
	border-radius: 2px;
}

/**/
.join-content{
	padding-top: 120px;
}

.join-content .join-intro{
	width: 100%;
	max-width: 1920px;
	height: 820px;
	min-width: 1600px;
	
	background-image: url(../images/join/map.png);
	
	background-size: cover;
}
.join-content .join-intro ul{
	
}

.join-content .join-intro ul li{
	width: 480px;
}
.join-content .join-intro ul li:nth-child(2){
	margin: 0 20px;
}
/**/
.join-content .join-intro ul li>div:first-child{
	width: 480px;
	height: 300px;
	
	overflow: hidden;
}
.join-content .join-intro ul li>div:first-child img{
	width: 100%;
	height: auto;
	
	display: block;
}

/**/
.join-content .join-intro ul li>div:last-child{
	background-color: rgba(0,0,0,0.7);
	
	width: calc(100% - 60px);
	
	height: 170px;
	
	padding: 0 30px;
}
.join-content .join-intro ul li>div p{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	word-break:break-all;
	
}

