
.footer[page] {
  background-color: #F6F6F6;
}
.facility {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 167px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.facility-menu {
  position: fixed;
  top: 298px;
  left: 50%;
  transform: translateX(-50%);
  width: var(--maxWidth);
  min-width: 1180px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #919191;
  line-height: 28px;
}
.facility-menu-item {
  width: fit-content;
  cursor: pointer;
}
.facility-point {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 1px solid #707070;
  margin-right: 7px;
}
.active .facility-point {
  background-color: #05315A;
  border: 1px solid #05315A;
}
.facility-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #05315A;
  margin: 22px 0 40px 0;
}
.facility-title::before {
  content: ' ';
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  margin-left: -36px;
  transform: translateY(-50%) rotate(225deg);
  border-left: 1px solid;
  border-bottom: 1px solid;
  color: #05315A;
}
.facility-item {
  position: relative;
  width: 88%;
  height: 360px;
  font-size: 15px;
  font-weight: 400;
  color: #919191;
  line-height: 28px;
  margin: 0 0 60px 12%;
  
}
.facility-item-img {
  width: 60%;
  min-width: 960px;
  height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 0px 0px 0px 40px;
}
.facility-item-card {
  width: 410px;
  height: 304px;
  /* background: rgba(255, 255, 255, 0.8); */
  background: rgb(241, 241, 241, 0.8);
  border-radius: 0px 0px 0px 40px;
  padding: 15px;
}
.brl {
  border-radius: 0px 0px 40px 0px;
}
.facility-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #05315A;
  line-height: 28px;
}
.facility-card-desc {
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
  margin: 20px 0;
}
.fl {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fr {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.facility-min {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .min-footer {
    background-color: #F6F6F6;
  }
  .facility-pc {
    display: none;
  }
  .facility-min {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
  }
  .facility {
    padding: 0;
    height: 100vh;
  }
  .page-menu {
    position: absolute;
    top: 85px;
    left: 5%;
    z-index: 10;
    color: #fff;
  }
  .page-menu a {
    color: inherit;
  }
  .facility-slider {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .pagination-min {
    bottom: 30px;
  }
  .pagination-min .swiper-pagination-switch {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: transparent;
    margin: 0 15px;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .pagination-min .swiper-active-switch {
    background-color: #fff;
  }
  .facility-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 342px;
    color: #fff;
    line-height: 1.5;
    padding: 50px 0 0 0;
    font-size: 18px;
    background: linear-gradient(360deg, rgba(255,255,255,0) 0%, #000000 100%);
  }
  .facility-slider-img {
    width: 100%;
    height: 100%;
  }
  .facility-slider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 342px;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #000000 100%);
  }
  .facility-slider-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .facility-swiper-slide {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .facility-slider-top {
    top: 60px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #000000 100%);
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}