.pid-099fd1ef-770d-4b76-9dd1-0bf8e54689f3{}
.gp-menu-header{
    .gp-menu-header-icon{
        span{
          background-color:#224f54!important;
        }
    }
}

/*首页导航栏文字改为绿色*/
#nav > li > a {
  color: #224f54 !important; /* 默认一级菜单颜色 */
}

/*图片比例调大一点*/
.gp-logo {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gp-logo img {
  transform: scale(1.3);           /* 放大比例，可改成 1.5、2 等 */
  transform-origin: center center; /* 从中心放大，不偏移 */
  height: auto !important;
  width: auto !important;
  max-width: none !important;
}


.pid-253df187-a296-4ee2-952f-f51f19d94748{}
.footer_block24 {
        background-image: none !important;
}


