/* CSS Document */
@charset "gb2312";
body {
	font: 14px/1.4 "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", arial, Tahoma, SimSun, sans-serif;
	color: #333;
	margin: 0;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	_background-attachment: fixed;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
div, dl, dt, td, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, a, input {
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover, a:focus {
	color: #0b314b
}
::selection {
	background-color: rgba(37,75,113,0.7);
	color: #fff
}
::-moz-selection {
 background-color:rgba(37,75,113,0.7);
 color: #fff
}
html, body {
	overflow-x: hidden
}
a {
	color: #434343;
	-webkit-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	transition: color .2s ease-in;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
a:hover, a:focus {
	text-decoration: none;
	outline-style: none;
	color: #F60
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'microsoft yahei', 'Helvetica', simhei, simsun, sans-serif
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
label {
	font-weight: normal
}
img[data-src] {
	width: 100%
}
em a {
	color: #F30
}
p{
	line-height: 28px;
	color:#666；
}
.clear{
	clear:both;
}
.floatL{
	float: left
}
.floatR{
	float: right
}
i{
	margin-right:10px;
}
.row-spacing{
	margin-top: 30px;
}
.table{
	border-top:2px solid #115276;
	margin-top: 20px;
}
/*页面顶部样式*/
.nav li {
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.nav li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	background: rgba(93, 121, 11, 0.98);
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	-o-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background: #dbb673;
}
.nav li:hover:before, header .nav li:focus:before, .nav li:active:before {
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#header {
	margin:3px;

}
#header a{
	margin-right:12px;
	color:#5b6066;
	line-height: 25px;
}
#header a:hover{
	color:#D16338;
}
#header .fa{
	margin-right:2px;
}
#navbar {
	background-color: #0558a9;
	min-height: inherit;
}
#navbar button {
	z-index: 5;
	outline-style: none;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=(80));
	opacity: .8
}
#navbar button:hover {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=(100));
	opacity: 1
}
#navbar .navbar-default {
	margin-bottom: 0;
	min-height: inherit;
	background-color: inherit;
	border-width: 0
}
#navbar #navbar-toggle {
	float: left;
	margin-right: 0;
	margin-top: 9px;
	border-width: 0;
	padding: 9px;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	padding: 5px 8px
}
#navbar #navbar-toggle .icon-bar {
	background-color: #fff
}
#navbar #navbar-toggle:hover .icon-bar {
	background-color: #fff
}
#navbar #navbar-toggle-icon {
	float: right;
	margin-top: 12px;
	margin-bottom: 0;
	margin-right: -6px;
	padding-right: 0;
	padding: 5px 6px;
	border-width: 0;
	background-color: transparent;
	cursor: pointer
}
#navbar #navbar-toggle-icon span {
	font-size: 18px;
	color: #b2b2b2
}
#navbar #navbar-brand {
	text-align: center;
	float: inherit;
}
#navbar #navbar-brand img {
	max-height: 63px
}
#navbar-brand-iphone {
	display: none;
}
#navbar #navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	float: left;
}
#navbar #navbar-collapse>ul>li>a {
	padding: 13px 25px;
	font-size: 14px;
	font-family: 微软雅黑;
	color: #fff;
	-webkit-transition: background-color 0s ease-in-out;
	-ms-transition: background-color 0s ease-in-out;
	transition: background-color 0s ease-in-out
}
#navbar #navbar-collapse>ul>li.active>a {
	-webkit-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	background: #dbb673;
	color: #5c4213;
}
#navbar #navbar-collapse>ul>li:hover>a {
	-webkit-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	color: #5c4213;
}
#navbar #navbar-collapse li.dropdown:hover ul.dropdown-menu {
	display: inherit;

}
#navbar #navbar-collapse ul.dropdown-menu {
	padding: 0;
	width: 100%;
	min-width: inherit;
	border: 1px solid rgba(255,255,255,0.5);
	border-bottom-width: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box;
	background: rgba(255,255,255,0.8);
}
#navbar #navbar-collapse ul.dropdown-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.5)
}
#navbar #navbar-collapse ul.dropdown-menu li a {
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	-webkit-transition: background-color 0s ease-in-out;
	-ms-transition: background-color 0s ease-in-out;
	transition: background-color 0s ease-in-out
}
#navbar #navbar-collapse ul.dropdown-menu li a:hover {
	color: #7d602c;
	-webkit-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	background: #dbb673;
}
.dropdown{
	z-index: 1000
}
.dropdown-menu-small {
	position: absolute;
	top: -15px;
	left: 120px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 180px;
	margin: 2px 0 0;
	padding:3px 0px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border:1px solid #c8e2ef!important;
	border-left:none;
	box-shadow: 6px 6px 12px  rgba(17, 97, 138, .3);
	-webkit-border-radius:7px;
    -moz-border-radius:7px;
	border-radius: 7px
}
.dropdown-menu-small>li>a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #1570a5!important;
	white-space: nowrap;
}
.dropdown-menu-small>li>a:hover, .dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background: #b8e4ef!important;
    border:none!important;
}
.dropdown-menu-small>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0
}
.dropdown .fa {
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}
.jf{
	position: absolute;
	right:10px;
	top:0px;
}
.panel-title a{
	color:#836930;
	font-size:15px;
	font-weight:bolder
}
/*左边菜单样式*/
#content {
	margin-top: 50px;
}
.menu-first {
	float: right;
	margin-bottom: 15px;
	padding-right: 45px;
}
.menu-first h4 {
	text-align: right;
	color: #f0713f!important;
	border-bottom: 3px solid #f0713f;
	padding-bottom: 10px;
}
.menus_area {
	height: auto !important;
	overflow: visible !important;
	position:relative
	background-color: #0558a9;
	width:80%;
}
.tiele_pic img{
	max-width:80%;
}
.menus_area dt {
	padding-left: 40px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #0558a9;
	color: #f5f5f5;
	font-size: 14px;
	position: relative;
	line-height: 38px;
	cursor: pointer;
	border-bottom: #2d6ead 1px solid
}
.menus_area dd {
	background-color: #fff;
	padding-left: 40px;
	display: none
}
.menus_area dd:hover {
	background-color: #dadada;

}
.menus_area dt a{
	color:#fff;
	display: block
}
.menus_area dd a {
	color: #7e7e7e;
	line-height: 32px;
}

