﻿@charset "utf-8";
/* 初始化所有HTML标签默认margin,padding
	 method: * { margin: 0; padding: 0; } 
-------------------------------------------------- */
body, div, span, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, input, textarea, fieldset { margin:0px; padding:0px; }
/* 高度自适应
-------------------------------------------------- */
html, body { height:100%; }
/* ul li
-------------------------------------------------- */
ul { list-style: none; }
/* 清除图片的链接边框 
-------------------------------------------------- */
img { border:0; vertical-align:middle; }
input, select, textarea { vertical-align:middle; }
body { font:  normal 12px/20px "Microsoft YaHei", "宋体", Helvetica, sans-serif; text-align: center; background: #fff none no-repeat fixed 0 0; color:#2b497a; }
/* Links 
-------------------------------------------------- */
a:link, a:visited { color: #2b497a; text-decoration: none; }
a:hover, a:active { color: #FF3300; text-decoration: underline; }
img { vertical-align:middle; }
.num { font-family: Verdana, Helvetica; font-size: 10px; }
/* font size color style 
-------------------------------------------------- */
.inner-title { font-size:14px; font-weight:bold; float:left; padding:8px 0 0 18px; }
.font-12 { float:left; color:#017cc1; font-size:12px; padding:6px 0 0 5px; }
.font-16px-fff { float: left; padding: 20px 0 0 20px; font-size: 16px; color: #fff; text-align: left; }
.font-14px-000 { float: left; padding: 0 0 0 18px; font-size: 14px; color: #000; text-align: left; }
.font-14px-fff { float: left; padding: 6px 0 0 40px; font-size: 14px; color: #fff; text-align: left; }
.font-14px-2b497a { float:left; padding: 5px 0 0 20px; font-size: 14px; color: #2b497a; }
.font-14px-2b497a2 { float:left; padding: 3px 0 0 30px; font-size: 14px; color: #2b497a; }
.more { float: right; height: auto; width: auto; padding-right: 5px; padding-top: 7px; font:normal 12px/18px Arial, Helvetica, sans-serif; }
.more a { color:#FFF; }
.more2 { float: right; height: auto; width: auto; padding-right: 5px; padding-top: 5px; font:normal 12px/18px Arial, Helvetica, sans-serif; }
.more2 a { color:#F60; }
/* 当前位置 
-------------------------------------------------- */
.current-position { float: left; height: 20px; width: auto; text-align: right; padding-top: 15px; padding-left: 65px; font:normal 12px/18px Arial, Helvetica, sans-serif; }
/* =page
-------------------------------------------------- */
.page { margin:0 auto; padding:0; text-align:center; clear:both; padding-top:10px; }
/* 左右浮动 
-------------------------------------------------- */
.left { float:left; }
.right { float:right; }
.clear-both { clear:both; }
/* 解决高度自适应的Hack代码 
-------------------------------------------------- */
.clear { clear:both; }
.height100 { height:100%; }
