.main > section {
  width: 100%;
  min-width: 1208px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-1 {
  height: 600px;
  background-image: url("../../../img/about/honour/banner.png");
}
.main > .section-1 > .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main > .section-1 > .content > .title {
  padding-top: 145px;
  padding-bottom: 20px;
  font-size: 56px;
  font-weight: 500;
  color: #FFF;
}
.main > .section-1 > .content > .sub-title {
  color: #FFF;
  font-size: 16px;
}
.main > .section-2 {
  min-height: 600px;
  background-color: #F4F4F4;
  padding-bottom: 40px;
}
.main > .section-2 > .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main > .section-2 > .content > .title {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  line-height: 87px;
}
.main > .section-2 > .content > .con-1 {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  height: 760px;
}
.main > .section-2 > .content > .con-1 > .row {
  width: 520px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.main > .section-2 > .content > .con-1 > .row > .img {
  width: 100%;
  height: 600px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #DDD;
}
.main > .section-2 > .content > .con-1 > .row > .img > img {
  width: auto;
  height: auto;
}
.main > .section-2 > .content > .con-1 > .row > .bottom-bg {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFF;
}
.main > .section-2 > .content > .con-1 > .row > .bottom-bg.bottom-1 {
  background-image: url("../../../img/about/honour/bottom-1.png");
}
.main > .section-2 > .content > .con-1 > .row > .bottom-bg.bottom-2 {
  background-image: url("../../../img/about/honour/bottom-2.png");
}
.main > .section-2 > .content > .con-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.main > .section-2 > .content > .con-2 > .row {
  margin: 16px 22px;
  width: 240px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main > .section-2 > .content > .con-2 > .row > img {
  width: auto;
  height: auto;
}/*# sourceMappingURL=zizhi.css.map */