@charset "utf-8";
/* CSS Document */
/*html5*/
article, aside, dialog, footer, header, section, nav, figure, menu, button {
	display: block;
}
/*--------------------------------通用--------------------------------*/
* {
	margin: 0;
	padding: 0;
}
ol, ul, li {
	list-style: none;
}
/*--------------------------control--------------------------*/
.ht_pagination {
	margin: 20px auto 20px auto;
	border-top: 2px solid #ccc;
	width: 95%;
	padding-top: 10px;
	text-align: center;
}
.ht_pagination p {
	text-align: center;
	line-height: 2em;
	padding-top: 10px;
}
.ht_pagination form {
	text-align: center;
	line-height: 2em;
}
.ht_pagination p input[type=submit]{
	border: none;
	background: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #999;
	font-size: 9pt;
	border-radius: 3px;
	margin-left: 10px;
	display: inline-block;
}
.ht_pagination p input[type=submit]:hover {
	background-color: #b60017;
}
.ht_pagination .pageList {
	text-align: center;
}
.ht_pagination .pageList li {
	display: inline-block;
}
.ht_pagination .pageList li {
	*display: inline;
	zoom: 1; 
}
.ht_pagination .pageList li input[type=submit] {
	border: none;
	position: relative;
	width: 25px;
	height: 25px;
	/*display: block;*/
	background-color: #999999;
	text-align: center;
	line-height: 25px;
	color: #FFF;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
}
.ht_pagination .pageList li.current input {
	background-color: #cc521a;
}
.ht_pagination .pageNum {
	text-align: center;
}
.ht_pagination .tips {
	padding-left: 20px;
	display: inline !important;
}
/*--------------------------菜单卡--------------------------*/
.ht_tabs {
	/*position: relative;*/
	height: 100%;
	overflow-x: auto;
}
.ht_tabs .tabList {
	background-color: #f6f6f6;
	/*border:solid 1px #d7d7d7;*/
	border-bottom: solid 1px #d7d7d7;
	height: 40px;
	/*margin-left:20px;
	margin-right:20px;*/
	margin-top: 5px;
	overflow: visible;
	padding-left: 15px;
	position: relative;
	z-index: 5;
}
.ht_tabs .tabList li {
	width: 240px;
	/*min-width: 200px;*/
	height: 40px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: none;
	/*border-top: solid 1px #d7d7d7;
	border-left: solid 1px #d7d7d7;*/
	/*border-right: solid 1px #d7d7d7;*/
	z-index: 2;
}
.ht_tabs .tabList li a {
	background-color: #cc521a;
	color: #222;
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: 0px;
	line-height: 40px;
	text-align: center;
	width: 190px;
	width: 100%;
	width: auto;
	font-size: 10pt;
	color: #fff;
	border: solid 1px #f6f6f6;
	border-bottom: none;
	border-top: none;
	padding: 0 10px;
}
.ht_tabs .tabList li a:hover {
	background-color: #b60017;
}
.ht_tabs .tabList li.focusOpen {
	margin-top: -5px;
}
.ht_tabs .tabList li.focusOpen a {
	background-color: #fff;
	border: solid 1px #d7d7d7;
	border-bottom: none;
	color: #cc521a;
	font-weight: bold;
	height: 45px;
	margin-top: 0;
}
.ht_tabs .tabContentGroup {
	width: 100%;
	position: relative;
}
.ht_tabs .tabContentGroup .tabContent {
	display: none;
	border-top: solid 1px #d7d7d7;
	position: relative;
}
.ht_tabs .tabContentGroup .tabContent.focusOpen {
	display: block;
}
.ht_masker {
	width: 100%;
	height: 100%;
	/*background-color: #000;*/
	/*opacity: 0;
	filter:alpha(opacity=0);*/
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5000;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	
	background-image: url(images/opacity05.png);
}
.ht_masker.open {
	/*opacity: 1;
	filter:alpha(opacity=100);*/
	display: block;
}
.ht_masker.close {
	/*opacity: 0;
	filter:alpha(opacity=0);*/
	/*z-index:-6000;*/
}





