
.footer {
  position: relative;
  text-align: center;
  padding-top:30px;
  padding-bottom:30px;
  color:#fff;
  margin-bottom: -1px;
  border-top: 1px solid #e5e5e5;
  background-color: #555555;
    clear:both;
}
.footUl li{
  	list-style: none;
  	line-height: 35px;
  	color:#fff;
  }
.footUl li:first-child {
  padding-left: 0;
  font-weight: bold;
}
.footUl_code{
	list-style: none;
	color:#000;
	display: inline-table;
	
}
.footUl_code li:first-child {
  padding-left: 0;
  line-height:35px;
  color:#fff;
  font-weight: bold;
}