@charset "UTF-8";
.img-wrap:hover img {
  transform: scale(1.02);
}
/* 针对首页头部 */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  /* 针对缩放头部样式 */
  left: 50%;
  transform: translateX(-50%) translateY(0);
  max-width: 19.2rem;
}
.pc-hidden-header {
  transform: translateX(-50%) translateY(-100%);
  opacity: 0;
}

.index-cont {
  overflow: hidden;
}

/* 01-1 首页 滚图 */
.index-swiper {
  width: 100%;
  max-height: 10.8rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

.index-swiper .swiper-slide .img-wrap {
  height: 10.8rem;
  position: relative;
  z-index: 1;
}
/* 视频 */
.index-swiper .img-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 分页器 */
.index-swiper .swiper-pagination {
  display: block; /* 改为显示 */
  left: 0.3rem; /* 悬浮在页面左侧 */
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.index-swiper .swiper-pagination-bullet {
  display: block;
  margin: 0.15rem 0 !important; /* 垂直排列 */
  margin-left: 0;
  margin-right: 0;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5; /* 未选中状态下透明度为0.5 */
  cursor: pointer;
  transition: all 0.3s ease;
}

.index-swiper .swiper-pagination-bullet-active {
  opacity: 1; /* 选中状态下不透明度为1（纯白色） */
  background: #ffffff;
  width: 0.09rem;
  height: 0.09rem;
}

/* 首页 文字图标 */
.index-swiper-text {
  width: 17.58rem;
  height: 4.23rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-45%);
  z-index: 2;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.index-swiper-text h2 img {
  width: 100%;
}

/* 滚图标题动画激活状态 */
.index-swiper-text.animate-in {
  opacity: 1;
  transition-delay: 0.2s;
  visibility: visible !important;
  transform: translateX(-50%) translateY(-40%);
}

/* 图标信息 */
.index-swiper-icon {
  position: absolute;
  z-index: 2;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.index-swiper-icon .img-wrap {
  width: 0.31rem;
  height: auto;
  margin: 0 auto 0.2rem;
}
.index-swiper-icon h3 {
  font-size: 0.3rem;
  color: #fff;
  letter-spacing: -0.0015rem;
}

/* 02 Meeting Section */
.section-meeting {
  padding: 1rem 0;
}
/* 版块大图通用设置 */
.mod-top-news {
  position: relative;
  margin-bottom: 1rem;
}
.mod-nav {
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  z-index: 2;
  display: inline-block;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
}

/* meeting 大图 */
.meeting-top-news {
  position: relative;
  display: block;
}
.meeting-top-news .img-wrap {
  max-height: 10.08rem;
}
.meeting-top-news-info {
  position: absolute;
  left: 0.5rem;
  bottom: 0.6rem;
  z-index: 2;
  display: flex;
  width: 5.6rem;
  height: 2.9rem;
  background: #ffffff;
}
/* 日期 */
.meeting-date {
  width: 1.05rem;
  height: 1.3rem;
  background: #00bcf1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--main-color);
  margin-right: 0.6rem;
}
.meeting-date span {
  font-size: 0.5rem;
}
.meeting-date span,
.meeting-date b,
.meeting-date i {
  font-size: 0.3rem;
}
/* 标题信息 */
.meeting-top-news-tit {
  flex: 1;
}
.meeting-top-news-tit b {
  background: var(--main-color);
  color: #fff;
  font-size: 0.2rem;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 0.05rem 0 0 0.05rem;
  margin-bottom: 0.3rem;
}
.meeting-top-news-tit h3 {
  font-size: 0.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.4rem;
  width: 70%;
}
.icon-location {
  background: url(/2025/images/a-icon_newsLoc.png) no-repeat left center;
  background-size: 0.1rem auto;
  padding-left: 0.2rem;
  font-size: 0.12rem;
}

/* Meeting 图片列表 */
.meeting-list {
  padding: 0 2.45rem;
  display: flex;
  justify-content: space-between;
}
.meeting-list-item {
  flex: 0 0 calc((100% - 1.1rem) / 3);
  background: #ffffff;
  box-shadow: 0 0 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
}
.meeting-list-item:hover {
  box-shadow: 0 0 0.08rem 0.01rem rgba(0, 0, 0, 0.15);
}
.meeting-list-item:hover .img-wrap img {
  transform: scale(1.02);
}
.meeting-list-img {
  position: relative;
}
.meeting-list-img .img-wrap {
  height: 4.4rem;
}
.meeting-list-date {
  position: absolute;
  top: 0;
  left: 0.22rem;
  z-index: 2;
  width: 1.05rem;
  height: 1.3rem;
  background: #00bcf1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--main-color);
  margin-right: 0.6rem;
}
.meeting-list-date span {
  font-size: 0.5rem;
}
.meeting-list-date b,
.meeting-list-date i {
  font-size: 0.15rem;
}
.meeting-list-img h6 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.3rem;
  z-index: 2;
  width: calc(100% - 0.5rem);
  background: var(--main-color);
  font-size: 0.2rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.05rem;
}
/* 标题信息 */
.meeting-list-info {
  padding: 0.2rem 0.2rem 0.3rem 0.2rem;
}
.meeting-list-info h3 {
  font-size: 0.25rem;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1rem;
}
/* 更多按钮 */
.nav-more {
  font-size: 0.2rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 0.27rem;
  width: 1.8rem;
  background: url(/2025/images/a-btn-more.png) no-repeat 0 bottom;
  background-size: 1.7rem 0.12rem;
  padding-left: 1.1rem;
  padding-right: 0.1rem;
  margin-right: 0.6rem;
  text-align: right;
  padding-bottom: 0.15rem;
  transition: all 0.3s ease;
  float: right;
}
.nav-more:hover {
  background-position-x: 0.05rem;
}
/* 03 News Section */
.section-news {
  padding-bottom: 0.4rem;
  overflow: hidden;
  zoom: 1;
}
.news-top-news {
  display: block;
}
.news-top-news .img-wrap {
  max-height: 10.08rem;
}
.news-top-news-tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.47rem;
  width: 10rem;
  background: var(--main-color);
  padding: 0.2rem 0.5rem 0.3rem 0.5rem;
  color: #fff;
}
.news-top-news-tit h3 {
  margin-bottom: 0.25rem;
  font-size: 0.4rem;
  line-height: 120%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-top-news-tit h4 {
  border-top: 1px solid #fff;
  padding-top: 0.25rem;
}
/* news 日期 */
.news-date b {
  font-size: 0.3rem;
  margin-right: 0.05rem;
}
.news-date span {
  font-size: 0.3rem;
  font-weight: bold;
}

/* news 列表 */
.news-list {
  padding: 0 2.45rem;
  display: flex;
  justify-content: space-between;
}
.news-list-item {
  width: 4.4rem;

  box-shadow: 0 0 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-right: 0.55rem;
}
.news-list-item:last-child{
  margin-right: 0;
}
.news-list-item:hover {
  box-shadow: 0 0 0.08rem 0.01rem rgba(0, 0, 0, 0.15);
}
.news-list-item:hover .img-wrap img {
  transform: scale(1.02);
}
.news-list-item .img-wrap {
  height: 2.5rem;
}
.news-list-info {
  padding: 0.25rem;
  background: var(--main-color);
}
.news-list-info h3 {
  font-size: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 120%;
  height: 2.4rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.news-list-info h4 {
  border-top: 1px solid #fff;
  padding-top: 0.2rem;
  text-align: center;
}
/* 04 Visit China Section */
.section-visit-china {

  background: #f2f2f2;
  padding-top: 0.7rem;
}
/* Visit China 大图 */
.visit-china-top-news {
  display: block;
}
.visit-china-top-news .img-wrap {
  height: 6rem;
}

/* SHENZHEN */
.mod-top-visit-china {
  margin-bottom: 0.5rem;
}
.mod-sz {
}

.mod-sz-nav {
  text-align: left;
  color: var(--main-color);
  font-size: 0.5rem;
  margin-bottom: 0.7rem;
  font-weight: bold;
  padding-left: 0.53rem;
}
/* sz滚图 */
.sz-swiper {
  margin: 0 0.1rem 0.9rem;

}
.sz-swiper-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.sz-swiper-item h3 {
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  z-index: 2;
  font-size: 0.25rem;
  color: #ffffff;
}
.sz-swiper .swiper-button-next,
.sz-swiper .swiper-button-prev {
  width: 0.27rem;
  height: 0.63rem;
  background-size: 0.27rem auto;
  background-position: center;
  transition: all 0.3s ease;
  margin-top: -0.315rem;
}
.sz-swiper .swiper-button-next {
  background-image: url(/2025/images/a-icon_arrowR.png);
  right: 0.1rem;
}
.sz-swiper .swiper-button-next:hover {
  transform: translateX(0.1rem);
}
.sz-swiper .swiper-button-prev {
  background-image: url(/2025/images/a-icon_arrowL.png);
  left: 0.1rem;
}
.sz-swiper .swiper-button-prev:hover {
  transform: translateX(-0.1rem);
}
/* 其它城市 栏目 */
.mod-other-city-nav {
  text-align: center;
  color: var(--main-color);
  font-size: 0.5rem;
  margin: 0.4rem 0 0.5rem;
  font-weight: bold;
}
/* 城市列表 */
.city-list {
  display: flex;
  justify-content: space-between;
}
.city-list-item {
  flex: 0 0 calc((100% - 0.1rem) / 3);
  color: #fff;
  display: block;
  position: relative;
  margin-bottom: 0.05rem;
}
.city-list-item .img-wrap {
  height: 4.425rem;
}
.city-list-item h3 {
  color: #fff;
  position: absolute;
  top: 0.3rem;
  left: 0.4rem;
  font-size: 0.25rem;
}
/* 左 */
.city-list-l{
  width: 6.3rem;
  margin-right: 0.05rem;
}

/* 中 */
.city-list-item-m{
  margin-right: 0.05rem;
}
.city-list-item-m .img-wrap{
  height: 8.9rem;
}

/* 右 */
.city-list-r{
  width: 6.3rem;
}

/* MORE */
/* .city-list-item:last-child .img-wrap {
  border: 1px solid #acacac;
}
.city-list-item:nth-child(6) h3 {
  color: var(--main-color);
} */
/* GBA */
.gba-city-list-item {
  width: 100%;
  margin-bottom: 0;
}
.gba-city-list-item .img-wrap {
  height: 6rem;
}
.gba-city-list-item h3 {
  font-size: 0.5rem;
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  /* 01-1 首页 滚图 */
  /* 分页器 */
  .index-swiper {
    margin-bottom: 0.9rem;
  }
  .index-swiper .swiper-slide .img-wrap{
    width: 100%;
    height: 4.22rem;
  }
  .index-swiper .swiper-pagination {
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0.35rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-swiper .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 0.15rem !important;
  }
  /* 首页 文字图标 */
  .index-swiper-text {
    width: 90%;
    height: auto;
  }
  /* 02 Meeting Section */
  .section-meeting {
    padding-bottom: 0.6rem;
  }
  .mod-top-news {
    margin-bottom: 0.6rem;
  }
  .meeting-top-news .img-wrap {
    max-height: none;
    height: 10rem;
  }
  .meeting-top-news-tit b {
    height: 0.3rem;
    line-height: 0.3rem;
  }
  .meeting-list {
    padding: 0 1.35rem;
    flex-direction: column;
  }
  .meeting-list-item {
    background: var(--main-color);
    color: #fff;
    margin-bottom: 0.6rem;
  }
  .meeting-list-item:last-child {
    margin-bottom: 0;
  }
  .meeting-list-img .img-wrap {
    height: 4.7rem;
  }
  .meeting-list-info {
    position: relative;
  }
  .meeting-list-info::after {
    content: "";
    position: absolute;
    bottom: 0.2rem;
    right: 0.24rem;
    width: 0.34rem;
    height: 0.34rem;
    background: url(/2025/images/a-mb_home_icon_download.png) no-repeat center;
    background-size: 100%;
  }
  .icon-location {
    font-size: 0.13rem;
  }
  /* 更多按钮 */
  .nav-more {
    margin-right: 0.55rem;
  }
  /* 03 News Section */
  .section-news {
    padding-bottom: 0.65rem;
  }
  .news-top-news .img-wrap {
    height: 4.23rem;
  }
  .news-top-news .img-wrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.78rem;
    background-image: linear-gradient(
      to top,
      rgb(21, 31, 125, 1),
      rgb(21, 31, 125, 0)
    );
  }
  .news-top-news-tit {
    width: 80%;
    display: flex;
    flex-direction: column;
    background: none;
    text-align: center;
    flex-direction: column-reverse;
    bottom: 0.35rem;
    padding: 0;
  }
  .news-top-news-tit h4 {
    border-top: none;
    padding-top: 0;
  }
  .news-top-news-tit h3 {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }
  .news-list {
    flex-direction: column;
    padding: 0 0.55rem;
  }
  .news-list-item {
    width: 100%;
    margin-bottom: 0.65rem;
    background: none;
    box-shadow: none;
    padding-bottom: 0.2rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid var(--main-color);
  }
  .news-list-item .img-wrap {
    height: 3.67rem;
    margin-bottom: 0.25rem;
  }
  .news-list-item:last-child {
    margin-bottom: 0;
  }
  .news-list-info {
    padding: 0;
    color: var(--main-color);
    background: none;
  }
  .news-list-info h3 {
    margin-bottom: 0.3rem;
    height: auto;
  }
  .news-list-info h4 {
    margin-top: 0;
  }
  /* 04 Visit China Section */
  .section-visit-china {
    margin-bottom: 0.15rem;
  }
  .visit-china-top-news .img-wrap {
    height: 4.2rem;
  }

  /* 城市列表 */
  .mod-sz-nav{
    margin-bottom: 0.5rem;
  }
  .sz-swiper{
    margin-bottom: 0.4rem;
  }
  .city-list-item .img-wrap{
    height: 2rem;
  }
  .city-list-item-m .img-wrap{
    height: 4.05rem;
  }
  .city-list-item h3 {
    top: 0.1rem;
    left: 0.15rem;
	max-width: calc(100% - 0.25rem);  /* 留出左右边距 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  .gba-city-list-item h3 {
    font-size: 0.25rem;
  }
  .gba-city-list-item .img-wrap {
    height: 3rem;
  }
  /* 2026.02.02 新增 */
  .sz-swiper .swiper-button-next:hover,
  .sz-swiper .swiper-button-prev:hover {
    transform: none;
  }
  .sz-swiper .swiper-button-next, 
  .sz-swiper .swiper-button-prev{
      width: 0.52rem;
      height: 1.21rem;
      margin-top: -0.605rem;
  }
  .sz-swiper .swiper-button-prev{
    left: 0;
  }
  .sz-swiper .swiper-button-next{
    right: 0;
  }
}
