/* 6px --- 0.375rem
8px --- 0.5rem
10px --- 0.625rem
12px --- 0.75rem
14px --- 0.875rem
1rem --- 1rem 
18px --- 1.125rem 
20px --- 1.25rem 
24rem --- 1.5rem 
26rem --- 1.65rem
28rem --- 1.75rem
30rem --- 1.875rem
32rem --- 2rem */

:root {
  /* --bs-screen-xxl: 62.5% */
  --bs-screen-xxl: 75rem
}

*,
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  color: #000;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: bold;
  font-size: 3.13rem;
  color: #000000;
  margin-bottom: 6rem;
  /* line-height: 2.38rem; */
  text-align: center;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-weight: bold;
  font-size: 1.63rem;
  color: #2A9597;
  line-height: 2.84rem;
  text-align: center;
}

h5 {
  width: 17.88rem;
  font-weight: 400;
  font-size: 1rem;
  color: #1E1E1E;
  line-height: 1.6rem;
  /* text-align: left; */
}

p {
  font-size: 1rem;
  color: #1F1F1F;
}

img {
  width: 100%;
  height: 100%;
}

/* background */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56.38rem;
  background-color: #F6FAFF;
  z-index: -1;
}

.background-left {
  width: 0;
  height: 0;
  /*border-right: 28.065rem solid transparent;*/
  /*border-bottom: 28.19rem solid transparent;*/
  /*border-top: 28.19rem solid #2a6fca;*/
  /* 顶边有颜色 */
  /*border-left: 28.065rem solid #3368C6;*/
  /* 左边有颜色 */
}

/* header */
/* 头部 */
.header {
  position: relative;
  width: 100%;
  height: 6.18rem;
  font-size: 1rem;
  z-index: 2;
}

.header-all {
  width: var(--bs-screen-xxl);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: auto;
  height: 4.19rem;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-menus {
  display: flex;
  align-items: center;
  margin: 0 1.9rem;
  height: 100%;
  font-family: Arca Majora 2;
  font-weight: 600;
}

.header-menus li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 1rem;
}

.header-menus a {
  color: #2a6fca;
  font-size: 1rem;
  font-weight: 600;
}

.header-menus i {
  color: #FFF;
}

.header-menus li:hover .header-menus__second {
  display: block;
}

.header-menus__second {
  display: none;
  width: auto;
  position: absolute;
  top: 6rem;
  left: 0;
  background: #E3EDFF;
  box-shadow: 0rem 0rem 1rem 0em rgba(12, 0, 5, 0.2);
  padding: 0.5rem 0;
  border-top: 0.25rem solid #3368C6;
  z-index: 10;
}

.header-menus__second>li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 1.5rem;
  width: 100%;
  height: 2.06rem;
  position: relative
}

.header-menus__second>li:hover>a {
  color: #3368C6;
}

.header-menus__second li:hover {
  width: 14.56rem;
}

.header-menus__second>li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.88rem;
  
  color: #2D2D2D;
  text-wrap: nowrap;
}

.header-menus__third {
  display: none;
  flex-direction: column;
  width: 9.44rem;
  position: absolute;
  top: 0rem;
  left: 12.56rem;
  background: #E3EDFF;
  box-shadow: 0rem 0rem 1rem 0em rgba(12, 0, 5, 0.2);
  padding: 0.5rem 0;
  z-index: 10;
}

.header-menus__third--content {
  display: flex;
  flex-direction: column;
}

.header-menus__third--content>li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 1.5rem;
  width: 100%;
  height: 2.06rem;
  position: relative
}

.header-menus__third--content>li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.88rem;
  
  color: #2D2D2D;
  text-wrap: nowrap;
}

.header-menus__third--content>li:hover a {
  color: #3368C6;
}

.header-menus__second>li:hover .header-menus__third {
  display: flex;
}

.ri-search-line::before {
  font-size: 1.25rem;
}

