/* 底部 */
/* .footer {
    margin-top: 45px;
    width: 100%;
    height: 240px;
    background-color: #0029A9;
}

.footer .contain {
    padding: 35px 0;
    color: #fff;
} */
/* footer */
.footerBoxAll {
  width: 100%;
  /* height: auto;
  padding: 60px 0; */
  font-family: '微软雅黑';
  background-color: #2329b8;
  height: 242px;
  display: flex;
  align-items: center;
}

.footerBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  /* justify-content: start; */
  justify-content: space-between;
}

.footer_item {
  color: white;
  height: 130px;
  padding-left: 24px;
  padding-right: 45px;
  border-left: 1px solid white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_item p{
  font-size: 14px;
}

.footer_item .item_lable {
  font-size: 12px;
}
.footer_item .item_text {
  font-size: 18px;
}
.p-b-30 {
  padding-bottom: 30px;
}

.footer_tip {
  color: white;
    font-size: 14px;
    line-height: 22px;
    padding-left: 34px;
    border-left: 1px solid #fff;
    height: 130px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
}
.footer_tip .btn_group{
  /* padding: 16px 0 28px 0; */
  display: flex;
  font-size: 16px;
}
.footer_tip .btn_group a{
  margin: 0;
  display: flex;
  cursor: pointer;
  padding: 8px 23px 8px 15px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
}
.footer_tip .btn_group a:first-of-type{
  margin-right: 16px;
}
.footer_tip .btn_group img{
  height: 22px;
  width: 22px;
  margin-right: 8px;
}

.footer_item2 {
  width: 310px;
  height: 130px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #fff;
}
.footer_item2_item{
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  justify-content: center;
}
.footer_item2_item img{
  width: 100px;
  height: 100px;
}
.footer_item2_item p{
  margin-top: 13px;
  font-size: 14px;
  color: #fff;
}