
.color-gray {color:#808080}

.goTop >img{
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.goTop{
	position: fixed;
	right : 20px;
	bottom : 20px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
 .cardhover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .cardhover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
.text-justify {
  text-align: justify;
  text-justify: inter-word; /* 对于非英文文本可能需要 */
}
.wenzhang {}
.wenzhang p {text-indent: 2em;line-height: 30px;}
.wenzhang p:has(img) {  text-indent: 0;}
.wenzhang img {max-width: 100%;
  height: auto;
  display: inline-block; /* 替代 block + margin auto */
  } 

.wenzhang table {
  width: 100%;
}

.wenzhang tr {
  display: flex;
}

.wenzhang td {
  flex: 1; /* 平均分配空间 */
}

.wenzhang td img {
  max-width: 100%;
  height: auto;
}

.bg-2jx {background-color: #00aeef ;}
.h3-line {
	color: #0d6efd;
  position: relative;
  display: inline-block; /* 让标题宽度适应内容 */
  padding-bottom: 10px; /* 给横线留空间 */
  margin-bottom:20px;
  letter-spacing: 0;
}
.height-700 {
	min-height: 700px;
}
.nav-link {color: #727477;}
.h3-line::after {
  content: ""; 
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px; /* 横线高度 */
  /*background: linear-gradient(to left, #fff 20%, #e74f2c 60%);*/
  background-color: #e1e1e1;
}
.bg-nav {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255 / 68%) !important;
}
.mtnav {margin-top: 85px!important;}


 .swiper-slide {
      position: relative;
      overflow: hidden;
    }
    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .slide-content {
      position: absolute;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      color: white;
      width: 80%;
      z-index: 10;
    }
  
    .slide-button:hover {
      transform: scale(1.05);
    }
    @media (max-width: 768px) {
      .slide-content {
        bottom: 20px;
      }
    }
