[v-cloak] {
  display: none; }

.indexPage {
  padding: 30px 15% 30px 15%;
  min-height: 779px; }

.footer-box {
  background: #3a4650;
  padding: 0 15% 0 15%;
  color: #fff;
  font-size: 0;
  height: 100px;
  padding-bottom: 20px;
}
  .footer-box .footer-list {
    list-style: none;
    padding: 30px 0;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    width: 80%; }
  .footer-box .footer-link {
    font-size: 14px;
    display: inline-block;
    width: auto; }
.footer-box .footer-link a {
}
    .footer-box .footer-link img {
      width: 70px;
      height: 70px;
    }
  .footer-box .return_top {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 12px;
    border: 2px solid #ddd;
    padding: 14px 14px;
    border-radius: 50%;
    font-size: 26px; }

/*# sourceMappingURL=nav_footer.css.map */

.footer-box{
  padding: 20px 15% 20px 15%;
  background: #3a4650;
  color: #000;
  font-size: 0;
}
@media screen and (max-width: 1900px) {
  .footer-box{
    padding: 30px 15.5% 30px 15.5%;
  }
}
@media screen and (max-width: 1800px) {
  .footer-box{
    padding: 20px 13.5% 20px 13.5%;
  }
}
@media screen and (max-width: 1700px) {
  .footer-box{
    padding: 20px 11.5% 20px 11.5%;
  }
}
@media screen and (max-width: 1600px) {
  .footer-box{
    padding: 20px 9.5% 20px 9.5%;
  }
}
@media screen and (max-width: 1500px) {
  .footer-box{
    padding: 20px 7.5% 20px 7.5%;
  }
}
@media screen and (max-width: 1450px) {
  .footer-box{
    padding: 20px 5.5% 20px 5.5%;
  }
}
@media screen and (max-width: 1380px) {
  .footer-box{
    padding: 20px 3.5% 20px 3.5%;
  }
}
@media screen and (max-width: 1330px) {
  .footer-box{
    padding: 20px 0;
  }
}
.footer-box .footer-list{
  list-style: none;
  padding:0;
  margin:0;
  color: #fff;
  display: inline-block;
  width: auto;
  font-size: 14px;
}
.footer-two {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.footer-list a {
  color: #fff;
}
.footer-list-two {
  width: 30%;
}
.return_top {
  position: fixed;
  text-align:center;
  right: 40px;
  bottom: 40px;
  width: 52px;
  height: 52px;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  display: none;
}
.return_top i{
  font-size: 22px;
  color: #b0b0b0;
  line-height: 20px;
}
