.scope li {
    width: 540px;
    width: 540px\9;
    float: left;
    padding: 0px 20px 40px;
    margin: 10px;
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

    .scope li:nth-child(1) {
        animation: bounceInLeft 1s linear forwards;
        -webkit-animation: bounceInLeft 1s linear forwards;
    }

    .scope li:nth-child(2) {
        animation: bounceInLeft 1.4s linear forwards;
        -webkit-animation: bounceInLeft 1.4s linear forwards;
    }

    .scope li:nth-child(3) {
        animation: bounceInLeft 1.8s linear forwards;
        -webkit-animation: bounceInLeft 1.8s linear forwards;
    }

    .scope li:nth-child(4) {
        animation: bounceInLeft 2.2s linear forwards;
        -webkit-animation: bounceInLeft 2.2s linear forwards;
    }

    .scope li:nth-child(5) {
        animation: bounceInLeft 2.8s linear forwards;
        -webkit-animation: bounceInLeft 2.48s linear forwards;
    }

    .scope li:nth-child(6) {
        animation: bounceInLeft 3.2s linear forwards;
        -webkit-animation: bounceInLeft 3.2s linear forwards;
    }

    .scope li:hover {
        background-color: #f7f7f7;
    }

    .scope li .pic {
        width: 48px;
        height: 48px;
        float: left;
        margin-right: 20px;
    }

        .scope li .pic img {
            width: 48px;
            height: 48px;
        }

    .scope li .txt {
        overflow: hidden;
    }

        .scope li .txt h3 {
            font-size: 24px;
            color: #333;
            font-weight: normal;
            border-bottom: 1px dashed #e7e7e7;
            padding-bottom: 10px;
            margin-bottom: 10px;
            text-align: left;
        }

        .scope li .txt h4 {
            font-size: 18px;
            color: #a0a0a0;
            margin-bottom: 10px;
            font-weight: normal;
        }

        .scope li .txt p {
            font-size: 13px;
            line-height: 28px;
            color: #686868;
            width: 50%;
            display: inline-block;
            float: left;
            text-align: left;
        }
/*App解决方案*/
/*.txtBox {
    padding: 140px 0px 60px;
    width: 100%;
    height: 100vh;
}*/

.section.active {
    transition: all 1s;
}

.xhtitle {
    text-align: center;
    padding: 40px 0px 30px;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

    .xhtitle h2 {
        font-size: 32px;
        color: #333;
        font-weight: normal;
        letter-spacing: 4px;
        padding-bottom: 10px;
    }

    .xhtitle p {
        font-size: 14px;
        padding-top: 10px;
        text-transform: uppercase;
        color: #999;
    }

    .xhtitle em {
        width: 60px;
        height: 2px;
        background-color: #999;
        display: inline-block;
    }

.solutions {
    margin-bottom: 40px;
    float: left;
}

.solutions li {
    float: left;
    width: 20%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
}

    .solutions li img {
        -webkit-animation: bounceIn 2s ease forwards;
        animation: bounceIn 2s ease forwards;
        -webkit-animation-delay: 1s;
    }

    .solutions li img {
        width: 55px;
        height: 55px;
    }

    .solutions li p {
        font-size: 16px;
        height: 35px;
    }
.solutions li:hover img {
    -webkit-transform: scale(1) rotateY(360deg);
    -moz-transform: scale(1) rotateY(360deg);
    -o-transform: scale(1) rotateY(360deg);
    -ms-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
/*.xw_contec .xw_list {
    height: auto;
    overflow: hidden;
    padding: 15px 0px;
    position: relative;
    display: block;
    width: 510px;
    float: right;
    margin-left: 30px;
}

    .xw_contec .xw_list .xw_pic {
        border: 1px solid #00dfb9;
        width: 68px;
        float: left;
        margin-right: 10px;
        height: 68px;
    }

        .xw_contec .xw_list .xw_pic h3 {
            color: #fff;
            font-size: 24px;
            text-align: center;
            background: #00dfb9;
            height: 38px;
            line-height: 38px;
        }

        .xw_contec .xw_list .xw_pic p {
            color: #999;
            font-size: 12px;
            text-align: center;
            background: #fff;
            height: 28px;
            line-height: 28px;
        }

.xw_info {
    overflow: hidden;
    background-color: #fff;
    padding: 10px 15px;
    height: 68px;
}

    .xw_info h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 14px;
        color: #333;
    }

    .xw_info span {
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 12px;
        line-height: 22px;
    }

.xh_wdkh .swiper-slide {
    padding: 0px;
}

.xh_wdkh img {
    width: 100%;
}*/
/*精品推荐*/
.app_content_box {
    width: 278px;
    height: 305px;
    margin-right: 26px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.app_content {
    width: 1300px;
    float: left;
    margin-top: 30px;
    position: relative;
    margin-bottom:30px;
}

.app_content_img {
    width: 278px;
    height: 265px;
    position: relative;
    overflow: hidden;
}

    .app_content_img img {
        width: 278px;
        height: 265px;
    }

.app_content_box .app_content_img a img {
    margin: 0 auto;
    display: block;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.app_content_box:hover .app_content_img a img {
    width: 278px;
    height: 265px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.app_content_cont {
    width: 278px;
    height: 40px;
    line-height: 40px;
    position: relative;
}

    .app_content_cont a {
        float: left;
        width: 278px;
        height: 40px;
        line-height: 40px;
        position: relative;
        color: #333;
    }

.app_content_box:nth-child(4) {
    margin-right: 0px;
}

.app_content_box:nth-child(8) {
    margin-right: 0px;
}

.app_content_box:nth-child(12) {
    margin-right: 0px;
}