.index-swiper .swiper-slide {
  background-color: #ccc;
  position: relative;
  height: 100vh;
}
.index-swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-swiper .swiper-slide a {
  position: relative;
}
.index-swiper .swiper-slide a:hover .code {
  display: block;
}
.index-swiper .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateX(-50%);
  padding-bottom: 10%;
}
.index-swiper .swiper-slide .text * {
  color: #fff;
}
.index-swiper .swiper-slide .text h2 {
  font-size: 3.1rem;
  line-height: 2;
  font-weight: normal;
}
.index-swiper .swiper-slide .text p {
  font-size: 1.55rem;
  line-height: 1.4;
  text-align: center;
  color: #adb4c3;
}
.index-swiper .swiper-slide .text p span {
  font: inherit;
  color: #fff;
}
.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 {
  bottom: 3rem;
}
.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-radius: 50%;
  background-color: #fff;
  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 {
  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: 0;
}
.index-swiper .swiper-button {
  border: none;
  top: auto;
  bottom: 10%;
  background-color: transparent;
}
.index-swiper .swiper-button:hover {
  background-color: #fff;
}
.index-swiper .swiper-button:hover::after {
  color: #e60a1d;
}
.index-swiper .swiper-button::after {
  color: #fff;
  font-size: 1.5rem !important;
}
.search-page .tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-page .tit p {
  color: #1c2b62;
  font-size: 1.2rem;
  font-family: "Hm-Regular";
  margin-bottom: 0.8rem;
}
.search-page .tit span {
  font-size: 1.8rem;
  font-family: "Hm-Regular";
}
.search-page .tit .nav {
  display: flex;
}
.search-page .tit .nav a {
  margin-left: 1.5rem;
  font-size: 1.2rem;
}
.search-page .tit .nav a:hover,
.search-page .tit .nav a.active {
  color: #e60a1d;
}
.search-page .result .link {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.5rem 0;
}
.search-page .result .link:hover {
  border-color: #333;
}
.search-page .result .link * {
  font-size: 0.9rem;
}
.search-page .result .link span {
  font-size: 0.9rem;
  color: #999;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.search-page .result .link .txt {
  text-decoration: underline;
}
.search-page .result .link .time {
  margin-left: auto;
  margin-right: 4.45rem;
}
.main-1 .content {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-1 .content .item {
  width: 48%;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid transparent;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.main-1 .content .item > div {
  padding: 3rem 0;
  position: relative;
  min-height: 16.8rem;
}
.main-1 .content .item:nth-of-type(odd) {
  padding-left: calc((100% - 80rem) / 2);
}
.main-1 .content .item:nth-of-type(even) {
  padding-right: calc((100% - 80rem) / 2);
}
.main-1 .content .item:hover {
  border-color: #172a88;
  background-image: url("../images/index\ \(33\).png");
}
.main-1 .content .item:hover .img img {
  transform: scale(1.06);
}
.main-1 .content .item .text p {
  font-size: 1.5rem;
  font-family: "Hm-Medium";
  margin-bottom: 1.2rem;
}
.main-1 .content .item .text > span {
  display: block;
  width: 18.2rem;
  color: #666;
  line-height: 1.4;
}
.main-1 .content .item .text .more {
  position: absolute;
  bottom: 4rem;
}
.main-1 .content .item .img {
  position: absolute;
  bottom: 2rem;
  right: 0;
  max-width: 14rem;
}
.main-2 {
  background-color: #f0f3f8;
  background-image: url("../images/index\ \(34\).png");
  background-size: cover;
}
.main-2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.main-2 .swiper-slide .item {
  width: calc((100% - (4 - 1) * 1.15rem) / 4);
  margin-right: 1.15rem;
  margin-bottom: 0;
}
.main-2 .swiper-slide .item:nth-of-type(4n) {
  margin-right: 0;
}
.main-2 .swiper-slide .item {
  position: relative;
}
.main-2 .swiper-slide .item:hover .text p {
  color: #172a88;
}
.main-2 .swiper-slide .item:hover .text div {
  padding: 0 1rem;
}
.main-2 .swiper-slide .item:hover .img img {
  transform: scale(1.06);
}
.main-2 .swiper-slide .item .img {
  height: 16rem;
  overflow: hidden;
}
.main-2 .swiper-slide .item .text {
  padding: 1.8rem;
  background-color: #fff;
}
.main-2 .swiper-slide .item .text p {
  font-size: 1.141rem;
  line-height: 1.4;
  margin-bottom: 3.5rem;
}
.main-2 .swiper-slide .item .text div {
  display: flex;
  justify-content: space-between;
}
.main-2 .swiper-slide .item .text div span {
  color: #666;
}
.main-2 .swiper-slide .item .text div i::before {
  content: "\e666";
  font-size: 1rem;
  color: #172a88;
}
.main-2 .swiper-slide .item .time {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  background-color: #e60a1d;
}
.main-2 .swiper-slide .item .time * {
  color: #fff;
}
.main-2 .swiper-slide .item .time p {
  font-size: 1.597rem;
}
.main-2 .swiper-slide .item .time span {
  font-size: 0.6rem;
}
.main-3 .content {
  padding-left: calc((100% - 80rem) / 2);
}
.main-3 .swiper-slide {
  background-color: #f3f5fa;
  padding: 3rem 2.25rem;
  display: flex;
  justify-content: space-between;
  background-image: url("../images/index\ \(35\).png");
  background-size: cover;
}
.main-3 .swiper-slide h6 {
  font-size: 1.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.main-3 .swiper-slide h6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4rem;
  border-bottom: 0.15rem solid #e60a1d;
}
.main-3 .swiper-slide > div > p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2.75rem;
}
.main-3 .swiper-slide > div > div p {
  position: relative;
  padding-left: 1rem;
  line-height: 2;
}
.main-3 .swiper-slide > div > div p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: solid 0.15rem #bdc1d5;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.main-3 .swiper-slide .more {
  margin-top: 6rem;
}
.main-3 .swiper-slide .img img {
  object-fit: scale-down;
}
.main-4 {
  background-color: #f1f4fa;
  background-image: url("../images/index\ \(36\).png");
  background-size: cover;
}
.main-4 .content {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(2, auto);
}
.main-4 .content .item {
  display: flex;
  align-items: flex-end;
  padding: 2.2rem;
  background-color: #fff;
}
.main-4 .content .item:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.main-4 .content .item:nth-of-type(1) .i {
  background-image: url("../images/5.png");
}
.main-4 .content .item:nth-of-type(1):hover .i {
  background-image: url("../images/55.png");
}
.main-4 .content .item:nth-of-type(2) .i {
  background-image: url("../images/7.png");
}
.main-4 .content .item:nth-of-type(2):hover .i {
  background-image: url("../images/77.png");
}
.main-4 .content .item:nth-of-type(3) .i {
  background-image: url("../images/3.png");
}
.main-4 .content .item:nth-of-type(3):hover .i {
  background-image: url("../images/33.png");
}
.main-4 .content .item:nth-of-type(4) .i {
  background-image: url("../images/1.png");
}
.main-4 .content .item:nth-of-type(4):hover .i {
  background-image: url("../images/11.png");
}
.main-4 .content .item:nth-of-type(5) .i {
  background-image: url("../images/2.png");
}
.main-4 .content .item:nth-of-type(5):hover .i {
  background-image: url("../images/22.png");
}
.main-4 .content .item:nth-of-type(6) .i {
  background-image: url("../images/4.png");
}
.main-4 .content .item:nth-of-type(6):hover .i {
  background-image: url("../images/44.png");
}
.main-4 .content .item:nth-of-type(7) .i {
  background-image: url("../images/6.png");
}
.main-4 .content .item:nth-of-type(7):hover .i {
  background-image: url("../images/66.png");
}
.main-4 .content .item:hover {
  background-color: #e60a1d;
}
.main-4 .content .item:hover * {
  color: #fff !important;
}
.main-4 .content .item .i {
  width: 2.7rem;
  height: 2.7rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.main-4 .content .item p {
  font-size: 1.4rem;
  margin: 1rem 0;
}
.main-4 .content .item .txt {
  margin-left: auto;
  margin-right: 3rem;
}
.main-4 .content .item .txt p {
  font-size: 1rem;
  margin: 0.4rem 0;
}
.main-4 .content .item .txt p span {
  display: inline-block;
  width: 6.5rem;
  text-align: justify;
  text-align-last: justify;
  font: inherit;
}
.main-5 {
  background-image: url("../images/index\ \(37\).png");
  background-size: cover;
}
.main-5 .main-center {
  position: relative;
}
.main-5 .main-title {
  margin-bottom: 8.65rem;
}
.main-5 .img {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 31rem;
}
.main-5 .img .i {
  position: absolute;
  bottom: 22%;
  right: 36%;
  width: 7.15rem;
}
.main-5 .swiper {
  height: 11.5rem;
  padding: 1rem;
}
.main-5 .swiper-slide {
  height: calc((100% - 25px) / 2);
  border: 1px solid transparent;
  background-color: #fff;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(230, 231, 238, 0.42);
}
.main-5 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.main-5 .swiper-slide:hover {
  border-color: #172a88;
}
.main-5 .swiper-button-wrap {
  display: flex;
}
.main-5 .swiper-button {
  position: initial;
}
.main-6 {
  background-color: #f5f6fa;
  background-image: url("../images/index\ \(38\).png");
  background-size: cover;
}
.main-6 .item .swiper-slide {
  width: 20rem;
}
.main-6 .item .swiper-slide .img img {
  object-fit: scale-down;
}
.main-6 .item .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.main-6 .item .swiper-slide .img {
  height: 17.6rem;
  margin-bottom: 1rem;
}
.main-6 .item .swiper-slide p {
  text-align: center;
  font-size: 1.068rem;
  padding: 1.25rem 0;
  border-bottom: 0.1rem solid #333;
  opacity: 0;
}
@media screen and (max-width: 768px) {
    .index-swiper .swiper-slide {
      height: 98vh;
    }
  .index-swiper .swiper-button {
    display: none;
  }
  .index-swiper .swiper-pagination span {
    width: 3vw;
    height: 3vw;
  }
  .index-swiper .swiper-slide > img {
    /*height: 60vh;*/
    height: 100%;
    object-fit: cover;
  }
  .index-swiper .swiper-slide .text {
    width: 100%;
    padding-bottom: 60% !important;
  }
  .index-swiper .swiper-slide .text h2,
  .index-swiper .swiper-slide .text p {
    max-width: 80%;
  }
  .index-swiper .swiper-slide .text h2 {
    font-size: 1.3rem;
    text-align: center;
  }
  .index-swiper .swiper-slide .text p {
    font-size: 1rem;
  }
  .main-1 {
    padding-top: 0 !important;
  }
  .main-1 .content .item {
    width: 100%;
    margin-bottom: 0;
  }
  .main-1 .content .item > div {
    padding-left: 1rem;
  }
  .main-1 .content .item .text > span {
    width: 10rem;
  }
  .main-1 .content .item .text .more {
    bottom: 2rem;
  }
  .main-1 .content .item .img {
    bottom: 3rem;
    max-width: 9rem;
    right: 1rem;
  }
  .main-2 .swiper-slide {
    justify-content: space-between;
  }
  .main-2 .swiper-slide .item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .main-2 .swiper-slide .item .img {
    height: 9rem;
  }
  .main-2 .swiper-slide .item .text {
    padding: 1rem;
  }
  .main-2 .swiper-slide .item .text p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .main-3 .swiper-slide {
    flex-direction: column;
    padding: 2rem;
  }
  .main-3 .swiper-slide h6 {
    font-size: 1.2rem;
  }
  .main-3 .swiper-slide > div > p {
    margin-bottom: 1rem;
  }
  .main-3 .swiper-slide .more {
    margin-top: 1rem;
  }
  .main-3 .swiper-slide .img {
    margin-top: 2rem;
  }
  .main-4 .content {
    gap: 1rem;
    grid-template-columns: repeat(2, auto);
  }
  .main-4 .content .item {
    padding: 1rem;
  }
  .main-4 .content .item:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .main-4 .content .item .i {
    width: 2rem;
    height: 2rem;
  }
  .main-4 .content .item p {
    font-size: 1.2rem;
  }
  .main-4 .content .item .txt {
    margin-right: 0;
  }
  .main-5 .img {
    top: 0;
  }
  .main-5 .swiper-slide {
    padding: 0.5rem;
  }
  .main-5 .swiper-button-wrap {
    justify-content: end;
  }
  .main-5 .swiper-button-wrap .swiper-button {
    margin-bottom: 0;
    margin-top: 5rem;
  }
}
