.aling-center1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.aling-center2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.aling-center3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.aling-center4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.aling-center5 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.aling-center6 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.text-hidden1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cover-style {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.cover-style .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.img-style1 {
  position: relative;
  overflow: hidden;
}
.img-style1 img {
  height: 100%;
  position: absolute;
  left: -300px;
  right: -300px;
  top: 0;
  margin: auto;
}
.img-style2 {
  position: relative;
  overflow: hidden;
}
.img-style2 img {
  width: 100%;
  position: absolute;
  top: -300px;
  bottom: -300px;
  left: 0;
  margin: auto;
}
.contact-container {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.contact-container > div {
  float: left;
  height: 514px;
}
.contact-container .left {
  padding: 0 66px;
  width: 678px;
  position: relative;
}
.contact-container .top {
  position: relative;
  margin-top: 84px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 36px;
}
.contact-container .title1 {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 34px;
}
.contact-container .title2 {
  line-height: 1;
}
.contact-container .qr {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 24px;
}
.contact-container .qr img {
  height: 94px;
}
.contact-container .qr div {
  font-size: 14px;
  line-height: 1;
  margin-top: 16px;
}
.contact-container p {
  line-height: 2;
}
.contact-container .tel {
  margin-top: 30px;
}
.contact-container .qq {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1d4b99 url('../images/qq3.png') no-repeat center 72px;
  text-align: center;
  font-size: 14px;
  line-height: 266px;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.contact-container .qq a {
  color: #15e0fe;
  display: block;
  height: 100%;
}
#map-container {
  width: 790px;
}
.anchorBL {
  display: none;
}
@media screen and (max-width: 1680px) {
  .contact-container > div {
    height: 408px;
  }
  .contact-container .left {
    padding: 0 46px;
    width: calc(50% - 92px);
  }
  .contact-container .top {
    margin-top: 54px;
    padding-bottom: 34px;
    margin-bottom: 30px;
  }
  .contact-container .title1 {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .contact-container .qr {
    bottom: 18px;
  }
  .contact-container .qr div {
    font-size: 12px;
    margin-top: 10px;
  }
  .contact-container .qr img {
    height: 80px;
  }
  .contact-container .tel {
    margin-top: 24px;
  }
  .contact-container .qq {
    width: 140px;
    height: 140px;
    background-size: 26px;
    background-position: center 46px;
    line-height: 188px;
    font-size: 12px;
  }
  #map-container {
    width: 50%;
  }
}
