/* 容器样式 */
.t_syk3nr {
  padding: 40px 20px;
  background-color: #f5f5f5;
}

/* 标题样式 */
.t_yiqih2 h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
}

/* 段落样式 */
.t_yiqiduan p {
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  text-align: center;
}

/* 统计数据容器 */
.t_syk3ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

/* 单个统计项 */
.t_syk3li {
  width: calc(33.333% - 40px);
  margin: 20px;
  text-align: center;
}

.t_syk3li .t_syk3shu {
  font-size: 36px;
  font-weight: bold;
  color: #ff6b00;
  margin-bottom: 10px;
}

.t_syk3li .t_syk3xshu {
  font-size: 16px;
  color: #666;
}

/* “了解更多”按钮 */
.t_yiqimore {
  text-align: center;
}

.t_yiqimore a {
  display: inline-block;
  text-decoration: none;
}

.t_yiqiliao {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6b00;
  padding: 10px 20px;
  border-radius: 50px;
  transition: background-color 0.3s;
}

.t_yiqiliao:hover {
  background-color: #e55d00;
}

.t_yiqimoreli {
  display: flex;
  align-items: center;
}

.t_yimorezi {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}

.t_yimoreicon img {
  width: 20px;
  height: 20px;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .t_syk3li {
    width: calc(50% - 40px);
  }
}

@media (max-width: 768px) {
  .t_syk3li {
    width: 100%;
    margin: 10px 0;
  }
}
