.footer{
	width: 100%;
	/*height: 300px;*/
	background: #363d45;
}
.footerp{
	width: 1280px;
	height: 100%;
	margin: auto;
}
.footer_main{
	width: 100%;
	height: 250px;
	/*border-bottom: 2px solid #464b51;*/
}
.footer_main li{
	height: 200px;
	padding-top: 50px;
	float: left;
}
.footer_main li a h3{
	color: #FFFFFF;
	margin-bottom: 20px;
}
.footer_main li a p{
	color: #c7ccc8;
	line-height: 30px;
	float: left;
	width: 100%;
	height: 30px;
	font-size: 16px;
}
.footer_main li a p:hover{
	color: #FFFFFF;
}
.footer_main li.join{
	width: 400px;
}
.join img{
	width: 300px;
}
.footer_main li.service{
	width: 200px;
}
.footer_main li.service a p{
	width: 50%;
}
.footer_main li.contact{
	margin-left: 150px;
	width: 300px;
}
.footer_main li.QRcode{
	width: 100px;
	float: right;
	text-align: center;
	margin-right: 100px;
	text-align: center;
}
.footer_main li.QRcode img{
	width: 90px;
}
.footer_main li.QRcode p{
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	width: 100%;
	font-size: 16px;
	text-align: center;
	float: left;
}
.footer_main li.QRcode ol{
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	width: 33px;
	text-align: center;
	font-size: 16px;
	float: left;
}
.tail{
	width: 100%;
	/*height: 48px;*/
	line-height: 48px;
	text-align: center;
	background:#01001f;
}
.tail p{
	color:#c7ccc8;
	font-size: 14px;
}
