.ne-banner {
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
  margin-top: 6.875rem;
}

.ne-banner img {
  width: 100%;
  animation: changeScale 1 3s ease-out forwards;
}

.bannerText {
  width: 100%;
  z-index: 9;
  text-align: center;
  position: absolute;
  left: 0;
  font-weight: bold;
  bottom: 35%;
  color: #fff;
}

.bannerText h2 {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #7f7f7f;
  font-family: "simli";
  font-weight: normal;
}

.bannerText .pText {
  width: 100%;
  font-size: 1.75rem;
  font-weight: normal;
  padding-top: 0.5rem;
  white-space: pre;
}

.pc-banner {
  display: block;
}

.mobile-banner {
  display: none;
}

.breadcrumb {
  font-size: 1rem;
  color: #888888;
  margin: 1.7rem 0 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #00796b;
}

.breadcrumb span {
  color: #999;
}

.breadcrumb img {
  width: 1.4375rem;
  display: block;
  margin-right: 0.3125rem;
}

.main-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 1.7rem 0 5rem 0;
  position: relative;
}

/* 左侧侧边导航 */

.menu-card {
  width: 18.75rem;
  background: #fff;
  border-radius: 0.625rem 0.625rem 0 0;
  box-shadow: 1px 1px 5px #bce1dc;
  padding: 0 2.1875rem 20rem 2.1875rem;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 4.6875rem;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: color 0.24s ease;
  transition-duration: 0.5s;
}

.menu-item.active .menu-txt {
  color: #008878;
  font-weight: bold;
  transition-duration: 0.5s;
}

.menu-item.active .arrow {
  color: #008878;
  transition-duration: 0.5s;
}

.menu-txt {
  font-size: 1.375rem;
  color: #333;
}

.arrow {
  font-size: 1.25rem;
  color: #999;
}

.menu-item:not(.active):hover .menu-txt {
  color: #008878;
}

.menu-item:not(.active):hover .arrow {
  color: #008878;
}

.menu-item:hover {
  border-bottom: 1px solid #008878;
}

.right-content {
  width: calc(95% - 18.75rem);
}

.content-title-box {
  margin-bottom: 1.875rem;
}

.content-title-box p {
  font-size: 1.125rem;
  color: #aaaaaa;
  letter-spacing: 1px;
  display: flex;
  justify-content: left;
  align-items: center;
  opacity: 0.5;
}

.content-title-box p span {
  display: block;
  width: 2.875rem;
  height: 0.0625rem;
  background: #aaa;
  opacity: 0.6;
}

.content-title {
  font-size: 1.75rem;
  color: #00796a;
  font-weight: bold;
  position: relative;
}

.content-title small {
  display: block;
  font-size: 1.15rem;
  color: #eaeaea;
  font-weight: normal;
  margin-top: 0.3125rem;
  position: relative;
  text-transform: uppercase;
  padding-right: 0.625rem;
}

.content-title small::after {
  content: "";
  position: absolute;
  right: -3.75rem;
  top: 50%;
  width: 3.75rem;
  height: 1px;
  background-color: #eaeaea;
}

.text-img-row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.text-block {
  flex: 1;
}

.text-block p {
  line-height: 2.25rem;
  font-size: 1.25rem;
  color: #444;

  text-indent: 2em;
}

.text-block * {
  font-size: 1.25rem !important;
  line-height: 1.6 !important;
  text-align: justify;
}

.text-block img {
  margin-left: 3.125rem !important;
  width: 34% !important;
  height: auto !important;
}

.img-box {
  width: 280px;
  flex-shrink: 0;
}

.img-box img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.banner-slogan {
  width: 100%;
  margin-top: 2.5rem;
  background: url(../images/about-pic.png) no-repeat;
  background-size: cover;
  border-radius: 6px;
  padding: 2.5rem;
  color: #fff;
  position: relative;
  min-height: 13rem;
  display: none;
}

.slogan-text {
  position: relative;
  z-index: 2;
  font-size: 1.625rem;
  font-weight: bold;
}

.environment_list {
  width: 100%;
  display: flex;
  justify-content: left;
  gap: 3.5%;
  flex-wrap: wrap;
}

