.fullSlide1 { position: relative; height: 580px; overflow: hidden; }
.fullSlide1 .bd { position: relative; z-index: 0; }
/*.fullSlide1 .bd ul { width: 100% !important; }*/
.fullSlide1 .bd li { height: 580px; position: relative; background-position: top center; background-repeat: no-repeat;}
.fullSlide1 .hd { width: 100%; position: absolute; z-index: 1; bottom: 80px; left: 0; height: 30px; line-height: 30px; text-align: center; }
.fullSlide1 .hd ul li { cursor: pointer; display: inline-block; *display: inline; zoom: 1; width: 14px; height: 14px; margin: 6px; border-radius: 7px; background: #fff; overflow: hidden;  text-indent: -999em;}
.fullSlide1 .hd ul .on { background-color: #bb9973; }

.slide {  float: left; width: 350px; height: 240px; margin-right: 55px; }
.slide .bd { position: relative; z-index: 0; }
/*.slide .bd ul { width: 100% !important; }*/
.slide .next, .slide .prev{position: absolute;top: 50%; width: 30px; height: 30px; margin-top: -15px; z-index: 10;cursor: pointer;}
.slide .prev{ background: url("/images/sprite.png") 0 -50px no-repeat; left: 8px; }
.slide .prev:hover{ background-position: 0 -112px;}
.slide .next{ background: url("/images/sprite.png") 0 -81px no-repeat; right: 8px; }
.slide .next:hover{ background-position: 0 -143px;}

.slide .bd li { height: 240px; position: relative;}
.slide .bd li  .title{
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
            background: rgba(0, 0, 0, 0.7);
            *zoom: 1;
            text-indent: 16px;
            overflow: hidden;
            color: #fff;
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
            &:root{
                 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#99000000',EndColorStr='#99000000');
            }
        }
.slide .bd .btn { display: block; zoom: 1; margin-top: 8px; width: 72px; padding-right: 10px; height: 31px; line-height: 31px; text-align: center; color: #fff; font-size: 12px; background: url(images/banner-btn.png) 0 0 no-repeat; _background: url(images/banner-btn-ie6.png) 0 0 no-repeat; }
.slide .hd { width: 100%; position: absolute; z-index: 1; bottom: 80px; left: 0; height: 30px; line-height: 30px; text-align: center; }
.slide .hd ul li { cursor: pointer; display: inline-block; *display: inline; zoom: 1; width: 14px; height: 14px; margin: 6px; border-radius: 7px; background: #fff; overflow: hidden;  text-indent: -999em;}
.slide .hd ul .on { background-color: #da5f18; }