.footer{
	background:url(footbg.png) repeat;
	min-height:130px;
	  color: #ffffff;
	width:100%;
	margin-top:40px;
	padding-bottom:10px;
	font-size:12px;
	padding-top:20px;
	border-top:1px #e6e6e6 solid;
	filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
-moz-opacity:0.8; /*Firefox私有，透明度50%*/
opacity:0.8;/*其他，透明度50%*/
	}
.footer a{
	color:#fff;
	font-size:12px;}
.footer_left{
  width: 283px;
  border-right: 1px solid #595959;
  padding-right: 25px;
}
.footer_left .pull-left dd{
	line-height:30px;
	}
.footer_left .pull-right dd+dd{
	line-height:30px;
	}
.footer_middle{
	display:none;
  width: 299px;
  border-right: 1px solid #595959;
}
.footer_middle>dl{
	width:210px;
	margin:0 auto;
	}
.footer_middle dl dt{
	margin-bottom:20px;
	font-size:14px;
	}
.footer_right dl dt{
	line-height:23px;
	
	}
.footer_right dl dt a{
	font-size:14px;
	}
.footer_right dl dd{
	line-height:30px;}
.footer_left2{
	  width: 137px;
  padding: 0 44px;
  text-align: center;
  border-right: 1px solid #595959;}
.footer_left2 dl dd{
	line-height:30px;
	}
.footer_left {
  width: 100%;
  border-right: 1px solid #595959;
  padding-right: 25px;
}
.footer_right {
  padding-left: 0;
  width: 100%;
}

@media (min-width:1200px) {
	.footer_left{
  width: 444px;
}
}
@media (min-width:992px) {
.footer_middle{
	display:block;
	}
.footer_right{
  padding-left:44px;
  width: 316px;
}
.footer_left {
  width: 249px;
  border-right: 1px solid #595959;
  padding-right: 18px;
}
}
@media (max-width:1200px) {
	.footer_right {
  width: 255px;
}
	}
@media (max-width:992px) {
	.footer_left2{
		width:100%;
		padding:0;
		border:0 none;
		height:auto !important}
	.footer_left2 dl dd{
		float:left;
		margin-right:10px;}
	.footer_right dl dt{
		margin-bottom:0;
		}
	.footer_middle{
		height:auto !important}
    .footer_left{
		border-right:0 none;
		padding-right:0;
		height:auto !important}
	.footer_left .pull-left,.footer_left .pull-right{
		float:none !important}
	.footer_left .pull-right dd{
		margin-top:0 !important;
		margin-right:5px;
		float:left !important;}
	.footer_right{
		margin-top:20px;
		height:auto !important}
	}