#fullpage .section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: var(--header-height);
  background-color: #f0f3f7;
}
.fp-watermark {
  display: none;
}
.banner-container {
  padding-top: 0 !important;
}
.index-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-swiper .swiper-slide {
  overflow: hidden;
}
.index-swiper .swiper-slide .slide-inner > img {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #ccc;
  object-fit: cover;
}
.index-swiper .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10rem;
}
.index-swiper .text > span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
}
.index-swiper .text > span::before {
  content: "";
  width: 3.6rem;
  border-bottom: 1px solid #fff;
}
.index-swiper .text h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}
.index-swiper .text p {
  font-size: 1rem;
  color: #fff;
  margin-top: 1rem;
}
.index-swiper .text p span {
  color: #1b5fc8;
  font-size: inherit;
}
.index-swiper .text .more-btn {
  margin-top: 2rem;
}
.index-swiper .swiper-button-wrap {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  gap: 1rem;
}
.index-swiper .swiper-button-wrap .swiper-button {
  background-color: transparent;
}
.index-swiper .swiper-button-wrap .swiper-button::after {
  color: #fff !important;
}
.index-swiper .swiper-pagination {
  bottom: 4rem;
  left: 4rem;
  width: auto;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 0.2rem;
  border-radius: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.about-container {
  background-image: url("../images/bg1.jpg");
  background-size: cover;
  background-position: center;
}
.about-container .wrap {
  width: 100%;
}
.about-container .content {
  display: flex;
  justify-content: space-between;
  padding-right: 4rem;
}
.about-container .txt {
  max-width: 37.5rem;
}
.about-container .txt .des p {
  font-size: 1.8rem;
  line-height: 1.2;
}
.about-container .txt .des p span {
  font: inherit;
  color: #1b5fc8;
}
.about-container .txt .data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
  row-gap: 1.5rem;
  margin-top: 3rem;
}
.about-container .txt .data span {
  color: #666;
}
.about-container .txt .data p {
  display: flex;
  gap: 0.5rem;
  line-height: 1.2;
}
.about-container .txt .data p span {
  width: 1em;
}
.about-container .txt .data strong {
  font-size: 3.2rem;
}
.about-container .txt .btn {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}
.about-container .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4rem;
}
.about-container .img-wrap > div {
  display: grid;
  gap: 1.5rem;
  direction: ltr;
  position: relative;
  z-index: 1;
}
.about-container .img-wrap > div::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  width: calc(100% + 8rem);
  height: 4rem;
  transform: translateX(-50%);
  background-image: url("../images/hbg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.about-container .img-wrap > div .img img {
  object-fit: scale-down;
  object-position: bottom;
}
.about-container .img-wrap .t {
  grid-template-columns: repeat(3, 9rem);
}
.about-container .img-wrap .b {
  grid-template-columns: repeat(4, 9rem);
}
.project-container {
  position: relative;
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.project-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/hib2.svg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.project-container .content {
  display: inline-grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.5rem;
  row-gap: 2rem;
  width: auto;
  margin-top: 4rem;
}
.project-container .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.7rem;
  height: 9.7rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.project-container .content .item.active,
.project-container .content .item:hover {
  background-color: #1b5fc8;
  background-image: url("../images/hib.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.project-container .content .item .i {
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 0.5rem;
}
.project-container .content .item p {
  color: #fff;
}
.project-container .wrap {
  position: absolute;
  bottom: calc(var(--padding) / 2);
  right: var(--padding);
}
.project-container .wrap .item {
  display: none;
  width: 21rem;
}
.project-container .wrap .item.active {
  display: block;
}
.project-container .wrap .item * {
  color: #fff;
}
.project-container .wrap .item .t {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.project-container .wrap .item .t .i {
  width: 2.7rem;
}
.project-container .wrap .item .t h5 {
  font-size: 1.8rem;
}
.project-container .wrap .item .des {
  font-size: 1rem;
  line-height: 1.4;
}
.project-container .wrap .item .more-btn {
  margin-top: 2.5rem;
}
.news-container {
  background-image: url("../images/bg3.png");
  background-size: cover;
  background-position: center;
}
.news-container .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.news-container .tit .container-title {
  margin-bottom: 0;
}
.news-container .swiper,
.news-container .content {
  width: 100%;
}
.news-container .swiper-slide {
  background-color: #fff;
}
.news-container .more-news {
  padding: 1rem 2rem;
  overflow: auto;
}
.news-container .more-news .link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.news-container .more-news .link .time {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-container .more-news .link .time strong {
  font-size: 1.6rem;
}
.news-container .more-news .link .time span {
  font-size: 0.6rem;
  color: #999;
}
.news-container .more-news .link h6 {
  flex: 1;
  line-height: 1.4;
}
.news-container .more-news .link:hover h6 {
  text-decoration: underline;
}
.news-container .controls {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 2rem;
}
.news-container .controls .swiper-button-prev,
.news-container .controls .swiper-button-next,
.news-container .controls .swiper-pagination {
  position: initial;
  margin: 0;
}
.news-container .controls .swiper-button-prev::after,
.news-container .controls .swiper-button-next::after {
  font-size: 1rem;
  font-weight: bold;
}
.news-container .controls .swiper-pagination {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #d5dce7;
}
.news-container .controls .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #1b5fc8;
}
.video-container {
  padding-top: 0 !important;
}
.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-container {
  background-image: url("../images/bg6.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 2rem !important;
}
.case-container .container-title {
  margin: 0 auto 2rem;
}
.case-container .container-title h3 {
  margin-top: 0;
}
.case-container .tabs {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.case-container .tabs a {
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 2rem;
  border: 1px solid #d8d8d8;
}
.case-container .tabs a:hover,
.case-container .tabs a.active {
  background-color: #1b5fc8;
  border-color: #1b5fc8;
  color: #fff;
}
.case-container .content {
  width: 100%;
}
.case-container .swiper {
  display: none;
  width: 100%;
  height: calc(15rem * 2 + 14px);
}
.case-container .swiper.active {
  display: block;
}
.case-container .swiper-slide {
  position: relative;
  width: 20rem;
  height: 15rem;
  background-color: #fff;
}
.case-container .swiper-slide div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.case-container .swiper-slide div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: -1;
}
.case-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-container .swiper-slide p {
  font-size: 0.8rem;
  color: #fff;
  padding: 1rem 2rem;
}
.case-container .swiper-slide:hover div::after {
  background: linear-gradient(to bottom, rgba(27, 95, 200, 0), rgba(27, 95, 200, 0.5));
}
.footer-container {
  padding-top: 0 !important;
}
.page-nav {
  background-color: #fff;
}
main .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  background-color: #f9f9fa;
  background-image: url("../images/sbg.png");
}
main .search-form .form {
  display: flex;
  gap: 1rem;
  width: 41.5rem;
  background-color: #fff;
}
main .search-form .form input,
main .search-form .form button {
  height: 3rem;
}
main .search-form .form input {
  flex: 1;
  padding: 0 1rem;
}
main .search-form .form button {
  width: 3rem;
  background-color: #1b5fc8;
}
main .search-form .form button i {
  color: #fff;
}
main .search-form .form img {
  width: 1rem;
}
main .search-section {
  padding-top: 0;
}
main .search-section .cate {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2.2rem;
  border-bottom: 1px solid #f3f3f3;
}
main .search-section .cate a {
  position: relative;
  padding: 1.5rem 0;
  font-size: 1.2rem;
  font-family: "Medium";
}
main .search-section .cate a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: all ease 0.3s;
}
main .search-section .cate a span {
  font: inherit;
  color: #1b5fc8;
}
main .search-section .cate a.active,
main .search-section .cate a:hover {
  color: #1b5fc8;
}
main .search-section .cate a.active::after,
main .search-section .cate a:hover::after {
  border-color: #1b5fc8;
}
main .search-section .content .link {
  display: block;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 2.2rem;
}
main .search-section .content .link:last-of-type {
  margin-bottom: 0;
}
main .search-section .content .link h6 {
  line-height: 1.4;
  font-size: 0.7rem;
  font-weight: normal;
  color: #999;
}
main .search-section .content .link p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
main .search-section .content .link span {
  font-size: 0.7rem;
  color: #1b5fc8;
}
@media screen and (max-width: 768px) {
  #fullpage .section {
    padding: 2rem 0;
  }
  .banner-container {
    padding: 0 !important;
  }
  .index-swiper .swiper-slide .slide-inner > img {
    height: 30vh;
  }
  .index-swiper .text {
    padding-bottom: 0;
  }
  .index-swiper .text h2 {
    font-size: 1.4rem;
  }
  .index-swiper .swiper-button-wrap {
    display: none;
  }
  .index-swiper .swiper-pagination {
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-container .content {
    flex-direction: column;
    padding-right: 0;
  }
  .about-container .txt .des p {
    font-size: 1rem;
  }
  .about-container .txt .data {
    justify-items: center;
    margin-top: 1rem;
  }
  .about-container .txt .data strong {
    font-size: 2.4rem;
  }
  .about-container .txt .btn {
    justify-content: center;
    margin-top: 1rem;
  }
  .about-container .img-wrap {
    gap: 1rem;
    margin-top: 2rem;
  }
  .about-container .img-wrap .t {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-container .img-wrap .b {
    grid-template-columns: repeat(4, 1fr);
  }
  .project-container .content {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 0;
  }
  .project-container .content .item {
    width: 6rem;
    height: 6rem;
  }
  .project-container .content .item .i {
    width: 2rem;
    height: 2rem;
  }
  .project-container .wrap {
    position: initial;
    margin-top: 2rem;
  }
  .project-container .wrap .item .t {
    margin-bottom: 0.5rem;
  }
  .project-container .wrap .item .t .i {
    width: 2rem;
  }
  .project-container .wrap .item .t h5 {
    font-size: 1.2rem;
  }
  .project-container .wrap .item .des {
    font-size: 0.8rem;
  }
  .project-container .wrap .item .more-btn {
    margin-top: 1rem;
  }
  .news-container .tit {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .news-container .more-news {
    padding: 0.5rem 1rem;
  }
  .news-container .more-news .link {
    padding: 1rem 0;
  }
  .video-container {
    padding: 0 !important;
  }
  .case-container .tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: start;
    gap: 0.5rem;
  }
  .case-container .tabs a {
    padding: 0.6rem 1rem;
    white-space: nowrap;
    font-size: 0.8rem;
  }
  .case-container .swiper {
    height: calc(8rem * 2 + 14px);
  }
  .case-container .swiper-slide {
    width: 10rem;
    height: 8rem;
  }
  .footer-container {
    padding: 0 !important;
  }
  main .search-form {
    padding: 2rem 0.5rem;
  }
  main .search-section .cate {
    gap: 1rem;
    padding: 0 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
  }
  main .search-section .cate a {
    font-size: 1rem;
    white-space: nowrap;
  }
}
