@charset "utf-8";
/* CSS Document */
.Zalh-inf-zs {
  padding: 90px 0;
}
.Zalh-inf-zs .center {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.Zalh-inf-zs p {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
}
.Zalh-inf-dis {
  width: 100%;
  padding: 50px 0;
  background: url("../images/information-bg.jpg");
}
.Zalh-inf-dis .center {
  background: rgba(255, 255, 255, 0.3);
  padding: 30px;
  width: 1140px;
  margin-top: 20px;
}
.Zalh-inf-dis .tips {
  font-size: 16px;
  margin-bottom: 16px;
}
.Zalh-inf-dis .tips2 {
  font-size: 18px;
  margin-top: 16px;

  text-align: center;
}
.Zalh-inf-dis .tips span {
}
.Zalh-inf-dis table .tit {
  background: #ffffff;
}
.Zalh-inf-dis td {
  text-align: center;
  font-size: 16px;
  padding: 8px 15px;
  color: #333333;
  min-width: 64px;
}
.Zalh-inf-dis td.city {
  font-size: 14px;
  text-align: left;
}
.Zalh-inf-dis td.phone {
  min-width: 110px;
}
.Zalh-inf-dis td.web {
  color: #0072ff;
}
.Zalh-inf-dis td.btns {
  color: #388e3c;
}
.Zalh-inf-dis td a:hover {
  text-decoration: underline;
}
.Zalh-inf-add {
  width: 100%;
  display: flex;
  align-items: center;
  height: 843px;
  background: url("../images/information-bg2.jpg");
}
.Zalh-inf-add .center {
  position: relative;
}
.Zalh-inf-add .text {
  padding: 30px 25px;
  width: 450px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border-top: 4px solid #388e3c;
  position: relative;
  z-index: 10;
}
.Zalh-inf-add .text .tit {
  font-size: 24px;
  margin-bottom: 16px;
}
.Zalh-inf-add .text p {
  font-size: 18px;
  line-height: 2em;
}
.Zalh-inf-add .map {
  position: absolute;
  top: -200px;
  right: 0;
}
.Zalh-inf-add .point {
  width: 10px;
  height: 10px;
  background: #388e3c;
  border-radius: 100%;
  position: absolute;
  top: 375px;
  right: 240px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Zalh-inf-add .point .biglight-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.Zalh-inf-add .point .biglight-box .biglight-label {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(56, 142, 60, 0.5);
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.Zalh-inf-add .point .biglight-box .biglight-label:nth-child(1) {
  animation: add_scale 2.4s linear infinite normal both;
}
.Zalh-inf-add .point .biglight-label:nth-child(2) {
  animation: add_scale 2.4s 0.8s linear infinite normal both;
}

@media screen and (max-width: 1220px) {
  .Zalh-inf-zs .list {
    width: 48%;
  }
  .Zalh-inf-zs .list img {
    width: 100%;
    margin-right: 20px;
  }
}
