html,.body{
  font-family: 'Sans-R';
}
.contact .menu_link img{
  height: 1.5rem;
  width: auto;
  display: block;
  vertical-align: middle;
}
p{
  margin: 0;
}
/*其他旧的样式*/
/*.hero-section-1{
  background: #FAFAFA;
}*/
/*标题*/
.g_title1{
  height: 6.25rem;
  line-height: 6.25rem;
  text-align: center;
  position: relative;
  /*margin-top: 5.73vw;*/
  /*background: antiquewhite;*/
}
.g_en{
  font-family: 'Bentham-R', serif;
  font-weight: 400;
  font-size: 6.25rem;
  color: rgba(179,169,155,0.12);
}
.g_tit1{
  height: 32px;
  line-height: 32px;
  font-size: 2rem;
  font-family: 'Sans-M';
  color: #2E2E2D;
}
.g_tit2{
  height: 20px;
  line-height: 20px;
  font-size: 1.25rem;
  font-family: 'Sans-R';
  color: #A9927D;
}
.g_title1 .g_tit1,.g_title1 .g_tit2{
  white-space: nowrap;
  position: absolute;
  letter-spacing: 1px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.g_title1 .g_tit1{
  top: 0.26em;
}
.g_title1 .g_tit2{
  bottom: 1em;
}
/* 二级导航（third 子页）：哨兵 + is-stuck；未吸顶占位不显示，吸顶显示 */
.third-page-body .top_double_nav_wrapper-sentinel {
  height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
  visibility: hidden;
}
.third-page-body .top_double_nav_wrapper {
  min-height: 50px;
  box-sizing: border-box;
  background-color: transparent !important;
  transition: background-color 0.2s ease;
}
.third-page-body .top_double_nav_wrapper .top_double_nav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.third-page-body .top_double_nav_wrapper.is-stuck {
  background-color: #fff !important;
}
.third-page-body .top_double_nav_wrapper.is-stuck .top_double_nav {
  opacity: 1;
  pointer-events: auto;
}
/*公共样式*/
.slider_box{
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: visible;
}
.slider_box img{
  width: 55%;
  display: block;
}
/* third_box 轮播：减少选区干扰；左侧拖动切图由 js/third-box-slider-drag.js 处理 */
.third_box .third_page_slider_mask .w-slide,
.third_box .third_page_slider_mask .w-slide * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
}
.third_box .slider_box {
  cursor: grab;
}
.third_box .slider_box:active {
  cursor: grabbing;
}
.third_box .content_text_wrapper-2 {
  touch-action: pan-y;
}
.third_box{
  width: 100%;
}
.Service_case{
  padding-top: 4rem;
}
/*未来*/
.explore_box,.grow_box,.future_box{
  padding-top: 6.875rem;
}
.explore_box{
  padding-bottom: 6.6875rem;
  background: #FAFAFA;
  width: 100vw;
  height: auto;
  position: relative;
  overflow: hidden;
}
.explore_box .g_title1{
  margin:0 0 3.125rem 0;
}
.explore_box .labels{
  color: #666666;
  font-size: 1.125rem;
  margin-bottom: 3.125vw;
  display: flex;
  justify-content: center;
}
.explore_box .labels span{
  padding: 0 0.8vw;
}
.explore_box .labels span:nth-child(2n){
  color: #A9927D;
}
.explore_box .futures{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vw;
}
.explore_box .future_un{
  width: 24.48vw;
  height: 16vw;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.explore_box .future_un img.d_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s;
}
.explore_box .future_un:hover img.d_img{
  filter: blur(4px);
}
.explore_box .future_un p{
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  background: linear-gradient( -90deg, rgba(70,61,61,0) 0%, rgba(44,41,39,0.72) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s;
}
.explore_box .future_un:hover p{
  opacity: 0;
}
.explore_box p span{
  padding-left: 1.25rem;
}
/* future_un 遮罩层 hover 效果 */
.future_un_overlay{
  position: absolute;
  inset: 0;
  background: rgba(12,12,12,0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.future_un:hover .future_un_overlay{
  opacity: 1;
}
.future_un_icon{
  width: 2rem;
  height: 2rem;
  margin-bottom: 1.7rem;
  margin-top: 11%;
  flex-shrink: 0;
}
.future_un_title{
  font-size: 1.625rem;
  font-family: 'Sans-M';
  text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
  color: #fff;
  margin-bottom: 0.725rem;
  text-align: center;
}
.future_un_en{
  font-size: 0.875rem;
  color: #fff;
  font-family: ZoomlaMengyas-A080, ZoomlaMengyas-A080;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
  letter-spacing: 3px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.future_un_btn{
  padding: 0.2rem 2.5rem;
  background: #fff;
  color: #000;
  font-size: 0.75rem;
  text-decoration: none;
  transition: all 0.2s;
}
.future_un_btn:hover{
  background: #000;
  color: #fff;
}
/*生长*/
.grow_box .future,.future_box .future{
  width: 67.7vw;
}
.grow_box .future{
  margin: 2.6vw auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grow_box .future .g_title1{
  margin-top: 0;
}
.grow_box .title{
  font-size: 3.5rem;
  color: #313436;
  letter-spacing: 2px;
  font-family: 'Sans-M';
  position: absolute;
  top: 1.2rem;
}
.grow_box .content{
  width: 31.25vw;
  color: #666;
  line-height: 1.8rem;
  font-size: 0.875rem;
}
.grow_box .whats_that{
  position: relative;
}
.grow_box .whats_ones{
  width: 75vw;
  position: absolute;
  top: 10.5%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grow_box .whats_ones a{
  text-decoration: none;
  color: inherit;
  margin-bottom: 1rem;
}
.grow_box .one{
  white-space: nowrap;
  color: #333;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  font-family: 'Sans-R';
}
.grow_box .one p{
  padding-bottom: 2px;
  margin-right: 1rem;
  border-bottom: 1px solid #333333;
}
.grow_box .one:hover{
  cursor: pointer;
}
.grow_box .one:hover p{
  border: 0;
  font-family: 'Sans-M';
  transition: all 0.2s;
}
.grow_box .one img{
  width: 16px;
  height: 10px;
}
/* grow_box 首次载入动画：滚动进入视口中下部时触发，与 future_box 一致 */
.grow_box .grow_box_item{
  opacity: 0;
  transform: translate3d(0, 3rem, 0);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.grow_box.grow_box-animate .grow_box_item{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.grow_box.grow_box-animate .g_title1{ transition-delay: 0s; }
.grow_box.grow_box-animate .future{ transition-delay: 0.15s; }
.grow_box.grow_box-animate .one:nth-child(1){ transition-delay: 0.25s; }
.grow_box.grow_box-animate .one:nth-child(2){ transition-delay: 0.35s; }
.grow_box.grow_box-animate .one:nth-child(3){ transition-delay: 0.45s; }
.grow_box.grow_box-animate .whats_that img{ transition-delay: 0.2s; }

/*未来*/
.future_box{
  background: #FAFAFA;
  padding-bottom:4.125em;
}
.future_box .g_title1{
  margin-top: 0;
}
.future_box .future{
  display: flex;
  justify-content: center;
  gap: 10.5vw;
  padding: 6rem 0 0;
  margin: 0 auto;
}
.future_box .word{
  flex: 1;
  max-width: 40vw;
}
.future_box .word_en{
  font-family: 'Bentham-R';
  color: rgba(49,52,54,0.1);
  font-size: 2.6rem;
  margin: 1.6em 0 2.5rem;
}
.future_box .word_en p{
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}
.future_box .word_title{
  line-height: 3.5rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.future_box .word_title p{
  font-size: 3.5rem;
  font-family: 'Sans-M';
  color: #313436;
  letter-spacing: 1px;
}
.future_box .word_title img{
  width: 24px;
  height: auto;
}
.future_box .word_desc{
  padding: 4.5rem 0 5rem;
  font-size: 1rem;
}
.future_box .word_desc p{
  color: #666;
  line-height: 2;
  margin-bottom: 0.25em;
}
.future_box .word_desc p:last-child{
  margin-bottom: 0;
}
.future_box .word_btn{
  display: inline-block;
  padding: 0.5em 2.6em;
  background: #111212;
  border: 1px solid #111212;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  box-sizing: border-box;
}
.future_box .word_btn:hover{
  color: #111212;
  background: transparent;
  transition: all 0.2s;
}
.future_box .image{
  width: 37.9vw;
  max-width: 100%;
}
.future_box .image img{
  width: 100%;
  display: block;
}
/* future_box 首次载入动画：滚动进入视口中下部时触发 */
.future_box .future_box_item{
  opacity: 0;
  transform: translate3d(0, 3rem, 0);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.future_box.future_box-animate .future_box_item{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.future_box.future_box-animate .tit_box{ transition-delay: 0s; }
.future_box.future_box-animate .word_en{ transition-delay: 0.1s; }
.future_box.future_box-animate .word_title{ transition-delay: 0.2s; }
.future_box.future_box-animate .word_desc{ transition-delay: 0.3s; }
.future_box.future_box-animate .image{ transition-delay: 0.2s; }

/* footer：昌品城市文化风格，左导航右社交 */
.footer{
  background: #fff;
  padding: 6.875rem 0 2rem;
}
.footer_inner{
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
.footer_left{
  flex: 1;
  min-width: 0;
}
.footer_brand{
  margin-bottom: 2.5rem;
}
.footer_logo_link{
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #333;
}
.footer_logo_img{
  width: 8.125rem;
  object-fit: contain;
}
.footer_nav{
  display: flex;
  gap: 4rem;
}
.footer_nav_col{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.footer_nav_title{
  font-size: 1rem;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 0.25rem;
  transition: color 0.2s;
}
.footer_nav_title:hover{
  color: #666;
  text-decoration: none;
}
.footer_nav_link{
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}
.footer_nav_link:hover{
  color: #999;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_nav2{
  width: 100%;
  display: none;
}
.footer_nav2 .footer_nav_col{
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 0.3rem;
  margin-top: 1rem;
}
.footer_nav2 .footer_nav_col a{
  white-space: nowrap;
}
.footer_nav2 .footer_hbb{
  padding-bottom: 1rem;
}
.footer_nav2 .footer_hbb>p{
  text-align: center;
}
.footer_right{
  padding-top: 2rem;
  flex-shrink: 0;
  text-align: right;
}
.footer_connect{
  margin-bottom: 3.75rem;
}
.footer_connect_title{
  font-size: 2.5rem;
  color: rgba(49,52,54,0.1);
  font-family: Source Han Sans CN, Source Han Sans CN;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 1rem;
}
.footer_connect_tagline{
  font-size: 1rem;
  color: #666;
  margin: 0;
}
.footer_social{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5rem;
  margin-bottom: 1.5rem;
}
.footer_social_icon{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.7rem;
  background: transparent;
}
/* 社交图标内联 SVG：仅 .footer_social_icon--active 高亮（点击切换，无 hover） */
.footer_social_icon_chwh svg,
.footer_social_icon_gzh svg,
.footer_social_icon_sph svg,
.footer_social_icon_dy svg,
.footer_social_icon_xhs svg{
  width: 100%;
  height: 100%;
  display: block;
}
.footer_social_icon_chwh svg .icon-bg,
.footer_social_icon_chwh svg .icon-path,
.footer_social_icon_gzh svg .icon-bg,
.footer_social_icon_gzh svg .icon-path,
.footer_social_icon_sph svg .icon-bg,
.footer_social_icon_sph svg .icon-path,
.footer_social_icon_dy svg .icon-bg,
.footer_social_icon_dy svg .icon-path,
.footer_social_icon_xhs svg .icon-bg,
.footer_social_icon_xhs svg .icon-path{
  transition: fill 0.2s;
}
.footer_social_icon.footer_social_icon--active svg .icon-bg{
  fill: #C0C0C0;
}
.footer_social_icon.footer_social_icon--active svg .icon-path{
  fill: #ffffff;
}
.footer_social_icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_social_text{
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}
.footer_social_text:hover{
  color: #000;
}
.footer_qr_wrapper{
  position: relative;
}
.footer_qr{
  display: none;
  gap: 3.5625rem;
}
.footer_qr.footer_qr_active{
  display: flex;
}
.footer_qr_item{
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: #f5f5f5;
}
.footer_qr_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_copyright{
  /*max-width: 1360px;*/
  margin: 6.875rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  text-align: center;
}
.footer_copyright p{
  font-size: 0.7rem;
  color: #999;
  margin: 0;
  line-height: 1.6;
}
.footer_copyright a{
  color: #999;
}
  /*详情标题*/
.detail_tit{
  line-height: initial;
  font-family: 'Bentham-R';
  color: rgba(49,52,54,0.1);
  font-size: 2.5rem;
  text-transform: uppercase;
}
.detail_cn_tit{
  font-size: 1.875rem;
  line-height: initial;
  font-family: 'Sans-M';
  margin: 2rem 0;
}
.detail_arrow{
  width: 4rem ;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 10%;
/*  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;*/
}
.bg_gray{
  background: #FAFAFA;
}
/*手机端显示，pc不显示*/
.mobil_show,.show_H5{
  display: none;
}
