/* 通用样式 */
* {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

html,
body {
	width: 100%;
	font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;
	font-size: 16px;
}

.main-body{
	width: 100%;
	position: relative;
	background: url(jytabj_xxgk.jpg) no-repeat center top #eee;
}.blank20{ clear:both; height:20px;}
.w1200{ width:1200px; margin:0 auto; color:#Fff;text-shadow: 0 0 20px #133b78;filter:shadow(Color=#0000ff,Direction=10,Strength=10); height:300px; line-height:300px; font-size:60px; font-weight:bold; text-align:center;}
.container{ background:#FFF;
	width: 1160px; padding:0 20px;
	margin: 0 auto; 
}

.inquire-area{
	position: relative;
	width: 96%; padding:2%; background:#f1f1f1;margin-top:20px;
}

.search-result{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.search-result #iframeid{
	border: 0;
}

table{
	width: 100%;
	position: relative;
}

table tbody tr{
	display: inline-block;
	font-size: 0;
	width: 100%;
}

table tbody tr th{
	display: inline-block;
	font-size: 16px;
	height: 40px;
	color: #ffffff;
	background-color: #01567D;
	line-height: 40px;
}

table tbody tr td{
	font-size: 16px;
	height: 100%;
}

.sourch{
	float: left;
	width: 22.5%;
}

.sourch p{ width:38%; float:left;
	font-size: 18px; text-align:right;
	font-weight: bold; line-height:30px;
	color: #08ADD5;
}

.content{ float:right;
	width: 60%;
	height: 30px;
}

.content select{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.content input{
	width: 95%;
	height: 30px;
	padding-left: 10px;
	font-size: 16px;
}

#search{
	width: 8%;
	height: 35px;
	background-color: #004488;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px; float:right;
}

.page{
	width: 700px;
	margin: 30px auto;
}

.footer{
	width: 100%;
	height: 120px;
	background-color: #000000;
}