.center-nav{

    border-bottom: 1px solid #e0e0e0;
}
.center-nav ul.navbar-nav {
    /*margin-top:0;*/
    width: 100%;
    height: 100%;
    margin:0;
}

.center-nav ul.nav>li{
    height: 65px;
    margin:0;
    text-align: center;
    width: 12.5%;   /*���µ��� 20170407 bai*/
}

.center-nav ul.nav li>a{
    display: block;
    line-height:67px;   /*���µ��� 20170407 bai*/
    color:#333;
    background-color: transparent;
    font-weight: 700;
}

.center-nav ul.nav li a:hover {
    background-color: transparent;
    color:#d8232a;
}
.center-nav ul.nav li.active>a {
    color:#d8232a;
}
.center-nav .manage-item {
    position: relative;
}
.center-nav .manage-item .list {
    position: absolute;
    z-index:99;
    /*width: 494px;*/
    display: none;
    border:1px solid #e0e0e0;
    border-top:0;
    background-color: white;
    margin-top: -1px;
    padding: 0 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}
.common-service .list {
    width: 510px;
}
.trade-service .list {
    width: 383px;
}
.provider-service .list {
    width: 383px;
}
.bidding-service .list {
    width: 383px;
}
.finance-service .list {
    width: 390px;
    /*left: -120px;*/
}
.customer-service .list {
    width: 280px;
    left: -120px;
}
.contract-service .list {
    width: 144px;
}

.center-nav .manage-item .list .sublist {
    float: left;
    width: 120px;
}

.center-nav .manage-item .list .sublist dt {
    border-bottom: 1px solid #e0e0e0;
    line-height: 45px;
    font-size: 14px;
}
.center-nav .manage-item .list .sublist dt a{
    color: #333;
}
.center-nav .manage-item .list .sublist dt a:hover{
    color: #d8232a;}

.center-nav .manage-item .list .sublist dd {
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    text-overflow-ellipsis: ellipsised;
    /*padding: 0 15px;*/
}
.center-nav .manage-item .list .sublist dd a {
    font-size: 12px;
    line-height: 25px;
    color: #666;
}
.center-nav .manage-item .list .sublist dd a:hover {
    color: #d8232a;
}

.num{
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height:16px;
    text-align: center;
    background-color: #d8232a;
    color:#fff;
    margin-left:2px;
}
.center-nav .navbar-nav>li>a{
    padding: 0;
    font-size: 16px;
    color: #333;
}

.title-mark {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
}
.title-mark:before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 20px;
    background: #d8232a;
    left: -5px;
}
iframe {
    margin-bottom: -4px;
    overflow: hidden;
    min-height: 500px;
}
/*侧边栏导航*/
.side-bar {
    position: fixed;
    bottom: 5px;
    right: 20px;
    z-index: 999;
    width: 70px;
    /*height: 200px;*/
    background-color: #b6b6b6;
}
.side-bar a{
    color: #fff;
}
.side-bar .to-top{
    /*border-top: 1px solid #ffffff;*/
}
/*.side-bar ul li:hover,.side-bar .to-top  ul li a:hover {
    background-color: #d8232a;
}*/
.side-bar .to-top  ul li a{
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
}
.side-bar-detail {
    width: 100%;
    height: 280px;
    /*border-bottom: 1px solid #ffffff;*/
}
.side-bar-detail ul li {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    color: #fff;
}
.side-bar-detail ul li span {
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 20px;
}
.side-bar-detail ul li i {
    font-size: 28px;
    position: absolute;
    top: -5px;
    right: 22px;
}
.side-bar-detail .yilogo {
    background: url("../../images/index/yilogo.png") no-repeat 1px;
}
/*二级详细导航最后一个隐藏菜单调整17-05-18*/
.manage-item a:hover {
    color: #d2322d;
}

.more-service .list {
    width: 144px;
}
.unfind img{
    margin-top: 100px;
}
.unfind h3{
    margin-top: 70px;
    padding-bottom: 100px;
}