/**
	name:knownsec base UI
	author:xiongyj@knownsec.com
	version:1.0 beat
**/

/*******************************reset*************************************/
html, body, div, ol, ul, li, dl, dd, dt, menu, h1, h2, h3, h4, h5, h6, p, pre, code, fieldset, legend, form, input, button, textarea, blockquote, table, caption, tr, th, td, figure, hr, article, section, audio, video, embed, canvas, details, datalist, figure, figcaption {
    margin: 0;
    padding: 0;
}
html {
	font:14px/1.4 museosans500, Helvetica,tahoma,arial,\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;
    font-weight:normal;
    color:#585858;
}
* html,* html body{background-image:url(about:blank);background-attachment:fixed}
body,html{
	background:#e7e7e7 url(../images/bg_site_anquan.jpg) 0 0 repeat;
}
li {
    list-style: none outside none;
}
img {
    border: 0 none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
}
tr, th, td {
    vertical-align: inherit;
}
th {
    text-align: center;
}
.QT_table{
	border:1px solid #e3e3e3;	
	font-size:12px;
}
.QT_table_max{
	width:100%;
}
.QT_table th,.QT_table td{
	border:1px solid #e3e3e3;
	text-align:left;
	vertical-align:middle;
	padding:8px 0 8px 10px;
	background:#fff;
}
.QT_table th{
	font-weight:normal;
	color:#585858;
	background:#fcfcfc;
}
.QT_table .tac{
	padding-left:0;
	text-align:center;
}
iframe {
    height: inherit;
    width: inherit;
}
/**************************************************common use******************************************/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.none {
    display: none;
}
.vh{
	 visibility: hidden;
}
.w {
    width: 100%;
}
.h {
    height: 100%;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.fwb{
    font-weight: bold;
}
.fwn{
    font-weight: normal;
}
.tac{
    text-align: center;
}
.tal{
    text-align:left;
}
.tar{
    text-align: right;
}
.txt-ellipsis{
    overflow:hidden;
    white-space:nowrap; 
    text-overflow: ellipsis;
}
.vam{
    vertical-align: middle;
}
.mr10{
    margin-right:10px;
}
.ml10{
    margin-left:10px;
}
.mt10{
    margin-top:10px;
}
.mb10{
    margin-bottom:10px;
}

.mr5{
    margin-right:5px;
}
.ml5{
    margin-left:5px;
}
.mt5{
    margin-top:5px;
}
.mb5{
    margin-bottom:5px;
}
.pr10{
    padding-right:10px;
}
.pl10{
    padding-left:10px;
}
.pt10{
    padding-top:10px;
}
.pb10{
    padding-bottom:10px;
}
.pr5{
    padding-right:5px;
}
.pl5{
    padding-left:5px;
}
.pt5{
    padding-top:5px;
}
.pb10{
    padding-bottom:5px;
}
.mt15{
	margin-top:15px;
}
.mr15{
	margin-right:15px;
}
.mb15{
	margin-bottom:15px;
}
.ml15{
	margin-left:15px;
}
.mt20{
	margin-top:20px;
}
.mr20{
	margin-right:20px;
}
.mb20{
	margin-bottom:20px;
}
.ml20{
	margin-left:20px;
}
.oh{
    overflow:hidden;
}
.oa{
    overflow:auto;
}
.os{
    overflow:scroll;
}
.fs12{
    font-size:12px;
}
.fs13{
    font-size:13px;
}
.fs14{
    font-size:14px;
}
.fs15{
    font-size:15px;
}
.fs16{
    font-size:16px;
}
.fs20{
    font-size:20px;
}
/****************************************************H1-H6***********************************/
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0;
}

