p {
  text-indent: 1em;
}
.main {
  position: relative;
  min-height: 100%;
}
.main .lines {
  width: 76px;
  height: 4px;
  background: #204f88;
  margin: 30px auto 60px;
}
.main .top-img {
  height: 450px;
  background: url("../img/pb-top.png") center no-repeat;
  background-size: cover;
}
.main .content-box {
  padding-top: 0px;
}
.main .content-box .one-box {
  width: 1238px;
  margin: 0 auto;
  position: relative;
}
.main .content-box .one-box .desc-box {
  width: 726px;
  position: absolute;
  left: 433px;
  top: 50%;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.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;
}
.main .two-box {
  padding-top: 85px;
  padding-bottom: 110px;
  background: url("../img/pb-bg1.png") no-repeat;
  background-size: 100% 100%;
}
.main .two-box .desc-box {
  width: 840px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 40px;
  color: #5a5a5a;
  text-indent: 1em;
}
.main .two-box .desc-box p {
  text-indent: 0;
}
.main .three-box {
  padding-top: 85px;
  padding-bottom: 110px;
}
.main .three-box .item-box {
  width: 260px;
  text-align: center;
}
.main .three-box .item-box .title-text {
  font-size: 22px;
  color: #204f88;
}
.main .three-box .item-box .title-text span {
  font-size: 72px;
}
.main .three-box .item-box .desc-text {
  font-size: 22px;
  color: #676767;
  margin-top: 10px;
}
.main .three-box .item-box:first-child {
  position: relative;
}
.main .three-box .item-box:first-child:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  display: block;
  width: 1px;
  height: 58px;
  background: #204f88;
  margin-top: -29px;
}
.main .four-box {
  padding-top: 85px;
  padding-bottom: 110px;
  background: url("../img/pb-bg2.png") no-repeat;
  background-size: 100% 100%;
}
.main .four-box .desc-box {
  width: 840px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 40px;
  color: #5a5a5a;
  text-indent: 1em;
}
.main .four-box .desc-box p {
  text-indent: 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 */