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;
}

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