.g-bd-wrap {
  background:#f5f6f8 url(../images/inv.districtAndPark.bg.png) no-repeat center /cover;
}
.g-bd-wrap .g-investeffect{
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.districtPark-title{
  font-size: 36px;
  color: #F76300;
  font-weight: bold;
}
 .g-investeffect-title{
  text-align: center;
}
.g-investeffect-more{
  position: absolute;
  background-color:  #F76300;
  width: 75px;
  height: 30px;
  border-radius: 20px;
  text-align: center;
  line-height: 30px;
  right: 0;
  top: 40px;
  float: right;
  color: #FCDFCE;
}
.g-investeffect-news{
  margin-top: 60px;
  background-color: #FFFFFF;
  padding: 10px 20px;
}
.g-investeffect-news .news-item{
  display: flex;
  justify-items: center;
  padding: 10px 0;
  min-height: 45px;
}
.news-item .keyword{
  background: linear-gradient(to right, #F76401, #FF8F52);
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  min-width: 100px;
  color: white;
}
.news-item .title{
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
  font-size: 20px;
}
.news-item:hover{
  background-color: #FFF3EC;
}
.g-bd-district{
  background: url(../images/inv.districtAndPark.districtbg.png) no-repeat center /cover;
  padding: 30px 0;
}
.g-bd-district .item-district{
  position: relative;
}
.item-district .item{
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.g-bd-park{
  margin-top: 60px;
  margin-bottom: 30px;
}
.g-bd-park .Park-title{
  position: relative;
}
.Park-title .park-more{
  top: 0;
}
.swiper{
  width: 100%;
  height: 100%;
  clear: both;
  padding-top: 40px;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.9);
  width: 40%;
  height: auto;
}
.swiper-slide img{
  width: 120%;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
  z-index: 1;
}
.swiper-pagination-bullet-active{
  background: #ED6312;
}
.swiper-title{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.swiper-title p{
  margin: 0 20px;
  font-size: 18px;
}
.title-nav:active {
  transform: scale(0.9); /* 模拟按下变小 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5); /* 添加阴影 */
  border-radius: 50%;
}
.g-bd-hotline{
  background: url("../images/inv.districtAndPark.hotlinebg.png") no-repeat center /cover;
}
.g-bd-hotline .hotline-all{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  height: 100%;
  padding: 48px 0 40px 0;
}
.hotline-all .hotline-title{
  width: 350px;
  height: 60px;
  border-radius: 30px;
  background-color: white;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #F7701A;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .display-mobile {
    display: none !important;
  }

  .g-bd-district .row{
    margin-top: 20px;
  }
  .g-bd-district .row:first-child{
    margin-top: 0px;
  }

}

@media screen and (max-width: 768px) {
  .display-pc{
    display: none;!important;
  }
  html{
    font-size: 16px!important;
  }
  .g-bd-wrap .g-investeffect-title{
    font-size: 20px;
    width: 65%;
  }
  .g-bd-wrap .g-investeffect-more{
    height: 30px;
    line-height: 30px;
  }
  .g-bd-district {
    padding: 10px 0;
  }
  .item-district>img {
    width: 95%;
  }
  .item-district .item {
    left: 50%;
  }
  .col-6{
    padding-left: 12px;
    padding-right: 2px;
    padding-top: 10px;
  }
  .col-12{
    padding-left: 18px;
    margin-top: 10px;
  }
  .swiper-slide {
    width: 100%;
  }
  .swiper-slide img{
    width:100%;
  }
}
