body,
html {
  margin: 0;
  padding: 0;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  height: 100%;
}
.banner_top img{
    width: 100%;
}
.auto-containerPC {
  padding: 0px 170px;
}

.hyTopHeard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.BG {
  background-color: #F4F6F9
}

.topLogoImg {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.hyTopHeard .topSearchIcon {
  display: none;
}

.logoLineText {
  font-size: 14px;
  color: #111111;
  border-left: 1px solid #6f6c6c;
  padding: 0px 40px;
  letter-spacing: 6px;
  margin-left: 20px;
}

.topSearch {
  display: flex;
  align-items: center
}

.topSearch .topSearchInput {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #9999993b;
  padding-left: 20px;
  color: #999999;
  font-size: 12px;
}

.topSearch .topSearchBut {
  height: 40px;
  background-color: #1c5ca6;
  color: #fff;
  font-size: 14px;
}

.rxPhone {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

/* =========================================== */
/*.blue-title {*/
/*  background-color: #1c5ca6;*/
/*  height: 60px;*/
/*  color: #fff;*/
/*  position: relative;*/
/*      width: 100%;*/

/*}*/
.blue-title {
  background-color: #1c5ca6;
  height: 60px;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.blue-title-phone {
  display: none;
}
.titleBox{
    width: 14.2%;
}
.blue-title .titleBoxFlex {
  display: flex;
    justify-content: space-around;
  height: 100%;
  position: relative;
  z-index: 10;
  width: 85%;
}

.blue-title .titleBox .title-smallBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
    width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.blue-title .titleBox .enSpan {
  display: block;
  font-size: 14px;
  color: #759cc9;
}

/* 悬停时菜单背景变白，文字变灰 */
.blue-title .titleBox:hover {
  background-color: white;
  color: #000;
}

.blue-title .titleBox:hover .title-smallBox {
  color: #000;
}

.blue-title .titleBox:hover .enSpan,
.blue-title .titleBox:hover>span {
  color: #666;
}

/* 下拉盒子样式 */
.blue-title .dropdown-box {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: white;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 300px;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0s 0.4s;
  padding: 20px;
  box-sizing: border-box;

}

/* 显示状态 */
.blue-title .titleBox:hover .dropdown-box {

  opacity: 1;
  visibility: visible;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

/* .blue-title .titleBox .dropdown-box {
  padding: 20px;
  position: absolute;
  top: 100%; 
  left: 50%; 
  transform: translateX(-50%); 
  width: 100vw; 
  min-height: 300px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  background: #FFFFFF;
  color: #333;
} */

/* ==============大标题====================== */
.bigTitle {
  margin: 0 auto 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: white; */
}

.bigTitleEn {
  font-family: Gilroy, Gilroy;
  font-weight: 900;
  font-size: 70px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
}

.bigTitleZh {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: bold;
  font-size: 34px;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bigTitleimage1 {
  width: 150px;
  height: 40px;
  position: absolute;
  /* top: -10px; */
  left: 50%;
  transform: translate(-50%, -50%);
}

.bigTitleimage2 {
  width: 220px;
  /* height: 40px; */
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.smallTitle {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: -10px;
  /* margin-bottom: 40px; */
}

/* =============================== 热门项目 =============================== */
.projectText-height {
  height: 250px;
}

.projectTextBox {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 12px 12px;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  z-index: 1;
  min-height: 320px;

}
.projectFloat{
  min-height: 230px;
}
.phoneProject {
  position: relative;
  overflow: hidden;

}

/* 悬停时：向上移动，盖住图片 */
.phoneProject:hover .projectTextBox {
  transform: translateY(-90px);
  /* 上移 盖住 topImage 一部分 */
}

.projectTextBox .projectTitle {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  /* 或 inline-block */
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  line-height: 1.5;
  /* 根据需要调整行高 */
}

.projectTextBox .projectText {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 14px;
  color: #666666;
}

.PROJECTSLine {
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  margin: 0px 0px 20px 0px;
  display: none;

}

.followedPeople-phone {
  display: none;
}

.topImage {
  position: relative;
  /*height: 250px;*/
}

.followedPeople {
  position: absolute;
  width: 60px;
  top: 0px;
  left: 24px;
}

.followedPeopleText {
      width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 12px;
    color: #111111;
    line-height: 14px;
}

.image-container {
  width: 100%;
  /* 图片宽度与容器匹配 */
  height: 100%;
  /* 图片高度与容器匹配 */
  object-fit: cover;
  /* 使图片覆盖整个容器 */
}

/*.projectTextBox .kuaiLine {*/
/*  width: 50%;*/
/*  text-align: center;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  padding: 10px 0px;*/
/*}*/

/*.projectTextBox .kuaiLine1 {*/
/*  width: 50%;*/
/*  text-align: center;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  border-bottom: 1px solid #f0f0f0;*/
/*  border-right: 1px solid #f0f0f0;*/
/*  padding: 10px 0px;*/
/*}*/

/*.projectTextBox .kuaiLine2 {*/
/*  width: 50%;*/
/*  text-align: center;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  border-top: 1px solid #f0f0f0;*/
/*  border-left: 1px solid #f0f0f0;*/
/*  padding: 10px 0px;*/
/*}*/

.projectTextBox .buleText1 {
  color: #1c5ca6;
  font-size: 18px;
  font-weight: bold;
}

.projectTextBox .buleText2 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  /* font-weight: bold; */
}

/*.followedPeopleBootm {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  margin-top: 10px;*/
/*}*/
.followedPeopleBootm {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  margin-top: 10px;
  align-content: center;
  justify-items: center;
  align-items: center;
}

/* 统一每个格子样式 */
.followedPeopleBootm .kuaiItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  min-height: 60px; /* 可根据设计调整 */
}

/* === 关键：用伪元素画十字 === */
.followedPeopleBootm::before,
.followedPeopleBootm::after {
  content: '';
  position: absolute;
  background-color: #f0f0f0;
}

/* 垂直线（从上到下，居中） */
.followedPeopleBootm::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
}

/* 水平线（从左到右，居中） */
.followedPeopleBootm::after {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
}

/* 按钮区域 - 初始完全不占位 */
.projectBut {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.projectBut .projectButLeft {
  width: 45%;
  text-align: center;
  background: #1c5ca6;
  padding: 6px 0;
  color: #fff;
  border-radius: 6px;
}

.projectBut .projectButRight {
  width: 45%;
  text-align: center;
  background: #fff;
  padding: 6px 0;
  color: #1c5ca6;
  border: 1px solid #1c5ca6;
  border-radius: 6px;
}

/* =============================================== more按钮 ========================================================== */
.moreBotton {
  width: 130px;
  height: 40px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #1c5ca6;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #1c5ca6;
  line-height: 14px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moreBotton .moreTextZH {
  display: none;
}

/* ===================================== 热门资讯 ====================================== */
.infoTextBox {
  background-color: #fff;
  padding: 10px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
}

.infoTextBox .infoTitle {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  /* 或 inline-block */
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  font-size: 16px;
  /* 根据需要调整字体大小 */
  line-height: 1.5;
  /* 根据需要调整行高 */
}

.swiperinfoBottom {
  width: 100%;
  background: #1c5ca6;
  opacity: 0.8;
  height: 84px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  /* right: 20px; */
  z-index: 999;
  align-items: center;
}

.swiperinfoBottom-phone {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  z-index: 999;
  align-items: center;
  display: none;
  color: #fff;
}

.infoRightText {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  padding: 0 8px;
}

.infoRightText .infotitle {
  display: block;
  /* 或 inline-block */

  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  font-size: 16px;
  /* 根据需要调整字体大小 */
  line-height: 1.5;
  /* 根据需要调整行高 */
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.infoRightText .infotext {
  display: -webkit-box;
  /* 必须结合-webkit-line-clamp使用 */
  -webkit-box-orient: vertical;
  /* 设置垂直排列盒子的方向 */
  -webkit-line-clamp: 2;
  /* 限制文本显示的行数 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  font-size: 12px;
  /* 根据需要调整字体大小 */
  line-height: 1.5;
  /* 根据需要调整行高 */
  color: #666;

}

.swiperinfoBottom .riqi {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  /* width: 100px; */
  border-right: 1px solid #fff;
  text-align: center;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.swiperinfoBottom .riqi .day {
  font-family: DINPro, DINPro;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}

.swiperinfoBottom .riqi .year-month {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
  text-align: center;
}

.swiperinfoBottom .infotitle {

  display: block;
  /* 或 inline-block */

  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  font-size: 16px;
  /* 根据需要调整字体大小 */
  line-height: 1.5;
  /* 根据需要调整行高 */
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  margin-left: 20px;
  text-align: left;
}

.infoRight {
  height: 70px;
  display: flex;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
}

.infoRight .riqi {
  width: 16%;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border-right: 1px solid #BBBBBB;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

    
}

.infoRight .riqi .day {
  font-family: DINPro, DINPro;
  font-weight: bold;
  font-size: 36px;
  color: #BBBBBB;
  line-height: 40px;
  text-align: center;
}

.infoRight .riqi .year-month {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  line-height: 14px;
  text-align: center;
}


/* 确保 Swiper 容器是相对定位，以便绝对定位的子元素基于它定位 */
.myInfoSwiper {
  position: relative;
  /* 必须有 */
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* 分页器容器：定位到 Swiper 的右上角 */
.swiperinfoBottompage {
  position: absolute;
  z-index: 10;
  /* 确保在所有 slide 之上 */
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  bottom: 30px !important;
  /* 可选：控制分页点间距 */
  gap: 8px;
  padding-right: 10px;
}

/* 分页点默认样式 */
.swiperinfoBottompage .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* 激活状态：变高，颜色变黄 */
.swiperinfoBottompage .swiper-pagination-bullet-active {
  background-color: #ffcc00;
  height: 22px;
  /* 竖向拉长 */
  width: 10px;
  /* 保持宽度一致 */
}

/* ==========================================================移民故事========================================================== */
.storyPhone {
  display: none;
}

.myStorySwiperPC-height {
  /*height: 400px;*/
}

/* 自定义导航按钮容器 */
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  /* 防止被 Swiper 自动透明化 */
  transition: opacity 0.3s ease;
  /* 可选：添加过渡效果 */
}

/* 设置左右按钮的背景图 */
.swiper-button-prev {
  left: 20px;
  /* background-image: url("/images/icons/icon_left1.png"); */
}

.swiper-button-next {
  right: 20px;
  /* background-image: url("/images/icons/icon_right1.png"); */
}

/* 关键：移除 Swiper 默认的伪元素箭头 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
  display: none !important;
}
.swiper-button-disabled {
  opacity: 0.4 !important; /* 禁用时变灰 */
  cursor: not-allowed;
}

/* =========移民故事下面的文字效果============= */
.storyPCText {
  padding: 0 10px;
  margin-left: 0;
  margin-right: 0;
  overflow: visible !important;
  position: relative;
  z-index: 2;
}

/* 基础样式 - storyBox 容器 */
.storyBox {
  background-color: #1c5ca6;
  border-radius: 0 !important;
  position: relative;
  top: -20px;
  color: #fff;
  height: 200px;
  padding: 0px;
}

.storyTextBox {
  position: relative;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  z-index: 1;
  height: 250px;
  padding: 20px;
}

/* 悬停效果*/
.storyBox:hover {
  background-color: #fff;
}

.storyBox:hover .storyTextBox {
  transform: translateY(-50px);
  z-index: 9999;
  color: #000;
  background-color: #fff;

}

/* 所有 .storyTextBox 添加白色竖线 */
/* 白色竖线 */
.storyTextBox::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background-color: #fff;
  height: 160px;
  display: var(--after-display, block);
}

/* 最后一个无竖线 */
.storyBox:last-child .storyTextBox::after {
  display: none;
}

/* 悬停时：当前竖线隐藏 */
.storyBox:hover .storyTextBox::after {
  display: none;
}

/* 标题 */
.storyTitle {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  transition: color 0.3s ease;
}

/* 正文 */
.storyText {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  transition: color 0.3s ease;
  flex: 1;
}

/* MORE 按钮 */
.moreText {
  display: none;
  align-items: center;
  font-weight: bold;
  color: #1c5ca6;
  margin-top: auto;
}

.moreText span {
  margin-right: 5px;
}

.moreText img {
  width: 16px;
  transition: transform 0.3s ease;
}

.storyBox:hover .moreText {
  display: flex;
  transform: translateY(10px);
}

.storyBox:hover .moreText img {
  transform: translateX(5px);
}

/* ======================================瀚宇小课堂========================== */
.classRoom-W .image-box {
  /*height: 250px;*/
}

.image-box .fullscreen-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.Ylink {
  width: 55px;
  height: 20px;
  line-height: 20px;
  background-color: #ffcc00;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.Glink {
  width: 55px;
  height: 20px;
  line-height: 20px;
  background-color: #10a67d;
  color: #fff;
  font-size: 12px;
  /* font-weight: bold; */
  font-weight: 400;
  text-align: center;
}

.classroomText {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px 12px;
}

.classroomText .classroomTitle {
  font-weight: 300;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-left: 5px;
  display: -webkit-box;
  /* 必须结合-webkit-line-clamp使用 */
  -webkit-box-orient: vertical;
  /* 设置垂直排列盒子的方向 */
  -webkit-line-clamp: 1;
  /* 限制文本显示的行数 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  line-height: 1.5;
  /* 根据需要调整行高 */
}

/* 播放按钮样式 */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

/* ============================立即评估========================= */
.container1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  height: 100%;
}
.container2{
    height: 100%;
}
.container2 .evaluateImage-item{
        height: 100%;
}
.evaluateImage-item {
  position: relative;
  width: 50%;
  /*height: 200px;*/
  overflow: hidden;
  background-color: #f4f4f4;
}

.evaluateImage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.overlay .span-title {
  margin: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}

.overlay p {
  margin: 5px 0 0;
  font-size: 14px;
  margin-left: 20px;
}

.evaluateImage-item .overlay .span-title img {
  width: 12px;
  height: 12px;
}

.myEvaluateSwiperPhone {
  display: none !important;
}

.swiper-EvaluatePagination-outer {
  display: none;
}

/* 免费方案定制 */
.containerForm {
  background-color: white;
  padding: 0px 30px 30px 30px !important;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}

.containerForm .logo {
  width: 70%;
  max-width: 300px;
  margin-bottom: 20px;
}

.formTitle1 {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  line-height: 24px;
  margin-top: 10px;
}

.formTitle2 {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
  line-height: 16px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.input-group {
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 45px;
}

.formIcon {
  width: 14px;
  display: flex;
}

.formItem {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  margin-left: 5px;
}

.formInput {
    width: 80%;
  border: none !important;
  text-align: right;
  color: #757575;
  flex: 1;
  padding: 8px;
  border-radius: 3px;
  font-size: 14px;
}

.formSelect {
    width: 80%;
  border: none;
  padding: 5px;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  text-align: right;
  flex: 1;
  padding: 8px;
  border-radius: 3px;
  float: left;
}

.submit-btn {
  background: #1c5ca6;
  color: white;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 25px;
}

/* ============================全球服务========================= */
.zhou {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.Circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
}

.map-point-container {
  position: absolute;
  width: 28px;
  height: 28px;
}
.mapBg {
    width: 120%;
}
    /* ===== 跳动动画 ===== */

/* 跳动动画：保留旋转 */
@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(var(--rotate, 0deg)) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(var(--rotate, 0deg)) scale(1.3);
  }
}

/* hover 触发动画 */
.map-point-container:hover .map-point {
  animation: bounce 2s ease-in-out infinite;
}
    .map-point-container:hover .about-point
    {
      animation: bounce 2s ease-in-out infinite;
    }
/* ===== 全局地图点基础样式 ===== */
/* ===== 全局地图点基础样式 ===== */
.map-point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: 2;
  background: var(--point-color, #10A67D); /* 默认美洲色 */
     /* 合并所有 transform */
   transform: translate(-50%, -50%) rotate(var(--rotate, 0deg));
}
.Jmap-point {
  width: 6px;
  height: 6px;
    /* 关键：让子元素（包括引导线）相对于这个点定位 */
    position: relative;

}
.JcountryNameTop{
    top: -70px !important;
}
.JcountryNameLeft{
  left: 50px !important;
}
.JcountryNameRight{
  left: -80px !important;
}
.JcountryNameBottom{
  top: 50px !important; 
}
.JcountryName::before {
  content: '';
  position: absolute;
  bottom: -40px; /* 从标签底部向下延伸 */
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px; /* 调整长度，连接到点 */
  background: var(--point-color, #10A67D);
  z-index: -1;
}

.JcountryName.arrow-left::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 1px;
  background: var(--point-color, #10A67D);
  z-index: -1;
}

.JcountryName.arrow-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(100%, -50%);
  width: 40px;
  height: 1px;
  background: var(--point-color, #10A67D);
  z-index: -1;
}
.JcountryName.arrow-bottom::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-13%, -145%);
  width: 1px;
  height: 40px;
  background: var(--point-color, #10A67D);
  z-index: -1;
}
.map-point::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border: 4px solid;
  border-color: var(--ring-color, rgba(16, 166, 125, 0.3));
  border-radius: 50%;
  background: transparent;
  z-index: 1;
}

/* ===== 国家标签通用样式 ===== */
.countryName {
  position: absolute;
  padding: 2px 4px;
  background: var(--point-color, #10A67D);
  color: white;
  font-size: 10px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 3;
  /* 默认：标签在点上方，箭头向下 */
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

/* 默认箭头：向下（底部居中） */
.countryName::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: var(--point-color, #10A67D);
}

/* ===== 箭头方向变体 ===== */

/* ↑ 向上箭头（标签在点下方） */
.countryName.arrow-bottom {
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
}
.countryName.arrow-bottom::after {
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: transparent;
  border-bottom-color: var(--point-color, #10A67D);
}

/* ← 向左箭头（标签在点右侧） */
.countryName.arrow-left {
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.countryName.arrow-left::after {
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: var(--point-color, #10A67D);
}

/* → 向右箭头（标签在点左侧） */
.countryName.arrow-right {
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
}
.countryName.arrow-right::after {
  top: 50%;
  right: -12px;
  left: auto;
  transform: translateY(-50%);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: var(--point-color, #10A67D);
}

/* ===== 大洲主题色覆盖 ===== */

/* 美洲（默认，可不写，但显式声明更清晰） */
.map-point-container.americas {
  --point-color: #10A67D;
  --ring-color: rgba(16, 166, 125, 0.3);
  --label-text-color: #fff;
}

/* 欧洲 */
.map-point-container.europe {
  --point-color: #FECB18;
  --ring-color: rgba(254, 203, 24, 0.3);
  --label-text-color: #000;
}
.map-point-container.europe .countryName {
  color: var(--label-text-color);
}

/* 非洲 */
.map-point-container.africa {
  --point-color: #309FEF;
  --ring-color: rgba(48, 159, 239, 0.3);
  --label-text-color: #fff;
}

/* 亚洲 */
.map-point-container.asia {
  --point-color: #1C5CA6;
  --ring-color: rgba(28, 92, 166, 0.3);
  --label-text-color: #fff;
}

/* 大洋洲 */
.map-point-container.oceania {
  --point-color: #FE6B18;
  --ring-color: rgba(254, 107, 24, 0.3);
  --label-text-color: #fff;
}

/* 美国 */
.map-point-container:nth-child(2) {
  top: 38%;
  left: 21%;
}

/* 加拿大 */
.map-point-container:nth-child(3) {
  top: 30%;
  left: 30%;
}

/* 巴拿马 */
.map-point-container:nth-child(4) {
  top: 56%;
  left: 29%;
}

/* 格林纳达 */
.map-point-container:nth-child(5) {
    top: 57%;
    left: 36.5%;
}

/* 爱尔兰 */
.map-point-container:nth-child(6) {
  top: 29%;
  left: 51.5%;
}

/* 英国 */
.map-point-container:nth-child(7) {
  top: 25%;
  left: 53.5%;
}

/* 葡萄牙 */
.map-point-container:nth-child(8) {
  top: 38%;
  left: 52.1%;

}

/* 希腊 */
.map-point-container:nth-child(9) {
  top: 38%;
  left: 62%;
}

/* 几内亚比绍 */
.map-point-container:nth-child(10) {
  top: 53%;
  left: 50%;
}

/* 日本 */
.map-point-container:nth-child(11) {
  top: 40%;
  left: 100%;
}

/* 韩国 */
.map-point-container:nth-child(12) {
  top: 40%;
  left: 96.5%;

}

/* 泰国 */
.map-point-container:nth-child(13) {
  top: 52%;
  left: 87.5%;
}

/* 马来西亚 */
.map-point-container:nth-child(14) {
  top: 59%;
  left: 87.5%;
}

/* 新加坡 */
.map-point-container:nth-child(15) {
  top: 61%;
  left: 88.7%;
}

/* 澳洲*/
.map-point-container:nth-child(16) {
  top: 76%;
  left: 99%;

}

/* 瓦努阿图 */
.map-point-container:nth-child(17) {
  top: 71%;
  left: 109%;
}

/* 瑙鲁 */
.map-point-container:nth-child(18) {
  top: 60%;
  left: 107.5%;
}
/* 格林纳达 */
.map-point-container:nth-child(19) {
  top: 55%;
  left: 35.5%;
}
/* 安提瓜 */
.map-point-container:nth-child(20) {
  top: 51.5%;
  left: 37.5%;
}
/* 多米尼克 */
.map-point-container:nth-child(21) {
  top: 54%;
  left: 37%;
}
/* 圣基茨 */
.map-point-container:nth-child(22) {
  top: 51%;
  left: 35%;
}



/* 西班牙 */
.map-point-container:nth-child(23) {
  top: 38%;
  left: 53.5%;
}
/* 马耳他 */
.map-point-container:nth-child(24) {
  top: 40.5%;
  left: 59.5%;
}
/* 意大利 */
.map-point-container:nth-child(25) {
  top: 34.5%;
  left: 58.5%;
}
/* 塞浦路斯 */
.map-point-container:nth-child(26) {
  top: 40.4%;
  left: 65.5%;
}
/* 土耳其 */
.map-point-container:nth-child(27) {
  top: 38%;
  left: 66.5%;
}

/* 格鲁吉亚 */
.map-point-container:nth-child(28) {
  top: 36%;
  left: 68.9%;
}
/* 匈牙利 */
.map-point-container:nth-child(29) {
  top: 36%;
  left: 62.9%;
}
/* 德国 */
.map-point-container:nth-child(30) {
  top: 29%;
  left: 58.9%;
}
/* 法国 */
.map-point-container:nth-child(31) {
  top: 31.6%;
  left: 55.9%;
}
/* 芬兰 */
.map-point-container:nth-child(32) {
  top: 17.6%;
  left: 63.5%;
}
/* 拉脱维亚 */
.map-point-container:nth-child(33) {
  top: 25.4%;
  left: 63%;
}
/* 香港 */
.map-point-container:nth-child(34) {
  top: 47.4%;
  left: 91%;
}
/* 新西兰 */
.map-point-container:nth-child(35) {
  top: 87.4%;
  left: 110%;
}
/* 圣多美 */
/*.map-point-container:nth-child(36) {*/
/*  top: 65.4%;*/
/*  left: 54%*/
/*}*/
/* 普林西比 */
.map-point-container:nth-child(36) {
  top: 60.4%;
  left: 56%;
}



/* ============================关于我们========================= */
.BGAboutBg {
  background-image: url('/images/icons/aboutBg.png');

}

/* .aboutBanner {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0px
} */
.myAboutSwiperPc{
    height: auto !important;
}
.myAboutSwiperPhone {
  display: none;

}

.aboutSlidePhone {
  display: none;
}

.aboutCharacter {
  /* padding: 70px 20px; */
  padding-right: 20px;
  display: flex;
  flex-direction: column;

}

.hengLine {
  width: 40px;
  height: 4px;
  background: #FFFFFF;
  margin-left: 6%;
}

.aboutTitle {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: bold;
  font-size: 34px;
  color: #111111;
}

.aboutText {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-size: 12px;
  color: #666666;
  margin-top: 30px;
}





/* ======================================公司荣誉========================== */
.customerNum {
  margin-top: 20px;
  background: #1C5CA6;
  padding: 12px 0px;
}

.honorBox {
  background-color: #fff;
  padding: 10px;
}

.honor-W .image-box {
  height: 150px;
}

.honor-customer-Box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.customertext .customerNum2 {
  font-size: 13px;
  color: #c9c9c9;
  margin-top: 10px;
}

.honor-customer-line {
  width: 1px;
  height: 50px;
  background-color: #c9c9c9;
}

.customertext {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: center;
  padding: 0 20px;
}

.customertext .customerNum1 {
  font-family: DINPro, DINPro;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
}

.honorBox-w {
  width: 25%;
}

.honorTitle {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  text-align: center;
  padding: 15px 0 5px 0;
  /* 单行文本溢出省略 */
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出部分显示省略号 */
}

.about-point {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: 2;
}

.about-point::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #1c5ca6;
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.about-countryName {
  position: absolute;
  /* 默认居中于 about-point 中心 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 8px;
  background: #1c5ca6;
  color: white;
  font-size: 10px;
  border-radius: 50px;
  white-space: nowrap;
  z-index: 3;
  border: 2px solid #fff;
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.2)
}

/* 右侧 */
.about-countryName.countryNameright {
    top: 0%;
    left: 50%;
    transform: translate(15%, -50%);
}

/* 左侧 */
.about-countryName.countryNameleft {
    top: 50%;
    left: -60%;
    transform: translate(-100%, -50%);
}

/* 上方 */
.about-countryName.countryNametop {
    top: -50%;
    left: 50%;
    transform: translate(-50%, -100%);
}

/* 下方 */
.about-countryName.countryNamebottom {
    top: -100%;
    left: 50%;
    transform: translate(-50%, 54%);
}

.honor-customer-Box-phone {
  display: none;
}

/* ======================================底部介绍========================== */
.footerPhone {
  display: none;
}

.footer-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #282828;
  padding-bottom: 20px;
}

.imagetext {
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.footertext1 {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-size: 14px;
  color: #FFFFFF;
}

.footertext2 {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: lighter;
  font-size: 12px;
  color: #c9c9c9;
}

.footertext3 {
  font-family: AlibabaSans, AlibabaSans;
  font-weight: 900;
  font-size: 40px;
  color: #FFFFFF;
}

.rmprojects {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.rmprojects-text-box {
  display: flex;
  flex-wrap: wrap;

}

.rmprojects-text-box .rmprojects-text {
  margin-right: 30px;
  margin-top: 10px;
  font-weight: lighter;
  font-size: 12px;
  color: #c9c9c9;
}

.footer-bottom-text {
  display: flex;
  align-items: center;
}
.record-number{
    text-align: center;
    margin-top: 24px;
    color: #c9c9c9;
    font-size: 14px;
}



/*========================================当屏幕尺寸小于760px时===================================*/
@media (max-width: 767px) {



.record-number{
    font-size: 12px;
}




  .auto-container {
    padding: 0px 15px;
    margin: 0 auto;
  }

  .package-block {
    padding: 0 10px;
  }

  .BG {
    background-color: #fff
  }

  .topLogoImg {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .hyTopHeard .logoLine {
    display: none;
  }

  .hyTopHeard .logoLineText {
    display: none;
  }

  .hyTopHeard .topSearch {
    display: none;
  }

  .hyTopHeard .topSearchIcon {
    display: block;
    width: 8%;

  }

  .rxPhone {
    display: none
  }

  /* 大标题 */
  .blue-title {
    display: none;
  }

  .bigTitle {
    margin: 0 auto 30px;
  }

  .bigTitleEn {
    color: #F4F6F9;
    font-size: 40px;
  }

  .bigTitleZh {
width: 100%;
    font-size: 25px;
  }

  .smallTitle {
    font-size: 11px;
    margin-top: -20px;

  }

  .bigTitleimage2 {
    width: 155px;
    bottom: -5px;

  }

  /* ======移动端菜单==== */
  .blue-title-phone {
    display: flex;
  }

  .navtopSearchIcon {
    width: 20px;
    margin-right: 10px;
  }

  .titleBoxFlex {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #F5F5F5;
  }

  .solid-line {
    border-top: 1px solid #d8d8d8;
    margin: 20px auto;
    opacity: 0.3;
  }

  .hot-Project {
    border-bottom: 1px solid #d8d8d8;
    padding: 0px 0px 10px 0px;
    margin-right: 0;
    width: 100%;
  }

  .enSpan {
    display: none;
  }

  .blue-title-phone .title-smallBox {

    width: 120px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
  }

  .blue-title-phone .title-smallBox.active {
    background-color: #fff;
    color: #000;
    font-weight: bolder;
    position: relative;
    /* 关键：为伪元素提供定位上下文 */
    padding-left: 12px;
    /* 可选：为边框留出一些空间 */
  }

  .blue-title-phone .title-smallBox.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 6px;
    width: 2px;
    height: 20px;
    background-color: #007acc;
  }

  .dropdown-box .tab-pane {
    display: none;
  }

  .dropdown-box .tab-pane.active {
    display: block;
  }

  .dropdown-box-hot {
    min-height: 100vh;
    overflow-y: scroll;
    padding: 10px 0;
    width: 100%;
  }

  .Province-country {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }

  /* ==================================热门项目============================================= */
  .projectText-height {
    height: 100px;
    width: 60%;
  }

  .followedPeople {
    display: none;
  }

  .followedPeopleBootm {
    display: none;
  }

  .phoneProject {
    display: flex !important;
  }

  .topImage {
    width: 40% !important;
    /*height: 100px;*/
  }

  .projectTextBox {
    height: 150px;
    padding: 0;
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .projectTextBox .projectTitle {
    margin-bottom: 0px;
  }

  .followedPeople-phone {
    display: flex;
    align-items: center;
    font-size: 13px;
  }

  .followedPeople-phone .followedPeopleText {
    display: flex;
  }

  .PROJECTSLine {
    display: block;

  }

  /* 更多按钮 */
  .moreBotton .moreTextZH {
    display: block;
  }

  .moreBotton .moreTextEn {
    display: none;
  }

  /* ============================== 热点资讯 =============================*/
  .swiperinfoBottom {
    /* display: none; */
    background: #1c5ca600;
  }

  .swiperinfoBottom .riqi {
    display: none;
  }

  .swiperinfoBottom-phone {
    display: block;

  }

  .swiperinfoBottompage {
    display: none;
  }

  .swiperinfoBottom {
    height: 48px;
    font-size: 14px;
    padding: 0;
  }

  .swiperinfoBottom .infotitle {

    margin: 0px;
    margin-left: 0px;
    font-size: 14px
  }

  .infoRight {
    margin: 20px 0px;
  }

  .infoRight .riqi {
    border-right: 0px solid #BBBBBB;
    background-color: #F4F6F9;
    width: 20%;
  }

  .INFORMATIONLine {
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    /* margin: 0px 0px 20px 0px; */
  }

  .infoRightText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .infoBottom {
    display: none;
  }

  /* ========================移民故事======================== */
  .storyPhone {
    display: block;

  }

  .storySlidePhone {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    width: 80%;
    margin: auto;
    padding: 8px 8px 12px 8px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .storyTextBox {
    padding: 10px;
  }

  .storyPCswiper {
    display: none;
  }

  .storyPCswiper {
    display: none;
  }

  .storyPCText {
    display: none;
  }

  .storyTextBox {
    height: auto;
  }

  /* 标题 */
  .storyTitle {

    font-weight: bold;
    font-size: 15px;
    color: #111111;
    line-height: 30px;
    text-align: left;
  }

  /* 正文 */
  .storyText {
    font-weight: 400;
    font-size: 12px;
    color: #111111;
    margin-top: 0px;
  }

  .moreText {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
  }

  .storyPhone .package-block {
    padding: 0;
  }

  .myStorySwiperPhone {
    min-height: 180px;
    position: relative;
    overflow: hidden;
}

.swiper-button-story-prev,
.swiper-button-story-next {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
    transition: opacity 0.3s ease;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-story-prev.phone {
    left: 5px;
}

.swiper-button-story-next.phone {
    right: 5px;
}

.swiper-button-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed;
}

/* 移除默认箭头 */
.swiper-button-story-prev::after,
.swiper-button-story-next::after {
    display: none !important;
}

  /* ==================================瀚宇课堂========================== */
  .classRoom-W {
    width: 50%;
    margin-bottom: 15px;
  }

  .classRoom-W .image-box {
    height: 115px;
    position: relative;
  }
.classroomText {
    padding: 0px ;
}
  .Glink {
    position: absolute;
    top: 10px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
  }

  .Ylink {
    position: absolute;
    top: 10px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
  }

  .play-button {
    width: 30px;
    height: 30px;

  }

  /* ================================立即评估=========================== */
  .evaluateSlidePhone {
    position: relative;
  }

  .container1 {
    display: none;
  }

  .container2 {
    display: none;
  }

  .overlay p {
    margin-top: 0;
  }

  .myEvaluateSwiperPhone {
    display: block !important;
  }

  .swiper-EvaluatePagination-outer {
    display: block;
  }

  /* 轮播进度条 */
  .swiper-EvaluatePagination-outer {
    width: 50%;
    height: 20px;
    margin-left: 30px;
    margin-top: 10px;
  }

  .swiper-EvaluatePagination.EvaluateProgressbar {
    width: 100%;
    height: 4px;
    background-color: #e0e0e0;
    /* 背景轨道颜色 */
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
  }

  .swiper-EvaluatePagination.EvaluateProgressbar .progress-fill {
    width: 0;
    height: 100%;
    background-color: #1C5CA6;
    /* 你的高亮颜色 */
    transition: width 0.3s ease;
    /* 平滑动画 */
    border-radius: inherit;
  }

  .containerForm {

    padding: 0px;
    border-radius: 5px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: auto;
  }

  .containerForm .logo {
    display: none;
  }

  .containerForm .formTitle1 {
    display: none;
  }

  .containerForm .formTitle2 {
    display: none;
  }

  /* ===========================全球服务=========================== */
.mapBg-block {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /* 关键：设置一个固定高度，避免布局错乱 */
    /* height: 300px; */
    position: relative;
    /* 隐藏滚动条（可选） */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
  }
  
  .mapBg-block::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  
  .mapBg-block .mapBg {
      width: 330%;
    /* transform: translateX(-50%); */
    display: block;
  }
  
  .mapBg-block .mapBg img {
    width: 100%;
    height: auto;
    display: block;
  }
.about-countryName{
    padding: 0 5px;
        font-size: 9px;
        border-radius: 9px;
}
 /* 美国 */
  .map-point-container:nth-child(2) {
    top: 38%;
    left: 59%;
    /* display: none; */
  }

  /* 加拿大 */
  .map-point-container:nth-child(3) {
    top: 30%;
    left: 82%;
    /* display: none; */
  }

  /* 巴拿马 */
  .map-point-container:nth-child(4) {
    top: 55.5%;
    left: 77%;
    /* display: none; */
  }

  /* 格林纳达 */
  .map-point-container:nth-child(5) {
     top: 56%;
    left: 97.5%;
  }

  /* 爱尔兰 */
  .map-point-container:nth-child(6) {
    top: 28.5%;
    left: 139%;

  }

  /* 英国 */
  .map-point-container:nth-child(7) {
    top: 25%;
    left: 142.5%;
  }

  /* 葡萄牙 */
  .map-point-container:nth-child(8) {
    top: 38%;
    left: 138.8%;
    /* display: none; */

  }

  /* 希腊 */
  .map-point-container:nth-child(9) {
    top: 38%;
    left: 164.5%;

  }

  /* 几内亚比绍 */
  .map-point-container:nth-child(10) {
    top: 53%;
    left: 132.5%;
  }

  /* 日本 */
  .map-point-container:nth-child(11) {
    top: 39%;
    left: 267%;

  }

  /* 韩国 */
  .map-point-container:nth-child(12) {
    top: 40%;
    left: 256.5%;

  }

  /* 泰国 */
  .map-point-container:nth-child(13) {
    top: 52%;
    left: 233.5%;
  }

  /* 马来西亚 */
  .map-point-container:nth-child(14) {
    top: 58%;
    left: 231.5%;
  }

  /* 新加坡 */
  .map-point-container:nth-child(15) {
    top: 60%;
    left: 234%;

  }

  /* 澳洲*/
  .map-point-container:nth-child(16) {
    top: 74%;
    left: 263%;

  }

  /* 瓦努阿图 */
  .map-point-container:nth-child(17) {

    top: 70%;
    left: 290%;


    /* display: none; */
  }

  /* 瑙鲁 */
  .map-point-container:nth-child(18) {
    top: 59%;
    left: 289.5%;
  }












/* 圣卢西亚 */
.map-point-container:nth-child(19) {
    top: 54%;
    left: 93.5%;
}
/* 安提瓜 */
.map-point-container:nth-child(20) {
 top: 50.5%;
    left: 100.5%;
}
/* 多米尼克 */
.map-point-container:nth-child(21) {
    top: 53%;
    left: 98.5%;
}
/* 圣基茨 */
.map-point-container:nth-child(22) {
    top: 50%;
    left: 92.5%;
}



/* 西班牙 */
.map-point-container:nth-child(23) {
  top: 38%;
  left: 142.5%;

}
/* 马耳他 */
.map-point-container:nth-child(24) {
  top: 41%;
  left: 158.5%;
}
/* 意大利 */
.map-point-container:nth-child(25) {
  top: 34.5%;
  left: 155.5%;
}
/* 塞浦路斯 */
.map-point-container:nth-child(26) {
  top: 40%;
  left: 173.5%;
}
/* 土耳其 */
.map-point-container:nth-child(27) {
  top: 38%;
  left: 175.5%;
}
/* 格鲁吉亚 */
.map-point-container:nth-child(28) {
  top: 36%;
  left: 183.9%;
}
/* 匈牙利 */
.map-point-container:nth-child(29) {
  top: 36%;

  left: 167.9%;

}
/* 德国 */
.map-point-container:nth-child(30) {
  top: 29%;
  left: 154.9%;
}
/* 法国 */
.map-point-container:nth-child(31) {
  top: 31.9%;
  left: 147.9%;
}
/* 芬兰 */
.map-point-container:nth-child(32) {
  top: 17.6%;
  left: 169.5%;
}


/* 拉脱维亚 */
.map-point-container:nth-child(33) {
  top: 25.4%;
  left: 168%;
}
/* 香港 */
.map-point-container:nth-child(34) {
  top: 47.4%;
  left: 243%;
}
/* 新西兰 */
.map-point-container:nth-child(35) {
  top: 87.4%;
  left: 294%;
}
/* 圣多美 */
.map-point-container:nth-child(36) {
  top: 65.4%;
  left: 143%;
}
/* 普林西比 */
.map-point-container:nth-child(37) {
  top: 60.4%;
    left: 147%;
}

  /* =============================关于我们============================ */
  /* .aboutBanner {
    display: none !important;
  } */
  .myAboutSwiperPc {
    display: none !important;
  }

  .myAboutSwiperPhone {
    display: block;
  }

  .BGAboutBg {
    background-image: none;
    background-color: #ffffff;

  }

  .aboutCharacter {
    padding: 0px;
    display: flex;
    flex-direction: column;

  }

  .aboutCharacter .aboutTitle {
    display: none;
  }

  .aboutCharacter .aboutText {
    margin-top: 0px;
  }

  .hengLine {
    display: none;
  }

  .aboutSlidePhone {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    margin: auto;
    /* padding: 8px 8px 12px 8px; */
    /* margin-bottom: 10px; */
    margin-top: 10px;
    display: block;
  }


/* 分页点默认样式 */
.swiper-aboutpagination-phone{
  text-align: center;
  margin-top: 10px;
  position: absolute;
  z-index: 999;
}

/* 所有分页点（默认状态） */
.swiper-aboutpagination-phone .swiper-pagination-bullet {
  background-color: #fff;
  /* 未选中：白色 */
  opacity: 1;
  /* 确保可见 */
  border: 1px solid #ddd;
  /* 可选：添加边框更清晰 */
  width: 8px;
  height: 8px;
  border-radius: 0;
  /* 关键：取消圆角，变成方形 */
  transition: background-color 0.3s ease;
  /* 平滑过渡 */
  display: inline-block;
  margin: 0 6px;
}

/* 选中状态的分页点 */
.swiper-aboutpagination-phone .swiper-pagination-bullet-active {
  background-color: #1c5ca6;
  /* 选中：深蓝色 */
  border-color: #1c5ca6;
  /* 边框也变色 */
}



  /* =============================公司荣誉========================== */
  .customerNum {
    height: auto;
    padding: 7px 0px !important;
    /* margin-left: 10px;
    margin-right: 10px;*/
    margin-top: 0px;
  }

  .honorBox {
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  }

  .honorBox-w {
    width: 50%;
  }

  .honorTitle {
    font-size: 13px;
    white-space: normal;
    /* 允许文本换行 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 设置为2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .honorBox {
    padding: 5px !important;
    margin-bottom: 0px;
  }

  .honor-customer-Box {
    display: none;
  }

  .honor-customer-Box-phone {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .customertext {
    width: 50%;
    padding: 10px;
  }

  .customertext1 {
    border-bottom: 1px solid #608dc1;
    border-right: 1px solid #608dc1;
  }

  .customertext2 {
    border-bottom: 1px solid #608dc1;
  }

  .customertext3 {
    border-right: 1px solid #608dc1;
  }

  .customertext .customerNum1 {
    font-size: 18px;
    color: #FFFFFF;
  }

  .customertext .customerNum2 {
    font-size: 10px;
    color: #c9c9c9;
    margin-top: 0px;
  }















  /* ==============================底部========================= */
  .footerPC {
    display: none;
  }

  .footerPhone {
    display: block;
    padding: 0;
  }

  .footerPhone .imagetext .footertext1 {
    color: #5c5c5c;

  }

  .rmprojects .footertext1 {
    color: #5c5c5c;

  }

  .footerPhone .imagetext {
    margin-top: 10px;
    font-size: 12px;
  }

  .footerPhone .rmprojects {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .rmprojects-text-box .rmprojects-text {
    margin-right: 5px;
    margin-left: 5px;
    color: #bdbdbd;
  }

}




/*=============分页==========*/


        /* 分页器外层容器：防止溢出，支持横向滚动（备用） */
        .pagination-wrapper {
            width: 100%;
            overflow-x: hidden;
                margin-bottom: 30px;
        }
               
        /* 主分页容器：在小屏上换行 */
       .pagination-wrapper .paginationBox {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            padding: 10px 0;
        } 
        
     .paginationBox .pagination {
            margin-bottom: 50px ;
            margin-top: 20px;
        }
.paginationBox .pagination li{
     min-width: 36px;
    height: 36px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0px 3px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
    
        
        
        /* 移动端适配 */
        @media (max-width: 768px) {
            .paginationBox {
                flex-direction: column;
                align-items: stretch;
            }

           ul li{
                min-width: 30px  !important;
                height: 30px  !important;
            }
        }

          




