@charset "utf-8";

/* ==========================================================================
   公共底部 Footer（首页 / 关于我们等共用）
   ========================================================================== */

.footer-1,
.footer-1.p-relative {
  position: relative;
  color: #888;
  font-family: "Microsoft YaHei", "Noto Sans S Chinese", sans-serif;
}

.footer-1 *,
.footer-1 *::before,
.footer-1 *::after {
  box-sizing: border-box;
}

.footer-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-1 img {
  max-width: 100%;
  height: auto;
}

.footer-1 .container-fluids {
  width: 100%;
}

.footer-1 .content {
  max-width: 1540px;
  _width: 1540px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.footer-1 .content:after {
  content: "";
  display: table;
  clear: both;
}

.footer-1 .cf:before,
.footer-1 .cf:after {
  content: "";
  display: table;
}

.footer-1 .cf:after {
  clear: both;
}

.footer-1 .cf {
  *zoom: 1;
}

.footerbg {
  background-color: #000;
  padding-top: 10px;
}

.footer-1 a {
  color: rgb(136, 136, 136);
  text-decoration: none;
}

.footer-1 a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-nav2 {
  border-bottom: 1px solid #202020;
  padding: 85px 0 45px 0;
  display: flex;
  justify-content: space-between;
}

.modelist {
  position: absolute;
  left: 0;
  bottom: -200px;
  display: flex;
  flex-wrap: wrap;
}

.modebox {
  width: 33.33%;
}

.modebox:nth-child(4) {
  width: 940px;
}

.modebox a {
  color: #888888 !important;
}

.modebox a:hover {
  color: #fff !important;
}

.fn-col {
}

.footer-nav2:after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.fn-col h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Noto Sans S Chinese", "Microsoft YaHei", sans-serif;
}

.fn-col h3 a {
  color: #fff;
}

.fn-col h3 a:hover {
  text-decoration: underline;
  color: #fff;
}

.fn-col li {
  line-height: 30px;
  font-size: 16px;
  color: #888888;
}

.fn-col li a {
  color: #888888;
}

.fn-col li a:hover {
  text-decoration: underline;
  color: #fff;
}

.fn-contact {
  width: 365px;
  overflow: hidden;
  color: #888888;
  line-height: 2em;
  padding-right: 50px;
}

.fn-contact p.img {
  margin-bottom: 30px;
}

.fn-contact p.img img {
  max-width: 100%;
  height: auto;
}

.fn-contact .tel {
  font-size: 42px;
  color: #fff !important;
  margin: 40px 0 60px;
  font-weight: 400;
}

.codelist {
  display: flex;
  justify-content: space-between;
}

.fn-ewm {
  width: 97px;
}

.fn-ewm .txt01 {
  font-size: 16px;
  text-align: center;
}

.fn-ewm img {
  margin-bottom: 10px;
  max-width: 100%;
}

.modebox p {
  color: #888888;
  font-size: 16px;
  margin: 5px 0 20px;
}

.modebox h4 {
  font-size: 15px;
  font-weight: 300;
  font-family: "Noto Sans S Chinese", "Microsoft YaHei", sans-serif;
  color: #fff !important;
  height: 25px;
  line-height: 25px;
}

.modebox img {
  vertical-align: middle;
  margin-right: 10px;
}

.foothd {
  padding: 20px;
  text-transform: uppercase;
  color: #888888;
  text-align: center;
  font-size: 14px;
}

.foothd pre {
  margin: 0;
  white-space: pre-wrap;
  font-family: "Microsoft YaHei", sans-serif;
  padding: 1px;
}

.icon_style {
  height: 25px;
}

.icon_style img {
  max-width: 100%;
}

@media only screen and (max-width: 1440px) {
  .modebox {
    width: 20%;
  }
}

@media only screen and (max-width: 1080px) {
  .modebox:nth-child(1) {
    width: 200px;
  }

  .modebox {
    width: 40%;
  }

  .modelist {
    bottom: -245px;
  }
}

@media only screen and (max-width: 945px) {
  .modebox {
    width: 51%;
  }
}

@media only screen and (max-width: 920px) {
  .fn-col li {
    font-size: 12px;
  }

  .fn-col h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 815px) {
  .modebox p {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-nav2 {
    display: none;
  }

  .footerbg {
    padding-top: 0;
  }
}

/* 波浪装饰 */
.waves {
  width: 100%;
  height: 6vh;
  display: block;
}

.parallax > use {
  animation: footer-wave-move 20s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 5s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 7s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 10s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 8s;
}

@keyframes footer-wave-move {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

.bolang {
  position: absolute;
  top: -6vh;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 768px) {
  .bolang {
    top: -40px;
  }
}
