body,
input,
button,
form,
p,
a,
figcaption,
figure {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  border: none;
}
input {
  outline: none;
}
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
em,
i,
dfn {
  font-style: normal;
}
img {
  vertical-align: top;
  border: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.footer{
	padding:40px 0;
	background:#2a2a2a;
	color:#fff;
	font-size:12px;
	line-height:30px;
	min-width:1010px;
}

.footerBox{
    width:1010px;  
    margin:0 auto;
}

.footerBox .floatL{width:270px;
				   padding:30px 0 0;}

.footerBox p{
     text-align:center;
	 width:600px;
	 float:left;
	 font-size:12px;
}

.footerBox .floatR{width:130px;}

.footerBox .footer a{
	color:#fff;
	font-size:12px;
}
.footerBox .footer a:hover{
	text-decoration: underline;
}
.footerBox .footer p{
	margin-left:40px;
	text-align:left;
}
