﻿<!-- 101 底部css -->
/*
*{ 
	padding:0px;
	margin:0px;

}

body{
	font:14px/1.5 Helvetica,Tahoma,Arial,"Hiragino Sans GB","Microsoft YaHei",SimSun,Heiti,sans-serif
}

a{
	text-decoration:none;
	color:#000;
}

ul li{
	list-style:none;
}*/
/* 格式化 END */



#foot{ 
	width:100%;
	height:303px;
	background:#eee;
	
}

#foot .foot_width{
	width:1198px; 
	border:1px dotted #ccc;
	margin: 0 auto;

}

#foot .foot_width .foot_top{
	
	 height:50px;
	 width:1200px;
	 background:#5c5c5c;
}

#foot .foot_top_left{
	 width:78%;
	 height:100%;
	 float:left;
	 
}
#foot .foot_top_left a{
	display:inline-block;
	padding:0 10px;
	color:#fff;
	line-height:50px; 
	width:100px;
	cursor:pointer;
	text-align:center;
	position:relative;
	
	
}
#foot .foot_top_left a:hover{
	color:#f95a5a;
	transition: all 0.2s linear;
}
#foot .foot_top_left a:after{
content:"|";
display:inline-block;
position: absolute;
top:0px;
left:120px;
color:#7c7d7f;

}
#foot .foot_top_left a:first-child{
	 margin-left:30px;
}

#foot .foot_top_Right{
	width:20%;
	float:left;
	height:68px;
}

#foot .foot_top_Right span{
	display:inline-block;
	line-height:50px;
	text-align:center;
	width:100%;
	color:#fff;
	font-size:16px;
}


#foot .foot_center{
	height:186px;
	width:100%;

}

#foot .foot_center .foot_center_left{
	 width:70%;
	 height:100%;
	 float:left;
	 
}
#foot .foot_center .foot_center_left p{
	 height:50px; 
	 line-height:50px;
	 text-align:center;
	 font-size:16px;
	 background:url(../img/foot_bg.png) no-repeat;
	
	
}
#foot .foot_center .foot_center_left ul{
	padding-top:10px;
}
#foot .foot_center .foot_center_left ul li{
	
	height:40px;
	margin-left:30px;
	
}
#foot .foot_center .foot_center_left ul li a{
	padding:9px 0px;
	width:200px;
	display:block;
	float:left;
	text-align:center;
	
	
}
#foot .foot_center .foot_center_left ul li a:hover{
	color:#f95a5a;
	transition: all 0.2s linear;
}

#foot .foot_center_Right{
	 width:30%;
	 height:100%;
	 float:left;
	 position: relative;
	 
	 
	
}
#foot .foot_center_Right .Blog{
	position:absolute;
	top:60px;
	left:90px;
}
#foot .foot_center_Right .follow{
	position:absolute;
	top:60px;
	left:220px;
}
#foot .foot_bottom{
	 height:30px;
	 width:100%;
	 line-height:30px;
	 margin-top:50px;
	 background:#5c5c5c;
}
#foot .foot_bottom a{
	display:inline-block;
	padding:0 20px;
	color:#fff;
}
#foot .foot_bottom a:hover{
	color:#f95a5a;
	transition: all 0.2s linear;
}

#foot .foot_bottom a:first-child{
	margin-left:30px;
}

