<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact {
  padding: 3.5rem 0 8rem;
  background: url(../img/news/bg.jpg) no-repeat left bottom;
  background-size: contain;
  overflow: hidden;
}
.contact .con .title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.contact .con .title h2:after {
  content: '';
  width: 1.9rem;
  height: 2.1rem;
  background: url(../img/about/brief/sign.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 0.4rem;
  position: relative;
  top: 0.3rem;
}
.contact .con .title h3 {
  font-size: 1.5rem;
  font-family: Dinot;
  color: #bbb;
}
.contact .con .contact-list .left {
  float: left;
  width: 56%;
  position: relative;
  top: -4rem;
}
.contact .con .contact-list .left img {
  width: 100%;
}
.contact .con .contact-list .right {
  float: right;
  width: 43%;
  padding-top: 2.5rem;
}
.contact .con .contact-list .right h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e60012;
}
.contact .con .contact-list .right .line {
  width: 3.3rem;
  height: 3px;
  background: #d8222a;
  margin: 1rem 0 1.4rem;
}
.contact .con .contact-list .right ul {
  margin-bottom: 2.5rem;
}
.contact .con .contact-list .right ul li {
  font-size: 0.8rem;
  color: #555;
  margin-top: 0.4rem;
}
.contact .con .contact-list .right ul li a {
  color: #555;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.contact .con .contact-list .right ul li a:hover {
  color: #d10004;
}
.contact .con .contact-list .right ul li:last-child {
  margin-top: 0.8rem;
}
.contact .con .contact-list .right #allmap {
  height: 15rem;
}
.contact .con .contact-list .right #allmap img {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
.BMap_Marker {
  animation-name: bounce;
  animation-iteration-count: infinite;
  transform-origin: center bottom;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
@keyframes bounce {
  0%,
  15%,
  47%,
  73%,
  89%,
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  30%,
  32% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -18px, 0);
  }
  60% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -12px, 0);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -7px, 0);
  }
  94% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -3px, 0);
  }
}
@media screen and (max-width: 1024px) {
  .contact .con .contact-list .right ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .contact .con .title h2 {
    font-size: 18px;
  }
  .contact .con .title h2:after {
    width: 15px;
    height: 17px;
    top: 4px;
  }
  .contact .con .title h3 {
    font-size: 14px;
  }
  .contact .con .contact-list {
    margin-top: 30px;
  }
  .contact .con .contact-list .left {
    width: 100%;
  }
  .contact .con .contact-list .right {
    width: 100%;
    padding-top: 0;
  }
  .contact .con .contact-list .right h2 {
    font-size: 16px;
  }
  .contact .con .contact-list .right ul {
    margin-top: 14px;
    margin-bottom: 20px;
  }
  .contact .con .contact-list .right ul li {
    font-size: 14px;
    margin-top: 6px;
  }
}
/*# sourceMappingURL=contact_index.css.map */</pre></body></html>