/*页脚*/
/*底部*/
.footWrap{background:#333 url(../images/footWrap.png) repeat-x center top;padding-top: 1px;}
.footer{position:relative; height:150px; overflow:hidden;}
.fotTxt{padding-left:292px; margin-top:14px; width:500px; line-height:20px; color:#ccc; background:url(../images/fotLogo.png) no-repeat left center;}
.fotTxt a{color:#ccc;}
.ewm{padding-left: 60px;background: url(../images/fphone.png) no-repeat left center;transition: all .3s;}
.ewm:hover{background-position: 10px center;}
/*body{
   -moz-user-select: none; 
   -webkit-user-select: none; 
   -ms-user-select: none;  
   -khtml-user-select: none;
   user-select: none;
}*/


/*首页渐出效果*/
.animate-box{}
.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;}
.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;}
.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;}
@-webkit-keyframes fadeInUp{
	from{opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}
	to{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes fadeInUp{
	from{opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}
	to{opacity:1;-webkit-transform:none;transform:none;}
}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
/*END 首页渐出效果*/