.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.point {
  font-size: 8px;
  display: inline-block;
  transform: translateY(-2px);
}

.color {
  color: #0166fd;
}
.color2 {
  color: #191b21;
}
.color3 {
  color: #191b214c;
}

.f12 {
  font-size: 12px !important;
}
.f24 {
  font-size: 24px !important;
}

.img {
  width: 100%;
  height: auto;
}

.tag {
  width: 100px;
  white-space: nowrap;
  color: #0166fd !important;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  text-align: center;
  background: #d5e6ff;
}

.new_wrap {
  padding-left: 360px;
  padding-right: 360px;
}

@media screen and (min-width: 2500px) {
  .new_wrap {
    padding-left: 1200px;
    padding-right: 1200px;
  }
}

.new_wrap > .title {
  text-align: center;
  margin-bottom: 75px;
  margin-top: 210px;
}

.new_wrap .text {
  margin-right: 120px;
}

.new_wrap .btn-rm {
  margin-top: 15px;
}

.new_wrap .text > p {
  font-size: 14px;
  color: #323440;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.new_wrap .gs_img {
  min-width: 536px;
  height: auto;
  object-fit: cover;
}

.new_bg {
  background: url("../images/new/home/bg.webp") no-repeat center center;
}

#content {
  width: 100%;
  background: unset !important;
}

#graphic_layout {
  flex: 1;
}

.application_scenario_list {
  display: flex;
  justify-content: space-between;
}

.application_scenario_list > .left > ul {
  width: 290px;
}

.application_scenario_list > .left > ul > li {
  padding-left: 26px;
  width: inherit;
  height: 80px;
  margin-bottom: 16px;
  background: #f3f8ff;
  box-shadow: 0px 6px 6px 1px rgba(219, 223, 229, 0.5);
  border-radius: 8px 8px 8px 8px;
  display: inline-flex;
  /* justify-content: center; */
  align-items: center;

  cursor: pointer;
  transition: 0.3s;
}

.application_scenario_list > .left > ul > li > img {
  width: 45px;
  height: 45px;
  margin-right: 14px;
}

.application_scenario_list > .left > ul > li > p {
  display: flex;
  flex-direction: column;
}

.application_scenario_list > .left > ul > li > p > span.title {
  font-size: 16px;
  color: #191b21;
}
.application_scenario_list > .left > ul > li > p > span.des {
  font-size: 12px;
  color: #aaaeb2;
}

.application_scenario_list > .left > ul > li.active {
  background: #0166fd;
  /* box-shadow: 0px 6px 6px 1px rgba(219,223,229,0.5); */
  border-radius: 8px 8px 8px 8px;
}

.application_scenario_list > .left > ul > li.active > p > span.title,
.application_scenario_list > .left > ul > li.active > p > span.des {
  color: #ffffff;
}

.application_scenario_list > .right {
  margin-left: 32px;
  flex: 1;
  height: 560px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
  box-shadow: 0px 3px 6px 1px rgba(219, 223, 229, 0.5);
  border-radius: 8px 8px 8px 8px;
  border: 4px solid #ffffff;
  opacity: 0.81;
}

.application_scenario_list > .right > ul,
.application_scenario_list .right li {
  height: 100%;
}

.application_scenario_list > .right > ul > li > .content {
  margin-top: 24px;
  margin-left: 48px;
}

.application_scenario_list > .right > ul > li > .content > h5 {
  margin-bottom: 4px;
}

.application_scenario_list > .right > ul > li > .content > b > span {
  font-size: 8px;
  display: inline-block;
  transform: translateY(-2px);
}

.application_scenario_list > .right > ul > li > .content > .gap1 {
  margin-bottom: 40px;
}
.application_scenario_list > .right > ul > li > .content > .gap2 {
  margin-bottom: 30px;
}

.application_scenario_list > .right > ul > li > .img_anima1,
.application_scenario_list > .right > ul > li > .img_anima2,
.application_scenario_list > .right > ul > li > .img_anima3,
.application_scenario_list > .right > ul > li > .img_anima4,
.application_scenario_list > .right > ul > li > .img_anima5,
.application_scenario_list > .right > ul > li > .img_anima6 {
  height: 55%;
  position: relative;
}

