@charset "UTF-8";

/* 导航栏 */
.wrapper-mljh-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.wrapper-mljh-nav:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 231px;
  background: linear-gradient(180deg, rgba(148, 49, 49, 1) 0%, rgba(235, 214, 122, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper-mljh-nav:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  position: absolute;
  bottom: 1px;
  left: 0;
}
.mljh-nav {
  height: 97px;
  padding-top: 27px;
  position: relative;
  z-index: 2;
}
.mljh-nav li {
  width: 14.2857%;
  float: left;
}
.mljh-nav li a {
  display: block;
  width: 145px;
  margin: 0 auto;
  padding-bottom: 15px;
  line-height: 55px;
  font-size: 24px;
  font-family: '思源宋体';
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: relative;
}
.mljh-nav li a:after {
  content: '';
  display: none;
  width: 100%;
  height: 19px;
  background: url(../images/mljh/mljh_nav_on.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mljh-nav li.on a,
.mljh-nav li a:hover {
  background: linear-gradient(180deg, transparent, rgba(255, 239, 208, 0.603));
}
.mljh-nav li.on a:after,
.mljh-nav li a:hover:after {
  display: inline-block;
}

/* 头图 */
.wrapper-mljh-top {
  height: 700px;
  position: relative;
}
.wrapper-mljh-top .swiper-container {
  width: 100%;
  height: 100%;
}
.wrapper-mljh-top > .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper-mljh-top .swiper-button-next,
.wrapper-mljh-top .swiper-button-prev {
  outline: none;
}
.wrapper-mljh-top .swiper-button-prev {
  left: 200px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.wrapper-mljh-top .swiper-button-next {
  right: 200px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.wrapper-mljh-top .top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.wrapper-mljh-top .top-title img {
  transform: scale(0.1);
  transition: transform 1s ease;
}
.wrapper-mljh-top .swiper-slide-active .top-title img {
  transform: scale(1);
}
.wrapper-mljh-top .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
}
.wrapper-mljh-top .swiper-pagination-bullet-active {
  opacity: 1;
  background: #d43030;
}

.wrapper-mljh-top .swiper-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 506px;
  background: url(../images/mljh/mljh_gk_cloud1.png) no-repeat;
  position: absolute;
  bottom: 0;
  z-index: 1;
}


/* 通用栏目标题 */
.channel-title a {
  display: block;
  height: 153px;
}
.wrapper-mljh-gk .channel-title {
  background: url(../images/mljh/mljh_title1.png) no-repeat center;
}
.wrapper-mljh-ly .channel-title {
  background: url(../images/mljh/mljh_title2.png) no-repeat center;
}
.wrapper-mljh-zj .channel-title {
  background: url(../images/mljh/mljh_title3.png) no-repeat center;
}
.wrapper-mljh-ts .channel-title {
  background: url(../images/mljh/mljh_title4.png) no-repeat center;
}

/* 概况 */
.wrapper-mljh-gk {
  padding-bottom: 100px;
  background: url(../images/mljh/mljh_bg1.png) no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  padding-top: 20px;
}
.gk {
  padding: 91px 86px;
  background: url(../images/mljh/mljh_gk_scroll.png) no-repeat;
}
.gk-left {
  width: 50%;
  float: left;
  position: relative;
}
.gk-left video {
  width: 100%;
}
.gk-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
.gk-right {
  width: 50%;
  float: left;
  padding-left: 57px;
}
.gk-right p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-indent: 2em;
}
.gk-right p a {
  color: rgba(171, 27, 27, 1);
}
.gk-right ul {
  margin: 0 -10px;
}
.gk-right ul li {
  width: 25%;
  float: left;
}
.gk-right ul li a {
  display: block;
  text-align: center;
}
.gk-right ul li img {
  max-width: 100%;
  height: 95px;
}
.gk-right ul li span {
  display: block;
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  margin-top: 16px;
}

/* 旅游 */
.wrapper-mljh-ly {
  padding-bottom: 100px;
  background: url(../images/mljh/mljh_bg2.png) no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.ly {
  margin-top: 131px;
}
.ly li {
  width: 25%;
  float: left;
  padding: 0 33px;
}
.ly li:nth-child(odd) {
  transform: translateY(-79px);
}
.ly li a {
  display: block;
  position: relative;
}
.ly li img {
  width: 100%;
}
.ly li span {
  writing-mode: vertical-rl;
  background: linear-gradient(180deg, rgba(171, 27, 27, 1) 16.23%, rgba(255, 255, 255, 0) 99.99%);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 20px;
  font-family: '思源宋体';
  padding: 20px 10px 65px 10px;
  border-radius: 6.62px 6.62px 0px 0px;
  color: #fff;
  position: absolute;
  top: 43px;
  right: 48px;
}

/* 走进 */
.wrapper-mljh-zj {
  padding-bottom: 123px;
  background: url(../images/mljh/mljh_bg3.png) no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.zj {
  margin-top: 75px;
}
.zj-left {
  width: 40%;
  height: 457px;
  float: left;
  background: #fff;
  border-radius: 2px 50px 2px 2px;
  box-shadow: 0px 0px 34px rgba(9, 55, 86, 0.12);
  position: relative;
  background: url(../images/mljh/mljh_zj_fruit.png) no-repeat center center;
  background-size: contain;
}
.zj-left:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 392px;
  opacity: 1;
  border-radius: 100px;
  background: rgba(204, 204, 204, 1);
  position: absolute;
  right: 0;
  bottom: 10px;
  transform: translateX(50%);
}
.zj-right {
  width: 60%;
  height: 457px;
  padding: 48px 35px 0 66px;
  float: left;
  background: #fff;
  border-radius: 50px 2px 2px 2px;
  box-shadow: 0px 0px 34px rgba(9, 55, 86, 0.12);
}
.zj-header {
  margin-bottom: 33px;
}
.zj-header a {
  width: 33.3333%;
  height: 60px;
  line-height: 60px;
  float: left;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: rgba(171, 27, 27, 1);
}
.zj-header a.on,
.zj-header a:hover {
  background: url(../images/mljh/mljh_zj_titlebg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.zj-list span {
  float: right;
  color: rgba(145, 145, 145, 1);
  font-size: 18px;
  padding: 17px 0;
}
.zj-list li {
  position: relative;
}
.zj-list a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: rgba(171, 27, 27, 1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.zj-list a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
  font-size: 18px;
  padding: 20px 30px 20px 20px;
  transition: padding-left 0.3s ease;
}
.zj-list a:hover {
  padding-left: 30px;
}
.zj-list a:hover:before {
  background: rgba(153, 49, 49, 1);
}
.zj-list-container {
  position: relative;
  display: none;
}
.zj-list-container.on {
  display: block;
}

/* 图说 */
.wrapper-mljh-ts {
  padding-bottom: 50px;
}
.wrapper-mljh-ts .swiper-container {
  margin-top: 27px;
  padding-top: 30px;
}
.wrapper-mljh-ts .swiper-wrapper {
  padding: 0 50px;
}
.wrapper-mljh-ts .swiper-slide {
  width: 480px;
  box-sizing: border-box;
}
.wrapper-mljh-ts .swiper-slide img {
  width: 100%;
  height: 310px;
  vertical-align: bottom;
}
.wrapper-mljh-ts .swiper-slide p {
  display: none;
  height: 48px;
  line-height: 48px;
  margin: 0 20px;
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: linear-gradient(90deg, rgba(171, 27, 27, 1) 0%, rgba(212, 48, 48, 1) 100%);
  color: #fff;
  border-radius: 6px;
  transform: translateY(-50%);
  vertical-align: middle;
  padding-left: 150px;
}
.wrapper-mljh-ts .swiper-slide p:before {
  content: '图说精河';
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  font-family: '思源宋体';
  padding-right: 10px;
  position: absolute;
  left: 20px;
}
.wrapper-mljh-ts .swiper-slide p:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 27px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 134px;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper-mljh-ts .swiper-slide-active p {
  display: block;
}
.wrapper-mljh-ts .swiper-slide p span {
  display: inline-block;
  vertical-align: middle;
}
.wrapper-mljh-ts .swiper-slide-active img {
  box-shadow: 0px 9.75px 38.99px rgba(56, 28, 0, 0.5);
}
.wrapper-mljh-ts .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: url(../images/mljh/mljh_ts_left.png) no-repeat center center;
  background-size: contain;
  left: 0;
  transform: translateY(-50%);
}
.wrapper-mljh-ts .swiper-button-next {
  width: 45px;
  height: 45px;
  background: url(../images/mljh/mljh_ts_right.png) no-repeat center center;
  background-size: contain;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 1400px) {
  .gk {
    padding: 20px;
    background: #fcfaf5;
  }
  .gk-left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .gk-right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .gk-right p {
    font-size: 16px;
  }
  .gk-right ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .ly li span {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 10px;
    font-family: '思源宋体';
    padding: 20px 10px 20px 10px;
    position: absolute;
    top: 43px;
    right: 48px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper-mljh-nav {
    position: relative;
  }
  .mljh-nav {
    height: auto;
  }
  .mljh-nav li {
    width: 33.33333%;
    float: left;
  }

  .wrapper-mljh-top .swiper-button-prev {
    left: 10px;
  }
  .wrapper-mljh-top .swiper-button-next {
    right: 10px;
  }

  .channel-title {
    background-size: 120% !important;
  }

  .ly li {
    width: 50%;
    padding: 0 33px;
    margin-bottom: 20px;
  }
  .ly li:nth-child(odd) {
    transform: translateY(0);
  }
  .ly li span {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }

  .zj-left {
    display: none;
  }
  .zj-right {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-mljh-top {
    height: 500px;
  }

  .wrapper-mljh-gk {
    padding-bottom: 30px;
    background-size: cover;
  }

  .wrapper-mljh-ly {
    padding-bottom: 30px;
    background-size: cover;
  }
  .ly {
    margin-top: 30px;
  }

  .wrapper-mljh-zj {
    padding-bottom: 30px;
    background-size: cover;
  }
  .zj {
    margin-top: 30px;
  }
  .zj-right {
    height: auto;
    padding: 20px;
    border-radius: 0;
  }
  .zj-header a {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .zj-list a {
    padding-right: 20px;
    font-size: 16px;
    padding: 10px 30px 10px 20px;
  }
  .zj-list span {
    font-size: 16px;
    padding: 10px 0;
  }

  .wrapper-mljh-ts .swiper-wrapper {
    padding: 0;
  }
  .wrapper-mljh-ts .swiper-slide {
    width: 100%;
  }
  .wrapper-mljh-ts .swiper-slide img {
    height: 230px;
  }
  .wrapper-mljh-ts .swiper-slide p {
    padding-left: 120px;
  }
  .wrapper-mljh-ts .swiper-slide p:before {
    font-size: 20px;
  }
  .wrapper-mljh-ts .swiper-slide p:after {
    left: 110px;
  }
}
@media screen and (max-width: 500px) {
  .wrapper-mljh-top {
    height: 300px;
  }

  .mljh-nav li a {
    display: block;
    width: 100%;
    line-height: 45px;
    font-size: 20px;
  }

  .channel-title {
    background-size: 180% !important;
  }

  .ly {
    margin-top: 30px;
  }
  .ly li {
    width: 100%;
    max-width: 170px;
    float: none;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
