.contact {
  background: #ffffff;
  overflow: hidden;
  width: 100%;
}
.contact .center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 181px 30px;
}
.contact .center .title {
  font-size: 48px;
  font-weight: bold;
  color: #3049a1;
  line-height: 56px;
  text-align: center;
}
.contact .center .form {
  margin-top: 60px;
}
.contact .center .form .box {
  display: flex;
  flex-wrap: wrap;
}
.contact .center .form .box .item {
  width: 48%;
  margin-bottom: 20px;
  margin-left: 15px;
}
.contact .center .form .box .item .input-title {
  font-size: 18px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 32px;
}
.contact .center .form .box .item .input {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  background: #f9fafc;
  border-radius: 5px;
  border: 1px solid #f9fafc;
  max-width: 570px;
}
.contact .center .form .box .item .input textarea,
.contact .center .form .box .item .input input {
  width: 93%;
  background: transparent;
  border: none;
  font-size: 16px;
  padding: 0 17px;
  color: #3c3c3c;
}
.contact .center .form .box .item .input textarea {
  margin: 20px 0;
  width: 97%;
  height: 80%;
}
.contact .center .form .textarea .item {
  width: 100%;
}
.contact .center .form .textarea .item .input {
  height: 148px;
  max-width: 100%;
}
.contact .center .form .sub-box {
  margin: 10px 15px 0;
}
.contact .center .form .sub-box input[type="submit"] {
  width: 140px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #0093dd;
  border-radius: 20px;
  outline: none;
  border: none;
}
.contact .center .form .sub-box input[type="submit"]:hover {
  background-color: #0d5bcf;
}
.contact .center .form .sub-box #slider {
  float: left;
  margin: 0 50px 0 0 !important;
  width: 280px;
  height: 40px;
  position: relative;
  border-radius: 2px;
  background-color: #0093dd;
  overflow: hidden;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}
@media (max-width: 1199.98px) {
  .contact .center .form .sub-box #slider {
    width: 240px;
  }
}
@media (max-width: 991.98px) {
  .contact .center .form .sub-box #slider {
    display: inline-block;
    width: 240px;
    float: none;
  }
}
@media (max-width: 767.98px) {
  .contact .center .form .sub-box #slider {
    display: block;
    width: 220px;
    margin: 0 auto 10px !important;
  }
}
.contact .center .form .sub-box #slider .slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #0d5bcf;
  z-index: 1;
}
.contact .center .form .sub-box #slider .label {
  width: 48px;
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  padding: 0;
  line-height: 38px;
  border: 1px solid #cccccc;
  background: #fff;
  z-index: 3;
  border-radius: 0px;
  cursor: move;
  color: #40647f;
  font-size: 14px;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .contact .center .form .sub-box #slider .label {
    width: 40px;
    line-height: 40px;
  }
}
.contact .center .form .sub-box #slider .labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: "Microsoft Yahei", serif;
  color: #fff !important;
  line-height: 40px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .contact .center .form .sub-box #slider .labelTip {
    line-height: 40px;
  }
}
@media screen and (max-width: 700px) {
  .contact .center .form {
    margin-top: 40px;
  }
  .contact .center .form .box .item {
    width: 100%;
    margin-left: 0;
  }
  .contact .center .form .box .item .input-title {
    font-size: 16px;
  }
  .contact .center .form .box .item .input textarea,
  .contact .center .form .box .item .input input {
    font-size: 14px;
  }
  .contact .center .form .sub-box {
    margin-left: 0;
    margin-right: 0;
  }
  .contact .center .btn {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.contact .center .btn {
  width: 160px;
  height: 44px;
  background: #3049a1;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #f9fafc;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-top: 40px;
}
.contact .map {
  width: 100%;
  height: 500px;
  position: relative;
}
.contact .map .mapbox {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .contact .center {
    padding: 101px 30px;
  }
}
@media screen and (max-width: 700px) {
  .contact .center .title {
    font-size: 32px;
  }
}
