.tp_bgpic {
  width: 100%;
  height: 560px;
  background-image: url(https://static.inteagle.com.cn/site/icons/contactUs.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.po_box {
  position: relative;
  padding-bottom: 70px;
}
#map_container {
  width: 100%;
  height: 680px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.mid_bgpic {
  z-index: 11;
}
.info_ca {
  width: 100%;
  height: 720px;
  z-index: 11;
  background-color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 4px 8px 6px rgba(7, 17, 27, 0.06);
  box-shadow: 0 4px 8px 6px rgba(7, 17, 27, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.in_foca {
  margin: 0 107px 0 98px;
}
.conat_text {
  margin-top: 120px;
  font-family: "NotoSansHans-Regular";
  font-size: 32px;
  color: #333;
}
.conat_line {
  width: 50px;
  height: 5px;
  margin-top: 30px;
  background-color: #c4102a;
}
.noa_text {
  font-family: "NotoSansHans-Medium";
  font-size: 16px;
  color: #333;
}
.noa_tspan {
  margin-top: 20px;
  font-family: "NotoSansHans-DemiLight";
  font-size: 16px;
  color: #8d8d8d;
}
.sin_inp_con {
  width: 430px;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.inp_conat {
  justify-content: space-between;
}
.conline_tt {
  margin: 100px 0 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NotoSansHans-Medium";
  font-size: 22px;
  color: #333;
}
.linip_list {
  justify-content: space-between;
}
.linip_inp {
  height: 30px;
  width: 264px;
  margin-top: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.linip_inp input {
  width: 90%;
  height: 90%;
  border: 0;
  color: #333;
  font-family: "NotoSansHans-Medium";
  font-size: 16px;
  outline: 0;
}
.leave_texarea {
  margin-top: 20px;
  width: 100%;
  height: 175px;
  background-color: #dadada;
  border: 1px solid #f6f6f6;
}
.leave_texarea textarea {
  width: 97%;
  height: 85%;
  margin: 1% 1%;
  color: #333;
  font-family: "NotoSansHans-Medium";
  font-size: 16px;
  outline: 0;
  background: transparent;
  border: 0;
  outline: 0;
  resize: none;
}
.sub_btn {
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "NotoSansHans-Medium";
  font-size: 18px;
  outline: 0;
  color: #fff;
  border-radius: 26px;
  background-color: #c4102a;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.sub_btn:hover {
  cursor: pointer;
}
.sub_btn:active {
  cursor: pointer;
  transform: translate(1px, 1px);
}
