@keyframes myfirst {
  0% {
    left: 50%;
    top: 0%;
  }
  25% {
    left: 50%;
    top: 10%;
  }
  50% {
    left: 50%;
    top: 20%;
  }
  75% {
    left: 50%;
    top: 30%;
  }
  100% {
    left: 50%;
    top: 40%;
  }
}
img {
  max-width: 100%;
  outline: none;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a:hover {
  color: #8c673e;
  text-decoration: none;
}
* {
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  overflow: hidden;
  _zoom: 1;
}
.zy_q {
  border-bottom: 1px solid #ccc;
}
.clear {
  height: 0px;
  clear: both;
}
body {
  font-family: "微软雅黑";
  min-width: 320px;
  background: url(../images/bg.png);
  overflow-x: hidden;
}
ul {
  padding: 0px;
}
ul li {
  list-style: none;
}
/*-header-*/
.home_p {
  position: absolute;
  z-index: 9999;
  background: #fff;
  color: #000;
}
@media (max-width: 1000px) {
  .home_p {
    position: relative;
  }
}
.phone-nav {
  position: absolute;
  font-size: 24px;
  right: 15px;
  line-height: 50px;
  display: none;
  color: #000;
  z-index: 9;
}
.phone-nav:hover {
  color: #00A0A3;
}
@media (max-width: 1000px) {
  .phone-nav {
    display: block;
  }
}
.header,
.header_zi {
  border-bottom: 1px solid rgba(129, 168, 73, 0.12);
  width: 100%;
}


.szh_Banner{
  width: 100%;
  height: 700px;
  background: url(../images/img/qcjyBanner.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.hyzb_banner{
  display: flex;
  /* height: 450px; */
  width: 100%;
  margin-bottom: 20px;
}
.hyzb_banner .left_s_title{
  width: 35%;
}
.hyzb_banner .left_s_title p{
  font-size: 32px;
  color: #000;
  margin: 20px 0 0 30px;
}
@media (max-width: 768px) {
 .hyzb_banner .left_s_title p{
     font-size: 22px;
     }
 }
 
 @media (max-width: 480px) {
 .hyzb_banner .left_s_title p{
     font-size:18px;
     }
 }
.hyzb_banner .right_s {
  width:100%;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.hyzb_banner .right_s img{
  margin-top: 20px;
  width: 330px;
  height: 130px;
  margin-left: 20px;
}

.cxjs_Banner_footer{
  display: flex;
      flex-direction: column;
  width: 100%;
  height: 250px;
  background: #000;
}
.cxjs_Banner_footer .left_s {
 width: 45%;
}
.cxjs_Banner_footer .left_s p{
  font-size: 32px;
  color: #fff;
  margin: 20px 0 0 30px;
 }

 .cxjs_Banner_footer .right_s{
    display: flex;
    align-items: baseline;
    margin-top: 50px;
 }
 .cxjs_Banner_footer .right_s .bottoms_t{
  color: #000;
  background-color: #FFA826;
  padding-left: 20px;
   min-width: 230px;
  margin-right: 15px;
  margin-left: 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.cxjs_Banner_footer .right_s p{
  color: #fff;
  font-size: 16px;

}

@media (max-width: 768px) {
  .cxjs_Banner_footer .left_s p {
     font-size: 22px;
     }
 }
 
 @media (max-width: 480px) {
  .cxjs_Banner_footer .left_s p {
     font-size:18px;
     }
 }
.ry_time_banner{
  display: flex;
}
.ry_time_banner .left_s{
  font-size: 32px;
  width: 26%;
}
.ry_time_banner .right_s{
  width: 70%;
  display: flex;
  /* justify-content: space-between; */
  border-top: 1px solid #ccc;
  flex-wrap: wrap;
  padding: 30px 0;
}
.ry_time_banner .right_s .time_s{
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ry_time_banner .right_s .time_s .pone{
  font-size:20px;
  color: #000;
}

.ry_time_banner .right_s .time_s .ptwo{
  font-size:16px;
  color: #000;
  font-weight: 300;
  margin-top: 10px;
}

.containerVip{
 width: 100%;
  margin: 0 auto;
  padding: 20px;
}
   /* 一行三列布局 */
   .containerVip .row {
    display: flex;
    gap: 20px;
}
.containerVip .module {
    flex: 1;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}
.containerVip .module:hover {
    transform: translateY(-8px);
}
/* 图片样式 */
.containerVip .module-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
/* 内容样式 */
.containerVip .module-content {
    padding: 25px;
}
.containerVip .module-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}
.containerVip .btn:hover {
    background: #e64a19;
}
/* 响应式调整 */
@media (max-width: 768px) {
  .containerVip .row {
        flex-direction: column;
    }
    .containerVip .module {
        max-width: 400px;
        margin: 0 auto 20px;
    }
}
.containerEight{
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
  /* 图片网格布局 */
  .containerEight  .image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}
/* 单个图片容器 */
.containerEight .image-item {
    flex: 1 1 calc(25% - 15px); /* 4列布局 */
    min-width: 200px; /* 最小宽度防止压缩 */
    aspect-ratio: 1/1; /* 保持正方形（可选） */
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.containerEight .image-item:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
/* 图片样式 */
.containerEight .image-item img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 保持图片比例并填满容器 */
    display: block;
}
/* 响应式调整 */
@media (max-width: 768px) {
  .containerEight .image-item {
        flex: 1 1 calc(50% - 15px); /* 平板2列 */
    }
}
@media (max-width: 480px) {
  .containerEight .image-item {
        flex: 1 1 100%; /* 手机1列 */
    }
}
.htzy_Banner{
  background: #eaf1fc;
  padding: 20px 0 ;
}
.htzy_Banner .banner_s{
  display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      position: relative;
}
.htzy_Banner .banner_s .imgCycle{
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: red;
    bottom: -35px;
    left: 20px;
    color: #fff;
}
.htzy_Banner .banner_s .imgCycleTwo{
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: blue;
  color: #fff;
  bottom: -35px;
  left: 400px;
}
.htzy_Banner .banner_s .imgCycleThree{
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: green;
  color: #fff;
  color: #fff;
  bottom: -35px;
  left: 700px;
}
.htzy_Banner .banner_s .imgCycleFour{
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: orange;
  color: #fff;
  bottom: -35px;
  left: 1000px;
}
.htzy_Banner .banner_s img{
  width: 25%;
}
.khdz_banner{
  display: flex;
  flex-direction: column;

}
.khdz_banner .left_s{
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 30%;
}
.khdz_banner .left_s img{
  display: flex;
  flex-direction: column;
}
.khdz_banner .right_s{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  width: 70%;
}
.khdz_banner .right_s .list{
  display: flex;
  flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.khdz_banner .right_s .list img{
 width: 24%;
 height: 500px;
}
.containerTs {
  max-width: 1200px;
  margin: 0 auto;
}
.containerTs h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #2c3e50;
  position: relative;
  padding-bottom: 15px;
}
.containerTs h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #3498db, #9b59b6);
}
/* 服务网格布局 */
.containerTs .services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
/* 单个服务卡片 */
.containerTs .service-card {
  flex: 1 1 calc(25% - 25px);
  min-width: 250px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  padding: 30px 20px;
}
.containerTs .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
/* 服务图标 */
.containerTs .service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #3498db, #9b59b6);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}
/* 服务标题 */
.containerTs .service-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c3e50;
}
/* 服务图片（替代图标） */
.containerTs .service-image {
  width: 100%;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  /* display: none; 默认隐藏图片，如需使用图片替换图标，请设置 display: block 并隐藏图标 */
}
.containerTs .service-image img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}
/* 响应式调整 */
@media (max-width: 1024px) {
  .service-card {
      flex: 1 1 calc(33.333% - 25px);
  }
}
@media (max-width: 768px) {
  .service-card {
      flex: 1 1 calc(50% - 25px);
  }
}
@media (max-width: 540px) {
  .service-card {
      flex: 1 1 100%;
  }
}
.containerHy {
  max-width: 1400px;
  margin: 0 auto;
}
.containerHy h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-size: 2rem;
}
/* 照片网格布局 */
.containerHy .photo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
/* 单张照片样式 */
.containerHy .photo-item {
  flex: 0 0 calc(16.666% - 20px); /* 6列布局 */
  max-width: calc(16.666% - 20px);
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.containerHy .photo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.containerHy .photo-item img {
  width: 100%;
  height: 180px; /* 固定高度保持统一 */
  object-fit: cover;
  display: block;
}
/* 照片标题（可选） */
.containerHy .photo-title {
  padding: 12px;
  text-align: center;
  font-size: 0.9rem;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 响应式调整 */
@media (max-width: 1200px) {
  .containerHy .photo-item {
      flex: 0 0 calc(20% - 20px); /* 5列 */
      max-width: calc(20% - 20px);
  }
}
@media (max-width: 992px) {
  .containerHy  .photo-item {
      flex: 0 0 calc(25% - 20px); /* 4列 */
      max-width: calc(25% - 20px);
  }
}
@media (max-width: 768px) {
  .containerHy  .photo-item {
      flex: 0 0 calc(33.333% - 20px); /* 3列 */
      max-width: calc(33.333% - 20px);
  }
  .containerHy  .photo-item img {
      height: 150px;
  }
}
@media (max-width: 576px) {
  .containerHy  .photo-item {
      flex: 0 0 calc(50% - 20px); /* 2列 */
      max-width: calc(50% - 20px);
  }
}
.player-container {
  max-width: 1000px;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.video-wrapper {
  position: relative;
  background: #000;
}
video {
  width: 100%;
  display: block;
}
.controls {
  display: flex;
  flex-direction: column;
  background: #2c3e50;
  padding: 10px;
  gap: 8px;
}
.progress-container {
  width: 100%;
  height: 6px;
  background: #555;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.progress-bar {
  height: 100%;
  background: #3498db;
  border-radius: 3px;
  width: 0%;
  position: relative;
}
.progress-bar::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.progress-container:hover .progress-bar::after {
  opacity: 1;
}
.controls-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.control-btn {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.control-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.time-display {
  color: white;
  font-size: 14px;
  min-width: 120px;
  text-align: center;
}
.volume-control {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
  max-width: 120px;
}
.volume-slider {
  width: 80px;
  height: 4px;
  background: #555;
  border-radius: 2px;
  cursor: pointer;
}
.volume-level {
  height: 100%;
  background: #3498db;
  border-radius: 2px;
  width: 100%;
}
.video-info {
  padding: 20px;
}
.video-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.video-description {
  color: #666;
  line-height: 1.6;
}


.containerMap {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #2c3e50;
}
.address-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.map-container {
  flex: 1;
  min-width: 300px;
  height: 300px;
  background: #eee;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3498db, #2ecc71);
  color: white;
  font-size: 18px;
}
.info-container {
  flex: 1;
  min-width: 300px;
}
.info-item {
  margin-bottom: 20px;
}
.info-item h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2980b9;
  border-bottom: 2px solid #ecf0f1;
  padding-bottom: 5px;
}
.info-item p {
  margin-bottom: 8px;
}
.icon {
  margin-right: 8px;
  color: #3498db;
}
@media (max-width: 768px) {
  .address-section {
      flex-direction: column;
  }
}
/* 响应式调整 */
@media (max-width: 768px) {
  .controls-row {
      gap: 10px;
  }
  .time-display {
      min-width: 90px;
      font-size: 12px;
  }
  .volume-control {
      max-width: 80px;
  }
  .volume-slider {
      width: 50px;
  }
}


.qa-container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
}

/* 左侧问题Tab样式 */
.qa-tabs {
  width: 30%;
  border-right: 1px solid #eee;
}

.tab-item {
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.tab-item:hover {
  background-color: #f9f9f9;
}

.tab-item.active {
  background-color: #e6f7ff;
  border-left-color: #1890ff;
  color: #1890ff;
}

.tab-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tab-views {
  font-size: 12px;
  color: #999;
}

/* 右侧内容区域样式 */
.qa-content {
  width: 70%;
  padding: 30px;
}

.content-item {
  display: none;
}

.content-item.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.question {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.answer {
  line-height: 1.8;
  color: #555;
  font-size: 15px;
}

.answer p {
  margin-bottom: 15px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .qa-container {
      flex-direction: column;
  }
  
  .qa-tabs, .qa-content {
      width: 100%;
  }
  
  .qa-tabs {
      border-right: none;
      border-bottom: 1px solid #eee;
  }
}

     /* 主容器 */
     .company-intro {
      max-width: 1200px;
      margin: 80px auto;
      display: flex;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  
  /* 左侧文案区域 */
  .intro-text {
      width: 55%;
      padding: 60px 80px;
  }
  
  .section-title {
      font-size: 32px;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 15px;
  }
  
  .section-title::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 60px;
      height: 3px;
      background: #3498db;
      border-radius: 3px;
  }
  
  .subtitle {
      font-size: 18px;
      color: #7f8c8d;
      margin-bottom: 30px;
      font-weight: 500;
  }
  
  .content-text {
      font-size: 15px;
      color: #555;
      margin-bottom: 25px;
  }
  
  .highlight {
      color: #e74c3c;
      font-weight: 600;
  }
  
  /* 右侧图片区域 */
  .intro-image {
      width: 45%;
      position: relative;
      overflow: hidden;
  }
  
  .company-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.8s ease;
  }
  
  .intro-image:hover .company-img {
      transform: scale(1.05);
  }
  
  /* 响应式设计 */
  @media (max-width: 992px) {
      .company-intro {
          flex-direction: column;
          margin: 40px 20px;
      }
      
      .intro-text, .intro-image {
          width: 100%;
      }
      
      .intro-text {
          padding: 40px;
      }
  }
  
  @media (max-width: 576px) {
      .intro-text {
          padding: 30px 20px;
      }
      
      .section-title {
          font-size: 26px;
      }
  }
        /* 页脚主样式 */
        footer {
          background-color: #2c3e50;
          color: #ecf0f1;
          padding: 60px 0 30px;
      }
      
      .footer-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 20px;
          display: flex
          ;
              flex-direction: row;
      }
      

        /* 悬浮按钮样式 */
        .contact-float-btn {
          position: fixed;
          right: 30px;
          bottom: 30px;
          z-index: 9999;
      }
      
      .float-btn {
          background-color: #3498db;
          color: white;
          border: none;
          border-radius: 50px;
          padding: 12px 20px;
          font-size: 16px;
          font-weight: 500;
          cursor: pointer;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          transition: all 0.3s ease;
          display: flex;
          align-items: center;
          gap: 8px;
      }
      
      .float-btn:hover {
          background-color: #2980b9;
          transform: translateY(-3px);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
      }
      
      .float-btn i {
          font-size: 18px;
      }
      
      /* 模态框样式 */
      .contact-modal {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          z-index: 10000;
          justify-content: center;
          align-items: center;
          animation: fadeIn 0.3s ease;
      }
      
      .modal-content {
          background-color: white;
          border-radius: 12px;
          width: 90%;
          max-width: 400px;
          padding: 30px;
          text-align: center;
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          position: relative;
          animation: slideUp 0.4s ease;
      }
      
      .close-btn {
          position: absolute;
          top: 15px;
          right: 15px;
          font-size: 24px;
          color: #95a5a6;
          cursor: pointer;
          transition: color 0.2s;
      }
      
      .close-btn:hover {
          color: #333;
      }
      
      .modal-title {
          font-size: 20px;
          font-weight: 600;
          margin-bottom: 20px;
          color: #2c3e50;
      }
      
      .qr-code {
          width: 200px;
          height: 200px;
          margin: 0 auto 20px;
          background-color: #f5f5f5;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 1px solid #eee;
      }
      
      .contact-ways {
          margin-top: 20px;
      }
      
      .contact-item {
          margin-bottom: 12px;
          font-size: 14px;
          color: #555;
      }
      
      /* 动画效果 */
      @keyframes fadeIn {
          from { opacity: 0; }
          to { opacity: 1; }
      }
      
      @keyframes slideUp {
          from { 
              opacity: 0;
              transform: translateY(30px);
          }
          to { 
              opacity: 1;
              transform: translateY(0);
          }
      }
      
      /* 响应式调整 */
      @media (max-width: 480px) {
          .modal-content {
              width: 85%;
              padding: 20px;
          }
          
          .qr-code {
              width: 160px;
              height: 160px;
          }
      }
      /* 顶部维权信息区 */
      .rights-protection {
          display: flex;
          justify-content: space-between;
          flex-direction: column;
          flex-wrap: wrap;
          margin-bottom: 50px;
          gap: 30px;
      }
      
      .protection-section {
          flex: 1;
          min-width: 280px;
          display: flex
          ;
              align-items: center;
              flex-direction: column;
      }
      
      .section-title {
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 20px;
          color: #3498db;
          padding-bottom: 8px;
          border-bottom: 2px solid #34495e;
      }
      
      .protection-item {
          margin-bottom: 15px;
          font-size: 14px;
      }
      
      .protection-item a {
          color: #bdc3c7;
          text-decoration: none;
          transition: color 0.3s;
      }
      
      .protection-item a:hover {
          color: #3498db;
      }
      
      /* 维权热线突出显示 */
      .hotline {
          background: #e74c3c;
          padding: 15px;
          border-radius: 6px;
          margin-top: 20px;
          text-align: center;
      }
      
      .hotline-number {
          font-size: 22px;
          font-weight: bold;
          color: white;
          margin: 10px 0;
      }
      
      /* 底部版权信息 */
      .copyright {
          text-align: center;
          padding-top: 30px;
          border-top: 1px solid #34495e;
          font-size: 13px;
          color: #95a5a6;
      }
      
      /* 响应式调整 */
      @media (max-width: 768px) {
          .rights-protection {
              flex-direction: column;
          }
          
          .protection-section {
              width: 100%;
          }
      }
.page {
  margin: 0px 0px 80px 0px;
  padding-top: 40px;
  text-align: center;
}
.page .fa-caret-left {
  font-size: 14px;
  padding: 0px 3px;
}
.page .fa-caret-right {
  font-size: 14px;
  padding: 0px 3px;
}
.page .fa-backward {
  font-size: 10px;
}
.page .fa-forward {
  font-size: 10px;
}
.page .active {
  color: #00A0A3; 
  text-decoration: line-through;
  font-weight: bold;
}
.page a {
  color: #999999;
  margin: 0px 3px;
  font-family: arial;
  display: inline-block;
  text-align: center;
  color: #666666;
}
.page a:hover {
  color: #00A0A3; 
  text-decoration: line-through;
  font-weight: bold;
}
.page .ye {
  color: #999999;
  margin: 0px 2px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50px;
  background: #e1e1e1;
  text-align: center;
}
.page .ye:hover {
  color: #fff;
  background: #00A0A3;  
}
.page .fa-backward,
.page .fa-forward {
  position: relative;
  top: -1px;
}
@media (max-width: 480px) {
  .page {
    margin: 0px 0px 40px 0px;
  }
}
.w1004 {
  max-width: 1240px;
  margin: auto;
  border-radius: 5px;
  padding: 20px;
  width: 98%;
  margin-top: -20px;
}
.map {
  margin: 0 auto;
}
.map dl {
  margin: 20px 0 20px 0;
  overflow: hidden;
  line-height: 30px;
}
.map dl:hover dt a {
  color: #fff;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #00A0A3;  
}
.map dt a {
  color: #fff;
  display: block;
}
.map dt a:hover {
  color: #fff;
  font-weight: bold;
}
.map dd {
  font-size: 12px;
  overflow: hidden;
  float: left;
  width: 85%;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #00A0A3; 
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #00A0A3; 
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #00A0A3;  
  color: #fff;
}
@media (max-width: 768px) {
  .map dt {
    width: 15%;
  }
  .map dd {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .map dt {
    width: 20%;
  }
  .map dd {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .map dt {
    width: 100%;
  }
  .map dd {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
.header .containers,
.header_zi .containers {
  width: 98%;
  max-width: 1240px;
  margin: 0px auto 15px;
  padding: 5px 0px 0px;
}
@media (max-width: 1000px) {
}
.header .containers .logo,
.header_zi .containers .logo {
  max-width: 155px;
  float: left;
  width: 12.5%;
}
@media (max-width: 640px) {
  .header .containers .logo,
  .header_zi .containers .logo {
    width: 18%;
  }
}
@media (max-width: 480px) {
  .header .containers .logo,
  .header_zi .containers .logo {
    width: 24%;
  }
}
.header .containers .logo_right,
.header_zi .containers .logo_right {
  max-width: 1070px;
  width: 86.29032258064517%;
  float: right;
  margin-top: 20px;

}
@media (max-width: 1000px) {
  .header .containers .logo_right,
  .header_zi .containers .logo_right {
    margin-top: 10px;
    width: 78%;
  }
}
@media (max-width: 480px) {
  .header .containers .logo_right,
  .header_zi .containers .logo_right {
    width: 36%;
    margin-top: 13px;
  }
}
.header .containers .logo_right .nav,
.header_zi .containers .logo_right .nav {
  max-width: 805px;
  width: 75.23364485981308%;
  float: left;
}
.header .containers .logo_right .nav ul li,
.header_zi .containers .logo_right .nav ul li {
  float: left;
  max-width: 115px;
  width: 14.285714285714285%;
  /* background: url(../images/nav_r.png) no-repeat right; */
  text-align: center;
  line-height: 30px;
  position: relative;
}
.header .containers .logo_right .nav ul li ul,
.header_zi .containers .logo_right .nav ul li ul {
  position: absolute;
  top: 30px;
  z-index: 99999;
  width: 100%;
  background: #00A0A3;
  padding: 10px 0px;
  display: none;
}
.header .containers .logo_right .nav ul li ul li,
.header_zi .containers .logo_right .nav ul li ul li {
  background: none;
  float: none;
  width: 100%;
}
.header .containers .logo_right .nav ul li ul li a,
.header_zi .containers .logo_right .nav ul li ul li a {
  color: #000;
  font-size: 14px;
}
.header .containers .logo_right .nav ul li ul li a:hover,
.header_zi .containers .logo_right .nav ul li ul li a:hover {
  color: #000;
  font-weight: bold;
}
.header .containers .logo_right .nav ul li a,
.header_zi .containers .logo_right .nav ul li a {
  color: #000;
  font-size: 16px;
}
.header .containers .logo_right .nav ul li a:hover,
.header_zi .containers .logo_right .nav ul li a:hover {
  color: #000; 
  font-weight: bold;
  text-decoration: none;
}
.header .containers .logo_right .nav ul li .active,
.header_zi .containers .logo_right .nav ul li .active {
  color: #000; 
  font-weight: bold;
}
@media (max-width: 1000px) {
  .header .containers .logo_right .nav,
  .header_zi .containers .logo_right .nav {
    display: none;
  }
}
.header .containers .logo_right .search,
.header_zi .containers .logo_right .search {
  max-width: 250px;
  width: 23.364485981308412%;
  float: right;
}
.header .containers .logo_right .search .sea_x,
.header_zi .containers .logo_right .search .sea_x {
  border-bottom: 1px solid #cccccc;
  width: 160px;
  display: inline-block;
}
.header .containers .logo_right .search .sea_x input,
.header_zi .containers .logo_right .search .sea_x input {
  width: 130px;
  height: 25px;
  line-height: 25px;
  color: #000;
  font-size: 12px;
  padding-left: 5px;
  margin-bottom: 1px;
  border: none;
  outline: none;
  background: transparent;
}
.header .containers .logo_right .search .sea_x i,
.header_zi .containers .logo_right .search .sea_x i {
  font-size: 22px;
  color: #84a76c;
  cursor: pointer;
}
@media (max-width: 480px) {
  .header .containers .logo_right .search .sea_x,
  .header_zi .containers .logo_right .search .sea_x {
    display: none;
  }
}
.header .containers .logo_right .search .y_z a,
.header_zi .containers .logo_right .search .y_z a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/y_e1.png);
  color: #000;
  line-height: 22px;
  text-align: center;
  font-size: 11px;
}
.header .containers .logo_right .search .y_z a:hover,
.header_zi .containers .logo_right .search .y_z a:hover {
  background: url(../images/y_e2.png);
  color: #0000;
}
.header .containers .logo_right .search .y_z .en,
.header_zi .containers .logo_right .search .y_z .en {
  font-family: arial;
}
.header .containers .logo_right .search .y_z .active,
.header_zi .containers .logo_right .search .y_z .active {
  background: url(../images/y_e2.png);
  color: #000;
}
@media (max-width: 1000px) {
  .header .containers .logo_right .search,
  .header_zi .containers .logo_right .search {
    width: 80%;
  }
}