.index-module-1 {
  padding-bottom: 15px;
  background: url(../../img/index/module-1-bg.png) no-repeat top left / cover;
}
@media screen and (max-width: 992px) {
  .index-module-1 {
    background-position: top center;
  }
}
.index-module-1 .module-con {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .index-module-1 .module-con {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.index-module-1 .module-con .module-tit {
  width: 44%;
}
@media screen and (max-width: 992px) {
  .index-module-1 .module-con .module-tit {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .index-module-1 .module-con .module-tit {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.index-module-1 .module-con .module-tit a {
  margin-top: 38px;
  border-radius: 10px;
  padding: 0 100px;
  line-height: 75px;
  height: 75px;
  color: #000;
  font-size: 18px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.35s ease-in-out;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .index-module-1 .module-con .module-tit a {
    font-size: 16px;
    line-height: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .index-module-1 .module-con .module-tit a {
    line-height: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 576px) {
  .index-module-1 .module-con .module-tit a {
    padding: 0;
    width: 100%;
  }
}
.index-module-1 .module-con .module-tit a:hover {
  background-color: #1B499A;
  color: #fff;
}
.index-module-1 .module-con .pic-box {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .index-module-1 .module-con .pic-box {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .index-module-1 .module-con .pic-box {
    display: none;
  }
}
.index-module-1 .module-con .pic-box .main-pic {
  width: 414px;
}
@media screen and (max-width: 1400px) {
  .index-module-1 .module-con .pic-box .main-pic {
    width: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .index-module-1 .module-con .pic-box .main-pic {
    width: 300px;
  }
}
@media screen and (max-width: 992px) {
  .index-module-1 .module-con .pic-box .main-pic {
    width: 100%;
    height: auto;
  }
}
.index-module-1 .video {
  margin-top: 78px;
}
@media screen and (max-width: 1200px) {
  .index-module-1 .video {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .index-module-1 .video {
    margin-top: 36px;
  }
}
.index-module-1 .video video {
  width: 100%;
}
.index-module-1 .search-box {
  margin-top: 134px;
}
@media screen and (max-width: 1200px) {
  .index-module-1 .search-box {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .index-module-1 .search-box {
    margin-top: 50px;
  }
}
.swiper-module.index-module-3 {
  background: url(../../img/index/module-3-bg.png) no-repeat top center / cover;
}
.swiper-module .swiper-container {
  overflow: visible;
}
.swiper-module .swiper-container .swiper-slide {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.swiper-module .swiper-container .swiper-slide .tag {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  border-radius: 17px;
  padding: 10px 20px;
  background: rgba(23, 23, 23, 0.59);
  color: #fff;
  font-size: 14px;
  line-height: 1.125;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .swiper-module .swiper-container .swiper-slide .tag {
    top: 20px;
    left: 20px;
    padding: 8px 14px;
    font-size: 12px;
  }
}
.swiper-module .swiper-container .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.swiper-module .swiper-container .swiper-slide .pic .ele {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-module .swiper-container .swiper-slide .pic::after {
  content: '';
  padding-top: 125.188%;
  background: rgba(0, 0, 0, 0.1) linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  display: block;
  position: relative;
  z-index: 1;
}
.swiper-module .swiper-container .swiper-slide .pic span {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .swiper-module .swiper-container .swiper-slide .pic span {
    font-size: 30px;
  }
}
.swiper-module .swiper-container .swiper-slide .text-box {
  padding: 0 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .swiper-module .swiper-container .swiper-slide .text-box {
    padding: 0 20px;
  }
}
.swiper-module .swiper-container .swiper-slide .text-box h3 {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .swiper-module .swiper-container .swiper-slide .text-box h3 {
    padding: 8px 0;
    font-size: 18px;
  }
}
.swiper-module .swiper-container .swiper-slide .text-box .more-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .swiper-module .swiper-container .swiper-slide .text-box .more-address {
    padding: 12px 0;
    font-size: 14px;
  }
}
.swiper-module .swiper-container .swiper-slide .text-box .more-address .address-info {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.swiper-module .swiper-container .swiper-slide .text-box .more-address .address-info .iconfont {
  margin-right: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .swiper-module .swiper-container .swiper-slide .text-box .more-address .address-info .iconfont {
    font-size: 16px;
  }
}
.swiper-module .swiper-container .swiper-slide .text-box .more-address .more-btn {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
}
.swiper-module .swiper-container .swiper-slide .text-box .more-address .more-btn .iconfont {
  margin-left: 14px;
  font-size: 12px;
  line-height: 1;
}
.swiper-module .swiper-container .swiper-slide:hover .pic {
  transform: scale(1.1);
}
.swiper-module .swiper-container .swiper-pagination {
  margin-top: 52px;
  border-radius: 25px;
  position: static;
  height: 6px;
  background-color: #e8e8e8;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .swiper-module .swiper-container .swiper-pagination {
    margin-top: 32px;
  }
}
.swiper-module .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 25px;
  background-color: #1B499A;
}
.index-module {
  background: url(../../img/index/module-5-bg.png) no-repeat top center / cover;
}
.index-module .bg-small {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .index-module .bg-small {
    max-width: 140px;
  }
}
.index-module .bg-small.bg-1 {
  top: 38%;
  left: -3%;
}
.index-module .bg-small.bg-2 {
  top: 33%;
  left: 18%;
}
.index-module .bg-small.bg-3 {
  top: 18%;
  left: -7.5%;
}
.index-module .bg-small.bg-4 {
  bottom: -8%;
  right: 15%;
}
.index-module .bg-small.bg-5 {
  right: -2.5%;
  top: 50%;
}
.index-module-5 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .index-module-5 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .index-module-5 {
    padding-bottom: 50px;
  }
}
.index-module-5 .module-con {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .index-module-5 .module-con {
    flex-wrap: wrap;
  }
}
.index-module-5 .module-con .module-tit {
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .index-module-5 .module-con .module-tit {
    width: 100%;
  }
}
.index-module-5 .module-con .list {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
  width: 82.27%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .index-module-5 .module-con .list {
    width: 76%;
  }
}
@media screen and (max-width: 1200px) {
  .index-module-5 .module-con .list {
    width: 100%;
  }
}
.index-module-5 .module-con .list .item .box {
  padding: 28px 20px 20px 28px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.index-module-5 .module-con .list .item .box p {
  margin-bottom: 0;
  font-size: 16px;
  flex-shrink: 0;
  color: #000;
  line-height: 1.5625;
  font-weight: 500;
  width: 135px;
}
@media screen and (max-width: 1200px) {
  .index-module-5 .module-con .list .item .box p {
    font-size: 14px;
  }
}
.index-module-5 .module-con .list .item .box .pic {
  flex-grow: 1;
  align-self: flex-end;
}
.index-module-5 .module-con .list .item .box.column-pic {
  flex-direction: column;
}
.index-module-6 {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .index-module-6 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .index-module-6 {
    padding-top: 50px;
  }
}
.index-module-6 .module-tit {
  text-align: center;
}
.index-module-6 .module-tit h2 {
  width: 100%;
}
.index-module-6 .module-tit p {
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .index-module-6 .module-tit p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-module-6 .module-tit p {
    font-size: 18px;
  }
}
.index-module-6 .module-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.index-module-6 .module-con input {
  all: unset;
  margin-bottom: 42px;
  border-radius: 10px;
  padding: 0 24px;
  background-color: #fff;
  line-height: 56px;
  height: 56px;
  width: 100%;
  display: block;
  max-width: 836px;
  box-sizing: border-box;
  font-weight: 500;
}
.index-module-6 .module-con button {
  all: unset;
  border-radius: 5px;
  padding: 0 36px;
  background-color: #171717;
  color: #fff;
  font-size: 18px;
  line-height: 56px;
  height: 56px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .index-module-6 .module-con button {
    font-size: 16px;
    line-height: 46px;
    height: 46px;
  }
}
