@charset "utf-8";

.sliderbox{background:url(../images/index-bottom.html) no-repeat 0 -1px;width:1200px;height:200px;overflow:hidden;}
.arrow-btn{ margin-top:30px;display:inline;background:url(../images/arrow-btn.png) no-repeat;width:26px;height:124px;overflow:hidden;cursor:pointer;}
#btn-left{float:left;margin-right:20px;background-position:0 0;}
#btn-left.dasabled{background-position:0 -124px;}
#btn-right{float:right;cursor:pointer;background-position:-26px 0;}
#btn-right.dasabled{background-position:-26px -124px;}
.slider{width:1090px;overflow:hidden;position:relative;height:200px;float:left;}
.slider ul{position:absolute;left:0px;width:1800px;height:200px;list-style:none;}
.slider li{float:left;width:275px;height:200px; text-align:center;}
.slider li span{ position:absolute; float:left; color:#FFFFFF; margin-left:12px; z-index:999; width:250px; height:30px; line-height:30px; top:145px; background-color:rgba(0,0,0,0.5); display:block;}
.slider a{}
.slider img{width:255px; height:178px;display:inline-block!important; padding:2px; border:1px solid #999999;}