﻿@charset "utf-8";

/* 清除所有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 "宋体", Helvetica, sans-serif;
	text-align: center;
	background:#FFF;
	color:#454545;
}
/* Links 
-------------------------------------------------- */
a{
	color:#454545;
	text-decoration: none;
}
a:hover {
	color:#F00;
}

.num {
	font-family: Verdana, Helvetica;
	font-size: 10px;
}
.font-14-fff2 {
	font-size: 14px;
	float: left;
	text-align:left;
	color:#383838;
	padding:5px 0 0 55px;
}
.current-position{
	clear: right;
	float: right;
	width: auto;
	text-align: right;
	padding:15px 15px 0 0;
	font-size:12px;
	font-weight:normal;
}
.current-position a{
}
.current-position a:hover{
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear-both {
	clear:both;
}
.clear {
	clear:both;
}
.height100 {
	height:100%;
}
h3{ font-size:14px;}