/* 全局重置 + 统一居中限制（修复大屏拉伸问题） */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  width: 100%;
  max-width: 100% !important; 
  margin: 0 auto;
  overflow-x: hidden;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

button:focus {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
  width: 100%;
}

img {
  border: none !important;
  vertical-align: middle;
  max-width: 100%;
}

input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.wal {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

.logo2 { height:70px; }
.logo { height:70px; }

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}
.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dot2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.main_title {
  text-align: center;
}
.main_title p {
  font-size: 40px;
  margin-bottom: 16px;
  color: #333;
}
.main_title p b {
  font-size: 35px;
  font-weight: bold;
  color: #093AA7;
}
.main_title span {
  font-size: 20px;
  color: #1DB36E;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #1DB36E;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}
.scroll-to-top:hover {
  background-color: #1DB36E;
}
.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.page-wrapper {
  width: 100%;
}
.main-header {
  position: relative;
  display: block;
}
.main-menu {
  position: relative;
  background: rgb(9, 58, 167, 0.7);
  z-index: 91;
}
.main-menu-wrapper {
  display: block;
}
.sticky-header-content {
  border-bottom: 1px solid rgb(255, 255, 255, 0.3);
}
.stricky-header .logo {
  display: none;
}

.main-menu-wrapper-left {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  height: 90px !important;
  white-space: nowrap !important;
}
.main-menu-wrapper-logo {
  position: relative;
  margin-right: 20px !important;
  flex-shrink: 0 !important;
}
.main-menu-wrapper-main-menu {
  display: block !important;
  height: 90px !important;
  line-height: 90px !important;
  flex: 1 !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

.main-menu .main-menu-list,
.main-menu .main-menu-list ul,
.stricky-header .main-menu-list,
.stricky-header .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
}
.main-menu .main-menu-list {
  display: flex !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}
.main-menu .main-menu-list>li,
.stricky-header .main-menu-list>li {
  position: relative;
  padding: 0 12px !important;
  flex-shrink: 0 !important;
}




/* 普通菜单链接基础 */
.main-menu .main-menu-list>li>a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 500ms ease;
  white-space: nowrap !important;
  /* 不改动原有高度、边距，不影响下面电话 */
}
.stricky-header .main-menu-list>li>a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 500ms ease;
  white-space: nowrap !important;
}

/* 选中/悬浮 文字样式 */
.main-menu .main-menu-list>li.current>a,
.main-menu .main-menu-list>li:hover>a,
.stricky-header .main-menu-list>li.current>a,
.stricky-header .main-menu-list>li:hover>a {
  color: #F9EED0;
  font-weight: bold;
  border-bottom: 3px solid #093AA7 !important;
  transform: skewX(-15deg) !important;
  display: inline-block !important;
  padding-bottom: 2px !important;
  transition: none !important;
}





.main-menu .main-menu-list li ul,
.stricky-header .main-menu-list li ul {
  position: absolute;
  top: 100%;
  left: -15%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 130%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  display: inline-block;
}
.main-menu .main-menu-list li:hover>ul,
.stricky-header .main-menu-list li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu .main-menu-list li ul li,
.stricky-header .main-menu-list li ul li {
  position: relative;
  text-align: center;
  line-height: 32px;
  padding: 10px 0;
}
.main-menu .main-menu-list li ul li a,
.stricky-header .main-menu-list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
  transition: 500ms;
}
.main-menu .main-menu-list li ul li:hover>a,
.stricky-header .main-menu-list li ul li:hover>a {
  color: #1DB36E;
}
.main-menu .main-menu-list li ul li>ul,
.stricky-header .main-menu-list li ul li>ul {
  top: 0;
  left: 100%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  transition: transform 500ms ease, visibility 500ms ease;
}
.stricky-header.stricky-fixed {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}
.stricky-header.stricky-fixed .main-menu-list>li.current>a,
.stricky-header.stricky-fixed .main-menu-list>li:hover>a {
  color: #1DB36E;
}
.stricky-header.stricky-fixed .logo {
  display: block;
}
.stricky-header.stricky-fixed .logo2 {
  display: none;
}
.stricky-header.stricky-fixed .main-menu-list>li>a {
  color: #333;
}
.stricky-header .main-menu-inner {
  box-shadow: none;
  padding-right: 0;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav-buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}
.mobile-nav-buttons a {
  font-size: 20px;
  cursor: pointer;
}
.mobile-nav-buttons a+a {
  margin-left: 10px;
}
.mobile-nav-toggler {
  font-size: 20px;
  color: #1DB36E;
  cursor: pointer;
  transition: 500ms;
}
.sticky-header-content .mobile-nav-toggler i {
  color: #1DB36E !important;
}
.top-tel b {
  font-size: 18px;
  color: #333;
}

/* ========== PC端右侧联系方式 ========== */
.main-menu-wrapper-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}
.main-menu-wrapper-right {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
/* 联系方式布局 */
.header-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* 电话图标 */
.contact-icon {
  width: 50px;
  height: 50px;
  background: #093AA7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icon i {
  color: #fff;
  font-size: 24px;
}
/* 文字样式 */
.contact-text {
  line-height: 1.3;
}
.contact-text p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.contact-text span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* 滚动固定导航后 文字变色 */
.stricky-header.stricky-fixed .contact-text p,
.stricky-header.stricky-fixed .contact-text span {
  color: #093AA7;
}

/* ========== 手机端隐藏PC联系方式（不影响侧边栏） ========== */
@media (max-width: 991px) {
  .main-menu-wrapper-right {
    display: none !important;
  }
}



/* 首页banner图 */
/* 首页banner图 */
#banner {
  width: 100%;
  height: auto;
  overflow: visible !important; /* 🔥 关键：不裁切 */
    z-index: 1;
}
#banner .swiper {
  width: 100%;
  height: auto; /* 必须 auto */
  position: relative;
  /* 新增：隐藏溢出，保证无留白 */
  overflow: visible !important; /* 🔥 关键：不裁切 */
      z-index: 1;
}
#banner .swiper-wrapper {
  height: auto !important;
}
#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100% !important;
  height: 900px !important;        /* 关键修复 */
  padding-top: 0 !important; /* 按图片比例设置，最稳 */
  margin: 0 !important;
  overflow: hidden;
}
#banner .swiper-slide img {
position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border: none;
  outline: none;
}
#banner:hover .swiper-button {
  opacity: 1;
}
.btn-prev {
  left: 8%;
}
.btn-next {
  right: 8%;
}
#banner:hover .btn-prev {
  left: 5%;
}
#banner:hover .btn-next {
  right: 5%;
}
#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #f5f5f5;
  opacity: 1;
}
#banner .swiper-pagination-bullet-active {
  background-color: #1DB36E;
  opacity: 1;
}
#banner .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 90px;
  left: 0;
  width: 100%;
}
.banner_txt {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner_txt p {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
}
.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
}
.banner_txt span {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  display: block;
  text-shadow: none;
}
/* 按钮样式：单独下移，红边框黑文字 */
.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 420px;  /* 🔥 按钮下移距离（数值越大越往下，你可以自由改） */
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px; /* 🔥 这里就是字体大小！改数字就行 */
  color: #000;
  border: 1px solid #ff0000;
  border-radius: 38px;
  text-shadow: none;
}
.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ff0000;
}
.banner-more::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff0000; /* 匹配按钮颜色，更美观 */
  border-right: 2px solid #ff0000;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  transition: .6s ease;
}
.banner-more:hover::after {
  margin-left: 13px;
  border-color: #ff0000;
}

