.xxx_banner_3_0419 .banner {
  background: url(../img/7-1.jpg);
  background-size: cover;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xxx_banner_3_0419 .banner .h2 {
  margin: 0;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.xxx_banner_3_0419 .banner .form {
  display: flex;
}
.xxx_banner_3_0419 .banner .form .input {
  width: 400px;
  height: 36px;
  line-height: 20px;
  padding: 8px 16px;
  font-size: 14px;
  color: #9199a1;
  border-radius: inherit;
  border: 0px;
  box-sizing: border-box;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  outline: 0;
}
@media (max-width: 960px) {
  .xxx_banner_3_0419 .banner .form .input {
    width: 260px;
  }
}
.xxx_banner_3_0419 .banner .form .btn {
  height: 36px;
  line-height: 21px;
  padding: 0px 15px;
  color: #fff;
  font-size: 14px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  box-sizing: border-box;
  background: #3b5160;
  border: 2px solid #ffffff;
}
.xxx_banner_4_0419 {
  background: url(../img/7-1.jpg);
  background-size: 100% 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xxx_banner_4_0419 .box .title {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
}
.xxx_banner_4_0419 .box .form {
  display: flex;
}
.xxx_banner_4_0419 .box .input {
  width: 400px;
  height: 36px;
  line-height: 20px;
  padding: 8px 16px;
  font-size: 14px;
  color: #9199a1;
  border-radius: inherit;
  border: 0px;
  box-sizing: border-box;
  outline: 0;
}
.xxx_banner_4_0419 .box .btn {
  height: 36px;
  line-height: 21px;
  padding: 0px 15px;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  background: #3b5160;
  border: 2px solid #ffffff;
}
