@charset "utf-8";
/* CSS Document */
/*首页滚动banner图动画样式*/
.top-slider{float: right;width:580px;height: 327px;}
.home-banner{width:100%; height:100%; position:relative; overflow:hidden;}
.home-banner .bd{width:100%; height:100%;}
.home-banner .bd li{position:absolute;top:0;left:100%;width:100%;height:100%;}
.home-banner .bd a{width:100%; height:100%; display:block; position:relative;}
.home-banner .bd img{width:100%; height:100%;}
.home-banner .bd .banner-title{ position:absolute; left:0; bottom:0; width:100%; height:50px; background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1))); line-height:50px; text-align:center;}

.home-banner .bd .banner-title i{width:44px; height:100%; background-color:#ef3838; display:inline-block; float:left;}
.Cpic{background:url(../images/Cpic.png) center center no-repeat;}
.home-banner .bd .banner-title span{line-height:50px; color:#fff; font-weight:500; font-size:16px;}

.home-banner .hd{position:absolute; bottom:11px; right:30px; }
.home-banner .hd b{color:#ef3838; display:none; font-size:16px;}
.home-banner .hd b.down{display:inline-block;}
.home-banner .hd span{color:#fff; font-size:14px; position:absolute; top:8px; right:-20px;} 
.home-banner .controler2 a{display:block; width:16px; position:absolute;top:120px; height:27px;}
.home-banner .controler2 a i{cursor:pointer;display:block;width:16px;height:27px; background:url(../images/home-banner-btn.png) no-repeat;}
.home-banner .controler2 .prev{left:10px;}
.home-banner .controler2 .prev i{background-position:-60px 0;}
.home-banner .controler2 .prev:hover i{background-position:0 0;}
.home-banner .controler2 .next{right:10px;}
.home-banner .controler2 .next i{background-position:-88px 0;}
.home-banner .controler2 .next:hover i{background-position:-28px 0;}
/*首页滚动banner图动画样式结束*/





