/*通用*/
* {
    margin: 0;
    padding: 0;
}

html, body {
    min-height: 100%;
}

ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    border: none;
    list-style: none;
}

a {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
}

ul {
    list-style: none;
}

textarea, input, button {
    outline: none;
    -webkit-appearance: none;
    font-family: "微软雅黑";
}
input[type="button"]{
    border: none;cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right
}

a {
    color: #6c6c6c;
    text-decoration: none;
}

img {
    border: none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

body {
    font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
    background-image: url(../images/pcbj.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.dk {
    width: 100%;
    max-width: 800px;
    min-width: 320px;
    margin: 0 auto;
    text-align: left;
}

.head {
    height: 40px;
    line-height: 40px;
    background: #0068B7;
    width: 100%;
}

.Logo {
    max-width: 800px;
    height: 100px;
    padding-top: 25px;
    margin: 0 auto;
    color: #333;
    padding-bottom: 10px
}

/* 表单开始 */
.IndTit {
    padding: 20px 0;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    width: 95%;
    margin: 0 auto;
}

.IndTit p {
    line-height: 20px;
    font-size: 18px;
    padding-left: 15px;
    border-left: 4px solid #0068B7;
    font-weight: 600;
    color: #0068B7
}

.LisR {
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    min-width: 320px;
    margin-bottom: 30px;
    width: 90%;
    max-width: 800px;
}

.LisQue {
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
}

.LisQueS {
    line-height: 35px;
    margin-top: 10px;
    color: #545454;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
}

.LisQueI {
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    background: #FFF;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #000;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.LisQueB {
    cursor: pointer;
    line-height: 48px;
    height: 48px;
    width: 250px;
    color: #FFF;
    border: none;
    display: block;
    background: #0068B7;
    font-size: 16px;
    margin: 20px auto 0;
    border-radius: 8px;
}

/* 表单结束 */

/*尾*/
.foot {
    background: #0068B7;
    color: #ffffff;
text-align: center;line-height: 2em;
    padding: 1em;
}


/* 查询结果 */
/* pc */
.pc-result {
    background-color: #ffffff;
    margin: 20px auto;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-bottom: 20px;
    min-width: 800px;
    width: 800px;
}

.pc_table_box {
    border-collapse: collapse;
    border: 1px solid #ddd;
    background: #fff;
    width: 95%;
    margin: 20px auto;
}

.pc_table_box td, .pc_table_box th {
    padding: 12px 10px;
    border: 1px solid #ddd;
}

.pro_table_borderright td, .pro_table_borderright th {
    border-right: none;
    border-left: none;
}

.pc_table_box tr th {
    background: #f9f9f9;
    color: #333;
    text-align: right;
}

.pc_table_box tr:nth-child(odd) {
    background: #fff;
}

.pc_table_box tr:nth-child(even) {
    background: #fcfcfc;
}

/* wap */
.wap-result {
    background-color: #ffffff;
    margin: 20px auto;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    min-width: 320px;
    width: 96%;
    max-width: 800px;
    padding-bottom: 20px;
}

.wap_table_box {
    border-collapse: collapse;
    border: 1px solid #ddd;
    background: #fff;
    width: 95%;
    margin: 20px auto;
    font-size: 14px;
}

.wap_table_box td, .wap_table_box th {
    padding: 12px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.wap_table_box td, .pro_table_borderright th {
    border-right: none;
    border-left: none;
    font-size: 14px;
}

.wap_table_box tr th {
    background: #f9f9f9;
    color: #333;
    text-align: right;
    font-size: 14px;
}

.wap_table_box tr:nth-child(odd) {
    background: #fff;
}

.wap_table_box tr:nth-child(even) {
    background: #fcfcfc;
}

.foot p {
    text-align: center;
}

.fixbottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.foot a {
    color: #fff;
}

@media screen and (min-width: 1201px) {

}

@media (max-width: 1200px ) and ( min-width: 751px) {

}

@media (max-width: 750px) {
    .Logo {
        height: 50px;
    }

    .Logo img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .pc-result{
        min-width: 320px;
        width: 100%;
    }
}

.f-item img{vertical-align: middle!important;}