.footer {
  width: 100%;
  min-height: 400px;
  background-image: url("../images/footer-Photoroom.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer-box {
  width: 1100px;
  margin: 0 auto;
  height: auto;
  /* background-color: pink; */
  padding: 40px 0px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}

.footer-box .footer-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-box .footer-t .footer-tl {
  margin-top: 100px;
  line-height: 1.8;
}
.footer-box .footer-t .footer-tl .logo {
  width: 200px;
  height: 60px;
  margin-bottom: 50px;
}

.footer-tl .addr {
  margin-bottom: 20px;
}

.footer-tr {
  padding-top: 60px;
}
.footer-tr .nav-list ul li {
  font-size: 14px;
  padding: 5px 0;
  text-align: right;
  color: #fff;
}
.footer-tr .nav-list ul li a {
  color: #fff;
}
.footer-tr,
.nav-list ul li a:hover {
  color: #00adb5;
  cursor: pointer;
}

.footer-tr .link-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.footer-tr .link-list .icon {
  display: block;
  width: 40px;
  height: 36px;
  margin: 0px auto;
}
.footer-box .footer-b .line {
  width: 100%;
  background-color: #ffffff;
  height: 2px;
  margin: 10px 0px;
}
.footer-box .footer-b p {
  color: #fff;
  margin-top: 20px;
}
