.l{float:left !important}
.r{float:right !important}
.c{clear:both;}
.db{display:block}
.dn{display:none !important}
.dib{display:inline-block; }
.din{display:inline}
.oh {overflow:hidden }
.vh{visibility:hidden}

.pa{position:absolute}
.pr{position:relative}
.db{display:block}
.ww{word-wrap:break-word}

/*颜色*/
.cred,cred a:link {color: #FF0000}
.cred a:hover,cred a:visited{color:#00FF00;text-decoration:underline}
.gray{color:#CCCCCC}
.gray a:link,.gray a:visited{color:#CCCCCC}
.orange{color:#ff7300}
.orange a:link,.orange a:visited{color:#ff7300}
.white{color:#fff}
.white a:link,.white a:visited{color:#fff}
.black{color:#000}
.black a:link,.black a:visited{color:#000}

/*背景色*/
.bg_0{background-color:#fff}
.bg_1{background-color:#FFF1E6}
.bg_2{background-color:#F0F0F0}
.bg_3{background-color:#9ACD68}
.bg_4{background-color:#FFCC66}
/*字对齐*/
.tc{text-align:center}
.tr{text-align:right}
.tl{text-align:left}

/*画线*/
.bs {border: 1px solid #CCCCCC;}
.bxt{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.bxb{border-bottom:1px solid #D7D7D7;}
.bxl{border-left:1px solid #D7D7D7;}
.bxr{border-right:2px solid #D7D7D7;}
.bxc{border-left:1px solid #D7D7D7;border-right:1px solid #D7D7D7;}

/*字体*/
.fh {font-family: "黑体";}
.ftm{font-family: C39P12DhTt;}
/*字号*/
.b{font-weight:bold}
.f10{font-size:10px}
.f12{font-size:12px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f22{font-size:22px}
.f24{font-size:24px}

/*行高*/
.l35{line-height:35px}
.l30{line-height:30px}
.l25{line-height:25px}
.l23{line-height:23px}
.l20{line-height:20px}
.l17{line-height:17px}

/*外边距*/
.mt3{margin-top:3px}
.mt7{margin-top:7px}
.ml3{margin-left:3px}
.ml7{margin-left:7px}
.mr7{margin-right:7px}
.ma{margin:auto;}
/*内边距*/
.p3{padding:3px}
.p7{padding:7px}

/*高度*/
.h60{height:60px}
.h25{height:25px}

/*宽度*/
.w950 {	width: 960px;	
	position: relative;
	margin: auto;
	clear: both;
}
.w760 {	width: 760px;}
.w570 {	width: 570px;}
.w190 {	width: 190px;}

.wp100 {width:100%;}
.wp75 {width:75%;}
.w65 {width: 65px; }
.wp50 {width:50%;}
.wp32 {width:32%;}





.foot_fix{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;	
}

