﻿.mindex {
}

    .mindex .banner img {
        display: block;
        width: 100%;
    }
    /****/
    .mindex .hxysmain {
        background-color: #f8f9fa;
        padding-bottom: 0.2rem;
        padding-top: 0.2rem;
    }

        .mindex .hxysmain .scnnm {
            font-size: 0.26rem;
            color: #0a2463;
            margin-bottom: 15px;
            text-align: center;
            font-weight: bold;
        }

        .mindex .hxysmain .scnms {
            text-align: center;
            line-height: 1.5;
            margin-bottom: 0.2rem;
        }

        .mindex .hxysmain .swiper {
            width: 94%;
            margin: 0 auto;
        }

        .mindex .hxysmain .swiper-slide {
            background-color: #FFF;
            border-radius: 4px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s, box-shadow 0.3s;
            padding: 0.3rem 0.1rem;
        }

    .mindex .hxSwiper .ico {
        width: 0.8rem;
        height: 0.8rem;
        background-color: rgba(10, 36, 99, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 0.2rem;
        color: #0a2463;
        font-size: 0.2rem;
    }

    .mindex .hxSwiper img {
        display: block;
    }

    .mindex .hxSwiper .iconm {
        text-align: center;
        line-height: 0.5rem;
        font-size: 0.18rem;
        font-weight: bold;
        color: #0a2463;
    }

    .mindex .hxSwiper .icoms {
        line-height: 0.3rem;
        font-size: 0.12rem;
        text-align: center;
    }
    /****/
    .mindex .conmain {
        background-color: #FFF;
        padding: 0.2rem 0;
    }

        .mindex .conmain .imgflex {
            width: 94%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

            .mindex .conmain .imgflex img {
                display: block;
                width: 49%;
                border-radius: 4px;
            }

        .mindex .conmain .conm {
            font-size: 0.26rem;
            line-height: 0.6rem;
            color: #0a2463;
            text-align: center;
            font-weight: bold;
        }

        .mindex .conmain .coms {
            width: 94%;
            margin: 0 auto;
            /****/
            text-indent: 2em;
            color: #666;
            line-height: 2;
            font-size: 0.14rem;
            /****/
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            word-break: break-all;
            white-space: normal;
        }

        .mindex .conmain .szul {
            width: 94%;
            margin: 0 auto;
            margin-top: 0.1rem;
            /****/
            display: flex;
            justify-content: space-between;
        }

        .mindex .conmain .sznm {
            font-weight: bold;
            color: #333;
            line-height: 1.5;
        }

        .mindex .conmain .sznum {
            display: flex;
        }

        .mindex .conmain .sz {
            font-size: 0.3rem;
            font-weight: bold;
            color: #f97316;
        }

        .mindex .conmain .dw {
            margin-top: 0.14rem;
            font-size: 0.12rem;
        }
    /****/
    .mindex .colink {
        width: 94%;
        margin: 0 auto;
        margin-top: 0.1rem;
        display: flex;
        justify-content: space-between
    }

        .mindex .colink a {
            display: block;
            width: 18%;
            padding: 0.1rem 0;
            text-align: center;
            border: 1px solid #003466;
            border-radius: 4px;
        }

            .mindex .colink a img {
                display: block;
                width: 50%;
                margin: 0 auto;
                margin-bottom: 0.04rem;
            }
    /*****/
    .mindex .prodmain {
        background-color: #f8f9fa;
        padding-bottom: 0.2rem;
        padding-top: 0.2rem;
    }

        .mindex .prodmain .scnnm {
            font-size: 0.26rem;
            color: #0a2463;
            margin-bottom: 15px;
            text-align: center;
            font-weight: bold;
        }

        .mindex .prodmain .scnms {
            text-align: center;
            line-height: 1.5;
            margin-bottom: 0.2rem;
        }

    .mindex .prodlist {
        width: 94%;
        margin: 0 auto;
        margin-top: 0.1rem;
    }

        .mindex .prodlist img {
            display: block;
            width: 100%;
            border-radius: 2px;
        }

        .mindex .prodlist .prodimg {
            position: relative;
        }

        .mindex .prodlist .pxl {
            position: absolute;
            z-index: 1;
            left: 0.15rem;
            top: 0.15rem;
            color: #1e40af;
            background-color: #dbeafe;
            padding: 0px 0.1rem;
            line-height: 0.3rem;
            height: 0.3rem;
            border-radius: 0.04rem;
            font-size: 0.14rem;
            font-weight: 500;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"
        }

        .mindex .prodlist .prodnm {
            color: #003466;
            line-height: 0.4rem;
            font-size: 0.18rem;
            font-weight: bold;
        }

        .mindex .prodlist .sxul {
            margin-bottom: 0.1rem;
        }

        .mindex .prodlist .sxli {
            float: left;
            box-sizing: border-box;
            width: 48%;
            margin-right: 4%;
            margin-bottom: 0.1rem;
        }

            .mindex .prodlist .sxli:nth-child(2n+2) {
                margin-right: 0%;
            }

        .mindex .prodlist .sxnm {
            font-size: 0.16rem;
            height: 0.3rem;
            line-height: 0.3rem;
            color: #333;
        }

        .mindex .prodlist .sxval {
            font-size: 0.16rem;
            color: #333;
            margin-top: 0.05rem;
        }

        .mindex .prodlist .seemore {
            display: block;
            width: 100%;
            color: #333 !important;
            line-height: 0.5rem;
            background-color: #F1F1F1;
            border: 1px solid #CCC;
            border-radius: 4px;
            font-size: 0.18rem;
            text-align: center;
            margin: 0.1rem 0;
        }
    /****/
    .mindex .newsmain {
        width: 94%;
        margin: 0 auto;
        margin-top: 0.1rem;
    }

        .mindex .newsmain .scnnm {
            font-size: 0.26rem;
            color: #0a2463;
            margin-bottom: 15px;
            text-align: center;
            font-weight: bold;
        }

        .mindex .newsmain .newsul {
        }

            .mindex .newsmain .newsul a {
                display: block;
                margin-bottom: 0.2rem;
                color: #333 !important;
            }

        .mindex .newsmain .nsimg {
        }

            .mindex .newsmain .nsimg img {
                display: block;
                width: 100%;
                aspect-ratio: 4 / 3;
                object-fit: cover;
                object-position: top;
                border-radius: 4px 4px 0 0;
            }

        .mindex .newsmain .nsbor {
            border: 1px solid #F1F1F1;
            border-top: 0px;
            box-sizing: border-box;
            border-radius: 0 0 4px 4px;
            padding: 0.1rem;
        }

        .mindex .newsmain .nsbt {
            height: 0.3rem;
            line-height: 0.3rem;
            font-size: 0.16rem;
            font-weight: bold;
        }

        .mindex .newsmain .nsdate {
            color: #CCC;
            line-height: 0.3rem;
        }

        .mindex .newsmain .nsms {
            color: #777;
            height: 0.4rem;
            line-height: 0.2rem;
        }
        .mindex .newsmain .seemore {
            display: block;
            width: 100%;
            color: #333 !important;
            line-height: 0.5rem;
            background-color: #F1F1F1;
            border: 1px solid #CCC;
            border-radius: 4px;
            font-size: 0.18rem;
            text-align: center;
            margin: 0.1rem 0;
        }