@charset "utf-8";
/* footer,footer *{
  box-sizing: border-box;
} */
footer{
  width:100%;
  background:#353535;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
footer .footer-bo{
  background: #303030;
  width:100%;
  padding:20px 0 19px;
}
footer .footer-bo a{
  color: #FFFFFF;
}
footer p.record{
  line-height: 22px;
}
footer .con-warp{
  height: 221px;
}
footer .con-warp h5{
  margin: 40px 0 24px;
  height:28px;
  line-height:28px;
  font-size:20px;
}
footer .con-warp p{
  margin-top: 10px;
  line-height: 22px;
}
footer ol li{
  float: left;
}
footer ol li:first-child{
  margin-right: 30px;
}
footer ol li .img-box{
  width: 90px;
  height: 90px;
  /* border: 1px dashed #353535; */
  margin-bottom: 8px;
  background: #FFFFFF;
}
footer ol li p{
  color: #C0C4CC;
  line-height: 14px;
  font-size: 10px;
  text-align: center;
}


















