/*内部查询登录*/

/*#content .QueryButton .Login{
	width:100%;
	background:#5f9943;
}
.QueryButton li.Login>img{
	width:14%;
}*/
.QueryCon .yanzheng{
	width:100%;
	margin-top:20px;
}
.QueryCon .yanzheng input{
	width:78%;
	float:left;
}
.QueryCon .yanzheng span{
	width:22%;
	float:right;
	display:inline-block;
	padding:15px 5px;
	font-size: 16px;
	line-height: 26px;
	box-sizing:border-box;
	 color: #fff;
	 background:#e85021;
	 border-radius:0 5px 5px 0;
	 text-align:center;
}
#demo{
	margin-top:20px;
}
.QueryCon>h3{
	font-size:1.6em;
	color:#666;
	margin-bottom:20px;
	font-weight:normal;
}
#four-num{
		display:none;
	}
.Query-box .results p{
	margin-top:15px;
	padding:0 10px;
}


.pc-table{
	width:70%;
	height:600px;
	background:#fff;
	position:absolute;
	z-index:100;
	margin-left:15%;
	top:10%;
	padding:20px;
	font-size:14px;
	border-radius: 10px;
}
.pc-table td{
	padding: 5px;
}
.pc-table thead tr {
	background:#80b43d;
	color:#fff;
	font-weight:bold;
	height:30px;
}
.pc-table thead tr td{
	border:none;
}
.pc-table tbody tr:hover {
	background: #efefef;
}
.pc-table tbody tr td{
	border:1px solid #ccc;
	border-top:none;
}
.pc-table tbody td>img{
	width:20px;
}
.pc-table table{
	width:100%;
	text-align:center;
}
.query-download a {
	text-decoration: underline;
	color: #e85021;
}

.total-query 
{
    display: none;
    
}
.neibu-con{
	padding:15px 10px 0;
	line-height:24px;
}


@media screen and (max-width:668px){
	#four-num{
		display:block;
	}
}