.environment_list dl {
  width: 31%;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px #e9e9e9;
  margin-bottom: 2.5rem;
  cursor: pointer;
  transition-duration: 0.5s;
}

.environment_list dl dt {
  width: 100%;
  overflow: hidden;
  background: #000;
}

.environment_list dl dt img {
  display: block;
  width: 100%;
  transition-duration: 0.5s;
}

.environment_list dl dd {
  width: 100%;
  background: #fff;
  line-height: 4.625rem;
  font-size: 1.375rem;
  padding: 0 0.9375rem;
  text-align: center;
}

.environment_list dl:hover dt img {
  box-shadow: 0 5px 10px #e5f6f4;
}

.Honor .environment_list dl {
  box-shadow: none !important;
}

.Honor .environment_list dl dt {
  position: relative;
  box-shadow: none;
}

.Honor .environment_list dl dt .ryPic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 93%;
  height: 92%;
}

.Honor .environment_list dl:hover dt,
.Honor .environment_list dl:hover {
  box-shadow: none;
}

/* 禁用状态取消hover高亮 */
.pagination li.prev-btn.disabled a:hover,
.pagination li.next-btn.disabled a:hover {
  border: none;
  box-shadow: none;
  color: #333;
  font-weight: normal;
}

/* 图片弹窗 */
.img-preview-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.img-preview-box {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.preview-img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
}

.preview-title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}

.preview-close {
  position: absolute;
  top: -3.75rem;
  right: 0;
  color: #fff;
  cursor: pointer;
}

.preview-close .iconfont {
  font-size: 2.7rem;
}

.preview-prev,
.preview-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: url(../images/jt.png) no-repeat center center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
  font-size: 3.125rem;
}

.preview-next {
  transform: rotate(180deg);
}

.preview-prev {
  left: -70px;
}

.preview-next {
  right: -70px;
}

.HonorBox .environment_list dl dt {
  background: none;
}

.HonorBox .environment_list dl {
  border-radius: inherit;
  box-shadow: 0px 0px 4px 1px #c0bfbf;
  transition-duration: 0.5s;
}

.environment_list dl:hover {
  box-shadow: 1px 1px 5px #bce1dc;
}

.zzBox .environment_list dl {
  border-radius: inherit;

  margin-bottom: 2.875rem;
}

.zzBox .environment_list dl:hover {
  box-shadow: 1px 1px 5px #bce1dc;
}

.zzBox .environment_list dl dt img {
  transform: none;
}

/* 招聘 */
.job-list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.job-card {
  box-shadow: 0 0 7px 0px rgba(207, 207, 207, 0.7);
  padding: 1.875rem 2.1875rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 1.25rem;
}

.job-card:hover {
  box-shadow: 1px 4px 5px 0px rgba(0, 150, 136, 0.25);
}

.job-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 4.75rem;
  color: #000;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1.25rem;
}

.job-info-item {
  font-size: 1.125rem;
  color: #555;
  line-height: 2.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.apply-btn {
  display: inline-block;
  margin: 1.125rem 0;
  font-size: 1.125rem;
  color: #00796a;
  text-decoration: none;
  cursor: pointer;
}

.job-card:hover .apply-btn {
  text-decoration: underline;
  font-weight: bold;
}

.mask-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
}

.job-modal {
  width: 75rem;
  background: #fff;
  border-radius: 6px;
  padding: 2.8125rem;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  line-height: 1;
}

.modal-close:hover {
  color: #333;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.modal-salary {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0.75rem;
}

.modal-base-info {
  background: #f2f9f7;
  padding: 1.5625rem;
  border-radius: 0.3125rem;
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 12px;
}

.base-info-row {
  font-size: 1.125rem;
  color: #444;
}

.modal-desc-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 14px;
}

.modal-desc-text {
  font-size: 1.0625rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 1.875rem;
}

.mail-box {
  border: 1px solid #00796a;
  border-radius: 0.375rem;
  padding: 0.8125rem 0.9375rem;
  font-size: 1.125rem;
  color: #00796a;
  display: inline-block;
  transition-duration: 0.5s;
}

