/* footer  */
.footer{
	height:147px;
	width:100%;
	background:#E4E4E4;
	position: relative;
	padding:40px 0 0 0;
}
.footer_area{
	width:1180px;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	justify-content:center;
}
.footer_logo{
	width:90px;
	height:90px;
	border:1px solid #ccc;
	border-radius:50%;
	position: relative;
	top:25%;
}
.footer_logo img{
	width:80%;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-37px;
	margin-top:-25px;
}
.footer_copyright{
	position: relative;
	overflow:hidden;
	left:20%;
	top:-50%;
}
.footer_copyright span{
	float: left;
	font-size:16px;
}
.footer_copyright a{
	float: left;
	width:100px;
	height:28px;
	background:url() no-repeat;
	background-position: 0 2px;
}
.footer_copyright  .footer_copyright_tencent{
	background-position: 0 -28px;
}
.footer_copyright  .footer_copyright_163{
	background-position:0 -59px;
}
.footer_copyright  .footer_copyright_360{
	background-position:0 -88px;
}
.footer_copyright  .footer_copyright_pw{
	background-position:0 -115px;
}
.footer_copyright  .footer_copyright_youku{
	background-position:0 -142px;
}
.footer_info{
	position: relative;
	text-align: center;
	width:700px;
	font-size:16px;
}
.footer_info li{
	margin-bottom:5px;
}
.footer_info a{
	margin-right: 23px;
	color:#404040;
}
.footer_info span{
	display:block;
	margin-top:15px;
}

.beian:hover{color:#c8316e}
.bottom_tools{position:fixed;z-index:1070;right:14%;bottom:40px; }
.bottom_tools>*{font:0/0 a;display:block;margin-top:5px;color:transparent;border:0;
background-color:transparent;text-shadow:none}