/*footer*/
.footer{background-color:#313131;padding-top: 58px;}
.footer h2{font-size: 40px;color: #cbcbcb;text-align: center;font-weight: bold;}
.footer .ftel{background: url("ftel.gif") no-repeat top center;padding-top: 25px;width: 610px;margin: 0 auto;position: relative;height: 98px;}
.footer .ftel span a{font-size: 40px;color: #ffffff;font-family: Impact;margin-top: 15px;position: absolute;left: 105px;}
.footer .ftel .bohao a{font-size: 32px;color: #ffffff;font-family: Impact;margin-top: 60px;position: absolute;left: 105px;}
.footer .ftel img{right: 100px;position: absolute;margin-top: 15px;}
.footer .fnav {text-align: center;margin-top: 120px;}
.footer .fnav li{display: inline-block;}
.footer .fnav li a{background: #d8d8d8;border-radius: 50px;color: #313131;padding: 3px 20px;font-size: 16px;transition: .3s;}
.footer .fnav li a:hover{background: #1c50c8;color: #fff;}
.footer .ftxt {border-top: 1px solid #585858;margin-top: 10px;color: #dadada;text-align: center;font-size: 14px;}
.footer .ftxt1 {border-top: 1px solid #202020;padding: 15px 0 50px 0;line-height: 25px;}
.footer .ftxt1 a{ color:#CCCCCC}


/*首页渐出效果*/
.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 首页渐出效果*/


