.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;
}

.site-map {
  width: 100%;
  margin: 0 auto;
  margin-top: 1.066667rem;
}

.site-map h4 {
  font-size: .4rem;
  line-height: 1;
  position: relative;
  text-indent: .933333rem;
  margin-top: .8rem;
}

.site-map h4 img {
  position: absolute;
  width: .76rem;
  height: .706667rem;
  left: .2rem;
  top: -0.12rem;
}

.site-map ul {
  padding-left: .933333rem;
}

.site-map ul li {
  float: left;
  margin-right: .28rem;
  margin-top: .52rem;
}

.site-map ul li a {
  font-size: .32rem;
  color: #999999;
  line-height: 1;
}

.site-map ul li a.hot {
  position: relative;
}

.site-map ul li a.hot img {
  width: .48rem;
  position: absolute;
  top: -0.4rem;
  right: 0;
}