@charset "utf-8";

/* 案例分类 */

.alfl {
    background-color: #e9f0f5;
}

.alflbox {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.alflboxbig {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.alflbox .alflboxa {
    position: relative;
    height: 100px;
    width: 300px;
    text-align: center;
    line-height: 100px;
    background-color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.alflbox .alflboxa::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #eee;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.alflbox .alflboxa:last-child::before {
    display: none;
}

.alflboxa i {
    font-size: 36px;
    color: #333333;
    vertical-align: middle;
}

.alflboxa span {
    /* padding-left: 3px; */
    font-size: 22px;
    color: #333333;
    vertical-align: middle;
}

.alflbox .alflboxa:hover {
    background-color: #e89d00;
}

.alflbox .alflboxa:hover span,
.alflbox .alflboxa:hover i {
    color: #fff;
}

.alflbox .alflboxa.on {
    background-color: #e89d00;
}

.alflbox .alflboxa:hover::before {
    display: none;
}

.alflbox .alflboxa.on::before {
    display: none;
}

.alflbox .alflboxa.on span,
.alflbox .alflboxa.on i {
    color: #fff;
}


/* 案例列表 */

.allb {
    padding: 100px 0 ;
    background-color: #e9f0f5;
}
.album_list .allb{
    padding: 50px 0 100px;
}
.allbbox .allbboxa {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.allbbox .allbboxa:nth-child(4n) {
    margin-right: 0;
}

.allbboxa_t {
    overflow: hidden;
}

.allbboxa_t img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.allbbox .allbboxa:hover .allbboxa_t img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.allbboxa_c {
    padding: 20px;
    background-color: #fff;
}

.allbboxa_ch {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.album_list .allbboxa_ch{
    text-align: center;
}
.allbbox .allbboxa:hover .allbboxa_ch {
    color: #e89d00;
}

.allbboxa_cp {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #868686;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.allbboxa_cp b{
    font-weight: 700;
    color: #222;
}
.allbboxa_b {
    padding: 0 20px;
    background-color: #fff;
}

.allbboxa_bbox {
    height: 72px;
    border-top: 1px solid #e9f0f5;
}

.allbboxa_bbox_sj {
    font-size: 14px;
    color: #999999;
}

.allbboxa_bbox_i i {
    font-size: 18px;
    font-weight: 700;
    color: #999;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.allbbox .allbboxa:hover .allbboxa_bbox_i i {
    color: #e89d00;
}

.allbboxa_bbox_i:hover i {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}

.foot {
    margin-top: 0;
}
.alflbox .alflboxa i{
    display: none;
}
.album_list .alflboxbig{
    width: 100%;
}
.album_list .alflbox .alflboxa{
    width: auto;
    flex: 1;
}

@media screen and (max-width: 1600px) {
   .album_listxz .alflboxa span{
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    /*  案例分类  */
    .alflbox .alflboxa {
        height: 80px;
        line-height: 80px;
    }
    .allb {
        padding: 35px 0 50px;
    }
    .allbbox .allbboxa {
        width: 32%;
        margin-right: 2%;
    }
    .allbbox .allbboxa:nth-child(4n) {
        margin-right: 2%;
    }
    .allbbox .allbboxa:nth-child(3n) {
        margin-right: 0;
    }
    .album_list .allb{
        padding: 0 0 50px;
    }
  .album_listxz  .alflboxa span{
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .alflboxbig {
        width: 100%;
    }
    .alflbox .alflboxa {
        width: 33.33%;
    }
}

@media screen and (max-width: 768px) {

    .alflbox {
       
    }
    .alflbox .alflboxa {
        height: 50px;
        line-height: 50px;
    }
  .album_listxz  .alflboxa span {
        font-size: 12px;
    }
    .alflbox .alflboxa i {
        font-size: 14px;
    }
    .allbbox .allbboxa {
        width: 49%;
        margin-right: 2%;
    }
    .allbbox .allbboxa:nth-child(4n) {
        margin-right: 2%;
    }
    .allbbox .allbboxa:nth-child(3n) {
        margin-right: 2%;
    }
    .allbbox .allbboxa:nth-child(2n) {
        margin-right: 0;
    }
    .allbboxa_c {
        padding: 10px;
    }
    .allbboxa_ch {
        font-size: 16px;
    }
    .allbboxa_cp {
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .allbboxa_b {
        padding: 0 10px;
    }
    .allbboxa_bbox {
        height: 40px;
    }
    .allbboxa_bbox_sj {
        font-size: 12px;
    }
    .album_list .allb{
        padding: 20px 0 50px;
    }
    .album_lists .allbbox .allbboxa{
        margin-bottom: 10px;
    }
    .album_lists .allbboxa_ch{
        font-size: 14px;
    }
  .album_listxz.album_list .alflboxbig{
        flex-wrap: wrap;
    }
  .album_listxz.album_list .alflbox .alflboxa{
        flex: none;
        width:16.66% ;
    }
  .album_listxz  .alflbox .alflboxa{
        height: 40px;
        line-height: 40px;
    }
  .album_listxz  .alflboxa span{
        font-size: 12px;
    }
}