.container {
	font-size: 16px;
	width: 970px;
}

*,*:before,*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type="text"],input[type="password"] {
	height: 26px;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #f00;
}

pre {
	font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
	border: 0;
	background-color: transparent;
	font-size: 16px;
	line-height: 25px;
	/* padding: 7.5px 0; */
	padding:0;
}

.table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px !important;
}

.table th {
	background-color: #e0e0e0;
	background-image: -moz-linear-gradient(#fcfcfc 0%, #e0e0e0 50%, #fcfcfc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fcfcfc),
		color-stop(.35, #f0f0f0), color-stop(.5, #e0e0e0),
		color-stop(.65, #f0f0f0), to(#fcfcfc));
	background-image: -o-linear-gradient(#fcfcfc 0%, #e0e0e0 50%, #fcfcfc);
	background-image: linear-gradient(#fcfcfc 0%, #e0e0e0 50%, #fcfcfc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc,
		endColorstr=#e0e0e0, grandientType=1);
	background-size: 50px 28px;
	height: 20px;
}



.table th {
	border-bottom: 1px solid #ccc;
}

.table td {
	border-top: 0;
	border-bottom: 0;
}

.body-container {
	margin: 0 auto;
	padding-top: 20px;
	width: 1000px;
}

select {
	margin: 0px;
}

.nav {
	margin-bottom: 10px;
}

/*渐变 白-灰*/
.gradient-white-gray,th {
	background: rgb(255, 255, 255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(235, 235, 235, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		255, 255, 1)), color-stop(100%, rgba(235, 235, 235, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(235, 235, 235, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(235, 235, 235, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(235, 235, 235, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,
		rgba(235, 235, 235, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#ebebeb', GradientType=0); /* IE6-8 */
}

/*渐变按钮 浅蓝色-深蓝色*/
.btn-gradient-1 {
	display:inline-block;
	padding: 3px 23px;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	/* border:1px solid #ccc; */
	background: #4fa3e5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmYTNlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDdhZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fa3e5),
		color-stop(100%, #307ad0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #4fa3e5 0%, #307ad0 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa3e5',
		endColorstr='#307ad0', GradientType=0); /* IE6-8 */
}

.btn-gradient-1:hover {
	text-decoration: none;
	color: #fff;
	background: #307ad0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwN2FkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDdhZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #307ad0 0%, #307ad0 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #307ad0),
		color-stop(100%, #307ad0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #307ad0 0%, #307ad0 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #307ad0 0%, #307ad0 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #307ad0 0%, #307ad0 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #307ad0 0%, #307ad0 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#307ad0',
		endColorstr='#307ad0', GradientType=0); /* IE6-8 */
}

/*渐变-蓝-深蓝*/
.btn-gradient-2 {
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#4aabec',
		endColorstr= '#217fbd');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4aabec', endColorstr = '#217fbd')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #4aabec, #217fbd);
	background-image: -ms-linear-gradient(top, #4aabec, #217fbd);
	background-image: -o-linear-gradient(top, #4aabec, #217fbd);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#4aabec),
		to(#217fbd));
	background-image: -webkit-linear-gradient(top, #4aabec, #217fbd);
	background-image: linear-gradient(top, #4aabec, #217fbd);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
/*渐变-蓝-深蓝2*/
.btn-gradient-3 {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#61baf2',
		endColorstr= '#1e99e6');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#61baf2', endColorstr = '#1e99e6')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #61baf2, #1e99e6);
	background-image: -ms-linear-gradient(top, #61baf2, #1e99e6);
	background-image: -o-linear-gradient(top, #61baf2, #1e99e6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#61baf2),
		to(#1e99e6));
	background-image: -webkit-linear-gradient(top, #61baf2, #1e99e6);
	background-image: linear-gradient(top, #61baf2, #1e99e6);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.btn-gradient-disable,.btn-gradient-disable:hover {
	padding: 4px 25px;
	color: #bfbfbf;
	cursor: default;
	-moz-box-shadow: inset 0px 0px 1px #000000;
	-webkit-box-shadow: inset 0px 0px 1px #000000;
	box-shadow: inset 0px 0px 1px #000000;
	/*Inner elements should not cover inner shadows*/
	/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#f0f0f0',
		endColorstr= '#dbdbdb');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f0f0f0', endColorstr = '#dbdbdb')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #f0f0f0, #dbdbdb);
	background-image: -ms-linear-gradient(top, #f0f0f0, #dbdbdb);
	background-image: -o-linear-gradient(top, #f0f0f0, #dbdbdb);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0),
		to(#dbdbdb));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #dbdbdb);
	background-image: linear-gradient(top, #f0f0f0, #dbdbdb);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*菜单*/
.bodyMenu {
	font-size: 16px;
	margin: 10px auto;
	padding: 0 0 10px 15px;
}

.sysMenuTab,.sysMenuTab a,.sysMenuTabSelect a {
	display:inline-block;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
}

.sysMenuTabSelect {
	display:inline-block;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	background: rgb(193, 218, 240); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxZGFmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZlYWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmVmZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(193, 218, 240, 1) 0%,
		rgba(110, 171, 228, 1) 50%, rgba(182, 239, 250, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(193,
		218, 240, 1)), color-stop(50%, rgba(110, 171, 228, 1)),
		color-stop(100%, rgba(182, 239, 250, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(193, 218, 240, 1) 0%,
		rgba(110, 171, 228, 1) 50%, rgba(182, 239, 250, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(193, 218, 240, 1) 0%,
		rgba(110, 171, 228, 1) 50%, rgba(182, 239, 250, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(193, 218, 240, 1) 0%,
		rgba(110, 171, 228, 1) 50%, rgba(182, 239, 250, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(193, 218, 240, 1) 0%,
		rgba(110, 171, 228, 1) 50%, rgba(182, 239, 250, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1daf0',
		endColorstr='#b6effa', GradientType=0); /* IE6-8 */
}

.bottombar {
	padding: 15px 0;
}

.bottombar a {
	vertical-align: top;
	display: inline-block;
	width: 21.5%;
	height: 90px;
	padding: 5px 15px;
	font-size: 13px;
	color: #444;
	border-left: 1px solid #ccc;
}

.bottombar a:hover {
	color: #0088cc;
}

.pannel {
	background-color: #ffffff;
	border: 1px solid #b1caf1;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 4px #bfc8d5;
	-moz-box-shadow: 0 3px 4px #bfc8d5;
	box-shadow: 0 3px 4px #bfc8d5;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	margin: 6px auto 15px auto;
	float: none;
}

.topmenu {
	margin-left: -15px;
	width: 1000px;
	text-align: center;
	height: 35px;
	max-width: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#3b61a0',
		endColorstr= '#1b3c71');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3b61a0', endColorstr = '#1b3c71')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #3b61a0, #1b3c71);
	background-image: -ms-linear-gradient(top, #3b61a0, #1b3c71);
	background-image: -o-linear-gradient(top, #3b61a0, #1b3c71);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#3b61a0),
		to(#1b3c71));
	background-image: -webkit-linear-gradient(top, #3b61a0, #1b3c71);
	background-image: linear-gradient(top, #3b61a0, #1b3c71);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.header {
	width: 1000px;
	height: 130px;
	margin-left: -15px;
}

/*bootstrap样式调整*/
.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th
	{
	background-color: #F9FCFD;
}

.table-striped tbody tr:hover>td,.table-striped tbody tr:hover>th {
	background-color: #f5f5f5;
}

/*网上办事*/
.table.table-list td {
	text-align: left;
}

/*导航*/
.navigate {
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
}

.navigate a,.navigate span {
	display: inline-block;
	padding: 15px;
}

.navigate a {
	display: inline-block;
	font-size: 16px;
}

.navigate table {
	margin-top: 10px;
}

.navigate .selected {
	color: #333;
	background-image: url("../img/portal/arrow_bt.gif");
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
/*导航-选项*/
.moreItems,#items2,#items3,#items4 {
	display: none;
}

.navItems {
	padding: 15px;
	padding-bottom: 0px;
	border-bottom: 1px solid #d7d7d7;
}

.navItems table {
	width: 100%;
}

.navItems table td {
	width: 12.5%;
	text-align: center;
}

.navItems table td a {
	display: block;
	width: 115px;
	height: 100px;
	margin-left: 2%;
	text-decoration: none;
	color: #000;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
}
.navItems table td a.on {
  background-color: #d9ecff;
  border: 1px solid #307ad0;
  padding: 4px;
  font-weight: bolder;
}
.navItems table td a:hover {
	background-color: #e5e5e5;
	border: 1px solid #d7d7d7;
	padding: 4px;
}

.navItems .more {
	width: 100%;
	text-decoration: none;
	padding: 0px;
}

.navItems .more a {
	width: 100px;
	height: 20px;
	padding: 0px;
	margin: 0 auto;
}

.navItems .more a:hover {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: none;
	border: 0px;
	padding: 0px;
}
/*热门在线服务*/
.hotService {
	border-radius: 5px;
	border: 1px solid #ccc;
	margin: 15px 10px;
	background-color: #fff;
}

.hotService .title {
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.hotService .items {
	padding: 10px 15px;
	border-top: 1px dotted #ccc;
	margin-top: -1px;
}
/*轮播模块*/
#myCarousel .item {
	padding: 15px 10px 0px;
	padding-bottom: 0px;
}

.scrollPad {
	height: 250px;
}

.scrollPad .title {
	color: #800000;
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
}

.scrollPad .left {
	width: 20%;
	height: 120px;
	color: #333;
}

.scrollPad .middle {
	padding: 15px;
	width: 45%;
	height: 100%;
	color: #888;
	vertical-align: top;
	line-height: 25px;
}

.scrollPad .right {
	padding: 10px 5px 10px 15px;
	border-left: 1px solid #aaa;
	vertical-align: top;
}

.scrollPad .right a {
	display: block;
	margin-bottom: 10px;
	line-height: 22px;
}

.scrollNav {
	position: relative;
	text-align: center;
	margin: 10px;
}

.scrollNav .carousel-indicators {
	position: static;
}

.sysMenuTab,.sysMenuTab a,.sysMenuTabSelect a {
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
}

.sysMenuTabSelect {
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	background: rgb(193, 218, 240); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxZGFmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZlYWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmVmZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(193, 218, 240, 1) 0%,
		rgba(110, 171, 228, 1) 50%, rgba(182, 239, 250, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(193,
		218, 240, 1)), color-stop(50%, rgba(110, 171, 228, 1)),
		color-stop(100%, rgba(182, 239, 250, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(193, 218, 240, 1) 0%,
		rgba(110, 171, 228, 1) 50%, rgba(182, 239, 250, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(193, 218, 240, 1) 0%,
		rgba(110, 171, 228, 1) 50%, rgba(182, 239, 250, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(193, 218, 240, 1) 0%,
		rgba(110, 171, 228, 1) 50%, rgba(182, 239, 250, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(193, 218, 240, 1) 0%,
		rgba(110, 171, 228, 1) 50%, rgba(182, 239, 250, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1daf0',
		endColorstr='#b6effa', GradientType=0); /* IE6-8 */
}

.bmfw .main {
	padding: 15px;
}

.bmfw .main #result a {
	font-size: 15px;
	color: #000;
}

.bmfw .main #result a:hover {
	color: #f00;
}

.bmfw .main table {
	
}

.bmfw .main tr {
	
}

.bmfw .main td {
	width: 33.3%;
	padding-bottom: 15px;
}

.serviceSubjectView {
	font-size: 14px;
}

.serviceSubjectView .font-color-gray {
	color: #929292;
}

.serviceSubjectView .main {
	padding: 15px 0;
}

.serviceSubjectView .main span {
	display: block;
	margin-bottom: 15px;
}

.serviceSubjectView .main .serviceNav {
	display: inline-block;
	/* width: 100px; */
	vertical-align: top;
}

.serviceSubjectView .main .serviceNav a {
	text-align: center;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #aaa;
}

.serviceSubjectView .main .serviceNav.ztfl a {
	border-left: 5px solid #00B0F0;
}

.serviceSubjectView .main .serviceNav.sjfl a {
	border-left: 5px solid #92D050;
}

.serviceSubjectView .main .serviceNav.qtfl a {
	border-left: 5px solid #FFC000;
}
.serviceSubjectView .main .serviceNav.fpfw a {
	border-left: 5px solid #C873FF;
}
.serviceSubjectView .left .btn-gradient-1,.serviceSubjectView .left .btn-gradient-disable
	{
	display: block;
	padding: 13px 15px;
	text-align: center;
}

.serviceSubjectView .right {
	font-size: 16px;
	background-color: #f5f5fe;
	padding: 15px;
}

.serviceSubjectView .right span {
	margin-bottom: 10px;
	font-size: 20px;
	color: #008000;
}

.serviceSubjectView .instructions {
	line-height: 150%;
	margin-bottom: 30px;
}

.serviceSubjectView .bszn {
	position: absolute;
}

.serviceSubjectView .dccs,.serviceSubjectView .cnqx {
	float: left;
	display: inline-block;
	color: #fff;
	padding: 12px 15px 17px 15px;
	font-size: 15px;
}

.serviceSubjectView .cnqx {
	padding: 12px 13px 17px 13px;
}

.serviceSubjectView .dccs:hover,.serviceSubjectView .cnqx:hover {
	cursor: pointer;
}

.serviceSubjectView .navigationMainDiv,.serviceSubjectView .collect {
	font-size: 14px;
	position: fixed;
	width: 25px;
	height: 118px;
	top: 250px;
	left: 50%;
	margin-left: -509px;
	z-index: 1001;
	border: 1px solid #b1caf1;
	background-color: #fff;
	border-right: 1px solid #fff;
}

.serviceSubjectView .collect {
	top: 380px;
}

.serviceSubjectView .navigationMainDiv a,.serviceSubjectView .collect a
	{
	display: block;
	padding: 5px;
	line-height: 170%;
}

.serviceSubjectView .navigationContentDiv {
	position: fixed;
	width: 200px;
	/* height: 460px; */
	top: 229px;
	left: 50%;
	margin-left: -485px;
	z-index: 1002;
	border: 1px solid #b1caf1;
	border-bottom: 0px;
	background-color: #fff;
	text-align: center;
	display: none;
	bottom: 0px;
}

.serviceSubjectView .navigationContentDiv a {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #b1caf1;
}

.serviceSubjectView .navigationContentDiv a:hover {
	background-color: #eee;
}

.orgSubjectFormList {
	font-size: 14px;
}

.orgSubjectFormList .form-btn {
	border-radius: 0 5px 5px 0;
	margin-left: -5px;
	margin-top: -9px;
	display: inline-block;
}

.orgSubjectFormList .result table {
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

.orgSubjectFormList .result table td,.orgSubjectFormList .result table th
	{
	padding: 5px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.orgSubjectFormList .result tr:hover {
	background-color: #f0f0f0;
}

.subjectFormList {
	font-size: 14px;
}

.subjectFormList .filter {
	border: 1px solid #ccc;
	margin: 15px 20px 0 -10px;
}

.subjectFormList .filter .title {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	color: #aaa;
	text-align: center;
	font-size: 16px;
}

.subjectFormList .filter .items {
	padding: 15px 0;
}

.subjectFormList .result table {
	margin: 10px 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.subjectFormList .result table td,.subjectFormList .result table th {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.subjectFormList .result tr:hover {
	background-color: #f0f0f0;
}

#showItems {
	height: 40px;
	width: 170px;
	font-size: 16px;
}

/*投资审批*/
/*阶段*/
.step {
	text-align: center;
}

.step a {
	display: inline-block;
	background-color: #f2f2f2;
	padding: 10px;
	margin: 0 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #444;
}

.step .selectedDiv {
	display: inline-block;
}

.step a.selected,.step a:hover {
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	/* border:1px solid #ccc; */
	background: #4fa3e5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmYTNlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDdhZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fa3e5),
		color-stop(100%, #307ad0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #4fa3e5 0%, #307ad0 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa3e5',
		endColorstr='#307ad0', GradientType=0); /* IE6-8 */
}

.triangle-top {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #3778dc;
}

.triangle-top.selected {
	display: inline;
}

.triangle-top.unselected {
	display: none;
}

.triangle-left {
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid red;
}

.stepMain td {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.stepMain hr {
	width: 30px;
	border-top: 1px solid #ccc;
}

.stepMain span {
	vertical-align: middle;
	display: inline-block;
	word-wrap: break-word;
	width: 16px;
}

.stepItem {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

.stepCenter {
	color: #444;
	padding: 15px;
	border: 1px solid #ccc;
	margin: 5px auto;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ffffff',
		endColorstr= '#d8e7f1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d8e7f1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d8e7f1);
	background-image: -ms-linear-gradient(top, #ffffff, #d8e7f1);
	background-image: -o-linear-gradient(top, #ffffff, #d8e7f1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff),
		to(#d8e7f1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d8e7f1);
	background-image: linear-gradient(top, #ffffff, #d8e7f1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.stepItem .more .stepCenter {
	margin: 15px 0;
}

.more.end .stepLineLeftVertical div,.more.end .stepLineRightVertical div
	{
	display: none;
}

.root .stepLineLeft {
	display: none;
}

.end .stepLineRight,.end .stepLineRightVertical {
	display: none;
}

.stepCenter.disable {
	color: #aaa;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ffffff',
		endColorstr= '#fff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#fff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #fff);
	background-image: -ms-linear-gradient(top, #ffffff, #fff);
	background-image: -o-linear-gradient(top, #ffffff, #fff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff),
		to(#fff));
	background-image: -webkit-linear-gradient(top, #ffffff, #fff);
	background-image: linear-gradient(top, #ffffff, #fff);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

div.stepLineLeft,div.stepLineRight {
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 0;
	width: 100%;
}

div.stepLineLeft {
	float: right;
}

div.stepLineRight {
	float: left;
}

.stepLineLeftVertical div,.stepLineRightVertical div {
	border-left: 1px solid #ccc;
	height: 120px;
	position: absolute;
	margin-top: -50px;
	width: 0;
}

.first .stepLineLeftVertical div,.first .stepLineRightVertical div {
	margin-top: -1px;
}

.last .stepLineLeftVertical div,.last .stepLineRightVertical div {
	margin-top: -120px;
}

.stepLineLeft.dashed,.stepLineRight.dashed {
	border-top: 1px dashed #ccc;
}

.triangle-left {
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 10px solid #ccc;
}

/*政务公开模块*/
.publicBtn {
	color: #fff;
	font-weight: bold;
	font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
	padding: 3px 10px;
	display: block;
	margin: 5px 5px 7px 0px;
	font-size: 18px;
	border-bottom: 3px solid #005e9e;
	line-height: 250%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.searchTitle {
	font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 10px;
}

.triangle-down {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #1d9ae6;
}

.orgSearch a {
	display: inline-block;
	width: 45%;
	padding-left: 10px;
	padding-bottom: 14px;
}

.divisionSearch a {
	display: inline-block;
	width: 30%;
	padding-left: 5px;
	padding-bottom: 15px;
}

.moreOrgs {
	display: none;
}

.tab {
	padding: 5px 15px;
	float: right;
	display: inline-block;
	color: #000;
	font-size: 15px;
}

.tab.selected {
	color: red;
}

.main {
	padding: 15px;
	overflow: hidden;
	vertical-align: top;
}

.table.publicTable {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.orgTitle {
	font-size: 18px;
	padding-top: 5px;
	display: inline-block;
}

.offices {
	padding: 15px;
	border-bottom: 1px dashed #aaa;
	border-top: 1px dashed #aaa;
	margin-bottom: 15px;
}

.offices th {
	color: #008000;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 0;
	text-align: left;
	background: transparent;
}

.offices td {
	padding: 5px 0;
}

.offices .leftTb {
	width: 100px;
	color: #aaa;
	text-align: right;
}

.offices .windowsTitle {
	color: #e18b46;
	padding-right: 15px;
}

.list-status-bar {
	border: 0px;
}

.tablePannel {
	border: 0px;
}

.datatable-pager {
	border: 1px solid #ccc;
}

/*政民互动*/
.bg-gradient1 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 1px 3px 1px #bababa;
	-webkit-box-shadow: 0px 1px 3px 1px #bababa;
	box-shadow: 0px 1px 3px 1px #bababa;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength= 1, direction=
		
		
		 180, color= '#bababa');
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#bababa')";
	/*Shadows look very different in IE (Only cardinal directions supported)*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element should have a background-color*/
	/*All filters must be placed together*/
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	/*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#eaeaea',
		endColorstr= '#ffffff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eaeaea', endColorstr = '#ffffff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #eaeaea, #ffffff);
	background-image: -ms-linear-gradient(top, #eaeaea, #ffffff);
	background-image: -o-linear-gradient(top, #eaeaea, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eaeaea),
		to(#ffffff));
	background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
	background-image: linear-gradient(top, #eaeaea, #ffffff);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

.messageToLeader {
	border: 1px solid #bbb;
	width: 90%;
	margin: 30px 0;
	padding: 0 15px 15px 15px;
	font-size: 15px;
}

.messageToLeader a {
	font-weight: bold;
	display: block;
	padding: 15px;
	border-bottom: 1px dotted #aaa;
	vertical-align: bottom;
}

.others a {
	font-weight: bold;
	display: inline-block;
	width: 49%;
}

/*效能监察*/
th {
	font-size: 14px;
}

.xnjc-left {
	
}

.queryResult {
	padding: 30px 15px 15px 15px;
	margin: 15px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType= 1,
		startColorstr= '#dbdfea', endColorstr= '#bdc3d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#dbdfea', endColorstr = '#bdc3d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #dbdfea, #bdc3d1);
	background-image: -ms-linear-gradient(left, #dbdfea, #bdc3d1);
	background-image: -o-linear-gradient(left, #dbdfea, #bdc3d1);
	background-image: -webkit-gradient(linear, left top, right top, from(#dbdfea),
		to(#bdc3d1));
	background-image: -webkit-linear-gradient(left, #dbdfea, #bdc3d1);
	background-image: linear-gradient(left, #dbdfea, #bdc3d1);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

.queryResult input[type="text"],.queryResult input[type="password"] {
	width: 100%;
}

.queryResult label {
	display: inline-block;
}

.xnjc-right {
	padding: 5px 25px 0px 25px;
	width: 975px;
	float: left;
	margin-left: 1%;
}

.xnjc-right .title {
	font-size: 18px;
	padding: 10px;
	color: #444;
}

.xnjc-right .navs a {
	margin: 0 10px;
	padding: 15px;
}
 
.xnjc-right .navs .selected {
	padding: 5px 15px;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	/* border:1px solid #ccc; */
	background: #4fa3e5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmYTNlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDdhZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fa3e5),
		color-stop(100%, #307ad0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4fa3e5 0%, #307ad0 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #4fa3e5 0%, #307ad0 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa3e5',
		endColorstr='#307ad0', GradientType=0); /* IE6-8 */
}

.xnjc-right .navs .selected:hover {
	text-decoration: none;
	background: #307ad0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwN2FkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDdhZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #307ad0 0%, #307ad0 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #307ad0),
		color-stop(100%, #307ad0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #307ad0 0%, #307ad0 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #307ad0 0%, #307ad0 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #307ad0 0%, #307ad0 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #307ad0 0%, #307ad0 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#307ad0',
		endColorstr='#307ad0', GradientType=0); /* IE6-8 */
}

.xnjc-right .filters {
	font-size: 14px;
}

.xnjc-right .filters a {
	padding: 0 15px;
	border-left: 2px solid #ccc;
}

.xnjc-right .filters .selected {
	color: red;
}

.xnjc-right .table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
}

.xnjc-right .table th {
	background: #f5f5f5 !important;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.xnjc-right .table th,.xnjc-right .table td {
	padding: 4px;
	text-align: left;
	height: auto;
	vertical-align: middle;
	line-height: 25px;
}

.xnjc-right .table td {
	border-top: 0;
	border-right: 1px solid #ccc;
	border-bottom: 0;
}

/*权利清单样式*/
.authoritylist a:hover {
	text-decoration: none;
	color: red;
}

.authoritylist a.selected {
	color: red;
}

.authoritylist .banner {
	margin: 0 auto;
	width: 1000px;
}

.body-container {
	margin: 0 auto;
	padding-top: 20px;
	width: 1000px;
}

.main {
	
}

.authoritylist .item {
	padding: 10px;
	margin-bottom: 15px;
}

.authoritylist input[type="text"],.authoritylist select {
	height: auto;
	margin: 0;
}

.authoritylist .title {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.authoritylist .title .titleName {
	padding: 15px;
	text-align: center;
	background-color: #d3e5f3;
	display: inline-block;
	border-right: 1px solid #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ddecf7',
		endColorstr= '#c8deef');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ddecf7', endColorstr = '#c8deef')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ddecf7, #c8deef);
	background-image: -ms-linear-gradient(top, #ddecf7, #c8deef);
	background-image: -o-linear-gradient(top, #ddecf7, #c8deef);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ddecf7),
		to(#c8deef));
	background-image: -webkit-linear-gradient(top, #ddecf7, #c8deef);
	background-image: linear-gradient(top, #ddecf7, #c8deef);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.authoritylist .title .total {
	padding: 10px;
	color: #aaa;
	border: 0px;
}

.authoritylist .filter {
	width: 100%;
	padding: 15px;
	border-collapse: separate;
}

.authoritylist .filterTable,.authoritylist .orgTable,.authoritylist .authorityListTable,.authoritylist .itemTable
	{
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 15px;
	border-collapse: separate;
}

.authoritylist .orgTable,.authoritylist .authorityListTable,.authoritylist .itemTable
	{
	border-top: 0;
}

.authoritylist .orgTable td,.authoritylist .authorityListTable td {
	padding-bottom: 15px;
}

.authoritylist .returnTo {
	border-left: 5px solid #ffc000;
	padding: 0 5px;
	margin: 0 5px;
}

.authoritylist .itemTable td {
	padding: 15px;
}

.authoritylist .itemTable td:first-child {
	color: #aaa;
}

/*首页样式*/
.home {
	width: 1000px;
	height: 577px;
	margin: 0 auto;
}

.home #mainDiv {
	display: block;
	width: 750px;
	margin: 0 auto;
	text-align: center;
	padding-top: 210px;
}

.home #mainDiv span {
	display: inline-block;
	margin-right: 5px;
	width: 130px;
	list-style-type: none;
	vertical-align: top;
	zoom: 1;
}

.home #mainDiv img {
	margin-top: 15px;
	width: 100px;
}

.home #mainDiv #wsbs img,.home #mainDiv .subDiv img {
	margin-top: 0;
	width: 130px;
}

.home #subBar {
	margin-top: 30px;
	text-align: center;
}

.home .subDiv {
	height: 72px;
	text-align: center;
	padding-top: 10px;
	line-height: 70px;
	display: none;
}

.home .subDiv span {
	margin: 0 15px;
	width: 142px;
}

.home .subDiv span img {
	width: 150px;
}

.home .mainIco-toggle {
	height: 139px;
}

.home .mainIco {
	height: 139px;
}

.homebottom {
	background-color: #28467a;
	height: 88px;
	width: 1000px;
	margin: 0 auto;
	padding: 13px 30px;
	color: #fff;
}

.homebottom span {
	display: inline-block;
	padding: 10px 24px;
	height: 62px;
	border-left: 2px solid #fff;
	vertical-align: middle;
}

/*镇街办事站*/
.street .title {
	font-size: 30px;
	text-align: center;
	height: 70px;
	line-height: 70px;
	color: #1D87B7;
	letter-spacing: 10px;
}

.street .pannel, .street .pannel-padding0 {
	padding: 10px;
	border: 1px solid #ccc;
	overflow: auto;
}

.street .pannel-padding0 {
	padding: 0px;
}

.street .map {
	display: inline-block;
	width: 70%;
	text-align: center;
}

.street .rightNav {
	width: 15%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	float: right;
}

.street .subDivisionItem {
	padding: 5px 15px;
	border: 1px solid #ccc;
	display: inline-block;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	width:100%;
}

.street .subDivisionItem:hover {
	color: #fff;
	background-color: #0072e3;
}

.street .triangle-left-20 {
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	border-left: 20px solid #2aa3da;
}

.street .returnButton-bar {
	text-align: right;
}

.street .returnButton {
	font-size: 15px;
	padding: 5px 15px;
}

.street .item {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.street .item-title {
	width: 100%;
	height: 41px;
	border-bottom: 1px solid #ccc;
	background-color: #f6f6f6;
}
.street .item-title>div {
	display: inline-block;
	float: left;
}

.street .item-title-text {
	background-color: #2aa3da;
	color: #fff;
	vertical-align: top;
	height: 100%;
	padding: 10px;
	font-size: 18px;
}

.street .item-main {
	padding: 10px;
}

.street .item-inside {
	border: 1px solid #ccc;
}

.street .element {
	display: inline-block;
	width: 9.5%;
	text-align: center;
	padding: 10px 0px;
}

.street .item-hidden {
	display: none;
}

.street .item-nav {
	width: 550px;
	padding: 12px;
}

.street .item-nav-element {
	display: inline-block;
	text-align: center;
	width: 15.5%;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}

.street .item-nav-element:hover,.street .item-nav-element.selected {
	color: red;
}

.street .search-bar {
	margin: 0px;
	padding: 7px 0px;
}

.street .modal .component {
	margin: 0px;
}

.street .modal .eform-input textarea {
	width: 100%;
}

.street .mainItem {
	vertical-align: middle;
}

.street .subSubDivision {
	float: right;
	position: absolute;
	right: 460px;
	padding-right: 15px;
	z-index: 1000;
	display: none;
}

.street .subSubDivision .column {
	display: inline-block;
	width: 102px;
	float: right;
	margin-left: 10px;
}

.street .subSubDivision .column a {
	float: right;
	display: block;
	padding: 5px;
}

/*用户中心样式*/
.account .left,.account .right{
	display: inline-block;
	vertical-align: top;
}
.account .left{
	padding:50px 0;
	background-color: #f2f5fd;
	min-height: 500px;
}
.account .right{
	width:760px;
	padding:50px 100px;
}
.account .left a{
	display: block;
	width:200px;
	padding:15px 20px;
	color: #000;
}
.account .left a:hover{
	font-weight: bold;
}
.account .left a.selected{
	background-color: #fff;
	font-weight: bold;
}
.account .inputLabel{
	width:180px;
	display: inline-block;
	padding:0 10px;
	text-align: right;
}
.account .right .title{
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

/*投资审批新样式-20160108-heshihua*/
.tzsp_nav{
	float:right;
}
.tzsp_nav .tzsp_nav_item{
	font-size:16px;
	padding:5px 15px;
	vertical-align: top;
}
.tzsp_nav .tzsp_nav_item.selected{
	border-bottom: 5px solid #5d7fc6;
}
.none{
	display: none;
}
#has_user:hover .dropdown-menu{
	display: block;
}
.dropdown-menu{
	margin-top:  -2px;
}
/*  .page-list .pagination {float:left;} */
        .page-list .pagination span {cursor: pointer;}
        .page-list .pagination .separate span{cursor: default; border-top:none;border-bottom:none;}
        .page-list .pagination .separate span:hover {background: none;}
    .page-list{display: inline-block;white-space: nowrap;}
        .page-list .page-total input, .page-list .page-total select{height: 34px; border: 1px solid #ddd;}
        .page-list .page-total input {width: 40px; padding-left:3px;}
        .page-list .page-total select {width: 50px;}
        .page-list .pagination span {
    cursor: pointer;
        }
        .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li {
    display: inline;
}
.container{
	font-size: 14px;
	}
	  .content-left{
	   width: 240px;
	   padding: 15px;
	 font-size:14px; 
	  
	  }
	  .content{
	    border: 1px solid #ddd;
	    border-radius:5px;
	  }
	  .content-right{
	    width: 715px;
	    background: #F5F5FE;
	    margin-top: 30px;
	    padding:0 25px 0 40px;
	    line-height: 2.5;
	  }
	  .p-btn .btn{
	  padding: 11px 65px;
	  font-size: 16px;
	  margin-top:20px;
	  background: #5697D4;
	  white-space: nowrap;
	  }
	  .p-btn .btn:hover{
	    background:#66F1FF;
	    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3ACCFF,endcolorstr=#66F1FF,gradientType=0);
        -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3ACCFFd,endcolorstr=#66F1FF,gradientType=0);/*IE8*/	
	    background:-moz-linear-gradient(top, #3ACCFF, #66F1FF);  
       background:-webkit-gradient(linear, 0 0, 0 bottom, from(#3ACCFF), to(#66F1FF));  
        background:-o-linear-gradient(top, #3ACCFF, #66F1FF); 
	  }
	  .s-title{
	   width: 39%;
	    display: inline-block;
	  }
	  .s-dept{
	  width: 61%;
	  display: inline-block;
	  }
	  .mt10{
	  margin-top:10px; 
	  }
	  .top-tilte{
	  font-size:20px; 
	  font-weight: bold;
	  padding:20px 0px 20px 20px;
	  }
	  .top-img-bag{
	  width: 292px;
	  height: 62px;
	  float: right;
	  margin-top:-15px;
	  margin-right:-31px; 
	  }
	  .top-title{
	 width: 640px;
    margin-top: 40px;
    color: #1E9C3E;
    border-bottom: 5px solid #E4E4E4;
    padding-bottom: 10px;
}
	  .top-title>.title{
	      border-bottom: 5px solid green;
	    padding-bottom: 5px;
	    font-size: 20px;
	  }
	  .small-title{
	  font-weight: bold;
	  font-size:16px; 
	  }
	  .apple-table{
	  width: 100%;
	 
	  }
	  .apple-table tr th{
	  width: 130px;
	  }
	  .apple-table tr td,.apple-table tr th{
	  text-align: left;
	  text-indent: 10px;
	  font-weight: normal;
	   background: #fff;
	  }
	  .apple-table .bg-grey{
	  background: #EAEAEA;
	  
	  }
	  .bg-icon{
	    background: url('../img/portal/small_icon.png');
	    width: 22px;
	    height: 22px;
	    display: inline-block;
	    vertical-align: text-top;
	  }
	  .icon1{
	 background-position: -7px -10px;
	  }
	  .icon2{
	    background-position: -37px -10px;
	  }
	   .icon3{
	     background-position: -60px -10px;
	  }
	   .icon4{
	    background-position: -92px -13px;;
	  }
	   .icon5{
	   background-position: -123px -14px;
	  }
	   .icon6{
	    background-position: -157px -10px;
	  }
	   .icon7{
	    background-position: -187px -13px;
	  }
	  
	  .wu-label{
	  padding: 3px 8px;
	   font-size: 14px;
	     border-radius:3px;
	     color: #fff;
	    font-weight: normal;
        margin-left:5px;
	  }
	    
	  .tag0{
	     background: #05B691;
	     background: -webkit-linear-gradient(#05B691, #0E827F,#05B691); /* Safari 5.1 - 6.0 */
         background: -o-linear-gradient(#05B691, #0E827F,#05B691); /* Opera 11.1 - 12.0 */
         background: -moz-linear-gradient(#05B691, #0E827F,#05B691); /* Firefox 3.6 - 15 */
         background: linear-gradient(#05B691, #0E827F,#05B691); /* 标准的语法 */
	  }
	  .tag1{
	     background: #F98C07;
	     background: -webkit-linear-gradient(#F98C07, #E45B1F,#F98C07); /* Safari 5.1 - 6.0 */
         background: -o-linear-gradient(#F98C07, #E45B1F,#F98C07); /* Opera 11.1 - 12.0 */
         background: -moz-linear-gradient(#F98C07, #E45B1F,#F98C07); /* Firefox 3.6 - 15 */
         background: linear-gradient(#F98C07, #E45B1F,#F98C07); /* 标准的语法 */
	  }
	  
	  .tag2{
	     background: #FFCC33;	   
	     background: -webkit-linear-gradient(#FFCC33, #EBAD12,#FFCC33); /* Safari 5.1 - 6.0 */
         background: -o-linear-gradient(#FFCC33, #EBAD12,#FFCC33); /* Opera 11.1 - 12.0 */
         background: -moz-linear-gradient(#FFCC33, #EBAD12,#FFCC33); /* Firefox 3.6 - 15 */
         background: linear-gradient(#FFCC33, #EBAD12,#FFCC33); /* 标准的语法 */
	  }
	  .mt10{
	  margin-top: 10px;
	  }
	  .list-table{
	  width: 100%;
	  }
	  .list-table tr th {
	    background: #F2F2F2;
	    border:1px solid #999;
	  }
	  .list-table tr td {
	   background: #fff;
	    border:1px solid #999;
	    padding: 5px;
	  }
	  
	  .cl-cishu{
	  position: relative;
    left: 92px;
    top: -3px;
    color: #fff;
    font-size: 27px;
    
	  }
	  
	  .cl-day{
	  position: relative;
    left: 210px;
    font-size: 30px;
    
    top: -5px;
    color: #fff;
	  }
	  .cl-type{
	      position: relative;
    left: 118px;
    top: -4px;
    color: #fff;
	  }
	  	.fix-main{
	 position: fixed;
	  width: 22px;
    margin-left: -21px;
    border: 1px solid #ddd;
    text-align: center;
  
    padding: 20px 0;
    top:310px;
    cursor: pointer;
    
	}
	
	   .fix-nav ul li,.fix-nav{
	       list-style: none;
	   }
	   .fix-nav{
	  background:#fff;
	    display: none;
	    position: absolute;
	    left: -5px;
	    border:1px solid #ddd;
	    top:0;
	    
	   }
	   .fix-main:hover>.fix-nav{
	    display: block;
	   }
	   .fix-nav a {
	    
	         width: 140px;
    display: block;
    text-align: left;
    line-height: 1.44;
	   }
	   .parent-menu>a{
	    line-height: 2.6;
	   }
	   .sub-menus{
	    position: absolute;
    left: 100%;
    top: 0;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0;
	   }
	    .parent-menu .sub-menus{
	     display: none;	    }
	   .parent-menu:hover .sub-menus{
	    display: block
	   }
	   .parent-menu:not(:last-child){
	   border-bottom:1px solid #ddd;
	   }
	   
	   .total {
	width: 98%;
	padding: 10px;
	margin: 10px;
	border: 1px solid #ccc;
}

#resultTbl {
    font-size: 14px;
    border-right: 1px solid #ddd;
    height: 174px;
    display: block;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

#resultTblHead {
    font-size: 14px;
    border-right: 1px solid #ddd;
}