
.banner {
position: relative;
}

.swiper-button-prevbanner {
    position: absolute;
top: 0;
 left: 0;
 /*transform: translate(-50%, -50%);*/
    width: 6.5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(255,255,255,0.6);*/
        color: rgba(255, 255, 255, 0);
    z-index: 998;
    /*font-size: 1rem !important;*/
    font-weight: bold;
     cursor: pointer;
     z-index: 998;
     border-radius: 50px;
}
/*.swiper-button-prevbanner:hover {*/
/*    background: linear-gradient(90deg, rgba(255,255,255,0.6) 0%, rgba(0,0,0,0) 100%);*/
/*     transition: all 0.6s;*/
/*}*/

.swiper-button-nextbanner {
   position: absolute;
    top: 0%;
 right: 0%;
 /*transform: translate(-50%, -50%);*/
    width: 6.5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(255,255,255,0.6);*/
        color: rgba(255, 255, 255, 0);
    z-index: 998; 
    /*font-size: 1rem !important;*/
    /*font-weight: bold;*/
     cursor: pointer;
     z-index: 998;
     border-radius: 50px;
}
/*.swiper-button-nextbanner:hover {*/
/*    background: linear-gradient(90deg, rgba(0,0,0,0)  0%, rgba(255,255,255,0.6) 100%);*/
/*     transition: all 0.6s;*/
/*}*/

.swiper-button-prevbanner i,
.swiper-button-nextbanner i {
    font-size: 0.3rem !important;
    /*color: rgba(14, 78, 235, 0);*/
    font-weight: bold;
    /*transform: scale(1.1);*/
    
     /*text-shadow: 0 0 5px 2px rgba(0,0,0,0.1);*/
}

/*.swiper-button-prevbanner:hover,*/
/*.swiper-button-nextbanner:hover {*/
/*    background: #3e8cf2;*/
/*}*/

.ss_act .swiper-button-prevbanner i,
.ss_act .swiper-button-nextbanner i{
    color: #fff;
      text-shadow: 0 0 2px rgba(0,0,0,0.1), 0 0 2px rgba(0,0,0,0.1);
}

.swiper-button-prevbanner:hover i,
.swiper-button-nextbanner:hover i {
    /*color: rgba(0, 0, 0, 0.2);*/
    
    color: #fff;
      text-shadow: 0 0 2px rgba(0,0,0,0.1), 0 0 2px rgba(0,0,0,0.1);
     /*transition: all 0.6s;*/
}

.banner .p_box > img {
    /*height: 100% !important;*/
    /*width: auto;*/
    width: 100% !important;
    /*height: 100%;*/
}

.product_box {
  /*padding: 0.3rem 0;*/
  box-sizing: border-box;
}
.product_box .product {
  display: flex;
  height: 100vh;
}
.product_box .product .l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.4rem 0.7rem 1rem 0;
    /*padding: 0rem 0.7rem 1rem 0;*/
  border-right: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.product_box .product .l .bk_tit {
  text-align: left;
}
.product_box .product .l .bk_tit h5 {
    font-weight: 500 !important;
}
.product_box .product .r {
  padding: 1.4rem 0 1rem 0.3rem;
   /*padding: 0rem 0 0rem 0.3rem;*/
  box-sizing: border-box;
  width: 100%;
}
.product_box .product .r .top_unit {
  padding: 0 0 0.15rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.product_box .product .l .more_btn:hover {
    background: linear-gradient(90deg, #0f9afa 0%, #3aaa97 49.31%, #68bb28 100%) !important;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    /*transition: all 0.6s;*/
}
.product_box .product .r .top_unit ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product_box .product .r .top_unit ul li {
  padding: 0 0.3rem;
  border-right: 1px solid #e0e0e0;
}
.product_box .product .r .top_unit ul li:last-child {
  border: none;
}
.product_box .product .r .top_unit ul li p {
  padding: 0.01rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  margin: 0;
}
.product_box .product .r .top_unit ul li p:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #0f9afa 0%, #3aaa97 49.31%, #68bb28 100%);
  /*transition: all 0.6s;*/
}
.product_box .product .r .top_unit ul .unit_act p {
  color: #fff !important;
  background: linear-gradient(90deg, #0f9afa 0%, #3aaa97 49.31%, #68bb28 100%);
}
.product_box .product .r .bottom_list {
  /*padding: 0.3rem;*/
  box-sizing: border-box;
  /*height: 100%;*/
}
.product_box .product .r .bottom_list .bl_act {
    padding: 10px 0.3rem !important;
  box-sizing: border-box; 
}
.product_box .product .r .bottom_list ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  /*transition: all 0.5s ease;*/
  /*切换效果*/
}
.product_box .product .r .bottom_list ul li::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: " ";
  display: block;
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  background: rgba(0,0,0,0);
}
.product_box .product .r .bottom_list ul li {
    position: relative;
    margin:0 0 10px 0;
  padding: 0.2rem;
  box-sizing: border-box;
}