.mail-box:hover {
  box-shadow: 1px 4px 5px 0px rgba(0, 150, 136, 0.25);
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .job-list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .modal-base-info {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .job-list-wrap {
    grid-template-columns: 1fr;
  }

  .job-title {
    font-size: 20px;
    line-height: 36px;
  }

  .modal-base-info {
    grid-template-columns: 1fr;
  }

  .job-modal {
    padding: 20px;
  }

  .modal-title {
    font-size: 20px;
  }

  .job-info-item,
  .modal-salary,
  .modal-desc-title {
    font-size: 16px;
    line-height: 30px;
  }

  .base-info-row,
  .modal-desc-text {
    font-size: 14px;
  }

  .apply-btn {
    font-size: 16px;
  }

  .mail-box {
    font-size: 12px;
  }
}

/* 联系我们 */

.map-container {
  width: 100%;
  position: relative;
  height: 34.375rem;
}

.news-wrap {
  width: 100%;
}

#map-container {
  width: 100%;
  height: 100%;
}

.info-card {
  position: absolute;
  top: 22%;
  right: 1.875rem;
  width: 37%;
  background: #ffffff;
  border-radius: 12px;
  padding: 1.875rem;
  /* display: flex; */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  z-index: 3;
  transition: opacity 0.3s ease;
}

.info-text {
  width: 100%;
}

.company-title {
  font-size: 1.5rem;
  color: #00705c;
  font-weight: bold;
  margin-bottom: 0.9375rem;
  line-height: 1.3;
}

.info-item {
  font-size: 1rem;
  color: #333;
  display: flex;
  margin-bottom: 0.625rem;
}

.info-label {
  width: 5.25rem;
  text-align: left;
  color: #444;
}

.qrcode-box {
  width: 6.375rem;
  flex-shrink: 0;
  position: absolute;
  right: 1.25rem;
  top: 3.75rem;
}

.qrcode-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*  */
.cont-form-wrap {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 1.25rem;
}

.cont-form-item {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  height: 3.125rem;
  padding: 0 0.9375rem;
  position: relative;
}

.cont-form-item label {
  font-size: 1.125rem;
  color: #666;
  width: 3.75rem;
}

.cont-form-item input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.125rem;
  height: 3.125rem;
  background: none;
}

.cont-code-row {
  gap: 12px;
}

.cont-code-img {
  height: 40px;
  cursor: pointer;
}

.cont-textarea-box {
  border: 1px solid #ddd;
  padding: 1rem;
  min-height: 12.5rem;
}

#codeImg {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
}

.cont-textarea-box label {
  display: block;
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 10px;
}

.cont-textarea-box textarea {
  width: 100%;
  height: calc(100% - 30px);
  border: none;
  outline: none;
  font-size: 18px;
  resize: none;
}

.cont-btn-box {
  text-align: center;
  margin-top: 20px;
}

.cont-submit-btn {
  width: 16.25rem;
  height: 3.4375rem;
  border-radius: 999px;
  border: none;
  transition-duration: 0.5s;
  background: #fff;
  font-size: 1.25rem;
  color: #333;
  cursor: pointer;
}

.cont-submit-btn:hover {
  color: #fff;
  box-shadow: 1px 5px 5px #bce1dc;

  color: #008a7a;
}

/* 联系我们 */

/* 企业文化 */
.culture-item {
  background-color: #f8f8f8;
  padding: 1.5625rem;
  margin-bottom: 1.25rem;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  transition-duration: 0.5s;
}

.culture-item:hover {
  box-shadow: 0 0 8px #e7e7e7, 0 0 16px #e7e7e7;
  border-radius: 15px;
}

.culture-title {
  font-size: 1.5rem;
  color: #00705c;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.culture-desc {
  font-size: 1.25rem;
  color: #444;
  line-height: 1.8;
  text-align: justify;
}

.culture dl {
  box-shadow: inherit;
}

.culture dl dd {
  position: relative;
}

.culture dl dt {
  box-shadow: 0 0px 15px #afd3ce;
  position: relative;
  border-radius: 1.25rem;
}

.culture dl dd .open {
  width: 3.0625rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: -3rem;
  z-index: 99;
}

.culture dl dd .open img {
  display: inline-block;
  width: 100%;
}

