.index-swiper .swiper-slide {
  background-color: #ccc;
  position: relative;
}
.index-swiper .swiper-slide > img {
  display: block;
  width: 100%;
}
.index-swiper .swiper-slide a {
  position: relative;
}
.index-swiper .swiper-slide a:hover .code {
  display: block;
}
.index-swiper .swiper-slide .text {
  position: absolute;
  bottom: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translate(-50%, 50%);
}
.index-swiper .swiper-slide .text * {
  color: #fff;
}
.index-swiper .swiper-slide .text h2 {
  font-size: 3.6rem;
  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-slide .video {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.index-swiper .swiper-slide .video .i {
  position: relative;
  cursor: pointer;
}
.index-swiper .swiper-slide .video .i::before,
.index-swiper .swiper-slide .video .i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.index-swiper .swiper-slide .video .i::before {
  width: 5.8rem;
  height: 5.8rem;
  border: 1px dashed #ffffff;
}
.index-swiper .swiper-slide .video .i::after {
  width: 8.35rem;
  height: 8.35rem;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.index-swiper .swiper-slide .video .icon {
  font-size: 3rem;
}
.index-swiper .swiper-slide .video p {
  margin-top: 4rem;
  color: #fff;
}
.index-swiper .swiper-pagination span {
  display: inline-block;
  width: 0.6vw;
  height: 0.6vw;
  margin: 0 0.5rem;
  border-top: 0.1rem solid #fff;
  border-left: 0.1rem solid #fff;
  position: relative;
  z-index: 1;
  transform: rotate(45deg);
  opacity: 0.5;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.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: 50%;
  background-color: transparent;
  transform: translateY(50%);
  margin-bottom: 0;
}
.index-swiper .swiper-button:hover {
  background-color: #fff;
}
.index-swiper .swiper-button:hover::after {
  color: #1d74d4;
}
.index-swiper .swiper-button::after {
  color: #fff;
  font-size: 1.5rem !important;
}
.video-container {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.video-container.show {
  display: flex;
}
.video-container .video {
  position: relative;
  width: 80%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
.video-container .video .close {
  position: absolute;
  top: -2rem;
  right: -2rem;
  cursor: pointer;
}
.video-container .video .close .icon {
  font-size: 1.5rem;
}
.video-container .video .close .icon path {
  fill: #fff;
}
.video-container .video video {
  width: 100%;
}
.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: #1d74d4;
}
.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 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-1 .content .item {
  position: relative;
  width: calc((100% - 2rem) / 2);
}
.main-1 .content .item img {
  width: 100%;
  height: 114%;
}
.main-1 .content .item .c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3rem;
}
.main-1 .content .item .t h3 {
  font-size: 1.8rem;
  line-height: 1.4;
}
.main-1 .content .item .t h3,
.main-1 .content .item .t h3 * {
  vertical-align: top;
}
.main-1 .content .item .t h3 span {
  font-size: 1.4rem;
}
.main-1 .content .item .lab {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
.main-1 .content .item .lab p {
  position: relative;
  color: #fff;
  padding-left: 1rem;
  line-height: 2;
}
.main-1 .content .item .lab p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 0.2rem solid #fff;
  border-top: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
  transform: translateY(-50%);
}
.main-2 {
  position: relative;
  background-image: linear-gradient(0deg, #ffffff 0%, #eaf2fd 100%);
  padding: 0;
}
.main-2 .main-center {
  max-width: 100%;
}
.main-2 .content {
  display: flex;
}
.main-2 .content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 calc((100% - 88.15rem) / 2);
}
.main-2 .content .text p {
  font-size: 1rem;
  line-height: 1.6;
}
.main-2 .content .text .more-btn {
  margin-top: 4.5rem;
}
.main-2 .content .right {
  width: 61.6rem;
  flex-shrink: 0;
}
.main-2 .content .right .number {
  display: flex;
  justify-content: space-between;
  background-color: #1d74d4;
  padding: 0 5rem;
}
.main-2 .content .right .number .item {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-2 .content .right .number .item:hover {
  border-color: #1d74d4;
}
.main-2 .content .right .number .item > span {
  font-size: 0.9rem;
  color: #fff;
  line-height: 2;
}
.main-2 .content .right .number p {
  display: flex;
  align-items: flex-start;
}
.main-2 .content .right .number p span {
  font-size: 3.6rem;
  color: #fff;
}
.main-2 .content .right .number p i {
  padding-top: 0.6rem;
  color: #fff;
}
.main-3 .main-title .top {
  display: flex;
}
.main-3 .main-title .top .item {
  padding: 2rem 2rem;
  background-image: url("../images/index\ \(8\).png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-left: 2rem;
}
.main-3 .main-title .top p {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}
.main-3 .main-title .top span {
  font-size: 1.8rem;
  color: #1d74d4;
  font-family: "Hm-Medium";
}
.main-3 .content .img {
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-3 .content img {
  width: 100%;
}
.main-4 {
  background-color: #f3f9ff;
}
.main-4 .content {
  display: none;
}
.main-4 .content.active {
  display: flex;
}
.main-4 .content .item {
  margin-right: 1.75rem;
}
.main-4 .content .item:hover .img img {
  transform: scale(1.04);
}
.main-4 .content .item:hover .iconfont {
  transform: rotate(0);
  color: #333;
}
.main-4 .content .item .img {
  height: 18.75rem;
  overflow: hidden;
}
.main-4 .content .item.active {
  width: 42.85rem;
  flex-shrink: 0;
}
.main-4 .content .item.active .des {
  display: flex;
  justify-content: space-between;
}
.main-4 .content .item.active .des p {
  width: 15.2rem;
  margin-bottom: 0;
}
.main-4 .content .item.active .des span {
  width: 16.05rem;
}
.main-4 .content .item:last-of-type {
  margin-right: 0;
}
.main-4 .content .item .date {
  margin-bottom: 1.4rem;
}
.main-4 .content .item .date p {
  font-size: 2rem;
}
.main-4 .content .item .date span {
  font-size: 0.7rem;
}
.main-4 .content .item .text {
  padding: 2rem 2.4rem;
  height: 13.45rem;
  background-image: linear-gradient(0deg, #e9f3fe 0%, #afcff6 100%);
}
.main-4 .content .item .des p {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
.main-4 .content .item .des span {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.6;
}
.main-4 .content .item .iconfont {
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  color: #999;
  transform: rotate(45deg);
}
.search-page {
  padding-top: 3rem;
}
.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: #1d74d4;
}
.search-page .content .link {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.5rem 0;
}
.search-page .content .link:hover {
  border-color: #333;
}
.search-page .content .link * {
  font-size: 0.9rem;
}
.search-page .content .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 .content .link .txt {
  text-decoration: underline;
}
.search-page .content .link .time {
  margin-left: auto;
  margin-right: 4.45rem;
}
.search-page .content .link i {
  color: #1d74d4;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .index-swiper .swiper-slide > img {
    height: 50vh;
    object-fit: cover;
  }
  .index-swiper .swiper-slide .text h2 {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .index-swiper .swiper-button {
    display: none;
  }
  .index-swiper .swiper-pagination span {
    width: 3vw;
    height: 3vw;
  }
  .index-swiper .video {
    display: none;
  }
  .main-1 .content {
    flex-direction: column;
  }
  .main-1 .content .item {
    width: 100%;
    margin-right: 0 !important;
    position: relative;
    margin-bottom: 2rem;
  }
  .main-1 .content .item .c {
    padding: 1rem;
  }
  .main-1 .content .item .c .t h3 {
    font-size: 1.2rem;
  }
  .main-1 .content .item .c .lab {
    margin-top: 1rem;
  }
  .main-1 .content .item .c .more-btn {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
  .main-2 {
    padding: 3rem 0;
  }
  .main-2 .content {
    flex-direction: column;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .main-2 .content .text {
    margin-bottom: 2rem;
  }
  .main-2 .content .text .more-btn {
    margin-top: 1rem;
  }
  .main-2 .content .right {
    width: 100%;
  }
  .main-2 .content .right .number {
    padding: 0 1rem;
  }
  .main-2 .content .right .number .item {
    border: none;
    padding: 0.5rem 0;
  }
  .main-2 .content .right .number .item > span {
    font-size: 0.7rem;
  }
  .main-2 .content .right .number p span {
    font-size: 1.6rem;
  }
  .main-3 {
    padding-top: 0;
  }
  .main-3 .main-title .top {
    flex-direction: row;
    justify-content: center;
  }
  .main-3 .main-title .top .item {
    margin-left: 0;
    margin: 0 0.5rem;
  }
  .main-4 .content {
    flex-direction: column;
  }
  .main-4 .content .item {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .main-4 .content .item .date {
    display: none;
  }
  .main-4 .content .item .img {
    height: 12rem;
  }
  .main-4 .content .item .des {
    flex-direction: column !important;
  }
  .main-4 .content .item .des p {
    width: 100% !important;
    margin-bottom: 1rem !important;
    font-size: 1rem;
  }
  .main-4 .content .item .des span {
    width: 100% !important;
  }
  .main-4 .content .item .text {
    padding: 1rem;
    height: auto !important;
  }
  .main-4 .content .item .iconfont {
    transform: none !important;
    color: #333 !important;
    margin-top: 1rem;
  }
  .search-page .content .link span {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    white-space: nowrap;
  }
  .search-page .content .link i {
    display: none;
  }
  .search-page .content .link .time {
    display: none;
    margin-right: 0;
  }
  .search-page .content .link .txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
