.footbanner {
  margin-top: 30px;
  background: url(https://ceostyle.ceotheme.com/ceotheme-img/2022/03/2022030413352042.jpg) center no-repeat;
  background-size: 100% 100%;
  height: 210px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.footbanner .footffo {
  text-align: center;
  color: #fff;
}
.footbanner .footffo h2 {
  line-height: 50px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
  padding-top: 25px;
}
.footbanner .footffo p {
  margin: bottom 10px;
}
.footbanner .footffo .bur {
  display: block;
  width: 200px;
  margin: 20px auto;
  cursor: pointer;
  line-height: 42px;
  height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #fff;
}
.footer {
  background-color: #222;
  color: #676b6f;
}
.footer .foot .grid {
  padding: 30px 0;
  display: flex;
}
.footer .foot .grid .gridleft {
  width: calc(100% / 3.5);
  padding-right: 50px;
  border-right: 1px solid #5b5b5f;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.5;
}
.footer .foot .grid .gridleft .logo {
  height: 49px;
  margin-bottom: 10px;
}
.footer .foot .grid .clapceo {
  display: flex;
  flex: 1;
  padding-left: 30px;
}
.footer .foot .grid .clapceo .foort {
  flex: 1;
  padding-right: 30px;
}
.footer .foot .grid .clapceo .foort .tot {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .foot .grid .clapceo .foort .ceolist {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  font-size: 14px;
}
.footer .foot .grid .clapceo .foort .ceolist li {
  width: 40%;
  margin-bottom: 10px;
}
.footer .foot .grid .clapceo .foort .ceolist li:hover {
  color: #fff;
}
.footer .Friendlink {
  background: #1d1d1d;
}
.footer .Friendlink .linkcen {
  display: flex;
  font-size: 13px;
  padding: 12px 0;
  line-height: 20px;
}
.footer .Friendlink .linkcen a {
  margin-left: 15px;
}
.footer .Friendlink .linkcen a:hover {
  color: #fff;
}
.footer .footbot {
  padding: 15px;
  font-size: 14px;
}
@media (max-width: 900px) {
  .footbanner .footffo h2 {
    font-size: 16px;
  }
  .footbanner .footffo p {
    font-size: 12px;
  }
  .footbanner .footffo .bur {
    width: 160px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
  }
  .footer .foot .grid {
    padding: 30px;
  }
  .footer .foot .grid .gridleft {
    width: 100%;
    padding-right: 0;
    border: none;
    font-size: 12px;
  }
  .footer .foot .grid .clapceo {
    display: none;
  }
  .footer .Friendlink .linkcen {
    padding: 12px 15px;
    flex-wrap: nowrap;
  }
  .footer .footbot {
    text-align: center;
  }
}
