* {
    padding: 0;
    margin: 0;
}
img {
    vertical-align: top;
}
li {
    list-style: none;
}
#focus-bannerA {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#focus-bannerA-list {
    position: relative;
}
#focus-bannerA-list li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#focus-bannerA-list li img {
    width: 100%;
}
.focus-bannerA-img {
    display: block;
}
#focus-bannerA-list .focus-bannerA-text {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1000px;
    height: 100%;
    margin-left: -500px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
#focus-bannerA .focus-handleA {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 100;
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("../images/focus_handle.png");
}
#next-imgA {
    left: 0;
}
#next-imgA {
    left: 30px;
    background-position: 0 0;
}
#next-imgA:hover {
    background-position: 0 -80px;
}
#prev-imgA {
    right: 0;
}
#prev-imgA {
    right: 30px;
    background-position: -80px 0;
}
#prev-imgA:hover {
    background-position: -80px -80px;
}
#focus-bubbleA {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 999;
}
#focus-bubbleA li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px #fff solid;
    cursor: pointer;
}
#focus-bubbleA li a {
    display: block;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}
#focus-bubbleA li.current {
    background-color: #fff;
}