@CHARSET "UTF-8";
/* ============================================================服务项目============================================================================ */
.do_well .box .col-sm-3{margin-bottom: 30px}
.do_well .box .col-sm-3 a{color: #fff;text-decoration: none;display: inline-block;}
.do_well .box .col-sm-3 .text_box{
background:#666;
padding:10px 15px;
text-align: center;
}
.do_well .box .col-sm-3 .text_box h4{font-size: 18px;font-weight: 500;}
.do_well .box .col-sm-3 .text_box p{font-size: 14px;}
.do_well .box .col-sm-3 .img_box{overflow: hidden;}
.do_well .box .col-sm-3 .img_box img{
transition: .3s all linear 0s;
}
.do_well .box .col-sm-3:hover img{
    transform: scale(1.1);
}
.do_well .box .col-sm-3 a{
transition: All 0.4s ease-in-out;
-webkit-transition: All 0.4s ease-in-out;
-moz-transition: All 0.4s ease-in-out;
-o-transition: All 0.4s ease-in-out;
}
.do_well .box .col-sm-3 a:hover{
transform: translate(0,-10px);
-webkit-transform: translate(0,-10px);
-moz-transform: translate(0,-10px);
-o-transform: translate(0,-10px);
-ms-transform: translate(0,-10px);
-webkit-box-shadow: 0px 5px 20px #a0a0a0;
-moz-box-shadow: 0px 5px 20px #a0a0a0;
box-shadow: 0px 5px 20px #a0a0a0;
}