

.albumct {
    margin-top: 60px;
}

.albumctbox .albumcta {
    width: 24.5%;
    margin-right: 0.5%;
    margin-bottom: 10px;
    overflow: hidden;
}

.albumctbox .albumcta:nth-child(4n) {
    margin-right: 0;
}

.albumctbox .albumcta div { display:block; width:100%; margin:0 auto; overflow:hidden; }
.albumctbox .albumcta img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.albumctbox .albumcta:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.albumctbox .albumcta p {
    text-align: center;
    line-height: 50px;
    background-color: #f5f5f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width:992px) {
    .albumct {
        margin-top: 30px;
    }
    .albumctbox .albumcta {
        width: 32%;
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(4n) {
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .albumctbox .albumcta {
        width: 49%;
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(3n) {
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(2n) {
        margin-right: 0;
    }
}
/*客户样式*/
.albumct {
    margin-top: 60px;
}

.links .albumcta {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.links .albumcta:nth-child(5n) {
    margin-right: 0;
}

.links .albumcta div { display:block; width:100%; margin:0 auto; overflow:hidden; }
.links .albumcta img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.links .albumcta:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}


@media screen and (max-width:768px) {
    .albumct {
        margin-top: 30px;
    }
    .links .albumcta {
        width: 32%;
        margin-right: 2%;
    }
    .links .albumcta:nth-child(2n) {
        margin-right: 0;
    }
    .links .albumcta:nth-child(5n) {
        margin-right: 2%;
    }
}


@media screen and (max-width:992px) {
    .albumct {
        margin-top: 30px;
    }
    .links .albumcta {
        width: 32%;
        margin-right: 2%;
    }
}

@media screen and (max-width:768px) {
    .links .albumcta {
        width: 49%;
        margin-right: 2%;
    }
}