@charset "utf-8";
/* CSS Document */

body{ 
	margin:0px;
	font-size:12px;
	line-height:22px;
	color:#2d597c
}
a:link {
	color: #363636;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #363636;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #363636;
}

.white:link,.white:visited,.white:hover,.white:active{color: #FFFFFF}
.f14{ font-size:14px}
.fwhite{color: #FFFFFF}
.center_bj{ background:url(../images/bj.gif) top repeat-x}
.blue_xian{ border-bottom: 1px #aed0e9 solid}
.products_pic{ border:#79a9cf 1px solid}
.products_xian{ border-bottom:#878787 1px dotted}
/* 隐藏 */
.display-none{display:none}
