.adesc {
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.jjimg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.jjimg div {
  width: 48.75%;
}
.gsjj .xx {
  margin-top: 30px;
}
.swipe .lines {
  height: 27px;
  width: 100%;
}
.blocks .imgs {
  height: 379px;
  padding: 25px 18px;
  border: solid 1px #dddddd;
}
.blocks .imgs img {
  border-radius: unset;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: unset !important;
}
.initload .blocks:hover .dist .mround {
  display: none;
}
.initload .dist::after {
  display: none;
}
.initload .blocks:hover .dist .mround {
  display: block;
}
.whitem > div {
  text-align: center;
  width: 25%;
  cursor: pointer;
}
.whitem > div img {
  transition: all 0.3s linear;
}
.whitem > div:hover img {
  transform: translateY(-8px);
}
.whitem h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 16px;
  margin-bottom: 13px;
}
.whitem p {
  font-size: 16px;
  line-height: 16px;
  color: #bebebe;
}
.whitem .dlin {
  width: 49px;
  height: 1px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 28px;
  background-color: #dedede;
}
.whitem .pt {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
}
.whitem {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .qywh {
  background-image: url(../images/about/whbgm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 190px;
} */
.fzlc {
  background-color: #f8f8f8;
}
.fzlc .area {
  background-image: url(../images/about/bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 94px;
  margin-top: 80px;
  height: 620px;
}
.fzlc .handles,
.ab_hzhb .handles {
  text-align: center;
}
.fzlc .handles .block,
.ab_hzhb .handles .block {
  margin: auto;
  margin-top: 30px;
}
.fzlc .fzswiper {
  height: 330px;
  position: relative;
}
.fzlc .fzswiper::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.outBlock {
  height: 100%;
  position: relative;
}
.outBlock .youround {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 2px solid #3eaac3;
  cursor: pointer;
}
.outBlock .year_thing {
  position: absolute;
  font-size: 18px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.describe {
  z-index: 2;
  padding: 7px;
  background-color: #ffffff;
  position: absolute;
  transform: scale(0);
  transition: all 0.3s linear;
  top: 20%;
  left: 0;
  padding: 57px 20px;
  border-radius: 12px;
}
.describe .imgs {
  height: 46.84%;
}
.describe .texts {
  height: 46.84%;
  margin-top: 35px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: center;
}
.describe .insides {
  width: 164px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #3eaac3;
  border-radius: 12px;
  color: #fff;
  margin: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px !important;
  height: 26px !important;
  border: 2px solid #c9c9c9 !important;
  border-radius: 100%;
  margin-top: -12px !important;
  background-color: #c9c9c9;
  left: 0 !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px !important;
  height: 26px !important;
  border: 2px solid #c9c9c9 !important;
  border-radius: 100%;
  margin-top: -12px !important;
  background-color: #c9c9c9;
  right: 0 !important;
}
.describe .imgs img {
  width: 100%;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .adesc {
    margin-top: 18px;
    font-size: 13px;
    line-height: 25px;
    color: #333333;
  }
  .whitem > div {
    text-align: center;
    width: 24%;
    cursor: pointer;
  }
  .whitem .pt {
    font-size: 12px;
    line-height: 12px;
    color: #666666;
  }
  .whitem h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .qywh {
    padding-bottom: 88px;
  }
  .fzlc .area {
    padding-top: 60px;
    padding-bottom: 55px;
    margin-top: 39px;
    height: 475px;
  }
  .describe .texts {
    height: 46.84%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
    color: #666666;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .adesc {
    margin-top: 12px;
    font-size: 12px;
    line-height: 24px;
  }
  .whitem > div {
    width: 45%;
    margin-bottom: 15px;
  }
  .whitem {
    margin-top: 26px;
    flex-wrap: wrap;
    align-items: center;
  }
  .whitem .pt {
    font-size: 12px;
    line-height: 12px;
    color: #666666;
  }
  .fzlc .area {
    padding-top: 35px;
    padding-bottom: 30px;
    margin-top: 20px;
    height: 380px;
  }
  .describe .texts {
    height: 46.84%;
    margin-top: 12px;
    font-size: 12px;
    line-height: 22px;
  }
  .qywh {
    padding-bottom: 50px;
  }
  .whitem h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .describe {
    top: 15%;
    padding: 55px 45px;
  }
}