.ht_loading {
	left:50%;
	top:50%;
	width: 1px;
	height: 1px;
	opacity: 0;
	/*filter:alpha(opacity=0);*/
	position: fixed;
	z-index: 5000;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.ht_loading .wrapper{
	position:absolute;
	width:100px;
	height:100px;
	margin-left: -50px;
	margin-top: -50px;
	background-color: #fff;
	background-image: url(images/loadingBg.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	border-radius:5px;
}
.ht_loading p{
	text-align: center;
	padding-top: 75px;
	color: #999;
}
.ht_loading.open {
	/*filter:alpha(opacity=100);*/
	opacity: 1;
	display: block;
}
.ht_loading.close {
	opacity: 0;
	/*filter:alpha(opacity=0);*/
	/*z-index:-6000;*/
}




.ht_window {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 5000;
	opacity: 0;	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ht_window.open {
	display: block;
	opacity: 1;
}
.ht_window.close {
	opacity: 0;
	/*display: none;*/
	/*z-index:-6000;*/
}
.ht_window .wrapper {
	position: relative;
	width: 900px;
	height: 400px;
	margin-left: -410px;
	margin-top: -234px;
	background-color: #FFF;
	padding:57px 10px 10px 10px;
	
	border:solid 1px #ccc;
	
	/*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;*/
	
	 -webkit-box-shadow: 0 0 20px #666;
	 -moz-box-shadow: 0 0 20px #666;
	 box-shadow: 0 0 20px #666;
}
.ht_window.large .wrapper {
	width:1000px;
	margin-left: -500px;
}
.ht_window.small .wrapper {
	width:600px;
	margin-left: -300px;
	height: 300px;
	margin-top: -174px;
}
.ht_window.medium .wrapper {
	width: 600px;
	margin-left: -300px;
	height: 410px;
	margin-top: -225px;
}

/*.ht_window.open .wrapper {
	position: relative;
	width: 900px;
	height: 400px !important;
	margin-left: -460px;
	margin-top: -205px;
	background-color: #FFF;
	padding: 10px;*/
	/*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;*/
/*}*/

.ht_window .title {
	position: absolute;
	left: 0;
	top: 0px;
	line-height: 47px;
	height: 47px;
	background-color: #f8fafe;
	background-image: url(images/detailTitleBg.png);
	background-repeat: no-repeat;
	background-position: 30px 17px;
	width: 100%;
	font-size: 15px;
	font-weight:700;
	color:#333;
	text-indent: 55px;
	border-bottom: solid 1px #e5e5e5;
}
.ht_window iframe {
	width: 100%;
	height: 100%;
}
.ht_window .closeButton {
	position: absolute;
	right: 10px;
	top: 13px;
	background: none;
	border: none;
	background-image: url(images/closeBtn.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	cursor: pointer;
}
.ht_window .closeButton:hover {
	background-image: url(images/closeBtn.png);
	background-position: 0 -33px;
	background-repeat: no-repeat;
	background-color: transparent;
}
/*code by wang at 20160509*/
.ht_window.fullScreen{
	position: fixed;
	left: 10px;
	top: 10px;
	right:10px;
	bottom:10px;
}
.ht_window.fullScreen .wrapper{
	position: absolute;
	width: auto;
	height: auto;
	margin:0px;
	padding:0px;
	padding-top:57px;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
/*add over*/










.ht_window.previewFrameWindow{
	position: fixed;
	left: 30px;
	top: 30px;
	right:30px;
	bottom:30px;
}
.ht_window.previewFrameWindow .wrapper{
	position: absolute;
	width: auto;
	height: auto;
	margin:0px;
	padding:0px;
	padding-top:57px;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}




















.ht_dialog {
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
}
.ht_dialog.open {
	display: block;
}
.ht_dialog .wrapper {
	position: absolute;
	width: 200px;
	height: auto;
	left: -100px;
	top: -100px;
	padding: 20px 50px;
	background-color: #cc521a;
	color: #fff;
}
.ht_dialog .title {
	font-size: 18px;
}
.ht_dialog ul {
}
.ht_dialog li {
	line-height: 30px;
}

/*--------------横向表格--------------*/
.hTable {
	border-top: solid 1px #ddd;
	margin: 0px auto;
	border-collapse: collapse;
}
.hTable tr {
}
.hTable th {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	font-weight: normal;/*vertical-align: top; */
	padding: 10px 0;
	vertical-align: middle;
}
.hTable td {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	text-align: center;
	vertical-align: middle;
	padding: 8px 0;
	empty-cells: show;
	word-wrap: break-word;
	word-break: break-all;
}

.hTable tbody a {
	color: #000;
}
.hTable tbody a:hover {
	color: #000;
}
.hTable tbody a[href] {
	color: #174788;
	font-weight: bold;
}
.hTable tbody a[href]:hover {
	color: #b60017;
	font-weight: bold;
}
.hTable tbody a[href=""] {
	cursor: text;
	color: #000;
	font-weight: normal;
}
.hTable tbody a[href=""]:hover {
	cursor: text;
	color: #000;
	font-weight: normal;
}
.hTable tbody a.viewed {
	color: #174788;
	font-weight: normal;
}
.hTable tbody a[href=""].viewed {
	cursor: text;
	color: #000;
	font-weight: normal;
}
.hTable tbody a.viewed[href]:hover {
	color: #b60017;
	font-weight: normal;
}
.hTable tbody a.viewed[href=""]:hover {
	cursor: text;
	color: #000;
	font-weight: normal;
}
.hTable tbody a.button.viewed {
	color: #ccc;
	font-weight: normal;
	border: solid 1px #ccc;
}
.hTable tbody a.button.viewed:hover {
	background-color:transparent;
	color: #ccc;
	font-weight: normal;
	border: solid 1px #ccc;
}

/*--------------纵向表格--------------*/
.vTable {
	border-top: solid 1px #ddd;
	margin: 0px auto;
	border-collapse: collapse;
}
.vTable tr {
}
.vTable th {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	font-weight: normal;
	padding: 5px 5px 5px 0;
	vertical-align: middle;
	text-align: right;
	width: 201px;
	vertical-align: top;
}
.vTable td {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	/*text-align: center;*/
	vertical-align: middle;
	padding: 5px;
	empty-cells: show;
	word-wrap: break-word;
	word-break: break-all;
	text-align: left;
	/*padding:0 5px;*/
}
.vTable tr:hover td {
	background-color: #fff;
}
.vTable table {
	width: 100%;
}
.vTable table th {
	text-align: center;
	width: auto;
	max-width: 10000px;
	padding: 0;
}
.vTable table td {
	text-align: center;
	padding: 5px 0;
}
.vTable table tr:hover td {
	background-color: #f4f4f4;
}
.vTable .vTable th {
	text-align: right;
	width: 30%;
	width: 200px;
	max-width: 200px;
	padding-right: 5px;
	vertical-align: top;
}
.vTable .vTable td {
	text-align: left;
	padding: 5px;
}
.vTable .vTable tr:hover td {
	background-color: #fff;
}
.searchModule .vTable {
	border-top: none;
	border-bottom: solid 1px #ddd;
	/*border-collapse: separate;*/
}
.searchModule .vTable tr {
	width:50%;
	float:left;
}
.searchModule .vTable tr:hover td {
	background-color: #FFF;
}
.searchModule .vTable th {
	width: 30%;
	text-align: right;
	padding: 0;
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	border-bottom:none;
	border-top:solid 1px #ddd;
	border-right:none;
}
.searchModule .vTable td {
	width: 68%;
	text-align: left;
	height:40px;
	display:block;
	float:left;
	padding:0 0 0 5px;
	border-bottom:none;
	border-top:solid 1px #ddd;
	empty-cells:hide;
}
.searchModule .vTable td span {
	text-indent: 0;
}

/*------------------------按钮------------------------*/
/*通用按钮*/
input[type=button] {
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #cc521a;
	border: none;
	font-size: 12px;
	margin: auto;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: auto;
	display: block;
	display: inline-block;
}
input[type=button]:hover {
	background-color: #b60017;
}
input[type=submit] {
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #cc521a;
	border: none;
	font-size: 16px;
	margin: auto;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: auto;
	display: block;
}
input[type=submit]:hover {
	background-color: #b60017;
	color:#fff;
}
input[type=reset] {
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color:#728296;
	border: none;
	font-size: 16px;
	margin: auto;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: auto;
	display: block;
}
input[type=reset]:hover {
	background-color: #566373;
}
input[type=frame] {
	display:none;
}
input[disabled] {
	background-color: #ccc !important;
	border: none !important;
}
input[disabled]:hover {
	background-color: #ccc !important;
	border: none !important;
}
input[readonly=readonly] {
	background-color: #f4f4f4 !important;
	color:#666;
	/*border: none !important;*/
}
input[readonly=readonly]:hover {
	background-color: #f4f4f4 !important;
	color:#666;
	/*border: none !important;*/
}
.closeButton {
	margin: 0 auto;
	width: 250px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background-color: #999;
	border: none;
	font-size: 16px;
	display: block;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}
.closeButton:hover {
	background-color: #888;
}




/*验证状态部分*/
input[type=text].invalid{
	border:#F00 1px solid;
	color:#c00;
}
input[type=text].valid{
	border:solid 1px #ccc;
	color:#000;
}
input[type=password].invalid{
	border:#F00 1px solid;
	color:#c00;
}
input[type=password].valid{
	border:solid 1px #ccc;
	color:#000;
}
select.invalid{
	border:#F00 1px solid;
	color:#c00;
}
select.valid{
	border:solid 1px #ccc;
	color:#000;
}
textarea.invalid{
	border:#F00 1px solid;
	color:#c00;
}
textarea.valid{
	border:solid 1px #ccc;
	color:#000;
}
/*伪类*/
/*必填 */
/*input:required{
    border:#ccc 1px solid;
	color:#F00;
}*/
/* 无效 */
input[type=text]:invalid{
	border:#f60 1px solid;
	color:#c00;
	box-shadow:none;
}
input[type=text]:valid{
	border:solid 1px #ccc;
	color:#000;
}
input[type=password]:invalid{
	border:#f60 1px solid;
	color:#c00;
}
input[type=password]:valid{
	border:solid 1px #ccc;
	color:#000;
	box-shadow:none;
}

/* 无效 */
select:invalid{
    border:#f60 1px solid;
	color:#c00;
	box-shadow:none;
}
/* 有效 */
select:valid{
	border:#ccc 1px solid;
}

/* 无效 */
textarea:invalid{
    border:#f60 1px solid;
	color:#c00;
	box-shadow:none;
}
/* 有效 */
textarea:valid{
	border:#ccc 1px solid;
}






/*a链接类型按钮*/
a.button {
	width: 65px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #ccc;
	border: none;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: auto;
	display: block;
	display: inline-block;
}
a.button:hover {
	background-color: #b60017;
	color: #fff;
}
a.button[href] {
	background-color: #cc521a;
	color: #fff;
}
a.button[href]:hover {
	background-color: #b60017;
	color: #fff;
}
a.button[href=""] {
	width: 65px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #ccc;
	border: none;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: auto;
	display: block;
	display: inline-block;
}
a.button[href=""]:hover {
	background-color: #ccc;
	color: #fff;
}
a.button#resetButton{
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color:#728296;
	border: none;
	font-size: 16px;
	margin: auto;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: auto;
	display: block;
}
a.button#resetButton:hover {
	background-color: #566373;
}
/*toolbar*/
.toolbar {
	text-align: center;
	padding:0;
}
.toolbar input[type=button] {
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #cc521a;
	border: none;
	font-size: 16px;
	font-weight:normal;
	margin: auto;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: auto;
	display: block;
	display:inline-block;
}
.toolbar input[type=button]:hover {
	background-color: #b60017;
}
.toolbar input[type=submit] {
	display: inline-block;
}
.toolbar input[type=reset] {
	display: inline-block;
}
.toolbar input[disabled] {
	background-color: #ccc;
}
.toolbar input[disabled]:hover {
	background-color: #ccc;
}
.toolbar a.button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #cc521a;
	border: none;
	font-size: 16px;
	font-weight:normal;
	margin: auto;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: auto;
	display: block;
	display:inline-block;
}
.toolbar a.button:hover{
	color: #fff;
	background-color: #b60017;
}
.toolbar a.button[disabled] {
	background-color: #ccc;
}
.toolbar a.button[disabled]:hover {
	background-color: #ccc;
}

.toolbar a.button.cancelButton{
	background-color: #999;
}
.module .toolbar {
	position:relative;
	left: 0;
	top: 0;
}
.module .toolbar input[type=button], .module .toolbar input[type=submit] {
	width: 100px;
	height: 30px;
	line-height: 29px;
	color: #fff;
	background-color: #cc521a;
	border: none;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: auto;
	display: block;
	display: inline-block;
}
.module .toolbar input[type=button]:hover, .module .toolbar input[type=submit]:hover {
	/*background-color: #b60017; ie7兼容换颜色 按钮消失暂时关闭*/ 
}
.module .toolbar a.button{
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #cc521a;
	border: none;
	font-size: 12px;
	margin: auto;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: auto;
	display: block;
	display: inline-block;
}
.module .toolbar a.button:hover{
	background-color: #b60017;
	color:#fff;
}
.searchModule {
}
.searchModule .toolbar {
	position: relative;
	left: 0;
	top: 0;
	text-align:center;
	width: 95%;
	margin: auto;
	padding-top:10px;
}
.searchModule .toolbar input[type=submit] {
	width: 65px;
	height: 30px;
	line-height: 28px;
	font-size: 10pt;
}
.searchModule .toolbar input[type=reset] {
	width: 65px;
	height: 30px;
	line-height: 28px;
	font-size: 10pt;
}
.searchModule .toolbar a.button#resetButton {
	width: 65px;
	height: 30px;
	line-height: 30px;
	font-size: 10pt;
	display: inline-block;
}
/*升降序按钮*/
input[type=submit].orderSwitchButton {
	background-color: none;
	border: none;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	/*margin-top: 5px;*/
	display: inline-block;
	line-height:0;
}
input[type=submit].orderSwitchButton:hover {
	background-color:none;
	background-color: transparent;
}
input[type=submit].orderSwitchButton.asc {
	background-position: center bottom;
}
/*------------------------layout------------------------*/

body.HT_Intro {
}
body.HT_Home {
	background-color:#fff !important;
}
body.HT_LeftAside {
}
body.HT_TopAside {
}
body.HT_NoAside {
}
body.HT_OnlyContent {
}
body.manage.HT_LeftAside {
}
body.manage.HT_Home {
}
/*--------------------------外部系统页眉--------------------------*/
body.manage {
	font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, Verdana, SimSun;
	font-size: 9pt;
	color: #000;
	height:100%;
	overflow: hidden;
	background-color:#fff !important;
}
body.manage a {
	color: #000;
	text-decoration: none;
}
body.manage a[href]:hover {
	color: #b60017;
	text-decoration: none;
}
body.manage .HT_pageHeader {
	background-color: #454f5b;
	height: 75px;
	position: relative;
}
body.manage .HT_pageHeader span.logo_usertype01 {
	display: block;
	height: 75px;
	width: 600px;
}
body.manage .HT_pageHeader span.logo_usertype02 {
	display: block;
	height: 75px;
	width: 600px;
}
body.manage .HT_pageHeader span.logo_usertype03 {
	display: block;
	height: 75px;
	width: 600px;
}
body.manage .HT_pageHeader .userInfo {
	position: absolute;
	right: 50px;
	top: 40px;
	color: #c2ccd8;
}
body.manage .HT_pageHeader .userInfo a {
	color: #fff;
}
body.manage .HT_pageHeader .userInfo a:hover {
	text-decoration: underline;
}
body.manage .HT_pageHeader nav {
	position: absolute;
	right: 50px;
	bottom: 0;
}
body.manage .HT_pageHeader nav ul {
}
body.manage .HT_pageHeader nav li {
	position: relative;
	width: 200px;
	height: 40px;
	float: left;
	list-style: none;
}
body.manage .HT_pageHeader nav a {
	position: relative;
	width: 195px;
	height: 40px;
	background-color: #b60017;
	display: block;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 10pt;
	text-decoration: none;
}
body.manage .HT_pageHeader nav a:hover {
	background-color: #cc521a;
}
body.manage .HT_pageHeader nav li.current a {
	background-color: #f7f7f7;
	color: #000;
}
/*--------------------------外部系统边栏--------------------------*/
body.manage .HT_pageAside {
	min-height: 100%;
	height: auto;
	width: 259px;
	border-right: solid 1px #d7d7d7;
	position: absolute;
	overflow: hidden;
	
	transition: width 0.5s;
	-moz-transition: width 0.5s;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
}
body.manage .HT_pageAside .returnHome {
	width: 259px;
	height: 40px;
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-indent: 50px;
	margin-bottom: 5px;
}
body.manage .HT_pageAside h2.systemName {
	width: 259px;
	height: 50px;
	display: block;
	font-size: 16px;
	color: #b60017;
	background-color: #e7e7e7;
	background-color: #fff;
	line-height: 50px;
	text-indent: 0px;
	text-align: center;
}
body.manage .HT_pageAside h2.systemName a {
}
body.manage .HT_pageAside nav {
	width: 259px;
	height: auto;
	overflow: hidden;
	background-color: #eee;
	background-color: #fff;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	left: 0;
	top: 95px;
	right: 0px;
	bottom: 0px;
}
body.manage .HT_pageAside nav ul {
	position: relative;
	height: auto;
	width: 259px;
	overflow: hidden;
}
body.manage .HT_pageAside nav li {
	position: relative;
	display: block;
	width: 259px;
	height: 50px;
	overflow: hidden;
	transition: height 0.2s;
	-moz-transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s;
	float: left;/*3px bug*/
	font-size: 14px;
}
body.manage .HT_pageAside nav li ul {
	padding-top: 5px;
}
body.manage .HT_pageAside nav li li ul {
	padding-top: 0px;
}
body.manage .HT_pageAside nav li li {
	height: auto;
	font-size: 12px;
}
body.manage .HT_pageAside nav li li li {
	height: auto;
}
body.manage .HT_pageAside nav li a {
	position: relative;
	display: block;
	line-height: 45px;
	height: 45px;
	text-indent: 32px;
	cursor: pointer;
	z-index: 1;
	font-weight:bolder;
}
/*2021.12.2  根据新需求左侧菜单栏自己全体变为加粗模式*/
body.manage .HT_pageAside nav li a[href] {
}
body.manage .HT_pageAside nav li a[href]:hover {
}
body.manage .HT_pageAside nav li.current a[href] {
	color: #b60017;
	font-weight: bold;
}
body.manage .HT_pageAside nav li.focusOpen a {
	background-position: -520px 0;
}
body.manage .HT_pageAside nav li li a {
	background-color: none;
}
body.manage .HT_pageAside nav li li a:hover {
	background-color: none;
}
body.manage .HT_pageAside nav li li a[href] {
	line-height: 35px;
	height: 35px;
	background-color: none;
}
body.manage .HT_pageAside nav li li a[href]:hover {
}
body.manage .HT_pageAside nav li.focusOpen li a[href]:hover {
}
body.manage .HT_pageAside nav li.focusOpen li a {
}
body.manage .HT_pageAside nav li li.currnet a {
	color: #b60017;
	font-weight: bold;
}
body.manage .HT_pageAside nav li li.current a[href] {
}
body.manage .HT_pageAside nav li.focusOpen li.current a[href]:hover {
}
body.manage .HT_pageAside nav li li li a {
	text-indent: 45px;
}
body.manage .HT_pageAside nav li li li a[href="column5/ckzxqrdrzxqcjxx.html"] {
	letter-spacing:-1px;    /*       20160107   王宇添加。*/
}
/*body.manage .HT_pageAside nav li a:hover {
	background-color: #c5cad2;
	transition: height 0.6s;
}*/
body.manage .HT_pageAside nav li li a:hover {
}
body.manage .HT_pageAside nav li span {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 10px;
	top: 16px;
	display: inline;
	text-align: center;
	color: #fff;
	font-family: Arial;
	text-indent: 00px;
	z-index: 5;
	font-size: 12px;
}
body.manage .HT_pageHeader {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
body.manage .HT_pageAside {
	position: absolute;
	width: 259px;
	height: auto;
	top: 75px;
	bottom: 0px;
	min-height: 0;
}
body.manage .HT_pageAside .switchDiv{
	position:fixed; 
	top:75px; 
	left:219px; 
	height:40px; 
	width:40px; 
	background-color:#B60017; 
	z-index:1000; 
	
	transition: all 0.5s;
	-moz-transition: all  0.5s;
	-webkit-transition: all  0.5s;
	-o-transition: all  0.5s;
}

body.manage .HT_pageContent {
	position: absolute;
	left: 260px;
	width: auto;
	height: auto;
	top: 70px;
	bottom: 0;
	right: 0;
	
	transition: left 0.5s;
	-moz-transition: left 0.5s;
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
}


body.manage.asideClose .HT_pageAside{
	width:0px;
}
body.manage.asideClose .HT_pageContent{
	left:20px;
}
body.manage.asideClose .HT_pageAside .switchDiv{
	width:20px;
	left:0px;
}



body#switchOpen .HT_pageAside{
	width:0px;
}
body#switchOpen .HT_pageContent{
	left:20px;
}
body#switchOpen .switchDiv{
	width:20px;
	left:0px;
}