.application_scenario_list > .right > ul > li > .img_anima1 > img,
.application_scenario_list > .right > ul > li > .img_anima2 > img,
.application_scenario_list > .right > ul > li > .img_anima3 > img,
.application_scenario_list > .right > ul > li > .img_anima4 > img,
.application_scenario_list > .right > ul > li > .img_anima5 > img,
.application_scenario_list > .right > ul > li > .img_anima6 > img {
  position: absolute;
  bottom: 10%;
  right: 10%;
  object-fit: cover;
}

.application_scenario_list > .right > ul > li > .img_anima2,
.application_scenario_list > .right > ul > li > .img_anima3,
.application_scenario_list > .right > ul > li > .img_anima4 {
  height: 34%;
}

.application_scenario_list > .right > ul > li > .img_anima2 > img,
.application_scenario_list > .right > ul > li > .img_anima3 > img,
.application_scenario_list > .right > ul > li > .img_anima4 > img {
  bottom: 0%;
}

/*第一组图*/
.application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_1,
.application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_2,
.application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_4,
.application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_6 {
  z-index: 99;
}
.application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_1 {
  right: 43%;
  bottom: 88%;
}
.application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_2 {
  right: 54%;
  bottom: 43%;
}
.application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_3 {
  z-index: 2;
  right: 16%;
}
.application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_4 {
  right: 12%;
  bottom: 33%;
}
.application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_5 {
  z-index: 1;
  bottom: 60%;
}
.application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_6 {
  right: 12%;
  bottom: 53%;
}

/*第二组图*/
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_1,
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_2,
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_3,
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_4,
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_5 {
  z-index: 99;
}
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_1 {
  right: 23%;
  bottom: 148%;
}
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_2 {
  right: 8%;
  bottom: 63%;
}
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_3 {
  right: 40%;
}
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_4 {
  right: 46.5%;
  bottom: 29.5%;
}
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_5 {
  right: 10%;
  bottom: 12%;
}
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_6 {
  z-index: 2;
  right: 12%;
  bottom: 0%;
}
.application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_7 {
  z-index: 1;
  right: 12%;
  bottom: 93%;
}

/*第三组图*/
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_1,
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_2,
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_3,
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_4,
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_5 {
  z-index: 99;
}
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_1 {
  right: 46%;
  bottom: 68%;
}
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_2 {
  right: 8%;
  bottom: 63%;
}
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_3 {
  right: 40%;
}
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_4 {
  right: 8%;
  bottom: -20%;
}
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_5 {
  right: 26%;
  bottom: 110%;
}
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_6 {
  z-index: 2;
  right: 12%;
  bottom: 0%;
}
.application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_7 {
  z-index: 1;
  right: 12%;
  bottom: 65%;
}

/*第四组图*/
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_1,
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_2,
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_3,
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_4,
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_5 {
  z-index: 99;
}
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_1 {
  right: 13%;
  bottom: 120%;
}
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_2 {
  right: 22%;
  bottom: 11%;
}
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_3 {
  right: 3%;
  bottom: 11%;
}
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_4 {
  right: 32%;
  bottom: -20%;
}
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_5 {
  right: 0%;
  bottom: 80%;
}
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_6 {
  z-index: 2;
  right: 2%;
  bottom: 0%;
}
.application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_7 {
  z-index: 1;
  right: 26%;
  bottom: 82%;
}

/*第五组图*/
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_1,
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_2,
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_3,
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_4,
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_5 {
  z-index: 99;
}
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_1 {
  right: 3%;
  bottom: 13%;
}
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_2 {
  right: 29%;
  bottom: 67%;
}
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_3 {
  right: 39%;
  bottom: 11%;
}
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_4 {
  right: 17%;
  bottom: 59%;
}
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_5 {
  right: 10%;
  bottom: 5%;
  z-index: 2;
}
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_6 {
  z-index: 1;
  right: 7%;
  bottom: 48%;
}
.application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_7 {
  z-index: 1;
  right: 3%;
  bottom: 50%;
}

/*第五组图*/
.application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_1,
.application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_2,
.application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_3,
.application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_4 {
  z-index: 99;
}
.application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_1 {
  right: 24%;
  bottom: 70%;
}
.application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_2 {
  right: 48%;
  bottom: 29%;
}
.application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_3 {
  right: 10%;
  bottom: 14%;
}
.application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_4 {
  right: 2%;
  bottom: 52%;
}
.application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_5 {
  right: 10%;
  bottom: 5%;
  z-index: 2;
}

