.index_fl{width: 1190px;padding-top: 40px;height: 380px;margin: auto;}

.index_fl_title{line-height: 50px;font-size: 35px;color: #111111;padding-bottom: 21px;background:url(../ZERO/img/fl_bg.png) bottom center no-repeat;text-align: center;}
.index_fl_title2{height: 50px;line-height: 50px;font-size: 18px;color: #666666;text-align: center;}
.index_flcon{width: 1190px;margin: auto;padding-top: 40px;}

.index_flcon li{text-align: center;float: left;width: 25%;}
.index_flcon2 a{text-align: center;font-size: 20px;color: #1f1f1f; text-transform:uppercase;}
.index_flcon li img{
	text-align: center;-webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.index_flcon li:hover img{
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#index_productslist_animate,#index_productslist_animate_1{
-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;
}