body {
  padding-top: 0;
}
.main .head {
  background-color: white;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 360px;
}
.main .head .logo {
  width: 200px;
  height: 50px;
}
.main .head > div > a {
  margin: 0 40px;
  text-align: center;
}
.main .head > div > a > span:first-of-type {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.main .head > div > a > span:last-of-type {
  font-size: 12px;
  color: #D8D8D8;
}
.main .head > div > a.navBar-active > span:first-of-type {
  color: #1450EB !important;
}
.main .head > div > a.navBar-active > span:last-of-type {
  color: #A2BBFF !important;
}
.main .banner {
  background: url('/res/images/aboutzaogebg.png') no-repeat 0 0 / cover;
  height: 600px;
}
.main .develop {
  padding-top: 70px;
  padding-bottom: 139px;
  text-align: center;
}
.main .develop span {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 50px;
}
.main .develop img {
  width: 100%;
  height: 499px;
}
