.solution0{
    width:1200px;
    margin:0 auto;
}
.solution0_box{
    width:100%;
   
}
.solution0_box h3{
    line-height:22px;
    padding:2px 0 8px 16px;
    font-size: 28px;
    margin-bottom:69px;
    margin-top:67px;
    text-align:center;
}
.solution0_view{
    width:100%;
    overflow: hidden;
    margin-top:20px;
}
.solution0_list{
    float: left;
    width:33.2%;
    height:260px;
    /* padding:1% 0; */
    display: block;
    margin-bottom: 37px;
    border:1px solid #e4e4e4;
    border-left:0;
}
.solution0_list9{
	border-left:1px solid #e4e4e4;
}
.solution0_list:hover{
    background:#2B6BFF;
}
.solution0_list:hover img{
    display: none;
}
.solution0_list:hover .solute_block{
    display: inline-block;
}

.solution0_img{
    text-align: center;
    padding:0 47px;
    margin-top:43px;
}
.solution0_img img{
    display: inline-block;
    padding:6px 0;
    width:60px;
    height:60px;
}
.solution0_img .solute_block{
    display: none;
}
.solution0_list h2{
    text-align:center;
    padding:20px 47px 12px;
    font-size: 20px;
    color:#333;
    font-weight: 400;
    line-height: 20px;
}
.solution0_list p{
    text-align: center;
    padding: 0 47px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.5;
}
.solution0_list:hover h2{
    color:#fff;
}
.solution0_list:hover p{
    color:#fff;
}
.solution0_cj{
    float: left;
    width:31%;
    margin:0 0 3% 2%;
    border:1px solid #e8e8e8;
    height:469px;
}
.solution0_top{
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.solution0_top img{
    height: 100%;
    width:100%;
    transition: all 0.3s;
}
.solution0_top_div{
    min-width: 100px;
    line-height: 1;
    width: 100%;
    font-weight: 500;
    letter-spacing: 1px;
   
    color: #333;
    font-size: 18px;
    padding: 14px 45px 14px 20px;
    overflow: hidden;
   /*  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.55);
    background: rgba(0, 0, 0, 0.36); */
}
.solution0_bottom{
    padding-top: 18px;
    height: 175px;
    position: relative;
}
.solution0_bottom p{
    font-size: 15px;
    color: #666;
    line-height: 24px;
    padding: 0 22px;
    height: auto;
    max-height: none;
}
.solution0_bottom a{
	width:80px;
	height:30px;
    /* line-height: 1; */
    color: #2B6BFF;
    display: block;
    margin-top: 10px;
   	position: absolute;
    bottom: 15px;
    left:50%;
    margin-left:-40px;
    font-size: 14px;
    cursor: pointer;
    border:1px solid #2b6bff;
    border-radius:2px;
    text-align:center;
    line-height:30px;
    
}
.solution0_bottom a:hover{
	background:#2B6BFF;
	color:#fff;
}

.solution0_cj:hover .solution0_top img{
    transform: scale(1.2);
}