.footer{
  width: 100%;
  background: #37405E;
  margin-top: 60px;
  min-width: 1400px;
}
.footer .info{
  width: 1400px;
  height: 443px;
  margin: 0 auto;
}
.footer .bottom{
  width: 100%;
  height: 110px;
  background: #313852;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .bottom span{
  font-size: 12px;
  color: #5F6467 ;
}
.footer .bottom span img{
  height: 41px;
}
.footer .bottom span + span{
  margin-left: 10px;
}
.footer .info .advantage{
  height: 52px;
  padding-top: 51px;
  display: flex;
  justify-content: space-between;
}
.footer .info .advantage .section{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .info .advantage .section img{
  width: 52px;
  height: 52px;
}
.footer .info .advantage .section span{
  margin-left: 10px;
  color: #ffffff;
  font-size: 22px;
}
.footer .info .more{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  color: #ffffff;
}
.footer .info .more .section a{
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.footer .info .more .section a + a{
  margin-top: 35px;
  color: #DADADA;
  font-weight: normal;
}
.footer .info .more .section.code{
  text-align: center;
}
.footer .info .more .section.code img{
  width: 132px;
  margin-top: 28px;
}
.footer .info .more .section.phone{
  padding-left: 78px;
  height: 198px;
  border-left: 1px solid #979797;
}
.footer .info .more .section.phone .num{
  width: 221px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #2164ED;
  font-size: 27px;
  margin: 23px 0;
}