@charset "utf-8";

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

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

.y_hd {
  text-align: center;
  margin-bottom: 70px;
}

.ysjj-box {
  margin-bottom: 80px;
  width: 1200px;
  height: 489px;
  background-color: #f5f8fd;
  border: solid 1px #fefefe;
  box-shadow: 0 0 10px #889ec5;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.ysjj-box .cricle {
  float: left;
  position: relative;
  margin-left: 110px;
  margin-top: 24px;
  width: 590px;
  height: 90%;
  text-align: center;
  background: url(ys_circle_bg.png) no-repeat;
  background-size: 100% 100%;
}
.ysjj-box .cricle .cricle-image {
  position: absolute;
  top: -3px;
  left: calc(50% - 222.5px);
  width: 445px;
  height: 445px;
  border: 15px solid #bfd3ee;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.ysjj-box .cricle .cricle-image img {
  display: none;
  width: 100%;
  height: 100%;
}
.ysjj-box .cricle .cricle-item {
  position: absolute;
  padding: 10px;
  width: 119px;
  height: 119px;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.ysjj-box .cricle .cricle-one {
  top: -60px;
  left: -15px;
}
.ysjj-box .cricle .cricle-two {
  top: calc(50% - 60px);
  left: -75px;
}
.ysjj-box .cricle .cricle-three {
  bottom: -60px;
  left: -15px;
}
.ysjj-box .cricle .cricle-item .item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.ysjj-box .cricle .cricle-one .item-title {
  background-color: #88b757;
  box-shadow: 0 0 12px #88b757;
}
.ysjj-box .cricle .cricle-two .item-title {
  background-color: #4a79cb;
  box-shadow: 0 0 12px #4a79cb;
}
.ysjj-box .cricle .cricle-three .item-title {
  background-color: #fdac1f;
  box-shadow: 0 0 12px #fdac1f;
}
.ysjj-box .cricle .cricle-one.cricle-active {
  background-color: #d7efbc;
  border: 1px dashed #88b757;
}
.ysjj-box .cricle .cricle-two.cricle-active {
  background-color: #b9cef2;
  border: 1px dashed #4a79cb;
}
.ysjj-box .cricle .cricle-three.cricle-active {
  background-color: #fae5c2;
  border: 1px dashed #fdac1f;
}
.ysjj-box .cricle .cricle-item.cricle-active .item-title {
  box-shadow: none;
}
.ysjj-box .ysjj {
  float: left;
  display: none;
  margin-left: 40px;
  padding: 38px 0;
  width: calc(100% - 780px);
  box-sizing: border-box;
}
.ysjj-box .ysjj .title {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #437bea;
  letter-spacing: 3.2px;
}
.ysjj-box .ysjj .des {
  width: 100%;
  height: 374px;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 1.8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ysjj-box .ysjj .more {
  display: block;
  margin: 25px auto 0 auto;
  width: 145px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 1.6px;
  color: #5892ec;
  text-align: center;
  border: solid 1px #5892ec;
  background-color: #f5f8fd;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.ysjj-box .ysjj .more:hover {
  background-color: #5892ec;
  color: #fff;
}
.ys_tp_box {
  width: 100%;
}
.ys_tp_box img {
  margin-bottom: 20px;
  border-radius: 20px;
}
.ys_tp_box_1 {
  width: 453px;
}
.ys_tp_box_2 {
  width: 735px;
}
.ys_tp_box_3 {
  width: 100%;
  margin-top: 20px;
}
/*轮播图*/
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.swiper_ys1 .swiper-slide {
  width: 453px;
  height: 299px;
  float: left;
  position: relative;
  text-align: center;
}

.swiper_ys2 .swiper-slide {
  width: 735px;
  height: 299px;
  float: left;
  position: relative;
  text-align: center;
}

.swiper_ys3 .swiper-slide {
  width: 1200px;
  height: 343px;
  float: left;
  position: relative;
  text-align: center;
}

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

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

.swiper_ys1 .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: 160px;
  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: 160px;
  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 screen and (max-width: 750px) {
  .m_left {
    float: none;
  }
  .m_right {
    float: none;
  }
  .m_ys_bj {
    padding: 40px 0 20px;
  }
  .m_layout {
    width: 100%;
    margin: 0 auto;
  }
  .y_hd {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
  }
  .y_hd img {
    height: 50px;
  }
  .ysjj-box {
    margin-bottom: 10px;
    margin-left: 3%;
    width: 94%;
    height: auto;
    padding-bottom: 10px;
  }

  .ysjj-box .cricle {
    float: none;
    margin: 0 auto;
    margin-top: 10px;
    width: 94%;
    height: auto;
    background: none;
    padding: 3%;
  }
  .ysjj-box .cricle .cricle-image {
    position: static;
    width: 100%;
    height: auto;
    overflow: initial;
    -webkit-border-radius: 0%;
  }

  .ysjj-box .cricle .cricle-item {
    display: none;
  }

  .ysjj-box .ysjj {
    margin-top: 10px;
    padding: 0 3%;
    width: 94%;
    float: none;
    margin: 0 auto;
  }
  .ysjj-box .ysjj .title {
    margin-bottom: calc(100vw * 25 / 500);
    font-size: 0.42rem;
  }
  .ysjj-box .ysjj .des {
    height: auto;
    font-size: 16px;
    line-height: 32px;
  }
  .ysjj-box .ysjj .more {
    margin: calc(100vw * 25 / 500) auto 0 auto;
    width: calc(100vw * 145 / 500);
    height: calc(100vw * 40 / 500);
    font-size: 0.24rem;
    line-height: calc(100vw * 40 / 500);
  }
  .ys_tp_box img {
    margin-left: 3%;
    width: 94%;
    height: 180px;
    margin-bottom: 10px;
  }
  .ys_tp_box_1 {
    width: 100%;
  }
  .ys_tp_box_2 {
    width: 100%;
  }
  .swiper_ys1 {
    width: 90%;
    float: none;
    padding: 0;
    position: relative;
    top: 0;
  }

  .swiper_ys1 .swiper-slide {
    height: 180px;
  }

  .swiper_ys2 {
    width: 90%;
    float: none;
    padding: 0;
    position: relative;
    top: 0;
    margin-top: 20px;
  }

  .swiper_ys2 .swiper-slide {
    height: 180px;
  }

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

  .swiper_ys3 .swiper-slide {
    height: 180px;
  }

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