@charset "gb2312";
body, html {
    width: 100%;
    height: 100%;
    background: #FFF;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0px;
    padding: 0px;
}
a{
	color:#444;
	outline:none;
	text-decoration:none;	
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;	
}
a:hover{
	color:#4B4B4B;
	text-decoration:none;	
}
.fl{
	float:left!important;	
}
.fr{
	float:right!important;	
}
em{
	font-style:normal;	
}
ul,li,ol{
	list-style:none;	
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.pt20{
	padding-top:20px;	
}