#query{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}
.query-box{
	margin-top: 40px;
	text-align: center;
}
.queryF{
	width: 500px;
	height: 400px;
	margin: 60px auto 0;
}
.queryF .stu{
	height: 45px;
	width: 100%;
	margin-bottom: 21px;
	position: relative;
}

.queryF .stu .stu_info{
	width: 75px;
	line-height: 45px;
}
.queryF .stu .stu_msg{
	width: 280px;
	height: 100%;
	line-height: 45px;
	margin-left: 0;
}
.queryF .stu .stu_msg .te{
	width: 278px;
	height: 43px;
	border-radius: 0;
}
.queryF .stu .stu_msg .yz{
	float: left;
	width: 137px;
	border-radius: 0;
	margin-right: 22px;
}
.queryF .stu .stu_msg #yzmImg{
	width: 117px;
	height: 45px;
	float: left;
}
#yzmImg #code{
	display: block;
	width: 100%;
	height: 100%;
}
.queryF .queSub{
	width: 280px;
	height: 50px;
	margin-left: 110px;
}
.queryF .queSub a{
	line-height: 50px;
	border: none;
	display: block;
	width: 100%;
	height: 100%;
	background: #306AC8;
	color: #fff;
}
/*换一张*/
#change{
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	margin: auto 0;
	cursor: pointer;
	width: 100px;
	height: 30px;
	line-height: 30px;
}
