@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;
}

.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;
}

.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 {
    position: relative;
    margin: 20px 0;
    width: 455px;
    height: 45px;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
}

.formName input {
    height: 100%;
    width: 408px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
.result {
	width: 100%;
	margin-bottom:20px;
}
.result table {
	width: 100%;
	margin-top: 20px;
}
.result tr {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.result th {
	width: 126px;
    padding: 12px 2px;
    font-weight: normal;
    background: #f7f7f7;
	padding: 12px 5px;
    line-height: 24px;
    text-align: center;
    font-size: 17px;
    color: #666666;
    border: solid 1px #dcdcdc;
}
.result td {
	padding: 12px 5px;
    line-height: 24px;
    text-align: center;
    font-size: 17px;
    color: #666666;
    border: solid 1px #dcdcdc;
    background: #fff;
}

#typeChoose {
    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;
    max-height: 300px;
}
#typeChoose li {
    /* width: 408px;
    float: right;
    padding: 10px;
    line-height: 25px; */
    height: 32px;
    width: 100%;
    padding-left: 8px;
    font-size: 15px;
    color: #888;
    line-height: 32px;
    text-align: left;
    list-style:none; 
}
.popWin{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.popWin .pop{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -76px;
    margin-left: -151px;
    width: 302px;
    height: 152px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    background: #ffff;
    text-align: center;
}
.popWin .pop .pop-con{
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 46px;
    margin-bottom: 30px;
}
.popWin .pop .pop-btn{
    font-size: 16px;
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #c40311;
    color: #fff;
}
.popWin .pop .close{
    width: 13px;
    height: 13px;
    background: url('X.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5%;
    right: 3%;
}
.popWin .pop .pop-close{
    cursor: pointer;
}

.fwtg {
	width:100%;
    line-height:25px;
	text-align:center;
}