.header-search__all {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-search__all:hover .header-search {
  display: flex;
}

.header-search {
  border-bottom: 1px solid #FFF;
  width: 22.75rem;
  height: 3.69rem;
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: calc(100% - 1rem);
  right: -2rem;
  background-color: #E3EDFF;
  padding: 0.25rem 1.88rem;
}

.header-search input {
  border: none;
  outline: none;
  background: transparent;
  color: #969696;
  width: calc(100% - 1rem);
  padding-bottom: 0.125rem;
  height: 1.35rem;
  font-size: 0.88rem;
  
  line-height: 2.06rem;
  padding: 0;
}

.header-city {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 1.75rem;
  position: relative;
}

.header-city img {
  height: 1.63rem;
}

.header-city:hover .header-city__menus {
  display: flex;
}

.header-city__flag {
  background-image: url('../assets/imgs/lang.gif');
  position: relative;
  display: block;
  background-repeat: no-repeat;
  width: 1.55rem;
  height: 1rem;
  margin-right: 0.3rem;
}

.header-city__en .header-city__flag {
  background-position: 0 -256px !important
}

.header-city__cn .header-city__flag {
  background-position: 0 -144px !important
}

.header-city__menus {
  display: none;
  flex-direction: column;
  background-color: #E3EDFF;
  color: #2D2D2D;
  position: absolute;
  top: calc(100% - 1rem);
  left: 0;
  width: 9rem;
  height: 5.8rem;
  box-shadow: 0px 0px 0.875rem rgba(12, 0, 5, 0.2);
  box-sizing: border-box;
}

.header-city__menus li {
  box-sizing: border-box;
  width: 100%;
  /*padding: 0.75rem;*/
  padding: 0.68rem 0.75rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdcdc;
}

.header-city__menus li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.header-city__menus li a:hover {
  color: #2D2D2D;
}

.search-icon {
  color: #000;
  cursor: pointer;
}

.mySwiper {
  overflow: hidden;
  width: 93.31rem;
  height: 34.81rem;
  /* aspect-ratio: 1/ 0.373; */
  margin: 0 auto;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-mySwiper {
  width: 100%;
  height: 100%;
  /*background-image: url('../assets/imgs/swiper.jpg');*/
  background-position: center;
  background-size: 100% 100%;
  border-radius: 1rem;
}

.swiper-content {
  margin-top: 8.94rem;
  margin-left: 51.31rem;
  width: calc(100% - 51.31rem);
  height: calc(100%- 8.94rem);
}

.swiper-content__img {
  width: 30.63rem;
  height: 7.56rem;
}

.swiper-content__p {
  margin-top: 2.44rem;
  width: 31.75rem;
  height: 2.81rem;
}

.swiper-content__p p {
  
  font-weight: 400;
  font-size: 1.25rem;
  color: #212121;
  line-height: 1.56rem;
}

.swiper-content__button {
  margin-top: 1.81rem;
  width: 12.69rem;
  height: 3.88rem;
}

.swiper-content__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #3368C6;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.25rem;
  color: #3368C6;
  line-height: 1.31rem;
  transition: all ease .4s;
}

.swiper-content__button a:hover {
  background-color: #3368C6;
  color: #fff;
}

.content-titel {
  position: relative;
  width: 100%;
  height: 15.13rem;
  overflow: hidden;
  z-index: 2;
}

.content-titel__one {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

.content-titel__one__all {
  text-align: center;
}

.content-titel__one__all span {
  
  font-weight: 400;
  font-size: 36px;
  font-weight: 600;
  color: #2a2a2a;
  line-height: 3.78rem;
  text-align: center;
}

.content-titel__one__all div {
  /*font-family: Arial-Bold;*/
/*  font-weight: 600;*/
  /*font-size: 2.81rem;*/
  font-size: 20px;
  color: #2a2a2a;
  /*line-height: 3.78rem;*/
  line-height: 2rem;
/*  padding: 0 30rem;*/
  text-align: center;
}

.content-one {
  width: 100%;
  height: 29.31rem;
  background-color: #F6FAFF;
  overflow: hidden;
}

.content-one__list {
  width: var(--bs-screen-xxl);
  height: 18.75rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.38rem;
}

.content-one__list__item {
  width: 24rem;
  height: 23.5rem;
  background: #FFFFFF;
  border-radius: 0.63rem;
  padding: 2.63rem 1.56rem;
  transition: all ease .4s;
  border: 0.06rem solid #fff;
}

.content-one__list__item:hover {
  border: 0.06rem solid #2a6fca;
  box-shadow: 0px 2px 12px #00000038;
}

/*.content-one__list__img {*/
/*  width: 3.31rem;*/
/*  height: 3.56rem;*/
/*}*/
.content-one__list__img img {
    width: auto;
    height: 52px;
    display: block;
    margin: 0px auto;
}

.content-one__list__item p {
  margin-top: 0.41rem;
  
  font-weight: bold;
  font-size: 24px;
  color: #2a2a2a;
  line-height: 2.5rem;
  text-align: center;
}

.content-one__list__item span {
  display: block;
  margin-top: 0.3rem;
  
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  text-align: center;
  min-height: 10rem;
}

.content-one__list__item a {
  margin: 0px auto;
  margin-top: 1rem;
  display: block;
  /* width: 6.5rem; */
  
  font-weight: 400;
  font-size: 0.88rem;
  color: #2a6fca;
  line-height: 2.5rem;
  text-align: center;
  transition: all ease .4s;
}

.content-one__list__item a:hover {
  transform: scale(1.1);
  color: #2a6fca;
}

.content-two {
  width: 100%;
  overflow: hidden;
}

.content-two-number {
  width: var(--bs-screen-xxl);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.content-two-number>li {
  width: 18.75rem;
  text-align: center;
}

.content-two-number>li>div {
  margin-top: -0.2rem;
  
  font-weight: bold;
  font-size: 4.2rem;
  color: #3368C6;
  line-height: 4.2rem;
}

.content-two-number>li>p {
  margin-top: 0.8rem;
  
  font-weight: 400;
  font-size: 1rem;
  color: #2a6fca;
  line-height: 2.5rem;
}

.content-three {
  position: relative;
  width: 100%;
  /*height: 39.23rem;*/
  height: auto;
  margin-top: 7rem;
  overflow: hidden;
}

.content-three__left {
  position: absolute;
  left: 0;
  top: 8.75rem;
  /* width: 65.81rem; */
  width: 54.84%;
  min-width: calc(65.81rem - 22.5rem);
  /*height: 30.88rem;*/
  height: 39.88rem;
  background: #2a6fca;
  padding: 4.6rem 0;
  z-index: 2;
}

.content-three__left__all {
  /* position: relative;
  margin-left: 22.5rem; */
  position: absolute;
  right: 0;
  /*width: calc(65.81rem - 22.5rem);*/
   width: 50rem; 
}

.content-three__left__all>div {
  width: 40rem;
  
  font-weight: 600;
  font-size: 2.81rem;
  color: #FFFFFF;
  /*line-height: 2.23rem;*/
}

.content-three__left__all>p {
  display: block;
  margin-top: 1.8rem;
  /*width: 42rem;*/
  width: 48rem;
  font-weight: 400;
  font-size: 1.13rem;
  color: #ECF0F8;
  line-height: 2rem;
}

.content-three__left__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2.5rem;
}

.content-three__left__ul {
  width: 14.87rem;
}

.content-three__left__ul>li {
  display: block;
  height: 1.888rem;
  width: 100%;
  
  font-weight: 400;
  font-size: 1.13rem;
  line-height: 1.88rem;
}

.content-three__left__ul>li>a {
  display: block;
  color: #FFFFFF;
  transition: all ease .4s;
}

.content-three__left__ul>li:hover>a {
  transform: scale(1.1);
}

.content-three__right {
  position: absolute;
  top: 0;
  /* right: 22.5rem; */
  left: 48.02%;
  width: 39.94rem;
  /*height: 39.63rem;*/
  height: 48.63rem;
}

.content-four {
  width: var(--bs-screen-xxl);
  /*height: 39.13rem;*/
  height: 32.13rem;
  margin: 6.13rem auto 0;
  display: flex;
}

.content-four__left {
  width: 17.7rem;
  height: 100%;
  border-right: 0.06rem solid #E5E5E5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.four-left__item {
  display: flex;
  flex-direction: column;
}

.four-left__item__number {
  display: flex;
}

.four-left__item__number div {
  
  font-weight: bold;
  /*font-size: 4rem;*/
  font-size: 3rem;
  color: #2a6fca;
}

.four-left__item__number span {
  padding-top: 0.5rem;
  padding-left: 0.7rem;
  
  font-weight: 600;
  /*font-size: 2rem;*/
  font-size: 1.5rem;
  color: #2a6fca;
  line-height: 2.5rem;
}

.four-left__item__years {
  
  font-weight: 400;
  font-size: 1.25rem;
  color: #2a6fca;
  line-height: 2.5rem;
}

.content-four__right {
  width: calc(100% - 17.7rem);
  height: 100%;
  padding-left: 4.69rem;

}

.content-four__title {
  
  font-weight: bold;
  font-size: 2.81rem;
  color: #2a2a2a;
  line-height: 3rem;
}

.content-four__body {
  margin-top: 2rem;
  
  font-weight: 400;
  font-size: 1.25rem;
  color: #2a6fca;
  line-height: 2rem;
  /*letter-spacing: 0.05rem;*/
  word-spacing: 0.30rem;
}
.content-four__body p {
    font-size: 1.13rem;
}

.content-five {
  width: var(--bs-screen-xxl);
  /* height: 37.88rem; */
  margin: 5rem auto 4.19rem;
}

.content-five__title {
  text-align: center;
  font-weight: 400;
  font-size: 1.89rem;
  color: #2a6fca;
  line-height: 3.78rem;
}

.content-five__title span {
  font-size: 36px;
  font-weight: 600;
  color: #2a2a2a;
  text-align: center;
}

.content-five__body {
  margin-top: 2.8rem;
  height: auto;
}

.myMachinesSwiper {
  height: 100%;
  overflow: hidden;
}

/* 确保服务与案例轮播在版心内且不溢出 */
.myServiceSwiper,
.myCustomerCasesSwiper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

/* 确保所有轮播容器都在版心内 */
.myServiceSwiper .swiper-wrapper,
.myCustomerCasesSwiper .swiper-wrapper {
  box-sizing: border-box;
  width: 100%;
}

.swiper-five {
  width: 23.44rem;
  height: auto;
  border: 0.06rem solid #CCCCCC;
  transition: all ease .4s;
}

.swiper-five:hover {
  border: 0.06rem solid #2a6fca;
  box-shadow: 0px 2px 12px #00000038;
}
.product_img .content-five__img {
    height: auto;
}

.content-five__img {
  height: auto;
  min-height: 15.5rem;
  width: 100%;
  overflow: hidden;
}

.content-five__img img {
  transition: all ease .4s;
}

.swiper-five:hover .content-five__img img {
  transform: scale(1.1);
}

.content-five__test {
  height: auto;
  min-height: 17.13rem;
  padding: 1.8rem;
}

.content-five__test p {
  margin-left: 0.25rem;
  
  font-weight: 400;
  font-size: 0.88rem;
  color: #2a6fca;
  line-height: 1rem;
}

.content-five__test div {
  margin-top: 1rem;
  
  font-weight: bold;
  font-size: 1.2rem;
  color: #2a2a2a;
  line-height: 1.82rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-five__test span {
  display: block;
  margin-top: 0.63rem;
  
  font-weight: 400;
  font-size: 0.88rem;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-five__test a {
  display: inline-block;
  
  font-weight: 400;
  font-size: 0.88rem;
  color: #2a6fca;
  line-height: 2.5rem;
  transition: all ease .4s;
}

.content-five__test a:hover {
  transform: scale(1.1);
}


.content-six {
  width: 100%;
  height: 31.25rem;
  background-color: #2a6fca;
  padding: 3.25rem 0;
}

.content-six__body {
  width: var(--bs-screen-xxl);
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.six-body__left {
  width: 35.25rem;
  height: 100%;
}

.six-body__left__title {
  margin-bottom: 6rem;
  overflow: hidden;
}

.six-body__left__title p {
  
  font-weight: 400;
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 2.5rem;
}

.six-body__left__title div {

  
  font-weight: bold;
  font-size: 2.62rem;
  color: #FFFFFF;
  line-height: 1.98rem;
}

.six-body__left__phone {
  margin-top: 2.23rem;
}

.six-body__left__phone p {
  
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.six-body__left__phone span {
  
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.13rem;
}

.six-body__right {
  width: 39.75rem;
  height: 100%;
}

.six-body__right__item {
  margin-bottom: 1.31rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.six-body__right__item input {
  width: 19.13rem;
  height: 3.13rem;
  background: #FFFFFF;
  border-radius: 0.31rem;
  border: 0px solid #EEEEEE;
  outline: none;

  
  font-weight: 400;
  font-size: 1rem;
  color: #343434;
  line-height: 1.13rem;
  padding: 1rem;
/*  text-align: center;*/
}

.six-body__right__item input::placeholder {
  text-align: left;
  
  font-weight: 400;
  font-size: 1rem;
  color: #343434;
  line-height: 1.13rem;
}

.six-body__right__item textarea {
  width: 100%;
  height: 9.38rem;
  background: #FFFFFF;
  border-radius: 0.31rem;
  border: 0px solid #EEEEEE;
  padding: 1.19rem;
  outline: none;
}

.six-body__right__item textarea::placeholder {
/*  text-indent: 7rem;*/
  
  font-weight: 400;
  font-size: 1rem;
  color: #343434;
  line-height: 1.13rem;
}

.submit {
  width: 39.24rem;
  height: 4.2rem;
  background-color: #1faad1;
  border-radius: 0.31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.13rem;
  cursor: pointer;
}

.submit:hover {
  background-color: #219dbf;
}

.footer {
  position: relative;
  width: 100%;
  /* height: 21.75rem; */
  /*background: #F6FAFF;*/
  overflow: visible !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1 !important;
  /* 确保footer不会被其他元素遮挡 */
  clear: both !important;
}

.footer-content {
  display: flex;
  margin-top: 4.13rem;
  width: var(--bs-screen-xxl);
  height: 18.56rem;
  margin: 4.81rem auto 0;
  border-bottom: 0.06rem solid #E5E5E5;
  /* 确保footer内容始终显示 */
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}

.footer-logo {
  width: 25.69rem;
}

.footer-logo>img {
  /*margin-top: 1.5rem;*/
  width: auto;
  height: 3rem;
  /* background-color: #000; */
}

.footer-logo p {
  width: 23.75rem;
  height: auto;
  font-weight: 400;
  font-size: 1rem;
  color: #2a2a2a;
  line-height: 1.6rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.logo-list {
  margin-bottom: 1.5rem;
}

.logo-list img {
  margin-top: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.56rem;
}

.footer-right {
  display: flex;
  justify-content: space-between;
  width: 49.31rem;
}

.footer-content_item h3 {
  
  font-weight: 600;
  font-size: 1.2rem;
  color: #2a6fca;
  line-height: 1.25rem;
  margin-bottom: 2.13rem;
}

.footer-content_item>ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 8rem;
  height: auto;
}

/* USEFUL LINKS - 5个项目，间距较小 */
.footer-content_item:nth-child(2)>ul {
  gap: 0.8rem;
}

/* Industries We Serves - 3个项目，间距较大 */
.footer-content_item:nth-child(3)>ul {
  gap: 1.5rem;
}

/* CONTACT US - 4个项目，间距中等 */
.footer-content_item:nth-child(4)>ul {
  gap: 1rem;
}

.footer-content_item>ul>li {
  width: 6.5rem;
  font-size: 0.95rem;
  line-height: 2.1rem;
  margin: 0;
  padding: 0;
}

.footer-content_item>ul>li>a {
  
  font-weight: 400;
  font-size: 0.88rem;
  color: #2a2a2a;
  line-height: 2.19rem;
}

.our>ul>li {
  width: 7rem;
}

.footer-content_item div {
  width: 20.13rem;
  
  font-weight: 400;
  font-size: 1rem;
  color: #2a2a2a;
  line-height: 1.7rem;
}

.copyright {
  display: block;
  height: 7.12rem;
  
  font-weight: 400;
  font-size: 1.03rem;
  color: #414141;
  line-height: 1.81rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header-menu__expand {
  display: none;
}

.content-one__list {
  position: relative;
  z-index: 2;
}

/* btn的交互 */
.banner-btn:hover,
.content_left_btn:hover,
.industry-content_btn:hover,
.oscillating-content_btn:hover {
  transform: scale(1.1);
  transition-duration: 300ms;
}



@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -6deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 6deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -6deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

@media (min-width: 1200px) and (max-width: 1493px) {
  .mySwiper {
    width: 100%;
    height: auto;
    aspect-ratio: 93.31 / 34.81;
  }

  .swiper-content {
    margin-top: 4.94rem;
    margin-left: 41.31rem;
    width: calc(100% - 51.31rem);
    height: calc(100%- 8.94rem);
  }

  .header-city__menus {
    left: -2.5rem;
  }

  .header-search {
    right: 0rem;
  }
}

@media (min-width: 1080px) and (max-width: 1200px) {
  .mySwiper {
    width: var(--bs-screen-xxl);
    height: auto;
    aspect-ratio: 93.31 / 34.81;
  }

  .swiper-content {
    margin-top: 4.94rem;
    margin-left: 41.31rem;
    width: calc(100% - 51.31rem);
    height: calc(100%- 8.94rem);
  }

  .header-city__menus {
    left: -2.5rem;
  }

  .header-search {
    right: 0rem;
  }
}

@media only screen and (max-width:640px) {
  :root {
    --bs-screen-xxl: 90%;
  }

  .content-titel {
    height: auto !important;
  }

  .background {
    height: 51.38rem;
  }

  .background-left {
    border-right: 25.065rem solid transparent;
    border-bottom: 25.19rem solid transparent;
    border-top: 25.19rem solid #3368C6;
    border-left: 25.065rem solid #3368C6;
    border: none;
  }

  .header {
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #3368C6;
  }

  .head_bn_item {
    margin-top: 6.18rem;
  }

  .header-con {
    width: 100%;
  }

  #header-menu__expand {
    display: block;
    margin-right: 1rem;
    font-size: 3rem;
    color: #fff;
  }

  .header-menus {
    display: none;
    background-color: #3368C6;
    position: absolute;
    top: 5.625rem;
    left: 0;
    width: 100%;
    padding: 2rem 3rem;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    margin-left: 0;
  }

  .header-menus>li {
    width: 100%;
    padding: 1rem 0;
    position: relative;
    flex-direction: column;
    align-items: start;
  }

  .header-menus a {
    color: #fff;
  }

  .header-menus>li:hover>a,
  .header-menus__second>li:hover>a,
  .header-menus__third li:hover>a {
    color: #00B8BA;
  }

  .header-menus__third {
    position: relative;
    top: 0;
    left: 2rem;
    background-color: #3368C6;
    width: 100%;
    box-shadow: none;
    margin-top: 0;
    margin-left: 0;
  }

  .header-menus__second {
    position: relative;
    top: 0;
    left: 2rem;
    background-color: #3368C6;
    width: 100%;
    box-shadow: none;
    margin-top: 0;
    margin-left: 0;
  }

  .header-menus__third>li,
  .header-menus__second>li {
    padding: 1rem 0;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .header-menus__third li>a,
  .header-menus__second>li>a {
    color: #fff;
  }

  .header-right .header-city img {
    width: 3rem;
    height: 3rem;
  }

  .header-search__all {
    width: 20rem;
    height: 3rem;
  }

  .header-search__all>i {
    display: none;
  }

  .header-search {
    display: flex;
    position: relative;
    top: 0;
    left: 2rem;
    border-radius: 2rem;
  }

  .mySwiper {
    margin-top: 5.625rem;
    width: 100%;
    height: 29.81rem;
  }

  .swiper-content {
    margin: 10% auto;
    width: 20%;
    height: 60%;
  }

  .swiper-content__p {
    /* text-align: center; */
  }

  .swiper-content__button {
    margin: 0 auto;
    margin-top: 1.81rem;
  }

  .content-one__list {
    flex-wrap: wrap;
    height: auto !important;
  }

  .content-one {
    height: auto;
    /* margin-top: 0.5rem; */
    padding-bottom: 2rem;
  }

  .content-one__list__item {
    width: 47%;
    margin-bottom: 3rem;
    height: auto !important;
  }

  .content-one__list__item a {
    /* width: 8.5rem; */
  }
  
  .content-one__list__img img {
    width: 40px !important;
    height: auto !important;
  }

  .content-three {
    /*height: 68.23rem;*/
    height: auto !important;
  }

  .content-three__left {
    top: 37.75rem;
    width: 100%;
  }

  .content-three__left__all {
    margin: 0 auto;
    /*right: 10rem;*/
    right: 4rem;
  }

  .content-three__right {
    width: 100%;
    height: auto !important;
    left: 0;
  }

  .content-four {
    flex-direction: column;
    height: auto !important;
  }

  .content-four__left {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 0.06rem solid #E5E5E5;
    border-right: none;
    padding: 0 3rem 3rem;
  }

  .four-left__item__number {
    flex-direction: column;
    text-align: center;
  }

  .content-four__right {
    margin-top: 3rem;
    width: 100%;
    padding-left: 3rem;
  }

  .content-four__title {
    text-align: center;
  }

  .content-four__body {
    text-indent: 2rem;
  }

  .content-five {
    margin-top: 5rem;
  }

  .content-five__title {
    text-align: center;
  }

  .content-five__test a {
    margin-top: 1.5rem;
  }

  .content-six {
    height: auto !important;
  }

  .content-six__body {
    flex-direction: column;
    align-items: center;
  }

  .six-body__left {
    text-align: center;
  }

  .six-body__left__title {
    margin: 0;
  }

  .six-body__right {
    margin-top: 2rem;
  }

  .footer-content {
    flex-direction: column;
    height: 29.56rem;
    margin-top: 3rem;
  }

  .footer-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3.5rem;
    border-bottom: 0.06rem solid #E5E5E5;
  }

  .footer-logo p {
    margin-top: 0;
    text-align: center;
  }

  .logo-list {
    display: flex;
  }

  .footer-right {
    margin-top: 3rem;
    width: 100%;
    /* padding: 0 3rem; */
  }

  .footer-content_item>ul>li {
    width: 8rem;
  }

  .our>ul>li {
    width: 9rem;
  }

}

.shadow {
    box-shadow: 3px 5px 8px #c1c1c1;
    margin: 0 5px;
}
.con_shadow {
    border-radius: 10px;
    box-shadow: 3px 5px 8px #c1c1c1;
    flex: auto;
}





/* 新闻布局样式 */
.news-layout {
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
  max-width: 100%;
  overflow: hidden;
}

/* PC端：日期显示在图片上 */
@media (min-width: 768px) {
  /* PC端：显示图片内的日期标签 */
  .news-main__image .news-main__date {
    position: absolute !important;
    top: 1rem !important;
    left: 1rem !important;
    background: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.25rem !important;
    font-size: 0.875rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }
  
  /* PC端：隐藏文字内容区域的日期标签 */
  .news-main__content .news-main__date {
    display: none !important;
  }
}

.news-main {
  flex: 1.8;
  max-width: 60%;
}

.news-main__item {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  /*box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);*/
}

@media (min-width: 768px) {
  .news-main__image {
    position: relative !important;
    height: auto !important;
    overflow: hidden;
  }
}

.news-main__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-main__item:hover .news-main__image img {
  transform: scale(1.05);
}

/* 删除重复的样式，使用上面定义的PC端样式 */

.news-main__date i {
  font-size: 0.75rem;
}

.news-main__content {
  /*padding: 1.5rem;*/
  padding: 1.5rem 0;
}

.news-main__content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.news-main__content h3 a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-main__item:hover .news-main__content h3 a {
  color: #2a6fca;
}

.news-main__content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.news-main__link {
  display: inline-block;
  color: #2A9597;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1rem;
}

.news-main__link:hover {
  color: #1a6b6d;
}

.news-sidebar {
  flex: 1;
  max-width: 40%;
  min-width: 280px;
}

.news-sidebar__item {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.news-sidebar__item:last-child {
  border-bottom: none;
}

.news-sidebar__content {
  flex: 1;
  min-width: 0;
}

.news-sidebar__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #999;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.news-sidebar__date i {
  font-size: 0.625rem;
}

.news-sidebar__content h4 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-sidebar__content h4 a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-sidebar__item:hover .news-sidebar__content h4 a {
  color: #2a6fca;
}

.news-sidebar__item:hover .news-sidebar__date {
  color: #2a6fca;
}

.news-sidebar__content p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-sidebar__image {
  /*width: 3.5rem;*/
  /*height: 3.5rem;*/
  width: 8.5rem;
  height: 6.5rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}

.news-sidebar__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 响应式设计 */
/* 旧的移动端新闻样式已删除，使用新的优化样式 */







.content-three__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===================== 首页板块统一字体与间距优化 ===================== */
/* PC端 */
.content-titel__one__all span, .content-five__title span, .content-four__title, .six-body__left__title div,
.content-aboutus__title, .content-three__title {
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1.2;
}

.content-titel__one__all div, .content-four__body, .content-aboutus__body {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.6;
}

/* 列表标题 */
.content-one__list__item p, .content-five__test div, .news-main__content h3, .news-sidebar__content h4,
.why-card-h__title, .stat-card-h__title {
  font-size: 22px !important;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
  /* 限制标题最多2行，超出显示省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 正文内容 */
.content-one__list__item span, .content-five__test span, .content-three__left__all>p, .content-four__body p, .news-main__content p, .news-sidebar__content p,
.why-card-h__desc, .stat-card-h__desc, .stat-label {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
  /* 限制描述文字最多3行，超出显示省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 新闻侧边栏标题特殊处理 - 单行省略号 */
.news-sidebar__content h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

/* 列表项间距统一 */
.content-one__list__item, .swiper-five, .news-main__item, .news-sidebar__item {
  margin-bottom: 32px !important;
}

/* 板块标题下文案间距 */
.content-titel__one__all div, .content-five__title span, .content-four__title {
  margin-top: 16px !important;
}

/* ===================== 移动端适配 ===================== */
@media only screen and (max-width: 768px) {
  .content-titel__one__all span, .content-five__title span, .content-four__title,
  .content-aboutus__title, .content-three__title {
    font-size: 4.8vw !important;
  }
  .content-titel__one__all div, .content-four__body, .content-aboutus__body {
    font-size: 3.6vw !important;
  }
  .news-main__content h3, .news-sidebar__content h4,
  .why-card-h__title, .stat-card-h__title {
    font-size: 12px !important;
    /* 移动端限制标题最多1行，超出显示省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content-three__left__all>p, .content-four__body p, .news-main__content p, .news-sidebar__content p,
  .why-card-h__desc, .stat-card-h__desc, .stat-label {
    font-size: 10px !important;
    /* 移动端限制描述文字最多2行，超出显示省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  /* 移动端新闻侧边栏标题特殊处理 - 单行省略号 */
  .news-sidebar__content h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .content-one__list__item, .swiper-five, .news-main__item, .news-sidebar__item {
    margin-bottom: 20px !important;
  }
  .content-titel__one__all div, .content-five__title span, .content-four__title {
    margin-top: 0 !important;
  }
  
  .content-one__list__img img {
    width: auto !important;
    height: 32px !important;
  }

  .content-one__list__item {
    width: 100%;
    height: auto !important;
    padding: 5% 4%;
    margin-top: 3.8vw;
  }
  
  .content-one__list__img img {
    width: 11vw !important;
    height: auto !important;
  }
  
  .content-one__list__item p {
    font-size: 4.2vw !important;
    margin-top: 3.6vw !important;
  }
  
  .content-one__list__item span {
    font-size: 3.6vw !important;
    margin-top: 3.6vw !important;
    min-height: auto !important;
    line-height: 1.5 !important;
  }
  
  .content-one__list__item a {
    font-size: 3.6vw !important;
    margin-top: 3.6vw !important;
  }
  
  /* Service Items, Cases, Product 板块统一样式 */
  .content-five__img {
    height: auto !important;
  }
  
  .content-five__img img {
    height: auto !important;
  }
  
  .content-five__test p {
    font-size: 3.2vw !important;
  }
  
  .content-five__test div {
    font-size: 4.2vw !important;
  }
  
  .content-five__test span {
    font-size: 3.6vw !important;
  }
  
  .content-five__test a {
    font-size: 3.6vw !important;
  }
  
  /* 板块间距控制 - 只对中间板块设置上下间距 */
  .content-one {
    /* margin-top: 8vw !important; */
    margin-bottom: 8vw !important;
  }
  
  .content-five {
    margin-top: 8vw !important;
    margin-bottom: 8vw !important;
  }
  
  .content-aboutus {
    margin-top: 8vw !important;
    margin-bottom: 8vw !important;
  }
  
  .content-four-stats {
    margin-top: 8vw !important;
    margin-bottom: 8vw !important;
  }
  
  .content-three {
    margin-top: 8vw !important;
    margin-bottom: 8vw !important;
  }
  
  /* 最后一个板块（联系表单）不需要底部间距 */
  .content-six {
    margin-top: 8vw !important;
    margin-bottom: 0 !important;
  }
}
/* ===================== END 首页板块统一字体与间距优化 ===================== */

/* ===================== About Us 板块新样式 ===================== */
.content-four {
  width: var(--bs-screen-xxl);
  margin: 6rem auto 4rem;
  display: flex;
  gap: 4rem;
  align-items: center;
  min-height: 30rem;
}

.content-four__left {
  flex: 1;
  height: 25rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.content-four__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-four__placeholder-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2a6fca, #1faad1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.placeholder-icon {
  font-size: 4rem;
  color: white;
}

.content-four__right {
  flex: 1;
  padding: 2rem 0;
}

.content-four__title {
  font-size: 3rem;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 1.5rem;
}

.content-four__body {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 2rem;
}

.content-four__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-view-more, .btn-video {
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-view-more {
  background: #2a6fca;
  color: white;
  border: 2px solid #2a6fca;
}

.btn-view-more:hover {
  background: #1faad1;
  border-color: #1faad1;
  color: white;
  transform: translateY(-2px);
}

.btn-video {
  background: #f8f9fa;
  color: #2a6fca;
  border: 2px solid #2a6fca;
}

.btn-video:hover {
  background: #2a6fca;
  color: white;
  transform: translateY(-2px);
}

/* 4个数据统计卡片 */
.content-four-stats {
  width: var(--bs-screen-xxl);
  margin: 4rem auto;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.stat-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.stat-icon {
  margin-bottom: 1rem;
}

.icon-placeholder {
  font-size: 2.5rem;
  margin: 0 auto;
  width: 4rem;
  height: 4rem;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2a6fca;
  margin-bottom: 0.5rem;
}

.stat-unit {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2a6fca;
}

.stat-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}

/* ===================== Why Choose Us 板块新样式 ===================== */
.content-three {
  width: var(--bs-screen-xxl);
  margin: 6rem auto;
  /* padding: 4rem 0; */
}

.content-three__header {
  text-align: center;
  margin-bottom: 4rem;
}

.content-three__title {
  margin: 0;
}

.content-three__subtitle {
  font-size: 20px;
  color: #2a2a2a;
  line-height: 2rem;
  text-align: center;
  margin-top: 1rem;
}

.content-three__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.why-card {
  background: white;
  padding: 2.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.why-card__icon {
  margin-bottom: 1.5rem;
}

.icon-circle {
  width: 4rem;
  height: 4rem;
  background: #2a6fca;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  margin: 0 auto;
}

.why-card__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 1rem;
  text-align: center;
}

.why-card__description {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  text-align: center;
}

/* ===================== 视频弹窗样式 ===================== */
.video-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-modal__content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 0;
  border-radius: 1rem;
  width: 80%;
  max-width: 800px;
  height: 70%;
}

.video-modal__close {
  color: #aaa;
  float: right;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  z-index: 10001;
  cursor: pointer;
}

.video-modal__close:hover,
.video-modal__close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.video-modal__video {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.video-modal__video iframe {
  width: 100%;
  height: 100%;
}

.video-modal__video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  border-radius: 1rem;
}

/* ===================== 移动端适配 ===================== */
@media only screen and (max-width: 768px) {
  .content-four {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }
  
  .content-four__left {
    height: 15rem;
  }
  
  .content-four__title {
    font-size: 2rem;
  }
  
  .content-four__body {
    font-size: 1rem;
  }
  
  .content-four__buttons {
    justify-content: center;
  }
  
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 1rem;
  }
  
  .stat-card {
    padding: 1.5rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .content-three {
    padding: 2rem 1rem;
  }
  

  
  .content-three__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .why-card {
    padding: 2rem;
  }
  
  .video-modal__content {
    width: 95%;
    height: 50%;
    margin: 10% auto;
  }
}

@media only screen and (max-width: 480px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
  
  .content-four__buttons {
    flex-direction: column;
  }
  
  .btn-view-more, .btn-video {
    width: 100%;
    justify-content: center;
  }
}
/* ===================== END About Us & Why Choose Us 新样式 ===================== */

/* ===================== About Us 板块独立样式 ===================== */
.content-aboutus {
  width: var(--bs-screen-xxl);
  margin: 6rem auto 4rem;
  display: flex;
  gap: 4rem;
  align-items: center;
  min-height: 30rem;
}

.content-aboutus__left {
  flex: 1;
/*  height: 25rem;*/
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.content-aboutus__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-aboutus__placeholder-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2a6fca, #1faad1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-aboutus__right {
  flex: 1;
  padding: 2rem 0;
}

.content-aboutus__title {
  margin-bottom: 1rem;
}

.content-aboutus__subtitle {
  font-size: 20px;
  color: #2a2a2a;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.content-aboutus__body {
  margin-bottom: 2rem;
  color: #666;
  font-size: 16px !important;
}

.content-aboutus__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .content-aboutus {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }
  .content-aboutus__left {
    height: 15rem;
  }

  .content-aboutus__buttons {
    justify-content: center;
  }
  
  .content-aboutus__subtitle {
    font-size: 16px;
  }
  
  .content-three__subtitle {
    font-size: 16px;
  }
  .content-aboutus__body {
    font-size: 3.6vw !important;
  }
}
@media only screen and (max-width: 480px) {
  .content-aboutus__buttons {
    flex-direction: column;
  }
  .btn-view-more, .btn-video {
    width: 100%;
    justify-content: center;
  }
}
/* ===================== END About Us 板块独立样式 ===================== */

/* ===================== 4个数据统计卡片宫格新样式 ===================== */
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  width: var(--bs-screen-xxl);
  margin: 0 auto 4rem auto;
}

.stat-card-h {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  padding: 2.5rem 2rem;
  min-height: 220px;
  transition: box-shadow 0.3s;
}
.stat-card-h:hover {
  box-shadow: 0 0.5rem 1.2rem rgba(42,111,202,0.15);
}

.stat-card-h__icon {
  flex-shrink: 0;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-card-h__icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #1746a2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #fff;
  box-shadow: 0 0.25rem 1rem rgba(42,111,202,0.10);
  transition: transform 0.6s ease;
}
.stat-card-h:hover .stat-card-h__icon-circle {
  transform: rotate(360deg);
}

.stat-card-h__content {
  flex: 1;
}
.stat-card-h__title {
  margin-bottom: 1rem;
}
.stat-card-h__desc {
  line-height: 1.7;
}

@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .stat-card-h {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1rem;
    min-height: 160px;
  }
  .stat-card-h__icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .stat-card-h__icon-circle {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }

}
/* ===================== END 4个数据统计卡片宫格新样式 ===================== */

/* ===================== 4个数据展示卡片简单样式 ===================== */
.stats-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--bs-screen-xxl);
  margin: 4rem auto;
  gap: 2rem;
}

.stat-card-simple {
  flex: 1;
  background: white;
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.stat-card-simple:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}



.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #2a6fca !important;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.stat-label {
  line-height: 1.4;
}

@media (max-width: 768px) {
  .services-content-wrapper .fl-module-content{margin: 0px !important;}
  .services-content-wrapper .fl-rich-text p{font-size: 3.6vw !important;margin-bottom: 3.2vw !important;}
  .services-content-wrapper .fl-rich-text p:nth-last-of-type(1){margin-bottom: 0 !important;}
  .fl-photo-content img{max-width: 100%;height: auto;margin-bottom: 3.2vw !important;margin-top: 3.2vw !important;}
  .related-services{padding: 8vw 0 !important;}
  .related-services h2{font-size: 4.8vw !important;}
  .related-services .layout div>p{font-size: 3.6vw !important;}
  .related-services .layout>div{margin-bottom: 3.8vw !important;}
  .cases-content-wrapper .fl-module-content{margin: 0 !important;margin-top: 3.2vw !important;}
  .cases-content-wrapper .fl-rich-text p{font-size: 3.6vw !important;margin-bottom: 3.2vw !important;}
  .news-content-wrapper h2{font-size: 3.8vw !important;margin-bottom: 3.2vw;margin-top: 0 !important;line-height: 1.4 !important;}
  .news-content-wrapper p{font-size: 3.6vw !important;}
  .main .banner_section{margin-bottom: 0 !important;}
  .main .banner_section div:nth-last-of-type(1){padding-bottom: 0 !important;}
  .stats-container {
    flex-direction: column;
    gap: 1rem;
  }
  .stat-card-simple {
    width: 100%;
    padding: 1.5rem;
  }
  .stat-number {
    font-size: 2.5rem;
  }

}
/* ===================== END 4个数据展示卡片简单样式 ===================== */

/* ===================== WHY CHOOSE US 四宫格卡片新样式 ===================== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  width: var(--bs-screen-xxl);
  margin: 0 auto 4rem auto;
}

.why-card-h {
  background: #F8F8F8;
  border-radius: 0.5rem;
  /* box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.08); */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 2rem;
  min-height: 220px;
}

.why-card-h__icon {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-card-h__icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #1746a2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #fff;
  box-shadow: 0 0.25rem 1rem rgba(42,111,202,0.10);
  transition: transform 0.6s ease;
}
.why-card-h:hover .why-card-h__icon-circle {
  transform: rotate(360deg);
}

/* 支持图片图标的旋转效果 */
.why-card-h__icon-circle img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: transform 0.6s ease;
}
.why-card-h:hover .why-card-h__icon-circle img {
  transform: rotate(360deg);
}

.why-card-h__content {
  flex: 1;
  width: 100%;
}
.why-card-h__title {
  margin-bottom: 1rem;
  text-align: center;
}
.why-card-h__desc {
  line-height: 1.7;
}

/* 统一所有卡片字体颜色 */
.stat-card-simple .stat-number {
  color: #2a6fca !important;
}
.stat-card-simple .stat-label,
.why-card-h__desc {
  color: #666;
}
.why-card-h__title {
  color: #222;
}

@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .why-card-h {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1rem;
    min-height: 160px;
  }
  .why-card-h__icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .why-card-h__icon-circle {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }

}
/* ===================== END WHY CHOOSE US 四宫格卡片新样式 ===================== */

/* ===================== 数字动画效果 ===================== */
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-number,
.stat-card-h__title,
.why-card-h__title {
  animation: countUp 0.8s ease-out;
}

/* 数字递增动画 */
@keyframes numberCount {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.stat-number.animate {
  animation: numberCount 1.2s ease-out;
}

/* ===================== END 数字动画效果 ===================== */

/* ===================== 轮播器圆点指示器样式 ===================== */
/* Banner轮播器圆点指示器 */
.mySwiper .swiper-pagination {
  width: 100%;
  bottom: 0 !important;
  position: relative;
  margin-top: -2rem;
  text-align: center;
}

/* 其他轮播器圆点指示器 */
.myServiceSwiper .swiper-pagination,
.myCustomerCasesSwiper .swiper-pagination {
  width: 100%;
  bottom: 0 !important;
  position: relative;
  margin-top: 0rem;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.swiper-pagination-bullet:hover {
  background: #2a6fca;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: #2a6fca !important;
  opacity: 1 !important;
  transform: scale(1.2);
}

/* 移动端适配 */
@media only screen and (max-width: 768px) {
  .swiper-pagination {
    margin-top: 1rem;
  }
  
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  
  .mySwiper .swiper-pagination {
    margin-top: -3rem;
  }
}

/* ===================== END 轮播器圆点指示器样式 ===================== */

/* 覆盖旧的why-card样式，避免干扰 */
.why-card, .why-card__icon, .why-card__content, .why-card__title, .why-card__description, .icon-circle {
  all: unset;
  display: revert;
}


.footer-logo p {
  font-size: 1.2rem;
}

.footer-content_item > ul > li > a {
  font-size: 1rem;
}

.footer-content_item:nth-child(1) > ul {
  gap: 0.6rem;
}

.footer-content_item:nth-child(2) > ul {
  gap: 3.4rem;
}

/* 产品展示网格布局（左右结构） */
.product-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 100%;
}

.product-showcase-item {
  display: flex;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  transition: all ease 0.4s;
  height: auto;
  min-height: 100%;
}

.product-showcase-item:hover {
  border: 1px solid #2a6fca;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.22);
}

.product-showcase-image {
  flex: 0 0 45%;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}

.product-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.4s;
}

.product-showcase-item:hover .product-showcase-image img {
  transform: scale(1.1);
}

.product-showcase-content {
  flex: 1;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 移动端响应式 */
@media only screen and (max-width: 768px) {
  .product-showcase-grid {
    flex-direction: column;
    gap: 1rem;
  }
  .product-showcase-item {
    flex-direction: column;
  }
  .product-showcase-image {
    flex: none;
    height: auto;
    min-height: 12rem;
  }
  .product-showcase-content {
    padding: 1.2rem;
  }
}

@media (max-width: 768px) {
  .content-four-stats .stats-container {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0.5rem !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    width: 100% !important;
  }
  .content-four-stats .stat-card-simple {
    width: 24% !important;
    min-width: 0 !important;
    padding: 1rem !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
  }
  .content-four-stats .stat-number {
    font-size: 16px !important;
  }
  .content-four-stats .stat-label {
    font-size: 10px !important;
    padding-top: 0.5rem !important;
  }
}


@media (max-width: 768px) {
  .why-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.7rem !important;
    width: 100% !important;
    margin: 0 auto 1rem auto !important;
  }
  .why-card-h {
    min-width: 0 !important;
    padding: 0.7rem 1rem !important;
    margin-bottom: 0 !important;
  }
  .why-card-h__icon-circle {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.3rem !important;
    margin-bottom: 0.5rem !important;
  }
  .why-card-h__icon-circle img {
    width: 22px !important;
    height: 22px !important;
  }
  .why-card-h__title {
    font-size: 12px !important;
    line-height: 1.3 !important;
    margin-bottom: 0.3rem !important;
  }
  .why-card-h__desc {
    font-size: 10px !important;
    line-height: 1.5 !important;
  }
  .why-card-h__icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 2.5rem 0 2.5rem !important
  }
  .why-card-h__icon-circle {
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}


@media (max-width: 768px) {
  .product-showcase-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    width: 100% !important;
  }
  .product-showcase-item {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}


@media (max-width: 768px) {
  /* 整体左右边距与其他板块统一 */
  .content-six__body {
    flex-direction: row !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 0.5rem !important;
    margin: 0 auto !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    box-sizing: border-box !important;
  }
  /* 左右两栏各占50%，无内边距 */
  .six-body__left,
  .six-body__right {
    width: 50% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
  /* 左侧标题、正文左对齐 */
  .six-body__left__title,
  .six-body__left__phone {
    text-align: left !important;
  }
  .six-body__left__title p,
  .six-body__left__title div,
  .six-body__left__phone p,
  .six-body__left__phone span {
    text-align: left !important;
  }
  /* 标题样式 */
  .six-body__left__title p,
  .six-body__left__title div {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 1.3 !important;
  }
  /* 正文样式 */
  .six-body__left__phone p,
  .six-body__left__phone span {
    font-size: 12px !important;
    color: #fff !important;
  }
  /* 表单输入、正文 */
  .six-body__right__item input,
  .six-body__right__item textarea {
    width: 100% !important;
    font-size: 12px !important;
    color: #222 !important; /* 输入文本为深色 */
    background: #fff !important;
    padding: 0.6rem !important;
    box-sizing: border-box !important;
  }
  /* placeholder颜色 */
  .six-body__right__item input::placeholder,
  .six-body__right__item textarea::placeholder {
    font-size: 10px !important;
  }
  /* 表单项间距 */
  .six-body__right__item {
    flex-direction: column !important;
    gap: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    font-size: 12px !important;
    color: #222 !important;
  }
  /* 按钮样式 */
  .submit {
    width: 100% !important;
    height: 2.5rem !important;
    font-size: 1rem !important;
    margin-top: 0.5rem !important;
  }
  .content-six {
    height: 35.25rem;
  }

  .email-container {
    flex-wrap: nowrap !important;
  }

  .footer-content {
    height: 34.56rem;
  }
  
  html {
      overflow-x: hidden;
  }
}

/* ===================== 移动端导航样式优化 ===================== */
@media only screen and (max-width: 640px) {
  .header {
    background-color: #ffffff !important;
  }
  
  #header-menu__expand {
    color: #2a6fca !important;
  }
  
  .header-menus .header-menu a,
  .header-menus > li > a {
    font-size: 3.8vw !important;
  }
  
  .header-menus__second > li > a {
    font-size: 3.8vw !important;
  }
  
  .header-menus__third li > a {
    font-size: 3.8vw !important;
  }
}
/* ===================== END 移动端导航样式优化 ===================== */

/* ===================== 移动端覆盖：About Us 与数字优势 ===================== */
@media only screen and (max-width: 768px) {
  .content-aboutus__left { height: auto !important; }
  .content-aboutus__left img { width: 100% !important; height: auto !important; object-fit: contain !important; }

  .content-aboutus__title { font-size: 4.8vw !important; }
  .content-aboutus__body { font-size: 3.6vw !important; }

  .btn-view-more, .btn-video {
    height: 10.8vw !important;
    line-height: 10.8vw !important;
    font-size: 3.6vw !important;
    padding: 0 4vw !important;
  }

  .btn-video i { font-size: 4.2vw !important; }

  .content-four-stats .stats-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 3vw !important;
    width: 100% !important;
    margin-top: 3.8vw !important;
  }
  .content-four-stats .stat-card-simple { width: 100% !important; }

  .content-four-stats .stat-number { font-size: 4.8vw !important; }
  .content-four-stats .stat-label { font-size: 3.6vw !important; }
}
/* ===================== END 移动端覆盖 ===================== */

