.footer {
  background: #f2e9de;
  color: #666666;
  font-size: 15px;
  font-weight: 300;
  overflow: hidden;
}

.footer .layout_inner {
  padding: 55px 0 70px;
  position: relative;
  width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-top {
  margin-bottom: 45px;
}
.footer-top .img {
  width: 135px;
  margin-bottom: 30px;
}
.footer-top .img img {
  width: 100%;
}
.footer-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-top ul li {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}
.footer-top ul li.policy2 {
  font-weight: 500;
  color: #333333;
}
.footer-top ul a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.footer-top ul .foo-menu-line {
  margin: 0 10px;
  background: #d0c5b8;
  width: 1px;
  height: 11px;
}

.footer-info {
  overflow: hidden;
  font-size: 17px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 25px;
}
.footer-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: inherit;
}
.footer-info p.company {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 5px;
}
.footer-info span {
  margin-right: 18px;
}

.footer .copyright {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.footer .copyright a {
  color: inherit;
  text-decoration: none;
  cursor: text;
}
.footer .copyright b {
  font-weight: 600;
  color: #2e5e2f;
}

.footer-customer {
  margin-top: -7px;
  color: #222222;
}
.footer-customer p {
  font-size: 17px;
  font-weight: 700;
  color: inherit;
  margin-bottom: 17px;
}
.footer-customer .tel {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: inherit;
  margin-bottom: 3px;
}
.footer-customer .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-customer .time span {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
}
.footer-customer .time i {
  margin: 0 9px;
  width: 1px;
  height: 11px;
  background: #d0c5b8;
}

.footer .site-nav {
  position: fixed;
  bottom: 120px;
  left: calc(50% + 750px);
  z-index: 99;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}
.footer .site-nav > div {
  padding: 10px 15px;
}
.footer .site-nav > div.site-top {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer .banners {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}