.text-color-50 {color:#FEFBFA !important}
.text-color-100 {color:#FCE8E3 !important}
.text-color-200 {color:#F7C2B5 !important}
.text-color-300 {color:#F19B88 !important}
.text-color-400 {color:#EC755A !important}
.text-color-500 {color:#E74F2C !important}
.text-color-600 {color:#C93817 !important}
.text-color-700 {color:#9B2B12 !important}
.text-color-800 {color:#6E1F0C !important}
.text-color-900 {color:#401207 !important}

.bg-color-50 {background-color:#FEFBFA !important}
.bg-color-100 {background-color:#FCE8E3 !important}
.bg-color-200 {background-color:#F7C2B5 !important}
.bg-color-300 {background-color:#F19B88 !important}
.bg-color-400 {background-color:#EC755A !important}
.bg-color-500 {background-color:#E74F2C !important}
.bg-color-600 {background-color:#C93817 !important}
.bg-color-700 {background-color:#9B2B12 !important}
.bg-color-800 {background-color:#6E1F0C !important}
.bg-color-900 {background-color:#401207 !important}
.color-gray {color:#808080}
.ellipsis {
  white-space: nowrap;      /* 禁止换行 */
  overflow: hidden;         /* 隐藏溢出内容 */
  text-overflow: ellipsis;  /* 显示省略号 */
  width: 100%;             /* 或者指定一个固定宽度 */
  display: block;          /* 或者 inline-block */
}
.goTop >img{
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.goTop{
	position: fixed;
	right : 20px;
	bottom : 20px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #e74f2c;
}
 .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;
}


.h3-line {
  position: relative;
  display: inline-block; /* 让标题宽度适应内容 */
  padding-bottom: 10px; /* 给横线留空间 */
  margin-bottom:20px;
  letter-spacing: 5px;
}

.h3-line::after {
  content: ""; 
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px; /* 横线高度 */
  /*background: linear-gradient(to left, #fff 20%, #e74f2c 60%);*/
  background-color: red;
}
.bg-nav {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255 / 68%) !important;
}
.mtnav {margin-top: 70px!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;
      }
    }
@font-face {
    font-family: "alR";
    src: url("../fonts/AlibabaPuHuiTi-2-55-Regular.eot"); /* IE9 */
    src: url("../fonts/AlibabaPuHuiTi-2-55-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../fonts/AlibabaPuHuiTi-2-55-Regular.woff") format("woff"), /* chrome、firefox */
    url("../fonts/AlibabaPuHuiTi-2-55-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../fonts/AlibabaPuHuiTi-2-55-Regular.svg#AlibabaPuHuiTi-2-55-Regular") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "alB";
    src: url("../fonts/AlibabaPuHuiTi-2-105-Heavy.eot"); /* IE9 */
    src: url("../fonts/AlibabaPuHuiTi-2-105-Heavy.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../fonts/AlibabaPuHuiTi-2-105-Heavy.woff") format("woff"), /* chrome、firefox */
    url("../fonts/AlibabaPuHuiTi-2-105-Heavy.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../fonts/AlibabaPuHuiTi-2-105-Heavy.svg#AlibabaPuHuiTi-2-105-Heavy") format("svg"); /* iOS 4.1- */
    font-style: 700;
    font-weight: 700;
}

.alR {font-family: alR;}
a {
    text-decoration: none;
}
.alB {font-family: alB;}
a {
    text-decoration: none;
}