﻿footer {
  min-height: 300px;
  background: url(../static/footer-bg.png) no-repeat;
  background-size: 100% 100%;
}
footer .top {
  border-bottom: 1px solid #ffffff3b;
  height: 60px;
}
footer .top .inner {
  display: flex;
  align-items: center;
  height: 100%;
flex-wrap: wrap;
}
footer .top .inner div{
color: #ffffffd1;
margin-right:20px;
    font-size: 14px;
}
footer .top .inner p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
color: #ffffffd1;
  cursor: pointer;
margin-right:20px
}
footer .top .inner p:hover{
  color: #F48222;
}
footer .middle {
  display: flex;
  justify-content: space-between;
  min-height: 195px;
  align-items: center;
    opacity: 0.8;
}
footer .middle >a img{
  max-width: 360px;
  max-height: 56px;
}
footer .middle .left > img {
  max-width: 360px;
  max-height: 56px;
}
footer .middle>img{
    max-width: 430px;
    position: relative;
    left: -35px;
}
footer .middle .left > p {
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: #ffffff;
}
footer .middle .left > p span {
  display: inline-block;
  width: 45%;
}
footer .middle .left > p span:nth-of-type(3),footer .middle .left > p span:nth-of-type(4){
margin-top:30px;
}
footer .middle .right {
  display: flex;
}
footer .middle .right .item:nth-of-type(1) {
  margin: 0 20px 0 0;
}
footer .middle .right .item img {
  max-width: 110px;
  max-height: 110px;
}
footer .middle .right .item p {
  font-size: 14px;
  text-align: center;
  color: #ffffffb0;
  margin-top: 11px;
}
footer .bottom {
  background-color: rgb(10 120 67 / 64%);
  width: 100%;
  height: 44px;
}
footer .bottom .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffffd1;
}