.banner {
  background-image: url(../../img/about/banner3.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.banner .w1005 {
  height: 300px;
  position: relative;
}

.banner .heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 5px solid rgba(180, 184, 187, 0.3);
}

.banner .sub-heading {
  color: rgba(180, 184, 187, 0.3);
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
}

.banner h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0 10px 0;
  color: #fff;
}

.banner .contact {
  color: #fef627;
  margin: 0 10px 0;
  font-size: 15px;
  margin-top: 4px;
}

.content {
  margin-top: 65px;
  margin-bottom: 65px;
}

.side-nav {
  float: left;
  width: 290px;
  margin-right: 35px;
}

.side-nav.affix {
  top: 0;
  bottom: 0;
}

.side-nav.affix-bottom {
  position: absolute;
}

.main {
  overflow: hidden;
  float: right;
  width: 680px;
}

.deco-line {
  border-left: 50px solid #c83842;
  background-color: #e9e7e8;
}

.deco-line:before {
  content: '';
  display: block;
  width: 20px;
  height: 5px;
  background-color: #00203e;
}

.side-nav-inner {
  padding: 20px;
  background-color: #fbf9fa;
}

#sideNav {
  margin: 0;
}

#sideNav > li {
  padding: 20px 0;
  border-bottom: 1px solid #e4e3e3;
}

#sideNav > li:last-child {
  border-bottom: 0;
}

#sideNav > li.active a {
  color: #c83842;
}

#sideNav > li > ul {
  padding-left: 14px;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 8px;
}

#sideNav > li > ul > li {
  float: left;
  width: 33.33%;
  list-style-type: disc;
  margin-bottom: 8px;
}

#sideNav a {
  color: #000;
}

#sideNav a:hover, #sideNav a:focus {
  color: gray;
}

#sideNav small {
  font-size: 12px;
}

#sideNav .city-list-wrap {
  font-size: 12px;
}

#sideNav .city-list-heading {
  margin-bottom: 8px;
  color: #666;
}

#sideNav .cityList a {
  color: #666;
}

#sideNav .cityList a:hover, #sideNav .cityList a:focus {
  color: #aaa;
}

