.contact-us {
  background-image: url(/img/contact-us.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 16vw;
  padding-bottom: 24vw;
}

.contact-us .en-title {
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 9.3333vw;
  color: #000000;
  text-align: center;
}

.contact-us .cn-title {
  margin-top: 4vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 4.2667vw;
  color: #000000;
  text-align: center;
}

.contact-us .en-title:hover,
.contact-us .cn-title:hover {
  filter: drop-shadow(0 0 5px #fff);
}

.company-info {
  margin: 8vw 3vw 0;
  background-color: #fff;
  box-shadow: 0 0 5px #fff;
}

.company-info .infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13.3333vw 6.6667vw;
}

.company-info .infos .info {
  padding-bottom: 6vw;
  margin-bottom: 6vw;
  border-bottom: 1px solid #000;
}

.company-info .infos .info:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.company-info .infos .name {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 3.2vw;
  color: #272828;
}

.company-info .infos .value {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 4vw;
  color: #272828;
  margin-top: 4vw;
}

.company-info .img img {
  width: 100%;
}
