<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact .contact-content {
  wdith: 100%;
  margin-bottom: 70px;
}
.contact .all-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact .desc-banner2.center {
  max-width: 430px;
}
.contact .img-wrap {
  width: 38.125%;
  height: 0;
  padding-bottom: 52.875%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .img-wrap .desc-banner2 .line .wid {
  background-color: #fff;
}
.contact .main-wrap {
  width: 61.875%;
  height: 0;
  background-color: #e5eff8;
  padding-bottom: 52.875%;
  position: relative;
}
.contact .main-wrap .bar {
  width: 100%;
}
.contact .main-wrap .scrollbar-inner .scroll-element.scroll-y {
  height: 100%;
}
.contact .main-wrap .scrollbar-inner .scroll-element_track {
  background-color: #aaa;
}
.contact .main-wrap .control {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact .main-wrap .wrap {
  max-width: 85%;
  max-height: 70vh;
}
.contact .main-wrap .box {
  padding: 60px 0 60px 30px;
  position: relative;
}
.contact .main-wrap .box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 2px;
  background-color: #aaa;
}
.contact .main-wrap .box:first-child {
  padding-top: 0;
}
.contact .main-wrap .box:last-child {
  padding-bottom: 0;
}
.contact .main-wrap .box:last-child::after {
  display: none;
}
.contact .main-wrap .title-group {
  margin-bottom: 10px;
}
.contact .main-wrap .title {
  font-weight: bold;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  line-height: 2.25rem;
  color: #000;
}
.contact .main-wrap .title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000;
}
.contact .main-wrap .title.blue {
  color: #006bcf;
}
.contact .main-wrap .title.blue:after {
  background-color: #006bcf;
}
.contact .main-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.contact .main-wrap .info:last-child {
  margin-bottom: 0;
}
.contact .main-wrap .info .icon {
  font-size: 1.125rem;
  margin-right: 6px;
}
.contact .main-wrap .info .mode {
  margin-right: 8px;
  white-space: nowrap;
}
.contact .main-wrap .info p, .contact .main-wrap .info a {
  display: block;
  font-weight: bold;
  word-break: break-all;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5625rem;
  color: #666;
}
.contact .main-wrap .info p:hover, .contact .main-wrap .info a:hover {
  color: #006bcf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .contact .img-wrap, .contact .main-wrap {
    padding-bottom: 850px;
  }
  .contact .img-wrap .desc-banner2 {
    padding: 0 40px;
  }
  .contact .main-wrap .control {
    width: 80%;
    max-height: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .contact .box:after {
    width: 105%;
  }
}
@media only screen and (max-width: 1180px) {
  .contact .scrollbar-inner, .contact .scroll-content {
    overflow: initial !important;
  }
  .contact .scrollbar-inner .scroll-element, .contact .scroll-content .scroll-element {
    display: none;
  }
  .contact .all-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .box:after {
    width: 110%;
  }
  .contact .img-wrap, .contact .main-wrap {
    width: 100%;
  }
  .contact .img-wrap {
    padding-bottom: 50%;
  }
  .contact .img-wrap .desc-banner2 {
    padding: 0;
  }
  .contact .main-wrap {
    height: auto;
    padding-bottom: 0;
    padding: 70px 0;
  }
  .contact .main-wrap .control {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto;
    width: 90%;
  }
  .contact .main-wrap .wrap {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .contact .img-wrap {
    padding-bottom: 65%;
  }
}
@media only screen and (max-width: 575px) {
  .contact .img-wrap {
    padding-bottom: 106.666%;
  }
  .contact .main-wrap {
    padding: 65px 30px;
  }
  .contact .main-wrap .box {
    padding: 45px 0;
  }
  .contact .main-wrap .title-group {
    padding-left: 22px;
  }
  .contact .main-wrap .title:after {
    width: 6px;
    height: 6px;
    left: -17px;
  }
}
@media only screen and (max-width: 350px) {
  .contact .box:after {
    width: 100%;
  }
}
/*# sourceMappingURL=contact.css.map */</pre></body></html>