.left-nav {
  display: none;
}
.wechat-intro {
  opacity: 0;
}
.wechat-intro .pro-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
}
.wechat-intro .pro-content .child-pro {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 300px;
}
.wechat-intro .pro-content .child-pro .child-pro-img {
  display: flex;
  justify-content: center;
  width: 300px;
}
.wechat-intro .pro-content .child-pro .child-pro-img img {
  width: 150px;
  height: 150px;
}
.wechat-intro .pro-content .child-pro h2 {
  margin: 16px 0;
}

.wechat-trusteeship {
  background: url("../../images/news_bg.jpg");
}
.wechat-trusteeship .pro-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
}
.wechat-trusteeship .pro-content .child-pro {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 300px;
}
.wechat-trusteeship .pro-content .child-pro .wechat-line {
  margin: 16px 0 8px 0;
  height: 2px;
}
.wechat-trusteeship .pro-content .child-pro .child-pro-img {
  position: relative;
  height: 194px;
}
.wechat-trusteeship .pro-content .child-pro .child-pro-img::before {
  content: "";
  width: 0;
  position: absolute;
  height: 0;
  border-bottom: 194px solid rgba(0, 0, 0, 0.4);
  border-right: 300px solid transparent;
}
.wechat-trusteeship .pro-content .child-pro .child-pro-img::after {
  content: "";
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  border-top: 194px solid rgba(255, 255, 255, 0.5);
  border-left: 300px solid transparent;
}
.wechat-trusteeship .pro-content .child-pro .child-pro-img h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 194px;
  z-index: 1000;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  display: block;
  top: 0;
  left: 0;
}
.wechat-trusteeship .pro-content .child-pro .child-pro-img img {
  width: 300px;
  height: 194px;
}

.wechat-integration .pro-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
}
.wechat-integration .pro-content .child-left {
  position: relative;
}
.wechat-integration .pro-content .child-right {
  position: relative;
  width: 600px;
}
.wechat-integration .pro-content .child-right::before {
  content: url(../../images/wechat_border.png);
  position: absolute;
}
.wechat-integration .pro-content .child-right div {
  height: 70px;
  margin-left: 60px;
  padding-top: 48px;
}
.wechat-integration .pro-content .child-right div h4 {
  line-height: 40px;
}

@media screen and (max-width: 1240px) {
  .left-nav {
    width: 100%;
    border: 1px solid #f2f2f2;
    margin: 32px 0;
    display: block;
  }
  .left-nav ul {
    width: 100%;
    font-size: 16px;
  }
  .left-nav ul>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: no-wrap;
  }
  .left-nav ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
  }
  .left-nav ul li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: none;
  }
  .left-nav ul .left-active {
    background: #00BCD4;
  }
  .left-nav ul .left-active a {
    color: rgba(255, 255, 255, 0.87);
    border-bottom: none;
  }
}

/*# sourceMappingURL=proWechat.css.map */
@media screen and (max-width: 980px) {
  .wechat-intro .pro-content .child-pro {
    width: 100%;
  }
  .wechat-intro .pro-content .child-pro .child-pro-img {
    width: 100%;
  }
  .wechat-trusteeship .pro-content .child-pro {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .wechat-trusteeship .pro-content .child-pro .child-pro-img {
    width: 90%;
    height: 170px;
  }
  .wechat-trusteeship .pro-content .child-pro .child-pro-img::before {
    display: none;
  }
  .wechat-trusteeship .pro-content .child-pro .child-pro-img::after {
    display: none;
  }
  .wechat-trusteeship .pro-content .child-pro .child-pro-img img {
    width: 100%;
    height: 100%;
  }
  .wechat-trusteeship .pro-content .child-pro .wechat-line {
    margin: 16px 0 8px 0;
    height: 2px;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .wechat-intro .pro-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .wechat-intro .pro-content .child-pro {
    width: 100%;
    margin-bottom: 16px;
  }
  .wechat-trusteeship .pro-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .wechat-trusteeship .pro-content .child-pro {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
  }
  .wechat-trusteeship .pro-content .child-pro .child-pro-img {
    width: 300px;
    height: 194px;
  }
  .wechat-trusteeship .pro-content .child-pro .child-pro-img::before {
    display: block;
  }
  .wechat-trusteeship .pro-content .child-pro .child-pro-img::after {
    display: block;
  }
  .wechat-trusteeship .pro-content .child-pro h4 {
    width: 300px;
    display: block;
    line-height: 40px;
  }
  .wechat-trusteeship .pro-content .child-pro .wechat-line {
    margin: 16px 0 0px 0;
  }
  .wechat-integration .pro-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .wechat-integration .pro-content .child-right {
    position: relative;
    width: 300px;
  }
}

@media screen and (max-width: 500px) {
  .wechat-integration .pro-content .child-left {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wechat-integration .pro-content .child-left img {
    width: 100%;
    height: auto;
    position: relative;
  }
}