@charset "utf-8";
#footer {
  width: 100%;
  min-width: 1200px;
}
.foot {
  width: 100%;
  background-color: #fff;
}
.foot .layout {
  padding: 0 10px;
  box-sizing: border-box;
}
.nav2 a {
  display: inline-block;
  float: left;
  width: 100px;
  text-align: left;
}
.footLink {
  clear: both;
  padding-top: 10px;
  *padding-top: 10px;
  padding-bottom: 25px;
}
.footLink em {
  line-height: 30px;
  font-size: 18px;
  display: block;
  font-style: normal;
}
.footLink a {
  display: inline-block;
  float: left;
  text-align: left;
  margin-right: 45px;
  font-size: 16px;
  line-height: 25px;
}
.footLink .footLink_w {
  width: 460px;
}
.icp {
  width: 100%;
  
  background-color: #292a32;
  padding-top: 18px;
  padding-bottom: 12px;
}
.icp p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}
.icp p a{
	color: #fff;
}

 html{height:100%;}
body{
min-height:100%;
margin:0;
padding:0;
position:relative;
padding-bottom: 305px;
}

#footer{
	position:absolute;
	bottom:0;
	width:100%;      
}