@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
html {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #333333;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img{
  border: 0;
}
input{
	border: 0;
	outline: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #e62129;
}
.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;
}
.cen{margin:0 auto;}
.cen{clear:both;}
.clear{ clear:both;}