/*tab切换*/
.cert-tabs {
  width: 100%;
  margin: 0 auto;
}
.cert-tab-nav {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
  padding-left: 0;
  justify-content: space-between;
}
.cert-tab-nav li {
  list-style: none;
  padding: 12px 32px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}
.cert-tab-nav li.active {
  color: #1677ff;
  border-bottom: 2px solid #1677ff;
}
.cert-tab-content .tab-panel {
  display: none;
}
.cert-tab-content .tab-panel.active {
  display: block;
}
/* Tab 指示器样式 */
.cert-tab-indicators {
  display: flex;
  justify-content: center; /* 水平居中 */
  margin-top: 20px; /* 与内容区域保持距离 */
}

.indicator-circle {
  display: block; /* 使 span 成为块级元素以便设置宽高 */
  width: 8px; /* 圆点大小 */
  height: 8px; /* 圆点大小 */
  background-color: #ccc; /* 非活动状态颜色 */
  border-radius: 50%; /* 使其成为圆形 */
  margin: 0 4px; /* 圆点之间的间距 */
  cursor: pointer; /* 显示手形光标，表示可交互 */
  transition: background-color 0.2s ease, width 0.2s ease,
    border-radius 0.2s ease; /* 添加宽度和圆角过渡效果 */
}

.indicator-circle.active {
  width: 30px; /* 激活时变为长条宽度 */
  height: 8px; /* 保持高度不变 */
  background-color: #1677ff; /* 活动状态颜色，与 Tab 标题颜色一致 */
  border-radius: 4px; /* 使长条有圆角 */
}

/* Tab 内容区域布局 */
.tab-panel-inner {
  display: flex; /* 使用 Flexbox 布局 */
  flex-direction: row; /* 强制水平布局 */
  align-items: flex-start; /* 左边图片和右边内容顶部对齐 */
  gap: 40px; /* 左边图片和右边内容之间的间距 */
}

.tab-panel-left {
  background: #000;
  flex: 0 0 40%; /* 左侧固定宽度，不放大不缩小 */
  max-width: 40%; /* 确保不超过这个宽度 */
  border-radius: 8px; /* 图片容器圆角 */
  overflow: hidden; /* 隐藏超出容器的图片部分 */
  position: relative; /* 为伪元素定位提供参考 */
}

.tab-panel-left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(1, 102, 253, 0.8) 100%
  );
  border-radius: 8px;
  pointer-events: none; /* 确保蒙版不会影响鼠标事件 */
}

.tab-panel-left img {
  display: block; /* 确保图片是块级元素 */
  width: 100%; /* 图片宽度填充其容器 */
  height: auto; /* 高度自适应，保持图片比例 */
  border-radius: 8px; /* 图片圆角，与容器一致 */
}

.tab-panel-right {
  flex: 1; /* 右侧填充剩余空间 */
}

/* 参考图片调整文字样式和间距 */
.tab-panel-right h5 {
  font-size: 24px; /* 根据图片调整标题大小 */
  margin-bottom: 15px; /* 标题下方间距 */
}

.tab-panel-right p {
  font-size: 15px; /* 调整段落字体大小 */
  line-height: 1.8; /* 调整行高 */
  color: #555; /* 调整字体颜色 */
}

.tab-panel-right > ul {
  margin-top: 60px;
}

.tab-panel-right > ul > li {
  display: inline-flex;
  flex-direction: column;
  margin-right: 65px;
}

.tab-panel-right > ul > li:last-child {
  margin-right: 0;
}

.tab-panel-right > ul > li > span:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  color: #0166fd;
}

.tab-panel-right p.gap1 {
  margin-bottom: 20px; /* 简要描述下方的间距 */
}

.tab-panel-right b {
  display: block; /* 使粗体标题独占一行 */
  margin-top: 15px; /* 粗体标题上方的间距 */
  margin-bottom: 8px; /* 粗体标题下方的间距 */
  font-size: 16px; /* 调整粗体标题字体大小 */
  color: #333; /* 调整粗体标题颜色 */
}

.tab-panel-right b span {
  margin-right: 8px; /* 列表圆点和文字的间距 */
}

.tab-panel-right p.gap2 {
  margin-bottom: 15px; /* 带有gap2的段落下方的间距 */
}

