.footer {
	background-color: #252525;
	height: 415px;
}
.footer-nav {
	text-align: center;
	border-bottom: #686868 solid 1px;
	padding-top: 20px;
}
.footer-nav a {
	display: inline-block;
	padding: 0 20px;
	font-size: 17px;
	line-height: 64px;
	color: #fff;
}
.footer-nav .weixincode
{
	width:108px;
	height:39px;
	position: relative;
	cursor: pointer;
}
.footer-nav .weixincode .tubiao
{
	width:100%;
	height:39px;
	overflow:hidden;
	text-align: right;
}
.footer-nav .weixincode .tubiao img
{
	width:38px;
	height:38px;
}
.footer-nav .weixincode .ewm
{
     position: absolute;
     top:-10px;
     width:108px;
     height:auto;
     overflow:hidden;
     display:none;
}
.footer-nav .weixincode:hover .ewm
{
	display:block;
}
.footer-nav .weixincode .ewm img
{
	width:108px;
	height:108px;
}
.footer .left {
	padding-top: 37px;
}
.footer .left h3 {
	font-size: 20px;
	color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}
.footer .left p {
	color: #fff;
	font-size: 17px;
	line-height: 32px;
}
.footer .right {
	text-align: center;
	padding-top: 67px;
}
.footer .right img {
	width:108px;
	height:108px;
}
.footer .right p {
	color: #fff;
	font-size: 17px;
	padding: 10px 0;
}
.footer .footer-bq {
	border-top: #686868 solid 1px;
}
.footer .footer-bq p {
	color: #fff;
	line-height: 80px;
	font-size: 17px;
}
.footer .footer-bq p a {
	color: #fff;
}
