.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper{
  display: flex;
  /* justify-content: center; */
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 22% !important;
  margin-left: 15px;

  /* 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;
}

.swiper-slide img,
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-bullet {
  width: 54px;
  height: 14px;
  border-radius: 7px;
  background: #fff;
  display: inline-block;
  margin-right: 30px;
}
.my-bullet-active {
  background: #519820;
}
/* 园区介绍banner下方 */
.introduce {
  width: 100%;
  /* height: 750px; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 46px;
}
.introduce .introduce-title {
  width: 280px;
  height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28px;
  font-weight: bold;
}
.introduce .introduce-title img {
  width: 30px;
  height: 30px;
}
.introduce-box {
  width: 1200px;
  /* height: 659px; */
  margin: auto;
  background: url(../img/bg-img.jpg) no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
}

.introduce-box .info-list {
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 27px;
  font-size: 16px;
  line-height: 26px;
}

.introduce-box .info-list .indent {
  text-indent: 2em;
}

.mask {
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, .5); */
}

/* 殡仪馆展示 */
.landscape {
  height: 560px;
  /* background: url(../img/222.jpg) no-repeat 100% 100%; */
}

.landscape .mask {
  display: flex;
  align-items: center;
  justify-content: center;
}

.landscape .mask .landscape-list {
  /* width: 1200px; */
  height: 400px;
  position: relative;
}

.landscape .mask .landscape-list .title {
  width: 280px;
  height: 40px;
  color: #333;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 85px;
}

.landscape .mask .landscape-list .title img {
  width: 30px;
  height: 30px;
}

.landscape .mask .landscape-list .title h3 {
  font-size: 28px;
  color: #333;
}
/* .landscape .mask .landscape-list .arrow{
    width: 1300px;
    height: 250px;
    background-color: skyblue;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
} */
.landscape .mask .landscape-list .list {
  height: 250px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  margin-top: 10px;
  margin: auto;
}

.list::-webkit-scrollbar {
  display: none;
}

.landscape .mask .landscape-list .list img {
  /* flex-shrink: 0; */
  border-radius: 10px;
  /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; */
}

/* 资讯 */
.info {
  height: 567px;
  /* background: url(../img/bg-img.jpg) no-repeat 100% 100%; */
  margin-bottom: 46px;
}

.info .mask {
  display: flex;
  justify-content: center;
}

.info .mask .info-content {
  width: 1200px;
  height: 400px;
}

.info .mask .info-content .title {
  width: 280px;
  height: 40px;
  color: #333333;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 85px;
  font-size: 28px;
  font-weight: bold;
}

.info .mask .info-content .title img {
  width: 30px;
  height: 30px;
}

.info .mask .info-content .title h3 {
  font-size: 36px;
  color: #333333;
}

.info .mask .info-content .list {
  height: 200px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  margin-top: 10px;
}

.info .mask .info-content ul {
    flex: 1;
  height: 320px;
  display: flex;
  flex-direction: column;
}

.info .mask .info-content ul li {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c0c0c0;
  font-size: 20px;
  color: #333333;
}
.info .mask .info-content ul li p{
   font-size: 16px;
}
.info .mask .info-content ul li p:nth-child(1) {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 18px;
}

.info .mask .info-content ul li p span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333333;
  margin-right: 15px;
}
.info .mask .info-content ul li a {
  width: 400px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.info .mask .info-content ul li a:hover {
  color: #519820;
}
.info-bottom-content {
  display: flex;
  align-items: center;
}
.info-bottom-content .left {
    width: 459px;
    height: 338px;
    background: #333333;
    border-radius: 20px;
    margin-right: 70px;
}
.info-bottom-content .left img {
    width: 459px;
    height: 338px;
    background: #333333;
    border-radius: 20px;
}

@media (max-width: 760px) {
  .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }

  .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #75ac4c !important;
}
.container .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
/* 鼠标移入移出 */
.landscape .swiper-slide img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.landscape .swiper-slide:hover img {
  transform: scale(1.1, 1.1);
}
.letter-wrapper {
  display: flex;
  justify-content: center;
}
