@charset "utf-8";
/* CSS Document */
* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body {
   font-family: '微软雅黑', sans-serif;
	/*font-family:"宋体",Arial, Helvetica, sans-serif;*/
    color:#333;
    background: transparent;
}
ul {
    list-style:none;
    margin-bottom: 0;
}
.clear {
    clear:both;
}
h1, h2, h3, h4, h5, h6 ,p,dl,dd,dt,ul,li,ol{
    font-weight: 300;font-size: 14px;
}
img {
    border:0;display: block;
}
a {
    text-decoration:none;
    color:#333;
}
a:focus {
    outline:none;
    -moz-outline:none;
    text-decoration: none;
}
*{outline:none;}
.clear{clear:both;}
* {
  box-sizing: border-box;
}
/*重置结束*/
