.lxfs {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  color: #333333;
}

.lxfs .right {
  flex: 1;
  margin-left: 100px;
}

.lxfs .text_1 {
  line-height: 1.6;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.lxfs .text_2 {
  line-height: 1.4;
  font-size: 24px;
}

.lxfs .text_2 .tel {
  padding: 4px 10px 4px 38px;
  line-height: 1.6;
  font-size: 20px;
  background-image: url(../../material/images/tel.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-color: #00a09f;
  color: #fff;
  border-radius: 10px;
}

.lxfs .text_3 {
  margin-top: 10px;
  font-size: 15px;
  background-fill-value: background-image;
  background-repeat: no-repeat;
  background-position: center left 1px;
  background-size: 18px;
  padding-left: 30px;
}

.lxfs .text_33 {
  background-image: url(../../material/images/email.png);
}

.lxfs .text_4 {
  background-image: url(../../material/images/fax.png);
}

.lxfs .text_5 {
  background-image: url(../../material/images/address.png);
}

.lxfs .ewm {
  margin-top: 12px;
  display: flex;
}

.lxfs .ewm .e_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lxfs .ewm .e_img p {
  color: #888888;
  margin-top: 2px;
}

.right #container {
  height: 100%;
  width: 100%;
}

.custom-content-marker {
  position: relative;
  width: 25px;
  height: 34px;
}

.custom-content-marker img {
  width: 100%;
  height: 100%;
}

.zxly {
  padding: 30px 10px;
  margin-top: 60px;
  background-color: #f7f7f7;
}
.zxly p {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.zxly .inputs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 20px 0;
}
.zxly .inputs .input-group {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
.zxly .inputs .input-group .form-control {
  max-width: 96%;
  height: calc(2.5em + 0.75rem + 2px);
}
.zxly .question {
  width: 100%;
}
.zxly .question .form-control {
  width: 98.5%;
  height: calc(6.5em + 0.75rem + 2px);
}
.form-control {
  display: block;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.zxly .e_formBtn-11 {
  display: block;
  width: 200px;
  margin: 20px auto 0;
  padding: 12px 0;
  font-size: 14px;
  color: #fff;
  background-color: #00a09f;
  border-radius: 4px;
  transition: all 0.5s;
  border: 0;
  cursor: pointer;
}
.zxly .e_formBtn-11:hover {
  background-color: #00a09f;
  transition: all 0.5s;
}
.zxly .error {
  color: red;
}
