.aboutUs {
  overflow: hidden;
}

.aboutUs .footer {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #100f0d;
  color: #fff;
  border-bottom: 1px solid #333;
  overflow: hidden;
}

.aboutUs .footer .left {
  width: 40%;
  max-width: 635px;
  height: 520px;
  padding: 155px 40px 0 80px;
  font-size: 20px;
}

.aboutUs .footer .left .leftLogo {
  margin-bottom: 20px;
  font-size: 44px;
}

.aboutUs .footer .left .leftLogo img {
  height: 50px;
}

.aboutUs .footer .left .leftMsg {
  line-height: 34px;
  font-size: 20px;
}

.aboutUs .footer .left .leftIcon {
  display: flex;
  padding: 20px 0;
}

.aboutUs .footer .left .leftIcon img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

.aboutUs .footer .right {
  display: flex;
  width: 60%;
  max-width: 1115px;
  height: 520px;
  padding: 140px 40px 0;
}

.aboutUs .footer .right .rightBox {
  width: 25%;
  font-size: 20px;
}

.aboutUs .footer .right .rightBox div:first-child {
  font-weight: bold;
}

.aboutUs .footer .right .rightBox div:first-child:hover {
  color: #fff;
}

.aboutUs .footer .right .rightBox div {
  height: 50px;
  line-height: 50px;
}

.aboutUs .footer .right .rightBox div:hover {
  color: #e30313;
}

.aboutUs .bottom {
  height: 100px;
  line-height: 100px;
  font-size: 17px;
  text-align: center;
  background-color: #100f0d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutUs .bottom a {
  display: flex;
  align-items: center;
}

@media (max-width: 1300px) {
  .aboutUs .footer {
    flex-direction: column;
  }

  .aboutUs .footer .left {
    width: 100%;
    height: auto;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .aboutUs .footer .right {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .aboutUs .footer .right .rightBox {
    width: 50%;
  }

  .aboutUs .bottom {
    height: 100px;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    background-color: #100f0d;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .aboutUs .bottom .firstBottom {
    width: 100%;
  }

  .aboutUs .footer .right .rightBox {
    margin-bottom: 20px;
  }

  .aboutUs .footer .right .rightBox div {
    font-size: 18px;
    height: 32px;
    line-height: 32px;
  }
}