/* ===================== 移动端覆盖：WHY CHOOSE US ===================== */
@media only screen and (max-width: 768px) {
  .why-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3vw !important;
    width: 100% !important;
    margin-top: 3.8vw !important;
  }
  
  .why-card-h__icon-circle {
    width: 11vw !important;
    height: 11vw !important;
    font-size: 4vw !important;
  }
  .why-card-h__icon-circle img {
    width: 6vw !important;
    height: 6vw !important;
  }
  
  .why-card-h__title {
    font-size: 4.2vw !important;
    margin-top: 3.2vw !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
  }
  
  .why-card-h__desc {
    font-size: 3.6vw !important;
    margin-top: 3.2vw !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    line-height: 1.5 !important;
  }
}
/* ===================== END WHY CHOOSE US 移动端覆盖 ===================== */

/* ===================== 移动端覆盖：NEWS & BLOGS ===================== */
@media only screen and (max-width: 768px) {
  /* 移动端新闻版块布局修复 - 恢复到图一状态 */
  .news-layout {
    flex-direction: column !important;
    gap: 4vw !important;
  }
  
  .news-main,
  .news-sidebar {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* 主文章样式 - 改为左文右图布局 */
  .news-main__item {
    display: flex !important;
    flex-direction: row !important;
    gap: 3vw !important;
    margin-bottom: 4vw !important;
    padding: 0 !important;
    align-items: flex-start !important;
  }
  
  .news-main__content {
    flex: 1 !important;
    padding: 0 !important;
    order: 1 !important;
  }
  
  /* 隐藏图片内的日期标签 */
  .news-main__image .news-main__date {
    display: none !important;
  }
  
  /* 在文字内容区域显示日期标签 */
  .news-main__content .news-main__date {
    position: static !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 3.2vw !important;
    color: #666 !important;
    margin-bottom: 1.5vw !important;
    display: flex !important;
    align-items: center !important;
    gap: 1vw !important;
  }
  
  .news-main__content h3 {
    font-size: 4.2vw !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin-bottom: 1.5vw !important;
    color: #222 !important;
    /* 限制标题最多1行 */
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  
  .news-main__content h3 a {
    color: inherit !important;
    text-decoration: none !important;
  }
  
  .news-main__content p {
    font-size: 3.6vw !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin-bottom: 0 !important;
    /* 限制描述最多2行 */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  
  .news-main__image {
    width: 20vw !important;
    height: 15vw !important;
    flex-shrink: 0 !important;
    order: 2 !important;
    position: relative !important;
  }
  
  .news-main__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 1vw !important;
  }
  
  .news-main__link {
    display: inline-block;
    color: #2A9597;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1rem;
  }
  
  /* 主文章下添加分割线 */
  .news-main__item {
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 4vw !important;
    margin-bottom: 4vw !important;
    border-radius: 0 !important;
  }
  
  /* 侧边栏文章样式 - 左文右图布局 */
  .news-sidebar__item {
    display: flex !important;
    flex-direction: row !important;
    gap: 3vw !important;
    margin-bottom: 4vw !important;
    padding: 0 !important;
    align-items: flex-start !important;
  }
  
  .news-sidebar__content {
    flex: 1 !important;
    padding: 0 !important;
    order: 1 !important;
  }
  
  .news-sidebar__date {
    font-size: 3.2vw !important;
    color: #666 !important;
    margin-bottom: 1.5vw !important;
    display: flex !important;
    align-items: center !important;
    gap: 1vw !important;
  }
  
  .news-sidebar__content h4 {
    font-size: 4.2vw !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin-bottom: 1.5vw !important;
    color: #222 !important;
    /* 限制标题最多2行 */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  
  .news-sidebar__content h4 a {
    color: inherit !important;
    text-decoration: none !important;
  }
  
  .news-sidebar__content p {
    font-size: 3.6vw !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin-bottom: 0 !important;
    /* 限制描述最多2行 */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  
  .news-sidebar__image {
    width: 20vw !important;
    height: 15vw !important;
    flex-shrink: 0 !important;
    order: 2 !important;
  }
  
  .news-sidebar__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 1vw !important;
  }
}
/* ===================== END NEWS & BLOGS 移动端覆盖 ===================== */

/* ===================== 移动端补充覆盖：NEWS & BLOGS 细节 ===================== */
@media only screen and (max-width: 768px) {
  .news-main__date i,
  .news-sidebar__date i { 
    font-size: 3.2vw !important; 
  }

  .news-main__link { 
    font-size: 3.6vw !important; 
    color: #2a6fca !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
  }
  
  .news-main__link:hover {
    color: #2a6fca !important;
  }

  .news-main__content h3,
  .news-sidebar__content h4 { 
    text-align: left !important; 
  }
  
  /* 确保图片圆角效果 */
  .news-main__image img,
  .news-sidebar__image img {
    border-radius: 1vw !important;
  }
  
  /* 确保日期标签样式 */
  .news-main__date,
  .news-sidebar__date {
    font-weight: 500 !important;
  }
}
/* ===================== END 移动端补充覆盖 ===================== */

/* ===================== 移动端覆盖：Contact 表单 ===================== */
@media only screen and (max-width: 768px) {
  .content-six__body { flex-direction: column !important; gap: 3.2vw !important; padding: 0 4% !important; }
  .six-body__left, .six-body__right { width: 100% !important; }

  .six-body__left__title p,
  .six-body__left__title div { font-size: 4.8vw !important; line-height: 1.3 !important; }

  .six-body__left__phone p,
  .six-body__left__phone span { font-size: 3.6vw !important; line-height: 1.5 !important; }

  .six-body__right__item input { height: 10.8vw !important; font-size: 3.2vw !important; padding-left: 3.2vw !important; margin-top: 1.8vw !important; }
  .six-body__right__item input::placeholder { font-size: 3.2vw !important; }

  .six-body__right__item textarea { height: 30vw !important; min-height: 28vw !important; max-height: 32vw !important; font-size: 3.2vw !important; padding-left: 3.2vw !important; padding-top: 3.2vw !important; margin-top: 1.8vw !important; }
  .six-body__right__item textarea::placeholder { font-size: 3.2vw !important; }

  .submit { height: 10.8vw !important; font-size: 3.6vw !important; margin-top: 1.8vw !important; width: 100% !important; }
}
/* ===================== END 移动端覆盖：Contact 表单 ===================== */

/* ===================== 移动端覆盖：Footer 完整重构 ===================== */
@media only screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 4vw !important;
    padding: 0 4% !important;
    height: auto !important;
    min-height: auto !important;
    width: auto;
  }
  
  .footer-logo {
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 3vw !important;
  }
  .footer-logo > img {
    width: 24vw !important;
    height: auto !important;
  }
  .footer-logo p {
    font-size: 3.6vw !important;
    line-height: 1.5 !important;
    text-align: center !important;
    width: 100% !important;
    max-width: none !important;
  }
  
  .logo-list {
    display: flex !important;
    justify-content: center !important;
    gap: 3vw !important;
  }
  .logo-list img {
    width: 5vw !important;
    height: auto !important;
  }
  
  .footer-right {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 4vw !important;
    width: 100% !important;
    padding-bottom: 5.8vw;
  }
  
  .footer-content_item:nth-child(1) {
    grid-row: 1 !important;
    grid-column: 1 !important;
  }
  .footer-content_item:nth-child(2) {
    grid-row: 1 !important;
    grid-column: 2 !important;
  }
  
  .footer-content_item:nth-child(3) {
    grid-row: 2 !important;
    grid-column: 1 / -1 !important;
    margin-top:3.8vw;
  }
  
  .footer-content_item {
    text-align: center !important;
    width: 100% !important;
  }
  .footer-content_item h3 {
    font-size: 4.2vw !important;
    text-align: left;
    line-height: 1.6;
    white-space: nowrap !important;
  }
  .footer-content_item > ul {
    align-items: center !important;
    gap: 2vw !important;
  }
  .footer-content_item > ul > li {
    width: auto !important;
    text-align: center !important;
  }
  .footer-content_item > ul > li > a {
    font-size: 3.6vw !important;
    text-align: center !important;
  }
  
  .footer-content_item:nth-child(1) > ul,
  .footer-content_item:nth-child(2) > ul {
    align-items: flex-start !important;
  }
  .footer-content_item:nth-child(1) > ul > li,
  .footer-content_item:nth-child(2) > ul > li {
    text-align: left !important;
  }
  .footer-content_item:nth-child(1) > ul > li > a,
  .footer-content_item:nth-child(2) > ul > li > a {
    text-align: left !important;
  }
  
  .footer-content_item .contact-info-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 4vw !important;
    width: 100% !important;
    max-width: none !important;
  }
  .footer-content_item .contact-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 2vw !important;
    width: 100% !important;
    max-width: none !important;
  }
  .footer-content_item .contact-icon {
    flex-shrink: 0 !important;
    width: 5.2vw !important;
    height: auto !important;
  }
  .footer-content_item .contact-icon img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .footer-content_item .contact-content {
    flex: 1 !important;
    text-align: left !important;
    width: auto !important;
    max-width: none !important;
  }
  .footer-content_item .contact-type {
    font-size: 3.6vw !important;
    font-weight: bold !important;
    margin-bottom: 1vw !important;
    text-align: left !important;
  }
  .footer-content_item .contact-details {
    font-size: 3.6vw !important;
    line-height: 1.4 !important;
    text-align: left !important;
    width: auto !important;
    max-width: none !important;
    margin-top: 3.2vw;
  }
  .footer-content_item .contact-details a {
    font-size: 3.6vw !important;
    color: inherit !important;
    text-align: left !important;
    display: block;
    margin-top: 3.2vw;
  }
  .footer-content_item .contact-details a + a{margin-top: 1.8vw !important;}
  .footer-content_item .email-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 1vw !important;
    text-align: left !important;
    width: auto !important;
    max-width: none !important;
    margin-top: 0;
  }
  .footer-content_item .contact-item{margin-top: 3.6vw;}
  .copyright {
    font-size: 2.8vw !important;
    padding: 2.2vw 0 !important;
    text-align: center !important;
  }
  .items_list .page_title{font-size: 4.8vw;}
  .items_list ul{width: 100%;margin: 0 !important;}
  .page_bar{display: none;}
  .main{padding-bottom: 8vw;}
  .tech_introduction{padding: 8vw 0 !important;}
  .tech_title{font-size: 4.2vw !important;}
  .tech_content_txt h3{font-size: 3.8vw;margin-top: 3.8vw !important;}
  .tech_intro_content p{font-size: 3.6vw !important;margin-top: 3.2vw}
  .tech_content_txt table{min-width: 680px;}
  .tech_content_txt table th{height: 10.8vw;font-size: 3.6vw !important;}
  .tech_content_txt table th:nth-of-type(1),.tech_content_txt table th:nth-of-type(2){width: 21%;}
  .tech_ul li{padding: 5% 4%;margin-top: 3.8vw;}
  .tech_ul_top_number{width: 9vw;font-size: 4.8vw;}
  .tech_ul_top h3{font-size: 4.2vw;}
  .tech_ul_bottom dl dd{font-size: 3.6vw !important;}
  .tech_ul_bottom dl{margin-top: 3.2vw;}
  .tech_ul_bottom dl dd:before{top: 2vw;}
  .product-view{width: 100% !important;margin: 0 !important;}
  .product-summary .page_title{font-size: 4.8vw;margin-top: 3.8vw;margin-bottom: 0;}
  .product-summary .product-meta{font-size: 3.6vw;padding-top: 3.8vw !important;}
  .product-summary .product-meta h3{font-size: 3.8vw;margin-bottom: 3.6vw;}
  .product-meta .product-description{font-size: 3.6vw !important;}
  .product-btn-wrap{padding-top: 3.8vw}
  .product-intro{margin-bottom: 8vw;}
  .detail-tabs .title{width: 50%;}
  .product_detial_ul1 li{padding: 5% 4%;}
  .product_detial_ul1_ico{width: 18vw;}
  .product_detial_ul1 li h3{font-size: 3.8vw;margin-top: 3.2vw;margin-bottom: 0px;}
  .product_detial_ul1 li p{font-size: 3.6vw;margin-top: 3.2vw;padding-top: 0;}
  .product-detail .tab-panel-content table th{height: 10.8vw;font-size: 3.8vw;}
  .product-detail .tab-panel-content table td{font-size: 3.6vw;}
  .blog-item .item-img{max-width: 100% !important;}
  .blog-item .item-info .item-title{font-size: 4.2vw;margin-top: 3.2vw;line-height: 1.4;}
  .news-title{font-size: 4.2vw !important;}
  .fl-row[data-node] .fl-row-content-wrap{padding: 8vw 0;}
  .fl-node-68749a5966f4b .fl-heading .fl-heading-text{font-size: 4.8vw;}
  /* 移除这个样式，它可能导致footer不显示 */
  /* body{padding-bottom: 0 !important;} */

}
/* ===================== END Footer 移动端覆盖 ===================== */

