#ggContainer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/ad.png);
  background-repeat: no-repeat;
  background-size: auto 300px;
  background-position: -40px 30px;
  opacity: 0.1;
}
#ggContainer {
  position: relative;
}
/* #ggContainer > .pBox {
  background-color: #edf4f7;
  padding: 50px;
  position: relative;
}
#ggContainer > .pBox > p {
  max-width: 1200px;
  margin: 0 auto;
} */

#ggContainer > .contactContainer {
  max-width: 700px;
  padding-top: 120px;
  margin: 0 auto;
}
#ggContainer > .contactContainer > h1 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
#ggContainer > .contactContainer > p {
  color: #535353;
  font-size: 18px;
  line-height: 25px;
  background-image: url(../img/dianhua.81bcdcd2.png);
  background-position: 0 0;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  padding-left: 50px;
  margin-bottom: 20px;
}
#ggContainer > .wxContainer {
  background-image: url(../img/wxbg.27719928.jpg);
  background-position: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
#ggContainer > .wxContainer > h1 {
  position: relative;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  border-bottom: 1px solid #bbbaba;
}
#ggContainer > .wxContainer > h1:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #00b6f3;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
#ggContainer > .wxContainer > p {
  color: #535353;
  text-align: center;
  line-height: 28px;
  letter-spacing: 5px;
}
#ggContainer > .wxContainer > .wxBox {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#ggContainer > .wxContainer > .wxBox > dl:hover > .hoverShow {
  visibility: visible;
  opacity: 1;
}
#ggContainer > .wxContainer > .wxBox > dl {
  margin-top: 10px;
  position: relative;
  flex: 0 0 120px;
  width: 120px;
  padding: 0 60px;
}
#ggContainer > .wxContainer > .wxBox > dl > dt {
  height: 100px;
  background-image: url(../img/weixin.8cb8f47c.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 70px 70px;
}
#ggContainer > .wxContainer > .wxBox > dl > dd {
  text-align: center;
}
#ggContainer > .wxContainer > .wxBox > dl > .hoverShow {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130px;
  padding: 10px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 2px 2px 10px #a1a0a0;
  border-radius: 10px;
}
#ggContainer > .wxContainer > .wxBox > dl > .hoverShow > img {
  width: 100%;
  display: block;
}
#ggContainer > .wxContainer > .wxBox > dl > .hoverShow > p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
#ggContainer > .ggShowContainer > h1 {

  position: relative;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  border-bottom: 1px solid #bbbaba;
}

#ggContainer > .ggShowContainer > h1:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #00b6f3;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
