@charset "UTF-8";
/*=======Version-1.o======*/
/*======Author-SdL=======*/
/*=====Tim09102o18======*/
/*====SiChaunService===*/

*{
    font-family: Microsoft YaHei, sans-serif;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5em;
}
ol, ul, li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

.clearFix:after{
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}
.center{
    width: 1100px;
    margin: 0 auto;
}
header>img,footer>img{
    width: 100%;
}
img {
    border: none;
}
img {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
body{
    background: #f9f9f9;
}

/*banner文字开始*/
.center{
    width: 1100px;
    margin: 0 auto;
}
/*banner文字结束*/

/*查询框开始*/
.center .centerL{
	display:inline;
    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 60px;
}
#form input{
    border: none;
    outline: none;
}
.formName{
    margin: 20px 0;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}
.formCode{
    position: relative;
    margin: 20px 0;
    width: 260px;
    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;
}

.formspan{
    width: 455px;
    height: 24px;
}
.formspan span{
    font-size: 17px;
    line-height: 24px;
    color: #999999;
}
.formCode input{
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
.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;
}
.formCodeImg{
    position: absolute;
    right: -160px;
    top: -1px;
    width: 140px;
    height: 45px;
}



.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;
    height: 300px;
}
.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;
}

/*查询框结束*/


/*//右边显示*/
.center .centerR{
	display:inline;
    width: 380px;
    height: 537px;
    margin-left: 20px;
    float: left;
    background-color: #fff;
    border: solid 1px #e9e9e9;
    padding: 15px 30px 30px;
}

/*右边结束*/
/*结果显示*/
.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;
    cursor: pointer;
}
.applicationNav .applicationNav_Act{
    border-bottom: 3px solid #c40311;
}
.formResult{
    width: 100%;
    padding: 20px 0px 0 0px;
}
.formResult  table{
    width: 100%;
    color: #333333;
    font-size: 16px;
    border: solid 1px #dcdcdc;
}
.formResult table th{
    height: 50px;
    line-height: 50px;
    background: #dcdcdc;
    text-align: right;
    font-size: 17px;
    font-weight: 100;
    color: #333;
    padding-right:20px;
    border:solid 1px #ffffff;
}
.formResult table td{
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: left;
    padding-left:20px;
    border: solid 1px #dcdcdc;
}
.formResult table td a{
    color: #333333;
}

#noResult tr td {
   text-align: center;
}


.spanRes dl{
    width: 600px;
    margin: 0 auto;
}
.spanRes dl dt{
    color: #c40311;
    font-size: 16px;
    line-height: 26px;
}
.spanRes dl dd{
    font-size: 15px;
    color: #999999;
    line-height: 24px;
}
.spanRes dl dd a{
    color: #c40311;
}

/*//底部落款*/
.copyText{
    padding: 20px 0;
    clear: both;
}
.copyText>p{
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}


/*//浮动开始*/

.poF{
    position: fixed;
    top: 20px;
    right: 124px;
    animation: searchTop .5s ease-in-out;
}