body {
    margin: 0px;
    padding: 0px;
}

#solid {
    width: 100%;
    height: 360px;
    clear: both;

    position: relative;
}

#solid .solid0, #solid .solid1, #solid .solid2, #solid .solid3, #solid .solid4, #solid .solid5, #solid .solid6, #solid .solid7, #solid .solid8 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 360px;
    display: none;
}

#solid .solid0 {
    background: url(../images/banner360_01.jpg) center top no-repeat;
}

#solid .solid1 {
    background: url(../images/banner360_02.jpg) center top no-repeat;
}

#solid .solid2 {
    background: url(../images/banner360_03.jpg) center top no-repeat;
}

#solid .solid3 {
    background: url(../images/banner360_04.jpg) center top no-repeat;
}

#solid .solid4 {
    background: url(../images/banner360_05.jpg) center top no-repeat;
}

#solid .solid5 {
    background: url(../images/banner360_06.jpg) center top no-repeat;
}

#solid .solid6 {
    background: url(../images/banner360_07.jpg) center top no-repeat;
}

#solid .solid7 {
    background: url(../images/banner360_08.jpg) center top no-repeat;
}

#solid .solid8 {
    background: url(../images/banner360_09.jpg) center top no-repeat;
}

#solid ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#solid ul li {
    position: absolute;

    top: 0px;
    width: 100%;
    height: 360px;
    display: none;
    cursor: pointer;
}

#solid #btt {
    width: 100%;
    height: 55px;
    top: 300px;

    position: relative;

}

#solid #btt span {
    position: absolute;
    top: 15px;
    left: 42%;
    display: block;
    width: 30px;
    height: 8px;
    margin: 0 15px;
    text-align: center;
    background: #3d3d3d;
    z-index: 1000;
    cursor: pointer;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.guanyuSelect {
    color: #e30e16;
    border-right: 3px solid #e52f35;
    background-color: #fdf2f2;
}

.guanyuSelect a {
    color: #ca0000;
    font-weight: bold;
    font-size: 16px;
}