body {
  min-width: 1100px;
}

header {
  padding: 0 120px;
  display: flex;
  align-items: center;
  height: 103px;
  background-color: #fff;
}

.logo {
  display: block
  width: 117px;
  height: 50px;
}

.banner-wrapper {
  margin-bottom: 140px;
}

.banner-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.section-title {
  margin-bottom: 40px;
  font-family: Source Han Sans CN;
  font-size: 42px;
  font-weight: 500;
  line-height: 64px;
  text-align: center;
  color: rgba(79, 40, 19, 1);
}

.section {
  margin: 0 auto 140px;
  width: 1360px;
  max-width: 80%;
}

.section-1 .item {
  width: calc((100% - 120px) / 3);
}

.section-2 .item {
  width: calc((100% - 200px) / 3);
}


.section-content {
  display: flex;
  justify-content: space-between;
}

.section-1 .section-content {
  align-items: flex-end;
}

.section-content .item img {
  display: block;
  width: 100%;
  height: auto;
}

.section-2 .item p {
  margin-top: 12px;
  text-align: center;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: 500;
  line-height: 39px;
  text-align: center;
  color: rgba(115, 61, 29, 1);
}


footer {
  padding: 0 120px;
  display: flex;
  align-items: center;
  height: 103px;
  background: rgba(23, 12, 5, 1);
}

.footer-content {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-content .item {
  margin-right: 15px;
}