.title {
  text-align: center;
}

.tit-z1 {
  font-size: 36px;
  font-weight: bold;
  color: #2e3133;
}

.contactus-about {
  width: 100%;
  height: 420px;
  background-image: url('../image/contactus-01.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.information {
  background-color: #f3f5f8;
  padding: 40px 0;
}

.inf-con {
  max-width: 1200px;
  margin: 0 auto;
}

.inf-kp {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  overflow: hidden;
  overflow-x: scroll;
}

.inf-1 {
  /* margin: 0 auto; */
  width: 384px;
  height: 480px;
  background: #ffffff;
  box-shadow: 0px 12px 40px 0px rgba(0, 10, 36, 0.12);
  border-radius: 4px;
  display: flex;
  position: relative;
  margin-right: 24px;
}

/* 激活 */
.inf-1d {
  /* 外部 */
  background: #0094e1;
  width: 384px;
  height: 242px;
  box-shadow: 0px 12px 40px 0px rgba(0, 10, 36, 0.12);
  border-radius: 4px;
  display: flex;
  position: relative;
}

.inf-s1 {
  width: 48px;
  height: 100%;
  background-color: #0094e1;
  border-radius: 4px 0 0 4px;
  position: relative;
}

.inf-hx {
  position: absolute;
  width: 8px;
  height: 28px;
  background: #ffffff;
  border-radius: 0px 5px 5px 0px;
  top: 60px;
}

/* 激活 */
.inf-s1d {
  width: 48px;
  height: 242px;
  background-color: #ffffff;
  border-radius: 4px 0 0 4px;
}

/* 激活 */
.inf-hxd {
  position: absolute;
  width: 8px;
  height: 28px;
  background: #0094e1;
  border-radius: 0px 5px 5px 0px;
  top: 60px;
}

.inf-z1 {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 0 20px;
}

.inf-z2 {
  width: 123px;
  height: 6px;
  background: #0094e1;
  border-radius: 0 3px 3px 0;
  margin-top: 8px;
}

.inf-z2d {
  width: 123px;
  height: 6px;
  background: #f3f5f8;
  border-radius: 0 3px 3px 0;
  margin-top: 8px;
}

.inf-z3 {
  font-size: 16px;
  font-weight: 400;

  margin: 8px 0 19px 11px;
}

.inf-z4 {
  display: flex;
  flex-direction: column;
  /* margin-left: -24px;
    margin-top: 8px; */
  /* align-items: center; */
  margin-left: 9px;
}

.inf-z5 {
  font-size: 14px;
  font-weight: 400;
}

.addressitem {
  padding-top: 17px;
}

.person {
  padding-top: 25px;
}

.person1 {
  padding-top: 25px;
}

.tel {
  padding-top: 15px;
}
.gdContact {
  width: 100%;
  height: 480px;
  display: flex;
}

.inf-map {
  flex: 2;
  max-width: 793px;
  height: 480px;
  border-radius: 4px;
  box-shadow: 0px 12px 40px 0px rgba(0, 10, 36, 0.12);
  /* margin-top: 24px; */
}

#map {
  width: 100%;
  height: 100%;
}

.iconShow {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  position: absolute;
  bottom: 237px;

  color: #fff;
}

.iconShow span {
  margin-bottom: 17px;
}

.active {
  color: #0094e1;
}

.activeWhite {
  color: #fff;
}

.activeWhitebg {
  background-color: #fff;
}

.name {
  /* margin: 14px 0px; */
}

/*媒体查询部分 */
@media only screen and (max-width: 1024px) {
  .person {
    padding-top: 20px;
    padding-bottom: 14px;
  }

  .tel {
    padding-top: 0px;
  }

  .person1 {
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .person2 {
    padding-top: 3px;
  }

  .inf-z3 {
    margin: 8px 0 11px 11px;
  }
  .addressitem {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .layui-input-wrap .layui-input {
    padding-right: 0px;
  }
  .layui-input {
    padding-left: 1px;
  }
  .layui-input::placeholder {
    font-size: 12px;
    /* 调整文字大小为 14 像素 */
  }

  .tit-z1 {
    font-size: 20px;
  }

  .person {
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .inf-z1 {
    margin: 0px;
    font-size: 14px;
  }

  .inf-1 {
    height: auto;
  }
  .inf-s1 {
    height: auto;
  }

  .addressitem {
    padding-top: 47px;
  }

  .addressitem1 {
    padding-top: 30px;
  }

  .iconShow {
    bottom: -12px;
  }
  .information {
    background-color: #f3f5f8;
    padding: 40px 14px;
  }
  .gdContact {
    width: 100%;
    height: 480px;
    display: block;
  }
  .inf-1 {
    /* margin: 0 auto; */
    width: 384px;
    height: 242px;
    background: #ffffff;
    box-shadow: 0px 12px 40px 0px rgba(0, 10, 36, 0.12);
    border-radius: 4px;
    display: flex;
    position: relative;
    margin-bottom: 24px;
  }
  .inf-map {
    height: 242px;
  }
}
