@charset "utf-8";

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

.clearfix {
  *zoom: 1;
}
.m_left {
  float: left;
}
.m_right {
  float: right;
}

/*本页面css*/
.g_wrap {
  background: #fffbf2 url(yy_bg.jpg) center 0 no-repeat;
}

/*轮播图s*/
.m_head {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper1 {
  width: 100%;
  padding: 0 0 90px;
  margin-top: 120px;
  overflow: visible !important;
}

.swiper1 .swiper-wrapper .swiper-slide {
  width: 1200px;
  text-align: center;
  border-radius: 2px;
  /* overflow: hidden;*/
  height: auto;
}

.swiper1 .swiper-wrapper .swiper-slide img {
  width: 80%;
  height: auto;
  border-radius: 2px;
}

.swiper1 .swiper-slide-shadow-left,
.swiper1 .swiper-slide-shadow-right {
  background: 0;
}

.swiper1 .swiper-slide.swiper-slide-active:before {
  opacity: 0;
}

.swiper1 .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 40px;
}

.swiper1 .swiper-pagination-bullet {
  width: 35px;
  background: #fff;
  border-radius: 0;
  height: 3px;
  border-radius: 1px;
  opacity: 1;
}

.swiper1 .swiper-pagination-bullet-active {
  background: #963011;
}
/*轮播图e*/
.jianjie_box {
  height: 500px;
  background-color: #ffffff;
}

.jianjie_box p {
  width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 36px;
  text-indent: 2rem;
}

.jianjie_hd {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  .m_left {
    float: none;
  }
  .m_right {
    float: none;
  }
  .m_layout {
    width: 96%;
    padding: 0 2% 20px;
  }

  .swiper1 {
    width: 96%;
    float: none;
    padding: 0;
    position: relative;
    top: 0;
    margin: 0 auto;
    height: auto;
  }

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

  .swiper1 .swiper-slide img,
  .swiper2 .swiper-slide,
  .swiper2 .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .swiper1 .swiper-slide p {
    font-size: 16px;
  }

  .swiper1 .swiper-slide span {
    padding-left: 1%;
  }

  .jianjie_box {
    height: auto;
  }

  .jianjie_box p {
    width: 96%;
    margin-left: 2%;
  }

  .jianjie_hd img {
    width: 100%;
  }
}