﻿/* ======== gg ========== */

/* gg位图片强制拉伸 */
.ad1 img, .ad1 object {width: 1000px !important;}
.ad2 img, .ad2 object {width: 494px !important;}

.ad_fcon a {display: block;margin: 0 auto}
.ad_fcon img {display: block;margin: 0 auto}
.ad_fbtn {position: relative}
.ad_close {position: absolute; left: -30px}
.ad_replay {position: absolute; left: 10px;}

/* 全屏gg */
.full_ad {
    position: relative; margin: 0px auto; width: 1020px; z-index: 100000;
}
.full_ad .ad_fbtn {
    position: absolute; width: 19px; display: none; height: 55px; top: 7px; right: -23px;
}
.full_ad .ad_fbtn a {
    display: block;overflow: hidden;   width: 19px; height: 55px;
}
.full_ad .ad_fbtn .ad_replay {

    display: block; background-image: url("../Images/replay.gif");height:18px;width:54px;
}
.full_ad .ad_fbtn .ad_close {
    background: url("../Images/ad_btn.png") no-repeat -19px 0px;
}
.full_ad .ad_fcon {
    display: none; height: 500px;
}

/* 对联gg */
.cursor {
    cursor: pointer;
}

body {
    _background-image: url(about:blank); /*用浏览器空白页面作为背景*/
    _background-attachment: fixed; /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/
}

#left_let {
    display: none;
    overflow: hidden;
    top: 156px;
    z-index: 100000;
    left: 0px;
    position: fixed;
}

/* IE并不认识fixed，而FF认识 */
#right_let {
    display: none;
    overflow: hidden;
    top: 156px;
    z-index: 100000;
    right: 0px;
    position: fixed;
}

/* IE并不认识fixed，而FF认识 */
* html #left_let {
    /* 这个只有IE认识 */
    _position: absolute; /*IE6 用absolute模拟fixed*/
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight - 108));
    /*IE6 动态设置top位置*/
}

* html #right_let {
    /* 这个只有IE认识 */
    _position: absolute; /*IE6 用absolute模拟fixed*/
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight - 108));
    /*IE6 动态设置top位置*/
}

/* 底部gg */
.menu {
    display: block;
    overflow: hidden;
    bottom: 0px;
    z-index: 100000;
    height: 75px;
    width: 1022px;
    position: fixed;
}

/* IE并不认识fixed，而FF认识 */
* html .menu {
    /* 这个只有IE认识 */
    _position: absolute; /*IE6 用absolute模拟fixed*/
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,2)||0)-(parseInt(this.currentStyle.marginBottom,2)||0)));
/*IE6 动态设置top位置*/
