body {
  background: #fcfcfc;
}
.inner-banner-wrap {
  background: url("https://i1.jointwisdom.cn/images/develop/banner.png") no-repeat center center;
}
section.service-wrap {
  margin-bottom: 0;
}
.main {
  background: url("https://i1.jointwisdom.cn/images/develop/develop-base.png") no-repeat center bottom;
  overflow: hidden;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 100px;
}
.service-wrap .container.develop {
  padding-top: 100px;
}
.service-wrap.development {
  padding-bottom: 0;
  position: relative;
}
/* 线 */
.development:before {
  content: '';
  width: 2px;
  background: #ebebeb;
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -1px;
  top: 100px;
  bottom: 100px;
}
.event-container .event {
  float: right;
  width: 50%;
  position: relative;
}
/* 圆点 */
.event-container .event:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: -5px;
  top: 40px;
  background: #0166FF;
  border-radius: 50%;
  z-index: 99;
}
.event-detail {
  max-width: 500px;
  margin-left: 50px;
  margin-right: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 8px #e0e0e0;
  box-shadow: 0 0 8px #e0e0e0;
  padding: 30px 78px 30px 30px;
  border-top: 3px solid #0166FF;
  position: relative;
}
.event-detail:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ebebeb;
  left: -50px;
  top: 41px;
}
.event-detail-info {
  padding-left: 62px;
}
.event-detail-info h5 {
  font-size: 16px;
  color: #202020;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0;
}
.event-detail-info p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 0;
}
.year {
  margin-bottom: 40px;
  z-index: 10;
  position: relative;
}
.year span {
  display: block;
  width: 70px;
  height: 70px;
  background: #0166FF;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
}
.month {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: #0166FF;
  text-align: center;
  line-height: 42px;
  float: left;
}
/* 内容在左侧 */
.event-container.left .event {
  float: left;
  /*margin-right: 50px;*/
}
.event-container.left .event .event-detail {
  margin-right: 50px;
  margin-left: auto;
}
.event-container.left .event:before {
  left: auto;
  right: -5px;
}
.event-container.left .event .event-detail:before {
  left: auto;
  right: -50px;
}
/* 圆点颜色 */
.event-container.color-1 .event:before {
  background: #0166FF;
}
.event-container.color-2 .event:before {
  background: #0166FF;
}
.event-container.color-3 .event:before {
  background: #0166FF;
}
.event-container.color-4 .event:before {
  background: #0166FF;
}
.event-container.color-5 .event:before {
  background: #0166FF;
}
/* 顶线颜色 */
.event-container.color-1 .event-detail {
  border-top: 3px solid #0166FF;
}
.event-container.color-2 .event-detail {
  border-top: 3px solid #0166FF;
}
.event-container.color-3 .event-detail {
  border-top: 3px solid #0166FF;
}
.event-container.color-4 .event-detail {
  border-top: 3px solid #0166FF;
}
.event-container.color-5 .event-detail {
  border-top: 3px solid #0166FF;
}
.event-container.color-1 .event:before {
  background: #0166FF;
}
.event-container.color-2 .event:before {
  background: #0166FF;
}
.event-container.color-3 .event:before {
  background: #0166FF;
}
.event-container.color-4 .event:before {
  background: #0166FF;
}
/* 月份颜色 */
.event-container.color-1 .month {
  background: #0166FF;
}
.event-container.color-2 .month {
  background: #0166FF;
}
.event-container.color-3 .month {
  background: #0166FF;
}
.event-container.color-4 .month {
  background: #0166FF;
}
.event-container.color-5 .month {
  background: #0166FF;
}

.height-42 {
  height: 42px;
  line-height: 42px !important;
}
