/*框架定义*/
#top{
    overflow:hidden;
    width:984px;
}
#top .logo{
    width:402px;
	float:left;
}
#menu{
    overflow:hidden;
    width:984px;
	text-align:left;
}
#main{
margin-top:16px;
    overflow:hidden;
    width:984px;
	background-color:#FFFFFF;
}
#bottom{
    overflow:hidden;
    width:984px;
}
/*全局定义*/ 
body {
	margin: 0px;
	padding:0px;
	background-color:;	
	background-image: url(../images/index_01.jpg);
	background-repeat:repeat;
	background-position:top;
	font-family:Arial; 
	font-size:11px;
	color:#000;
	line-height:18px;
}
table,td,th,p,div{
   margin:0px; 
   padding:0px; 
}
/*全局定义--超链接*/
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
/*自定义--背景*/
.bg_pro_series{
    height:20px;
    font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#f00;
}
/*自定义--字体*/
.font_title{	
    font-size:12px;
	font-weight:bold;
	color:#848B9C;
	text-align:left;
	padding-left:22px;
}
.font_title2{	
    font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.font_content{
height:300px;
	text-align:left;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
/*自定义--颜色*/
.color_fff{
    color:#FFFFFF;
}
.color_999{
    color:#999999;
}
/*自定义--其他*/
.imgindex{
border:3px solid #fff;
}
.pro{
border:3px double #3399CC;
}
