/* footer */
.foot{
  width:100%;height:280px;
  background-color:#333;
  padding:30px 0 30px 0;
  text-align:center;
  border-top:5px solid #f9c700
}
.footer_logo{
  width:80px;height:80px;
  margin:0 auto
}
.footer_logo>img{
  width:100%;height:100%
}
.footer_social{margin-top:13px}
.footer_social img{width:30px;margin:10px}
.service{
  color:#999;
  font-size:16px;
  margin-top:10px
}
.service1{
  color:#666;
  font-size:14px;
  margin-bottom:5px
}