﻿ 
/*footer*/
.footer {
	width: 100%;
	color: #fff;
	padding: 30px 0 20px;
	background: #191919;
}
.footer .links {
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	border-bottom: 1px solid #434343;
}
.footer .links span {
	color: #f9f9f9;
	display: inline-block;
}
.footer .links a {
	display: inline-block;
	color: #f9f9f9;
	padding-right: 10px;
}
.footer .links a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer .contact {
	width: 420px;
}
.footer .contact .ewm {
	width: 120px;
	height: 120px;
	background: #ddd;
}
.footer .contact .ewm img {
	display: block;
	margin: 6px;
	width: 110px;
	height: 110px;
}
.footer .contact .contact_info {
	margin-left: 16px;
}
.footer .contact .contact_info p {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
}
.footer .contact .contact_info .tel {
	margin-top: 10px;
	margin-bottom: 12px;
	font: normal 30px "arial";
	color: #407fe1;
	line-height: 24px;
}
.footer .contact .contact_info .p2 {
	margin-bottom: 6px;
}
.footer .bNav {
	width: 770px;
}
.footer .bNav .item {
	float: left;
	line-height: 26px;
}
.footer .bNav .item h3 {
	margin-bottom: 24px;
	padding: 0 34px;
	border-right: 1px solid #407fe1;
}
.footer .bNav .item:first-child h3 {
	border-left: 1px solid #407fe1;
}
.footer .bNav .item h3 a {
	color: #fff;
	font-size: 18px;
	text-indent: 0px;
}
.footer .bNav .item h3 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer .bNav .item a {
	color: #ccc;
	display: block;
	font-size: 12px;
	line-height: 26px;
	text-indent: 40px;
}
.footer .bNav .item a:hover {
	color: #fff;
}
/*copyright*/
.copyright {
	height: 67px;
	line-height: 57px;
	color: #999999;
	align: center;
	font-size: 14px;
	background: #101010;
	border-top: 1px solid #434343;
}
.copyright span {
	margin: 0 12px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.copyright a {
	color: #999999;
}
.copyright a:hover {
	color: #fff;
}