.main .con {
  margin: 0.3rem auto;
  width: 94%;
  box-sizing: border-box;
}
.main .con .title {
  width: 90vw;
  margin: 0.2rem auto 0.1rem;
}
.main .con .title img {
  width: 100%;
}
.main .pos {
  font-size: 0.3rem;
  width: 94%;
  margin: 0.3rem auto;
  line-height: 0.5rem;
  background: url("../images/pos_m.png") no-repeat center left;
  background-size: auto 70%;
  padding-left: 0.45rem;
  box-sizing: border-box;
}
.main .zdlyBn {
  margin: 0.5rem auto;
}
.main .zdlyBn img {
  width: 100%;
}
.main .zdly {
  margin: 0.4rem auto;
  overflow: hidden;
  width: 98vw;
  position: relative;
  height: 61vw;
}
.main .zdly .swiper-zdly {
  height: 54vw;
}
.main .zdly .swiper-zdly ul {
  margin: 0 auto;
}
.main .zdly .swiper-zdly ul .icon {
  background: url("../images/zdly_bg.png") no-repeat center center;
  background-size: 100% 100%;
  width: 30vw;
  height: 15vw;
  line-height: 15vw;
  float: left;
  margin: 1.33vw;
  position: relative;
}
.main .zdly .swiper-zdly ul .icon p {
  color: #FFFFFF;
  margin-left: 0.1rem;
  font-weight: bold;
  font-size: 0.28rem;
}
.main .zdly .swiper-zdly ul .icon p.long{
  line-height: .34rem;
  margin-top: 0.17rem;
}
.main .zdly .swiper-zdly ul .icon p.three{
  line-height: .3rem;
  margin-top: 0.1rem;
  font-size: 0.26rem;
}
.main .zdly .swiper-zdly ul .icon img {
  right: 0.18rem;
  top: 0.3rem;
  width: 0.7rem;
  position: absolute;
}
.main .zdly .pagination {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  text-align: center;
}
.main .zdly .pagination .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  background: #C5E0FB;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 0.1rem;
  display: inline-block;
  transition: all 0.4s;
}
.main .zdly .pagination .swiper-active-switch {
  background: #3e99f3;
}