/** 案例 */
.banner.case {
    background-size: cover;
}

.banner .title {
    /*padding-top: 170px;*/
    padding-top: 200px;
}

.banner .title.active {
    padding-top: 10px;
    transition: 1.5s;
}

.banner .title p {
    width: 100%;
    max-height: 140px;
    /*color: #424750;*/
    color: #ffffff;
    font-size: 16px;
    text-align: right;
    /*line-height: 50px;*/
    letter-spacing: 30px;
}

.banner .title p.en {
    font-size: 20px;
    letter-spacing: 3px;
}

.main-case {
    background-color: #18191b;
    padding: 30px 0 75px;
}

.main-case .content {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 20px;
    /*border-bottom: 2px solid #c9c9c9;*/
    border-bottom: 1px dashed #8e8e8e;
    vertical-align: top;
}

/*.main-case .content.even {
    margin-left: 2%;
}*/

.main-case .content .case-img {
    width: 100%;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.main-case .content .case-img img {
    width: 100%;
    transition: 2s;
    height: 100%;
}

.main-case .content .case-img img:hover {
    transform: scale(1.2,1.2);
    transition: 2s;
}

.main-case .content p.lable>a {
    padding-top: 13px;
    font-size: 30px;
    line-height: 76px;
    color: #dadada;
}
.main-case .content p.lable>a:hover {
    transform: scale(1.2,1.2);
    transition: 0.3s;
    color: #fff;
}

.main-case .content p {
    font-size: 18px;
    line-height: 32px;
    /*color: #505050;*/
    color: #b1b1b1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main-case #worksPages .layui-laypage {
    display: block;
    text-align: center;
    margin-top: 100px;
}

.main-case #worksPages .layui-laypage a,.main-case #worksPages .layui-laypage span {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    color: #e3e3e3;
}

/* Xiwi-分页 */
/*.layui-laypage-em{*/
    /*background-color: #41bdea !important;*/
/*}*/
.layui-laypage a{
    background-color: #242426;
}
@media screen and (min-width: 200px) and (max-width: 360px) {
    .main-case .content .case-img {
        height: 160px!important;
    }
}
@media screen and (max-width: 370px) {
    .main-case .content .case-img {
        height: 180px!important;
    }
}
@media screen and (max-width: 480px) {
    .main-case .content {
        padding-top: 60px;
        width: 47%;
    }
    .main-case .content p.lable {
        padding-top: 10px;
        font-size: 18px;
        line-height: 48px;
    }
    .main-case .content p {
        font-size: 12px;
        line-height: 20px;
        color: #505050;
    }
    .main-case #worksPages .layui-laypage a,.main-case #worksPages .layui-laypage span {
        padding: 0 12px;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        margin-right: 4px;
    }

    .main-case .content .case-img {
        height: 270px;
    }
    .main-case .content p.lable>a{
        font-size: 25px;
        line-height: 41px;
    }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
    .main-case .content {
        width: 47%;
    }
    .main-case .content .case-img {
        height: 345px!important;
    }

    .main-case .content p.lable>a{
        font-size: 25px;
        line-height: 41px;
    }
}
/*小屏幕*/
@media screen and (min-width: 768px) {
    .main-case .content {
        width: 45%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .banner .title p {
        font-size: 25px;
    }

    /*.main-case .content.even {
        margin-left: 9%;
    }*/
    .main-case .content .case-img {
        height: 430px!important;
    }
}
/*大屏幕*/
@media screen and (min-width: 992px) {
    .main-case .content {
        width: 31%;
        margin-left: 1%;
        margin-right: 1%;
    }

    /*.main-case .content.even {
        margin-left: 0;
    }

    .main-case .content.center {
        margin-right: 3%;
        margin-left: 3%;
    }*/

    .main-case .content .case-img {
        height: 240px!important;
    }

}
@media screen and (min-width: 992px) and (max-width: 1200px) {

    .main-case .content .case-img {
        height: 370px!important;
    }

    .main-case .content p.lable>a{
        line-height: 76px;
    }

}
@media screen and (min-width: 1201px){

    .main-case .content .case-img {
        height: 500px!important;
    }

    .main-case .content p.lable>a{
        line-height: 76px;
    }

}


