@charset "utf-8";
/* CSS Document */
#footer {
    clear: both;
    width: 100%;
    height: 340px;
    margin-top: 20px;
    background:url("../images/footer_bg.png") no-repeat ;
}
.yqlj{
    height: 45px;
    margin-bottom: 20px;
}
.from{ overflow:hidden;}
.diy_select{height:38px;width:223px;position:relative;font-size:12px;margin:0 9px;background:#fff;color:#4b4b4b;float:left; cursor:pointer;}
.diy_select:hover{  background:#f7f7f7;}
.diy_select_btn,.diy_select_txt{float:left;height:100%;line-height:38px}
.diy_select,.diy_select_list{border:1px solid #dfdfdf !important; background:#fff; margin-top:3px;}
.diy_select_txt{width:180px;}
.diy_select_txt,.diy_select_list li{text-indent:10px;overflow:hidden}
.diy_select_btn{width:28px; background:url(../images/select_icon.png) no-repeat right center;}
.diy_select_list {
    position: absolute;
    top: 35px;
    left: -1px;
    z-index: 88888;
    border-top: none;
    width: 100%;
    display: none;
    _top: 29px;
    min-height: 200px;
    overflow-y: scroll;
}
.diy_select_list li{list-style:none;height:35px;line-height:35px;cursor:default;_background:#fff}
.diy_select_list li.focus{background:#ededed;}
#footer p{
    text-align: center;
    line-height: 32px;
}

#footer p a{
    margin: 0 13px;
}
