/* 公用样式开始 */
*{
   text-decoration: none;
}
a{
    outline: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/* 清除浮动 */
.clearfix {
	zoom:1
}
.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: '';
}

input{
    background: none;
    border:none;
    font-family: "微软雅黑";
}
ul li{
    list-style: none;
}
img{
    border: none;
    vertical-align: middle;
}
body{
    font-family: "微软雅黑";
    background: #fff;
    width: 100%;
    min-width: 1200px;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
.w1200{
    width: 1200px;
    margin: 0 auto;
}
/* 宽1200px */
/* 公用样式结束 */