.slider {
    width: 100%;
    min-width: 1200px;
    height: 355px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.slider .bd {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px
}

.slider .bd li {
    width: 1200px;
    overflow: hidden;
}

.slider .bd li img {
    display: block;
    width: 1200px;
    height: 355px;
}

.slider .bd .tempWrap {
    overflow: visible !important
}

.slider .bd .tempWrap ul {
    margin-left: -1200px !important;
}

.slider .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 20px;
    text-align: center;
}

.slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 9px;
    height: 9px;
    line-height: 99px;
    overflow: hidden;
    background: url(images/icoCircle.gif) 0 -9px no-repeat;
    margin: 0 5px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slider .hd li.on {
    background-position: 0 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.slider .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 400px;
    cursor: pointer;
}

.slider .prev {
    left: -50%;
    margin-left: -600px;
}

.slider .next {
    left: 50%;
    margin-left: 600px;
}

.slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 355px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5; 
}

.slider .pnBtn .arrow {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 60px;
    height: 400px;
}

.slider .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slider .prev .arrow {
    right: 0;
    background: url(images/slider.png) -120px 0 no-repeat;
}

.slider .next .arrow {
    left: 0;
    background: url(images/slider.png) 0 0 no-repeat;
}

.bd-2 {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}
.bd-2 li{
    width: 1200px;
    overflow: hidden;
    height: 100px;  
    line-height: 100px;
    font-size: 50px;
    text-align: center;          
}
.bd-2 li a{
    color:#fff; 
}