.banner .content img, .banner .content video{
  height: 26.04vw;
}
.banner .content .text{
    bottom: 3.41667vw;
}
body .home .container .sec1 {
  padding:  3.6458333333vw 10.4166666667vw 13.125vw 10.4166666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .home .container .sec1 .map {
  width: 38.6979166667vw;
  overflow: hidden;
  border-radius: 4px;
}

body .home .container .sec1 .map img {
  width: 100%;
  height: 19.7916666667vw;
  object-fit: cover;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  transition: all 600ms;
}

body .home .container .sec1 .map:hover img {
  transform: scale(1.05);
}

body .home .container .sec1 .text {
  width: 33.0729166667vw;
}

body .home .container .sec1 .text .p1 {
  font-weight: 700;
  padding-bottom: 1.5625vw;
  border-bottom: 2px solid #000;
  line-height: 1;
  position: relative;
}

body .home .container .sec1 .text .p1::after {
  content: '';
  display: block;
  position: absolute;
  right: -4.1666666667vw;
  bottom: -2.4479166667vw;
  width: 7.9166666667vw;
  height: 7.9166666667vw;
  background: rgba(241, 241, 241, 0.4);
  border-radius: 50%;
  z-index: -1;
}

body .home .container .sec1 .text .info {
  margin-top: 1.5625vw;
  line-height: 2;
}

body .home .container .sec2 {
  padding: 2.1875vw 11.3541666667vw 3.5416666667vw 10.4166666667vw;
  background: url(../images/cbg.png) no-repeat;
  background-size: cover;
  color: white;
}

body .home .container .sec2 .content {
  display: flex;
  justify-content: space-between;
  gap: 5.6770833333vw;
}

body .home .container .sec2 .content .lbox {
  width: 39.0625vw;
}

body .home .container .sec2 .content .lbox .pt {
  font-weight: 700;
  margin-bottom: 3.0208333333vw;
  line-height: 1;
}

body .home .container .sec2 .content .lbox .nr {
  height: 28.6458333333vw;
  overflow-y: auto;
}

body .home .container .sec2 .content .lbox .nr::-webkit-scrollbar {
  width: 0;
}

body .home .container .sec2 .content .lbox .nr .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0833333333vw 1.0416666667vw;
}

body .home .container .sec2 .content .lbox .nr .items .item {
  width: 100%;
  padding: 0 1.0416666667vw;
  border-left: 1px solid #fff;
}

body .home .container .sec2 .content .lbox .nr .items .item .p1 {
  font-weight: 500;
}

body .home .container .sec2 .content .lbox .nr .items .item .des {
  margin-top: 0.5208333333vw;
  line-height: 1.8;
}

body .home .container .sec2 .content .rbox {
  width: 33.0729166667vw;
  flex: 1;
  height: 31.25vw;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 2.5vw;
}

body .home .container .sec2 .content .rbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 600ms;
}

body .home .container .sec2 .content .rbox:hover img {
  transform: scale(1.05);
}

body .home .container .sec3 {
  padding: 9.4270833333vw 10.5208333333vw 7.6041666667vw 10.625vw;
}

body .home .container .sec3 .t {
  font-weight: 700;
  margin-bottom: 3.125vw;
}

body .home .container .sec3 .form .box .pt {
  display: flex;
  align-items: center;
  color: #252726;
  font-weight: 500;
  gap: 1.6666666667vw;
  white-space: nowrap;
  margin-bottom: 3.4895833333vw;
}

body .home .container .sec3 .form .box .pt::before {
  content: '';
  display: block;
  width: 5.7291666667vw;
  height: 2px;
  background: rgba(0, 0, 0, 0.6);
}

body .home .container .sec3 .form .box .pt::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.6);
}

body .home .container .sec3 .form .box .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.6041666667vw;
}

body .home .container .sec3 .form .box .content .item {
  width: 32.0833333333vw;
}

body .home .container .sec3 .form .box .content .item.z_7 {
  position: relative;
  z-index: 7;
}

body .home .container .sec3 .form .box .content .item:nth-child(2n) {
  width: 38.5416666667vw;
}

body .home .container .sec3 .form .box .content .item.msg {
  width: 100%;
}

body .home .container .sec3 .form .box .content .item .subt {
  color: #252726;
      /* font-family: "Asap Condensed", sans-serif; */
}

body .home .container .sec3 .form .box .content .item .subt span {
  color: #CD0000;
}

body .home .container .sec3 .form .box .content .item .sr {
  margin-top: 0.7291666667vw;
}

body .home .container .sec3 .form .box .content .item .sr input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  height: 3.125vw;
  font-size: 1.25vw;
  padding: 0.78125vw;
  color: #000;
}

body .home .container .sec3 .form .box .content .item .sr input:focus {
  border: 2px solid rgba(0, 0, 0, 0.6);
}

body .home .container .sec3 .form .box .content .item .sr textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  height: 15.625vw;
  font-size: 1.25vw;
  padding: 0.78125vw;
  color: #000;
  resize: none;
}

body .home .container .sec3 .form .box .content .item .sr .select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  height: 3.125vw;
  font-size: 1.25vw;
  padding: 0.78125vw;
  color: #000;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

