.main {
  position: relative;
  min-height: 100%;
}
.main .top-img {
  height: 500px;
  background: url("../img/pb-top.png") center no-repeat;
  background-size: cover;
}
.main .content-box {
  padding-top: 132px;
}
.main .content-box .desc-box {
  width: 840px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  color: #5a5a5a;
}
.main .content-box .desc-box p {
  text-indent: 2em;
}
.main .content-box .img {
  display: block;
  margin: 50px auto 0;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=party_building.css.map */