.h_ggTitle {
  text-align: center;
}
.h_ggTitle .h_title {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}
.h_ggTitle .h_desc {
  width: 533px;
  margin: 0 auto;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #A0A0A0;
  line-height: 24px;
}
.h_jjfa {
  padding: 70px 0;
  align-items: stretch;
}
.h_jjfa .h_L {
  width: 60%;
  padding-right: 6%;
}
.h_jjfa .h_L .h_ggTitle {
  text-align: left;
}
.h_jjfa .h_L .h_ggTitle .h_title::before {
  display: none;
}
.h_jjfa .h_L .h_ggTitle .h_desc {
  width: auto;
}
.h_jjfa .h_L .h_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.h_jjfa .h_L .h_list .h_box {
  width: 49%;
  background: rgba(222, 222, 222, 0.3);
  border-radius: 4px 4px 4px 4px;
  padding: 12px;
  margin-right: 1%;
  margin-bottom: 14px;
}
.h_jjfa .h_L .h_list .h_box img {
  width: 24px;
  height: 24px;
}
.h_jjfa .h_L .h_list .h_box input {
  width: calc(100% - 32px);
  background-color: transparent;
  font-size: 13px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #979797;
}
.h_jjfa .h_L .h_ckgd {
  cursor: pointer;
  margin-top: 20px;
  display: inline-block;
  padding: 9px 26px;
  border: 2px solid #D9D9D9;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999;
  position: relative;
  border-radius: 4px;
  background: transparent;
}
.h_jjfa .h_L .h_ckgd::after,
.h_jjfa .h_L .h_ckgd::before {
  content: '';
  position: absolute;
  background-color: #fff;
}
.h_jjfa .h_L .h_ckgd::after {
  width: 10px;
  height: 4px;
  top: -3px;
  right: 20px;
}
.h_jjfa .h_L .h_ckgd::before {
  height: 10px;
  width: 4px;
  right: -3px;
  top: 10px;
}
.h_jjfa .h_L .h_ckgd:hover {
  border-color: #17868D;
  color: #17868D;
}
.h_jjfa .h_R {
  background-color: #17868D;
  width: 40%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.h_jjfa .h_R .h_p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}
.h_jjfa .h_R .h_p img {
  width: 20px;
  margin-right: 7px;
}
.h_jjfa .h_R .h_p p {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
/*.map{*/
    /*height: 400px;*/
/*    margin-bottom: 70px;*/
/*}*/
/*.map img{width: 100%;}*/
#map {
  margin-bottom: 70px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .h_jjfa {
    flex-wrap: wrap;
  }
  .h_jjfa .h_L,
  .h_jjfa .h_R {
    width: 100%;
  }
  .h_jjfa .h_L {
    margin-bottom: 30px;
    padding: 0;
  }
}
