.flex {
  display: flex;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.justify-left {
  justify-content: flex-end;
}
.align-center {
  align-items: center;
}
.mg-10 {
  margin-top: 10px;
}
.mgl-20{
  margin-left: 20px;
}
.title {
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 5px;
  margin-top: 50px;
  font-family: Source Han Sans CN;
}
.main {
  text-align: center;
  font-family: Source Han Sans CN;
}
.banner {
  width: 100%;
  min-width: 1200px;
  background: url("../img/banner5.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.userBox {
  width: 100%;
  height: 120px;
  min-width: 1200px;
  background: rgba(5, 116, 235, 0.6);
  position: absolute;
  bottom: 0;
}
.user {
  width: 1200px;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
.userItem {
  width: 300px;
  height: 120px;
  padding-top: 29px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
}
.userItem:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 1);
  color: #1182fb;
}
.userImgActive{
  display: none;
}
/* 联系我们 */
.contactBox {
}
.contact {
  width: 1200px;
  height: 130px;
  /* background: pink; */
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 50px;
}
.contact-con {
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  padding: 0 50px;
}
.contact-item {
  margin-bottom: 6px;
}
.contact-item img {
  width: 18px;
}
.contact-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Source Han Sans CN;
  color: #333c44;
  margin-left: 14px;
}
.mapBox {
  width: 100%;
  height: 400px;
  min-width: 1200px;
  background: #1182fb;
}
.mapBox img {
  width: 100%;
  height: 100%;
  min-width: 1200px;
}
.qrcode-gzh {
  width: 100px;
  height: 100px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.qrcode-gzh:hover {
  transform: scale(1.5);
}
.qrCode {
  width: 150px;
  height: 150px;
}