* {
	padding: 0;
	margin: 0;
}
body{
	font-family: 微软雅黑;
}
,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
button,
a {
	padding: 0;
	margin: 0;
	list-style: none;
	text-indent: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-size: 100%;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after,
button:before,
button:after,
input:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

cite,
em {
	font-style: normal;
}

img,
button {
	border: 0px none;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
object {
	cursor: pointer;
	background: none;
	vertical-align: middle;
	overflow: visible;
}

object {
	cursor: default;
}

input,
button,
select,
textarea {
	outline: none;
	vertical-align: middle;
}

textarea {
	resize: none;
}

i {
	font-style: normal;
}

.clearfix:after{
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;

}
.clearfix{
	*zoom: 1;	
}
@font-face {
  font-family: 'iconfont';  /* project id 2256250 */
  src: url('../fonts/font_2256250_w5aw55ze0cm.eot');
  src: url('../fonts/font_2256250_w5aw55ze0cm.eot?#iefix') format('embedded-opentype'),
  url('../fonts/font_2256250_w5aw55ze0cm.woff2') format('woff2'),
  url('../fonts/font_2256250_w5aw55ze0cm.woff') format('woff'),
  url('../fonts/font_2256250_w5aw55ze0cm.ttf') format('truetype'),
  url('../fonts/font_2256250_w5aw55ze0cm.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}