@charset "utf-8";
/* CSS Document */
/*by hamburger_liu*/
/*页脚S*/
footer{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	font-size: 14px;
	color: #7a7e87;
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
}
footer a{
	color: #808080;
}
.footer_centent{
	padding: 0 50px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.service_link{
	display: inline-block;
	width: 20%;
	overflow: hidden;
	float: left;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 0 20px;
}
.service_link h3{
	margin-top: 10px;
}
.service_link h3 a{
	color: #333;
	font-weight: bold;
}
.service_link ul li a{
	line-height: 24px;
}
footer a:hover{
	color: #22ac38;
}
.contact_method{
	width: 40%;
	border-right: 0;
}
.contact_qr_code{
	margin-top: 20px;
}
.contact_qr_code li{
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.contact_qr_code li h3{
	font-size: 12px;
	text-align: center;
}
.ft{
	margin-top:5px;
	border-top: 1px solid #e5e5e5;
	padding-top:5px;
}

/*页脚E*/