
* {
    margin: 0;
    padding: 0;
 
}

#LRdiv0,
#LRfloater0 {
    display: none
}


body {
    max-width: 640px;
    margin: 0 auto;
    font-family: "Î¢ÈíÑÅºÚ";
   
}


.banner_wx {
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.banner_wx .big-banner_wx {
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.banner_wx .big-banner_wx li {
    float: left;
    margin: 0 auto;
    overflow: hidden;
}

.banner_wx .big-banner_wx li img {
    width: 100%;
    border: 0;
}

.banner_wx .big-banner_wx li a {
    display: block;
    line-height: 0;
}

.banner_wx.nav-banner_wx {
    position: absolute;
    left: 50%;
    bottom: 14px;
    margin-left: -16px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    z-index: 33;
    display: block;
}

.banner_wx .nav-banner_wx li {
    width: 9px;
    height: 9px;
    background: #aaa;
    margin: 0 3px;
    display: inline-block;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    text-indent: -9999px;
    cursor: pointer;
}

.banner_wx .nav-banner_wx li.on {
    background: red;
}

.banner_wx .nav-banner_wx {
    bottom: 2px;
    display: block;
    height: 12px;
    left: 50%;
    line-height: 12px;
    margin-left: -35px;
    position: absolute;
    text-align: center;
    z-index: 33;
}







.clear {
    clear: both;
}