@media only screen and (max-width: 768px) {
  .content-five__test p,
  .content-five__test div,
  .content-five__test span,
  .content-five__test a {
    margin-top: 3.8vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .product-showcase-content > * + * {
    margin-top: 3.8vw !important;
  }
}

/* ===================== Footer 显示修复 ===================== */
.footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1 !important;
  clear: both !important;
  overflow: visible !important;
}

.footer-content {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.footer .wow,
.footer .fadeInUp {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  /*padding-top: 4.8vw !important;*/
}

.web_main.page_main {
  position: relative !important;
  z-index: 1 !important;
}

.footer {
  position: relative !important;
  z-index: 1 !important;
}

/* ===================== END Footer 显示修复 ===================== */

@media screen and (max-width: 768px) {
  .fl-row[data-node] .fl-row-content-wrap {
    padding: 0 !important;
  }
  .main_intro {
    padding-bottom: 0 !important;
  }
}

/* ===================== Mobile: Single News Contact Us 按钮微调（不影响PC） ===================== */
@media only screen and (max-width: 768px) {
  .contact-us-btn-mobile {
    text-align: left !important;
  }
  .contact-us-btn-mobile a {
    padding: 8px 16px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
  }
  
  .nav-links-container {
    max-width: 100% !important;
  }
}
/* ===================== END Mobile: Single News Contact Us 按钮微调 ===================== */

/* ===================== 移动端覆盖：首页Product板块左文右图排版 ===================== */
@media only screen and (max-width: 768px) {
  /* 首页Product板块移动端左文右图布局 */
  .product-showcase-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 4vw !important;
  }
  
  .product-showcase-item {
    display: flex !important;
    flex-direction: row !important;
    gap: 3vw !important;
    align-items: flex-start !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  
  .product-showcase-image {
    order: 2 !important;
    flex: 0 0 25vw !important;
    height: 25vw !important;
  }
  
  .product-showcase-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  
  .content-five__test {
    order: 1 !important;
    flex: 1 !important;
  }
}
/* ===================== END 首页Product板块移动端左文右图排版 ===================== */