@charset 'utf-8';

*{
  margin: 0;
  padding: 0;
}
body,p,ul,dl,ol,h1,h2,h3,h4,h5,h6,dd {
	  list-style: none;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}
button, textarea {
  *font-size: 100%;
  -webkit-appearance: none;
  border: none;
}
img {
	vertical-align: middle;
	border: 0 none;
	outline-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
i{
  font-style: normal;
  color: #a9a9a9;
}
.fl{
  float: left;
}
.rt{
  float: right;
}
.w{
  width: 1140px;
  margin: 0 auto;
}
.container{
  width: 100%;
  position: relative;
}