/* 响应式调整 */
@media (max-width: 768px) {
  .tab-panel-inner {
    flex-direction: row !important; /* 强制保持水平布局 */
    gap: 20px; /* 减小间距 */
  }

  .tab-panel-left {
    flex: 0 0 45%; /* 稍微增加左侧宽度比例 */
    max-width: 45%;
  }

  .tab-panel-right {
    flex: 1;
  }

  .tab-panel-right h5 {
    font-size: 20px;
  }

  .tab-panel-right p,
  .tab-panel-right b {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .tab-panel-inner {
    flex-direction: row !important; /* 强制保持水平布局 */
    gap: 15px; /* 进一步减小间距 */
  }

  .tab-panel-left {
    flex: 0 0 50%; /* 在最小屏幕上增加左侧宽度比例 */
    max-width: 50%;
  }

  .tab-panel-right h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .tab-panel-right p,
  .tab-panel-right b {
    font-size: 13px;
  }
}

/* 走马灯样式 */
.tab-content-slider {
  position: relative;
  margin: 0 -15px;
}

.tab-content-slider .slick-list {
  overflow: hidden;
}

.tab-content-slider .slick-track {
  display: flex;
}

.tab-content-slider .slick-slide {
  padding: 0 15px;
  display: flex;
}

/* 走马灯箭头样式 */
.tab-content-slider .slick-prev,
.tab-content-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.tab-content-slider .slick-prev {
  left: -20px;
}

.tab-content-slider .slick-next {
  right: -20px;
}

.tab-content-slider .slick-prev:hover,
.tab-content-slider .slick-next:hover {
  background: #1677ff;
  color: #fff;
}

.tab-content-slider .slick-prev i,
.tab-content-slider .slick-next i {
  font-size: 16px;
  color: #666;
  transition: all 0.3s ease;
}

.tab-content-slider .slick-prev:hover i,
.tab-content-slider .slick-next:hover i {
  color: #fff;
}

/* 走马灯指示点样式 */
.tab-content-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.tab-content-slider .slick-dots li {
  margin: 0 4px;
}

.tab-content-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  background: #ccc;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-content-slider .slick-dots li.slick-active button {
  width: 30px;
  border-radius: 4px;
  background: #1677ff;
}

#cooperative_partner > .content > .right {
  transform: translateY(12%);
}

#cooperative_partner > .content > .right > p > span {
  font-size: 8px;
  display: inline-block;
  transform: translateY(-2px);
}

/* 合作伙伴轮播样式 */
.slider-clients {
  margin: 30px 0;
}

.slider-clients .slick-slider {
  margin: 0 -15px;
  padding: 0;
}

.slider-clients .slick-slide {
  margin: 0 15px;
  padding: 0;
}

.slider-clients .client-single {
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease;
}

.slider-clients .client-single:hover {
  transform: translateY(-5px);
}

.slider-clients .client-single img {
  max-width: 100%;
  height: auto;
  /* filter: grayscale(100%); */
  transition: all 0.3s ease;
}

.slider-clients .client-single:hover img {
  /* filter: grayscale(0%); */
  transform: scale(1.05);
}

/* 调整两行轮播之间的间距 */
.cooperative-partner-row1 {
  margin-bottom: 10px !important; /* 减小行间距 */
}

.cooperative-partner-row2 {
  margin-top: 10px !important; /* 减小行间距 */
}

/* 响应式调整 */
@media (max-width: 768px) {
  .slider-clients .client-single {
    padding: 10px;
  }

  .cooperative-partner-row1 {
    margin-bottom: 15px;
  }
}

#footer_banner {
  position: relative;
  text-align: center; /* 文字居中 */
}

#footer_banner img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px; /* 限制内容最大宽度 */
  color: #fff; /* 文字颜色 */
  z-index: 10;
}

.footer-banner-content h2 {
  font-size: 36px; /* 标题字号 */
  margin-bottom: 20px;
}

.footer-banner-content p {
  font-size: 16px; /* 段落字号 */
  margin-bottom: 30px;
  opacity: 0.8; /* 段落透明度 */
}

.footer-banner-buttons .btn {
  margin: 0 10px; /* 按钮间距 */
  width: 184px;
  height: 40px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #0166fd;
}

.footer-banner-buttons .btn:hover {
  width: 184px;
  height: 40px;
  background: #0166fd;
  color: white;
  border-radius: 4px 4px 4px 4px;
}

.footer-banner-buttons .btn.active {
  background: #0166fd;
  color: white;
}

