
/* footer */
.footer{
  width: 100%;
  background: #000;
  padding: 0 100px;
  color: #b8b8b8;
  font-size: 12px;
  position: relative;
  padding: 20px 0 10px 0;
}
.footer .list_box{
  /* border-bottom: 1px solid #3a3a3a; */
	/* width: 1200px; */
  width: 80%;
	margin: 0 auto;
}
.footer_list{
	float: left;
	display: none;
  /* width: 1180px; */
  line-height: 25px;
  /* overflow: hidden; */
  margin: 5px auto 0 auto;
  /* width: auto; */
}
.footer_list li{
  height: 25px;
  line-height: 25px;
  margin-right: 20px;  
  float: left;
}
.footer_list li a{
  color: #b8b8b8;
  font-size: 14px;
}
.footer .more_link{
  /* float: right; */
  line-height: 18px;
	/* width: 4%; */
	cursor: pointer;
}
.footer .more_link img{
  padding-top: 40px;
  width: 20px;
}
.footer p{
  font-size: 12px;
  width: 100%;
  text-align: center;
  line-height: 18px;
 padding-bottom: 5px;
}
.footer p a{
  font-size: 12px;
	color: #b8b8b8;
	line-height: 10px;
	height: 10px;
	padding: 0 5px;
	border-right: 1px solid #b8b8b8;
	display: inline-block;
}
.footer p a:last-child{
	border-right:none;
}

.before{
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}