@charset "utf-8";

.swiper-banner {
  position: relative;
  width: 100%;
  min-width: 300px;
  /* max-height: 100vh; */
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.ban-pagination {
  position: absolute;
  z-index: 20;
  left: 0%;
  bottom: 35px;
  width: 100%;
  margin: 20px 0;
}

.swiper-banner .ban_img {
  min-height: 250px;
  max-height: 600px;
  width: 100%;
  display: inline-block;
  object-fit: cover;
}

.ban-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  vertical-align: top;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  bottom: 25px;
}

.ban-pagination .swiper-pagination-bullet-active {
  background: #d01817;
}

.ban-pagination .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d01817;
}

.banner2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.banner3 {
  background: rgb(18, 102, 185, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1% 2%;
}

.more {
  margin-top: 2%;
  display: flex;
}

.more a {
  border: 1px solid #fff;
  padding: 6px 33px;
  display: flex;
  justify-content: center;
  line-height: 31px;
  border-radius: 999px;
}

.more a:hover {
  color: #fff;
}

.abouts {
  padding: 3% 0;
  background: url(../images/about_bg.jpg) repeat center center;
}

.video-bg {
  position: fixed;
  z-index: 9991;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: none;
}

.video-com {
  width: 80%;
  max-width: 1000px;
  position: fixed;
  z-index: 9992;
  left: 50%;
  margin-left: -500px;
  top: 20%;
  display: none;
}

.video-com .video-v {
  position: relative;
}

.closevdo {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -30px;
  right: -30px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center center;
  background-size: 40%;
  border: 1px solid #fff;
  border-radius: 50%;
}

.more2 {
  display: flex;
}

.more2 a {
  background: #d01817;
  border: 1px #d01817 solid;
  display: block;
  border-radius: 999px;
  padding: 5px 27px;
  line-height: 30px;
}

.more2 a:hover {
  background: #fff;
  border: 1px #dddddd solid;
  color: #d01817;
}

.about-grid {
  display: grid;
  grid-gap: 13px;
  margin-top: 4%;
  max-width: 528px;
  grid-template-columns: repeat(4, 1fr);
}

.about-grid a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  font-size: 18px;
}

.about-grid a:hover .a_i2 {
  display: inline-block;
}

.about-grid a:hover {
  color: #555657;
}

.about-grid a:hover .a_i1 {
  display: none;
}

.abouts .a_i2 {
  display: none;
}

.about-l {
  width: 44%;
}

.about-r {
  width: 49%;
}

.bg_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.planAprocess {
  padding: 50px 0;
  /*background: url(../images/planAprocess.jpg) no-repeat center center;*/
  background-size: cover;
}

.img_bg {
  width: 100%;
}

.plan_content {
  padding-top: 2%;
  padding-bottom: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  color: #fff;
  margin: 2% 0;
}

.plan ul li {
  padding: 14px 2%;
  border-radius: 999px;
  margin: 0 4px;
  transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}

.plan ul li:hover,
.plan ul .on {
  background: #a934a5;
}

.plan ul li a {
  line-height: 26px;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
}

/* .ind_d .ind_dr .con.onn{
	opacity: 1;
	z-index: 99;
	right: 0;
	overflow: hidden;
} */
.plan_item {
  /* position: absolute; */
  margin-left: calc((100% - 1200px) / 2);
  width: calc(100% - ((100% - 1200px) / 2));
  /* width: 70%; */
  top: 19%;
  right: 0;
}

.plan_item .plan_data .onn {
  opacity: 1;
  z-index: 99;
  right: 0;
  overflow: hidden;
}

.plan_data {
  position: relative;
  padding-bottom: 32.0512%;
  overflow: hidden;
}

