.bgmiddle2 {
  height: 800px;
}
.kepuBox {
  overflow: hidden;
  margin-top: 20px;
  padding: 30px 0;
  margin-bottom: 150px;
}
.kepuBox .kepuNav {
  float: left;
  width: 250px;
  margin-left: 30px;
  margin-right: 30px;
}
.kepuBox .kepuNav li {
  width: 247px;
  height: 51px;
  box-sizing: border-box;
  border: 2px solid #5ca0db;
  border-radius: 51px;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #5c70b2;
  line-height: 46px;
  text-align: center;
  margin-bottom: 13px;
}
.kepuBox .kepuNav li.cur {
  background: linear-gradient(90deg, #61deed 0%, #4d6be1 100%);
  color: #ffffff;
}
.kepuBox .kepuNav li:hover {
  color: #ffffff;
  border: none;
}
.kepuBox .kepuNav li[navid="1"]:hover {
  background: url("../img/kepu_nav1.png");
}
.kepuBox .kepuNav li[navid="2"]:hover {
  background: url("../img/kepu_nav2.png");
}
.kepuBox .kepuNav li[navid="3"]:hover {
  background: url("../img/kepu_nav3.png");
  background-size: cover;
}
.kepuBox .kepuNav li[navid="4"]:hover {
  background: url("../img/kepu_nav4.png");
  background-size: cover;
}
.kepuBox .kepuContBox {
  float: left;
  width: 895px;
}
.kepuBox .kepuContBox .keBoxLi {
  padding: 15px;
  display: none;
}
.kepuBox .kepuContBox .keBoxLi.cur {
  display: block;
}
.kepuBox .kepuContBox .kepuTitle {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #3399cc;
  margin-bottom: 15px;
}
.kepuBox .kepuContBox .gymBox .kpImg {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.kepuBox .kepuContBox .gymBox .mySwiper {
  width: 867px;
  height: auto;
  margin-bottom: 10px;
}
.kepuBox .kepuContBox .gymBox .mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.kepuBox .kepuContBox .gymBox .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kepuBox .kepuContBox .gymBox .littleTitle {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #3399cc;
  height: 34px;
  line-height: 34px;
}
.kepuBox .kepuContBox .gymBox .kepuCont {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  line-height: 25px;
  margin-bottom: 20px;
}
.kepuBox .kepuContBox .gymBox .stepBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.kepuBox .kepuContBox .gymBox .stepBox .step {
  width: 422px;
  height: 158px;
  background: rgba(247, 247, 247, 0.9);
  box-shadow: 0px 4px 7px 0px rgba(79, 79, 79, 0.13);
  border-radius: 10px;
  position: relative;
}
.kepuBox .kepuContBox .gymBox .stepBox .step img {
  height: 62px;
  margin: 50px;
  float: left;
}
.kepuBox .kepuContBox .gymBox .stepBox .step p {
  position: absolute;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  float: left;
  width: 280px;
  top: 30px;
  right: 20px;
  line-height: 25px;
}
.kepuBox .kepuContBox .gymBox .stepBox .step p .orange {
  color: #ff8401;
  font-weight: bold;
}
.kepuBox .kepuContBox .warnBox ul {
  overflow: hidden;
}
.kepuBox .kepuContBox .warnBox ul li {
  float: left;
  margin-right: 48px;
  margin-bottom: 40px;
  width: 256px;
  cursor: pointer;
}
.kepuBox .kepuContBox .warnBox ul li .imgBox {
  width: 256px;
  height: 212px;
  overflow: hidden;
  margin-bottom: 10px;
}
.kepuBox .kepuContBox .warnBox ul li .imgBox img {
  width: 100%;
  height: auto;
}
.kepuBox .kepuContBox .warnBox ul li p {
  width: 100%;
  text-align: center;
}
.kepuBox .kepuContBox .warnBox ul li:nth-child(3n) {
  margin-right: 0;
}
.kepuBox .kepuContBox .warnBox .dialogBox {
  display: none;
  position: absolute;
  top: 28%;
  left: 38%;
  /* transform: translateX(-50%); */
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.kepuBox .kepuContBox .warnBox .dialogBox .close {
  width: 100%;
  height: 40px;
  font-size: 22px;
  font-weight: 600;
  text-align: right;
  cursor: pointer;
}
.kepuBox .kepuContBox .warnBox .dialogBox .imgBox {
  width: 500px;
  height: 700px;
  overflow-y: scroll;
}
.kepuBox .kepuContBox .warnBox .dialogBox .imgBox img {
  width: 100%;
}
.kepuBox .kepuContBox .gardenBox .gardenLi {
  width: 418px;
  height: 464px;
  background: rgba(245, 245, 245, 0.9);
  box-shadow: 0px 4px 7px 0px rgba(79, 79, 79, 0.13);
  border-radius: 10px;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  margin-right: 29px;
  margin-bottom: 29px;
}
.kepuBox .kepuContBox .gardenBox .gardenLi .swiper {
  width: 397px;
  height: 193px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.kepuBox .kepuContBox .gardenBox .gardenLi .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.kepuBox .kepuContBox .gardenBox .gardenLi .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kepuBox .kepuContBox .gardenBox .gardenLi .swiper .swiper-slide p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.kepuBox .kepuContBox .gardenBox .gardenLi .gardenTitle {
  width: 100%;
  height: 30px;
}
.kepuBox .kepuContBox .gardenBox .gardenLi .gardenTitle p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #3399cc;
  height: 30px;
  line-height: 30px;
  float: left;
}
.kepuBox .kepuContBox .gardenBox .gardenLi .gardenTitle a.more {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  float: right;
}
.kepuBox .kepuContBox .gardenBox .gardenLi ul li {
  width: 100%;
  border-bottom: 1px dashed #cccccc;
  height: 70px;
}
.kepuBox .kepuContBox .gardenBox .gardenLi ul li p {
  width: 282px;
  float: left;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 13px;
  overflow: hidden;
  /* 隐藏超出高度的内容 */
  display: -webkit-box;
  /* 使用弹性盒子布局 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向排列 */
  -webkit-line-clamp: 2;
  /* 指定显示的行数 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.kepuBox .kepuContBox .gardenBox .gardenLi ul li img {
  width: 92px;
  height: 53px;
  float: right;
  margin-top: 9px;
}
.kepuBox .kepuContBox .gardenBox .gardenLi ul li:last-child {
  border: none;
}
.kepuBox .kepuContBox .gardenBox .gardenLi:nth-child(2n-1) {
  margin-right: 0;
}
.kepuBox .kepuContBox .gardenBox .gardenVideoList {
  width: 418px;
  height: 464px;
  float: left;
  overflow: hidden;
  position: relative;
}
.kepuBox .kepuContBox .gardenBox .gardenVideoList ul {
  position: absolute;
  top: 0;
  z-index: 0;
}
.kepuBox .kepuContBox .gardenBox .gardenVideoList ul li {
  width: 200px;
  height: 170px;
  margin-bottom: 15px;
  margin-right: 18px;
  float: left;
}
.kepuBox .kepuContBox .gardenBox .gardenVideoList ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.kepuBox .kepuContBox .gardenBox .gardenVideoList ul li a img {
  width: 200px;
  height: 130px;
}
.kepuBox .kepuContBox .gardenBox .gardenVideoList ul li a p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  /* 隐藏超出高度的内容 */
  display: -webkit-box;
  /* 使用弹性盒子布局 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向排列 */
  -webkit-line-clamp: 1;
  /* 指定显示的行数 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  width: 100%;
}
.kepuBox .kepuContBox .gardenBox .gardenVideoList ul li:nth-child(2n) {
  margin-right: 0;
}
.kepuBox .kepuContBox .gardenBox .gardenVideoList .tarrow {
  position: absolute;
  width: 21px;
  height: 39px;
  top: -20px;
  left: 47.5%;
  transform: rotate(-90deg) translateX(-50%);
  cursor: pointer;
  z-index: 999;
}
.kepuBox .kepuContBox .gardenBox .gardenVideoList .barrow {
  position: absolute;
  width: 21px;
  height: 39px;
  bottom: -20px;
  left: 47.5%;
  transform: rotate(90deg) translateX(-50%);
  cursor: pointer;
  z-index: 999;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #007aff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: rgba(79, 79, 79, 0.2);
}