/* —————————— 核心修复：左右箭头 永久垂直居中 —————————— */
#banner .swiper-button {
  position: absolute;
  top: 50% !important;  /* 🔥 固定垂直居中（50%是正中间） */
  transform: translateY(-50%) !important; /* 🔥 强制居中，不偏移 */
  text-align: center;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  transition: all .5s ease;
  outline: none;
  opacity: 0;
}

/* 手机端 banner 宽度完整显示（1250×950 专用） */
@media (max-width: 768px) {
  #banner .swiper-slide {
    height: auto !important;
    padding-top: 70% !important; /* 图片精准比例 */
    position: relative;
  }
  #banner .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important; /* 👈 这个就是宽度一定完整显示的关键 */
    object-position: center top !important;
  }
}


/* ---------------为什么选择？--------------------------- */
/* ---------------四个板块容器--- */
 .zyzs-list-box {
  background: #f5f5f5;
  z-index: 9;
  position: relative;
  margin-top: -80px;
  overflow: hidden;
  width: 100%;
}

/* 内容容器 - 全宽，卡片均匀分布 */
  .zyzs-list {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  cursor: pointer;
  padding: 30px 25px;
  box-sizing: border-box;
}

/* 卡片文字容器 */
  .zyzs {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 25px 20px;
  box-sizing: border-box;  
  min-height: 200px;
  /* 蓝色圆角边框 */
  border: 1px solid #093AA7;
  border-radius: 8px;
  /* 卡片之间留空隙，不粘连 */
  margin: 0 8px;
}

  .zyzs:hover {
  background: #6C6C6C;
}

 .zyzs-content {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

.zyzs-content b {
  color: #1DB36E;
  text-align: center;
  margin: 15px 0;
  font-size: 20px;
  display: block;
}

.zyzs-content p {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0;
}

/* 超大屏幕时增加内容最大宽度 */
@media (min-width: 1600px) {
  .zyzs-list {
    max-width: 1600px;
  }
}

@media (min-width: 1920px) {
  .zyzs-list {
    max-width: 1800px;
  }
}

/* 平板设备 - 两个一排 */
@media (max-width: 991px) {
  .zyzs-list {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 15px;
  }
  .zyzs {
    flex: 0 0 50%;
    padding: 35px 20px;
    min-height: 220px;
  }
  .zyzs:nth-child(even) {
    border-right: none;
  }
}

/* 手机设备 - 一个一排 */
@media (max-width: 767px) {
  .zyzs-list {
    flex-wrap: wrap;
    padding: 0;
  }
  .zyzs {
    flex: 0 0 100%;
    padding: 30px 20px;
    min-height: 200px;
    border-right: none;
  }
  .zyzs:last-child {
    border-bottom: none;
  }
}



/* 产品 */
.product {
  margin-top: 60px;
}
.ny-xiaoguo6 {
  clear: both;
  overflow: hidden;
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.ny-xiaoguo6 li {
  width: calc(100% / 6);
  float: left;
  border: 1px solid #E0E0E0;
  background: #f5f5f5;
  margin-left: -1px;
  transition: all 0.3s;
}
.ny-xiaoguo6 li a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 50px 40px;
  transition: all .3s;
}
.ny-xiaoguo6 li img {
  margin-bottom: 30px;
  transition: all .3s;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  max-width: 100%;
}
.ny-xiaoguo6 li b {
  display: block;
  color: #093AA7;
  font-weight: bolder;
  text-align: center;
  font-size: 20px;
  margin: 40px 0 20px 0;
}
.ny-xiaoguo6 li a p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.ny-xiaoguo6 li:hover {
  background: #093AA7;
  transform: scale(1.1);
}
.ny-xiaoguo6 li:hover p, .ny-xiaoguo6 li:hover b {
  color: #fff;
}

/* 应用领域 */
/* 应用领域模块整体样式 */
.shb {
  background: #f5f5f5; /* 示例中的蓝色背景，可自行修改颜色 */
  padding: 60px 20px;
}

/* 标题样式 */
#case .main_title {
  text-align: center;
  margin-bottom: 40px;
}
#case .main_title p {
  font-size: 35px;
  color: #fff; /* 标题白色，和示例一致 */
  font-weight: bold;
  margin: 0;
}
#case .main_title span {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
}

/* 核心：3×3网格布局 */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 强制3列等宽 */
  gap: 30px; /* 项与项之间的间距 */
  max-width: 1200px; /* 限制最大宽度，居中显示 */
  margin: 0 auto;
}

/* 每个项的样式 */
.case-item {
  text-align: center;
}
.case-item img {
  width: 100%;
  height: auto;
  border-radius: 8px; /* 可选：给图片加圆角 */
  display: block;
  margin-bottom: 15px;
}
.case-item p {
  color: #000000; /* 文字白色，和示例一致 */
  font-size: 16px;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #ff3333; /* 示例中的红色下划线，可按需删除 */
  display: inline-block; /* 下划线只延伸到文字宽度 */
}



/* ----------------------------关于泽临---------------------------------- */

.about {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 50px !important;
  padding: 0 !important;
  background-color: #f1f1f1;
}
.about-box {
  width: 100% !important;
  max-width: 100% !important;
  background-color: #f1f1f1 !important;
  box-shadow: 0 42px 95px rgba(0, 0, 0, .15) !important;
  display: flex !important;
  flex-wrap: wrap !important; /* 允许自动换行（核心） */
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
  padding: 0 max(30px, calc((100vw - 1920px)/2)) !important;
  box-sizing: border-box !important;
}
.about_fl, .about_fr {
  width: 50% !important;
  padding: 40px !important;
  box-sizing: border-box !important;
  overflow: hidden;
}
.about_fl p {
  line-height: 26px;
  padding: 10px 0;
  color: #666;
  margin-top: 15px;
}
.more_a2 {
  display: inline-block;
  line-height: 40px;
  padding: 0px 26px;
  color: #fff;
  position: relative;
  transition: all 0.8s ease 0s;
  font-size: 16px;
  margin: 20px 0;
}
.more_a2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.more_a2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #093AA7;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}
.more_a2:hover {
  border-bottom-color: #093AA7;
  color: #093AA7;
}
.more_a2:hover::before {
  height: 1px;
}
/* ====================== 手机端自适应（核心修复） ====================== */
@media (max-width: 768px) {
  .about_fl, .about_fr {
    width: 100% !important;   /* 手机端变成全屏 */
    padding: 20px !important; /* 手机端内边距缩小 */
  }
}