.plan_li {
  position: absolute;
  top: 0;
  width: 100%;
  right: 50%;
  opacity: 0;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  background: #fff;
  transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.plan_li .l {
  background: #fff;
  width: 39%;
  box-sizing: border-box;
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.plan_li .l .p2 {
  margin-bottom: 5%;
}

.plan_li .l span {
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.plan_li .r {
  width: 62.5%;
}

.plan_li .r .imags {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 52.0833%;
}

.plan_li .r .imags img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.process {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3% 0 3%;
}

.customer ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}

.customer ul li {
  border: solid 1px #dddddd;
  position: relative;
  overflow: hidden;
  padding-bottom: 54.64%;
}

.customer ul .img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

.customer ul .img img {
  object-fit: cover;
  width: 95%;
}

/* 合作伙伴区块样式 */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 20px;
  margin-top: 25px;
}

.partner-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
  min-height: 120px;
  text-decoration: none;
  color: inherit;
}

.partner-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.partner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  margin-bottom: 8px;
}

.partner-image img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.partner-name {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-top: 5px;
  word-break: break-word;
}

/* 中等屏幕响应式 */
@media screen and (max-width: 1200px) {
  .partners-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 18px;
  }
}

.om {
  padding: 2% 0 1%;
  background-image: url(../images/om_bg.jpg);
}

.om .l .phone {
  display: flex;
  align-items: center;
  margin-top: 2%;
}

.om .l .phone .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 50%;
  width: 45px;
  border: 1px #fff solid;
  margin-right: 1%;
}

.om .l {
  width: 40%;
}

.om .r {
  width: 50%;
}

.om .l .phone .icon img {
  width: 30px;
  height: 30px;
}

.om .input {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #fff;
  margin-bottom: 1%;
}

.om input {
  padding: 14px;
  color: #fff;
  flex: 1;
}

.om input::-webkit-input-placeholder {
  color: #fff;
}

.om .input1 {
  width: 45%;
}

/* .om .input2 */
.om .input3 {
  width: 100%;
}

.om .more2 {
  border-radius: 0px;
  width: 100%;
  justify-content: flex-end;
}

.om .more2 a {
  border-radius: 0px;
}

.om .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3%;
}

.blog {
  background-color: #f8f9fa;
  padding: 2% 0;
}

.blog .content {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 0.5%;
}

.blog .l {
  width: 40%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.blog .l:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

/* 左侧主新闻区域样式 */
.blog .l .ltj {
  display: block;
  padding: 20px;
}

.blog .l .ltj .news-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  margin-top: 0;
}

.blog .l .ltj .p1 {
  display: none;
}

.blog .l .ltj .pAspan {
  padding-left: 0;
}

.blog .l .ltj .news-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin-bottom: 12px;
}

