



/* 优秀案例 and 合作客户 */
.case-box {
    display: flex;
    justify-content: space-between;
}
.case-box .title {
    width: fit-content;
}
.case-box .title .cn {
    font-size: 0.35rem;
    font-weight: bold;
    color: #343434;
}
.case-box .title .en {
    margin-top: 0.13rem;
    font-size: 0.2rem;
    color: #7E7E7E;
}
.case-box .title::after {
    content: "";
    display: block;
    width: 0.29rem;
    height: 0.03rem;
    margin-top: 0.13rem;
    background: #EC302F;
}
/* 优秀案例 */
.case-box .box1 {
    width: 7.2rem;
}
.case-box .box1 video {
    width: 100%;
    height: 4.8rem;
    margin-top: 0.44rem;
    object-fit: cover;
}
/* 合作客户 */
.case-box .box2 {
    position: relative;
    width: 6.76rem;
}
.case-box .box2 .case-swiper {
    height: 4.8rem;
    margin-top: 0.44rem;
}
.case-box .box2 .swiper-slide {
    display: block;
    width: 2.14rem;
    height: 1.45rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.07);
}
.case-box .box2 .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
/* 前进后退按钮 */
.case-box .box2 .swiper-button-prev {
    left: unset;
    top: 0.28rem;
    right: 0.58rem;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0;
    border: 0.01rem solid #B9B9B9;
    transition: all 0.3s;
}
.case-box .box2 .swiper-button-prev::after {
    font-size: 0.2rem;
    color: #B9B9B9;
    font-weight: 700;
}
.case-box .box2 .swiper-button-prev:hover {
    background: #B20000;
}
.case-box .box2 .swiper-button-prev:hover::after {
    color: white;
}
.case-box .box2 .swiper-button-next {
    top: 0.28rem;
    right: 0.14rem;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0;
    border: 0.01rem solid #B9B9B9;
    transition: all 0.3s;
}
.case-box .box2 .swiper-button-next::after {
    font-size: 0.2rem;
    color: #B9B9B9;
    font-weight: 700;
}
.case-box .box2 .swiper-button-next:hover {
    background: #B20000;
}
.case-box .box2 .swiper-button-next:hover::after {
    color: white;
}

/* 案例列表 */
.case-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.56rem;
}
.case-list .li {
    display: block;
    width: 3.49rem;
    height: 3.75rem;
    margin-top: 0.22rem;
    margin-right: 0.21rem;
    padding: 0.2rem 0.2rem 0.3rem;
    background: #FFFFFF;
    border: 0.01rem solid #D0D0D0;
    transition: all 0.3s;
}
.case-list .li:nth-child(-n+4) {
    margin-top: 0;
}
.case-list .li:nth-child(4n) {
    margin-right: 0;
}
.case-list .pic {
    position: relative;
    width: 100%;
    height: 2.83rem;
}
.case-list .pic .bgc1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-list .pic .bgc2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0.2rem;
    /*background: rgba(0,0,0,0.5);*/
    background: rgb(178,0,0);
    opacity: 0;
    transition: all 0.3s;
}
.case-list .pic .bgc2 .more {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
.case-list .pic .bgc2 .jianjie {
    font-size: 0.2rem;
    font-weight: 400;
    color: white;
    line-height: 1.5;
}
.case-list .pic .bgc2 .jianjie p {
    font-size: 0.2rem;
    font-weight: 400;
    color: white;
    line-height: 1.5;
    
}



.case-list .name {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #343434;
    text-align: center;
}
/* hover */
.case-list .li:hover {
    box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, .2);
}
.case-list .li:hover .bgc2 {
    opacity: 1;
}
.case-list .li:hover .name {
    color: #B20000;
}




