.zgs {
  margin: 40px 0 60px;
}
.zgs .tt1right {
  width: 30%;
}
.zgs .tt1right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.zgs .tt1left {
  flex: 1;
  height: 100%;
  padding: 20px;
}
.zgs .tt1left p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 40px;
  text-align: justify;
  margin: 0;
}
.zgs .tt1left .strengthen {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.zgs .samet {
  display: flex;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .zgs {
    padding: 0.5rem;
  }
}

@media (max-width: 768px) {
  .zgs .tt1right {
    display: none;
  }
}
