.title img {
  width: 100%;
}
.pc-address {
  display: block;
}
.mob-address {
  display: none;
}
.long-distance {
  display: none;
}
.insert {
  position: absolute;
  right: 18.8%;
  bottom: 90px;
  width: 31.51%;
  height: 38.7%;
  background-color: #e75049;
  mix-blend-mode: multiply;
  opacity: 0;
  animation: move linear 2s;
  animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .insert {
    background-color: rgba(160, 13, 6, 0.75) !important;
    opacity: 0.8 !important;
  }
}
.title .text {
  width: 31.51%;
  height: 38.7%;
  position: absolute;
  right: 18.8%;
  bottom: 90px;
  padding: 0.9375rem 0.9375rem 0 1.9375rem;
  opacity: 0;
  animation: move linear 2s;
  animation-fill-mode: forwards;
}
.title .text span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.title .text span:nth-of-type(1) {
  margin-bottom: 0.6875rem;
}
.title .text span:nth-of-type(2),
.title .text span:nth-of-type(3) {
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.9375rem;
}
.title .triangle {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 1.5rem;
  border-right: 0.65625rem solid #fff;
  border-left: none;
  border-top: 0.390625rem solid transparent;
  border-bottom: 0.390625rem solid transparent;
}
.content {
  width: 100%;
  background-color: #f4f5f5;
}
.content .main {
  width: 1198px;
  margin: 0 auto;
}
.content .main .map-content {
  width: 52.08%;
  height: 456px;
  float: left;
  border-radius: 1px;
  background-color: #fff;
}
.address {
  float: left;
  width: 36.33%;
  padding-top: 76px;
  margin-left: 6.83%;
  font-size: 14px;
  color: #6c6a6a;
  line-height: 36px;
}
.address .left {
  float: left;
  letter-spacing: 2px;
}
.address .right {
  float: left;
}
.address .right p {
  margin: 0;
}
.address .switchboard:first-of-type .left {
  letter-spacing: 6px;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .content .main {
    width: 992px;
  }
  .address {
    width: 43.33%;
    margin-left: 4.5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .content .main {
    width: 768px;
  }
  .address {
    width: 43.33%;
    margin-left: 4.5%;
  }
}
/* ÒÆ¶¯¶Ëcss */
@media (max-width: 768px) {
  body {
    background: #f7f8f8;
  }
  .bread {
    width: 100%;
    background: #fff;
    padding: 0 4%;
  }
  .pc-address {
    display: none;
  }
  .mob-address {
    display: block;
  }
  .content {
    width: 92%;
    background: #fff;
    margin: 10px 4% 30px 4%;
  }
  .content .main {
    width: 100%;
  }
  .content .main .map-content {
    height: 220px;
    width: 100%;
  }
  .address,
  .long-distance {
    width: 100%;
    padding: 0 4%;
    margin-left: 0;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 27px;
    color: #595757;
    font-size: 13px;
  }
  .long-distance {
    margin-bottom: 20px !important;
    text-align: right;
    display: block;
  }
  .address h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    color: #313333;
  }
  .address span {
    display: block;
  }
  .address .switchboard:first-of-type .left {
    letter-spacing: 0;
  }
  .insert,
  .title .text {
    width: 90%;
    height: 32.7%;
    top: auto;
    bottom: 4rem;
    right: auto;
    left: 6%;
    padding-left: 2.56rem;
    z-index: 1;
  }
  .title .triangle {
    border-left: 8px solid #fff;
    border-right: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 16px;
    left: 0;
    right: auto;
  }
  .title .text {
    padding: 10px 15px;
  }
}
<!--ºÄÊ±1753271269.3745Ãë-->