/*顶部导航长途物流、湖北快运下拉列表*/
.dropdown-menu{
    max-width: 36.5rem;
    color: #fff;
    border-radius: 0;
}
.dropdown-item{
    display: inline-block;
    color: #fff;
    width: auto;
    padding: 0.5rem 1.5rem;
}
.dropdown-item:hover{
    color: #fff;
    background: #e28712;
}
a:hover {
    text-decoration : none;
}

