body {
  background-color: #F9FAFC; }

.banner {
  width: 100%;
  height: 36.458vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 18.750vw; }
  .banner h3 {
    font-size: 2.396vw;
    margin-bottom: 1.250vw;
    color: #222222; }
  .banner p {
    width: 23.438vw;
    font-size: 1.042vw;
    font-family: PingFang SC-Regular, PingFang SC;
    color: #666666; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .banner {
      height: 9.03rem;
      padding: 0 0.77rem; }
      .banner h3 {
        font-size: 0.54rem; }
      .banner p {
        width: 7.05rem;
        font-size: 0.34rem; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .banner {
      height: 600px;
      padding: 0 42px; }
      .banner h3 {
        font-size: 36px;
        margin-bottom: 20px; }
      .banner p {
        width: 440px;
        font-size: 21px; } }

.details {
  margin: -3.125vw 9.375vw 0;
  padding: 3.125vw 9.375vw 4.167vw;
  position: relative;
  z-index: 9;
  background-color: #fff; }
  .details .map {
    margin-top: 3.125vw; }
    .details .map #map {
      height: 27.604vw; }
  .details .top {
    display: flex;
    justify-content: space-between; }
    .details .top .right {
      width: 34.375vw; }
    .details .top .info {
      width: 15.000vw; }
      .details .top .info .logo {
        background-color: #69d1f3;
        padding: 0.521vw 1.094vw;
        display: inline-block; }
        .details .top .info .logo img {
          width: 120px; }
      .details .top .info h3 {
        font-size: 1.250vw;
        margin-top: 4.167vw;
        margin-bottom: 2.083vw; }
      .details .top .info .p {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 0.833vw;
        color: #222;
        margin-bottom: 1.302vw; }
        .details .top .info .p:last-child {
          margin-bottom: 0; align-items: flex-start;}
        .details .top .info .p img {
          width: 1.250vw;
          margin-right: 0.729vw; }
        .details .top .info .p span {
          width: 12.344vw; }
  @media screen and (min-width: 320px) and (max-width: 1180px) {
    .details {
      margin: -0.77rem 0.41rem 0;
      padding: 0.41rem; }
      .details .top {
        display: block; }
        .details .top .info {
          font-size: 0;
          width: initial; }
          .details .top .info .logo {
            margin-bottom: 0.41rem;
            padding: 0.18rem 0.4rem; }
            .details .top .info .logo img {
              width: 2.31rem; }
          .details .top .info h3 {
            margin-top: 0.41rem;
            margin-bottom: 0.54rem;
            font-size: 0.54rem; }
          .details .top .info .p {
            font-size: 0.36rem;
            margin-bottom: 0.46rem; }
            .details .top .info .p span {
              width: 5.34rem; }
            .details .top .info .p img {
              width: 0.57rem; }
      .details .right {
        display: none; }
      .details .map {
        margin-top: 0.77rem; }
        .details .map #map {
          width: 100%;
          height: 7.74rem; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .details .top .info h3 {
      font-size: 36px; }
    .details .top .info .p {
      font-size: 24px; }
      .details .top .info .p img {
        width: 30px; } }

.BMap_bubble_title {
  font-size: 18px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .BMap_bubble_title {
      font-size: 14px; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .BMap_bubble_title {
      font-size: 22px; } }
