.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;
}