/* product 公共css */
    body {
        background: rgb(245,245,245);
    }
    .header-title {
        padding-top: 60px;
        padding-bottom: 25px;
    }
    .header p.title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 0px;
    }
    .header p.subtitle {
        font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
        font-size: 18px;
        color: #999;
        position: relative;
        bottom: -5px;
        text-align: center;
    }
    #category a.active, #category a:hover {
        color: #fff;
        background: #2b2b2b;
    }
    #category {
        display: block;
        padding-bottom: 50px;
        text-align: center;
    }
    .cat_bot>#category{
        padding-bottom: 10px;
    }
    #category a {
        border: 0px;
        background: none;
        color: #666;
        font-size: 14px;
        padding: 10px 28px;
        margin-bottom: 10px;
        line-height: 16px;
        margin-right: 2px;
        display: inline-block;
        transition: all 0.3s ease-out 0s;
    }
    .projectitem a .project_info .title {
        font-size: 15px;
        color: #666;
        /* white-space: nowrap; */
        /* text-overflow: ellipsis; */
        /* height: 24px; */
        /* line-height: 36px; */
        /* margin: 0px; */
        padding: 22px 0px 1px 0px;
        display: inline-block;
        /* width: 50%; */
        /* float: left; */
    }
    .project_info {
        text-align: center;
    }
    .description {
        color: #666;
        font-size: 12px;
        padding-bottom: 1rem;
    }
    .col-sm-3 {
        margin-bottom: 2rem;
    }
    .col-sm-3 .projectitem{
        background: white;
        /*padding-left: 0px;*/
        /*padding-right: 0px;*/
        /*margin: 0 10px;*/
    }
    .project_info .border-bottom{
        background: white;
    }
    .projectitem_content {
        display: inline-block;
    }
    @media (max-width: 767px) {
        .product_simple-top {
            display: none;
        }
        #category {
            padding-bottom: 5px;
        }
        .product-info {
            overflow: hidden;
        }
        .projectitem a .project_info .title {
            padding-top: 0px;
        }
        .col-sm-padding {
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 1rem;
        }
        #category a {
            padding: 8px 14px;
        }
        .description {
            height: 85px;
            overflow: hidden;
        }
    }



    /* product index 第二段css */
    
    .cat_bot>#category>a{
        margin: 0 40px auto;
    }
    .col-xs-12>#category>a{
        margin: 0 20px auto;
        margin-bottom: 10px;
    }
    .cat_bot{
       border-bottom: 1px solid rgba(0,0,0,.1);
    }
    @media (max-width: 767px) {
        .cat_bot>#category>a{
            margin: 0 2px auto;
        }
        .col-xs-12>#category>a{
            margin: 0 auto;
            margin-bottom: 10px;
        }
        .cat_bot{
            border-bottom: 1px solid rgba(0,0,0,.1);
        }
            
    }
