@charset "utf-8";
/*rui*/

img{
    width: 100%;
    height:100%;
}
.case_banner{
    width: 100%;
    height:6rem;
    position: relative;
}
.banner_desc{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    padding:0.88rem 1rem;
    color: #fff;
}
.banner_desc h2{
    line-height: 1rem;
    font-size:1rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
    text-shadow: 0.06rem 0 0.14rem rgba(20,21,21,0.18);;
}
.banner_desc p{
    line-height:0.68rem;
    font-size: 0.52rem;
}
.rui_con{
    width: 100%;

    border-bottom: 0.8rem solid #ececec;
    color: #222;
}
.rui_desc{
    width: 100%;
    padding: 1.8rem 1rem 2.4rem;
    background: #fff;
    max-height: 1000px;
    font-size:0.6rem;
    line-height:0.88rem;
}
.rui_desc h4{
    font-weight:bold;
    margin-bottom: 0.9rem;
}
.rui_desc p{
    text-align:justify
}
.rui_relate{
    width: 100%;
    background: #ececec;
    padding: 1.4rem 1rem;

}
.rui_relate>div{
    background: #fff;
    padding: 1.08rem 0.8rem 0.88rem;
    background: #fff;
    margin-bottom: 0.8rem;
}
.rui_relate>div:last-child{
    margin-bottom: 0;
}
.logo_div{
    width: 6rem;
       margin: 0 auto 0.92rem;
}
.logo_div img{
    width: 100%;
    height:100%;
}
.partner_text{
    font-size:0.48rem;
    line-height:0.72rem;
    margin-bottom:0.72rem;
    max-height: 1000px;
}
.partner_link {
    color: #c8161d;
    font-size:0.48rem;
}