.banner,
menu {
  display: none;
}

nav {
  margin: .56rem auto;
}

.company-nav {
  width: 100%;
  height: .8rem;
  background-color: #f4f5f7;
  padding: 0 .28rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

.company-nav a {
  font-size: .32rem;
  color: #333333;
  height: .8rem;
  line-height: .8rem;
}

.company-nav a.this {
  border-bottom: .026667rem solid #dc0000;
  font-weight: bold;
  color: #dc0000;
}

h3 {
  width: 100%;
  text-align: center;
  font-size: .48rem;
  font-weight: bold;
  line-height: 1;
}

h3 span {
  font-weight: 100;
  color: #999999;
  font-size: .28rem;
  line-height: 1;
  margin-top: .36rem;
}

.contact-us {
  width: 7.76rem;
  margin: 0 auto;
  margin-top: 1.066667rem;
}

.contact-us p {
  font-size: .32rem;
  line-height: .72rem;
  text-align: center;
  margin-top: .44rem;
}

.contact-us ul {
  width: 100%;
  margin-top: .8rem;
}

.contact-us ul li {
  width: 3.12rem;
}

.contact-us ul li span {
  color: #333333;
  font-size: .36rem;
  text-align: center;
  line-height: 1;
  margin-top: .32rem;
}