/*--------------------------外部系统内容框--------------------------*/
.iframe body.content {
	/*overflow: auto;*/
}
body.content .ht_tabs .tabContentGroup {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
}
body.content .ht_tabs .tabContentGroup .tabContent {
	height: 100%;
}
/*--------------------------外部系统页脚--------------------------*/
body.manage .HT_pageFooter {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
	color: #a3a5ac;
}
body.manage .HT_pageFooter p {
	text-align: left;
}
body.manage .HT_pageFooter span {
	float: right;
}
/*--------------------------首页框架--------------------------*/

body.HT_Home_NoAside {
	display: block;
}
body.HT_Home_NoAside aside {
	display: none;
}
body.HT_Home_NoAside section.pageContent {
	width: 1000px;
	margin: 0 auto;
}
body.HT_Home_OnlyContent {
	display: block;
}
body.HT_Home_OnlyContent header {
	display: none;
}
body.HT_Home_OnlyContent footer {
	display: none;
}
body.HT_Home_OnlyContent aside {
	display: none;
}
body.HT_Home_OnlyContent div.erweimaBox {
	display: none;
}
body.HT_Home_OnlyContent section.pageContent {
	width: 1000px;
}
body.HT_Home_OnlyContent div.BreadcrumbNavigation{
	display:none;
}
body.HT_Home_OnlyContent h2.titleBar{
	display:none;
}
body.HT_Home_OnlyContent section.pageContent article{
	display:block;
}
body.HT_Home_TopAside {
}
body.HT_Home_TopAside aside {
	width: 1000px;
}
body.HT_Home_TopAside section.pageContent {
	width: 1000px;
}
/*--------------------------首页页眉--------------------------*/

