.banner {
  /* height: 631px; */
  position: relative;
}

.banner .banner_12 img {
  /* height: 631px; */
}

.banner .banner_06 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.banner .banner_06::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  /* height: 28px; */
  background: url(../image/keep-out.png) no-repeat;
  background-size: 100% 100%;
}

.banner .banner_06 .furui {
  padding-top: 22px;
  color: #fff;
}

.banner .banner_06 .cookie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
}

.employ {
  padding-left: 317px;
  padding-top: 77px;
}

.employ .title {
  color: #19bdc9;
  font-size: 28px;
  margin-bottom: 30px;
}

.employ .title_01 {
  color: #19bdc9;
  font-size: 28px;
  margin-bottom: 20px;
}

.employ .title_re {
  padding-bottom: 54px;
  padding-right: 12px;
}

.employ .title_re p {
  margin-bottom: 20px;
  color: #58595b;
}

.employ .erweima {
  margin-bottom: 70px;
}

.banners img {
  width: 100%;
}

.context1>p:nth-child(1) {
  font-size: 40px;
  color: #58595b;
}

.context1>p:nth-child(2) {
  font-size: 14px;
  margin-top: 21px;
  margin-bottom: 21px;
  color: #58595b;
}

.context1>p:nth-child(3) {
  font-size: 14px;
  color: #58595b;
}

.context1>p:nth-child(3) a {
  color: #217c7c;
  font-weight: 600;
}

.contact-lable input {
  border: 1px solid;
}

form.layui-form {
  width: 380px;
}

.form-box {
  display: flex;
  margin-top: 38px;
}

.form-left {
  margin-left: -15px;
}

.form-right {
  padding-left: 111px;
}

form.layui-form {
  width: 484px;
}

input[type="text"],
input[type="number"],
input.layui-input {
  /* width: 410px;
		height: 56px; */
  width: 381px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #868686;
}

textarea {
  border: 1px solid #868686;
}

label {
  width: 96px;
}

.contens {
  margin-bottom: -43px;
}

.btn:hover {
  background: #007071;
}

.btn {
  position: relative;
  margin: 0;
  padding: 8px 4px;
  overflow: visible;
  font-family: Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 32px;
  word-spacing: normal;
  text-decoration: none;
  text-align: inherit;
  text-shadow: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #19bdc9;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  transition: all .3s ease 0s;
  transition-property: background, color, border;
  width: 98px;
  height: 51px;
  /* top: 259px; */
  top: 222px;
  /* right: 373px; */
  right: 381px;
  text-align: center;
}

.layui-form-select dl dd.layui-this {
  background: #19bdc9;
}

.btn:before {
  content: ">";
  vertical-align: bottom;
  margin: 0px 6px 0 2px;
  font-family: icons;
  font-weight: 400;
  font-size: 1.733em;
  text-rendering: auto;
  text-decoration: none;
  line-height: 36px;
}

.sear {
  width: 1159px;
  height: 120px;
  background-color: #efefef;
  margin-top: 73px;
  margin-bottom: 98px;
  display: flex;

}

.sear-text p {
  width: 57px;
  position: relative;
  left: 111px;
  top: -4px;
  font-size: 20px;
  color: #007070;
  font-weight: 600;
}

.sear-img {
  width: 120px;
  height: 120px;
}

.sear-right {
  display: flex;
}

.sear-text {
  margin-top: 20px;
  margin-left: -83px;
}

.sear-text form .layui-input-block {
  width: 320px;
  height: 42px;
}

.sear-text form .layui-form-select .layui-input {
  width: 320px;
  height: 42px;
}

.sear .btn {
  top: 46px;
  right: -58px;
  width: 130px;
  height: 42px;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #cccccc;
  line-height: 29px;
}


.sear>.btn:before {
  content: ">";
  vertical-align: bottom;
  margin: -4px 6px 0 2px;
  font-family: icons;
  font-weight: 400;
  font-size: 1.733em;
  text-rendering: auto;
  text-decoration: none;
  line-height: 36px;
}

@media screen and (max-width: 768px) {
  .form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  input[type="text"],
  input[type="number"],
  input.layui-input {
    width: 100%;
  }

  .form-right {
    padding-left: 0.01rem;
    width: 100%;
  }

  .form-left {
    margin-left: 0;
    width: 100%;
  }

  .chemistry {
    margin-left: 0;
  }

  .layui-select-title {
    position: relative;
  }

  .context1 {
    margin: 0 auto;
    padding: 0 .1rem;
    max-width: 416px;
  }

  .layui-form-item {
    display: grid;
    width: 100%;
  }

  form.layui-form {
    position: relative;
    left: 0;
  }

  .layui-form-select .layui-edge {
    position: relative;
  }

  .btn {
    position: unset;
    width: 100%;
  }

  .banner {
    height: 8rem;

  }

  .banner .banner_12 img {
    height: 100%;
  }

  .banner .banner_12 {
    height: 100%;
  }

  form.layui-form {
    width: 100%;
  }

  .chemistry {
    width: 100%;
  }

  .chemistry .contens {
    width: 100%;
  }

  .layui-form-item .layui-input-block {
    margin-left: 0;
  }

  .context1>p:nth-child(1) {
    font-size: .5rem;
  }
}