.footer{
 box-sizing: border-box;
 position: relative;
 width: 100%;;
 background: #111;
 float: left;
}

.footer .footer-con {
   box-sizing: border-box;
   position: relative;
   width: 100%;;
   float: left;
}

.footer .footer-con .footer-top {
   box-sizing: border-box;
   position: relative;
   width: 100%;;
   float: left;
}
.footer .footer-con .footer-top-con {
   box-sizing: border-box;
   position: relative;
   width: 100%;;
   float: left;
}
.footer .footer-con .footer-top-con .footer_link_box {
   box-sizing: border-box;
   position: relative;
   width: 100%;;
   float: left;
}
.footer .footer-con .footer-top-con h2 {

   box-sizing: border-box;
   position: relative;
   width: 100%;
   float: left;
   padding: 10px;
   color: white;

}
.footer .footer-con .footer-top-con .footer_link_box a {
   box-sizing: border-box;
   position: relative;
   width: auto;
   float: left;
   padding-bottom: 10px;
   padding-right: 10px;
   color: white;
}
