/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td, /* table elements 表格元素 */
img/* img elements 图片元素 */{
border:medium none;
margin: 0;
padding: 0;
}


body {
	font-size: 12px;
	line-height:22px; 
	font-family:"微软雅黑";
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) repeat;
}
/*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:#949494;
	line-height: 20px;
}

/*---links---*/

body,button, input, select, textarea {
outline:none;     /*-------屏弊WEBKIT高亮显示框----------*/
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; color:#949494;}
a:hover { text-decoration:none; color:#32abe1; }
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }


.clearfloat {
	clear:both; 
	height:0; 
	font-size: 1px; 
	line-height:0px;
	}
ul{
	list-style:none;
	}
	
h1,h2{
	font-size:12px;
	color:#949494;
	}
	
.titlefont{
	font-family:"宋体";
	color:#949494;
	font-size:14px;
	font-weight:bold;
	}
	
.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;
	word-warp:break-word;
	overflow:hidden;
	}
.englishwh_td{
	table-layout:fixed;
	word-break:break-all;
	word-wrap:break-word;
	overflow:hidden
	}
	
	/*自适应高度*/
.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);
	}


/*设置表格边框*/
.table_boder{
	border-style:solid;
	border-collapse:collapse;
	}
	
/*一像素高的DIV*/
.line{
	width:500px;
/*	_height:1px;
	min-height:1px;
	overflow:hidden;
	font-size:0px;*/
	_height:1px;
	_overflow:hidden;
	background:#333;
	}
	 


@media screen and (-webkit-min-device-pixel-ratio:0) {
/*Google浏览器专用*/
}

	 
/*///////////////------------------------CSS功能样式表结束----------------------------////////////////////*/