/* .header{
  background: #2F3036;
} */

.module-title {
  text-align: center;
  position: relative;
  margin: 80px 0 50px;
}

.module-title h4 {
  display: inline-block;
  font-size: 32px;
  line-height: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #009bde;
  position: relative;
  z-index: 999;
  padding: 0 20px;
  background-color: rgba(245, 245, 249, 1);
}

.module-title h4::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 35px;
  transform: rotate(20deg);
  background: rgba(220, 220, 220, 1);
}

.module-title h4::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 35px;
  transform: rotate(20deg);
  background: rgba(220, 220, 220, 1);
}

.module-title span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 1200px;
  max-width: 100%;
  height: 1px;
  background: rgba(220, 220, 220, 1);
  z-index: 1;
}

.grow-wrap {
  width: 100%;
  /* height: 3590px; */
  overflow: hidden;
  background-image: url(../images/about-flowbg.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100% 640px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}


/* 主题内容 */
#ab-main .flow {
  padding: 0 110px 80px;
  text-align: left;
  position: relative;
  left: -103px;
}

#ab-main .flow .center {
  width: 0px;
  border-left: 1px dashed rgba(47, 48, 54, .5);
  margin: 0 auto;
  position: relative;
  padding: 122px 0 1px;
}

#ab-main .flow .center .jiedian {
  width: 26px;
  height: 26px;
  background: url(../images/jiedian-ico.png) no-repeat left top;
  position: relative;
  left: -13px;
  margin-bottom: 300px;
}


#ab-main .flow .center .jiedian .jd-img {
  width: 332px;
  height: 186px;
}

#ab-main .flow .flow-list {
  width: 410px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 40px 28px;
  position: absolute;
  top: -40px;
  box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.08);
}

#ab-main .flow .flow-list .text>* {
  width: 100% !important;
  list-style: disc !important;
}

#ab-main .flow .flow-list .text li * {
  white-space: normal !important;
}

#ab-main .flow .flow-list::after {
  content: '';
  position: absolute;
  right: -54px;
  top: 40px;
  width: 0;
  height: 0;
  border-width: 12px 27px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

#ab-main .flow .list-right::after {
  right: auto;
  left: -54px;
  border-color: transparent #fff transparent transparent;
}

#ab-main .flow .flow-list.list-left {
  left: -465px;
}

#ab-main .flow .flow-list.list-right {
  left: 84px;
}

#ab-main .flow .flow-list .title {
  margin: 25px 0 16px;
}

#ab-main .flow .flow-list li {
  font-size: 14px;
}

#ab-main .flow .flow-list img {
  width: 100%;
  height: auto;
}

#ab-main .flow .flow-list .title h2 {
  font-size: 30px;
  display: inline-block;
  font-family: MicrosoftYaHei-Bold;
  color: rgba(51, 51, 51, 1);
}

#ab-main .flow .flow-list .title span {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  vertical-align: super;
}

#ab-main .flow .flow-list .text {
  width: 332px;
  text-align: justify;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  margin-top: 20px;
  color: rgba(102, 102, 102, 1);
  line-height: 24px;
}

#ab-main .flow .list-left em {
  position: absolute;
  right: -48px;
  top: 35px;
  width: 26px;
  height: 26px;
  background: url(../images/jiedian-ico.png) no-repeat left top;
}


@media screen and (max-width:1280px) {


  .container {
    width: 90%;
  }

  #ab-main .flow {
    padding: 0 0 80px;
    left: 0;
  }


}


@media screen and (max-width:768px) {

  .module-title {
    margin: 40px 0 20px;
  }

  .module-title h4{
    font-size: 20px;
  }

}