body{
	margin:0px; 
	font-family:"Verdana"; 
	font-size:12px; 
	line-height:20px;
}
/***定义表格内文字***/
table,td{
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	color:#666666;
}
/***整体连接样式***/
A{
    color:#666666;
	font-size: 12px;
	text-decoration: none;
}
A:hover{
    color:#666666;
	font-size: 12px;
	text-decoration: underline;
}
/***图片样式***/
.pic{
    border-left:1px solid #bbbbbb;
    border-right:1px solid #bbbbbb;
    border-top:1px solid #bbbbbb;
    border-bottom:1px solid #bbbbbb;
}
/***************顶部菜单***************/
.bottom_white {
    color:#ffffff;
	font-size: 12px;
}
.bottom_white A{
    color:#ffffff;
	font-size: 12px;
	text-decoration: none;
}
.bottom_white A:hover{
    color:#ffffff;
	font-size: 12px;
	text-decoration: underline;
}
/*********黑色文字连接样式*********/
.black{
    color:#000000;
	font-size: 12px;
	text-decoration: none;
}
.black A{
    color:#000000;
	font-size: 12px;
	text-decoration: none;
}
.black A:hover{
    color:#000000;
	font-size: 12px;
	text-decoration: underline;
}
/*********红色文字连接样式*********/
.red{
    color: #AE0B0B;
	font-size: 12px;
    font-weight: bold;
	text-decoration: none;
}
.red A{
    color: #AE0B0B;
	font-size: 12px;
    font-weight: bold;
	text-decoration: none;
}
.red A:hover{
    color: #AE0B0B;
	font-size: 12px;
    font-weight: bold;
	text-decoration: underline;
}
/***页面标题***/
.title{
    font-family:Verdana;
	font-size:13px;
    font-weight:bold;
	color:#AE0B0B;
}
/***文字内容标题***/
.text_black{
    font-family:Verdana;
	font-size:12px;
    font-weight:bold;
	color:#000000;
}
/***文字内容标题***/
.text_red{
    font-family:Verdana;
	font-size:12px;
    font-weight:bold;
	color:#AE0B0B;
}
/***左侧产品菜单链接样式***/
.bottom_leftmenu {
    color:#333333;
	font-size: 12px;
	text-indent: 10px;
	border-bottom: 1px solid #dadada;
	height:27px;
}
.bottom_leftmenu A{
    color:#333333;
	font-size: 12px;
	text-decoration: none;
}
.bottom_leftmenu A:hover{
    color:#AE0B0B;
	font-size: 12px;
	text-decoration: underline;
}
