/*底部*/
.footWrap{background:#393939;padding-bottom: 70px;}
.footer{position:relative; overflow:hidden;}
.fotNav{margin-left:-18px; height:85px; line-height:85px; font-size:16px;background: url(img/fline.png) no-repeat bottom center;margin-bottom: 50px;}
.fotNav a{padding:0 43px; background:url(img/fotNavBr.png) no-repeat left center; color:#fff;}
.fotNav a:hover{color: #f38900;text-decoration: underline;}
.fotNav a.noBl{background-image:none;}
.fotTxt{margin-top:14px;line-height:20px; color:#fff;font-size: 14px;margin-left: 110px;}
.fotTxt p{line-height: 30px;text-indent: 15px;}
.fotTxt p span{color: #f06a01;font-size: 23px;}
.fotTxt p a{color:#fff;}
.fotTxt p a:hover{color: #f38900;    text-decoration: underline;}
.ewm{padding: 7px;border: 1px solid #555555;font-size: 0px;margin-left: 120px;}
.fcon{color: #fff;line-height: 25px;font-size: 14px;margin-right: 120px;}



/*首页渐出效果*/
.animate-box{opacity:0;}
.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 首页渐出效果*/

