﻿/*****************************************************  业务查询   *****************************************************/
.re-serviceQ {
    width: 1000px;
    margin: 0 auto 45px;
}

.re-QCom {
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    padding: 20px 0;
    margin-bottom: 26px;
    background-color: #fff;
}

    .re-QCom > img {
        padding-left: 20px;
        padding-right: 20px;
    }

.re-Qform {
    display: block;
    width: 83%;
    height: 100%;
}

.re-QformCon {
    width: 85%;
}

.re-form-item {
    margin-bottom: 10px;
    clear: both;
    height: 6%;
    background-color: #015293;
}

.re-form-item1 {
    margin-bottom: 10px;
    clear: both;
    height: 6%;
}

.re-form-item:nth-child(2) {
    margin-bottom: 0;
}

.re-form-item .re-formInline {
    margin-right: 4px;
}

.re-formInline {
    position: relative;
    display: inline-block;
}

.re-form-label {
    float: left;
    position: relative;
    display: block;
    color: #222222;
    padding: 20px 0;
    /* width: 76px; */
    font-size: 40px;
    text-align: right;
    font-family: 微软雅黑;
    /* line-height: 20px; */
}

.re-form-input {
    float: left;
    position: relative;
    display: inline-block;
    width: 98%;
    margin-left: 10px;
    margin-top: 15px;
    vertical-align: middle;
}

.re-Qinput {
    display: block;
    width: 100%;
    padding-left: 10px;
    outline: none;
    height: 70px;
    line-height: 36px;
    border: 1px solid #bcc4d1;
    background-color: #f5f5f5;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 32px;
}

    .re-Qinput:focus {
        border-color: #3d82f8;
        box-shadow: 0 0 8px #3d82f8;
    }

.re-form-input select {
    display: none;
}

.layui-form-select {
    position: relative;
}

