
/* loaction */
.location {
    width: 100%;
    background: #1fa7f1;

}

.location > ul:after {
    display: block;
    clear: both;
    content: '';
}

.location > ul > li {
    position: relative;
    float: left;
}

.location > ul > li + li {
    min-width: 180px;
    border-left: 1px solid #129eea;
}

.location > ul > li:first-child {
    background: url(/images/img_loc_home.png) no-repeat 0 0;
}

.location > ul > li > a {
    font-size: 16px;
    line-height: 64px;
    display: block;
    height: 64px;
    padding: 0 97px 0 23px;
    letter-spacing: -1px;
    color: #fff;
    background: url(/skin/skin239/images/img_loc_home_add.png) no-repeat;
    background-position: right 26px center;
}
.location > ul > li:first-child > a.on {
    background: none !important;
}
.location > ul > li > a.on {
    color: #323232;
    background: #fff url(/skin/skin239/images/img_loc_home_m.png) no-repeat;
    background-position: right 26px center;
}

.location > ul > li:first-child > a {
    width: 64px;
    padding: 0;
    border: 0;
}

.location > ul > li:last-child > a {
    border-right: 1px solid #129eea;
}

.locDep {
    position: absolute;
    top: 64px;
    left: 0;
    display: none;
    width: 100%;
    padding: 20px 0 29px;
    border: 1px solid #f2f2f2;
    background: #fff;
}

.locDep li {
    width: 100%;
}

.locDep li a {
    font-size: 16px;
    line-height: 34px;
    display: block;
    padding: 0 20px;
    color: #929292;
}

.locDep li a:hover {
    text-decoration: underline;
    color: #1fa7f1;
}