/*客户合影*/
.khlength {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
}

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

.indexcap {
    width: 100%;
    font-size: 24px;
    color: #000;
    padding: 5px 0 0 0;
    margin: 20px 0 0 0;
    float: left;
    text-align: left;
}

.mr_frbox {
    float: left;
    width: 100%;
    text-align: left;
    margin: 40px 0 30px 0;
    height: auto;
    position: relative;
}

    .mr_frbox .hd {
        width: 1342px;
        height: auto;
        position: absolute;
        left: -75px;
        top: 123px;
    }

.mr_frBtnL {
    width: 28px;
    height: 46px;
    float: left;
    padding: 25px 10px 25px 10px;
    cursor: pointer;
    display: inline;
    background: #000;
}

.mr_frBtnR {
    width: 28px;
    height: 46px;
    float: right;
    cursor: pointer;
    padding: 25px 10px 25px 10px;
    background: #000;
}

.mr_frUl {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    height: auto;
    margin-bottom: 5px;
}

.mr_frbox .mr_frBtnL:hover {
    background: #ebb001;
}

.mr_frbox .mr_frBtnR:hover {
    background: #ebb001;
}

.mr_frUl ul li {
    float: left;
    height: 275px;
    width: 380px;
    margin-right: 25px;
    overflow: hidden;
    position: relative;
}

    .mr_frUl ul li a img {
        width: 380px;
        height: 275px;
        display: block;
        /*border: 1px solid #ECEBEB;*/
        -webkit-transition: -webkit-transform .3s linear;
        -moz-transition: -moz-transform .3s linear;
        -o-transition: -o-transform .3s linear;
        transition: transform .3s linear;
    }

    .mr_frUl ul li .cont {
        padding-top: 50px;
        width: 380px;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        height: 275px;
        display: none;
    }

        .mr_frUl ul li .cont img {
            text-align: center;
            margin: 0 auto;
            width: 55px;
            margin-top: 80px;
        }

        .mr_frUl ul li .cont h2 {
            width: 40px;
            height: 2px;
            background: #fff;
            text-align: center;
            margin: 20px auto;
        }

        .mr_frUl ul li .cont h3 {
            width: 240px;
            height: 40px;
            line-height: 40px;
            margin: 0 auto;
            text-align: center;
        }

            .mr_frUl ul li .cont h3 a {
                color: #fff;
                font-size: 24px;
            }

        .mr_frUl ul li .cont h4 {
            width: 240px;
            height: 90px;
            line-height: 23px;
            overflow: hidden;
            margin: 15px auto;
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            display: none;
        }

        .mr_frUl ul li .cont h5 {
            width: 130px;
            height: 35px;
            line-height: 35px;
            margin: 20px auto;
            text-align: center;
            border: 1px solid #fff;
            display: none;
        }

            .mr_frUl ul li .cont h5 a {
                color: #fff;
                font-size: 16px;
                float: left;
                width: 132px;
            }

    .mr_frUl ul li:hover .cont {
        background: rgba(0, 0, 0, 0.6);
        display: block;
    }

        .mr_frUl ul li:hover .cont img {
            margin-top: 40px;
        }

    .mr_frUl ul li:hover h4 {
        display: block;
    }

    .mr_frUl ul li:hover h5 {
        display: block;
    }

    .mr_frUl ul li:hover a img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }