﻿a:hover {
    text-decoration: none;
}
.con_tit h1 {
    display: none;
}
.products-subNav {
    display: block;
    width: 100%;
    height: 8.6vh;
    line-height: 8.6vh;
    text-align: center;
    background-color: #EBEBEB;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    
}

.products-subNav:hover {
    background-color: #EE1D25;
    color: #FFF;
}
    .products-subNav.active {
        background-color: #EE1D25;
        color: #FFF;
    }
.product-list {
    display: flex;
    text-align: center;
    height: auto;
    justify-content: center;
    margin-bottom: 50px;
    --bs-gutter-x: 30px;
}
.product-info {
    width: 14%;
    margin-top: 10px;
   
}
.row.product-list-in .col-md-6.col-sm-6.col-xs-6 {
    
    margin-bottom:30px;
}

.product-list-url {
    display: block;
    border: solid 1px #E1E1E1;
    border-radius: 12px;
    overflow: hidden;
    color:#333;
}
    .product-list-url:hover {
        color: rgb(238,29,37);
        box-shadow: 0 0 20px 0 rgba(40,40,42,.3);
    }
        .product-list-url:hover .ico {
            background-position: -441px -222px;
        }
        .product-list-in-img {
            height: 45vh;
            overflow: hidden;
            display: flex;
            justify-content: center; /* 水平居中 */
            align-items: center; /* 垂直居中 */
        }
    .product-list-in-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
.products-list-txt {
    padding: 20px 38px 25px 25px;
    border-top: solid 1px #E1E1E1;
}

    .products-list-txt span, .products-list-txt strong, .products-list-txt em {
        display: block;
        font-size:14px;
    }

/*新闻列表*/
.row.news-list-in2 {
    border: solid 1px #ccc;
    
    border-radius: 12px;
    padding:25px;
    margin-bottom:35px;
}
    .row.news-list-in2:hover {
        box-shadow: 0 0 10px #e1e1e1;
    }
    .row.news-list-in2 a {
        display: block;
        display: flex;
    }
.news-pic img {
    width: 100%;
}
.news-title a {
    color: #000;
    font-size: 18px;
}
.news-time {
    color: #ABABAB;
    line-height:40px;
}
.news-brief {
    font-size:14px;
    color:#000;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
}
@media screen and (max-width: 994px) {
}

@media only screen and (min-width: 768px) and (max-width: 994px) {
    .product-info {
        width: 20%;
    }
}
@media only screen and (max-width: 767px) {
    .products-subNav {
        display: block;
        width: 100%;
        height: 5.6vh;
        line-height: 5.6vh;
        text-align: center;
        background-color: #EBEBEB;
        border-radius: 8px;
    }
    .product-info {
        width: 33%;
        font-size:14px;
    }
}
@media (max-width: 576px) {
    .news-info {
        margin-top:30px;
    }
} 