body .home .container {
  padding-bottom: 5.2083333333vw;
}

body .home .container .section1 {
  padding: 5.78125vw 9.6354166667vw 11.4583333333vw 9.6354166667vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}

body .home .container .section1 .bgt {
  position: absolute;
  bottom: -1.5625vw;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12.5vw;
  opacity: 0.25;
  background: linear-gradient(270deg, rgba(216, 216, 216, 0.2) 0%, #D8D8D8 46.5%, rgba(216, 216, 216, 0.2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

body .home .container .section1 .pic {
  overflow: hidden;
}

body .home .container .section1 .pic img {
  width: 35vw;
  /* height: 28.6979166667vw; */
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 600ms;
}

body .home .container .section1 .pic:hover img {
  transform: scale(1.05);
}

body .home .container .section1 .text {
  width: 42.34375vw;
}

body .home .container .section1 .text h1 {
  font-weight: 600;
  margin: 1.2291666667vw 0 1.5625vw 0;
}

body .home .container .section1 .text .info .item {
  padding: 1.0416666667vw 0;
  border-bottom: 1px solid #D9D9D9;
}

body .home .container .section1 .text .info .item:first-child {
  border-top: 1px solid #D9D9D9;
}

body .home .container .section1 .text .info .item .p1 {
  color: #666;
  line-height: 1;
  margin-bottom: 1.0416666667vw;
}

body .home .container .section1 .text .info .item .p2 {
  color: #333;
  font-weight: 400;
}

body .home .container .section1 .text .info .item .p2 a:hover {
  text-decoration: underline;
}

body .home .container .section2 img {
  width: 100%;
  height: 27.3958333333vw;
  -o-object-fit: cover;
  object-fit: cover;
}

body .home .container .section3 {
  margin: 0 9.6354166667vw;
  background: #EAEFEB;
  padding: 1.6666666667vw 11.3020833333vw 5.2083333333vw 11.3020833333vw;
  margin-top: -21.1458333333vw;
  z-index: 10;
  position: relative;
}

body .home .container .section3 h1 {
  font-weight: 600;
  text-transform: uppercase;
}

body .home .container .section3 h1 span {
  color: #256753;
}

body .home .container .section3 .tip {
  text-transform: uppercase;
  margin: 0.9375vw 0 3.0208333333vw 0;
}

body .home .container .section3 .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body .home .container .section3 .form .item {
  width: 24.84375vw;
}

body .home .container .section3 .form .item:not(:last-child) {
  margin-bottom: 1.1458333333vw;
}

body .home .container .section3 .form .item .pt {
  line-height: 1.25;
  margin-bottom: 0.5208333333vw;
  text-transform: capitalize;
}

body .home .container .section3 .form .item input,
body .home .container .section3 .form .item textarea {
  padding: 0.8333333333vw 1.25vw;
  border-radius: 8px;
  border: 1px solid #000;
  outline: none;
  width: 100%;
  font-size: 0.8333333333vw;
  background: transparent;
}

body .home .container .section3 .form .item textarea {
  resize: none;
  height: 5.7291666667vw;
}

body .home .container .section3 .form .item .chose {
  position: relative;
}

body .home .container .section3 .form .item .chose .d1 {
  padding: 0.8333333333vw 1.25vw;
  border-radius: 8px;
  border: 1px solid #000;
  width: 100%;
  font-size: 0.8333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

body .home .container .section3 .form .item .chose .d1 svg {
  width: 1.1458333333vw;
  display: block;
  transition: all 600ms;
}

body .home .container .section3 .form .item .chose .d1 svg.on {
  transform: rotate(180deg);
}

body .home .container .section3 .form .item .chose .d2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 0.7291666667vw;
  display: none;
}

body .home .container .section3 .form .item .chose .d2 p {
  padding: 0.625vw 0.5208333333vw;
  line-height: 1.25;
  cursor: pointer;
  transition: all 600ms;
  border-radius: 4px;
  text-transform: capitalize;
}

body .home .container .section3 .form .item .chose .d2 p:hover {
  background: #EAEFEB;
}

body .home .container .section3 .form .item.msg {
  width: 100%;
}

body .home .container .section3 .n {
  margin: 1.4583333333vw 0 0.9375vw 0;
}

body .home .container .section3 .policy {
  text-transform: capitalize;
  white-space: nowrap;
}

body .home .container .section3 .policy a {
  border-bottom: 1px solid #000;
}

body .home .container .section3 .submit {
  margin: 3.125vw auto 0 auto;
  display: flex;
  width: 12.96875vw;
  height: 2.9166666667vw;
  justify-content: center;
  align-items: center;
  border-radius: 91px;
  background: #256753;
  color: white;
  cursor: pointer;
  transition: all 600ms;
}

body .home .container .section3 .submit:hover {
  background: #fff;
  color: #256753;
}

@media screen and (max-width: 1440px) {
  body .home .container .section3 .policy {
    white-space: normal;
  }
}

@media screen and (max-width: 768px) {
  body .home .container {
    padding-bottom: 30px;
  }

  body .home .container .section1 {
    padding: 20px 5% 80px 5%;
    flex-direction: column;
    overflow: hidden;
  }

  body .home .container .section1 .bgt {
    bottom: -10px;
    font-size: 60px;
    white-space: nowrap;
  }

  body .home .container .section1 .pic img {
    width: 100%;
    height: auto;
  }

  body .home .container .section1 .text {
    width: 100%;
  }

  body .home .container .section1 .text h1 {
    font-size: 20px;
    margin: 20px 0;
  }

  body .home .container .section1 .text .info .item {
    padding: 20px 0;
  }

  body .home .container .section2 img {
    height: 200px;
  }

  body .home .container .section3 {
    margin: 0 5%;
    padding: 20px 5% 50px 5%;
    margin-top: -140px;
  }

  body .home .container .section3 .tip {
    margin: 10px 0 20px 0;
  }

  body .home .container .section3 .form {
    flex-direction: column;
  }

  body .home .container .section3 .form .item {
    width: 100%;
  }

  body .home .container .section3 .form .item:not(:last-child) {
    margin-bottom: 20px;
  }

  body .home .container .section3 .form .item .pt {
    margin-bottom: 5px;
  }

  body .home .container .section3 .form .item input,
  body .home .container .section3 .form .item textarea {
    padding: 10px 15px;
    font-size: 16px;
  }

  body .home .container .section3 .form .item textarea {
    height: 80px;
  }

  body .home .container .section3 .form .item .chose .d1 {
    padding: 10px 15px;
  }

  body .home .container .section3 .form .item .chose .d1 p {
    font-size: 16px;
  }

  body .home .container .section3 .form .item .chose .d1 svg {
    width: 16px;
  }

  body .home .container .section3 .form .item .chose .d2 {
    padding: 10px;
  }

  body .home .container .section3 .form .item .chose .d2 p {
    padding: 10px 5px;
    font-size: 16px;
  }

  body .home .container .section3 .n {
    margin: 10px 0;
  }

  body .home .container .section3 .policy {
    white-space: normal;
    font-size: 14px;
    line-height: 1.5;
  }

  body .home .container .section3 .submit {
    margin: 30px auto 0 auto;
    width: 160px;
    height: 40px;
  }
}
.header .box .links .item:nth-child(6){
  font-weight: 700;
}
/*# sourceMappingURL=contact.css.map */