.header-nav .jump-home {
    width: 200px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    background-color: #1EA660;
    color: #fff;
}
.header-nav .jump-home {
    width: 200px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    background-color: #1EA660;
    color: #fff;
}
.www-main {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    margin-bottom: 80px;
    border-bottom: 0;
}
.hot-city, .letter-order {
    width: 1198px;
    padding-left: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.hot-city, .hot-city dd a, .select-city dt {
    font-size: 14px;
    color: #474c4b;
}
.hot-city {
    line-height: 2.5;
}
.hot-city .hc-wrap li, .select-city dt, .select-city dd {
    float: left;
}
.hot-city .hc-wrap .city-item {
    padding: 10px 0;
}
.hot-city .hc-wrap span {
    width: 860px;
    vertical-align: top;
}
.hot-city .hc-wrap .city-l {
    width: 70px;
    margin-right: 20px;
    vertical-align: top;
    font-size: 14px;
    color: #474c4b;
}
.hot-city .hc-wrap a {
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
    color: #474c4b;
}
.letter-order {
    height: 70px;
    line-height: 70px;
}
.letter-order .lo-tips {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    background-color: #1EA660;
    color: #fff;
}
.letter-order .lo-tips i {
    bottom: -8px;
    left: 12px;
    position: absolute;
    border-top: 8px solid #1EA660;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.city-items li {
    border-top: 1px #fff solid;
    border-bottom: 1px solid #e6e6e6;
}
.city-items span {
    width: 1101px;
    display: inline-block;
    vertical-align: top;
}
.city-items p {
    padding: 6px 10px 6px 20px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
}
.city-items .city-l {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 30px;
    vertical-align: top;
    line-height: 33px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    background-color: #f9f8f8;
    color: #474c4b;
    text-align: center;
}
.city-items a {
    display: inline-block;
    zoom: 1;
    height: 20px;
    margin: 5px 10px;
    border-radius: 0;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}
.hot-city .hc-wrap a:hover,.city-items a:hover{
    color: #1EA660;
}
.city-items li:hover{
    background: #e6e6e6;
}
.city-items li:hover .city-l{
    color: #fff;
    background-color:#1EA660;
}