.about-item-image img {
  border-radius: 8px;
  box-shadow: 4px 4px 4px #bbb;
}

.card-szjc {
  min-height: 226px;
}

.header-bg-solution-shape {
  position: relative;
  background-image: url(../images/page-bg/pipe-system.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #010206;
}


.header-bg-solution-2-shape {
  position: relative;
  background-image: url(../images/page-bg/pump2.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  background-color: #010206;
}

.header-bg-product-shape {
  position: relative;
  background-image: url(../images/cpzx.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-color: #010206;
  text-shadow: 1px 1px 2px #010206;
}

.box-with-desc {
  position: relative;
}

.box-with-desc .desc {
  position: absolute;
  bottom: 0;
  padding: 8px 16px;
  color: #fff;
  text-shadow: 1px 1px 2px #010206;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.feature-card-thumb img {
  width: 42px;
  height: 42px;
}

.height-100 {
  min-height: 100px;
}

.height-220 {
  min-height: 220px;
}

.navbar-area {
  background-color: #fffe;
}

.thumb-color-1 {
  background-color: #edc9ff;
}
.thumb-color-2 {
  background-color: #FED4E7;
}
.thumb-color-3 {
  background-color: #F2B79F;
}
.thumb-color-4 {
  background-color: #E5B769;
}
.thumb-color-5 {
  background-color: #D8CC34;
}

.btn-link {
  text-decoration: none;
  cursor: pointer;
}

.product-content-cls {
  display: none;
}

.product-content-cls.active {
  display: flex;
}

.system-arch-image-container {
  border: 1px solid #0002;
  border-radius: 8px;
}

.service-card-thumb-title {
  display: flex;
  align-items: flex-end;
}