 .cases_list{background:#f5f9fc;}
  .img-v1{
            background-image: url(../images/success_case_banner_lg.jpg);
        }
        .success-case-list{
            padding-top: 40px;  
        }
        .success-case-item{
            margin-bottom: 40px;background:#fff;padding:20px;
			-webkit-box-shadow: 0 4px 16px 0 rgba(8,30,80,.08);
			box-shadow: 0 4px 16px 0 rgba(8,30,80,.08);
			border-radius:5px;
        }
		.success-case-item:hover{box-shadow:0px 0px 20px rgba(0,0,0,0.1)}
         .success-case-item:hover img{
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            
         } 

         .success-case-item .case-img{
            margin: 0;overflow:hidden;

        }
         .success-case-item img{
            margin: 0;
            transition: all .4s linear;
            -webkit-transition: all .4s linear;
            -moz-transition: all .4s linear;          
        }

        .system-title{
            height: 60px;
			margin:20px 0px 10px;
            border-top: 0;
            font-size: 20px;
            color: #333;
        }
		.success-case-item a div{color:#777;line-height:24px;}
        @media(max-width:768px){
            .system-title{
               font-size: 14px;
               height: 50px;
               padding: 10px;
               line-height: 16px;
            }
        }