.footer{
  width: 100%;
  background: #f2f2f2  center no-repeat;
  height: 190px;
  border-top: 10px solid white;
}
.footer-cont {
  padding-top: 15px;
}
.footer-info img{
  width: auto;
}
.footer .footer-info {
  overflow: hidden;
  font-size: 0;
}
.footer .footer-info .foot-link {
  float: left;
  margin: 0 42px;
  font-size: 12px;
}
.footer .footer-info a.foot-link {
  display: inline-block;
  line-height: 55px;
  height: 55px;
}
.foot-link p{
  font-size: 12px;
  text-align:left;
  color: rgba(0,0,0, .8);
  margin: 12px 0;
}
.foot-link a{
  font-size: 12px;
  text-align:left;
}
.footer .footer-info .foot-link.pad-r {
  margin-right: 0;
}
.footer .footer-info .foot-link.pad-l {
  margin-left: 0;
}
@media screen and (max-width: 1153px) {
	.new-common-content {
		width: 970px;
  }
  .footer .footer-info .foot-link {
    margin: 0 27px ;
  }
}
@media screen and (max-width: 992px) {
	.new-common-content {
		width: 750px;
  }
  .footer .footer-info .foot-link {
    margin: 0 5px ;
  }
}
@media screen and (max-width: 768px) {
	.new-common-content {
    width: 100%;
    padding: 0 10px;
  }
  .footer .footer-info .foot-link {
    width: 33.33%;
    margin: 0;
  }
}
@media screen and (max-width: 580px) {
  .footer {
    height: 260px;
  }
	.new-common-content {
    width: 100%;
    padding: 0 4px;
  }
  .footer .footer-info .foot-link {
    float: none;
    width: 100%;
    margin: 0;
    font-size: 0;
  }
  .footer .footer-info .foot-link>p {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    margin: 8px 0;
    line-height: 20px;
  }
  .footer .footer-info .foot-link.last>p {
    width: 100%;
  }
  .footer .footer-info a.foot-link {
    float: left;
    width: 33.33%;
    margin: 0;
    text-align: center;
  }
}