/*.footer-wrapper {
  padding: 25px 0;
  background: #0e6ab9;
}
.footer-wrapper .content-wrapper {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
}
.footer-wrapper .content-wrapper span {
  color: #999;
  line-height: 24px;
}
.footer-wrapper .domain-link {
  color: #ffffff;
  font-size: 12px;
}
.footer-wrapper .domain-link:hover {
  text-decoration: underline;
}*/
    
.footer-wrapper {      
  padding: 44px 0;
  height: 214px;
  box-sizing: border-box;
  background: url("../images/footer-bg.jpg");
}

.footer-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  line-height: 17px;
}

.footer-wrapper .content-wrapper .company-logo {
  display: block;
  width: 300px;
  height: 58px;
}
.footer-wrapper .content-wrapper .company-logo img{
  width: 100%;
  height: 100%;
}
.footer-wrapper .content-wrapper .copyright {
  color: #d3d3d3;
  font-size: 12px;
  margin-top: 27px;
  line-height: 23px;
}
.footer-wrapper .content-wrapper .copyright .domain-link {
  color: #d3d3d3;
}
.footer-wrapper .content-wrapper .contact-wrapper {
  width: 603px;
  color: #fff;
  font-size: 14px;
}
.footer-wrapper .content-wrapper .contact-wrapper:before {
  left: 0;
  content: '';
  display: inline-block;
  width: 5px;
  height: 114px;
  background: url("../images/seperate.png");
  margin-right: 33px;
}
.footer-wrapper .content-wrapper .contact {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  margin-top: 5px;
}
