.area-map {
  width: 100%;
  height: 676px;
  /* margin-top: 20px; */
  /* margin-top :160px; */
  margin-bottom: 20px;
  display: none;
}

.area-map > div:first-child {
  width: 100% !important;
}

.area-intro {
  margin-bottom: 0;
}
.region_retrieval_title{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.retrieval_tinfo{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  color:#999999;
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
}
.retrieval_tLetter{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 10px;
}
.retrieval_tLetter a{
  width: 28px;
  min-height: 1px;
  font-size: 14px;
  overflow: hidden;
  display:block;
  line-height: 32px;
  margin-right: 10px;
  text-align: center;
  background-color: #ffffff;
  color:#666666;
  float: left;
}
.retrieval_tLetter a:hover{
  background-color: #18d21c;
  color:#ffffff;
}
.retrieval_tLetter a .active{
  background-color: #18d21c !important;
  color:#ffffff !important;
}
.retrieval_city{
  width: 80%; 
  min-height: 1px;
  overflow: hidden;
  margin-top: 20px;
}
.retrieval_city a{
  width: auto;
  min-height: 1px;
  overflow: hidden;
  display:block;
  float: left;
  line-height: 36px;
  padding:0px 6px;
  border-bottom: 1px solid #f3f5f8;
  color:#333333;
  font-size: 14px;
  margin-right: 6px;
}
.retrieval_city a:hover{
  border-bottom: 1px solid #02509e;
  color:#02509e;
}
.retrieval_city a:active{
  text-decoration: none;
}
.area-city-title1 {
  font-size: 20px;
  color: #222222;
  padding-bottom: 10px;
}

.area-city-letter {
  margin-bottom: 10px;
}

.area-city-letter > a {
  display: inline-block;
  font-size: 16px;
  color: #3F3F3F;
  line-height: 22px;
  margin-right: 20px;
}

#area-city-name {
  margin-bottom: 10px;
}
.region_t_top{
    background-color: #fff;
    width:100%;
    padding-top:26px;
}
.headbanner2{
   padding-top:74px !important;	
}
#area-city-name > span {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
  padding-bottom: 8px;
}

.retrieval_tLetter > a.letter-active {
  background-color: #18d21c !important;
  color:#ffffff !important;
}
#area-city-name > span.name-active {
    border-bottom: 1px solid #02509e;
    color: #02509e;
}
.area-region {
  width: 186px;
  /*max-height: 328px;*/
  background: #FFFFFF;
  border: 1px solid #1490E5;
  /*padding: 20px 20px 0 20px;*/
  /*overflow: auto;*/
  position: absolute;
  display: none;
  z-index: 2;
}

.area-region-top {
  line-height: 65px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.area-region-title {
  font-size: 18px;
  color: #222222;
  display:inline-block;
  /*margin-bottom: 20px;*/
}
.area-region-img {
  width: 18px;
  height: 18px;
  float: right;
  margin-top: 23px;
  cursor: pointer;
}
.area-region-details {
  max-height: 259px;
  padding-left: 20px;
  overflow: auto;
}
.area-region-details div{
  cursor: pointer;
}
.area-region-details div:hover{
  background-color:#ddd;
}

.area-region-content {
  width: 146px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #F1F1F1;
}

.area-region-content-1 {
  float: left;
  width: 28px;
  font-size: 14px;
  color: #232323;
}

.area-region-content-2 {
  float: left;
  width: 14px;
  padding-top: 13px;
  margin-right: 10px;
}

.area-region-content-3 {
  float: left;
  max-width: 90px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .area-city-letter > a {
    font-size: 14px;
    margin-right: 14px;
  }

  .area-city-title1 {
    font-size: 16px;
  }

  .area-city-name > span {
    font-size: 14px;
    margin-right: 14px;
  }

  .area-city-name {
    margin-bottom: 20px;
  }

  .area-city-letter {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .area-city-name {
    margin-bottom: 20px;
  }

  .area-city-letter {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {

}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .area-city-title1 {
    font-size: 18px;
  }

  .area-city-name > span {
    font-size: 15px;
  }

  .area-region-top {
    line-height: 55px;
  }
  .area-region-title {
    font-size: 16px;
  }
  .area-region-img {
    margin-top: 18px;
  }
}