:root {
  --color-pri: #36624C;
  --color-pri2: #073741;
}

@media screen and (max-width: 1200px) {
  .gap-res {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.banner .bg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 600px) {
  .hpj-all-flex .col {
    width: 50%;
  }
}
.hpj-all-item .inner {
  position: relative;
}
.hpj-all-item .img-inner {
  display: block;
  padding-top: calc((288 / 384) * 100%);
  position: relative;
  overflow: hidden;
}
.hpj-all-item .img-inner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50.29%, #000000 100%);
}
.hpj-all-item .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hpj-all-item .info {
  padding: 1rem;
}
.hpj-all-item .info-tt {
  text-align: center;
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .hpj-all-item .info-tt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1001px) {
  .hpj-all-item .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .hpj-all-item .info-tt {
    color: white;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.hpj-all-pagination {
  width: 100%;
}
.hpj-des-filter {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 950px) {
  .hpj-des-filter {
    flex-direction: column;
    gap: 1rem;
  }
}
.hpj-des-filter .txt {
  width: 25%;
}
@media screen and (max-width: 950px) {
  .hpj-des-filter .txt {
    width: 100%;
  }
}
.hpj-des-filter-box {
  width: 75%;
}
@media screen and (max-width: 950px) {
  .hpj-des-filter-box {
    width: 100%;
  }
}
.hpj-des-filter-box .form-ip {
  width: 33.3333333333%;
}
@media screen and (max-width: 550px) {
  .hpj-des-filter-box .form-ip {
    width: 50%;
  }
  .hpj-des-filter-box .form-ip:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .hpj-des-filter-box .form-ip {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hpj-des-flex .col {
    width: 50%;
  }
}
.hpj-des-item .inner {
  padding: 1.6rem;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
@media screen and (max-width: 768px) {
  .hpj-des-item .inner {
    padding: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .hpj-des-item .inner {
    padding: 0;
    box-shadow: none;
  }
}
.hpj-des-item .inner .img-inner {
  display: block;
  padding-top: calc((264 / 352) * 100%);
  position: relative;
  overflow: hidden;
}
.hpj-des-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hpj-des-item .inner .img-inner:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
  }
}
.hpj-des-item .inner .info {
  padding-top: 1rem;
}
.hpj-des-item .inner .info-tt {
  display: block;
  text-align: center;
  transition: 0.4s;
  color: var(--color-pri2);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .hpj-des-item .inner .info-tt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .hpj-des-item .inner .info-tt:hover {
    color: var(--color-pri);
  }
}
.hpj-dt-slider {
  --cg:2.4rem;
  --rg:2.4rem;
}
@media screen and (max-width: 1200px) {
  .hpj-dt-slider {
    --cg:1.2rem;
    --rg:1.2rem;
  }
}
.hpj-dt-slider-main {
  position: relative;
}
.hpj-dt-slider-main-item .img-inner {
  display: block;
  padding-top: calc((760 / 1216) * 100%);
  position: relative;
  overflow: hidden;
}
.hpj-dt-slider-main-item .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hpj-dt-slider-main-item .info {
  background-color: black;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.4rem;
  padding-bottom: 0;
  color: white;
}
@media screen and (max-width: 768px) {
  .hpj-dt-slider-main-item .info {
    padding: 1rem;
    padding-bottom: 0.5rem;
    position: static;
  }
}
.hpj-dt-slider-main-item .info-tt {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .hpj-dt-slider-main-item .info-tt {
    font-size: 1.8rem;
  }
}
.hpj-dt-slider-main-item .info-des {
  color: #C2C2C2;
  font-size: 1.6rem;
  font-weight: 300;
  max-width: 75rem;
}
@media screen and (max-width: 1200px) {
  .hpj-dt-slider-main-item .info-des {
    font-size: 1.4rem;
  }
}
.hpj-dt-slider-main-control {
  display: flex;
  align-items: end;
  gap: 1.6rem;
  background-color: black;
}
.hpj-dt-slider-main-control .swiper-pagination-progressbar {
  background-color: white;
}
.hpj-dt-slider-main-control .swiper-pagination-progressbar-fill {
  background-color: var(--color-pri) !important;
}
.hpj-dt-slider-main-control .swiper-control-btn {
  background-color: var(--color-pri);
  color: white;
}
.hpj-dt-slider-main-control .swiper-control .swiper-button-disabled {
  background-color: #E0E0E0;
  pointer-events: none;
  opacity: 1;
  border-color: #E0E0E0;
}
.hpj-dt-slider-thumb {
  margin-top: var(--cg);
}
.hpj-dt-slider-thumb-item {
  cursor: pointer;
}
.hpj-dt-slider-thumb-item .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.hpj-dt-slider-thumb-item .img-inner::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}
.hpj-dt-slider-thumb-item .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hpj-dt-slider-thumb .swiper-slide {
  width: 25%;
}
.hpj-dt-slider-thumb .swiper-slide-thumb-active .hpj-dt-slider-thumb-item .img-inner::after {
  opacity: 0;
}

/*# sourceMappingURL=remake.css.map */
