.main {
  width: 100%;
  margin-top: 80px;
}
.main .banner {
  position: relative;
  width: 100%;
  height: 360px;
}
.main .banner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.main .flow {
  width: 1200px;
  margin: 0 auto;
}
.main .flow .flow-progress {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.main .flow .flow-progress .flow-list {
  width: 510px;
}
.main .flow .flow-progress .flow-list img {
  display: block;
  width: 510px;
  height: 266px;
}
.main .flow .flow-progress .flow-list p {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.main .flow .flow-progress .flow-list p em {
  display: inline-block;
  margin-right: 10px;
  color: #E60A16;
}
.main .flow .flow-progress .direction {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 54px;
  margin-top: 106px;
  background: #F7F7F7;
}
.main .flow .flow-progress .direction img {
  display: block;
}
.main .flow .flow-direction {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 54px;
  height: 180px;
  background: #F7F7F7;
}
.main .flow .flow-direction img {
  display: block;
}
.main .flow .flow-direction1 {
  float: left;
}