body.HT_Home header {
	position: relative;
	z-index: 4;
	position: relative;
	background-color: none;
	/* overflow: hidden; */
	height: 203px;
}
body.HT_Home header h1.logo {
	background-color: none;
	height: 130px;
	text-indent: -9999px;
}
body.HT_Home header h1.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
body.HT_Home nav {
	overflow: hidden;
	zoom: 1;
	width: 1002px;
	margin: 0 auto;
	background-image: url(../../../portal/images/mainNav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 47px;
	width: 1002px;
	margin: 0 auto;
}
body.HT_Home nav ul {
	width: 1004px;
	margin: 0 auto;
}
body.HT_Home nav li {
	float: left;
	width: 139px;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	padding: 0 30px;
}
body.HT_Home nav li a {
	display: block;
	text-align: center;
}
body.HT_Home nav li a:hover {
	display: block;
	height: 47px;
	background-image: url(../../../portal/images/mainNav_abg.jpg);
	background-repeat: no-repeat;
}
body.HT_Home nav ul ul {
	display: none;
	position: absolute;
	z-index: 100;
	float: left;
	width: 175px;
	border: solid 1px #ebebeb;
	border-top: none;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.12);
	box-shadow: 0 5px 10px rgba(0,0,0,.12);
}
body.HT_Home nav ul li:hover ul {
	display: block;
}
body.HT_Home nav ul li:hover a {
	display: block;
	height: 47px;
	background-image: url(../../../portal/images/mainNav_abg.jpg);
	background-repeat: no-repeat;
}
body.HT_Home nav li li {
	float: none;
	width: auto;
	height: 33px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: normal;
	line-height: 33px;
	background-image: url(../../../portal/images/navliliBg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
body.HT_Home nav li li a:link, body.HT_Home nav li li a:visited {
	display: block;
	text-align: left;
	background-image: none;
}
body.HT_Home nav li li a:hover {
	background-image: none;
	float: none;
	width: auto;
	line-height: 33px;
}
body.HT_Home nav li li:hover a {
	background-image: none;
}
/* body.HT_Home nav {
	position: relative;
	z-index: 6;
	width: 1002px;
	margin: 0 auto;
	background-image: url("../../../portal/images/mainNav_bg.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 47px;
}
body.HT_Home nav ul {
	overflow: hidden;
	width: 1004px;
	margin: 0 auto;
}
body.HT_Home nav li {
	float: left;
	font-size: 14px;
	color: #fff;
	background-color: none;
}
body.HT_Home nav li a {
	padding: 15px 22px;
	color: #fff;
}
body.HT_Home nav li a:hover, nav li.on a {
	background-color: none;
	color: #7f7f7f;
} */
body.HT_Home header p.views {
	width: 1350px;
	margin: 0 auto;
	position: relative;
	z-index: -5;
	top: -33px;
	color: #7f7f7f;
	text-align: right;
}
body.HT_Home header p.views span {
	background-color:none;
	padding-left: 18px;
}
body.HT_Home_Index .bannerModule {
	width: 100%;
	position: relative;
	z-index: 1;
}
body.HT_Aside .bannerModule {
	overflow: hidden;
	height: 145px;
	width: 100%;
	margin-bottom:25px;
}
body.HT_Aside aside {
	position: absolute;
	left: 0;
	top: 0;
	width: 185px;
	height: auto;
}
body.HT_Aside #pageContent {
	position: relative;
	left: 210px;
	top: 0;
	height: auto;
	min-height: 500px;
	width: 795px;
}
/*--------------------------首页页脚--------------------------*/
body.HT_Home footer {
	overflow: hidden;
	background-color: #333;
	border-top: solid 2px #c7000a;
	text-align: center;
	color: #999;
	padding-bottom: 15px;
	font-size: 12px;
}
body.HT_Home footer nav {
	background: none;
}
body.HT_Home footer section {
	background-color: #2c2c2c;
	height: 50px;
	line-height: 50px;
}
body.HT_Home footer section h4.titleBar {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
body.HT_Home footer section div {
	display: inline;
}
body.HT_Home footer a {
	padding: 0 20px;
	background-color: none;
	color: #fff;
	font-size: 12px;
}
body.HT_Home footer a:hover {
	color: #c7000a;
}
body.HT_Home footer p a, body.HT_Home footer p a:hover {
	color: #999;
	background: none;
	padding: 0 5px;
}
/*--------------------------首页边栏--------------------------*/
body.HT_Aside aside ul {
	overflow: hidden;
	width: 185px;
	background-color:none;
	padding-top: 45px;
	min-height: 300px;
}
body.HT_Aside aside li {
	margin-left: 15px;
	padding: 10px 10px 10px 0;
	text-align: right;
	border-bottom: solid 1px #858585;
	cursor: pointer;
}
body.HT_Aside aside li a {
	color: #fff;
}
body.HT_Aside aside li.on {
	background-color: #fff;
	border-bottom: none;
}
body.HT_Aside aside li.on a {
	color: #a40000;
}
body.HT_Aside aside .serviceTel {
	display: block;
	background-color: none;
	border-top: solid 1px #fff;
	width: 185px;
	height: 75px;
	text-indent: -99999px;
}
body.HT_Aside .module article {
	overflow: hidden;
	padding: 20px 0;
}



/*--------------------------登录页面--------------------------*/
body.HT_Login {
	font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, Verdana, SimSun;
	font-size: 14px;
	color: #333;
	height: 100%
}
body.HT_Login header {
	height: 132px;
}
body.HT_Login header h1.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
body.HT_Login footer {
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}
body.HT_Login .pageContent {
	padding: 0;
}
body.HT_Login .pageContent .Module {
	padding: 0;
}
body.HT_Login .pageContent .Module ul {
}
body.HT_Login .pageContent .Module ul li {
	padding: 0;
}
body.HT_Login .pageContent .Module ul li label {
	display: block;
	float: left;
	text-align: left;
	width: auto;
	font-size: 14px;
	line-height: normal;
}
body.HT_Login input {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-style: none;
	border-width: 0;
	width: 200px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin: 0 0 5px 5px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}
body.HT_Login input[type=text], body.HT_Login input[type=password] {
	margin-top: -4px;
	border: 1px solid #c9c9c9;
	border-radius: 2px 2px 2px 2px;
	color: #666;
	vertical-align: middle;
	padding: 0 5px;
	background-color: #fff;
}

.autoWindowFrameLink{ display:none;}


.module.paraModule{width:1px;height:1px; overflow: hidden;}



iframe.ht_dateInputControl{
	position:absolute;
	width:180px;
	height:255px;
	border:solid 1px #ddd;
	z-index: 8888;
}

input.ht_dateInput{
	background-image: url(../0.1.0/module/control/dateInput/dateInputBg.png);
	
	background-position:right center;
	background-repeat:no-repeat;
	
	color:#000;
	line-height:30px;
	height:30px;
	border: solid 1px #eee;
}

.searchModule input.ht_dateInput{
	width:85px;
}
/*           自定义console对象的响应的css          */
#consoleTableWrapper{
	position:fixed; 
	bottom:0px; 
	right:0px; 
	height:200px; 
	left:0px; 
	top:auto; 
	padding:10px 0; 
	background-color:#fefefe; 
	font-size:14px;
	z-index:100000;
}
#consoleTableWrapper.minType{
	height:1px;
	padding:0px;
}
#consoleTableWrapper .consoleTableTitle{
	position:absolute; 
	/*background-color:#EBECED;*/
	background-image:url(images/consoleTitlebg01.png);
	background-repeat:repeat;
	z-index:10000; 
	height:28px; 
	width:98%;
	padding:0px 1%;
	left:0px; 
	top:-28px; 
	border-top:5px solid #ddd; 
	border-bottom:1px solid #CCC;
}
#consoleTableWrapper .consoleTableTitle .log{
	float:left; 
	color:#777;
}
#consoleTableWrapper .consoleTableTitle .close{
	float:right; line-height:16px;
	background-image:url(images/close.png);
	background-repeat:no-repeat;
	background-position:0 4px;
	font-size:0;
	width:10px;
	margin:5px;
}
#consoleTableWrapper .consoleTableTitle .min{
	float:right; line-height:18px;
	background-image:url(images/min.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	font-size:0;
	width:10px;
	margin:5px 6px;
	
}
#consoleTableWrapper .consoleTableTitle .max{
	float:right; display:none;
	background-image:url(images/max.png);
	background-repeat:no-repeat;
	background-position:0 4px;
	font-size:0;
	width:10px;
	margin:5px 6px;
}
#consoleTableWrapper.minType .consoleTableTitle .min{
	float:right; line-height:18px; display:none;
	
}
#consoleTableWrapper.minType .consoleTableTitle .max{
	float:right; display:block;
}
#consoleTableWrapper .consoleTableTitle .error{
	float:left; 
	color:#f00;
}
#consoleTableWrapper .consoleTableTitle .info{
	float:left; 
	color:#000;
}
#consoleTableWrapper .consoleTableTitle .debug{
	float:left; 
	color:#1ABDF2;
}
#consoleTableWrapper .consoleTableTitle .clear{
	float:left;
	
}
#consoleTableWrapper .consoleTableTitle .all{
	float:left;
	color:#000;
}
#consoleTableWrapper .consoleTableTitle .warn{
	float:left;
	color:#F60;
}
#consoleTableWrapper .consoleTableTitle .clear{
	float:left;
}
#consoleTableWrapper .consoleTableTitle div{
	 margin:5px 10px; 
	 width:auto; 
	 height:18px;
	 line-height:18px;
	 border:1px solid inherit;
	 text-align:center;
	 cursor:pointer;
	 font-weight:600;
	 font-size:11px;
}
#consoleTableWrapper .consoleTable{
	width:100%; 
	height:200px; 
	overflow:hidden;
	overflow-y:auto;
	font-size:11px;
}
#consoleTableWrapper.minType .consoleTable{
	height:1px;
	overflow:hidden;
}
.consoleTable table,.consoleTable thead.consoleTable tbody,.consoleTable tr{
	width:100%;
	word-break:break-all;
	word-wrap:break-word;
	line-height:20px;
}
.consoleTable th{
	/*background-color:#dadada;*/
	background-image:url(images/consoleTitlebg.png);
	background-repeat: repeat;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}