h4, h5, h6 {
    line-height: 18px;
}
h1{
    font-size:38.5px;
     margin: 10px 0;
     font-weight:bold;
     line-height:40px;
}
h2 {
    font-size: 24px;
    line-height: 36px;
}
h3 {
    font-size: 18px;
    line-height: 27px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 11px;
}
/*************************************************p****************************************/
p{
    line-height:18px;
    white-space: normal;
}
.p-indent{
    text-indent: 2em;
}
.p-lead{
     margin-bottom: 18px;
     font-size: 20px;
    font-weight: 200;
    line-height: 27px;
    color:#333;
}
strong{
    font-weight:bold;
}
small{
    font-size:100%;
}
p small{
    color:#999;
    font-size:11px;
}
/*************************************************link****************************************/
a:link,a:visited,a:active{
	text-decoration:none;
}
a:hover, a:active {
    outline: 0 none;
}
a:link{
	 color: #0088cc;
	 text-decoration: none;
}
a:visited{
    color:#0088cc;
    text-decoration: none;
}
a:hover{
	color:#005580;
	text-decoration:underline;
}
.underline:link{
	text-decoration:underline;
}
.underline:visited{
	text-decoration:underline;
}
/*****************************************************table***************************************************/
.table{
    width:100%;
}

/*****************************************************Form elements****************************************/
input,select,button{
	  vertical-align: middle;
}
textarea{
	  vertical-align: top;
}
input, textarea, select{
    border: 1px solid #CCCCCC;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    color: #333;
    display: inline-block;
    line-height: normal;
	line-height:18px\9;
    padding: 4px;
	font-family:museosans500,Helvetica,tahoma,arial,\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;
}
input,textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
    border-radius: 0 0 0 0;
    cursor: pointer;
    height: auto;
	box-shadow:none;
    line-height: normal;
    margin: 0 0;
    padding: 0;
	box-shadow:none;
    width: auto;
	box-shadow:none;
}
input:focus,textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/****************************************************button**************************************************/
/**gray button默认**/
.ks-btn{
    font-size:14px;
    background:#f5f5f5;
    border: 1px solid #d9d9d9;  
    background: linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    background: -moz-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #f5f5f5),
     color-stop(1, #f1f1f1)
     );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f1f1f1'); /* for IE */
     color:#FFF;
     text-align:center;
	 border-radius:1px;
     cursor:pointer;
     line-height: 14px;
     display:inline-block;
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
    outline:0 none;
    color:#585858;
}
.ks-btn:link{
    color:#585858;
}
.ks-btn:visited{
    color:#585858;
}
.ks-btn:hover{
    border:1px solid #c6c6c6;
    background:#f8f8f8;    
    background: linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #f8f8f8),
     color-stop(1, #f1f1f1)
     );	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f1f1f1'); /* for IE */
    color:#585858;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.ks-btn:active{
    border:1px solid #cccccc;
    background:#f4f4f4;    
    background: linear-gradient(top, #f4f4f4 0%, #e7e7e7 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, #e7e7e7 100%);
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e7e7e7 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #e7e7e7 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #f4f4f4),
     color-stop(1, #e7e7e7)
     );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e7e7e7'); /* for IE */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    color:#585858;
    text-decoration: none;
}

/**blue btn***/
.ks-btn-blue{
    font-size:14px;
    background:#4787ed;
    border: 1px solid #3079ed;	
	background: linear-gradient(top, #4d90fe 0%, #4787ed 100%);
	background: -o-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
	background: -moz-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
	background: -ms-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
	background: -webkit-gradient(
	 linear,
	 left top,
	 left bottom,
	 color-stop(0, #4d90fe),
	 color-stop(1, #4787ed)
	 );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#4787ed'); /* for IE */
	 color:#FFF;
	 text-align:center;
	 cursor:pointer;
	 display:inline-block;
	 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	 text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
	padding: 10px 15px;
	outline:0 none;
	border-radius:1px;
	line-height:14px;
}
.ks-btn-blue:link{
    color:#fff;
}
.ks-btn-blue:visited{
    color:#fff;
}
.ks-btn-blue:hover{
    border:1px solid #2f5bb7;
	background:#357ae8;    
    background: linear-gradient(top, #4d90fe 0%, #357ae8 100%);
    background: -o-linear-gradient(top, #4d90fe 0%, #357ae8 100%);
    background: -moz-linear-gradient(top, #4d90fe 0%, #357ae8 100%);
    background: -ms-linear-gradient(top, #4d90fe 0%, #357ae8 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #4d90fe),
     color-stop(1, #357ae8)
     );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#357ae8'); /* for IE */
    color:#FFF;
    text-decoration: none;
}
.ks-btn-blue:active{
    border:1px solid #2f5bb7;
	background:#357ae8;    
    background: linear-gradient(top, #5193ff 0%, #357ae8 100%);
    background: -o-linear-gradient(top, #5193ff 0%, #357ae8 100%);
    background: -moz-linear-gradient(top, #5193ff 0%, #357ae8 100%);
    background: -ms-linear-gradient(top, #5193ff 0%, #357ae8 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #5193ff),
     color-stop(1, #357ae8)
     );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5193ff', endColorstr='#357ae8'); /* for IE */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    color:#FFF;
    text-decoration: none;
}
/**white  button**/
    .cui_tbtn,.ks-btn-white,.cui_dbtn{
    font-size:14px;
    border: 1px solid #c6c6c6;  
    background: linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #ffffff),
     color-stop(1, #f8f8f8)
     );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8'); /* for IE */
     color:#7f7f7f;
     text-align:center;
     cursor:pointer;
     line-height: 14px;
     display:inline-block;
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
     text-shadow: 0 -1px 0 rgba(255, 255, 255, 1);
    padding: 10px 15px;
	 border-radius:1px;
    outline:0 none;
}

.ks-btn-white:hover,.cui_tbtn:hover,.cui_dbtn:hover{
    border:1px solid #c6c6c6;
    background:#f9f9f9;    
    background: linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #f9f9f9),
     color-stop(1, #f1f1f1)
     );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f1f1f1'); /* for IE */
    color:#7f7f7f;
    text-decoration: none;
}
.ks-btn-white:link,.cui_tbtn:link,.cui_dbtn:link{
    color:#7f7f7f;
}
.ks-btn-white:visited,.cui_tbtn:visited,.cui_dbtn:visited{
    color:#7f7f7f;
}
.ks-btn-white:active,.cui_tbtn:active,.cui_dbtn:active{
    border:1px solid #c6c6c6;
    background:#f3f3f3;    
    background: linear-gradient(top, #f3f3f3 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #ededed 100%);
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #ededed 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #f3f3f3),
     color-stop(1, #ededed)
     );	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ededed'); /* for IE */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    color:#7f7f7f;
    text-decoration: none;
}
/*green  button*/
.ks-btn-green{
    font-size:14px;
    background:#47b200;
    border: 1px solid #3b9500;  
    background: linear-gradient(top, #47b200 0%, #41a300 100%);
    background: -o-linear-gradient(top, #47b200 0%, #41a300 100%);
    background: -moz-linear-gradient(top, #47b200 0%, #41a300 100%);
    background: -ms-linear-gradient(top, #47b200 0%, #41a300 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #47b200),
     color-stop(1, #41a300)
     );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47b200', endColorstr='#41a300'); /* for IE */
     color:#FFF;
     text-align:center;
     cursor:pointer;
     line-height: 14px;
	 border-radius:1px;
     display:inline-block;
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
     text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    padding: 7px 10px;
    outline:0 none;
 
 
}
.ks-btn-green:link{
    color: #fff;
}
.ks-btn-green:visited{
    color: #fff;
}
.ks-btn-green:hover{
    border:1px solid #3b9500;
    background:#40a000;    
    background: linear-gradient(top, #40a000 0%, #3e9c00 100%);
    background: -o-linear-gradient(top, #40a000 0%, #3e9c00 100%);
    background: -moz-linear-gradient(top, #40a000 0%, #3e9c00 100%);
    background: -ms-linear-gradient(top, #40a000 0%, #3e9c00 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #40a000),
     color-stop(1, #3e9c00)
     );	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40a000', endColorstr='#3e9c00'); /* for IE */
    color:#FFF;
    text-decoration: none;
}


.ks-btn-green:active{
    border:1px solid #3b9500;
    background:#3e9c00;    
    background: linear-gradient(top, #3e9c00 0%, #3e9c00 100%);
    background: -o-linear-gradient(top, #3e9c00 0%, #3e9c00 100%);
    background: -moz-linear-gradient(top, #3e9c00 0%, #3e9c00 100%);
    background: -ms-linear-gradient(top, #3e9c00 0%, #3e9c00 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #3e9c00),
     color-stop(1, #3e9c00)
     );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e9c00', endColorstr='#3e9c00'); /* for IE */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    color:#FFF;
    text-decoration: none;
}
/*red button*/
 .ks-btn-red{
    font-size:14px;
    background:#dd4b39;
    border: 1px solid #d14836;  
    background: linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: -o-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: -ms-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #dd4b39),
     color-stop(1, #d14836)
     );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4b39', endColorstr='#d14836'); /* for IE */
     color:#fff;
     text-align:center;
     cursor:pointer;
     line-height: 12px;
     display:inline-block;
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	 border-radius:1px;
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    padding: 9px 15px;
    outline:0 none;
}
.ks-btn-red:link{
    color:#fff;
}
.ks-btn-red:visited{
    color:#fff;
}
.ks-btn-red:hover{
    border:1px solid #b0281a;
    background:#dd4b39;    
    background: linear-gradient(top, #dd4b39 0%, #c53727 100%);
    background: -o-linear-gradient(top, #dd4b39 0%, #c53727 100%);
    background: -moz-linear-gradient(top, #dd4b39 0%, #c53727 100%);
    background: -ms-linear-gradient(top, #dd4b39 0%, #c53727 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #dd4b39),
     color-stop(1, #c53727)
     );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4b39', endColorstr='#c53727'); /* for IE */
    color:#fff;
    text-decoration: none;
}

.ks-btn-red:active{
    border:1px solid #c53727;
    background:#e14937;    
    background: linear-gradient(top, #e14937 0%, #c53727 100%);
    background: -o-linear-gradient(top, #e14937 0%, #c53727 100%);
    background: -moz-linear-gradient(top, #e14937 0%, #c53727 100%);
    background: -ms-linear-gradient(top, #e14937 0%, #c53727 100%);
    background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #e14937),
     color-stop(1, #c53727)
     );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e14937', endColorstr='#c53727'); /* for IE */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    color:#fff;
    text-decoration: none;
}

/********button disable************/
.ks-btn-disabled{
	background:#e5e5e5!important;
	font-size:14px;
	border:1px solid #ccc!important;
	line-height:14px;
	outline:0 none;
	cursor:default;
	display:inline-block;
	border-radius:1px;
	padding:9px 15px;
	line-height:12px;
	filter:none;
	color:#bfbfbf!important;
	text-shadow:none!important;
	box-shadow: none;
}
.ks-btn-disabled:link{
	text-decoration:none;
	color:#bfbfbf!important;
	box-shadow: none;
	text-shadow:none!important;
	filter:none;
	}
.ks-btn-disabled:visited{
	text-decoration:none;
	color:#bfbfbf!important;
	box-shadow: none;
	filter:none;
	text-shadow:none!important;
	}
.ks-btn-disabled:hover{
	text-decoration:none;
	color:#bfbfbf!important;
	box-shadow: none;
	filter:none;
	text-shadow:none!important;
	}
.ks-btn-disabled:active{
	text-decoration:none;
	color:#bfbfbf!important;
	box-shadow: none;
	text-shadow:none!important;
	filter:none;
	}
/*******************************************************icon******************************************************************************/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
/************************************组件定制******************************************************/
/************************************ksDialog 弹出层组件*****************************/
.ks_overlay{
    position: fixed;
	_position:absolute;
    z-index: 1000;
    _width: 100%;
    _height: 100%;
    top: 0;
    left: 0;
	bottom:0;
	visibility:visible;
	right:0;
    filter: alpha(opacity=45);
    opacity: 0.45;
    overflow: hidden;
    background-color:#000;
	_right:auto;
	_bottom:auto;
    }
*html { 
	background:url(*) fixed;
}
*html body { 
	 margin:0; 
 	 height:100%;
 }
.dialog_box {
    background: none repeat scroll 0 0 #FFFFFF;
    position: fixed;
    _position:absolute;
    text-align: left;
    left:50%;
    _left: expression(documentElement.scrollLeft + documentElement.clientWidth/2 - this.offsetWidth/2);
    top:50%;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight/2 - this.offsetHeight/2);
	 box-shadow:0 0px 15px #000;
    z-index :9999;
}
.dialog_title {
    border-bottom: 1px solid #ccc;
    height: 36px;
    overflow: hidden;
    position: relative;
    text-align:center;
    font-size:16px;
    line-height:36px;
    color:#585858;
}
.dialog_close{
    background: url("../images/icon_site_close.png") center center no-repeat;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 9999;
}
.content_box {
    overflow: hidden;
    position: relative;
   
}
.content-box-wait{
	background: #fff url("/static/common/images/loading32x32_80.gif") center center  no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.dialog_opr {
    padding-right:20px;
}
.dialog_opr a{
    color:#fff;
    padding:7px 10px;
    line-height:14px;
    font-size:14px;
    float:right;
}
.dialog_opr .ks-btn-blue:link{
    color:#fff;
}
.dialog_opr .ks-btn-blue:visited{
    color:#fff;
}
.dialog_opr .ks-btn-blue:hover{
    color:#fff;
    text-decoration:none;
}
.dialog_opr .ks-btn{
    margin-right:10px;
}
.dialog_opr .ks-btn:link{
    color:#585858;
}
.dialog_opr .ks-btn:visited{
    color:#585858;
}
.dialog_opr .ks-btn:hover{
     color:#585858;
    text-decoration:none;
}
/************************************TOP-NAV组件*****************************/
.nav-top{
    height:40px;
    border-bottom:1px solid #ccc;
    background-color:#fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    font-size:14px;
    color:#585858;
}
.nav-top-fixed{
     position:fixed;
     left:0;
     top:0;
     right:0;
     z-index: 1000;
     _position:absolute;
}
.nav-top-inner{
    width:960px;
    margin:0 auto;
    position:relative;
}
.nav-logo{
    float:left;
}
.nav-logo a{
    display:block;
    height:40px;
   width:170px;
    line-height: 40px;
}
.nav-top-inner .nav{
    position: relative;
    margin-left:188px;
    background-color: #fff;
    z-index: 999;
}
.nav-top-inner .nav li{
    float:left;
}
.nav-top-inner .nav .login
{
	float:right;
	border-left:1px solid #e4e4e4;
}
.nav-top-inner .nav .register{
	float:right;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
}   
.nav-top-inner .nav li a{
    display: block;
    cursor:pointer;
    height:40px;
    padding:0 10px;
    outline:0 none;
    line-height:40px;
}
.nav-top-inner .nav li a:link{
    color:#585858;
}   
.nav-top-inner .nav li a:visited{
    color:#585858;
}   
.nav-top-inner .nav li a:hover,.nav-top-inner .nav li.active a{
     color:#fff;
     text-decoration: none;
     background: none repeat scroll 0 0 #737373;
     box-shadow: 0 3px 5px rgba(0, 0, 0, 0.19) inset;
}   
.nav-top-inner .user{
   border-style:none solid;
   border-width:1px;
   border-color:#e4e4e4;
   position:absolute;
   right:0;
   top:0;
   z-index: 999;
}
.nav-top-inner li.user a{
    display:block;
    width:56px;
    height:40px; 
    padding:0;
}
.nav-top-inner li.user a:hover{
    	background-color:#fff;
	 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
}
.nav-top-inner .user img{
    width:27px;
    height:27px;
    margin:6px 0 0 7px;
    border-radius:4px;
}
.nav-top-inner .user a i{
    display:block;
    position:absolute;
    top:15px;
    right:7px;
    width:10px;
    height:10px;
    background:url(../images/site_icon_tj_index.png) -2px -33px no-repeat;
}
.nav-top-inner .user a:hover i{
     background:none;
}
.nav-top-inner .user_list{
    position: absolute;
    right:0;
    top:-70px;
    box-shadow:0 1px 3px rgba(0,0,0,0.05);
    width:120px;
    border-style:none solid solid;
    border-width:1px;
    border-color:#e4e4e4;
    z-index: 998;
    background-color:#fff;
    font-size:12px;
}
.nav-top-inner .user_list a{
	display:block;
	height:36px;
	line-height:36px;
	outline:0 none;
	color:#585858;
	text-align:left;
	text-indent:40px;
	position:relative;
}
.nav-top-inner .user_list a:hover{
	text-decoration:underline;
	background-color:#f1f1f1;
}
.nav-top-inner .user_list a i{
	position:absolute;
	width:16px;	
	height:16px;
	display:block;
	left:15px;
	top:10px;
	background-image:url(../images/icon_user_menu.png);
	background-repeat:no-repeat;
}
.nav-top-inner .user_list .msg_center i{
	background-position:0 -462px;
}
.nav-top-inner .user_list .setting i{
	background-position:0 0;
}
.nav-top-inner .user_list .exit i{
	background:none;
}



/*validate*/
.field p.field_tip span{
	padding-left: 19px;
	background-image: url("../images/site_icon_vali_tip.png");
	background-repeat: no-repeat;
	display:inline-block;

}
.field p.field_tip span.error{
	background-position: 0 -19px;
}
.field p.field_tip span.valid{
	background-position: 0 1px;
}

/**************Tooltip*************/
.mTooltip {
	position: absolute;
	top: 0; left: 0;
	max-height: 350px;
	max-width: 240px;
	min-width: 0px;
	line-height: 1.3em;
	font-size: 0.9em;
	width: auto;
	word-wrap:break-word;
	word-break:break-all;
	display: none;
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.mTooltip .arrow, .mTooltip .top-arrow {
	position: absolute;
	top: 0; left: 50%;
	margin: -5px 0 0 -6px;
	width: 0; height: 0;
	background-image: url("../images/tip-arrow.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	background-position: -7px -9px;
}
.mTooltip .bottom-arrow {
	top: 100%; left: 50%;
	margin: -1px 0 0 -6px;
	background-position: -22px -9px;
}
.mTooltip .left-arrow {
	top: 50%; 
	left: -9px;
	margin: -6px 0 0;
	background-position: -52px -9px;
}
.mTooltip .right-arrow {
	top: 50%; left: 100%;
	margin: -6px -1px 0;
	background-position: -43px -9px;
}
.mTooltip .wrap {
	background: white;
	border: 1px solid rgb(200,200,200);
	box-shadow: 0 2px 1px rgba(255, 255, 255, 0.1);
}
.mTooltip .title {
	background: #f7f7f7;
	font-size: 1.3em;
	text-align: center;
	padding: 8px 0 0 0;
	height: 27px;
}
.mTooltip .content {
	padding: 7px 7px 5px;
	max-height: 345px;
	overflow: hidden;
	word-break:break-all;
	word-wrap: break-word;
}
/****************tooltip end*****************/

/**********mtip****************/
/*
.mtip .mclose, .mtip .mclose, .mtip .mclose{ 
	background-image: url("../images/mclose.png"); 
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	position:absolute;
	right:8px;
	top:13px;
	overflow:hidden;
	cursor:pointer;
}

.mtip.success .mclose { background-position: -16px 0; } 
.mtip.error .mclose { background-position: -8px 0; } 
.mtip.warning .mclose { background-position: 0px 0; } 

.mtip.success .mclose:hover { background-position:-16px -8px; }
.mtip.error .mclose:hover {background-position:-8px -8px; }
.mtip.warning .mclose:hover {background-position:0px -8px; }

.mtip .micon {
	background-image: url("../images/micon.png");
	_background-image: url("../images/micon.gif");
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	display:block;
	position:absolute;
	left:8px;
	top:10px;
	_top:12px;
	overflow:hidden;
}

.mtip.error .micon{ background-position: 0 0;} 
.mtip.success .micon{ background-position: 0 -66px;} 
.mtip.warning .micon{ background-position: 0 -132px;} 

.mtip  span {line-height: 1;text-indent:20px;display: inline-block; width: 516px;_text-indent:28px;}

.mtip {
	border-radius: 0 0 4px 4px;
	padding: 8px 8px 6px 8px;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	color: #fff;
	position:relative;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}


.mtip.error{
	background-color: #CD3237;
	background-image: -moz-linear-gradient(top, #e34447, #cd3237);
	background-image: -ms-linear-gradient(top, #e34447, #cd3237);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e34447), to(#cd3237));
	background-image: -webkit-linear-gradient(top, #e34447, #cd3237);
	background-image: -o-linear-gradient(top, #e34447, #cd3237);
	background-image: linear-gradient(top, #e34447, #cd3237);
	border:1px solid #ca3e3e;
}
.mtip.success{
	background-color: #43ab00;
	background-image: -moz-linear-gradient(top, #43ab00, #388e00);
	background-image: -ms-linear-gradient(top, #43ab00, #388e00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#43ab00), to(#388e00));
	background-image: -webkit-linear-gradient(top, #43ab00, #388e00);
	background-image: -o-linear-gradient(top, #43ab00, #388e00);
	background-image: linear-gradient(top, #43ab00, #388e00);
	border:1px solid #338100;
}
.mtip.warning{
	background-color: #0f76cd;
	background-image: -moz-linear-gradient(top, #0f76cd, #086cc1);
	background-image: -ms-linear-gradient(top, #0f76cd, #086cc1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f76cd), to(#086cc1));
	background-image: -webkit-linear-gradient(top, #0f76cd, #086cc1);
	background-image: -o-linear-gradient(top, #0f76cd, #086cc1);
	background-image: linear-gradient(top, #0f76cd, #086cc1);
	border:1px solid #006096;
}*/
/************* tip end************************/


/**********scanv-pager*****************/
.scanv-pager > a{
	color: #333;
}

.scanv-pager > a[disabled]{
	color: #999;
}

.scanv-pager > a.active{
	cursor: default;
}
/********scanv-pager end************/
/**error_tip start*/
.e_base_tip,.e_tip{
	position:absolute;
	border:1px solid #dbcca7;
	color:#a5701e;
	padding:5px;
	background:#fcfbe0;
	font-size:12px;
	line-height:16px;
}
.e_tip i,.e_base_tip i{
	background:url(../images/icon_error_arrow.jpg) 0 0 no-repeat;
	position:absolute;
	width:16px;
	height:16px;
	left:-6px;
	top:8px;
	display:block;
}
.e_tip .e_msg,.e_tip .e_msg{
	word-break:break-all;
	word-wrap:break-word;
	display:block;
	overflow:hidden;
}
/*error_tip end*/
/*form mt tip*/
.form_mt_star{
	background:url(/static/common/images/site_form_mt_tip.png) 0 -2px no-repeat;
	display:inline-block;
	*zoom:1;
	*display:inline;
	width:12px;
	height:12px;
}

.mt{
	margin: 9px 10px 0 0;
	line-height: 1;
	width: 14px;
	height: 14px;
	background: url(/static/common/images/site_form_mt_tip.png) 0 0 no-repeat;
	display: inline-block;
}
.QT_modal .fancybox-skin{
	border-radius:0;
	padding:0!important;
	background:#fff;
}
.QT_modal .fancybox-close{
	background:url("/static/images/icon_site_close.png") center center no-repeat;
	width:20px;
	height:20px;
	right:10px;
	top:10px;
}
.QT_modal .fancybox-inner{
	width:auto!important;
}
.QT_modal .QT_Mtitle{
	border-bottom: 1px solid #ccc;
	height: 36px;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color: #585858;
}
.X-hidden{
	overflow-x:hidden!important;
}
.Mini_box_nav{
	height:82px;
	font-size:24px;
	padding-left:77px;
	font-weight:bold;
	position:relative;
	line-height:82px;
	background:#fff;
	border-bottom:1px solid #c6c6c6;
}	
.Mini_box_nav i{
	display:block;
	width:42px;
	height:42px;
	position:absolute;
	left:23px;
	top:20px;
}
/* COLOR ABOUT */
.clr_succ{
	color:#47b200;
}
.clr_warn{
	color:#e73834;
}
.clr_gray{
	color:#737373;
}
.clr_norm{
	color:#0088cc;
}
.ks-btn-loading{
	position:relative;
	*zoom:1;
}
.btn_loading{
	display:none;
	width:100%;
	position:absolute;
	left:0;
	bottom:0px;
	height:2px;
}
.ks-btn-loading .btn_loading{
	display:block;
}
.font-danger{
	color: red;
}
.captcha img{
	height:32px;
	width:80px;
}
.captcha input{
	width:50px;
	height:22px;
}

