@charset "utf-8";
/* CSS Document */
/*标题*/
.title{
	text-align: center;
	letter-spacing: 2px;
	color: #444;
}
.title h2{
	font-size:32px;
	font-weight: 700;
	line-height: 50px;
}
.title p{
	font-size: 18px;
}
/*内容*/
.join-con{
	height: 180px;
	padding: 30px 0;
	border-bottom: 1px dashed #888;
	margin-bottom: 20px;
}
.join-con dl{
	width: 300px;
	height:180px;
	position: relative;	
	margin-left: 90px;
	float: left;
	text-align: center;
}
.join-con d:nth-child(3){
	margin-right: 100px;
}
.join-con dt,
.join-con dd{
	position: absolute;
}
.join-con dt{
	left: 85px;
}
.join-con dt i{
	color: #cfa54f;
	font-size:48px;
	line-height: 60px;
}
.join-con dt h3{
	line-height: 38px;
	font-weight:500;
	color: #666;
}
.join-con dd{
	top:108px;
	font-size: 14px;
	line-height: 24px;
	width: 240px;
	color: #888;
}
/*优势*/
.advan{
	height: 380px;
}
.advan-con{
	margin-bottom: 25px;
}
.advan-con ul{
	padding: 25px 0;
}
.advan-con li{
	position: relative;
	float: left;
	width: 190px;
	height: 120px;
	margin:0 105px;
}
.advan-con li p,
.advan-con li i{
	position: absolute;
	text-align: center;
}
.advan-con li i{
	font-size: 40px;
	top: 20px;
	left: 80px;
	color: #cfa54f;
}
.advan-con li p{
	font-size: 14px;
	top: 80px;
	color: #888;
}
/*流程*/
.proce{
	width: 1160px;
	padding: 25px 0 25px 20px;
}
.proce dl{
	position: relative;
	width: 158px;
	height: 100px;
	text-align: center;
	float: left;
	border: 1px solid #888;
	margin-right: 40px;
	margin-bottom: 25px;
}
.proce dl:nth-child(6){
	margin-right: 0;
}
.proce dl:before{
	content: "";
	width: 20px;
	height: 30px;
	top :40px;
	left: 168px;
	position: absolute;
	background: url("../images/sghb.png");
}
.proce dl:nth-child(6):before{
	background: none;
}.proce dl:nth-child(11):before{
	background: none;
}
.proce dt,
.proce dd{
	position: absolute;
}
.proce dt{
	top:20px;
	width:158px;
}
.proce dd{
	top:60px;
	width: 158px;
}