.index_case{width: 100%;min-width: 1190px;max-width: 1920px; background:#f1f1f1; margin:auto; padding-top:6px; padding-bottom:41px;}
.index_case_Title{width:297px; margin:auto; text-align:center;}
.index_case_Title ul li{font-size:30px; line-height:58px; color:#227153; font-weight:bold;}

.index_case_container{width:1190px; margin:auto; margin-top:28px;}
.index_caseantage_dot{width:389px; float:left;}
.index_caseantage_pic{width:389px; text-align:center; height:216px;}
.index_caseantage_pic img{width:389px; height:216px;}
.index_caseantage_title{width:100%; margin-top:21px; font-size:14px; text-align:center; color:#222222; line-height:22px;}


#index_case_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;
}