/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.container{
    width: 100%;
    /* padding: 0; */
}

.apply-to-industry{
    padding-top: 50px;
}
.apply-to-industry .main{
    padding-top: 60px;
    padding-bottom: 60px;
}
.apply-to-industry .main .list{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.apply-to-industry .main .list .box{
    width: 20%;
    float: left;
    height: 182px;
    border: 1px solid #ededed;
    border-right: none;
    border-bottom: none;
}
.apply-to-industry .main .list::after{
    clear: both;
    display: table;
    content: " ";
}
.apply-to-industry .main .list .box .item{
    height: 100%;
    width: 100%;
    padding-top: 15px;
    /* cursor: pointer; */
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.apply-to-industry .main .list .box .item:hover{
    /* transform:scale(1.1); */
    -webkit-box-shadow: 0px 12px 10px 0px rgba(129,129,129,0.1);
            box-shadow: 0px 12px 10px 0px rgba(129,129,129,0.1);
}
.apply-to-industry .main .list .box .item .cover{
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 15px;
}
.apply-to-industry .main .list .box .item .title{
    font-size:18px;
    color: #333333;
    text-align: center;
}


/* 一体化 */
.integration{
    width: 100%;
    height: 466px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 80px;
}
.integration .main{
    margin: 0 -12px;
    margin-top: 40px;
}
.integration .main .box{
    margin: 0 -15px;
    padding: 0 12px;
}
.integration .main .box .item{
    height: 216px;
    background-color: #fff;
    border: 1px solid #ededed;
    position: relative;
    /* cursor: pointer; */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.integration .main .box .item .top{
    padding-top: 26px;
}
.integration .main .box .item:hover{
    background-color: #eeeeee;
}
.integration .main .box .item .cover{
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.integration .main .box .item .title{
    color: #333333;
    font-size: 18px;
    text-align: center;
}
.integration .main .box .item .desc{
    text-align: center;
    color: #666666;
    height: 86px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    padding-top: 20px;
    width: 100%;
    background-color: #ffffff;
}
.integration .main .box .item .desc::after{
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #ed6827;
    margin: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.integration .main .box .item:hover .desc::after{
    width: 100%;
}

/* 社交裂变 */
.social-fission{
    padding-top: 75px;
    padding-bottom: 87px;
}
.social-fission .main{
    margin: 0 -12px;
    margin-top: 40px;
}
.social-fission .main .box{
    margin: 0 -15px;
    padding: 0 12px;
    height: 300px;
    position: relative;
}
.social-fission .main .box .item{
    height: 100%;
    border: 1px solid #ededed;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.social-fission .main .box:hover .item{
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 12px 10px 0px rgba(129,129,129,0.1);
            box-shadow: 0px 12px 10px 0px rgba(129,129,129,0.1);
}
.social-fission .main .box .info{
    padding-left: 42px;
    padding-right: 240px;
    padding-top: 100px;
    height: 100%;
}
.social-fission .main .box .info .title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #3d3d3d;
}
.social-fission .main .box .info .desc{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.social-fission .main .box .info .desc p{
    padding: 0;
    margin: 0;
}
.social-fission .main .box .cover{
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 300px;
}
.social-fission .main .box .cover image{
    width: 100%;
    height: 100%;
}



/* 高效运营 */
.efficient-operation{
    background: #F2F2F2;
    padding-top: 114px;
    padding-bottom: 100px;
}

.efficient-operation .main{
    margin-top: 40px;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
.efficient-operation .main .box{
    margin: 0 -15px;
    background-color: #fff;
    height: 216px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.efficient-operation .main .box .cover{
    width: 200px;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}
.efficient-operation .main .box .cover image{
    height: 100%;
}


.efficient-operation .main .box .info{
    padding-left: 200px;
    width: 100%;
    height: 100%;
    padding-top: 72px;
    padding-right: 40px;
}

.efficient-operation .main .box .info .title{
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    
}
.efficient-operation .main .box .info .desc{
    font-size: 14px;
    color: #666666;
    margin-top: 26px;
}

@media screen and (max-width: 768px){

    .apply-to-industry .main .list .box{
        width: 50%;
    }
    .integration{
        height: auto;
        background: none;
        background-image:none !important;
        padding-top: 0;
    }
    .efficient-operation{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .social-fission .main .box{
        height: auto;
    }
    .social-fission .main .box .info{
        height: auto;
        padding: 20px;
        text-align: center;
    }
    .social-fission .main .box .cover{
        position: relative;
        width: 100%;
        height: auto;
    }
    .efficient-operation .main .box .info{
        height: auto;
        padding: 20px;
        text-align: center;
        margin-top: -30px;
    }
    .efficient-operation .main .box .cover{
        width: 100%;
        position: relative;
        height: auto;
        text-align: center;
    }
    .efficient-operation .main .box{
        height: auto;
    }
    .social-fission{
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .integration .main .box .item{
        border-bottom: none;
    }
    .integration .main .row>div:last-child .item{
        border: 1px solid #ededed;
    }

    .social-fission .main .box .item{
        border-bottom: none;
    }
    .social-fission .main .row>div:last-child .item{
        border: 1px solid #ededed;
    }
}