.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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 .content {
  display: flex;
  flex-wrap: wrap;
}
.main-1 .item {
  width: calc((100% - 10rem) / 3);
  display: block;
  margin-right: 5rem;
  margin-bottom: 5rem;
  position: relative;
}
.main-1 .item:nth-of-type(3n) {
  margin-right: 0;
}
.main-1 .item::before {
  content: "";
  position: absolute;
  right: -2.5rem;
  top: 0;
  height: 0;
  border-right: 1px solid #2d6edb;
  transition: all ease 0.3s;
  z-index: 1;
}
.main-1 .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.5rem;
  height: 4.5rem;
  border-right: 1px solid #dedede;
  transition: all ease 0.3s;
}
.main-1 .item:last-of-type {
  margin-right: 0;
}
.main-1 .item:last-of-type::before,
.main-1 .item:last-of-type::after {
  display: none;
}
.main-1 .item .img {
  height: 12rem;
  background-color: #ccc;
  overflow: hidden;
  border-radius: 0.5rem;
}
.main-1 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-1 .item .text {
  padding: 1rem 0;
}
.main-1 .item .text h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-1 .item .text .des {
  max-height: 5rem;
  overflow: hidden;
}
.main-1 .item .text .des div {
  transform: translateY(-2rem);
  transition: all ease 0.3s;
}
.main-1 .item .text .des strong {
  font-size: 1.1rem;
  font-weight: 100;
  color: #999;
}
.main-1 .item .text .des p {
  line-height: 1.8;
  font-size: 0.7rem;
  margin: 1rem 0;
}
.main-1 .item .text .des .b {
  position: relative;
  padding-right: 2.5rem;
}
.main-1 .item .text .des .b::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  height: 60%;
  border-right: 1px solid #999;
  transform: translateY(-40%);
}
.main-1 .item .text .des .b i,
.main-1 .item .text .des .b svg {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1rem;
  transform: translateY(-40%);
}
.main-1 .item:hover::before {
  height: 4.5rem;
}
.main-1 .item:hover::after {
  height: 100%;
}
.main-1 .item:hover .text h6 {
  color: #2d6edb;
}
.main-1 .item:hover .text .des div {
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  main .main-1 .content {
    justify-content: space-between;
  }
  main .main-1 .content .item {
    width: 49%;
    margin-right: 0 !important;
    margin-bottom: 2rem !important;
    border-bottom: 1px solid #ebebeb;
  }
  main .main-1 .content .item::before,
  main .main-1 .content .item::after {
    display: none;
  }
  main .main-1 .content .item .img {
    height: 8rem;
  }
  main .main-1 .content .item .text .des {
    max-height: 6rem;
  }
  main .main-1 .content .item .text h6 {
    font-size: 1rem;
  }
  main .main-1 .content .item .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
