body {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
  font: 12px/24px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  font: 12px/24px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
  color: #333;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }*/
.Width {
  width: 86%;
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
}

.hide, .onlymob {
  display: none;
}

.container {
  width: 86%;
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box
}

.container::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}

ul::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}

.wrap {
  width: 86%;
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box
}

/*header*/
.header {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}

.header_l {
  float: left;
  margin-left: 5px;
}

.header_l a {
  float: left;
}

.name {
  float: left;
  border-left: 1px solid #C1C1D9;
  padding-left: 16px;
  margin-top: 10px;
  margin-left: 16px;
  font-size: 28px;
  color: #666;
}

.login {
  float: right;
  margin-top: 10px;
  color: #9466CD;
  font-size: 16px;
}

.login a {
  color: #9466CD;
}

.login a:hover {
  text-decoration: underline;
}

.nav_box {
  background: #8b5ec4;
  height: 80px;
  box-sizing: border-box;
  padding-top: 15px;
}

.nav_tab>li {
  float: left;
  width: 10%;
  height: 65px;
  line-height: 50px;
  text-align: center;
  margin-right: 5%;
  font-size: 20px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  position: relative;
}

.nav_tab>li>a {
  color: #fff;
}

.nav_tab>li:hover {
  background: #fff;
  color: #8b5ec4;
}

.nav_tab>li:hover>a {
  color: #8b5ec4;
}

.nav_tab>li:nth-last-child(1) {
  margin-right: 0;
}

.sec_nav_box {
  display: none;
  z-index: 10;
  position: absolute;
  top: 65px;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.zk_box {
  width: 100%;
  text-align: center;
}

.sec_nav_box li {
  line-height: 40px;
  font-size: 15px;
}

.sec_nav_box li a {
  color: #333;
}

.sec_nav_box li a b, .city_list li b {
  font-weight: bold;
}

.zk_box li:hover {
  background: #8b5ec4;
}

.zk_box li:hover a {
  color: #fff;
}

.tk_box li, .zl_box li {
  box-sizing: border-box;
  padding-left: 10px;
  width: 300px;
  line-height: 40px;
  font-size: 14px;
  text-align: left;
}

.zl_box li {
  width: 205px;
}

.tk_box li span, .zl_box li span {
  color: #333;
}

.tk_box li a:hover, .zl_box li a:hover {
  text-decoration: underline;
  color: #8b5ec4;
}

.after_nav_box {
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 30px 0;
  margin-bottom: 30px;
}

.after_nav_title {
  display: block;
  float: left;
  width: 60px;
  height: 90px;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  color: #8b5ec4;
  background: #f2f2f2;
  border-radius: 5px;
}

.city_list {
  display: block;
  float: right;
  width: calc(100% - 60px);
}

.city_list li {
  float: left;
  width: 5%;
  height: 35px;
  line-height: 35px;
  margin: 5px 0;
  text-align: center;
  font-size: 16px;
}

.city_list li a {
  display: block;
  width: 100%;
  color: #333;
}

.city_list li a:hover {
  background: #f2f2f2;
  border-radius: 5px;
}

@media only all and (max-width:1080px) {
  .container {
    width: 94%;
    min-width: 94%;
  }

  .leftcon {
    padding: 0;
  }

  .Width {
    max-width: 94%;
    min-width: 94%;
  }


  .nav_box {
    height: 2.5rem;
    padding-top: 0;
  }

  .nav_tab>li {
    width: 13%;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 1%;
    font-size: .75rem;
    border-radius: .25rem .25rem 0 0;
  }

  .nav_tab>li:last-child {
    margin-right: 0;
  }

  .after_nav_box {
    box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .1);
    padding: .5rem 0;
    margin-bottom: 1rem;
  }

  .after_nav_title {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.2rem;
    padding: 0 .25rem;
    margin-top: 1.6rem;
    font-size: .75rem;
    border-radius: .1rem;
  }

  .city_list {
    width: calc(100% - 3rem);
  }

  .city_list li {
    width: 12%;
    height: auto;
    margin: .1rem 0;
    line-height: inherit;
    font-size: .7rem;
  }

  .city_list li:last-child {
    width: 15%;
  }
  .crumbsNav{
    padding: .35rem .25rem .2rem;
  }
  .crumbsNav{
    line-height: 1.1rem ;
margin: .5rem 0;
font-size: .75rem;
  }
  .listPage li{
    font-size: .7rem;
    margin-right: .2rem;
  }
  .listPage li:last-child{
    margin-right: 0;
  }
  .listPage span{
    margin: 0 0 0 .15rem;
    font-size: .7rem;
  }
  .listPage a{
    padding:0 .12rem;
  }
}
