/**!
* 导航
* date:2020-11-11
* author: wuzhou;
*/

body {
    min-width: 1350px;
    background-color: #fff;
}


 



/* 面包屑 */
.route-info {
    line-height: 38px;
    padding:20px 0 20px 24px;
    color:#999;
    font-size: 16px;
    background: url("../images/loca_ico.png") left center no-repeat;
}

.route-info>a {
    color:#999;
}
.route-info>span>a {
    color:#999;
}
.route-info>span {
     color:#0688d6; 
}
