.wrap {
  background: url(../images/wxgzhjz_bg.png) no-repeat top center;
  background-size: 1920px auto;
}
/* 头部header 开始 */
.zt_header {
  position: relative;
}
.zt_header .zt_logo {
  padding-top: 0.5rem;
  text-align: left;
}
.zt_header .zt_logo img {
  width: 2.02rem;
}
.zt_header .zt_banner {
  margin-top: 1.5rem;
  margin-bottom: 0.65rem;
  text-align: center;
}
.zt_header .zt_banner img {
  max-width: 5.36rem;
  width: 100%;
}
@media (max-width: 992px) {
  .zt_header .zt_logo {
    padding-top: 0.3rem;
  }
  .zt_header .zt_logo img {
    width: 2rem;
  }
  .zt_header .zt_banner {
    margin-top: 0.4rem;
  }
}
/* 头部header 结束 */
.wxgzhjz_box {
  background: #ffffff;
  padding: 35px;
}
.wxgzhjz_ul {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.wxgzhjz_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wxgzhjz_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.wxgzhjz_ul > li:nth-child(n) {
  margin-top: 0;
}
.wxgzhjz_ul > li:nth-child(n)::after {
  display: block;
}
.wxgzhjz_ul > li:nth-child(n + 5) {
  margin-top: 20px;
}
.wxgzhjz_ul > li:nth-child(5) {
  margin-top: 0;
}
.wxgzhjz_ul > li:nth-child(5n)::after,
.wxgzhjz_ul > li:last-child::after {
  display: none;
}
.wxgzhjz_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .wxgzhjz_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wxgzhjz_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .wxgzhjz_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .wxgzhjz_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .wxgzhjz_ul > li:nth-child(n)::after {
    display: block;
  }
  .wxgzhjz_ul > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .wxgzhjz_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .wxgzhjz_ul > li:nth-child(3n)::after,
  .wxgzhjz_ul > li:last-child::after {
    display: none;
  }
  .wxgzhjz_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .wxgzhjz_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wxgzhjz_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .wxgzhjz_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .wxgzhjz_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .wxgzhjz_ul > li:nth-child(n)::after {
    display: block;
  }
  .wxgzhjz_ul > li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .wxgzhjz_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .wxgzhjz_ul > li:nth-child(1n)::after,
  .wxgzhjz_ul > li:last-child::after {
    display: none;
  }
  .wxgzhjz_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.wxgzhjz_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 248px;
  background: linear-gradient(180deg, #fdfbf8 0%, rgba(253, 251, 248, 0) 100%);
  box-shadow: inset 0px 0px 46px 0px #f7ecda;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 46px 5px 0;
  position: relative;
}
.wxgzhjz_ul li .img1 {
  transition: all 0.3s ease;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 1px solid #c86714;
  margin-bottom: 10px;
}
.wxgzhjz_ul li span {
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #c86714;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.wxgzhjz_ul li .img2 {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 208px;
  height: 208px;
}
.wxgzhjz_ul li a:hover .img1,
.wxgzhjz_ul li a:hover span {
  opacity: 0;
}
.wxgzhjz_ul li a:hover .img2 {
  opacity: 1;
}
