/**************************/
body,td,th {
	font-size: 12px;
}

.STYLE1 {
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
.STYLE22 {
	color: #5ec7f6;
	font-size: 14px; 
	line-height: 18px;
}

/*---------------------------------超级连接-------------------------------*/
a:link{color: #000000; text-decoration:none; font-size:12px;}
a:visited {color: #ffffff; text-decoration:none; font-size:12px;}
a:hover {color: #CC3300; text-decoration:none; font-size:12px;}
a:visited {color: #000000; text-decoration:none; font-size:12px;}

a.white:link{color: #ffffff; text-decoration:none; font-size:12px;}
a.white:visited {color: #ffffff; text-decoration:none; font-size:12px;}
a.white:hover {color: #CC3300; text-decoration:none; font-size:12px;}
a.white:active {color: #ffffff; text-decoration:none; font-size:12px;}

/*---------------------------------表格-------------------------------*/
.bot_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
}
/* 博德通用CSS初级定义文档 */


/*---------------------------------------页面默认通用样式------------------------------*/


body
{
font-size:12px; 
color:#333; 
font-family:"宋体", sans-serif;
text-align: center;
margin:0 auto;
padding:0;
}
/*----------------------------------------------------------------------------------------------*/





/*-------------------------------------------页面居中容器---------------------------------------*/
#Container /*页面整体容器--------------------------------------*/
{
	position:absolute;
	height: auto;
	width: 100%;
	margin:0;
	text-align:center;
	left: 0;
	top: 0;
}
#Container_in /*页面内部布局容器--------------------------------------*/
{
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
    text-align: center;


}
/*----------------------------------------------------------------------------------------------*/






/*-------------------------排版样式定义-----------------------------------------------------------*/
.about_info 
{
line-height:2em;
padding:3px;
text-indent:2em;
text-align:left;
}
.news_info 
{
line-height:2em;
padding:10px;
text-align:left;
}
.contact_info 
{
line-height:2.5em;
padding:20px;
text-align:left;
}
.memo_info
{
  line-height:2em;
  padding:20px;
  text-indent:2em;
  text-align:left;
  color:#333333;
  font-size:14px;
}
/*----------------------------------------------------------------------------------------------*/







/*----------------------------------------新闻列表样式控制带下划虚线----------------------------------------------------*/
#news_info{
  background-color:#fff;
  width:500px;
  overflow:hidden;

}
#news_info ul {
	line-height: 26px;
	padding-left: 5px;
	padding-top: 5px;
}
#news_info li {
    background-image: url(../images/li_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align:left;
	text-indent:2em;
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	width:500px;
}
/*----------------------------------------------------------------------------------------------*/



/*-------------------------图片样式定义-----------------------------------------------------------*/
img.img_border_01
{
border:#333 dotted 1px;
padding:1em;
}



/*---------------------------------------------------------------------------------------------------*/



/*-------------------------页面字体样式定义-----------------------------------------------------------*/

.black_font{ font:"宋体"; font-size:14px; font-weight:bold; color:#000;}          
.white_font{ font:"宋体"; font-size:14px; font-weight:bold; color:#fff;}
.red_font{ font:"宋体"; font-size:14px; font-weight:bold; color:#ff0000;}


/*---------------------------------------------------------------------------------------------------*/






/*-------------------------页面超级链接样式定义-----------------------------------------------------------*/

/*整体链接默认黑色样式-----------------------------------------------------*/ 

a:link{color: #000; text-decoration:none; font-size:12px;}
a:visited {color: #000; text-decoration:none; font-size:12px;}
a:hover {color: #000; text-decoration:none; font-size:12px;}
a:active {color: #000; text-decoration:none; font-size:12px;}

 /*-----------------------------------------------------------------*/ 
 
 
/*白色超链接样式控制---------------------------------------------------*/ 

a.white:link{color: #ffffff; text-decoration:none; font-size:12px;}
a.white:visited {color: #ffffff; text-decoration:none; font-size:12px;}
a.white:hover {color: #ffffff; text-decoration:none; font-size:12px;}
a.white:active {color: #ffffff; text-decoration:none; font-size:12px;}

 /*-----------------------------------------------------------------*/ 
 
 
 /*超链接样式控制“name可以根据需要自定义”------------------------*/ 

a.name:link{color: #000000; text-decoration:none;}
a.name:visited {color: #000000; text-decoration:none;}
a.name:hover {color: #000000; text-decoration:none;}
a.name:active {color: #000000; text-decoration:none;}

 /*-----------------------------------------------------------------*/ 
.tab_dian{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}