@charset "utf-8";

#footer{
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: 235px;
}
#footer ul{
	width:1200px;
	margin:0 auto;
	padding:35px  0;
	overflow:hidden;
	border-bottom:1px solid #e8e8e8;
}
#footer ul li{
	width:33.333%;
	float:left;
}
#footer ul li span{
	display:inline-block;
	float:left;
	width:70px;
	height:58px;
	margin-right:30px;
}
#footer ul li p{
	margin-bottom:0;
}
#footer ul li span.icon-con-01{
	background:url(../img/icon.png) no-repeat 0 -158px;
}
#footer ul li span.icon-con-02{
	background:url(../img/icon.png) no-repeat -96px -158px;
}
#footer ul li span.icon-con-03{
	background:url(../img/icon.png) no-repeat -205px -158px;
}
#footer ul li span.icon-con-04{
	background:url(../img/icon.png) no-repeat -300px -158px;
}
@media screen and (min-width: 768px) {
	#footer ul li span.icon-con-03{
		margin-left: 80px;
	}
	#footer ul li span.icon-con-04{
		margin-left: 160px;
	}	
}



#footer .copy{
	width:1200px;
	margin:25px auto;
	position: relative;
}
#footer .copy p{
	margin-bottom:0;
}
#footer .copy span{
	color:#666;
	font-size:12px;
	margin-right:20px;
}
#footer a{
	
	width:40px;
	height:40px;
	margin-left:20px;
	margin-top:-40px;
	cursor:pointer;
}
#footer a.sina{
	position: absolute;
	right: 60px;
	top: 50px;
	background:url(../img/icon.png) no-repeat -400px -150px;
}
#footer a.wechat{
	position: absolute;
	right: 0px;
	top: 50px;
	background:url(../img/wechat-icon.png) no-repeat;
	background-size: 36px;
}
#footer a.wechat:hover{
	width:150px;
	height:150px;
	top: -50px;
	background-size: 100%;
}

@media screen and (max-width: 768px) {
/*移动版样式*/
	#footer{
		height:auto;
	}
	/*#footer .footer_conn{
		width:100%;
		padding:30px;
	}
	#footer .footer_conn li{
		width:100%;
		margin:10px 0;
	}*/
	#footer .footer_conn{
		display:none;
	}
	#footer .copy{
		width:100%;
		margin:0;
		padding:30px 10px;
		text-align:center;
		line-height:20px;
	}
	#footer .copy span{
		color:#666;
		font-size:12px;
		margin-right:0;
		display: block;
	}

	#footer a{
		display:none;
	}
}