/* 博德通用CSS初级定义文档 */


/*---------------------------------------页面默认通用样式------------------------------*/
*{margin:0;padding:0;border:0;}


body
{
font-size:12px; 
 
font-family:"宋体", sans-serif;
text-align: center;
margin:0 auto;
padding:0;
}
/*----------------------------------------------------------------------------------------------*/



#nav {
  line-height: 24px;  list-style-type: none; background:#363636; height:45px;
}

#nav a {
 display: block; width: 80px; text-align:center;
}

#nav a:link  {
 color:#fff; text-decoration:none;
}
#nav a:visited  {
 color:#fff;text-decoration:none;
}
#nav a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;
}

#nav li {
 float:left; width:80px; background:#575757;
}
#nav li a:hover{
 background:#999;
}
#nav li ul {
 line-height: 27px;  list-style-type: none;text-align:left;
 left: -999em; width: 100px; position: absolute;
}
#nav li ul li{
 float: left; width: 100px;
 background: #575757;
}


#nav li ul a{
 display: block; width: 120px; text-align:left;padding-left:10px;
}

#nav li ul a:link  {
 color:#fff; text-decoration:none;
}
#nav li ul a:visited  {
 color:#fff;text-decoration:none;
}
#nav li ul a:hover  {
 color:#F3F3F3;text-decoration:none;font-weight:normal;
 background:#C00;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left;
}


-->



/*-------------------------------------------页面居中容器---------------------------------------*/
#Container /*页面整体容器--------------------------------------*/
{
	position:absolute;
	height: auto;
	width: 100%;
	margin:0;
	text-align:center;
	left: 0;
	top: 0;
	background-color:#010101;
}
#Container_in /*页面内部布局容器--------------------------------------*/
{
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height:auto;
    text-align: center;
	border:double 1px #333333;


}
/*----------------------------------------------------------------------------------------------*/






/*-------------------------排版样式定义-----------------------------------------------------------*/
.about_info 
{
line-height:25px;
padding:16px;
margin:4px;
text-indent:2em;
text-align:left;
color:#eee;
background-image:url(../images/about_bg.gif);
background-position:center;
background-repeat:no-repeat;
}
.news_info 
{
line-height:2em;
padding:10px;
text-align:left;
color:#CCCCCC;
}
.contact_info 
{
line-height:2.5em;
padding:20px;
text-align:left;
color:#CCCCCC;
}
.memo_info
{
  line-height:2em;
  padding:20px;
  text-indent:2em;
  text-align:left;
  color:#333333;
  font-size:14px;
}
.bot_info
{
  line-height:20px;
  text-align:left;
  color:#fff;
  font-size:12px;
}
/*----------------------------------------------------------------------------------------------*/







/*----------------------------------------新闻列表样式控制带下划虚线----------------------------------------------------*/
#news_info{
  background-color:#fff;
  width:390px;
  overflow:hidden;

}
#news_info ul {
	line-height: 26px;
	padding:0px;
	text-align:left;
}
#news_info li {
    background-image: url(../images/tb1.gif);
	background-repeat: no-repeat;
	background-position: left ;
	text-align:left;
	text-indent:2em;
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	list-style:none;
}
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------新闻列表样式控制带下划虚线----------------------------------------------------*/
#news_info02{
  background-color:#fff;
  width:220px;
  overflow:hidden;

}
#news_info02 ul {
	line-height: 26px;
	padding:0px;
	text-align:left;
}
#news_info02 li {
    background-image: url(../images/tb1.gif);
	background-repeat: no-repeat;
	background-position: left ;
	text-align:left;
	text-indent:2em;
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	list-style:none;
}
/*----------------------------------------------------------------------------------------------*/


/*-------------------------图片样式定义-----------------------------------------------------------*/
img.img_border_01
{
border:#666 double 1px;
padding:2px;
}

img.company_img{ float:left;}


/*---------------------------------------------------------------------------------------------------*/



/*-------------------------页面字体样式定义-----------------------------------------------------------*/

.black_font{ font:"宋体"; font-size:14px; font-weight:bold; color:#000;}          
.white_font{ font:"宋体"; font-size:14px; font-weight:bold; color:#fff;}
.white02_font{ font:"宋体"; font-size:12px;  color:#fff;}
.red_font{ font:"宋体"; font-size:14px; font-weight:bold; color:#ff0000;}
.e_font{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFF; font-weight:normal;}


/*---------------------------------------------------------------------------------------------------*/






/*-------------------------页面超级链接样式定义-----------------------------------------------------------*/

/*整体链接默认黑色样式-----------------------------------------------------*/ 

a:link{color: #eee; text-decoration:none; font-size:12px;}
a:visited {color: #eee; text-decoration:none; font-size:12px;}
a:hover {color: #eee; text-decoration:none; font-size:12px;}
a:active {color: #eee; text-decoration:none; font-size:12px;}

 /*-----------------------------------------------------------------*/ 
 
 
/*白色超链接样式控制---------------------------------------------------*/ 

a.white:link{color: #ffffff; text-decoration:none; font-size:14px; font-weight:bold;}
a.white:visited {color: #ffffff; text-decoration:none; font-size:14px; font-weight:bold;}
a.white:hover {color:#FFFF00; text-decoration:none; font-size:14px; font-weight:bold;}
a.white:active {color: #ffffff; text-decoration:none; font-size:14px; font-weight:bold;;}

 /*-----------------------------------------------------------------*/ 
 
 
 /*超链接样式控制“name可以根据需要自定义”------------------------*/ 

a.bot_white:link{color: #fff; text-decoration:none; font-size:12px; }
a.bot_white:visited {color: #fff; text-decoration:none; font-size:12px; }
a.bot_white:hover {color: #fff; text-decoration:none; font-size:12px; }
a.bot_white:active {color: #fff; text-decoration:none; font-size:12px; }


a.white01:link{color: #ffffff; text-decoration:none; font-size:12px;}
a.white01:visited {color: #ffffff; text-decoration:none; font-size:12px;}
a.white01:hover {color:#fff; text-decoration:none; font-size:12px;}
a.white01:active {color: #ffffff; text-decoration:none; font-size:12px;}
 /*-----------------------------------------------------------------*/ 
.td_line { border:#666 1px double; padding:5px;} 
.td_contact{ background-image:url(../images/contacts.gif); 
background-repeat:no-repeat; 
background-position:bottom; 
padding:5px;
line-height:20px;
text-indent:2em;} 
