body {
  background-color: #f9f9f9;
}
.apartment-title-group h4 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.apartment-title-group h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 48px;
  color: #333;
}
.apartment-title-group .line {
  margin-top: 16px;
  display: flex;
  align-items: flex-end;
}
.apartment-title-group .line .line-one {
  width: 6%;
  height: 5px;
  background-color: #B3906A;
}
.apartment-title-group .line .line-two {
  width: 94%;
  height: 1px;
  background-color: #e5e5e5;
}
.banner-bg {
  min-width: 1200px;
}
.banner-bg .pc {
  display: block;
  width: 100%;
}
.banner-bg .mobile {
  display: none;
  width: 100%;
}
.exhibition-brand {
  margin-top: 64px;
}
.exhibition-brand .apartment-title-group {
  margin-top: 59px;
}
.exhibition-brand .top-text {
  margin-top: 38px;
  margin-bottom: 48px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  color: #333;
}
.exhibition-brand .toggle-btn-list {
  display: flex;
  justify-content: space-between;
  padding: 60px 408px;
}
.exhibition-brand .toggle-btn-list .item {
  width: 150px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px 90px;
  cursor: pointer;
}
.exhibition-brand .toggle-btn-list .item.icon-1 {
  background-image: url(/static/cn/images/exhibition/exhibition_btn_icon1.png);
}
.exhibition-brand .toggle-btn-list .item.icon-2 {
  background-image: url(/static/cn/images/exhibition/exhibition_btn_icon2.png);
}
.exhibition-brand .toggle-btn-list .item:hover.icon-1,
.exhibition-brand .toggle-btn-list .item.active.icon-1 {
  background-image: url(/static/cn/images/exhibition/exhibition_btn_icon1_active.png);
}
.exhibition-brand .toggle-btn-list .item:hover.icon-2,
.exhibition-brand .toggle-btn-list .item.active.icon-2 {
  background-image: url(/static/cn/images/exhibition/exhibition_btn_icon2_active.png);
}
.exhibition-brand .toggle-content {
  width: 100%;
}
.exhibition-brand .toggle-content .sub-title-group-pc {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.exhibition-brand .toggle-content .sub-title-group-pc .line {
  flex: 0.5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.exhibition-brand .toggle-content .sub-title-group-pc .line .line-1 {
  width: 75%;
  height: 1px;
  background-color: #D2D2D2;
}
.exhibition-brand .toggle-content .sub-title-group-pc .line .line-2 {
  width: 25%;
  height: 5px;
  background-color: #CBA56B;
}
.exhibition-brand .toggle-content .sub-title-group-pc .text {
  padding: 0 45px;
}
.exhibition-brand .toggle-content .sub-title-group-pc .text h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #000;
}
.exhibition-brand .toggle-content .sub-title-group-pc .text h4 {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.exhibition-brand .toggle-content .sub-title-group-pc.show {
  display: flex;
}
.exhibition-brand .toggle-content .sub-title-group-mobile {
  display: none;
}
.exhibition-brand .toggle-content .content-item {
  width: 100%;
}
.exhibition-brand .toggle-content .content-item .swiper-container {
  margin-top: 32px;
}
.exhibition-brand .toggle-content .content-item .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
.exhibition-brand .toggle-content .content-item .swiper-container .swiper-button-next,
.exhibition-brand .toggle-content .content-item .swiper-container .swiper-button-prev {
  top: 48%;
  width: 42px;
  height: 58px;
  background-size: 42px 58px;
  outline: 0;
}
.exhibition-brand .toggle-content .content-item .swiper-container .swiper-button-next {
  right: 20px;
  background-image: url(/static/cn/images/hotel/introduction_next_icon.png);
}
.exhibition-brand .toggle-content .content-item .swiper-container .swiper-button-prev {
  left: 20px;
  background-image: url(/static/cn/images/hotel/introduction_prev_icon.png);
}
.exhibition-project {
  margin-top: 80px;
  margin-bottom: 150px;
}
.exhibition-project .sub-title-group-pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exhibition-project .sub-title-group-pc .line {
  flex: 0.5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.exhibition-project .sub-title-group-pc .line .line-1 {
  width: 75%;
  height: 1px;
  background-color: #D2D2D2;
}
.exhibition-project .sub-title-group-pc .line .line-2 {
  width: 25%;
  height: 5px;
  background-color: #CBA56B;
}
.exhibition-project .sub-title-group-pc .text {
  padding: 0 45px;
}
.exhibition-project .sub-title-group-pc .text h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #000;
}
.exhibition-project .sub-title-group-pc .text h4 {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.exhibition-project .sub-title-group-mobile {
  display: none;
}
.exhibition-project .carousel {
  display: none;
  margin-top: 40px;
}
.exhibition-project .carousel.show {
  display: block;
}
.exhibition-project .carousel .part-one .swiper-container {
  margin-top: 32px;
}
.exhibition-project .carousel .part-one .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
.exhibition-project .carousel .part-one .swiper-container .swiper-button-next,
.exhibition-project .carousel .part-one .swiper-container .swiper-button-prev {
  top: 48%;
  width: 42px;
  height: 58px;
  background-size: 42px 58px;
  outline: 0;
}
.exhibition-project .carousel .part-one .swiper-container .swiper-button-next {
  right: 20px;
  background-image: url(/static/cn/images/hotel/introduction_next_icon.png);
}
.exhibition-project .carousel .part-one .swiper-container .swiper-button-prev {
  left: 20px;
  background-image: url(/static/cn/images/hotel/introduction_prev_icon.png);
}
.exhibition-project .carousel .part-two {
  width: 100%;
}
.exhibition-project .carousel .part-two .content-item {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 70px;
  padding-bottom: 63px;
  padding-top: 40px;
}
.exhibition-project .carousel .part-two .content-item.show {
  display: flex;
}
.exhibition-project .carousel .part-two .content-item .left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exhibition-project .carousel .part-two .content-item .left img {
  display: block;
  width: 150px;
  height: 90px;
}
.exhibition-project .carousel .part-two .content-item .left .title-mobile {
  display: none;
}
.exhibition-project .carousel .part-two .content-item .right {
  width: 100%;
}
.exhibition-project .carousel .part-two .content-item .right .title-pc {
  font-size: 22px;
  line-height: 32px;
  color: #333;
}
.exhibition-project .carousel .part-two .content-item .right p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
@media only screen and (max-width: 600px) {
  .apartment-title-group h4 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #333;
  }
  .apartment-title-group h2 {
    margin-top: 0.1rem;
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #333;
  }
  .apartment-title-group .line {
    margin-top: 0.2rem;
    display: flex;
    align-items: flex-end;
  }
  .apartment-title-group .line .line-one {
    width: 10%;
    height: 0.05rem;
    background-color: #B3906A;
  }
  .apartment-title-group .line .line-two {
    width: 90%;
    height: 1px;
    background-color: #e5e5e5;
  }
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .banner-bg {
    min-width: 100%;
  }
  .banner-bg .pc {
    display: none;
  }
  .banner-bg .mobile {
    display: block;
  }
  .exhibition-brand {
    margin-top: 0.6rem;
  }
  .exhibition-brand .apartment-title-group {
    margin-top: 0;
  }
  .exhibition-brand .top-text {
    margin-top: 0.43rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .exhibition-brand .toggle-btn-list {
    width: 100%;
    padding: 0 0.59rem;
    padding-top: 0.32rem;
    padding-bottom: 0.21rem;
  }
  .exhibition-brand .toggle-btn-list .item {
    width: 220px;
    height: 150px;
  }
  .exhibition-brand .toggle-content .sub-title-group-pc {
    display: none;
  }
  .exhibition-brand .toggle-content .sub-title-group-pc.show {
    display: none;
  }
  .exhibition-brand .toggle-content .sub-title-group-mobile {
    display: none;
    margin-bottom: 0.3rem;
  }
  .exhibition-brand .toggle-content .sub-title-group-mobile .top-text-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .exhibition-brand .toggle-content .sub-title-group-mobile .top-text-sub .line {
    flex: 0.5;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .exhibition-brand .toggle-content .sub-title-group-mobile .top-text-sub .line .line-1 {
    width: 50%;
    height: 1px;
    background-color: #D2D2D2;
  }
  .exhibition-brand .toggle-content .sub-title-group-mobile .top-text-sub .line .line-2 {
    width: 50%;
    height: 0.05rem;
    background-color: #CBA56B;
  }
  .exhibition-brand .toggle-content .sub-title-group-mobile .top-text-sub .text {
    padding: 0 0.43rem;
  }
  .exhibition-brand .toggle-content .sub-title-group-mobile .top-text-sub .text h2 {
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.34rem;
    color: #000;
  }
  .exhibition-brand .toggle-content .sub-title-group-mobile h4 {
    margin-top: 0.15rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.2rem;
    color: #999;
  }
  .exhibition-brand .toggle-content .sub-title-group-mobile.show {
    display: block;
  }
  .exhibition-brand .toggle-content .content-item .swiper-container {
    margin-top: 0;
  }
  .exhibition-brand .toggle-content .content-item .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
  }
  .exhibition-brand .toggle-content .content-item .swiper-container .swiper-button-next,
  .exhibition-brand .toggle-content .content-item .swiper-container .swiper-button-prev {
    top: 48%;
    width: 0.42rem;
    height: 0.58rem;
    background-size: 0.42rem 0.58rem;
    outline: 0;
  }
  .exhibition-brand .toggle-content .content-item .swiper-container .swiper-button-next {
    right: 0.2rem;
    background-image: url(/static/cn/images/hotel/introduction_next_icon.png);
  }
  .exhibition-brand .toggle-content .content-item .swiper-container .swiper-button-prev {
    left: 0.2rem;
    background-image: url(/static/cn/images/hotel/introduction_prev_icon.png);
  }
  .exhibition-project {
    margin-top: 0.8rem;
    margin-bottom: 1.35rem;
  }
  .exhibition-project .sub-title-group-pc {
    display: none;
  }
  .exhibition-project .sub-title-group-mobile {
    display: block;
  }
  .exhibition-project .sub-title-group-mobile .top-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .exhibition-project .sub-title-group-mobile .top-text .line {
    flex: 0.5;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .exhibition-project .sub-title-group-mobile .top-text .line .line-1 {
    width: 50%;
    height: 1px;
    background-color: #D2D2D2;
  }
  .exhibition-project .sub-title-group-mobile .top-text .line .line-2 {
    width: 50%;
    height: 0.05rem;
    background-color: #CBA56B;
  }
  .exhibition-project .sub-title-group-mobile .top-text .text {
    padding: 0 0.43rem;
  }
  .exhibition-project .sub-title-group-mobile .top-text .text h2 {
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.34rem;
    color: #000;
  }
  .exhibition-project .sub-title-group-mobile h4 {
    margin-top: 0.15rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.2rem;
    color: #999;
  }
  .exhibition-project .carousel {
    margin-top: 0.3rem;
  }
  .exhibition-project .carousel .part-one .swiper-container {
    margin-top: 0;
  }
  .exhibition-project .carousel .part-one .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
  }
  .exhibition-project .carousel .part-one .swiper-container .swiper-button-next,
  .exhibition-project .carousel .part-one .swiper-container .swiper-button-prev {
    top: 48%;
    width: 0.42rem;
    height: 0.58rem;
    background-size: 0.42rem 0.58rem;
    outline: 0;
  }
  .exhibition-project .carousel .part-one .swiper-container .swiper-button-next {
    right: 0.2rem;
    background-image: url(/static/cn/images/hotel/introduction_next_icon.png);
  }
  .exhibition-project .carousel .part-one .swiper-container .swiper-button-prev {
    left: 0.2rem;
    background-image: url(/static/cn/images/hotel/introduction_prev_icon.png);
  }
  .exhibition-project .carousel .part-two {
    width: 100%;
  }
  .exhibition-project .carousel .part-two .content-item {
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 0 0.49rem;
    padding-bottom: 0.6rem;
    padding-top: 0.28rem;
  }
  .exhibition-project .carousel .part-two .content-item.show {
    display: flex;
  }
  .exhibition-project .carousel .part-two .content-item .left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .exhibition-project .carousel .part-two .content-item .left img {
    display: block;
    width: 1.7rem;
    height: auto;
  }
  .exhibition-project .carousel .part-two .content-item .left .title-mobile {
    flex: 1;
    display: block;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #333;
  }
  .exhibition-project .carousel .part-two .content-item .right {
    width: 100%;
    padding-right: 0;
  }
  .exhibition-project .carousel .part-two .content-item .right .title-pc {
    display: none;
    font-size: 22px;
    line-height: 32px;
    color: #333;
  }
  .exhibition-project .carousel .part-two .content-item .right p {
    margin-top: 0.35rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #666;
  }
}
