/* 小标题 */
h2 {
  color: rgba(31, 42, 54, 1);
  font-size: 32px;
  text-align: center;
  font-family: PingFangSC-Medium;
  margin-bottom: 0;
}

/* 标题desc */
p {
  line-height: 30px;
  color: rgba(128, 136, 145, 1);
  font-size: 16px;
  text-align: center;
  font-family: PingFangSC-Regular;
}

/* 政务领域页面 */
.header {
  position: relative;
  text-align: center;
  margin-bottom: 0;
}

.header img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.banner-text {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.banner-text h2 {
  color: #10367A;
  font-size: 48px;
  text-align: center;
  font-family: PingFangSC-Semibold;
  margin-bottom: 0;
  margin-top: 162px;
  letter-spacing: 4px;
}

.banner-text p {
  height: 56px;
  color: rgba(78, 89, 102, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  margin-top: 0px;
  /* 增加字间距 */
  letter-spacing: 2px;
}

.solution {
  background-color: #F3F7FB;
  padding-bottom: 10px;
}

.solution-tabs {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.solution-tabs .tab-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 30px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}

.solution-tabs .tab-btn.active {
  background: linear-gradient(to right, #1377DF 0%, #319FFF 100%);
  color: #fff;
  border-color: #1377DF;
}

.solution-panel .gov-metric-card {
  background: linear-gradient(#FFFFFF 0%, rgba(255, 255, 255, 0.16) 100%);
}

.government-tabs {
  display: flex;
  border-radius: 8px;
  margin: 100px auto 56px auto;
  background: #fff;
  width: 880px;
  height: 72px;
  box-shadow: none;
  border: none;
  justify-content: center;
  position: relative;
}

.government-tabs button {
  flex: 1;
  margin: 8px;
  font-size: 24px;
  font-family: AlimamaShuHeiTi-Bold;
  color: #808891;
  background: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.2s, color 0.2s;
}

.government-tabs button.active {
  background: linear-gradient(to right, #1377DF 0%, #319FFF 100%);
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
}

.journey-panel {
  text-align: center;
}

.process-steps {
  margin: auto;
  width: 1006px;
  margin-bottom: 85px;
}

.process-steps img {
  width: 100%;
}

.knowledge-images {
  display: flex;
  justify-content: center;
  /* 居中布局 */
  flex-wrap: wrap;
  /* 允许换行 */
  gap: 50px;
  /* 项目之间的间距 */
  margin: 63px 144px;
}

.image-item {
  background-color: #fff;
  border-radius: 8px;
  width: 348px;
  margin: 0;
  text-align: center;
}

.image-item img {
  width: 348px;
  /* 固定图片宽度 */
  height: 240px;
  /* 固定图片高度 */
  object-fit: cover;
  /* 保持图片比例，填充容器 */
  border-radius: 8px;
}

.image-item .description {
  padding: 30px 28px 32px;
  /* 设置内边距为36+28 */
  text-align: left;
}

.image-item .description h3 {
  color: rgba(31, 42, 54, 1);
  font-size: 22px;
  font-family: PingFangSC-Medium;
  margin-bottom: 5px;
  margin: 0;
}

.image-item .description p {
  color: rgba(78, 89, 102, 1);
  font-size: 14px;
  text-align: justify;
  /* 两端对齐 */
  font-family: PingFangSC-Regular;
  margin: 0;
}

.data-sources {
  margin: 110px auto;
}

.sources-flex {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.source-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.source-item>div {
  width: 168px;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 30px;
  background: linear-gradient(#FFFFFF 0%, #E2EEFF 100%);
  box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 1);
  color: rgba(0, 68, 139, 1);
  font-size: 20px;
  text-align: center;
  font-family: PingFangSC-Medium;
  padding: 12px 34px;
  margin: 60px 0 36px;
}

.source-item img {
  width: 266px;
  height: 160px;
}

.intelligent-subpanel {
  display: block;
}

.intelligent-content .solution {
  background-color: transparent;
}

.intelligent-content .solution-tabs {
  margin-bottom: 50px !important;
  border-radius: 0 !important;
  background: #E9F4FF;
}

.intelligent-content button.active {
  border-radius: 0 !important;
}

.intelligent-content .flexBox {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
}

.intelligent-content .professional img {
  width: 520px;
  height: 320px;
}

.intelligent-content .universal {
  gap: 40px;
}

.intelligent-content .universal img {
  width: 280px;
  height: 240px;
}

.intelligent-development {
  margin: 110px 296px;
}

.intelligent-development img {
  width: 640px;
  height: auto;
}

.workflow-layout,
.mcp-services {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 72px 0;
}

.workflow-layout>div,
.mcp-services>div {
  display: flex;
  flex-direction: column;
  width: 340px;
}

.workflow-layout h3,
.mcp-services h3 {
  color: rgba(31, 42, 54, 1);
  font-size: 24px;
  text-align: left;
  font-family: PingFangSC-Medium;
  margin-bottom: 10px;
}

.mcp-services>div {
  margin-right: 10px;
}

.mcp-services h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.mcp-services p {
  line-height: 24px;
  color: rgba(78, 89, 102, 1);
  font-size: 16px;
  text-align: left;
  font-family: PingFangSC-Regular;
}


.workflow-layout ul {
  margin-top: 0;
  padding-left: 15px;
}

.mcp-services ul {
  margin-top: 0;
  padding-left: 25px;
}

.workflow-layout li,
.mcp-services li {
  line-height: 32px;
  color: rgba(128, 136, 145, 1);
  font-size: 14px;
  text-align: left;
  font-family: PingFangSC-Regular
}

.appliance-content {
  position: relative;
  display: flex;
  justify-content: center;
}

.appliance-content .bg {
  width: 100%;
}

.appliance-content .cloud-end-integration {
  width: 990px;
  margin: 0 auto;
  position: absolute;
  top: 0;

}

.appliance-content .cloud-end-integration h3 {
  color: rgba(31, 42, 54, 1);
  font-size: 18px;
  text-align: center;
  font-family: PingFangSC-Regular;
}


.appliance-content .cloud-end-integration span {
  color: rgba(78, 89, 102, 1);
  font-size: 16px;
  display: block;
  text-align: left;
  font-family: PingFangSC-Regular;
  margin-bottom: 10px;
}

.integration-diagram {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;
}

.integration-diagram img {
  width: 378px;
}

.integration-diagram .diagram-arrow {
  width: 69px;
  height: 69px;
}

.cpu-content {
  margin: 100px auto;
}

.cpu-content img {
  width: 900px;
}