.first-panel {
  height: 498px;
}

.second-panel {
  height: 692px;
  width: 100%;
  background-color: #f7f7f7;
}

.second-panel .content .data-panel {
  position: relative;
  top: 190px;
  left: 0;
}

.second-panel .content .data-panel p {
  color: #333;
  font-weight: 400;
  font-family: PingFang SC;
  font-size: 15px;
  text-align: left;
}

.second-panel .content .data-panel .desc-txt {
  color: #333;
  font-weight: 400;
  font-family: PingFang SC;
  font-size: 15px;
  text-align: left;
  line-height: 32px;
}

.second-panel .content .list-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  width: 1300px;
  margin-top: 38px;
}

.second-panel .content .list-panel .icon-img {
  height: 280px;
}

.second-panel .content .list-panel .item-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 221px;
  height: 275px;
  border: 1px solid #18943B;
}

.second-panel .content .list-panel .item-panel .txt-panel {
  margin-top: 40px;
  height: 60px;
}

.second-panel .content .list-panel .item-panel .txt {
  font-weight: 500;
  height: 30px;
  font-size: 20px;
  color: #18943B;
  text-align: center;
  line-height: 22px;
}

.fz-panel {
  height: 691px;
  background-color: #fff;
}

.fz-panel .data-panel {
  position: relative;
  top: 180px;
}

.fz-panel .data-panel p {
  font-weight: 400;
  font-family: PingFang SC;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  color: #333;
}

.fz-panel .content .data-panel .list-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 320px;
  position: relative;
  top: 80px;
}

.fz-panel .content .data-panel .list-panel .icon-img {
  height: 320px;
}

.oldsix-panel {
  height: 700px;
  width: 100%;
  background-color: #f7f7f7;
}

.oldsix-panel .content .data-panel {
  position: relative;
  top: 180px;
  width: 1300px;
  height: 400px;
}

.oldsix-panel .content .data-panel .bg-icon {
  position: absolute;
  width: 639px;
  height: auto;
  right: 0;
  top: -40px;
}

.oldsix-panel .content .data-panel .list-panel {
  display: grid;
  width: 300px;
  margin-top: 50px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}

.oldsix-panel .content .data-panel .list-panel .icon-panel {
  height: 160px;
  width: 153px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
}

.oldsix-panel .content .data-panel .list-panel .icon-panel .icon {
  max-height: 90px;
  max-width: 80px;
}

.base-data-panel {
  position: relative;
  top: 180px;
  width: 1300px;
}

.fish-panel {
  height: 756px;
  background-color: #fff;
}

.fish-panel .content .data-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 190px;
  position: relative;
}

.fish-panel .content .data-panel .desc-txt {
  position: absolute;
  left: 0;
  top: 0;
}

.fish-panel .content .data-panel .bg-icon {
  height: 607px;
  position: relative;
  top: -80px;
}

.lot-panel {
  width: 100%;
  height: 692px;
  background-color: #f7f7f7;
}

.lot-panel .data-panel .bg-icon {
  height: 525px;
  position: relative;
  top: -80px;
  left: 60%;
  transform: translateX(-50%);
}

.contact-panel {
  width: 100%;
  background-color: #fff;
  min-height: 700px;
  padding-bottom: 180px;
}

.contact-panel .customer-list .pond-list-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 40px;
  margin-top: 30px;
}
.contact-panel .customer-list .pond-list-panel .pond-item-panel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.contact-panel .customer-list .pond-list-panel .pond-img {
  width: 100%;
  height: auto;
}
.contact-panel .customer-list .pond-list-panel .info-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  width: 100%;
  height: 97px;
}
.contact-panel .customer-list .pond-list-panel .info-panel .title-txt {
  font-weight: 700;
  height: 20px;
  font-size: 18px;
  text-align: center;
  color: #333333;
}
.contact-panel .customer-list .pond-list-panel .info-panel .desc-txt {
  font-weight: 400;
  height: 20px;
  font-size: 15px;
  text-align: center;
  color: #333333;
  margin-top: 14px;
}

/*# sourceMappingURL=product.css.map */
