/*#box_left #sidemenu{*/
    /*background-color:#f3f1f2 ;*/
    /*border-radius: 14px;*/
    /*border: 1px solid #c6c6c6;*/
/*}*/
/*#box_left #sidemenu .caption{*/
    /*background-color: inherit;*/
    /*color: #e38358;*/
    /*font-weight: 600;*/
    /*font-size: 14px;*/
    /*justify-content: flex-start;*/
    /*padding-left: 16px;*/
    /*border-radius: 14px 14px 0 0;*/
    /*border: navajowhite;*/
    /*border-bottom: 2px solid #e6e5e6;*/
/*}*/
/*#box_left .caption h4{*/
    /*color: #2452a8;*/
    /*margin-right: 12px;*/
/*}*/
/*#box_left .cc ul{*/
    /*margin-top: 22px;*/
/*}*/
/*#box_left .cc ul .lv1{*/
    /*padding: 0 10px !important;*/
/*}*/
/*#box_left .cc ul .lv1 p{*/
    /*display: initial;*/
/*}*/
/*#box_left .cc ul .lv1 a span{*/
    /*font-weight: 600;*/
    /*color: #e38312;*/
/*}*/
.plist .list .pic-module img{
    width: auto;
    height: auto;
}
#box_right #plist .list .pro-module{
    background-color: inherit;
}
#box_right #plist .list .pro-module:hover{
    background-color: inherit;
    color: black;
}
#box_right #plist .list .pro-module:hover a{
    color: black;
}
#box_right .plist .list .pic-module a{
    display: block;
}


.case #title{
    color: white;
}
.case-name{
    display: block;
    /*width: 228px;*/
    height: 51px;
    line-height: 51px;
    color: white;
    font-size: 14px;
    background-color: rgba(30,122,206,1);;
    text-align: center;


}
.case-list{
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.case-list .item{
    position: relative;
    padding: 10px;
    margin-bottom: 14px;


}
.case-list .item .case-pic{
    width: 100%;
}
.case-list .item:hover .slide-box{
    display: block !important;

}
.case-list .slide-box {
    display: block;
    width: 93%;
    height: 81%;
    /*background: black;*/
    background: url("../images/case-slidebox-bg.png") no-repeat center;
    background-size: cover;
    /*opacity: 0.4;*/
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}
