.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .banner .text {
  position: absolute;
  left: 10vw;
  bottom: 15%;
  color: white;
}
.home .banner .text .cn {
  font-size: 2.6vw;
  font-weight: bolder;
}
.home .banner .text .en {
  color: #E6EAF2;
  font-size: 1.3vw;
  text-transform: capitalize;
  font-family: "StardosStencil-Regular";
}
.home .main {
  width: 80vw;
  margin: 5vw auto;
}
.home .main .address {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .main .address .item .t1 {
  display: flex;
  align-items: center;
  height: 35px;
}
.home .main .address .item .t1 p {
  color: rgba(17, 17, 17, 0.5);
  font-size: 1.2vw;
  margin-left: 20px;
}
.home .main .address .item .t2 {
  color: #111111;
  font-size: 1.2vw;
  font-weight: bolder;
  margin-top: 20px;
}
.home .main .map {
  margin: 3vw 0;
  text-align: center;
  position: relative;
}
.home .main .map .circle {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #1B338B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 38%;
  top: 15vw;
}
.home .main .map img, .home .main .map svg {
  max-width: 100%;
}
.home .main .form .t {
  color: #1B338B;
  font-size: 1.8vw;
  font-weight: bolder;
}
.home .main .form .nr {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .main .form .nr .item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 40px;
}
.home .main .form .nr .item .tag {
  width: 160px;
  background: #F0F0F0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 25px 0;
  text-indent: 50px;
  font-size: 0.9vw;
}
.home .main .form .nr .item .sr {
  width: calc(100% - 160px);
}
.home .main .form .nr .item .sr input {
  width: 95%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background: white;
  padding: 25px 0;
  outline: none;
  border: none;
  text-indent: 30px;
  color: #999999;
  font-size: 0.9vw;
}
.home .main .form .nr .item .sr textarea {
  width: 100%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background: white;
  padding: 25px 0;
  outline: none;
  border: none;
  height: 60px;
  text-indent: 30px;
  color: #999999;
  font-size: 0.9vw;
  resize: none;
}
.home .main .form .nr .item2 {
  width: 100%;
  border-radius: 20px;
}
.home .main .form .nr .item2 .tag {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.home .main .form .nr .more {
  width: 194px;
  height: 52px;
  border: 1px solid rgba(27, 51, 139, 0.5);
  border-radius: 48px;
  position: relative;
  display: block;
  font-size: 0.9vw;
}
.home .main .form .nr .more p {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #1B338B;
}
.home .main .form .nr .more .circle {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  top: 0;
  background: #1B338B;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  justify-content: center;
  transition: all 600ms;
}
.home .main .form .nr .more .circle img {
  transform: translateY(-2px);
  display: block;
}
.home .main .form .nr .more:hover .circle {
  right: 30px;
}
@media screen and (max-width: 1440px) {
  .home .main .map .circle {
    left: 38%;
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .home .banner img {
    height: 200px;
  }
  .home .banner .text .cn {
    font-size: 20px;
  }
  .home .banner .text .en {
    font-size: 18px;
  }
  .home .main {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .address {
    flex-direction: column;
  }
  .home .main .address .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .main .address .item .t1 p {
    font-size: 16px;
  }
  .home .main .address .item .t2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .home .main .map .circle {
    width: 40px;
    height: 40px;
    left: 34%;
    top: 28%;
  }
  .home .main .map .circle img {
    max-width: 30px;
  }
  .home .main .form .t {
    font-size: 20px;
  }
  .home .main .form .nr {
    margin: 20px 0;
  }
  .home .main .form .nr .item {
    width: 100%;
    border-radius: 20px;
  }
  .home .main .form .nr .item .tag {
    width: 80px;
    font-size: 14px;
    text-indent: 0;
    padding: 15px 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
  }
  .home .main .form .nr .item .sr {
    width: calc(100% - 80px);
  }
  .home .main .form .nr .item .sr input, .home .main .form .nr .item .sr textarea {
    padding: 18px 0;
    font-size: 14px;
  }
  .home .main .form .nr .more {
    width: 160px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=contact.css.map */
