body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background: #F2F2F2;
	color: #333;
}
ul,
ol {
	list-style-type: none;
}
select,
input,
img,
select {
	vertical-align: middle;
}
.navList li:hover{
	color: #fff;
	background: #FA9338;
}

.m_auto {
	margin: 0 auto;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.m_auto:before,
.m_auto:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
