.title-box {
  width: 100%;
  height: 124px;
  /* background: #0072FF; */
  display: flex;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.title {
  display: flex;
  justify-content: space-between;
  height: 29px;
  color: #333333;
  line-height: 29px;
  margin-top: 25px;
}

.title-Chs {
  font: bold 26px Microsoft YaHe;
}
.title-Eng {
  font: 20px Haboro Contrast;
  text-transform: uppercase;
  opacity: 0.5;
}
.description {
  text-indent: 30px;
  padding: 63px 30px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.content {
  margin-top: 92px;
}
.content-row {
  margin-bottom: 155px;
  display: flex;
  justify-content: center;
}
.content img {
  margin-left: 80px;
  width: 400px;
  height: 267px;
}
.services-des-box {
  position: relative;
}
.services-des-box img {
  width: 400px;
  height: 267px;
}
.services-des {
  box-sizing: border-box;
  position: absolute;
  right: 40px;
  top: 236px;
  padding: 26px;
  width: 360px;
  height: 130px;
  background: #ffffff;
  box-shadow: 0 5px 16px 0 rgba(0, 103, 176, 0.1);
  border-radius: 0 8px 8px 8px;
  line-height: 20px;
  color: #333333;
}
.services-des h2 {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: bold;
}
.services-des p {
  font-size: 12px;
  font-weight: 400;
}
footer {
  margin-top: 0;
}
