/*
  创建于2017.07.20
*/
*{
	box-sizing:border-box;
}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;padding:0;list-style: none;}
p {margin: 0;}
body{
    font-family: "微软雅黑" !important;
    font-size: 14px;
    color: #515151 !important; 
    overflow-x:hidden;
    margin: 0;
}
a,a:hover,a:visited,a:active,a:link{
	text-decoration: none !important;
	outline:none !important;
}
a{blr:expression(this.onFocus=this.blur());}
a,button,select{
    cursor: pointer;
    outline:none;
}
img{border:none;}
input,
textarea{
	outline:none;
}
.clearfix{
	clear:both;
}
.overflow{
  overflow: hidden;
}
.left{
  float:left;
}
.right{
  float:right;
}
.text-center{
  text-align: center;
}