/*
==================================================

    CSS File Name - redefine.css
    Last-updated: 2011-02-13
	
    +1: Formatting Reset
    +2: Redefine

==================================================
*/

/*--------------------------------------------------
    +1: Formatting Reset
==================================================*/

html, body, h1, h2, h3, h4, h5, h6, div, p, pre, address, blockquote, ul, ol, dl, dt, dd, form, fieldset {
	display: block;
	margin: 0;
	padding: 0;
	cursor: default;
}
p {
	text-align: justify;
}
strong, em {
	font-weight: bold;
}
ol, ul {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}
address, em {
	font-style: normal;
}
img {
	border: none;
	vertical-align:middle;
}
table, thead, tbody, tfoot, tr, th, td, caption, col, colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
th, td {
	display: table-cell;
}
caption {
	display: table-caption;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
input, select, textarea, button {
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
}
/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +2: Redefine
==================================================*/

body {
	font-family: Tahoma, Simsun, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	background: #EFEFEF;
	color: #000;
}
a {
	color: #555;
	cursor: pointer;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #EF533A;
}
a:active {
	text-decoration: none;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
.fl {
	float: left!important;
}
.fr {
	float: right!important;
}
.noborder {
	border: 0 none!important;
}
.fn-clear:after {
	content: "\20";
	display: block;
	clear: both;
	height: 0
}
.fn-clear:after {
*zoom:1
}
.clear {
	clear: both;
}
/* clearfix
--------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*IE7用*/
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*角标*/
.mark-top {
    left: 10px;
    top: -4px;
	position:absolute;
}
.mark-item {
    float: left;
    margin-right: -3px;
    overflow: hidden;
}
/*qidian*/
.QDzixun{
	position: fixed;
	left: 20px;
	top: 50%;
	width: 96px;
	padding: 180px 7px 0;
	border-radius: 2px;
	cursor: move;
	z-index: 10000;
	/*6个*/
	/*margin-top: -210px;*/
	/*height: 240px;*/
	/*background: url("../images/fdRbg6.jpg") no-repeat center;*/
	/*5个*/
	margin-top: -190px;
	height: 200px;
	background: url("../images/fdRbg5.jpg") no-repeat center;
}
.QDzixun h2{
	display: none;
}
.QDzixun p{
	width: 90px;
	height: 0;
	border-bottom: 2px dashed #305083;
	margin: 4px 5px;
}