@charset "UTF-8";
/* 走进和田 */

.wrapper-zjht-header {
  height: 580px;
  background: url(../images/zjht_bg.png) no-repeat center top;
  text-align: center;
}
.wrapper-zjht-header .container-1400 {
  position: relative;
  padding-top: 126px;
}
.zjht-logo {
  width: 360px;
  position: absolute;
  top: 40px;
  left: 0;
}
.zjht-logo img {
  width: 100%;
}
.zjht-title {
  display: block;
  width: 90%;
  max-width: 1010px;
  margin: 0 auto;
}

.zjht-channel {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}
.zjht-channel img {
  width: 90%;
  max-width: 751px;
}

/* 概况 */
.wrapper-zjht-gk {
  background: url(../images/zjht_bg1.png) no-repeat center top;
  padding-bottom: 50px;
}
.gk {
  background: url(../images/zjht_gk_bg1.png) no-repeat center bottom;
  background-size: 100%;
  padding: 42px 36px;
  position: relative;
}
.gk-inner {
  margin: 0 -20px;
  margin-bottom: 43px;
}
.gk-left {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.gk-left video,
.gk-left img {
  width: 100%;
  height: 378px;
}
.gk-right {
  float: left;
  width: 50%;
  padding: 0 20px;
  padding-top: 200px;
}
.gk-right p {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  text-indent: 2em;
}
.gk-right a {
  font-size: 18px;
  line-height: 36px;
  color: #ffc300;
}
.gk-list {
  margin: 0 -40px;
}
.gk-list li {
  padding: 0 40px;
  float: left;
  width: 25%;
}
.gk-list li a {
  display: block;
  width: 100%;
  height: 63px;
  line-height: 63px;
  text-align: center;
  background: url(../images/zjht_gk_listbg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.gk-list li img {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
.gk-list li span {
  display: inline-block;
  margin-left: 50px;
  font-size: 20px;
  color: #2a82e4;
}
.gk-img {
  position: absolute;
  right: 0;
  bottom: 233px;
}

/* 旅游 */
.wrapper-zjht-ly {
  background: url(../images/zjht_bg2.png) no-repeat center center;
  padding-top: 30px;
  padding-bottom: 100px;
}
.ly {
}
.ly-inner {
  margin: 0 -20px;
  padding-bottom: 40px;
}
.ly-left {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.ly-left video {
  width: 100%;
  height: 200px;
}
.ly-right {
  float: left;
  width: 50%;
  padding: 0 20px;
}

.ly-list li {
  position: relative;
}
.ly-list li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/zjht_ly_dot.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.ly-list li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #a3c7f0;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translate(9px, 50%);
}
.ly-list li:last-child a {
  /* padding-bottom: 0; */
}
.ly-list li:last-child:after {
  display: none;
}
.ly-list li a {
  padding: 28px 10px 28px 30px;
}
.ly-list li a:before {
  display: none;
}
.ly-list li span {
  padding-top: 33px;
}

.ly-links {
  margin: 0 -15px;
}
.ly-links li {
  padding: 0 15px;
  float: left;
  width: 25%;
}
.ly-links li a {
  display: block;
  position: relative;
}
.ly-links li a img {
  width: 100%;
}
.ly-links li a span {
  writing-mode: vertical-rl;
  font-family: '思源宋体';
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-79px);
  color: #fff;
  letter-spacing: 5px;
}

.slideBox {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 24px;
  bottom: 17px;
  z-index: 1;
}
.slideBox .hd ul li {
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background: #cccccc;
  border-radius: 10px;
  font-size: 0;
}
.slideBox .hd ul li.on {
  background: #2a82e4;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 150px 20px 27px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}
.slideBox .prev,
.slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  display: block;
  width: 24px;
  height: 64px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .prev {
  left: 0;
  background: url(../images/icon_arleft.png) no-repeat;
  background-size: contain;
}
.slideBox .next {
  right: 0;
  background: url(../images/icon_arright.png) no-repeat;
  background-size: contain;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}

/* 风光 */
.wrapper-zjht-fg {
  overflow: hidden;
  background: url(../images/zjht_bg3.png) no-repeat center center;
  padding-bottom: 150px;
}
.yxdbc_slider3 {
  position: relative;
  margin-top: 108px;
}
.yxdbc_slider3 .swiper-pagination-progressbar {
  bottom: 20px;
  top: auto;
  width: 90%;
  left: 5%;
}
.yxdbc_slider3 .swiper-slide {
  position: relative;
  height: 382px;
}
.yxdbc_slider3 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.yxdbc_slider3 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.yxdbc_slider3 .swiper-slide p {
  position: absolute;
  bottom: 22px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.yxdbc_slider3 .swiper-slide-prev p,
.yxdbc_slider3 .swiper-slide-next p {
  display: none;
}
.yxdbc_slider3 .swiper-slide-active,
.yxdbc_slider3 .swiper-slide-duplicate-active {
  transform: scale(1.439);
  z-index: 9;
}
.yxdbc_slider3 .swiper-slide-active p {
  display: block;
}
.yxdbc_slider3 .btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 10;
}
.yxdbc_slider3 .btn img {
  width: 100%;
}
.yxdbc_slider3 .xwprev2 {
  left: 372px;
}
.yxdbc_slider3 .xwnext2 {
  right: 372px;
}
.yxdbc_slider3 .swiper-pagination2 {
  bottom: 20px;
}
.yxdbc_slider3 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border-radius: 4px;
}
.yxdbc_slider3 .swiper-pagination-bullet-active {
  width: 32px;
  background: #205bb8;
}
.yxdbc_slider3 .next img {
  /* transform: rotateZ(180deg); */
}

/* 区县 */
.wrapper-zjht-qx {
  background: url(../images/zjht_bg4.png) no-repeat center center;
  padding-bottom: 60px;
}
.qx-list {
  margin: 0 -20px;
}
.qx-list li {
  width: 25%;
  float: left;
  padding: 0 20px;
  margin-bottom: 40px;
}
.qx-list li a {
  display: block;
  position: relative;
}
.qx-list li img {
  width: 100%;
  height: 210px;
}
.qx-list li p {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding-left: 53px;
  background: url(../images/zjht_qx_bg.png) no-repeat left center;
  position: absolute;
  left: 0;
  bottom: 30px;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 1400px) {
  .gk-img {
    display: none;
  }
  .gk {
    background: #2981e6;
    padding: 20px;
  }
  .gk-inner {
    margin: 0;
  }
  .gk-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .gk-right {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .gk-left video,
  .gk-left img {
    height: auto;
  }
  .gk-list {
    margin: 0 -20px;
  }
  .gk-list li {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .ly-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .ly-right {
    width: 100%;
    float: none;
  }
  .ly-links li {
    width: 50%;
    margin-bottom: 20px;
  }

  .yxdbc_slider3 .xwprev2 {
    left: 10%;
  }
  .yxdbc_slider3 .xwnext2 {
    right: 10%;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper-zjht-header .container-1400 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .zjht-logo {
    width: 100%;
    position: initial;
    text-align: center;
  }

  .gk-list li {
    width: 50%;
    margin-bottom: 20px;
  }

  .qx-list li {
    width: 33.33333%;
  }
}

@media screen and (max-width: 600px) {
  .ly-links li a span {
    writing-mode: initial;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0;
    white-space: nowrap;
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
  }

  .qx-list li {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .wrapper-zjht-header {
    height: 300px;
  }

  .gk-list li {
    width: 100%;
  }

  .slideBox {
    height: 300px;
  }
  .slideBox .bd p {
    padding: 10px 100px 10px 10px;
  }
  .slideBox .hd {
    right: 4px;
    bottom: 8px;
  }
  .slideBox .hd ul li {
    width: 10px;
    height: 10px;
  }

  .wrapper-zjht-fg {
    padding-bottom: 20px;
  }
  .yxdbc_slider3 .btn img {
    width: 70%;
  }
  .yxdbc_slider3 .swiper-slide {
    height: 250px;
  }

  .qx-list li {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .ly-links li {
    width: 100%;
  }

  .wrapper-zjht-qx {
    padding-bottom: 20px;
  }
  .qx-list li img {
    height: 150px;
  }
}
