﻿
/* 公用样式 */
.banner {
    height: 5.79rem;
}

.banner .swiper {
    height: 100%;
}

.banner .swiper .img-box {
    height: 5.79rem;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.case-cont{
    padding-top: .85rem;
    padding-bottom: .3rem;
}
.text-style p{
    margin-bottom: .15rem;
    font-size: .18rem;
    line-height: .28rem;
    color: #7f7f7f;
    text-align: justify;
}
.text-style p strong{
    color: #000000;
}
.case-tit{
    position: relative;
    padding: .35rem 0;
    font-size: .37rem;
    font-weight: bold;
    color: #515151;
    border-bottom: 1px solid #cecdce;
}

.case-tit::before{
    content: "";
    position: absolute;
    top: .2rem;
    right: 0;
    width: .59rem;
    height: .53rem;
    background: url(/Public/Home/img/case/com-icon2.png) center no-repeat;
    background-size: 100%;
}
.case-tit::after{
    content: "";
    position: absolute;
    bottom: -.21rem;
    right: -.3rem;
    width: 1.44rem;
    height: 1.45rem;
    background: url(/Public/Home/img/case/com-icon1.png) center no-repeat;
    background-size: 100%;
}
.intro{
    margin-top: .4rem;
    margin-bottom: .5rem;
    
}
.intro .intro-tit{
    margin-bottom: .3rem;
    font-size: .18rem;
    color: #949494;
}
.block {
    margin-bottom: .65rem;
}
.block .block-tit{
    margin-bottom: .2rem;
    font-size: .18rem;
    color:#ba1a1f;
}
.block img{
    margin: .1rem auto;
    width: 100%;
}
.summary{
    position: relative;
    padding-bottom: .8rem;
}
.summary > *{
    position: relative;
    z-index: 1;
}
.summary::before{
    content: "";
    position: absolute;
    top: .6rem;
    left: -.75rem;
    width: 1.44rem;
    height: 1.45rem;
    background: url(/Public/Home/img/case/com-icon1.png) center no-repeat;
    background-size: 100%;
}
/* 公用样式 -- end */



/*0403*/

@media screen  and (max-width:750px){
    .case-cont{
        width: 6.8rem!important;
        margin: 0 auto;
    }
    .case-cont img{
        width: 100%!important;
    }
    .case-tit{
        font-size: .24rem;
    }
    .text-style p{
        font-size: .24rem;
        line-height: 1.5em;
    }
    .block .block-tit{
        font-size: .24rem;
    }
    .block .block-top{
        font-size: .24rem;
    }
}