/* PC栏目层*/


@media screen and (min-width: 768px){
  .jh-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  .jh-w65p {
    margin: 0 auto;
    max-width: 1150px;
    min-width: 900px;
  }
}
.height-800 {
  height: 800px;
}
@media screen and (max-width: 768px){
  .jh-wrapper {
    padding-top: 130px;
    width: 100%;
    margin-bottom: 15px;
  }
  .jh-w65p {
    margin: 0 auto;
  }
  .height-800 {
      height: 350px;
  }
}
.swiper-pagination {
  bottom: 10px;
  left: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 3%;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  height: 2px;
}
.swiper-pagination .swiper-pagination-bullet i {
  display: block;
  background: #666;
  height: 100%;
  width: 0;
}
.jh-li-sesstion h2 {
  font-size: 50px;
  color: #3f3939;
  font-weight: 300;
}
.jh-li-sesstion h4 {
  font-size: 22px;
  color: #3f3939;
  font-weight: 300;
}
.jh-case-li-f-top {
  display: none!important;
}
.jh-li-sesstion p {
  font-size: 17px;
  color: #565656;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: justify;
}
.jh-share li {
  cursor: pointer;
}
