﻿/*友情链接*/
.yqljBg{padding:20px 0; background-color:#252525;border-top: 5px solid #f38900;}
.yqlj .contTit{font-size:16px; font-weight:normal;}
.yqlj .contTit .titA{color:#fff; padding-left:0px; background-image:none;}
.yqlj .contTit span{margin-left:10px; color:#ccc; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.yqlj p{margin-left:-10px; margin-top:10px; height:34px; line-height:34px; overflow:hidden;}
.yqlj p a{padding:0 10px; color:#9c9c9c;}
.yqlj p a:hover{color: #f38900}

#flashs{ position:relative; height:570px; overflow:hidden;}
#flashs .bgitem{  z-index:1;position:absolute; top:0; }
#flashs .btn{ position:absolute; z-index:7; bottom:15px; left:50%; margin-left:-95px; padding:0px 6px;}
#flashs .btn span{ color:#fff;  background:#252525; cursor: pointer;display: inline-block;margin:0 2px;width:25px;height:25px;font-size:14px;line-height:25px;text-align:center;}
#flashs .btn span.cur{ background:#013a65;}

/*底部*/
.footWrap{background:#252525 url(../images/footwrap.png) repeat-x center top;}
.footer{position:relative; height:270px; overflow:hidden;}
.fotNav{margin-left:-18px; height:100px; line-height:100px; font-size:13px;}
.fotNav a{padding:0 43px; background:url(../images/fotnavbr.png) no-repeat left center; color:#fff;}
.fotNav a:hover{color: #f38900;text-decoration: underline;}
.fotNav a.noBl{background-image:none;}
.fotTxt{padding-left:300px; margin-top:14px; width:500px; line-height:20px; color:#ccc; background:url(../images/fotlogo.png) no-repeat left center;}
.fotTxt a{color:#ccc;}
.ewm{background: url(../images/fphone.png) no-repeat left center;padding-left: 80px;transition: .3s;}
.ewm:hover{padding-left: 70px;}



/*首页渐出效果*/
.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 首页渐出效果*/