.about-head {
  background-image: url("../Images/lxwmpbg.webp");
}

.contactus-page {
  background-image: url("../Images/pbbg.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.contactus-page .online-service {
  padding: 4vw 9.375vw 6vw;
  text-align: center;
  color: #333;
}
.contactus-page .online-service .service-inner {
  width: 100%;
  height: 16vw;
  background-color: #eaf1fe;
  background-image: url("../Images/zxkfbg.webp");
  background-size: 100% 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contactus-page .online-service .service-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contactus-page .online-service .service-desc {
  font-size: 18px;
  margin-bottom: 30px;
}
.contactus-page .online-service .consult-btn {
  width: 201px;
  height: 74px;
  background-color: #e62426;
  border-radius: 37px;
  font-size: 22px;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.contactus-page .online-service .consult-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(234, 26, 26, 0.4);
}
.contactus-page .fgsxx {
  margin-bottom: 6vw;
}
.contactus-page .group-info {
  padding: 0 9.375vw 7vw;
  display: flex;
  align-items: center;
  gap: 8vw;
  position: relative;
  background-image: url("../Images/qywhbg.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.contactus-page .group-info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #fff, transparent);
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  left: 0;
}
.contactus-page .group-info .info-left {
  flex: 1;
}
.contactus-page .group-info .info-left .pubtit {
  margin-bottom: 10px;
  padding: 0;
}
.contactus-page .group-info .info-left .info-subtitle {
  font-size: 28px;
  line-height: 50px;
  color: #333333;
  margin-bottom: 50px;
}
.contactus-page .group-info .info-left .contact-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contactus-page .group-info .info-left .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 20px;
  color: #333;
}
.contactus-page .group-info .info-left .contact-item i {
  font-size: 24px;
  color: #e62426;
}
.contactus-page .group-info .info-right {
  flex-shrink: 0;
  padding-right: 7vw;
  transform: translateX(-7vw);
  position: relative;
}
.contactus-page .group-info .info-right::after, .contactus-page .group-info .info-right::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eaf1fe;
  right: 80px;
  top: 0;
  z-index: 1;
  pointer-events: none;
  animation: dtmove 3s infinite ease-in-out;
}
.contactus-page .group-info .info-right::before {
  top: 40%;
  left: -6vw;
  animation: dtmove2 3s infinite ease-in-out;
}
@keyframes dtmove {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes dtmove2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes dtmove3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-40px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes dtmove4 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.contactus-page .group-info .info-right .office-image-wrapper {
  position: relative;
  width: 29.48vw;
  height: 29.48vw;
  border-radius: 50%;
}
.contactus-page .group-info .info-right .office-image-wrapper::after, .contactus-page .group-info .info-right .office-image-wrapper::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eaf1fe;
  left: 0;
  bottom: 30px;
  z-index: 1;
  pointer-events: none;
  animation: dtmove3 4s infinite linear;
}
.contactus-page .group-info .info-right .office-image-wrapper::before {
  width: 98px;
  height: 98px;
  bottom: 10px;
  left: auto;
  right: -25px;
  animation: dtmove4 3s infinite ease-in-out;
}
.contactus-page .group-info .info-right .office-image-wrapper .office-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.contactus-page .group-info .info-right .office-image-wrapper .map-marker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7vw;
  z-index: 10;
}
.contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper {
  position: relative;
}
.contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper .map-preview {
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #fff;
  background: #eaf1fe;
}
.contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper .map-preview .map-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper .marker-icon {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #e62426;
  border-radius: 50%;
  animation: bounce 2s infinite;
}
.contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper .marker-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: #e62426;
  border-radius: 50%;
  opacity: 0.2;
  animation: scalex 2s infinite;
  z-index: -1;
}
.contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper .marker-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.contactus-page .branch-info {
  padding: 40px 9.375vw 120px;
}
.contactus-page .branch-info .branch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.contactus-page .branch-info .branch-card {
  background: #fff;
  height: 50px;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  border: solid 1px #cdd1db;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: relative;
}
.contactus-page .branch-info .branch-card::before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  border-left: 1px solid #ea1a1a;
  border-top: 1px solid #ea1a1a;
  transition: all 0.5s ease;
  opacity: 0;
}
.contactus-page .branch-info .branch-card::after {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  right: 0;
  border-right: 1px solid #ea1a1a;
  border-bottom: 1px solid #ea1a1a;
  transition: all 0.5s ease;
  opacity: 0;
}
.contactus-page .branch-info .branch-card:hover {
  border-radius: 0px;
  border-color: transparent;
}
.contactus-page .branch-info .branch-card:hover p {
  color: #ea1a1a;
}
.contactus-page .branch-info .branch-card:hover::before, .contactus-page .branch-info .branch-card:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.contactus-page .branch-info .branch-card p {
  font-size: 18px;
  color: #000;
  transition: color 0.5s ease;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes scalex {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .contactus-page {
    background-size: 100% auto;
  }
  .contactus-page .online-service {
    padding: 3.5vw 6vw 5vw;
  }
  .contactus-page .online-service .service-inner {
    height: 17vw;
  }
  .contactus-page .online-service .service-title {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .contactus-page .online-service .service-desc {
    font-size: 17px;
    margin-bottom: 26px;
  }
  .contactus-page .online-service .consult-btn {
    width: 180px;
    height: 66px;
    border-radius: 33px;
    font-size: 20px;
  }
  .contactus-page .online-service .consult-btn:hover {
    transform: translateY(-4px);
  }
  .contactus-page .group-info {
    padding: 0 6vw 5vw;
    gap: 7vw;
    background-size: 100% auto;
  }
  .contactus-page .group-info::after {
    height: 90px;
  }
  .contactus-page .group-info .info-left .pubtit {
    margin-bottom: 8px;
  }
  .contactus-page .group-info .info-left .info-subtitle {
    font-size: 25px;
    line-height: 46px;
    margin-bottom: 44px;
  }
  .contactus-page .group-info .info-left .contact-list {
    gap: 26px;
  }
  .contactus-page .group-info .info-left .contact-item {
    gap: 18px;
    font-size: 18px;
  }
  .contactus-page .group-info .info-left .contact-item i {
    font-size: 22px;
  }
  .contactus-page .group-info .info-right {
    transform: translateX(-6vw);
  }
  .contactus-page .group-info .info-right .office-image-wrapper {
    width: 31vw;
    height: 31vw;
  }
  .contactus-page .group-info .info-right .office-image-wrapper .map-marker {
    right: -6vw;
  }
  .contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper .map-preview {
    width: 14.5vw;
    height: 14.5vw;
    border-width: 8px;
  }
  .contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper .marker-icon {
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    width: 44px;
    height: 44px;
  }
  .contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper .marker-icon::after {
    width: 115%;
    height: 115%;
  }
  .contactus-page .branch-info {
    padding: 35px 6vw 100px;
  }
  .contactus-page .branch-info .branch-grid {
    gap: 26px;
  }
  .contactus-page .branch-info .branch-card {
    height: 46px;
  }
  .contactus-page .branch-info .branch-card p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .contactus-page {
    overflow-x: hidden;
    background-size: 100% auto;
  }
  .contactus-page .online-service {
    padding: 40px 20px;
  }
  .contactus-page .online-service .service-inner {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 6vw 4vw;
  }
  .contactus-page .online-service .service-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contactus-page .online-service .service-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contactus-page .online-service .consult-btn {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    font-size: 16px;
  }
  .contactus-page .online-service .consult-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(234, 26, 26, 0.3);
  }
  .contactus-page .fgsxx {
    margin-bottom: 60px;
  }
  .contactus-page .group-info {
    flex-direction: column;
    padding: 0 20px 40px;
    gap: 40px;
    background-size: 100% auto;
  }
  .contactus-page .group-info::after {
    height: 40px;
  }
  .contactus-page .group-info .info-left {
    width: 100%;
  }
  .contactus-page .group-info .info-left .pubtit {
    margin-bottom: 16px;
    text-align: center;
  }
  .contactus-page .group-info .info-left .info-subtitle {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .contactus-page .group-info .info-left .contact-list {
    gap: 15px;
  }
  .contactus-page .group-info .info-left .contact-item {
    gap: 14px;
    font-size: 14px;
  }
  .contactus-page .group-info .info-left .contact-item i {
    font-size: 18px;
    flex-shrink: 0;
  }
  .contactus-page .group-info .info-right {
    width: 100%;
    transform: none;
  }
  .contactus-page .group-info .info-right .office-image-wrapper {
    width: 80vw;
    height: 80vw;
    max-width: 400px;
    max-height: 400px;
    margin: 0 auto;
  }
  .contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper .map-preview {
    width: 140px;
    height: 140px;
    border-width: 6px;
  }
  .contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper .marker-icon {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .contactus-page .group-info .info-right .office-image-wrapper .map-marker .marker-wrapper .marker-icon::after {
    width: 120%;
    height: 120%;
  }
  .contactus-page .branch-info {
    padding: 40px 20px 80px;
  }
  .contactus-page .branch-info .branch-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contactus-page .branch-info .branch-card {
    min-height: 48px;
    padding: 2vw 4vw;
  }
  .contactus-page .branch-info .branch-card:hover {
    transform: none;
  }
  .contactus-page .branch-info .branch-card p {
    font-size: 16px;
  }
}/*# sourceMappingURL=contactus.css.map */