*{
    margin: 0;
    padding: 0;
}
li{
  list-style: none;
}
.home_header_block_address{
  height: auto;
}
.homeCity{

}
.homeCityBanner{
    width: 100%;
    min-width:1100px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.homeCityBannerTitle{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 城市首页标题 */
.homeCityBannerTitles{
    margin-top: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeCityBannerTitles img{
    width: 48px;
    height: 59px;
}
.homeCityBannerTitles .spantext{
    margin-left: 23px;
    font-size: 42px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

/* 导航 */
.homeCityBannerNav{
    color: #ff8000;
    font-size: 36px;
    margin-top: 96px;
    text-align: center;
}
.homeCityBannerNav a{
    color: #ff8000;
}



/* 热门城市列表文字 */
.cityListConent{
    width: 100%;
    background: #f9f9f9;
}
.cityListBox .city_list {
    width: 1170px;
    margin: 0 auto;
    padding-top: 52px;
  }
  .cityListBox .city_list > .h6 {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 550;
    color: #000;
    line-height: 1;
    text-align: center;
  }
  .cityListBox .city_list .h6 span {
    position: relative;
  }
  .cityListBox .city_list .h6 span:after {
    content: "";
    width: 10px;
    height: 3px;
    background: #091534;
    position: absolute;
    left: -20px;
    top: 15px;
  }
  .cityListBox .city_list .h6 span:before {
    content: "";
    width: 10px;
    height: 3px;
    background: #091534;
    position: absolute;
    right: -20px;
    top: 15px;
  }
  .cityListBox .city_list .list_nav {
    display: flex;
    flex-flow: wrap;
    overflow: hidden;
    height: 196px;
    margin-top: 30px;
  }
  .cityListBox .city_list .list_nav .nav_flex {
    display: flex;
    width: calc(50% - 15px);
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #eee;
  }
  .cityListBox .city_list .list_nav .nav_flex:nth-child(odd) {
    margin-right: 15px;
  }
  .cityListBox .city_list .list_nav .nav_flex:nth-child(2n) {
    margin-left: 15px;
  }
  .cityListBox .city_list .list_nav .nav_flex > p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 1;
    white-space: nowrap;
    margin-top: 3px;
    margin-right: 30px;
    font-weight: 700;
  }
  .cityListBox .city_list .list_nav .nav_flex .top_ul:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
  }
  .cityListBox .city_list .list_nav .nav_flex .top_ul li a:hover {
    color: #ff8000 !important;
  }
  .cityListBox .city_list .list_nav .nav_flex .top_ul > li {
    cursor: pointer;
    float: left;
    margin-right: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    color: #444;
    list-style: none;
  }
  .cityListBox .city_list .list_nav .nav_flex .top_ul > li > a {
    font-size: 14px;
    color: #444;
  }
  .cityListBox .city_list .list_nav .ishover {
    width: 100%;
    background-color: #e9e9e9;
    opacity: 0.85;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding: 11px;
    border-radius: 2px;
    overflow: hidden;
  }
  .cityListBox .city_list .list_nav .ishover li {
    margin-right: 15px;
    margin-bottom: 8px;
    font-size: 13px !important;
    cursor: pointer;
    float: left;
    margin-right: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    color: #444;
    list-style:none;
  }
  .cityListBox .city_list .list_nav .ishover li span {
    font-size: 13px;
    margin-right: 2px;
  }
  .cityListBox .city_list .list_nav .ishover li a {
    color: #444;
    font-size: 13px;
    margin-right: 2px;
    display: inline-block;
  }
  .cityListBox .city_list .list_nav .ishover li a:hover {
    color: #ff8000 !important;
  }

  .cityListBox a{
    cursor: pointer;
    margin-right: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    color: #444;
    color: #2d8cf0;
    background: 0 0;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease;
  }

  .cityListBox .city_list_box {
    background: #f9f9f9;
  }
  .cityListBox .issq_box {
    padding-bottom: 20px;
    text-align: center;
  }
  .cityListBox .issq_box .issq {
    padding: 0 100px;
    color: #999;
    font-size: 14px;
    position: relative;
    cursor: pointer;
  }
  .cityListBox .issq_box .issq:after {
    left: 17px;
  }
  .cityListBox .issq_box .issq:after,
  .cityListBox .issq_box .issq:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    top: 7px;
  }
  .cityListBox .issq_box .issq:before {
    right: 17px;
  }
  .city_li_div{
  }

  /* 热门城市列表文字图片 */
  .cityImgConent{
    width: 100%;
    background: #ffffff;
  }

  .cityImgConent .cityListBox .img_list {
    margin-top: 32px;
  }
  .cityImgConent .cityListBox .img_list > ul {
    display: flex;
    flex-flow: wrap;
  }
  .cityImgConent .cityListBox .img_list > ul > li {
    width: 270px;
    height: 200px;
    background: url(https://static.yxdc.top/zt/yuanxing-pc/dist/img/f2e39a1.jpg)
      no-repeat;
    background-size: 280px 200px;
    margin-right: 26px;
    margin-bottom: 24px;
    position: relative;
    background-size: cover !important;
  }
  .cityImgConent .cityListBox .img_list > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .cityImgConent .cityListBox .img_list > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .cityImgConent .cityListBox .img_list > ul > li > a .img_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #091534;
    opacity: 0.4;
  }
  .cityImgConent .cityListBox .img_list > ul > li > a .img_cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .cityImgConent .cityListBox .img_list > ul > li > a .img_cont > p {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-bottom: 9px;
  }
  .cityImgConent .cityListBox .img_list > ul > li > a .img_cont > span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 1;
  }