@media screen and (min-width: 320px) and (max-width:1023px){
    .card {
        width: 100%;
        font-size: 14px;
    }
    .card-header{
        display: none;
    }
    .card-body-left{
        display: none;
    }
    .c-header{
        display: none;
    }
    .card-body-right {
        width: 95%;
        margin: 0 auto;
        border-radius: 5px;
    }
    .m-container{
        background-color: #fff !important;
    }
    .card-body-right .card-body-content{
        width: 95%;
        padding: 10px 0;
    }
    .card-body-content .c-title{
        color:#298FA5;
        width: 100%;
        margin: 0 auto;
    }
    .m-c-header .c-type{
        width: 100%;
        margin-top: 10px;
        line-height: 30px;
        font-size: 13px;
    }
    .c-type-title{
        padding: 0 26px;
        float: left;
    }
    .c-product{
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    .c-product-title{
        /* padding: 5px 20px; */
        margin: 0 auto;
        border-radius: 5px;
        width: 80%;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }
    .c-product-title span{
        /* padding: 0 5px; */
    }
    .c-product-header{
        display: none;
    }
    .m-c-product-header{
        border-bottom: 1px solid #dedede;
        padding-bottom: 20px;
    }
    .c-product-img{
        width: 50%;
    }
    .c-product-img img{
        width: 100%;
    }
    .c-product-intro{
        width: 100%;
    }
    .c-product-content{
        font-size: 13px;
        color: #666;
    }
    .c-product-content img{
        width: 100%;
    }
    
    .c-product img{
        /* width: 85%; */
        width: 140px;
        height: 120px;
    }
    .article{
        display: none;
    }
    .m-c-products .c-content-1{
        border-bottom: 1px solid #dedede;
        width: 100%;
        padding-bottom: 10px;
        display: block;
    }
    .m-c-products .c-content-1 .c-intro{
        width: 100%;
        line-height: 30px;
    }
    .m-c-products .c-content-1 .c-date{
        float: right;
    }
    .m-c-nav{
        height: 40px;
        line-height: 40px;
    }
    .m-c-nav a{
        margin: 0 10px;
    }
    .m-c-nav .text-active{
        color:#298FA5;
        border-bottom: 1px solid #298FA5;
        padding-bottom: 3px;
    }
    .online{
        margin: 0 auto !important;
    }
    .form-data{
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .form-data .form-text{
        width: 100px;
    }
    .form-data .form-input{
        width: 70%;
    }
    .input-verify{
        border: 1px solid #dedede;
        padding: 8px 10px;
        width: 100%
    }
    .captcha_img{
        height: 38px;
        margin-top: 10px;
    }
}
@media screen and (min-width: 1024px){
    .card {
        /* width: 80%; */
        width: 1200px;
        font-size: 14px;
        overflow: auto;
    }
    .card-header{
        display: block;
    }
    .card-body{
        margin-top: 20px;
    }
    .card-body-right {
        width: 85%;
        border-radius: 5px;
    }

    .card-body-right .card-body-content{
        width: 95%;
        padding: 20px 0;
    }
    .card-body-content .c-title{
        color:#298FA5;
        width: 10%;
    }
    .card-body-content .c-type{
        width: 90%;
        margin-right: 20px;
    }
    .c-type-title{
        float: right;
        width: 108px;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 5px;
        margin: 0 10px;
        text-align: center;
    }
    .m-c-header{
        display: none;
    }
    .c-product{
        width: 33.33%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    .c-product-title{
        padding: 3px 0px;
        margin: 0 auto;
        border-radius: 5px;
        width: 60%;
        text-align: center;
        white-space: nowrap;
    }
    .card-header {
        height: 40px;
        line-height: 40px;
        text-indent: 2em;
        border-radius: 5px;
    }
    
    .c-product img{
        /* width: 85%; */
        width: 275px;
        height: 240px;
    }
    .card-header a{
        color: #282828;
    }
    .card-header a:hover{
        text-decoration:underline;
    }
    .m-c-product-header{
        display: none;
    }
    .c-product-img{
        width: 20%;
    }
    .c-product-img img{
        width: 100%;
    }
    .c-product-intro{
        width: 75%;
    }
    .m-c-products{
        display: none;
    }
    .m-c-nav{
        display: none;
    }
    .m-article{
        display: none;
    }
    
    .form-data{
        width: 85%;
        margin-bottom: 20px;
    }
    .form-data .form-text{
        width: 120px;
    }
    .form-data .form-input{
        width: 70%;
    }
    .form-verify{
        display: flex;
    }
    .input-verify{
        border: 1px solid #dedede;
        padding: 8px 10px;
        width: 200px
    }
    .captcha_img{
        height: 38px;
        margin-left: 10px;
    }

    ul{
        list-style: none;
        padding: 0;
        margin: 0; 
    }
}


.card-body-left {
    width: 10%;
    padding: 8px 20px;
    border-radius: 5px;
}
.card-body-left .menu{
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    margin-top: 5px;
    border-bottom: 1px solid #C2C2C2;
    overflow: hidden;
    white-space: nowrap;
}
.card-body-content .c-header{
    height: 33px;
    line-height: 33px;
}
.card-body-content .badge{
    width: 10px;
    height: 33px;
    line-height: 33px;
    background-color: #006699;
}
.c-product-header img{
    width: 208px;
    height: 180px;
}
.c-product-content img{
    width: 100%;
}
.m-c-product-header img{
    width: 100%;
}
.text-active{
    color:#298FA5;
}
.c-type-title-active{
    color: #fff;
    background-color: #006699;
}
.c-products{
    margin: 20px auto;
}
.c-products, .c-product-content{
    line-height: 30px;
}
.c-product-header{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.c-product-name{
    line-height: 30px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
.c-product-header .c-product-desc{
    line-height: 28px;
    height: 85px;
    width: 100%;
    overflow: hidden;
}
.c-product-spec{
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.btn-online{
    border: 0;
    background-color: #298FA5;
    padding: 8px 25px;
    border-radius: 5px;
    color: #FFF;
}

.c-products .c-content-1{
    width: 100%;
    line-height: 28px;
    margin-bottom: 10px;
}
.c-products .c-content-img{
    width: 15%;
}
.c-products .c-content-img img{
    width: 90%;
}
.c-products .c-text{
    width: 85%;
    border-bottom: 1px solid #dedede;

}
.c-products .c-title-1{
    float: left;
}
.c-products .c-date{
    float: right;
}

.info-title{
    line-height: 40px;
}
.info-date{
    font-size: 13px;
    color: #999;
    line-height: 30px;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.c-form{
    margin-top: 20px;
    width: 95%;
}
.input-text{
    outline: none;
    border: 1px solid #dedede;
    padding: 8px 10px;
    width: 100%;
}
.input-text:hover {
    border: 1px solid #0099cc;
}
.form-textarea{
    width: 100%;
    border: 1px solid #dedede;
    padding: 8px 10px;
}
.form-submit{
    width: 100%;
    background-color: #0099cc;
    color: #fff;
    padding: 10px 0;
    border: 0;
    border-radius: 3px;
}
.captcha_img img{
    height: 100%;
    border: 0;
    border-radius: 3px;
}
.warning-text{
    color: red;
}

.page{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.pagination{
    width: 100%;
    text-align: center;
}
.pagination li{
    /* float: left; */
    display: inline-block;
}
.pagination li{
    padding: 5px 10px;
    border: 1px solid #dedede;
    margin: 0 5px 10px;
}
.pagination .active{
    background-color: #0099cc;
    color: #fff
}