@charset "utf-8";
/* CSS Document */



* {margin: 0; padding: 0;}
body{
  font-family:'思源黑体','黑体','宋体',tahoma,arial,sans-serif,"Lucida Grande", Verdana, Lucida,Helvetica;
  margin:0 auto;
  padding:0;
  background:#fff;
  font-size:12px;
  color:#000;
  }
body>div{
  text-align:center;
  margin-right:auto;
  margin-left:auto;
  } 
div,form,ul,ol,li,span,p,dl,dt,dd{
  margin:0;
  padding:0;
  border:none;
  }
img,table, tr, td,th, fieldset, label, legend,button,input { margin:0;padding:0;}
img,a img{
  border:none;
  margin:0;
  padding:0;
  max-width: 100%;
  }
h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0;
  font-size:12px;
  font-weight:normal;
  }
ul,ol,li{list-style:none;}
table,td,input{font-size:12px;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
/* 默认链接颜色 */
a:link{text-decoration:none;}
a:visited{text-decoration:none; }
a:hover{text-decoration:none; transition:color 0.3s ease-out 0s; transition:background 0.3s ease-out 0s;}
a:active{text-decoration:none;}
a:active, a:focus {outline:none;}
a:focus, input[type=button] ,input[type=submit] {
        outline:none;
}
.a{
  max-width: 100%;
  overflow: hidden;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.hide{
  display: none;
}
.clearfix {
  clear: both;
  display: table;
}

/*清除浮动*/
.clfix:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
.fl{
	float: left;
}