blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

::selection {
  background: #c9f2cf;
}

::-moz-selection {
  background: #c9f2cf;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.nob,
fieldset {
  display: block;
  border: 0 !important;
}
img {
  display: inline;
  border: 0 !important;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:after,
q:before {
  content: '';
}

abbr,
acronym {
  font-variant: normal;
  border: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

input {
  outline: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.clearfix {
  *zoom: 1;
}

.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 0;
}

.select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 'Microsoft Yahei', 'Simsun', Tahoma;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a,
a:link,
a:visited,
a:hover {
  text-decoration: none;
}

.ind {
  text-indent: 2em;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.imgc{
  margin:0 auto;
}
.font20{
  font-size: 20px;
}
.graybodybg{
	background: url(../image/poebg.jpg);
}