.menus_area dt .fa {
	position: absolute;
	right: 10px;
	top: 10px;
}
.menus_area dl dd:last-child {
	padding-bottom: 10px;
}
dt.on {
	background-color: #dbb673;
	border-bottom:none
}
.list-group .list-group-item {
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
    border-bottom:1px solid #CCC;
    line-height:28px;
	background-clip: padding-box;

}
.list-group-item {
	padding: 0;
	border-width: 0;
	background-color: transparent
}
ul.list-group .list-group-item span {
	float: right;
	font-weight: normal;
	color: #808080;
	background-color: transparent;
	padding-left: 0;
	-webkit-transition: transform .4s ease-in-out;
	-ms-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	line-height:28px;
	font-size:12px;
}
.menu-second {
	background:url(all_2017_bg_gh.png) no-repeat;background-position: 0px 0px;
	height:45px;
	border-left: 3px solid #0d5dac;
	margin-bottom: 30px;
}
.menu-second h4 {
	color: #0d5dac!important;
	padding-bottom: 10px;
}
.breadcrumb{
	text-align: right;
	padding:0px;
	margin-bottom:5px
}
.input-append {
	float: right;
}
.input-append input {
	padding-left: 6px;
	height: 25px;
	border: 1px solid #8a8a8a;
	font-size: 12px;
	outline: 0;
}
.input-append .btn-primary {
	-webkit-border-radius: 0;
	border-radius: 0;
	padding-left:6px;
	padding-top:2px;
	border:none;
	width: 25px;
	height: 24px;
	background-clip: padding-box;
	background-color: #8a8a8a;
}
.form-inline{
	float:right;
}
.form-inline .form-group .form-control{
    width:73%;
}
/*首页*/
#banner_news {
	background-color: #0558a9 !important;
	padding-top: 10px;
	height:380px;
	position: relative;
	
}
/*首页*-*banner*/
.carousel .control {
  position: absolute;
  top:80px;
  left: 0px;
  width: 32px;
  height: 35x;
  font-size: 16pt;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  opacity: .75;
}
.carousel .control.right {
  left: auto;
  right: -10px;
}
.carousel .control:hover {
  opacity: 1;
}
.carousel .markers  > ul {
  margin-left: 0;
  list-style: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
}
.carousel .markers li {
  display: block;
  float: left;
  margin-right: 5px;
}
.carousel .markers li a {
  width: 32px;
  height: 6px;
  background-color:#ac8743;
  display: block;
  float: left;
}
.carousel .markers li.active a {
  background-color: #dbb673;
}
.bg-color-blue {
  background-color: #ac8743 !important;
}
.banner{
	height:200px;
}
.news-spread{
	background:url(bg_news_zs.gif) repeat-y;
	height:220px;
}
.spread{
	background: #d7d7d7;
	padding:10px;
	height:220px;
}
.news{
	background: #d5e8f9;
	padding:10px;
	height:220px;
}
.page-control {
 position: relative;
}
.page-control ul {
 position: absolute;
 top:-44px;
 right:-20px;
}
.page-control  > ul li {
  float:right;
  background: #dbb673;
  color:#a7884e;
}
.page-control  > ul li.active {
  background-color: #d5e8f9;
}
.page-control  > ul li.active span,
.page-control  > ul li.active a {
  color: #0558a9;
}
.page-control  > ul li a {
  text-decoration: none;
  display: block;
  padding: 8px 70px;
  color: #684d1b;
  font-family: '微软雅黑'
  font-weight: 600;
  font-size: 13pt;
  letter-spacing: 0.01em;
  line-height: 14pt;
  font-smooth: always;
  cursor: pointer;
  outline: 0;
}
.page-control .frames {
  width: 100%;
  clear: both;
}
.page-control .frames .frame {
  min-height: 100%;
  height: auto;
  display: none;
}
.page-control .frames .frame.active {
  display: block;
}
.page-control .frames ol li {
color:#a7884e;
line-height: 32px;
border-bottom: 1px solid #aab3bb;
height:32px;
}
.page-control .frames ol li a {
  text-decoration: none;
  background:url(all_2017_bg_gh.png) no-repeat;
  background-position: 0px -126px;
  color: #474747;
  font-size: 14px;
  cursor: pointer;
  padding-left:13px;
  float: left;
  width:85%
}
.page-control .frames ol li a:hover,.frames .gzdt_topnews a:hover{
	color: #AF5018
}
.page-control .frames ol li span{
    font-size:12px;
	color:#666;
	float: right
}
.frame .picnews{
	float: left;
	margin-right:2%;	
	width:65%
}
.frame .picnews img{
	max-width:100%
}
.gzdt_topnews {
	float: left;
	width:33%
}
 .gzdt_topnews a{
	font-size:16px;
	color:#0558a9;
}
.gzdt_topnews p{
	font-size:12px;
	color:#666;
	line-height: 24px;
	margin-top:8px;
}
.gzdt_topnews span{
	font-size:12px;
	color:#ac8743;
}
.page-control .more{
	padding:5px 8px 4px 0px;
	color:#fff;
	background:#ac8743;
	font-size:12px;
	margin-top:10px;
	width:16%;
	position: absolute;
	bottom:-50px;
	right:0px
}
.page-control .more::before{
	padding:5px 8px;
	color:#fff;
	background:#d7b26f;
	font-size:12px;
	margin-top:5px;
	width:12%;
	content: "\>";
	margin-right:5px;
}
/*我要查、办*/
.three_important{
	margin-top:30px;
}
.threetitle{
	background:url(all_2017_bg_gh.png) no-repeat;
	background-position: 0px -168px;
	height:34px;
	margin-bottom:20px;
	padding:3px 8px
}
.threetitle h4{
	color:#ac8743;
}
.three_important .inquire{
	margin:15px 0px;
	font-size: 0px;
}
.inquire input[type=text]{
	background: #d3d3d3;
	padding:9px 2%;
	width:65%;
	border:none;
	color:#393939;
	font-size: 12px;
}
.inquire input[type=submit]{
	background: #0558a9;
	padding:9px 2%;
	width:34%;
	border:none;
	color:#fff;
	font-size: 12px;
}
.eight-button{
	margin-bottom: 20px;
	background: url(all_2017_bg_gh.png) no-repeat;
	background-position: 0px -268px;
}

