.section-box {
  padding: 60px 0 100px 0;
}

.section-box p {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 40px;
}

.section-box p a {
  color: #468f73;
  font-size: 18px;
  text-decoration: underline;
}

.section-box p a:hover {
  color: #333;
}

.red {
  color: #df2323;
}

.addressBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.addressBox p {
  line-height: 18px;
  margin: 0;
}

.addressBox .left {
  padding-top: 80px;
}

.addressBox .left p {
  margin-bottom: 20px;
}

.addressBox .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 236px;
}

.addressBox .right p {
  font-size: 20px;
  line-height: 20px;
}

.addressBox .right img {
  margin-top: 10px;
}

.mapBox h4 {
  font-size: 20px;
  line-height: 20px;
}

.mapBox img {
  margin: 30px 0;
}

.mobile_lxwm_map {
  display: none;
}

@media screen and (max-width: 1366px) {
  .section-box {
    width: 7.02rem;
    padding: 2.8rem 0 0.8rem 0;
  }

  .section-box p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.5rem;
    padding: 0 0.36rem;
  }

  .section-box p a {
    color: #468f73;
    font-size: 0.26rem;
    text-decoration: underline;
  }

  .section-box p a:hover {
    color: #333;
  }

  .addressBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.66rem;
  }

  .addressBox p {
    line-height: 0.4rem;
    margin: 0;
  }

  .addressBox .left {
    padding-top: 0;
  }

  .addressBox .left p {
    margin-bottom: 0;
  }

  .addressBox .right {
    display: none;
  }

  .mapBox h4 {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .mapBox h4:nth-of-type(1) {
    padding: 0 0 0 0.36rem;
  }

  .mapBox img {
    margin: 0.3rem 0 0.47rem;
    width: 100%;
  }

  .lxwm_map {
    display: none;
  }

  .mobile_lxwm_map {
    display: block;
  }
}
