@charset "utf-8";

*{ padding:0; margin:0;font-family: "Microsoft YaHei";}
body,h1,h2,h3,h4,h5,h6{}
html,body{ height:100%;}
body h1{}
ul,ol{ list-style:none;}
a{ color:#000; text-decoration:none;}
a img{ border:0;}
i,em{ font-style:normal;}
b,strong{ font-weight:normal;}

.fl{ float:left;}
.fr{ float:right;}
.por{ position:relative;}
.mt30{ margin-top:30px;}

.clearfix:after{ display:block; content:''; clear:both;}
.clearfix{ zoom:1;}

input{border:none;outline:none;
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none;
}
select{
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari 和 Chrome */
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
