/*全局定义*/ 
body {
	margin: 0px;
	padding:0px;
	background-color:#fff;	
	background-image: url(../images/);
	background-repeat: repeat-x;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#333;
	line-height:150%;
}
table,td,th,p,div{
   margin:0px; 
   padding:0px; 
}
/*全局定义--超链接*/
a:link {
	color: #0681BE;
	text-decoration: none;
}
a:visited {
	color: #0681BE;
	text-decoration: none;
}
a:hover {
	color: #E87916;
	text-decoration: none;
}
/*自定义--背景*/
.bg_pro_series{
	height:22px;
	background-image: url(../images/prosort.jpg);
	background-repeat: repeat-x;
	text-align:left;
	padding-left:20px;
	color:#000;
}
/*自定义--字体*/
.font_title{	
        font-size:14px;
	font-weight:bold;
	color:#006699;
}
.font_content{	
	text-align:left;
	padding-left:15px;
	padding-right:20px;
	padding-top:5px;
}
/*自定义--颜色*/
.color_f00{
    color:#ff0000;
}
.color_069{
    color:#0681BE;
}
.color_fff{
    color:#FFFFFF;
}
/*自定义--其他*/
.indexbg {
	background-image: url(../images/index_04.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.line {
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0681BE;*/
}