.culture dl:hover dd .open img {
  transform: inherit;
  opacity: 1;
}

.culture dl:hover dd {
  font-weight: bold;
  color: #00705c;
}

/* 项目案例 */
.case-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 3.125rem;
}

.case-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding: 1.875rem;
  /* border: 1px solid #e8e8e8; */
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 0 10px #eaeaea;
}

/* .case-item:first-child {
	border-top: 4px solid #b6e4e0;
} */

.case-item:hover {
  box-shadow: 1px 1px 5px #bce1dc;
}

.case-item:hover .case-title {
  color: #00796a;
  font-weight: bold;
}

.case-item:hover .case-desc {
  color: #00796a;
}

.case-img {
  width: 17.25rem;
  flex-shrink: 0;
}

.case-img img {
  width: 100%;
  display: block;
}

.case-text {
  flex: 1;
}

.case-title {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.case-desc {
  font-size: 1.125rem;
  color: #555;
  line-height: 1.7;
}

/* 新闻中心 */

.news-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.125rem;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  padding: 1.75rem 1.375rem;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* .news-item:first-child{padding-top: 0;} */

.news-item:hover {
  box-shadow: 1px 1px 5px #bce1dc;
}

.news-img {
  width: 13.1875rem;
  flex-shrink: 0;
}

.news-img img {
  width: 100%;
  display: block;
}

.news-text {
  flex: 1;
}

.news-title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.news-item:hover .news-title {
  color: #00796a;
  font-weight: bold;
}

.news-desc {
  font-size: 1.125rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.625rem;
}

.news-item:hover .news-desc {
  color: #00796a;
}

.news-text span {
  font-size: 1.125rem;
  color: #999;
}

.news-meta {
  font-size: 1.125rem;
  color: #888888;
  text-align: center;
  border-bottom: 1px solid #ededed;
  margin-bottom: 1.25rem;
  padding: 1.875rem 0;
}

.news-content .pText {
  font-size: 1.1875rem;
  line-height: 2.1875rem;
  margin-bottom: 1.25rem;
  /* 	text-indent: 2em; */
}

.news-content .pText img {
  display: inline-block;
  max-width: 100%;
}

.page-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
  padding: 13px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
}

.page-btn {
  display: flex;
  font-size: 1rem;
  align-items: center;
  width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-btn .icon {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  margin-right: 10px;
}

.page-btn .icon img {
  display: block;
  width: 1.0625rem;
}

.page-btn:nth-child(2) .icon {
  margin-right: inherit;
  margin-left: 10px;
}

.page-btn:nth-child(2) .icon img {
  transform: rotate(180deg);
}

.page-btn p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.more-btn {
  width: 9.875rem;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 3.125rem;
  font-size: 1rem;
  color: #333;
  transition: 0.5s;
  line-height: 3.125rem;
  transition-duration: 0.5s;
}

.more-btn:hover {
  /* background-color: #0f7b57; */
  color: #fff;
  box-shadow: 1px 5px 5px #bce1dc;
  transform: translateY(-3px);
  color: #008a7a;
}

.news-wrap .news-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.news-wrap .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.1rem;
}

.page-btn:nth-child(3) {
  float: right;
  width: auto;
  max-width: 30%;
}

.news-wrap {
  padding-top: 1.25rem;
}

