@charset "UTF-8";
/**
 * 公司官网
 * date: 2023-10-9
 * author: TH;
 */
.header {
  box-shadow: 0 2px 4px #ddd;
}

.rule {
  color: #606060;
  width: 1200px;
  margin: 0 auto;
  margin-top: 65px;
}

.title {
  height: 147px;
  line-height: 147px;
  margin-top: 33px;
  text-align: center;
  font-size: 42px;
}

.text {
  line-height: 30px;
  font-size: 16px;
}

.sub-title {
  line-height: 54px;
  font-weight: 500;
  font-size: 22px;
}

.paragraph {
  margin-bottom: 26px;
}

.min-title {
  line-height: 59px;
  font-size: 18px;
  font-weight: 500;
}