/* ----------------------------------
copyright (c) 2014 iscnu.
@author: cyrus
---------------------------------- */
/* ------------------------------------------------------------------------ 全局定义 */
	* { word-wrap: break-word; }
	body { background: #fff; }
	body, input, button, select, textarea { font: 12px/1.6em arial, 'simsun', sans-serif; color: #000; outline: none; }
		textarea { resize: none; }
	body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; }
	table { empty-cells: show; border-collapse: collapse; }
		caption, th { text-align: left; font-weight: 400; }
	em, cite, strong, th { text-align: left; font-style: normal; }
	ul li { list-style: none; }
	h1, h2, h3, h4, h5, h6 { font-size: 1em; }
	em, cite { font-style: normal; }
	a { color: #333; text-decoration: none; }
		a:hover { color: #1570a6; text-decoration: none; }
		a img { border: none; }
	label { cursor: pointer; }
	img { vertical-align: middle; border: 0 none; }
	em, i { font-style: normal; }

	.l { float: left; }
	.r { float: right; }
	.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.cl { zoom: 1; }
	.clear { clear: both; width: 100%; overflow: hidden; line-height: 0; font-size: 0; }
	.pipe { margin: 0 5px; color: #666; }
	.mb5 { margin-bottom: 5px; }
	.mb10 { margin-bottom: 10px; }
	.f14 { font-size: 14px; }
	.col_banner { margin-bottom: 5px; }

/* 迷你导航 */
	.mininav { width: 100%; height: 42px; line-height: 42px; border-top: 2px solid #1c8dd5; background: #f9f9f9; border-bottom: 1px solid #d9d9d9; overflow: hidden; font-family: tahoma, "simsun"; }
		.mininav .wp { background: none; }
		.mininav .pipe { color: #c6c6c6; }
		.funcset { float: left; }
		.funclogin { float: right; padding: 12px 0 0; }
