.con1500 {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
}
.rlzy1 {
  background: #eef2f6;
}
.rlzy .rlzy1 > div {
  width: 100%;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
  justify-content: center;
}
.rlzy .rlzy1 > div > a {
  width: calc(100px + 20rem);
  margin-right: calc(29.5px + 0.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fff;
}
.rlzy .rlzy1 > div > a > div:nth-of-type(1) {
  width: 100%;
  height: calc(73px + 7.5rem);
  overflow: hidden;
}
.rlzy .rlzy1 > div > a > div:nth-of-type(1) > img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.rlzy .rlzy1 > div > a > h3 {
  font-size: calc(10px + 0.8rem);
  font-weight: bold;
  margin-top: calc(16px + 4rem);
}
.rlzy .rlzy1 > div > a > p {
  font-size: calc(10px + 0.4rem);
  color: #1768b4;
  font-weight: bold;
  margin-top: calc(10px + 0.5rem);
}
.rlzy .rlzy1 > div > a > span {
  width: 100%;
  font-size: calc(10px + 0.3rem);
  padding: 0 calc(10px + 3rem);
  text-align: center;
  margin-top: calc(10px + 0.3rem);
  margin-bottom: calc(10px + 1.85rem);
}
.rlzy .rlzy1 > div > a > div:nth-of-type(2) {
  position: absolute;
  left: 50%;
  top: 27.5%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  width: calc(38px + 5rem);
  height: calc(38px + 5rem);
  box-shadow: 0px 6px 6px 0px rgba(219, 219, 219, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rlzy .rlzy1 > div > a > div:nth-of-type(2) .rcpy1 {
  width: calc(19px + 3rem);
}
.rlzy .rlzy1 > div > a > div:nth-of-type(2) .shzp1 {
  width: calc(11px + 3rem);
}
.rlzy .rlzy1 > div > a > div:nth-of-type(2) .xyzp1 {
  width: calc(12px + 3rem);
}
.rlzy .rlzy1 > div > a:nth-last-of-type(1) {
  margin-right: 0;
}
.rlzy .rlzy1 > div > a:hover > div:nth-of-type(1) > img {
  transform: scale(1.1);
}
@media screen and (max-width: 992px) {
  .rlzy .rlzy1 > div {
    flex-direction: column;
  }
  .rlzy .rlzy1 > div a {
    width: 100%;
    margin-bottom: 10%;
  }
  .rlzy .rlzy1 > div a > div:nth-of-type(2) {
    top: 50%;
  }
}
