﻿.c-product-banner {
    width: 100%;
}
.c-product-banner img {
    width: 100%;
    object-fit: cover;
}
.c-product-nav {
    padding: 10px 0;
    box-sizing: border-box;
}
.c-product-nav a {
    margin-right: 10px;
}
.c-product-nav span {
    margin-left: 10px;
}
.c-product-nav a :hover {
    color: #589deb;
}
.c-porduct-table {
    display: flex;
    justify-content: center;
}
.c-porduct-table a {
    padding: 0 40px;
    text-align: center;
}
    .c-porduct-table a.c-active {
        color: #589deb;
    }
    .c-porduct-table a h3 {
        font-weight: 700;
    }
    .c-porduct-table a:hover h3 {
        color: #589deb;
    }
.c-product-item {
    margin-top: 40px;
}
    .c-product-item ul {
        display: flex;
        flex-flow: row wrap;
    }
    .c-product-item li {
        width: 23%;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 2%;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        font-size: 12px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        transition: all 0.5s ease-out;
    }
    .c-product-item li img {
        width: 100%;
    }
    .c-product-item li a h3 {
        padding: 20px;
        box-sizing: border-box;
    }
    .c-product-item li:hover{
        transform: translateY(-10px)
    }
.c-news-nav {
    width: 100%;
    padding: 20px;
    background: #f7f7f7;
    box-sizing: border-box;
}

    .c-news-nav a {
        padding-right: 5px;
    }

        .c-news-nav a:hover {
            color: #589deb;
        }

    .c-news-nav span {
        padding-left: 10px;
    }
/*详情*/
.c-news-detail-main {
    padding: 20px 0;
}

    .c-news-detail-main h3 {
        font-size: 32px;
        font-weight: normal;
        color: #589deb;
    }

.c-news-detail-tool {
    margin: 10px 0;
}

    .c-news-detail-tool span {
        margin-right: 20px;
    }

.c-news-detail-content {
    margin: 30px 0;
}

.c-news-detail-bot {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dcdcdc;
    padding: 10px 0;
}

    .c-news-detail-bot a {
        flex: 1;
        color: #8c8c8c;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 20px 0 0;
        box-sizing: border-box;
    }

        .c-news-detail-bot a:nth-child(2n) {
            text-align: right;
            padding: 0 0 0 20px;
        }

        .c-news-detail-bot a:hover {
            color: #589deb;
        }
@media (max-width:1250px) {
    .c-news {
        margin-top: 40px;
    }

    .c-news-detail-main h3 {
        font-size: 28px;
    }
}
@media (max-width:1100px) {
    .c-product-item li{
        width: 31.3%;
    }
}
@media (max-width:750px) {
    .c-product-item li {
        width: 48%;
    }
    .c-news-detail-main h3 {
        font-size: 24px;
    }
}
@media (max-width:500px) {
    .c-product-item li {
        width: 100%;
        margin-bottom: 5%;
    }
    .c-porduct-table img {
        width: 60px;
        height: 60px;
    }
    .c-porduct-table a h3 {
        font-size: 14px;
    }
}
