.banner {
  position: relative;
}
.banner > div {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  align-items: center;
  justify-content: center;
}
.banner > div a {
  display: block;
  width: 168px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
}
.banner > div a:nth-of-type(1) {
  margin-right: 32px;
  background-color: #CA2D2B;
}
.banner > div a:nth-of-type(2) {
  margin-right: 32px;
  background-color: #4A90E2;
}
.intro {
  background-image: url("../img/info/int_bj.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.intro .wd980 {
  width: 980px;
  margin: 0 auto;
  padding: 34px 0 63px;
  text-align: center;
}
.intro .wd980 .title {
  font-size: 22px;
}
.intro .wd980 > p {
  max-width: 688px;
  margin: 12px auto 0;
  color: #666;
  font-size: 16px;
}
.intro .wd980 .bot {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro .wd980 .bot > div {
  max-width: 400px;
}
.intro .wd980 .bot > div img {
  width: 132px;
  height: 132px;
}
.intro .wd980 .bot > div p {
  margin-top: 19px;
  font-size: 16px;
}
.intro .wd980 .bot > div a {
  display: block;
  width: 168px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  margin: 18px auto 0;
}
.intro .wd980 .bot > div .fabao {
  background-color: #CA2D2B;
}
.intro .wd980 .bot > div .jiebao {
  background-color: #4A90E2;
}
.flow {
  background: linear-gradient(360deg, #fafafa 0%, #ffffff 1%, #f3f3f3 100%);
}
.flow .wd1200 {
  padding: 48px 0 80px;
}
.flow .wd1200 .title {
  font-size: 24px;
  text-align: center;
}
.flow .wd1200 .box {
  margin-top: 55px;
  display: flex;
  text-align: center;
}
.flow .wd1200 .box > div {
  margin-right: 40px;
  min-width: 224px;
}
.flow .wd1200 .box > div img {
  width: 155px;
  height: 155px;
}
.flow .wd1200 .box > div div {
  margin-top: 18px;
  font-size: 20px;
}
.flow .wd1200 .box > div p {
  margin-top: 13px;
  color: #666;
  font-size: 16px;
}
.flow .wd1200 .box > div:last-child {
  margin-right: 0;
}
.flow .wd1200 .box > img {
  margin-right: 30px;
  margin-top: 43px;
  width: 37px;
  height: 74px;
}
footer .foot {
  padding-bottom: 40px;
}