/* 案例详情.html */
/* 成功案例 */
.success {
    position: relative;
    width: 100%;
}
.success .suc-tit {
    width: 1.12rem;
    height: 0.34rem;
    background: #000000;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    text-align: center;
    line-height: 0.34rem;
    font-size: 0.14rem;
    color: #FFFFFF;
}
.success .suc-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 0.48rem;
}
.success .suc-box .pic {
    width: 6.77rem;
    height: 4.6rem;
}
.success .suc-box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.success .suc-box .info {
    width: 7.3rem;
}
.success .suc-box .name {
    font-size: 0.24rem;
    font-weight: bold;
    color: #232323;
}
.success .suc-box .text {
    margin-top: 0.4rem;
    font-size: 0.2rem;
    color: #696969;
    line-height: 0.55rem;
}
.success .suc-box .text p {
    font-size: 0.2rem;
    color: #696969;
    line-height: 0.55rem;
}
/* 半透明logo */
.success .logo {
    position: absolute;
    right: 0;
    top: 1.4rem;
    width: 3.93rem;
    height: 4.02rem;
    object-fit: contain;
}

/* 案例详情 */
.case-detail {
    width: 100%;
    margin-top: 0.6rem;
    padding-bottom: 0.68rem;
    border-bottom: 0.01rem solid #E4E3E2;
}
.case-detail .title {
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid #E4E3E2;
    font-size: 0.3rem;
    color: #333333;
}
.case-detail .content {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #363636;
    line-height: 0.3rem;
}
.case-detail .content p {
    font-size: 0.16rem;
    color: #363636;
    line-height: 0.3rem;
}

/* 案例导航 */
.case-navs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.34rem;
}
.case-navs a {
    display: block;
    max-width: 5rem;
    font-size: 0.16rem;
    color: #696969;
}
.case-navs a:hover {
    color: #B20000;
}


/* 案例推荐 */
.recommend {
    width: 100%;
    background-image: url("../images/cases/bgc1.png");
    background-size: cover;
}
.recommend .center {
    position: relative;
    width: 14.6rem;
    margin: 0 auto;
    padding: 0.74rem 0 0.92rem;
}
.recommend .title {
    font-size: 0.38rem;
    color: #FFFFFF;
}
.recommend .recommend-swiper {
    margin-top: 0.4rem;
}
.recommend .swiper-slide {
    display: block;
    width: 3.5rem;
    padding: 0.2rem 0.2rem 0.3rem;
    background: #FFFFFF;
    border: 0.01rem solid #D0D0D0;
    transition: all 0.3s;
}
.recommend .pic {
    position: relative;
    width: 100%;
    height: 2.83rem;
}
.recommend .pic .bgc1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recommend .pic .bgc2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.3s;
}
.recommend .pic .bgc2 .more {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
.recommend .name {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #343434;
    text-align: center;
}
/* hover */
.recommend .swiper-slide:hover {
    box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, .2);
}
.recommend .swiper-slide:hover .bgc2 {
    opacity: 1;
}
.recommend .swiper-slide:hover .name {
    color: #B20000;
}



@media screen and (max-width:1024px){
    .success .suc-tit{
        font-size: 14px;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
    .success{
        width: 94%;
        margin: 0 auto;
    }
    .success .suc-box{
        flex-wrap: wrap;
    }
    .success .suc-box .pic{
        width: 100%;
        height: auto;
    }
    .success .suc-box .info{
        width: 100%;
        margin-top: 10px;
    }
    .success .suc-box .name{
        font-size: 14px;
    }
    .success .suc-box .text p{
        font-size: 12px;
    }
    .case-detail{
        width: 94%;
        margin: 0 auto;
    }
    .case-detail .title{
        font-size: 14px;
    }
    .case-detail .content p{
        font-size: 12px;
        width: 100%;
    }
    .case-detail .content p img{
        width: 100%;
        height: 100%;
    }
    .case-navs{
        width: 94%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .case-navs a{
        font-size: 12px;
        word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
    }
    .recommend .center{
        width: 94%;
        margin: 0 auto;
    }
    .recommend .title{
        font-size: 14px;
    }
    .recommend .name{
        font-size: 12px;
    }
    .btm_phtone{
        display: flex!important;
    }
}