@charset "UTF-8";
/* 走进乌县 */

/* 头部 */
.zjwx-header {
  height: 777px;
  text-align: center;
  background: url(../images/zjwx_bg1.png) no-repeat center top;
  margin-bottom: 20px;
  padding-top: 147px;
}
.zjwx-header img {
  width: 90%;
  max-width: 829px;
}

/* 概况 */
.wrapper-gk {
  background: url(../images/zjwx_bg2.png) no-repeat center center;
}
.zjwx-channel a {
  display: block;
  height: 141px;
}
#gk {
  background: url(../images/zjwx_gk_title.png) no-repeat center center;
}
.gk {
  margin: 0 -20px;
  height: 600px;
  background: url(../images/zjwx_gk_scroll.png) no-repeat;
  background-size: 100% 100%;
  padding: 100px 70px;
}
.gk-left {
  width: 60%;
  float: left;
  padding: 0 20px;
}
.gk-left video {
  width: 100%;
  height: 382px;
  /* border: 1px solid #000; */
}
.gk-right {
  width: 40%;
  float: left;
  padding: 0 20px;
}
.gk-right p {
  font-size: 18px;
  text-indent: 2em;
  line-height: 48px;
}
.gk-right p a {
  color: #d43030;
}

/* 美图 */
.wrapper-mt {
  background: url(../images/zjwx_bg3.png) no-repeat center center;
  padding-bottom: 74px;
}
#mt {
  background: url(../images/zjwx_mt_title.png) no-repeat center center;
  margin-bottom: 30px;
}
.slideBox {
  width: 100%;
  height: 436px;
  position: relative;
  background: url(../images/zjwx_mt_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px;
}
.slideBox .hd {
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  z-index: 1;
}
.slideBox .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 0;
  background: #80c6ff;
}
.slideBox .hd ul li.on {
  width: 15px;
  height: 15px;
  background: #2a82e4;
  margin-top: -3px;
}
.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-item {
  height: 400px;
}
.slideBox-item1 {
  width: 40%;
  float: left;
}
.slideBox-item1 img {
  width: 100%;
  height: 100%;
}
.slideBox-item2 {
  width: 30%;
  float: left;
  padding: 0 1%;
}
.slideBox-item2 img {
  display: block;
  width: 100%;
  height: 190px;
}
.slideBox-item2 a:first-child img {
  margin-bottom: 20px;
}
.slideBox-item3 {
  width: 30%;
  float: left;
}
.slideBox-item3 img {
  width: 100%;
  height: 190px;
}
.slideBox-item3 a:first-child img {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .gk {
    height: auto;
    background: #f7f6f6;
    padding: 20px;
    margin: 0;
  }
  .gk-left {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 0;
  }
  .gk-left video {
    height: auto;
  }
  .gk-right {
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 600px) {
  .zjwx-header {
    height: 500px;
  }

  .wrapper-gk {
    background: none;
  }
  #gk {
    background-size: 170%;
  }
  #mt {
    background-size: 170%;
    margin-bottom: 0;
  }

  .wrapper-mt {
    background: none;
  }
  .slideBox {
    height: auto;
    background: #cae1fd;
  }
  .slideBox-item {
    width: 100%;
    height: auto;
    float: none;
  }
  .slideBox-item img {
    height: 200px;
    margin-bottom: 20px;
  }
  .slideBox-item2 {
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  .zjwx-header {
    height: 300px;
    padding-top: 110px;
  }
}