/* ---------------------------新闻------------------------------ */
/* 新闻 */
.news_bg {
  background: #f5f5f5;
  padding: 50px 0;
}
/* 添加 .news 容器的样式 */
.news_bg .news {
  max-width: 1400px; /* 增加最大宽度以适应更多列 */
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 上排改为3列 - 使用flex布局 */
.news_con {
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  align-items: stretch;
  justify-content: flex-start; /* 左对齐 */
  margin: 50px 0;
  width: 100%;
  gap: 20px; /* 列间距 */
}

.news_con a {
  flex: 1 1 calc(33.333% - 13.333px); /* 精确计算：100% / 3 - 20px * 2/3 */
  min-width: 300px; /* 最小宽度，防止过小 */
  margin: 0;
  box-sizing: border-box;
  background: white; /* 添加背景色 */
  border-radius: 8px; /* 圆角 */
  padding: 30px; /* 内边距 */
  text-decoration: none; /* 移除下划线 */
  transition: all 0.3s ease; /* 过渡效果 */
  border: 1px solid #e8e8e8; /* 边框 */
}

.news_con a:hover {
  transform: translateY(-5px); /* 悬停效果 */
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  border-color: #093AA7;
}

.news_con a span {
  color: #868686;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.news_con a b {
  color: #000;
  display: block;
  font-size: 20px; /* 稍微减小字体 */
  margin: 15px 0;
  line-height: 1.4;
  height: 60px; /* 固定高度保持对齐 */
  overflow: hidden;
}

.news_con a p {
  color: #5F636F;
  font-size: 15px;
  line-height: 26px;
  margin: 15px 0;
  height: 80px; /* 固定高度保持对齐 */
  overflow: hidden;
}

.news_con a i {
  display: inline-block; /* 改为inline-block */
  width: auto; /* 自适应宽度 */
  min-width: 120px; /* 最小宽度 */
  border-radius: 25px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  text-align: center;
  color: #57789E;
  border: 1px solid #57789E;
  padding: 0 20px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.news_con a i:hover {
  background: #093AA7;
  color: #fff;
  transform: translateX(5px);
}

/* 下排改为4列 - 使用Grid布局（推荐） */
.news-two ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 60px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.news-two ul li {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  overflow: hidden !important;
}

.news-two a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 20px;
  transition: .3s;
  border: 1px solid #e0e0e0;
  background: white;
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
  min-height: 200px;
  box-sizing: border-box;
  overflow: hidden;
}

.news-two a:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  background: #093AA7;
  transform: translateY(-3px);
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day, 
.news-two a:hover .newscon, 
.news-two a:hover .newscon b {
  color: #fff;
}

.day {
  color: #666;
  width: 100%;
  margin: 7px 0;
  font-size: 14px;
  border-top: 1px solid #dedede;
  padding-top: 15px;
  margin-top: auto; /* 推到容器底部 */
}

.day span {
  font-size: 16px;
  float: right;
}

.day p {
  padding-top: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newscon {
  flex: 1; /* 占据剩余空间 */
  min-height: 0; /* 防止内容溢出 */
}

.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 1.4;
  height: 45px; /* 固定高度 */
  overflow: hidden;
}

.newscon p {
  text-align: left;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  height: 65px; /* 固定高度 */
  overflow: hidden;
  margin: 0;
}
/* 🔥 -------------核心修复：缩略图容器 固定宽高，无图也占位                  */
.news-ico {
  width: 100% !important;
  height: 140px !important; /* 固定卡片图片高度，统一所有卡片 */
  flex-shrink: 0 !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  /* 👇 无缩略图时，自动显示这张默认图（替换成你的图片路径） */
  background: url(/static/upload/image/20260324/1774337651502026.jpg) center center no-repeat !important;
  background-size: cover !important;
}
/* 🔥 图片强制撑满容器，不变形、不拉伸 */
.news-ico img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* 等比例裁剪，完美撑满 */
  display: block !important;
  border-radius: 6px !important;
}
/* 🔥 -------------核心修复：缩略图容器 固定宽高，无图也占位                  */

/* 响应式设计 */

/* 大桌面 */
@media (max-width: 1440px) {
  .news_bg .news {
    max-width: 1200px;
  }
}

/* 桌面 */
@media (max-width: 1200px) {
  .news_con a {
    flex: 1 1 calc(50% - 10px); /* 2列 */
  }
  
  .news-two ul {
    grid-template-columns: repeat(3, 1fr); /* 3列 */
  }
}

/* 平板电脑 */
@media (max-width: 1024px) {
  .news_bg .news {
    max-width: 100%;
    padding: 0 15px;
  }
  
  .news_con a b {
    font-size: 18px;
    height: 54px;
  }
  
  .news_con a p {
    font-size: 14px;
    height: 70px;
  }
  
  .news-two ul {
    grid-template-columns: repeat(2, 1fr); /* 2列 */
  }
}

/* 小平板/大手机 */
@media (max-width: 768px) {
  .news_con {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .news_con a {
    flex: 1 1 100%; /* 全宽 */
    max-width: 500px;
    margin: 0;
    padding: 25px;
  }
  
  .news_con a b {
    height: auto;
  }
  
  .news_con a p {
    height: auto;
  }
  
  .news-two ul {
    grid-template-columns: 1fr; /* 1列 */
  }
  
  .news-two a {
    min-height: 180px;
  }
}

/* 手机 */
@media (max-width: 480px) {
  .news_bg {
    padding: 30px 0;
  }
  
  .news_con {
    margin: 30px 0;
  }
  
  .news_con a {
    padding: 20px;
  }
  
  .news_con a b {
    font-size: 18px;
    margin: 10px 0;
  }
  
  .news_con a p {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
  }
  
  .news_con a i {
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
  
  .news-two ul {
    margin-top: 40px;
    gap: 15px;
  }
  
  .news-two a {
    padding: 20px 15px;
    min-height: 160px;
  }
  
  .newscon b {
    font-size: 15px;
    height: auto;
  }
  
  .newscon p {
    font-size: 13px;
    line-height: 20px;
    height: auto;
  }
  
  .day {
    font-size: 13px;
    padding-top: 12px;
  }
}


/* -------------------底部footer响应式版本------------------------- */
.footer {
  background: #093AA7 url({pboot:sitedomain}/skin/images/ftbg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 400px; /* 确保足够高度 */
}

.foot { 
  /* 尺寸和定位 */
  width: 100% !important; 
  max-width: 1600px !important; 
  min-width: 0 !important; 
  margin: 0 auto !important; 
  padding: 60px 20px !important; 
  box-sizing: border-box !important; 
  
  /* 添加这些关键的flex布局属性 */
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 40px !important;
  
  /* 确保flex项目正确收缩 */
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  
  /* 防止溢出 */
  overflow: hidden !important;
}
.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-right: 8px;
}

/* 使用Flexbox替代浮动 */
.foot .ft-nav {
  flex: 1;
  min-width: 300px;
}

.foot .ft-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px; /* 行列间距 */
  list-style: none;
  padding: 0;
  margin: 0;
}

.foot .ft-nav li {
  width: calc(50% - 10px); /* 两列布局 */
  margin-bottom: 22px;
}

