.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
/* .swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 40px;
  height: 10px;
  background: #fff;
  width: 30%;
  left: 35%;
}
.swiper-scrollbar-drag {
  background: #3a8e45;
} */
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 100px;
  height: 8px;
  border-radius: 4px;
  background: #35435b;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 100px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
}
.awesome-house {
  padding-top: 50px;
  max-width: 1280px;
}
.awesome-house .list {
  width: 100%;
  margin: 40px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.awesome-house .list .item {
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 40px;
  width: 30%;
  /* border: 4px solid #ac9672; */
}
.awesome-house .list .item img {
  width: 100%;
  height: 216px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.awesome-house .list .item .info {
  padding: 20px 10px;
}
.awesome-house .list .item .info .desc {
  color: #888;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.village {
  margin-top: 50px;
  background: url(../images/moutain.png) no-repeat center top;
  padding: 40px;
  background-size: 100% 100%;
}
.village .list {
  margin: 0;
  justify-content: space-between;
}
.village .list .item {
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  width: 46%;
}
.village .list .item img {
  width: 100%;
  height: 332px;
  object-fit: cover;
}
.village .list .item .info {
  padding: 20px;
}
.village .list .item .desc {
  margin: 20px 0;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.contract {
  margin-top: 60px;
}
.contract .items {
  display: flex;
  margin: 0;
}
.contract .items .icon img {
  width: 80px;
}
.contract .items .item:nth-child(1) {
  background: url(../images/d1.png) no-repeat left top;
}
.contract .items .item:nth-child(2) {
  background: url(../images/d2.png) no-repeat left top;
}
.contract .items .item:nth-child(3) {
  background: url(../images/d2.png) no-repeat left top;
}
.contract .items .item {
  flex: 1;
  height: 420px;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  margin: 20px;
}
.contract .item .mask .desc {
  margin: 20px 60px;
  color: #fafafa;
}
.contract .item .mask {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contract .items .item .mask-1 {
  background: rgb(51, 118, 149, 0.6);
}
.contract .items .item .mask-2 {
  background: rgb(198, 166, 39, 0.6);
}
.contract .items .item .mask-3 {
  background: rgb(62, 161, 102, 0.6);
}

.jxnf {
  background: url(../images/jxnf-2.png) no-repeat left top;
  background-size: auto 100%;
}
.cyph {
  background: url(../images/cyph-1.png) no-repeat left top;
  background-size: auto 100%;
}
.jls {
  background: url(../images/jls-1.png) no-repeat left top;
  background-size: auto 100%;
}
.htxz {
  background: url(../images/htxz-1.png) no-repeat left top;
  background-size: auto 100%;
}
.sjgz {
  background: url(../images/sjgz-1.png) no-repeat left top;
  background-size: auto 100%;
}
.ptzx {
  background: url(../images/ptzx-1.png) no-repeat left top;
  background-size: auto 100%;
}
.bqwgc {
  background: url(../images/bqwgc-1.png) no-repeat left top;
  background-size: auto 100%;
}
.tips {
  color: #35435b;
}
.category {
  position: relative;
  height: 40px;
  margin-bottom: 30px;
}
.category span {
  text-indent: -9999px;
  display: block;
}
.category a {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 16px;
  display: flex;
  width: 120px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  color: #ac9571;
}
.category a::before {
  content: "";
  background: url(../images/left-row.png) no-repeat left center;
  width: 20px;
  height: 40px;
  display: inline-block;
}

.category a::after {
  content: "";
  background: url(../images/right-row.png) no-repeat right center;
  width: 20px;
  height: 40px;
  display: inline-block;
}