@media screen and (max-width: 768px) {
  .news-wrap {
    padding: 16px 8px;
  }

  .news-title {
    font-size: 16px;
  }

  .news-content p {
    font-size: 14px;
  }

  .news-meta,
  .news-text span {
    font-size: 12px;
  }

  .news-wrap .news-title {
    font-size: 18px;
  }

  .news-wrap .more-btn {
    position: relative;
    top: 0;
    font-size: 14px;
    width: 120px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

/* 分页 */
.jianT {
  width: 100%;
  text-align: center;
  margin-top: 3.125rem;
}

.jianT li {
  background: #fff;
  border: 1px solid #ddd;
  line-height: 2.125rem;
  height: 2.25rem;
  min-width: 2.6875rem;
  display: inline-block;
  margin: 0 6px;
  width: 2.6875rem;
  padding: 0;
}

.jianT li:nth-child(1) {
  width: auto;
}

.jianT li:nth-last-child(1) {
  width: auto;
}

.jianT li:nth-last-child(1) a,
.jianT li:nth-child(1) a {
  padding: 0 10px;
}

.jianT li a {
  font-size: 1.125rem;
  color: #474747;
  display: block;
}

.jianT li a:hover {
  text-decoration: none;
  background: #07913a;
  color: #fff;
}

.jianT li .on {
  background: #07913a;
  color: #fff;
  display: block;
}

.searchBox {
  margin-bottom: 40px;
}

.searchBox h2 {
  font-size: 24px;
  font-weight: bold;
  color: #078c38;
  margin-bottom: 20px;
}

/* 分页容器 */
.pagination {
  display: flex;
  align-items: center;
  gap: 7px;
  list-style: none;
  padding: 0;
  justify-content: center;
}

/* 通用分页按钮 */
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #f8f8f8;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* 当前激活页码 */
.pagination li.active a,
.pagination li a:hover {
  border: 1px solid #009688;
  box-shadow: 1px 4px 5px 0px rgba(0, 150, 136, 0.25);
  color: #009688;
  font-weight: 600;
}

.pagination li a img {
  width: 0.9375rem;
}

.pagination li:nth-child(1) {
  margin-right: 2.5rem;
}

.pagination li:nth-child(1) img {
  transform: rotate(180deg);
}

.pagination li:last-child {
  margin-left: 2.5rem;
}

/* 省略号样式 */
.pagination li.ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #f8f8f8;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* ========== 新增：禁用箭头灰显样式 ========== */
.pagination li.disabled a {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* 禁用状态取消hover高亮效果 */
.pagination li.disabled a:hover {
  border: none;
  box-shadow: none;
  color: #333;
  font-weight: normal;
}

/* 地图外层容器 */
.world-map-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* 空白地图底图 图1 */
.map-bg {
  width: 80%;
  display: block;
  margin: 0 auto;
}

/* 标记点位公共容器：承载图标+文字，加跳动动画 */
.map-marker {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  /* 上下循环弹跳动画 */
  /* animation: bounce 2s ease-in-out infinite; */
  cursor: pointer;
}

/* 绿色定位图标 模拟图2针点 */
.marker-pin {
  width: 1.475rem;
  position: relative;
}

/* 地区文字 */
.marker-text {
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: 800;
}

/* 上下跳动动画 */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.6rem);
  }

  100% {
    transform: translateY(0);
  }
}

/* 每个点位定位坐标（对照图2精确摆放） */
.map-marker:nth-child(1) {
  top: 37% !important;
  left: 35.5% !important;
}

.map-marker:nth-child(2) {
  top: 50% !important;
  left: 20% !important;
}

.map-marker:nth-child(3) {
  top: 55% !important;
  left: 19% !important;
}

.map-marker:nth-child(4) {
  top: 20% !important;
  left: 27% !important;
}

.map-marker:nth-child(5) {
  top: 26% !important;
  left: 25% !important;
}

.map-marker:nth-child(6) {
  top: 47.5% !important;
  left: 37% !important;
}

.map-marker:nth-child(7) {
  top: 44% !important;
  left: 39% !important;
}

.map-marker:nth-child(8) {
  top: 30% !important;
  left: 39% !important;
}
.map-marker:nth-child(9) {
  top: 40% !important;
  left: 37% !important;
}
.left-panel {
  width: 100%;
  height: 58rem;
  position: relative;
}
.map-marker:nth-child(10) {
  top: 30% !important;
  left: 27% !important;
}
.map-marker:nth-child(11) {
  top: 41% !important;
  left: 41% !important;
}
.map-marker:nth-child(12) {
  top: 21.5% !important;
  left: 38% !important;
}
.map-marker:nth-child(13) {
  top: 33% !important;
  left: 35% !important;
}
#map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tables-section {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.table-block {
  flex: 1;
  min-width: 20rem;
  border: 1px solid #e0e4e8;
  border-radius: 4px;
  overflow: hidden;
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f6f6f6;
  border-bottom: 1px solid #e0e4e8;
}

.table-header .region-name {
  font-size: 14px;
  font-weight: 600;
  color: #0a8a6a;
}

