@charset "gbk";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0; letter-spacing:normal;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight:normal;font-style:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:100%;}
q:before,q:after {content:'';}
abbr,acronym{border:0;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }    
.clearfix {display:block;}  
/*html5 css3*/
input, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video{margin:0px;padding:0px;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
/*边框圆角，必须有背景*/
.brs{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
/*元素阴影 # -offset x轴偏?# y-offset y轴偏?# blur 模糊?# color of shadow 阴影颜色 */
.bs{-webkit-box-shadow: 1px 1px 3px #292929;-moz-box-shadow: 1px 1px 3px #292929;box-shadow: 1px 1px 3px #292929;}
.ts{text-shadow: 0 1px 0 black, 0 -1px 0 black, 1px 0 0 black, -1px 0 0 black;}
/*省略?给元素定宽后加上此类超出部分显示省略?/
.to{-o-text-overflow: ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.to:after{content:"...";}
/*换行*/
.ww{white-space:normal;word-wrap:break-word;}
.fox{
	clear:both;
}
.none{
	display:none;
}
.fleft{
	float:left; display:inline;
}
.fright{
	float:right;display:inline;
}
.fweight{
	font-weight:bold;
}
.font14{
	font-size:14px;
}
.font12{
	font-size:12px;
}
.fred{
	color:#c50000;
}
.forg{
	color:#f86c0a;
}
.f666{
	color:#666;
}
.fwhite{
	color:#fff;
}

.more{
	float:right;  padding-right:5px;
}

body{
	font-size:12px; margin:0px auto; color:#333; 
}

a{
	color:#000; text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.m10{
margin-left:10px;}