/**
 * 导航栏下拉菜单
 */
.navbar a em {
    display: inline-block;
    width: 11px;
    height: 7px;
    background: url(../images/xiala-icon.png) no-repeat 0 0;
    vertical-align: top;
    margin-top: 18px;
    margin-left: 7px;
}
.youxi-label-list {
    position: absolute;
    top: 43px;
    left: 17%;
    /*width: 140px;*/
    padding: 12px 10px 12px;
    background-color: #fff;
    z-index: 2;
    border: 1px solid #dfdfdf;
    display: none;
}
.youxi-label-list a {
    margin: 0 6px;
}
.soft-label-list {
    position: absolute;
    top: 43px;
    left: 43%;
    /*width: 140px;*/
    padding: 12px 10px 12px;
    background-color: #fff;
    z-index: 2;
    border: 1px solid #dfdfdf;
    display: none;
}
.soft-label-list a {
    margin: 0 6px;
}