.sub-banner {
  height: auto;
}

.sub-banner img {
  width: 100%;
}

.content {
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.content .top-bar {
  height: 76px;
  border-bottom: 1px solid #F0F0F0;
}

.top-bar .title {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  float: left;
  padding: 28px 0 15px;
}

.top-bar .nav-position {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  float: right;
  padding: 35px 0 21px;
}

.top-bar .rout {
  color: #333333;
}

.position-box {
  padding: 28px 0 80px;
}

.position-box .title {
  font-size: 16px;
  padding-bottom: 6px;
  position: relative;
}

.position-box .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63px;
  height: 2px;
  border-radius: 2px;
  background-color: #FD8537;
}

.position-box .map {
  display: block;
  width: 1012px;
  height: 433px;
  margin: 9px 0 20px;
}

.position-box .text {
  font-size: 16px;
  color: #333333;
  line-height: 48px;
}