/* .footer .content {font-size: 0.9vw;}
.footer .content .left{float: left;}
.footer .content .right {float: right;}
.footer .content .right ul li {float: right;padding: 0 0.5vw;} */
.yx-footer {
  background-color: #f6f6f6;
}
.yx-footer .footer-list {
  padding: 50px 0 22px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-bottom: 1px solid #3367A6;
}
.yx-footer .footer-list a p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.yx-footer .footer-list a span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999999;
}
.yx-footer .footer-content {
  display: flex;
  justify-content: space-between;
  padding: 55px 0 86px;
}
.yx-footer .footer-content .contact p {
  line-height: 36px;
}
.yx-footer .footer-content .contact p span {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.yx-footer .footer-content .contact p span a {
  font-size: 20px;
}
.yx-footer .footer-content div:last-child {
  text-align: center;
}
.yx-footer .footer-content div:last-child img {
  max-width: 100%;
}
.yx-footer .footer-bottom {
  background: #3367A6;
}
.yx-footer .footer-bottom > div {
 padding: 19px 0;
  /* justify-content: space-between; */
}
.yx-footer .footer-bottom > div p:first-child {
  float: left;
  color: #fff;
}
.yx-footer .footer-bottom > div p:last-child {
  float: right;
  color: #fff;
}
.mobile-footer {
  background: #0462a0;
  padding: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 999;
}
.mobile-footer .mobile-footlist {
  color: #fff;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #aaa;
}
.mobile-footer .mobile-footlist:last-child {
  border-right: none;
}
.mobile-footer .mobile-footlist a {
  text-align: center;
  font-size: 17px;
  line-height: 60px;
}
.mobile-footer .mobile-footlist a i {
  font-size: 20px;
}
.mobile-footer .footLink i {
  font-size: 26px;
}
/*返回顶部*/
.totop {
  width: 46px;
  height: 46px;
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.totop i {
  line-height: 46px;
}

.totop:hover {
  background: #0462a0;
}

.totop:hover i {
  color: #fff;
}

@media (max-width: 767px) {
  /* .footer {
    margin-bottom: 60px;
  }
  .footer .content .left,
  .footer .content .right {
    width: 100%;
    padding: 0 15px;
  }
  .footer .content .left p {
    text-align: center;
  }
  .footer .content .right ul {
    display: flex;
    justify-content: space-around;
  }
  .footer .content .right ul li {
    padding: 0;
  } */
  .yx-footer .footer-list {
    display: block;

  }
  .yx-footer .footer-list a {
    float: left;
    width: 33.33%;
  }
  .yx-footer .footer-content {
    display: block;
    /* justify-content: space-between; */
    padding: 15px 20px 80px;
  }
  .yx-footer .footer-content div:last-child {
    text-align: left;
  }
  .yx-footer .footer-list a span {
    font-size: 12px;
  }
  .yx-footer .footer-list {
    padding: 30px 0 22px;
  }
}
