@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(one_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

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

.l_hd {
  text-align: center;
  margin-bottom: 70px;
}
.ls_picbox {
  width: 825px;
  height: 364px;
}
.ls_picbox img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.ls_txtbox {
  width: 347px;
  height: auto;
}
.ls_txtbox p {
  font-size: 17px;
  line-height: 30px;
  padding: 0;
}

.fywh-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.fywh-container a {
  width: 30.73529%;
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-left: 3.67647%;
  margin-bottom: 0.24rem;
}
.fywh-container a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.fywh-container a div {
  text-align: center;
  font-size: 1.2rem;
}
.fywh-container a:nth-child(1),
.fywh-container a:nth-child(4) {
  margin-left: 0;
}
.fywh-container a:nth-child(4),
.fywh-container a:nth-child(5) {
  margin-bottom: 0;
}
.fywh-container a:hover img {
  transform: translateY(-0.1rem);
}
.fywh-container a:hover div {
  color: #ce8e55;
}

.m_mp_bj {
  width: 100%;
  background-image: url(hh_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.seven_pic {
  position: relative;
  height: 800px;
}
.seven_pic_img {
  position: absolute;
  width: 320px;
  height: 324px;
  z-index: 1;
}
.seven_pic_img:hover img {
  -webkit-transition: -webkit-all 1.5s ease-out;
  -moz-transition: -moz-all 1.5s ease-out;
  transition: all 1.5s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.seven_pic_img_1,
.seven_pic_img_2 {
  top: 0;
}
.seven_pic_img_1 {
  left: 200px;
}
.seven_pic_img_2 {
  right: 200px;
}
.seven_pic_img_3,
.seven_pic_img_4,
.seven_pic_img_5 {
  top: 200px;
}
.seven_pic_img_3 {
  left: 0;
}
.seven_pic_img_4 {
  left: 440px;
}
.seven_pic_img_5 {
  right: 0;
}
.seven_pic_img_6,
.seven_pic_img_7 {
  top: 400px;
}
.seven_pic_img_6 {
  left: 200px;
}
.seven_pic_img_7 {
  right: 200px;
}

/* 轮播 s*/
.swiper_slide_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.swiper_slide .swiper-slide {
  width: 285px;
  height: 380px;
  float: left;
  position: relative;
  overflow: hidden;
}

.swiper_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper_slide .swiper-pagination {
  text-align: right;
  padding-right: 2%;
  width: 98%;
  bottom: 17px;
}

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

.swiper_slide .swiper-pagination-bullet-active {
  background: #87adff;
}

.swiper_slide .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  background: rgba(0, 0, 0, 0.5);
}

.swiper_slide .swiper-slide p span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 75%;
  padding-left: 5%;
}

.swiper_slide_box .swiper-button-next,
.swiper_slide_box .swiper-button-prev {
  background: 0;
}

.swiper_slide_box .swiper-button-prev {
  left: -80px;
  width: 40px;
  height: 40px;
}

.swiper_slide_box .swiper-button-next {
  right: -80px;
  width: 40px;
  height: 40px;
}
/* 轮播 e*/

@media only screen and (max-width: 750px) {
  .m_left {
    float: none;
  }
  .m_right {
    float: none;
  }
  .m_layout {
    width: 100%;
    margin: 0 auto;
  }
  .l_hd {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
  }
  .l_hd img {
    height: 50px;
  }
  .ls_picbox {
    width: 90%;
    height: 200px;
    border: 7px #ffffff solid;
    margin: 0 auto 10px;
  }
  .ls_txtbox {
    width: 100%;
    height: auto;
  }

  .fywh-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .fywh-container a {
    width: 70%;
    max-width: 418px;
    display: block;
    box-sizing: border-box;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0.2rem;
  }
  .fywh-container a div {
    text-align: center;
    font-size: 1rem;
  }
  .fywh-container a:nth-child(1) {
    margin-top: 0;
  }

  .m_mp_bj {
    width: 100%;
  }

  .seven_pic_img {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    float: left;
    width: 50%;
    height: auto;
  }
  .seven_pic_img img {
    width: 100%;
  }

  /* 轮播 s*/
  .swiper_slide {
    width: 100%;
    float: none;
    padding: 0;
    position: relative;
    top: 0;
  }

  .swiper_slide .swiper-slide {
    height: 380px;
  }

  .swiper_slide .swiper-slide img,
  .swiper2 .swiper-slide,
  .swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

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

  .swiper_slide_box .swiper-button-prev {
    left: 0;
  }

  .swiper_slide_box .swiper-button-next {
    right: 0;
  }

  .swiper_slide_box {
    width: 100%;
  }
  /* 轮播 e*/
}