.product_box .product .r .bottom_list ul li:hover {
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
      transition: all 0.6s;
}

.product_box .product .r .bottom_list ul li:hover::after {
    min-height: 3px;
    background: linear-gradient(90deg, #0f9afa 0%, #3aaa97 49.31%, #68bb28 100%);
      transition: all 0.6s;
}

.product_box .product .r .bottom_list ul li a {
  font-weight: lighter;
  text-decoration: none;
  color: inherit;
}
.product_box .product .r .bottom_list ul li a h4 {
    font-weight: 400;
    text-align: center;
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
 overflow: hidden;
}
/*.product_box .product .r .bottom_list ul li a:hover h4 {*/
/*    font-weight: bold;*/
/*}*/
.product_box .product .r .bottom_list ul li a h5 {
    
    display: none;
  margin: 0.1rem 0 0.25rem 0;
  color: rgba(10, 17, 25, 0.7);
  font-weight: 400;
  /*font-weight: 300;*/
}
.product_box .product .r .bottom_list ul li a .p_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_box .product .r .bottom_list ul li a .p_box img {
    margin: 15px 0 0 0;
  display: block;
  max-width: 80%;
  height: 2.2rem;
}
.product_box .product .r .bottom_list .bl_act {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.bk_tit {
  text-align: center;
}
.bk_tit h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.1rem 0;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: .22rem;
  color: rgba(51, 51, 51, 1);
  font-weight: 400 !important;
}

.bk_tit h5 {
    font-weight: 500;
}
.bk_tit h4::before {
  content: " ";
  display: block;
  margin: 0 14px 0 0;
  width: 0.2rem;
  height: 0.02rem;
  background: linear-gradient(90deg, #0f9afa 0%, #3aaa97 49.31%, #68bb28 100%);
}
.more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 0.48rem;
  border: 1px solid #0a1119;
  border-radius: 50px;
    white-space: nowrap;
    text-transform: capitalize;

}
.service_box .service ul li a h4 {
      text-transform: capitalize;
}
.more_btn i {
  margin: 0 0 0 0.15rem;
   white-space: nowrap;
    transform: translateZ(0); /* 强制GPU渲染，消除锯齿 */
    backface-visibility: hidden; /* 消除毛边神器 */
}
.more_btn:hover {
  background-color: #0f9afa;
  color: #fff;
  border: 1px solid rgba(0,0,0,0);
  /*transition: all 0.6s;*/
}
.sol_box {
    padding: 1rem 0 1rem 0;
    box-sizing: border-box;
}
.sol_box .sol {
  position: relative;
  color: #fff;
  /* 分页器容器：横向排列标签 */
  /* 分页器标签：默认样式 */
  /* 分页器激活态：还原设计图的高亮样式 */
}
.sol_box .sol .bk_tit {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.sol_box .sol .bk_tit h4 {
    color: #fff;
    text-shadow: 0px 0px 2px #00000080;
}
.sol_box .sol .bk_tit h5 {
    text-shadow: 0px 0px 2px #00000080;
}
.sol_box .sol .swipersol {
  position: relative;
  z-index: 1;
}
.sol_box .sol .swipersol img {
  display: block;
  /*width: 100%;*/
  /*max-height: 9.53rem;*/
  height: 100%;
  width: auto;
}
.sol_box .sol .swiper-slide {
  opacity: 0 !important;
}
.sol_box .sol .swiper-slide-active {
  opacity: 1 !important;
}
.sol_box .sol .swiper-button-prevsol,
.sol_box .sol .swiper-button-nextsol {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.42rem;
  min-height: 0.42rem;
  color: #0d3766;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  cursor: pointer;
}
.sol_box .sol .swiper-button-prevsol:hover,
.sol_box .sol .swiper-button-nextsol:hover {
  background-color: #fff;
  transition: all 0.6s;
}
.sol_box .sol .sol_btnbox {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
}
.sol_box .sol .swiper-paginationsol {
    width: 87%;
  margin: 0 0.05rem;
}
.sol_box .sol .swiper-paginationsol {
  display: flex;
  gap: 0.15rem;
  /* 标签之间的间距 */
  align-items: center;
  justify-content: center;
}
.sol_box .sol .swiper-paginationsol .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  /* 取消默认固定宽度，自适应文字 */
  height: 0.6rem;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.06);
  opacity: 1;
  /* 取消默认透明度 */
  font-size: 0.2rem;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
  backdrop-filter: blur(3px);
  text-align: center;
  margin: 0 !important;
}
.sol_box .sol .swiper-paginationsol .swiper-pagination-bullet-active {
  border: 2px solid;
  border-image: linear-gradient(90deg, #0f9afa 0%, #3aaa97 49.31%, #68bb28 100%) 2;
  border-radius: 4px;
  backdrop-filter: blur(3px);
}
.service_box {
  padding: 2rem 0;
  box-sizing: border-box;
  background-image: url(../image/index/2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  /* 关键：按比例铺满容器，不变形 */
  background-position: center center;
  /* 居中显示，裁剪时保留中间核心区域 */
  /*background-attachment: fixed;*/
  /* 如需固定背景，保留（注意：fixed会基于视口定位，容器小的话可能显示不全） */
  perspective: 9.96rem;
}
.service_box .service .rail_tit {
  margin: 0.4rem 0 1.25rem 0;
  text-align: center;
  color: rgba(10, 17, 25, 0.7);
  display: none;
}
.service_box .service ul {
      margin: 0.6rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1rem;
}
.service_box .service ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem;
  box-sizing: border-box;
  justify-content: center;
  background-color: #fff;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.service_box .service ul li a .p_box img {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
}
.service_box .service ul li a h4 {
  margin: 0.3rem 0 0.15rem 0;
}
.service_box .service ul li a p {
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 4;
 overflow: hidden;
  margin: 0 0 0.3rem 0;
  min-height: 0.84rem;
}
.service_box .service ul li a:hover .more_btn {
  /*background: linear-gradient(to right, #64A0DC, #52C480) !important;*/
  background: linear-gradient(90deg, #0f9afa 0%, #3aaa97 49.31%, #68bb28 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(0,0,0,0) !important;
  /*transition: all 0.6s;*/
}
.about_box {
  padding: 2rem 0 3rem 0;
  box-sizing: border-box;
  background-image: url(../image/index/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* 关键：按比例铺满容器，不变形 */
  background-position: center 0.6rem;
   /*居中显示，裁剪时保留中间核心区域 */
  /*background-attachment: fixed;*/
  /* 如需固定背景，保留（注意：fixed会基于视口定位，容器小的话可能显示不全） */
  perspective: 9.96rem;
  color: #fff;
}
.about .bk_tit h4 {
    color: rgba(212, 212, 212, 1);
}
.about_box .about {
    margin: 0.5rem 0 0 0;
  text-align: center;
}
.about_box .about h6 {
  margin: 0.8rem 0 0 0;
  font-weight: 500;
}
.about_box .about p {
  margin: 0.8rem 0;
  line-height: 1.5;

  font-weight: 300;
    /*font-weight: lighter !important;*/
    font-family: 'sss';
}
.about_box .about .more_btn {
  margin: 0 auto;
  color: #fff;
  border: 1px solid #fff;
}
.about_box .about .more_btn:hover {
     /*background: linear-gradient(to right, #64A0DC, #52C480) !important;*/
     background: linear-gradient(90deg, #0f9afa 0%, #3aaa97 49.31%, #68bb28 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(0,0,0,0) !important;
  /*transition: all 0.6s;*/
}
.partner_box {
  padding: 0.8rem 0 0.8rem 0;
}
.partner_box .partner {
    margin: 0 0 2.5rem 0;
  /*overflow: hidden;*/
}
.partner_box .partner .bk_tit {
  margin: 0 0 0.15rem 0;
}
.partner_box .partner .bk_tit h4 {
    margin: 0;
}
.partner_box .partner ul {
  display: flex;
  animation-duration: 20s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: homepage_AnimateLeft;
}
.partner_box .partner ul li {
    margin: 1.5px 5px;
}
.partner_box .partner ul {
    margin: 10px 0;
}
.partner_box .partner ul li img {
  height: 0.93rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0.15rem;
}

.partner_box .partner ul:nth-child(3) li img,
.partner_box .partner ul:nth-child(5) li img {
    border-radius: 10px;
   box-shadow: 2px 10px 10px 1px rgba(0, 0, 0, 0.1);
}

.partner_box .partner ul:nth-child(2),
.partner_box .partner ul:nth-child(4) {
  animation-duration: 50s;
  /*animation-direction: alternate-reverse;*/
}
.partner_box .partner ul:nth-child(3),
.partner_box .partner ul:nth-child(5) {
  animation-duration: 25s;
  /*animation-direction: alternate-reverse;*/
   
}
@keyframes homepage_AnimateLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.banner .swiper-slide-active {
  position: relative;
  z-index: 2;
}



/*.banner {*/
/*    margin: 0 !important;*/
/*}*/

#yd_supbox {
    display: none !important;
}

.news_list ul li:last-child a:hover {
    color: #3e8cf2 !important;
}

.news_list ul li a:hover .text_box {
    background: rgba(0, 0, 0, 0.1);
}

.news_list ul li a .p_box {
    overflow: hidden;
}

.news_list ul li a:hover .p_box img {
     transform: scale(1.1);
     transition: all 0.3s;
}

.news_list ul li a .content_box {
    display: none !important; 
}

.news_list ul li a h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    /*height: 55px;*/
}

.news_list ul li:last-child a h5 {
    margin: 0 !important;
    height: auto !important;
}

.news_list ul li a .p_box {
    height: 2.6rem;
    overflow: hidden;
}

@media screen and (max-width: 1366px) {
    .product_box .product .r .bottom_list ul li a .p_box img {
        height: 2.2rem;
    }
    
    .partner-footer-section .partner_box {
            padding: 0.8rem 0 20px 0 !important;
}
}
@media screen and (max-width: 1280px) {
    .product_box .product .r .bottom_list ul li a .p_box img {
        height: 2.2rem;
    }
}


/*修改*/
@media screen and (max-width: 980px) {
    
    .product_box .product .r .bottom_list ul li a h4 {
        height: 50px;
        display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 font-size: 15px !important;
    }
    
    .product_box .product .r .bottom_list ul li {
        padding: 0;
    }
    
    .product_box .product .r .bottom_list .bl_act {
        padding: 10px 0.2rem !important;
    }
    
    /*.product_box .product .r .bottom_list ul li a h4 {*/
    /*    height: 72px;*/
    /*}*/
    
    .more_btn {
        width: 2rem;
    }
    
    .news_morebtn {
        padding: 3px 10px;
    }
    
    .news_list ul li a .p_box {
        /*max-height: 210px;*/
        height: auto;
        overflow: hidden;
    }
    
    .news_list ul li a .new_line .address_box {
        display: none !important;
    }
    
    .news_list ul li a .content_box {
        display: block !important;
    }
    
    .news_list ul li a .content_box {
        display: none !important;
    }
    
    .news_list ul li a .new_line .address_box,
    .news_list ul li a .new_line .time_box{
        font-size: 14px !important;
    }
    
    .news_list ul li a .content_box {
        font-size: 12px !important;
    }
    
    .news_list ul li:last-child a:last-child .time_box {
        font-size: 14px !important;
    }
    
    .news_list ul li:last-child dd {
        margin: 0 0 10px 0;
    }
    
    .news_list ul li:last-child dd:last-child {
        margin: 0;
    }
    
    .partner_box {
        display: none;
    }
    
    .service_box .service ul li a p {
        text-align: center;
        margin: 0 0 10px 0;
    }
    
    .service_box .service ul li a {
        width: 80%;
        margin: 0 auto;
    }
    
      .product_box .product .l {
        align-items: center;
        flex-direction: row;
    }
    
     .product_box .product .l .more_btn {
         margin: 0 !important;
     }
    
    
    .sol_box .sol .sol_btnbox {
        width: 100%;
    }
    
    .partner_box .partner {
        margin: 0;
    }
    
    #pc_supbox {
        display: none !important;
    }
    
    #yd_supbox {
        display: block !important;
    }
    
    .banner {
        margin: 60px 0 0 0 !important;
    }
    
    /*.sol_box .sol .swiper-paginationsol .swiper-pagination-bullet {*/
    /*    background-color: #3e8cf2 !important;*/
    /*}*/
    
  .product_box .product .l,
  .product_box .product .r {
    width: 100%;
  }
  .product_box .product {
    flex-wrap: wrap;
  }
  .product_box {
    padding: 30px 0;
  }
  .product_box .product .l {
    padding: 0;
    border: none;
  }
  .product_box .product .l .bk_tit h5 {
    margin: 10px 0;
    text-align: center;
  }
  .more_btn {
    margin: 0 auto;
  }
  .product_box .product .r {
    padding: 20px 0;
  }
  .product_box .product .r .top_unit ul {
    overflow: scroll;
  }
  .product_box .product .r .top_unit ul li {
    white-space: nowrap;
  }
  .product_box .product .r .bottom_list ul li a .p_box img {
    height: auto;
  }
  .product_box .product .r .bottom_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_box .product .r .bottom_list ul::after {
    display: none;
  }
  .sol_box .sol .swiper-paginationsol {
    gap: 10px;
    justify-content: start;
  }
  .service_box {
    padding: 30px 0;
  }
  .service_box .service ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .service_box .service ul li {
    margin: 0 0 10px 0;
  }
  .service_box .service ul li:last-child {
    margin: 0;
  }
  .sol_box .sol .bk_tit {
    top: 30px;
  }
  .sol_box .sol .sol_btnbox {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
  .about_box {
    padding: 30px;
  }
  .about_box .about h6 {
    margin: 10px 0 0 0;
  }
  .about_box .about p {
    margin: 10px 0;
  }
  .service_box .service .rail_tit {
    margin: 10px 0 15px 0;
  }
  .more_btn {
    font-size: 14px;
  }
  .sol_box .sol .swiper-paginationsol .swiper-pagination-bullet {
      /*display: block;*/
    width: auto;
    min-width: 220px !important;
    white-space: nowrap;
  }
  .sol_box .sol .sol_btnbox {
          margin: 10px 0 20px 0;
  }
  .sol_box .sol .swiper-paginationsol {
    /*margin: 10px 0 20px 0;*/
    max-width: 100%;
    overflow: scroll;
  }
  .sol_box .sol .swiper-button-prevsol,
  .sol_box .sol .swiper-button-nextsol {
    /*display: none;*/
  }
  .banner .p_box .text_box ul li img {
    width: 30px;
    height: 30px;
  }
  .float-list {
    gap: 0;
  }
  .banner .p_box .text_box ul li:nth-child(2),
  .banner .p_box .text_box ul li:nth-child(4) {
    margin: 15px 15px 0 0;
  }
  .banner .p_box .text_box ul li {
    margin: 0 15px 0 0;
  }
  .banner .p_box .text_box ul li:nth-child(3) {
    margin: 20px 15px 0 0 ;
  }
  .banner .p_box .text_box .text h5 {
    margin: 0 0 10px 0;
  }
  .banner .p_box .text_box .text h4 {
    margin: 10px 0;
  }
  .banner .p_box .text_box .text .banner_logo {
    display: none;
  }
  .product_box .product .r {
    padding: 0;
  }
  .product_box .product .r .top_unit {
    margin: 10px 0 0 0;
  }
  .more_btn {
    padding: 3px 10px;
  }
  
  .banner .p_box > img {
      width: 100%;
      height: auto;
  }
  .sol_box .sol .swipersol img {
      width: 100% !important;
      height: auto;
  }
  
  .sol_box {
      padding: 20px 0;
  }
  
  .product_box .product {
      height: auto;
  }
}
