

.footer-composite{
  padding: 50px 0 40px;
  box-shadow: 0 -1px 4px  #999;
  background-color: #1e1e1e;
}
.footer-nav{
  padding: 30px 20px;
}
.footer-logo{
  width: 238px;
  height: 84px;
  background: url(../../images/footer-logo.png);
}
.footer-logo a{
  width: 238px;
  height: 84px;
  display: block;
  text-indent: -999em;
}
.footer-composite .title {
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.footer-partner{
  height: 170px;
  padding: 0 85px 0 100px;
  border-left: 1px solid #747474;
}
.footer-partner-inner li a{
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
}
.footer-partner-inner li a:hover{
  color: #fff;
}
.footer-copyright{
  padding: 12px 0;
  background-color: #000;
  color: #999;
  text-align: center;
}
