.localSer_LmoD .serNav li {
    height: 196px
}

.localSer_LmoD .serNav li a {
    line-height: 42px
}

.localSer_LmoD .serNav li {
    padding: 17px 15px;
}

/*------------------地区选择样式-----------------*/
.clearFix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

.areaSelect {
    background: #fff;
    width: 1100px;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 60px;
    border: 1px solid #ddd;
    display: none;
    margin-left: -550px;
}

.areaSelect_Nav {
    line-height: 48px;
    /*height: 48px;*/
    padding: 5px 65px 2px 30px;
    font-size: 19px;
    font-weight: 600;
    color: #333;
}

.areaSelect_Nav span {
    cursor: pointer;
}

.areaSelect_List {
    padding: 0 10px 10px;
    max-height: 304px;
    overflow-y: auto;
}

.areaSelect ul li {
    float: left;
    margin-top: 24px;
    margin-left: 38px;
    margin: 12px 20px;
    min-width: 135px;
    cursor: pointer;
    font-size: 17px;
}

.areaSelect ul li:hover {
    color: #c3040f
}

.areaSelect_Node {
    font-size: 17px;
    width: 1050px;
    /*height: 45px;*/
    line-height: 45px;
    margin: 0 auto;
    border-top: 2px solid #ddd;
    color: #333;
}

.areaSelect_Node span > span {
    cursor: pointer;
}

.areaSelect_Node span > span:hover, .areaSelect_Nav span:hover {
    color: #c40311;
}

.areaSelect_Bo {
    padding: 5px 25px 18px;
}

.areaSelect_Bot {
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 100px;
    background: #c40311;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

/*------------------地区选择样式-----------------*/