.head-nav p,
.head-nav ul li a {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  margin: 10px 0;
  margin-right: 90px;
}
.head-nav {
  position: sticky;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  top: 84px;
  background: #fff;
  display: flex;
}
.head-nav ul .active a {
  border-color: #e68000;
  color: #e68000;
  border-bottom: 1px solid #e68000;
}
.head-nav ul,
.head-nav ul li {
  display: inline-block;
}
.head-nav ul li a {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.region-container {
  padding-bottom: 30px;
}
.region-box {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ebebeb;
  padding: 35px 0 60px;
}
.region-box:last-child {
  border-bottom: none;
}
.region-box .label {
  font-weight: bold;
  font-size: 32px;
  color: #111111;
  width: 200px;
  margin-right: 50px;
  line-height: 1.2;
}
.region-box .region-list {
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.region-box .region-list .region-item {
  width: calc(50% - 10px);
  margin-bottom: 60px;
}
.region-box .title {
  font-weight: bold;
  font-size: 24px;
  color: #e48020;
  margin-bottom: 20px;
}
.region-box .img {
  width: 210px;
  height: 140px;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 40px;
  overflow: hidden;
}
.region-box .box {
  display: flex;
  align-items: center;
  padding-right: 20px;
  width: 100%;
}
.region-box .text {
  width: calc(100% - 260px);
}
.region-box .text p {
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  width: 100%;
}
.region-box .text .tel,
.region-box .text .website {
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  line-height: 28px;
}
.region-box .text a {
  color: #025872;
  font-size: 14px;
}

@media screen and (max-width: 1440px) {
  .region-box .label {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1360px) {
  .region-box .img {
    width: 200px;
    margin-right: 30px;
  }
  .region-box .text {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .region-box {
    flex-direction: column;
  }
  .region-box .label {
    width: 100%;
    margin-bottom: 20px;
  }
  .region-box .region-list {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .region-box .label {
    width: 150px;
  }
  .region-box .region-list {
    grid-row-gap: 40px;
  }
  .region-box {
    padding-bottom: 40px;
  }
  .region-box .img {
    width: 180px;
  }
  .region-box .title {
    font-size: 20px;
  }
  .region-box .text p {
    font-size: 18px;
  }
  .region-box .text a,
  .region-box .text .tel,
  .region-box .text .website {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .container-box {
    display: flex;
    /* flex-direction: row-reverse; */
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .region-box .region-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .region-box {
    padding-top: 0;
  }
  .head-nav,
  .head-nav ul,
  .head-nav ul li {
    display: block;
  }

  .head-nav {
    /* margin-left: 20px; */
    display: flex;
    width: 100%;
    left: 0;
    top: 1.08rem;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 20px;
    border-top: 0;
  }
  .head-nav ul {
    display: flex;
    /* overflow-x: auto; */
    flex-wrap: wrap;
  }
  .head-nav ul li {
    margin-right: 20px;
  }
  .head-nav p,
  .head-nav ul li a {
    margin-right: 0;
    font-size: 16px;
  }
  .region-container {
    padding-top: 30px;
    background-color: #fff;
    width: 100%;
  }
  .region-box .label {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .region-box .title {
    font-size: 18px;
  }
  .region-box {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .region-box .box {
    display: block;
    padding-right: 0;
  }
  .region-box .img {
    margin-right: 0;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .region-box .text p {
    margin-bottom: 10px;
  }
}
