.index_products_indexpro{ width:1200px; margin:auto; margin-top:20px;}
.index_products_indexpro ul li{width:388px; float:left; text-align:left;}
.index_products_page_pro{width:388px; position:relative; height:270px; overflow:hidden;}
.index_products_page_proname{width:100%; position:absolute; top:22px; text-align:center; font-size: 14px; color: #FFFFFF; line-height:20px;}
.index_products_page_propic img{width:388px; height:270px; overflow:hidden; transition:all .6s ease;}
.index_products_page_proname span{font-size: 20px; color: #FFFFFF; line-height:30px;}
.index_products_page_pro:hover .index_products_page_propic img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.index_products_page_pro:hover a{ text-decoration:none;}

.index_products_page_propic2{width:388px; height:270px; overflow:hidden; position:relative;}
.index_products_page_propic2 img{width:388px; height:270px; overflow:hidden; transition:all .6s ease;}
.indexpro_swiper-container {height: 270px; width: 388px;}
.indexpro_pagination {
  position: absolute;
  right: 0;
  text-align:center;
  bottom:10px;
  width: 100%;
  z-index:99;
}
.indexpro_pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
  opacity: 1;
}
.indexpro_pagination .swiper-pagination-bullet-active {
  background: #fff;
}

#index_products_animate,#index_products_animate_1,#index_products_animate_2{
-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;
}