@charset "utf-8";
/* floatingAd */
.floatingAd .ad{z-index:100;background:none;position:absolute;display:none;}
.floatingAd a{color:#000000; display:inline-block;text-decoration:none;}
.floatingAd a img{border:0;}
.floatingAd .close{display:none;}
.floatingAd .opacity{position:absolute; top:0; width:100%; height:25px; background-color:#000000; opacity:0.20; filter:alpha(opacity = 20);}
.opacity1{opacity:0.90; filter:alpha(opacity = 90);}
.floatingAd .text{position:absolute; top:0; width:100%; height:25px; color:#000000; line-height:25px; }
.floatingAd .text .button{position:relative;float:right;top:5px;right:5px;width:16px;height:16px;background:url("../images/close.png") no-repeat;cursor:pointer;}
.floatingAd .text .title{position:relative;float:left;font-size:12px;margin-left:5px;}


/**
首页左下角固定广告位
 */
#ad1_btn {
    border: 1px solid #ccc;
    background-color: #eee;
    text-align: right;
    padding: 5px;
    cursor: pointer;
}

.ad1_body {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
}

.ad1_body img {
    width: 200px;
    height: auto;
}

#ad1_div {
    position: fixed;
    z-index: 100;
    width:214px;
    left: 1px;
    bottom: 1px;
}

/**
首页右下角固定广告位
 */
#ad2_btn {
    border: 1px solid #ccc;
    background-color: #eee;
    text-align: right;
    padding: 5px;
    cursor: pointer;
}

.ad2_body {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
}

.ad2_body img {
    width: 200px;
    height: auto;
}

#ad2_div {
    position: fixed;
    z-index: 100;
    width:214px;
    right: 1px;
    bottom: 1px;
}