.dmfoot {
  width: 100%;
  background-image: url(../../images/publicimg/footbg.png);
  padding-top: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.dmfootk {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #e6e6e6;
}
.dmfoottitlexian {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 30px;
}

.dmfootleft {
  width: 54%;
}

.dmfootleftmain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dmfootleftmain1 {
  width: 50%;
  margin-bottom: 20px;
}
#dmfootleftmainlong {
  width: 100%;
}

.dmfootright {
  width: 46%;
}
.dmfootrightmaink {
  display: flex;
  justify-content: space-between;
}

.dfrk {
  display: flex;
}
.dfrkimg {
  margin-right: 15px;
}

.footdier {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);

  padding-top: 20px;
  padding-bottom: 20px;
}
.footdierk {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #e6e6e6;
}

@media (max-width: 1280px) {
  .dmfoot {
    width: 100%;
    background-image: url(../../images/publicimg/footbg.png);
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footdierk {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #e6e6e6;
  }
  .dmfootk {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #e6e6e6;
  }
}

@media (max-width: 767px) {
  .dmfootleft {
    width: 100%;
    margin-bottom: 10px;
  }
  .dmfootright {
    width: 100%;
    margin-bottom: 20px;
  }
  .dmfoottitlexian {
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .dmfootleftmain1 {
    width: 50%;
    margin-bottom: 10px;
  }
  .dmfoot {
    width: 100%;
    background-image: url(../../images/publicimg/footbg.png);
    padding-top: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-left: 8px;
    padding-right: 8px;
  }
  .footdierleft {
    width: 100%;
  }
  .footdierright {
    width: 100%;
  }
  .footdierk {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #e6e6e6;
  }
  .footdier {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
