﻿* {
    margin: 0;
    padding: 0;
}

body, html {
    background-color: #dae2e5;
}

.body {
    font-size: 16px;
    font-family: 'Arial','微软雅黑';
}

ul, li {
    list-style: none;
}

table {
    width: 100%;
    table-layout: fixed;
}

.blue-active {
    color: #005db4;
}

input::-webkit-input-placeholder {
    color: #979da5;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #979da5;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #979da5;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #979da5;
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}

.form {
    position: relative;
}

.form-title {
    width: 100%;
    line-height: 50px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e9e9e9;
}

    .form-title div {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-left: 100px;
        padding-right: 40px;
        font-size: 16px;
    }

        .form-title div p {
            float: left;
        }

            .form-title div p span {
                color: #0e6ac1;
            }

            .form-title div p.last-child {
                float: right;
            }

.nav-top {
    width: 100%;
    height: 80px;
    background-color: #fff;
}

.nav-top-content {
    width: 1166px;
    height: 80px;
    margin: 0 auto;
}

    .nav-top-content .log {
        width: 169px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 20px 0;
        float: left;
        margin-left: 18px;
        margin-right: 90px;
    }

    .nav-top-content ul {
        float: left;
    }

        .nav-top-content ul li {
            float: left;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            padding: 0px 20px;
            line-height: 80px;
            color: #005bac;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }

.nav-top-title-active {
    height: 80px;
    background-color: #f3f9fc;
    border-bottom: 5px solid #31b6fc;
}

.log-in-bg {
    background-size: 100% 100%;
    /* max-width: 1366px; */
    height: 300px;
    background-image: url(/branchservice/images/zh-CN/mainNew/banner-bg4.png);
}

.log-content {
    width: 1166px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

    .log-content .bgchangeer {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 10px;
    }

        .log-content .bgchangeer .point {
            display: inline-block;
            width: 5px;
            height: 5px;
            font-size: 90px;
            border: solid 1px #ccc;
            background-color: #ccc;
            cursor: pointer
        }

.content-box {
    width: 425px;
    height: 100%;
    float: right;
    position: relative;
}

    .content-box > div {
        /*height: 150px;*/
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 20px 0px 0px 25px;
    }



.company {
    height: 140px;
    background-color: #fff;
    filter: alpha(opacity=80);
    background-color: rgba(255,255,255,0.8);
}

.company-icon {
    width: 94px;
    height: 73px;
    float: left;
    margin-top: 24px;
    margin-right: 24px;
}

.company ul {
    width: 390px;
    float: left;
}

    .company ul li {
        font-size: 14px;
        color: #005bac;
        line-height: 18px;
        margin-bottom: 5px;
    }

        .company ul li.first-child {
            font-size: 18px;
            color: #0298e7;
            text-shadow: 1px 1px 2px #96b5d1;
            margin-bottom: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 20px;
        }

        .company ul li span.first-child {
            display: inline-block;
            width: 100px;
            text-align: right;
            overflow: hidden;
        }

.star-icon {
    width: 20px;
    height: 19px;
    vertical-align: bottom;
}

.work {
    height: 160px;
    background-color: #fff;
    filter: alpha(opacity=60);
    background-color: rgba(255,255,255,0.6);
    font-size: 14px;
    border: solid 1px transparent;
    padding-top: 18px !important;
}

    .work ul li {
        margin-bottom: 11px;
        color: #666;
    }

        .work ul li.first-child {
            margin-bottom: 10px;
            font-size: 15px;
        }

        .work ul li span {
            width: 76px;
            display: block;
            float: left;
            text-align: center;
        }

        .work ul li.first-child span {
            color: #1b67ae;
        }

        .work ul li span.first-child {
            width: 68px;
            text-align: left;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .work ul li span.last-child {
            width: 95px;
        }

    .work.open {
        position: absolute;
        z-index: 900;
        background-color: rgba(255,255,255,0.75);
        height: auto;
        min-height: 150px;
        border: solid 1px #cbcbcb;
        min-width: 425px;
    }

    .work .u-toggle {
        text-align: right;
        display: none;
    }

        .work .u-toggle .btn-toggle {
            background-image: url(/branchservice/images/zh-cn/arr_b1.png);
            display: inline-block;
            height: 24px;
            width: 24px;
            cursor: pointer;
        }

    .work.open .u-toggle .btn-toggle {
        background-image: url(/branchservice/images/zh-cn/arr_t1.png);
        background-color: gray;
        border-radius: 12px;
    }

    .work #bidList {
        height: 115px;
        overflow-y: auto;
        min-height: 95px;
    }

    .work.open #bidList {
        height: auto;
    }


.qualified {
    color: #078f17;
}

.unqualified {
    color: #fe4723;
}

/*统计部分样式*/

.statistics {
    width: 1166px;
    height: 120px;
    margin: 15px auto 15px;
}



    .statistics ul {
        width: 284px;
        height: 100%;
        background-color: #fff;
        -moz-box-shadow: 5px 5px 8px #bfc4c7;
        -webkit-box-shadow: 5px 5px 8px #bfc4c7;
        box-shadow: 5px 5px 8px #bfc4c7;
        float: left;
        margin-right: 10px;
    }

    .statistics li {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 14px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-right: 24px;
    }

    .statistics .statistics-title {
        font-size: 20px;
        text-align: center;
        /*color: #3c4754;*/
        line-height: 35px;
        margin-bottom: 19px;
        position: relative;
        padding: 0;
    }

        .statistics .statistics-title div {
            /*width: 260px;*/
            height: 1px;
            background-color: #d1e0e7;
        }

        .statistics .statistics-title img {
            width: 26px;
            height: 26px;
            position: absolute;
            left: 90px;
            top: 5px;
        }

.statistics-title span {
    font-size: 12px;
    color: #87949b;
    position: absolute;
    right: 9px;
}

.statistics li.last-child {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 41px;
    padding-right: 9px;
}

    .statistics li.last-child p {
        float: right;
        font-size: 12px;
    }

        .statistics li.last-child p span {
            font-size: 22px;
            color: #01a552;
        }




.statistics .disable li.last-child p span {
    color: #999;
}

.statistics .disable .statistics-title h3 {
    color: #999;
}

.statistics .disable li.last-child {
    color: #999;
}





/*统计部分样式end*/
.main.topest {
    width: 1166px;
    margin: 15px auto 35px;
    color: #4a535b;
}

.menu-left {
    width: 200px;
    height: 735px;
    float: left;
    background-color: #f7f8f8;
    font-size: 16px;
    text-align: center;
    -moz-box-shadow: 5px 5px 8px #bfc4c7;
    -webkit-box-shadow: 5px 5px 8px #bfc4c7;
    box-shadow: 5px 5px 8px #bfc4c7;
}

    .menu-left h4 {
        width: 100%;
        height: 50px;
        font-size: 16px;
        color: #0379b7;
        background-color: #bfeaff;
        border-bottom: 1px solid #d1d0d0;
        line-height: 50px;
        text-align: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-left: 23px;
    }

    .menu-left p {
        margin: 0;
    }

    .menu-left ul li {
        line-height: 41px;
        font-size: 14px;
        color: #1b67ae;
    }

    .menu-left ul .menu-title {
        line-height: 40px;
        background-color: #fff;
        font-size: 16px;
        color: #108fd2;
        border-bottom: 1px solid #d1d0d0;
        padding: 0;
        display: block;
        position: relative;
        cursor: pointer;
        text-align: left;
    }

        .menu-left ul .menu-title span.title {
            margin-left: 25px;
        }

    .menu-left ul .menu-list {
        display: none;
    }

        .menu-left ul .menu-list.disable a {
            color: #999;
        }

    .menu-left ul .menu-title.disable span {
        color: #999;
    }


    .menu-left ul .menu-list .menu-second-title {
        color: #108fd2;
    }


    .menu-left ul .menu-list .menu-third a {
        display: block;
        text-align: left;
        height: 25px;
        line-height: 25px;
        padding-left: 65px;
        color: #108fd2;
        width: auto;
    }

    .menu-left ul .menu-list.disable .menu-third a {
        color: #999;
    }


    .menu-left ul .menu-list.open {
        display: inherit;
    }

    .menu-left ul .menu-list a {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 41px;
    }


    .menu-left ul .menu-title-active {
        background-color: #108fd2;
        color: #fff;
    }

    .menu-left ul .menu-list.first-child {
        padding-top: 0px;
    }

    .menu-left ul .menu-list.last-child {
        border-bottom: 1px solid #d1d0d0;
        padding-bottom: 8px;
    }

    .menu-left ul .menu-list a:hover {
        background-color: #dcdcdc;
    }

    .menu-left .invoice-icon {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(/branchservice/images/zh-cn/mainNew/invoice-icon.png) no-repeat 100%;
        position: absolute;
        left: 25px;
        top: 19px;
    }

    .menu-left .menu-title img {
        width: 10px;
        height: 6px;
        position: absolute;
        top: 18px;
        right: 11px;
    }


.data-service img {
    width: 22px;
    height: 22px;
    float: left;
    margin-left: 40px;
    margin-top: 10px;
    margin-right: 8px;
}

.data-service .certification-icon {
    width: 24px;
    height: 21px;
    margin-right: 11px;
}

.data-service .page-icon {
    width: 24px;
    height: 21px;
    margin-right: 11px;
}

.data-service p {
    float: left;
}

.content-middle {
    width: 710px;
    margin-left: 8px;
    float: left;
}

.notice {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #fe4b27;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 17px;
}

    .notice span {
        color: #108fd2;
    }

    .notice img {
        width: 18px;
        height: 15px;
        float: left;
        margin-top: 13px;
        margin-right: 8px;
    }

    .notice p {
        float: left;
    }

.content {
    height: 300px;
    font-size: 14px;
    -moz-box-shadow: 5px 5px 8px #bfc4c7;
    -webkit-box-shadow: 5px 5px 8px #bfc4c7;
    box-shadow: 5px 5px 8px #bfc4c7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative;
}

.content-title {
    line-height: 45px;
    background-color: #fff;
    margin-bottom: 1px;
}

    .content-title li {
        width: auto;
        padding: 0 10px;
        font-size: 16px;
        text-align: center;
        float: left;
        color: #4a535b;
    }

        .content-title li .undoTotalCount {
            color: red;
        }

    .content-title .title-active {
        color: #fff;
        background-color: #108fd2;
    }

    .content-title li.last-child {
        width: auto;
        float: right;
        margin-right: 12px;
        color: #87949b;
        font-size: 14px;
    }

 

.datavalues.disable .table-title td {
    color: #999;
}

.table-box {
    height: 254px;
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .table-box table {
        width: 100%;
        font-size: 12px;
    }

.table-title td {
    height: 40px;
    text-align: center;
    color: #1b67ae;
    background-color: #f3f9fc;
    border-bottom: 1px solid #ebf1f3;
}

    .table-title td.first-child {
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 54px;
    }

.table-info td {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 22px;
    color: #4a535b;
}

    .table-info td.first-child {
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .table-info td span {
        display: inline-block;
        width: 5px;
        height: 5px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #d1e0e7;
        margin-right: 13px;
        vertical-align: middle;
    }

    .table-info td a {
        color: #005bac;
    }

.business-title li, .consulting-title li {
    color: #108fd2;
}

.matters {
    height: 180px;
}

    .matters .content-title {
        margin-bottom: 0;
    }

.matters-box {
    height: 134px;
    background-color: #fff;
}

    .matters-box ul li {
        width: 176px;
        height: 66.5px;
        font-size: 16px;
        color: #108fd2;
        text-align: center;
        border-top: 1px solid #d1e0e7;
        border-right: 1px solid #d1e0e7;
        float: left;
    }

    .matters-box li p {
        display: inline-block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 20px;
    }

    .matters-box li a {
        display: block;
        height: 100%;
        color: #108fd2;
    }

        .matters-box li a:hover {
            display: block;
            height: 100%;
            color: #108fd2;
            background-color: #f3f9fc;
        }

    .matters-box li p span {
        display: inline-block;
        width: auto;
        min-width: 15px;
        padding: 0 3px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        position: absolute;
        right: -35px;
        top: 11px;
        border: 2px solid #fe4b28;
        border-radius: 12px;
        background-color: red;
    }



    .matters-box ul li.disable {
        color: #999;
    }

    .matters-box li.disable a {
        color: #999;
    }
    .matters-box li.disable p span {
        border: 2px solid #999;
        border-radius: 12px;
        background-color: #999;
    }
    .business {
        height: 175px;
    }

    .business .business-box {
        height: 129px;
        background-color: #fff;
    }

        .business .business-box li {
            width: 118px;
            height: 129px;
            float: left;
            text-align: center;
            font-size: 16px;
        }

            .business .business-box li img {
                width: 65px;
                height: 65px;
                margin-top: 16px;
                margin-bottom: 10px;
            }

            .business .business-box li p {
                line-height: 16px;
            }

            .business .business-box li.disable {
                color: #999;
            }

                .business .business-box li.disable a {
                    color: #999;
                }





.menu-right {
    width: 240px;
    height: 735px;
    float: left;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: 8px;
    -moz-box-shadow: 5px 5px 8px #bfc4c7;
    -webkit-box-shadow: 5px 5px 8px #bfc4c7;
    box-shadow: 5px 5px 8px #bfc4c7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 16px;
}

    .menu-right > div {
        height: auto;
        margin-bottom: 20px;
        color: #87949b;
        font-size: 14px;
    }

    .menu-right h3 {
        font-size: 16px;
        color: #108fd2;
        text-align: left;
        line-height: 45px;
        border-bottom: 1px solid #d1e0e7;
    }

    .menu-right > div.last-child {
        margin: 0;
    }

.right-help ul li {
    width: auto;
    width: 56px;
    float: left;
    margin-top: 15px;
    margin-right: 18px;
}

.menu-right img {
    width: 39px;
    height: 39px;
    margin: 0 auto 10px;
}

.menu-right .questionnaire {
    text-align: left;
}

    .menu-right .questionnaire img {
        width: 73px;
        height: 65px;
        margin: 18px 30px 13px 68px;
    }

    .menu-right .questionnaire p {
        color: #108fd2;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

.menu-right > div.last-child ul {
    text-align: left;
    margin-top: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}

    .menu-right > div.last-child ul li {
        margin-bottom: 17px;
    }

.supervision-title {
    color: #4a535b;
    clear: both;
    position: relative
}

    .supervision-title .first-child {
        background: #3366cc;
        font-size: 14px;
        border: solid 1px #ccc;
        font-weight: 600;
        margin-left: 5px;
        cursor: pointer;
    }

    .supervision-title .first-child-menu {
        position: absolute;
        background-color: #fff;
        top: 61px;
        z-index: 999;
        width: 102px;
        border: solid 1px #ccc;
        text-align: center;
        left: 1px;
        display: none;
        left: 110px;
    }

    .supervision-title .last-child {
        background: #66ccff;
        font-size: 14px;
        border: solid 1px #ccc;
        font-weight: 600;
        cursor: pointer;
    }

    .supervision-title .last-child-menu {
        position: absolute;
        background-color: #fff;
        top: 61px;
        z-index: 999;
        width: 104px;
        border: solid 1px #ccc;
        text-align: center;
        display: none;
    }

    .supervision-title span, .customer-title span {
        height: 60px;
        display: block;
        width: 102px;
        line-height: 20px;
        color: #fff;
        background-color: #005bac;
        text-align: center;
        border: 1px solid #afb5b9;
        border-radius: 3px;
        float: right;
    }




.customer-title span {
    width: 58px;
    font-size: 12px;
    margin-right: 8px;
}

    .customer-title span.last-child {
        background-color: #1e96d0;
    }

.footer {
    width: 100%;
    min-height: 120px;
    background-color: #005bac;
    font-size: 14px;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
}

    .footer p {
        line-height: 14px;
        margin-top: 17px;
    }

.help {
    width: 50px;
    height: 105px;
    background-color: #006eaa;
    position: absolute;
    right: 0;
    bottom: 263px;
}

    .help p {
        height: 54px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 15px;
        color: #fff;
        float: left;
    }

    .help img {
        width: 50px;
        height: 54px;
        float: left;
    }




.f-show {
    display: block !important;
}

