/***轮播图样式*/

.slide_box{
    float: left;
    width: 354px;
    height: 275px;
}
#focus-banner, #focus-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#focus-banner-list{
    position: relative;
    height: 100%;
}
#focus-banner-list li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 240px;
}
.focus-banner-img{
    display: block;
    width: 100%;
    height: 100%;
}
#focus-banner-list li img {
    width: 100%;
    height: 100%;
}
#focus-banner-list .focus-banner-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    z-index: 2;
}
#focus-banner-list li p {
    width: 100%;
    position: absolute;
    left: 2%;
    bottom: -29px;
    z-index: 1000;
}
#focus-banner-list li p a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ca0000;
    font-size: 18px;
}
#focus-bubble {
    height: 10px;
    position: absolute;
    right: 0;
    bottom: 41px;
    z-index: 999;
}
#focus-bubble li {
    float: left;
    width: 16px;
    height: 16px;
    background: rgba(0,0,0,.8);
    cursor: pointer;
    color: #fff;
    text-align: center;
    margin-right: 1px;
}
#focus-bubble li.current {
    background: #c30;
}
#focus-bubble span{
    color: #fff;
    display: inline-block;
}
#focus-banner .focus-handle {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 100;
    width: 42px;
    height: 66px;
    display: none;
}

@media (max-width: 1000px) {
    .slide_box{
        width: 100%;
    }
}