/* **************************************网页结构************************** 
整体：黑底白字；居中

1、页头
2、内容表格1：白底黑字；水平靠左对齐，垂直靠上对齐；使用滤镜，灰白渐变
3、内容表格2：白底黑字；水平靠左对齐，垂直靠上对齐；未使用滤镜，用在map地图服务
4、页脚
*/



/* **************************************整个网页************************** */
/* 整个网页 */
body {
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin-top: 5pt;
	margin-right: 20pt;
	margin-bottom: 5pt;
	margin-left: 20pt;
	font-size: 14px;
}
/* 超级链接样式 */
a:link {
text-decoration: none;
}
a:hover { 
text-decoration: underline;  
}
a:visited { 
text-decoration: none;
}

/* 太元地图样式 */
.iframe_style{
	color: #000000;
	background-color: #FFFFFF;
}

/* 页脚样式 */
.p_bottom_navigation{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin: 10px;
}




/* **************************************表格************************** */
/* 内容表格1 */
.table_bgcolor{
	color: #000000;
	background-color: #FFFFFF;
/* 	filter:alpha(style=1,opacity=100,finishopacity=80,startX=20,finishX=100,startY=30,finishY=100); */	

 	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* 内容表格2 */
.table_bgcolor2{
	color: #000000;
	background-color: #F6F6F6;
	padding-left: 10px;
	padding-right: 10px;
	
	}

/* 产品目录大图 */
.table_Product_Big{
	text-align: center;
	vertical-align: top;
	border: 1px solid #000000;
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;	/*display: none;      不能使用此项，否则不能切换图片。在网页中使用 style="dispaly:none" */
}
/* 产品目录小图 */
.table_Product_Small{
	text-align: center;
	vertical-align: center;
	padding: 10px;	/*display: none;      不能使用此项，否则不能切换图片。在网页中使用 style="dispaly:none" */
}
/* 产品详细页 */
.table_Product_View{
	text-align: center;
	vertical-align: top;
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 30px;	/*display: none;      不能使用此项，否则不能切换图片。在网页中使用 style="dispaly:none" */
	border: 1px solid #000000;
}



/* **************************************导航条************************** */
/* 首页、公司简介、产品展示…… */
.a_navigation{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	TEXT-DECORATION: none;	/* 无下划线 */
	filter:DropShadow(Color=#c8d8f0, OffX=1, OffY=1, Positive=1);
	font-family: "宋体"; 
}
.a_navigation:hover{
	color: #FFFFFF;
	text-decoration: underline;
	filter:DropShadow(Color=#c8d8f0, OffX=1, OffY=1, Positive=1);	
}

/* 简体版、繁体版、英文版  超级链接样式 */
.a_language {
	BORDER: 0px; 
	TEXT-DECORATION: none;	/* 无下划线 */
}
.a_language:hover {
	BORDER: 0px; 
	text-decoration: underline;
}
.a_language : active {
	BORDER: 0px; 
	text-decoration: underline;

}

/* 单元格——左边导航样，子栏目1、子栏目2、…… */
.td_Left_navigation {
	border-bottom-width:thin;
	border-bottom-style : inset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 14px;	
}



/* **************************************单元格************************** */
/* 单元格——有背景图片 */
.td_backimage {
	/*background-repeat: no-repeat;
	cursor:hand;*/
	background-position: center;
}

/* index.asp——行业动态 */
.td_index_Row01{
	vertical-align: middle;
	background-color: #6699CC;
	font-size: 18px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	border-width:thin;
	border-style : groove;	
}

/* index.asp——开发团队 */
.td_index_Row02{
	vertical-align: middle;
	background-color: #CC9999;
	font-size: 18px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	border-width:thin;
	border-style : groove;	
}

/* index.asp——公司简介 */
.td_index_Row03{
	vertical-align: middle;
	background-color: #D29E00;
	font-size: 18px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	border-width:thin;
	border-style : groove;	
}

/* 单元格——有右边线 */
.td_right_border {
	border-right-width:thin;
	border-right-style : groove 
}
/* 单元格——有下边线 */
.td_bottom_border {
	border-bottom-width:thin;
	border-bottom-style : inset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/* 单元格——有全部边线 */
.td_All_border {
	border-width:thin;
	border-style : groove;

}

/* 单元格——产品目录小图 */
.td_Product_Small {
	BORDER: rgb(0,0,0) 1px groove;
	font-size: 12px;
	height:125px;
	width:80px;
	vertical-align: bottom;	
	text-align: center;
	
}
/* 产品详细页——左图 */
.td_Product_View_left{
	text-align: center;
	vertical-align: center;
	border: 0px solid #000000;
}
/* 产品详细页——右文字描述 */
.td_Product_View_right{
	text-align: left;
	vertical-align: center;
	border: 0px solid #000000;
}


/* **************************************段落************************** */
/* 段落黑底白字 */
.p_normal {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	text-indent: 20px;
}
/* 段落白底黑字 */
.p_normal_black {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	text-indent: 20px;
}





/* **************************************文字************************** */
.div_border {
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* **************************************图片************************** */
.img_Product_Small {
	width: 100px;
	border: 0px;
	height: 100px;
}
.img_Product_Big {
	width: 340px;
	border: 0px;
	height: 397px;
}

/* **************************************层************************** */
.div_Product_Big {
	FLOAT: none;
	/*DISPLAY: none;
	POSITION: absolute;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
