.footer {
  min-height: 169px;
  background-color: #32373c;
  overflow: hidden;
}
.footer .footer-logo {
  display: block;
  margin-top: 47px;
  float: left;
}
.footer .right-list {
  float: right;
  margin-top: 50px;
}
.footer .right-list .rl-left {
  float: left;
  margin-right: 32px;
}
.footer .right-list .rl-left p {
  font-size: 13px;
  line-height: 2;
  color: #d0d0d0;
  text-align: right;
  margin-top:-6px;
}
.footer .right-list .rl-left p.footer-name {
  margin-top: 5px;
}
.footer .right-list .rl-left p a.technical {
  color: #d0d0d0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-left:5px;
}
.footer .right-list .rl-left p a.technical:hover {
  color: #ed6000;
}
.footer .right-list .rl-left .phone {
  color: #c6c6c6;
  text-align: right;
  margin-top: 5px;
}
.footer .right-list .rl-left .phone i.icon-phone {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url('../img/icon-phone.png') no-repeat center;
}
.footer .right-list .rl-left .phone a {
  font-size: 18px;
  color: #c6c6c6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/*.footer .right-list .rl-left .phone a:hover {
  color: #ed6000;
}
*/
.footer .right-list .rl-left .phone a {
  cursor: default;
}
.footer .right-list .rl-qr {
  float: left;
}
.footer .mobile-footer {
  display: none;
}
.footer .mobile-footer .left-logo {
  width: 60px;
  position: relative;
  float: left;
  margin: 42px -60px 0 0;
}
.footer .mobile-footer .left-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .mobile-footer .right-qr {
  width: 78px;
  position: relative;
  float: right;
  margin: 42px 0 0 -78px;
}
.footer .mobile-footer .center-text {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-top: 42px;
}
.footer .mobile-footer .center-text .center-text-content {
  margin: 0 78px 0 60px;
}
.footer .mobile-footer .center-text .center-text-content p {
  font-size: 13px;
  color: #d0d0d0;
}
.footer .mobile-footer .center-text .center-text-content p.footer-name {
  margin-top: 10px;
    line-height:30px;
}
.footer .mobile-footer .center-text .center-text-content p a {
  color: #d0d0d0;
  display:block;
}
.footer .mobile-footer .center-text .center-text-content .phone {
  color: #c6c6c6;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer .mobile-footer .center-text .center-text-content .phone a {
  font-size: 18px;
  color: #c6c6c6;
}
.footer .mobile-footer .center-text .center-text-content .phone .icon-phone {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url('../img/icon-phone.png') no-repeat center;
}
@media (max-width: 760px) {
  .hide-sm {
    display: none;
  }
}
