#footer {
  background-color: #8f1d1e;
}
body{
  width: 100%;
  overflow-x:hidden ;
  background: url(/assets/img/dangjianbg.png) no-repeat;
  background-size: cover;
}
.djBanText {
  position: absolute;
  width: 947px;
  height: 244px;
  left: 50%;
  top: -10%;
  transform: translateX(-50%);
  background: url(/assets/img/djt.png) no-repeat;
}
.djBanText > h2 {
  font-weight: 500;
  font-size: 58px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #ad1701;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-align: center;
  line-height: 294px;
}
.content {
  background: url(/assets/img/dangjianbg.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  box-sizing: border-box;
  min-height: 1050px;
  position: relative;
}
.textBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  /* overflow: hidden; */
}
.textBox > .textItem {
  margin: 20px 0;
  padding: 40px;
  box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #ffffff;
  transition: transform 0.5s;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
 
}
.textBox > .textItem:hover {
  transform: translateY(-10px);
}
.textBox > .textItem img {
  width: 86px;
  height: 86px;
  margin-right: 16px;
}
.textBox > .textItem .lef p {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.textBox > .textItem .lef span {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
@keyframes bottom-to-top {
  from {
    margin-top: 100%;
    height: 0;
    opacity: 0;
  }
  to {
    margin-top: 0%;
    height: 166px;
    opacity: 1;
  }
}