.footer-banner-buttons .btn.active:hover {
  background: #0459d8;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .footer-banner-content h2 {
    font-size: 24px;
  }

  .footer-banner-content p {
    font-size: 14px;
  }

  .footer-banner-buttons .btn {
    margin: 10px 0; /* 按钮垂直间距 */
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 新底部样式 */
.new_footer {
  background-color: #f8f9fa; /* 浅灰色背景 */
  padding: 60px 0 20px 0; /* 上下内边距，底部小一些 */
  color: #333; /* 深灰色文字 */
  font-size: 14px;
}

.new_footer h4 {
  color: #000; /* 标题颜色 */
  font-size: 16px;
  margin-bottom: 25px;
  position: relative;
}

/* 可以为标题添加一个底部边框装饰，可选 */
/*
.new_footer h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #007bff;
  margin-top: 10px;
}
*/
.new_footer > .container > .footer-content {
  display: flex;
  justify-content: space-between;
}

.new_footer .footer-links {
  padding: 0;
  list-style: none;
}

.new_footer .footer-links li {
  margin-bottom: 10px;
}

.new_footer .footer-links a {
  color: #555; /* 链接颜色 */
  text-decoration: none;
  transition: color 0.3s ease;
}

.new_footer .footer-links a:hover {
  color: #007bff; /* 链接悬停颜色 */
}

/* 友情链接图片样式 */
.friendship-links {
  width: 70%;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  gap: 40px; /* 图片之间的间距 */
}

.friendship-links a {
  width: 40px;
  height: 40px;
}

.friendship-links img {
  display: block;
  max-width: 100%;
  width: inherit;
  height: inherit;
  border-radius: 50%; /* 圆形图片，如果需要 */
  background-color: #f1f1f1; /* 图片背景，如果logo有透明区域 */
  padding: 5px; /* 图片内边距 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* 联系信息样式 */
.contact-info p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #555;
}

/* 二维码样式 */
.qr-codes {
  display: flex;
  gap: 30px; /* 二维码之间的间距 */
  margin-top: 20px;
}

.qr-item {
  text-align: center;
}

.qr-item p {
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
}

.qr-item img {
  display: block;
  width: 100px; /* 二维码图片大小 */
  height: 100px;
  border: 1px solid #eee;
  padding: 5px;
  background-color: #fff;
}

/* 底部版权信息 */
.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee; /* 上方细分隔线 */
  color: #777; /* 版权信息文字颜色 */
  font-size: 12px;
}

.footer-bottom p {
  margin-bottom: 5px;
}

