/*联系*/
.abt a{color:#fff;display:block;text-align: center;
}
.abt a h3{color:#fff;font-size:46px;line-height:47px;height:47px;font-weight: bold;transition: .3s;
}
.abt a:hover h3{color: #FF8A00;}
.cbg{background:url(../images/cbg.jpg) #f7f7f7 no-repeat center top;width:100%;height:469px;padding-top: 77px;}
.cbox{padding-bottom:50px;color:#fff;font-size:14px;margin-top: 90px;}
.cbox p{text-align: center;font-size: 18px;}

/*footer*/
footer{background-color:#282828;line-height: 86px;text-align: center;color: #fff;font-size: 16px;}
footer span{color: #aeaeae;padding-right: 10px;}
footer a{color: #282828}


/*首页渐出效果*/
.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 首页渐出效果*/


