/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #4b4c44;
	font-family:Arial, Helvetica, sans-serif, "宋体";
	background: #75b9dc url(images/bg.gif) repeat-x top;}

h1{ font-size:14px; margin:0}
h2{ font-size:12px; margin:0; font-weight:normal}
/*文字链接颜色*/	
a:link, a:visited, a:active{
	color:#4b4c44;
	text-decoration:underline;}
a:hover{
	color:#4b4c44;
	text-decoration:underline;}
	
/*正文行距*/
.text{
	line-height: 2em;}
	
.text_list{
	line-height:1.5em;}

/*导航*/	
.nav{
	font-weight:bold;
	font-size: 14px;
	color: #fff;}
.nav a:link, .nav a:visited, .a:active{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;}
	
.nav a:hover{
	color: #e0e0e0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;}

/*标题*/	
.title{
	color:#fff;
	padding-left: 5px;
	font-size: 14px;
	font-weight:bold;}
.title a:link, .title a:visited, .title a:hover, .title a:active{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;}
	
.title01{
	color: #015198;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;}

/*产品边框*/	
.product_box{
	overflow: hidden;
}
	
.product_name{
	color: #015198;
	font-size: 12px;
	}
	
.product_name a:link, .product_name a:visited, .product_name a:active{
	color: #015198;
	font-size: 12px;
	text-decoration:none;}
.product_name a:hover{
	color: #015198;
	font-size: 12px;
	text-decoration: underline;}

/*底部*/	
.footer{
	color: #fff;}