﻿/* ========== Footer ========== */
.footer {
  width: 1920px;
  height: 219px;
  background: url('../images/img-09.png') no-repeat center;
  background-size: 1920px 219px;
  border-top: 1px solid #eee;
}

.footer .container {
  width: 1260px;
  margin: 0 auto;
  padding-top: 61px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  box-sizing: border-box;
}

.footer-col h4 {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.footer-logo {
  width: 315px;
  height: 62px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-col p {
  width: 386px;
  height: 34px;
  font-family: MicrosoftYaHei, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.footer-col li {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 24px;
}

.footer-col-right {
  text-align: right;
}

.footer-col-right p {
  text-align: right;
}

.footer-col-right li {
  text-align: right;
}

.footer-col a:hover {
  color: #2e86c1;
}

.footer-bottom {
  width: 1260px;
  margin: 25px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 13px;
  font-family: MicrosoftYaHei, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}