/*-------footer-------*/
#footer {
  width: 100%;
  position: relative;
  background-color:#515c6a;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 20px;
}

.footer-img {
  width: 100%;
}

.footer-zhuti {
  display: inline-block;
  width: 60%;
  /* border: 1px solid red; */
  vertical-align: top;
  color: white;
  padding-top: 10px;
}

.footer-pcduan {
  display: inline-block;
}

.footer-yidongduan {
  display: none;
}

.footer-zhuti-col {
  text-align: left;
}

.footer-zhuti-p1 {
  margin-bottom: 8px;
  color: #a4a4a5;
  font-size: 13px;
  font-family: 'Microsoft YaHei';
}
.footer-zhuti-p1 a{
  color: #868d99;
}
.footer-zhuti-p {
  color: #d2d2d2;
  font-size: 15px;
  font-family: 'Microsoft YaHei';
}

.footer-dizhi {
  display: inline-block;
  width: 32%;
  /* border: 1px solid black; */
  text-align: left;
  margin-left: 1%;
  color: white;
}

.footer-yidongduan-row {
  width: 98%;
  margin: 0 auto;
}

.footer-dizhi-img {
  margin-left: 15px;
  height: 40px;
  margin-bottom: 20px;
}

.footer-dizhi-p {
  padding-left: 4%;
  margin-bottom: 12px;
  color: #d2d2d2;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
}
.footer-dizhi-p a {
  color: #d2d2d2;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
}
.footer-dizhi-p a:hover {
  color: #d2d2d2;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Microsoft YaHei';
}

.footer-dibu {
  width: 100%;
  padding: 17px 0px;
  background-color:#4a5462;
  font-weight: 300;
  color: #808d99;
  font-size: 14px;
  text-align: center;
  font-family: 'Microsoft YaHei';
}
@media screen and (max-width: 680px) {
  .footer-zhuti {
      display: block;
      width: 100%;
  }
  .footer-pcduan {
      display: none;
  }
  .footer-yidongduan {
      display: block;
  }
  .footer-dizhi {
      display: block;
      width: 100%;
      margin-left: 0%;
      font-size: 15px;
  }
  .footer-dizhi-img {
      height: 30px;
  }
  .footer-zhuti-col {
      margin-bottom: 20px;
      font-size: 15px;
  }
  .footer-dibu {
      font-size: 15px;
      font-family: 'Microsoft YaHei';
  }
  .footer-dizhi-p {
      padding-left: 3%;
      margin: 0;
      padding-bottom: 20px;
      font-family: 'Microsoft YaHei';
  }
}
.ml20 {
  margin-left: 30px;
}
.ml30 {
  margin-left: 45px;
}