@charset "utf-8";
html {
  font: 12px/1.5 "微软雅黑", "宋体", Arial, Verdana, sans-serif;
  color: #4c4c4c;
  background: url("../images/bg.jpg");
}
a {
  text-decoration: none;
  /* &:hover{
		color: #fe3f3f;
	} */
}
.warp {
  width: 1000px;
  margin: 0 auto;
}
.nav-wrap{
  width: 1110px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mb-8 {
  margin-bottom: 8px;
}

