@charset "utf-8";
.sliderbox{
   padding-bottom: 0px;
    margin: 0px auto;
    padding-left: 0px;
    width: 1200px;
    padding-right: 0px;
    background: url(../images/index-bottom.jpg) no-repeat 0px -1px;
    height: 240px;
    overflow: hidden;
    padding-top: 0px;
}
.arrow-btn{
   margin: 60px 0px 0px;
    width: 26px;
    display: inline;
    background: url(../images/arrow-btn.png) no-repeat;
    height: 124px;
    overflow: hidden;
    cursor: pointer;
}
#btn-left{
   background-position: 0px 0px;
    float: left;
    margin-left: 12px;
}
.dasabled#btn-left{
   background-position: 0px -124px;
}
#btn-right{
   background-position: -26px 0px;
    float: right;
    cursor: pointer;
    margin-right: 6px;
}
.dasabled#btn-right{
   background-position: -26px -124px;
}
.slider{
   position: relative;
    width: 1130px;
    float: left;
    height: 230px;
    overflow: hidden;
}
.slider UL{
   position: absolute;
    list-style-type: none;
    width: 200000px !important;
    top: 32px;
    left: 0px;
}
.slider LI{
   border-left: #eee 1px solid;
    padding-bottom: 0px;
    margin: 0px auto;
    float: left;
    height: 200px;
    padding-top: 0px;
}
.slider A{
   text-align: center;
    padding-bottom: 0px;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 70px;
    width: 134px;
    padding-right: 70px;
    display: block;
    font-family: "微软雅黑";
    height: 180px;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
    padding-top: 0px;
}
.slider A SPAN{
   margin: 5px auto;
    width: 30px;
    display: block;
    background: #333;
    height: 1px;
}
.slider IMG{
   padding-bottom: 20px;
    width: 120px;
    display: inline-block !important;
    margin-bottom: 10px;
    background: url(../images/ty.png) no-repeat center bottom;
}