.mod-panel{
	width: 90%;
	max-width: 1200px;
	margin: auto;
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
}
.mod-panel .hd{
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
}
.mod-panel .hd h1{
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
	color:#212121;
	text-align: center;
}
.mod-panel .hd p{
	font-size:16px;
	color:#999;
	text-align: center;
}
.mod-panel .bd{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.mod-panel .search{
	position: relative;
	width: 100%;
	max-width:480px;
	margin:0 auto 15px;
	*zoom: 1;
	_width:480px;
}
.mod-panel .search .input-text{
	display: block;
	width:70%;
	height: 20px;
	border:1px solid #ccc;
	padding:10px 20% 10px 8px;
	line-height: 20px;
	outline: none;
}
.mod-panel .search .input-submit{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	height: 42px;
	width: 22.5%;
	background: #4bae4f;
	border:medium none;
	line-height: 42px;
	vertical-align:middle;
	font-size:16px;
	color: #fff;
	cursor:pointer;
	outline: none;
}
.mod-panel table{
	width: 100%;
	background: #fff;
}
.mod-panel th,.mod-panel td{
	padding:9px 15px;
	border:1px solid #ccc;
	line-height: 24px;

	text-align: center;
	*position: relative;
	*zoom:1;
}
.mod-panel th{
	background: #f5f5f5;
	font-size:16px;
	color:#212121;
}
.mod-panel .th{
	white-space: nowrap;
	text-align: center;
}
.mod-panel .bd{
	margin-bottom: 15px;
}
.mod-panel .bd a{
	color:#4bae4f;
}
.mod-panel .zuijin ul{
	overflow: hidden;
}
.mod-panel .zuijin li{
	float: left;
	width: 170px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	text-align: center;
	margin-top: 10px;
}
.mod-panel .zuijin li a{
	color: #337ab7;
}

@media screen and (max-width: 1023px) {
	.only-mobile{
		display: table-row;
	}
	.mod-panel .hd{
		padding-top: 0;
		line-height: 22px;
	}
	.mod-panel .hd h1{
		font-size: 22px;
		color: #333;
	}
	.mod-panel .search{
		margin: 0 auto 20px;
	}
	.mod-panel .search .input-text{
		padding:8px 20% 8px 8px;
	}
	.mod-panel .search .input-submit{
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}
	.mod-panel .zuijin ul{
		overflow: hidden;
	}
	.mod-panel .zuijin li{
		float: left;
		height: 30px;
		line-height: 30px;
		border: 1px solid #ccc;
		text-align: center;
		margin-top: 10px;
		width:120px;
	}
	.mod-panel .zuijin li a{
		color: #337ab7;
	}
}
@media screen and (max-width: 750px){
	.mod-panel .hd{
		text-align: left;
	}
	.mod-panel .hd p{
		font-size: 14px;
	}
	.mod-panel .search{
		margin: 0 0 20px;
	}
	.mod-panel .bd a{
		float: none;
		*position: static;
	}
	.mod-panel th, .mod-panel td{
		padding: 6px 4px;
	}
	.mod-panel .zuijin ul{
		overflow: hidden;
	}
	.mod-panel .zuijin li{
		float: left;
		width: 165px;
		height: 30px;
		line-height: 30px;
	}
	.mod-panel .zuijin li a{
		color: #337ab7;
	}
}
.square {
	border: #ccc 1px solid;
}
.square-inner{
	background-image:url('jxfo.gif');
	background-repeat:no-repeat;
	background-position:right;
	min-height: 100px;
}
.float::after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
  }
  .float>li{
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-left: 9px;
  }
  .float>li a{
	color: #337ab7;
  }
  .float>li:nth-of-type(2n){
	margin-right: 0;
	text-align: right;
  }
  #footer {
    text-align: center;
    min-height: 15px;
    _height: 15px;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #333;
}