/* ----------------------------------
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; }
