.footer{
	width: 100%;
	height: auto;
	overflow: auto;
	background: #3c3c3c;
	min-width: 1200px;
}
@media screen and (min-width: 1200px){
	.footer_frame{
		width: 1300px;
		margin: auto;
		height: auto;
	}
	.footer_info{
		width: 1300px;
		margin: 20px auto;
		height: auto;
		overflow: auto;
		border-top: 2px solid #484848;
		text-align: center;
		color: #929292;
	}
}
@media screen and (max-width: 1200px) {
	.footer_frame{
		width: 1200px;
		margin: auto;
		height: auto;
	}
	.footer_info{
		width: 1200px;
		margin: 20px auto;
		height: auto;
		overflow: auto;
		border-top: 2px solid #484848;
		text-align: center;
		color: #929292;
	}
}
.footer_frame_left{
	width: calc(100% - 400px);
	height: auto;
	overflow: auto;
	float: left;
}
.footer_frame_left_con{
	width: 25%;
	height: auto;
	overflow: auto;
	float: left;
}
.footer_frame_left_con_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
}
.footer_frame_left_con_nr{
	width: 100%;
	height: 33px;
	line-height: 33px;
}
.footer_frame_left_con_nr a{
	color: #a3a1a1;
}
.footer_frame_center{
	width: 250px;
	height: 150px;
	float: left;
}
.footer_frame_center_top{
	width: 100%;
	height: 60px;
}
.footer_frame_center_bottom{
	width: 100%;
	height: 60px;
}
.footer_frame_center_bottom_right{
	max-width: 200px;
	height: 60px;
	float: left;
	text-align: left;
	margin-left: 20px;
	color: #e9e9e9;
}
.footer_frame_center_bottom_left{
	width: 30px;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-left: 20px;
}
.footer_frame_right{
	width: 150px;
	height: 150px;
	float: left;
}
.footer_frame_right img{
	width: 130px;
	height: 130px;
	float: left;
	padding: 5px;
}
.footer_info_t{
	width: 100%;
	text-align: center;
}