html,
body {
  position: relative;
  margin: 0;
  height: 100%;
  scroll-behavior:smooth;
}

footer {
  display: none !important
}

.swiper-container-box {
  width: 100%;
  height: calc(100% - 44px)
}


.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: gray;
  opacity: 7.2;
}

.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: black;
  opacity: 7.2;
}

.flex_y{
  display: flex;
  justify-content: center;
  flex-direction:column;
}
.flex_y_x{
  display: flex;
  justify-content: center;
  flex-direction:column;
  align-items: center;
}

.flex_x_b{
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}

.flex_y_b{
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  align-items: center;
}


.flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_c{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner,
.p01,
.p02,
.p03,
.p04,
.p05,
.p06,
.p07,
.p08,
.p09,
.p10,
.p11,
.p12,
.p13,.p007 {
  width: 100%;
  background-size: 100% 100%;
  position: relative;
}
.bg {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: 100% 100%;
  margin-top: -.02rem;
}



.cc .on{
  color: #fff;
}
.flex_c_w{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.main{
  width: 100%;

}
.cc{
  display: flex;
  flex-direction: column;
  position: fixed;
  right: .2rem;
  top: 0;
  z-index: 1000;
  bottom: 0;
  margin: auto 0;
  height: 4rem;
  width: 1rem;
  background-color: rgba(16, 16, 16, 50%);
  /* background-color: #624e8d; */
  font-size: .15rem;
  border: .01rem solid  #b6956d;
  
}
.cc a{
  padding-top: .06rem;
  color: #b6956d;
  height: .45rem;
/* border-bottom: .01rem solid #b6956d; */
  text-align: center;
  position: relative;
  display: block;
}
.cc a::before{
  content: "";
  background-size: 100% 100%;
  position: absolute;
  bottom: .01rem;
  height: .05rem;
  width: .37rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(./images/00_03.png);

}
.banner .bg:nth-of-type(1){
  background-image: url(./images/banner_01.jpg);
  height: 3.44rem;
}
.banner .bg:nth-of-type(2){
  background-image: url(./images/banner_02.jpg);
  height: 3.43rem;
}

.p01 .bg:nth-of-type(1){
  background-image: url(./images/p01_01.jpg);
  height: 3.4rem;
}
.p01 .bg:nth-of-type(2){
  background-image: url(./images/p01_02.jpg);
  height:3.4rem;
}



.p02 .bg:nth-of-type(1){
  background-image: url(./images/p02_01.jpg);
  height: 2.84rem;
}
.p02 .bg:nth-of-type(2){
  background-image: url(./images/p02_02.jpg);
  height: 2.83rem;
}

.p02-box{
  width: 100%;
  height: 100%;
}
.xs_box{
  position: absolute;
  top: 3.5rem;
  left: 0;
  right:0;
  bottom:0;
  margin: auto;
  width: 7.1rem;
  height: 5.5rem;
  /* background-color: #624e8d; */
  }
  .p02-next{
    background: none;
    top: 0;
    left: 0;
    /* bottom: auto; */
    height: .2rem !important;
  }
.p02-prev{
  background: none;
  bottom: 0;
  left: 0rem;
  /* top: auto; */
  height: .2rem !important;
}
  .p02_box{
    position: absolute;
    top: 1.3rem;
    left: .1rem;

    bottom:0;
    margin: auto;
    width: 2.7rem;
    height: 3rem;
    /* background-color: #624e8d; */
    }

  .xs_box .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .gg a{
    padding: .05rem;
    border: .01rem solid #b6956d;
    color: #b6956d;
    margin-left: .05rem;
    border-radius: .09rem;
    font-size: .15rem;
  }

 .xs_box  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

 .xs_box  .gallery-top1 {
    height: 3.6rem;
    width: 100%;
    position: relative;
  }
  .xs_box  .gallery-top1 .swiper-slide{
    /* height: 3.1rem !important;
    overflow: hidden; */
  }

 .xs_box  .gallery-thumbs1 {
    height: 20%;
    box-sizing: border-box;
    padding: 5px 0;
  }

  .xs_box .gallery-thumbs1 .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
  }

 .xs_box  .gallery-thumbs1 .swiper-slide-thumb-active {
    opacity: 1;
  }





 .new_box .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.new_box .swiper-slide {
  background-size: cover;
  background-position: center;
}

.new_box .gallery-top {
  height: 100%;
  width: 100%;
}

.new_box .gallery-thumbs {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  width: 50%;
}

.new_box .gallery-thumbs .swiper-wrapper{
  display: flex;
  flex-direction: column;
 
}
.new_box .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;

}
.new_box .gallery-thumbs .swiper-slide {
  height: 28px !important;
  width: 82% !important;
}
.new_box .gallery-thumbs .swiper-slide-thumb-active  p{
  color: red;
  opacity: 1;
}
.new_box .gallery-top img{
  margin: .05rem;
}
.new_box .gallery-thumbs p{
  margin-left: .2rem;
  font-size: .13rem;
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
	letter-spacing: 1px;
  border-bottom:dashed  .01rem #232323;
  padding-bottom: .1rem;
  margin-top: .2rem;

}
.new_box{
  position: absolute;
  margin: auto;
  top: .45rem;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.65rem;
  width: 7.1rem;
  background-color: #b6956d;
  display: flex;
}
.zn_box{
  position: absolute;
  margin: auto;
  top: 2.45rem;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7.5rem;
  width: 7.1rem;
  /* background-color: #b6956d; */
 
}
.top{
  height: 5rem;

}
.p03 .bg:nth-of-type(1){
  background-image: url(./images/p03_01.jpg);
  height: 3.27rem;
}
.p03 .bg:nth-of-type(2){
  background-image: url(./images/p03_02.jpg);
  height: 3.27rem;
}
.hd .item{
  display: flex;
  align-items: center;
}
.item {
  font-size: .12rem;
}
.icon{
  background: url(./images/temp_c3c31e31b886208bc1eb7d81e1f49a44_temp.png) no-repeat;
  background-size: 2.65rem 2.14rem;
  height: .6rem;
  width: .56rem;
  display: block;
}
.pslc{
  background-position: 0 .1rem;
}
.on .pslc{
  background-position: 0 -.5rem;
}
.cpdx{
  background-position: -.65rem .1rem;
}
.on .cpdx{
  background-position: -.65rem -.54rem;
}
.cszg{
  background-position: -1.3rem .1rem;
}
.on .cszg{
  background-position: -1.3rem -.54rem;
}
.cszplb{
  background-position: -1.9rem .1rem;
}
.on .cszplb{
  background-position: -1.9rem -.54rem;
}
.psbz{
  background-position: -1.35rem -1rem;
}
.on .psbz{
  background-position: -1.35rem -1.55rem;
}

