* {
	/* 字体全部改为优先微软雅黑*/
	font-family :Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.font-bigger *{
	font-size: 14px;	
}

.font-normal *{
	font-size: 12px;	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-size: 100%;
	vertical-align: baseline; */
	background-image: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
/*
:focus {
	outline: 0;
}
*/
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
/* end reset css */

/* utility classes */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.clear {
	clear: both;
}

.hidden,
.closed .inside,
.hide-if-no-js {
	display: none;
}


p {
	margin: 1em 0;
}

blockquote {
	margin: 1em;
}

li,
dd {
	margin-bottom: 0px;
}

p,
li,
dl,
dd,
dt {
	line-height: 140%;
}


h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

h4 {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
}

h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}
.cusor-pointer {
	cursor: pointer;
}
.slip-over{
	display:block;
	position:absolute;
	z-index:1100;
	left: 250px;
	width:880px;
	height:60px;
	background: url("../images/table_bg.png") center bottom no-repeat;
	text-align: center;
}
.jqDockLabelText{
	color: red;
	font-size: 12px;
	font-weight: bold;
}
.over-mask-layer{
   top:-2000px;
}
.muted {
  color: #999999;
}
/* 去掉input,textarea,select在google浏览器下黄色边框 */
input, textarea,select,a,a:link,a:visited,a:hover,a:active{
	outline:none;	
}
/*IE10自动给输入框加X，IE10兼容目前无法去掉*/
input::-ms-clear{
	display: none;
}
a {
   color: #4A86AB;
   text-decoration: none;
}
a:link{  
	
}
a:visited{
	color: #7CAAC7;
}
a:hover{
	color: #7CAAC7;
}
a.active{
	color: #7CAAC7;
}