.foot .ft-nav li a {
  font-size: 16px;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.foot .ft-nav li a:hover {
  color: #1DB36E;
}

.foot .ft-contact {
  flex: 1;
  min-width: 300px;
  margin-left: 0; /* 移除固定margin，使用gap */
}

.foot .ft-contact p {
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 22px;
  line-height: 1.6;
}

.foot .footer_center {
  margin-top: 62px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.foot .ewm {
  flex: 0 0 auto;
  min-width: 132px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px; /* 添加间距 */
}
.foot .ewm b {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  float: none !important; /* 移除浮动 */
  text-align: center;
}
.ewm span {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px;
}

.ewm b:after {
  content: 'scan';
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  text-transform: lowercase;
  margin-top: 2px;
}
.foot .ewm img {
  max-width: 120px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px auto; /* 添加上下间距 */
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 5px;
  background: white;
}

.foot .ewm p {
  margin-top: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  width: 100%;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 14px;
}

.copyright a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.3s;
}

.copyright a:hover {
  color: #1DB36E;
  text-decoration: underline;
}

/* =================== 响应式媒体查询 =================== */

/* 桌面 (1200px以上) - 保持3列布局 */
@media (min-width: 1201px) {
  .foot {
    justify-content: space-between;
	width: 100% !important;
    max-width: 1400px !important;
    padding: 60px 20px !important;
  }
  
  .foot .ewm {
    margin-left: 0;
  }
}

/* 中屏幕 (992px-1200px) */
@media (max-width: 1200px) and (min-width: 992px) {
  .foot {
	  max-width: 1000px !important;
    padding: 50px 20px !important;
    gap: 30px;
  }
  
  .foot b {
    font-size: 20px;
  }
  
  .foot span {
    font-size: 18px;
  }
}

/* 平板 (768px-992px) - 改为2列布局 */
@media (max-width: 992px) and (min-width: 768px) {
  .foot {
	   max-width: 800px !important;
    padding: 40px 20px !important;
    gap: 30px;
  }
  
  .foot .ft-nav,
  .foot .ft-contact {
    flex: 1 1 calc(50% - 20px);
    min-width: 250px;
  }
  
  .foot .ewm {
    flex: 1 1 100%;
    text-align: center;
    margin-top: 20px;
  }
  
  .foot b {
    font-size: 20px;
    margin-bottom: 25px;
  }
  
  .foot span {
    font-size: 18px;
  }
  
  .foot .ft-nav li a,
  .foot .ft-contact p {
    font-size: 15px;
  }
}

/* 大手机 (576px-768px) */
@media (max-width: 768px) and (min-width: 576px) {
  .footer {
	  max-width: 600px !important;
    padding: 30px 15px !important;
    min-height: 350px;
  }
  
  .foot {
    padding: 40px 20px;
    gap: 25px;
  }
  
  .foot .ft-nav,
  .foot .ft-contact {
    flex: 1 1 100%;
  }
  
  .foot .ewm {
    flex: 1 1 100%;
    text-align: center;
  }
  
  .foot b {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .foot span {
    font-size: 18px;
  }
  
  .foot .ft-nav li {
    width: 100%; /* 改为1列 */
  }
  
  .copyright {
    padding: 15px 10px;
    font-size: 13px;
  }
}

/* 手机 (<576px) */
@media (max-width: 576px) {
  .footer {
	  max-width: 100% !important;
    padding: 20px 10px !important;
    min-height: 300px;
  }
  
  .foot {
    padding: 30px 15px;
    gap: 20px;
  }
  
  .foot .ft-nav,
  .foot .ft-contact,
  .foot .ewm {
    flex: 1 1 100%;
    text-align: center;
  }
  
  .foot b {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .foot span {
    font-size: 16px;
  }
  
  .foot .ft-nav ul {
    justify-content: center;
  }
  
  .foot .ft-nav li {
    width: 100%;
    text-align: center;
  }
  
  .foot .ft-nav li a,
  .foot .ft-contact p {
    font-size: 14px;
  }
  
  .foot .ewm img {
    max-width: 100px;
  }
  
  .foot .ewm p {
    font-size: 15px;
  }
  
  .copyright {
    padding: 12px 8px;
    font-size: 12px;
  }
  
  .copyright a {
    margin: 0 5px;
  }
}

/* 超小手机 (<360px) */
@media (max-width: 360px) {
  .foot {
    padding: 25px 10px;
  }
  
  .foot b {
    font-size: 16px;
  }
  
  .foot span {
    font-size: 14px;
  }
  
  .foot .ft-nav li a,
  .foot .ft-contact p {
    font-size: 13px;
  }
  
  .foot .ewm img {
    max-width: 80px;
  }
}

/* 返回顶部 */
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #1DB36E;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}
.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.back-to-top:hover {
  color: #fff;
  background: #1DB36E;
}

.adminbuy_cn img { max-width:100% !important; height:auto !important; display:inline-block; }
.adminbuy_cn p { text-wrap: inherit !important; }
.adminbuy_cn p span { text-wrap: inherit !important; }

/* 分页样式 */
.pagebar { padding:20px; overflow:hidden; clear:both; }
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%;
}
.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st { font-family:宋体; }
.text-secondary { text-align:center; padding:20px 0; }


/* ---------------------------产品特点---------------------------- */
.cptd-1 * { margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 12px; color: #000; }
.cptd-1 ul { list-style: none; }
.cptd-1 a { text-decoration: none; }
/* 整体容器 - 撑满全屏 */
.cptd-1 {
  width: 100%;
   background-image: url(/img/bj0.jpg);
  background: #f5f5f5;
}
.cptd-1 .gongneng {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cptd-1 .gongneng_main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.cptd-1 .Small_tedian_tit { text-align: center; font-size: 35px; color: #093AA7; padding-top: 70px; padding-bottom: 40px; font-weight: bold; }
.cptd-1 .gongneng_tab { width: 520px; height: 45px; border-radius: 25px; border: 1px solid #f3f3f3; margin: 0 auto; box-shadow: 0px -2px 2px #e8e6e6; margin-bottom: 60px; }
.cptd-1 .gongneng_tabmin { width: 392px; margin: 0 auto; overflow: hidden; padding: 5px 0; }
.cptd-1 .gongneng_click { cursor: pointer; width: 35px; height: 35px; margin: 0 7px; float: left; text-align: center; position: relative; }
.cptd-1 .gongneng_click b { font-weight: 400; position: relative; z-index: 2; color: #333; line-height: 35px; font-size: 20px; transition: all .5s ease; }
.cptd-1 .gongneng_click i { position: absolute; width: 0; height: 0; left: 50%; top: 50%; background-color: #1DB36E; box-shadow: 0 3px 10px #b4e9ff; border-radius: 50%; z-index: 1; transition: all .2s ease; }
.cptd-1 .gongneng_click.cur b { color: #fff; }
.cptd-1 .gongneng_click.cur i { width: 100%; height: 100%; left: 0; top: 0; }

/* ✅ 核心修复：每个卡片整体居中，解决奇偶不对称 */
.cptd-1 .gongneng_tabcon { 
  overflow: hidden; 
  display: none;
  max-width: 1200px; /* 限制内容宽度 */
  margin: 0 auto;    /* 整体居中对齐 */
}

/* 图片容器（宽度48%，留出间距） */
.cptd-1 .gongneng_left1,
.cptd-1 .gongneng_left2,
.cptd-1 .gongneng_left3,
.cptd-1 .gongneng_left4,
.cptd-1 .gongneng_left5,
.cptd-1 .gongneng_left6,
.cptd-1 .gongneng_left7,
.cptd-1 .gongneng_left8 {
  width: 900px;
  height: 500px;
  overflow: hidden;
  border-radius: 12px;
}
/* 图片强制填满容器 */
.cptd-1 .gongneng_left1 img,
.cptd-1 .gongneng_left2 img,
.cptd-1 .gongneng_left3 img,
.cptd-1 .gongneng_left4 img,
.cptd-1 .gongneng_left5 img,
.cptd-1 .gongneng_left6 img,
.cptd-1 .gongneng_left7 img,
.cptd-1 .gongneng_left8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 文字容器（垂直居中） */
.cptd-1 .gongneng_right1,
.cptd-1 .gongneng_right2,
.cptd-1 .gongneng_right3,
.cptd-1 .gongneng_right4,
.cptd-1 .gongneng_right5,
.cptd-1 .gongneng_right6,
.cptd-1 .gongneng_right7 {
  width: 20%;
  height: 500px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
}

/* 奇数项：左图右文（居中对称） */
.cptd-1 .gongneng_left1,
.cptd-1 .gongneng_left3,
.cptd-1 .gongneng_left5,
.cptd-1 .gongneng_left7 {
  float: left;
}
.cptd-1 .gongneng_left1 + .gongneng_right1,
.cptd-1 .gongneng_left3 + .gongneng_right3,
.cptd-1 .gongneng_left5 + .gongneng_right5,
.cptd-1 .gongneng_left7 + .gongneng_right7 {
  float: right;
}

/* 偶数项：右图左文（居中对称） */
.cptd-1 .gongneng_right2,
.cptd-1 .gongneng_right4,
.cptd-1 .gongneng_right6 {
  float: left;
}
.cptd-1 .gongneng_left2,
.cptd-1 .gongneng_left4,
.cptd-1 .gongneng_left6,
.cptd-1 .gongneng_left8 {
  float: right;
}

/* 清除浮动 */
.cptd-1 .gongneng_tabcon:after {
  content: "";
  display: table;
  clear: both;
}

/* 文字样式 */
.cptd-1 .gongneng_right1 b,
.cptd-1 .gongneng_right2 b,
.cptd-1 .gongneng_right3 b,
.cptd-1 .gongneng_right4 b,
.cptd-1 .gongneng_right5 b,
.cptd-1 .gongneng_right6 b,
.cptd-1 .gongneng_right7 b {
  font-size: 100px;
  display: block;
  color: #ededed;
  margin-top: 0;
  padding-bottom: 20px;
  line-height: 1;
  order: 3; /* 排第三：最下方 */
}
.cptd-1 .gongneng_right1 em,
.cptd-1 .gongneng_right2 em,
.cptd-1 .gongneng_right3 em,
.cptd-1 .gongneng_right4 em,
.cptd-1 .gongneng_right5 em,
.cptd-1 .gongneng_right6 em,
.cptd-1 .gongneng_right7 em {
  font-size: 28px;
  display: block;
  color: #093AA7;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  order: 1; /* 排第一：最上方 */
}
.cptd-1 .gongneng_right1 p,
.cptd-1 .gongneng_right2 p,
.cptd-1 .gongneng_right3 p,
.cptd-1 .gongneng_right4 p,
.cptd-1 .gongneng_right5 p,
.cptd-1 .gongneng_right6 p,
.cptd-1 .gongneng_right7 p {
  font-size: 16px;
  display: block;
  color: #666;
  padding-bottom: 10px;
  line-height: 1.8;
  order: 2; /* 排第二：中间 */
}

/* 动画代码 保留不动 */
.cptd-1 .fadeInRight { animation: fadeInRight 1s; }


@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } }
.cptd-1 .fadeInLeft { animation: fadeInLeft 1s; }
@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } }
/* 超大屏幕时增加最大宽度 */
@media (min-width: 1600px) {
  .cptd-1 .gongneng_main {
    max-width: 1600px;
  } 
  .cptd-1 .gongneng_left1,
  .cptd-1 .gongneng_left2,
  .cptd-1 .gongneng_left3,
  .cptd-1 .gongneng_left4,
  .cptd-1 .gongneng_left5,
  .cptd-1 .gongneng_left6,
  .cptd-1 .gongneng_left7,
  .cptd-1 .gongneng_left8 {
    height: 600px;
  }
  .cptd-1 .gongneng_right1,
  .cptd-1 .gongneng_right2,
  .cptd-1 .gongneng_right3,
  .cptd-1 .gongneng_right4,
  .cptd-1 .gongneng_right5,
  .cptd-1 .gongneng_right6,
  .cptd-1 .gongneng_right7 {
    min-height: 600px;
  }
}
@media (min-width: 1920px) {
  .cptd-1 .gongneng_main {
    max-width: 1800px;
  }
  .cptd-1 .gongneng_left1,
  .cptd-1 .gongneng_left2,
  .cptd-1 .gongneng_left3,
  .cptd-1 .gongneng_left4,
  .cptd-1 .gongneng_left5,
  .cptd-1 .gongneng_left6,
  .cptd-1 .gongneng_left7,
  .cptd-1 .gongneng_left8 {
    height: 650px;
  }
  .cptd-1 .gongneng_right1,
  .cptd-1 .gongneng_right2,
  .cptd-1 .gongneng_right3,
  .cptd-1 .gongneng_right4,
  .cptd-1 .gongneng_right5,
  .cptd-1 .gongneng_right6,
  .cptd-1 .gongneng_right7 {
    min-height: 650px;
  }
}
/* 平板设备适配 */
@media (max-width: 991px) {
  .cptd-1 .gongneng_main {
    padding: 0 15px;
  }
  .cptd-1 .gongneng_tab {
    width: 90%;
  }
  .cptd-1 .gongneng_tabmin {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cptd-1 .gongneng_click {
    margin: 5px;
  }
  .cptd-1 .gongneng_left1,
  .cptd-1 .gongneng_left2,
  .cptd-1 .gongneng_left3,
  .cptd-1 .gongneng_left4,
  .cptd-1 .gongneng_left5,
  .cptd-1 .gongneng_left6,
  .cptd-1 .gongneng_left7,
  .cptd-1 .gongneng_left8,
  .cptd-1 .gongneng_right1,
  .cptd-1 .gongneng_right2,
  .cptd-1 .gongneng_right3,
  .cptd-1 .gongneng_right4,
  .cptd-1 .gongneng_right5,
  .cptd-1 .gongneng_right6,
  .cptd-1 .gongneng_right7 {
    width: 100% !important;
    float: none !important;
    text-align: center;
    margin: 0 !important;
    padding: 20px;
    height: auto;
    min-height: auto;
  }
  .cptd-1 .gongneng_left1 img,
  .cptd-1 .gongneng_left2 img,
  .cptd-1 .gongneng_left3 img,
  .cptd-1 .gongneng_left4 img,
  .cptd-1 .gongneng_left5 img,
  .cptd-1 .gongneng_left6 img,
  .cptd-1 .gongneng_left7 img,
  .cptd-1 .gongneng_left8 img {
    max-width: 80%;
    height: auto;
  }
  .cptd-1 .Small_tedian_tit {
    font-size: 28px;
    padding-top: 50px;
  }
  .cptd-1 .gongneng_right1 b,
  .cptd-1 .gongneng_right2 b,
  .cptd-1 .gongneng_right3 b,
  .cptd-1 .gongneng_right4 b,
  .cptd-1 .gongneng_right5 b,
  .cptd-1 .gongneng_right6 b,
  .cptd-1 .gongneng_right7 b {
    font-size: 60px;
  }
  .cptd-1 .gongneng_right1 em,
  .cptd-1 .gongneng_right2 em,
  .cptd-1 .gongneng_right3 em,
  .cptd-1 .gongneng_right4 em,
  .cptd-1 .gongneng_right5 em,
  .cptd-1 .gongneng_right6 em,
  .cptd-1 .gongneng_right7 em {
    font-size: 22px;
  }
}

/* ----------------------------案例----------------------------- */
/* 案例模块整体容器 - 关键：清除浮动，解决塌陷 */

.anli-section {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
  /* 强制父容器包裹所有浮动子元素，恢复正常高度 */
  overflow: hidden;
}
/* 标题栏 */
/* 标题栏 - 修复后正常显示 */
.anli.content .anli_t {
  margin-bottom: 35px;
  text-align: center;
}
.anli.content .anli_t .main-title{   
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #093AA7; /* 主标题蓝色（显眼） */
  font-size: 35px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
} 
.anli.content .anli_t .sub-title{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666; /* 副标题灰色 */
  font-size: 20px;
  display: block;
}


/* 左边栏 */
.anli_l {
  width: 280px;
  float: left;
  margin-right: 30px;
}

.anli_l ul li {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.anli_l ul li a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  display: block;
  width: 100%;
  border: #1DB36E 2px solid;
  background: #fff;
  padding: 12px 15px;
  line-height: 1.4;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}

.anli_l ul li a:hover,
.anli_l ul li.cur a {
  background: #1DB36E;
  color: #fff;
}

/* 中间大图 - 固定宽1000px × 高500px，和侧边栏正常并排 */
.anli_c {
  position: relative;
  width: 1000px;  /* 你要的宽度 */
  height: 500px;  /* 你要的高度 */
  overflow: hidden;
  float: left;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  /* 图片变窄的内边距（可根据需要调整） */
  padding: 0 60px;
  box-sizing: border-box;
}

.anli_cm {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.anli_cm ul {
  display: flex;
  flex-wrap: wrap;   /* 核心：自动换行 */
  margin: 0;
  padding: 0;
}
.anli_cm ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
   margin-bottom: 15px;
}

.anli_cm ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 中间大图指示点 */
.anli_cb {
  width: 100%;
  left: 0;
  bottom: 15px;
  position: absolute;
  z-index: 1;
  text-align: center;
}

.anli_cb ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.anli_cb ul li {
  float: left;
  margin: 0 8px;
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
}

.anli_cb ul .on {
  background: #1DB36E;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* 底部图片区域 - 关键：清除前面的浮动，强制单独占一行 */
.anli_bottom {
  width: 100%;
  margin-top: 30px;
  /* 强制清除前面的浮动，不会和侧边栏/大图挤在同一行 */
  clear: both;
  float: none;
}

.anli_bottom_title {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #1DB36E;
}

.anli_bottom_title b {
  font-size: 22px;
  color: #093AA7;
  font-weight: bold;
}

.anli_bottom_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.anli_bottom_list li {
  flex: 1;
  min-width: 180px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.anli_bottom_list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.anli_bottom_list li a {
  display: block;
  text-decoration: none;
}

.anli_bottom_list li img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.anli_bottom_list li span {
  display: block;
  text-align: center;
  padding: 12px 10px;
  font-size: 14px;
  color: #333;
  background: #fff;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.anli_bottom_list li:hover span {
  color: #1DB36E;
}

/* 👇 只给左边栏+大图的父容器设置Flex，实现居中并排 */
.anli-row {
  display: flex;
  justify-content: center; /* 核心：水平居中 */
  gap: 80px; /* 左边栏和大图之间的间距 */
  align-items: flex-start; /* 顶部对齐，避免错位 */
  margin-bottom: 30px; /* 和下面最新案例的间距 */
}

/* 取消浮动，Flex 不需要浮动 */
.anli_l, .anli_c {
  float: none !important;
}
/* ====================== 响应式 ====================== */

/* 平板设备 */
@media (max-width: 1200px) {
  .anli_l {
    width: 250px;
  }
  
  .anli_c {
    width: calc(100% - 280px);
    height: 420px;
  }
  
  .anli_bottom_list li img {
    height: 140px;
  }
}

@media (max-width: 991px) {
  .anli_l {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  .anli_l ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .anli_l ul li {
    width: calc(33.33% - 7px);
    margin-bottom: 0;
  }
  
  .anli_l ul li a {
    padding: 10px;
    font-size: 14px;
  }
  
  .anli_c {
    width: 100%;
    float: none;
    height: 380px;
  }
  
  .anli_bottom_list {
    gap: 15px;
  }
  
  .anli_bottom_list li {
    min-width: calc(33.33% - 10px);
  }
  
  .anli_bottom_list li img {
    height: 130px;
  }
}

/* 手机设备 */
@media (max-width: 640px) {
    .anli-row {
    display: block !important;
  }
    .anli_l {
    width: 100% !important;
    float: none !important;
    margin-right: 0 0 20px 0 !important;
            }
  .anli_l ul li {
    width: calc(50% - 5px);
  }
  
  .anli_c {
      width: 100% !important;
    margin-right: 0 0 20px 0 !important;
      float: none !important;
  }
    .anli_bottom_list {
    display: block !important;
  }
  .anli_bottom_list li {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  
  .anli_bottom_list li img {
    height: 120px;
  }
  
  .anli_bottom_title b {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .anli_l ul li {
    width: 100%;
  }
  
  .anli_bottom_list li {
    min-width: 100%;
  }
}
.anli_l, .anli_c {
    float: none !important;
    clear: both !important;
  }


/* -------------------------------资质------------------------------ */

.more-title {
  text-align: center;
  margin: 40px auto 20px;
  max-width: 1090px;
}
.more-title b {
  font-size: 20px;
  color: #1DB36E;
  font-weight: normal;
  display: inline-block;
  transition: transform .3s;
}
.poster-main {
  position: relative;
  margin: 0 auto; /* 核心：强制自身居中 */
  width: calc(100% + 40px);
  max-width: 1600px;
  height: 380px;
  overflow: hidden;
  left: -20px; /* 向左偏移20px，完美对齐页面边距 */
}
.poster-main a, .poster-main img {
  display: block;
  width: 100%;
  height: 100%;
}
.poster-main img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 👈 把 cover 改成 contain */;
}
.poster-main .poster-list {
  width: 100%;
  height: 380px;
  position: absolute; /* 核心：改为绝对定位 */
  left: 50%; /* 左50% */
  top: 50%; /* 上50% */
  transform: translate(-50%, -50%); /* 强制居中 */
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.poster-main .poster-list .poster-item {
  position: absolute;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, left, top, width, height, opacity;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1;
}
.poster-item.center {
  width: 420px;
  height: 340px;
  z-index: 10;
  opacity: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.poster-item.left1 {
  width: 320px;
  height: 280px;
  z-index: 4;
  opacity: 0.8;
  transform: translateX(-320px) scale(0.9);
}
.poster-item.right1 {
  width: 320px;
  height: 280px;
  z-index: 4;
  opacity: 0.8;
  transform: translateX(320px) scale(0.9);
}
.poster-item.left2 {
  width: 280px;
  height: 240px;
  z-index: 3;
  opacity: 0.5;
  transform: translateX(-580px) scale(0.8);
}
.poster-item.right2 {
  width: 280px;
  height: 240px;
  z-index: 3;
  opacity: 0.5;
  transform: translateX(580px) scale(0.8);
}
.poster-main .poster-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 42px !important;
  height: 45px !important;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.poster-main .poster-btn:hover {
  opacity: 1;
}
.poster-main .poster-prev-btn {
  left: -54px;
  background: url({pboot:sitedomain}/skin/images/btn1.png) no-repeat;
}
.poster-main .poster-next-btn {
  right: -54px;
  background: url({pboot:sitedomain}/skin/images/btn2.png) no-repeat;
}

/* -----------------动态数字------------------------- */
.data-counter-section {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  padding: 20px 20px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  background-color: #ffffff !important;
}
.data-counter-section .data-counter-title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #1DB36E;
  margin-bottom: 40px;
}
.data-counter-section .data-counter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 110px;
  max-width: none !important;  /* 移除1200px限制 */
  width: 100% !important;      /* 占满父容器 */
  margin: 0 auto;
  padding: 0 20px;  /* 如果需要内边距 */
  box-sizing: border-box;
}
.data-counter-section .data-counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border: 1px solid #409eff;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.data-counter-section .data-counter-number {
  font-size: 35px;
  font-weight: 700;
  color: #093AA7;
  line-height: 1;
  margin-bottom: 8px;
}
.data-counter-section .data-counter-label {
  font-size: 20px;
  color: #666666;
  margin-bottom: 4px;
}
.data-counter-section .data-counter-unit {
  font-size: 20px;
  color: #666666;
}
.data-counter-section .data-counter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 110px; /* 首选值 */
    max-width: 1200px;
    margin: 0 auto;
}

/* 响应式适配 */
@media (max-width: 1600px) {
    .data-counter-section .data-counter-container {
        gap: 90px; /* 中等屏幕稍小 */
    }
}
@media (max-width: 1400px) {
    .data-counter-section .data-counter-container {
        gap: 70px;
        max-width: 1100px;
    }
}
@media (max-width: 1200px) {
    .data-counter-section .data-counter-container {
        gap: 50px;
        max-width: 900px;
    }
    
    .data-counter-section .data-counter-item {
        width: 160px;
        height: 160px;
    }
}
@media (max-width: 992px) {
    .data-counter-section .data-counter-container {
        gap: 40px;
        max-width: 800px;
    }
}
@media (max-width: 768px) {
    .data-counter-section .data-counter-container {
        gap: 30px;
        max-width: 600px;
    } 
    .data-counter-section .data-counter-item {
        width: 140px;
        height: 140px;
    }
}
@media (max-width: 576px) {
    .data-counter-section .data-counter-container {
        gap: 20px;
        max-width: 100%;
        padding: 0 10px;
    }   
    .data-counter-section .data-counter-item {
        width: 120px;
        height: 120px;
    }
}

/* 合作单位 */
.partner-section {
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
}
.partner-section .partner-header {
 
   display: none;
}
.partner-section .partner-title {
  font-size: 20px;
  color: #1DB36E;
  margin: 0 0 16px 0;
  font-weight: normal;
}
.partner-section .partner-subtitle {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.partner-section .partner-slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.partner-section .partner-slider {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: slideLeft 30s linear infinite;
  will-change: transform;
}
.partner-section:hover .partner-slider {
  animation-play-state: paused;
}
.partner-section .partner-card {
  width: 220px;
  height: 140px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.partner-section .partner-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 改为：移动到正好一半的位置（原始内容的总宽度） */
    transform: translateX(calc(-1 * (220px + 20px) * 10));
  }
}

/* 联系条 */
.contact-banner-section {
  width: 100%;
  background-color: #093AA7;
  padding: 40px 20px;
  box-sizing: border-box;
}
.contact-banner-section .contact-banner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.contact-banner-section .contact-banner-text {
  color: #fff;
  text-align: center;
}
.contact-banner-section .contact-banner-text p {
  margin: 0;
  line-height: 1.3;
}
.contact-banner-section .contact-banner-text p:first-child {
  font-size: 42px;
  font-weight: 500;
}
.contact-banner-section .contact-banner-text p:last-child {
  font-size: 38px;
  font-weight: 700;
}
.contact-banner-section .contact-banner-form {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 4vw, 75px); /* 最小值15px，默认4%视口宽度，最大值75px */
  align-items: center;
}
.contact-banner-section .contact-banner-form input,
.contact-banner-section .contact-banner-form button {
  height: 56px;
  padding: 0 20px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
}
.contact-banner-section .contact-banner-form input {
  width: 260px;
}
.contact-banner-section .contact-banner-form button {
  background: #fff;
  color: #093AA7;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

/* ====================== 手机端菜单样式（完整修复版）====================== */

/* 手机菜单按钮 - 默认隐藏 */
.mobile-nav-toggler {
  display: none;
  font-size: 24px;
  color: #1DB36E;
  cursor: pointer;
  z-index: 1001;
}

/* 手机端侧边栏容器 */
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.mobile-nav-wrapper.active {
  display: block !important;
}

/* 遮罩层 */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 9998;
}

.mobile-nav-content {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 180px !important;
  max-width: 45% !important;
  height: 100% !important;
  background: #093AA7 !important;
  z-index: 9999 !important;
  overflow-y: auto !important;
  padding: 20px 12px !important;
  box-sizing: border-box !important;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2) !important;
  transform: translateX(-100%) !important;
  transition: transform 0.3s ease-in-out !important;
}

/* 确保菜单打开时不变宽 */
.mobile-nav-wrapper.active .mobile-nav-content {
  transform: translateX(0) !important;
}

/* 关闭按钮 */
.mobile-nav-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

/* 手机菜单Logo */
.mobile-logo {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.mobile-logo img {
  max-height: 50px;
  width: auto;
}

/* 手机菜单列表 */
.mobile-nav-container {
  margin-top: 20px;
}

.mobile-nav-container .main-menu-list {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.mobile-nav-container .main-menu-list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.mobile-nav-container .main-menu-list > li > a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}

/* 有子菜单的项 */
.mobile-nav-container .main-menu-list > li.menu-item-has-children > a {
  padding-right: 50px;
}

/* 子菜单切换按钮 */
.submenu-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  z-index: 10;
}

/* 子菜单样式 */
.sub-menu {
  display: none;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.sub-menu.active {
  display: block;
}

.sub-menu li {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sub-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

/* ====================== PC端响应式 ====================== */
@media (min-width: 768px) {
  .main-menu-list {
    display: flex !important;
  }
  .mobile-nav-toggler {
    display: none !important;
  }
  .mobile-nav-wrapper {
    display: none !important;
  }
}

/* ====================== 手机端响应式 ====================== */
@media only screen and (max-width: 767px) {
  /* 隐藏PC导航 */
  .main-menu-wrapper-main-menu .main-menu-list,
  .main-menu-list {
    display: none !important;
  }
  
  /* 显示手机菜单按钮 */
  .mobile-nav-toggler {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  /* 确保header有相对定位 */
  .main-header, .main-menu {
    position: relative;
  }
  
  
  /* ↓↓↓ 手机端logo栏 - 彻底去除空白 ↓↓↓ */
  /* 移除header容器的内边距和外边距 */
  .main-header {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* 导航栏容器 - 去除内边距 */
  .main-menu,
  .main-menu-wrapper,
  .sticky-header-content {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100% !important;
  }
  /* 设置导航栏高度 */
  .main-header .main-menu-wrapper,
  .main-header .main-menu,
  .stricky-header .main-menu-wrapper,
  .stricky-header .main-menu {
    height: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  
 /* logo容器 - 去除多余间距 */
.main-header .logo,
.stricky-header .logo {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 70px !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
   max-width: 50% !important;  /* 限制最大宽度 */
  overflow: hidden !important;  /* 防止溢出 */
}

/* 手机端隐藏备用logo（logo2） */
.main-header .logo2,
.stricky-header .logo2 {
  display: none !important;
}
  
  /* logo图片尺寸 */
  .main-header .logo img,
  .stricky-header .logo img {
    max-height: 50px !important;
    max-width: 100% !important;   /* 限制最大宽度 */
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;  /* 添加这行，保持比例 */
  }
  
  /* 手机菜单按钮 - 垂直居中 */
  .mobile-nav-toggler {
    line-height: 70px !important;
    top: 0 !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 70px !important;
  }
  /* ↑↑↑ 手机端logo栏调整结束 ↑↑↑ */
  
  
  
   /* ========== 产品中心 - 保持3列布局 ========== */
  .ny-xiaoguo6 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  .ny-xiaoguo6 li {
    width: calc(33.333% - 7px) !important;
    margin: 0 !important;
    float: none !important;
  }
  .ny-xiaoguo6 li a {
    padding: 20px 10px !important;
  }
  .ny-xiaoguo6 li b {
    font-size: 14px !important;
    margin: 20px 0 10px 0 !important;
  }
  .ny-xiaoguo6 li p {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  
  /* -----------------这部分注释掉  布局自适应-------------------- */

  /* Banner文字缩小 */
  .banner_txt b {
    font-size: 22px !important; 
	line-height: 1.4 !important; 
	margin: 15px 0 !important;
	}
	
  .banner_txt span { 
    font-size: 14px !important; 
	line-height: 1.6 !important; 
	}
	
  .banner_txt { 
     top: 25% !important;
	 padding: 0 15px !important;
	 }
  
  /* 联系栏自适应 */
  .contact-banner-form input { 
    width: 100% !important; 
    margin-bottom: 10px; }
  
  /* 标题大小 */
  .main_title p b { 
    font-size: 26px !important; 
	}
}

/* 超小屏手机 */
@media only screen and (max-width: 480px) {
  .banner_txt b { font-size: 20px !important; }
  .main_title p b { font-size: 22px !important; }
}

/* ====================== 超大屏幕响应式宽度 ====================== */

/* 超大屏幕时增加内容宽度 */
@media (min-width: 1600px) {
  .wal {
    max-width: 1400px !important;
  }
}

@media (min-width: 1920px) {
  .wal {
    max-width: 1600px !important;
  }
}

@media (min-width: 2560px) {
  .wal {
    max-width: 1800px !important;
  }
}

/* 超大屏幕时增加导航菜单间距 */
@media (min-width: 1600px) {
  .main-menu .main-menu-list > li {
    padding: 0 20px !important;
  }
  .main-menu .main-menu-list > li > a {
    font-size: 17px !important;
  }
}

@media (min-width: 1920px) {
  .main-menu .main-menu-list > li {
    padding: 0 28px !important;
  }
  .main-menu .main-menu-list > li > a {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) {
  .main-menu .main-menu-list > li {
    padding: 0 36px !important;
  }
  .main-menu .main-menu-list > li > a {
    font-size: 20px !important;
  }
}

/* 添加到现有的媒体查询中 */

@media (max-width: 1200px) {
  .data-counter-section {
    max-width: none !important;  /* 移除最大宽度限制 */
    width: calc(100% - 40px) !important;  /* 左右各留20px边距 */
    margin: 0 20px !important;
  }
}

@media (max-width: 768px) {
  .data-counter-section {
    padding: 20px 10px !important;  /* 在小屏幕上减少边距 */
  }
  
  .data-counter-section .data-counter-item {
    width: 140px;  /* 小屏幕上缩小项目 */
    height: 140px;
  }
  
  .data-counter-section .data-counter-number {
    font-size: 28px;
  }
  
  .data-counter-section .data-counter-label,
  .data-counter-section .data-counter-unit {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .data-counter-section .data-counter-container {
    gap: 15px;  /* 进一步减少间距 */
  }
  
  .data-counter-section .data-counter-item {
    width: 110px;
    height: 110px;
  }
  
  .data-counter-section .data-counter-number {
    font-size: 24px;
  }
  
  .data-counter-section .data-counter-label,
  .data-counter-section .data-counter-unit {
    font-size: 14px;
  }
}

/* 更高优先级选择器 */
.footer .foot.wal,
html body .footer .foot.wal.clearfix,
body .footer .foot[class] {
  width: 100% !important;
  max-width: 1600px !important;
  min-width: 0 !important;
  /* 添加flex布局属性 */
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 40px !important;
}


/* 1. 产品特点（cptd-1）彻底撑满修复 */
.cptd-1 .gongneng_main {
  width: 100% !important;
  max-width: 100% !important; /* 移除1400px限制 */
  margin: 0 auto !important;
  padding: 0 max(30px, calc((100vw - 1920px)/2)) !important;
  box-sizing: border-box !important;
}

/* 2. 经典案例（anli-section）彻底撑满修复 */
.anli-section {
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px 0 !important;
  margin: 20px 0 !important;
}

.anli-section .anli.content {
  width: 100% !important;
  max-width: 100% !important; /* 移除1400px限制 */
  margin: 0 auto !important;
  padding: 0 max(30px, calc((100vw - 1920px)/2)) !important;
  box-sizing: border-box !important;
}

/* 3. 关于泽临（about）彻底撑满修复 */


/* 4. 新闻（news_bg）彻底撑满修复 */
.news_bg {
  width: 100% !important;
  max-width: 100% !important;
  padding: 50px 0 !important;
  margin: 0 !important;
}

.news_bg .news {
  width: 100% !important;
  max-width: 100% !important; /* 移除1400px限制 */
  margin: 0 auto !important;
  padding: 0 max(20px, calc((100vw - 1920px)/2)) !important;
  box-sizing: border-box !important;
}

/* 5. 尾部（footer）彻底撑满修复 */
.footer {
  width: 100% !important;
  max-width: 100% !important;
  background-size: cover !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer .foot {
  width: 100% !important;
  max-width: 100% !important; /* 移除1600px限制 */
  padding: 60px max(20px, calc((100vw - 1920px)/2)) !important;
  margin: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 40px !important;
  box-sizing: border-box !important;
}

/* 6. 版权区域（copyright）撑满修复 */
.copyright {
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px max(10px, calc((100vw - 1920px)/2)) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

    /* ====================== 新增：侧边栏 ====================== */
/* 侧边栏基础样式 —— 极简版，绝对显示，无任何冲突 */
.float-sidebar-left,
.float-sidebar-right {
    position: fixed;
    width: 220px;
    z-index: 99;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    padding: 15px;
    box-sizing: border-box;
}
/* 左侧边栏位置 */
.float-sidebar-left {
    left: 20px;
}
/* 右侧边栏位置 */
.float-sidebar-right {
    right: 20px;
}
/* 底部半透明效果 */
.float-sidebar-left.footer-near,
.float-sidebar-right.footer-near {
    opacity: 0.3;
    pointer-events: none;
}
/* 🔥 字体+颜色+间距 最终修改版（按你的要求） */
/* 侧边栏标题：蓝色 16px + 紧凑间距 */
.sidebar-title {
    font-size: 18px;
    color: #0066cc; /* 蓝色 */
    margin: 0 0 8px 0; /* 收紧标题底部间距 */
    padding-bottom: 5px;
    border-bottom: 2px solid #0066cc;
}
/* 内容列表：黑色 12px + 收紧行间距 */
.sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-list li {
    margin: 2px 0; /* 行间距大幅变窄 */
}
.sidebar-list li a {
    font-size: 14px;
    color: #000; /* 黑色 */
    text-decoration: none;
    line-height: 30px; /* 紧凑行高 */
    display: block; /* 必须加 */
    white-space: nowrap; /* 🔥 禁止文字换行 */
    overflow: hidden; /* 🔥 超出宽度隐藏 */
    text-overflow: ellipsis; /* 🔥 隐藏后显示 ... */
}
/* 侧边栏列表 鼠标悬浮：变蓝色 + 下划线（不加粗） */
.sidebar-list li a:hover {
    color: #0066cc; /* 统一侧边栏蓝色 */
    text-decoration: underline; /* 下划线 */
}

.sidebar-desc {
    font-size: 14px; /* 描述小字 */
    color: #000; /* 黑色 */
    line-height: 30px; /* 紧凑行高 */
    margin: 4px 0; /* 上下间距收紧 */
}
/* 查看更多：蓝色 16px 强制生效 */
.more-btn a {
    font-size: 16px !important;
    color: #0066cc !important; /* 强制蓝色 */
    text-decoration: none !important;
    display: block;
    margin-top: 8px;
    text-align: right; /* 可选：右对齐更好看 */
        font-weight: bold;
}
/* 查看更多 鼠标悬浮效果：圆形边框 + 加粗 */
.more-btn a:hover {
  font-weight: bold !important;
  border: 1px solid #0066cc !important;
  border-radius: 999px !important; /* 正圆形外边框 */
  padding: 3px 8px !important; /* 文字和边框的距离，让圆形更好看 */
  background: transparent !important;
}
/* 移动端隐藏 */
@media (max-width: 1200px) {
    .float-sidebar-left,.float-sidebar-right { display: none; }
}

/* 你的层级代码 保持不变！ */
.page-wrapper {position: relative;z-index: 9999 !important;}
.sticky-header-content {position: relative;z-index: 9999 !important;}
.adminbuy_cn,.thrid,footer,.footer {position: relative;z-index: 997;}
