/* CSS Document */
body{
	background: #fee;
	text-align:center;
	color: #333;
	font-family:verdana,arial,sans-serif;
	margin: 0;
}
#i_top{
	width: 776px;
}
#i_top img{
	margin: 0 0 1px 0;
}
#i_b{
	width: 776px;
	margin: 1px 0 1px 0;
}
#i_b1{
	float: left; 
	width: 225px;
	margin: 0 1px 0 0;
}
#i_b2{
	float: right; 
	width: 550px;
	margin: 0; 
}
#i_b1_b{
	height: 175px;
}
#i_b2_b{
	height: 175px;
}
#i_c{
	width: 776px;
	margin: 1px 0 1px 0;
}
#i_c1{
	float: left; 
	width: 225px;
	margin: 0 1px 0 0;
}
#i_c2{
	float: right; 
	width: 550px;
	margin: 0; 
}
#i_c1_b{
	height: 285px;
}
#i_c2_b{
	height: 285px;
}
#i_pd{
	width: 776px;
	margin: 1px 0 1px 0;
}
#i_boot{
	width:776px;
	height: 30px;
	background: url(images/boot_bg.gif);
	font-size: 12px;
	line-height: 20px;
}

/* lanmu class */
.lan_main{
	background: #F00;
}
.lan_1{
	height: 26px;
	text-align: left;
	margin: 1px 1px 0px 1px;
	background: url(images/lan_bg.gif);
	font-size:12px;
	font-weight: bold;
	color: #aa0000;
	line-height: 26px;
	padding: 0 0 0 10px;
}
.lan_2{
	margin: 0 1px 1px 1px;
	text-align: left;
	background: #FFF;
	font-size: 12px;
	color: #000;
	padding: 10px 10px 10px 10px; 
}
.lan_2 img{
	margin: 0 7px 7px 0; 
}
/* menu */
#i_menu{
	width: 776px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url(images/navbg.gif);
}
#i_menu ul{
	line-height: 28px;
	margin: 0;
}
#i_menu li{
	float: left;
}
#i_menu a,
#i_menu a:visited{
  	color: #FFF;
	padding: 0 9px 0 9px;
	border-right: 1px solid #FFF;
	text-decoration: none;
}
#i_menu a:hover{
	text-decoration: underline;
}
/*   */
.text{
	width:776px;
	background: #f00;
}
.text_bg{
	width:774px;
	background: #fff;
	margin: 1px 1px 1px 1px;
	text-align: left;
	font-size: 14px;
}
.text_content{
	padding: 25px 25px 25px 25px;
	line-height: 24px;
}
.text_content h1{
	font-size: 18px;
	text-align: center;
}
.text_content hr{
	height: 1px;
	color: red;
}
.text_list{
	padding: 6px 3px 3px 3px ;
	border: 1px solid red;
}
.prod{
	margin: 0;
}
.prod li{
	float: left;
	width: 230px;
	height: 180px;
	font-size: 11px;
	text-align: center;
	margin: 0;
}
.prod img{
	margin: 6px 10px 6px 10px;
	border: 1px;
	border-style: solid;
}
.newslist{
	color: #900;
	list-style-type : circle; 
	margin: 0;
}
.newslist a{
	color: #990000;
	text-decoration: underline;
}
.newslist a:hover{
	color: #FF0000;
	text-decoration: none;
}