.banner {
  width: 100%;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section .title {
  width: 272px;
  margin: 18px 0 24px 0;
}

.section .serial {
  width: 50px;
  margin-bottom: 12px;
}

.section .process {
  width: 86%;
  height: 80px;
  /*line-height: 49px;*/
  /*-webkit-box-sizing: border-box;*/
          /*box-sizing: border-box;*/
  border-left: 1px solid #00FAF0;
  border-right: 1px solid #FF0150;
  margin-bottom: 12px;
  background: #242424;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;

  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;

  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;

  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
}

/*# sourceMappingURL=cooperation.css.map */