@charset "utf-8";
/* ===================  清除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, th, td {margin:0px;	padding:0px;}
/* ================= 去掉fieldset和img默认边框 ================== */
fieldset, img {border:0;}
/*=================== 去掉列表默认属性 ========================= */
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 {
	font-size:75%;
}
hr {
	border:0 #ccc solid;
	border-width:1px 0 0;
	clear:both;
	height:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/* ==========================================     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*/
.f-w {font-family:Webdings}



/* ==========================================    定义颜色_文本和链接   ========================================================= */

/* 带颜色链接开始 */
.c_red, a.c_red, a.c_red:visited, a.c_red:link {color:#FF0000;}
.c_green, a.c_green, a.c_green:visited, a.c_green:link {color:#009900;}
.c_blue, a.c_blue, a.c_blue:visited, a.c_blue:link {color:#0033CC;}
.c_blue_1, a.c_blue_1, a.c_blue:visited_1, a.c_blue_1:link {color:#1E77D3;}
.c_yellow, a.c_yellow, a.c_yellow:visited, a.c_yellow:link {color:#FF0;}
.c_gray, a.c_gray, a.c_gray:visited, a.c_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;
}
/* ================== 恢复正常字体和字体宽度 ========================== */
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;
}
/* 从页面布局上隐藏元素*/   
.hidden {
	display: none;
}
/*隐藏元素*/   
.invisible {
	visibility: hidden;
}

/*==============================补丁==========================================*/
/*==============封闭层===============*/
.gainlayout {
	display:inline-block;
}
.gainlayout {
	display:block;
}
.clearing{
	clear:both;
}
/* ====== IE6的双倍边距BUG ======== */
.bug2bei {display:inline;}
/* ====== IE6的三个像素的空隙  ========== */
.bug3xs {font-size:0px;}
/* ======== 标题背景图片替换文字设a  ======= */
.txt-h {
	display:block;
	text-indent:-9999px;
	white-space:nowrap;
	overflow:hidden;
}
/* ========= 替代04字体 =========== */
.font04 {font: 8px/22px Verdana, Arial, Helvetica, sans-serif;}
/* ========= 其他预设 =========== */
.tr {text-align:right;}
.tc {text-align:center;}
.tl {text-align:left;}
.fr {float: right;}
.fl {float: left;}
/* ========= 清除浮动 =========== */
.cl{ clear:left;}
.cr{ clear:right;}
.ca{ clear:both;}