	.footer {
		height: 300px;
		margin-top: 60px;
		background-image: url(../images/footer_bg.jpg);
	}
	.footer .footer-content {
		width: 1200px;
		margin: 0 auto;
	}
	.footer .footer-content::after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0px;
		content: "";
	}
	.footer .footer-content .left {
		width: 200px;
		float: right;margin: 50px 0 20px 0px;
	}
	.footer .footer-content .left h3 {
		font-size: 20px;
		color: #fff;
		line-height: 30px;
		text-align: center;
	}
.footer .footer-content .left .chat::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: "";
}
.footer .footer-content .left .chat .consults {
	width: 99px;
	float: right;
}
.footer .footer-content .left .chat .consults p {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.footer .footer-content .footer-nav {width: 510px;  float: left; margin-left:50px;  margin-top: 40px;}
.footer .footer-content .footer-nav ul{width:33.33%;float:left;}
.footer .footer-content .footer-nav li {display:inline-table; width:150px; height:30px; line-height:30px;}
.footer .footer-content .footer-nav li a{text-decoration: none;  color: #fff;  font-size: 14px;}
.footer .footer-content .right {
	width: 400px;
	float: left;
	margin-top: 30px;
}

.footer .footer-content .right .footer-nav::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: "";
}
.footer .footer-content .right .connect {}
.footer .footer-content .right .connect p {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.footer .footer-content .right .connect p img {
	vertical-align: middle;
	margin-right: 20px;
}
.footer .footer-content .right .adress {
	margin-top: 22px;
}
.footer .footer-content .right .adress p {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
.footer .footer-content .right .adress p a {
	color: #fff;
	font-size: 14px;
}
.footer .footer-content .right .adress img {
	vertical-align: middle;
	margin-right: 20px;
}
.footer .footer-content .right .link {
	margin-top: 35px;
	height:auto;
}
.footer .footer-content .right .link::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: "";
}
.footer .footer-content .right .link li {
	float: left;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.footer .footer-content .right .link li a {
	text-decoration: none; padding:0 12px;
	color: #fff;
	font-size: 12px;
}
.footer_m {
	width: 100%;
	background-color: #005bef;
	padding: 26px 0px;
}
.footer_m h3 {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
}
.footer_m .chat {
	margin: 10px auto;
	width: 240px;
}
.footer_m .chat::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: "";
}
.footer_m .chat .consults {
	width: 106px;
	float: left;
}
.footer_m .chat .consults p {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.footer_m .chat .consults img {
	display: block;
	margin: 0 auto;
	width: 99px;
}

.footer_m .connect {
	margin-top: 10px;
}
.footer_m .connect p {
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
	line-height: 28px;
}
.footer_m .connect p img {
	vertical-align: middle;
	margin-right: 10px;
	width: 26px;
}
.footer_m .adress {
	margin-top: 12px;
}
.footer_m .adress p {
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
	line-height: 26px;
}