@charset "gb2312";
/* ===================================================
 * 		格式化样式 
 * ===================================================*/
html, body, h1, h2, h3, h4, h5, h6, input, form, p, table, ul, ol, dl, dt, dd, div {
	margin: 0;
	padding: 0
}
body {
	font-size: 12px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
html, body {
	overflow-x: hidden;
	overflow-y: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img, input {
	border:none;
	border: 0px solid none;

}/*for ie6*/
a, a:link {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: underline
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal
}
h2.seo_h2{display:inline;}
i {
	font-style: normal;
	color: #232572
}
/* 清浮动 */
.clearfix:before, .clearfix:after {
	display: block;
	content: '\0020';
	visibility: hidden;
	font-size: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1
}
.clear {
	clear: both;
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
/* ===================================================
 *  	浮动 定位 显示隐藏 
 * ===================================================*/
/*浮动*/
.fleft {
	float: left
}
.fright {
	float: right
}
/*定位*/
.absolute {
	position: absolute
}
.relative {
	position: relative
}
/*显示隐藏*/
.blcok {
	display: block;
}
.none {
	display: none !important;
}
/* ===================================================
 *  	容器：边距 宽度 高度 
 * ===================================================*/
/*边距*/
.ml-20{margin-left:-20px;}
.top-100{top:-100px}
.mt10 {
	margin-top: 10px;
}
.ml15{margin-left:15px !important;}
.mt36{margin-top:36px;}
.mt40{margin-top:40px;}
.ml0{margin-left:0 !important}
.ml14{margin-left:14px;}
.ml26{margin-left:26px;}
.mt80{margin-top:80px !important;}
.mt46{margin-top:46px;}
,mb26{margin-bottom:26px !important;}
.pl65{padding-left:65px;}
/*宽度*/
.w250{width:250px;}

.w263 {
	width: 262px;
}
.w132{width:132px;}
.w582{width:582px;}
.w456{width:370px;}
.w850{width:850px;}
.w220{width:220px}
.w878{width:878px;margin:0 auto}
/*高度*/

.h128 {
	height: 128px;
}
/* ===================================================
 *  	字体 
 * ===================================================*/
/*颜色*/
.black {
	color: black
}
.red{color:red}

.c40f00 {
	color: #c40f00
}
.db0203 {
	color: #db0203
}
/*大小*/
.ft12 {
	font-size: 12px;
}
.ft14 {
	font-size: 14px;
}
.ft16 {
	font-size: 16px;
}
.ft18 {
	font-size: 18px;
}
/* ===================================================
 * 文本样式
 * ===================================================*/

/*对齐方式*/
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left
}
.txt_right {
	text-align: right
}
/*行高*/
.lh30 {
	line-height: 30px;
}
.hl20 {
	line-height: 20px;
}
/*边框*/
.bor_b_gray{height:1px;background:#e8e8e8;margin-top:20px;}
/*背景*/
.bgf6{ background:#f6f6f6;text-align:center;font-weight:bold;}
