.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;
}
.index-swiper .text p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1rem;
}
.index-swiper .text p span {
  color: #005baa;
  font-size: inherit;
}
.index-swiper .text h2 {
  font-size: 5rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1.2rem;
}
.index-swiper .swiper-button {
  top: auto;
  bottom: 2rem;
}
.index-swiper .swiper-button::after {
  color: #fff;
}
.index-swiper .swiper-button.swiper-button-prev {
  left: 5rem;
}
.index-swiper .swiper-button.swiper-button-next {
  right: 5rem;
}
.index-swiper .swiper-pagination {
  bottom: 5rem;
  left: 5rem;
  width: auto;
  display: none;
}
.index-swiper .swiper-pagination span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  gap: 0.5vw;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 0.2rem solid #fff;
  border-radius: 50%;
}
.index-swiper .swiper-pagination svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  transform: translate(-50%, -51%);
}
.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: #ffffff;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active .path-loop-bg {
  fill: transparent;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active .path-loops {
  stroke: #005baa;
}
.index-swiper .swiper-pagination .path-loop-bg {
  fill: #fff;
}
.index-swiper .swiper-pagination .path-loops {
  fill: none;
  stroke: transparent;
  stroke-miterlimit: 10;
  stroke-width: 0.2rem;
  stroke-dashoffset: 0;
}
.main-1 {
  background-image: url("../images/m1-bg.png");
}
.main-1 .content {
  display: flex;
}
.main-1 .text {
  flex-shrink: 0;
  width: 24rem;
}
.main-1 .text h2 {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}
.main-1 .text p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.main-1 .text > span {
  font-size: 0.7rem;
  color: #666;
  line-height: 1.4;
}
.main-1 .data {
  flex: 1;
  position: relative;
}
.main-1 .data .item {
  position: absolute;
}
.main-1 .data .item p {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 2;
}
.main-1 .data .item p,
.main-1 .data .item p * {
  color: #005baa;
}
.main-1 .data .item p strong {
  font-size: 4.6rem;
  line-height: 1;
}
.main-1 .data .item p span {
  font-size: 2rem;
  line-height: 1;
}
.main-1 .data .item > span {
  font-size: 1.2rem;
}
.main-1 .data .item:nth-of-type(1) {
  top: 20%;
  left: 14%;
}
.main-1 .data .item:nth-of-type(2) {
  top: 20%;
  right: 14%;
}
.main-1 .data .item:nth-of-type(3) {
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.main-2 .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.main-2 .tit .main-title {
  margin-bottom: 0;
}
.main-2 .tit .tit-nav {
  display: flex;
  gap: 1rem;
}
.main-2 .tit .tit-nav a {
  font-size: 1rem;
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  box-shadow: 0rem 0rem 2rem 0rem rgba(211, 219, 229, 0.7);
}
.main-2 .tit .tit-nav a:hover,
.main-2 .tit .tit-nav a.active {
  background-color: #005baa;
  color: #fff;
}
.main-2 .content {
  display: flex;
  gap: 1.5rem;
}
.main-2 .content > div {
  width: calc((100% - 1.5rem) / 2);
  margin: 0;
}
.main-2 .content .swiper .swiper-slide {
  position: relative;
  height: 26.6rem;
  background-color: #ebebeb;
}
.main-2 .content .swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-2 .content .swiper .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  padding: 3rem 2.5rem;
  padding-right: 11rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.main-2 .content .swiper .swiper-slide .txt * {
  color: #fff;
}
.main-2 .content .swiper .swiper-slide .txt p {
  font-size: 0.8rem;
}
.main-2 .content .swiper .swiper-slide .txt h6 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.main-2 .content .swiper-btn {
  position: absolute;
  bottom: 5rem;
  right: 2rem;
}
.main-2 .content .list-box .list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  padding: 1.7rem 2rem;
  border-top: 1px solid #ebebeb;
}
.main-2 .content .list-box .list .time {
  width: 3rem;
  flex-shrink: 0;
}
.main-2 .content .list-box .list .time span {
  font-size: 2.4rem;
}
.main-2 .content .list-box .list .time p {
  font-size: 0.8rem;
  color: #666;
}
.main-2 .content .list-box .list > p {
  position: relative;
  flex: 1;
  padding-right: 7rem;
  line-height: 1.4;
  font-size: 1rem;
}
.main-2 .content .list-box .list > p::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\e70e";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  transition: all ease 0.3s;
  color: #999;
}
.main-2 .content .list-box .list:hover {
  box-shadow: 0rem 0rem 2rem 0rem rgba(223, 227, 231, 0.5);
}
.main-2 .content .list-box .list:hover .time span {
  color: #005baa;
}
.main-2 .content .list-box .list:hover > p {
  color: #005baa;
  text-decoration: underline;
}
.main-2 .content .list-box .list:hover > p::after {
  color: #999;
}
.main-3 {
  background-image: url("../images/m2-bg.jpg");
  background-size: 100% auto;
  background-position: top center;
  padding-top: 8rem;
  padding-bottom: 0;
}
.main-3 .content {
  position: relative;
  padding-top: 2rem;
}
.main-3 .swiper {
  padding: 2rem 0;
}
.main-3 .swiper-slide {
  padding: 3rem;
  box-shadow: 0rem 1rem 2rem 0rem rgba(211, 219, 229, 0.3);
  background-color: #fff;
}
.main-3 .swiper-slide .i {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}
.main-3 .swiper-slide h6 {
  font-size: 1.4rem;
  text-align: center;
  margin: 1rem 0;
}
.main-3 .swiper-slide p {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.6;
  color: #666;
}
.main-3 .swiper-slide:hover h6 {
  color: #005baa;
}
.main-3 .swiper-button-prev {
  margin-left: -4rem;
}
.main-3 .swiper-button-prev::after {
  color: #fff !important;
  font-size: 1.5rem;
}
.main-3 .swiper-button-next {
  margin-right: -4rem;
}
.main-3 .swiper-button-next::after {
  color: #fff !important;
  font-size: 1.5rem;
}
.main-4 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../images/bg4.png");
  background-position: bottom center;
  background-size: 100%;
}
.main-4 .content p {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.4;
}
.main-4 .content p span {
  font-size: inherit;
  color: #005baa;
}
.main-5 {
  background: linear-gradient(180deg, #f0f4fa 0%, #ffffff 100%);
}
.main-5 .swiper {
  padding: 2rem 0 4rem;
}
.main-5 .swiper-slide {
  padding: 1.5rem 1rem;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(211, 219, 229, 0.6);
}
.main-5 .swiper-slide .img-auto::before {
  padding-top: calc(100% / 335 * 233);
}
.main-5 .swiper-slide p {
  text-align: center;
  margin-top: 1.5em;
}
.main-6 {
  background-image: url("../images/m3-bg.jpg");
}
.main-6 .swiper {
  height: calc(6rem * 4 + 20px * 3);
}
.main-6 .swiper-slide {
  height: 6rem;
  background-color: #fff;
}
.main-6 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.main-6 .swiper-pagination {
  position: initial;
  margin-top: 1rem;
}
.main-7 {
  background-color: #f6f9fc;
  background-image: url("../images/m4-bg.png");
}
.main-7 .content {
  display: flex;
  gap: 4.5rem;
}
.main-7 .contact {
  width: 42.3rem;
  flex-shrink: 0;
}
.main-7 .contact .map::before {
  padding-top: calc(100% / 846 * 321);
}
.main-7 .contact .b {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.main-7 .contact .txt h6 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.main-7 .contact .txt p {
  font-size: 0.8rem;
  color: #666;
  line-height: 2;
}
.main-7 .contact .qrcode .img {
  width: 6.5rem;
  height: 6.5rem;
  margin: 0 auto;
  background-color: #ebebeb;
}
.main-7 .contact .qrcode p {
  text-align: center;
  color: #999;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.main-7 #footer-form {
  padding: 2.3rem 3rem;
  background-color: #fff;
}
.main-7 #footer-form h6 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.main-7 #footer-form button {
  width: 100%;
  height: 3.2rem;
  border: none;
  color: #fff;
  background-color: #005baa;
}
@media screen and (max-width: 768px) {
  .index-swiper .swiper-slide .slide-inner > img {
    height: 50vh;
  }
  .index-swiper .text h2 {
    font-size: 2rem;
  }
  .index-swiper .text p {
    font-size: 1rem;
  }
  .main-1 .content {
    flex-direction: column;
  }
  .main-1 .text h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .main-1 .text p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
  .main-1 .text > span {
    display: block;
  }
  .main-1 .text .more-btn {
    margin-top: 1rem;
  }
  .main-1 .data .item p strong {
    font-size: 2.4rem;
  }
  .main-1 .data .item > span {
    font-size: 0.8rem;
  }
  .main-2 .tit {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .main-2 .tit .tit-nav {
    margin-top: 1rem;
  }
  .main-2 .tit .tit-nav a {
    padding: 0.3rem 0.6rem;
    font-size: 0.7rem;
  }
  .main-2 .content {
    flex-direction: column;
  }
  .main-2 .content > div {
    width: 100%;
  }
  .main-2 .content .swiper .swiper-slide {
    height: 14rem;
  }
  .main-2 .content .swiper .swiper-slide .txt {
    padding: 1.5rem;
    height: auto;
  }
  .main-2 .content .swiper .swiper-slide .txt h6 {
    font-size: 1rem;
  }
  .main-2 .content .swiper-btn {
    display: none;
  }
  .main-2 .content .list-box .list {
    padding: 1rem;
    gap: 1rem;
  }
  .main-2 .content .list-box .list .time span {
    font-size: 1.4rem;
  }
  .main-2 .content .list-box .list > p {
    padding-right: 4rem;
  }
  .main-3 {
    padding-top: 4rem;
    padding-bottom: 0;
    background-size: auto 20rem;
  }
  .main-3 .content {
    padding-top: 0;
  }
  .main-3 .swiper-slide {
    padding: 1rem;
  }
  .main-3 .swiper-slide h6 {
    font-size: 1.2rem;
  }
  .main-3 .swiper-slide .i {
    width: 3rem;
    height: 3rem;
  }
  .main-4 {
    padding-top: 0;
  }
  .main-4 .content p {
    font-size: 1rem;
  }
  .main-5 .swiper {
    padding: 1rem 0 2rem;
  }
  .main-6 .swiper {
    height: calc(3rem * 4 + 20px * 3);
  }
  .main-6 .swiper-slide {
    height: 3rem;
  }
  .main-6 .more-btn {
    margin-top: 2rem;
  }
  .main-7 .content {
    flex-direction: column;
    gap: 1rem;
  }
  .main-7 .contact {
    width: 100%;
  }
  .main-7 .contact .map::before {
    padding-top: calc(100% / 846 * 540);
  }
  .main-7 .contact .b {
    margin-top: 1rem;
  }
  .main-7 .contact .txt h6 {
    font-size: 1rem;
  }
  .main-7 .contact .txt p {
    font-size: 0.7rem;
  }
  .main-7 .contact .qrcode .img {
    width: 5rem;
    height: 5rem;
  }
  .main-7 #footer-form {
    padding: 1rem;
  }
  .main-7 #footer-form h6 {
    font-size: 1.4rem;
  }
}
