body {
  background-color: #fafafa;
}
.banner {
  width: 100%;
  position: relative;
  margin-bottom: 65px;
  z-index: 0;
}
.banner .c-bg {
  width: 1170px;
  height: 130px;
  background: #fff;
  position: absolute;
  bottom: -65px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.banner .carousel-inner {
  overflow: visible;
}
.banner .carousel-control {
  width: auto;
  height: 30px;
  top: auto;
  bottom: -9px;
  left: 120px;
  z-index: 2;
}
.banner .carousel-control.left {
  background: none;
  width: 50px;
}
.banner .carousel-control.right {
  left: 175px;
  background: none;
  width: 50px;
}
.banner .carousel-control i {
  font-size: 2em;
  color: #5d5d5d;
}
.banner .carousel-indicators {
  text-align: right;
  left: 810px;
}
.banner .carousel-indicators li {
  background-color: #a6a6a6;
}
.banner .carousel-indicators .active {
  background-color: #fff;
  border: 2px solid #98aad3;
}
.banner .carousel-caption {
  color: #000;
  width: 1170px;
  height: 130px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -65px;
  text-align: left;
  line-height: 130px;
  padding: 0;
  padding-left: 230px;
  text-shadow: none;
  color: #666;
  font-size: 24px;
}
.banner .carousel-caption a {
  position: absolute;
  top: -80px;
  right: 254px;
  width: 170px;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 40px;
}
.main .main-title {
  color: #2a2a2a;
  font-size: 36px;
  margin-bottom: 45px;
}
.main .main-title small {
  color: #a6a6a6;
  font-size: 24px;
  margin-left: 20px;
}
.main .media {
  margin-top: 130px;
}
.main .media .media-left {
  padding-right: 40px;
}
.main .media p {
  font-size: 17px;
  text-indent: 2em;
  margin-top: 100px;
}
.main .media p:last-child {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: -24px;
  }
}
