@charset "utf-8";

/*Ê®´óÎÄÂÃ*/
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

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

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

.m_hd {
  text-align: center;
  margin-bottom: 50px;
}

.m_hd h2 {
  font-size: 36px;
  font-weight: 700;
  color: #474747;
}

.pic_list li {
  float: left;
  position: relative;
}

.pic_list1 {
  margin-left: -30px;
}

.pic_list1 li {
  margin-left: 30px;
  margin-bottom: 20px;
}

.pic_list1 li img {
  width: 380px;
  height: 260px;
  object-fit: cover;
}

.pic_list1 li:nth-child(1) img {
  width: 380px;
  height: 540px;
}

.pic_list1 li:nth-child(1) span {
  right: auto;
  left: 10px;
}
.cbd_picbox {
  width: 586px;
  height: 728px;
}
.cbd_picbox img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cbd_txtbox {
  width: 586px;
  height: 728px;
  /* background: url(/images/cbd/cbd2.jpg) center no-repeat; */
}
.cbd_txtbox .txt {
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  padding: 10px;
  height: 340px;
  overflow: hidden;
}
.cbd_txtbox p {
  text-indent: 2em;
}
.cbd_txtbox img {
  width: 100%;
  height: 360px;
  margin-top: 8px;
}
.bottom_h {
  height: 120px;
}

/*ÂÖ²¥Í¼*/
.swiper_fn .swiper-slide {
  width: 1200px;
  height: 540px;
  float: left;
  position: relative;
}

/* .swiper_fn .swiper-slide .slide_picbox {
  float: left;
  width: 586px;
  position: relative;
}

.swiper_fn .swiper-slide .slide_picbox1 {
  margin-right: 28px;
}

.swiper_fn .swiper-slide > :nth-child(1) {
  margin-right: 28px;
}

.swiper_fn .swiper-slide img {
  width: 586px;
  height: 324px;
  vertical-align: middle;
} */

.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;
}

.swiper_fn .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 100%;
  height: 46px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 46px;
}

.swiper_fn .swiper-slide span {
  background: #005088;
  font-size: 18px;
  color: #fff;
  padding: 11px 10px;
}

.m_layout_swiper_box {
  position: relative;
}

.m_layout_swiper_box .swiper-button-prev {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 270px;
  left: -40px;
  background: url(/images/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: 270px;
  right: -40px;
  background: url(/images/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;
  }
  .m_hd {
    margin-bottom: 10px;
  }
  .m_hd img {
    width: 100%;
  }
  .m_hd h2 {
    font-size: 20px;
  }

  .pic_list1 {
    margin: 0;
  }

  .pic_list1 li {
    margin: 0 0 10px;
    float: none;
    padding: 0 5%;
  }
  .pic_list1 li:nth-child(1) img {
    width: 100%;
    height: auto;
  }
  .pic_list1 li img {
    width: 100%;
    height: auto;
  }
  .cbd_picbox {
    width: 90%;
    height: auto;
    margin: 0 0 10px;
    float: none;
    padding: 0 5%;
  }
  .cbd_picbox img {
    width: 100%;
    height: auto;
  }
  .cbd_txtbox {
    width: 90%;
    height: auto;
    margin: 0 0 10px;
    float: none;
    padding: 0 5%;
  }
  .cbd_txtbox .txt {
    height: auto;
  }
  .cbd_txtbox p {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    padding: 0px 0px;
  }
  .bottom_h {
    height: 10px;
  }
  /*ÂÖ²¥Í¼*/
  .swiper_fn .swiper-slide .slide_picbox {
    float: none;
    width: 100%;
  }

  .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;
  }

  .swiper_fn .swiper-slide p {
    left: auto;
    right: 7%;
    top: 3%;
    padding: 0;
    width: auto;
    bottom: auto;
  }

  .swiper_fn .swiper-slide p span {
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    display: block;
  } */
  .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%;
  }

  .swiper_fn .swiper-slide p {
    left: auto;
    right: 2%;
    top: 3%;
  }
}