
/*列表页*/
#hedaer{
	    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    text-align: center;
    color: #FFF;
}
#hedaer .top{
	    height: 60px;
        background: url(../img/top.gif) no-repeat;
    background-size: 100% 100%;
}
#hedaer .local{    color: #555555;
	    height: 40px;
    background: white;    text-align: left;
    padding-left: 10px;
    line-height: 40px;    border-bottom: 1px solid gainsboro;
}
#hedaer img{
	height: 60px;
    margin-top: 0px;
    margin-left: -20px;
}
.title_sub{
	    height: 40px;
    background: #17a6f9;
    text-align: left;
    line-height: 40px;
    color: white;
    margin-left: -10px;
    font-size: 16px;
}
.title_sub span{
	    display: block;
    height: 40px;
    background: #086dc7;
    width: 100px;
    text-align: center;
}
.s_nav1 a{
	    display: inline-block;
    padding: 5px;
    font-size: 12px;
    background: #FF9800;
    color: white;
    border-radius: 5px;
    margin: 10px 10px 0 0px;
}
