#select_list li a {
    overflow: hidden;
}

.navbar {
    position: relative;
}

#select_list > li {
    position: static;
}

#select_list li .box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1050;
}

.dropdown-menu {
    left: 185px;
}


#select_list li .box {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 60px;
    left: 0;
    padding-left: 200px;
    background: #fff;
    z-index: 100;
    display: none;
}

    #select_list li .box a {
        display: block;
        height: 50px;
        float: left;
        color: #777;
        line-height: 50px;
        border: none;
        background: none;
        padding: 0 10px;
    }

        #select_list li .box a:hover {
            text-decoration: none;
            color: #2B70DE;
            background: #ccc;
        }
.displaynone{
    display:none
}
.width1 {
    width: 300px
}
.align1 {
    text-align: center
}
.alignleft {
    text-align: left
}
.margin1 {
    margin-top: 12px
}
.border1 {
    border-bottom: none
}
.divdown {
    text-align: center;
    font-size: .6em;
    font-family: 'Microsoft YaHei'
}
.imgdown {
    display: block;
    width: 120px;
    margin: .5em auto
}
.font1 {
    font-size: 0.8em;
}
.background1 {
    background: #ccc
}