.blog .l .ltj .news-abstract {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog .r {
  width: 60%;
}

.blog .img {
  position: relative;
  padding-bottom: 45%;
  display: block;
  overflow: hidden;
  width: 100%;
}

.blog .img img {
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ltj {
  display: flex;
  padding: 2%;
  transition: all 0.3s ease;
}

.ltj .p1 {
  font-size: 56px;
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-right: 4%;
  font-family: monospace;
}

.ltj .pAspan {
  line-height: 1.4;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  padding-left: 3%;
  box-sizing: border-box;
}

.ltj .pAspan p {
  margin-bottom: 8px;
}

.blog .r ul {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
}

.blog .r ul li {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 20px;
  transition: all 0.3s ease;
  min-height: 120px;
}

.blog .r ul li:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

/* 右侧新闻列表样式 */
.blog .r .ltj {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  text-decoration: none;
}

.blog .r .ltj .news-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.blog .r .ltj .p1 {
  display: none;
}

.blog .r .ltj .pAspan {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.blog .r .ltj .news-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-shrink: 0;
}

.blog .r .ltj .news-abstract {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}

@media screen and (max-width: 1780px) {

  .img_bg {
    min-height: 670px;
  }
}

@media screen and (max-width: 1600px) {

  .img_bg {
    min-height: 640px;
  }

  .plan_item {
    top: 43%;
  }
}

@media screen and (max-width: 1500px) {

  /* .plan_li .l span {
    -webkit-line-clamp: 4;
  } */
}

@media screen and (max-width: 1340px) {

  .img_bg {
    min-height: 570px;
  }

  .plan_item {
    top: 44%;
  }
}

@media screen and (max-width: 1240px) {

  .img_bg {
    min-height: 500px;
  }
}

@media screen and (min-width: 1450px) {
  .plan_data {
    padding-bottom: 32.05%;
  }
}

@media screen and (max-width: 1280px) {
  .video-com {
    margin-left: 0;
    left: 10%;
  }

  .plan_item {
    width: 100%;
    padding-left: 4%;
    box-sizing: border-box;
  }

  /* .plan_li .l span {
    -webkit-line-clamp: 2;
  } */

  .process {
    padding: 6% 4% 3%;
  }

}

@media screen and (max-width: 1220px) {

  .plan_item {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {

  .plan ul li a {
    font-size: 16px;
  }

  .plan ul li {
    padding: 4px 2%;
  }

  /* .plan_li .l span {
    -webkit-line-clamp: 1;
  } */

  .img_bg {
    min-height: 460px;
  }
}

@media screen and (max-width:1024px) {
  .clearfix {
    /* display: grid; */
    grid-template-columns: repeat(5, minmax(0, 1fr));
    /* gap: 10px; */
  }

  .clearfix .links{
    padding: 0 40px;
  }

  /* 合作伙伴响应式 - 手机 */
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .ban-pagination {
    display: none !important;
  }
}

@media screen and (min-width:961px) {}

@media screen and (max-width:960px) {
  .clearfix {
    /* display: grid; */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* gap: 10px; */
  }

  .clearfix .links{
    padding: 0 40px;
  }

  .more a {
    padding: 0px 20px;
  }

  .abouts .con {
    align-items: center;
  }

  .about-grid a {
    font-size: 16px;
  }

  .about-grid img {
    width: 26px;
    height: 26px;
  }

  .plan ul li {
    padding: 4px 1%;
    margin: 0 2px;
  }

  .img_bg {
    min-height: 380px;
  }

  .ltj .p1 {
    font-size: 40px;
  }
}

@media screen and (max-width:860px) {
  .img_bg {
    min-height: 350px;
  }

  .plan_item {
    top: 51%;
  }

  .plan_li .l .p2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 800px) {
  .clearfix {
    /* display: grid; */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* gap: 10px; */
  }

  .clearfix .links{
    padding: 0 40px;
  }

  .ban-pagination {
    display: none !important;
  }

  .abouts .con {
    display: block;
  }

  .abouts {
    padding-top: 3%;
    padding-bottom: 5%;
  }

  .about-l {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 5%;
  }

  .about-r {
    width: 100%;
  }

  .more2 a {
    padding: 3px 24px;
  }

  .about-grid a {
    font-size: 18px;
  }

  .about-grid img {
    width: 30px;
    height: 30px;
  }

  .plan ul {
    justify-content: end;
    overflow-x: auto;
  }

  .plan ul li {
    white-space: nowrap;
    padding: 2px 2%;
  }

  /* .plan_li .l span {
    display: none;
  } */

  .plan_item {
    padding: 0;
    /* margin-top: 2%; */
    top: 26%;
  }

  /* .plan_li .l {
    padding: 4%;
  } */
  /* .plan_li .l {
    flex-direction: unset;
    align-items: center;
  } */

  .plan_li .l,
  .plan_li .r {
    width: 100%;
  }

  /* .plan_li {
    flex-flow: wrap;
    position: relative;
    padding: 4%;
    box-sizing: border-box;
  } */
  /* .plan_li .l .more2 {
    display: block;
  } */

  .plan_data {
    padding: 0;
    width: 100%;
  }

  .img_bg {
    min-height: 710px;
  }

  .plan_item .plan_data .onn {
    flex-flow: wrap;
    position: relative;
    padding: 0% 4% 4%;
    box-sizing: border-box;
  }

  .customer ul {
    overflow-x: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1%;
  }

  .customer ul li {
    overflow: visible;
    padding-bottom: 0%;
  }

  .customer ul .img {
    position: relative;
  }

  .customer ul .img img {
    max-height: 70px;
    width: auto;
  }

  /* 合作伙伴响应式 - 平板 */
  .partners-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
  }

  .om .l .phone .icon {
    height: 35px;
    width: 35px;
  }

  .om {
    padding: 6% 0 4%;
  }

  .om .l {
    width: 100%;
  }

  .om .r {
    width: 100%;
    margin: 3% 0;
  }

  .om .l .phone .icon img {
    width: 20px;
    height: 20px;
  }

  .om .input1 {
    width: 100%;
  }

  .om .form {
    margin-top: 1%;
  }

  .blog .content .hidd2 {
    -webkit-line-clamp: 1;
  }

  .ltj .p1 {
    font-size: 34px;
  }

  .ltj .p1 span {
    font-size: 10px;
  }

  .blog .r {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {

  /* 新闻模块响应式 */
  .blog .content {
    flex-direction: column;
  }

  .blog .l {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog .r {
    display: none;
  }

  .more a {
    padding: 0px 18px;
  }

  .banner2 {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .more2 a {
    padding: 1px 14px;
  }

  .abouts {
    padding-bottom: 6%;
  }

  .about-grid a {
    font-size: 14px;
  }

  .about-grid img {
    width: 24px;
    height: 24px;
  }

  .about-grid {
    grid-gap: 6%;
  }

  .blog .l {
    width: 100%;
  }

  .blog .r {
    display: none;
  }

  /* 合作伙伴响应式 - 小屏幕 */
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
  }
}

@media screen and (max-width: 550px) {
  .clearfix {
    /* display: grid; */
    grid-template-columns: repeat(1, minmax(0, 1fr));
    /* gap: 10px; */
  }

  .clearfix .links{
    padding: 0 40px;
  }

  .plan_item {
    top: 31%;
  }

  .img_bg {
    min-height: 615px;
  }
}

@media screen and (max-width: 430px) {
  .plan_item {
    top: 34%;
  }

  .img_bg {
    min-height: 540px;
  }

}

@media screen and (max-width: 420px) {
  .plan_item {
    top: 38%;
  }

  .img_bg {
    min-height: 585px;
  }

}

@media screen and (max-width: 400px) {

  .about-l {
    padding-top: 3%;
    padding-bottom: 7%;
  }

  .about-grid {
    grid-gap: 2%;
  }
}

/* Footer 紧凑布局样式 */
.footer-compact {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 30px 0 20px;
  margin-top: 40px;
}

.footer-compact .con {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-compact .footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  gap: 40px;
}

.footer-compact .contact-info {
  flex: 1;
  max-width: 30%;
}

.footer-compact .contact-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #3498db;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
  display: inline-block;
}

.footer-compact .contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.footer-compact .contact-details span {
  font-size: 13px;
  line-height: 1.4;
  color: #bdc3c7;
  white-space: nowrap;
}

.footer-compact .contact-details a {
  color: #3498db;
  text-decoration: none;
}

.footer-compact .contact-details a:hover {
  text-decoration: underline;
}

.footer-compact .links-section {
  flex: 1;
}

.footer-compact .links-section h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #3498db;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
  display: inline-block;
}

.footer-compact .links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
}

.footer-compact .links-list a {
  font-size: 13px;
  color: #bdc3c7;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.footer-compact .links-list a:hover {
  color: #3498db;
  text-decoration: underline;
}

.footer-compact .footer-bottom {
  border-top: 1px solid #34495e;
  padding-top: 15px;
}

.footer-compact .copyright-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 12px;
  line-height: 1.4;
  color: #95a5a6;
}

.footer-compact .copyright-info span {
  white-space: nowrap;
}

.footer-compact .gab-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-compact .gab-info img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* 桌面端响应式 */
@media screen and (min-width: 769px) {
  .footer-compact .footer-main {
    flex-direction: row;
  }

  .footer-compact .copyright-info {
    justify-content: center;
  }
}

/* 移动端响应式 */
@media screen and (max-width: 768px) {
  .footer-compact {
    padding: 25px 0 15px;
  }

  .footer-compact .con {
    padding: 0 15px;
  }

  .footer-compact .footer-main {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
  }

  .footer-compact .contact-info,
  .footer-compact .links-section {
    max-width: 100%;
  }

  .footer-compact .contact-details {
    flex-direction: column;
    gap: 6px;
  }

  .footer-compact .contact-details span {
    white-space: normal;
  }

  .footer-compact .links-list {
    justify-content: flex-start;
  }

  .footer-compact .copyright-info {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .footer-compact .gab-info {
    justify-content: center;
  }
}

/* 行业应用区块样式 */
.industry-applications {
  padding: 40px 0;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.industry-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.industry-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  z-index: 1;
}


.industry-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* 背景图片类 */
.industry-bg-1 {
  background-image: url('/images/app_1.png');
}

.industry-bg-2 {
  background-image: url('/images/app_2.png');
}

.industry-bg-3 {
  background-image: url('/images/app_3.png');
}

.industry-bg-4 {
  background-image: url('/images/app_4.png');
}

.industry-bg-5 {
  background-image: url('/images/app_5.png');
}

.industry-bg-6 {
  background-image: url('/images/app_6.png');
}

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

.industry-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.industry-content p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* 响应式设计 */
@media screen and (max-width: 992px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .industry-item {
    padding: 25px 15px;
    min-height: 180px;
  }

  .industry-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }

  .industry-content p {
    font-size: 13px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  }
}

@media screen and (max-width: 768px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 15px;
  }

  .industry-item {
    padding: 20px 15px;
    min-height: 160px;
  }

  .industry-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }

  .industry-content p {
    font-size: 12px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  }
}

