.jy-case-current a {
  color: #02a43a !important;
}
.jy-case-current a::after {
  width: 100% !important;
}
.jy-case-nav {
  margin-top: 60px;
}
.jy-case-nav ul {
  display: flex;
  justify-content: space-between;
}
.jy-case-nav ul li a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
  transition: all 0.5s;
  padding-bottom: 20px;
  position: relative;
}
.jy-case-nav ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  content: '';
  height: 2px;
  background-color: #02a43a;
  transition: all 0.5s;
}
.jy-case-nav ul li:hover a {
  color: #02a43a;
}
.jy-case-nav ul li:hover a::after {
  width: 100%;
}
.jy-case-con {
  margin: 76px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.jy-case-con .jy-case-con-content {
  width: 48.6%;
  position: relative;
}
.jy-case-con .jy-case-con-content .jy-case-swiper {
  width: 91.2%;
  height: 420px;
  margin-right: 0;
}
.jy-case-con .jy-case-con-content .jy-case-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  height: 100% !important;
}
.jy-case-con .jy-case-con-content .jy-case-swiper .swiper-wrapper .swiper-slide .jy-case-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 420px;
  max-height: 420px;
}
.jy-case-con .jy-case-con-content .jy-case-pagination {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.jy-case-con .jy-case-con-content .jy-case-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 13px;
  opacity: 1 !important;
  position: relative;
}
.jy-case-con .jy-case-con-content .jy-case-pagination .swiper-pagination-bullet::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  width: 6px;
  height: 6px;
  background: #02a43a;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.jy-case-con .jy-case-con-content .jy-case-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.jy-case-con .jy-case-con-content .jy-case-pagination .swiper-pagination-bullet-active::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 26px;
  height: 26px;
  border: 1px solid #02a43a;
  border-radius: 100%;
}
.jy-case-con .jy-case-detail {
  width: 45.5%;
}
.jy-case-con .jy-case-detail h4 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  padding-top: 14px;
}
.jy-case-con .jy-case-detail h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 60px;
  height: 3px;
  background-color: #02a43a;
}
.jy-case-con .jy-case-detail div {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
  text-align: justify;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .jy-case-nav ul {
    flex-wrap: wrap;
  }
  .jy-case-nav ul li {
    width: calc(100%/3);
    text-align: center;
    margin-bottom: 8px;
  }
  .jy-case-nav ul li a {
    padding-bottom: 2px;
    display: block;
  }
  .jy-case-nav {
    margin-top: 34px;
  }
  .jy-case-con {
    margin: 20px auto;
    display: block;
  }
  .jy-case-con .jy-case-swiper .swiper-wrapper .swiper-slide {
    display: block;
  }
  .jy-case-con .jy-case-con-content,
  .jy-case-con .jy-case-detail,
  .jy-case-con .jy-case-con-content .jy-case-swiper {
    width: 100%;
  }
  .jy-case-con .jy-case-con-content .jy-case-pagination {
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    display: block;
    flex-direction: column;
  }
  .jy-case-con .jy-case-con-content .jy-case-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 13px !important;
  }
  .jy-case-con .jy-case-con-content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .jy-case-nav ul li a {
    font-size: 15px;
  }
  .jy-case-nav ul li a::after {
    height: 1px;
  }
  .jy-case-nav {
    margin-top: 10px;
  }
  .jy-case-nav ul li {
    margin-bottom: 3px;
  }
  .jy-case-con .jy-case-swiper {
    width: 100%;
  }
  .jy-case-con .jy-case-con-content .jy-case-swiper .swiper-wrapper .swiper-slide .jy-case-thumb,
  .jy-case-con .jy-case-con-content .jy-case-swiper {
    height: 294px;
    max-height: 294px;
  }
  .jy-case-con .jy-case-detail h4 {
    padding-bottom: 12px;
  }
  .jy-case-con .jy-case-detail div {
    font-size: 15px;
    line-height: 28px;
    color: #666666;
    text-align: justify;
    margin-top: 20px;
  }
  .jy-case-con .jy-case-swiper {
    height: 630px;
    margin-top: 51px;
  }
  .jy-case-con .jy-case-pagination {
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    top: -35px;
    display: block;
  }
  .jy-case-con .jy-case-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 13px !important;
  }
}
