﻿/*cnnic专题页 2023-01-17*/
.cnnic-banner {
    height: 400px;
    overflow: hidden;
    position: relative
}

.cnnic-text {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding-bottom: 30px;
}

    .cnnic-text p {
        text-indent: 20px;
    }

.cnnic-bg {
    background: #f9f9f9;
}

.cnnic-bg-02 {
    background: #000848;
}

    .cnnic-bg-02 .home-title-line span {
        background: #000848;
        color: #fff;
    }

    .cnnic-bg-02 .cnnic-tips {
        margin-top: -25px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 26px;
    }

    .cnnic-bg-02 .cnnic-title {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 22px;
        color: #fff;
        text-align: center;
        line-height: 28px;
    }

    .cnnic-bg-02 .product-box {
        padding-bottom: 20px;
        overflow: hidden;
    }

        .cnnic-bg-02 .product-box ul li {
            position: relative;
            margin: 0 20px 20px 0;
            float: left;
            width: 590px;
            height: 250px;
            line-height: 26px;
            background: #fff;
            font-size: 14px;
            color: #666;
            box-sizing: border-box;
        }

            .cnnic-bg-02 .product-box ul li:nth-child(2n) {
                margin-right: 0;
            }

        .cnnic-bg-02 .product-box .product-header {
            color: #fff;
            padding: 0 20px;
            height: 70px;
            line-height: 70px;
            background: linear-gradient(270deg, #fc8d41, #fe8431);
            display: flex;
            flex-direction: row;
            justify-content: start;
        }

            .cnnic-bg-02 .product-box .product-header .title {
                font-size: 30px;
                margin-right: 20px;
                line-height: 70px;
            }

            .cnnic-bg-02 .product-box .product-header .title2 {
                font-size: 20px;
            }

            .cnnic-bg-02 .product-box .product-header .desc {
                font-size: 14px;
            }

        .cnnic-bg-02 .product-box .product-body {
            padding: 10px 20px;
        }

        .cnnic-bg-02 .product-box .bdhight {
            margin-bottom: 310px;
        }


        .cnnic-bg-02 .product-box .product-body .price-into {
            display: flex;
            align-items: center;
            margin-top: 10px;
        }

            .cnnic-bg-02 .product-box .product-body .price-into .price {
                font-size: 30px;
                line-height: 36px;
                color: #f92e2f;
                letter-spacing: -1px;
                margin-top: 10px;
            }

            .cnnic-bg-02 .product-box .product-body .price-into .into {
                font-size: 14px;
                color: #666;
                margin-left: 10px;
                margin-top: 12px;
            }

            .cnnic-bg-02 .product-box .product-body .price-into .into2 {
                font-size: 14px;
                color: #666;
            }

            .cnnic-bg-02 .product-box .product-body .price-into .origin {
                font-size: 14px;
                color: #999;
                text-decoration: line-through;
            }

            .cnnic-bg-02 .product-box .product-body .price-into .origin2 {
                font-size: 14px;
                color: #999;
                text-decoration: line-through;
                margin-left: 10px;
                margin-top: 12px;
            }

        .cnnic-bg-02 .product-box .cnnic-btn {
            position: absolute;
            bottom: 20px;
            width: 100%;
            display: flex;
            justify-content: center;
            text-align: center;
        }

        .cnnic-bg-02 .product-box .cn-btn {
            flex-direction: column;
            align-items: center;
        }

        .cnnic-bg-02 .product-box .cnnic-btn .cbtn {
            width: 240px;
            height: 40px;
            font-size: 14px;
            line-height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fe8431;
            cursor: pointer;
            background: #FFFFFF;
            border: 1px solid #fe8431;
            border-radius: 5px;
        }

            .cnnic-bg-02 .product-box .cnnic-btn .cbtn:hover {
                background: #fe8431;
                color: #fff;
                text-decoration: none;
            }

    .cnnic-bg-02 .cnnic-tips2 {
        width: 100%;
        font-size: 14px;
        color: #fff;
        opacity: .7;
        padding: 0 20px;
        line-height: 22px;
        margin-top: -15px;
        margin-bottom: 50px;
    }

    .cnnic-bg-02 .product-box .cnnic-tips3 {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
    }

    .cnnic-bg-02 .product-box .cnnic-hight {
        height: 300px;
    }

    .cnnic-bg-02 .product-box .cnnic-hight2 {
        height: 800px;
    }


.cnnic-promotion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding-bottom: 20px;
}

    .cnnic-promotion a {
        margin-bottom: 30px;
    }

@media screen and (max-width: 768px) {
    .cnnic-banner {
        background-size: cover !important;
        height: 150px !important;
    }

    .cnnic-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cnnic-bg-02 .cnnic-tips {
        margin-top: -20px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 22px;
    }

    .cnnic-bg-02 .product-box ul li {
        width: 90%;
        height: 280px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .cnnic-bg-02 .product-box .cnnic-hight {
        height: 350px;
    }

    .cnnic-bg-02 .product-box .product-body .price-into .price {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .cnnic-bg-02 .product-box .cnnic-hight2 {
        height: auto;
    }

    .cnnic-bg-02 .product-box .product-header .title2 {
        font-size: 22px;
    }
}
