/* 博德通用CSS初级定义文档 */


/*---------------------------------------页面默认通用样式------------------------------*/


body
{
font-size:12px; 
color:#666; 
font-family:"宋体", sans-serif;
text-align: center;
margin:0 auto;
padding:0;
background-image:url(../images/all_new_bg.gif);}
/*----------------------------------------------------------------------------------------------*/





/*-------------------------------------------页面居中容器---------------------------------------*/
#Container /*页面整体容器--------------------------------------*/
{
	position:absolute;
	height: auto;
	width: 100%;
	margin:0;
	text-align:center;
	left: 0;
	top: 0;
	background-image:url(../images/all_bg.gif);
}
#Container_in /*页面内部布局容器--------------------------------------*/
{
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
    text-align: center;


}
/*----------------------------------------------------------------------------------------------*/






/*-------------------------排版样式定义-----------------------------------------------------------*/
.about_info 
{
line-height:2em;
padding:10px;
text-indent:2em;
text-align:left;
color:#eeeeee;
}
.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:12px;  color:#fff;}
.red_font{ font:"宋体"; font-size:14px; font-weight:bold; color:#ff0000;}


/*---------------------------------------------------------------------------------------------------*/






/*-------------------------页面超级链接样式定义-----------------------------------------------------------*/

/*整体链接默认黑色样式-----------------------------------------------------*/ 

a:link{color: #fff; text-decoration:none; font-size:12px;}
a:visited {color: #fff; text-decoration:none; font-size:12px;}
a:hover {color: #fff; text-decoration:none; font-size:12px;}
a:active {color: #fff; 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;}

 /*-----------------------------------------------------------------*/ 
 .index_td { background-image:url(../images/sec_bg.gif); background-repeat:no-repeat; }
  .index_td02 { background-image:url(../images/sec_bg02.gif); background-repeat:no-repeat; }
/*---------------------------------表格--------------------------------*/
.tab_bor{
	border: 1px solid #CCCCCC;
}
.input_bg{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	height: 14px;
}
.btn{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	height: 18px;
}
