.color_title {
 background: linear-gradient(30deg, #45b5ba, #45b5ba 0%, #355c97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  color: unset;
}

.biaobang{
   aspect-ratio: 9 / 2;
}
.product_banner{
   
   height: 280px;
}
.tab_underline .e-n-tabs-heading{
   position: relative;
      overflow: visible;
}


.tab_underline .e-n-tabs-heading:after{
   position: absolute;
   content: "";
   width: 100%;
   height: 2px;
   background: #ddd;
   bottom: -2px;
   z-index: 1;

}

.index_chanpin{
   aspect-ratio: 1 / 1;
}


#index_news {
    width: 100%;
    padding: 20px 0;
}

#index_news .in-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

#index_news .in-card {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#index_news .in-thumb {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
}

#index_news .in-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

#index_news .in-thumb:hover img {
    transform: scale(1.04);
}

#index_news .in-thumb-placeholder {
    position: absolute;
    inset: 0;
    background: #e8edf2;
}

 
#index_news .in-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

#index_news .in-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1.5px solid #45b5ba;
    border-radius: 2px;
    flex-shrink: 0;
}

#index_news .in-meta time {
    font-size: 14px;
    color: #0d2242;
}

/* 标题 */
#index_news .in-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

#index_news .in-title a {
    color: #0d2242;
    text-decoration: none;
    transition: color 0.2s;
}

#index_news .in-title a:hover {
    color: var(--color-primary);
}

/* 响应式 */
@media (max-width: 900px) {
    #index_news .in-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 768px) {
    #index_news .in-grid {
      padding: 30px;
        grid-template-columns: 1fr;
        gap: 50px;
     
    }

 .e-n-tabs-heading{
   display: flex!important;
   justify-content: space-center!important;
}
    .e-n-tabs-heading button:first-child{
   order: 0!important;
   width: 45%!important;
   display: inline-block;
}
    .e-n-tabs-heading button:last-child{
   order: 0!important;
    width: 45%!important;
      display: inline-block;
}

.tab_underline .e-n-tabs-heading:after{
 
   bottom: 8px;
   z-index: 1;


}

.elementor-widget-n-tabs .e-n-tab-title{
  transition: none!important; 
}
#index_news .in-title {
    font-size: 14px;
 
}


}

