/***************通用样式****************/
html,body
{
    min-width:1200px;
}

body {
  font: 12px/1.5 Microsoft YaHei, '微软雅黑', Arial, sans-serifTahoma, Helvetica;
  color: #333;
  margin: 0;
  padding: 0;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
hr 
{
  font-size:12px;
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  font-weight: normal;
}
button {
  border: none;
}
button:focus {
  outline: none;
}
input {
  border: none;
  padding: 0;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clear {
  clear: both;
}
input:focus {
  outline: none;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  border-style: none;
  vertical-align: middle;
}

.clearfix:before,.clearfix:after{
    content: ' ';
    display:table;
}
.clearfix:after{
    clear: both;
}