.separate-line01 {
    display: block;
    position: relative;
    width: 100%;
    border-top: 3px dotted;
    margin: 30px 0;
}

.check-list {
    position: relative;
}

.check-list li {
    position: relative;
    padding-left: 1.5rem;
}


.check-list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    background: url(/upload/tenant_4/3e94357e641238c7e3d43bb7d8190f7b.png) 0 0  no-repeat;
    width: 18px;
    height: 18px;
    z-index: 1;
    background-size: contain;
}

@media (max-width:599px) {
    .w25 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w25 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w25 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
  .homeSlide .ofiImg.t50 {
      padding-top: 100%;
  }
}

.color-white a {
    color: #fff;
}

.mt30{
  margin-top: 30px;
}

/**2024/09/**/
.head-f {
  display: flex;
}
.head-f .address {
  margin-left: auto;
  margin-right: 60px;
}
.head-f .address div {
  text-align: center;
  font-size: 10px;
  padding-top: 10px;
  line-height: 2.5;
}

@media (max-width: 599px){
  .head-f {
    display: block;
  }
  .hlogo {
    text-align: center;
  }
  .head-f .address {
    margin-right: auto;
  }
  .head-f .address div {
    padding-top: 0;
    line-height: 2;
    margin-bottom: 10px;
  }
}
