
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	content: '';
	height: 0;
	width: 0;
	visibility: hidden;
	clear: both;
}
/* footer start */
.commont-footer {
	padding: 30px 0;
	background: #fff;
	border-top: 1px solid #edece8;
}
.footer_img {
	margin: 0 auto;
	width: 400px;
}
.footer_img a {
	/* display: block; */
	width: 135px;
	/* height: 35px; */
	margin-right: 20px;
}
.footer_img img{
	/* width: 135px; */
	height: 35px;
	border-style: none;
}
.commont-footer .footer_list{
	position: relative;
	margin:0 auto;
	width: 100%;
	text-align:center;
}
.commont-footer .footer_list ul {
	padding: 0;
	margin: 0;
}
.commont-footer .footer_list ul>li{
	float: left;
	margin-right: 20px;
	position: relative;
	list-style: none;
}
.footer_list .footer_saft{
	position: absolute;
	bottom: 0; 
	right: 80px;
}
.footer_list li a {
	display: block;
	font-size: 12px;
	color: #333;
}
.footer_list li a:hover{
	color: #0099ff;
}
.footer_list li span {
	position: absolute;
	top: 0px;
	right: -12px;
	font-size: 12px;
	color: #999;
}
.footer_list .message, .footer_list .copyright {
	color: #999;
	font-size: 12px;
}
.footer_list .message p,.footer_list .copyright{
	margin-top: 10px;
}
.footer_list .message p a{
	color: #999;
}
.footer_list .message p a:hover{
	color: #0099ff;
}

.copyright .safe_a, .copyright .wen_a , .copyright .mediaUl , .copyright span{
	float: left;
}
.mediaUl {
	position: relative;
}
.mediaUl .media_code{
	display: none;
	position: absolute;
	bottom: 20px;
	left: -54px;
}

/* footer end*/