    /* customersPics */
     .overlay-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(61 61 61 / 48%); /* 微黑色半透明遮罩 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        font-family: 'Microsoft YaHei', sans-serif;
        text-align: center;
        z-index: 10;
        padding: 20px;
    }

    .overlay-text h1 {
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 10px;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
    }

    .overlay-text p {
        font-size: 45px;
        margin: 0;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
    }

    /* 确保图片容器不被遮挡 */
    .main-gkpics-content {
        position: relative;
        overflow: hidden;
    }
/* 公告栏滚动效果 */
.announcement {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #d9f5ff, #ffffff);
}

.announcement_list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.scroll-list {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
  height: 100%;
  align-items: center;
}

.scroll-list li {
  list-style: none;
  margin-right: 5px;
  flex-shrink: 0;
}

.scroll-list li img {
  height: 180px;
  width: auto;
  box-shadow: 0 2px 8px rgba(59, 58, 58, 0.1);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10%);
  }
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
  .scroll-list li img {
    height: 100px;
  }
  .overlay-text h1 {
    font-size: 45px;
  }
  .overlay-text p{
    font-size: 28px;
  }
  .announcement {
  }
}
@media screen and (max-width:550px) {
.overlay-text h1{
  font-size: 32px;
}.overlay-text p{
  font-size: 21px;}
}
@media screen and (max-width:375px){
.overlay-text h1{
  font-size: 30px;
}.overlay-text p{
  font-size: 20px;}
}
/*維港優勢更改移動端2個*/
@media screen and (max-width: 768px){
              .mySwiper_adv .adv_slide_item{
                width: 45%!important;
                display: flex;
                flex-direction: column;
              }
              .mySwiper_adv .adv_slide_item .adv_slide_item_img{
                width: 100%;
              }
              .mySwiper_adv .adv_slide_item .adv_slide_item_text{
                width: 100%;
                padding-bottom: 10px;
              }
              .mySwiper_adv .adv_slide_item .adv_slide_item_tit{
                padding-bottom: 10px;
              }
              .mySwiper_adv .adv_slide_item {
        width: 48% !important;
        display: flex;
        flex-direction: column;
        margin-right: 3% !important;
    }
    .sum{
          width: 96%;
    overflow: hidden;
    margin: auto;
    }
            }