/*头部*/

.tb {
    background: rgb(51, 51, 51);
    width: 100%;
}

.tb_right li {
    line-height: 90px;
    float: left;
    margin: 0 5px;
    color: #fff;
}

.tb_right li a {
    color: #fff;
    margin: 0 10px;
    font-size: 16px;
}

.tb_right li a:hover {
    color: rgb(230, 145, 56);
}

.tb_left {
    margin-top: 6px;
    margin-right: 25px;
}


/*头部结束*/