.consoleTable td{
	border-bottom: solid 1px #efefef;
}
.consoleTable tr .type,.consoleTable tr .time{
	width:90px;
}
.consoleTable tr td span.time{
	display:inline;
}
.consoleTable tr td span.date{
	display:none;
}
.consoleTable.showDate tr td span.date{
	display:inline;
}
.consoleTable.showDate tr td span.time{
	display:none;
}
.consoleTable tr td:first-child{
	text-align:center;
}
.consoleTable tr td:last-child{
	text-align:center;
}
.consoleTable tr td.log{
	color:#999
}
.consoleTable tr td.debug{
	color:#1ABDF2
}
.consoleTable tr td.warn{
	color:#F99604
}
.consoleTable tr td.info{
	color:#000;
}
.consoleTable tr td.error{
	color:#f00
}




.ht_validateCodeImage{
	border: 0;
	position: absolute;
	height: 30px;
	padding: 3px 10px 0;
	cursor: pointer;
}





.ht_accordion{
	border: solid 1px #eee;
	margin: 1em 0em;
	height:auto;
	border-bottom: none;
	width:auto;
	override:hidden;
}
.ht_accordion .accordionTitle{
	color: #cd615e;
	font-weight: bold;
	line-height: 40px;
	font-size: 12px;
	border-bottom: solid 1px #eee;
	text-indent: 2.5em;
	background-image:url(images/accordionTitleBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.ht_accordion .accordionContent{
	border-bottom: solid 1px #eee;
	background-color: #f4f4f4;
	padding: 1em 3em;
	height: auto;
	display: none;
}
.ht_accordion .accordionContent p{
	line-height: 2em;
	text-indent: 2em;
	text-align: justify;
}
.ht_accordion li.focusOpen .accordionTitle{
	background-position: left bottom;
}
.ht_accordion li.focusOpen .accordionContent{
	display: block;
}

/*二级*/
.ht_accordion li.focusOpen li  .accordionContent{
	display: none;
}
.ht_accordion li.focusOpen li.focusClose  .accordionContent{
	display: none;
}
.ht_accordion li.focusOpen li.focusOpen  .accordionContent{
	display: block;
}

/*三级*/
.ht_accordion li.focusOpen li.focusOpen li  .accordionContent{
	display: none;
}
.ht_accordion li.focusOpen li.focusOpen li.focusClose  .accordionContent{
	display: none;
}
.ht_accordion li.focusOpen li.focusOpen li.focusOpen  .accordionContent{
	display: block;
}