﻿/*底部信息*/
footer {
	background-color: #666;
	color: #999;
	padding: 40px 0px 0px 0px;
	font-size: 14px;
	border-top: 1px solid #999;
}
footer a {
	color: #999;
}
.copyright {
	line-height: 20px;
}
.copyright a {
	color: #999;
}

.foo {
	padding-bottom: 40px;
	padding-top: 20px;

}
.webshare {
	width: 230px;
	padding: 5px;
}
.ewebshare {
	width: 200px;
	padding: 5px;
}
.mm h4 {
	color: white;
	font-size: 12px;
}
.mm label {
	color: white;
	font-size: 12px;
}
.icon {
	text-align: center;
}
.fot_icon a {
	margin: 0 10px;
}
.fot_icon i {
	color: #999;
	font-size: 15px;
}
.cont_ {
	line-height: 2;
	font-size: 15px;
}
.decor-brand {
	display: block;
	width: 46px;
}
.fot h2 {
	padding-bottom: 20px;
}
.footer_menu_first {
	font-size: 20px;
	padding-bottom: 20px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.footer .decor-brand {
	margin: 19px 0px;
}
/* 图标 */
.icons {
	margin-top: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 12px;
	text-align: center;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #b1b1b1;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.icons:hover {
	background-color: #d3d3d3;
	border-color: #d3d3d3;
}
.footer-bar {
	padding: 30px 0px;
	padding-bottom: 15px;
	margin:0px 30px;
	margin-top: 0px;

	text-align: center;
	border-top: #444 solid 1px;

/*	background-color: #000;*/
}
.footer-bar font {
	margin-right: 20px;
}
.mm h2 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #e1e1e1;
}
.mm a {
	color: #999;
}
.foot-img {
	margin-left: 0px;
}

.width90{ width:90%; margin:0px auto;} 

/*小屏幕*/
@media screen and (max-width: 768px) {
	.foot-img {
	margin-left: 0px;
	text-align:center;
	margin:0px auto;
	display:block;
}
}

/*小屏幕*/
@media screen and (max-width: 768px) {
footer {
	margin-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 40px;
}
.footer_nav {
	background-color: #212121;
	border-top: 2px solid #3d3d3d;
}
.footer-bar font {
	display: block;
	clear: both;
	margin-right: 0px;
	margin-bottom: 10px;
}
}
.bottombg{
	background-image: url(../images/bottombg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
/*bg-gray背景灰色*/
.bottombg-gray {
	position: relative;
	/*background-attachment: fixed;*/
	z-index: 1;
}
.bottombg-gray:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	/*background: rgba(255, 255, 255, 0.15);*/
	background: rgba(0, 0, 0, 0.85);
	/*background-color:#47b029;
	opacity:.8;*/
	z-index: -1;
}
/*bg-gray背景灰色end*/

.pd-60{ padding-top:40px; }
.pl-60{ padding-left:60px;}

.erweima_bottom{ margin-top:40px;clear:both; width:100%; }
.erweima_bottom img{ width:200px;}

/*小屏幕*/
@media screen and (max-width: 768px) {
	.erweima_bottom{ margin-top:20px;text-align:center; }
	.erweima_bottom img{ width:160px; margin:0px auto;}
	}
	
.bottom_logo img{ width:280px !important;}