@charset "utf-8";

/*十大文旅*/
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.m_left {
  float: left;
}
.m_right {
  float: right;
}
.m_lswh_bj {
  width: 100%;
  background-image: url(bd_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 77px 0 20px;
}

.m_layout {
  width: 1200px;
  margin: 0 auto;
}

.bd_hd {
  text-align: center;
  margin-bottom: 70px;
}
.bd_picbox {
  width: 524px;
  height: 329px;
}
.bd_picbox img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  padding-top: 20px;
}
.bd_txtbox {
  width: 640px;
  height: auto;
}
.bd_txtbox img {
  float: left;
  display: block;
}
.bd_txtbox p {
  display: block;
  text-indent: 2rem;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding: 0;
  padding-top: 60px;
  width: 515px;
}
.lmore {
  width: 132px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 2px solid #d2d2d2;
  border-radius: 10px;
  margin: 0 auto;
  float: right;
}
.mp-container {
  margin-top: 71px;
  *zoom: 1;
}
.mp-container:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.mp-container a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 23.5294%;
  height: 180px;
  overflow: hidden;
  margin-left: 1.39705%;
  margin-bottom: 1.39705%;
}
.mp-container a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}

.mp-container a:hover img {
  transform: scale(1.02);
}
.mp-container a:nth-child(1) {
  height: 380px;
  width: 50%;
  margin-left: 0;
  margin-bottom: 0;
}
.mp-container a:nth-child(4),
.mp-container a:nth-child(5) {
  margin-bottom: 0;
}
/*轮播图*/
.swiper_fn .swiper-slide {
  width: 1200px;
  height: 448px;
  float: left;
  position: relative;
}

.swiper_fn .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 0;
}

.swiper_fn .swiper-pagination-bullet {
  width: 10px;
  background: #c3c3c3;
  border-radius: 0;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
}

.swiper_fn .swiper-pagination-bullet-active {
  width: 30px;
  background: #62a2f1;
}

.m_layout_swiper_box {
  position: relative;
}

.m_layout_swiper_box .swiper-button-prev {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 250px;
  left: -40px;
  background: url(zpics_lb_prev.png) center no-repeat;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  opacity: 1 !important;
  z-index: 1000;
}

.m_layout_swiper_box .swiper-button-next {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 250px;
  right: -40px;
  background: url(zpics_lb_next.png) center no-repeat;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  opacity: 1 !important;
  z-index: 1000;
}
@media only screen and (max-width: 750px) {
  .m_left {
    float: none;
  }
  .m_right {
    float: none;
  }
  .m_layout {
    width: 100%;
    margin: 0 auto;
  }
  .bd_hd {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
  }
  .bd_hd img {
    height: 50px;
  }
  .bd_picbox {
    width: 90%;
    height: 200px;
    border: 7px #ffffff solid;
    margin: 0 auto 10px;
  }
  .bd_picbox img {
    padding: 0;
  }
  .bd_txtbox {
    width: 100%;
    height: auto;
  }
  .bd_txtbox img {
    float: none;
    display: none;
  }
  .bd_txtbox p {
    float: none;
    width: 90%;
    margin-left: 5%;
  }
  .lmore {
    float: none;
    margin-left: 5%;
  }
  .mp-container {
    margin-top: 20px;
    *zoom: 1;
  }
  .mp-container a {
    display: block;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 49%;
    height: 126px;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .mp-container a:nth-child(1) {
    height: 168px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .mp-container a:nth-child(3),
  .mp-container a:nth-child(5) {
    margin-left: 2%;
  }
  .mp-container a:nth-child(4),
  .mp-container a:nth-child(5) {
    margin-bottom: 0;
  }

  /*轮播图*/

  .swiper_fn {
    width: 90%;
    float: none;
    padding: 0;
    position: relative;
    top: 0;
  }

  .swiper_fn .swiper-slide {
    height: auto;
  }

  .swiper_fn .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .m_layout_swiper_box .swiper-button-prev,
  .m_layout_swiper_box2 .swiper-button-prev {
    left: 5%;
  }

  .m_layout_swiper_box .swiper-button-next,
  .m_layout_swiper_box2 .swiper-button-next {
    right: 5%;
  }
}