/* CSS Document */
.search .sec-text
{
    width: 360px;
    color:#AAA;
}

/*--------------------page---------------------*/
.pageBtn_frist
{
    background: url(/img/pagetitle.gif) no-repeat 0px 0px;
    height: 16px;
    width: 16px;
}
.pageBtn_frontpage
{
    background: url(/img/pagetitle.gif) no-repeat 0px -16px;
    height: 16px;
    width: 16px;
}
.pageBtn_nextpage
{
    background: url(/img/pagetitle.gif) no-repeat right -32px;
    height: 16px;
    width: 16px;
}
.pageBtn_end
{
    background: url(/img/pagetitle.gif) no-repeat right -47px;
    height: 16px;
    width: 16px;
}
/*.pageBten_sx
{
    background: url(/img/pagetitle.gif) no-repeat right -64px;
    height: 16px;
    width: 16px;
}*/
.qh
{
    position: absolute;
    top: 50px;
    right: 5px;
    width: 72px;
    height: 75px;
    background: #fff;
    border: 1px solid #b5b5b5;
    cursor: pointer;
    color: #535353;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.qh b
{
    display: block;
    height: 46px;
    width: 64px;
    border: 1px solid #b5b5b5;
    margin: 3px auto;
}
.qh span
{
    line-height: 20px;
    display: block;
    text-align: center;
    font-weight: bold;
}
.map
{
    background: url(../styles/zlsearch/map.gif) no-repeat left top;
}
/*.jtb
{
    background: url(map2.gif) no-repeat left top;
}*/

.top_btn
{
    position: absolute;
    top: 50px;
    right: 90px;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.top_btn a
{
    position: relative;
    height: 23px;
    width: 55px;
    line-height: 23px;
    float: left;
    display: inline-block;
    text-align: center;
    border: 1px solid #b5b5b5;
    margin-left: -1px;
    background: #fff;
    color: #535353;
    cursor: pointer;
}
.top_btn a:link, .top_btn a:visited
{
    font-weight: bold;
    color: #535353;
}
.top_btn a:hover
{
    color: #ff6600;
}





