@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
img,
ins,
kbd,
p,
q,
s,
samp,
small,
strike,
strong,
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,
rembed,
figure,
figcaption,
.footer,
.header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
.footer,
.header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

a {
	text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #585858;
}

* {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:focus,
a:active,
a:link,
a:visited,
a:hover {
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover {
	color: #333;
}
input,
button {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	text-decoration: none;
	color: #585858;
	-webkit-appearance: none;
	font-family: Microsoft YaHei, Helvetica;
}

select,
textarea {
	font-family: Microsoft YaHei, Helvetica;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none!important;
}


body{
	font-family: '微软雅黑';
}
/*清除浮动*/

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

img {
	display: block;
	max-width: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 	'微软雅黑' , Helvetica;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

.houtaiedit{
	font: 12px/1.5 "sans serif",tahoma,verdana,helvetica;
	padding: 30px 0;
}

.houtaiedit p{
    margin: 5px 0;
    display: block;
    word-wrap: break-word;
}

.houtaiedit h1{
    display: block;
    font-size: 2em;
    font-weight: bold;
}
.houtaiedit h2{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.houtaiedit h3{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.houtaiedit h4{
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.houtaiedit img{
	display:inline-block;
}
