.breadcrumb {
  display: none;
}

@media (min-width: 1024px) {
  .owl-carousel--show-lg {
    display: block;
  }
}

.banner {
  height: 280px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/index/banner1_phone@3x.jpg");
  padding: 50px 0 40px;
  margin: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .banner {
    background-image: url("../images/index/banner1_web@3x.jpg");
  }
}

@media (min-width: 1024px) {
  .banner {
    margin-bottom: 0;
    padding: 50px 0 40px;
    min-height: 400px;
  }
}

.banner::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 2;
  opacity: .2;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.banner__imgbox {
  overflow: hidden;
  position: relative;
  display: none;
}

.banner__imgbox::after {
  padding-top: 74.66667%;
  content: "";
  display: none;
}

@media (min-width: 1024px) {
  .banner__imgbox::after {
    padding-top: 20.83333%;
  }
}

.banner__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  z-index: 1;
}

.banner__infobox {
  color: #fff;
  position: relative;
  text-align: center;
  padding: 15px;
  width: 100%;
  max-width: 525px;
  z-index: 2;
}

.banner__title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  .banner__title {
    font-size: 32px;
  }
}

.banner__desc {
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .banner__desc {
    font-size: 18px;
    margin: 0 0 25px;
  }
}

.banner .search__form-wrap {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.banner .search__pre-icon {
  left: 5px;
}

.banner .search__input {
  border-bottom: none;
  border: none;
  padding: 7px 8px 7px 40px;
  height: 48px;
}

.banner .btn {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .banner .btn {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .arealist-index .owl-carousel--show-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: -7px;
  }
}

.arealist-index .taglist {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.arealist-index .taglist__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.arealist-index__item {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-radius: 5px;
}

.arealist-index__item::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.arealist-index__item::after {
  padding-top: 100%;
  content: "";
  display: block;
}

@media (min-width: 1024px) {
  .arealist-index__item {
    height: 270px;
    margin: 7px;
    width: calc(20% - 14px);
  }
}

@media (min-width: 1024px) {
  .arealist-index__item:hover {
    width: 33.33%;
  }
}

.arealist-index__imgbox {
  border-radius: 5px;
  overflow: hidden;
}

.arealist-index__img-link {
  display: block;
  position: relative;
}

.arealist-index__img-link:active::before {
  opacity: .06;
}

@media (min-width: 1024px) {
  .arealist-index__img-link:hover::before {
    opacity: .06;
  }
}

.arealist-index__img-link::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.arealist-index__img-link::after {
  padding-top: 100%;
  content: "";
  display: block;
}

@media (min-width: 1024px) {
  .arealist-index__img-link::after {
    padding-top: 75%;
  }
}

.arealist-index__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  z-index: 1;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.arealist-index__infobox {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (min-width: 1024px) {
  .arealist-index__infobox {
    padding: 15px;
    -webkit-transform: translateY(68px);
    -ms-transform: translateY(68px);
    transform: translateY(68px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
}

@media (min-width: 1024px) {
  .arealist-index__item:hover .arealist-index__infobox {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.arealist-index__title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 1.4em;
  min-height: 1.4em;
  line-height: 1.4;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .arealist-index__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.arealist-index__desc {
  font-size: 12px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 1.4em;
  min-height: 1.4em;
  line-height: 1.4;
  max-width: 100%;
  margin: 0 auto 10px;
  display: none;
}

@media (min-width: 1024px) {
  .arealist-index__desc {
    display: block;
  }
}

.arealist-index__tagbox {
  display: none;
}

@media (min-width: 1024px) {
  .arealist-index__tagbox {
    display: block;
  }
}

.arealist-index__linkcover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-indent: -999999px;
  overflow: hidden;
}

.section-history {
  display: none;
}

@media (min-width: 1024px) {
  .section-history {
    display: block;
  }
}

/*# sourceMappingURL=pg_index.css.map */