.pszblh{
  background-position: -1.95rem -1rem;
}
.on .pszblh{
  background-position: -1.95rem -1.55rem;
}

.p03{
  position: relative;
}


.tab-panel-w{
  padding: .3rem;
  background-color: #b6956d;
  width: 7.1rem;
  height: 4.18rem;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
  /* margin-top: .1rem; */
}
.tab-panel-w h4{
  font-weight: bold;
  font-size: .18rem;
}
.tab-panel-w p{
  font-size: .17rem;
  color: 1c1c1c;
}
.p03_box .swiper-slide {
  background-size: cover;
  background-position: center;
}
.p04 .tabs .item{
border: .01rem solid #b6956d;
color: #b6956d;
/* width: 1.11rem; */
height: .60rem;
}
.p04 .tabs .item span:nth-of-type(2){
  margin-right: .04rem;
}
.p04 .tabs .on{
  color: #1c1c1c;
  background-color: #b6956d;
  height: 0.7rem;
}
.gallery-top {
  height: 80%;
  width: 100%;
}


.gallery-top .swiper-slide>div{
  width: 6rem;
  height: 3rem;
  background-image: url(./images/lc_bg.png);
  border-radius: .2rem;
  background-size: 100% 100%;
}
.p03_text{
  width: auto !important;
  height: auto !important;
  margin-left: .5rem;
  text-align: left !important;
  font-family: SourceHanSansSC-Regular;
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.36rem;
	letter-spacing: 0rem;
	color: #222222 !important;
  border: none !important;
  width: 3rem !important;
}

