.index_page {
  background: #fff;
}
.index_page .hide {
  display: none;
}
.index_page .learn_more {
  width: 1.95rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.2s ease;
  padding: 0 0.07rem 0 0.28rem;
  border-radius: 0.08rem;
  border-radius: 0.41rem;
}
.index_page .learn_more span {
  font-family: SourceHanSansHKRegular;
  font-size: 0.16rem;
  line-height: calc(24/16);
  display: block;
}
.index_page .learn_more .icon_box {
  width: 0.39rem;
  height: 0.39rem;
  border-radius: 50%;
}
.index_page .learn_more.yellow {
  color: #E59A47;
  border: 0.01rem solid #E59A47;
}
.index_page .learn_more.yellow span {
  color: #E59A47;
}
.index_page .learn_more.yellow .icon_box {
  background-color: #E59A47;
  background-image: url(/html-before/img/icon_20.png);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.index_page .learn_more.yellow2 {
  width: 1.56rem;
  height: 0.46rem;
  background: #F3972C;
  padding: 0 0.29rem 0 0.14rem;
}
.index_page .learn_more.yellow2 span {
  color: #fff;
}
.index_page .learn_more.yellow2 .icon_box {
  width: 0.28rem;
  height: 0.28rem;
  border: 0.01rem solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .learn_more.white {
  color: #fff;
  border: 0.01rem solid #fff;
}
.index_page .learn_more.white span {
  color: #fff;
}
.index_page .learn_more.white .icon_box {
  background-color: #fff;
  background-image: url(/html-before/img/icon_21.png);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.index_page .text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.index_page .text_box.white h2,
.index_page .text_box.white p {
  color: #fff;
}
.index_page .text_box h2 {
  font-size: 0.44rem;
  line-height: calc(62/44);
  color: #333;
  font-family: 'SourceHanSansHKBold';
  margin-bottom: 0.2rem;
}
.index_page .text_box h3 {
  font-size: 0.36rem;
  line-height: calc(52/36);
  color: #373737;
  font-family: 'SourceHanSansHKBold';
}
.index_page .text_box h4 {
  font-size: 0.24rem;
  line-height: calc(35/24);
  color: #333;
  font-family: 'SourceHanSansHKMedium';
  margin-bottom: 0.14rem;
}
.index_page .text_box h5 {
  font-size: 0.23rem;
  line-height: calc(34/23);
  color: #333;
  font-family: 'SourceHanSansHKMedium';
}
.index_page .text_box p {
  font-size: 0.18rem;
  line-height: calc(28/18);
  color: #333;
  font-family: 'SourceHanSansHKRegular';
}
.index_page .text_box p + p {
  margin-top: 0.2rem;
}
.index_page .text_box span {
  font-size: 0.16rem;
  line-height: calc(24/16);
  color: #333;
  font-family: 'SourceHanSansHKMedium';
  display: block;
}
.index_page .mod_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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 h2 {
  font-size: 0.44rem;
  line-height: calc(62/44);
  color: #333;
  font-family: 'SourceHanSansHKMedium';
}
.index_page .mod_tit p {
  font-size: 0.18rem;
  line-height: calc(26/18);
  color: #666;
  font-family: 'SourceHanSansHKRegular';
  margin-left: 0.3rem;
}
.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;
  bottom: 3.21rem;
  left: 1.15rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.index_page .banner .text-box h1 {
  font-size: 0.72rem;
  line-height: 1.2;
  color: #fff;
  font-family: 'SourceHanSansHKBold';
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 1;
  text-shadow: 0rem 0.03rem 0.06rem #00000082;
}
.index_page .banner .text-box h2 {
  width: 5.6rem;
  font-size: 0.54rem;
  line-height: calc(65/48);
  color: #fff;
  font-family: 'SourceHanSansHKBold';
  margin-bottom: 0.26rem;
  text-shadow: 0rem 0.03rem 0.06rem #00000082;
}
.index_page .banner .text-box p {
  width: 7.07rem;
  font-size: 0.18rem;
  line-height: calc(28/18);
  color: #fff;
  font-family: 'SourceHanSansHKRegular';
  text-shadow: 0rem 0.03rem 0.06rem #00000029;
}
.index_page .banner .fast_nav {
  width: 14.88rem;
  height: 1.29rem;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  gap: 0.27rem;
}
.index_page .banner .fast_nav .item {
  width: 4.8rem;
  height: 1.29rem;
  box-shadow: 0rem 0rem 0.1rem #00000029;
  border-radius: 0.1rem;
  padding: 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_page .banner .fast_nav .item .img_box {
  width: auto;
  height: 0.41rem;
  margin-bottom: 0.15rem;
}
.index_page .banner .fast_nav .item .img_box img {
  width: auto;
  height: 0.41rem;
  display: block;
}
.index_page .banner .fast_nav .item span {
  font-size: 0.24rem;
  line-height: calc(35/24);
  color: #fff;
  font-family: 'SourceHanSansHKRegular';
  display: block;
}
.index_page .banner .fast_nav .item .icon_box {
  width: 0.39rem;
  height: 0.39rem;
  border-radius: 50%;
  border: 0.01rem solid #fff;
  background-image: url(/html-before/img/icon_20.png);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.index_page .banner .fast_nav .item.item_1 {
  background: rgba(56, 130, 200, 0.95);
}
.index_page .banner .fast_nav .item.item_2 {
  background: rgba(221, 149, 70, 0.95);
}
.index_page .banner .fast_nav .item.item_3 {
  background: rgba(176, 60, 48, 0.95);
}
.index_page .module_1 .mod_container {
  width: 14.88rem;
  margin: 0 auto;
  padding: 0.57rem 0 0.48rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.index_page .module_1 .mod_container .cont_top {
  background: #E9F5FF;
  border-radius: 0.2rem;
  margin-bottom: 0.56rem;
  padding: 0 0.8rem 0 0.3rem;
  position: relative;
}
.index_page .module_1 .mod_container .cont_top .swiper {
  height: 1rem;
  overflow: hidden;
}
.index_page .module_1 .mod_container .cont_top .swiper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 0.06rem;
}
.index_page .module_1 .mod_container .cont_top .swiper-button-next {
  top: 0.34rem;
  right: 0.31rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  margin: 0;
  background: #C7E6FF 0% 0% no-repeat padding-box;
}
.index_page .module_1 .mod_container .cont_top .swiper-button-next:after,
.index_page .module_1 .mod_container .cont_top .swiper-button-prev:after {
  font-size: 0.12rem;
}
.index_page .module_1 .mod_container .cont_top .text_box {
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
}
.index_page .module_1 .mod_container .cont_top .text_box p {
  text-align: left;
}
.index_page .module_1 .mod_container .cont_bot {
  height: 5.8rem;
  padding-top: 0.5rem;
  background: url(/html-before/img/index/bg_1.png) no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index_page .module_1 .mod_container .cont_bot .left .img_box {
  width: 4.33rem;
  height: 4.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_1 .mod_container .cont_bot .left .img_box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
}
.index_page .module_1 .mod_container .cont_bot .mid {
  width: 5.5rem;
  margin-left: 0.3rem;
  margin-right: 1.17rem;
}
.index_page .module_1 .mod_container .cont_bot .mid .learn_more {
  margin-top: 0.3rem;
}
.index_page .module_1 .mod_container .cont_bot .right {
  position: relative;
}
.index_page .module_1 .mod_container .cont_bot .right .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_1 .mod_container .cont_bot .right .img_box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
}
.index_page .module_1 .mod_container .cont_bot .right .img_box_2 {
  width: 3.44rem;
  height: 3.43rem;
}
.index_page .module_1 .mod_container .cont_bot .right .img_box_3 {
  width: 2.76rem;
  height: 2.21rem;
  position: absolute;
  right: 1.7rem;
  bottom: -1.3rem;
}
.index_page .module_2 .mod_container .mod_cont .cont_top {
  padding-top: 0.95rem;
  padding-bottom: 2.92rem;
  background: url(/html-before/img/index/bg_2.png) no-repeat;
  background-position: left top;
  background-size: 100%;
}
.index_page .module_2 .mod_container .mod_cont .cont_top .text_box {
  width: 8.86rem;
  margin: 0 auto;
}
.index_page .module_2 .mod_container .mod_cont .cont_top .text_box .learn_more {
  margin-top: 0.36rem;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot {
  height: 7.56rem;
  margin: -1.9rem auto 0;
  padding-top: 1.33rem;
  background: url(/html-before/img/index/bg_3.png) no-repeat;
  background-position: 0 40%;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .mod_tit {
  width: 14.88rem;
  margin: 0 auto 0;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper {
  width: 14.88rem;
  margin-top: 0.55rem;
  padding-bottom: 1.81rem;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide {
  width: 4.33rem !important;
  height: 3.23rem;
  transition: all 0.5s ease;
  /* 所有属性在0.5秒内平滑过渡 */
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .img_box {
  width: 4.33rem;
  height: 3.23rem;
  flex-shrink: 0;
  border-radius: 0.2rem;
  position: relative;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .img_box:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #00000000 0%, #545454 100%) 0% 0% no-repeat padding-box;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .img_box img {
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .text_box {
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  bottom: 0.37rem;
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .text_box h4 {
  font-family: SourceHanSansHKBold;
  font-size: 0.24rem;
  line-height: calc(35/24);
  color: #EFEFEF;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .text_box .icon_box {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background-color: #E59A47;
  background-image: url(/html-before/img/icon_20.png);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-pagination-extra {
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  display: flex;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-pagination-extra span {
  font-size: 0.2rem;
  line-height: calc(24/20);
  color: #333;
  font-family: 'SourceHanSansHKMedium';
  display: block;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-pagination {
  width: 12.7rem;
  height: 0.02rem;
  top: unset;
  bottom: 1.2rem;
  left: 0.8rem;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-button-next {
  right: 0;
  top: unset;
  bottom: 1rem;
  width: 0.41rem;
  height: 0.41rem;
  margin-top: 0;
  border-radius: 50%;
  background: #E59A47;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-button-prev {
  left: unset;
  right: 0.6rem;
  top: unset;
  bottom: 1rem;
  width: 0.41rem;
  height: 0.41rem;
  margin-top: 0;
  border-radius: 50%;
  background: #E59A47;
}
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-button-next:after,
.index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-button-prev:after {
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
}
.index_page .module_3 .mod_container {
  width: 14.88rem;
  margin: 0 auto 0.75rem;
  background-color: #fff;
  padding: 0.95rem 0 0.9rem;
}
.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 .cont_left .img_box {
  width: 5.46rem;
  height: 7.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_3 .mod_container .mod_cont .cont_left .img_box img {
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
  border-radius: 0.27rem;
}
.index_page .module_3 .mod_container .mod_cont .cont_right {
  width: 9.08rem;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li {
  width: 100%;
  max-height: 2.5rem;
  box-shadow: 0rem 0.03rem 0.06rem #0000001C;
  overflow: hidden;
  background: #F2F6FB;
  padding: 0 0.23rem 0 0.31rem;
  border-radius: 0.1rem;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li.active {
  border-radius: 0.27rem;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a {
  font-size: 0.24rem;
  line-height: calc(35/24);
  font-family: 'SourceHanSansHKMedium';
  color: #333;
  width: 100%;
  text-align: left;
  padding: 0.18rem 0 0.21rem 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a i {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in;
  position: absolute;
  top: 0.24rem;
  right: 0.23rem;
  background-image: url(/html-before/img/icon_23.png);
  background-repeat: no-repeat;
  background-size: 45% 45%;
  background-position: center;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a .icon_box {
  width: 0.58rem;
  height: 0.58rem;
  margin-right: 0.2rem;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a .icon_box img {
  width: 100%;
  height: 100%;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a.collapsed {
  height: 0.75rem;
  color: #272727;
  padding-top: 0.18rem;
  padding-bottom: 0.22rem;
  transition: all 0.2s ease-in;
  align-items: center;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a.collapsed i {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0.14rem;
  right: 0.23rem;
  background-image: url(/html-before/img/icon_22.png);
  background-repeat: no-repeat;
  background-size: 45% 45%;
  background-position: center;
  transition: all 0.2s ease-in;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont {
  border-radius: 0 0 0.15rem 0.15rem;
  width: 100%;
  visibility: unset;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont .card-body {
  border: none;
  padding: 0.17rem 0.4rem 0.12rem 0.29rem;
  margin-bottom: 0.19rem;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.26rem;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont .card-body .text_box {
  text-align: left;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont .card-body .text_box p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont .card-body .img_box {
  width: 1.78rem;
  height: 1.37rem;
  border-radius: 0.18rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont .card-body .img_box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
}
.index_page .module_4 {
  height: 16.3rem;
  background: url(/html-before/img/index/bg_4.png) no-repeat;
  background-size: 100% 100%;
}
.index_page .module_4 .mod_container {
  padding: 1.46rem 0 8.2rem;
  width: 14.88rem;
  margin: 0 auto;
}
.index_page .module_4 .mod_container .mod_cont {
  margin-top: 0.51rem;
}
.index_page .module_4 .mod_container .mod_cont .tabs {
  display: flex;
  justify-content: space-between;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_nav {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link {
  width: 9.48rem;
  height: 1.52rem;
  padding: 0.33rem 0.43rem 0.18rem 0.37rem;
  border-radius: 0.18rem;
  background: #fff;
  box-shadow: 0rem 0rem 0.2rem #00000029;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link .text_box {
  text-align: left;
  align-items: flex-start;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link .text_box p {
  width: 7.6rem;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link .icon_box {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: #EEEEEE;
  background-image: url(/html-before/img/icon_24.png);
  background-size: 40% 40%;
  background-repeat: no-repeat;
  background-position: center;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link.active {
  background: #E59A47;
  position: relative;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link.active .text_box h4 {
  color: #fff;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link.active .text_box p {
  color: rgba(255, 255, 255, 0.85);
  width: 7.6rem;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link.active .icon_box {
  background-color: #fff;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link.active:after {
  display: block;
  content: '';
  border-left: 0.14rem solid #E59A47;
  border-top: 0.11rem solid transparent;
  border-bottom: 0.11rem solid transparent;
  position: absolute;
  right: -0.13rem;
  top: 50%;
  transform: translateY(-50%);
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_panel {
  width: 5.11rem;
  height: 6.93rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 0.2rem;
  padding: 0.22rem 0.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_panel .img_box {
  width: 4.64rem;
  height: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_4 .mod_container .mod_cont .tabs .tab_panel .img_box img {
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
}
.index_page .module_5 {
  margin-top: -5.16rem;
  display: flex;
  justify-content: flex-end;
}
.index_page .module_5 .mod_container {
  width: 16.93rem;
}
.index_page .module_5 .mod_container .mod_tit {
  width: 14.88rem;
}
.index_page .module_5 .mod_container .mod_tit .tab_nav {
  display: flex;
  gap: 0.29rem;
}
.index_page .module_5 .mod_container .mod_tit .tab_nav .tab_link {
  width: 1.65rem;
  height: 0.6rem;
  box-shadow: 0rem 0.03rem 0.04rem #00000029;
  border-radius: 0.3rem;
  font-size: 0.2rem;
  line-height: calc(29/20);
  color: #333;
  font-family: 'SourceHanSansHKMedium';
  background: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_5 .mod_container .mod_tit .tab_nav .tab_link.active {
  background: #E59A47;
  color: #fff;
}
.index_page .module_5 .mod_container .mod_cont {
  margin-top: 0.56rem;
  padding: 0.82rem 0 0 0.7rem;
  border-radius: 0.71rem 0 0 0;
  background: #fff;
  position: relative;
}
.index_page .module_5 .mod_container .mod_cont .swiper {
  width: 14.18rem;
  padding: 0 0 1.81rem 0;
  margin: unset;
}
.index_page .module_5 .mod_container .mod_cont .swiper-slide {
  transition: all 0.5s ease;
  /* 所有属性在0.5秒内平滑过渡 */
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
}
.index_page .module_5 .mod_container .mod_cont .swiper-slide .img_box {
  width: 4.39rem;
  height: 2.63rem;
  flex-shrink: 0;
  border-radius: 0.2rem;
  position: relative;
  margin-top: 0.2rem;
}
.index_page .module_5 .mod_container .mod_cont .swiper-slide .img_box img {
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index_page .module_5 .mod_container .mod_cont .swiper-slide .text_box {
  width: 4.39rem;
  align-items: flex-start;
  text-align: left;
}
.index_page .module_5 .mod_container .mod_cont .swiper-slide .text_box h4 {
  font-size: 0.22rem;
  line-height: calc(26/22);
  margin-bottom: 0.12rem;
}
.index_page .module_5 .mod_container .mod_cont .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 .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-extra {
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  display: flex;
}
.index_page .module_5 .mod_container .mod_cont .swiper-pagination-extra span {
  font-size: 0.2rem;
  line-height: calc(24/20);
  color: #333;
  font-family: 'SourceHanSansHKMedium';
  display: block;
}
.index_page .module_5 .mod_container .mod_cont .swiper-pagination {
  width: 12.7rem;
  height: 0.02rem;
  top: unset;
  bottom: 1.2rem;
  left: 0;
}
.index_page .module_5 .mod_container .mod_cont .swiper-button-next {
  right: 0;
  top: unset;
  bottom: 1rem;
  width: 0.41rem;
  height: 0.41rem;
  margin-top: 0;
  border-radius: 50%;
  background: #E59A47;
}
.index_page .module_5 .mod_container .mod_cont .swiper-button-prev {
  left: unset;
  right: 0.6rem;
  top: unset;
  bottom: 1rem;
  width: 0.41rem;
  height: 0.41rem;
  margin-top: 0;
  border-radius: 50%;
  background: #E59A47;
}
.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: #fff;
  font-weight: bold;
}
.index_page .module_6 {
  background: url(/html-before/img/index/bg_5.png) no-repeat;
  background-size: 100% 100%;
}
.index_page .module_6 .mod_container {
  margin: 0 auto;
  padding: 2.18rem 0 1.31rem;
}
.index_page .module_6 .mod_container .mod_tit {
  width: 14.88rem;
  margin: 0 auto;
  align-items: center;
}
.index_page .module_6 .mod_container .mod_tit .tit_group {
  display: flex;
  flex-direction: column;
}
.index_page .module_6 .mod_container .mod_tit p {
  width: 8.64rem;
}
.index_page .module_6 .mod_container .mod_cont {
  width: 14.88rem;
  margin: 0.79rem auto 0;
  position: relative;
}
.index_page .module_6 .mod_container .mod_cont .text_box {
  align-items: flex-start;
  text-align: left;
  display: none;
  opacity: 0;
  transition: all 0.2s ease;
}
.index_page .module_6 .mod_container .mod_cont .text_box > div {
  display: flex;
  gap: 0.12rem;
  align-items: center;
  margin-bottom: 0.43rem;
}
.index_page .module_6 .mod_container .mod_cont .text_box > div span {
  color: #787878;
  font-size: 0.3rem;
  line-height: calc(44/30);
  font-family: SourceHanSansHKRegular;
}
.index_page .module_6 .mod_container .mod_cont .text_box > div span i {
  font-style: unset;
  color: #F4972D;
  font-family: SourceHanSansHKBold;
}
.index_page .module_6 .mod_container .mod_cont .text_box h3 {
  margin-bottom: 0.16rem;
}
.index_page .module_6 .mod_container .mod_cont .text_box p {
  width: 4.15rem;
}
.index_page .module_6 .mod_container .mod_cont .text_box .line {
  display: block;
  width: 0.92rem;
  height: 0.01rem;
  background: #707070;
}
.index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide {
  width: 1.99rem !important;
  height: 5.2rem;
  position: relative;
}
.index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide .img_box {
  width: 1.99rem;
  height: 2.43rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.12rem;
}
.index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide.swiper-slide-active {
  width: 4.16rem !important;
  height: 5.2rem;
  position: relative;
}
.index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide.swiper-slide-active .img_box {
  width: 4.16rem;
  height: 100%;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide.swiper-slide-active .text_box {
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  opacity: 1;
}
.index_page .module_6 .mod_container .mod_cont .swiper .swiper-button-next {
  top: 0;
  right: 1.15rem;
  width: 0.49rem;
  height: 0.49rem;
  margin-top: 0;
  border-radius: 50%;
  background: #E59A47;
}
.index_page .module_6 .mod_container .mod_cont .swiper .swiper-button-prev {
  top: 0;
  left: unset;
  right: 1.75rem;
  width: 0.49rem;
  height: 0.49rem;
  margin-top: 0;
  border-radius: 50%;
  background: #E59A47;
}
.index_page .module_6 .mod_container .mod_cont .swiper .swiper-button-next:after,
.index_page .module_6 .mod_container .mod_cont .swiper .swiper-button-prev:after {
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper {
  position: relative;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .recommended-brands-list {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  align-items: flex-end;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .recommended-brands-list .company-card-index {
  height: 5.2rem;
  width: 1.99rem;
  flex: 0 0 1.99rem;
  position: relative;
  transition: flex-basis 0.5s ease;
  margin-right: 0.13rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .recommended-brands-list .company-card-index img {
  width: 1.99rem;
  height: 2.43rem;
  object-fit: cover;
  border-radius: 0.12rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .recommended-brands-list .company-card-index.active {
  z-index: 1;
  height: 5.2rem;
  flex: 0 0 4.16rem;
  margin-right: 0.18rem;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .recommended-brands-list .company-card-index.active .text_box {
  display: block;
  position: absolute;
  top: 0;
  right: -110%;
  opacity: 1;
  transition: all 0.2s ease;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .recommended-brands-list .company-card-index.active img {
  width: 4.16rem;
  height: 5.2rem;
  object-fit: cover;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .recommended-brands-list .company-card-index.hide {
  flex: 0 0 0rem;
  width: 0rem;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container {
  position: absolute;
  top: 0;
  right: 1.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn {
  border: none;
  width: 0.49rem;
  height: 0.49rem;
  border-radius: 50%;
  background: #E59A47;
  position: relative;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn:after {
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  display: block;
  content: 'prev';
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn.btn-next-index:after {
  content: 'next';
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn.btn-prev-index:after {
  content: 'prev';
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn.btn-prev-index.disabled,
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn.btn-prev-index:disabled,
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn.btn-next-index.disabled,
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn.btn-next-index:disabled {
  background-color: #ECECEC;
  opacity: 1;
}
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn.btn-prev-index.disabled i,
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn.btn-prev-index:disabled i,
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn.btn-next-index.disabled i,
.index_page .module_6 .mod_container .mod_cont .recommended-brands-wrapper .button-container .ctrl_btn.btn-next-index:disabled i {
  color: #272727;
}
.index_page .module_7 {
  padding: 0.96rem 0 3.28rem;
  height: 10.46rem;
  background: url(/html-before/img/index/bg_6.png) no-repeat;
  background-size: 100% 100%;
}
.index_page .module_7 .mod_container {
  width: 14.88rem;
  margin: 0 auto;
}
.index_page .module_7 .mod_container .mod_cont {
  margin-top: 0.47rem;
}
.index_page .module_7 .mod_container .mod_cont .list {
  display: flex;
  gap: 0.27rem;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item {
  width: 2.64rem;
  padding-bottom: 0.26rem;
  transition: all 0.3s ease;
  /* 所有属性在0.5秒内平滑过渡 */
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item.active {
  width: 6.16rem;
  padding-right: 0.12rem;
  transition: all 0.3s ease;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item.active .img_box {
  width: 6.16rem;
  height: 3.13rem;
  flex-shrink: 0;
  border-radius: 0.19rem;
  position: relative;
  margin-bottom: 0.24rem;
  transition: all 0.3s ease;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item.active .img_box img {
  border-radius: 0.19rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item.active .text_box {
  align-items: flex-start;
  text-align: left;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item.active .text_box h5 {
  margin-bottom: 0.14rem;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item.active .text_box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item .img_box {
  width: 2.64rem;
  height: 1.6rem;
  flex-shrink: 0;
  border-radius: 0.1rem;
  position: relative;
  margin-bottom: 0.09rem;
  transition: all 0.3s ease;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item .img_box img {
  border-radius: 0.1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item .text_box {
  align-items: flex-start;
  text-align: left;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item .text_box h5 {
  margin-bottom: 0.09rem;
}
.index_page .module_7 .mod_container .mod_cont .list .list_item .text_box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_page .module_8 {
  margin-top: -3.28rem;
  background: url(/html-before/img/index/bg_5.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 1.63rem;
}
.index_page .module_8 .mod_container {
  width: 14.88rem;
  margin: 0 auto;
  padding: 0.31rem 0 1.05rem;
}
.index_page .module_8 .mod_container .mod_tit {
  align-items: flex-start;
}
.index_page .module_8 .mod_container .mod_cont {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.index_page .module_8 .mod_container .mod_cont .cont_left {
  width: 7.17rem;
  position: relative;
}
.index_page .module_8 .mod_container .mod_cont .cont_left:after {
  display: block;
  content: '';
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(/html-before/img/icon_12.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -1.31rem;
  top: -0.31rem;
}
.index_page .module_8 .mod_container .mod_cont .cont_left .mod_tit {
  display: flex;
  flex-direction: column;
}
.index_page .module_8 .mod_container .mod_cont .cont_left .link_group {
  margin-top: 0.55rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item {
  height: 1.32rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0rem 0.03rem 0.06rem #9A9A9A29;
  border-radius: 0.14rem;
  padding: 0.31rem 0.42rem 0.34rem 0.19rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item > div {
  display: flex;
  gap: 0.23rem;
}
.index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item > div .text_box {
  text-align: left;
  align-items: flex-start;
}
.index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item > div .text_box h4 {
  margin-bottom: 0.1rem;
  font-family: SourceHanSansHKBold;
}
.index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item .img_box {
  width: 0.65rem;
  height: 0.65rem;
  background: #E8F7FA 0% 0% no-repeat padding-box;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item .img_box img {
  max-width: 0.34rem;
  max-height: 0.34rem;
  min-width: 0.28rem;
  min-height: 0.26rem;
  width: auto;
  height: auto;
}
.index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item .icon_box {
  width: 0.39rem;
  height: 0.39rem;
  border-radius: 50%;
  background-color: #E8F7FA;
  background-image: url(/html-before/img/icon_25.png);
  background-size: 40% 40%;
  background-repeat: no-repeat;
  background-position: center;
}
.index_page .module_8 .mod_container .mod_cont .cont_right {
  width: 7.44rem;
  position: relative;
}
.index_page .module_8 .mod_container .mod_cont .cont_right .img_box {
  position: absolute;
}
.index_page .module_8 .mod_container .mod_cont .cont_right .img_box.img_1 {
  width: 3.62rem;
  height: 2.22rem;
  top: 0.3rem;
  right: 0;
}
.index_page .module_8 .mod_container .mod_cont .cont_right .img_box.img_2 {
  width: 1.87rem;
  height: 1.67rem;
  top: 2.42rem;
  right: 3.96rem;
}
.index_page .module_8 .mod_container .mod_cont .cont_right .img_box.img_3 {
  width: 2.5rem;
  height: 2.1rem;
  top: 3.43rem;
  right: 0.58rem;
}
.index_page .module_8 .mod_container .mod_cont .cont_right .img_box.img_4 {
  width: 3.1rem;
  height: 1.89rem;
  top: 4.49rem;
  right: 3.45rem;
}
.index_page .module_8 .mod_container .mod_cont .cont_right .img_box.img_5 {
  width: 1.87rem;
  height: 1.67rem;
  top: 6.39rem;
  right: 1.21rem;
}
.index_page .module_8 .mod_container .mod_cont .cont_right .img_box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
}
.index_page .module_9 .mod_container {
  width: 14.88rem;
  margin: 0 auto;
  padding: 0.7758rem 0 1.364rem;
}
.index_page .module_9 .mod_container .mod_cont {
  margin-top: 0.46rem;
}
.index_page .module_9 .mod_container .mod_cont .list_group {
  display: flex;
  gap: 0.178rem;
}
.index_page .module_9 .mod_container .mod_cont .list_group .list_item {
  width: 3.58rem;
  height: 2.37rem;
  transition: all 0.3s ease;
  border-radius: 0.25rem;
  box-shadow: 0rem 0.03rem 0.06rem #00000029;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.index_page .module_9 .mod_container .mod_cont .list_group .list_item.active .img_box:after {
  transition: all 0.3s ease;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5692CB;
}
.index_page .module_9 .mod_container .mod_cont .list_group .list_item.active .text_box h4 {
  color: #fff;
}
.index_page .module_9 .mod_container .mod_cont .list_group .list_item.active .text_box .icon_box {
  border: 0.01rem solid #fff;
  background-image: url(/html-before/img/icon_20.png);
}
.index_page .module_9 .mod_container .mod_cont .list_group .list_item .img_box {
  width: 3.58rem;
  height: 2.37rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}
.index_page .module_9 .mod_container .mod_cont .list_group .list_item .img_box:after {
  transition: all 0.3s ease;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(87deg, #EEEEEE 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.index_page .module_9 .mod_container .mod_cont .list_group .list_item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.index_page .module_9 .mod_container .mod_cont .list_group .list_item .text_box {
  padding: 0.39rem 0.28rem 0.46rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
}
.index_page .module_9 .mod_container .mod_cont .list_group .list_item .text_box h4 {
  font-family: SourceHanSansHKMedium;
  font-size: 0.3rem;
  line-height: calc(44/30);
  color: #333;
}
.index_page .module_9 .mod_container .mod_cont .list_group .list_item .text_box .icon_box {
  width: 0.38rem;
  height: 0.38rem;
  border: 0.01rem solid #333333;
  border-radius: 50%;
  background-image: url(/html-before/img/icon_24.png);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.index_page .module_10 {
  margin-bottom: -3.2rem;
  height: 14.04rem;
  background: url(/html-before/img/index/bg_7.png) no-repeat;
  background-size: 100% 100%;
}
.index_page .module_10 .mod_container {
  width: 14.88rem;
  margin: 0 auto 0.75rem;
  padding: 1.81rem 0 1.25rem;
}
.index_page .module_10 .mod_container .mod_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.65rem;
}
.index_page .module_10 .mod_container .mod_cont .collapse_group {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
}
.index_page .module_10 .mod_container .mod_cont .collapse_group > li {
  width: 100%;
  max-height: 2.84rem;
  box-shadow: 0rem 0rem 0.2rem #58585829;
  overflow: hidden;
  background: #fff;
  padding: 0.33rem 0.35rem 0.42rem 0.4rem;
  border-radius: 0.25rem;
}
.index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a {
  font-size: 0.24rem;
  line-height: calc(35/24);
  font-family: 'SourceHanSansHKMedium';
  color: #000;
  width: 100%;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15% 0 0;
}
.index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a i {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #E8F7FA;
  transition: all 0.2s ease-in;
  position: absolute;
  top: -0.04rem;
  right: 0;
  z-index: 1;
  background-image: url(/html-before/img/icon_27.png);
  background-repeat: no-repeat;
  background-size: 45% 45%;
  background-position: center;
}
.index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a .icon_box {
  width: 0.58rem;
  height: 0.58rem;
  margin-right: 0.2rem;
}
.index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a .icon_box img {
  width: 100%;
  height: 100%;
}
.index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a.collapsed {
  color: #000;
  transition: all 0.2s ease-in;
  align-items: center;
  padding: 0 15% 0 0;
}
.index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a.collapsed i {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #E8F7FA;
  position: absolute;
  top: -0.04rem;
  right: 0;
  background-image: url(/html-before/img/icon_26.png);
  background-repeat: no-repeat;
  background-size: 45% 45%;
  background-position: center;
  transition: all 0.2s ease-in;
}
.index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_cont {
  width: 100%;
  visibility: unset;
}
.index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body {
  border: none;
  border-radius: 0;
  padding: 0.23rem 0 0.1rem 0;
}
.index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .line {
  margin-bottom: 0.35rem;
  width: 100%;
  border-top: 0.01rem solid rgba(112, 112, 112, 0.4);
}
.index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .text_box {
  text-align: left;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .index_page {
    padding-top: 0.56rem;
  }
  .index_page .learn_more {
    width: 1.2rem;
    height: 0.3rem;
    padding: 0 0.08rem 0 0.16rem;
  }
  .index_page .learn_more span {
    font-size: 0.14rem;
  }
  .index_page .learn_more .icon_box {
    width: 0.2rem;
    height: 0.2rem;
  }
  .index_page .learn_more.yellow2 {
    width: 1.2rem;
    height: 0.3rem;
    padding: 0 0.16rem 0 0.1rem;
  }
  .index_page .learn_more.yellow2 span {
    color: #fff;
  }
  .index_page .learn_more.yellow2 .icon_box {
    width: 0.2rem;
    height: 0.2rem;
    border: 0.01rem solid #fff;
  }
  .index_page .text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .index_page .text_box.white h2,
  .index_page .text_box.white p {
    color: #fff;
  }
  .index_page .text_box h2 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }
  .index_page .text_box h3 {
    font-size: 0.16rem;
  }
  .index_page .text_box h4 {
    font-size: 0.16rem;
    margin-bottom: 0.07rem;
  }
  .index_page .text_box h5 {
    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;
  }
  .index_page .mod_tit h2 {
    font-size: 0.16rem;
  }
  .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 .swiper-slide {
    height: 1.8rem;
  }
  .index_page .banner .text-box {
    position: absolute;
    bottom: 0.15rem;
    left: 0.16rem;
    right: 0.16rem;
  }
  .index_page .banner .text-box h1 {
    font-size: 0.24rem;
    margin-bottom: 0.02rem;
  }
  .index_page .banner .text-box h2 {
    font-size: 0.18rem;
    margin-bottom: 0;
  }
  .index_page .banner .text-box p {
    width: unset;
    font-size: 0.12rem;
    margin: 0.02rem 0 0.1rem;
    padding-right: 0;
  }
  .index_page .banner .fast_nav {
    width: 100%;
    height: unset;
    padding: 0 0.16rem;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 0.1rem;
  }
  .index_page .banner .fast_nav .item {
    width: 30%;
    height: unset;
    border-radius: 0.1rem;
    padding: 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index_page .banner .fast_nav .item .img_box {
    width: auto;
    height: 0.21rem;
    margin-bottom: 0.1rem;
  }
  .index_page .banner .fast_nav .item .img_box img {
    width: auto;
    height: 0.21rem;
    display: block;
  }
  .index_page .banner .fast_nav .item span {
    font-size: 0.12rem;
  }
  .index_page .banner .fast_nav .item .icon_box {
    width: 0.2rem;
    height: 0.2rem;
  }
  .index_page .module_1 .mod_container {
    width: 100%;
    padding: 0.65rem 0.16rem 1.8rem;
  }
  .index_page .module_1 .mod_container .cont_top {
    background: #E9F5FF;
    border-radius: 0.1rem;
    margin-bottom: 0.1rem;
    padding: 0 0.1rem 0 0.1rem;
    position: relative;
  }
  .index_page .module_1 .mod_container .cont_top .swiper {
    height: unset;
    overflow: hidden;
  }
  .index_page .module_1 .mod_container .cont_top .swiper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.1rem 0;
  }
  .index_page .module_1 .mod_container .cont_top .swiper-button-next {
    top: 0.1rem;
    right: 0.1rem;
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 50%;
    margin: 0;
    background: #C7E6FF 0% 0% no-repeat padding-box;
  }
  .index_page .module_1 .mod_container .cont_top .swiper-button-next:after,
  .index_page .module_1 .mod_container .cont_top .swiper-button-prev:after {
    font-size: 0.12rem;
  }
  .index_page .module_1 .mod_container .cont_top .text_box {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    align-items: flex-start;
    text-align: left;
  }
  .index_page .module_1 .mod_container .cont_bot {
    width: 100%;
    height: unset;
    padding-top: 0.2rem;
    display: flex;
    flex-direction: column;
  }
  .index_page .module_1 .mod_container .cont_bot .left .img_box {
    width: 100%;
    height: auto;
  }
  .index_page .module_1 .mod_container .cont_bot .mid {
    width: 100%;
    margin: 0.16rem 0;
  }
  .index_page .module_1 .mod_container .cont_bot .mid .learn_more {
    margin-top: 0.2rem;
  }
  .index_page .module_1 .mod_container .cont_bot .right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .index_page .module_1 .mod_container .cont_bot .right .img_box_2 {
    width: 2.4rem;
    height: auto;
    text-align: right;
  }
  .index_page .module_1 .mod_container .cont_bot .right .img_box_3 {
    width: 2.05rem;
    height: auto;
    position: absolute;
    right: 1.13rem;
    bottom: -1.2rem;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_top {
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
    background-size: cover;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_top .text_box {
    width: 100%;
    padding: 0 0.16rem;
    margin: 0 auto;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_top .text_box .learn_more {
    margin-top: 0.16rem;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot {
    width: 100%;
    height: unset;
    margin-top: 0.2rem;
    padding-top: 0.1rem;
    padding-left: 0.16rem;
    padding-right: 0.16rem;
    background: unset;
    position: relative;
    z-index: 2;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .mod_tit {
    width: 100%;
    padding-right: 0;
    align-items: center;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper {
    width: 100%;
    margin-top: 0.15rem;
    padding-bottom: 1.2rem;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide {
    width: 100% !important;
    height: unset;
    transition: all 0.5s ease;
    /* 所有属性在0.5秒内平滑过渡 */
    border-radius: 0.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .img_box {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 0.2rem;
    position: relative;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .img_box:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #545454 100%) 0% 0% no-repeat padding-box;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .img_box img {
    border-radius: 0.2rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .text_box {
    position: absolute;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.37rem;
    z-index: 2;
    flex-direction: row;
    justify-content: space-between;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .text_box h4 {
    font-family: SourceHanSansHKBold;
    font-size: 0.24rem;
    line-height: calc(35/24);
    color: #EFEFEF;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-slide .text_box .icon_box {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background-color: #E59A47;
    background-image: url(/html-before/img/icon_20.png);
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-pagination-extra {
    position: absolute;
    left: 0;
    bottom: 0.85rem;
    display: flex;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-pagination-extra span {
    font-size: 0.12rem;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-pagination {
    width: 100%;
    height: 0.02rem;
    top: unset;
    bottom: 0.9rem;
    left: 0.4rem;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-button-next {
    right: 35%;
    top: unset;
    bottom: 0.37rem;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0;
    border-radius: 50%;
    background: #E59A47;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-button-prev {
    right: unset;
    left: 35%;
    top: unset;
    bottom: 0.37rem;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0;
    border-radius: 50%;
    background: #E59A47;
  }
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-button-next:after,
  .index_page .module_2 .mod_container .mod_cont .cont_bot .swiper-button-prev:after {
    font-size: 0.16rem;
  }
  .index_page .module_3 .mod_container {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0.2rem 0.16rem 0.3rem;
  }
  .index_page .module_3 .mod_container .mod_tit {
    flex-direction: column;
    gap: 0.16rem;
    align-items: flex-start;
  }
  .index_page .module_3 .mod_container .mod_tit .tit_group {
    flex-direction: column;
    gap: 0.1rem;
  }
  .index_page .module_3 .mod_container .mod_tit p {
    margin: 0;
  }
  .index_page .module_3 .mod_container .mod_cont {
    width: 100%;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.3rem;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_left .img_box {
    width: 70%;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_left .img_box img {
    width: 100%;
    height: unset;
    border-radius: 0.12rem;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right {
    width: 100%;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li {
    width: 100%;
    max-height: unset;
    padding: 0 0.16rem;
    border-radius: 0.06rem;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li.active {
    border-radius: 0.12rem;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a {
    height: 0.5rem;
    font-size: 0.14rem;
    padding: 0.1rem 0;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a i {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 0.1rem;
    right: 0;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a .icon_box {
    width: 0.58rem;
    height: 0.58rem;
    margin-right: 0.2rem;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a .icon_box img {
    width: 100%;
    height: 100%;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a.collapsed {
    height: 0.5rem;
    color: #272727;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    transition: all 0.2s ease-in;
    align-items: center;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_head a.collapsed i {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 0.1rem;
    right: 0;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont {
    border-radius: 0 0 0.15rem 0.15rem;
    width: 100%;
    visibility: unset;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont .card-body {
    border: none;
    padding: 0.12rem 0.1rem;
    margin-bottom: 0.1rem;
    border-radius: 0.12rem;
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont .card-body .text_box {
    text-align: left;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont .card-body .text_box p {
    display: block;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont .card-body .img_box {
    width: auto;
    height: 1.5rem;
    border-radius: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index_page .module_3 .mod_container .mod_cont .cont_right .collapse_group > li .collapse_cont .card-body .img_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
  }
  .index_page .module_4 {
    height: 100%;
    background: #e3efff;
  }
  .index_page .module_4 .mod_container {
    padding: 0.3rem 0.16rem 0.2rem;
    width: 100%;
    margin: 0 auto;
  }
  .index_page .module_4 .mod_container .mod_tit {
    align-items: center;
  }
  .index_page .module_4 .mod_container .mod_cont {
    margin-top: 0.2rem;
  }
  .index_page .module_4 .mod_container .mod_cont .tabs {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0.2rem;
  }
  .index_page .module_4 .mod_container .mod_cont .tabs .tab_nav {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
  }
  .index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link {
    width: 100%;
    height: unset;
    padding: 0.1rem;
    border-radius: 0.12rem;
  }
  .index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link .text_box {
    width: 85%;
    text-align: left;
    align-items: flex-start;
  }
  .index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link .text_box p {
    width: 100%;
  }
  .index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link .icon_box {
    width: 0.3rem;
    height: 0.3rem;
    flex-shrink: 0;
  }
  .index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link.active .text_box p {
    width: 100%;
  }
  .index_page .module_4 .mod_container .mod_cont .tabs .tab_nav .tab_link.active:after {
    display: block;
    content: '';
    border-top: 0.11rem solid #E59A47;
    border-left: 0.09rem solid transparent;
    border-right: 0.09rem solid transparent;
    position: absolute;
    right: 50%;
    top: unset;
    bottom: -0.22rem;
    transform: translateX(50%);
  }
  .index_page .module_4 .mod_container .mod_cont .tabs .tab_panel {
    width: 100%;
    height: unset;
    padding: 0.16rem;
  }
  .index_page .module_4 .mod_container .mod_cont .tabs .tab_panel .img_box {
    width: 100%;
    height: unset;
  }
  .index_page .module_5 {
    margin-top: 0;
  }
  .index_page .module_5 .mod_container {
    width: 100%;
    margin-left: 0;
    padding: 0.3rem 0.16rem 0.2rem;
  }
  .index_page .module_5 .mod_container .mod_tit {
    width: 100%;
    padding-right: 0;
    align-items: center;
    gap: 0.1rem;
  }
  .index_page .module_5 .mod_container .mod_tit .tab_nav {
    display: flex;
    gap: 0.1rem;
  }
  .index_page .module_5 .mod_container .mod_tit .tab_nav .tab_link {
    width: 0.9rem;
    height: 0.34rem;
    box-shadow: 0rem 0.03rem 0.04rem #00000029;
    border-radius: 0.3rem;
    font-size: 0.12rem;
  }
  .index_page .module_5 .mod_container .mod_cont {
    margin-top: 0.2rem;
    padding: 0;
    border-radius: 0.71rem 0 0 0;
    background: #fff;
    position: relative;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper {
    width: 100%;
    padding: 0 0 1.2rem 0;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-slide {
    width: 100% !important;
    transition: all 0.5s ease;
    /* 所有属性在0.5秒内平滑过渡 */
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-slide .img_box {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 0.2rem;
    position: relative;
    margin-top: 0.2rem;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-slide .img_box img {
    border-radius: 0.2rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-slide .text_box {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-slide .text_box h4 {
    font-size: 0.16rem;
    margin-bottom: 0.12rem;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-slide .text_box p {
    display: block;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-slide .text_box span {
    padding: 0.05rem 0.16rem;
    border-radius: 0.22rem;
    margin-bottom: 0.1rem;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-pagination-extra {
    position: absolute;
    left: 0;
    bottom: 0.85rem;
    display: flex;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-pagination-extra span {
    font-size: 0.12rem;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-pagination {
    width: 100%;
    height: 0.02rem;
    top: unset;
    bottom: 0.9rem;
    left: 0.4rem;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-button-next {
    right: 35%;
    top: unset;
    bottom: 0.37rem;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0;
    border-radius: 50%;
    background: #E59A47;
  }
  .index_page .module_5 .mod_container .mod_cont .swiper-button-prev {
    right: unset;
    left: 35%;
    top: unset;
    bottom: 0.37rem;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0;
    border-radius: 50%;
    background: #E59A47;
  }
  .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;
  }
  .index_page .module_6 {
    background: #e3efff;
  }
  .index_page .module_6 .mod_container {
    margin: 0 auto;
    padding: 0.3rem 0.16rem 0.2rem;
  }
  .index_page .module_6 .mod_container .mod_tit {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.16rem;
  }
  .index_page .module_6 .mod_container .mod_tit .tit_group {
    display: flex;
    flex-direction: row;
  }
  .index_page .module_6 .mod_container .mod_tit p {
    width: 100%;
    margin: 0;
  }
  .index_page .module_6 .mod_container .mod_cont {
    width: 100%;
    margin: 0.2rem auto 0;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper {
    width: 100%;
    padding-bottom: 0.8rem;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-wrapper {
    width: 100%;
    height: unset;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide {
    width: 100% !important;
    height: unset;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide .img_box {
    width: 100%;
    height: unset;
    position: relative;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide .img_box img {
    width: 100%;
    height: unset;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide.swiper-slide-active {
    width: 100% !important;
    height: unset;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide.swiper-slide-active .img_box {
    width: 100%;
    height: unset;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide.swiper-slide-active .img_box img {
    width: 100%;
    height: unset;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide.swiper-slide-active .text_box {
    position: unset;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide .text_box {
    align-items: flex-start;
    text-align: left;
    display: block;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide .text_box > div {
    display: flex;
    gap: 0.12rem;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide .text_box > div span {
    font-size: 0.16rem;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide .text_box h3 {
    margin-bottom: 0.08rem;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide .text_box p {
    width: 100%;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-slide .text_box .line {
    display: block;
    width: 0.3rem;
    height: 0.01rem;
    background: #707070;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-button-next {
    right: 35%;
    top: unset;
    bottom: 0.2rem;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0;
    border-radius: 50%;
    background: #E59A47;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-button-prev {
    right: unset;
    left: 35%;
    top: unset;
    bottom: 0.2rem;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0;
    border-radius: 50%;
    background: #E59A47;
  }
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-button-next:after,
  .index_page .module_6 .mod_container .mod_cont .swiper .swiper-button-prev:after {
    font-size: 0.16rem;
  }
  .index_page .module_7 {
    padding: 0.2rem 0.16rem 0.3rem;
    height: unset;
    background: #fff;
  }
  .index_page .module_7 .mod_container {
    width: 100%;
    margin: 0 auto;
  }
  .index_page .module_7 .mod_container .mod_tit {
    align-items: center;
  }
  .index_page .module_7 .mod_container .mod_cont {
    margin-top: 0.2rem;
  }
  .index_page .module_7 .mod_container .mod_cont .list {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item {
    width: 100%;
    padding-bottom: 0.1rem;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item.active {
    width: 100%;
    padding-right: 0;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item.active .img_box {
    width: 100%;
    height: unset;
    margin-bottom: 0.1rem;
    border-radius: 0.1rem;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item.active .img_box img {
    border-radius: 0.1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item.active .text_box {
    align-items: flex-start;
    text-align: left;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item.active .text_box h5 {
    margin-bottom: 0.14rem;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item.active .text_box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item .img_box {
    width: 100%;
    height: unset;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item .img_box img {
    border-radius: 0.1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item .text_box {
    align-items: flex-start;
    text-align: left;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item .text_box h5 {
    margin-bottom: 0.09rem;
  }
  .index_page .module_7 .mod_container .mod_cont .list .list_item .text_box p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .index_page .module_8 {
    margin-top: 0;
    background: #e3efff;
    padding-top: 0;
  }
  .index_page .module_8 .mod_container {
    width: 100%;
    margin: 0 auto;
    padding: 0.3rem 0.16rem 0.2rem;
  }
  .index_page .module_8 .mod_container .mod_tit {
    flex-direction: row;
  }
  .index_page .module_8 .mod_container .mod_cont {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0.2rem;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_left {
    width: 100%;
    position: relative;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_left:after {
    display: block;
    content: '';
    width: 1rem;
    height: 1rem;
    right: 0;
    top: 0;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_left .mod_tit {
    display: flex;
    flex-direction: column;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_left .link_group {
    margin-top: 0.2rem;
    gap: 0.2rem;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item {
    height: unset;
    padding: 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item > div {
    display: flex;
    align-items: center;
    gap: 0.16rem;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item > div .text_box {
    width: 70%;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item > div .text_box h4 {
    margin-bottom: 0.06rem;
    font-size: 0.14rem;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item .img_box {
    width: 0.5rem;
    height: 0.5rem;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item .img_box img {
    max-width: 0.38rem;
    max-height: 0.39rem;
    min-width: 0.32rem;
    min-height: 0.29rem;
    width: auto;
    height: auto;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_left .link_group .list_item .icon_box {
    width: 0.3rem;
    height: 0.3rem;
    flex-shrink: 0;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_right {
    width: 100%;
    height: 4rem;
    position: relative;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_right .img_box {
    position: absolute;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_right .img_box.img_1 {
    width: 1.8rem;
    height: auto;
    top: 0.06rem;
    right: 0;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_right .img_box.img_2 {
    width: 1rem;
    height: auto;
    top: 0.9rem;
    right: unset;
    left: 0.2rem;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_right .img_box.img_3 {
    width: 1.4rem;
    height: auto;
    top: 1.5rem;
    right: 0.1rem;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_right .img_box.img_4 {
    width: 1.7rem;
    height: auto;
    top: 2.1rem;
    right: unset;
    left: 0;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_right .img_box.img_5 {
    width: 1rem;
    height: auto;
    top: 2.9rem;
    right: 0.5rem;
  }
  .index_page .module_8 .mod_container .mod_cont .cont_right .img_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
  }
  .index_page .module_9 .mod_container {
    width: 100%;
    margin: 0 auto;
    padding: 0.3rem 0.16rem 0.5rem;
  }
  .index_page .module_9 .mod_container .mod_cont {
    margin-top: 0.2rem;
  }
  .index_page .module_9 .mod_container .mod_cont .list_group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.16rem 0.1rem;
  }
  .index_page .module_9 .mod_container .mod_cont .list_group .list_item {
    width: 48%;
    height: auto;
    border-radius: 0.12rem;
  }
  .index_page .module_9 .mod_container .mod_cont .list_group .list_item .img_box {
    width: 100%;
    height: unset;
    border-radius: 0.12rem;
  }
  .index_page .module_9 .mod_container .mod_cont .list_group .list_item .text_box {
    padding: 0.16rem 0.1rem 0.16rem;
    text-align: left;
  }
  .index_page .module_9 .mod_container .mod_cont .list_group .list_item .text_box h4 {
    font-size: 0.14rem;
  }
  .index_page .module_9 .mod_container .mod_cont .list_group .list_item .text_box .icon_box {
    width: 0.26rem;
    height: 0.26rem;
    flex-shrink: 0;
  }
  .index_page .module_10 {
    margin-bottom: 0;
    height: unset;
    background: #e3efff;
  }
  .index_page .module_10 .mod_container {
    width: 100%;
    margin: 0 auto;
    padding: 0.3rem 0.16rem 0.5rem;
  }
  .index_page .module_10 .mod_container .mod_tit {
    flex-direction: column;
    gap: 0.16rem;
  }
  .index_page .module_10 .mod_container .mod_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
  }
  .index_page .module_10 .mod_container .mod_cont .collapse_group {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
  }
  .index_page .module_10 .mod_container .mod_cont .collapse_group > li {
    width: 100%;
    max-height: unset;
    box-shadow: 0rem 0rem 0.06rem #9D9D9D29;
    overflow: hidden;
    background: #fff;
    padding: 0.16rem 0.1rem;
    border-radius: 0.08rem;
  }
  .index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a {
    font-size: 0.14rem;
  }
  .index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a i {
    width: 0.24rem;
    height: 0.24rem;
    top: -0.02rem;
    right: 0;
    z-index: 1;
  }
  .index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a .icon_box {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.2rem;
  }
  .index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a .icon_box img {
    width: 100%;
    height: 100%;
  }
  .index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a.collapsed {
    color: #000;
    transition: all 0.2s ease-in;
    align-items: center;
    padding: 0 15% 0 0;
  }
  .index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_head a.collapsed i {
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    top: -0.02rem;
    right: 0;
  }
  .index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_cont {
    width: 100%;
    visibility: unset;
  }
  .index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body {
    border: none;
    border-radius: 0;
    padding: 0.1rem 0 0 0;
  }
  .index_page .module_10 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .line {
    margin-bottom: 0.15rem;
  }
}
