/*底部信息*/
footer {
	color: #eee;
	margin-top: 20px;
	padding: 20px 0px 0px 0px;
	background-color: #079BE5;
	font-size: 13px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e3e3e3;
	/*background-image: url(../images/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: center top;*/
}
footer a {
	color: #eee;
	font-size: 13px;
}
footer a:hover {
	color: #FF0;
}
.foo {
	padding: 0px 0px 30px 0px;
}

.foo .col-sm-6 {
	padding-right: 20px;
}
.foo p {
	margin: 0px;
}
.foo h2 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	line-height: 40px;
	display: block;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
	.foo {
	padding: 0px 0px 10px 0px;
}
.foo h2{ display:none;}
}
.footer-bar {
	background-color: #079be5;
	padding: 10px 10px;
	color: #eee;
	text-align: center;
	margin-top: 30px;
}
.footer-bar a {
	color: #eee;
	line-height: 24px;
}
.footer-bar font {
	margin-right: 20px;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
.footer-bar {
	margin-bottom: 50px;
}
.footer-bar font {
	display: block;
	clear: both;
	margin-right: 0px;
	margin-bottom: 0px;
}
}
.footer_erweima {
	margin-left: 0px;
	padding-top: 80px;
}
.footer_erweima img {
	max-width:100%;
	
}
/*小屏幕*/
@media screen and (max-width: 768px) {
.footer_erweima {
	margin-left: 0px;
	padding-top: 20px;
	margin: 0px auto;
	width:100%;
	text-align:center;
}
}
.footer_contact {
	padding-top: 5px;
}
.footer_contact p {
	margin-bottom: 5px;
	line-height: 24px;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
.footer_contact {
	text-align: center;
	padding-top:30px;
	margin: 0px auto;
	font-size:15px;
}
}
.footer_list {
	width: 100%;
	text-align: left;
}
.footer_list ul {
	padding: 0px;
	margin: 0px;
}
.footer_list li {
	padding: 5px 0px;
}
.footer_list li i {
	margin-right: 10px;
}
