/* 行业应用子类页：标题居中 + 与正文间距 */
.cts-industry-page {
  padding: 10px 0 48px;
  box-sizing: border-box;
  text-align: center;
}
.cts-industry-title {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center !important;
  font-size: 36px !important;
  font-weight: 400;
  line-height: 2;
  color: #00509a;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
.cts-industry-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 16px auto 0;
  background: #00509a;
}
.cts-page-h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #00509a;
  font-size: 36px;
  line-height: 2;
  font-weight: 400;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
.cts-page-h1-line {
  margin: 0 auto 8px;
  text-align: center;
  max-width: 273px;
  width: 100%;
}
.cts-page-h1-line img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.cts-industry-line {
  display: none;
}
.cts-industry-body {
  margin-top: 28px;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  color: #696969;
  font-family: "Microsoft YaHei", sans-serif;
}
.cts-industry-body img {
  max-width: 100%;
  height: auto;
}
.cts-industry-body p {
  margin: 0 0 1em;
}
@media (max-width: 768px) {
  .cts-industry-title,
  .cts-page-h1 {
    font-size: 26px !important;
  }
  .cts-industry-body {
    margin-top: 22px;
  }
}
