.conAll {
    background: url(/assets/images/case36.jpg) no-repeat;
    background-size: cover;
}
#content {
    width: 1170px;
}
.conAll .container {
    width: 900px;
    text-align: center;
}
.banner>img {
    width: 100%;
}
.conBg {
    height: 61px;
    background: url(/assets/images/case37.png) center no-repeat;
}
/* 特征 */
.conOne-bg-1 {
    padding-bottom: 208px;
    background: url(/assets/images/case38.png) right bottom no-repeat;
}
.conTitle h3 {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 20px;
}
.conTitle>p {
    color: #333;
    font-size: 18px;
    line-height: 200%;
}
.conTxt {
    width: 760px;
    margin: 0 auto;
}
.con-2 {
    margin-top: 150px;
    text-align: left;
}
div.special h3 {
    font-size: 26px;
}
div.special h3>span {
    font-size: 16px;
    margin-left: 5px;
}
/* 特征 end*/

/* 定位 */
.park {
    margin-top: 30px;
}
.conBg-d-1 {
    height: 150px;
    background: url(/assets/images/case39.png) center no-repeat;
}
.conBg-d-2 {
    height: 150px;
    background: url(/assets/images/case40.png) center no-repeat;
}
.conBg-d-3 {
    height: 150px;
    background: url(/assets/images/case41.png) center no-repeat;
}
.park .col-sm-4 {
    cursor: pointer;
}
.park .col-sm-4:hover .conBg-d-1 {
    background: url(/assets/images/case42.png) center no-repeat;
}
.park .col-sm-4:hover .conBg-d-2 {
    background: url(/assets/images/case43.png) center no-repeat;
}
.park .col-sm-4:hover .conBg-d-3 {
    background: url(/assets/images/case44.png) center no-repeat;
}
.park p {
    font-size: 16px;
    line-height: 180%;
}
.conOne-bg-2 {
    margin-bottom: 140px;
}
.conOne-bg-2 .container {
    width: 1170px;
    height: 358px;
    background: url(/assets/images/case45.png) center no-repeat;
}
/* 定位 end*/

/* 开发模式 */
.con-4 {
    margin-bottom: 140px;
}
.con-4 .conTitle h3 {
    margin-bottom: 60px;
}
/* 开发模式 end*/

/* 盈利模式 */
.conOne-bg-3 {
    height: 810px;
    background: url(/assets/images/case47.png) left bottom no-repeat;
}
.conOne-bg-3 .container {
    width: 1170px;
}
.con-5 .conTitle {
    margin-bottom: 70px;
}
.conOne-bg-3 .special>p {
    width: 740px;
    height: 100px;
    font-size: 24px;
    color: #fff;
    line-height: 100px;
    border-radius: 10px;
    margin-left: auto;
    margin-bottom: 40px;
    background-image: linear-gradient(to right, #618065,#6c895d,#92bda9);
}
/* 盈利模式 end */

/* 艾肯案例 */
.caseMain {
    padding-bottom: 100px;
}
.caseContent {
    padding-bottom: 30px;
}
.caseContent .caseImg .caseImgItem {
    width: 358px;
    height: 198px;
}
.caseImg {
    padding-top: 30px;
}
.caseImg li {
    width:31.4%;
    margin-right:33px;
    margin-bottom:33px;
}
.caseImg li img {
    width: 358px;
    height: 198px;
}
.caseImg p {
    height: 58px;
    line-height: 58px;
    color: #333;
}
.caseImg li:nth-child(3n) {
    margin-right: 0;
}
/* 艾肯案例 end */

@media (max-width: 767px) {
    .conAll .container {
        width: 100%;
    }
    .aboutTop {
        margin-bottom: 0;
    }
    .caseTop {
        margin-bottom: 30px;
    }
    div.special h3 {
        font-size: 24px;
    }
    .conTitle h3 {
        font-size: 24px;
    }
    .conTitle p {
        font-size: 14px;
    }
    /* 案例 */
    .caseImg li {
        width: 100%;
        margin-right: 0;
    }
    .caseContent .caseImg .caseImgItem {
        width: 100%;
    }
    .caseImg li img {
        width: 100%;
        height: 100%;
    }
    /* 案例 end*/
    .conTxt {
        width: 100%;
    }
   .con-4 .conTitle>img {
        width: 100%;
    }
    #content {
        width: 100%;
    }
    .conOne-bg-3 .special>p {
        width: 100%;
    }
    /* 特点 */
    .conOne-bg-1 {
        padding-bottom: 35px;
        background: none;
    }
    .con-2 {
        margin-top: 40px;
    }
    /* 特点 end */

    /* 定位 */
    .park {
        display: flex;
        flex-wrap: wrap;
    }
    .park .col-sm-4 {
        width: 50%;
        margin-bottom: 25px;
    }
    .park p {
        font-size: 14px;
    }
    /* 定位 end*/

    /* 开发模式 */
    .conOne-bg-2 {
        margin-bottom: 35px;
    }
    .con-4 {
        margin-bottom: 35px;
    }
    .con-4 .conTitle h3 {
        margin-bottom: 30px;
    }
    /* 开发模式 end */

    /* 盈利模式 */
    .conOne-bg-3 {
        height: 100%;
        background: none;
    }
    .con-5 .conTitle {
        margin-bottom: 25px;
    }
    .conOne-bg-3 .special>p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    /* 盈利模式 */
}