body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	color: #3D3D3D;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font-size: 14px;
  font-family: "Microsoft yahei", "arial", "simsun";
  color: #3D3D3D;
  outline: 0;
}
/*chrome滚动条颜色设置*/
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
/*滚动条整体样式*/
*::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
}
/*滚动条里面小方块*/
*::-webkit-scrollbar-thumb {
  background-color: #ECF0F0;
  border-radius: 5px;
}
body{
	background: white;
}
a,a:hover{
	text-decoration:none;
	color: #3D3D3D;
}
.HMY-title{
	font-size:28px;
    line-height:36px;
    font-weight: inherit;
}