body {
  background: #F4F4F4;
}

.sec1 {
  padding: 121px 0 0;
}
.sec1 .map {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.sec1 .map .map_box {
  position: absolute;
  left: 55px;
  width: 536px;
  background: #FFFFFF;
  box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 26px;
  padding: 75px 63px 57px;
}
.sec1 .map .map_box .map_title {
  font-weight: bold;
  font-size: 32px;
  color: #21419A;
  margin-bottom: 30px;
}
.sec1 .map .map_box .list .item {
  padding: 18px 0 20px;
  border-bottom: 1px solid #E6E6E6;
}
.sec1 .map .map_box .list .item h5 {
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
}
.sec1 .map .map_box .list .item p {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  margin: 10px 0 0;
}
.sec1 .map .map_box .list .item:last-child {
  border-bottom: none;
}
.sec1 .map img {
  display: block;
  width: 100%;
}

.sec2 {
  padding: 111px 0 159px;
}
.sec2 .wrap .title {
  font-weight: bold;
  font-size: 42px;
  color: #1A1A1A;
  text-align: center;
}
.sec2 .wrap .text {
  margin: 30px 0 40px;
  font-weight: 500;
  font-size: 16px;
  color: #888888;
  text-align: center;
}
.sec2 .wrap form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.sec2 .wrap form .input {
  width: 675px;
  height: 68px;
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.sec2 .wrap form .input .input_label {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.sec2 .wrap form .input .input_label .iconfont {
  font-size: 18px;
  color: #21419A;
}
.sec2 .wrap form .input .input_label p {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.sec2 .wrap form .input input {
  width: 80%;
  height: 100%;
  border: none;
  background: unset;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
}
.sec2 .wrap form .input.textarea {
  width: 100%;
  height: 157px;
  align-items: flex-start;
  padding: 30px;
}
.sec2 .wrap form .input.textarea textarea {
  width: 90%;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  border: none;
  background: unset;
}
.sec2 .wrap form .form_bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 55px;
  margin: 16px 0 0;
}
.sec2 .wrap form .form_bottom button {
  width: 140px;
  height: 48px;
  background: #21419A;
  box-shadow: 1px 1px 1px 0px rgba(1, 64, 153, 0.3);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.6s;
}
.sec2 .wrap form .form_bottom button:hover {
  background: rgba(33, 65, 154, 0.6);
}
.sec2 .wrap form .form_bottom .captcha_box {
  display: flex;
  align-items: center;
  height: 52px;
  background: #FFFFFF;
  padding: 4px 3px;
}
.sec2 .wrap form .form_bottom .captcha_box .captcha_img {
  width: 85px;
  height: 100%;
  display: flex;
  align-items: center;
}
.sec2 .wrap form .form_bottom .captcha_box .captcha_img img {
  display: block;
}
.sec2 .wrap form .form_bottom .captcha_box input {
  width: 148px;
  height: 100%;
  border: none;
  background: unset;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #111111;
}
.sec2 .wrap form .form_bottom .captcha_box input::placeholder {
  color: #888888;
}

@media screen and (max-width: 1919px) {
  .sec1 {
    padding: 6.3020833333vw 0 0;
  }
  .sec1 .map .map_box {
    left: 2.8645833333vw;
    width: 27.9166666667vw;
    box-shadow: 0.3125vw 0.5208333333vw 1.0416666667vw 0vw rgba(0, 0, 0, 0.06);
    border-radius: 1.3541666667vw;
    padding: 3.90625vw 3.28125vw 2.96875vw;
  }
  .sec1 .map .map_box .map_title {
    font-size: 1.6666666667vw;
    margin-bottom: 1.5625vw;
  }
  .sec1 .map .map_box .list .item {
    padding: 0.9375vw 0 1.0416666667vw;
  }
  .sec1 .map .map_box .list .item h5 {
    font-size: 0.8333333333vw;
  }
  .sec1 .map .map_box .list .item p {
    font-size: 0.8333333333vw;
    margin: 0.5208333333vw 0 0;
  }
  .sec2 {
    padding: 5.78125vw 0 8.28125vw;
  }
  .sec2 .wrap .title {
    font-size: 2.1875vw;
  }
  .sec2 .wrap .text {
    margin: 1.5625vw 0 2.0833333333vw;
    font-size: 0.8333333333vw;
  }
  .sec2 .wrap form {
    gap: 1.5625vw 0;
  }
  .sec2 .wrap form .input {
    width: 35.15625vw;
    height: 3.5416666667vw;
    border-radius: 0.2604166667vw;
    padding: 0 1.5625vw;
  }
  .sec2 .wrap form .input .input_label {
    gap: 0 0.625vw;
  }
  .sec2 .wrap form .input .input_label .iconfont {
    font-size: 0.9375vw;
  }
  .sec2 .wrap form .input .input_label p {
    font-size: 0.8333333333vw;
  }
  .sec2 .wrap form .input input {
    font-size: 0.8333333333vw;
  }
  .sec2 .wrap form .input.textarea {
    height: 8.1770833333vw;
    padding: 1.5625vw;
  }
  .sec2 .wrap form .input.textarea textarea {
    font-size: 0.8333333333vw;
  }
  .sec2 .wrap form .form_bottom {
    gap: 0 2.8645833333vw;
    margin: 0.8333333333vw 0 0;
  }
  .sec2 .wrap form .form_bottom button {
    width: 7.2916666667vw;
    height: 2.5vw;
    border-radius: 0.2604166667vw;
    font-size: 0.8333333333vw;
  }
  .sec2 .wrap form .form_bottom .captcha_box {
    height: 2.7083333333vw;
  }
  .sec2 .wrap form .form_bottom .captcha_box input {
    width: 7.7083333333vw;
    font-size: 0.7291666667vw;
  }
}

@media screen and (max-width: 768px) {
  .sec1 {
    padding: 50px 0 0;
  }
  .sec1 .map {
    display: block;
    overflow: hidden;
  }
  .sec1 .map img {
    width: 240%;
    max-width: unset;
    position: relative;
    left: -105%;
  }
  .sec1 .map .map_box {
    position: unset;
    width: 100%;
    padding: 30px 20px;
    margin: 30px 0 0;
    border-radius: 6px;
  }
  .sec1 .map .map_box .map_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .sec1 .map .map_box .list .item {
    padding: 15px 0;
  }
  .sec1 .map .map_box .list .item h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec1 .map .map_box .list .item p {
    font-size: 15px;
  }
  .sec2 {
    padding: 60px 0 80px;
  }
  .sec2 .wrap .title {
    font-size: 22px;
  }
  .sec2 .wrap .text {
    font-size: 15px;
    margin: 10px 0 25px;
  }
  .sec2 .wrap form {
    gap: 25px;
  }
  .sec2 .wrap form .input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-radius: 6px;
  }
  .sec2 .wrap form .input .input_label {
    gap: 0 5px;
  }
  .sec2 .wrap form .input .input_label .iconfont {
    font-size: 15px;
  }
  .sec2 .wrap form .input .input_label p {
    font-size: 15px;
  }
  .sec2 .wrap form .input input {
    width: 70%;
    font-size: 15px;
  }
  .sec2 .wrap form .input.textarea textarea {
    width: 100%;
    font-size: 15px;
    height: 130px;
    margin: 10px 0 0;
  }
  .sec2 .wrap form .input.textarea {
    height: unset;

    padding: 15px;
    display: block;
  }
  .sec2 .wrap form .form_bottom {
    gap: 10px;
  }
  .sec2 .wrap form .form_bottom .captcha_box {
    height: 50px;
    padding: 10px;
  }
  .sec2 .wrap form .form_bottom .captcha_box input {
    width: 100px;
    font-size: 15px;
  }
  .sec2 .wrap form .form_bottom button {
    width: 80px;
    height: 50px;
    font-size: 15px;
    border-radius: 4px;

  }
}

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