.index-service .list2 { grid-template-columns: repeat(2, 1fr); margin-top: 16px; }
.index-banner .down .item-box .hoverBox  { width: 100%; height: 100%; position: absolute; top:0; left: 0; background: #323232db;  padding: 0.4rem 0;  
    display: flex; align-items: center; justify-content: center; opacity: 0; 
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
.index-banner .down .item-box { cursor: pointer;}
.index-banner .down .item-box:hover .hoverBox { opacity: 1; }
.index-banner .down .swiper-main .swiper-slide { height: auto; }
.index-banner .down .swiper-main { padding: 0; }
.index-banner .down .item-box { padding: 0.4rem 0;     height: 100%; }
.word_footBox { width: 100%; height: auto; margin-top: 0.35rem; display: flex; justify-content: space-between; font-size: var(--font14); }
.word_footBox .foot1box { width: 45%;  display: flex; flex-direction: column; gap: 0.1rem; color: #6e6e6e; }


@media (max-width:990px) { 
    .index-swiper .swiper-slide .container { align-items: start; padding-top: 130px; }
    .index-quality .wrap-left .img img { min-height: 450px; }
    #footer .foot-nav { display: none; }
    .word_footBox .foot1box { width: 100%; }
    .word_footBox { flex-direction: column; }
    #footer .footer-up .wrap-box {
    flex-direction: column-reverse;
    display: flex !important;
}
.index-service .list2 { grid-template-columns: repeat(1, 1fr); margin-top: 16px; }
}


.btn-container .more-primary .more-primary-str { font-size: clamp(18px, 0.24rem, 24px); }


.btn-container .more-primary.active .more-primary-circle:before, .btn-container .more-primary:hover .more-primary-circle:before {
     transform: scale(23) !important;
}



























