* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.next-container {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  padding-bottom: 40px;
}

.card-container {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 40px;
}

.card {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 25px 25px 25px;
  border: solid 1px #eeeeee;
}

.card img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  filter: grayscale(100%);
  opacity: 0.6;
}

.card p {
  font-size: 14px;
  color: #666;
}

.intro-container {
  width: 100%;
  margin-top: 40px;
}

.intro-title {
  position: relative;
  font-size: 14px;
  color: #666;
  border-bottom: solid 2px #eee;
  padding-bottom: 17px;
}
.intro-title::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 2px;
  background: #036eb8;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.intro-content {
  padding-top: 20px;
}
.intro-content p {
  color: #858585;
  line-height: 1.6;
  font-size: 13px;
}
.intro-content p + p {
  margin-top: 10px;
}

.rich-container {
  display: flex;
  width: 1200px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

.rich-container .image-section {
  flex: 1;
  background: url(http://www.zhdhq.com/uploads/image/20210317/20210317093808_7556.jpeg)
    no-repeat center;
  background-size: cover;
  min-height: 300px;
}

.rich-container .text-section {
  flex: 1;
  padding: 40px;
  position: relative;
}

.rich-container .number {
  font-size: 80px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 40px;
}

.rich-container .title {
  font-size: 24px;
  color: #0073c6;
  font-weight: bold;
  margin-left: 100px;
}

.rich-container .rich-content-desc ,.company_name {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  line-height: 1.6;
}

.rich-container .icon {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 80px;
  color: rgba(0, 115, 198, 0.1);
}
