@charset "utf-8";

.productCont ul li{width:370px;float:left;margin-right:45px;overflow:hidden;}
.productCont ul li.active{margin-right:0;}
.productCont ul li a#productContImg{width:368px;height:368px;overflow:hidden;display:block;border:1px solid #ccc;}
.productCont ul li:hover img{transform:scale(1.5,1.5);-webkit-transform:scale(1.5,1.5);-moz-transform:scale(1.5,1.5);-ms-transform:scale(1.5,1.5);-o-transform:scale(1.5,1.5);}
.productCont ul li h3 a{width:100%;line-height:45px;display:block;text-align:center;color:#444;}
.productCont ul li:hover h3 a{color:#969;}

.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both}
.animated.infinite {-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite}
.animated.hinge {-webkit-animation-duration: 2s;animation-duration: 2s}

/**上->下开始**/
.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp}
@-webkit-keyframes fadeInUp {
	0% {opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}
	100% {opacity:1;-webkit-transform:none;transform:none}
}
/**上->下结束**/

/**下->上开始**/
.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown}
@-webkit-keyframes fadeInDown {
	0% {opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}
	100% {opacity:1;-webkit-transform:none;transform:none}
}
/**下->上结束**/

/**左->右开始**/
.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft}
@-webkit-keyframes fadeInLeft {
	0% {opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}
	100% {opacity:1;-webkit-transform:none;transform:none}
}
/**左->右结束**/

/**右->左结束**/
.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight}
@-webkit-keyframes fadeInRight {
	0% {opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}
	100% {opacity:1;-webkit-transform:none;transform:none}
}
/**右->左结束**/
.indexProduct li:nth-child(2),.teamCont ul li:nth-child(2){animation-delay:.2s;-webkit-animation-delay:.2s; }
.indexProduct li:nth-child(3){animation-delay:.4s;-webkit-animation-delay:.4s; }
.indexProduct li:nth-child(4){animation-delay:.6s;-webkit-animation-delay:.6s; }
.indexProduct li:nth-child(5){animation-delay:.7s;-webkit-animation-delay:.7s; }
.indexProduct li:nth-child(6){animation-delay:.9s;-webkit-animation-delay:.9s; }
.indexProduct li:nth-child(7){animation-delay:1s;-webkit-animation-delay:1s; }
.indexProduct li:nth-child(8){animation-delay:1.1s;-webkit-animation-delay:1.1s; }
.indexProduct li:nth-child(9){animation-delay:1.2s;-webkit-animation-delay:1.2s; }
