*{
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #222;
}
ul li {
  list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
img{border: 0;}
i,
em{font-style: normal;}
a {
  text-decoration: none;
  color: #222;
}
a:hover{
	color: #08448f;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:before{
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.pull_left{
	float: left;
}
.pull_right{
	float: right;
}
