.wx_link {
  margin: 50px auto 0;
  width: 100%;
}
.wx_link .wx {
  margin: 0px 0 40px;
  height: 162px;
  background: #5b9bf2 url(../images/zj/wx.jpg) left bottom no-repeat;
  background-size: 100% auto;
}
.wx_link .wx .next {
  padding: 25px 0 0 123px;
}
.wx_link .wx .pic {
  float: left;
  margin: 0 35px 0 3px;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.wx_link .wx .pic .smgzBox {
  display: none;
  position: absolute;
  top: -45px;
}
.wx_link .wx .pic .smgzBox .smgzText {
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 94px;
  font-size: 14px;
  color: #2d8fff;
  background-color: #e3f1fc;
  border-radius: 20px;
  position: relative;
}
.wx_link .wx .pic .smgzBox .smgzText::before {
  position: absolute;
  content: "";
  background: url(../images/smgz_i1.png) no-repeat;
  height: 4px;
  width: 8px;
  background-size: 100% 100%;
  bottom: -4px;
  left: 45px;
}
.wx_link .wx .pic .bor_box {
  margin-bottom: 6px;
  width: 76px;
  height: 75px;
  text-align: center;
  border: #4587e7 4px solid;
  background: #4587e7;
}
.wx_link .wx .pic .bor_box img {
  transition: all 0.5s;
  display: inline-block;
  max-width: 75px;
  max-height: 75px;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.wx_link .wx .pic .bor_box span {
  display: inline-block;
  height: 75px;
  width: 1px;
  vertical-align: middle;
}
.wx_link .wx .pic:hover .smgzBox {
  display: block;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .wx_link {
    display: none;
  }
}
