.header_top{
    background: #fff;
    color: #999;
}
.header_top .logo {
    background: url(../images/logo2.png) center no-repeat;
}
.header_top .menu .menu-item .menu_a, .header_top_scroll .menu .home .menu_a {
    color: #777;
}
ul li a{
    text-decoration: none;
    color:#333;
}

.search_list_page{
    width:100%;
    text-align: center;
    margin:20px auto;
}
.search_list_page a {
    display: inline-block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color:#999;
    background: #F8F8F8;
    margin: 0 5px;
    padding:0px 5px;
    border: 1px solid #DDD;
    border-radius: 4px;
    text-decoration: none;
}
.search_list_page a:hover {
    background:#e9e9e9;
}