@charset "utf-8";

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

.clearfix {
  *zoom: 1;
}
.m_left {
  float: left;
}
.m_right {
  float: right;
}
.m_fx_bj {
  background-color: #f4f7fb;
  background-image: url(fx_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 140px 0 20px;
}
.m_layout {
  width: 1200px;
  margin: 0 auto 77px;
}

.fx_title {
  padding-bottom: 0.2rem;
  position: relative;
}
/* .fx_title::before {
  content: '';
  width: 100%;
  height: 46px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-image: url(../images/fx/fx_tt_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
} */
.fx_title img {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: auto;
  padding-left: 60px;
}

.fx-detail-container {
  margin-top: 78px;
  *
  zoom: 1;
}
.fx-detail-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.fx-detail-container .video-container {
  background-image: url(fx_one_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  width: 589px;
  height: 304px;
  padding: 17px;
}
.fx-detail-container .video-container img{
    width: 100%;
    height: 100%;
}
.fx-detail-container .detail-container {
  width: 559px;
  height: 304px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 27px;
}
.fx-detail-container .detail-container .detail {
    display: block;
  color: #3072d9;
}

.yd-container {
  margin-top: 78px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.yd-container a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  height: 406px;
  width: 24%;
}
.yd-container a::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(yd_item_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
.yd-container a img {
  position: absolute;
  left: 14px;
  top: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  -o-object-fit: cover;
     object-fit: cover;
}
.yd-container a .name {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 0.2rem;
  margin-top: 0.2rem;
  z-index: 3;
  transition: all 0.3s ease;
}
.yd-container a:hover .name {
  letter-spacing: 4px;
}
.tp-container {
  margin-top: 71px;
  *zoom: 1;
}
.tp-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.tp-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%;
}
.tp-container a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.tp-container a:hover img {
  transform: scale(1.02);
}
.tp-container a:nth-child(1) {
  height: 380px;
  width: 50%;
  margin-left: 0;
  margin-bottom: 0;
}
.tp-container a:nth-child(4), .tp-container a:nth-child(5) {
  margin-bottom: 0;
}


/*轮播图*/
.m_layout {
  width: 1200px;
  margin: 0 auto 77px;
}

.swiper_wrap {
  position: relative;
  width: 1400px;
  margin-top: 10px;
}

.swiper_yd {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0 0px;
}

.swiper_yd .swiper-slide {
  width: 420px;
  height: 240px;
  float: left;
  position: relative;
  text-align: center;
}
.swiper_yd .swiper-slide .imgbox {
  width: 420px;
  height: 240px;
  overflow: hidden;
}
.swiper_yd .swiper-slide .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper_yd .swiper-pagination {
  bottom: 10%;
}

.swiper_yd .swiper-pagination-bullet {
  width: 20px;
  background: #077eee;
  border-radius: 0;
  height: 6px;
}

.swiper_yd .swiper-pagination-bullet-active {
  width: 40px;
  background: #fff;
}



.swiper_yd .swiper-slide-active {
  transform:scale(1.5);
  -webkit-transform:scale(1.4); 
  -moz-transform:scale(1.4); 
  -o-transform:scale(1.4);
  z-index: 10;
  margin-top: -48px;
  
}

.m_layout .swiper-button-prev {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 215px;
  left: 0;
  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-button-next {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 215px;
  right: 0;
  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_fx_bj{
    width: 94%;
    padding: 30px 3% 10px;
    background-size: 100% ;
  }
  
  .m_layout {
    width: 100%;
    margin: 0 auto 20px;
  }
  .fx_title::before {
  content: '';
  width: 100%;
  height: 23px;
}
  .fx_title img {
    height: 34px;
    width: 100%;
    padding-left: 0;
  }
.fx-detail-container {
    margin-top: 10px;
  }
.fx-detail-container .video-container {
    width: 90%;
    height: 210px;
    padding: 12px 5%;
  }
.fx-detail-container .detail-container {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding-top: 10px;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
  }
  .yd-container {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .yd-container a {
  height: 210px;
  width: 48%;
  margin-top: 10px;
}
.tp-container {
  margin-top: 20px;
  *zoom: 1;
}
.tp-container a {
  display: block;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 49%;
    height: 126px;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 10px;
}
.tp-container a:nth-child(1) {
  height: 168px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
}
.tp-container a:nth-child(3),.tp-container a:nth-child(5) {margin-left: 2%;}
.tp-container a:nth-child(4),.tp-container a:nth-child(5) {margin-bottom: 0;}

/*轮播图*/
  .swiper_yd {
    background: 0;
  }

  .swiper_yd {
    width: 90%;
    float: none;
    padding: 0;
  }

  .swiper_yd .swiper-slide,
  .swiper_yd .swiper-slide .imgbox {
    width: 100%;
    margin: 0;
    height: auto;
  }

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

  .m_layout .swiper-button-prev,
  .m_layout .swiper-button-next {
    background-size: 60%;
  }

  .swiper_yd .swiper-slide .imgbox {
    width: 100%;
    height: auto;
  }

  .m_layout .swiper-button-prev,
  .m_layout .swiper-button-next {
    top: 50%;
    margin-top: -25px;
    top: 27%;
  }

  .swiper_wrap {
    padding: 0%;
  }
    .banner {
        display: block;
        width: 100%;
        
    }
    .banner .swiper-container{
        height: 320px !important;
    }
    .banner .m-page5{
        height: 320px !important;
    }

}