/**
 * @name	:HTML鏍囩閲嶅畾涔�
 * @author	:wenzi(email:shiyewenzi@126.com)
 * @version	:1.0
 * @type	:鍏叡瑙勫垯
 * @explain	:鏃�
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquoteth, td {
	margin:0px;
	padding:0px;
	font-family:'微软雅黑';
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
}
ul , ol {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
capation, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0;
}

/* 浠ヤ笅鏍峰紡鏍规嵁涓嶅悓鐨勭綉绔欏彲鑳介渶瑕佹敼鍐� */
body {
	text-align:center;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#7f878b;
}
a:hover {
	
	color:#d91a1a !important;
}
/* 椤绘敼鍐欐牱寮忕粨鏉�*/
/**
 * @name	:甯哥敤鍘熷瓙绫�
 * @author	:wenzi(email:shiyewenzi@126.com)
 * @version	:1.0
 * @type	:鍏叡瑙勫垯
 * @explain	:鏃�
 */
/*瀛椾綋鎺掔増*/
.f1{font-size:1px;}
.fb{font-weight:bold;}
.fn{font-weight:normal;}
.lh1{line-height:1%}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}

/*瀹氫綅*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:auto;margin-right:auto;}
.fl{float:left;display:inline;}/*display:inline;鐢ㄤ簬瑙ｅ喅IE6涓嬫诞鍔ㄥ弻澶栬竟璺濋棶棰�*/
.fr{float:right;display:inline;}/*鍚屼笂*/
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
/*濡傛灉涓€涓潡绾у璞″唴閮ㄥ寘鍚诞鍔ㄥ璞★紝搴旇缁欒鍧楃骇瀵硅薄浣跨敤clearfix*/
.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block;}
*html .clearfix{height:1%}
.clearfix{display:block;}
.va-c{vertical-align:center;}
.pr{position:relative;}
.pa{position:absolute;}
.abs-right{position:absolute;right:0;}
.zoom{zoom:1}
.hidden{visibility:hidden;}
.none{display:none;}
 
/*闀垮害楂樺害*/
.w9{width:9px;}
.w10{width:10px;}
.w{width:100%}
.h{height:100%}
.h10{height:10px;}

/*杈硅窛*/
.m5{margin:5px;}
.m10{margin:10px;}
.p5{padding:5px;}
.p10{padding:10px;}