.index_page .hide {
  display: none;
}
.index_page .learn_more {
  height: 0.38rem;
  width: 1.62rem;
  border-radius: 0.04rem;
  background: #fff;
  border: 0.01rem solid #ddd;
  opacity: 1;
  position: relative;
  transform-origin: right top;
  z-index: 99;
}
.index_page .learn_more a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  letter-spacing: 0.017rem;
}
.index_page .learn_more a:before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.index_page .learn_more a:after {
  background: #ddd;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  z-index: -1;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.index_page .learn_more a:hover:after {
  transform: scaleY(1);
  transform-origin: bottom center;
}
.index_page .learn_more a:hover span:after {
  opacity: 1;
  transform: translateY(0);
}
.index_page .learn_more a:hover span span {
  opacity: 0;
  transform: translateY(-100%);
}
.index_page .learn_more a span {
  font-size: 0.12rem;
  color: #17171b;
  line-height: calc(12/12);
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.index_page .learn_more a span:after {
  bottom: 0;
  color: currentColor;
  content: attr(data-label);
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  transition: opacity 0.3s, transform 0.3s;
  width: 100%;
}
.index_page .learn_more a span span {
  display: block;
  transition: opacity 0.3s, transform 0.3s;
}
.index_page .learn_more a .icon_box {
  width: 0.2rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .learn_more a .icon_box img {
  width: 0.2rem;
}
.index_page .text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.index_page .text_box.white h2,
.index_page .text_box.white p {
  color: #fff;
}
.index_page .text_box h2 {
  font-size: 0.68rem;
  line-height: 1;
  color: #17171b;
  font-family: 'FuturaCyrillicMedium', 'SourceHanSansHKMedium';
}
.index_page .text_box h2 span {
  font-size: 0.68rem;
  line-height: 1;
  color: #e21f2c;
  font-family: 'FuturaCyrillicMedium', 'SourceHanSansHKMedium';
}
.index_page .text_box h3 {
  font-size: 0.48rem;
  line-height: 1;
  color: #17171b;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.index_page .text_box h3 span {
  font-size: 0.48rem;
  line-height: 1;
  color: #17171b;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.index_page .text_box h4 {
  font-size: 0.38rem;
  line-height: calc(38/38);
  color: #373737;
  font-family: 'FuturaCyrillicBold', 'SourceHanSansHKBold';
}
.index_page .text_box h5 {
  font-size: 0.26rem;
  line-height: calc(26/26);
  color: #fff;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.index_page .text_box h6 {
  font-size: 0.23rem;
  line-height: calc(34/23);
  color: #333;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.index_page .text_box p {
  font-size: 0.18rem;
  line-height: calc(28/18);
  color: #333;
  font-family: 'FuturaCyrillicDemi', 'SourceHanSansHKMedium';
}
.index_page .text_box p + p {
  margin-top: 0.2rem;
}
.index_page .text_box span {
  font-size: 0.16rem;
  line-height: calc(21/16);
  color: #fff;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
  display: block;
}
.index_page .mod_tit {
  display: flex;
  justify-content: space-between;
}
.index_page .mod_tit .tit_group {
  display: flex;
  align-items: baseline;
}
.index_page .mod_tit .tit_group > div {
  display: flex;
}
.index_page .mod_tit .tit_group h2:nth-of-type(2) {
  color: #5692CB;
}
.index_page .mod_tit h1 {
  font-size: 1.47rem;
  line-height: 1;
  color: #333;
  font-family: 'FuturaCyrillicMedium', 'SourceHanSansHKMedium';
  display: flex;
  flex-direction: column;
}
.index_page .mod_tit h1 span {
  color: #e21f2c;
}
.index_page .mod_tit h2 {
  font-size: 0.44rem;
  line-height: calc(62/44);
  color: #333;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.index_page .mod_tit h3 {
  font-size: 0.38rem;
  line-height: calc(38/38);
  color: #17171b;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.index_page .mod_tit h3 span {
  font-size: 0.38rem;
  line-height: calc(38/38);
  color: #17171b;
  font-family: 'FuturaCyrillicBold', 'SourceHanSansHKBold';
}
.index_page .mod_tit h4 {
  font-size: 0.38rem;
  line-height: calc(38/38);
  color: #17171b;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.index_page .mod_tit h4 span {
  font-size: 0.38rem;
  line-height: calc(38/38);
  color: #17171b;
  font-family: 'FuturaCyrillicBold', 'SourceHanSansHKBold';
}
.index_page .mod_tit p {
  font-size: 0.18rem;
  line-height: calc(26/18);
  color: #17171b;
  font-family: 'FuturaCyrillicDemi', 'SourceHanSansHKMedium';
}
.index_page .swiper-pagination-progressbar {
  background: rgba(86, 146, 203, 0.23);
}
.index_page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #5692CB;
}
.index_page .banner {
  width: 100%;
  position: relative;
}
.index_page .banner .bg {
  height: 9.69rem;
}
.index_page .banner .bg:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.29);
}
.index_page .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index_page .banner .bg video {
  width: 100%;
  height: 100%;
}
.index_page .banner .text_box {
  position: absolute;
  top: 2.2rem;
  left: 3.1rem;
  width: 5.1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.index_page .banner .text_box h1 {
  font-size: 0.6rem;
  line-height: 1.2;
  color: #fff;
  font-family: 'FuturaCyrillicDemi', 'SourceHanSansHKMedium';
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 1;
  text-shadow: 0rem 0.03rem 0.06rem #00000082;
}
.index_page .banner .fast_nav {
  width: 15.54rem;
  height: 3.32rem;
  padding-left: 2.6rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  z-index: 1;
}
.index_page .banner .fast_nav .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index_page .banner .fast_nav .swiper-slide ul {
  width: 12.94rem;
  display: flex;
  gap: 0.2rem;
  padding-top: 0.4rem;
}
.index_page .banner .fast_nav .swiper-slide ul li {
  width: 4.18rem;
  height: 2.72rem;
  border-radius: 0.04rem;
  overflow: hidden;
  transition: all 0.5s ease;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.index_page .banner .fast_nav .swiper-slide ul li:hover {
  transform: translateY(-0.2rem);
}
.index_page .banner .fast_nav .swiper-slide ul li:nth-of-type(1) {
  background: #9da8ad;
}
.index_page .banner .fast_nav .swiper-slide ul li:nth-of-type(1) .img_box:after {
  background: #9da8ad;
}
.index_page .banner .fast_nav .swiper-slide ul li:nth-of-type(2) {
  background: #e21f2c;
}
.index_page .banner .fast_nav .swiper-slide ul li:nth-of-type(2) .img_box:after {
  background: #e21f2c;
}
.index_page .banner .fast_nav .swiper-slide ul li:nth-of-type(3) {
  background: #e1e1e1;
}
.index_page .banner .fast_nav .swiper-slide ul li:nth-of-type(3) .img_box:after {
  background: #e1e1e1;
}
.index_page .banner .fast_nav .swiper-slide ul li:nth-of-type(3) .text_box span {
  color: #222;
}
.index_page .banner .fast_nav .swiper-slide ul li:nth-of-type(3) .text_box h5 {
  color: #222;
}
.index_page .banner .fast_nav .swiper-slide ul li .img_box {
  width: 50%;
  height: 2.72rem;
  flex-shrink: 0;
  position: relative;
  opacity: 0.5;
}
.index_page .banner .fast_nav .swiper-slide ul li .img_box:after {
  background: #9da8ad;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.index_page .banner .fast_nav .swiper-slide ul li .img_box img {
  width: 100%;
  object-position: center center;
  transform-origin: center center;
  filter: grayscale(100%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index_page .banner .fast_nav .swiper-slide ul li .text_box {
  width: 80%;
  position: absolute;
  top: unset;
  left: 0.3rem;
  bottom: 0.3rem;
  z-index: 2;
  justify-content: space-between;
}
.index_page .banner .fast_nav .swiper-slide ul li .text_box h5 {
  margin: 0.09rem 0 0.16rem;
}
.index_page .banner .fast_nav .swiper-pagination-extra {
  position: absolute;
  left: 0;
  top: 2.9rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.index_page .banner .fast_nav .swiper-pagination-extra span {
  font-size: 0.18rem;
  line-height: calc(19/18);
  color: #fff;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
  display: block;
}
.index_page .banner .fast_nav .swiper-pagination-extra span.line {
  background: #fff;
  height: 0.01rem;
  width: 0.5rem;
}
.index_page .module_1 {
  background: #f6f6f6;
}
.index_page .module_1 .mod_container {
  width: 15.9rem;
  margin: 0 auto;
  padding: 1rem 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.index_page .module_1 .mod_container .cont_top {
  width: 7.76rem;
  margin-bottom: 1rem;
  position: relative;
}
.index_page .module_1 .mod_container .cont_top .mod_tit {
  justify-content: flex-start;
  gap: 0.1rem;
}
.index_page .module_1 .mod_container .cont_top .mod_tit h4 {
  flex-shrink: 0;
  margin-bottom: 0.4rem;
}
.index_page .module_1 .mod_container .cont_top .mod_tit .swiper {
  height: 0.38rem;
  margin: 0;
}
.index_page .module_1 .mod_container .cont_top .text_box {
  display: flex;
  flex-direction: row;
  gap: 0.39rem;
}
.index_page .module_1 .mod_container .cont_top .text_box p {
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.index_page .module_1 .mod_container .cont_bot ul {
  display: flex;
  justify-content: space-between;
}
.index_page .module_1 .mod_container .cont_bot ul li {
  width: 4.96rem;
  height: 6.55rem;
  padding: 0.3rem;
  border-radius: 0.04rem;
  border: 0.01rem solid #ddd;
  background: #ffffff;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.index_page .module_1 .mod_container .cont_bot ul li:hover {
  background: #e62b33;
  transition: all 0.3s ease-in;
  border: 0.01rem solid #f6f6f6;
}
.index_page .module_1 .mod_container .cont_bot ul li:hover .text_box h4,
.index_page .module_1 .mod_container .cont_bot ul li:hover .text_box p {
  color: #fff;
}
.index_page .module_1 .mod_container .cont_bot ul li .text_box {
  gap: 0.3rem;
  align-items: flex-start;
}
.index_page .module_1 .mod_container .cont_bot ul li .text_box p {
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.index_page .module_1 .mod_container .cont_bot ul li .img_box {
  width: 4.96rem;
  height: 4.96rem;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_1 .mod_container .cont_bot ul li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
}
.index_page .module_2 {
  padding-top: 1rem;
}
.index_page .module_2 .mod_container {
  padding-top: 2rem;
}
.index_page .module_2 .mod_container.scroll-bg {
  width: 17.26rem;
  height: 17.26rem;
  margin: 0 auto;
  /* 视窗高度 */
  border-radius: 100%;
  background-image: url('../image/map.jpg');
  /* 你的背景图片 */
  background-repeat: repeat-x;
  /* 水平方向重复 */
  background-size: auto 100%;
  /* 保持图片宽度自动，高度为容器高度 */
  animation: scrollBg 150s linear infinite;
  /* 动画名称、持续时间、速度曲线、重复 */
}
@keyframes scrollBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
  /* 根据图片宽度调整 */
}
.index_page .module_2 .mod_container .mod_tit {
  width: 8.84rem;
  margin: 0 0.2rem 1rem 5.44rem;
  flex-direction: column;
  gap: 0.5rem;
}
.index_page .module_2 .mod_container .mod_tit h1 span {
  margin-left: 1.2rem;
}
.index_page .module_2 .mod_container .mod_tit p {
  width: 3.65rem;
}
.index_page .module_2 .mod_container .mod_cont {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), #fff);
  padding-bottom: 1rem;
}
.index_page .module_2 .mod_container .mod_cont ul {
  width: 15.84rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.index_page .module_2 .mod_container .mod_cont ul li {
  width: 4.95rem;
  border: 0.01rem solid #ddd;
  border-radius: 0.04rem;
  background: #ffffff;
}
.index_page .module_2 .mod_container .mod_cont ul li .card_body {
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
}
.index_page .module_2 .mod_container .mod_cont ul li .card_body .icon_box {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
}
.index_page .module_2 .mod_container .mod_cont ul li .card_body .text_box {
  justify-content: flex-start;
  align-items: flex-start;
}
.index_page .module_2 .mod_container .mod_cont ul li .card_body .text_box h2 {
  display: flex;
  text-align: left;
}
.index_page .module_2 .mod_container .mod_cont ul li .card_body .text_box h2 .timer {
  color: #17171b;
}
.index_page .module_2 .mod_container .mod_cont ul li .card_foot {
  border-top: 0.01rem solid #ddd;
  padding: 0.3rem 0.2rem !important;
}
.index_page .module_2 .mod_container .mod_cont ul li .card_foot .text_box {
  align-items: flex-start;
}
.index_page .module_3 {
  margin-top: -6.9rem;
}
.index_page .module_3 .mod_container {
  background-color: #fff;
  padding: 0.68rem 0 0.9rem;
}
.index_page .module_3 .mod_container .mod_tit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_3 .mod_container .mod_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.83rem;
}
.index_page .module_3 .mod_container .mod_cont .swiper {
  width: 18.43rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.index_page .module_3 .mod_container .mod_cont .swiper .swiper-slide {
  width: 2.9rem;
  height: 1.54rem;
  border-radius: 0.1rem;
}
.index_page .module_3 .mod_container .mod_cont .swiper .swiper-slide .img_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_3 .mod_container .mod_cont .swiper .swiper-slide .img_box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.index_page .module_4 {
  background: #17171b;
}
.index_page .module_4 .mod_container {
  padding: 1rem 0.16rem;
  width: 15.84rem;
  margin: 0 auto;
}
.index_page .module_4 .mod_container .mod_tit h4 {
  color: #fff;
}
.index_page .module_4 .mod_container .learn_more {
  width: 2.1rem;
  height: 0.48rem;
}
.index_page .module_4 .mod_container .mod_cont {
  margin-top: 0.51rem;
}
.index_page .module_4 .mod_container .mod_cont ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
}
.index_page .module_4 .mod_container .mod_cont ul li {
  width: 7.6rem;
  height: 2.53rem;
  padding: 0.75rem 0.3rem;
  border: 0.01rem solid #ddd;
  border-radius: 0.04rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index_page .module_4 .mod_container .mod_cont ul li .img_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.79rem;
  height: 2.52rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_4 .mod_container .mod_cont ul li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
}
.index_page .module_4 .mod_container .mod_cont ul li .text_box {
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
}
.index_page .module_4 .mod_container .mod_cont ul li .text_box h3 {
  display: flex;
  gap: 0.12rem;
}
.index_page .module_4 .mod_container .mod_cont ul li .text_box h3 span {
  color: #fff;
}
.index_page .module_4 .mod_container .mod_cont ul li .text_box h3,
.index_page .module_4 .mod_container .mod_cont ul li .text_box p {
  color: #fff;
}
.index_page .module_5 {
  height: 7.87rem;
}
.index_page .module_5 .mod_container .mod_cont {
  display: flex;
  justify-content: space-between;
}
.index_page .module_5 .mod_container .mod_cont .cont_left {
  flex: 1;
  flex-shrink: 0;
}
.index_page .module_5 .mod_container .mod_cont .cont_left .mod_tit {
  width: 6.3433rem;
  height: 6rem;
  margin-left: 1.59rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.43rem;
  position: relative;
  padding-left: 0.5rem;
}
.index_page .module_5 .mod_container .mod_cont .cont_left .mod_tit h4 {
  width: 4.5rem;
  line-height: 1.3;
}
.index_page .module_5 .mod_container .mod_cont .cont_left .mod_tit .line-left {
  background: #ddd;
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 0.01rem;
  z-index: 1;
}
.index_page .module_5 .mod_container .mod_cont .cont_left .swiper_tool {
  height: 1.87rem;
  padding-top: 0.4rem;
  padding-left: 1.59rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.index_page .module_5 .mod_container .mod_cont .cont_left .swiper_tool .line-top {
  background: #ddd;
  display: block;
  height: 0.01rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.index_page .module_5 .mod_container .mod_cont .cont_left .swiper_tool .text_box {
  align-items: flex-start;
}
.index_page .module_5 .mod_container .mod_cont .cont_left .swiper_tool .tool_box {
  position: relative;
  flex: 1;
}
.index_page .module_5 .mod_container .mod_cont .cont_right {
  width: 9.49rem;
}
.index_page .module_5 .mod_container .mod_cont .cont_right .swiper-slide {
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}
.index_page .module_5 .mod_container .mod_cont .cont_right .swiper-slide .img_box {
  width: 9.49rem;
  height: 7.87rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_5 .mod_container .mod_cont .cont_right .swiper-slide .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
}
.index_page .module_5 .mod_container .mod_cont .cont_right .swiper-slide .text_box {
  align-items: flex-start;
  text-align: left;
}
.index_page .module_5 .mod_container .mod_cont .cont_right .swiper-slide .text_box h4 {
  margin-bottom: 0.12rem;
}
.index_page .module_5 .mod_container .mod_cont .cont_right .swiper-slide .text_box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_page .module_5 .mod_container .mod_cont .cont_right .swiper-slide .text_box span {
  color: #5692CB;
  padding: 0.1rem 0.22rem;
  background: #E8F4FF;
  border-radius: 0.22rem;
  margin-bottom: 0.19rem;
}
.index_page .module_5 .mod_container .mod_cont .swiper-pagination {
  width: unset;
  height: 0.15rem;
  top: unset;
  bottom: 0.7rem;
  right: 1rem;
  left: unset;
  display: flex;
  gap: 0.22rem;
}
.index_page .module_5 .mod_container .mod_cont .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  margin: 0;
  display: inline-block;
  border-radius: 50%;
  background: #373737;
  opacity: 0.2;
}
.index_page .module_5 .mod_container .mod_cont .swiper-pagination-bullet-active {
  background: #373737;
  opacity: 1;
}
.index_page .module_5 .mod_container .mod_cont .swiper-button-next {
  right: unset;
  top: 0.15rem;
  left: 1.1rem;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0;
  border-radius: 50%;
  position: relative;
}
.index_page .module_5 .mod_container .mod_cont .swiper-button-next:before {
  display: block;
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #f6f6f6;
  transition: all 0.2s ease-in;
  position: absolute;
  left: 0;
  top: 0;
}
.index_page .module_5 .mod_container .mod_cont .swiper-button-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_page .module_5 .mod_container .mod_cont .swiper-button-next:hover:before {
  transform: scale(1.2);
  transition: all 0.2s ease-in;
}
.index_page .module_5 .mod_container .mod_cont .swiper-button-prev {
  left: 0;
  top: 0.15rem;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0;
  border-radius: 50%;
  background: #f6f6f6;
}
.index_page .module_5 .mod_container .mod_cont .swiper-button-prev:before {
  display: block;
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #f6f6f6;
  transition: all 0.2s ease-in;
  position: absolute;
  left: 0;
  top: 0;
}
.index_page .module_5 .mod_container .mod_cont .swiper-button-prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_page .module_5 .mod_container .mod_cont .swiper-button-prev:hover:before {
  transform: scale(1.2);
  transition: all 0.2s ease-in;
}
.index_page .module_5 .mod_container .mod_cont .swiper-button-next:after,
.index_page .module_5 .mod_container .mod_cont .swiper-button-prev:after {
  font-size: 0.16rem;
  color: #17171b;
  font-weight: bold;
}
.index_page .module_6 {
  height: 8.82rem;
  background: #2a2b31;
}
.index_page .module_6 .mod_container .mod_cont {
  display: flex;
  justify-content: space-between;
}
.index_page .module_6 .mod_container .mod_cont .cont_left {
  flex: 1;
  flex-shrink: 0;
  width: 5.93rem;
  margin-left: 1.58rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .mod_tit {
  width: 5.93rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.22rem;
  position: relative;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .mod_tit h4 {
  color: #fff;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .mod_tit p {
  color: #9c9c9c;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form {
  width: 5.93rem;
  margin: 0.47rem auto 0;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin: 0;
  margin-bottom: 0.22rem;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .gap-13 {
  gap: 0.13rem;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .form-label,
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .form-check-label {
  font-size: 0.18rem;
  line-height: 1;
  color: #fff;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
  margin-bottom: 0.09rem;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form input,
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form textarea {
  border: 0.01rem solid rgba(242, 242, 242, 0.5);
  background: #2a2b31;
  padding: 0 0.15rem;
  font-size: 0.18rem;
  line-height: 1;
  color: #fff;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form textarea {
  padding: 0.12rem 0.14rem;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form input {
  height: 0.46rem;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .submit_btn {
  width: 1.2rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 0.04rem;
  margin-top: 0.45rem !important;
  font-size: 0.18rem;
  line-height: 1;
  color: #0c0c0c;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
  display: flex;
  gap: 0.15rem;
  align-items: center;
  justify-content: center;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .submit_btn .icon_box {
  width: 0.2rem;
  height: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .submit_btn .icon_box img {
  width: 0.2rem;
}
.index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .help-block {
  font-size: 0.18rem;
  line-height: calc(19/16);
  color: red;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
  position: absolute;
  bottom: -0.22rem;
}
.index_page .module_6 .mod_container .mod_cont .cont_right {
  width: 9.51rem;
}
.index_page .module_6 .mod_container .mod_cont .cont_right .img_box {
  width: 9.51rem;
  height: 8.82rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_6 .mod_container .mod_cont .cont_right .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
}
.index_page .module_7 {
  background: #f6f6f6;
}
.index_page .module_7 .mod_container {
  position: relative;
}
.index_page .module_7 .mod_container .line-top {
  background: #ddd;
  display: block;
  height: 0.01rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0.2rem;
  width: 100%;
  z-index: 1;
}
.index_page .module_7 .mod_container .line-right {
  background: #ddd;
  display: block;
  height: calc(100% - 0.4rem);
  pointer-events: none;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.01rem;
  z-index: 1;
}
.index_page .module_7 .mod_container .line-bottom {
  background: #ddd;
  bottom: 0.2rem;
  display: block;
  height: 0.01rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.index_page .module_7 .mod_container .line-left {
  background: #ddd;
  display: block;
  height: calc(100% - 0.4rem);
  left: 0.2rem;
  pointer-events: none;
  position: absolute;
  top: 0.2rem;
  width: 0.01rem;
  z-index: 1;
}
.index_page .module_7 .mod_container .mod_cont {
  width: 100%;
  padding: 0.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-top: 0.01rem solid #fff;
  position: relative;
}
.index_page .module_7 .mod_container .mod_cont .cont_top {
  width: 100%;
  height: 2.91rem;
  display: flex;
  flex-direction: row;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .mod_tit {
  width: 9.3rem;
  margin-left: 1.55rem;
  justify-content: flex-start;
  align-items: center;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .mod_tit h4 {
  font-size: 0.6rem;
  font-family: 'FuturaCyrillicMedium', 'SourceHanSansHKMedium';
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool {
  width: 3.1rem;
  padding-left: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .line-left {
  background: #ddd;
  display: block;
  height: calc(100%);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 0.01rem;
  z-index: 1;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .text_box {
  align-items: flex-start;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .tool_box {
  width: 1.8rem;
  height: 0.7rem;
  position: absolute;
  bottom: 0.34rem;
  flex: 1;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-next {
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0;
  border-radius: 50%;
  position: absolute;
  right: unset;
  top: 0;
  left: 1.1rem;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-next:before {
  display: block;
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in;
  position: absolute;
  left: 0;
  top: 0;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-next:hover:before {
  transform: scale(1.2);
  transition: all 0.2s ease-in;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-prev {
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-prev:before {
  display: block;
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in;
  position: absolute;
  left: 0;
  top: 0;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-prev:hover:before {
  transform: scale(1.2);
  transition: all 0.2s ease-in;
}
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-next:after,
.index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-prev:after {
  font-size: 0.16rem;
  color: #17171b;
  font-weight: bold;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot {
  padding: 0.51rem 0 2.04rem 1.55rem;
  position: relative;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .line-top {
  background: #ddd;
  display: block;
  height: 0.01rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper {
  width: 17.08rem;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide {
  width: 4.71rem;
  height: 4.55rem;
  background: #fff;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide:hover .text_box h5 {
  color: #e21f2c;
  transition: all 0.2s ease-in;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide:hover .text_box .learn_more a:after {
  transform: scaleY(1);
  transform-origin: bottom center;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide:hover .text_box .learn_more a span:after {
  opacity: 1;
  transform: translateY(0);
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide:hover .text_box .learn_more a span span {
  opacity: 0;
  transform: translateY(-100%);
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .img_box {
  width: 4.71rem;
  height: 3.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .text_box {
  padding: 0.2rem 0.2rem 0.3rem;
  align-items: flex-start;
  gap: 0.2rem;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .text_box h5 {
  color: #17171b;
  transition: all 0.2s ease-in;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .text_box .learn_more {
  width: unset;
  height: 0.15rem;
  border: none;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .text_box .learn_more a {
  gap: 0.3rem;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .text_box .learn_more a:after {
  background: unset;
}
.index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .text_box .learn_more a span:after {
  color: red;
}
@media screen and (max-width: 992px) {
  .index_page {
    padding-top: 0.56rem;
  }
  .index_page .learn_more {
    height: 0.3rem;
    width: 1.2rem;
    border-radius: 0;
    background: #fff;
    border: 0.01rem solid #ddd;
    opacity: 1;
    position: relative;
    transform-origin: right top;
    z-index: 99;
  }
  .index_page .learn_more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    letter-spacing: 0.017rem;
  }
  .index_page .learn_more a span {
    font-size: 0.12rem;
  }
  .index_page .learn_more a .icon_box {
    width: 0.15rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index_page .learn_more a .icon_box img {
    width: 0.15rem;
  }
  .index_page .text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .index_page .text_box h2 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }
  .index_page .text_box h2 span {
    font-size: 0.18rem;
  }
  .index_page .text_box h3 {
    font-size: 0.16rem;
  }
  .index_page .text_box h3 span {
    font-size: 0.16rem;
  }
  .index_page .text_box h4 {
    font-size: 0.16rem;
    margin-bottom: 0.07rem;
    font-family: 'FuturaCyrillicDemi', 'SourceHanSansHKMedium';
  }
  .index_page .text_box h5,
  .index_page .text_box h6 {
    font-size: 0.14rem;
  }
  .index_page .text_box p {
    font-size: 0.12rem;
  }
  .index_page .text_box p + p {
    margin-top: 0.1rem;
  }
  .index_page .text_box span {
    font-size: 0.14rem;
    display: block;
  }
  .index_page .mod_tit h1 {
    font-size: 0.18rem;
    font-family: 'FuturaCyrillicHeavy', 'SourceHanSansHKBold';
  }
  .index_page .mod_tit h2,
  .index_page .mod_tit h3,
  .index_page .mod_tit h4 {
    font-size: 0.16rem;
    font-family: 'FuturaCyrillicHeavy', 'SourceHanSansHKBold';
  }
  .index_page .mod_tit h2 span,
  .index_page .mod_tit h3 span,
  .index_page .mod_tit h4 span {
    font-size: 0.16rem;
  }
  .index_page .mod_tit h5 {
    font-size: 0.14rem;
  }
  .index_page .mod_tit p {
    font-size: 0.12rem;
    margin-left: 0.1rem;
  }
  .index_page .banner {
    width: 100%;
    height: 1.8rem;
  }
  .index_page .banner .bg {
    height: unset;
    background-color: #fff;
    position: relative;
  }
  .index_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .index_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .index_page .banner .bg video {
    width: 100%;
    height: 100%;
  }
  .index_page .banner .text_box {
    width: 55%;
    position: absolute;
    top: 0.2rem;
    left: 0.16rem;
    right: 0.16rem;
  }
  .index_page .banner .text_box h1 {
    font-size: 0.24rem;
    margin-bottom: 0.02rem;
  }
  .index_page .banner .fast_nav {
    width: 100%;
    height: unset;
    padding: 0 0.1rem;
    position: absolute;
    bottom: unset;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    justify-content: space-between;
    gap: 0.1rem;
  }
  .index_page .banner .fast_nav .swiper {
    padding: 0.3rem 0 0;
  }
  .index_page .banner .fast_nav .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .index_page .banner .fast_nav .swiper-slide ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    padding-top: 0;
    padding: 0.1rem;
    border: 0.01rem solid rgba(226, 31, 44, 0.6);
    border-radius: 0.04rem;
  }
  .index_page .banner .fast_nav .swiper-slide ul li {
    width: 100%;
    height: 1.2rem;
    border-radius: 0.04rem;
    overflow: hidden;
    transition: all 0.5s ease;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .index_page .banner .fast_nav .swiper-slide ul li .img_box {
    width: 50%;
    height: auto;
    flex-shrink: 0;
    position: relative;
    opacity: 0.5;
  }
  .index_page .banner .fast_nav .swiper-slide ul li .img_box:after {
    background: #9da8ad;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .index_page .banner .fast_nav .swiper-slide ul li .img_box img {
    width: 100%;
    object-position: center center;
    transform-origin: center center;
    filter: grayscale(100%);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .index_page .banner .fast_nav .swiper-slide ul li .text_box {
    width: 80%;
    padding: 0.05rem 0.1rem;
    position: absolute;
    top: unset;
    left: 0.04rem;
    bottom: 0.04rem;
    z-index: 2;
    justify-content: space-between;
  }
  .index_page .banner .fast_nav .swiper-slide ul li .text_box h5 {
    margin: 0.09rem 0 0.06rem;
  }
  .index_page .banner .fast_nav .swiper-pagination-extra {
    position: absolute;
    left: unset;
    right: 0.45rem;
    bottom: unset;
    top: 0.1rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
  }
  .index_page .banner .fast_nav .swiper-pagination-extra span {
    font-size: 0.14rem;
  }
  .index_page .banner .fast_nav .swiper-pagination-extra span.line {
    background: #fff;
    height: 0.01rem;
    width: 0.2rem;
  }
  .index_page .module_1 .mod_container {
    width: 100%;
    padding: 3.8rem 0.16rem 0.5rem;
  }
  .index_page .module_1 .mod_container .cont_top {
    width: 100%;
    margin-bottom: 0.2rem;
    position: relative;
  }
  .index_page .module_1 .mod_container .cont_top .mod_tit {
    justify-content: flex-start;
    gap: 0.06rem;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .index_page .module_1 .mod_container .cont_top .mod_tit h4 {
    font-size: 0.18rem;
    line-height: calc(20/18);
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .index_page .module_1 .mod_container .cont_top .mod_tit .swiper {
    height: 0.2rem;
    margin: 0;
  }
  .index_page .module_1 .mod_container .cont_top .text_box {
    display: flex;
    flex-direction: row;
    gap: 0.39rem;
  }
  .index_page .module_1 .mod_container .cont_top .text_box span {
    font-size: 0.18rem;
  }
  .index_page .module_1 .mod_container .cont_bot ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0.1rem;
  }
  .index_page .module_1 .mod_container .cont_bot ul li {
    width: 100%;
    height: 2rem;
    padding: 0.1rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #ddd;
  }
  .index_page .module_1 .mod_container .cont_bot ul li .text_box {
    gap: 0.1rem;
    align-items: flex-start;
  }
  .index_page .module_1 .mod_container .cont_bot ul li .img_box {
    width: 50%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index_page .module_1 .mod_container .cont_bot ul li .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: center center;
  }
  .index_page .module_2 {
    padding-top: 0.3rem;
    overflow: hidden;
  }
  .index_page .module_2 .mod_container {
    width: 100%;
    padding: 0.3rem 0.2rem 0.8rem;
    margin: unset;
  }
  .index_page .module_2 .mod_container.scroll-bg {
    width: 100%;
    height: unset;
    background: unset;
    position: relative;
  }
  .index_page .module_2 .mod_container.scroll-bg:after {
    display: block;
    content: '';
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    background-image: url('../image/map.jpg');
    /* 你的背景图片 */
    background-repeat: repeat-x;
    /* 水平方向重复 */
    background-size: auto 100%;
    /* 保持图片宽度自动，高度为容器高度 */
    animation: scrollBg 150s linear infinite;
    /* 动画名称、持续时间、速度曲线、重复 */
    position: absolute;
    top: 0;
    left: -1.2rem;
  }
  .index_page .module_2 .mod_container .mod_tit {
    width: 100%;
    margin: 0 0.2rem 0.2rem 0.3rem;
    flex-direction: column;
    gap: 0.2rem;
    position: relative;
    z-index: 1;
  }
  .index_page .module_2 .mod_container .mod_tit h1 span {
    margin-left: 0.3rem;
  }
  .index_page .module_2 .mod_container .mod_tit p {
    width: 80%;
  }
  .index_page .module_2 .mod_container .mod_cont {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), #fff);
    padding-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .index_page .module_2 .mod_container .mod_cont ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0.1rem;
  }
  .index_page .module_2 .mod_container .mod_cont ul li {
    width: 100%;
    border: 0.01rem solid #ddd;
    border-radius: 0.04rem;
    background: #ffffff;
  }
  .index_page .module_2 .mod_container .mod_cont ul li .card_body {
    padding: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.17rem;
  }
  .index_page .module_2 .mod_container .mod_cont ul li .card_body .icon_box {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
  }
  .index_page .module_2 .mod_container .mod_cont ul li .card_body .text_box {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .index_page .module_2 .mod_container .mod_cont ul li .card_body .text_box h2 {
    display: flex;
    text-align: left;
    margin-bottom: 0;
  }
  .index_page .module_2 .mod_container .mod_cont ul li .card_body .text_box h2 .timer {
    color: #17171b;
  }
  .index_page .module_2 .mod_container .mod_cont ul li .card_foot {
    border-top: 0.01rem solid #ddd;
    padding: 0.1rem !important;
  }
  .index_page .module_2 .mod_container .mod_cont ul li .card_foot .text_box {
    align-items: flex-start;
  }
  .index_page .module_3 {
    margin-top: 0;
  }
  .index_page .module_3 .mod_container {
    background-color: #fff;
    padding: 0.3rem 0.16rem 0.4rem;
  }
  .index_page .module_3 .mod_container .mod_tit {
    justify-content: flex-start;
  }
  .index_page .module_3 .mod_container .mod_tit p {
    font-size: 0.16rem;
    margin-left: 0;
  }
  .index_page .module_3 .mod_container .mod_cont {
    margin-top: 0.3rem;
  }
  .index_page .module_3 .mod_container .mod_cont .swiper {
    width: 100%;
    margin: 0;
    gap: 0.16rem 0.1rem;
  }
  .index_page .module_3 .mod_container .mod_cont .swiper .swiper-wrapper .swiper-slide {
    width: 48%;
    height: unset;
    border-radius: 0.05rem;
  }
  .index_page .module_4 .mod_container {
    padding: 0.3rem 0.16rem 0.4rem;
    width: 100%;
    margin: 0 auto;
  }
  .index_page .module_4 .mod_container .mod_tit {
    flex-direction: column;
    gap: 0.15rem;
  }
  .index_page .module_4 .mod_container .learn_more {
    width: 1.4rem;
    height: 0.3rem;
  }
  .index_page .module_4 .mod_container .mod_cont {
    margin-top: 0.2rem;
  }
  .index_page .module_4 .mod_container .mod_cont ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.16rem;
  }
  .index_page .module_4 .mod_container .mod_cont ul li {
    width: 100%;
    height: 1rem;
    padding: 0.2rem 0.16rem;
    border: 0.01rem solid #ddd;
    border-radius: 0.04rem;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .index_page .module_4 .mod_container .mod_cont ul li .img_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: unset;
  }
  .index_page .module_4 .mod_container .mod_cont ul li .text_box {
    gap: 0.1rem;
  }
  .index_page .module_4 .mod_container .mod_cont ul li .text_box h3 {
    gap: 0.12rem;
  }
  .index_page .module_5 {
    height: unset;
  }
  .index_page .module_5 .mod_container {
    padding: 0.3rem 0.16rem 0.4rem;
  }
  .index_page .module_5 .mod_container .mod_cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0.2rem;
  }
  .index_page .module_5 .mod_container .mod_cont .cont_left {
    flex: 1;
    flex-shrink: 0;
  }
  .index_page .module_5 .mod_container .mod_cont .cont_left .mod_tit {
    width: 100%;
    height: unset;
    margin-left: 0;
    gap: 0.1rem;
    padding-left: 0;
  }
  .index_page .module_5 .mod_container .mod_cont .cont_left .mod_tit h4 {
    width: 100%;
    line-height: 1.3;
  }
  .index_page .module_5 .mod_container .mod_cont .cont_left .mod_tit p {
    margin: 0;
  }
  .index_page .module_5 .mod_container .mod_cont .cont_left .mod_tit .line-left {
    display: none;
  }
  .index_page .module_5 .mod_container .mod_cont .cont_left .swiper_tool {
    height: unset;
    padding-top: 0.2rem;
    padding-left: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .index_page .module_5 .mod_container .mod_cont .cont_left .swiper_tool .line-top {
    display: none;
  }
  .index_page .module_5 .mod_container .mod_cont .cont_right {
    width: 100%;
  }
  .index_page .module_5 .mod_container .mod_cont .cont_right .swiper-slide .img_box {
    width: 100%;
    height: unset;
  }
  .index_page .module_5 .mod_container .mod_cont .cont_right .swiper-slide .text_box {
    align-items: flex-start;
    text-align: left;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-pagination {
    width: unset;
    height: 0.15rem;
    top: unset;
    bottom: 0;
    right: 0.2rem;
    left: unset;
    display: flex;
    gap: 0.16rem;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-button-next {
    right: unset;
    top: 0;
    left: 0.6rem;
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0;
    border-radius: 50%;
    position: relative;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-button-next:before {
    width: 0.4rem;
    height: 0.4rem;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-button-prev {
    left: 0;
    top: 0;
    width: 0.4rem;
    height: 0.4rem;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-button-prev:before {
    width: 0.4rem;
    height: 0.4rem;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-button-next:after,
  .index_page .module_5 .mod_container .mod_cont .swiper-button-prev:after {
    font-size: 0.16rem;
    color: #17171b;
    font-weight: bold;
  }
  .index_page .module_6 {
    height: unset;
    background: #2a2b31;
  }
  .index_page .module_6 .mod_container {
    padding: 0.3rem 0 0;
  }
  .index_page .module_6 .mod_container .mod_cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0.2rem;
    position: relative;
    overflow: hidden;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left {
    flex: 1;
    flex-shrink: 0;
    width: 100%;
    margin-left: 0;
    padding: 0 0.16rem 0.4rem;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .mod_tit {
    width: 100%;
    gap: 0.1rem;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .mod_tit p {
    margin-left: 0;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box {
    width: 100%;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form {
    width: 100%;
    margin: 0.2rem auto 0;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin: 0;
    margin-bottom: 0.22rem;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .gap-13 {
    gap: 0.13rem;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .form-label,
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .form-check-label {
    font-size: 0.14rem;
    margin-bottom: 0.09rem;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form input,
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form textarea {
    border: 0.01rem solid rgba(242, 242, 242, 0.5);
    background: #2a2b31;
    padding: 0 0.1rem;
    font-size: 0.14rem;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form textarea {
    padding: 0.1rem 0.1rem;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form input {
    height: 0.4rem;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .submit_btn {
    width: 1.2rem;
    height: 0.4rem;
    background: #fff;
    border-radius: 0.04rem;
    margin-top: 0.25rem !important;
    font-size: 0.14rem;
    display: flex;
    gap: 0.15rem;
    align-items: center;
    justify-content: center;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .submit_btn .icon_box {
    width: 0.15rem;
    height: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .submit_btn .icon_box img {
    width: 0.15rem;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_left .form_box form .help-block {
    font-size: 0.14rem;
    position: absolute;
    top: 0;
    bottom: unset;
    left: unset;
    right: 0;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_right {
    width: 100%;
    position: absolute;
    bottom: 1.13rem;
    right: -0.36rem;
    transition: all 0.1s ease-in;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_right .img_box {
    width: 100%;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.1;
  }
  .index_page .module_6 .mod_container .mod_cont .cont_right .img_box img {
    transform: scale(2);
    object-position: bottom;
  }
  .index_page .module_7 {
    background: #f6f6f6;
  }
  .index_page .module_7 .mod_container {
    padding: 0.3rem 0.16rem 0.5rem;
    position: relative;
  }
  .index_page .module_7 .mod_container .line-top {
    display: none;
  }
  .index_page .module_7 .mod_container .line-right {
    display: none;
  }
  .index_page .module_7 .mod_container .line-bottom {
    display: none;
  }
  .index_page .module_7 .mod_container .line-left {
    display: none;
  }
  .index_page .module_7 .mod_container .mod_cont {
    width: 100%;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-top: 0.01rem solid #fff;
    position: relative;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top {
    width: 100%;
    height: 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top .mod_tit {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top .mod_tit h4 {
    font-size: 0.2rem;
    font-family: 'FuturaCyrillicHeavy', 'SourceHanSansHKBold';
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    flex: 1;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .line-left {
    display: none;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .text_box {
    align-items: flex-start;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .tool_box {
    width: 1.8rem;
    height: 0.4rem;
    position: absolute;
    bottom: 0.2rem;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0;
    border-radius: 50%;
    position: absolute;
    right: unset;
    top: 0;
    left: 0.6rem;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-next:before {
    width: 0.4rem;
    height: 0.4rem;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-prev:before {
    width: 0.4rem;
    height: 0.4rem;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-next:after,
  .index_page .module_7 .mod_container .mod_cont .cont_top .swiper_tool .swiper-button-prev:after {
    font-size: 0.16rem;
    color: #17171b;
    font-weight: bold;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_bot {
    padding: 0;
    position: relative;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_bot .line-top {
    display: none;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_bot .swiper {
    width: 100%;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide {
    width: 100%;
    height: unset;
    background: #f6f6f6;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .img_box {
    width: 100%;
    height: 3.28rem;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .text_box {
    padding: 0.2rem;
    align-items: flex-start;
    gap: 0.1rem;
    background: #fff;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .text_box h5 {
    color: #17171b;
    transition: all 0.2s ease-in;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .text_box .learn_more {
    width: unset;
    height: 0.15rem;
    border: none;
  }
  .index_page .module_7 .mod_container .mod_cont .cont_bot .swiper .swiper-slide .text_box .learn_more a {
    gap: 0.3rem;
  }
}
