#footer .footerbottom {
  border-top: 1px solid #d2d2d2;
  padding: 20px 0;
  font-size: 14px;
  color: #333333;
  line-height: 34px;
  display: flex;
  justify-content: space-between;
}

#footer .footerbottom .qrcode {
  line-height: 14px;
  text-align: center;
}

#footer .footerbottom .qrcode img {
  margin-right: 5px;
}

#footer .footerbottom .qrcode>img {
  width: 74px;
  height: 74px;
}
#footer .footerbottom .yqlj {
  display: flex;
}
#footer .footerbottom .yqlj a:hover{
  color: #4372b0;
}
#footer .footerbottom .yqlj div:first-child{
  margin-right: 20px;
}

#footer .box6 {
  border-top: 8px #0081cc solid;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 26px;
  padding: 20px 0;
}
#footer .box6 .navigateitem{
  width: 10%;
  text-align: center;
}
#footer .box6 .navigateitem:nth-child(2){
  width: 14%;
}

#footer .box6 .label {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333333;
  font-weight: bold;
}

#footer .box6 .navigateitem div {
  cursor: pointer;
}

#footer .box6 .navigateitem div:hover {
  color: #0077cb;
}