.footer {
  background: #28282a;
  width: 100%;
}

.fotte-warp {
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footr h5 {
  color: #ffffff;
  font-size: 18px;
}

.footr h5 p {
  font-size: 16px;
  position: relative;
  padding-bottom: 20px;
  margin-top: 8px;
  margin-bottom: 30px;
}

.footr h5 p::before {
  content: "";
  width: 18px;
  border-bottom: 2px solid #3d9be9;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lxwm-con {
  display: flex;
  flex-direction: column;

}

.lxwm-con p {
  color: #c8c8c8;
  height: 40px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
  margin: 0;
}

.lxwm-con p span {
  margin-left: 10px;
}

.foot-bor {
  border-left: 1px solid #434343;
  border-right: 1px solid #434343;
  padding: 0 50px;
}

.foot-bor ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: wrap;
}

.foot-bor ul li {
  width: 33%;
  height: 40px;
  line-height: 20px;
  text-align: left;
  color: #c8c8c8;
      word-wrap: break-word;
      text-align:left;
}

.yqlj p {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  color: #3a3a3a;
  text-align: center;
}
.yqlj select{
      width: 100%;
    height: 32px;
    line-height: 32px;
    background: #ffffff;
    color: #3a3a3a;
    text-align: center;
}

.foot-le {
  padding-right: 50px;
}

.foot-ri {
  padding-left: 50px;
}

.gzwm {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.gzwm p {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #c8c8c8;
}
.gzwm p img{
  margin-bottom: 10px;
  width:100px;
}

.foot-ce ul li:hover {
  color: #3d9be9;
}

.foot-db {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.foot-db-l {
  text-align: center;
  color: #c8c8c8;
  display: flex;
  justify-content: center;
}

.foot-db p {
  text-align: right;
  display: flex;
  justify-content: right;
  color: #c8c8c8;
}

@media screen and (min-width: 1024px) {

  .gzwm p:nth-of-type(1) {
    margin-right: 50px;
  }
}




@media screen and (max-width: 1200px) {
  .footer {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 0 15px;
  }

  .foot-ce {
    display: none;
  }

  .fotte-warp {
    flex-direction: column;
  }

  .foot-ri {
    padding: 0;
  }

  .foot-le {
    margin-bottom: 15px;
    padding: 0;
  }

  .gzwm p {
    margin-bottom: 0;
  }

  .fotte-warp {
    padding: 20px 0;
  }

  .foot-db {
    flex-direction: column;
  }

  .foot-db-l {
    flex-direction: column;
  }

  .foot-db p {
    display: inline-block;
    text-align: center;
  }
}




@media screen and (max-width: 768px) {
  .footr h5 {
    font-size: 16px;
  }

  .footr h5 p {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 0px;
  }

  .lxwm-con p {
    height: auto;
    line-height: 20px;
  }
}