/* 
 * 先引入 style 后引入此文件
 * 此文件样式为各页面独立样式
 * 2024-01-18 13:34:29
 * 
 **/


/*  index  *****************/

/* 重写轮播page样式 */
.swiper-pagination-bullet-active{
  border-radius: 4px;
  width:1rem;
}


.index-aboutus-title::before{
  content: " ";
  display: block;
  width: 20vh;
  height: 3px;
  background-image: linear-gradient( to right , transparent, white 90%);
  
}

.index-aboutus-title::after{
  content: " ";
  display: block;
  width: 20vh;
  height: 3px;
  /* background-color: #fff; */
  background-image: linear-gradient( to left , transparent, white 90%);

}


.index-swiper-button-disabled-chy{
  /* color:var(--dark-color-half / 50); */
  color:#ccc;
}


.index-about-box{
  background-image: url(../image/aboutus_Bg.jpg);
}
/* about底部的2个部份 */
.index-about-bottom-2part{
  background-image: linear-gradient(to right, rgb(23 37 84) 50%, rgb(30 58 138) 50%);
}











