@charset "utf-8";
/* CSS Document */
/*clear 全局定义 注释可去掉*/
/*Normalizes margin,padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border:0;
}
/*Removes list-style from lists*/
ol, ul {
	list-style:none;
}
ul li {
	list-style:none;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight: inherit;
}
input, textarea, select {
}
hr {
	border:0 #ccc solid;
	border-width:1px 0 0;
	clear:both;
	height:0
}
a:focus {
	outline:1px dotted invert
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
th, td {
}
/* ==========================================     hx系列   ========================================================= */
h1, h2, h3, h4, h5, h6 {
	FONT-FAMILY: '微软雅黑', Verdana, Arial, Sans-Serif
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 166.67%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 133.33%;
}
h5 {
	font-size: 116.67%;
}
h6 {
	font-size: 116.67%;
	font-style: italic;
}
/* ==========================================     字体大小   ========================================================= */
.f_s_10 {
	font-size:80%;
}/*=10px*/
.f_s_12 {
	font-size:90%;
}/*=12px*/
.f_s_13 {
	font-size:100%;
}/*=13px*/
.f_s_14 {
	font-size:105%;
}/*=14px*/
.f_s_15 {
	font-size:115%;
}/*=15px*/
.f_s_16 {
	font-size:120%;
}/*=16px*/
.f_s_17 {
	font-size:125%;
}/*=17px*/
.f_s_18 {
	font-size:135%;
}/*=18px*/
.f_s_19 {
	font-size:145%;
}/*=19px*/
.f_s_20 {
	font-size:150%;
}/*=20px*/
.f_s_21 {
	font-size:155%;
}/*=21px*/
.f_s_22 {
	font-size:165%;
}/*=22px*/
.f_s_23 {
	font-size:170%;
}/*=23px*/
.f_s_24 {
	font-size:180%;
}/*=24px*/
.f_s_25 {
	font-size:185%;
}/*=25px*/
/* ==========================================     链接   ========================================================= */

/* 带颜色链接开始 */
.red, a.red, a.red:visited, a.red:link {
	color:#FF0000;
}
.green, a.green, a.green:visited, a.green:link {
	color:#009900;
}
.blue, a.blue, a.blue:visited, a.blue:link {
	color:#0033CC;
}
.blue_1, a.blue_1, a.blue:visited_1, a.blue_1:link {
	color:#1E77D3;
}

.yellow, a.yellow, a.yellow:visited, a.yellow:link {
	color:#FF0;
}
.gray, a.gray, a.gray:visited, a.gray:link {
	color:#666;
}


/* 带颜色链接结束 */


/* 着重标记 */   
cite, blackquote, em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
/* 预格式标记 */   
pre, code {
	font-family: monospace;
	font-size: 1.1em;
}
/* 缩写标记 */   
acronym, abbr {
	border-bottom: 0.1em dashed #c00;
	cursor: help;
	letter-spacing: .07em;
}
/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var, h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-weight: bold;
}
/*Remover list-style from list*/
table {
	border-collapse:collapse;
	border-spacing:0px;
}
/*Left-aligns text in caption and th*/
caption, th, td {
	font-weight: normal;
}
/*Removes quotation matks from q*/
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
	content:none
}
blockquote, q {
	quotes:none;
}
/* 清除溢出，浮动 */   
.clearing,{
	border-top:1px solid transparent !important;
	clear:both;
	visibility: hidden;
}
/*隐藏元素*/   
.invisible {
	visibility: hidden;
}
/* 从页面布局上隐藏元素*/   
.hidden {
	display: none;
}
/* 通用容器 */   
.wrapper {
	clear: both;
	overflow: hidden;
}
.tr {
	text-align:right;
} /*文本左对齐*/
.tc {
	text-align:center;
} /*文本居中对齐*/
.tl {
	text-align:left;
} /*文本右对齐*/
.fr {
	float: right;
} /*浮动左对齐*/
.fl {
	float: left;
} /*浮动右对齐*/
.fc{ clear:both;
}/*清除浮动*/
