@charset "utf-8";

#content{
	width: 1015px;
	overflow: auto;
	margin: auto;
	padding: 0px 0px 80px 0px;
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
	z-index: 20;
	/*background: url('../images/bg.png') no-repeat 100% 100%;*/
	background-size: 100% 100%;
	box-shadow-left: 1px #ccc;
}
#middle {
	width: 968px;
	padding-left: 22px;
	padding-right: 10px;
	padding-bottom: 40px;
	border-top: 5px solid #10d4a9;
	padding-top: 50px;
	background: #fff;
	box-shadow: 0px 1px 1px 1px #DCDCDC;
}
#content-bottom {
	width: 1012px;
	height: 180px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	background: url('../images/bg.png') no-repeat;
}
#content p{
	padding-left: 15px;
	color: #666;
	position: relative;
	z-index: 99999999999;
}
.con_title {
	padding-left: 15px;
	margin-bottom: 30px;
	color: #474747;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}
.con_title span{
	border-left: 5px solid #00A07E;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px
}
#content label {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #515151;
	margin-right: 20px;
}
#content input{
	width:250px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border-radius: 5px;
	outline: 0px;
	border: 0px;
	border: 1px solid #ccc;
	font-size: 16px;
	font-family: '微软雅黑';
	padding-right: 50px;
}
.query_btn {
	display: block;
	width: 150px;
	height: 40px;
	background: #00D5A8;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 50px auto;
	margin-bottom:10px;
	font-size: 16px;
}


.query_cricertificate_box {
	position: relative;
	z-index: 9999999999;
	font-size: 0px;
	width: 750px;
	margin: auto;
	border: 5px solid #00C09A;
	border-radius:10px;
}
.header_user_img_box {
	display: inline-block;
	float: left;
	padding: 40px 20px 6.5px;
	border: 0px solid #ccc;
	border-right: none;
}
.header_user_img_box img {
	width: 150px;
	height: 200px;
}
.query_cricertificate_box table {
	font-size: 16px;
	display: inline-block;
	width: 600px;
	outline: none;
	margin: auto;
	margin-top:30px;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
}
.query_cricertificate_box table td {
	padding: 0 10px;
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	outline: none;
	height: 40px;
}
