/* ----------图-片---------*/

.bgt {
    width: 100%;
    height: 2.083333rem;
    background: url(../images/index/lbt.png) no-repeat;
    background-size: 100% 100%;
}


/* -------------指-引----------- */

.guide {
    width: 100%;
    height: .347222rem;
    border: .006944rem solid rgba(222, 222, 222, 1);
}

.guide_in {
    width: 8.333333rem;
    height: inherit;
    margin: 0 auto;
    line-height: .347222rem;
    font-size: .111111rem;
}

.guide_in .guide_left {
    float: left;
    height: .347222rem;
}

.guide_left img {
    width: .111111rem;
    height: .111111rem;
    vertical-align: middle;
    margin: 0 .041667rem;
}

.guide_left a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: .069444rem;
}

.guide_right {
    float: right;
}

.guide_right .active {
    color: #00B1B7;
}

.guide_right a {
    height: .37rem;
    display: inline-block;
    margin-left: .208333rem;
    font-size: .111111rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-bottom: .027778rem solid transparent;
    position: relative;
}

.guide_right a i {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: .020833rem;
    background-color: #00B1B7;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.guide_right a:hover i {
    width: 100%;
    margin-left: -50%;
}

.guide_right a:hover {
    color: #00B1B7;
}


/* -----------成-功-案-例--------- */

.success {
    width: 8.333333rem;
    height: auto;
    margin: .152778rem auto .416667rem;
    position: relative;
}

.success h1 {
    width: 4.305556rem;
    height: .625rem;
    border-bottom: .006944rem solid #e2e2e2;
    margin: 0 auto;
    text-align: center;
    line-height: .625rem;
    font-size: .277778rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: .347222rem;
}

.success .blue {
    display: inline-block;
    width: .0625rem;
    height: .0625rem;
    background: #00b1b7;
    position: absolute;
    left: 50%;
    top: .590278rem;
}

.success_in {
    width: 100%;
    height: auto;
}

.success_in .list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items: stretch;
}

.list .mask {
    width: 2.638889rem;
    height: 2.25rem;
    border: .006944rem solid rgba(222, 222, 222, 1);
    padding: .090278rem .069444rem;
    margin-bottom: .533333rem;
}

.mask .mask_top {
    width: 2.5rem;
    height: 1.666667rem;
    overflow: hidden;
}

.mask_top img {
    width: 2.5rem;
    height: 1.666667rem;
}

.mask:hover {
    border: .006944rem solid rgba(0, 177, 183, 1);
}



.mask_bottom {
    width: 2.5rem;
    max-height: 1.066667rem;
    margin-top: .173611rem;
    text-align: left;

}

.mask_bottom p:first-child {
    font-size: .155rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: .138889rem;
}

/*.mask_bottom p:last-child {*/
/*    width: 100%;*/
/*    !*height: .270833rem;*!*/
/*    font-size: .197222rem;*/
/*    font-weight: 400;*/
/*    color: rgba(102, 102, 102, 1);*/
/*    overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;*/

/*}*/

.mask_bottom .more {
    display: inline-block;
    width: .763889rem;
    height: .243056rem;
    background: rgba(0, 177, 183, 1);
    font-size: .097222rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: .277778rem;
    float: right;
    text-align: center;
    line-height: .243056rem;
}


/* 共1页6条记录 */

.success_in .record {
    text-align: center;
    color: #666;
    font-size: .111111rem;
}

.record span {
    color: #333;
    margin: 0 .020833rem 0 .020833rem;
}




@media screen and (max-width: 760px) {
    /* --------图-片--------- */
    .bgt {
        width: 100%;
        height: 4rem;
        margin-top: -0.426667rem;
    }


    /* ------------指-引----------- */
    /*新增*/

    .guide {
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-bottom: solid .026667rem #dedede;
        line-height: .75rem;
    }
    .guide_in{
        display: none;
    }
    .guide .toke{
        display: block;
        width: 100%;
        height: 1.066667rem;
        /*background: red;*/
        overflow: hidden;
        transition: .5s;
    }
    .guide .toke .toke_top{
        width: 100%;
        height: 1.066667rem;
        background: #f4f4f4;
        padding: .133333rem .533333rem;
        text-align: center;
        font-size: .426667rem;
        line-height: .8rem;
    }
    .guide .toke .toke_top .back{
        width: .8rem;
        height: .8rem;
        float: left;
    }
    .guide .toke .toke_top .down{
        width: .8rem;
        height: .8rem;
        float: right;
    }
    .about .blue{
        display: none;
    }

    .guide_left{
        display: none;
    }

    .guide_right{
        height: 0;
        width: 100%;
        /*padding-top: .266667rem;*/
        /*padding-bottom: .266667rem;*/
        margin-top: .266667rem;
    }
    .guide_right a{
        width: 29%;
        height: .8rem;
        line-height: .8rem;
        font-size: .213333rem;
        border: .013333rem solid #e5e5e5;
        margin-bottom: .266667rem;
        text-align: center;
        box-shadow: 0 0 .08rem #e5e5e5;
    }


    /* -------------- 成-功-案-例 ---------- */

    .success{
        width: 100%;
        height: auto;
        margin: .426667rem auto .746667rem;
        padding-top: .133333rem;
    }
    .success h1 {
        width: 8.213333rem;
        height: 1.226667rem;
        font-size: .533333rem;
        line-height: .373333rem;
        letter-spacing: 0rem;
        color: #333333;
        text-align: center;
        line-height: 1.226667rem;
        position: relative;
        display: none;
    }
    .success .blue {
        position: absolute;
        top: 1.28rem;
        left: 49%;
        width: .16rem;
        height: .16rem;
        display: none;
    }

    .success_in{
        width: 9.44rem;
        height:auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .success_in .list{
        width: 9.44rem;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .list .mask{
        width: 4.5rem;
        height: auto;
        padding: .16rem .133333rem;
    }

    .mask .mask_top{
        width: 100%;
        height: 2.933333rem;
    }
    .mask .mask_top img{
        width: 100%;
        height: 2.933333rem;
    }

    .mask .mask_bottom{
        color: black;
        width: 100%;
        height: .5rem;
        /*padding-bottom: 1.5rem;*/
        max-height: .66667rem;
    }
    .mask .mask_bottom p:first-child{
        font-size: .24rem;
    }
    .mask .mask_bottom p:last-child{
        overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;

        /*height:0.5rem;*/
        font-size: .186667rem;
    }
    .mask .mask_bottom .more{
        width: 1.466667rem;
        height: .48rem;
        text-align: center;
        line-height: .48rem;
        font-size: .186667rem;
    }

    .success_in .record{
        margin: 0 auto;
    }

    .pageRemark{
        display: none;
    }


}