@charset "utf-8";
/**/
html, body {
	padding: 0;
	margin: 0;
	font-family: '微软雅黑';
}
em {
	color: #E4151F;
	font-style: normal;
}
.ui-grid-960 {
	width: 960px;
	overflow: hidden;
}
.ui-grid-1024 {
	width: 1200px;
	/*overflow: hidden;*/
}
@media screen and (max-width: 1024px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
  .ui-dynamic-margin {
    margin:0 20px
  }
}
.ui-head {
	border-bottom: 1px solid #ebebeb;
	min-height:243px;
	background: url(top_bg.jpg) top center no-repeat;
	background-size:cover;
}
.ui-head-inner {
}
.ui-logo{
	float:left;
}
.ui-head-banner {
	height: 100%;
}
.ui-body {
}
.ui-body-inner {
}
.ui-foot{ 
	background-color:#2260bb;
	height:110px;
}
.footer-1{ width:280px; margin-top:17px; float:left;}
.footer-2{ width:660px; margin:14px 0 0 15px; float:left; border-right:#446b9a 1px solid;}
.footer-3{ width:182px; margin-top:20px; float:right;}

.footer-1 a{ display:block; border-right:#446b9a 1px solid; width:80px; text-align:center;float:left}
.footer-1 a img{ vertical-align:middle; border:none;}
.footer-2 p{ margin:0px; padding:0px; line-height:30px; font-size:14px; color:#FFF;}
.footer-2 p span{ display:inline-block; margin-right:30px;}
.footer-2 p img{ margin-right:5px; vertical-align:middle;}
.footer-3 ul{ padding:0px; margin:0px; list-style:none;}
.footer-3 ul li{ width:90px; float:left; text-align:center; margin-bottom:15px; border-right:#d6dce8 1px solid;}
.footer-3 ul li a{ font-size:14px; color:#FFF; text-decoration:none;}
.footer-2 p span a{text-decoration:none}
.ui-foot-inner {
	height: 110px;
}
.ui-foot-nav {
	margin-top: 5px;
	font-size: 15px;
	color: #666666;
}
.ui-foot-nav>a {
	text-decoration: none;
}
.ui-search-box {
	overflow:visible;
	clear:both;
}
.ui-search-input-box {
	overflow:visible;
	clear:both;
	line-height: 36px;
}
.ui-search-input-wrap {
	position: relative;
	float: left;
}
.ui-placehoder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 10px;
	cursor: pointer;
	color: #A0A0A0;
	overflow: hidden;
	line-height: 40px;
	display:none;
}
.ui-search-q {
	font-size: 16px;
	height: 20px;
	padding: 9px 7px;
	outline: 0;
	border: 1px solid #D8D8D8;
	vertical-align: middle;
	border-right: 0;
	margin: 0;
}
.ui-search-q.hover{
	border:1px solid #036CB4;
	border-right:0;
}
.ui-search-btn {
	color: #FFFFFF;
	font-size: 16px;
	width: 90px;
	height: 40px;
	line-height: 33px;
	border: none;
	vertical-align: middle;
	cursor: pointer;
	font-family: '微软雅黑';
	background-color: #0167cc;
}
.ui-search-btn-adv{
	font-size: 15px;
	padding: 0 10px;
	color: #fff;
	cursor: pointer;
	vertical-align: middle;
}
.ui-icon-btn-back {
	font-size: 14px;
	padding-left: 20px;
	color:#fff;
	text-decoration:none;
}
.ui-copyright-box {
	font-size: 15px;
	margin-top: 10px;
	width: 600px;
	color: #666666;
	height: 90px;
	overflow: hidden;
}
.ui-copyright-box>table {
	margin: auto;
}
.ui-copyright-icon {
	width: 64px;
	height: 64px;
	background: url(bszs.png) center center no-repeat;
	float: left;
}
.ui-copyright-info {
	text-align: center;
	padding-left: 10px;
}
.ui-copyright-info>div {
	line-height: 30px;
}
.ui-copyright-addr {
	margin-top: 3px;
	text-align: center;
}
.ui-microphone-box {
	position: absolute;
	right: 2px;
	top: 2px;
	bottom: 2px;
	z-index: 100;
	width: 22px;
	overflow:hidden;
}
.ui-microphone-setup {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 12px;
	height: 12px;
	background: url(mic-options.png) right bottom no-repeat;
	z-index: 101;
	cursor: pointer;
}
.ui-microphone-box embed{
	width:100%;
	height:100%;
}
.ui-search-result-left{
	float:left;
	width:170px;
	height:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.ui-search-result-left-inner{
	margin-right:15px;
}
.ui-search-result-right{
	margin-left:170px;
	height:100%;
	overflow:hidden;
}
.ui-search-result-right-inner{
	margin-left:25px;
}
.ui-noresult-box{
	display: none;
	font-size: 14px;
	margin-top: 15px;
	color:#272727;
}
.ui-search-result-items{
	clear:both;
}
#pagination {
	text-align: left;
	padding-left: 0;
	margin-left: -2px;
	font-size: 16px;
	height: 35px;
	line-height:35px;
	clear: both;
}
/*高级检索*/
.ui-adv-search-box {
	margin-top:3px;
	font-size:15px;
	height:30px;
	overflow:visible;
	clear:both;
	display:none;
}
.ui-adv-search-btn {
	font-size: 13px;
	padding: 0 10px;
	color: #666;
	cursor: pointer;
	vertical-align: middle;
}
.ui-adv-search-tip{
	padding: 0 10px;
	margin-top:5px;
	font-size:15px;
	color:red;
	display:none;
}
.ui-adv-search-field-label {
	font-size: 14px;
	margin-right: 5px;
	color: #fff;
	float:left;
}
.ui-adv-search-field-input{
	width: 69px;
	height: 20px;
	border:0;
	border-bottom: 1px solid #D8D8D8;
	outline: 0;
	padding: 0 5px;
	font-size: 13px;
	vertical-align: middle;
	float:left;
	color:#F30;
}
.ui-adv-search-field-select {
	/*background: url(jsearch_input.jpg) no-repeat left top;*/
	width: 430px;
	height: 20px;
	border: 1px solid #D8D8D8;
	outline: 0;
	font-size: 13px;
	vertical-align: middle;
	float:left;
}
.ui-adv-search-top-arrow {
	height: 5px;
}
.ui-adv-search-content {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#D6D6D6')";/* For IE 8 */
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#D6D6D6');/* For IE 5.5 - 7 */
	-webkit-box-shadow: 0 2px 10px #BBBBBB;
	box-shadow: 0 2px 10px #BBBBBB;
}
.ui-adv-search-field-box {
	padding: 2px 0;
	overflow:visible;
	float:left;
	margin-right:10px;
	line-height: 20px;
}
.ui-table{
	width:100%;
	background-color:#c9deef;
	font-size:14px;
}
.ui-table td{
	background-color:#FFFFFF;
	vertical-align:middle;
	line-height:25px;
	height:25px;
	padding:2px 5px;
}
.ui-table td.label{
	background-color:#e9f2f9;
}
.lb_sousuo_footer{
	display:block;
	width: 1200px;
    height: 40px; 
    overflow: hidden; 
	margin:0px auto;
	padding:0px;
}
.lb_sousuo_footer li{
	width: 283px;
    height: 40px;
    background: #1a53a9;
    margin-right: 22px;
    float: left;
    color: #d1e1f9;
    text-align: center;
    line-height: 40px;
	list-style:none;
}
.lb_sousuo_footer li a{
	display:block;
	text-decoration:none;
	font-size:17px;
}
.lb_gzw_footer{
	width:100%;
	height:auto; 
	background:#2260bb;
	padding:20px 0px 30px 0px;
}
.dz {
    width: 80px;
    height: 80px;
    float: left;
}
.zc {
    width: 110px;
    height: 55px;
    float: left;
    margin: 12px 20px 12px 30px;
}