/*

	RESETS by ERSKINE DESIGN
	VERSION 1.0
	
	RESET STYLESHEET
	
*/

@charset "utf-8";
/* CSS Document */
.text-autocut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: #363636;
	background: white;
	font-family:"Microsoft YaHei","微软雅黑","宋体" Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
input { vertical-align:middle; }


a img {
  border: 0;
}
a {
  text-decoration: none;
  color:#696969;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
 
}
.cf {
  display: block;
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 解决Google浏览器字体不小于12px的问题
--------------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
}
a:focus {
  outline: none;
}
/*让position:fixed在IE6下可用! */
* html,
* html body {
  background-image: url(about:blank);
  background-attachment: fixed;
}
.clear {
  clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.hidden {
    display: none !important;
    visibility: hidden;
}
