.z1 p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  line-height: 45px;
}

.z1 p .lssz {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #004DA1;
  line-height: 45px;
}

.swiper-container img {
  width: 100%;
  cursor: pointer;
  position: relative;
  ;
}

.msg {
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
  transition: .3s;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.msg span {
  font-weight: normal;
  font-size: 14px;
}

.swiper-slide:hover .msg {
  opacity: 1;
}

@media screen and (min-width: 960px) {}

@media screen and (max-width: 960px) {}