.top {
  height: 260px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top img {
  position: absolute;
  right: 0;
  top: 0;
}

.top p.title {
  font-size: 26px;
  font-weight: bold;
  color: #ff7b15;
  width: 100%;
  margin-top: 0;
}

.top p {
  max-width: 36em;
}

.items {
  width: 1200px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.items > img {
  box-shadow: 0px 0px 10px #00000010;
}

.h {
  height: 680px;
}

.h .item {
  height: 325px;
  width: 388px;
  background-color: #f3f3f3;
  padding-top: 245px;
  position: relative;
}

.h .item img {
  position: absolute;
  top: 0;
  left: 0;
}

.h .item p {
  line-height: 80px;
  text-align: center;
  font-size: 18px;
}

.main img {
  display: block;
  margin-top: 30px;
}

