/* 产品中心 */
@media screen and (min-width: 320px) and (max-width:1023px){
    .m-product{
        width: 100%;
        display: inline-block;
    }
    .line-title{
        width: 15%;
        height: 3px;
        line-height: 3px;
        background-color: #298FA5;
        border: 0;
        border-radius: 1px;
        margin: 0 20px;
    }
    .tab-product-title{
        width: 33.33%;
        height: 45px;
        line-height: 45px;
        border: 0;
        font-size: 0.9em;
        /* margin-bottom: 10px; */
    }
    .tab-product-title:first-child{
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .tab-product-title:last-child{
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .btn-active{
        border-radius: 5px;
    }
    .m-tab-product-title{
        width: 80%;
        border-radius: 5px;
    }
    .tab-product-container{
        width: 90%;
    }
    .tab-product{
        width: 45%;
        float: left;
        margin-bottom: 20px;
    }
    .tab-product:nth-child(odd){
        margin-right: 5%;
    }
    .tab-product:nth-child(even){
        margin-left: 5%;
    }
    .tab-product img{
        /* width: 100%; */
        margin-bottom: 5px;
        width: 150px;
        height: 130px;
    }
    .tab-product-name{
        display: inline;
        padding: 5px 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product{
        display: none;
    }
    .case-container{
        display: none;
    }
    /* 客户案例 */
    .case{
        width: 90%;
    }
    .case .case-title{
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        color:#282828 ;
    }
    .vertical-line{
        width: 1px;
        height: 120px;
        line-height: 120px;
        background-color: rgba(204, 204, 204, 0.3);
    }
    .case-content{
        width: 40%;
        line-height: 40px;
    }
    .case-intro{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .case-content img{
        width: 100%;
    }
    .short-line{
        width: 15px;
        height: 3px;
        line-height: 3px;
        background-color: #2FB1FF;
    }

    /* 关于我们 */
    .about-container{
        width: 90%;
        flex-flow: wrap;
    }
    .about-content{
        width: 100%;
    }
    .about-title{
        text-align: left;
        text-indent: 1em;
    }
    .about-content img{
        width: 100%;
        /* width: 373px;
        height: 188px; */
    }

    /* 新闻动态 */
    .news-container{
        display: none;
        /*margin-bottom: 20px !important;*/

    }
    .m-news-container{
        width: 90%;
    }
    .news-right{
        width: 100%;
    }
    .news-menu{
        width: 100%;
        justify-content: center;
    }
    .news-right .news-text{
         border-bottom: 1px solid rgba(204, 204, 204, 0.3);
         padding: 5px 8px;
         width: 100%;
     }

     /* 底部 */
    .footer{
        display: none;
    }
    .m-footer{
        padding: 10px 0;
    }
}
@media screen and (min-width: 1024px){
    .m-product{
        display: none;
    }
    .about{
        width: 100%;
    }
    .product,.case-container,.news{
        display: block;
        /* max-width: 1200px; */
        width: 1200px;
        margin: 0 auto
    }
    .line-title{
        width: 70px;
        height: 3px;
        line-height: 3px;
        background-color: #298FA5;
        border: 0;
        border-radius: 1px;
        margin: 0 20px;
    }
    .tab-product-title{
        width: 150px;
        height: 45px;
        line-height: 45px;
        border: 0;
        border-radius: 5px;
        margin: 35px 15px 20px 25px;
        font-size: 0.9em;
    }
    .tab-pre, .tab-next{
        width: 5%;
    }
    .tab-pre img, .tab-next img{
        width: 90%;
    }
    .tab-product-container{
        width: 100%;
    }
    .tab-product{
        width: 24%;
        margin-top: 20px;
        line-height: 30px;
    }
    .tab-product img{
        /* width: 80%; */
        width: 208px;
        height: 180px;
    }
    .tab-product .title{
        width: 50%;
        border: 0;
        border-radius: 5px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 5px;
    }
    .tab-product-intro{
        width: 80%;
        height: 180px;
        position: relative;
        top: 0;
        left: 10%;
        z-index: 2;
        margin-bottom: 10px;
        color: #fff;
        text-align: left;
        text-indent: 10px;
        line-height: 30px;
    }
    .tab-product-intro-text{
        background-color: rgba(51, 153, 255, 1);
        width: 90%;
        height: 90%;
        font-size: 13px;
        padding: 5%;
        border: 0;
        border-radius: 10px;
    }
    .m-case-container{
        display: none;
    }
    /* 客户案例 */
    .case{
        width: 1200px;
        margin: 15px auto 0 auto;
    }
    .case .case-title{
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }
    .vertical-line{
        width: 1px;
        height: 33vh;
        line-height: 33vh;
        background-color: rgba(204, 204, 204, 0.3);
    }
    .case-content{
        width: 370px;
        line-height: 30px;
        float: left;
        padding: 0 10px;
        border-right: 1px solid rgba(204, 204, 204, 0.3);
        margin-bottom: 20px;

    }
    .case-content:nth-child(3),.case-content:nth-child(6){
        border: 0;
    }
    .case-intro{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .case-content img{
        /* width: 100%; */
        width: 370px;
        height: 240px;
    }
    .pc-case-content{
        display:block;
        width: 370px;
        line-height: 30px;
        float: left;
        padding: 0 10px;
        border-right: 1px solid rgba(204, 204, 204, 0.3);
        margin-bottom: 20px;
        position: relative;

    }
    .pc-case-content img{
        /* width: 100%; */
        width: 370px;
        height: 240px;
        transition:filter 0.5s;
    }
    .case-content-intro{
        width: 390px;
        height: 260px;
        margin-top: 20px;
        padding: 15px;
        display: none;
        box-sizing: border-box;
        transition:background-color 0.7s;
    }
    .pc-case-content:hover img{
        filter: blur(5px);
    }
    .pc-case-content:hover .case-content-intro{
        display: block;
        position:absolute;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,0.8);
    }
    .pc-case-content:hover .case-title:first-child{
        visibility:hidden;
    }

    .short-line{
        width: 20px;
        height: 3px;
        line-height: 3px;
        background-color: #2FB1FF;
    }

    /* 关于我们 */
    .about-container, .about-header{
        width: 1200px;
        margin: 0 auto
    }
    .about-content{
        width: 31%;
    }
    .about-content img{
        /* width: 100%; */
        width: 373px;
        height: 188px;
    }

    /* 新闻动态 */
    .m-news-container{
        display: none;
    }
    .news-right{
        width: 65%;
    }
    .news-right .news-text{
         border-bottom: 1px solid rgba(204, 204, 204, 0.3);
         padding: 5px 8px;
         width: 80%;
     }

     /* 底部 */
     .footer{
        display: block;
     }
     .m-footer{
        display: none;
     }
}

.more{
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 3px;
    display: block;
}
.more:hover {background-color: #1b8bc1;!important;}


/* 关于我们 */

.about-title span{
    padding: 0 8px 2px;
    border-bottom: 1.5px solid #999999
}
.inline-text{
    padding: 8px 10px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 3px;
    font-size: 13px !important;
}

/* 新闻动态 */
.news{
    /* height: 730px; */
}
.news-container{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.news-left{
    width: 30%;
}
.news-left img{
    /* width: 100% ; */
    width: 360px;
    height: 270px;
    display: block;
}
.news-left .news-date{
    width: 20%;
}
.news-left .news-title{
    width: 80%;
}
.news-left .news-content{
    padding: 0px 10px;
}
.news-left .news-title{
    padding-left: 10px;
}
.news-left .news-title-1{
    line-height: 30px;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-left .news-title-2{
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-right .news-menu a{
    margin-left: 13px;
    padding: 0px 2px 3px;
}
.news-right .news-menu .active{
    color: #298FA5;
    border-bottom: 2px solid #298FA5;
}
.news-right .news-content-img{
    width: 16%;
}
.news-right img{
    /* width: 100% */
    width: 125px;
    height: 93px;
}
.news-right .news-text .news-title-1{
    width: 70%;
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
 }
.news-right .news-text .news-title-2{
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-right .news-content-1{
    width: 100%;
    padding-bottom: 5px;
}

.footer-space{
    width: 100%;
    height: 15px;
    line-height: 15px;
    background-color: #5E5E5E;
}
.footer-container{
    width: 1200px;
    margin:  0 auto 20px auto;
    padding-top: 20px;
}
.foot-menu{
    width: 25%;
}
.foot-menu div{
    line-height: 40px;
}
.foot-menu a{
    display: block;
    color: #FFF;
    line-height: 25px;
}
.footer-container .qrcode{
    width: 25%;
}
.footer-container .qrcode div{
    color: #e5e5e5;
}
.footer-container .qrcode img{
    width: 40%;
}
.footer .line{
    width: 100%;
    height: 1px;
    line-height: 1px;
    background-color:#A2DBE8;
}
.copyright{
    height: 60px;
    line-height: 60px;
    color: #FFF;
}
.copyright a{
    color: #FFF;
} 

.header-product-menu{
    width: 150px;
    position: fixed;
    background-color: rgba(51, 153, 255, 0.9);
    z-index: 1;
    padding: 10px 0;
    border: 2px solid #dedede
}
.header-product-menu a{
    float: left;
    padding: 5px 10px 5px 15px;
    color: #fff;
}