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

body{ 
	margin:0px;
	font-size:12px;
	line-height:24px;
	color:#2d597c
}
.logo{ 
	font-size:24px; font-weight:bold
}
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}
.bottom_xu{ border-bottom:#8b8b8b 1px  dashed}
.bottom_shi{ border-bottom:#a1a1a1 1px solid}
.bottom_new{border-bottom:#8b8b8b 1px  dotted}
.martop{ margin-top:10px}
.shipin{ border:#c8c8c8 1px solid}
.products_pic{ border:#79a9cf 1px solid}
.foot{ background-color:#ecf6ff; border-top:#b5d9fd 1px solid}
.f14{ font-size:14px}

/* 隐藏 */
.display-none{display:none}