body .home .container .sec3 .form .box .content .item .sr .select .select_p {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .home .container .sec3 .form .box .content .item .sr .select .select_p p {
  font-weight: 350;
  color: #B8B8B8;
}

body .home .container .sec3 .form .box .content .item .sr .select .select_p img {
  display: block;
  width: 0.7291666667vw;
}

body .home .container .sec3 .form .box .content .item .sr .select .select_box {
  position: absolute;
  top: 105%;
  right: 0;
  border-radius: 0.625vw;
  background: #FFF;
  box-shadow: 0 0.2083333333vw 0.3125vw 1px rgba(49, 49, 49, 0.15);
  width: 16.4583333333vw;
  padding: 1.5625vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
  opacity: 0;
  transition: 0.6s;
  pointer-events: none;
}

body .home .container .sec3 .form .box .content .item .sr .select .select_box .lenis_scroll {
  height: 9.375vw;
  overflow: auto;
}

body .home .container .sec3 .form .box .content .item .sr .select .select_box .select_box_item {
  cursor: pointer;
  position: relative;
}

body .home .container .sec3 .form .box .content .item .sr .select .select_box .select_box_item:not(:last-child) {
  margin-bottom: 0.5208333333vw;
}

body .home .container .sec3 .form .box .content .item .sr .select .select_box .select_box_item p {
  color: #000;
  font-weight: 400;
}

body .home .container .sec3 .form .box .content .item .sr .select.on {
  border: 2px solid rgba(0, 0, 0, 0.6);
}

body .home .container .sec3 .form .box .content .item .sr .select.on .select_box {
  opacity: 1;
  pointer-events: auto;
}

body .home .container .sec3 .form .box .content .item .sr .select.active .select_p p {
  color: #000;
}

body .home .container .sec3 .form .box:not(:last-child) {
  margin-bottom: 5.2083333333vw;
}

body .home .container .sec3 .btn {
  margin-top: 2.9166666667vw;
  display: flex;
  justify-content: flex-end;
}

body .home .container .sec3 .btn .submit {
  padding: 0.625vw 5.0520833333vw;
  background: #000;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  body .home .container .sec1 {
    padding: 30px 5%;
    flex-direction: column;
    gap: 30px;
  }

  body .home .container .sec1 .map {
    width: 100%;
  }

  body .home .container .sec1 .map img {
    height: auto;
  }

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

  body .home .container .sec1 .text .p1 {
    padding-bottom: 15px;
  }

  body .home .container .sec1 .text .info {
    margin-top: 15px;
  }

  body .home .container .sec2 {
    padding: 30px 5%;
  }

  body .home .container .sec2 .content {
    flex-direction: column;
  }

  body .home .container .sec2 .content .lbox {
    width: 100%;
  }

  body .home .container .sec2 .content .lbox .pt {
    margin-bottom: 20px;
  }

  body .home .container .sec2 .content .lbox .nr {
    height: 300px;
  }

  body .home .container .sec2 .content .lbox .nr .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }

  body .home .container .sec2 .content .lbox .nr .items .item {
    padding: 0 10px;
  }

  body .home .container .sec2 .content .lbox .nr .items .item .des {
    margin-top: 10px;
  }

  body .home .container .sec2 .content .rbox {
    width: 100%;
    margin-top: 20px;
  }

  body .home .container .sec2 .content .rbox img {
    height: auto;
  }

  body .home .container .sec3 {
    padding: 30px 5% 60px 5%;
  }

  body .home .container .sec3 .t {
    margin-bottom: 20px;
  }

  body .home .container .sec3 .form .box .pt {
    margin-bottom: 20px;
    gap: 15px;
  }

  body .home .container .sec3 .form .box .pt::before {
    width: 50px;
  }

  body .home .container .sec3 .form .box .content {
    gap: 20px;
  }

  body .home .container .sec3 .form .box .content .item {
    width: 100% !important;
  }

  body .home .container .sec3 .form .box .content .item .sr {
    margin-top: 10px;
  }

  body .home .container .sec3 .form .box .content .item .sr input {
    height: 40px;
    font-size: 16px;
    padding: 10px;
  }

  body .home .container .sec3 .form .box .content .item .sr textarea {
    height: 150px;
    font-size: 16px;
    padding: 10px;
  }

  body .home .container .sec3 .form .box .content .item .sr .select {
    height: 40px;
    font-size: 16px;
    padding: 10px;
  }

  body .home .container .sec3 .form .box .content .item .sr .select .select_p p {
    font-size: 16px;
  }

  body .home .container .sec3 .form .box .content .item .sr .select .select_p img {
    width: 10px;
  }

  body .home .container .sec3 .form .box .content .item .sr .select .select_box {
    border-radius: 6px;
    width: 240px;
    padding: 15px;
  }

  body .home .container .sec3 .form .box .content .item .sr .select .select_box .lenis_scroll {
    height: 120px;
  }

  body .home .container .sec3 .form .box .content .item .sr .select .select_box .select_box_item:not(:last-child) {
    margin-bottom: 10px;
  }

  body .home .container .sec3 .form .box:first-child .content {
    position: relative;
    z-index: 10;
  }

  body .home .container .sec3 .btn {
    margin-top: 20px;
  }

  body .home .container .sec3 .btn .submit {
    padding: 8px 40px;
  }
}

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