.footer {
  height: 364px;
  background: url("./i/sprite-bg.png") repeat-x center center;
  color: #fff; }
  .footer * {
    font-family: OpenSans-Bold; }

.footer_wrap {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden; }
  .footer_wrap .footer_name {
    margin-top: 97px;
    font-size: 36px;
    text-align: center;
    margin-bottom: 38px;
    font-weight: bold; }
  .footer_wrap dl {
    height: 42px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer_wrap dl .footer_logo {
      width: 150px;
      height: 42px;
      background-size: 100% auto;
      background: url("./i/sprite-footer-logo.png") no-repeat left center;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .footer_wrap dl .footer_contact {
      padding-left: 60px;
      width: 300px;
      border-right: 1px solid #fff;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .footer_wrap dl .footer_address {
      padding-left: 70px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .footer_wrap .copyright {
    font-size: 16px;
    text-align: center; }
