﻿html {
	color: #000;
	background: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var,b {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q: before,q: after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
	resize:none;
}
input,textarea,select {
	*font-size: 100%; vertical-align:middle;outline:none;
}
legend {
	color: #000;
}
/* font */
body {
	font-size:12px;
	font:12px/1.5 "微软雅黑","\5B8B\4F53",'SimSun';margin: auto;
}
select,input,button,textarea {
	font:100% arial,helvetica,clean,sans-serif;outline:none;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	line-height:100%;
}

img{
	vertical-align:middle;
}
label,button {
	cursor: pointer;
	_cursor: hand;
}
button {
	overflow: visible;
}
abbr[title],acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
input[type="hidden"] {
	display: none!important;
}
.em {
	font-style: italic;
}
.strong{
	font-weight: bold;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, .h1 {
	font-size: 18px;
	font-weight: bold;
}
h2, .h2 {
	font-size: 16px;
	font-weight: bold;
}
h3, .h3 {
	font-size: 14px;
	font-weight: bold;
}
h4, .h4 {
	font-size: 12px;
	font-weight: bold;
}
h5, .h5 {
	font-size: 14px;
	font-weight: normal;
}
h6, .h6 {
	font-size: 12px;
	font-weight: normal;
}
.display-none {
	position: absolute;
	visibility: hidden;
	*display: none;
}
.inline-block {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	position: relative;
	*position: static;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 75px;
     margin-left: 21px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropshow {display:block;}
.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;

}

.dropdown a:hover {background-color: #f1f1f1}
.word-break-all,.break-word {
	word-wrap: break-word;
	overflow: hidden;
}
.fl{float:left;}
.fr{float:right;}
.clear{ clear:both;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{zoom:1;}