
html{
    font-size: 1.25vw;
}

@media screen and (max-width:960px){

    html{
        font-size: 12px;
    }
    .sb_home_page{
        width: 80rem;
    }
}

body{
    font-family: Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"SimHei",sans-serif;
}
.sec-space{
    padding-top: 3rem;
}

.title-banner{
    position: absolute;
    top: 50%;
    margin-top: -1.88rem;
    left: 10rem;
    z-index: 2;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
}

.content-classiccase{
    position: relative;
    margin: 2.92rem auto;
    width: 60rem;
}
.content-classiccase .left-menu{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 9.67rem;
    padding: 0;
    margin: 0;
    text-align: left;
}
/*左侧小菜单栏*/

.left-menu .menu-title{
    padding:0.67rem 0.8rem;
    margin-bottom: 2px;
    font-size:0.75rem;
    background-color:#0E3580 ;
    color: #fff;
}

.menulist li{
    padding:0.67rem 0.8rem;
    margin-bottom: 2px;
    font-size:0.75rem;
    background-color:#EFEFEF ;
    color: #4F4F4F;
    cursor: pointer;
}
.menulist li.onselect,.menulist li:hover{
    background-color:#7F7F7F ;
    color: #fff;
}
.clearfix:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.right-content{
    /*float: left;*/
    margin-left: 10.92rem;
}
/*成功案例*/
.case-row{
    display: table;
    font-size: 0;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-bottom: 3rem;
}
.case-image{
    display: table-cell;
    vertical-align: top;
    padding-left: 1.25rem;
    width: 21rem;
    height: 14.36rem;
}
.case-image img{
    width: 100%;
    height: 100%;
}
.case-detail{
    position: relative;
    padding-left: 1.25rem;
    width: 26.83rem;
    display: table-cell;
    vertical-align: top;
    font-size: 1rem;
    color: #333333;
}
.case-detail-title{
    font-size: 1.33rem;
    font-weight: bolder;
    padding-bottom: 1.25rem;
}
.case-detail p{
    line-height: 1.75rem;
    padding-bottom: 1.5rem;
    text-align: justify;
}
.case-detail .section_b_get_more{
    position: absolute;
    bottom: 0;
    transform: none;
}
.case-row:hover .section_b_get_more{
    color: #01419A;
}
/*成功案例-查看详情*/

.classiccase-details{
    position: relative;
    margin: 0 auto;
    width: 60rem;
}
/*面包屑*/
.detail-breadcrumb{
    padding: 0.58rem 0;
    font-size: 0.75rem;
    color: #333333;
}
/*详情主题*/
.sum-grid-col{
    font-size: 0;
}
.sum-grid-col:after{
    content: '';
    clear: both;
}
.branch-col-3{
    width: 33.3333%;
    /*float: left;*/
}
.branch-col-2{
    width: 50%;
}
.case-theme{
    padding: 1.17rem 0;
    font-size: 1.5rem;
    color: #333333;
    border-bottom: 1px solid #CAC8C8;
}
.product-idea{
    color: #333333;
    font-size: 1rem;
    line-height: 1.75rem;
}
.product-idea p{
    text-indent: 2rem;
}
.sum-icons{
    font-size: 3rem;
    font-family: iconfont;
    color: #01419A;
}
.product-summary ul.sum-grid-col{
    margin-left: -1rem;
    margin-right: -1rem;
}
.product-summary li{
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4rem;
    position: relative;
}
.product-summary li .sum-icons{
    display: inline-block;
    vertical-align: top;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
    width: 3rem;
    height: 3rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.product-summary li .sum-text{
    margin-left: 5rem;
    font-size: 1rem;
    line-height: 1.75rem;
    display: inline-block;
    vertical-align: top;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #666666;
}
.product-summary li .sum-text h5{
    margin: 0;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    color: #333333;
}
/*优势*/
.product-superior ul.sum-grid-col{
    margin-left: -1rem;
    margin-right: -1rem;
}
.product-superior li{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;
}
.product-superior .box-img{
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.25rem;
}
.product-superior .box-img img{
    width: 100%;
}
.box-mid{
    width: 29rem;
    height: 11.83rem;
}
.box-lg{
    width: 29rem;
    height: 21.75rem;
}
.product-superior h5{
    margin: 0;
    padding: 0 1rem 1.25rem 1rem;
    font-size: 1.25rem;
    color: #333333;
}
.product-superior p{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #181818;
    padding-left: 1rem;
    padding-right: 1rem;
}
