.footer-container {
  min-width: 1200px;
  width: 100%;
  padding: 20px 0;
  background: #2F354D;
}
.footer-main {
  width: 1200px;
  margin: 0 auto;
}
.footer-top-box {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footer-top-box .content-box {
  width: 28%;
}
.footer-top-box .middle-box {
  width: 35%;
  margin: 0 9% 0 0;
}
.footer-top-box li,
.footer-top-box li a {
	color: #fff;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.footer-title { 
  font-size: 18px;
  color: #FFFFFF;
  line-height: 46px;
  margin-bottom: 12px;
}
.footer-bottom-box { 
  border-top: 1px solid #979797;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 80px;
  margin-top: 30px;
}
.footer-bottom-box  span {
  color: #52A5FF;
}
