#index_service{height:auto; min-width: 1190px; max-width:1920px; margin:auto; padding-top:35px; background:url(../smart/service_bg.jpg) center repeat;}
.index_service_title{width:1190px; margin:auto; height:66px; background:url(../smart/index_title.png) center bottom no-repeat; font-size:30px; color:#5b5b5b; font-weight:bold; line-height:52px; text-align:left; text-transform:uppercase;}
.index_service_cont{width:1190px; margin:auto; margin-top:30px;}
.index_service_resu{width:120px; float:left; transition:all .6s; text-align:center; position:relative; height:auto;  height:220px; margin-left:25px; margin-right:25px; }
.index_service_resu:hover .index_service_pic{ display:block}
.index_service_pic{ width:120px; height:96px;position:absolute; display:none;z-index:999}
.index_service_stitle{width:100%; padding-top:20px; text-align:center; font-size:14px; color:#939393; line-height:22px; }
.index_service_resu:hover .index_service_stitle{color:#029ee8 }


#index_service_animate{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}