.home {
  position: relative;
}
.home .banner {
  position: relative;
}
.home .banner .bg {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .banner .text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
}
.home .banner .text h1 {
  font-size: 3.3333333333vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.12;
}
.home .banner .waterBox {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 4.1666666667vw;
  margin-bottom: -0.1041666667vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .banner .waterBox svg {
  width: 100%;
  height: 4.0625vw;
  max-height: 100vh;
  margin: 0;
  display: block;
}
.home .banner .waterBox .water .parallax > use {
  transition: fill 0.5s ease-in-out;
  animation: 5s linear 1s infinite move-forever;
}
.home .main {
  margin: 4.1666666667vw 10.4166666667vw 10.4166666667vw 10.4166666667vw;
}
.home .main .types .d1 {
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
}
.home .main .types .d1 .pt {
  color: #000;
  font-size: 0.8333333333vw;
}
.home .main .types .d1 .chose {
  cursor: pointer;
  position: relative;
  margin-left: 1.0416666667vw;
}
.home .main .types .d1 .chose .c1 {
  width: 11.0416666667vw;
  height: 2.0833333333vw;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.4166666667vw 0.625vw 0.4166666667vw 1.0416666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
.home .main .types .d1 .chose .c1 svg {
  width: 0.8333333333vw;
  display: block;
  height: auto;
}
.home .main .types .d1 .chose .c2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-radius: 8px;
  background: #005CB9;
  padding: 0.4166666667vw 1.0416666667vw;
  display: none;
}
.home .main .types .d1 .chose .c2 p {
  color: #FFF;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  transition: all 600ms;
}
.home .main .types .d1 .chose .c2 p:not(:last-child) {
  margin-bottom: 0.4166666667vw;
}
.home .main .types .d2 {
  display: flex;
  justify-content: space-between;
  margin: 2.2916666667vw 0 3.8541666667vw 0;
  z-index: 5;
}
.home .main .types .d2 .pt {
  color: #000;
  font-size: 0.8333333333vw;
  margin-top: 0.4166666667vw;
}
.home .main .types .d2 .chose {
  width: calc(100% - 4.48vw);
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.0416666667vw;
}
.home .main .types .d2 .chose p {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.4166666667vw 0;
  color: #000;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  transition: all 600ms;
}
.home .main .types .d2 .chose p.on {
  background: #005CB9;
  color: white;
  border-color: #005CB9;
}
.home .main .boxes .box {
  display: none;
}
.home .main .boxes .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375vw 3.6458333333vw;
}
.home .main .boxes .box .list a {
  background: #F7F7F7;
  display: block;
  width: 100%;
  border-radius: 1.0416666667vw;
}
.home .main .boxes .box .list a .pic {
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
  overflow: hidden;
}
.home .main .boxes .box .list a .pic img {
  width: 100%;
  height: 14.2708333333vw;
  display: block;
  object-fit: cover;
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
  transition: all 600ms;
}
.home .main .boxes .box .list a .text {
  padding: 1.0416666667vw 1.3020833333vw 1.5625vw 2.0833333333vw;
}
.home .main .boxes .box .list a .text .pt {
  color: #000;
  font-size: 1.0416666666667vw;
  font-weight: 600;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.6875vw;
}
.home .main .boxes .box .list a .text .info {
  margin: 1.0416666667vw 0 0.8333333333vw 0;
  display: none;
}
.home .main .boxes .box .list a .text .info .i {
  display: flex;
  align-items: center;
}
.home .main .boxes .box .list a .text .info .i:not(:last-child) {
  margin-bottom: 0.8333333333vw;
}
.home .main .boxes .box .list a .text .info .i .icon svg {
  width: 1.25vw;
  display: block;
}
.home .main .boxes .box .list a .text .info .i .icon svg path {
  transition: all 600ms;
}
.home .main .boxes .box .list a .text .info .i .icon .svg_storke path {
  stroke: rgba(0, 0, 0, 0.6);
}
.home .main .boxes .box .list a .text .info .i .icon .svg_fill path {
  fill: rgba(0, 0, 0, 0.6);
}
.home .main .boxes .box .list a .text .info .i p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8333333333vw;
  margin-left: 0.6770833333vw;
}
.home .main .boxes .box .list a .text .info .i:hover .svg_storke path {
  stroke: #005CB9;
  stroke-opacity: 1;
}
.home .main .boxes .box .list a .text .info .i:hover .svg_fill path {
  fill: #005CB9;
  fill-opacity: 1;
}
.home .main .boxes .box .list a .text .info .i:hover p {
  color: #005CB9;
}
.home .main .boxes .box .list a .text .more {
  padding: 0.625vw 2.8125vw;
  border-radius: 1.0416666667vw;
  color: #FFF;
  font-size: 0.8333333333vw;
  background: #005CB9;
  width: fit-content;
  transition: all 600ms;
  margin-top: 1.71875vw;
}
.home .main .boxes .box .list a.showInfo .text .info {
  display: block;
}
.home .main .boxes .box .list a.showInfo .text .more {
  margin-top: 0;
}
.home .main .boxes .box .list a:hover .pic img {
  transform: scale(1.05);
}
.home .main .boxes .box .list a:hover .text .more {
  background: #000;
}
.home .main .boxes .box .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.2916666667vw;
}
.home .main .boxes .box .pager .prev {
  display: flex;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #005CB9;
  transition: all 600ms;
}
.home .main .boxes .box .pager .prev svg {
  width: 0.5208333333vw;
  display: block;
}
.home .main .boxes .box .pager .prev svg path {
  transition: all 600ms;
}
.home .main .boxes .box .pager .prev:hover {
  background: #005CB9;
}
.home .main .boxes .box .pager .prev:hover svg path {
  stroke: #FFF;
}
.home .main .boxes .box .pager .nums {
  margin: 0 2.0833333333vw;
  display: flex;
}
.home .main .boxes .box .pager .nums a {
  color: #005CB9;
  font-weight: 600;
  font-size: 0.8333333333vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 0.2604166667vw;
}
.home .main .boxes .box .pager .nums a.on {
  background: #005CB9;
  color: white;
}
.home .main .boxes .box .pager .next {
  display: flex;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #005CB9;
  transition: all 600ms;
}
.home .main .boxes .box .pager .next svg {
  width: 0.5208333333vw;
  display: block;
}
.home .main .boxes .box .pager .next svg path {
  transition: all 600ms;
}
.home .main .boxes .box .pager .next:hover {
  background: #005CB9;
}
.home .main .boxes .box .pager .next:hover svg path {
  stroke: #FFF;
}
.home .main .boxes .box.showBox {
  display: block;
}
@media screen and (max-width: 1024px) {
  .home .banner {
    margin-top: 60px;
  }
  .home .banner img {
    height: 200px;
  }
  .home .banner .text h1 {
    font-size: 32px;
  }
  .home .main {
    margin: 30px 5% 80px 5%;
  }
  .home .main .types .d1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .home .main .types .d1 .pt {
    font-size: 16px;
  }
  .home .main .types .d1 .chose {
    margin-left: 0;
    margin-top: 10px;
  }
  .home .main .types .d1 .chose .c1 {
    width: 240px;
    height: 40px;
    padding: 4px 20px;
    font-size: 16px;
  }
  .home .main .types .d1 .chose .c1 svg {
    width: 10px;
  }
  .home .main .types .d1 .chose .c2 {
    padding: 4px 10px;
  }
  .home .main .types .d1 .chose .c2 p {
    font-size: 16px;
  }
  .home .main .types .d1 .chose .c2 p:not(:last-child) {
    margin-bottom: 4px;
  }
  .home .main .types .d2 {
    margin: 20px 0 37px 0;
    flex-direction: column;
  }
  .home .main .types .d2 .pt {
    font-size: 16px;
    margin-top: 0;
  }
  .home .main .types .d2 .chose {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
  }
  .home .main .types .d2 .chose p {
    padding: 8px 0;
    font-size: 16px;
  }
  .home .main .boxes .box .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .home .main .boxes .box .list a {
    border-radius: 10px;
  }
  .home .main .boxes .box .list a .pic {
    border-radius: 10px 10px 0 0;
  }
  .home .main .boxes .box .list a .pic img {
    height: 200px;
    border-radius: 10px 10px 0 0;
  }
  .home .main .boxes .box .list a .text {
    padding: 10px 12px 15px 20px;
  }
  .home .main .boxes .box .list a .text .pt {
    font-size: 18px;
    height: auto;
    -webkit-line-clamp:inherit;
  }
  .home .main .boxes .box .list a .text .info {
    margin: 10px 0 8px 0;
  }
  .home .main .boxes .box .list a .text .info .i:not(:last-child) {
    margin-bottom: 8px;
  }
  .home .main .boxes .box .list a .text .info .i .icon svg {
    width: 24px;
  }
  .home .main .boxes .box .list a .text .info .i p {
    font-size: 16px;
    margin-left: 10px;
  }
  .home .main .boxes .box .list a .text .more {
    padding: 10px 27px;
    border-radius: 15px;
    font-size: 16px;
    margin-top: 10px;
  }
  .home .main .boxes .box .list a.showInfo .text .info {
    display: block;
  }
  .home .main .boxes .box .list a.showInfo .text .more {
    margin-top: 10px;
  }
  .home .main .boxes .box .pager {
    margin-top: 22px;
  }
  .home .main .boxes .box .pager .prev, .home .main .boxes .box .pager .next {
    width: 32px;
    height: 32px;
  }
  .home .main .boxes .box .pager .prev svg, .home .main .boxes .box .pager .next svg {
    width: 10px;
  }
  .home .main .boxes .box .pager .nums {
    margin: 0 10px;
  }
  .home .main .boxes .box .pager .nums a {
    width: 32px;
    height: 32px;
    margin: 0 5px;
    font-size: 14px;
  }
  .home .main .boxes .box .pager .nums a:nth-child(3), .home .main .boxes .box .pager .nums a:nth-child(4), .home .main .boxes .box .pager .nums a:nth-child(5) {
    display: none;
  }
}