/*---------------------  底部 ---------------------*/

.footer-section {
  background: #272b2e;
  color: #aaaaaa;
  overflow: hidden;
  width: 100%;
  padding-bottom: 0.3rem;
}

.footer-widget {
  margin-top: 40px;
}

.footer-section h2 {
  color: #fff;
  font-size: 16px;
}

.contact-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.14rem;
  width: 230px;
  height: 40px;
}

.contact-icon p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.icon-call-out {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.footer-ul {
  display: inline-block;
  width: 100%;
}

.footer-ul a {
  font-size: 14px;
  color: #aaaaaa;
}

.footer-ewm {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

.footEwm-list {
  color: #aaaaaa;
  font-size: 14px;
  text-align: center;
  width: 90px;
  float: left;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footEwm-list img {
  display: block;
  width: 90px;
  height: 90px;
  margin-bottom: 7px;
}

.footEwm-list p {
  font-size: 12px;
  white-space: nowrap;
}

.tiny-footer-section {
  background: #272b2e;
  overflow: hidden;
  width: 100%;
}

.tiny-footer-quicknav {
  text-align: center;
  height: 16px;
  line-height: 16px;
  padding: 30px 0;
}

.tiny-footer-quicknav a {
  font-size: 14px;
  color: #aaaaaa;
  margin-right: 5px;
}

.tiny-footer-quicknav span {
  color: #aaaaaa;
}

.tiny-footer-copyright {
  font-size: 14px;
  color: #aaaaaa;
  padding: 30px 0 60px 0;
  text-align: center;
}

/*---------------------  咨询 ---------------------*/

.advisory-heading-title {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}

.advisory-btn {
  background-color: #fff;
  color: #409eff;
  font-size: 0.16rem;
  width: 180px;
  height: 50px;
  margin-top: 30px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all .3s;
}

/* 留言 */
.footer-message {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.footer-textfail {
  margin-right: 10px;
  line-height: 30px;
  margin-bottom: 10px;
}

.footer-textfail input {
  padding-left: 10px;
  height: 40px;
}

.footer-message .special-btn {
  font-size: 0.16rem;
  width: 180px;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all .3s;
  margin-bottom: 10px;
  margin-right: 10px;
}

/* 大屏幕 */
@media screen and (min-width: 800px) {
  .footer-ul li {
    line-height: 30px;
    width: auto;
    font-size: 14px;
    text-align: left;
    color: #aaaaaa;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
  }

  /*---------------------  咨询 ---------------------*/
  .advisory-section {
    padding: 0.4rem 0;
    background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/images/index/立即咨询背景.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
  }

  .advisory-bottom-btn {
    display: none;
  }
}

/* 小屏幕 */
@media screen and (max-width: 800px) {
  .footer-ul li {
    line-height: 30px;
    width: auto;
    font-size: 14px;
    text-align: left;
    color: #aaaaaa;
  }

  /*---------------------  咨询 ---------------------*/
  .advisory-section {
    padding: 0.4rem 0;
    background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/images/index/立即咨询背景.png);
    text-align: center;
    width: 100%;
    display: none;
  }

  .advisory-bottom-btn {
    display: block;
  }
}

.copyright {
  text-align: center;
}

.copyright a {
  margin: 0 0 0 15px;
  color: #aaaaaa;
}

/* 友情链接 */
/* 大屏幕 */
@media screen and (min-width: 800px) {
  #Links h2 {
    color: #fff;
    font-size: 16px;
  }

  #Links h2::after {
    content: "：";
  }

  .Links {
    background: #272b2e;
    color: #aaaaaa;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .links_list {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }

  .links_list a {
    position: relative;
    padding: 0 10px;
    border-right: 1px solid #aaaaaa;
    cursor: pointer;
    color: #aaaaaa;
  }

  .links_list a:last-child {
    border-right: 0;
  }
}

/* 小屏幕 */
@media screen and (max-width: 800px) {
  #Links h2 {
    color: #fff;
    font-size: 16px;
  }

  .Links {
    background: #272b2e;
    color: #aaaaaa;
    margin-top: 10px;
  }

  .links_list {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
  }

  .links_list a {
    margin: 10px 0;
    padding-right: 10px;
    box-sizing: border-box;
    color: #aaaaaa;
  }
}

/* 友情链接 */<!--0.00021815299987793-->