@media screen and (max-width: 576px) {
  .industry-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .industry-item {
    padding: 20px 15px;
    min-height: 140px;
  }

  .industry-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }

  .industry-content p {
    font-size: 11px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  }
}
/* 行业应用改版：左右两栏布局与预览样式 */
.applications-layout {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.applications-left {
  flex: 0 0 40%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.application-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 20px 12px;
  min-height: 120px;
  text-align: center;
  transition: all 0.2s ease;
}

.application-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.application-card .label {
  font-size: 16px;
  color: #333;
}

.application-card:hover {
  border-color: #d01817; /* 站点主色 */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.application-card.active {
  /* 选中态仅突出边框与轻微阴影，不改变背景色 */
  border-color: #d01817; /* 站点主色 */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
/* 选中态保持原始图标与文字颜色 */
.application-card.active .label { color: #333; }
.application-card.active img { filter: none; }

.applications-right {
  flex: 1 1 auto;
  position: relative;
  min-height: 360px;
  border-radius: 12px;
  overflow: hidden;
}

.applications-right .preview-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.applications-right .preview-overlay {
  position: absolute;
  bottom: 0; /* 与父容器底部对齐 */
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 18px 20px;
  width: 100%;
}

.applications-right .preview-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.applications-right .preview-desc {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 12px 0;
}

.applications-right .preview-more {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 20px;
  background: #d01817; /* 站点主色 */
  color: #fff;
}

@media screen and (max-width: 992px) {
  .applications-layout { flex-direction: column; }
  .applications-left { grid-template-columns: repeat(2, 1fr); }
  .applications-right { min-height: 280px; }
  .applications-right .preview-overlay { max-width: 100%; left: 16px; right: 16px; bottom: 16px; }
}

@media screen and (max-width: 576px) {
  .applications-left { grid-template-columns: repeat(2, 1fr); }
}