.eight-button a{
	display: block;
	font-size: 12px;
	padding-top:45px;
	text-align: center

}
.three_important .tit_small{
	border-bottom: 1px solid #949ea9;
	padding:0px 0px 6px 6px;
	margin-bottom:5px;
	height:21px;
}
.three_important ul{
	margin-bottom: 14px;
}
.three_important li{
	border-bottom: 1px dotted  #949ea9;
	line-height:24px;
}
.three_important li a {
  text-decoration: none;
  background:url(all_2017_bg_gh.png) no-repeat;
  background-position: 0px -132px;
  color: #474747;
  cursor: pointer;
  padding-left:13px;
}
.bsxt a{
	line-height: 24px;
	padding-left:5px;
}
.three_important .fa{
	padding:5px;
	color:#ac8743;
	float:left;margin
}
.bsxt h6{
	color:#ac8743;
	font-size: 11px;
	padding:3px 0px;
}
.bsxt p{
	color:#1f1f1f;
	font-size: 20px;
}
.four-button{
	margin-top:15px;
}
.four-button .btn-default{
	border-color:#ac8743;
	margin:4px 0px;
	padding:5px 22%
}
.three_important .more{
	padding:3px 0px 5px 8px;
	background:#0558a9;
	font-size:12px;
	height:21px;

}
.three_important .more a{
	color:#fff;
}
.three_important .more::after{
	padding:4px 6px 3px 5px;
	color:#fff;
	background:#d7b26f;
	font-size:12px;
	content: "\+";

}
#link{
	margin-top:20px;

}
#link .form-control{
	font-size: 12px;
	padding-left:15px;
	margin-right:20px;
}
/*重点业务*/
.title_name_more{
	position: relative;
	margin-bottom:50px;
	margin-top: 10px;
}
.bg_title{
	height:35px;
    background: -moz-linear-gradient(left, #6e9fcf 0%, #5896d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e9fcf), color-stop(100%,#5896d2));
    background: -webkit-linear-gradient(left, #0558a9 0%,#5896d2 100%);
    background: -o-linear-gradient(left, #0558a9 0%,#5896d2 100%);
    background: -ms-linear-gradient(left, #0558a9 0%,#5896d2 100%);
    background: linear-gradient(to right, #6e9fcf 0%,#9ebede 100%);
}
.title_photo{
	position: absolute;
	bottom:0px;
	right: 0px;
}
.tit_more{
   width:55%;
	margin-bottom: 10px;
}
.tit_more a{
	line-height: 28px;
	color:#6d5220;
}
/*RSS订阅-站点地图*/
.rss{
	margin-bottom: 20px;
}
.rss h4{
	color:#f0713f;
	padding:10px 0px;
}
.rss h5, .map h5{
	color:#1f6895;
	padding:10px 0px;
}
.rss li{
	line-height: 40px;border-bottom: 1px solid #c3c2c2;
	height:40px;
}
.rss li .info{
	float:left
}
.rss li span{
	background: #f0713f;
	padding:1px 8px;
	line-height: 20px;
	color:#fff;
	margin-top:10px;
	margin-right: 5px;
	border-radius:3px;
}
.rss li .dingy{
	color:#5B4A0D;
	padding:2px 10px;
	line-height: 20px;
	background: #dbb673;
	float: right;
	margin-top:10px;
	margin-right: 10px;
	border-radius:3px;
}
.rss li .dingy:hover{
	background: #0558a9;
	color:#fff;
}
.map a{
	color:#4B4B4B;
	margin-right:10px;
	line-height: 25px;
}
.map a:hover{
	color:#DF7523
}
h5 .s_title{
	color:#836930;
	font-size:14px;
}

/*页面尾部样式*/
#footer {
	background-color: #89919e;
	padding:20px;
	margin-top: 30px;
}
#footer .fa{
	font-size:28px;
	color:#fff
}
#footer #footer-links li a:hover {
	color: #0b314b
}
#footer .list-group .list-group-item::after {
	color:#fff; content: "\|";padding-left:8px;
}
#footer .list-group .list-group-item:hover {
	color:#89919e !important;
}
#footer .list-group{
    padding-bottom:15px;
}
#footer .list-group .list-group-item {
	border-radius: 0px !important; line-height: 1.8em; overflow: hidden; padding:5px; !important; font-size: 12px; white-space: nowrap; -ms-text-overflow: ellipsis;float:left;color:#fff;
}
#footer .panel-heading{
	padding:2px;
}
#footer .panel-heading p{
	font-size:12px;
	line-height: 22px;
	color:#fff;
}
#footer a{
	color:#fff;
}
.leader{
	border-bottom:1px dotted #afafaf;
	padding:15px 0px;
}
.leader img{
	max-width: 100%
}
/*分页样式*/
.leader h5{
	padding:3px 0px;
	color:#0558a9;
	font-size:16px;
	line-height: 30px;
}
.leader h6{
	line-height: 26px;
	color:#919191
}
.leader .leader-name{
	padding:5px;
	background:url(line_bg.gif) repeat;
	color:#666;
	font-size:14px;
	width:100px;
	text-align:center;
}
.leader-email{
	margin-top:10px;
}
.leader-email a{
	background: #f0713f;
	color:#fff;
	padding:6px 10px;
	text-align: center;
    border-radius: 3px;

}
.leader-email a:hover{
	background: #0558a9;
}
.leader-info{
	padding:5px 0px 10px 30px;
}
.leader p{
	font-size: 14px;
	line-height: 24px;
}
.xxym {
	margin-top:20px;
}
.xxym h4{
	height: 30px;
	text-align: center;
	line-height: 26px;
	margin-bottom: 20px;
	
}
.xxym h5{
	padding-bottom:10px;
	color: #7d7d7d;
	line-height: 28px;
	text-align: center
}
.banben{
	width:170px;
	background:#dbb673;
	padding:5px 8px;
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
	font: arial;
	text-align:center
	
}
