.div_select {
    position: relative;
    left: 0;
    top: 0;
    border: 1px solid #ddd;
    width: 112px;
    height: 38px;
    margin-right: 10px;
    display: inline;
    float: left;
    z-index: 9999;
}

.div_select_con {
    /*position: absolute;
			left: 1px;*/
    float: left;
    width: 113px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #333;
    font-family: "微软雅黑";
    font-size: 14px;
    vertical-align: middle;
}

.div_select h3 {
    height: 40px;
    cursor: pointer;
}

.ckxq {
    position: absolute;
    z-index: 9999;
    color: #333;
    font-size: 14px;
    bottom: -25px;
    right: 45px;
}

.ckxqshort {
    position: absolute;
    z-index: 9999;
    color: #333;
    font-size: 14px;
    bottom: -25px;
    right: -80px;
}

.div_select ul {
    position: absolute;
    left: 0;
    top: 39px;
    display: none;
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
}

    .div_select ul li {
        display: block;
        padding: 5px;
        border-bottom: 1px dashed #ccc;
        cursor: pointer;
    }

.div_select_jiantou {
    /*position: absolute;
			right: 0;*/
    float: right;
    width: 38px;
    height: 38px;
    background: url(/images/jiantou.jpg) 0 0 no-repeat;
}
.input_btn {
    float: left;
    width: 84px;
    height: 40px;
    background: url(/images/chaxun.jpg) 0 0 no-repeat;
    border: none;
}