.home {
  position: relative;
}
.home .banner {
  position: relative;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .banner .text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
}
.home .banner .text h1 {
  font-size: 3.3333333333vw;
  font-weight: 600;
  text-transform: uppercase;
}
.home .banner .waterBox {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 4.1666666667vw;
  margin-bottom: -0.1041666667vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .banner .waterBox svg {
  width: 100%;
  height: 4.0625vw;
  max-height: 100vh;
  margin: 0;
  display: block;
}
.home .banner .waterBox .water .parallax > use {
  transition: fill 0.5s ease-in-out;
  animation: 5s linear 1s infinite move-forever;
}
.home .container {
  margin: 4.1666666667vw 10.4166666667vw;
}
.home .container .section1 .t {
  color: #000;
  font-size: 1.6666666667vw;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.0416666667vw;
}
.home .container .section1 .des {
  width: 65.8333333333vw;
  margin: 0 auto;
  font-size: 1.25vw;
  font-weight: 500;
  text-align: center;
}
.home .container .section1 .info {
  margin: 6.25vw 0 5.2083333333vw 0;
  display: flex;
  align-items: center;
}
.home .container .section1 .info .pic {
  width: 40.625vw;
  border-radius: 1.0416666667vw;
}
.home .container .section1 .info .pic img {
  width: 40.625vw;
  border-radius: 1.0416666667vw;
}
.home .container .section1 .info .address {
  margin-left: 6.25vw;
}
.home .container .section1 .info .address .item:not(:last-child) {
  margin-bottom: 2.8125vw;
}
.home .container .section1 .info .address .item .icon img {
  width: 2.0833333333vw;
  display: block;
}
.home .container .section1 .info .address .item .p1 {
  margin: 0.4166666667vw 0;
  color: #2D2926;
  font-size: 1.25vw;
  font-weight: 500;
}
.home .container .section1 .info .address .item .p2 {
  color: #2D2926;
  font-size: 0.8333333333vw;
  font-weight: 600;
  line-height: 1.4;
}
.home .container .section2 .t {
  color: #000;
  font-size: 3.3333333333vw;
  text-align: center;
  font-weight: 600;
}
.home .container .section2 .des {
  margin: 2.0833333333vw 0 2.8125vw 0;
  font-size: 1.25vw;
  font-weight: 500;
  text-align: center;
}
.home .container .section2 .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .container .section2 .form .item {
  width: 47%;
  margin-top: 1.0416666667vw;
}
.home .container .section2 .form .item .sr {
  position: relative;
}
.home .container .section2 .form .item .sr .tip {
  position: absolute;
  left: 2.1875vw;
  top: 0.8333333333vw;
  font-size: 1.25vw;
  color: #000;
  pointer-events: none;
  font-weight: 500;
}
.home .container .section2 .form .item .sr .tip span {
  color: #F00;
}
.home .container .section2 .form .item .sr input {
  width: 100%;
  outline: none;
  border: 1px solid #5F5F5F;
  height: 3.4375vw;
  padding: 0.8333333333vw 2.1875vw;
  border-radius: 1.0416666667vw;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.25vw;
  color: #000;
  font-weight: 500;
}
.home .container .section2 .form .item .sr .d1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #5F5F5F;
  height: 3.4375vw;
  padding: 0.8333333333vw 2.1875vw;
  border-radius: 1.0416666667vw;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.25vw;
  color: #000;
  cursor: pointer;
  font-weight: 500;
}
.home .container .section2 .form .item .sr .d1 .icon svg {
  display: block;
  width: 1.7708333333vw;
}
.home .container .section2 .form .item .sr .d2 {
  position: absolute;
  left: 0;
  top: 105%;
  border-radius: 1.0416666667vw;
  padding: 0.3645833333vw 0.5729166667vw 0.7291666667vw 0.5729166667vw;
  background: #005CB9;
  width: 100%;
  z-index: 10;
  display: none;
}
.home .container .section2 .form .item .sr .d2 p {
  padding: 0.2083333333vw 1.4583333333vw;
  color: #FFF;
  cursor: pointer;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  transition: all 600ms;
  border-radius: 1.0416666667vw;
}
.home .container .section2 .form .item .sr .d2 p:hover {
  background: #FFF;
  color: #005CB9;
}
.home .container .section2 .form .item .sr .d2 .write {
  padding: 0.2083333333vw 1.4583333333vw;
  display: flex;
  justify-content: space-between;
}
.home .container .section2 .form .item .sr .d2 .write span {
  font-size: 0.8333333333vw;
  color: #FFF;
  width: 3.0208333333vw;
}
.home .container .section2 .form .item .sr .d2 .write .tx {
  width: calc(100% - 3.125vw);
  border-bottom: 1px solid white;
}
.home .container .section2 .form .item .sr .d2 .write .tx input {
  background: transparent;
  outline: none;
  border: none;
  color: white;
  height: 1.1458333333vw;
  padding: 0;
  font-size: 0.8333333333vw;
  font-weight: 400;
  border-radius: 0;
}
.home .container .section2 .form .item .sr textarea {
  width: 100%;
  outline: none;
  border: none;
  height: 25.2083333333vw;
  padding: 0.8333333333vw 2.1875vw;
  border-radius: 1.0416666667vw;
  border: 1px solid #5F5F5F;
  line-height: 1.5;
  font-size: 1.25vw;
  color: #000;
  resize: none;
  font-weight: 500;
}
.home .container .section2 .form .item .sr textarea::placeholder {
  color: rgba(255, 255, 255, 0.66);
}
.home .container .section2 .form .item:nth-child(2) {
  z-index: 2;
}
.home .container .section2 .form .item:nth-child(4) {
  z-index: 1;
}
.home .container .section2 .form .msg {
  width: 100%;
}
.home .container .section2 .form .notice {
  display: flex;
  align-items: center;
  margin-top: 1.3541666667vw;
  cursor: pointer;
  width: 100%;
}
.home .container .section2 .form .notice .ck {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 4px;
  background: #D9D9D9;
  margin-right: 1.0416666667vw;
  transition: all 600ms;
}
.home .container .section2 .form .notice p {
  color: #000;
  font-size: 0.8333333333vw;
}
.home .container .section2 .form .notice_on .ck {
  background: #fff url(../images/dui.svg) no-repeat center; 
  background-size: 100% 100%;
  border: 1px solid #D9D9D9;
}
.home .container .section2 .form .btn {
  width: 10.4166666667vw;
  height: 2.5vw;
  border-radius: 1.0416666667vw;
  background: #005CB9;
  margin: 2.6041666667vw auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.7291666667vw;
  transition: all 600ms;
  outline: none;
  border: none;
  cursor: pointer;
}
.home .container .section2 .form .btn:hover {
  background: #000;
  color: white;
}
@media screen and (max-width: 1024px) {
  .home .banner {
    margin-top: 60px;
  }
  .home .banner img {
    height: 200px;
  }
  .home .banner .text h1 {
    font-size: 32px;
  }
  .home .container {
    margin: 30px 5%;
  }
  .home .container .section1 .t {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .home .container .section1 .des {
    width: 100%;
    font-size: 18px;
  }
  .home .container .section1 .info {
    margin: 30px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .home .container .section1 .info .pic {
    height: auto;
    width: 100%;
  }
  .home .container .section1 .info .pic img {
    width: 100%;
    border-radius: 15px;
  }
  .home .container .section1 .info .address {
    margin: 30px 0 0 0;
  }
  .home .container .section1 .info .address .item:not(:last-child) {
    margin-bottom: 27px;
  }
  .home .container .section1 .info .address .item .icon img {
    width: 25px;
  }
  .home .container .section1 .info .address .item .p1 {
    font-size: 18px;
    margin: 5px 0;
  }
  .home .container .section1 .info .address .item .p2 {
    font-size: 14px;
  }
  .home .container .section2 .t {
    font-size: 24px;
  }
  .home .container .section2 .des {
    margin: 20px 0 27px 0;
    font-size: 18px;
  }
  .home .container .section2 .form .item {
    width: 100%;
    margin-top: 10px;
  }
  .home .container .section2 .form .item .sr .tip {
    left: 16px;
    top: 12px;
    font-size: 18px;
  }
  .home .container .section2 .form .item .sr input {
    height: 50px;
    padding: 8px 16px;
    font-size: 18px;
  }
  .home .container .section2 .form .item .sr textarea {
    height: 120px;
    padding: 8px 16px;
    font-size: 18px;
  }
  .home .container .section2 .form .item .sr .d1 {
    height: 50px;
    padding: 8px 16px;
    font-size: 18px;
  }
  .home .container .section2 .form .item .sr .d1 .icon svg {
    width: 20px;
  }
  .home .container .section2 .form .item .sr .d2 p {
    padding: 5px 8px;
    font-size: 14px;
  }
  .home .container .section2 .form .item .sr .d2 .write span {
    font-size: 14px;
    width: 60px;
  }
  .home .container .section2 .form .item .sr .d2 .write .tx input {
    height: 20px;
    font-size: 14px;
  }
  .home .container .section2 .form .notice {
    margin-top: 12px;
  }
  .home .container .section2 .form .notice .ck {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .home .container .section2 .form .notice p {
    font-size: 14px;
    width: calc(100% - 25px);
  }
  .home .container .section2 .form .btn {
    width: 150px;
    height: 48px;
    border-radius: 15px;
    margin: 25px auto;
    font-size: 14px;
  }
}