@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0;}

body {
    margin: 0 0; 
	font-size: 12px;
	color: #404040;
	font-family:"宋体";
	font-family:Arial, Helvetica, sans-serif;
	background:#fcfdfd;
}

/*body, th, td, textarea, input, select, option {
	font-family:Arial, Helvetica, sans-serif;font-size: 12px;color: #333333;
	font-family:"宋体";
	font-family:"微软雅黑";
}*/

td {
	font-size: 12px;
	color: #404040;
	line-height: 20px;
}

/*---links---*/
a {
	color:#404040;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}

a img {
	border: none;
}

.clearfloat {
	clear:both; 
	height:0; 
	font-size: 1px; 
	line-height: 0px;
	}
ul{
	list-style:none;
	}
	
h1,h2{
	font-size:12px;
	color: #2C2C2C;
	}
	
.titlefont{
	font-family:"宋体";
	color:;
	font-size:;
	font-weight:;
	}
	
.contfont{
	font-family:"微软雅黑";
	color:;
	font-size:;
	font-weight:;
	}
	
	
	
/*///////////////------------------------CSS功能样式表开始----------------------------////////////////////*/

.overflowtxt{           /*隐藏超出宽度的文字，IE下可加"..." 要把相应的标签设为区块元素*/
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	}
	
.divwrap{
	word-break:break-all;
	width:200px;     /*宽度要自定义。。。。视情况而定*/
	}
	
	/*连在一起的英文字母自动换行---------------------------*/
.englishwh{
	word-break:break-all;           
	}
.height_auto{
	height:auto;
	overflow:hidden;zoom:1;
	}
	
.tabwrap{
	table-layout:fixed;
	}
	
.upf{                        /*字母全部大写*/
	text-transform:uppercase;        
	}
.lowf{                      /*字母全部小写*/
	text-transform:lowercase;
	}
.capf{                      /*首字母大写*/
	text-transform:capitalize;   
	}
	
.graystyle{                 /*素装效果*/
		filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	}
	 
/*///////////////------------------------CSS功能样式表结束----------------------------////////////////////*/
