  .project .content{
    padding: 0;
}
.features,.project{
    background: #f9f9f9;
}
.features .content{
    padding-top: 20px;
}
.features .img{
    width: 380px;
    height: 380px;
    float: left;
    overflow: hidden;
}
.features .img img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.features .img:hover img{
    transform: scale(1.2);
}
.features .wenzi{
    padding: 0 10px 0 40px;
    width: 800px;
    float: left;
}
.features .wenzi h2{
    text-align: left;
}
.features .wenzi hr{
    margin-left: 0;
}
.features .wenzi p{
    text-align: left;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-size: 16px;
}
.granite>.content>h2:first-of-type{
    text-transform: capitalize;
}
.granite_sw{
    margin: 30px 0;
}
.granite_sw .col-xl-auto{
    padding: 0 8px;
    cursor: pointer;
}
.granite_sw .col-xl-auto span{
    width: 160px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #323232;
    border: 1px solid #d5d5d5;
    background: #fff;
    cursor: pointer;
}
.granite_sw .col-xl-auto.active span{
    background: #dc4e42;
    color: #fff;
    border: 0;
}
.granite .tab{
    overflow: hidden;
}
.granite .tab>.table{
    float: left;
    width: 558px !important;
}
.granite .tab>.table:first-of-type{
    margin-right: 64px;
}
.granite table{
    margin-top: 38px;
}
.granite table .col-xl-12{
    margin: 0;
}
.granite .table thead{
    background: #eeeeee;
    height: 32px;
}
.granite .table th{
    border: 0;
    font-size: 18px;
    color: #323232;
    line-height: 32px;
    padding: 0;
    font-weight: 400;
    display: block;
}
.granite .table td{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    padding: 0;
    border-top: 0;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    display: block;
}
.granite .table td:last-of-type{
    border-right: 1px solid #d5d5d5;
}
.granite_cont>div{
    display: none;
    animation: op 1s ;
}
.granite_cont>div.active{
    display: block;
}
.granite .tab>table.maxwidth{
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
}
@media (max-width:1200px){
    .features .img{
        width: 33%;
    }
    .features .wenzi{
        width: 66%;
    }
    .granite .tab>.table:first-of-type{
        margin-right: 2%;
    }
    .granite .tab>.table{
        width: 48% !important;
    }
}
