

.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.nyhonor .albumcta {
    width: 18.5%;
    margin-right: 1.5%;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(17, 30, 53, 0.05);
    -moz-box-shadow: 0px 0px 15px rgba(15, 33, 67, 0.05);
    -webkit-box-shadow: 0px 0px 15px rgba(15, 33, 67, 0.05);
}

.albumctbox.nyhonor .albumcta:nth-child(5n) {
    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;
}


.albumctbox.nyhonor .albumcta p {
    font-size: 15px;
    text-align: center;
    padding: 25px 0;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.albumctbox.nyhonor .albumcta:hover p {
    color: #3095b1;
}

@media screen and (max-width:1024px) {
    .albumctbox.nyhonor .albumcta{
        width: 31%;
        margin-right: 2%;
    }
}
@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.nyhonor .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: 45px;
}

.links .albumcta {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 1.6%;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
}

.links .albumcta:nth-child(6n) {
    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%;
    }
}