.footer-bottom a {
  color: #777;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* 响应式调整 */
@media (max-width: 767.98px) {
  .new_footer .footer-content > div {
    margin-bottom: 30px; /* 小屏幕上各列之间增加垂直间距 */
  }

  .friendship-links a {
    width: calc(50% - 10px); /* 小屏幕上每行2个 */
  }

  .qr-codes {
    justify-content: center; /* 小屏幕上二维码居中 */
  }
}

/* 移动端适配样式 */
@media screen and (max-width: 768px) {
  .new_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .new_wrap > .title {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .flex_between {
    flex-direction: column;
  }

  .new_wrap .text {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .new_wrap .gs_img {
    min-width: 100%;
    margin-top: 20px;
  }

  /* 应用场景列表移动端适配优化 */
  .application_scenario_list {
    flex-direction: column;
    gap: 20px;
  }

  .application_scenario_list > .left > ul {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .application_scenario_list > .left > ul > li {
    width: calc(50% - 5px);
    height: auto;
    min-height: 80px;
    padding: 10px;
    margin-bottom: 0;
  }

  .application_scenario_list > .left > ul > li > img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .application_scenario_list > .left > ul > li > p > span.title {
    font-size: 14px;
  }

  .application_scenario_list > .left > ul > li > p > span.des {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .application_scenario_list > .right {
    margin-left: 0;
    height: auto;
    min-height: 500px;
    padding: 15px;
  }

  .application_scenario_list > .right > ul > li {
    display: flex;
    flex-direction: column;
  }

  .application_scenario_list > .right > ul > li > .content {
    margin: 0 0 20px 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
  }

  .application_scenario_list > .right > ul > li > .content > h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .application_scenario_list > .right > ul > li > .content > p {
    font-size: 14px;
    line-height: 1.6;
  }

  .application_scenario_list > .right > ul > li > .content > .gap1 {
    margin-bottom: 20px;
  }

  .application_scenario_list > .right > ul > li > .content > .gap2 {
    margin-bottom: 15px;
  }

  .application_scenario_list > .right > ul > li > .img_anima1,
  .application_scenario_list > .right > ul > li > .img_anima2,
  .application_scenario_list > .right > ul > li > .img_anima3,
  .application_scenario_list > .right > ul > li > .img_anima4,
  .application_scenario_list > .right > ul > li > .img_anima5,
  .application_scenario_list > .right > ul > li > .img_anima6 {
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f9ff;
  }

  .application_scenario_list > .right > ul > li > .img_anima1 > img,
  .application_scenario_list > .right > ul > li > .img_anima2 > img,
  .application_scenario_list > .right > ul > li > .img_anima3 > img,
  .application_scenario_list > .right > ul > li > .img_anima4 > img,
  .application_scenario_list > .right > ul > li > .img_anima5 > img,
  .application_scenario_list > .right > ul > li > .img_anima6 > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
  }

  /* 调整图片位置 */
  .application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_1,
  .application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_2,
  .application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_3,
  .application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_4,
  .application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_5,
  .application_scenario_list > .right > ul > li > .img_anima1 > img.hx1_6,
  .application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_1,
  .application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_2,
  .application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_3,
  .application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_4,
  .application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_5,
  .application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_6,
  .application_scenario_list > .right > ul > li > .img_anima2 > img.hx2_7,
  .application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_1,
  .application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_2,
  .application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_3,
  .application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_4,
  .application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_5,
  .application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_6,
  .application_scenario_list > .right > ul > li > .img_anima3 > img.hx3_7,
  .application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_1,
  .application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_2,
  .application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_3,
  .application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_4,
  .application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_5,
  .application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_6,
  .application_scenario_list > .right > ul > li > .img_anima4 > img.hx4_7,
  .application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_1,
  .application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_2,
  .application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_3,
  .application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_4,
  .application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_5,
  .application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_6,
  .application_scenario_list > .right > ul > li > .img_anima5 > img.hx5_7,
  .application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_1,
  .application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_2,
  .application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_3,
  .application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_4,
  .application_scenario_list > .right > ul > li > .img_anima6 > img.hx6_5 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }

  /* 证书部分移动端适配 */
  .cert-tab-nav {
    flex-wrap: wrap;
  }

  .cert-tab-nav li {
    padding: 8px 16px;
    font-size: 14px;
  }

  .tab-panel-inner {
    flex-direction: column;
  }

  .tab-panel-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .tab-panel-right {
    padding: 0 15px;
  }

  .tab-panel-right > ul {
    margin-top: 30px;
  }

  .tab-panel-right > ul > li {
    margin-right: 20px;
  }

  /* 合作伙伴移动端适配 */
  .slider-clients .slick-slide {
    margin: 0 5px;
  }

  .slider-clients .client-single img {
    max-width: 80%;
  }

  /* 底部banner移动端适配 */
  .footer-banner-content {
    padding: 0 20px;
  }

  .footer-banner-content h2 {
    font-size: 24px;
  }

  .footer-banner-content p {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .footer-banner-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-banner-buttons .btn {
    margin: 10px 0;
    width: 200px;
  }
}

/* 小屏幕手机适配 */
@media screen and (max-width: 480px) {
  .new_wrap > .title {
    font-size: 20px;
  }

  .application_scenario_list > .right > ul > li > .content > h5 {
    font-size: 18px;
  }

  .application_scenario_list > .right > ul > li > .content > p {
    font-size: 14px;
  }

  .tab-panel-right h5 {
    font-size: 18px;
  }

  .tab-panel-right p {
    font-size: 14px;
  }

  .footer-banner-content h2 {
    font-size: 20px;
  }

  .footer-banner-content p {
    font-size: 12px;
  }

  .application_scenario_list > .left > ul > li {
    width: 100%;
  }

  .application_scenario_list > .right > ul > li > .content > h5 {
    font-size: 16px;
  }

  .application_scenario_list > .right > ul > li > .content > p {
    font-size: 13px;
  }

  .application_scenario_list > .right > ul > li > .img_anima1,
  .application_scenario_list > .right > ul > li > .img_anima2,
  .application_scenario_list > .right > ul > li > .img_anima3,
  .application_scenario_list > .right > ul > li > .img_anima4,
  .application_scenario_list > .right > ul > li > .img_anima5,
  .application_scenario_list > .right > ul > li > .img_anima6 {
    height: 200px;
  }

  #footer .footer-content {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  #footer .friendship-links {
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
  }

  #footer .friendship-links a {
    width: 40px;
  }
}
