html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑","宋体";
  font-weight: normal;
  color: #222222;
  border: none;
  vertical-align: baseline;
}
em {
  font-style: normal;
}
i {
  font-style: normal;
}
body {
  font-size: 16px;
}
ul,
ol {
  list-style: none;
}
.new_ciyu_wen ul {
	text-indent: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5rem;
}
input,
button,
textarea,
select,
input:focus,
textarea:focus {
  background: none;
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
}

select {
  border: none;
}

a,
button {
  cursor: pointer;
}

a {
  color: #222222;
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}


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

/* button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
} */

a,
button,
input,
optgroup,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
img {
  -webkit-touch-callout: none;
}
video,
img {
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
mark {
  background: none;
}
sub,
sup {
  vertical-align: baseline;
}
:link,
:visited,
ins {
  text-decoration: none;
}
:focus {
  outline: 0;
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.clearfloat {
  zoom: 1
}


.clearoutline:focus {
  outline: none;
}

.bm20{
  margin-bottom: 20px;
}

