@charset "utf-8";
/* --------------------------------------------------
全局样式表(适用于IE6(非标准),IE7(鬼异),Firefox(标准)) 

    版本:  3.0
    作者:  name
  email:  wely-ton@163.com
     qq:  369491785
    msn:  wely-ton@live.cn
    博客:  http://hi.baidu.com/wely_ton
-------------------------------------------------- */

/* 清除所有HTML标签默认margin,padding
	 method: * { margin: 0; padding: 0; } 
-------------------------------------------------- */
body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:0px;
	padding:0px;
}
/* 高度自适应
-------------------------------------------------- */
html, body {
	height:100%;
}
/* ul li
-------------------------------------------------- */
ul{
	list-style: none;
}
/* 清除图片的链接边框 
-------------------------------------------------- */
img {
	border:0;
	vertical-align:middle;
}
body {
	font: normal 12px/20px "宋体",Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff none no-repeat fixed 0 0;
}
/* Links 
-------------------------------------------------- */
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF3300;
	text-decoration: underline;
}

.num {
	font-family: Verdana, Helvetica;
	font-size: 10px;
}
/* font size color style 
-------------------------------------------------- */
.font-16-000 {
	float:left;
	font-size:16px;
	font-weight:bold;
	padding:4px 0 0 25px;
}
.font-14-000 {
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:8px 0 0 38px;
}
.font-14-0002 {
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:8px 0 0 48px;
}
.font-16-0002 {
	float:left;
	font-size:16px;
	font-weight:bold;
	padding:6px 0 0 45px;
}
.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-14px {
	font-size:14px;
}
.font-16px {
	font-size:16px;
}
.font-16px-fff {
	float: left;
	padding: 20px 0 0 20px;
	font-size: 16px;
	color: #fff;
	text-align: left;
}
.font-14px-077cd3 {
	font-size: 14px;
	color: #077cd3;
	text-align: left;
	float:left;
	padding:4px 0px 0px 25px;
}
.font-14px-077cd3-inner {
	font-size: 16px;
	color: #077cd3;
	text-align: left;
	float:left;
	padding:4px 0px 0px 5px;
}
.more {
	float: right;
	font-size:12px;
	font-weight:normal;
	color:#F00;
	height: auto;
	width: auto;
	padding-right: 5px;
	padding-top:8px;
}
.more a {
	color:red;
}
/* 当前位置 
-------------------------------------------------- */
.current-position {
	clear: right;
	float: right;
	height: 20px;
	width: auto;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
}
/* 左右浮动 
-------------------------------------------------- */
.left {
	float:left;
}
.right {
	float:right;
}
.clear-both {
	clear:both;
}
/* 解决高度自适应的Hack代码 
-------------------------------------------------- */
.clear {
	clear:both;
}
.height100 {
	height:100%;
}