/*
 * @since:2015/5/18
 * @author:xiayyanan@sina.com ~~~!
 * @Copyright © 2015 hzgxr.com. All Rights Reserved.
 **/

/* Reset */
body,div,section,article,header,nav,footer,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,span,img,form,fieldset,legend,input,button,textarea,blockquote,th,td,menu,figure,dir,sup{margin:0;padding:0}body{-webkit-text-size-adjust:none;}body,button,input,select,textarea{ font-size:12px;}h1,h2,h3,h4,h5,h6,th{font-size:100%;font-weight:normal}q:before,q:after{content:''}address,cite,dfn,em,var{font-style:normal}code,kbd,pre,samp{font-family:courier new,courier,monospace}small{font-size:11px}sup{vertical-align:text-top}sub{vertical-align:text-bottom}legend{color:#000;display:none}img{border:0}input,button,textarea,select{vertical-align:middle;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}textarea{overflow:auto}a{text-decoration:none}:focus{outline:0}a,.hand{cursor:pointer}
ul li{ list-style-type:none;}
/* Public */
    html{width:100%; height:100%;}
	body{color:#666; height:100%; background:#fff; font-family:Arial,"微软雅黑";_font-family:"微软雅黑";}
	a{color:#666;}
	a:hover{color:#2fba9e;}
	.fl{float:left}.fr{float:right}
	.pa{position:absolute}.pr{position:relative}
	.tal{text-align:left}.tar{text-align:right}.tac{text-align:center}.vam{ vertical-align:middle;}
	input[type="reset"]::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="file"] > input[type="button"]::-moz-focus-inner{
		border:none;padding:0;
	}
	.clearfix:before, .clearfix:after { content: ""; display: table; font-size:0 !important; line-height:0!important; height:0!important;}  
	.clearfix:after { clear: both;}
	.clearfix {*zoom: 1; }
	.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
/* Font */
	.fsi{font-style:italic}				/*斜体*/
	.fwb{font-weight:bold}				/*加粗*/
	.fs1{font-size:14px}				
	.fs2{font-size:16px}
	.fs3{font-size:18px}
	.fs4{font-size:24px}
	.fs5{font-size:30px}
	.fs{font-size:12px}					/*默认大小*/
	.ch{ font-family:"宋体";}			/*宋体*/
	.en{ font-family:Arial;}			/*英文字体*/
	.c1{color:#ccc;}					/*浅灰色*/
	.c2{color:#999;}					/*深灰色*/
	.c3{color:#666;}					/*灰色*/
	.c5{color:#ff500b;}
	.red{ color:#d80000;}				/*红色*/
	.green{color:#44b83b;}				/*绿色*/
	.white{color:#FFF;}					/*白色*/
	.black{color:#333;}					/*黑色*/
	.blue{color:#00C;}					/*蓝色*/
	.tdu{text-decoration:underline}		/*下划线文字*/
	.tdl{ text-decoration:line-through;}/*中划线文字*/
	.lh0{ line-height:0;}






















