html {
  overflow: hidden;
}
/*二级页面*/
.furn-product {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.furn-product .auto {
  width: 53.8%;
  height: auto;
  float: left;
}
.furn-product .auto .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.furn-product .auto .swiper-container .swiper-wrapper {
  width: 425%;
  height: 100%;
  float: left;
}
.furn-product .auto .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  float: left;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.furn-product .auto .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.furn-product .scroll {
  width: 530px;
  height: 100%;
  height: 610px;
  padding-right: 140px;
}
.furn-product .scroll .smarin {
  width: 520px;
}
.furn-product .litter {
  width: 26.5%;
  height: 610px;
  float: left;
  margin-top: 200px;
  margin-left: 140px;
}
.furn-product .litter h1.p1 {
  width:100%;
  height:60px;
  font-size: 20px;
  font-weight: normal;
  line-height:60px;
  border-bottom:1px solid #c0c0c0;
  margin-bottom:35px;
}

.furn-product .litter .content {
  width:100%;
  height:auto;
  padding:0;
  margin:0;
  padding-bottom:40px;
}

.furn-product .litter .content img{
  max-width:100%;
  height:auto;
}
.furn-product .litter p {
  line-height: 1.5em!important;
  font-size: 12.76px!important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 112px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  display: inline-block;
  background: #b6b7ae;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #565656;
}
@media screen and (max-width: 1600px) {
  .furn-product .auto .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .furn-product .auto .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .furn-product .litter {
    width: 41.5%;
    height: 610px;
    float: left;
    margin-top: 13%;
    margin-left: 3%;
  }
  .furn-product .litter .hr {
    width: 100%;
    height: 1px;
    background-color: #c0c0c0;
    margin-top: 14px;
    margin-bottom: 48px;
  }
  .furn-product .scroll .smarin {
    width: 96%;
  }
  .furn-product .scroll {
    width: 495px;
    height: 100%;
    height: 610px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1750px) {
  .furn-product .auto .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .furn-product .auto .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .furn-product .litter {
    width: 41.5%;
    height: 610px;
    float: left;
    margin-top: 7%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 1440px) {
  .furn-product .auto .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .furn-product .auto .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .furn-product .litter {
    width: 41.5%;
    height: 610px;
    float: left;
    margin-top: 6.5%;
    margin-left: 3%;
  }
  .furn-product .litter .img img {
    width: 30%;
    height: auto;
  }
}
@media screen and (max-width: 1366px) {
  .furn-product .auto .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .furn-product .auto .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .furn-product .litter {
    width: 41.5%;
    height: 610px;
    float: left;
    margin-top: 6.5%;
    margin-left: 3%;
  }
  .furn-product .scroll {
    width: 500px;
    height: 100%;
    height: 520px;
    padding-right: 50px;
  }
  .furn-product .litter .img img {
    width: 30%;
    height: auto;
  }
}