.layui-input {
    display: inline-block;
    padding-left: 10px;
    padding-right: 30px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #bcc4d1;
    background-color: #f0f7ff;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.layui-form-select dl {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 999;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    color: #2b2b2b;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
}

    .layui-form-select dl dd {
        padding: 0 10px;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

        .layui-form-select dl dd:hover {
            background-color: rgba(0,0,0,.12);
        }

.layui-select-tips {
    padding-left: 10px !important;
    color: #999 !important;
    background: none !important;
}

.layui-select-title {
    position: relative;
}

    .layui-select-title i {
        position: absolute;
        right: 12px;
        top: 12px;
        font-size: 1.5em;
        color: #444444;
    }

.re-QformSub {
    position: relative;
    width: 18%;
    height: 90px;
    border-radius: 3px;
    background-color: #154596;
}

.selected {
    background-color: #3a7ef1;
    color: #fff;
}

    .selected:hover {
        background-color: #3a7ef1 !important;
        color: #fff !important;
    }

.re-QformSub > button {
    position: absolute;
    outline: none;
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center 12px;
    z-index: 2;
    cursor: pointer;
}

.re-QformSub:hover {
    background-color: #174ea9;
}

.re-QformSub:active {
    background-color: #133e87;
}

.re-QformSub > span {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    bottom: 27px;
    letter-spacing: 0.2em;
    font-size: 30px;
    z-index: 1;
}

.re-QLtitle {
    text-align: center;
}

    .re-QLtitle > span {
        display: inline-block;
        padding: 9px 40px 12px 40px;
        font-size: 1.4em;
        background-color: #2362cb;
        border-radius: 6px 6px 0 0;
    }

.re-QLArea {
    position: relative;
    padding: 0 10px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top: 2px solid #154596;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    background-color: #fff;
}

.re-spliteLine {
    position: absolute;
    left: 50%;
    top: 16px;
    height: 95%;
    height: calc(100% - 120px);
    border-right: 1px dashed #cccccc;
    z-index: 0;
}

.re-QP {
    width: 457px;
    height: 184px;
    margin: 16px 16px 0;
}

.re-QPhead {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

    .re-QPhead h1 {
        font-size: 1.8em;
        color: #393939;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .re-QPhead > .re-more {
        position: absolute;
        right: 0;
        top: 4px;
        color: #2362cb;
        font-size: 1.4em;
        letter-spacing: 0.2em;
    }

.re-more:hover {
    color: #3d82f8;
}

.re-more:active {
    color: #215dc0;
}

.re-QPBody {
    min-height: 128px;
}

.re-QPList {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4em;
    list-style: decimal;
    color: #115fe2;
}

    .re-QPList > li {
        padding-bottom: 10px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

        .re-QPList > li:hover {
            margin-left: 4px;
        }

        .re-QPList > li a {
            color: #115fe2;
        }

.re-QPadd {
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.re-QPCopn {
    color: #777777;
}

/**
 * 搜索结果
 */
.re-QLText {
    margin: 16px 32px;
    color: #393939;
    font-size: 2em;
}

.re-QLresult {
    display: block;
    width: calc(100% + 20px);
    width: 98%;
    color: #393939;
    margin-left: -10px;
}

    .re-QLresult > thead > tr {
        width: 100%;
        background-color: #f7f7f7;
    }

        .re-QLresult > thead > tr th {
            padding: 10px 0;
            font-size: 1.4em;
            border-top: 1px solid #d2d2d2;
            border-bottom: 1px solid #d2d2d2;
            text-align: left;
            padding-left: 32px;
            box-sizing: border-box;
        }

    .re-QLresult > tbody > tr > td:nth-child(1) {
        width: 443px;
        max-width: 443px;
    }

    .re-QLresult > tbody > tr > td:nth-child(2) {
        width: 270px;
        max-width: 270px;
    }

    .re-QLresult > tbody > tr > td:nth-child(3) {
        width: 296px;
        max-width: 296px;
    }

    .re-QLresult > tbody > tr > td {
        border-bottom: 1px dashed #cccccc;
        padding: 18px 0;
        padding-left: 32px;
        padding-right: 12px;
        font-size: 1.2em;
        height: 12px;
        line-height: 12px;
        cursor: pointer;
        box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .re-QLresult > tbody > tr > td > a {
            padding-left: 4px;
            padding-right: 4px;
        }

    .re-QLresult > tbody > tr:nth-child(2n) > td {
        background-color: #f5fbff;
    }

    .re-QLresult > tbody > tr:hover td {
        background-color: #f8f8f8;
    }

.pPagn {
    margin-top: 32px;
    margin-bottom: 12px;
    text-align: center;
}

    .pPagn > .pPageCom {
        display: inline-block;
    }

        .pPagn > .pPageCom a {
            display: inline-block;
            padding: 8px 12px;
            border-radius: 1px;
            color: #000;
            background-color: #eaeaea;
        }

            .pPagn > .pPageCom a:hover, .pPagn > .pPageCom > .active {
                color: #fff;
                background-color: #1b70ff;
            }
/**
 * 搜索结果详情显示
 */
.re-QLCDes {
    padding-left: 22px;
    margin-right: -10px;
    min-height: 180px;
    background-image: url("../img/serviceQ/companyDesBg.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.re-QLDText {
    font-size: 2.6em;
    color: #1d1d1d;
    padding: 0;
    margin: 26px 0 24px;
}

.re-QLDresult {
    margin-top: -24px;
}

.re-QLItem {
    margin-bottom: 8px;
    clear: both;
}

.re-QLLabel {
    position: relative;
    float: left;
    width: 120px;
    padding: 10px 8px;
    box-sizing: border-box;
    font-size: 1.4em;
    font-weight: bold;
    background-color: #3b72cd;
    text-align: right;
    border-radius: 6px;
}

.re-QLconText {
    position: relative;
    margin-left: 132px;
    padding: 10px 0;
    color: #525252;
    font-size: 1.6em;
}



.imgcode {
    float: right;
    width: 30%;
    height: 45px;
    background: #f7fdef;
    font-size: 18px;
    color: #216081;
    border: 0;
    text-align: center;
    box-sizing: border-box;
}

/************************************************    业务查询 end    ***************************************************/
