@charset "utf-8";
/*
Copyright (c) 2009, Bsky1wcj! Inc. All rights reserved.
version: 1.1.1.1
CreateTime:2009-11-04
UpdateTime:2009-11-04
*/

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
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;}
li{list-style:none;}
caption,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;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {text-align:center;}
table,li { text-align:left;}

A:link { color:#000; text-decoration: none;}
A:visited {color:#000; text-decoration: none;}
A:hover {color: #f50; text-decoratio: none;}
A:active {color: #f50; text-decoratio: none;}

/* CSS hack  */

	/*float的div闭合;清除浮动;自适应高度 
		<br class="clear" />
	*/
	br.clear {clear:both; height:0;	line-height:0; margin:0; padding:0; border:0; overflow:hidden; font-size:0px;	}
	
	
	.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.clearfix { display:inline-block; }    /* Hide from IE Mac */    
	.clearfix {display:block;}    /* End hide from IE Mac */
	
	
	/*浮动ie产生的双倍距离
	display:inline
	*/

/* NavNormal */
	/*LI中内容超过长度后以省略号显示的方法 此方法适用与IE与OP浏览器*/ 
	ul.ellipsis{}
	ul.ellipsis li {
		/*width:200px;*/
		white-space:nowrap;	text-overflow:ellipsis;	-o-text-overflow:ellipsis; overflow: hidden; }
			
	.hidden { display:none;}
	
	
	.h01{height:1px; clear:both; overflow:hidden;}
	.h02{height:2px; clear:both; overflow:hidden;}
	.h03{height:3px; clear:both; overflow:hidden;}
	.h04{height:4px; clear:both; overflow:hidden;}
	.h05{height:5px; clear:both; overflow:hidden;}
	.h06{height:6px; clear:both; overflow:hidden;}
	.h07{height:7px; clear:both; overflow:hidden;}
	.h08{height:8px; clear:both; overflow:hidden;}
	.h09{height:9px; clear:both; overflow:hidden;}
	.h10{height:10px; clear:both; overflow:hidden;}

/* CSS Help
	"*"　IE6、IE7可以识别.IE8、FireFox不能.
　　"_"　IE6可以识别"_",IE7、IE8、FireFox不能.
*/