.round{
  width: 1.88rem;
	height: 1.88rem;
	border: solid 0.05rem #c0c0c0;
  border-radius: 50%;
  font-size: 0.36rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.6rem;
	letter-spacing: 0rem;
	color: #222222;
}
.gallery-thumbs .swiper-wrapper{
  /* width: 4.5rem; */
}
.menu{
  height: 1.58rem;
  width: 100%;
  background-color: #b6956d;
}


.menu-box{
  width: 100%;
  height: 100%;
  box-sizing: border-box !important;
  position: relative;
}
.menu-box .swiper-wrapper{
  box-sizing: border-box !important;
  position: relative;
  margin: 0 .4rem;
}
.menu-box .swiper-slide a{
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin-top: .2rem;
  margin-right: .2rem;
  font-size: .22rem;
}
.menu-box .swiper-slide{
  position: relative;
  box-sizing: border-box;
  background: url(./images/temp.png);
  /* margin: .1rem; */
  /* width: 2rem; */
 background-position: center;
 background-size:contain;
 background-repeat: no-repeat;


 

  margin-top: .2rem;
  width: 1.8rem !important;
  height:1.2rem;
}
.menu-box .swiper-slide:active{
  position: relative;
  box-sizing: border-box;
  background: url(./images/temp_d.png);
  /* margin: .1rem; */
  /* width: 2rem; */
 background-position: center;
 background-size:contain;
 background-repeat: no-repeat;
  margin-top: .2rem;
  width: 1.7rem !important;
  height:1.2rem;
}
.menu-box .swiper-slide:active a{
  color: #b6956d;
}
.menu-next{
background-image: url(./images/right.png) !important;
width: .24rem !important;
background-size:  100% 100%;
height: .28rem !important;
top: 0 !important;
bottom: 0 !important;
margin: auto 0 !important;
right: 0;
}

.menu-prev{
  background-image: url(./images/right.png) !important;
  width: .24rem !important;
  background-size:  100% 100%;
  height: .28rem !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto 0 !important;
  right: 0;
  transform:rotate(180deg);
  }
 .gallery-thumbs {
  height: 16%;
  box-sizing: border-box;
  padding: .10rem 0;
  width: 90%;
}
.p03_box img{
  width: 6.1rem;
  height: 8.3rem;
}
.gallery-thumbs .swiper-slide {
 width: 1.1rem !important;
 

}
#agentinfo{
  width: 360px;
}
.p03_box p{
  width: 1.5rem;
	height: 0.42rem;
  border-radius: .1rem;
  border: solid 1px #ffffff;
text-align: center;
  font-size: .2rem;

  line-height: .42rem;
  letter-spacing: 0px;
  /* color: #ffffff; */
  color: #fff;
}




.p03_box{
position: absolute;
top: 1rem;
left: 0;
right:0;
bottom:0;
margin: auto;
width: 7.1rem;
height: 4.5rem;
}

.p04 .bg:nth-of-type(1){
  background-image: url(./images/p04_01.jpg?2021);
  height: 6.04rem;
}
.p04 .bg:nth-of-type(2){
  background-image: url(./images/p04_02.jpg?2021);
  height: 4.86rem;

}



.p05 .bg:nth-of-type(1){
  background-image: url(./images/p05_01.jpg);
  height: 2.32rem;

}


