.content_box {
  padding-top: 80px;
  padding-bottom: 110px;
}
.content_box #map_container {
  width: 100%;
  height: 490px;
  margin-bottom: 55px;
}
.content_box .info {
  line-height: 35px;
  padding-left: 5px;
}
.content_box .BMap_bubble_title {
  padding-left: 5px !important;
  height: 40px !important;
  line-height: 40px !important;
  box-sizing: border-box !important;
}
.content_box .BMap_bubble_buttons {
  top: 2px !important;
}
.content_box form {
  width: 100%;
}
.content_box form p {
  color: #333333;
  font-size: 16px;
  margin-bottom: 25px;
}
.content_box form input,
.content_box form textarea {
  color: #333333;
  border: 1px solid #eeeeee;
  background: none;
  outline: none;
  font-size: 14px;
  padding-left: 15px;
  font-family: '微软雅黑';
}
.content_box form input::-webkit-input-placeholder,
.content_box form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bababa;
}
.content_box form input:-moz-placeholder,
.content_box form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bababa;
}
.content_box form input::-moz-placeholderm,
.content_box form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bababa;
}
.content_box form input::-ms-input-placeholder,
.content_box form textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bababa;
}
.content_box form div {
  margin-bottom: 20px;
}
.content_box form div input {
  width: 580px;
  height: 46px;
  border-radius: 6px;
}
.content_box form div input:first-child {
  float: left;
}
.content_box form div input:last-child {
  float: right;
}
.content_box form textarea {
  width: calc(1185px);
  height: 215px;
  border-radius: 6px;
  padding-top: 20px;
}
.content_box form button {
  border: none;
  background-color: transparent;
  outline: none;
  width: 146px;
  height: 46px;
  font-size: 18px;
  background-color: #35488a;
  color: #fff;
  cursor: pointer;
  float: right;
  margin-top: 40px;
}
