footer{
		border-top: 1px solid #e7eaec;
	padding: 20px 0 0;
	background-color: #fff;
	width: 100%;
	min-width: 1200px;
}
.footer_main{
	padding: 0 0 20px;
	position: relative;
}
.footer_main .footer_mL{
	float: left;
	
}
.footer_main .footer_mL .footer_mLItem{
	float: left;
	
	border-right: 1px solid #e7eaec;
	text-align: left;
	width: 395px;
	margin: 0 100px 0 0;
	height: 100%;
}
/* .footer_main .footer_mL .footer_mLItem:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
		border-right: 1px solid #e7eaec;
} */

.footer_mLItem h3{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
}
.footer_mLItem h3 span{
	color: #666;
}
.footer_mLItem li,
.footer_mLItem li a{
	color: #666;
}
.footer_main .footer_mL .footer_mLItem:last-child{
	
	border-right:none;
	margin:0;
}
.footer_main  .footer_mR{
	float: right;
}
.footer_mR .mRItem_code{
	text-align: center;
}
.footer_mR .mRItem_code .codeImg{
	width: 100px;
	height: 100px;
}
.footer_mR .mRItem_code .codeImg{
	width: 100px;
	height: 100px;
}
.footer_mR .mRItem_code p{
	color: #666;
}
.footer_bottom{
	padding: 9px 0;
		border-top: 1px solid #e7eaec;
}
.footer_bottom,
.footer_bottom a{
	color: #666;
}
.gsImg{
	vertical-align: -2px;
}