.footer{
	width: 100%;
	float: left;
	padding-bottom: 60px;
}
.footer-top{
	width: 100%;
	float: left;
	background: #333;
	padding: 45px 0;
}
.foot-top-mid{
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
}
.footer-nav{
	width: 100%;
	float: left;
	height: 45px;
	background: #666;
	line-height: 45px;
}
.footer-nav-mid{
	width: 1200px;
	margin: 0 auto;
	height:45px;
	line-height:45px;
	color: #fff;
	font-size: 15px;
}
.footer-block-one{
	width: 540px;
	float: left;
}
.bottom-link{
	width: 100%;
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
.bottom-link a{
	color:#fff;
	padding-right: 15px;
}
.bottom-link a:hover{
	color:#aace3b;
	transition: all ease .5s
}
.flink{
	width: 100%;
	border-bottom: 1px solid #666666;
	padding-bottom: 15px;
	line-height: 30px;
	margin-top: 20px;
}
.flink h1{
	float: left;
	height: 30px;
	color:#666666;
	font-size: 18px;
}
.flink a{
	color:#555;
	margin-right: 10px;
	font-size: 12px;
}
.flink a:hover{
	color:#aace3b;
	font-size: 12px;
}
.bottom-QQ{
	display: inline-block;
	margin-top: 15px;
	background:#000000;
	padding: 10px 25px;
	margin-top: 40px;
	color: #fff;
	font-size: 14px;
}
.bottom-QQ:hover{
	background:#aace3b;
	animation: btnanimate .3s  ease;
}
@keyframes btnanimate
{
  0%{
    transform: translate(10px)
  }
  25%{
   
    transform: translate(-20px)
  }
  50%{
   transform: translate(20px)
  }
  75%{
    transform: translate(-10px)
  }
  100%{
    transform: translate(10px)
  }
}
@-webkit-keyframes logoanimate
{
  0%{
    transform: translate(10px)
  }
  25%{
   
    transform: translate(-20px)
  }
  50%{
   transform: translate(20px)
  }
  75%{
    transform: translate(-10px)
  }
  100%{
    transform: translate(10px)
  }
}
.footer-block-two{
	width: 290px;
	float: left;
	margin-left: 85px;
}
.footer-block-two h1{
	width: 100%;
	height: 35px;
	line-height: 35px;
	color:#fff;
	font-size: 20px;
	float: left;
	text-align: left;
}
.footer-block-two h1 span{
	color:#f5f5f5;
	font-size: 12px;
	padding-left: 10px;
}
.footer-block-two p{
	width: 100%;
	float: left;
	line-height: 32px;
	color:#f5f5f5;
	font-size: 16px;
}
.footer-block-twop span{
	color:#f5f5f5;
}
.footer-block-three{
	float: right;
	width: 226px;
}
.footer-block-three .bottom-logo{
	float: left;
	width: 206px;
	height: 49px;
	display: block;
}
.bottom-weixin{
	width: 100%;
	float: left;
	margin-top: 15px;
}
.bottom-weixin li{
	width: 95px;
	height: 120px; 
}
.bottom-weixin li img{
	width: 95px;
	height: 95px; 
}
.bottom-weixin li span{
	width: 95px;
	height: 30px; 
	float: left;
	display: block;
	line-height: 30px;
	text-align: center;
	color:#666;
	font-size: 14px;
}
.copyright{
	width:60%; 
	float:left;
	}
	.icp{ width:30%; text-align:right;float:right;}