@charset "UTF-8";
/*=======Version-1.o======*/
/*======Author-SdL=======*/
/*=====Tim09102o18======*/
/*====SiChaunService===*/

* {
    font-family: Microsoft YaHei, sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
　color:#838383;
　}
　input:-moz-placeholder, textarea:-moz-placeholder {
　color:#838383;
　}
　input::-moz-placeholder, textarea::-moz-placeholder {
　color:#838383;
　}
　input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　color:#838383;
　}

.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: 48px;
    line-height: 45px;
    display: inline-block;
    float: left;
}

.formBox {
    width: 455px;
    margin: 0 auto;
    padding: 112px 0 112px;
}

#form input {
    border: none;
    outline: none;
}
.formCode input{
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
    color:#000;
}
.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;
	color:#333333;
}
.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;
	font-size:15px;
	color:#000;
}
.formName {
    margin: 20px 0;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}
.formName input {
    height: 100%;
    width: 408px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
	font-size:15px;
	color:#000;
}
.formName .input {
	border:none;
    height: 100%;
    width: 408px;
    float: right;
    padding-left: 6px;
    line-height: 25px;
    background: transparent;
	font-size:15px;
	color:#999999;
}
.formName .input option{
	font-size:15px;
	color:#999999;
	}
.name_icon{
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}

/*查询框结束*/
/* 查询结果开始 */
#noResult{
    margin-top: 25px;
}
#yesResult{
    margin-top: 25px;
}
.formResult{
    margin: auto;
}

.proportion ul{
    overflow: hidden;
 
}
.proportion ul li{
    float: left;
    font-size: 20px;
    margin-right: 130px;
}
.result_number{
    height: 38px;
    border-bottom: 1px #dcdcdc solid;
    margin-top: 25px;
}
.result_number ul{
    overflow: hidden;
   
}    

.result_number ul li{
    float: left;
    margin-right: 200px;
    line-height: 38px;
}  
.result_region{
    border-bottom: 1px #dcdcdc solid;
    margin-top: 25px;
}
.result_region ul{
    overflow: hidden;
   
}    

.result_region ul li{
    float: left;
    margin-right: 200px;
    line-height: 45px;
}  
/* 查询结果结束 */
.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;
}
.snrbg .srnbq1 dd {
    width: 100%;
    height: 75px;
}
.tb {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 57px;
    float: left;
    margin: 18px 16px 0 0;
    position: relative;
   
}

/*右边结束*/


/*//底部落款*/
.copyText {
    padding: 20px 0;
    clear: both;
}

.copyText > p {
    font-size: 17px;
    text-align: center;
    line-height: 30px;
}



