﻿﻿body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
}

* {
    font-size: 14px;
}

ul {
    list-style: none;
}

img {
    border-style: none;
}

body {
}

a {
    cursor: pointer;
    color: #666;
}

    a:link, a:visited, a:hover, a:active {
        text-decoration: none;
        color: #666;
    }

body > .content {
    background: url('../img/bg.png') no-repeat fixed top;
    background-color: white;
    background-size: 100% auto;
    background-attachment: scroll;
}


/*头部*/
.top {
    height: 40px;
    width: 1100px;
    margin: 0 auto;
    color: white;
    position: relative;
}

    .top .topContent {
        position: absolute;
        right: 100px;
        top: 10px;
        color: white;
    }

.main {
    width: 1100px;
    margin: 0 auto;
    background-color: white;
}

.head {
    width: 1100px;
    margin: 0 auto;
    height: 65px;
}

    .head .band {
        display: inline-block;
    }

        .head .band .logo {
            background: url('../img/logo.png');
            display: inline-block;
            width: 68px;
            height: 56px;
        }

        .head .band .logoName {
            color: white;
            font-size: 35px;
            position: relative;
            top: -10px;
            font-weight: bold;
        }

    .head .searchInSite {
        display: inline-block;
        float: right;
        position: relative;
        bottom: -10px;
        background-color: white;
        padding: 2px;
        border: 2px solid white;
    }

/*站内搜索*/
.searchInSite input {
    border: none;
    padding: 5px;
    width: 200px;
    border-radius: 3px 0 0 3px;
    border: 2px solid #DADADA;
    height: 20px;
    padding: 3px;
    width: 250px;
    float: left;
    outline: none;
}

.searchInSite a {
    height: 20px;
    line-height: 20px;
    width: 60px;
    background-color: #258BF5;
    color: white;
    display: inline-block;
    border-radius: 0px 3px 3px 0;
    padding: 4px;
    margin-left: 2px;
    float: left;
    cursor: pointer;
}

