.mod_container {
  width: 16rem;
  margin: 0 auto;
}
.mod_container .black {
  color: #000000 !important;
}
.mod_container .mod_tit {
  font-size: 0.56rem;
  line-height: calc(81/56);
  color: #000000;
  font-family: SourceHanSansHKBold, SourceHanSansCNBold;
  font-weight: bold;
}
.mod_container .mod_cont {
  font-size: 0.24rem;
  line-height: calc(35 / 24);
  color: #000000;
  font-family: SourceHanSansHKRegular, SourceHanSansCNRegular;
}
.mod_container .content {
  font-size: 0.28rem;
  line-height: calc(44/28);
  color: #000000;
  font-family: SourceHanSansHKMedium, SourceHanSansCNMedium;
  text-align: center;
}
.mod_container .sub_tit_1 {
  font-size: 0.36rem;
  line-height: calc(52/36);
  color: #000000;
  font-family: SourceHanSansHKBold, SourceHanSansCNBold;
  font-weight: bold;
  display: flex;
}
.mod_container .sub_tit_2 {
  font-size: 0.24rem;
  line-height: calc(35/24);
  color: #000000;
  font-family: SourceHanSansHKBold, SourceHanSansCNBold;
  font-weight: bold;
}
.mod_container .sub_tit_3 {
  font-size: 0.28rem;
  line-height: calc(44/28);
  color: #000000;
  font-family: SourceHanSansHKBold, SourceHanSansCNBold;
  font-weight: bold;
}
.mod_container .sub_tit_4 {
  font-size: 0.32rem;
  line-height: calc(46/32);
  color: #000000;
  font-family: SourceHanSansHKBold, SourceHanSansCNBold;
  font-weight: bold;
}
.mod_container .sub_tit_5 {
  font-size: 0.48rem;
  line-height: calc(70/48);
  color: #000000;
  font-family: SourceHanSansHKBold, SourceHanSansCNBold;
  font-weight: bold;
}
.mod_container .sub_content {
  font-size: 0.2rem;
  line-height: calc(29/20);
  color: #515151;
  font-family: SourceHanSansHKRegular, SourceHanSansCNRegular;
}
.mod_container .sub_content_2 {
  font-size: 0.24rem;
  line-height: calc(35/24);
  color: #000000;
  font-family: SourceHanSansHKRegular, SourceHanSansCNRegular;
}
.mod_container .sub_content_3 {
  font-size: 0.26rem;
  line-height: calc(38/26);
  color: #000000;
  font-family: SourceHanSansHKRegular, SourceHanSansCNRegular;
}
.mod_container .link {
  color: #13A6B7;
  text-decoration: underline;
}
.mod_container .tip {
  font-size: 0.18rem;
  line-height: calc(26/18);
  color: #000000;
  font-family: SourceHanSansHKMedium, SourceHanSansCNMedium;
  display: flex;
}
.mod_container .tip.bg {
  background: #FF7323;
}
.mod_container .tip.color {
  color: #FF7323;
}
.mod_container .tip.bor {
  border: 0.02rem solid #000000;
  border-radius: 0.18rem;
  padding: 0.04rem 0.09rem 0.06rem;
}
.mod_container .tip.num {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 0 0.02rem;
  flex-shrink: 0;
}
.inner_page .banner {
  width: 100%;
  height: 4.85rem;
  position: relative;
}
.inner_page .banner .banner_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner_page .banner .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
}
.inner_page .banner .text_box {
  position: absolute;
  top: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.inner_page .banner .text_box h1 {
  font-size: 0.64rem;
  line-height: calc(92/64);
  color: #000000;
  font-family: SourceHanSansHKBold, SourceHanSansCNBold;
  font-weight: bold;
}
.index_page .banner {
  width: 100%;
  position: relative;
}
.index_page .banner .bg {
  height: 7.98rem;
}
.index_page .banner .bg img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
}
.index_page .banner .bg video {
  width: 100%;
  height: auto;
}
.index_page .banner .swiper-pagination {
  bottom: 0.24rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.index_page .banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
  opacity: 0.5;
}
.index_page .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF7323;
  opacity: 1;
}
.index_page .module_1 {
  width: 100%;
  min-height: 8.14rem;
  background: url(..//img/bg1.png) no-repeat;
  background-size: 100% 100%;
}
.index_page .module_1 .mod_container {
  padding: 0.27rem 0 0.33rem;
}
.index_page .module_1 .mod_container .mod_header {
  text-align: center;
}
.index_page .module_1 .mod_container .mod_header .mod_tit {
  width: 5.25rem;
  height: 1.72rem;
  background: url(..//img/tit1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.index_page .module_1 .mod_container .mod_header .content {
  margin-top: 0.3rem;
}
.index_page .module_1 .mod_container .services-grid {
  margin-top: 0.45rem;
  margin-bottom: 0.36rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.27rem;
}
.index_page .module_1 .mod_container .services-grid .service-card {
  width: 3.8rem;
  min-height: 2.86rem;
  background: #A5EBF3;
  border: 0.06rem solid #383E41;
  padding: 0.27rem 0.17rem 0;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_page .module_1 .mod_container .services-grid .service-card:after {
  display: block;
  content: '';
  width: 1.19rem;
  height: 0.34rem;
  background: url(..//img/icon1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.38rem;
  right: 0.18rem;
}
.index_page .module_1 .mod_container .services-grid .service-card:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.index_page .module_1 .mod_container .services-grid .service-card .sub_tit_1 {
  margin-bottom: 0.22rem;
}
.index_page .module_1 .mod_container .services-grid .service-card .sub_content {
  min-height: 2.9rem;
  padding: 0.21rem 0.21rem 0.27rem;
  border-top: 0.06rem solid #3BC3D3;
  border-bottom: 0.06rem solid #3BC3D3;
  background: #fff;
}
.index_page .module_1 .mod_container .mod_footer {
  padding: 0 2.5rem;
}
.index_page .module_2 {
  background: #FFF3E3;
}
.index_page .module_2 .mod_container {
  padding: 0.64rem 0 0.5rem;
  position: relative;
  display: flex;
  justify-content: end;
}
.index_page .module_2 .mod_container .mod_header {
  position: absolute;
  top: 0.64rem;
  left: 0;
  z-index: 1;
  text-align: center;
}
.index_page .module_2 .mod_container .mod_header .mod_tit {
  width: 2.66rem;
  height: 3.67rem;
  background: url(..//img/tit2.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.83rem;
}
.index_page .module_2 .mod_container .mod_cont {
  width: 14.4rem;
  height: 7.95rem;
  background: url(..//img/bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.59rem 0.54rem 1.25rem 1.78rem;
  position: relative;
}
.index_page .module_2 .mod_container .mod_cont .content {
  padding: 0 2.1rem;
}
.index_page .module_2 .mod_container .mod_cont .swiper {
  margin-top: 0.38rem;
}
.index_page .module_2 .mod_container .mod_cont .swiper-slide {
  transition: all 0.5s ease;
  /* 所有属性在0.5秒内平滑过渡 */
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.index_page .module_2 .mod_container .mod_cont .swiper-slide:after {
  display: block;
  content: '';
  width: 3.74rem;
  height: 2.57rem;
  position: absolute;
  right: 0;
  top: 0.08rem;
  background: #FF7323;
}
.index_page .module_2 .mod_container .mod_cont .swiper-slide .img_box {
  width: 3.74rem;
  height: 2.57rem;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.index_page .module_2 .mod_container .mod_cont .swiper-slide .img_box:hover img {
  transform: scale(1.03);
  transition: all 0.3s;
}
.index_page .module_2 .mod_container .mod_cont .swiper-slide .img_box:before {
  display: block;
  content: '';
  width: 3.74rem;
  height: 2.57rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.06rem solid #383E41;
  z-index: 2;
}
.index_page .module_2 .mod_container .mod_cont .swiper-slide .img_box img {
  width: 3.74rem;
  height: 2.57rem;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
.index_page .module_2 .mod_container .mod_cont .swiper-slide .text_box {
  width: 3.8rem;
  margin-top: 0.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.index_page .module_2 .mod_container .mod_cont .swiper-slide .text_box .sub_tit_2 {
  min-height: 0.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_page .module_2 .mod_container .mod_cont .swiper-slide .text_box .sub_content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_page .module_2 .mod_container .mod_cont .swiper-button-next {
  left: 2.4rem;
  right: unset;
  top: unset;
  bottom: 0.48rem;
  width: 0.77rem;
  height: 0.77rem;
}
.index_page .module_2 .mod_container .mod_cont .swiper-button-next img {
  width: 100%;
  height: 100%;
}
.index_page .module_2 .mod_container .mod_cont .swiper-button-next:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.index_page .module_2 .mod_container .mod_cont .swiper-button-prev {
  left: 1.4rem;
  top: unset;
  bottom: 0.48rem;
  width: 0.77rem;
  height: 0.77rem;
}
.index_page .module_2 .mod_container .mod_cont .swiper-button-prev img {
  width: 100%;
  height: 100%;
}
.index_page .module_2 .mod_container .mod_cont .swiper-button-prev:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.index_page .module_2 .mod_container .mod_cont .swiper-button-next:after,
.index_page .module_2 .mod_container .mod_cont .swiper-button-prev:after {
  display: none;
}
.index_page .module_3 {
  width: 100%;
  background: url(..//img/bg3.png) no-repeat;
  background-size: 100% 100%;
}
.index_page .module_3 .mod_container {
  padding: 0.75rem 0 0.88rem;
}
.index_page .module_3 .mod_container .mod_header {
  text-align: center;
}
.index_page .module_3 .mod_container .mod_header .mod_tit {
  width: 3.86rem;
  height: 1.79rem;
  margin: 0 auto;
  background: url(..//img/tit3.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.16rem;
}
.index_page .module_3 .mod_container .mod_header .content {
  margin-top: 0.36rem;
}
.index_page .module_3 .mod_container .mod_cont {
  width: 100%;
  margin-top: 0.46rem;
  background: #B6DDC4;
  border: 0.06rem solid #383E41;
  border-radius: 0.1rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li {
  width: 100%;
  overflow: hidden;
  padding: 0 0.5rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li.active {
  border-radius: 0.27rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_head .sub_tit_1 {
  width: 100%;
  padding: 0.34rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_head .sub_tit_1 i {
  display: block;
  width: 0.53rem;
  height: 0.53rem;
  transition: all 0.2s ease-in;
  position: absolute;
  top: 0.34rem;
  right: 0;
  background-image: url(..//img/up.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_head .sub_tit_1 .icon_box {
  width: 0.58rem;
  height: 0.58rem;
  margin-right: 0.2rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_head .sub_tit_1 .icon_box img {
  width: 100%;
  height: 100%;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont {
  border-top: 0.06rem solid #383E41;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body {
  border: none;
  padding: 0.39rem 0 0.28rem 0;
  margin-bottom: 0.19rem;
  background: unset;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.26rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.46rem 0.48rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item {
  width: 7.2rem;
  min-height: 2.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.21rem 0.27rem 0.22rem;
  border-radius: 0.1rem;
  border: none;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  align-items: center;
  gap: 0.24rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .img_box {
  width: 1.97rem;
  height: 1.97rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .img_box img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .sub_tit_2 {
  margin-bottom: 0.15rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .sub_content {
  padding-left: 0.18rem;
  position: relative;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .sub_content:after {
  position: absolute;
  top: 0.14rem;
  left: 0;
  display: block;
  content: '';
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: #000000;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .sub_content + .sub_content {
  margin-top: 0.08rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .tips {
  margin-top: 0.15rem;
  display: flex;
  align-items: center;
  gap: 0.11rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .view_more {
  margin-bottom: 0.34rem;
  justify-content: flex-end;
  align-items: center;
  gap: 0.1rem;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .view_more:hover img {
  transform: translateX(0.04rem);
  transition: all 0.3s;
}
.index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .view_more img {
  width: 0.32rem;
  height: 0.32rem;
}
.index_page .module_3 .mod_container .mod_btn .content {
  margin: 0.41rem auto;
  color: #ffffff;
  width: 3.06rem;
  height: 0.79rem;
  background: url(..//img/btn1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .module_3 .mod_container .mod_btn .content:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.index_page .module_4 {
  background: #E0FAFC;
}
.index_page .module_4 .mod_container {
  padding: 0.53rem 0 1.53rem;
}
.index_page .module_4 .mod_container .mod_header {
  text-align: center;
}
.index_page .module_4 .mod_container .mod_header .mod_tit {
  width: 4.84rem;
  height: 1.94rem;
  margin: 0 auto;
  background: url(..//img/tit4.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.73rem;
}
.index_page .module_4 .mod_container .mod_header .content {
  margin-top: 0.36rem;
}
.index_page .module_4 .mod_container .mod_cont {
  width: 16.44rem;
  height: 7.5rem;
  margin-left: -0.43rem;
  margin-top: 0.36rem;
  background: url(..//img/bg4.png) no-repeat;
  background-size: 100% 100%;
}
.index_page .module_4 .mod_container .about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.02rem 1.05rem;
  padding: 1.2rem 0.55rem 0.9rem 1.02rem;
}
.index_page .module_4 .mod_container .about-grid .about-card:hover {
  transform: scale(1.02);
  transition: all 0.3s;
}
.index_page .module_4 .mod_container .about-grid .about-card:nth-of-type(2) .card-number,
.index_page .module_4 .mod_container .about-grid .about-card:nth-of-type(3) .card-number {
  color: #FF7323;
  background: #FFFDF7;
}
.index_page .module_4 .mod_container .about-grid .about-card:nth-of-type(1) .card-number,
.index_page .module_4 .mod_container .about-grid .about-card:nth-of-type(4) .card-number {
  color: #008898;
  background: #C9F9FF;
}
.index_page .module_4 .mod_container .about-grid .about-card .card-number {
  width: 0.73rem;
  height: 0.75rem;
  margin-bottom: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'PoppinsSemiBold';
}
.index_page .module_4 .mod_container .about-grid .about-card .sub_content {
  margin-top: 0.15rem;
}
.developmentPhilosophy_page .module_1 {
  background: #E0FAFC;
  padding: 1.72rem 0 1.05rem;
}
.developmentPhilosophy_page .module_1 .mod_container {
  padding: 0.46rem 0.75rem 0.63rem 0.67rem;
  background: #F2FEFF;
  display: flex;
  gap: 0.8rem;
}
.developmentPhilosophy_page .module_1 .mod_container .cont_left {
  width: 7.33rem;
  margin-top: -1.13rem;
}
.developmentPhilosophy_page .module_1 .mod_container .cont_left .mod_tit {
  width: 6.26rem;
  height: 1.91rem;
  background: url(..//img/tit5.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.16rem;
  padding-left: 0.38rem;
  margin-bottom: 0.43rem;
}
.developmentPhilosophy_page .module_1 .mod_container .cont_left img {
  margin-top: 0.69rem;
  width: 1.94rem;
  height: 0.61rem;
  animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.developmentPhilosophy_page .module_1 .mod_container .cont_right {
  position: relative;
}
.developmentPhilosophy_page .module_1 .mod_container .cont_right:after {
  display: block;
  content: '';
  width: 6.46rem;
  height: 4.27rem;
  position: absolute;
  right: -0.11rem;
  top: 0.11rem;
  background: #4AC9D7;
}
.developmentPhilosophy_page .module_1 .mod_container .cont_right .img_box {
  width: 6.45rem;
  height: 4.26rem;
  border: 0.08rem solid #383E41;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.developmentPhilosophy_page .module_1 .mod_container .cont_right .img_box:hover img {
  transform: scale(1.03);
  transition: all 0.3s;
}
.developmentPhilosophy_page .module_1 .mod_container .cont_right .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
}
.developmentPhilosophy_page .module_2 {
  background: #FFF3E3;
}
.developmentPhilosophy_page .module_2 .mod_container {
  padding: 0.64rem 0 0.8rem;
}
.developmentPhilosophy_page .module_2 .mod_container .sub_content_2 {
  margin-top: 0.38rem;
  text-align: left;
}
.developmentPhilosophy_page .module_2 .mod_container .services-grid {
  margin-top: 0.38rem;
  margin-bottom: 0.38rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.26rem;
}
.developmentPhilosophy_page .module_2 .mod_container .services-grid .service-card {
  width: 3.8rem;
  min-height: 2.51rem;
  background: #FF73232C;
  border: 0.06rem solid #FF7323;
  padding: 0.26rem 0.22rem 0.14rem;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
.developmentPhilosophy_page .module_2 .mod_container .services-grid .service-card:after {
  display: block;
  content: '';
  width: 0.61rem;
  height: 0.28rem;
  background: url(..//img/icon3.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.38rem;
  right: 0.33rem;
}
.developmentPhilosophy_page .module_2 .mod_container .services-grid .service-card:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.developmentPhilosophy_page .module_2 .mod_container .services-grid .service-card .sub_tit_3 {
  margin-bottom: 0.16rem;
  text-align: left;
  font-family: SourceHanSansHKBold, SourceHanSansCNBold;
  font-weight: bold;
}
.developmentPhilosophy_page .module_3 {
  background: #DEEFE4;
}
.developmentPhilosophy_page .module_3 .mod_container {
  padding: 0.64rem 0 0.9rem;
}
.developmentPhilosophy_page .module_3 .mod_container .table_box {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
.developmentPhilosophy_page .module_3 .mod_container .table_box table {
  flex: 1;
  width: 8.03rem;
  border: 0.06rem solid #383E41;
}
.developmentPhilosophy_page .module_3 .mod_container .table_box table.table2 {
  margin-left: -0.06rem;
}
.developmentPhilosophy_page .module_3 .mod_container .table_box table tr {
  display: flex;
  align-items: center;
  height: 100%;
  background: #BDE5CB;
}
.developmentPhilosophy_page .module_3 .mod_container .table_box table tr + tr {
  border-top: 0.06rem solid #383E41;
  background: #EDFFF4;
  align-items: normal;
  min-height: 1.61rem;
}
.developmentPhilosophy_page .module_3 .mod_container .table_box table tr td {
  flex: 1 0 0;
  padding: 0.3rem 0.1rem 0.49rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.developmentPhilosophy_page .module_3 .mod_container .table_box table tr td + td {
  border-left: 0.06rem solid #383E41;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs {
  margin-top: 0.84rem;
  display: flex;
  justify-content: space-between;
  gap: 0.15rem;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_nav {
  width: 5.54rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_nav .tab_link {
  width: 100%;
  height: 0.93rem;
  padding: 0.19rem 0.35rem 0.22rem 0.25rem;
  border: 0.06rem solid #383E41;
  background: #EDFFF4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_nav .tab_link .text_box {
  width: 85%;
  text-align: left;
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_nav .tab_link .text_box .icon {
  max-width: 0.41rem;
  max-height: 0.37rem;
  min-width: 0.28rem;
  max-height: 0.34rem;
  width: auto;
  height: auto;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_nav .tab_link .icon_box {
  width: 0.3rem;
  height: 0.18rem;
  flex-shrink: 0;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_nav .tab_link .icon_box img {
  width: 100%;
  height: 100%;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_nav .tab_link:hover {
  background: #BDE5CB;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_nav .tab_link.active {
  background: #BDE5CB;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_nav .tab_link.active .icon_box {
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_content {
  width: 10.31rem;
  height: 3.96rem;
  background: url(..//img/bg5.png) no-repeat;
  background-size: 100% 100%;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_content .tab_panel {
  width: 100%;
  height: 100%;
  padding: 0.16rem 0.88rem;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_content .tab_panel .cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.11rem;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_content .tab_panel .cont .icon_box {
  width: 1.04rem;
  height: 1.3rem;
  flex-shrink: 0;
  display: flex;
}
.developmentPhilosophy_page .module_3 .mod_container .tabs .tab_content .tab_panel .cont .icon_box img {
  width: 100%;
  height: 100%;
}
.developmentPhilosophy_page .module_4 {
  background: #E0FAFC;
}
.developmentPhilosophy_page .module_4 .mod_container {
  padding: 0.91rem 0 0.82rem;
}
.developmentPhilosophy_page .module_4 .mod_container .sub_content_2 {
  margin-top: 0.38rem;
  text-align: left;
}
.developmentPhilosophy_page .module_4 .mod_container ul {
  margin-top: 0.56rem;
  display: flex;
  gap: 0.32rem;
  align-items: normal;
}
.developmentPhilosophy_page .module_4 .mod_container ul li {
  width: 50%;
  padding: 0.54rem 0.56rem 0.54rem 0.56rem;
  background: #A5EBF3;
  position: relative;
  transition: all 0.3s;
}
.developmentPhilosophy_page .module_4 .mod_container ul li:hover {
  transform: translateY(-0.05rem);
  box-shadow: -0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.developmentPhilosophy_page .module_4 .mod_container ul li:after {
  display: block;
  content: '';
  width: 0.6rem;
  border-top: 0.6rem solid #E0FAFCed;
  border-left: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.developmentPhilosophy_page .module_4 .mod_container ul li:nth-of-type(2) {
  background: #7EDEE8;
}
.developmentPhilosophy_page .module_4 .mod_container ul li .text_box {
  display: flex;
  gap: 0.23rem;
  align-items: center;
}
.developmentPhilosophy_page .module_4 .mod_container ul li .text_box .icon {
  width: 0.91rem;
  height: 0.95rem;
}
.developmentPhilosophy_page .module_4 .mod_container ul li .sub_content_2 {
  color: #383E41;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom {
  padding: 0.66rem 0 0.62rem 0.54rem;
  background: #F2FEFF;
  margin-top: 0.6rem;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .sub_tit_3 {
  padding: 0.06rem 0.24rem;
  border-radius: 0.26rem;
  background: #3BC3D3;
  width: fit-content;
  margin: 0 auto;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t {
  margin-top: 0.65rem;
  display: flex;
  gap: 0.38rem;
  align-items: flex-start;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .l {
  height: 7rem;
  display: flex;
  gap: 0.38rem;
  align-items: flex-start;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .l .text_box {
  width: 1.77rem;
  height: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .l .img_box {
  width: 0.9rem;
  height: 7rem;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .l .img_box img {
  width: 100%;
  height: 100%;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .r {
  position: relative;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .r:after {
  display: block;
  content: '';
  width: 10.16rem;
  height: 6.91rem;
  position: absolute;
  right: -0.18rem;
  top: 0.18rem;
  background: #13A6B7;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .r .img_box {
  width: 10.16rem;
  height: 6.91rem;
  border: 0.08rem solid #383E41;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .r .img_box:hover img {
  transform: scale(1.03);
  transition: all 0.3s;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .r .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b {
  width: 100%;
  margin-top: 0.57rem;
  display: flex;
  flex-direction: column;
  padding-left: 3.36rem;
  gap: 0.39rem;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b .img_box {
  width: 10.4rem;
  height: 0.9rem;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b .img_box img {
  width: 100%;
  height: 100%;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b .text_box {
  width: 10.4rem;
  display: flex;
  justify-content: space-between;
  text-align: right;
}
.developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b .text_box .sub_tit_2 + .sub_tit_2 {
  margin-top: 0.38rem;
}
.industryKnowledge_page .module_1 {
  background: #E0FAFC;
  padding: 1.41rem 0 2.14rem;
  position: relative;
  z-index: 0;
}
.industryKnowledge_page .module_1 .mod_container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.industryKnowledge_page .module_1 .mod_container:after {
  display: block;
  content: '';
  width: 1.01rem;
  height: 0.69rem;
  background: url(..//img/icon14.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.28rem;
  left: 1.5rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_tit {
  width: 1.54rem;
  height: 3.4rem;
  padding: 0.3rem 0.1rem;
  line-height: 1.2;
  padding-left: 0.38rem;
  position: absolute;
  top: -0.51rem;
  left: 0;
  z-index: 1;
}
.industryKnowledge_page .module_1 .mod_container .mod_tit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.54rem;
  height: 3.4rem;
  background: url(..//img/tit6.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.industryKnowledge_page .module_1 .mod_container .mod_content {
  display: flex;
  gap: 0.21rem;
  align-items: center;
}
.industryKnowledge_page .module_1 .mod_container .mod_content .icon {
  width: 0.89rem;
  height: 0.35rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont {
  width: 15.39rem;
  margin-top: 0.31rem;
  padding: 1.11rem 0.63rem 1.16rem 1.56rem;
  background: #B6DDC4;
  border: 0.06rem solid #383E41;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .t {
  padding: 0.4rem 0.54rem 0.54rem;
  border-top: 0.08rem solid #699178;
  background: #fff;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .t:hover .icon_box {
  transform: translateY(-0.05rem);
  transition: transform 0.2s;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .t > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.52rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .t > div:nth-of-type(1) .text_box {
  display: flex;
  gap: 0.15rem;
  align-items: center;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .t > div:nth-of-type(1) .text_box .icon {
  width: 0.68rem;
  height: 0.68rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .t > div:nth-of-type(1) .icon_box {
  width: 1.64rem;
  height: 0.41rem;
  flex-shrink: 0;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .t > div:nth-of-type(1) .icon_box img {
  width: 100%;
  height: 100%;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .t .sub_content_2 {
  color: #515151;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .t .sub_content_2 + .sub_content_2 {
  margin-top: 0.38rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .m {
  margin-top: 0.52rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .m ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.13rem 0.16rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .m ul li {
  height: 1.92rem;
  background: #EDFFF4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.32rem 0 0.4rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .m ul li:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .m ul li .sub_tit_4 {
  max-width: 3.52rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .m ul li span {
  font-size: 2.12rem;
  line-height: calc(318/212);
  font-weight: bold;
  color: #B6DDC4;
  opacity: 0.46;
  display: block;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b {
  margin-top: 0.48rem;
  padding: 0.4rem 0.54rem 0.54rem;
  border-top: 0.08rem solid #699178;
  background: #fff;
  position: relative;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b:after {
  display: block;
  content: '';
  width: 0.77rem;
  height: 0.94rem;
  background: url(..//img/icon54.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.48rem;
  left: -0.38rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b:hover .icon_box {
  transform: translateX(-0.05rem);
  transition: transform 0.2s;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.52rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b > div:nth-of-type(1) .icon_box {
  width: 0.95rem;
  height: 0.38rem;
  flex-shrink: 0;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b > div:nth-of-type(1) .icon_box img {
  width: 100%;
  height: 100%;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b .sub_content_2 {
  color: #515151;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b .sub_content_2 + .sub_content_2 {
  margin-top: 0.38rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b ul {
  margin-top: 0.37rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b ul li {
  padding: 0.23rem 0.35rem;
  border: 0.04rem solid #69917855;
  background: #EDFFF4;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b ul li:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b ul li .sub_tit_2 {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.14rem;
}
.industryKnowledge_page .module_1 .mod_container .mod_cont .b ul li .sub_tit_2 .tip {
  width: 0.32rem;
  height: 0.32rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #A5EBF3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.highLights_page .module_1 {
  background: #FFF3E3;
}
.highLights_page .module_1 .mod_container {
  padding: 1.25rem 0 0.96rem;
}
.highLights_page .module_1 .mod_container .mod_cont .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.8rem 0.66rem;
}
.highLights_page .module_1 .mod_container .mod_cont .list li .bor_line {
  width: 4.88rem;
  position: relative;
}
.highLights_page .module_1 .mod_container .mod_cont .list li .bor_line:after {
  display: block;
  content: '';
  width: 4.88rem;
  height: 3.36rem;
  position: absolute;
  right: -0.11rem;
  top: 0.11rem;
  background: #FF7323;
}
.highLights_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box {
  width: 4.88rem;
  height: 3.36rem;
  flex-shrink: 0;
  border: 0.06rem solid #383E41;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.highLights_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box:hover img {
  transform: scale(1.03);
  transition: all 0.3s;
}
.highLights_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
.highLights_page .module_1 .mod_container .mod_cont .list li .text_box {
  width: 4.88rem;
  margin-top: 0.28rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.highLights_page .module_1 .mod_container .mod_cont .list li .text_box .sub_tit_2 {
  min-height: 0.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.highLights_page .module_1 .mod_container .mod_cont .list li .text_box .sub_content {
  min-height: 0.65rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.highLights_page .module_1 .mod_container .mod_cont .list li .view_more {
  gap: 0.11rem;
}
.highLights_page .module_1 .mod_container .mod_cont .list li .view_more img {
  width: 0.32rem;
  height: 0.32rem;
}
.highLights_page .module_1 .mod_container .mod_cont .pagination {
  margin-top: 1.3rem;
  --bs-pagination-active-bg: #E0811E;
  display: flex;
  justify-content: center;
  gap: 0.22rem;
  align-items: center;
}
.highLights_page .module_1 .mod_container .mod_cont .pagination .page-item:focus-visible {
  outline: unset;
}
.highLights_page .module_1 .mod_container .mod_cont .pagination .page-item .page-link {
  width: 0.77rem;
  height: 0.77rem;
  font-size: 0.32rem;
  line-height: calc(45/32);
  color: #000;
  font-weight: bold;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(..//img/icon35.png) no-repeat;
  background-size: 100% 100%;
}
.highLights_page .module_1 .mod_container .mod_cont .pagination .page-item .page-link:focus {
  box-shadow: unset;
}
.highLights_page .module_1 .mod_container .mod_cont .pagination .page-item .page-link img {
  width: 0.77rem;
  height: 0.77rem;
}
.highLights_page .module_1 .mod_container .mod_cont .pagination .active > .page-link,
.highLights_page .module_1 .mod_container .mod_cont .pagination .page-link.active {
  color: #ffffff;
  background: url(..//img/icon34.png) no-repeat;
  background-size: 100% 100%;
}
.photosModal {
  /* 图片容器：使用 flex 居中，并限制溢出 */
  /* 图片包装器，用于处理拖拽时的光标 */
  /* 可缩放图片 */
  /* 缩放控制栏 */
}
.photosModal .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.photosModal .modal-content {
  border-radius: 0;
  border: none;
  background: unset;
  height: 100%;
  position: relative;
}
.photosModal .modal-header {
  padding: 0;
  position: absolute;
  top: 0.3rem !important;
  right: 0.23rem !important;
}
.photosModal .modal-header .btn-close {
  padding: 0;
  margin: 0;
  width: 0.5rem;
  height: 0.5rem;
  --bs-btn-close-bg: unset;
  font-size: 0.44rem;
  line-height: 1;
  color: #fff;
  opacity: 1;
}
.photosModal .modal-header .btn-close:focus {
  box-shadow: none;
}
.photosModal .modal-body {
  padding: 0.05rem !important;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photosModal .modal-body img,
.photosModal .modal-body video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.photosModal .modal-content {
  background-color: rgba(0, 0, 0, 0.85);
  border: none;
  border-radius: 0;
  backdrop-filter: blur(0.02rem);
}
.photosModal .btn-close-white-custom {
  background: rgba(0, 0, 0, 0.6);
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-weight: 300;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
  cursor: pointer;
  backdrop-filter: blur(0.04rem);
}
.photosModal .btn-close-white-custom:hover {
  background: #c00;
  transform: scale(1.05);
  border-color: white;
}
.photosModal .image-viewer-container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0a0a0a;
  /* 禁止容器内滚动，由图片transform控制 */
}
.photosModal .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: grab;
}
.photosModal .image-wrapper:active {
  cursor: grabbing;
}
.photosModal .zoomable-img {
  display: block;
  max-width: 100%;
  max-height: 70vh;
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
  pointer-events: auto;
  will-change: transform;
  /* 关键：transform-origin 设置为 center center，保证缩放时以图片中心为基准 */
  transform-origin: center center;
  transition: none;
}
.photosModal .zoom-controls {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(30, 30, 40, 0.85);
  backdrop-filter: blur(0.12rem);
  border-radius: 0.5rem;
  padding: 0.08rem 0.18rem;
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0.04rem 0.15rem rgba(0, 0, 0, 0.3);
  z-index: 1060;
}
.photosModal .zoom-controls button {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: white;
  font-size: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
}
.photosModal .zoom-controls button:hover {
  background: #0056b3;
  transform: scale(1.05);
}
.photosModal .zoom-controls button:active {
  transform: scale(0.95);
}
.photosModal .zoom-reset-btn {
  font-size: 0.18rem !important;
  letter-spacing: 0.01rem;
  width: auto !important;
  padding: 0 0.16rem !important;
  border-radius: 0.4rem !important;
  background: #2c5f8a !important;
}
.photosModal .zoom-level {
  color: white;
  font-size: 0.15rem;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.04rem 0.12rem;
  border-radius: 0.3rem;
  min-width: 0.7rem;
  text-align: center;
  font-family: monospace;
}
.drag-hint {
  position: absolute;
  bottom: 0.9rem;
  right: 0.16rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.2rem;
  padding: 0.04rem 0.12rem;
  font-size: 0.11rem;
  color: #ddd;
  pointer-events: none;
  backdrop-filter: blur(0.04rem);
  font-family: sans-serif;
  display: flex;
  align-items: center;
  gap: 0.06rem;
}
.drag-hint .icon_box {
  width: 0.24rem;
  height: 0.24rem;
  flex-shrink: 0;
}
.drag-hint .icon_box img {
  width: 100%;
  height: 100%;
}
.highLightInnerPage_page .module_1 {
  background: #FFF3E3;
}
.highLightInnerPage_page .module_1 .mod_container {
  padding: 0.88rem 0 0.37rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.highLightInnerPage_page .module_1 .mod_container .l {
  width: 2.77rem;
  height: 0.79rem;
  padding-left: 0.71rem;
  display: flex;
  align-items: center;
  background: url(..//img/tit9.png) no-repeat;
  background-size: 100% 100%;
}
.highLightInnerPage_page .module_1 .mod_container .r {
  display: flex;
  gap: 0.2rem;
}
.highLightInnerPage_page .module_1 .mod_container .r .btn_item {
  width: 1.8rem;
  height: 0.79rem;
  padding-left: 0.625rem;
  display: flex;
  align-items: center;
}
.highLightInnerPage_page .module_1 .mod_container .r .btn_item:nth-of-type(1) {
  background: url(..//img/tit7.png) no-repeat;
  background-size: 100% 100%;
}
.highLightInnerPage_page .module_1 .mod_container .r .btn_item:nth-of-type(2) {
  background: url(..//img/tit8.png) no-repeat;
  background-size: 100% 100%;
}
.highLightInnerPage_page .module_2 {
  background: #FFF3E3;
  padding: 0 0 1.57rem;
}
.highLightInnerPage_page .module_2 .mod_container {
  background: #FFDDC2;
  border: 0.06rem solid #383E41;
  border-radius: 0.1rem;
  padding: 0.59rem 0.72rem 0.72rem;
}
.highLightInnerPage_page .module_2 .mod_container .line {
  width: 100%;
  border-top: 0.06rem solid #383E41;
  margin: 0.61rem 0;
  border-radius: 0.1rem;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem 0rem;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t > div {
  width: 50%;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t > div.dot {
  width: 100%;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t > div.dot .sub_content_2 {
  display: flex;
  gap: 0.17rem;
  align-items: center;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t > div.dot i {
  flex-shrink: 0;
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #FF7323;
  border-radius: 50%;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t .tip {
  width: fit-content;
  padding: 0.08rem 0.17rem;
  margin-bottom: 0.16rem;
  background: #FF7323;
  border-radius: 0.26rem;
  display: flex;
  gap: 0.09rem;
  align-items: center;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t .tip .icon {
  max-width: 0.31rem;
  max-height: 0.31rem;
  min-width: 0.29rem;
  min-height: 0.28rem;
  width: auto;
  height: auto;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t .sub_content_2 + .sub_content_2 {
  margin-top: 0.2rem;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .b {
  margin-top: 0.32rem;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .b .tag_list {
  margin-top: 0.17rem;
  margin-bottom: 0.32rem;
  display: flex;
  gap: 0.18rem;
  align-items: center;
  flex-wrap: wrap;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .b .tag_list li {
  padding: 0.11rem 0.14rem;
  border-radius: 0.26rem;
  background: #fff;
  color: #000000;
  display: flex;
  gap: 0.08rem;
  align-items: center;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .b .tag_list li span {
  color: #FF7323;
  font-family: SourceHanSansHKMedium, SourceHanSansCNMedium;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box:nth-of-type(2) {
  margin-top: 0.65rem;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box:nth-of-type(2) .sub_tit_2 {
  margin-bottom: 0.17rem;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.95rem 0.65rem;
  margin-top: 0.55rem;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .bor_line {
  width: 6.68rem;
  position: relative;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .bor_line:after {
  display: block;
  content: '';
  width: 6.68rem;
  height: 4.61rem;
  position: absolute;
  right: -0.13rem;
  top: 0.13rem;
  background: #FF7323;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .bor_line .img_box {
  width: 6.68rem;
  height: 4.61rem;
  flex-shrink: 0;
  border: 0.06rem solid #383E41;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .bor_line .img_box:hover img {
  transform: scale(1.03);
  transition: all 0.3s;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .bor_line .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .text_box {
  width: 4.88rem;
  margin-top: 0.28rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .text_box .sub_content {
  min-height: 0.73rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .view_more {
  gap: 0.11rem;
}
.highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .view_more img {
  width: 0.32rem;
  height: 0.32rem;
}
.careerSharing_page .module_1 {
  background: #E0FAFC;
}
.careerSharing_page .module_1 .mod_container {
  padding: 0.9rem 0 1rem;
}
.careerSharing_page .module_1 .mod_container .tab_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.33rem;
}
.careerSharing_page .module_1 .mod_container .tab_nav .tab_link {
  width: 3.38rem;
  height: 1.02rem;
  padding: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(..//img/bg9.png) no-repeat;
  background-size: 100% 100%;
}
.careerSharing_page .module_1 .mod_container .tab_nav .tab_link.active {
  background: url(..//img/bg10.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.careerSharing_page .module_1 .mod_container .tab_nav .tab_link.active:after {
  display: block;
  content: '';
  width: 0.39rem;
  height: 0.24rem;
  background: url(..//img/icon33.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.36rem;
  left: 50%;
  transform: translateX(-50%);
}
.careerSharing_page .module_1 .mod_container .mod_cont {
  margin-top: 1rem;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem 0.64rem;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li {
  position: relative;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line {
  width: 7.56rem;
  height: 4.89rem;
  border: 0.06rem solid #383E41;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line i {
  width: 0.74rem;
  height: 0.8rem;
  background: url(..//img/icon58.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .i_t {
  display: block;
  content: '';
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .i_r {
  display: block;
  content: '';
  transform: rotate(90deg);
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .i_l {
  display: block;
  content: '';
  transform: rotate(-90deg);
  position: absolute;
  bottom: -0.1rem;
  left: -0.1rem;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .i_b {
  display: block;
  content: '';
  transform: rotate(180deg);
  position: absolute;
  bottom: -0.1rem;
  right: -0.1rem;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box {
  width: 6.92rem;
  height: 4.25rem;
  flex-shrink: 0;
  border: 0.06rem solid #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box:hover img {
  transform: scale(1.03);
  transition: all 0.3s;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .text_box {
  width: 7.56rem;
  margin-top: 0.28rem;
  display: flex;
  flex-direction: column;
  gap: 0.19rem;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .text_box .sub_tit_2 {
  min-height: 0.35rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .text_box .sub_content {
  min-height: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .view_more {
  gap: 0.11rem;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .view_more img {
  width: 0.32rem;
  height: 0.32rem;
}
.careerSharing_page .module_1 .mod_container .mod_cont .list li .play_btn {
  width: 0.93rem;
  height: 0.93rem;
  cursor: pointer;
  background: url(..//img/icon36.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.careerSharing_page .module_1 .mod_container .pagination {
  margin-top: 1.3rem;
  --bs-pagination-active-bg: #E0811E;
  display: flex;
  justify-content: center;
  gap: 0.22rem;
  align-items: center;
}
.careerSharing_page .module_1 .mod_container .pagination .page-item:focus-visible {
  outline: unset;
}
.careerSharing_page .module_1 .mod_container .pagination .page-item .page-link {
  width: 0.77rem;
  height: 0.77rem;
  font-size: 0.32rem;
  line-height: calc(45/32);
  color: #000;
  font-weight: bold;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(..//img/icon35.png) no-repeat;
  background-size: 100% 100%;
}
.careerSharing_page .module_1 .mod_container .pagination .page-item .page-link:focus {
  box-shadow: unset;
}
.careerSharing_page .module_1 .mod_container .pagination .page-item .page-link img {
  width: 0.77rem;
  height: 0.77rem;
}
.careerSharing_page .module_1 .mod_container .pagination .active > .page-link,
.careerSharing_page .module_1 .mod_container .pagination .page-link.active {
  color: #ffffff;
  background: url(..//img/icon34.png) no-repeat;
  background-size: 100% 100%;
}
.careerSharingInnerPage_page .module_1 {
  background: #e0fafc;
}
.careerSharingInnerPage_page .module_1 .mod_container {
  padding: 0.88rem 0 0.37rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.careerSharingInnerPage_page .module_1 .mod_container .l {
  width: 2.77rem;
  height: 0.79rem;
  padding-left: 0.71rem;
  display: flex;
  align-items: center;
  background: url(..//img/tit9.png) no-repeat;
  background-size: 100% 100%;
}
.careerSharingInnerPage_page .module_1 .mod_container .r {
  display: flex;
  gap: 0.2rem;
}
.careerSharingInnerPage_page .module_1 .mod_container .r .btn_item {
  width: 1.8rem;
  height: 0.79rem;
  padding-left: 0.625rem;
  display: flex;
  align-items: center;
}
.careerSharingInnerPage_page .module_1 .mod_container .r .btn_item:nth-of-type(1) {
  background: url(..//img/tit7.png) no-repeat;
  background-size: 100% 100%;
}
.careerSharingInnerPage_page .module_1 .mod_container .r .btn_item:nth-of-type(2) {
  background: url(..//img/tit8.png) no-repeat;
  background-size: 100% 100%;
}
.careerSharingInnerPage_page .module_2 {
  padding: 0 0 1.33rem;
  background: #E0FAFC;
}
.careerSharingInnerPage_page .module_2 .mod_container .img {
  width: 100%;
  height: auto;
}
.teenTalk_page .module_1 {
  background: #FFF3E3;
}
.teenTalk_page .module_1 .mod_container {
  padding: 1.25rem 0 0.96rem;
}
.teenTalk_page .module_1 .mod_container .mod_cont .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem 0.64rem;
}
.teenTalk_page .module_1 .mod_container .mod_cont .list li {
  cursor: pointer;
  width: 4.8rem;
  height: 5.93rem;
  background: url(..//img/bg11.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.26rem 0.5rem 0.43rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.teenTalk_page .module_1 .mod_container .mod_cont .list li .img_box {
  width: 3.88rem;
  height: 4.56rem;
  border-radius: 0.17rem;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teenTalk_page .module_1 .mod_container .mod_cont .list li .img_box:hover img {
  transform: scale(1.03);
  transition: all 0.3s;
}
.teenTalk_page .module_1 .mod_container .mod_cont .list li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
.teenTalk_page .module_1 .mod_container .mod_cont .list li .text_box {
  width: 3.88rem;
  margin-top: 0.21rem;
  text-align: center;
}
.teenTalk_page .module_1 .mod_container .mod_cont .pagination {
  margin-top: 1.3rem;
  --bs-pagination-active-bg: #E0811E;
  display: flex;
  justify-content: center;
  gap: 0.22rem;
  align-items: center;
}
.teenTalk_page .module_1 .mod_container .mod_cont .pagination .page-item:focus-visible {
  outline: unset;
}
.teenTalk_page .module_1 .mod_container .mod_cont .pagination .page-item .page-link {
  width: 0.77rem;
  height: 0.77rem;
  font-size: 0.32rem;
  line-height: calc(45/32);
  color: #000;
  font-weight: bold;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(..//img/icon35.png) no-repeat;
  background-size: 100% 100%;
}
.teenTalk_page .module_1 .mod_container .mod_cont .pagination .page-item .page-link:focus {
  box-shadow: unset;
}
.teenTalk_page .module_1 .mod_container .mod_cont .pagination .page-item .page-link img {
  width: 0.77rem;
  height: 0.77rem;
}
.teenTalk_page .module_1 .mod_container .mod_cont .pagination .active > .page-link,
.teenTalk_page .module_1 .mod_container .mod_cont .pagination .page-link.active {
  color: #ffffff;
  background: url(..//img/icon34.png) no-repeat;
  background-size: 100% 100%;
}
#swiperPhotosModal .modal-dialog {
  max-width: 9rem;
  margin: 1rem auto;
}
#swiperPhotosModal .modal-body {
  padding: 0.2rem;
}
#swiperPhotosModal .modal-content {
  border-radius: 0;
}
#swiperPhotosModal .swiper {
  width: 100%;
}
#swiperPhotosModal .swiper.gallery-top {
  width: 100%;
}
#swiperPhotosModal .swiper.gallery-top .swiper-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#swiperPhotosModal .swiper.gallery-top .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f5f5f5;
}
#swiperPhotosModal .swiper.gallery-top .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 93%;
  object-fit: cover;
  object-position: center;
}
#swiperPhotosModal .swiper.gallery-top .swiper-wrapper .swiper-slide .sub_content {
  font-size: 0.2rem;
  line-height: calc(29/20);
  color: #515151;
  font-family: SourceHanSansHKRegular, SourceHanSansCNRegular;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#swiperPhotosModal .swiper.gallery-thumbs {
  height: 1rem;
  box-sizing: border-box;
  padding: 0.1rem 0;
  margin: 0.2rem 0 0.2rem 0;
  padding: 0 0.2rem;
}
#swiperPhotosModal .swiper.gallery-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
  border-radius: 0.04rem;
  overflow: hidden;
  width: 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#swiperPhotosModal .swiper.gallery-thumbs .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
#swiperPhotosModal .swiper.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 0.02rem solid #007aff;
}
#swiperPhotosModal .swiper-button-next,
#swiperPhotosModal .swiper-rtl .swiper-button-prev {
  right: 0;
}
#swiperPhotosModal .swiper-button-prev,
#swiperPhotosModal .swiper-rtl .swiper-button-next {
  left: 0;
}
.joinUs_page .module_1 {
  background: #FFF3E3;
  padding: 1.99rem 0 1.15rem;
}
.joinUs_page .module_1 .mod_container {
  padding: 1.01rem 0.62rem 0.66rem;
  background: #FFDDC2;
  border: 0.08rem solid #FFA877;
  position: relative;
  display: flex;
  flex-direction: column;
}
.joinUs_page .module_1 .mod_container .mod_tit {
  width: 5.53rem;
  height: 1.96rem;
  background: url(..//img/tit10.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.63rem;
  padding-left: 1.87rem;
  position: absolute;
  top: -1.21rem;
  left: 50%;
  transform: translateX(-50%);
}
.joinUs_page .module_1 .mod_container .services-grid {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.69rem;
}
.joinUs_page .module_1 .mod_container .services-grid .service-card {
  width: 4.5rem;
  height: 3.36rem;
  border: 0.06rem solid #383E41;
  transition: transform 0.2s, box-shadow 0.2s;
}
.joinUs_page .module_1 .mod_container .services-grid .service-card:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.joinUs_page .module_1 .mod_container .services-grid .service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.joinUs_page .module_2 {
  background: #DEEFE4;
  position: relative;
}
.joinUs_page .module_2:after {
  display: block;
  content: '';
  width: 0.71rem;
  height: 0.32rem;
  background: url(..//img/icon37.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.92rem;
  left: 5.42rem;
}
.joinUs_page .module_2 .mod_container {
  padding: 0.87rem 0 0.92rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.joinUs_page .module_2 .mod_container .mod_left .content {
  margin-top: 0.19rem;
}
.joinUs_page .module_2 .mod_container .mod_cont {
  margin-top: 0.31rem;
}
.joinUs_page .module_2 .mod_container .mod_cont .services-grid {
  display: flex;
  gap: 0.48rem;
}
.joinUs_page .module_2 .mod_container .mod_cont .services-grid .service-card {
  width: 4.27rem;
  min-height: 2.53rem;
  background: #BDE5CB;
  border: 0.06rem solid #383E41;
  padding: 0.21rem 0.11rem 0;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.joinUs_page .module_2 .mod_container .mod_cont .services-grid .service-card:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.joinUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .sub_tit_1 {
  margin-bottom: 0.32rem;
}
.joinUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .sub_content {
  min-height: 1.4rem;
  padding: 0.21rem 0.21rem 0.27rem;
  border-top: 0.06rem solid #699178;
  border-bottom: 0.06rem solid #699178;
  background: #fff;
  color: #000;
}
.joinUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .icon {
  width: 0.69rem;
  height: 0.69rem;
  position: absolute;
  top: 0.12rem;
  right: 0.11rem;
}
.joinUs_page .module_3 {
  background: #E0FAFC;
}
.joinUs_page .module_3 .mod_container {
  padding: 0.85rem 0 1.02rem;
}
.joinUs_page .module_3 .mod_container .mod_tit {
  text-align: center;
}
.joinUs_page .module_3 .mod_container .mod_cont {
  margin-top: 0.8rem;
}
.joinUs_page .module_3 .mod_container .mod_cont .services-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card {
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card:hover {
  transform: translateY(-0.05rem);
}
.joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card .sub_tit_1 {
  margin-bottom: 0.12rem;
}
.joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card .icon {
  width: 0.72rem;
  height: 0.74rem;
  margin-bottom: 0.16rem;
}
.joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card.card_1 {
  width: 4.63rem;
  height: 4.68rem;
  padding: 1rem 0.19rem 0 1.31rem;
  background: url(..//img/bg12.png) no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
.joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card.card_2 {
  width: 4.46rem;
  height: 4.68rem;
  padding: 1rem 0.63rem 0 0.71rem;
  background: url(..//img/bg13.png) no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
.joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card.card_3 {
  width: 5.1rem;
  height: 4.68rem;
  padding: 1rem 1.26rem 0 0.7rem;
  background: url(..//img/bg14.png) no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
.joinUs_page .module_4 {
  padding: 1.09rem 0 1.22rem;
  background: #FFF3E3;
}
.joinUs_page .module_4 .mod_container {
  display: flex;
  flex-direction: column;
  gap: 0.37rem;
}
.joinUs_page .module_4 .mod_container .t {
  padding: 0.94rem 1.02rem 0.86rem 1.07rem;
  background: url(..//img/bg15.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
}
.joinUs_page .module_4 .mod_container .t .mod_left .icon {
  margin-top: 0.32rem;
  width: 0.71rem;
  height: 0.32rem;
}
.joinUs_page .module_4 .mod_container .t .mod_cont {
  padding: 0.57rem 0.67rem 0.68rem;
  border-top: 0.11rem solid #FF7323;
  background: #fff;
  position: relative;
}
.joinUs_page .module_4 .mod_container .t .mod_cont:after {
  display: block;
  content: '';
  width: 0.84rem;
  height: 0.84rem;
  background: url(..//img/icon44.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.42rem;
  right: -0.42rem;
}
.joinUs_page .module_4 .mod_container .t .mod_cont .sub_content_2 {
  display: flex;
  gap: 0.17rem;
  align-items: center;
}
.joinUs_page .module_4 .mod_container .t .mod_cont .sub_content_2 i {
  flex-shrink: 0;
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #FF7323;
  border-radius: 50%;
}
.joinUs_page .module_4 .mod_container .t .mod_cont .sub_content_2 + .sub_content_2 {
  margin-top: 0.2rem;
}
.joinUs_page .module_4 .mod_container .b {
  padding: 0.45rem 0.48rem 0.48rem 0.48rem;
  border: 0.08rem solid #FFA877;
  background: #FFDDC2;
}
.joinUs_page .module_4 .mod_container .b .card-grid {
  margin-top: 0.42rem;
  margin-bottom: 0.46rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.46rem 0.48rem;
}
.joinUs_page .module_4 .mod_container .b .card-grid .card_item {
  width: 7.2rem;
  height: 2.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.21rem 0.27rem 0.22rem;
  border-radius: 0.1rem;
  border: none;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  align-items: center;
  gap: 0.24rem;
}
.joinUs_page .module_4 .mod_container .b .card-grid .card_item:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.joinUs_page .module_4 .mod_container .b .card-grid .card_item .img_box {
  width: 1.97rem;
  height: 1.97rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.joinUs_page .module_4 .mod_container .b .card-grid .card_item .img_box img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
}
.joinUs_page .module_4 .mod_container .b .card-grid .card_item .sub_tit_2 {
  margin-bottom: 0.15rem;
}
.joinUs_page .module_4 .mod_container .b .card-grid .card_item .sub_content {
  padding-left: 0.18rem;
  position: relative;
}
.joinUs_page .module_4 .mod_container .b .card-grid .card_item .sub_content:after {
  position: absolute;
  top: 0.14rem;
  left: 0;
  display: block;
  content: '';
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: #000000;
}
.joinUs_page .module_4 .mod_container .b .card-grid .card_item .sub_content + .sub_content {
  margin-top: 0.08rem;
}
.joinUs_page .module_4 .mod_container .b .card-grid .card_item .tips {
  margin-top: 0.15rem;
  display: flex;
  align-items: center;
  gap: 0.11rem;
}
.joinUs_page .module_4 .mod_container .b .mod_btn .content {
  margin: 0.37rem auto 0;
  color: #ffffff;
  width: 3.06rem;
  height: 0.79rem;
  background: url(..//img/btn1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.joinUs_page .module_4 .mod_container .b .mod_btn .content:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.aboutUs_page .module_1 {
  background: url(..//img/bg16.png) no-repeat;
  background-size: 100% 100%;
  padding: 1.39rem 0 1.37rem;
}
.aboutUs_page .module_1 .mod_container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutUs_page .module_1 .mod_container .l {
  width: 5.88rem;
  height: 8.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutUs_page .module_1 .mod_container .l img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.aboutUs_page .module_1 .mod_container .r {
  width: 9.54rem;
  position: relative;
}
.aboutUs_page .module_1 .mod_container .r:after {
  display: block;
  content: '';
  width: 0.88rem;
  height: 1.06rem;
  background: url(..//img/icon45.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.aboutUs_page .module_1 .mod_container .r ul {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.aboutUs_page .module_1 .mod_container .r ul li {
  background: #CBF5F9;
  border: 0.06rem solid #3BC3D3;
  padding: 0.27rem 0.37rem;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
}
.aboutUs_page .module_1 .mod_container .r ul li:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.aboutUs_page .module_1 .mod_container .r ul li .sub_content_2 {
  line-height: calc(44/24);
}
.aboutUs_page .module_1 .mod_container .r ul li .link {
  font-family: SourceHanSansHKBold, SourceHanSansCNBold;
  font-weight: bold;
}
.aboutUs_page .module_1 .mod_container .r .tag_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
}
.aboutUs_page .module_1 .mod_container .r .tag_list h4 {
  width: 2.02rem;
  padding: 0.05rem 0.13rem;
  text-align: center;
  background: #A5EBF3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.aboutUs_page .module_1 .mod_container .r .tag_list .i_t {
  display: block;
  content: '';
  border-top: 0.04rem solid #000;
  width: 100%;
  position: absolute;
  top: -0.03rem;
  left: 0;
}
.aboutUs_page .module_1 .mod_container .r .tag_list .i_r {
  display: block;
  content: '';
  border-right: 0.04rem solid #000;
  height: 100%;
  position: absolute;
  top: 0;
  right: -0.03rem;
}
.aboutUs_page .module_1 .mod_container .r .tag_list .i_l {
  display: block;
  content: '';
  border-left: 0.04rem solid #000;
  height: 100%;
  position: absolute;
  top: 0;
  left: -0.03rem;
}
.aboutUs_page .module_1 .mod_container .r .tag_list .i_b {
  display: block;
  content: '';
  border-bottom: 0.04rem solid #000;
  width: 100%;
  position: absolute;
  bottom: -0.03rem;
  left: 0;
}
.aboutUs_page .module_2 {
  background: #FFF3E3;
}
.aboutUs_page .module_2 .mod_container {
  padding: 0.62rem 0 1.08rem;
}
.aboutUs_page .module_2 .mod_container .mod_tit {
  text-align: center;
}
.aboutUs_page .module_2 .mod_container .mod_cont {
  margin-top: 0.8rem;
}
.aboutUs_page .module_2 .mod_container .mod_cont .services-grid {
  display: flex;
  justify-content: space-between;
}
.aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card {
  width: 3.56rem;
  background: #FFFFFF;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #FF7323;
  position: absolute;
  top: 0.11rem;
  right: -0.11rem;
}
.aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card:hover {
  transform: translateY(-0.05rem);
}
.aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .text_box {
  height: 100%;
  background: #fff;
  border: 0.06rem solid #383E41;
  padding: 0.51rem 0.21rem 0.44rem;
  position: relative;
  z-index: 1;
}
.aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .sub_tit_1 {
  width: 2.36rem;
  height: 0.71rem;
  text-align: center;
  background: url(..//img/icon46.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.35rem;
  left: 0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .sub_tit_2 {
  padding: 0.18rem;
  background: #FFE9DD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .cont_box {
  margin-top: 0.52rem;
  min-height: 2.11rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .cont_box:before {
  display: block;
  content: '';
  width: 0.4rem;
  height: 0.34rem;
  background: url(..//img/icon47.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.21rem;
  left: 0;
}
.aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .cont_box:after {
  display: block;
  content: '';
  width: 0.4rem;
  height: 0.34rem;
  background: url(..//img/icon48.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.17rem;
  right: 0;
}
.aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .icon {
  width: 0.72rem;
  height: 0.74rem;
  margin-bottom: 0.16rem;
}
.aboutUs_page .module_3 {
  background: #DEEFE4;
}
.aboutUs_page .module_3 .mod_container {
  padding: 0.6rem 0 1.28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutUs_page .module_3 .mod_container .mod_header .content {
  margin-top: 0.15rem;
}
.aboutUs_page .module_3 .mod_container .mod_cont {
  width: 100%;
  margin-top: 0.3rem;
  background: #B6DDC4;
  border: 0.06rem solid #383E41;
  padding: 0.51rem 0.73rem 0.28rem;
  position: relative;
}
.aboutUs_page .module_3 .mod_container .mod_cont:before {
  display: block;
  content: '';
  width: 0.95rem;
  height: 0.37rem;
  background: url(..//img/icon51.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.4rem;
  right: 0.73rem;
}
.aboutUs_page .module_3 .mod_container .mod_cont ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem 0.16rem;
}
.aboutUs_page .module_3 .mod_container .mod_cont ul li {
  padding: 0.18rem;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.aboutUs_page .module_3 .mod_container .mod_cont ul li:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.aboutUs_page .module_3 .mod_container .mod_cont .img_group {
  margin-top: 0.65rem;
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
.aboutUs_page .module_3 .mod_container .mod_cont .img_group img {
  width: 2.09rem;
  height: 0.42rem;
}
.aboutUs_page .module_4 {
  background: #E0FAFC;
}
.aboutUs_page .module_4 .mod_container {
  padding: 0.72rem 0 1.21rem;
}
.aboutUs_page .module_4 .mod_container .mod_header {
  text-align: center;
}
.aboutUs_page .module_4 .mod_container .mod_header .mod_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.aboutUs_page .module_4 .mod_container .mod_header .content {
  margin-top: 0.26rem;
}
.aboutUs_page .module_4 .mod_container .services-grid {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.27rem;
}
.aboutUs_page .module_4 .mod_container .services-grid .service-card {
  width: 3.8rem;
  background: #A5EBF3;
  border: 0.06rem solid #383E41;
  padding: 0.37rem 0.11rem 0;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aboutUs_page .module_4 .mod_container .services-grid .service-card:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}
.aboutUs_page .module_4 .mod_container .services-grid .service-card .sub_tit_1 {
  margin-bottom: 0.27rem;
  justify-content: flex-end;
  padding-right: 0.4rem;
}
.aboutUs_page .module_4 .mod_container .services-grid .service-card .sub_content {
  min-height: 3.38rem;
  padding: 0.21rem 0.21rem 0.27rem;
  border-top: 0.06rem solid #3BC3D3;
  border-bottom: 0.06rem solid #3BC3D3;
  background: #fff;
}
.aboutUs_page .module_4 .mod_container .services-grid .service-card .role {
  position: absolute;
  top: -1.06rem;
  left: 0.1rem;
}
.aboutUs_page .module_4 .mod_container .services-grid .service-card .role img {
  width: auto;
  height: auto;
  max-width: 2rem;
  max-height: 2.16rem;
  min-width: 1.51rem;
  min-height: 2.04rem;
}
@media screen and (max-width: 992px) {
  .mod_container {
    width: 100%;
  }
  .mod_container .mod_tit {
    font-size: 0.2rem;
  }
  .mod_container .mod_cont {
    font-size: 0.14rem;
  }
  .mod_container .content {
    font-size: 0.16rem;
  }
  .mod_container .sub_tit_1 {
    font-size: 0.18rem;
  }
  .mod_container .sub_tit_2 {
    font-size: 0.16rem;
  }
  .mod_container .sub_tit_3 {
    font-size: 0.16rem;
  }
  .mod_container .sub_tit_4 {
    font-size: 0.16rem;
  }
  .mod_container .sub_tit_5 {
    font-size: 0.18rem;
  }
  .mod_container .sub_content {
    font-size: 0.14rem;
  }
  .mod_container .sub_content_2 {
    font-size: 0.14rem;
  }
  .mod_container .sub_content_3 {
    font-size: 0.14rem;
  }
  .mod_container .tip {
    font-size: 0.14rem;
  }
  .mod_container .tip.bor {
    border-radius: 0.1rem;
    padding: 0.02rem 0.05rem 0.03rem;
  }
  .mod_container .tip.num {
    width: 0.16rem;
    height: 0.16rem;
  }
  .inner_page .banner {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .inner_page .banner .banner_img {
    width: 100%;
    height: auto;
  }
  .inner_page .banner .banner_img img {
    width: 165%;
    height: auto;
  }
  .inner_page .banner .text_box {
    position: absolute;
    bottom: 0.7rem;
    top: unset;
  }
  .inner_page .banner .text_box h1 {
    font-size: 0.22rem;
  }
  .inner_page .banner .text_box div {
    display: flex;
    gap: 0.06rem;
    align-items: center;
  }
  .inner_page .banner .text_box div span {
    font-size: 0.14rem;
  }
  .index_page .banner {
    width: 100%;
    position: relative;
  }
  .index_page .banner .bg {
    height: unset;
  }
  .index_page .banner .bg img {
    width: 100%;
    height: auto;
  }
  .index_page .banner .swiper-pagination {
    bottom: 0.05rem;
    gap: 0.1rem;
  }
  .index_page .banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  .index_page .module_1 {
    min-height: unset;
    height: unset;
  }
  .index_page .module_1 .mod_container {
    padding: 0.3rem 0.15rem 0.3rem;
  }
  .index_page .module_1 .mod_container .mod_header .mod_tit {
    width: 2rem;
    height: 0.7rem;
  }
  .index_page .module_1 .mod_container .mod_header .content {
    margin-top: 0.2rem;
  }
  .index_page .module_1 .mod_container .services-grid {
    margin-top: 0.2rem;
    margin-bottom: 0.16rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .index_page .module_1 .mod_container .services-grid .service-card {
    width: 100%;
    min-height: unset;
    height: auto;
    padding: 0.1rem 0.1rem 0;
  }
  .index_page .module_1 .mod_container .services-grid .service-card:after {
    width: 0.59rem;
    height: 0.15rem;
    top: 0.18rem;
    right: 0.1rem;
  }
  .index_page .module_1 .mod_container .services-grid .service-card .sub_tit_1 {
    margin-bottom: 0.12rem;
  }
  .index_page .module_1 .mod_container .services-grid .service-card .sub_content {
    min-height: unset;
    height: auto;
    padding: 0.12rem;
  }
  .index_page .module_1 .mod_container .mod_footer {
    padding: 0 0.1rem;
  }
  .index_page .module_2 .mod_container {
    padding: 0.3rem 0.15rem 0.3rem;
    flex-direction: column;
    align-items: center;
  }
  .index_page .module_2 .mod_container .mod_header {
    position: absolute;
    top: 0.3rem;
    left: 0.15rem;
  }
  .index_page .module_2 .mod_container .mod_header .mod_tit {
    width: 1rem;
    height: 1.27rem;
    background: url(..//img/tit2.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 0.27rem;
  }
  .index_page .module_2 .mod_container .mod_cont {
    width: 100%;
    height: unset;
    background: url(..//img/bg2.png) no-repeat;
    background-size: 100% 105%;
    padding: 0.1rem 0.1rem 0.5rem;
    position: relative;
  }
  .index_page .module_2 .mod_container .mod_cont .content {
    padding: 0 0.15rem 0 1rem;
    text-align: center;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper {
    margin-top: 0.38rem;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-slide:after {
    display: block;
    content: '';
    width: 100%;
    height: 2.1rem;
    position: absolute;
    right: -0.08rem;
    top: 0.06rem;
    background: #FF7323;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-slide .img_box {
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-slide .img_box:hover img {
    transform: unset;
    transition: all 0.3s;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-slide .img_box:before {
    display: block;
    content: '';
    width: 98%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0.06rem solid #383E41;
    z-index: 2;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-slide .img_box img {
    width: 98%;
    height: auto;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-slide .text_box {
    width: 100%;
    margin-top: 0.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-slide .text_box .sub_tit_2 {
    min-height: unset;
    display: block;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-slide .text_box .sub_content {
    display: block;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-button-next {
    left: unset;
    right: 1.2rem;
    top: unset;
    bottom: 0;
    width: 0.37rem;
    height: 0.37rem;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-button-next:hover {
    transform: scale(1.05);
    transition: all 0.3s;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-button-prev {
    left: 1.2rem;
    top: unset;
    bottom: 0;
    width: 0.37rem;
    height: 0.37rem;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-button-prev:hover {
    transform: scale(1.05);
    transition: all 0.3s;
  }
  .index_page .module_2 .mod_container .mod_cont .swiper-button-next:after,
  .index_page .module_2 .mod_container .mod_cont .swiper-button-prev:after {
    display: none;
  }
  .index_page .module_3 .mod_container {
    padding: 0.3rem 0.15rem;
  }
  .index_page .module_3 .mod_container .mod_header {
    text-align: center;
  }
  .index_page .module_3 .mod_container .mod_header .mod_tit {
    width: 2rem;
    height: 0.9rem;
    padding-top: 0.15rem;
  }
  .index_page .module_3 .mod_container .mod_header .content {
    margin-top: 0.2rem;
  }
  .index_page .module_3 .mod_container .mod_cont {
    margin-top: 0.2rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li {
    width: 100%;
    overflow: hidden;
    padding: 0 0.1rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li.active {
    border-radius: 0.27rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_head .sub_tit_1 {
    width: 100%;
    padding: 0.14rem 0;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_head .sub_tit_1 i {
    width: 0.26rem;
    height: 0.26rem;
    top: 0.14rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_head .sub_tit_1 i {
    width: 0.26rem;
    height: 0.26rem;
    top: 0.14rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont {
    border-top: 0.06rem solid #383E41;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body {
    border: none;
    padding: 0.15rem 0 0.14rem 0;
    margin-bottom: 0.1rem;
    gap: 0.2rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item {
    min-height: unset;
    width: 100%;
    height: auto;
    padding: 0.1rem 0.1rem 0.16rem;
    gap: 0.12rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .img_box {
    width: 1rem;
    height: 1rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .sub_tit_2 {
    margin-bottom: 0.1rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .sub_content {
    padding-left: 0.15rem;
    position: relative;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .sub_content:after {
    position: absolute;
    top: 0.07rem;
    left: 0;
    display: block;
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #000000;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .sub_content + .sub_content {
    margin-top: 0.04rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .card-body .card-grid .card_item .tips {
    margin-top: 0.15rem;
    gap: 0.11rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .view_more {
    margin-bottom: 0.24rem;
  }
  .index_page .module_3 .mod_container .mod_cont .collapse_group > li .collapse_cont .view_more img {
    width: 0.24rem;
    height: 0.24rem;
  }
  .index_page .module_3 .mod_container .mod_btn .content {
    margin: 0.2rem auto;
    width: 2rem;
    height: 0.4rem;
  }
  .index_page .module_4 {
    background: #E0FAFC;
  }
  .index_page .module_4 .mod_container {
    padding: 0.3rem 0.15rem 0.3rem;
  }
  .index_page .module_4 .mod_container .mod_header {
    text-align: center;
  }
  .index_page .module_4 .mod_container .mod_header .mod_tit {
    width: 2rem;
    height: 0.7rem;
    padding-top: 0.28rem;
  }
  .index_page .module_4 .mod_container .mod_header .content {
    margin-top: 0.2rem;
  }
  .index_page .module_4 .mod_container .mod_cont {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0.2rem;
    background: unset;
  }
  .index_page .module_4 .mod_container .about-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
    padding: 0;
  }
  .index_page .module_4 .mod_container .about-grid .about-card {
    padding: 0.1rem;
  }
  .index_page .module_4 .mod_container .about-grid .about-card:hover {
    transform: unset;
    transition: all 0.3s;
  }
  .index_page .module_4 .mod_container .about-grid .about-card:nth-of-type(1),
  .index_page .module_4 .mod_container .about-grid .about-card:nth-of-type(3) {
    background: #FFFDF7;
  }
  .index_page .module_4 .mod_container .about-grid .about-card:nth-of-type(2),
  .index_page .module_4 .mod_container .about-grid .about-card:nth-of-type(4) {
    background: #C9F9FF;
  }
  .index_page .module_4 .mod_container .about-grid .about-card .card-number {
    width: 0.33rem;
    height: 0.35rem;
    margin-bottom: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index_page .module_4 .mod_container .about-grid .about-card .sub_content {
    margin-top: 0.1rem;
  }
  .developmentPhilosophy_page .module_1 {
    padding: 0;
  }
  .developmentPhilosophy_page .module_1 .mod_container {
    padding: 0.3rem 0.15rem 0.4rem;
    flex-direction: column;
    gap: 0.2rem;
  }
  .developmentPhilosophy_page .module_1 .mod_container .cont_left {
    width: 100%;
    margin-top: 0;
  }
  .developmentPhilosophy_page .module_1 .mod_container .cont_left .mod_tit {
    width: 2.3rem;
    height: 0.6rem;
    background: url(..//img/tit5.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 0.06rem;
    padding-left: 0.13rem;
    margin: 0 auto 0.15rem;
  }
  .developmentPhilosophy_page .module_1 .mod_container .cont_left img {
    margin-top: 0.1rem;
    width: auto;
    height: 0.3rem;
  }
  .developmentPhilosophy_page .module_1 .mod_container .cont_right {
    position: relative;
  }
  .developmentPhilosophy_page .module_1 .mod_container .cont_right:after {
    display: block;
    content: '';
    width: 98%;
    height: 2.2rem;
    position: absolute;
    right: -0.03rem;
    top: 0.08rem;
    background: #4AC9D7;
  }
  .developmentPhilosophy_page .module_1 .mod_container .cont_right .img_box {
    width: 98%;
    height: auto;
    border: 0.08rem solid #383E41;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .developmentPhilosophy_page .module_1 .mod_container .cont_right .img_box:hover img {
    transform: scale(1.03);
    transition: all 0.3s;
  }
  .developmentPhilosophy_page .module_1 .mod_container .cont_right .img_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transform-origin: center;
  }
  @keyframes float {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.05rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  .developmentPhilosophy_page .module_2 .mod_container {
    padding: 0.3rem 0.15rem;
  }
  .developmentPhilosophy_page .module_2 .mod_container .sub_content_2 {
    margin-top: 0.2rem;
  }
  .developmentPhilosophy_page .module_2 .mod_container .services-grid {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.16rem;
  }
  .developmentPhilosophy_page .module_2 .mod_container .services-grid .service-card {
    width: 100%;
    min-height: unset;
    height: auto;
    padding: 0.1rem;
  }
  .developmentPhilosophy_page .module_2 .mod_container .services-grid .service-card:after {
    display: block;
    content: '';
    width: 0.3rem;
    height: 0.15rem;
    background: url(..//img/icon3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.15rem;
    right: 0.1rem;
  }
  .developmentPhilosophy_page .module_2 .mod_container .services-grid .service-card:hover {
    transform: unset;
    box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
  }
  .developmentPhilosophy_page .module_2 .mod_container .services-grid .service-card .sub_tit_3 {
    margin-bottom: 0.1rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container {
    padding: 0.3rem 0.15rem 0.3rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .table_box {
    margin: 0.2rem 0;
    flex-direction: column;
    gap: 0.2rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .table_box table {
    flex: 1;
    width: 100%;
    border: 0.03rem solid #383E41;
  }
  .developmentPhilosophy_page .module_3 .mod_container .table_box table.table2 {
    margin-left: -0.06rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .table_box table tr {
    display: flex;
    align-items: center;
    height: 100%;
    background: #BDE5CB;
  }
  .developmentPhilosophy_page .module_3 .mod_container .table_box table tr + tr {
    border-top: 0.03rem solid #383E41;
    background: #EDFFF4;
    align-items: normal;
    min-height: 0.4rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .table_box table tr td {
    flex: 1 0 0;
    padding: 0.1rem 0.1rem 0.15rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .table_box table tr td + td {
    border-left: 0.03rem solid #383E41;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tabs {
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    gap: 0.15rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tabs .tab_nav {
    width: 5.54rem;
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tabs .tab_content {
    width: 10.31rem;
    height: 3.96rem;
    background: url(..//img/bg5.png) no-repeat;
    background-size: 100% 100%;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tabs .tab_content .tab_panel {
    width: 100%;
    height: 100%;
    padding: 0.16rem 0.88rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tabs .tab_content .tab_panel .cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.11rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tabs .tab_content .tab_panel .cont .icon_box {
    width: 1.04rem;
    height: 1.3rem;
    flex-shrink: 0;
    display: flex;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tabs .tab_content .tab_panel .cont .icon_box img {
    width: 100%;
    height: 100%;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tab_link,
  .developmentPhilosophy_page .module_3 .mod_container .head_box {
    width: 100%;
    height: auto;
    padding: 0.1rem 0.15rem 0.12rem 0.15rem;
    border: 0.06rem solid #383E41;
    background: #EDFFF4;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tab_link .text_box,
  .developmentPhilosophy_page .module_3 .mod_container .head_box .text_box {
    width: 85%;
    text-align: left;
    display: flex;
    gap: 0.1rem;
    align-items: center;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tab_link .text_box .icon,
  .developmentPhilosophy_page .module_3 .mod_container .head_box .text_box .icon {
    max-width: 0.31rem;
    max-height: 0.27rem;
    min-width: 0.18rem;
    max-height: 0.24rem;
    width: auto;
    height: auto;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tab_link .icon_box,
  .developmentPhilosophy_page .module_3 .mod_container .head_box .icon_box {
    width: 0.2rem;
    height: auto;
    flex-shrink: 0;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tab_link .icon_box img,
  .developmentPhilosophy_page .module_3 .mod_container .head_box .icon_box img {
    width: 100%;
    height: 100%;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tab_link:hover,
  .developmentPhilosophy_page .module_3 .mod_container .head_box:hover {
    background: #BDE5CB;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tab_link.active,
  .developmentPhilosophy_page .module_3 .mod_container .head_box.active {
    background: #BDE5CB;
  }
  .developmentPhilosophy_page .module_3 .mod_container .tab_link.active .icon_box,
  .developmentPhilosophy_page .module_3 .mod_container .head_box.active .icon_box {
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
  .developmentPhilosophy_page .module_3 .mod_container .collapse_group {
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .collapse_group > li {
    width: 100%;
    max-height: unset;
  }
  .developmentPhilosophy_page .module_3 .mod_container .collapse_group > li .text_box {
    align-items: flex-start;
    text-align: left;
  }
  .developmentPhilosophy_page .module_3 .mod_container .collapse_group > li .collapse_head a {
    font-size: 0.14rem;
    line-height: calc(35/24);
    font-family: SourceHanSansHKMedium, SourceHanSansCNMedium;
    color: #000;
    background: #bde5cb;
    width: 100%;
    text-align: left;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .developmentPhilosophy_page .module_3 .mod_container .collapse_group > li .collapse_head a.collapsed {
    background: #edfff4;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    transition: all 0.2s ease-in;
    align-items: center;
  }
  .developmentPhilosophy_page .module_3 .mod_container .collapse_group > li .collapse_cont {
    width: 100%;
    visibility: unset;
  }
  .developmentPhilosophy_page .module_3 .mod_container .collapse_group > li .collapse_cont .card-body {
    border: none;
    padding: 0.12rem 0.1rem;
    margin-bottom: 0.1rem;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .collapse_group > li .collapse_cont .card-body .cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.1rem;
  }
  .developmentPhilosophy_page .module_3 .mod_container .collapse_group > li .collapse_cont .card-body .cont .icon_box {
    width: 0.2rem;
    height: auto;
    flex-shrink: 0;
    display: flex;
  }
  .developmentPhilosophy_page .module_3 .mod_container .collapse_group > li .collapse_cont .card-body .cont .icon_box img {
    width: 100%;
    height: 100%;
  }
  .developmentPhilosophy_page .module_4 .mod_container {
    padding: 0.3rem 0.15rem;
  }
  .developmentPhilosophy_page .module_4 .mod_container .sub_content_2 {
    margin-top: 0.1rem;
    text-align: left;
  }
  .developmentPhilosophy_page .module_4 .mod_container ul {
    margin-top: 0.2rem;
    gap: 0.2rem;
    flex-direction: column;
  }
  .developmentPhilosophy_page .module_4 .mod_container ul li {
    width: 100%;
    padding: 0.2rem 0.15rem;
  }
  .developmentPhilosophy_page .module_4 .mod_container ul li:hover {
    transform: translateY(-0.05rem);
    box-shadow: -0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
  }
  .developmentPhilosophy_page .module_4 .mod_container ul li:after {
    width: 0.3rem;
    border-top: 0.3rem solid #E0FAFCed;
    border-left: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
  }
  .developmentPhilosophy_page .module_4 .mod_container ul li .text_box {
    gap: 0.12rem;
  }
  .developmentPhilosophy_page .module_4 .mod_container ul li .text_box .icon {
    width: 0.41rem;
    height: 0.45rem;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom {
    padding: 0.3rem 0.1rem 0.3rem 0.05rem;
    background: #F2FEFF;
    margin-top: 0.2rem;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t {
    margin-top: 0.2rem;
    display: flex;
    gap: 0.1rem;
    align-items: flex-start;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .l {
    height: 1.5rem;
    display: flex;
    gap: 0.1rem;
    align-items: flex-start;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .l .text_box {
    width: 0.8rem;
    height: 2rem;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .l .text_box .sub_tit_2 {
    font-family: SourceHanSansHKRegular, SourceHanSansCNRegular;
    font-weight: 400;
    font-size: 0.12rem;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .l .img_box {
    width: auto;
    height: 2rem;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .l .img_box img {
    width: 100%;
    height: 100%;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .r {
    position: relative;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .r:after {
    display: block;
    content: '';
    width: 2.15rem;
    height: 2rem;
    position: absolute;
    right: -0.04rem;
    top: 0.04rem;
    background: #13A6B7;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .r .img_box {
    width: auto;
    height: 2rem;
    border: 0.08rem solid #383E41;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .r .img_box:hover img {
    transform: scale(1.03);
    transition: all 0.3s;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .t .r .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: center;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b {
    width: 100%;
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
    padding-left: 0rem;
    gap: 0.1rem;
    align-items: flex-end;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b .img_box {
    width: 2.15rem;
    height: auto;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b .img_box img {
    width: 100%;
    height: 100%;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b .text_box {
    width: 100%;
    gap: 0.2rem;
    justify-content: flex-end;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b .text_box > div {
    width: 38%;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b .text_box .sub_tit_2 {
    font-family: SourceHanSansHKRegular, SourceHanSansCNRegular;
    font-weight: 400;
    font-size: 0.12rem;
  }
  .developmentPhilosophy_page .module_4 .mod_container .mod_bottom .b .text_box .sub_tit_2 + .sub_tit_2 {
    margin-top: 0.1rem;
  }
  .industryKnowledge_page .module_1 {
    padding: 0.5rem 0.15rem 0.3rem;
  }
  .industryKnowledge_page .module_1 .mod_container:after {
    display: block;
    content: '';
    width: 0.5rem;
    height: 0.33rem;
    background: url(..//img/icon14.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.4rem;
    left: 0.5rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_tit {
    width: 0.54rem;
    height: auto;
    padding: 0.3rem 0.1rem;
    line-height: 1.2;
    padding-left: 0.12rem;
    position: absolute;
    top: -0.1rem;
    left: 0;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_tit::before {
    width: 0.54rem;
    height: 1.6rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_content {
    width: 85%;
    display: flex;
    gap: 0.1rem;
    align-items: center;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_content .icon {
    width: 0.4rem;
    height: auto;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont {
    width: 95%;
    margin-top: 0.1rem;
    padding: 0.16rem 0.1rem 0.26rem 0.26rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .t {
    padding: 0.1rem 0.1rem 0.2rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .t > div:nth-of-type(1) {
    margin-bottom: 0.2rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .t > div:nth-of-type(1) .text_box {
    display: flex;
    gap: 0.15rem;
    align-items: center;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .t > div:nth-of-type(1) .text_box .icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .t > div:nth-of-type(1) .icon_box {
    width: 0.64rem;
    height: auto;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .t .sub_content_2 + .sub_content_2 {
    margin-top: 0.12rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .m {
    margin-top: 0.2rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .m ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.16rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .m ul li {
    height: unset;
    padding: 0 0.2rem 0 0.2rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .m ul li .sub_tit_4 {
    max-width: 2rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .m ul li span {
    font-size: 0.6rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .b {
    margin-top: 0.2rem;
    padding: 0.1rem 0.1rem 0.2rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .b::after {
    width: 0.4rem;
    height: 0.6rem;
    left: -0.2rem;
    bottom: -0.3rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .b > div:nth-of-type(1) {
    margin-bottom: 0.2rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .b > div:nth-of-type(1) .icon_box {
    width: 0.54rem;
    height: auto;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .b .sub_content_2 {
    color: #515151;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .b .sub_content_2 + .sub_content_2 {
    margin-top: 0.12rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .b ul {
    margin-top: 0.37rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .b ul li {
    padding: 0.1rem 0.1rem 0.16rem;
    border: 0.04rem solid #69917855;
    background: #EDFFF4;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .b ul li:hover {
    transform: translateY(-0.05rem);
    box-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.2);
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .b ul li .sub_tit_2 {
    margin-bottom: 0.1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
  }
  .industryKnowledge_page .module_1 .mod_container .mod_cont .b ul li .sub_tit_2 .tip {
    width: 0.24rem;
    height: 0.24rem;
  }
  .highLights_page .module_1 {
    background: #FFF3E3;
  }
  .highLights_page .module_1 .mod_container {
    padding: 0.3rem 0.15rem 0.4rem;
  }
  .highLights_page .module_1 .mod_container .mod_cont .list {
    gap: 0.2rem;
  }
  .highLights_page .module_1 .mod_container .mod_cont .list li .bor_line {
    width: 100%;
  }
  .highLights_page .module_1 .mod_container .mod_cont .list li .bor_line:after {
    width: 100%;
    height: 2.31rem;
    position: absolute;
    right: -0.06rem;
    top: 0.06rem;
  }
  .highLights_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box {
    width: 100%;
    height: auto;
  }
  .highLights_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box img {
    width: 100%;
    height: auto;
  }
  .highLights_page .module_1 .mod_container .mod_cont .list li .text_box {
    width: 100%;
    margin-top: 0.14rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .highLights_page .module_1 .mod_container .mod_cont .list li .text_box .sub_tit_2 {
    min-height: unset;
    display: block;
  }
  .highLights_page .module_1 .mod_container .mod_cont .list li .text_box .sub_content {
    min-height: unset;
    display: block;
    margin-bottom: 0.1rem;
  }
  .highLights_page .module_1 .mod_container .mod_cont .list li .view_more {
    gap: 0.11rem;
    align-items: center;
  }
  .highLights_page .module_1 .mod_container .mod_cont .list li .view_more img {
    width: 0.24rem;
    height: 0.24rem;
  }
  .highLights_page .module_1 .mod_container .mod_cont .pagination {
    margin-top: 0.6rem;
    gap: 0.1rem;
  }
  .highLights_page .module_1 .mod_container .mod_cont .pagination .page-item:focus-visible {
    outline: unset;
  }
  .highLights_page .module_1 .mod_container .mod_cont .pagination .page-item .page-link {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.14rem;
  }
  .highLights_page .module_1 .mod_container .mod_cont .pagination .page-item .page-link img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .photosModal {
    height: auto;
  }
  .photosModal .modal-dialog {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .photosModal .modal-content {
    margin: 0;
  }
  .photosModal .modal-header {
    padding: 0;
  }
  .photosModal .modal-header .btn-close {
    margin: 0;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.24rem;
  }
  .photosModal .modal-body {
    padding: 0.05rem !important;
    width: 100%;
    height: auto;
  }
  .photosModal .modal-body img,
  .photosModal .modal-body video {
    width: 100%;
    height: auto;
  }
  .photosModal .zoom-controls button {
    width: 0.36rem;
    height: 0.36rem;
    font-size: 0.18rem;
  }
  .photosModal .zoom-reset-btn {
    width: fit-content !important;
    padding: 0 0.12rem !important;
  }
  .photosModal .zoom-level {
    font-size: 0.12rem;
    min-width: 0.6rem;
  }
  .photosModal .image-viewer-container {
    min-height: 50vh;
    height: 100vh;
    border-radius: 0;
  }
  .photosModal .zoomable-img {
    max-height: 55vh;
  }
  .photosModal .zoom-controls {
    width: 90%;
    gap: 0.2rem;
  }
  .highLightInnerPage_page .module_1 .mod_container {
    padding: 0.3rem 0.15rem 0.2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .highLightInnerPage_page .module_1 .mod_container .l {
    width: 1.5rem;
    height: 0.46rem;
    padding-left: 0.4rem;
  }
  .highLightInnerPage_page .module_1 .mod_container .r {
    display: flex;
    gap: 0.2rem;
  }
  .highLightInnerPage_page .module_1 .mod_container .r .btn_item {
    width: 1rem;
    height: 0.4rem;
    padding-left: 0.4rem;
  }
  .highLightInnerPage_page .module_1 .mod_container .mod_cont .list {
    gap: 0.2rem;
  }
  .highLightInnerPage_page .module_1 .mod_container .mod_cont .list li .bor_line {
    width: 100%;
  }
  .highLightInnerPage_page .module_1 .mod_container .mod_cont .list li .bor_line:after {
    width: 100%;
    height: 2.31rem;
    position: absolute;
    right: -0.06rem;
    top: 0.06rem;
  }
  .highLightInnerPage_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box {
    width: 100%;
    height: auto;
  }
  .highLightInnerPage_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box img {
    width: 100%;
    height: auto;
  }
  .highLightInnerPage_page .module_1 .mod_container .mod_cont .list li .text_box {
    width: 100%;
    margin-top: 0.14rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .highLightInnerPage_page .module_1 .mod_container .mod_cont .list li .text_box .sub_content {
    min-height: unset;
    display: block;
    margin-bottom: 0.1rem;
  }
  .highLightInnerPage_page .module_1 .mod_container .mod_cont .list li .view_more {
    gap: 0.11rem;
    align-items: center;
  }
  .highLightInnerPage_page .module_1 .mod_container .mod_cont .list li .view_more img {
    width: 0.24rem;
    height: 0.24rem;
  }
  .highLightInnerPage_page .module_2 {
    padding: 0 0.15rem 0.5rem;
  }
  .highLightInnerPage_page .module_2 .mod_container {
    padding: 0.2rem 0.15rem 0.4rem;
  }
  .highLightInnerPage_page .module_2 .mod_container .line {
    margin: 0.2rem 0;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t {
    gap: 0.2rem 0rem;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t > div.dot .sub_content_2 {
    gap: 0.1rem;
    align-items: flex-start;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t > div.dot i {
    width: 0.06rem;
    height: 0.06rem;
    margin-top: 0.06rem;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t .tip {
    padding: 0.03rem 0.1rem;
    margin-bottom: 0.1rem;
    gap: 0.06rem;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t .tip .icon {
    max-width: 0.21rem;
    max-height: 0.21rem;
    min-width: 0.19rem;
    min-height: 0.18rem;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .t .sub_content_2 + .sub_content_2 {
    margin-top: 0.1rem;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .b {
    margin-top: 0.32rem;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .b .tag_list {
    margin-top: 0.1rem;
    margin-bottom: 0.16rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
    align-items: center;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .b .tag_list li {
    padding: 0.04rem 0.08rem;
    border-radius: 0.26rem;
    background: #fff;
    color: #000000;
    display: flex;
    gap: 0.08rem;
    align-items: center;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box .b .tag_list li span {
    color: #FF7323;
    font-family: SourceHanSansHKMedium, SourceHanSansCNMedium;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box:nth-of-type(2) {
    margin-top: 0.35rem;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .text_box:nth-of-type(2) .sub_tit_2 {
    margin-bottom: 0.1rem;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .list {
    gap: 0.25rem;
    margin-top: 0.25rem;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .bor_line {
    width: 100%;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .bor_line:after {
    width: 100%;
    height: 2rem;
    position: absolute;
    right: -0.06rem;
    top: 0.08rem;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .bor_line .img_box {
    width: 100%;
    height: auto;
  }
  .highLightInnerPage_page .module_2 .mod_container .mod_cont .list li .bor_line .img_box img {
    width: 100%;
    height: auto;
  }
  .careerSharing_page .module_1 .mod_container {
    padding: 0.3rem 0.15rem 0.4rem;
  }
  .careerSharing_page .module_1 .mod_container .tab_nav {
    gap: 0.06rem;
  }
  .careerSharing_page .module_1 .mod_container .tab_nav .tab_link {
    width: 49%;
    height: 0.5rem;
    padding: 0.04rem;
  }
  .careerSharing_page .module_1 .mod_container .tab_nav .tab_link.active:after {
    width: 0.2rem;
    height: 0.14rem;
    position: absolute;
    bottom: -0.16rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .careerSharing_page .module_1 .mod_container .mod_cont {
    margin-top: 0.4rem;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list {
    gap: 0.25rem;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line {
    width: 100%;
    height: auto;
    padding: 0.15rem 0.2rem;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line i {
    width: 0.54rem;
    height: 0.6rem;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .i_t {
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .i_r {
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .i_l {
    position: absolute;
    bottom: -0.1rem;
    left: -0.1rem;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .i_b {
    position: absolute;
    bottom: -0.1rem;
    right: -0.1rem;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box {
    width: 96%;
    height: auto;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box img {
    width: 100%;
    height: auto;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .bor_line .play_btn {
    width: 0.5rem;
    height: 0.5rem;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .text_box {
    width: 100%;
    margin-top: 0.14rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .text_box .sub_tit_2 {
    min-height: unset;
    display: block;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .text_box .sub_content {
    min-height: unset;
    display: block;
    margin-bottom: 0.1rem;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .view_more {
    gap: 0.11rem;
    align-items: center;
  }
  .careerSharing_page .module_1 .mod_container .mod_cont .list li .view_more img {
    width: 0.24rem;
    height: 0.24rem;
  }
  .careerSharing_page .module_1 .mod_container .pagination {
    margin-top: 0.6rem;
    gap: 0.1rem;
  }
  .careerSharing_page .module_1 .mod_container .pagination .page-item:focus-visible {
    outline: unset;
  }
  .careerSharing_page .module_1 .mod_container .pagination .page-item .page-link {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.14rem;
  }
  .careerSharing_page .module_1 .mod_container .pagination .page-item .page-link img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .careerSharingInnerPage_page .module_1 .mod_container {
    padding: 0.3rem 0.15rem 0.2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .l {
    width: 1.5rem;
    height: 0.46rem;
    padding-left: 0.4rem;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .r {
    display: flex;
    gap: 0.2rem;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .r .btn_item {
    width: 1rem;
    height: 0.4rem;
    padding-left: 0.4rem;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .mod_cont .list {
    gap: 0.2rem;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .mod_cont .list li .bor_line {
    width: 100%;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .mod_cont .list li .bor_line:after {
    width: 100%;
    height: 2.31rem;
    position: absolute;
    right: -0.06rem;
    top: 0.06rem;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box {
    width: 100%;
    height: auto;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .mod_cont .list li .bor_line .img_box img {
    width: 100%;
    height: auto;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .mod_cont .list li .text_box {
    width: 100%;
    margin-top: 0.14rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .mod_cont .list li .text_box .sub_content {
    min-height: unset;
    display: block;
    margin-bottom: 0.1rem;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .mod_cont .list li .view_more {
    gap: 0.11rem;
    align-items: center;
  }
  .careerSharingInnerPage_page .module_1 .mod_container .mod_cont .list li .view_more img {
    width: 0.24rem;
    height: 0.24rem;
  }
  .careerSharingInnerPage_page .module_2 {
    padding: 0 0.15rem 0.4rem;
  }
  .careerSharingInnerPage_page .module_2 .mod_container .img {
    width: 100%;
    height: auto;
  }
  .teenTalk_page .module_1 .mod_container {
    padding: 0.3rem 0.15rem 0.4rem;
  }
  .teenTalk_page .module_1 .mod_container .mod_cont .list {
    gap: 0.2rem;
  }
  .teenTalk_page .module_1 .mod_container .mod_cont .list li {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.3rem 0.3rem 0.16rem;
  }
  .teenTalk_page .module_1 .mod_container .mod_cont .list li .img_box {
    width: 95%;
    height: auto;
  }
  .teenTalk_page .module_1 .mod_container .mod_cont .list li .img_box img {
    width: 100%;
    height: auto;
  }
  .teenTalk_page .module_1 .mod_container .mod_cont .list li .text_box {
    width: 100%;
    margin-top: 0.14rem;
  }
  .teenTalk_page .module_1 .mod_container .mod_cont .pagination {
    margin-top: 0.6rem;
    gap: 0.1rem;
  }
  .teenTalk_page .module_1 .mod_container .mod_cont .pagination .page-item:focus-visible {
    outline: unset;
  }
  .teenTalk_page .module_1 .mod_container .mod_cont .pagination .page-item .page-link {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.14rem;
  }
  .teenTalk_page .module_1 .mod_container .mod_cont .pagination .page-item .page-link img {
    width: 0.3rem;
    height: 0.3rem;
  }
  #swiperPhotosModal .modal-dialog {
    max-width: 100%;
    margin: 0.9rem 0.1rem;
  }
  #swiperPhotosModal .modal-body {
    padding: 0.1rem;
  }
  #swiperPhotosModal .modal-content {
    border-radius: 0;
  }
  #swiperPhotosModal .swiper {
    width: 100%;
  }
  #swiperPhotosModal .swiper.gallery-top {
    height: auto;
    width: 100%;
  }
  #swiperPhotosModal .swiper.gallery-top .swiper-wrapper {
    width: 100%;
    height: auto;
  }
  #swiperPhotosModal .swiper.gallery-top .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
  }
  #swiperPhotosModal .swiper.gallery-top .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #swiperPhotosModal .swiper.gallery-top .swiper-wrapper .swiper-slide .sub_content {
    font-size: 0.14rem;
    padding: 0 0.1rem;
    margin-top: 0.1rem;
  }
  #swiperPhotosModal .swiper.gallery-thumbs {
    height: 0.8rem;
    box-sizing: border-box;
    padding: 0.1rem;
    margin: 0.1rem 0;
  }
  #swiperPhotosModal .swiper.gallery-thumbs .swiper-slide {
    width: auto;
    height: 100%;
  }
  #swiperPhotosModal .swiper.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
  }
  #swiperPhotosModal .swiper.gallery-thumbs .swiper-slide-thumb-active {
    border: 0.01rem solid #007aff;
  }
  #swiperPhotosModal .swiper-button-next:after,
  #swiperPhotosModal .swiper-button-prev:after {
    font-size: 0.3rem;
  }
  .joinUs_page .module_1 {
    padding: 0.6rem 0.15rem;
  }
  .joinUs_page .module_1 .mod_container {
    padding: 0.3rem 0.1rem 0.4rem;
    background: #FFDDC2;
    border: 0.08rem solid #FFA877;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .joinUs_page .module_1 .mod_container .mod_tit {
    width: 2rem;
    height: 0.7rem;
    padding-top: 0.25rem;
    padding-left: 0.7rem;
    position: absolute;
    top: -0.45rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .joinUs_page .module_1 .mod_container .services-grid {
    margin-top: 0.2rem;
    flex-direction: column;
    gap: 0.2rem;
  }
  .joinUs_page .module_1 .mod_container .services-grid .service-card {
    width: 100%;
    height: auto;
  }
  .joinUs_page .module_1 .mod_container .services-grid .service-card img {
    width: 100%;
    height: auto;
  }
  .joinUs_page .module_2:after {
    display: none;
  }
  .joinUs_page .module_2 .mod_container {
    padding: 0.3rem 0.15rem 0.4rem;
    flex-direction: column;
  }
  .joinUs_page .module_2 .mod_container .mod_left {
    text-align: center;
  }
  .joinUs_page .module_2 .mod_container .mod_left .content {
    margin-top: 0.1rem;
  }
  .joinUs_page .module_2 .mod_container .mod_cont {
    margin-top: 0.2rem;
  }
  .joinUs_page .module_2 .mod_container .mod_cont .services-grid {
    flex-direction: column;
    gap: 0.2rem;
  }
  .joinUs_page .module_2 .mod_container .mod_cont .services-grid .service-card {
    width: 100%;
    min-height: unset;
    height: auto;
    padding: 0.21rem 0.11rem 0;
  }
  .joinUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .sub_tit_1 {
    margin-bottom: 0.12rem;
  }
  .joinUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .sub_content {
    min-height: unset;
    height: unset;
    padding: 0.15rem 0.15rem 0.2rem;
  }
  .joinUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .icon {
    width: 0.39rem;
    height: 0.39rem;
  }
  .joinUs_page .module_3 .mod_container {
    padding: 0.3rem 0.15rem 0.4rem;
  }
  .joinUs_page .module_3 .mod_container .mod_cont {
    margin-top: 0.2rem;
  }
  .joinUs_page .module_3 .mod_container .mod_cont .services-grid {
    flex-direction: column;
    gap: 0.2rem;
  }
  .joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card .sub_tit_1 {
    margin-bottom: 0.12rem;
  }
  .joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card .icon {
    width: 0.42rem;
    height: 0.44rem;
    margin-bottom: 0.16rem;
  }
  .joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card.card_1 {
    width: 100%;
    height: unset;
    min-height: 3rem;
    padding: 0.61rem 0.19rem 0 0.9rem;
    background: url(..//img/bg12.png) no-repeat;
    background-size: 100% 100%;
  }
  .joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card.card_2 {
    width: 100%;
    height: unset;
    min-height: 3rem;
    padding: 0.64rem 0.63rem 0 0.5rem;
    background: url(..//img/bg13.png) no-repeat;
    background-size: 100% 100%;
  }
  .joinUs_page .module_3 .mod_container .mod_cont .services-grid .service-card.card_3 {
    width: 100%;
    height: unset;
    min-height: 3rem;
    padding: 0.5rem 0.8rem 0 0.4rem;
    background: url(..//img/bg14.png) no-repeat;
    background-size: 100% 100%;
  }
  .joinUs_page .module_4 {
    padding: 0.3rem 0.15rem 0.3rem;
  }
  .joinUs_page .module_4 .mod_container {
    flex-direction: column;
    gap: 0.2rem;
  }
  .joinUs_page .module_4 .mod_container .t {
    padding: 0.3rem 0.1rem 0.3rem;
    border: 0.08rem solid #FFA877;
    background: #FFDDC2;
    flex-direction: column;
  }
  .joinUs_page .module_4 .mod_container .t .mod_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .joinUs_page .module_4 .mod_container .t .mod_left .icon {
    margin-top: 0;
    width: 0.4rem;
    height: auto;
  }
  .joinUs_page .module_4 .mod_container .t .mod_cont {
    margin-top: 0.2rem;
    padding: 0.2rem 0.1rem;
  }
  .joinUs_page .module_4 .mod_container .t .mod_cont:after {
    width: 0.4rem;
    height: 0.4rem;
    right: -0.2rem;
    bottom: -0.2rem;
  }
  .joinUs_page .module_4 .mod_container .t .mod_cont .sub_content_2 {
    display: flex;
    gap: 0.1rem;
    align-items: flex-start;
  }
  .joinUs_page .module_4 .mod_container .t .mod_cont .sub_content_2 i {
    width: 0.06rem;
    height: 0.06rem;
    margin-top: 0.06rem;
  }
  .joinUs_page .module_4 .mod_container .t .mod_cont .sub_content_2 + .sub_content_2 {
    margin-top: 0.2rem;
  }
  .joinUs_page .module_4 .mod_container .b {
    padding: 0.2rem 0.1rem;
  }
  .joinUs_page .module_4 .mod_container .b .card-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .joinUs_page .module_4 .mod_container .b .card-grid .card_item {
    width: 100%;
    height: auto;
    padding: 0.1rem 0.1rem 0.16rem;
    gap: 0.12rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .joinUs_page .module_4 .mod_container .b .card-grid .card_item .img_box {
    width: 1rem;
    height: 1rem;
  }
  .joinUs_page .module_4 .mod_container .b .card-grid .card_item .sub_tit_2 {
    margin-bottom: 0.1rem;
  }
  .joinUs_page .module_4 .mod_container .b .card-grid .card_item .sub_content {
    padding-left: 0.15rem;
    position: relative;
  }
  .joinUs_page .module_4 .mod_container .b .card-grid .card_item .sub_content:after {
    position: absolute;
    top: 0.07rem;
    left: 0;
    display: block;
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #000000;
  }
  .joinUs_page .module_4 .mod_container .b .card-grid .card_item .sub_content + .sub_content {
    margin-top: 0.04rem;
  }
  .joinUs_page .module_4 .mod_container .b .card-grid .card_item .tips {
    margin-top: 0.15rem;
    gap: 0.11rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .joinUs_page .module_4 .mod_container .b .mod_btn .content {
    margin: 0.2rem auto;
    width: 2rem;
    height: 0.4rem;
  }
  .aboutUs_page .module_1 {
    padding: 0.39rem 0.25rem 0.5rem;
  }
  .aboutUs_page .module_1 .mod_container {
    flex-direction: column;
    gap: 0.2rem;
  }
  .aboutUs_page .module_1 .mod_container .l {
    width: 80%;
    height: auto;
  }
  .aboutUs_page .module_1 .mod_container .l img {
    width: 100%;
    height: auto;
  }
  .aboutUs_page .module_1 .mod_container .r {
    width: 100%;
  }
  .aboutUs_page .module_1 .mod_container .r:after {
    width: 0.5rem;
    height: 0.6rem;
  }
  .aboutUs_page .module_1 .mod_container .r ul {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
  }
  .aboutUs_page .module_1 .mod_container .r ul li {
    padding: 0.15rem 0.1rem;
  }
  .aboutUs_page .module_1 .mod_container .r .tag_list {
    gap: 0.14rem;
    justify-content: flex-start;
  }
  .aboutUs_page .module_1 .mod_container .r .tag_list h4 {
    font-size: 0.14rem;
    width: unset;
    padding: 0.05rem 0.1rem;
    text-align: left;
  }
  .aboutUs_page .module_2 .mod_container {
    padding: 0.3rem 0.15rem 0.4rem;
  }
  .aboutUs_page .module_2 .mod_container .mod_cont {
    margin-top: 0.5rem;
  }
  .aboutUs_page .module_2 .mod_container .mod_cont .services-grid {
    flex-direction: column;
    gap: 0.4rem;
  }
  .aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card {
    width: 100%;
  }
  .aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card:before {
    position: absolute;
    top: 0.06rem;
    right: -0.06rem;
  }
  .aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .text_box {
    padding: 0.31rem 0.21rem 0.24rem;
  }
  .aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .sub_tit_1 {
    width: 1.3rem;
    height: 0.4rem;
    position: absolute;
    top: -0.25rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .sub_tit_2 {
    padding: 0.1rem;
  }
  .aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .cont_box {
    margin-top: 0.32rem;
    min-height: unset;
  }
  .aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .cont_box:before {
    width: 0.2rem;
    height: 0.14rem;
    position: absolute;
    top: -0.21rem;
    left: 0;
  }
  .aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .cont_box:after {
    width: 0.2rem;
    height: 0.14rem;
    position: absolute;
    bottom: -0.17rem;
    right: 0;
  }
  .aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .cont_box .sub_content + .sub_content {
    margin-top: 0.2rem;
  }
  .aboutUs_page .module_2 .mod_container .mod_cont .services-grid .service-card .icon {
    width: 0.72rem;
    height: 0.74rem;
    margin-bottom: 0.16rem;
  }
  .aboutUs_page .module_3 .mod_container {
    padding: 0.3rem 0.15rem 0.3rem;
  }
  .aboutUs_page .module_3 .mod_container .mod_header {
    text-align: center;
  }
  .aboutUs_page .module_3 .mod_container .mod_header .content {
    margin-top: 0.1rem;
  }
  .aboutUs_page .module_3 .mod_container .mod_cont {
    margin-top: 0.2rem;
    padding: 0.15rem 0.1rem;
    position: relative;
  }
  .aboutUs_page .module_3 .mod_container .mod_cont:before {
    width: 0.6rem;
    height: 0.27rem;
    position: absolute;
    bottom: 0.2rem;
    right: 0.15rem;
  }
  .aboutUs_page .module_3 .mod_container .mod_cont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
  }
  .aboutUs_page .module_3 .mod_container .mod_cont ul li {
    padding: 0.1rem;
    text-align: center;
  }
  .aboutUs_page .module_3 .mod_container .mod_cont .img_group {
    margin-top: 0.3rem;
    gap: 0.1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutUs_page .module_3 .mod_container .mod_cont .img_group img {
    width: 1.2rem;
    height: auto;
  }
  .aboutUs_page .module_4 .mod_container {
    padding: 0.3rem 0.15rem 0.4rem;
  }
  .aboutUs_page .module_4 .mod_container .mod_header .content {
    margin-top: 0.15rem;
  }
  .aboutUs_page .module_4 .mod_container .services-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
  .aboutUs_page .module_4 .mod_container .services-grid .service-card {
    width: 100%;
    padding: 0.15rem 0.11rem 0;
  }
  .aboutUs_page .module_4 .mod_container .services-grid .service-card .sub_tit_1 {
    margin-bottom: 0.1rem;
    justify-content: center;
    padding-right: 0;
    font-size: 0.2rem;
    padding-left: 0.5rem;
  }
  .aboutUs_page .module_4 .mod_container .services-grid .service-card .sub_content {
    min-height: unset;
    padding: 0.15rem 0.15rem 0.21rem;
  }
  .aboutUs_page .module_4 .mod_container .services-grid .service-card .role {
    position: absolute;
    top: -0.66rem;
    left: 0.1rem;
  }
  .aboutUs_page .module_4 .mod_container .services-grid .service-card .role img {
    width: auto;
    height: auto;
    max-width: 1rem;
    max-height: 1.16rem;
    min-width: 0.51rem;
    min-height: 1.04rem;
  }
}
