.mb0:last-of-type {
  margin-bottom: 0;
}
.mr0:last-of-type {
  margin-right: 0;
}
.index-swiper .swiper-slide {
  height: 100vh;
  background-color: #ccc;
  position: relative;
}
.index-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-swiper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transform: translateX(-50%);
}
.index-swiper .swiper-slide .text * {
  color: #fff;
}
.index-swiper .swiper-slide .text h2 {
  font-size: 2rem;
  line-height: 1.4;
}
.index-swiper .swiper-slide .text p {
  font-size: 1.25rem;
  line-height: 2;
}
.index-swiper .swiper-slide .text .btn {
  display: flex;
  margin-top: 1rem;
}
.index-swiper .swiper-slide .text .btn a {
  padding: 0.4rem 1rem;
  border: 1px solid #fff;
  border-radius: 3rem;
  margin: 0 0.5rem;
}
.index-swiper .swiper-pagination span {
  display: inline-block;
  width: 0.8vw;
  height: 0.8vw;
  margin: 0 0.5rem;
  position: relative;
  z-index: 1;
}
.index-swiper .swiper-pagination span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #fff;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active .path-loop-bg {
  fill: transparent;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active .path-loops {
  stroke: #fff;
}
.index-swiper .swiper-pagination .path-loop-bg {
  fill: #fff;
}
.index-swiper .swiper-pagination .path-loops {
  fill: none;
  stroke: transparent;
  stroke-miterlimit: 10;
  stroke-width: 6px;
  stroke-dashoffset: 200px;
}
.index-swiper .swiper-button {
  border: 1px solid #fff;
}
.index-swiper .swiper-button:hover {
  background-color: #fff;
}
.index-swiper .swiper-button:hover::after {
  color: #2d6edb;
}
.index-swiper .swiper-button::after {
  color: #fff;
}
.main-1 {
  background-color: #ebedec;
  background-image: url("../images/home/h\ \(1\).jpg");
  background-size: cover;
}
.main-1 .top {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
}
.main-1 .bottom {
  justify-content: space-between;
  margin-top: 1rem;
}
.main-1 .bottom .list {
  flex: 1;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-right: 1.2rem;
  background-color: #fff;
}
.main-1 .bottom .list:hover {
  background-color: #2d6edb;
}
.main-1 .bottom .list:hover * {
  color: #fff !important;
}
.main-1 .bottom .list:last-of-type {
  margin-right: 0;
}
.main-1 .bottom .list p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.main-1 .bottom .list span {
  font-size: 0.7rem;
  color: #666;
  line-height: 1.6;
}
.main-1 .main-center {
  display: flex;
}
.main-1 .main-center .item {
  flex: 1;
  border-right: 1px solid #dcdcdc;
}
.main-1 .main-center .item:last-of-type {
  border-right: none;
}
.main-1 .main-center .item p {
  display: flex;
  align-items: flex-end;
}
.main-1 .main-center .item p * {
  color: #2d6edb;
}
.main-1 .main-center .item p .counter {
  font-weight: bold;
  font-size: 3rem;
  line-height: 0.8;
}
.main-1 .main-center .item p b {
  font-size: 0.9rem;
}
.main-1 .main-center .item > span {
  display: inline-block;
  margin-top: 0.5rem;
}
.main-2 {
  background-image: url("../images/home/h\ \(18\).png");
  background-size: auto 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.main-2 .content {
  display: flex;
}
.main-2 .content .item:nth-of-type(2) {
  padding: 0 4rem;
  margin: 0 4rem;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.main-2 .content .item p {
  font-size: 0.9rem;
  font-weight: bold;
  padding-left: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.main-2 .content .item p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background-color: #2d6edb;
  transform: translateY(-50%);
}
.main-2 .content .item div {
  display: flex;
  flex-direction: column;
}
.main-2 .content .item div span {
  padding: 0.5rem 1rem;
  border: 1px solid #ebebeb;
  border-radius: 0.2rem;
  background-color: #fafafa;
  margin-bottom: 1rem;
}
.main-2 .content .item div span:last-of-type {
  margin-bottom: 0;
}
.main-2 .content .item div span:hover {
  color: #fff;
  background-color: #2d6edb;
}
.main-3 {
  background-color: #f0f0f0;
  background-image: url("../images/home/h\ \(2\).jpg");
  background-size: cover;
}
.main-3 .content {
  display: flex;
  flex-wrap: wrap;
}
.main-3 .content .item {
  width: calc((100% - (4 - 1) * 0.65rem) / 4);
  margin-right: 0.65rem;
  margin-bottom: 0.65rem;
}
.main-3 .content .item:nth-of-type(4n) {
  margin-right: 0;
}
.main-3 .content .item {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  min-height: 11rem;
}
.main-3 .content .item:hover {
  background-color: #2d6edb;
}
.main-3 .content .item:hover * {
  color: #fff !important;
}
.main-3 .content .item p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.main-3 .content .item span {
  line-height: 1.6;
  color: #666;
}
.main-4 .content {
  display: flex;
  flex-wrap: wrap;
}
.main-4 .content .item {
  width: calc((100% - (2 - 1) * 0.65rem) / 2);
  margin-right: 0.65rem;
  margin-bottom: 1rem;
}
.main-4 .content .item:nth-of-type(2n) {
  margin-right: 0;
}
.main-4 .content .item {
  display: flex;
  box-shadow: 0rem 0.3rem 0.4rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.main-4 .content .item:hover img {
  transform: scale(1.04);
}
.main-4 .content .item:hover .text {
  background-color: #2d6edb;
}
.main-4 .content .item:hover .text * {
  color: #fff !important;
}
.main-4 .content .item > div {
  flex: 1;
}
.main-4 .content .item .text {
  padding: 3rem 2.6rem;
  background-color: #fafafa;
}
.main-4 .content .item p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.main-4 .content .item span {
  line-height: 1.6;
  color: #666;
}
.main-4 .content .item .img {
  position: absolute;
  right: 0;
  top: 50%;
  height: 102%;
  transform: translateY(-50%);
}
.main-4 .content .item .img img {
  width: auto;
  height: 100%;
  object-fit: unset;
}
.main-5 {
  padding: 0;
}
.main-5 > div {
  padding: 3rem 0;
}
.main-5 .top {
  background-color: #f7f7f7;
  background-image: url("../images/home/h\ \(6\).jpg");
  background-size: cover;
}
.main-5 .top .content .text {
  margin-bottom: 1.5rem;
}
.main-5 .top .content .text p {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.main-5 .top .content .text span {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  color: #666;
  line-height: 1.6;
}
.main-5 .top .content .con {
  display: flex;
  flex-wrap: wrap;
}
.main-5 .top .content .con .item {
  width: calc((100% - (3 - 1) * 2.3rem) / 3);
  margin-right: 2.3rem;
  margin-bottom: 0;
}
.main-5 .top .content .con .item:nth-of-type(3n) {
  margin-right: 0;
}
.main-5 .top .content .con .item {
  padding: 0.75rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
.main-5 .top .content .con .item:hover img {
  transform: scale(1.1);
}
.main-5 .top .content .con .t {
  display: flex;
}
.main-5 .top .content .con .t .img {
  width: 7.5rem;
  height: 4.55rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  overflow: hidden;
}
.main-5 .top .content .con .t .img img {
  height: auto;
}
.main-5 .top .content .con .t .info p {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.main-5 .top .content .con .t .info span {
  line-height: 1.2;
  color: #999;
  font-size: 0.7rem;
}
.main-5 .top .content .con .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.main-5 .top .content .con .b a.c1 {
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  background-color: #2d6edb;
  color: #fff;
  position: relative;
}
.main-5 .top .content .con .b a.c1::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("../images/home/h\ \(8\).png");
  background-size: 100%;
}
.main-5 .bottom {
  background-image: url("../images/home/h\ \(5\).jpg");
  background-size: cover;
}
.main-5 .bottom .content .b {
  justify-content: center !important;
}
.main-5 .bottom .content .con {
  display: flex;
}
.main-5 .bottom .content .con > div {
  width: calc((100% - (3 - 1) * 2.3rem) / 3);
  margin-right: 2.3rem;
}
.main-5 .bottom .content .con > div:last-of-type {
  margin-right: 0;
}
.main-5 .bottom .content .con .item {
  width: 100%;
  margin-bottom: 0.65rem;
}
.main-5 .bottom .content .con .item:last-of-type {
  margin-bottom: 0;
}
.main-5 .bottom .content .con .h .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.main-5 .bottom .content .con .h .item .t {
  flex: 1;
  flex-direction: column;
}
.main-5 .bottom .content .con .h .item .t > div {
  width: 100%;
}
.main-5 .bottom .content .con .h .item .t .img {
  margin-right: 0;
  height: 8.9rem;
}
.main-5 .bottom .content .con .h .item .t .info {
  margin-top: 1rem;
}
.main-5 .bottom .content .con .h .item .t .info *,
.main-5 .bottom .content .con .h .item .t .info {
  text-align: center;
}
.main-5 .bottom .content .c1::after {
  display: none;
}
.main-6 {
  background-color: #fafafa;
}
.main-6 .content {
  display: grid;
  grid-template-rows: repeat(auto, 1fr);
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2.2rem;
}
.main-6 .content .item {
  height: 4rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.main-6 .content .item:hover img {
  transform: scale(1.1);
}
.main-6 .content .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-6 .more {
  text-align: center;
  margin-top: 2.5rem;
}
.main-6 .more a {
  color: #2d6edb;
}
.main-7 .content {
  display: flex;
  flex-wrap: wrap;
}
.main-7 .content .item {
  width: calc((100% - (4 - 1) * 0.35rem) / 4);
  margin-right: 0.35rem;
  margin-bottom: 0;
}
.main-7 .content .item:nth-of-type(4n) {
  margin-right: 0;
}
.main-7 .content .item {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.main-7 .content .item img {
  height: 21.75rem;
  background-color: #ccc;
}
.main-7 .content .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-7 .content .item .text * {
  text-align: center;
  color: #fff;
}
.main-7 .content .item .text i {
  font-size: 2.5rem;
}
.main-7 .content .item .text p {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.main-7 .content .item .text span {
  line-height: 1.6;
}
.main-7 .content .item:hover img {
  transform: scale(1.06);
}
.main-7 .content .item:hover .text {
  background-color: rgba(45, 110, 219, 0.8);
}
.main-8 .content {
  display: flex;
}
.main-8 .content .item {
  flex: 1;
  margin-right: 0.75rem;
  padding: 1.9rem 1.65rem;
  border-radius: 0.5rem;
  background-color: #fafafa;
}
.main-8 .content .item:last-of-type {
  margin-right: 0;
}
.main-8 .content .item .main-title {
  position: relative;
  margin-bottom: 2rem;
}
.main-8 .content .item .main-title::after {
  left: 0;
  transform: translateX(0);
}
.main-8 .content .item .main-title a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #2d6edb;
}
.main-8 .content .link {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ebebeb;
}
.main-8 .content .link:hover img {
  transform: scale(1.06);
}
.main-8 .content .link:hover p {
  color: #2d6edb;
}
.main-8 .content .link.big {
  display: block;
}
.main-8 .content .link .img {
  height: 8rem;
  margin-bottom: 0.5rem;
  background-color: #ccc;
  overflow: hidden;
}
.main-8 .content .link p {
  font-weight: bold;
  line-height: 1.4;
}
.main-8 .content .link b {
  color: #666;
}
.main-8 .content .link span {
  display: block;
  font-size: 0.7rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  color: #666;
}
.main-9 {
  background-color: #494848;
  background-image: url("../images/home/form.jpg");
  background-size: cover;
}
.main-9 .reserve *,
.main-9 .reserve {
  color: #fff !important;
}
.main-9 .reserve *::after,
.main-9 .reserve::after {
  border-color: #fff !important;
}
.main-9 .content {
  width: 48rem;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
.main-9 form .item {
  margin-bottom: 1rem;
}
.main-9 form .item:last-of-type {
  margin-bottom: 0;
}
.main-9 form .item p {
  margin-bottom: 0.7rem;
}
.main-9 form .item input {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ebebeb;
}
.main-9 form .submit {
  display: flex;
  align-items: center;
}
.main-9 form .submit input {
  padding: 0.5rem 2rem;
  background-color: #2d6edb;
  margin-right: 1rem;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index-swiper .swiper-button {
    display: none;
  }
  .main-1 .main-center .item p .counter {
    font-size: 0.9rem;
  }
  .main-1 .main-center .item > span {
    display: inline-block;
    max-width: 80%;
    text-align: center;
  }
  .main-1 .top {
    max-width: 96%;
    margin: 0 auto;
  }
  .main-1 .top .item {
    justify-content: flex-start;
  }
  .main-1 .main-center .item p b {
    font-size: 0.6rem;
  }
  .main-1 .bottom {
    flex-wrap: wrap;
  }
  .main-1 .bottom .list {
    flex: none;
    width: 100%;
    margin-bottom: 2%;
  }
  .main-2 {
    background-image: none;
  }
  .main-2 .content {
    overflow-x: scroll;
  }
  .main-2 .content .item {
    width: 13rem;
    flex-shrink: 0;
  }
  .main-2 .content .item:nth-of-type(2) {
    padding: 0 1rem;
    margin: 0 1rem;
  }
  .main-3 .content .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    min-height: 7rem;
  }
  .main-4 .content .item {
    min-height: 6rem;
    margin-right: 0;
    margin-bottom: 2%;
    width: 100%;
  }
  .main-4 .content .item .text {
    padding: 0 2.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main-5 .top .content .con .img {
    height: auto !important;
  }
  .main-5 .top .content .con .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .main-5 .bottom .content .con > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .main-6 .content {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2%;
  }
  .main-7 .content {
    justify-content: space-between;
  }
  .main-7 .content .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .main-7 .content .item img {
    height: 13.5rem;
  }
  .main-8 .main-title p {
    text-align: left;
  }
  .main-8 .main-title a {
    bottom: 40% !important;
  }
  .main-8 .content {
    flex-wrap: wrap;
  }
  .main-8 .content .item {
    flex: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
    padding: 2%;
  }
  .main-9 .content {
    width: 96%;
    margin: 0 auto;
  }
}
