﻿@charset "utf-8";
/*案例页面样式*/
.main{
    background: #ececec;
}
.nav_list{
    z-index: 100;
}
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;
    text-shadow: 0.06rem 0 0.14rem rgba(20,21,21,0.18);;

}
.banner_desc p{
    line-height:0.68rem;
    font-size: 0.52rem;
}
.case_content{
    width: 100%;
    background: #fff;
    padding-bottom: 2rem;
    border-bottom: 0.8rem solid #ececec;
}
.sort_div{
    width: 100%;
    position: relative;
}
.case_index_nav{
    width: 100%;
    padding:0 1.2rem;
    border: 0.02rem solid #eee;
    background: #fff;
}
.case_index_nav span{
    float:left;
    width: 33.33%;
    font-size:0.48rem;
    text-align: center;
    padding: 0.36rem 0;

}
.case_index_nav span.current{
    color: #c9151e;
}
.case_index_nav span.current i{
    color: #c9151e;
}
.case_index_nav span b{
    display: block;
    border-right: 0.02rem solid #ddd;
}
.case_index_nav span b i{
    font-size:0.48rem;
}
.case_index_nav span:last-child b{
    border-right: none
}
.result_div{
    /*display: none;*/
    padding:0 1rem ;
    line-height:0.84rem;
}
.result_div span{
    display: inline-block;
    font-size:0.84rem;
    line-height:0.84rem;
    padding:0.96rem 0 0.76rem;
    border-bottom: 0.08rem solid #bd1e05;
}
.sort_list{
    width: 100%;
    position: absolute;
    left:0;
    top:1.42rem;
    z-index: 99;
    background: #fff;
}
.sort_list ul{
    display: none;
}
.sort_list li{
    float: left;
    width: 50%;
    line-height:1.56rem;
    text-align: center;
    font-size:0.48rem;
    color: #222;
    border-bottom: 0.02rem solid #eee;

}
.sort_list li a{
    display: block;
    width: 100%;
    height:100%;
}
.sort_list li:nth-child(odd){
    border-right: 0.02rem solid #eee;
}
sort_list li.select{
    color: #c9151e;
}
sort_list li.select a{
    color: #c9151e;
}
.case_index_list{
    width: 100%;
    padding-top: 1rem;

}
.case_index_list a{
    float: left;
    width: 7.4rem;
    height:10rem;
}
.case_index_list a:nth-child(odd){
    margin-right: 0.2rem;
}
.case_index_img{
    width:7.4rem;
    height:7.4rem;
    overflow: hidden;
    position: relative;
}
.case_index_img span{
    position: absolute;
    width: 100%;
    left:0;
    bottom: 0.4rem;
    font-size:0.48rem;
    line-height:0.6rem;
    color: #fff;
    padding:0 0.4rem;

}
.case_index_img img{
    width: auto;
position: relative;
    left: 50%;
    margin-left: -520px;    height:100%;
}
.case_title{
    line-height:0.72rem;
    font-size:0.56rem;
    padding:0.5rem 0.4rem 0;
}
.more_div{
    width: 100%;
    padding-top: 0.4rem;

}
.more_div a{
    display: block;
    width: 4.4rem;
    height:1.2rem;
    text-align: center;
    line-height:1.2rem;
    color: #c8151d;
    border: 0.02rem solid #c8151d;
    margin: 0 auto;
    font-size:0.52rem;
}
.more_div a i{
    font-size:0.52rem;
    color: #c8151d;
}
.fix{
    position: fixed;
    left: 0;
    top:1.8rem;
    z-index: 99
}
/*案例详情样式*/
.case_detail_content{
    width: 100%;
    padding:1rem 1rem 1.8rem;
    background: #fff;
    border-bottom: 0.8rem solid #ececec;
}
.title_div{
    width: 100%;
    border-bottom: 0.02rem solid #ddd;
    margin-bottom: 1rem;

}
.title_div h2{
    text-align: center;
    line-height:1.16rem;
    font-size:1.16rem;
    margin-bottom: 0.6rem;
}
.title_div h4{
    text-align: center;
    line-height:0.6rem;
    font-size:0.59rem;
    margin-bottom: 0.92rem;
}
.title_div p{
    line-height:0.6rem;
    font-size:0.6rem;
    margin-bottom: 0.32rem;
}
.case_detail_info{
    margin-bottom: 0.8rem;
}
.case_detail_info h2{
    width: 100%;
    line-height: 1.2rem;
    background: #d4072b;
    color: #fff;
    padding:0 0.4rem;
    font-size:0.6rem;
}
.case_detail_info ul{
    width: 100%;
    max-height: 100rem;
    border: 0.02rem solid #bfc0c1;
}
.case_detail_info ul li{
    width: 100%;
    line-height:1.36rem;
    padding: 0 0.4rem;
    color: #454448;
    background: #fff;
    font-size:0.48rem;
}
.case_detail_info ul li:nth-child(odd){
    line-height:1.4rem;
    background: #bfc0c1;
}

.case_detail_info ul li span{
    float: left;
    width: 25%;
}
.case_detail_info ul li b{
    float: left;
    width: 75%;
    line-height: 0.8rem;
    margin-top: 0.32rem;
}
.entrust_list{
    padding: 0.96rem 0.4rem 1.12rem;
    background: #f5f5f5;
}
.case_detail_info  p{
    width: 100%;
    margin-bottom: 0.48rem;
}
.case_detail_info p:after,
.case_detail_info ul li:after{
    display: block;
    width: 0;
    height:0;
    content:'';
    clear: both;
}
.case_detail_info p i{
    float: left;
    width: 0.2rem;
    height:0.2rem;
    background: #d4072b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.4rem;
    margin-top: 0.2rem;
}
.case_detail_info p span{
    float: left;
    width: 95%;
    font-size:0.48rem;

}
.case_btn{
    width: 100%;
    margin: 1.08rem 0 0.6rem;

}
.case_btn a{
    font-size:0.6rem;
    color: #d4072b;
    font-weight:bold;

}
.brand_div{
    width: 100%;
    padding: 0 0.1rem;

}
.brand_div h4{
    font-size:0.6rem;
    line-height:1.36rem;
    font-weight:bold;
    padding: 0 0.1rem;
}
.brand_div_img span{
    float: left;
    width: 3.8rem;
    height:1.9rem;
    border: 0.02rem solid #d9d9db;
    margin: 0.1rem;
}
/*案例描述*/
.desc_con{
    border-bottom: 0.02rem solid #999;
    padding-bottom: 2.3rem;
}
.desc_con p{
    font-size:0.6rem;
    line-height: 1rem;
    max-height: 1000px;
    margin-bottom: 0.96rem;
}
.desc_con p strong{
    font-weight: 800;
}
.desc_con p:last-child{
    margin-bottom: 0;
}
.desc_back{
    width: 100%;
}
.desc_back a{
    display: block;
    width: 3.6rem;
    height:1.4rem;
    border: 0.02rem solid #d54449;
    color: #d4082b;
    line-height:1.4rem;
    font-size:0.6rem;
    text-align: center;
    margin: 1rem auto 0.6rem;
}