@charset "UTF-8";
/*=======Version-1.o======*/
/*======Author-SdL=======*/
/*=====Tim09102o18======*/
/*====SiChaunService===*/

* {
    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;
}
.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: 20px 0;
    width: 260px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.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;
}
/*右边结束*/


/*//底部落款*/
.copyText {
    padding: 20px 0;
    clear: both;
}

.copyText > p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.formName {
    margin: 20px 0;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formName .name_icon,
.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;
}

.formName input {
    height: 100%;
    width: 408px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
/*下拉*/
/*.select {*/
/*	position: relative;*/
/*	width: 455px;*/
/*	height: 45px;*/
/*	margin-bottom: 10px;*/
/*}*/
/*.select dt {*/
/*	height: 45px;*/
/*    display: inline-block;*/
/*    border: 1px solid #dcdcdc;*/
/*    background: #fafafa url(../image/sjx.png) no-repeat 375px center;*/
/*    line-height: 45px;*/
/*    padding-left: 11px;*/
/*    font-size: 15px;*/
/*    color: #666;*/
/*    cursor: pointer;*/
/*    width: 411px;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    z-index: 99;*/
/*    outline: none;*/
/*    top: -45px;*/
/*    left: 45px;*/
/*    border-left: none;*/
/*}*/
/*.select dd {*/
/*	position: absolute;*/
/*    left: 44px;*/
/*    top: 44px;*/
/*    border: 1px solid #dcdcdc;*/
/*    background: #fff;*/
/*    width: 412px;*/
/*    z-index: 999;*/
/*    border-top: none;*/
/*}*/
/*.select dd>ul>li {*/
/*	height: 45px;*/
/*	line-height: 45px;*/
/*	font-size: 15px;*/
/*	text-indent: 20px;*/
/*	cursor: pointer;*/
/*}*/
/*.select dd>ul>li>a {*/
/*	color: #999;*/
/*	display: block;*/
/*	width: 100%;*/
/*}*/

/** 表格样式-start **/
#result_table_div {
    margin: 25px 0px;
}
#result_table {
    border-collapse: collapse;
    color: #333333;
}
#result_table thead tr{
    background: #999999;
    height: 46px;
    border: 1px solid #999999;
}
#result_table tbody tr {
    font-weight: normal;
    text-align: center;
    border: 1px solid #999999;
    height: 46px;
}
#result_table tbody tr td span{
    white-space:nowrap;
    text-overflow:ellipsis; /* for internet explorer */
    overflow:hidden;
    width: 80px;
    display:block;
    float:left;
    line-height: 46px;
}
/*设置奇数行颜色*/
#result_table tbody tr:nth-child(odd)
{
    background: #ffffff;
}
/*设置偶数行颜色*/
#result_table tbody tr:nth-child(even)
{
    background: #dfdfdf;
}
/** 表格样式-end **/

.input-box2{
    position: relative;
    width: 100%;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
    font-size:15px;
}
.input-box2 input {
    height: 100%;
    width: 200px;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
.input-box2 i{
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}
.input-date{width:457px;height:45px;margin: 20px 0;}
.input-date > div{display:inline-block;float:left;}
.input-date .date-w{line-height:43px;width:57px;text-align:center;color:#999999;}


/* 结果页面 */
.ty_tit {
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #dcdcdc;
}
.ty_tit span {
    display: block;
    width: auto;
    float: left;
    height: 32px;
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    color: #000000;
    font-weight: bold;
    cursor: default;
}

.input-box2{
    position: relative;
    width: 100%;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
    font-size:15px;
}
.input-box2 input {
    height: 100%;
    width: 200px;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
.input-box2 i{
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}
.input-date{width:457px;height:45px;margin: 20px 0;}
.input-date > div{display:inline-block;float:left;}
.input-date .date-w{line-height:43px;width:57px;text-align:center;color:#999999;}

.formSlect{
    position: relative;
}
.formSlect .formOption{
    cursor: pointer;
}
.formPic{
    position: absolute;
    top: 18px;
    right: 12px;
    cursor: pointer;
}

.formList{
    position: absolute;
    width: 455px;
    left: -1px;
    top: 43px;
    z-index: 1;
    background: #f7f7f7;
    padding: 8px 0 10px;
    overflow-y: auto;
    border: solid 1px #cccccc;
    display: none;
}
.formList>li{
    height: 32px;
    width: 100%;
    padding-left: 8px;
    font-size: 15px;
    color: #888;
    line-height: 32px;
    text-align: left;
}
.formList>li:hover{
    background: #ccc;
    color: #222;
    cursor: pointer;
}
