.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.not .content .text p {
  padding-left: 0;
}
.main-1.not .content .text p::after {
  display: none;
}
.main-1 .content .item:nth-of-type(odd) {
  background-color: #fff;
}
.main-1 .content .item:nth-of-type(even) {
  background-color: #fff;
}
.main-1 .content .item > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
}
.main-1 .content .img {
  width: 48%;
}
.main-1 .content .text {
  max-width: 48%;
}
.main-1 .content .text h6 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.main-1 .content .text p {
  font-size: 0.9rem;
  padding-left: 0.5rem;
  line-height: 1.6;
  position: relative;
}
.main-1 .content .text p::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #2d6edb;
}
.main-1 .content .lab {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.main-1 .content .lab .item {
  display: flex;
  align-items: center;
}
.main-1 .content .lab span {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  color: #fff;
  background-color: #2d6edb;
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-1 .content .lab p {
  font-size: 0.6rem;
}
.main-1 .content .tel {
  display: flex;
  align-items: center;
}
.main-1 .content .tel .l {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.8rem;
  border-radius: 0.2rem;
  background-color: #2d6edb;
  margin-right: 1rem;
}
.main-1 .content .tel .l * {
  color: #fff;
}
.main-1 .content .tel .l i {
  font-size: 2rem;
  margin-right: 0.8rem;
}
.main-1 .content .tel .l span {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}
.main-1 .content .tel .l b {
  font-size: 0.6rem;
}
.main-1 .content .tel .r {
  display: flex;
  align-items: center;
}
.main-1 .content .tel .r i {
  font-size: 1.5rem;
  margin-right: 0.2rem;
  color: #2d6edb;
}
.main-1 .content .tel .r strong {
  font-size: 1.5rem;
  color: #2d6edb;
  font-weight: bold;
}
.main-1 .content .btn-wrap {
  display: flex;
  margin-top: 2rem;
}
.main-1 .content .btn-wrap a {
  padding: 0.7rem 2rem;
  border-radius: 4rem;
  margin-right: 1rem;
  position: relative;
  border: 1px solid #2d6edb;
}
.main-1 .content .btn-wrap a:hover {
  background-color: #2d6edb;
  color: #fff;
}
.main-1 .content .btn-wrap a:hover .mask {
  display: block;
}
.main-1 .content .btn-wrap a .mask {
  position: absolute;
  right: 50%;
  top: calc(100% + 1rem);
  transform: translateX(50%);
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 0.5rem #ebebeb;
  border-radius: 0.2rem;
  display: none;
}
.main-1 .content .btn-wrap a .mask.ewm {
  padding: 0.5rem;
}
.main-1 .content .btn-wrap a .mask::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-bottom: 0.5rem solid #fff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  transform: translateX(-50%);
}
.main-1 .content .btn-wrap a .mask .img {
  width: 4rem;
  height: 4rem;
  background-color: #ccc;
}
.main-1 .content .btn-wrap a .mask span {
  display: inline-block;
  margin-top: 0.5rem;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: bold;
}
.main-1 .content .btn-wrap a .mask p {
  text-align: center;
  font-size: 0.7rem;
  margin-top: 0.5rem;
  color: #333;
}
.main-2 .content {
  display: flex;
  flex-wrap: wrap;
}
.main-2 .content .item {
  width: calc((100% - (5 - 1) * 1rem) / 5);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.main-2 .content .item:nth-of-type(5n) {
  margin-right: 0;
}
.main-2 .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-2 .content .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #2d6edb;
}
.main-2 .content i {
  font-size: 1.5rem;
  color: #2d6edb;
}
.main-2 .content p {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  font-weight: 500;
}
.main-3 .content {
  display: flex;
  flex-wrap: wrap;
}
.main-3 .content .item {
  width: calc((100% - (3 - 1) * 1rem) / 3);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.main-3 .content .item:nth-of-type(3n) {
  margin-right: 0;
}
.main-3 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}
.main-3 .item i {
  font-size: 2rem;
  color: #2d6edb;
}
.main-3 .item p {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 1rem 0;
}
.main-3 .item span {
  line-height: 1.8;
}
.main-4 .content {
  display: flex;
  flex-wrap: wrap;
}
.main-4 .content .item {
  width: calc((100% - (4 - 1) * 1rem) / 4);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.main-4 .content .item:nth-of-type(4n) {
  margin-right: 0;
}
.main-4 .content .item {
  padding: 1rem;
  border: 1px solid #ebebeb;
  border-radius: 0.5rem;
  position: relative;
}
.main-4 .content .item .i {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-4 .content .item .i i {
  font-size: 3rem;
  color: #2d6edb;
}
.main-4 .content .item p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.main-4 .content .item span {
  display: block;
  line-height: 2;
}
.main-5 {
  background-color: #f5f5f5;
}
.main-5 .content {
  display: flex;
}
.main-5 .content .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.main-5 .content .title h2 {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.main-5 .content .title p {
  text-transform: uppercase;
}
.main-5 .content .left {
  flex: 1;
  margin-right: 2rem;
}
.main-5 .content .left .con {
  display: flex;
  flex-wrap: wrap;
}
.main-5 .content .left .con .item {
  width: calc((100% - (3 - 1) * 1rem) / 3);
  margin-right: 1rem;
  margin-bottom: 0;
}
.main-5 .content .left .con .item:nth-of-type(3n) {
  margin-right: 0;
}
.main-5 .content .left .con .item .img {
  height: 8rem;
  overflow: hidden;
}
.main-5 .content .left .con .item:hover img {
  transform: scale(1.1);
}
.main-5 .content .left .con .item:hover p {
  color: #2d6edb;
}
.main-5 .content .left .con .item p {
  line-height: 1.6;
  padding: 0.5rem 0;
}
.main-5 .content .left .con .item span {
  line-height: 1.8;
  font-size: 0.7rem;
  color: #666;
}
.main-5 .content .right {
  width: 14rem;
  flex-shrink: 0;
}
.main-5 .content .right .con {
  height: 15rem;
  overflow: auto;
}
.main-5 .content .right .con a {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
}
.main-5 .content .right .con a:hover {
  color: #2d6edb;
}
.fun_table {
  width: 100%;
}
.fun_table tbody tr td {
  border: 2px solid #f4f7fa;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding: 0px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .main-1 .content .item:nth-of-type(odd) > div {
    flex-direction: column-reverse;
  }
  .main-1 .content .item .text {
    margin-bottom: 1rem;
  }
  .main-1 .content .item > div {
    flex-direction: column;
    padding: 2rem 0;
  }
  .main-1 .content .item > div > div {
    width: 100% !important;
    max-width: 100%;
  }
  .main-2 .content {
    justify-content: space-between;
  }
  .main-2 .content .item {
    width: calc((100% - (3 - 1) * 1rem) / 3);
    margin-right: 2% !important;
  }
  .main-2 .content .item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .main-2 .content .item:nth-of-type(5n) {
    margin-right: 2%;
  }
  .main-2 .content .item p {
    font-size: 0.9rem;
  }
  .main-3 .content {
    justify-content: space-between;
  }
  .main-3 .content .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
    padding: 1rem 0;
  }
  .main-3 .content .item span {
    text-align: center;
    line-height: 1.4;
  }
  .main-4 .content {
    justify-content: space-between;
  }
  .main-4 .content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
    padding-top: 6rem;
  }
  .main-4 .content .item::before {
    bottom: 100%;
    right: 50%;
    transform: translate(50%, 130%);
  }
  .main-5 .content {
    flex-direction: column;
  }
  .main-5 .content .left {
    flex: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .main-5 .content .left .con {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .main-5 .content .left .con .item {
    width: 10rem;
    flex-shrink: 0;
  }
  .fun_table tbody tr td {
    font-size: 0.6rem;
    padding-left: 0.5rem;
  }
}