.table-header .col-label {
  font-size: 14px;
  font-weight: 600;
  color: #0a8a6a;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table tr {
  border-bottom: 1px solid #eef0f3;
  transition: background 0.15s ease;
}

.data-table tr:nth-child(even) {
  background: #fbfbfb;
}

.data-table tr:hover {
  background: #f8fafb;
}

.data-table td {
  padding: 12px 16px;
  font-size: 12px;
  color: #444;
  line-height: 1.5;
}

.data-table td:first-child {
  text-align: left;
  max-width: 70%;
}

.data-table td:last-child {
  text-align: right;
  color: #666;
  white-space: nowrap;
}

.no-data {
  text-align: center;
  padding: 32px;
  color: #999;
  font-size: 14px;
}

/* 标签容器 */
.tab-wrap {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1.25rem;
}

/* 基础标签样式 */
.tab-item {
  width: 5.1875rem;
  line-height: 2.5625rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;

  cursor: pointer;
  transition: all 0.2s ease;
  background: #ededed;
  margin-left: 0.5rem;
}

/* 选中态：国内 */
.tab-item.active {
  background-color: #f8f8f8;
  color: #008866;
  box-shadow: -2px 3px 3px 1px rgb(64 64 64 / 14%);
  font-weight: 700;
}

.w85 {
  width: 80%;
  margin: 0 auto;
}

.news-content * {
  font-size: 1.25rem !important;
  line-height: 1.8;
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1190px) {
}

@media only screen and (max-width: 996px) {
}

@media only screen and (max-width: 768px) {
  .tables-section {
    flex-direction: column;
  }

  .table-block {
    min-width: auto;
  }

  .menu-card {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .menu-item {
    width: 48%;
    line-height: 40px;
    margin: 0 1%;
  }

  .menu-txt {
    font-size: 16px;
  }

  .content-title {
    font-size: 18px;
  }

  .content-title-box p {
    font-size: 16px;
  }

  .content-title small,
  .slogan-text {
    font-size: 14px;
  }

  .right-content {
    width: 100%;
  }

  .text-block p {
    line-height: 26px;
    font-size: 16px;
  }

  .zzBox .environment_list dl,
  .HonorBox .environment_list dl {
    width: 48%;
  }

  .pagination li a img {
    width: 10px;
  }

  .pagination li a {
    font-size: 12px;
    width: 30px;
    height: 30px;
  }

  .text-block img {
    display: none;
  }

  .environment_list dl {
    width: 100%;
  }

  .environment_list dl dd {
    line-height: 46px;
    font-size: 17px;
  }

  .info-card {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  .company-title {
    font-size: 22px;

    margin-bottom: 10px;
    line-height: 28px;
  }

  .qrcode-box {
    width: 101px;
    position: relative;
    right: 0;
    top: 0;
  }

  .bannerText {
    font-size: 22px;
  }

  .bannerText .pText {
    font-size: 18px;
  }

  .pc-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .case-item {
    padding: 15px;
  }

  .case-img {
    width: 100%;
    flex-shrink: 0;
  }

  .case-title,
  .culture-title {
    font-size: 16px;
  }

  .case-desc,
  .info-item,
  .cont-form-item label,
  .cont-textarea-box label,
  .culture-desc {
    font-size: 14px;
  }

  .cont-form-item label {
    width: auto;
  }

  .cont-form-item {
    height: 35px;
  }

  .info-label {
    width: auto;
  }

  .cont-submit-btn {
    font-size: 14px;
    width: 120px;
    height: 35px;
  }

  .news-item {
    padding: 15px;
  }

  .news-img {
    width: 100%;
    flex-shrink: 0;
  }

  .news-desc {
    font-size: 14px;
  }

  .news-content .pText {
    font-size: 16px;
    line-height: 30px;
  }

  .news-content .pText img {
    display: inline-block;
    max-width: inherit;
    width: 100%;
  }

  .page-btn {
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-bottom: 10px;
  }

  .breadcrumb {
    display: none;
  }

  .bannerText h2 {
    font-size: 22px;
  }

  .text-block * {
    font-size: 14px !important;
  }
}
