@charset "UTF-8";
/*=======Version-1.o======*/
/*======Author-SdL=======*/
/*=====Tim09102o18======*/
/*====SiChaunService===*/

* {
    margin:0;
    padding:0;
    outline: 0;
    font-family: Microsoft YaHei, sans-serif;
}

.clearFix:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}

.center {
    width: 1100px;
    margin: 0 auto;
}

header > img, footer > img {
    width: 100%;
}

body {
    background: #f9f9f9;
}


/*banner文字开始*/
.center {
    width: 1100px;
    margin: 0 auto;
}

/*banner文字结束*/

/*查询框开始*/
.center .centerL {
    padding: 15px 30px 30px;
    border: solid 1px #e9e9e9;
    width: 700px;
    float: left;
    background-color: #ffffff;
}

.applicationNav {
    border-bottom: 1px solid #dcdcdc;
    height: 48px;

}

.applicationNav > span {
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
}

.formBox {
    /*width: 455px;*/
    /*margin: 0 auto;*/
    padding: 30px 0 30px;
}

#form input {
    border: none;
    outline: none;
}
.formCode1 {
    position: relative;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}
.formCode1 input {
    height: 100%;
    width: 408px;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
.formCode1 .code_icon{
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}
.formCode input{
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
.formCode .code_icon{
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}
.formButton li{
    height: 50px;
    width: 210px;
    line-height: 50px;
    text-align: center;
    background-color: #dfdfdf;
    font-size: 19px;
    border-radius: 4px;
    cursor: pointer;
}
.formButton li.subMit{
    float: left;
}
.formButton li.subRes{
    float: right;
}
.formButton li:hover{
    background-color: #c40311;
    color: #fff !important;
    transition: 0.2s;
}
.formCode {
    position: relative;
    margin: 15px auto;
    margin-left: 95px;
    width: 260px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
    float: left;
}

.formCodeImg{
    position: absolute;
    right: -160px;
    top: -1px;
    width: 140px;
    height: 45px;
}
.formCode input {
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
/*查询框结束*/

.cenBg {
    overflow: hidden;
    background: #fff url(bg.png) no-repeat center bottom;
}

/*//右边显示*/
.center .centerR {
    width: 380px;
    height: 537px;
    margin-left: 20px;
    float: left;
    background-color: #fff;
    border: solid 1px #e9e9e9;
    padding: 15px 30px 30px;
}
/*右边结束*/
select {
    border: 1px;
    border-color: #dcdcdc;
    background-color: #fafafa;
    overflow: hidden;
    height: 43px;
    width: 408px;
    font-size: 15px;
    font-family: Microsoft YaHei;
}

/*//底部落款*/
.copyText {
    padding: 20px 0;
    clear: both;
}

.copyText > p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
#hr{
    /*width: 1152px;*/
    margin: auto;
    margin-top: 4px;
    /*margin-left:30px;*/
    /*margin-right: 30px;*/
}
/*输入框部分*/
/*.bd{
    width:700px;
    !*height: 185px;*!
    margin:0 auto;
    padding-left: 34px;
    !*margin-top:82px;*!
}*/

.fwtg {
    width:100%;
    line-height:25px;
    text-align:center;
}

.resulttable {
    width:100%;
    margin-top:20px;
    border-collapse: collapse;
    border: none;
    margin-bottom:20px;
}
.resulttable td {
    text-align:center;
    border: solid #000 1px;
}
.tt{
    background-color: #f7f7f7;
    width:130px;
}
.tt_m{
    background-color: #f7f7f7;
    width:208px;
}
.tt_d{
    background-color: #f7f7f7;
    width:50%;
}
.tds{
    width:90px;
}
.resspan{
    color:red;
    font-family: Microsoft YaHei, sans-serif;
    text-align: center;
    margin-bottom:20px;
}
#resdiv{
    margin-bottom: 20px;
}

#jgwz {
    padding-bottom: 4px;
    border-bottom: 4px solid #c40311;
    font-weight: bold;
}

.trOne{
    /*border: 1px solid #dfdfdf;*/
    background: #f7f7f7;
}

.resTable{
    width: 830px;
    /*height: 365px;*/
    padding: 10px 20px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    height: 416px;
    /* overflow: scroll; */
    overflow-y: auto;
    overflow-x: hidden;
}
.resTable table{
    width: 100%;
    border: solid 1px #dcdcdc;
}
.resTable table tr td{
    line-height: 20px;
    height: 45px;
    padding: 5px 10px;
    text-align: center;
    border: solid 1px #dcdcdc;
    background: #fff;
}
.resTable .res_tab tr td{
    text-align: center;
}
.resTable table tr td.bg{
    text-align: center;
    background: #f7f7f7;
}
.resTable .resClose{
    position: fixed;
    /*top: 39px;
    left: 87%;
    float: right;*/
    margin: -4px -3px 10px 0;
    cursor: pointer;
}
.resTable .resClose img{
    float: left;
    padding-left: 793px;
}
.resTable .noClose{
    width: 100px;
    height: 32px;
    margin: 10px auto;
    background: #c40311;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fefefe;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
}