/*导航*/
.navigate {
    background: #0EC5A1;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bolder;
}

    .navigate a {
        margin: 0 10px;
        text-align: center;
        width: 100px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        .navigate a.selected {
            background-color: #78E478;
            border-radius: 6px;
        }

        .navigate a:hover {
            background-color: #78E478;
            border-radius: 6px;
            cursor: pointer;
            color: White;
        }

        .navigate a:link, .navigate a:active, .navigate a:visited {
            text-decoration: none;
            color: White;
        }

        .navigate a.selected:after {
            border: 10px solid transparent;
            border-top: 10px solid #78E478;
            width: 0;
            height: 0;
            position: absolute;
            content: '';
            top: 25px;
            left: 40px;
        }


/*欢迎*/
.welcome {
    padding: 5px 0 5px 20px;
}

.plates {
    background: white;
}

.platesMain {
    float: left;
    width: 810px;
    background: white;
}

/*动态*/
.plateNews {
}

    .plateNews > .title {
        height: 30px;
        background: url(../img/news.png) no-repeat -2px;
        padding-left: 60px;
        line-height: 30px;
        border: 1px solid #B7DAFF;
        background-color: #EFFAFC;
    }

    .plateNews .title span {
        /* font-size: 20px;*/
        font-weight: bolder;
        color: #0EC5A1;
    }

    .plateNews .title a {
        float: right;
        color: #666666;
        font-size: 11px;
        margin-right: 10px;
        cursor: pointer;
    }

    .plateNews .content {
        border: 1px solid #B7DAFF;
        border-top: none;
        float: right;
        min-height: 100px;
        width: 807px;
        height: 230px;
        background: white;
    }

        .plateNews .content .picArea {
            position: relative;
            top: 5px;
            left: 5px;
            border: 1px solid #B7DAFF;
            float: left;
            height: 210px;
            width: 320px;
        }

        .plateNews .content .infoArea {
            width: 460px;
            float: right;
        }

    .plateNews .infoArea li {
        padding: 4px 0;
    }

    .plateNews .date {
        width: 64px;
        height: 64px;
        background-color: #99C689;
        color: white;
        display: inline-block;
        text-align: center;
        padding: 1px;
    }

        .plateNews .date :nth-child(1) {
            line-height: 20px;
            position: relative;
            top: 5px;
        }

        .plateNews .date :nth-child(2) {
            line-height: 34px;
            font-size: 30px;
            margin-top: 5px;
        }

    .plateNews .shortRecord {
        display: inline-block;
        margin-left: 20px;
    }

        .plateNews .shortRecord .title {
            font-weight: bolder;
            line-height: 30px;
            color: #5e5e5e;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 300px;
        }

        .plateNews .shortRecord .description {
            color: #999898;
            width: 300px;
            height: 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }



.plateTab {
    width: 382px;
    float: left;
    border: 1px solid #B7DAFF;
    background: white;
    margin-top: 10px;
}


    .plateTab:nth-child(odd) {
        margin-left: 8px;
        width: 416px;
    }

    .plateTab .tabTitles {
        height: 26px;
        padding-left: 12px;
        padding-top: 12px;
        background-color: #F0FAFC;
        border-bottom: 1px solid #B7DAFF;
    }

    .plateTab .titleText {
        border: 1px solid #B7DAFF;
        border-radius: 5px 5px 0 0;
        min-width: 100px;
        display: inline-block;
        text-align: center;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        font-weight: bolder;
        color: #0EC5A1;
        background-color: #EBFBFD;
        padding: 0 2px;
    }

    .plateTab .titleMore {
        float: right;
        color: #666666;
        font-size: 11px;
        margin-right: 10px;
        cursor: pointer;
    }

    .plateTab .selected {
        background-color: #0EC5A1;
        color: white;
    }

    .plateTab .tabContents {
        padding-top: 15px;
        height: 150px;
    }

        .plateTab .tabContents li {
            line-height: 35px;
            border-bottom: 1px dotted #E3E3E3;
            margin: 0 15px 0 30px;
            position: relative;
            height: 35px;
        }

            .plateTab .tabContents li:last-child {
                border-bottom: none;
            }

            .plateTab .tabContents li:before {
                background: url("../img/itemicon.png") no-repeat left center;
                content: ' ';
                line-height: 35px;
                position: absolute;
                top: 7px;
                left: -15px;
                width: 20px;
                height: 20px;
            }

            .plateTab .tabContents li .title {
                display: inline-block;
                line-height: 35px;
                width: 290px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .plateTab .tabContents li .right {
                display: inline-block;
                float: right;
                line-height: 35px;
                color: #666;
            }



/*广告*/
.midAdv {
    width: 100%;
    height: 60px;
    margin: 8px 0;
    float: left;
}

/*企业信用排名*/
.plateCredit {
    width: 100%;
    float: left;
    background: url("../img/creditelist.png") no-repeat;
    background-size: 100%;
    background-color: white;
    margin-top: 8px;
    border: 1px solid #B7DAFF;
}

    .plateCredit .plateCreditTitle {
        height: 40px;
    }

    .plateCredit .titleMore {
        float: right;
        color: #666666;
        font-size: 11px;
        margin-right: 10px;
        cursor: pointer;
        line-height: 30px;
    }

    .plateCredit .plateCreditContent {
        height: 150px;
    }

    .plateCredit .tabTitles {
        display: inline-block;
        float: left;
        padding-top: 10px;
    }

        .plateCredit .tabTitles .tabTitle {
            width: 98px;
            height: 25px;
            margin: 5px 10px;
            background: #EBFBFD;
            color: #0EC5A1;
            text-align: center;
            line-height: 25px;
            position: relative;
            border: 1px solid #B7DAFF;
        }

            .plateCredit .tabTitles .tabTitle:before {
                background: url("../img/arrow.png") no-repeat left center;
                content: ' ';
                line-height: 35px;
                position: absolute;
                top: 3px;
                left: 5px;
                width: 20px;
                height: 20px;
            }

            .plateCredit .tabTitles .tabTitle.selected {
                background-color: #0EC5A1;
                color: white;
            }

    .plateCredit .tabTitle {
        display: block;
        width: 98px;
        height: 20px;
    }

    .plateCredit .tabContents {
        display: inline-block;
        width: 680px;
        border-left: 1px dotted #E3E3E3;
        float: left;
        text-align: center;
    }

        .plateCredit .tabContents table {
            border-collapse: separate;
            border-spacing: 0px 10px;
        }

        .plateCredit .tabContents table {
            width: 200px;
            table-layout: fixed;
        }

        .plateCredit .tabContents td {
            white-space: nowrap;
            overflow: hidden;
            word-break: keep-all;
            text-overflow: ellipsis;
        }

        .plateCredit .tabContents tr > th:nth-child(1) {
            width: 50px;
        }

        .plateCredit .tabContents tr > th:nth-child(2) {
            width: 200px;
        }

        .plateCredit .tabContents tr > th:nth-child(3) {
            width: 100px;
        }

        .plateCredit .tabContents tr > th:nth-child(4) {
            width: 100px;
        }

        .plateCredit .tabContents tr > th:nth-child(5) {
            width: 150px;
        }

        .plateCredit .tabContents tr > th:nth-child(6) {
            width: 60px;
        }

        .plateCredit .tabContents tr > td {
            color: #666;
        }



.platesRight {
    float: right;
    width: 266px;
    margin-right: 6px;
}

/*快捷服务*/
.quickService {
    border: 1px solid #B7DAFF;
    margin-top: 8px;
}

    .quickService .title {
        height: 30px;
        background: url('../img/titleicon.png') no-repeat;
        line-height: 32px;
        font-weight: bolder; /*font-size: larger;*/
        color: white;
        padding-left: 30px;
    }

    .quickService .content {
        padding: 15px 30px 15px 15px;
        background: white;
    }

        .quickService .content p {
            color: #1e84b8;
            margin: 7px 0 7px 7px;
        }

    .quickService .QueryComponent {
        position: relative;
    }

    .quickService .content input {
        outline: none;
        padding: 5px;
        color: #999;
        border: 1px solid #E8E8E8;
        border-radius: 3px;
        width: 190px;
        position: relative;
        padding-right: 40px;
    }

    .quickService .content i {
        display: inline-block;
        background: url("../img/searchicon.png") no-repeat;
        content: ' ';
        line-height: 35px;
        position: absolute;
        top: 5px;
        right: -8px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

/*投诉*/
.complainPart {
    margin-top: 8px;
    border: 1px solid #B7DAFF;
    background: url('../img/compainPhone.png') no-repeat 10px 10px;
    padding-top: 40px;
}

    .complainPart a {
        height: 50px;
        margin: 10px 20px;
        display: block;
        text-align: center;
        position: relative;
        border: 2px solid #BEDEE6;
        border-radius: 10px;
        line-height: 50px;
        font-size: 20px;
        color: #4780C1;
    }

        .complainPart a:first-child {
            background: url('../img/59.png') no-repeat 5px center;
        }

        .complainPart a:last-child {
            background: url('../img/66.png') no-repeat 5px center;
        }

        .complainPart a:after {
            background: url('../img/complain.png') no-repeat;
            width: 20px;
            height: 20px;
            position: absolute;
            content: ' ';
            right: 20px;
            top: 17px;
        }

/*机构目录*/
.industryPart {
    margin-top: 8px;
    border: 1px solid #B7DAFF;
}

    .industryPart .title {
        height: 30px;
        background-image: url('../img/titleicon.png');
        line-height: 32px;
        font-weight: bolder; /*font-size: larger;*/
        color: white;
        padding-left: 30px;
    }

    .industryPart .content {
        display: block;
        width: 210px;
        margin: 10px auto;
        padding-bottom: 20px;
    }

    .industryPart .item {
        display: inline-block;
        height: 80px;
        width: 100px;
        cursor: pointer;
    }

        .industryPart .item .pic {
            display: inline-block;
            height: 60px;
            width: 60px;
        }

        .industryPart .item:first-child {
            background: url('../img/shigongdaiweiicon.png') no-repeat center center;
        }

        .industryPart .item:last-child {
            background: url('../img/shenjiajigouicon.png') no-repeat center center;
        }

    .industryPart .name {
        display: block;
        margin-top: 80px;
        color: #ADADAD;
        font-size: 10px;
        text-align: center;
    }


/*资料下载*/
.filePart {
    margin-top: 8px;
    border: 1px solid #B7DAFF;
}

    .filePart .title {
        height: 30px;
        background-image: url('../img/titleicon.png');
        line-height: 32px;
        font-weight: bolder; /* font-size: larger;*/
        color: white;
        padding-left: 30px;
    }

    .filePart .more {
        line-height: 30px;
        float: right;
        margin-right: 10px;
        color: #4D6277;
    }

    .filePart .content {
        padding: 20px 10px 10px 10px;
    }

    .filePart li {
        /*list-style-type: square;         list-style-position:inside;*/
        height: 30px;
    }

    .filePart .fileName {
        width: 180px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .filePart .download {
        float: right;
        padding: 1px 10px 1px 10px;
        background-color: #0EC5A1;
        border-radius: 10px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: white;
    }

/*脚部*/
.foot {
    background-color: #EEEEEE;
    text-align: center;
    border-top: 5px solid #0EC5A1;
    margin-top: 8px;
    padding: 8px 0;
}

    .foot p {
        margin: 10px 0;
    }

    .foot a, .foot span {
        margin: 0 10px;
    }


.clear {
    clear: both;
}


/*登录*/
.login {
    border: 1px solid #c2d9f1;
    height: auto;
}

    .login .loginway {
        background-color: #0ec5a1;
        overflow: hidden;
        padding: 2px 1px 0px 2px;
    }

        .login .loginway li {
            float: left;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            width: 33.33%;
            text-align: center;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }

        .login .loginway .now {
            color: #0ec5a1;
            background-color: #fff;
        }

    .login .form {
        padding: 15px 15px 0px 15px;
    }

        .login .form li {
            height: 32px;
            position: relative;
            font-size: 13px;
            margin-bottom: 15px;
        }

        .login .form em {
            position: absolute;
            left: 6px;
            top: 7px;
            display: block;
        }

        .login .form li .input1 {
            width: 99%;
            height: 100%;
            font-size: 12px;
            text-indent: 30px;
            color: #999999;
            border: 1px solid #d2d2d2;
        }

        .login .form li .a1 {
            font-size: 14px;
            color: #4186d1;
            text-decoration: underline;
            display: inline-block;
            top: 6px;
            right: 14px;
        }

        .login .form li .secondDiv {
            position: absolute;
            top: 8px;
            right: 14px;
            width: 74px;
            color: #666666;
            display: none;
        }

        .login .form .btn1 {
            height: 30px;
            width: 100%;
            background: #1d9deb;
            font-size: 14px;
            font-weight: bold;
            color: #FFF;
            border: 0px;
            cursor: pointer;
        }

    .login .qrcode-box {
        padding: 15px;
        height: auto;
        display: none;
    }

        .login .qrcode-box .qrcode-img {
            border: 1px solid #d2d2d2;
            width: 150px;
            height: 140px;
            margin: 0px auto;
        }

            .login .qrcode-box .qrcode-img img {
                width: 100%;
                height: 100%;
            }

        .login .qrcode-box .qrcode-info {
            width: 100%;
            table-layout: fixed;
            margin-top: 15px;
            color: #666666;
        }

            .login .qrcode-box .qrcode-info td {
                font-size: 12px;
            }

    .login .reg {
        padding: 0px 15px;
    }

        .login .reg ul {
            overflow: hidden;
        }

        .login .reg li {
            width: 116px;
            float: left;
            margin-bottom: 10px;
        }

            .login .reg li a {
                font-size: 12px;
            }

                .login .reg li a:hover {
                    color: #4186d1;
                    font-size: 12px;
                    text-decoration: underline;
                }

*.form2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 220px;
}

.wel_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
}

.imgDiv {
    position: absolute;
    top: -15px;
    left: 100px;
    width: 60px;
    height: 60px;
    background: url(../img/4.1_17.png) no-repeat;
    background-size: 100% 100%;
}

    .imgDiv img {
        width: 100%;
        height: 100%;
    }

.wel {
    font-size: 16px;
    font-weight: bold;
    color: black;
    height: 28px;
    line-height: 28px;
}

.oauth_dl {
    width: 100%;
    text-align: center;
}

.oauth_btn {
    width: 156px;
    border-radius: 16px;
    height: 32px;
    line-height: 26px;
    border: 1px solid rgb(48,159,163);
    background: rgb(48,159,163);
    font-size: 16px;
    color: white;
}

.oauth_bg {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    background: url('../img/ol_bg.png') no-repeat !important;
}

.tsbg_div {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tsbg_font {
    font-size: 32px;
    font-weight: bold;
    background: -webkit-linear-gradient(left bottom,, #85EC5B); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top right, #2B99ED, #85EC5B); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top right, #2B99ED, #85EC5B); /* Firefox 3.6 to 15 */
    background: linear-gradient(to top right, #2B99ED, #85EC5B); /* 标准语法 */
    -webkit-background-clip: text;
    color: transparent;
}
